@font-face {
    font-family: 'exobold';
    src: url('../fonts/exo-bold-webfont.eot');
    src: url('../fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-bold-webfont.woff2') format('woff2'),
         url('../fonts/exo-bold-webfont.woff') format('woff'),
         url('../fonts/exo-bold-webfont.ttf') format('truetype'),
         url('../fonts/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoregular';
    src: url('../fonts/exo-regular-webfont.eot');
    src: url('../fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo-regular-webfont.woff') format('woff'),
         url('../fonts/exo-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}




html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


.inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1200px;
	position: relative;
}

.responsive {
	width: 100%;
	height: auto;
}

.spacer550 {
	height: 550px;
}
.spacer450{
	height: 450px;
}
.spacer350 {
	height: 350px;
}
.spacer300 {
	height: 300px;
}
.spacer120 {
	height: 120px;
}
.spacer20 {
	padding-top: 30px;
}


.maintenanceheight {
	height: 330px;
}

/*************SITE STYLES**************/

body {
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	
	margin: 0;
 	min-height: 100%;
}


.innerwrapper {
	width: 60%;
	margin: auto 0;
	float: none;
	display: inline-block;
}




	/* RESET */
	.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}
	
	/* MODAL */
	.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}

	.modal{display: none; position: fixed; background: rgba(0,0,0,.5); padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index: 99999;}
	.modal .modal-content{position: relative; margin: auto; width: calc(100% - 30px); max-width: 600px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;}
	.modal .modal-head{position: relative; padding: 15px 25px 0; color: #555;}
	.modal .modal-head h2 {margin-bottom:0; font-size:20px; text-transform:uppercase;}	
	.modal .modal-head .close{position: absolute; top: 15px; right: 15px; font-size: 20px; color: #ccc; cursor: pointer;}
	.modal .modal-head .close:hover{color: #000;}
	.modal .modal-main{padding: 25px 25px 50px; line-height:1.4; text-align:left; font-family: 'exoregular', sans-serif;}
	.modal .modal-buttons{background: #f5f5f5; padding: 10px 15px; border-top: 1px #ddd solid;}
	.modal .modal-buttons a{display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}
	.modal .modal-buttons .save-modal{background: #000099; color: #fff; font-family: 'exobold', sans-serif;}
	.modal .modal-buttons .save-modal:hover{background: #111; color: #fff;}

	@keyframes animatetop{
		from{top: -300px; opacity: 0} to{top: 0; opacity: 1}
	}






/*************TEXT STYLES**************/
h1 {
	font-family: 'exobold', sans-serif;
	font-size: 24px;
	color: #000099;
	text-align: left;
	line-height: 180%;
}

h2 {
	font-family: 'exobold', san-serif;
	font-size: 16px;
	color: #000;
	text-align:left;
	line-height: 140%;
}


p {
	font-family: 'exoregular', sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	text-align:left;
}

a.bluelink {
	color: #000099;
	font-family: 'exobold', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	width: 100%;
	display: inline-block;
}
a.bluelink:hover {
	color: #ccc;
}

/*************HEADER**************/
.header {
	background-color: #000099;
	width: 100%;
	display:inline-block;
	padding-top: 15px;
}

.logo {
	float: left;	
}


.seal {
	float: right;
}

.modalButton {
	float: right;
	margin:30px 15px 0 0;
	width:185px;
	font-size: 14px; line-height:1.4;
	font-family: 'exoregular', sans-serif;
	background: rgb(240,240,240);
	background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 88%);
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.modalButton:hover {
	-webkit-box-shadow: 0px 0px 17px 0px rgba(168,138,49,0.73);
	-moz-box-shadow: 0px 0px 17px 0px rgba(168,138,49,0.73);
	box-shadow: 0px 0px 17px 0px rgba(168,138,49,0.73);
}

.modalButton a {display:block; width:100%;  height:100%;  padding:20px 15px 15px 15px; text-decoration:none; color:#000;}
.modalButton strong {font-family: 'exobold', sans-serif;}


/*********HEADER MOBILE NAVIGATION******/
.navlink-Mobile {
	display: none;
}

/*************NAVIGATION*************/

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	z-index: 99999;
}
#menu-main a {
	display:block; 
	color: #fff; 
	padding: 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'exobold', sans-serif;
	position: relative;
	text-decoration: none;
}
#menu-main li {
	position: relative;
}
#menu-main > li { 
	display: inline-block; 
	list-style: none;
} 
#menu-main > li > a { 

}
#menu-main > li:hover, 
#menu-main > li:hover > a {
	background-color: white;
	color: #333; 

}
.menu-main-container button.mobile_btn {
	display: none;
}
/* Sub-Menu */
#menu-main ul {
	background-color: #333;
	position: absolute;
	white-space: nowrap;
	left: -99999em;
	text-align: left;
	z-index: 99999;
}
#menu-main ul li a:hover {
	background-color: white;
	color: #333;

}
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
} 

ul#menu-main {
	background:#000 url(../siteart/navbg.png) repeat-x;
}
/*************MAIN CONTENT*************/
.bannerimg {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 15px 0;
}

.content_half {
	float: left;
	display: inline-block;
	width: 49%;
	padding-right: 20px;
	padding-bottom: 30px;
}

.content_full {
	width: 100%;
}

.flex-top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.flex-l{width: 20%; margin-right: 6%;}
.flex-l img{width: 100%;}
.flex-r{width: 60%;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


/*************VIDEO**************/
.video1 {
	display: inline-block;
	float:left;
	}
	

video {
    background: #000;
    height: auto;
	width: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}         



/************INVENTORY BANNERS**********/
.inventory img{
	height: auto;
	width: 100%;
	padding: 40px 0px 10px 0px;
}
	
/************INVENTORY BUTTON**********/
.inventory {
	display: inline-block;
	margin: 30px 5px 10px 5px;
}

.inventorybutton {
	background-color: #000099;
	border-radius: 20px;
	border: none;
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 10px 20px;
	vertical-align: central;
	font-family: 'exobold', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: white;
	text-align: center;
	text-decoration:none;
}

.inventorybutton:hover{
	background-color: #BCBCBC;
}	


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
	margin: 5px 0 30px 0;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*********INVENTORY***********/
.listings-wrapper .listing-boxed .listing-boxed-details {
    text-align: left !important;
}
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}
.hosted-content .left {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .listing-details .divider {
    text-align: left !important;
}

.listings-wrapper .hosted-theme .btn {
    background: #000099 !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    color: #000099 !important;
    border: solid 2px #000099 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}



.payment-banner {margin:25px 0 45px 0; padding:0 15px 15px 15px; border:1px #E4E4E4 solid;}
.payment-banner p{font-size:1.2em; text-align:center; font-weight:700;}

/********* BUTTON***********/
a.linkButtonBox {
	display:inline-block; box-sizing:content-box; width:200px; min-width:180px; margin:0 8px; padding:14px 5px 12px 5px; font-size:1.15em !important; line-height:1.5; font-weight:500; text-align:center; text-decoration:none;  color:#fff; cursor:pointer; background-color: #000099; font-family: 'exobold', sans-serif;
	
	-webkit-transition:.5s ease; -moz-transition:.5s ease; -o-transition:.5s ease; transition:.5s ease;
	-webkit-border-radius:10px; -moz-border-radius: 10px; border-radius:10px;	
}
a:hover.linkButtonBox {background-color:#111;}



/*********NEWSLETTER BUTTON***********/
.newsletter {
	padding-left: 10px;
}

.newsletterbutton {
	width: 100%;
	height: 50px;
	background-color: #000099;
	border-radius: 25px;
	border: none;
	font-family: 'exobold', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	color: white;
	text-align: center;
	text-decoration:none;
	display: block;
	padding-top: 13px;
}

.newsletterbutton:hover {
	background-color: #BCBCBC;
}

/**************AD WRAPPER*************/
.ad-wrapper {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; margin:15px auto;}
.ad-wrapper img {width:100%; max-width:48%; margin:0 auto;}


/**************LINKS PAGE*************/
.logolist {
	display: inline-block;
	padding: 30px 0;
}
.logolist img {
	margin: 0 10px;
}

/***************FOOTER****************/
.lowernav {
	background: #000099;
	width: 100%;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 15px 0;
}
.lowernav a{
	font-family: 'exoregular', sans-serif;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding:10px;

}

.lowernav a:hover {
	text-decoration: underline;
}

/*************** TALBES****************/
table, td, th {    
    border: 1px solid #000099;
    text-align: left;
	font-family: 'exoregular', sans-serif;
	font-size: 13px;
}

table {
    border-collapse: collapse;
	margin: 10px 0px;
}

th, td {
    padding: 15px;
}

table tr ul li {
	font-family: 'exoregular', sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	margin-left: 15px;
}

/************LINKS PAGE*************/
.linkspage {
	display: inline-block;
}
.linkspage img {
	padding: 15px 0 10px 0;
}


.linkspage table, td, th {    
    text-align: center;
	font-family: 'exoregular', sans-serif;
	font-size: 13px;
	border: none;
}

.linkspage table {
    border-collapse: collapse;
	display: inline-block;
	margin: 10px 20px;
	border: none;
}

.linkspage th, td {
    padding: 15px;
}

.linkspage table tr ul li {
	font-family: 'exoregular', sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	margin-left: 15px;
}

.facilitiesimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.partsimg {
	width: 100%;
	height: auto;
}


/*---POP-UP -----------------------------------*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding:0 10px 5px 10px; 
	background: none
}
.popup .close:hover {
 color: #000;}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 999999;
}
.popup {
	background: #000099;
	color:#fff !important;
	font-size: 16px;
	font-weight: 300;
	border:2px solid #fff;
	border-radius: 5px;
	width: 95%;
	max-width: 1200px;
	position: absolute;
	top: 3.5vw;
	left: 0;
	right: 0;
	float:none;
	padding: 3% 0;
	margin: 0 auto;
	text-align:left;
	z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	font-family: 'exoregular', sans-serif;
	
}

.popup h1,h3 {
	color: #fff !important;
	text-align: left !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
}

.popup h3 {
	font-weight: normal;
}
.overlay:target .popup {
    top: -280%;
    left: -100%;
}

.popup .wrapper-inner{width:75%; padding: 20px 0; margin: 0 auto; text-align: center!important}



/***************DICSCLAIMER****************/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff; line-height: 200%;}
.divfooter {width:100%; max-width: 450px; text-align:center; margin:0 auto;color:#fff;}

.navbtmstyle{margin: 0 auto 2em auto}
.navbtmstyle a{text-decoration: none!important}
.navbtmstyle a:hover{background: #ccc; color: #000099;}
    
/************** INSURANCE PAGE ***************/

img.insteam{
    display: block; 
    max-width: 500px; 
    margin: 20px auto;
    width: 50%;
    float: left;
}

.azulad{
    background:#000099; 
    padding:20px; 
    text-align: center;
    margin: 30px auto 40px auto;
}

.azulad h2{color: #FFFFFF; margin: 0; padding: 0}
.azulad p, .azulad a {color: #e0e0e0}
    
.insurone{
    float: left;
	display: block;
	width: 30%;
}
.insurthird{
    float: left;
	display: block;
	width: 70%;
}


/**************INVENTORY STYLES***************/
.list-content .listing-portion-title {letter-spacing:0 !important; color:#333 !important;}

.detail-content .breadcrumbs {text-align:left !important;}
.list-top-section .list-title .list-title-text {font-size:1.2em !important;}
  .faceted-search-content .faceted-section-head {
   background:#000099!important;
   color: #fff !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name{
	color: #000!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats{
	text-align: left!important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	text-align: left!important;
}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background:#000099 !important; }


.list-content .list-title .list-listings-count{
	color: #000!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count{
	color: #000 !important;
}


.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{
	color: #000099!important;
}
.currency-selector{
	color: #000099!important;
}


.section-head{
	width: 100% !important;
}

.faceted-search-content .selected-facets-container .selected-header {
	text-align: left !important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	text-align: left !important;
}

/***************RESPONSIVE STYLES****************/

@media screen and (max-width: 1222px) {
    .inventorybutton {display: block; margin: 5px auto; width: 100%}

    .navbtmstyle a {
        color: #fff;
        font-size: 15px;
        display: block;
        padding: 8px 0;
        margin: 5px auto;
        border: 1px solid #fff;
    }
    
    .flex-l {width: 30%; margin-right: 4%;}
    
}



@media screen and (max-width: 1280px) {
	/*HEADER*/
.header {
	background-color: #000099;
	width: 100%;
	display:inline-block;
	padding: 10px 0px;
}


	
.inner {
	width: 90%;
	margin: auto 0;
	float: none;
	display: inline-block;
}

.video1{
	height: auto;
	width: 100%;
	max-width: 600px;
	display: inline-block;
	float: none;
}
	

/*NAVIGATION*/
.navlink {display: none;}
.navlink-Mobile {
	display: inline-block;
	width: 100%;
	z-index: 1;
}

.content{
	width: 100%;
}
.content_half {
	width: 100%;
    float: none;
}

.centrar p, .centrar h2, .centrar img, .centrar a.bluelink{text-align: center!important}
    
.insurthird, .insurone{
    width: 100%;
    float: none;
}
    
.insurthird p, .insurone p,
.insurthird h2, .insurone h2,
.insurthird img, .insurone img,
.insurthird a.bluelink, .insurone a.bluelink
{text-align: center!important}
    
img {
	max-width: 805px;
	height: auto;
}

.spacer300 {
	height: auto;
}

video{
	display: inline-block;
	width: 80%;
	max-width: 600px;
	float: none;
}

.maintenanceheight {
	height: 250px;
}
.linkspage table img{
	height: auto;
	max-width: 200px;
}
.linkspagelogos {
	display: inline-block;
	padding: 5px;
}

.partsimg {
	max-width: 600px;
	height: auto;
	display: inline-block;
	float: left;
}
}

@media screen and (max-width: 1202px){ 
	#formpage {
		display: inline-block !important;
	}
	
	#formpage input, select {
		margin-bottom: 15px !important;
	}
	.flex-input {
		width: 65% !important;
	}
}

@media screen and (max-width: 1080px) and (max-width: 768px){
    .flex-top {flex-direction: column-reverse;justify-content: center; align-items: center;}
    .flex-l{width: 40%;}
    .flex-r{width: 100%;}
}

@media screen and (max-width: 1080px) and (min-width: 601px) {
	/*HEADER*/
.innerwrapper {
	width: 90%;
	margin: auto 0;
	float: none;
	display: inline-block;
}
.logo {
	width: 100%;
	display: inline-block;
	
}
.seal {
	width: 50%;
	display: inline-block;
	
	margin-bottom:12px;
}

.logo img{
	height: auto;
	width: 75%;
	max-width: 550px;
	display:inline-block;
}
.seal img{
	width:100%;
	height: auto;
	max-width: 100px;
	display:inline-block;
	
}	
	
.modalButton {
	float: right;
	margin:15px 15px 0 0;
	width:185px;
	
	font-size: 14px; line-height:1.4;
	font-family: 'exoregular', sans-serif;
	background: rgb(240,240,240);
	background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 88%);
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}	

/*NAVIGATION*/
.navlink {display: none;}
.navlink-Mobile {
	display: inline-block;
	width: 100%;
	z-index: 1;
}

/*CONTENT*/
.content_half {
	width: 100%;
}

video{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	float: none;
}



img {
	max-width: 550px;
	height: auto;
}

.maintenanceheight {
	height: 180px;
}


.linkspage table img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 850px){ 
	.flex-input {
		width: 100% !important;
	}
	
	.ad-wrapper img {width:100%; max-width:100%; margin:15PX auto;}
}
@media screen and (max-width: 600px) and (min-width: 301px){
	/*HEADER*/
.innerwrapper {
	width: 90%;
	margin: auto 0;
	float: none;
	display: inline-block;
}

.logo {
	width: 100%;
	display: inline-block;
	
}
.seal {
	width: 50%;
	display: inline-block;
	margin-bottom:8px;
}

.logo img{
	height: auto;
	width: 95%;
	display:inline-block;
}
.seal img{
	width:100%;
	max-width: 120px;
	height: auto;
	display:inline-block;

}

.content_half {
	width: 100%;
}

video{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	float: none;
}
	
/*NAVIGATION*/
.navlink {display: none;}
.navlink-Mobile {
	display: inline-block;
	width: 100%;
	z-index: 99999;
}

/*AIRPORT INFO TABLE*/

table {
	margin: 5px 0;
}
th, td {
	padding: 15px 2px;
}

img {
	max-width: 300px;
	height: auto;
}
.maintenanceheight {
	height: 120px;
}
.linkspage table th{
	display: inline-block;
	width: 100%;

}
.linkspage table th img {
	max-width: 180px;
	}

}

@media screen and (max-width: 500px){
    img.insteam{
        margin:10px auto;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 300px){
img {
	max-width: 250px;
}

.content_half {
	width: 100%;
}

.logo img{
	height: auto;
	width: 85%;
	display:inline-block;
}
.seal {
	float: none;
}
.seal img{
	width: 50%;
	max-width: 120px;
	height: auto;
	display:inline-block;

}
table td {
	padding: 10px;
}

.maintenanceheight {
	height: 0px;
}
.linkspage table th{
	width: 100%;
	display: inline-block;
}
.linkspage table th img {
	max-width: 130px;
	}
}