/*css overide for motors*/

#main-menu li span {
    display: block;
    padding: 0 9px;
}

#sec_menu_navigation span.decor{
	
}

.btn-extranet a{
	color:#666;
}

li.separator_decor{
    height: 20px;
    padding: 0;
    width: 1px;
}

header.sticky #main-menu li.download-em4-soft{
	width: 100px;
}

#footer-menu ul{
	max-width:none;
	width:inherit;
}

#logo-crouzet{
	background:url(../images/logos/logo_header.png)left top no-repeat;
}

@media screen and(max-width:600px){
	#logo-crouzet{background:url(../images/logos/logo_mobile.png)left top no-repeat;
		height:45px;
		margin:0 10px 0 5px;
		width:157px;
	}
}

#crouzet-footer{
	background:url(../images/logos/logo_footer.png)left top no-repeat;
}

header.sticky #logo-crouzet-sm{
	background:url(../images/logos/logo_sticky.png)left top no-repeat;
}

.btn-primary{
	color:#fff;
	background-color:#1cb4bd;
	border-color:#1cb4bd;
}

@media screen and(max-width:600px){
	#main-menu li.nav-long{
		display:none;
	}
}

#main-menu li.nav-long span{
	border-right:none;
}

@media screen and(max-width:600px){
	.event-img{display:none;}
}

.img-responsive{
	display:block;height:auto;max-width:100%;
}

.bg{
	background:url('../assets/images/crouzet_aer_home_takeoff.jpg')no-repeat center center;
	position:fixed;
	width:100%;
	height:500px;
	top:80px;
	left:0;
	z-index:-1;
}

.bg-white{
	background-color:#cccccc;
	width:100%;
	height:350px;
	left:0;
	z-index:-1;
}

.jumbotron{
	height:350px;
	color:white;
	text-shadow:#444 0 1px 1px;
	background:transparent;
}

.section3{
	height:500px;
	background-color:#eeeeee;
	background:url('../images/crouzet_mot_home_dcmind-soft.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:51% 82% !important;
}

@media screen and(max-width:991px){
	.section3{
		height:500px;
		background-color:#eeeeee;
		background:url('../images/crouzet_mot_home_dcmind-soft.png');
		background-repeat:no-repeat;
		background-position:right bottom;
		background-size:47% 53% !important;
	}
}

@media screen and(max-width:767px){
	.section3{
		height:500px;
		background-color:#eeeeee;
		background:url('../images/crouzet_mot_home_dcmind-soft.png');
		background-repeat:no-repeat;
		background-position:right bottom;
		background-size:59% !important;
	}
}


.video-list-thumbs{
	margin-top:20px;
}
.video-list-thumbs > li{
	margin-bottom:12px;
	text-align:center;
}
.video-list-thumbs li img{
	height:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.video-list-thumbs > li:last-child{

}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color:#bbb;
	color:#fff;
	padding:8px;
	border-radius:3px;
	height:180px;
}
.video-list-thumbs > li > a:hover{
	background-color:#1cb4bd;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom:0;
	font-size:14px;
	height:33px;
	margin:8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
	font-size:60px;
	opacity:0.6;
	position:absolute;
	right:39%;
	top:31%;
	text-shadow:0 1px 3px rgba(0,0,0,.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color:rgba(0,0,0,0.4);
	border-radius:2px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	left:12px;
	line-height:13px;
	padding:2px 3px 1px;
	position:absolute;
	top:12px;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
	transition:all 500ms ease;
}
@media(min-width:320px)and(max-width:480px){
	.video-list-thumbs .glyphicon-play-circle{
		font-size:35px;right:36%;top:27%;
	}
	.video-list-thumbs h2{
		bottom:0;font-size:12px;height:22px;margin:8px 0 0;
	}
}


table th {
    background: #1cb4bd none repeat scroll 0 0;
}

a.button2 {
    background-color: #1cb4bd;
    border: medium none;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.4s;
}

#part_number {
    background: #0064a3 none repeat scroll 0 0;
    color: #fff;
    margin: 0 0 20px auto;
    max-width: 230px;
    padding: 12px 10px;
}

.wpsisac-slick-slider-1 {
	margin-top: 31px;
}