/*
Theme Name: XC Projects
Description:  Designed by webosfer.
Author:  Alpay ÖZPINAR
/* ADD YOUR COLOUR CSS HERE 
border:1px solid red; */
ul.mec{
	
}
ul.mec li {
    display: block;
}
ul.mec li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e007";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
hr.star-white{
	padding:0;
	border:none;
	border-top:solid 5px;
	text-align:center;
	max-width:250px;
	margin:25px auto 30px;
	border-color:#fff
}
hr.star-white:after{
	content:"\f005";
	font-family:FontAwesome;
	display:inline-block;
	position:relative;
	top:-.8em;
	font-size:2em;
	padding:0 .25em;
	color:#fff;
	background-color:#020524
}
hr.star-gray{
	padding:0;
	border:none;
	border-top:solid 5px;
	text-align:center;
	max-width:250px;
	margin:25px auto 30px;
	border-color:#000
}
hr.star-gray:after{
	content:"\f005";
	font-family:FontAwesome;
	display:inline-block;
	position:relative;
	top:-.8em;
	font-size:2em;
	padding:0 .25em;
	color:#000;
	background-color:#EEE
}

.cons{
	text-align:center; 
	width: 280px;
	padding: 10px;
}
.vertical-center {
	background: #00011d;
	min-height: 96%;
	min-height: 96vh;
	display: flex;
	align-items: center;
	text-align: center;
}
.contentWindow{
	background-size:100% auto;
	min-height: 80%;
	min-height: 80vh;
	text-align: left;
}
div#maincontent{
	min-height: 100%;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
header{
	background: #00011d url('images/europe.jpg') center center no-repeat;
	text-align: center;
	align-items: center;
}
div.intro-text{
	padding-top: 120px;
	text-align: center;
	align-items: center;
	width:100%;
   text-shadow:
       1px 1px 0 #ffc542;
}
div.slogan{font-size:150%;}
ul {
  list-style-type: none;
  font-size: 16px;
}
.navbar-brand{
	padding:0 12px;
}
.navbar-brand img{
	margin: 0;
}
.screen{
	margin: 0 auto;
}
.cons{
	margin: 0 auto;
}
#where{
	background: #EEE;
}

@media (max-width:993px){
	#from-the-ceo p{
		text-align: center;
	}
}
/*
.img-responsive{
	border: 3px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}*/
.notification_error {
	height: auto;
    margin: 0 0 9px 0;
    padding: 0 12px 12px 42px;
    text-align: left;
	background: url(images/command_exclamation.png) no-repeat left top;
}
.notification_ok {
	height: auto;
    margin: 0 0 9px 0;
    padding: 0 12px 12px 42px;
    text-align: left;
	background: url(images/command_actionOk.png) no-repeat left top;
}