.top-bar {
    background: #b7b4bd;
}

.btn {
    background: #a6a7ad;
    border-radius: 34px;
}
 
.btn:hover{
	color: #005082;
}

.t-white{
	color: #fff;
}

ul li {
    list-style-type: circle;
}

h4{
	font-weight: 300;
}

body{
	font-size: 17px;	
}

p{
	font-size: 17px;
	line-height: 1.4;
}

.t-black{
	color: #000;
}


.sticky-wrapper .sticky{
	padding-top: 0;
}

.sticky{
	min-height: 81px;
}

header nav{
	width: calc( 100% - 310px );
	float: none;
}

header nav li a:after{	
    background-color: #005082;
    transform-origin: 50% 50%;
    transform: scaleX(0);
    width: 100%;
}

header nav li a{
	/*font-size: 12px;	
	letter-spacing: 1px;

	*/
	color: #aaa;
	font-weight: 900;
	letter-spacing: 2px;
	padding-top: 45px;
	padding-bottom: 15px;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    font-weight: 800;
}
@media (min-width: 1290px) {
	header nav .ownmenu li{

	}
}

@media (min-width: 768px) and (max-width: 1300px) {

	header nav .ownmenu li {
    padding: 0 7px;
}

	header nav li a{
		font-size: 11px;
		letter-spacing: 1px;
	}
}

@media (max-width: 1199px) {

	.sticky > .container{
		width: 100%;
	}
	
}

.top_logo{
    	margin-top: 15px;
	}

@media (min-width: 768px) and (max-width: 1133px) {

	.top_logo{
		width: 20%;
    	display: inline-block;
	}

	.top_logo img{
		max-width: 100%;
	}

	header nav{
		width: auto;
		float: right;

	}
	
}

@media (min-width: 768px) and (max-width: 992px) {

	header nav .ownmenu li {
	    padding: 0 6px;
	}

	header nav li a{
		/*padding-top: 0;
	    margin-top: 28px;
	    padding-bottom: 5px;*/
	        padding-top: 30px;
    font-size: 10px;
    padding-bottom: 5px;
	}
}

@media (max-width: 767px) {

	header nav{
		position: absolute;
		width: 100%;
		right: 0;
		z-index: 0;
		padding-top: 25px;
	}

	.top_logo{
		max-width: 215px;
		position: relative;
		z-index: 1;
		display: inline-block;
	}

		.top_logo img{
			max-width: 100%;
		}
	
}

body:not(.index__page) header nav li a{
	color: #444;
}

header nav li.active a,
header nav li a:hover{
    color: #005082 !important;
}

.list-style-featured .icon,
.list-style-featured .icon:before,
.list-style-featured .icon:after{
	background-color: #a6a7ad;
}

.list-style-featured .media-right:before,
.list-style-featured .media-left:before{
	border-color: #a6a7ad;
}

.heading-block hr{
	width: 14px;
    height: 14px;
	border-radius: 10px;
	background: #1981da;
	margin: 10px auto;
}

	.heading-block hr:before{
		background: none;
	}


header{
	padding-top: 0;
	padding-bottom: 0;
}

.sticky-wrapper .sticky{
	background: rgba(255,255,255,1) !important;
}

.sticky{
	padding-bottom: 10px;
}

.sticky-wrapper:after{
	/*position: fixed;
	z-index: 99;
	top: 122px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-bottom: 20vw;
	background: transparent url('../images/top_curve.png') left top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	pointer-events: none;*/
}

.img_container{
	margin-right: 20px;

}

@media (max-width: 767px) {

	.sticky-wrapper:after{
		/*position: absolute;
		top: 115px;*/
	}

	.img_container{
		display: block;
		margin-right: 0;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
		text-align: center;
		float: none;
	}

		.img_container img{
			width: auto !important;
			height: auto !important;
			max-width: 100% !important;

			display: inline-block;
		}
	
}

@media (min-width: 768px) {

	#wrap{
		padding-top: 122px;
	}

	header{
		position: fixed;
		left: 0;
		top: 0;
	}
	
}

	.sticky-wrapper.is-sticky:after{
		top: 112px;
	}

	.ownmenu{
		/*width: 100%;*/
		text-align: center;
		padding-left: 20px;
	}

	.ownmenu li{
		/*float: none;*/
	}

	.logo_li{
		width: 180px;	
		height: 70px;
		/*position: relative;*/
		position: fixed;
    left: 50%;
    margin-left: -91px;
	}

	@media (max-width: 1199px) {

		.logo_li{
			display: none !important;
		}

		.ownmenu li.pull-right{
			float: left !important;
		}
		
	}

	.link_spacer{

	}

	header .logo {
		position: absolute;
		float: none;
	   	width: calc( 100% - 30px );
	    height: auto;
	    padding-top: 0;
	    padding-bottom: calc( 100% - 30px );
	    background-color: #fff;
	    border-radius: 50%;
	    overflow: hidden;
	    top: -20px;
	    background-image: url('../images/logo.jpg');
	    background-repeat: no-repeat;
	    -webkit-background-size: 120px auto;
	    background-size: 120px auto;
	    background-position: center center;
	    box-shadow: 0 10px 35px -15px rgba(0, 0, 0, 0.6);
	}

	header .is-sticky .logo{
		/*width: 120px;*/
	}

		header .logo img{
			max-width: 100%;
		}

.welcome_doors{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 70%;
}	

	.welcome_doors img{
		position: absolute;
		top: 0;
	}

	img.door-1{
		left: 0;
	}

	img.door-2{
		left: 150px;
		top: 80px;
	}

	img.door-3{
		left: 300px;
	}

	img.door-4{
		left: 450px;
		top: 80px;
	}

.chi_siamo_text{
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	box-shadow: 0 10px 50px -16px rgba(0, 0, 0, 0.7);
}

.chi_siamo_text img{
	box-shadow: 0 16px 70px -16px rgba(0, 0, 0, 0.7);
	border-radius: 4px;
}

.services{
	position: relative;
	background: #b7b4bd;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;

}

	.services_overlay{
		display: block;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
		-webkit-transition: all 350ms ease;
		-moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		-o-transition: all 350ms ease;
		transition: all 350ms ease;
		background-color: rgba(219, 214, 228, 1);
	}

	.home_services{
		padding: 0;
	    margin: 0 auto;	
		max-width: 400px;
	}

		.home_services li{
			margin-left: auto;
			margin-right: auto;
			display: block;
			height: 110px;
			margin-bottom: 3px;
			margin-top: 3px;
			max-width: 400px;
			border-radius: 3px;
			box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.37);
				-webkit-transition: all 350ms ease;
				-moz-transition: all 350ms ease;
				-ms-transition: all 350ms ease;
				-o-transition: all 350ms ease;
				transition: all 350ms ease;
		}

		.home_services:hover li{
			max-width: 320px;
			opacity: 0.1;
		}

		.home_services:hover li:hover{
			max-width: 560px;
			opacity: 1;
			box-shadow: none;
		}

		.home_service_1{
			background-color: #84c658;
			transform: translateX(-100px);
		}

		.home_service_2{
			background-color: #d99215;
			transform: translateX(100px);
		}

		.home_service_3{
			background-color: #d0da38;
			transform: translateX(-100px);
		}

		.home_service_4{
			background-color: #4facd3;
			transform: translateX(100px);
		}

			.home_services li a {
				display: block;
				padding: 20px;
				width: 100%;
				height: 100%;
				position: relative;
			}

				.home_services li a img{
					position: absolute;
					bottom: -20px;
					transform: scale(0.8);
					opacity: 0.4;
					-webkit-transition: all 350ms ease;
					-moz-transition: all 350ms ease;
					-ms-transition: all 350ms ease;
					-o-transition: all 350ms ease;
					transition: all 350ms ease;
				}

				.home_services li:hover img{
					opacity: 1;
					transform: scale(1);
				}

				.home_services li a h4{
					color: #fff;
					width: 280px;
					font-weight: 600;
					letter-spacing: 5px;
					font-size: 22px;
					text-shadow: 0 6px 7px rgba(0, 0, 0, 0.4);
					-webkit-transition: all 390ms ease;
					-moz-transition: all 390ms ease;
					-ms-transition: all 390ms ease;
					-o-transition: all 390ms ease;
					transition: all 390ms ease;
				}

					.home_services h4:before{
						transform: scaleX(0);
						-webkit-transition: all 350ms ease;
						-moz-transition: all 350ms ease;
						-ms-transition: all 350ms ease;
						-o-transition: all 350ms ease;
						transition: all 350ms ease;
						content: "";
						display: block;
						width: 100%;
						height: 16px;
						position: absolute;
						background-color: rgba(0, 0, 0, 0.3);
						bottom: 50%;
						z-index: -1;
					}

					.home_services li:hover h4:before{
						transform: scaleX(1);
						
					}

				.home_service_1 h4{
					text-align: right;
					padding-right: 20px;
					transform: translateX(60px);
					float: right;
				}

					.home_service_1:hover h4{
						transform: translateX(100px);		
					}

						.home_service_1 img{
							left: -15px;
						}

						.home_service_1 h4:before{
							right: 0;
							transform-origin: 100% center;
						}

						.home_service_1:hover h4:before{
							
						}

				.home_service_2 h4{
					text-align: left;
					padding-left: 20px;
					transform: translateX(-60px);

				}

					.home_service_2 img{
						right: -15px;
					}

					.home_service_2:hover h4{
						transform: translateX(-100px);								
					}

						.home_service_2 h4:before{
							left: 0;
							transform-origin: 0% center;
						}

				.home_service_3 h4{
					text-align: right;
					padding-right: 20px;
					transform: translateX(60px);
					float: right;
				}

					.home_service_3 img{
							left: -15px;
						}

					.home_service_3:hover h4{
						transform: translateX(100px);						
					}

						.home_service_3 h4:before{
							right: 0;
							transform-origin: 100% center;		
						}

				.home_service_4 h4{
					text-align: left;
					padding-left: 20px;
					transform: translateX(-60px);
				}

					.home_service_4 img{
						right: -15px;
					}

					.home_service_4:hover h4{
						transform: translateX(-100px);		
					}

						.home_service_4 h4:before{
							left: 0;
							transform-origin: 0% center;
						}

#content{
	/*min-height: 1200px;*/
	margin-top: 20px;
}

footer{
	background-attachment: fixed;
	margin-top: 20px;
	padding-top: 40vw;
	background: #fff url('../images/footer_bg.jpg') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 70vw;
}



	footer .footer_clouds{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		pointer-events:none;
	}

	.plane_footer{
		position: absolute;
	    left: 50%;
	    margin-left: -30%;
	    top: -3%;
	    width: 60%;
	    z-index: 0;
	    pointer-events: none;
	}

		.plane_footer_img{
			max-width: 100%;
			max-height: 100%;
			width: auto;
			height: auto;
			animation-name: shake;
		    animation-duration: 50s;
		    animation-timing-function: ease-in-out;
		    animation-iteration-count: infinite;	
		    pointer-events: none;		
		}



	.footer_clouds_left{
		position: absolute;
		left: 0;
		top: 30px;
		width: 50%;
		z-index: 8;
		pointer-events:none;
	}

	.footer_clouds_right{
		position: absolute;
		right: 0;
		top: 30px;
		width: 50%;
		z-index: 8;
		pointer-events:none;
	}



footer,
footer p,
footer strong,
footer .links a,
footer .bottom-links li a,
footer h5,
footer .rights p,
.rights a{
	color: #fff;
}

footer .links a{
	display: block;
	position: relative;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

footer .links li{
	list-style: none;
}

footer .links a:hover{
	transform: translateX(10px);
}

	footer .links a:before{
		content: "";
		display: block;
		height: 2px;
		width: 20px;
		position: absolute;
		top: 20px;
		left: -25px;
		background-color: #fff;
		transform: translateX(-10px) scaleX(0);
		transform-origin: 50% 50%;
	
		-webkit-transition: all 150ms ease;
		-moz-transition: all 150ms ease;
		-ms-transition: all 150ms ease;
		-o-transition: all 150ms ease;
		transition: all 150ms ease;
			transition-delay: 50ms;
	}

	footer .links a:hover:before{
		transform: translateX(0px) scaleX(1);
	}

footer .bottom-links a{
	position: relative;
	display: block;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

footer .bottom-links li:hover a{
	transform: translateY(6px);
	text-decoration: none;
}



footer .bottom-links li a:hover{
	color: #fff;
}


	footer .bottom-links a:before{
		content: "";
		display: block;
		width: 2px;
		height: 16px;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -1px;
		background-color: #fff;
		transform: translateY(-10px) scaleY(0);
		transform-origin: 50% 50%;
	
		-webkit-transition: all 150ms ease;
		-moz-transition: all 150ms ease;
		-ms-transition: all 150ms ease;
		-o-transition: all 150ms ease;
		transition: all 150ms ease;
			transition-delay: 50ms;
	}

	footer .bottom-links a:hover:before{
		transform: translateY(0px) scaleY(1);
	}

footer .bottom-links {

    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #c3c3c3;

}

footer .social-icons li a:hover{
	color: #fff;
}

.contact-form label{
	color: #555;
}

.list-style-featured h4{
	margin: 25px;
}

.rights a{
	font-weight: bold !important;
}

.promo{
	background-size: cover !important;
}

@media (min-width: 768px) {

	.footer_col_contact:after{
		width: 6px;
		height: 6px;
		background-color: #fff;
		content: "";
		display: block;
		position: absolute;
		top: 70px;
		right: 0;
		border-radius: 50%;
	}
	
}

.footer_title{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

	.footer_title a{
		color: #fff;
	}

		.footer_title i{
			font-size: 160%;
			margin-bottom: 16px;
		}

		.footer_title i{

		}

.tp-banner-fix li:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
		-webkit-transition: all 350ms ease;
		-moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		-o-transition: all 350ms ease;
		transition: all 350ms ease;
		opacity: 0.35;
}

.section_about{
	/*overflow: visible;*/
	min-height: 780px;
	position: relative;
background-image: url('../images/aboutus.jpg');
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.section_about:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ea8f4+0,7db9e8+100&0.3+0,0+46 */
background: -moz-linear-gradient(-45deg,  rgba(46,168,244,0.3) 0%, rgba(82,176,238,0) 46%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(46,168,244,0.3) 0%,rgba(82,176,238,0) 46%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(46,168,244,0.3) 0%,rgba(82,176,238,0) 46%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2ea8f4', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.section_consultancy{
	background-color: #1e5f96;
	background-image: url('../images/consultancy_bg.jpg');
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}

.text_whitebg{
	position: relative;
	z-index: 1;
	padding: 25px 40px;
	background-color: rgba(255, 255, 255, 0.83);
    box-shadow: 0 41px 70px -20px rgba(0, 90, 154, 0.63);
	border-radius: 5px;
}

	.text_whitebg h4{
		color: #008fff;
	}
	
	.text_whitebg p{
		color: #000;
	}

.text_white{

}

	.text_white h4,
	.text_white p{
		color: #fff;
	}

.text_bluebg{
	position: relative;
	z-index: 1;
	padding: 25px 40px;
	background-color: rgba(35, 114, 169, 0.83);
    box-shadow: 0 41px 70px -20px rgba(0, 90, 154, 0.63);
	border-radius: 5px;
}

	.text_bluebg h4,
	.text_bluebg p{
		color: #fff;
	}

.img_aboutus{
	position: absolute;
	z-index: 0;
	right: 0;
	top: 30px;
		width: 64%;
	max-width: 816px;
}

@media (min-width: 1400px) {

	header nav li a{
		font-size: 14px;
	}
	
}

header.coporate-header .ownmenu > li.showhide span.icon {
    color: #004d8b;
    text-align: right;
}

.blog-post .post-tittle{
	line-height: 18px;
	/*height: 40px;*/
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.blog-post  p{
	height: 115px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.section_aircrafts p{
	font-size: 11px;
	/*height: 135px;*/
	height: 85px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.single_aircraft{
	border-radius: 10px;
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
	box-shadow: 0 21px 35px -15px rgba(0, 0, 0, 0.6);
    border: 1px solid #e2e2e2;

}


	.single_aircraft a.btn{
		position: absolute;
		right: 10px;
		bottom: -30px;
		box-shadow: -10px -10px 45px -15px rgba(0, 0, 0, 0.5);
	}

	.single_aircraft__img{
		position: relative;
		display: block;		
		height: 180px;
		text-align: left;		
		margin-bottom: 30px;
	}


	@media (max-width: 992px) {

		.single_aircraft a.btn{
			bottom: -20px;
		}

		.single_aircraft__img{
			text-align: center;
		}
		
	}


		.single_aircraft__img img{
			display: inline-block;
			vertical-align: middle;
			width: auto;
			height: auto;
			max-width: 96%;
			max-height: 100%;
			border-radius: 6px;
		}

		.single_aircraft__img:before{
			content: "";
			display: inline-block;
			vertical-align: middle;
			height: 100%;
		}

		@media (min-width: 992px) {

			.single_aircraft__img{
				transform: translateX(-60px);				
			}

			.single_aircraft__img img{
				box-shadow: 10px 30px 55px -15px rgba(0, 0, 0, 0.4);
			}
			
		}

	.single_aircraft__title a{
		color: #0080e0;
	}

	.single_aircraft__description{
		font-size: 12px;
	}

h3, a.h3{
    color: #004c88;
}

.modello_title{
	display: inline-block;
	font-weight: 700;
	color: #aaa;
}


@media (min-width: 768px) {

	body:not(.index__page) #content{
		padding-top: 60px;
	}
	
}


body:not(.index__page) .is-sticky .sticky{
	/*background-color: transparent;*/
}

body:not(.index__page) .is-sticky .sticky{
	/*position: relative !important;*/

}

body:not(.index__page) .is-sticky .sticky .logo_li{
/*	position: relative !important;
	left: 10px !important;
	margin-left: 0 !important;*/
}




.modello_foto{
	margin-top: 20px;
	margin-bottom: 35px !important;
}

.modello_foto .slick-prev:before,
.modello_foto .slick-next:before{
	color: #004c88;
}

.modello_foto .slick-next{
	right: 0;
	z-index: 99;
}

.modello_foto .slick-prev{
	left: 0;
	z-index: 99;
}

	.modello_foto li{
		padding-left: 15px;
		padding-right: 15px;

	}

		.modello_foto li a{
			outline: none;
			height: 360px;
			display: block;
			text-align: center;
			background-color: #f4f4f4;
			border-radius: 4px;
			position: relative;
		}

		@media (max-width: 486px) {

			.modello_foto li a{
				height: 275px;
			}
			
		}

		.modello_foto li a:after,
		.single_aircraft__img:after{
			display: block;
			position: absolute;
			width: 64px;
			height: 64px;
			border-radius: 50%;
			background-color: rgba(255, 255, 255, 0.9);
			opacity: 0;
			left: 50%;
			top: 50%;
			margin-left: -32px;
			margin-top: -32px;
			content: "\f00e";
			font-family: "FontAwesome";
			text-align: center;
			line-height: 1.4;
			font-size: 44px;
			color: #004c88;

				-webkit-transition: all 350ms ease;
				-moz-transition: all 350ms ease;
				-ms-transition: all 350ms ease;
				-o-transition: all 350ms ease;
				transition: all 350ms ease;
		}

		.single_aircraft__img:after{
			font-size: 40px;
			line-height: 1.4;
		}

		.modello_foto li a:hover:after,
		.single_aircraft__img:hover:after{
			opacity: 0.7;
		}

			.modello_foto li a img{
				display: inline-block;
				vertical-align: middle;
				width: auto;
				height: auto;
				max-width: 96%;
				max-height: 100%;				
			}

			.modello_foto li a:before{
				content: "";
				display: inline-block;
				vertical-align: middle;
				margin-left: -3px;
				height: 100%;
			}

.model_text strong{
	font-size: 22px;
    color: #305c89;   
}

.model_text ul {
	padding-left: 30px;
}

.model_text ul li{
	list-style-type: circle;
}


.modello_intro{
	min-height: 100vh;
	padding-top: 10vh;
	text-align: center;
	margin-bottom: 16vh;
}

	.modello_intro .row{
		margin-top: 12vh;
    	margin-bottom: 12vh;
		clear: both;
	}

		.modello_intro img{
			border-radius: 5px;
			box-shadow: 0px 40px 85px -15px rgba(0, 0, 0, 0.4);
		}


.tab-pane .embed_container{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.tab_data{
	padding: 20px;
}

	.tab_data ul{
		margin-bottom: 20px;
	}

.panel-title a{
	display: block;
}

.section_anchor{
	position: absolute;
	top: -120px;
}

.partners_grid .row div a{
	display: block;
	height: 90px;
	margin-bottom: 20px;
}

	.partners_grid .row div a img{
		width: auto !important;
		max-width: 100%;
		border-radius: 4px;
		box-shadow: 0 10px 35px -15px rgba(0, 0, 0, 0.6);
	}

@media (min-width: 768px) {

	.partners_second_col{
		border-left: 1px solid #dadada;
	}
	
}

@keyframes shake {
    2% {
        transform: translate(-.5px, .5px) rotate(-.5deg)
    }

    4% {
        transform: translate(2.5px, .5px) rotate(-.5deg)
    }

    6% {
        transform: translate(-.5px, 1.5px) rotate(1.5deg)
    }

    8% {
        transform: translate(.5px, .5px) rotate(-.5deg)
    }

    10% {
        transform: translate(-.5px, -1.5px) rotate(-.5deg)
    }

    12% {
        transform: translate(.5px, -.5px) rotate(1.5deg)
    }

    14% {
        transform: translate(1.5px, 2.5px) rotate(-.5deg)
    }

    16% {
        transform: translate(-.5px, -.5px) rotate(.5deg)
    }

    18% {
        transform: translate(2.5px, .5px) rotate(.5deg)
    }

    20% {
        transform: translate(.5px, -1.5px) rotate(-.5deg)
    }

    22% {
        transform: translate(2.5px, 2.5px) rotate(-.5deg)
    }

    24% {
        transform: translate(2.5px, 1.5px) rotate(1.5deg)
    }

    26% {
        transform: translate(.5px, 1.5px) rotate(-.5deg)
    }

    28% {
        transform: translate(1.5px, .5px) rotate(.5deg)
    }

    30% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg)
    }

    32% {
        transform: translate(.5px, .5px) rotate(.5deg)
    }

    34% {
        transform: translate(.5px, 1.5px) rotate(1.5deg)
    }

    36% {
        transform: translate(2.5px, -.5px) rotate(1.5deg)
    }

    38% {
        transform: translate(.5px, 1.5px) rotate(1.5deg)
    }

    40% {
        transform: translate(2.5px, 1.5px) rotate(1.5deg)
    }

    42% {
        transform: translate(2.5px, -1.5px) rotate(.5deg)
    }

    44% {
        transform: translate(.5px, -.5px) rotate(.5deg)
    }

    46% {
        transform: translate(1.5px, -1.5px) rotate(.5deg)
    }

    48% {
        transform: translate(-1.5px, -.5px) rotate(.5deg)
    }

    50% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg)
    }

    52% {
        transform: translate(.5px, 1.5px) rotate(.5deg)
    }

    54% {
        transform: translate(2.5px, -.5px) rotate(.5deg)
    }

    56% {
        transform: translate(2.5px, 2.5px) rotate(.5deg)
    }

    58% {
        transform: translate(2.5px, 1.5px) rotate(-.5deg)
    }

    60% {
        transform: translate(1.5px, 1.5px) rotate(-.5deg)
    }

    62% {
        transform: translate(-.5px, .5px) rotate(-.5deg)
    }

    64% {
        transform: translate(2.5px, 1.5px) rotate(-.5deg)
    }

    66% {
        transform: translate(-1.5px, .5px) rotate(1.5deg)
    }

    68% {
        transform: translate(1.5px, -1.5px) rotate(.5deg)
    }

    70% {
        transform: translate(.5px, .5px) rotate(-.5deg)
    }

    72% {
        transform: translate(-.5px, 1.5px) rotate(1.5deg)
    }

    74% {
        transform: translate(-1.5px, 1.5px) rotate(1.5deg)
    }

    76% {
        transform: translate(2.5px, -.5px) rotate(.5deg)
    }

    78% {
        transform: translate(2.5px, 2.5px) rotate(.5deg)
    }

    80% {
        transform: translate(-1.5px, 2.5px) rotate(.5deg)
    }

    82% {
        transform: translate(-1.5px, -.5px) rotate(.5deg)
    }

    84% {
        transform: translate(.5px, 1.5px) rotate(-.5deg)
    }

    86% {
        transform: translate(-.5px, 2.5px) rotate(.5deg)
    }

    88% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg)
    }

    90% {
        transform: translate(-.5px, -1.5px) rotate(-.5deg)
    }

    92% {
        transform: translate(1.5px, .5px) rotate(.5deg)
    }

    94% {
        transform: translate(-.5px, -.5px) rotate(.5deg)
    }

    96% {
        transform: translate(1.5px, .5px) rotate(1.5deg)
    }

    98% {
        transform: translate(.5px, -.5px) rotate(1.5deg)
    }

    0%,100% {
        transform: translate(0, 0) rotate(0)
    }
}

.blog-post{
	margin-bottom: 30px;
}

.blog-post .img-responsive{
	margin-left: auto;
	margin-right: auto;
}

.blog-post_img_container{
	display: block;
	height: 140px;
	overflow: hidden;
	background-color: #f6f6f6;
	text-align: center;
}

.col-sm-4 .blog-post_img_container{
	height: 220px;
}

	.blog-post_img_container img{
		width: auto;
		height: auto;
		max-width: 97%;
		max-height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.blog-post_img_container:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -3px;
	}

.model_data *:not(a){
	font-size: 16px !important;
	font-weight: normal !important;
	color: #666 !important;
}

.model_data p{
	margin: 0 !important;
}

.model_data strong{
	font-weight: 700 !important;
	color: #005082 !important;
}

.model_data strong *{
	font-weight: 700 !important;
	color: #005082 !important;
}

.model_data ul{
	list-style-type: none;	
	padding-left: 0;
}

	.model_data ul li{
		padding-left: 40px;
		background-image: url('../images/plane_bullet.jpg');
		background-repeat: no-repeat;
		background-position: 3px 6px;
		list-style-type: none;
	}





@media (max-width: 1200px) {

	footer .bottom-links li a{
		display: inline-block;
		margin: 10px;
		padding: 5px;
	}
	
}