@import url(reset.css);

/* =Minimal base styles
*******************************************************************************/
html {
    height: 100%;
}
body {
    font:13px/1.4 Arial, sans-serif;
    background:#fff url(../images/bg/body.png) repeat-x;
    color:#535454;
    min-width:990px;
}

::-webkit-input-placeholder { color: #535454; }
:-moz-placeholder           { color: #535454; }


h1, h2, h3, h4, h5, h6  { font-weight: bold; }
a   { color: #527b8a; }
a:hover { color: #ff8a00; }

/* Minimal base styles */
/* fonts */
@font-face {
    font-family: 'franklin_gothic_demiregular';
    src: url('../fonts/fradm-webfont.eot');
    src: url('../fonts/fradm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fradm-webfont.woff') format('woff'),
         url('../fonts/fradm-webfont.ttf') format('truetype'),
         url('../fonts/fradm-webfont.svg#franklin_gothic_demiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Useful classes
*******************************************************************************/

.debug    { border: 1px dotted red !important; }
.hidden   { display: none; visibility: hidden; }
.no-marg  { margin: 0 !important; }
.no-pad   { padding: 0 !important; }
.no-bg    { background: none !important; }
.no-bd    { border: none !important; }
.fl-l     { float: left !important; }
.fl-r     { float: right !important; }
.a-center { text-align: center; }
.a-left   { text-align: left; }
.a-right  { text-align: right; }
.clear    { clear: both; }
.underline{text-decoration: underline;}
.hr {
    height: 1px;
    font: 0/0 Arial;
    border-bottom: 1px dotted #888;
    margin: 15px 0;
}

.wrapper {

}
.frame {
    width: 980px;
    margin: 0 auto;
}

/* Useful classes */

/* =Header
*******************************************************************************/

.header {
   height:138px; background:#fff;
   float:left; width:100%;
}

.stick{ position:fixed; background:#fff; z-index:99;}

.head-section {
    height:31px;
}
.header .top-head{  height:31px;
	background:#007878;
	width:100%;
	float:left;}

.header .bottom-head{  height:98px;background:#ffffff;width:100%;float:left; border-bottom:3px solid #ff8a00;}

.supernav {
    float:right;
    padding:3px 0 4px;
    font:bold 12px Arial, Helvetica, sans-serif;
}
.supernav li {
    float:left;
    padding:4px 11px 6px 17px;
    background:url(../images/sep.png) no-repeat;
}
.supernav li:first-child {
    background:none;
    padding-left:0;
}
.supernav a {
    color:#fff;
}
.supernav .active a,
.supernav a:hover {color:#ff8a00;}
.supernav a.home {
    float:left;
    width:19px;
    height:15px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/ico/home.png) no-repeat;
}
.supernav .active a.home,
.supernav a.home:hover {background-position:0 -20px;}
.phome-labe {
    float:right;
    width:114px;
    height:25px;
    padding:8px 9px 9px 55px;
    font-size:16px;
    line-height:18px;
    color:#ff8a00;
    position:relative;
    margin:0 -4px -10px 0;
    background:url(../images/bg/phone.png) no-repeat;
}
.logo {
   background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
float: left;
height: 50px;
margin: 28px 10px 0 0;
overflow: hidden;
text-indent: -9999px;
width: 214px;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    display: none;
}

/* =Main Navigation */
.nav {
   float: right;
width: 77%;
}
.nav li {
/*-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #dedede;
border-image: none;
border-style: solid;
border-width: 0 0 0 1px;
float: left;
font: bold 13px Arial,Helvetica,sans-serif;
height: 85px;
padding: 11px 2px 0;
text-align: center;
vertical-align: middle;
width: 12%;
z-index: 999; position:relative;*/
    border-left: 1px solid #dedede;
    float: left;
    height: 96px;
    position: relative;
    text-align: center;
    width: 12%;
}
.nav li:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}
.nav li:first-child:after{background: #fff none repeat scroll 0 0;
border-left: 2px solid #e5e5e5;
border-top: 2px solid #e5e5e5;
content: "";
height: 11px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 75px;
transform: rotate(-136deg);
-webkit-transform: rotate(-136deg);
width: 11px;}
.submenu-wrap{box-sizing: border-box;
float: left;
left: 0;
padding: 147px 0 0;
position: absolute;
top: 0;
width: 100%;
/*z-index: -9999;*/}
.nav li:hover .submenu{ display:block;}
.nav li ul.submenu{background:#fff;
box-sizing: border-box;
float: left;
-webkit-float: left;
padding: 0 0 7px;
position: absolute;
top: 101px;
width: 280px;
left: 0px; display:none; border-bottom:3px solid #ff8a00;}
.nav li ul.submenu li a{float:left;}
.nav li ul.submenu li{box-sizing: border-box;
float: left;
height:0;
padding:0;
margin: 0 0 28px 20px;
text-align: left;
width: 100%;float:left;}
.nav li ul.submenu li:first-child:after{ display:none;}
.nav a {
    color:#535454;
	-webkit-color:#535454;
}

.nav .active a,
.nav a:hover {color:#ff8a00;}
.nav .active ul li a{color:#535454;}

.nav li.active ul.submenu li a:hover{color:#ff8a00;}
.nav li.active ul.submenu li.active a{color:#ff8a00;}
.nav li .submenu-wrap ul.submenu li:hover a{color:#ff8a00;}

.nav li a{box-sizing: border-box;
color: #535454;
display: inline-block;
float: none;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
left: 0;
padding: 8px 1px;
text-align: center;
top: 0;
vertical-align: middle;}

/* Main Navigation */

/* Header */

/* =Footer
*******************************************************************************/
.footer {padding:0 0 40px;}
.f-menu-hold {
    border:1px solid #c7c7c7;
    border-width:2px 0;
    padding:11px 0;
    margin:0 0 24px;
}
.f-menu {
    text-align: center;
    background:#cbcbcb;
    padding:19px 5px 20px;
    font-size:13px;
    color:#5f5f5f;
}
.f-menu li {
    display: inline;
    padding: 0 8px;
}
.f-menu a {color:#5f5f5f;}
.f-menu a:hover {color:#007474;}
.footer p {
    font-size:9px;
    color:#5f5f5f;
    padding:0 0 9px;
}
.footer .copyright {
    font-size:10px;
    font-weight:bold;
}

/* =Content
*******************************************************************************/
.container {
    padding:14px 0 44px;
    background:url(../images/bg/container-shadow.png) no-repeat 50% 0;
}


/* Content */
.content {
    float:left;
    width:67%;
    padding:44px 0 0;
}
h1 {
    color:#007474;
    margin:0 0 4px;
    font:41.5px "franklin_gothic_demiregular", Arial, Helvetica, sans-serif;
}
h2 {
    color:#007474;
    margin:0 0 5px;
    font:23px "franklin_gothic_demiregular", Arial, Helvetica, sans-serif;
}
h3 {
    color:#007474;
    font:20px "franklin_gothic_demiregular", Arial, Helvetica, sans-serif;
}
h4 {
    color:#007474;
    font:17px "franklin_gothic_demiregular", Arial, Helvetica, sans-serif;
}
p {padding:0 0 10px;}
.main-intro{
    font-size:16px;
    line-height:1.5;
    color:#6d9fb2;
    margin:0 0 20px;
}
.content-text a {
    margin: 0 0 10px;
    display: inline-block;
}
.content-text ul {
    margin: 0 0 10px;
}
.post-list .post {
    border:1px solid #bababa;
    border-width:7px 0 0;
    padding:27px 0 17px;
}
.post-logo {
    float:left;
    margin:3px 22px 0 5px;
}
.post-logo.fl-r {margin:3px 5px 0 22px;}
.simple-img {
    float:left;
    margin:14px 15px 10px 0;
}
.faq-list h2 {
    font-size: 25px;
}

.post-list{ float:left; width:100%;}
.heading {
box-sizing: border-box;
color: #007474;
float: left;
font-size: 39px;
font-weight: bold;
line-height: 41px;
margin: 0 0 20px;
width: 100%;
font-family:Franklin Gothic;
}
/*acessiores*/
.inner-detail {
border-top: 1px solid #e2e2e2;
box-sizing: border-box;
float: left;
padding: 28px 0 31px;
width: 100%;
}
.inner-detail .item{ float: left;width: 100%;}

.inner-detail .item .name{ float: left;
font-size: 23px;font-family: Franklin Gothic;
text-decoration: underline;
width: 100%; color:#007474;}

.inner-detail .item .detail{ float:left; width:100%; box-sizing:border-box; font-size:13px; line-height:20px; color:#535454; padding: 15px 0; font-family:Arial, Helvetica, sans-serif;}
.inner-detail .item .detail1{ float:left; width:80%; box-sizing:border-box; font-size:13px; line-height:20px; color:#535454; padding: 15px 0;font-family:Arial, Helvetica, sans-serif;}
.inner-detail .item .image{ float:left; width:20%; margin-top: -30px;}
/* archiving*/
.post-list .archive{box-sizing: border-box;
float: left;
padding: 31px 0 0;
width: 100%;}
.post-list .archive .title{ float:left; width:100%; font-size:23px; color:#007474;font-family: Franklin Gothic;line-height:normal;}
.post-list .archive .inside{box-sizing: border-box;
float: left;
margin-left: 1px;
padding:27px 8px 0 0;
width: 100%;}
.post-list .archive .inside .FBI{color: #6da8c5;}
.post-list .archive .inside p span{color: #6da8c5;}
.post-list  .reason{ float:left; width:100%; box-sizing:border-box;margin-bottom: 7px;}
.post-list .reason .title {
  float: left;
  text-decoration: underline;margin-right: 5px;
}
.post-list  .reason .des{ float:none; width:100%;}

.post-list .archive .inside .detail-inside{float: left;font-size:13px; line-height:20px; color:#535454;
width: 100%;}
.post-list .archive .inside span{color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.post-list .archive .inside .detail-inside li {
 box-sizing: border-box;
float: left;
margin-top: -12px;
padding-left: 20px;
position: relative;
width: 100%;
padding-bottom: 20px;
}

.post-list .archive .inside .detail-inside li::after {
  background: #23558e none repeat scroll 0 0;
border: 2px solid #23558e;
border-radius: 50px;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 5px;
width: 2px;
}
.post-list .archive1{ float:left; width:100%;margin-top:-8px;}
.post-list .archive1 .title{ float:left; width:100%; font-size:23px; color:#007474;font-family: Franklin Gothic;line-height:normal;}
.post-list .archive1 .inside{box-sizing: border-box; padding: 9px 42px;
float: left;
margin-left: -41px;
padding: 27px 42px;
width: 100%;}

/* fingerprint*/
.post-list .post-right1 {
  box-sizing: border-box;
  float: left;
  width: 100%;padding: 0 106px 0 0;
}

.post-right1 img {
  margin-bottom: 15px;
  margin-right: 39px;
  display:none;
}
.post-right1 p {
  box-sizing: border-box;
  color: #535454;
  font-size: 13px;
  line-height: 20px;
}
.post-right1 p.detail1 {
  box-sizing: border-box;
  color: #6da8c5;
  font-size: 13px;
  line-height: 20px;
}
.post-right1 span {
  box-sizing: border-box;
  color: #535454;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-left: -47px;
  margin-top: 12px;
  padding: 0 46px;
  width: 100%;
}
.post-list .intro{box-sizing: border-box;
float: left;
margin-left: -2px;
padding: 30px 0 0;
width: 100%;}
.post-list .intro .title{ float:left; width:100%; font-size:23px; font:Franklin Gothic; color:#007474; margin-bottom:16px;}
.post-list .intro .detail{ float:left; width:100%; font-size:13px; line-height:23px; color:#535454;}
.post-list .intro .detail span {
  box-sizing: border-box;
  padding: 0 162px 0 0;
	position:relative; float:left;
}
.post-list .intro .detail .subdetail img{ margin-top:-70px;}
.post-list .intro .detail .subdetail .head{box-sizing: border-box;
color: #ff8a00;
font-weight: bold;
padding: 12px 0;
width: 100%;}
.post-list .intro .detail .subdetail .desc{  color:#535454;width:100%;}
.post-list .next{ float:left; width:100%; margin-left:-8px;}
.post-list .next1{ float:left; width:100%; font-size:13px; line-height:23px; color:#535454;}
.post-list .next1 span{box-sizing: border-box;
float: left;
margin-left: -5px;
padding: 16px 4px 0;
width: 100%;}
.post-list .next1 .list{float: left;
margin-left: 12px;
margin-top: 13px;
width: 100%;}
.post-list .next1 .list .new{ float:left; width:100%;}

.post-list .next1 .list .new li{box-sizing: border-box;
float: left;
line-height: 41px;
margin-top: -12px;
padding-left: 38px;
position: relative;
width: 100%;}
.post-list .next1 .list .new li::after {
  background: #537aa7 none repeat scroll 0 0;
border: 2px solid #ff8a00;
border-radius: 50px;
content: "";
height: 2px;
left: 19px;
position: absolute;
top: 17px;
width: 2px;
}
.post-list .next2{box-sizing: border-box;
color: #535454;
float: left;
font-size: 13px;
line-height: 23px;
padding: 45px 0 0;
width: 100%;}
.post-list .next2 .hedaing{ float:left; width:100%;font-size:35px;color:#007474;font-family: Franklin Gothic;}
.post-list .next2 .step{box-sizing: border-box;float: left;padding: 29px 0 0;width: 100%; font-size:23px; color:#007474;font-family:Franklin Gothic;}
.post-list .next2 .step span{ color:#000000;}
.post-list .next2 .step .detail1 { float:left; width:100%;}
.post-list .next2 .step .detail1 a{ font-size:13px;color:#000000; text-decoration:underline;}
.post-list .next2 .step .detail1 span {
box-sizing: border-box;
color: #535454;
float: left;
font-size: 13px;
line-height: 20px;
margin-left: -31px;
padding: 12px 37px 8px;
width: 100%;
}
.post-list .next2 .step .detail1 span.address{ float:left; width:35%; margin-top:-8px;}
.post-list .button1{ float:left; width:100%;}
.post-list .button1 a{background: rgba(0, 0, 0, 0) url("../images/bga.png") no-repeat scroll 0 0;
color: #fff;
float: left;
font-family: Franklin Gothic;
font-size: 13px;
height: 83px;
margin-right: 25px;
padding: 13px 25px 0;
text-align: center;
width: 20%;}
.post-list .next3{ float:left; width:100%;margin-bottom: 13px;}
.post-list .next3 .heading{ float:left; width:100%;font-size:35px;color:#007474;font-family: Franklin Gothic;}
.post-list .next3 .detail{box-sizing: border-box;
color: #535454;
float: left;
font-size: 13px;
line-height: 23px;
margin-left: -44px;
padding: 0 0 0 46px;
text-transform: capitalize;
width: 100%;}

/*NFA*/
.post-list{ float:left; width:100%; box-sizing:border-box; font-size:13px; line-height:20px; color:#535454;}
.post-list .post-left{ float:left; width:10%;}
.post-list .post-right{box-sizing: border-box;
float: left;
margin-left: 14px;
padding: 0 0 0 223px;
width: 87%;}
.post-list .inner-content{ float:left; width:100%;}
.post-list .inner-content a{ float:left; width:100%; color:#000000; text-decoration:underline; margin-bottom:17px; margin-top:12px;}
.post-list .inner-heading{color: #007474;
float: left;
font-size: 23px;
margin-top: 27px;
width: 100%;
font-weight: bold;
line-height: normal;}
.post-list .address{float: left;
font-weight: bold;
margin-top: 12px;
width: 36%;}
.post-list .content1{ float:left; width:100%; margin-top:12px;}
.post-list .content2{ float:left; width:100%; margin-top:12px; color:#ff8a00;}
.post-list .content2 span{ float:left; width:100%; margin-top:12px; color:#535454;}

/*NYC*/
.content .inner-content {
box-sizing: border-box;
color: #6d9fb2;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
line-height: 26px;
margin-left: 0;
padding: 0 4px;
width: 100%;
}
.content  .agency{box-sizing: border-box;
float: left;
margin-left: -56px;
padding:13px 57px;
width: 100%;
}

.content  .agency .title{ font-family:Franklin Gothic; font-size:23px ; line-height:26px; color:#007474;}
.content  .agency  .list{box-sizing: border-box; margin-left: 15px;
color: #535454;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 23px;
padding: 17px 0;}
.content .agency  .list .list-inner{ float:left; width:100%;list-style-type: disc;}
.content .agency  .list ul li{ float:left; width:100%;}

.content  .imp{box-sizing: border-box;
float: left;
margin-left: -70px;
padding: 0 67px;
width: 100%;}
.content  .imp .note{ float:left; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:26px; color:#6d9fb2;}
.content  .imp .note span{ font-weight:bold;}
.content  .imp a{ float:left; width:100%; font-size:16px; line-height:26px; color:#000000; font:Arial, Helvetica, sans-serif; text-decoration:underline; margin-top:13px;}


/* =Sidebar
*******************************************************************************/

.aside {
   box-sizing: border-box;
float: right;
padding: 14px 0;
width: 311px;
}
.advert-box {
    width:311px;
    padding:0 0 16px;
    font-size:17px;
    line-height:1.8;
    color:#555;
    background:url(../images/bg/advert-box-shadow.png) no-repeat 0 100%;
}
.advert-frame {
    border:1px solid #fff;
    padding:34px 22px 32px;
    text-align:center;
    background:#fff url(../images/bg/advert-box-gradient.png) repeat-x 0 100%;
}
.advert-box h3 {
    margin:0 0 3px;
    font:bold 25px Arial, Helvetica, sans-serif;
    color:#007778;
    text-transform:uppercase;
}
.advert-box p {padding: 0 0 10px;}
.phone-inline {
    font-size:27px;
    line-height:1.1;
    color:#ff8a00;
}
.alternative {
    font-size:14px;
    font-weight:normal;
    position:relative;
    top:-6px;
}
.button {
    display:inline-block;
    margin:0 auto;
    color:#fff;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #001e1e;
    height:37px;
    padding:0 12px;
    font:bold 15px/38px Arial, Helvetica, sans-serif ;
    background:#008788 url(../images/bg/gradient-btn.png) repeat-x 0 100%;
}
.button:hover {
    color:#fff;
    background:#008788;
}
.ie7 .button {
    display:inline;
    zoom:1;
}
.faq-list {margin:30px 0 0;padding: 0 6px;}
.faq-list ul{width:100%;float:none;display: inline-block;}
.faq-list ul li{width:100%;float:left; text-align:left;}
.faq-list ul li a{ text-align:left;}
.faq-list h3{
    color:#007474;
    font:23px "franklin_gothic_demiregular", sans-serif;
    padding:0 0 12px;
    margin:0 0 22px;
    border:1px solid #bababa;
    border-width:0 0 2px;
}
.faq-list li {
    padding:0 0 11px 14px;
    font:15px "franklin_gothic_demiregular", sans-serif;
    background:url(../images/ico/bullet.png) no-repeat 2px 6px;
}

/* Sidebar */

/* =Form
*******************************************************************************/
.form-contact {
    padding:36px 0 0;
    zoom:1;
    border:1px solid #bababa;
    border-width:2px 0 0;
}
.form-message {
    padding:0 0 10px;
    color:#f00;
    text-align:center;
}
.form h3 { margin: 15px 0; }
.form legend {
    font-weight: bold;
    padding-bottom: 20px;
}
.f-row { margin: 0 0 17px; }
.f-row-btn {
    width:458px;
}
.f-row img { vertical-align: top; }
.f-row label {
    float: left;
    width: 120px;
    text-align:right;
    line-height:22px;
    margin-right:10px;
}
.f-row label span {
    color: #f00;
    padding-right: 5px;
}
.form ul { list-style: none !important; }
.form li { padding-bottom: 5px; }
.f-input,
.f-select,
.f-button {
    float:left;
}
.f-input label,
.f-select label,
.f-button label {
    float: none;
    width: auto;
    padding: 0 15px 0 0;
    line-height: 22px;
}
.form label.alt {
    text-align:left;
    width:auto;
}
.form .f-radio,
.form .f-checkboxes {
    overflow: hidden;
    margin: 0;
}
.f-radio li { display: inline-block; }
.ie7 .f-radio li { zoom: 1; display: inline; }
.form .f-radio input[type=radio] { top: 3px; }
.f-input.f-input label {
    position: relative;
    margin-left: 3px;
    top: 4px;
}
.form div.help-link {
    margin-left: 130px;
}
.form input[type=checkbox] {
    margin: 0 5px 0 0;
}
.form input[type=radio],
.form input[type=checkbox] {
    position: relative;
    top: 4px;
}
.form input[type=search],
.form input[type=text],
.form input[type=edit],
.form input[type=url],
.form input[type=password],
.form input[type=email],
.form textarea {
    background: #fff;
    width:316px;
    border: 1px solid #cecccd;
    padding:2px 5px;
    height:16px;
    color:#535454;
}
.form textarea {
    height:170px;
    max-width:316px;
}
.form input[type=search] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    width: 210px;
    height: 26px;
    box-sizing: border-box;
}

.f-select-day, .f-select-month, .f-select-year {
    width: 70px;
}
.form input[type=text].f-input-country { width: 70px; }
.form input[type=text].f-input-state { width: 70px; }
.form input[type=text].f-input-zip { width: 40px; }
.form input[type=text].f-input-custom-1 { width: 130px; }
.form input[type=text].f-input-custom-2 { width: 30px; }
.form input[type=text].f-input-custom-3 { width: 55px; }
.calendar {
    position: relative;
    top: 4px;
}
.form .f-input2 {
    width:86px;
}
.form .f-input2 input {
    width:76px;
}
.form .sub-row {
    margin-right:8px;
}

.btn-submit {
    float:right;

}
.btn-submit input[type="submit"]{
    color:#fff;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #001e1e;
    height:37px;
    padding:0 12px;
    font:bold 15px/38px Arial, Helvetica, sans-serif ;
    border:0;
    background:#008788 url(../images/bg/gradient-btn.png) repeat-x 0 100%;
}
.ie7 .btn-submit input[type="submit"] {padding:0;}
.btn-submit input[type="submit"]:hover{
    color:#fff;
    background:#008788;
}
.form-request {
    width:505px;
    padding:20px 0 0;
    margin:0 0 0 185px;
}
.form-request label {
    width:160px;
}
.form-request .f-row-btn {
    width:505px;
}
.list-txt {
    margin: 15px 0 15px 25px;
    list-style: disc;
}
.simple-box {
  width: 308px;
    background: #fff;
    padding: 18px 0;
    text-align: center;
    margin: 0 0 15px;
    border: 1px solid #57b2b2;
}
.simple-box .button {
    width: 200px;
}

.holder-widget {
    width: 311px;
    float: none;
    padding: 20px 0 0;
	text-align:center;
}
.holder-widget .banner {
    margin: 0 0 20px;
}
.holder-widget .banner img{width:309px;}.holder-widget .banner1 {

  /*  background: rgba(0, 0, 0, 0) url("../images/bg1.png") repeat scroll 0 0;*/

  background:#143B5F;

box-sizing: border-box;

color: #fff;

float: right;

font-size: 24px;

height: 118px;

margin: 0 0 20px;

padding: 25px 35px;

width: 310px;

border-radius:4px;

}

.two-colls {
    overflow: hidden;
    width: 100%;
}
.two-colls .coll {
    width: 50%;
    float: left;
}
/* =Mobile Orientation
*******************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.container{min-height:1000px;}

}
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */
@media screen and (max-device-width: 480px) {}

/* Mobile Orientation */

/* =Print styles
*******************************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    .supernav, .footer, .pagenavigator, .nav, .banner,
    .alternative, .button, .faq-list, .form-contact {
        display: none !important;
    }
    .logo img {
        display: block !important;
        padding: 0;
    }
    .logo {text-indent:0;}
    .logo span {display:none;}
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote  {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    .logo {margin:0;}
    .container,
    .content {
        padding:0;
    }
    .advert-frame {
        border:0;
        padding:0;
    }
    body {
        font-size:15pt;
    }
    .main-intro {
        padding:0;
        margin:0 0 10px;
        font-size:16pt;
    }
    h1, h2, h3, h2 {
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif !important;
    }
}
/* Print styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav li ul.submenu li{height:auto;margin:0 0 0 20px;border:none;}
}

@media only screen and (min-width:1500px) and (max-width: 2500px)	{
/*body{min-height:1300px;}*/
body{margin-bottom:221px; transition:all ease-in 0.1s;}


}

@media only screen and (min-width: 2630px) and (max-width: 3900px)	{
body{margin-bottom:580px;}

}


@media only screen and (min-width: 4000px) and (max-width: 5600px)	{

body{margin-bottom:400px; transition:all ease-in 0.1s;}

}

.visible-xs {
  display: none;
}
.menu-ul {
  /*display: none;*/
}

@media screen and (max-width: 1024px) {
  .nav {
    float: none;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
  }

  .nav li,
  .nav li:first-child {
    float: none;
    height: auto;
    display: block;
    width: auto;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav li:first-child:before,
  .nav li:first-child:after {
    height: auto;
    display: none;
  }

  .submenu-wrap {
    float: none;
    padding: 0;
    position: static;
    display: inline-block;
  }

  .nav li ul.submenu {
    position: static;
    right: 0;
    top: 0;
    padding: 0;
    float: none;
    width: 100%;
    background: transparent;
    text-align: center;
    margin: auto;
    border: 0;
    display: inline-block;
  }

  .nav li:hover .submenu {
    display: inline-block;
  }

  .nav li .submenu-wrap ul.submenu li {
    text-align: center;
    float: none;
    padding: 0;
    margin: 0 !important;
  }

  .nav li .submenu-wrap ul.submenu li a {
    display: inline-block;
    text-align: center;
    float: none;
    width: auto;
    color: #124274;
  }

  .wrapper iframe {
    width: 100% !important;
  }

  .logo {
    margin: 28px 12px 0;
  }

  #menu-toggle {
    margin: 10px !important;
  }

  .simple-box,
  .advert-box,
  .holder-widget {
    width: auto;
    max-width: none;
  }

  .supernav {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: inherit;
  }

  .supernav li {
    float: none;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .bottom_head{
    position: relative;
  }
  .nav{
    height: auto;
    display: inline-block;
    z-index: 9;
    background: #f4f4f4;
    position: absolute;
    top: 103%;
    width: 50%;
    right: 0;
  }
  .content{
    float: left !important;
    width:60% !important;
    clear: none !important;
  }
  .aside{
    float: right !important;
    width:38% !important; 
    margin-right: 10px !important;
    clear: none !important;
  }
}













