/* page layout styles */
*{
	margin:0;
	padding:0;
}

header {
	background-color:rgba(255, 255, 255, 0.9);
	box-shadow: 0 -1px 2px #111111;
	display:block;
	height:47px;
	position:fixed;
	z-index:2000;
	margin:0 auto;
}
header a.stuts,a.stuts:visited{
    border: none;
    color: #FCFCFC;
    font-size: 14px;
    left: 50%;
    line-height: 31px;
    margin: 23px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
header .stuts span {
    font-size:20px;
    font-weight:bold;
    margin-left:5px;
}

/* home */
.container_bg {
	background: url(../images/menu2/bg-0.jpg) no-repeat scroll center top transparent;
	margin:0;
	border: 0px;
	overflow: hidden;
	background-attachment: inherit;
	min-width: 1280px;
}

.container {
	background: url("../images/menu2/bg-1.png") no-repeat scroll center top transparent;
	color: #000000;
	height: 431px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1280px;
	z-index: 1000;
}

.container1 {
	background: url("../images/bg-bitov-center.jpg") no-repeat scroll center top transparent;
	color: #000000;
	height: 300px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1280px;
	margin-top: 0px;
}
.header-bg {
	background:url("../images/bg-bitov.jpg") no-repeat scroll center top transparent;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin: 0px auto;
	overflow: hidden;
	position: relative;

}
.dialog {
	background-color: rgba(79, 79, 79, 0.9);
	color: #FFF;
	display: none;
	height: 140px;
	left: 470px;
	font-size:12px;
	line-height: 20px;
	padding: 100px 30px;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 280px;
	z-index: 10;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	-webkit-border-radius: 170px;
	border-radius: 170px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#4f4f4f');
	progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.dialog .close {
	background-color: #97CDFB;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 10px;
	top: 60px;
	width: 36px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

.labels p {
	display: none;
	color:#67D7FF;
	font-size: 10px;

}
.labels a {
	background-color: rgba(79, 79, 79, 0.8);
	color: #FFFFFF;
	display: none;
	height: 50px;
	padding: 30px 0 0;
	position: absolute !important;
	text-align: center;
	text-decoration: none;
	width: 80px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#4f4f4f');
	progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.labels > a {
	background-color: rgba(79, 79, 79, 0.8);
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#4f4f4f');
	progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.labels a:hover {
    background-color: rgba(157, 230, 247, 0.7);
	color:#292d40;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9de6f7', endColorstr='#9de6f7');
	progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.labels a span {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(79, 79, 79, 0.8);
    bottom: -14px;
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
	font-size:12px;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	
	filter: progid:DXImageTransform.Microsoft.border(startColorstr='#4f4f4f', endColorstr='#4f4f4f');
	progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.labels a:hover span {
    border-top: 15px solid rgba(157, 230, 247, 0.8);
	filter: progid:DXImageTransform.Microsoft.border(startColorstr='#9de6f7', endColorstr='#9de6f7');
	progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#labeleco {
	left: 431px;
	top: 92px;
}
#labelgps {
	left: 220px;
	top: 282px;
}
#labelbit {
	left: 1146px;
	top: 176px;
}
#labelprom {
	left: 41px;
	top: 102px;
}
#labelsec {
	left: 896px;
	top: 168px;
}
#label6 {    
	left: 275px;
	top: 30px;
}

.menu6 a {
	color:#CCC;
}
.menu6_b a:hover, .menu6_b a:focus {
	color:#000;
}
.menu6_ a:hover, .menu6_b a:focus {
	color:#000;
}

/*---news-------------*/
/* wrapper css */
#wrapper_news{
	width:100%;
}
#wrapper_news hgroup{
	text-align:center;
}
#wrapper_news h2{
	margin:5px 0;
	color:#FF6D99;
	text-shadow:1px 1px 2px #A50031;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#wrapper_news h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}
#wrapper_news p{
	font-weight:normal;
	font-size:12px;
	color:#8B8B8B;
	margin:10px 0;
}

#container_news{
	position:relative;
	width:1280px;
	margin:0 auto 25px;
	padding-bottom: 10px;
}
.grid{
	width: 200px;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	margin: 8px;
	font-size: 12px;
	float: left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
	margin: 0 auto;
}

@media (max-width: 768px){
	.container{
		display:none;
	}
	#projects {
		display:none;	
	}
	#control{
		font-family:'Arial Narrow', Arial, sans-serif;
		margin:1px auto;
		width:100%;
		
		z-index: 400;
		margin-top:47px;
	}

	#control span{
		height:20px;
		width:100%;
		float:right;
		
		padding:8px 0px;
		margin:0px;
		color:#666;
		font-weight:bold;
		font-size:12px;
		letter-spacing:1px;
		cursor:pointer;
		
		background-color:#f0f0f2;
		display:block;
		text-align:center;
		border-bottom-color:#999;
		border-bottom-width:thin;
		border-bottom-style:dotted;
		
	}
	header {
		background-color:rgba(255, 255, 255, 0.9);
		box-shadow: 0 -1px 2px #111111;
		display:block;
		height:47px;
		position:relative;
		z-index:2000;
		margin:0 auto;
		width:100%;
	}
	#menu3 {
		padding-top:260px;
		display:block;	
	}
	#page1-div3 {
		height:17px;
		max-width:480px;
		width:100%; 
		margin:0 auto;	
	}
	#wrapper ul {
		margin-top:150px;
	}
	#clients {
		
	}

}


@media (min-width: 769px) and (max-width: 979px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper_news{
		margin-top:90px;
	}

	#control{
		font-family:'Arial Narrow', Arial, sans-serif;
		margin:30px auto 0 auto;
		float:right;
		z-index: 400;
		margin-top:20px;
	}

	#control span{
		float:left;
		display:block;

		padding:8px 0px;
		margin:0 5px;
		color:#666;
		font-weight:bold;
		font-size:12px;
		letter-spacing:1px;
		cursor:pointer;
	}

}


@media (min-width: 980px) and (max-width: 2500px){
	body{
		overflow:auto;
	}
	header {
		background-color:rgba(255, 255, 255, 0.9);
		box-shadow: 0 -1px 2px #111111;
		display:block;
		height:47px;
		position:fixed;
		z-index:2000;
		margin:0 auto;

	}
	#control{
		font-family:'Arial Narrow', Arial, sans-serif;
		margin:1px auto;
		float: right;
		z-index: 400;
	}
	#control span{
		float:left;
		display:block;

		padding:8px 0px;
		margin:0 5px;
		color:#666;
		font-weight:bold;
		font-size:14px;
		letter-spacing:1px;
		cursor:pointer;
	}

}	


  #page1-div3 {
	  
	  height:17px; 
	  width:1280px; 
	  margin:0 auto;	
  }


#menu3 {
	margin:0 auto; 
	background-color:#3e3e3e;	
	
}
#div1 {
	
	width:400px; 
	height:600px; 
	float:left; 
	background-color:#F0F0F2;
	
}
#div2 {
	
	width:480px; 
	height:600px; 
	float:left; 
	background-color:#F0F0F2;
	
}
#div3 {
	width:400px; 
	height:600px; 
	float:left; 
	background-color:#F0F0F2;	
	
}
/*--------------*/
.bg-partn {
	background: url(../images/bg-sub/bg_partn.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
.bg-prod {
	background: url(../images/bg-sub/bg_products.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:1300px;
	background-color: #F0F0F2;
}
.bg-present {
	background: url(../images/bg-sub/bg_present.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:1800px;
	background-color: #F0F0F2;
}
.bg-news {
	background: url(../images/bg-sub/bg_news.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	background-color: #F0F0F2;
}
.bg-quest {
	background: url(../images/bg-sub/bg_quest.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
.bg-eco {
	background: url(../images/bg-sub/bg_eco.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
.bg-gps {
	background: url(../images/bg-sub/bg_gps.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
.bg-prom {
	background: url(../images/bg-sub/bg_prom.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
.bg-sec {
	background: url(../images/bg-sub/bg_sec.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	background-color: #F0F0F2;
}
.bg-home {
	background: url(../images/bg-sub/bg_home.jpg) scroll center top no-repeat;
	top: 0;
	right: 0;
	left: 0;
	height:100%;
	background-color: #F0F0F2;
}
/*--------questions--------*/
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.question_page > .clearfix:before,
.question_page > .clearfix:after {
	content: " ";
	display: table;
}

.question_page > .clearfix:after {
	clear: both;
}

.question_page a {
	color: #f0f0f0;
	text-decoration: none;
}

.question_page a:hover {
	color: #000;
}

.main_q,
.question_page > cbp-ntcontent { /*header */
	width: 95%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	color: #47a3da;
}

.question_page > header {
	padding: 2.875em 1.875em 1.875em;
}

.cbp-ntaccordion h3  {
	letter-spacing: 0;
	line-height:1.5;
	width: 100%;
	text-shadow:0 1px 1px #fff;
	font: 25px/35px 'CaviarDreamsRegular', Arial, sans-serif;
}

.question_page > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.question_page > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.question_page > header nav {
	float: right;
}

.question_page > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.question_page > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.question_page > header nav a:hover:after {
	opacity: 1;
}

.question_page > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.question_page > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
#newboxes1 {
	border: 0px solid black; 
	background:url(../images/menu3/container-bg.jpg) #3E3E3E repeat; 
	display: none; 
	padding: 5px; 
	height: 232px; 
	margin: 0 auto; 
}
.question_div {

}
/* MAIN PARTNERS------------------------------------------------------------*/

#main_partn{
	padding-top: 80px;
	/*background: url(../img/oblique-lines.png) repeat-x;*/
	margin-bottom: 60px;
	width:100%;
	margin:0 auto;
}
/* PORTFOLIO PARTNERS------------------------------------------------------------*/

.portfolio-thumbs{
	width: 1080px;
	padding-top: 60px;
	margin:10px auto;
}

.portfolio-thumbs figure{ width: 300px; }

.portfolio-thumbs figure{
	float: left;
	margin-right: 55px;
	margin-bottom: 55px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}

.portfolio-thumbs figure .thumb{
	display: block;
}

.portfolio-thumbs figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-thumbs figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}

.portfolio-thumbs figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.portfolio-thumbs figcaption strong,
.portfolio-thumbs figcaption span,
.portfolio-thumbs figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.portfolio-thumbs figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.portfolio-thumbs figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.portfolio-thumbs figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}


/* modernizr fix for ie 8 and earlier */

.no-opacity .portfolio-thumbs figcaption{
	display: none;
}

.no-opacity .portfolio-thumbs figure:hover figcaption{
	display: block;
}

.portfolio-thumbs figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .portfolio-thumbs figure .opener{ display: none; }
