/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #7d91e7;
    font: 300 17px 'Lato', sans-serif;
	margin: 0;
	padding: 0;
    color: #fff;
}
/******
.body2 {
	background: #7d91e7 url(../images/bodytop2.jpg) top center no-repeat;
}
*****/
.bgcolor {
	background: #7d91e7;
}
.whitebg {
	background: #ffffff;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform:none;
}
h2 {
    font-size: 72px;
    line-height: 70px;
	padding-bottom: 20px;
    text-align: center;
	text-shadow:#666 2px 2px;
}
h2 span {
	font-family: Candal, sans-serif;
	font-size: 62px;
	font-weight: 400;
	color: #0d0f2d;
}
@media (max-width: 767px) {
    h2 {
        font-size: 42px;
        line-height: 42px;
    }
}
h3 {
    font-size: 29px;
    line-height: 30px;
}
h4 {
	font-family: 'Lato', sans-serif;
	color: #000000;
    font-size: 24px;
    line-height: 30px;
}
h2 + p {
    margin-top: 18px;
}
* {
    -webkit-text-size-adjust: none;
}
.page {
    overflow: hidden;
}
.red {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.cancel span {
	position: relative;
	color: #ff0000;
	font-size: 200px;
	top: -262px;
	left: 70px;
}
/****** header img and nav ******/
.headerimg {
	display:inline-block;
	background: url(../images/bodytop2.jpg) repeat top center;
	height: 316px;
	width: 100%;
}
ul#list-nav {
  list-style:none;
  margin: 124px 0 0 0;
  padding:0;
  width:1078px;
}

ul#list-nav li {
  display:inline
}

ul#list-nav li a {
  display: block;
  text-decoration:none;
  padding:0px 2px;
  width:178px;
  height: 48px;
  line-height: 46px;
  background: url(../images/navbg.png) no-repeat;
  font-family:"Arial", Helvetica, serif;
  font-size:21px;
  
  color:#ffffff;
  float:right;
  text-align:center;
  
}

ul#list-nav li a:hover {
  background-position: 0px -50px;
  background: url(../images/navbg.png) no repeat;
  font-family:"Arial", Helvetica, serif;
  font-size:21px;
  color:#fcfaea;
  
  text-align:center;
}
ul#list-nav a {background: url(../images/navbg.png) repeat 0px 0px;
}

@media only screen and (max-width: 1199px)
{
	ul#list-nav {
		margin-left: -250px;
	}
}
@media only screen and (max-width: 979px)
{
	ul#list-nav {
		margin-left: -350px;
	}
}
@media only screen and (max-width: 767px)
{
	.headerimg {
		left: 100%;
	}
	ul#list-nav {
		margin-left: -530px;
	}
	ul#list-nav li a {
		width: 100px;
	}
}

@media only screen and (max-width: 479px)
{
	.headerimg {
		left: 100%;
	}
	ul#list-nav {
		margin-left: -765px;
	}
	ul#list-nav li a {
		width: 100px;
		font-size: 14px;
	}
	ul#list-nav li a:hover {
		width: 100px;
		font-size: 14px;
	}
}
#corners { border:3px solid #526401; padding:0; -moz-border-radius:12px; -webkit-border-radius:12px; -opera-border-radius:12px; -khtml-border-radius:12px; border-radius:12px; }
 
#bottomline { border-bottom: solid #526401 3px; }
 
#bottomline2 { border-bottom: solid #526401 3px; }

.mark {
	position: relative;
	top: -150px;
	text-align: center;
	padding: 0 5px;
	-webkit-text-stroke: 1px black;
	color: #ff0000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: bold;
	/* Safari */
	-webkit-transform: rotate(-20deg);
	/* Firefox */
	-moz-transform: rotate(-20deg);
	/* IE */
	-ms-transform: rotate(-20deg);
	/* Opera */
	-o-transform: rotate(-20deg);
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
    position: relative;
    padding: 18px 0 19px;
    text-align: center;
}
#stuck_container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 14px 10px 28px;
}
#stuck_container:before, #stuck_container:after {
    display: table;
    content: ' ';
}
#stuck_container:after {
    clear: both;
}
.brand {
    position: relative;
}
.brand h1 {
    font: 400 67px/50px 'Righteous', cursive;
    position: relative;
    display: inline-block;
    overflow: hidden;
    letter-spacing: -2.68px;
}
.brand a:hover {
    text-decoration: none;
}
.nav {
    padding: 16px 0 2px;
}
/* Main menu styles
========================================================*/
.sf-menu {
    font: 700 21px/22px 'Lato', sans-serif;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
}
.sf-menu > li {
    position: relative;
    float: left;
    text-transform: uppercase;
}
.sf-menu > li > a {
    display: block;
}
.sf-menu > li > a.sf-with-ul {
    position: relative;
}
.sf-menu > li > a.sf-with-ul:after {
    font: 400 12px/14px 'FontAwesome';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -7px;
    margin-left: -3px;
    content: '\f0d7';
}
.sf-menu > li.current > a, .sf-menu > li.sfHover > a, .sf-menu > li a:hover {
    text-decoration: none;
    color: #fcbf60;
}
.sf-menu > li + li {
    margin-left: 40px;
}
.sf-menu:before, .sf-menu:after {
    display: table;
    content: ' ';
}
.sf-menu:after {
    clear: both;
}
.sf-menu ul {
    font-size: 15px;
    font-weight: 400;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 8px;
    text-align: left;
    text-transform: none;
}
.sf-menu ul li + li {
    margin-top: 9px;
    padding-top: 8px;
    border-top: 1px solid #343131;
}
.sf-menu ul li.current > a, .sf-menu ul li.sfHover > a, .sf-menu ul li a:hover {
    text-decoration: none;
    color: #69d7ee;
}
.sf-menu > li > ul {
    position: absolute;
    z-index: 2;
    top: 63px;
    left: 50%;
    width: 195px;
    margin-left: -75px;
    padding: 25px 0 31px;
    background: #191919;
}
.sf-menu > li > ul > li {
    margin-right: 30px;
    margin-left: 27px;
}
.sf-menu ul ul {
    margin-top: 9px;
    padding-top: 8px;
    border-top: 1px solid #343131;
}
@media only screen and (max-width: 767px) {
    .sf-menu {
        position: relative;
        top: auto;
        display: none;
        padding: 0;
    }
    .select-menu {
        font: 700 21px/22px 'Lato', sans-serif;
        line-height: 30px;
        display: block;
        width: 100%;
        height: 30px;
        color: #777;
        border: 1px solid #d2d2d2;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        outline: none;
        background: #fff url(../images/select.png) 97% center no-repeat;
        -webkit-appearance: none;
    }
}
/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;

    background: #191919;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
}
.isStuck .sf-menu > li > ul {
    top: 44px;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/***** Help *****/
.section-over {
  position: relative;
  margin-top: -130px; 
}

.container {
	padding-top: -100px;
}
.slideshow {
	
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    background: #7d91e7;
}
#content.common {
  padding-top: 48px;
}
/* ======= Google Map ======= */
.google-map1 {
  height: 484px;
  margin-bottom: 24px;
}
.google-map1 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.address-block {
  margin-top: 24px;
  margin-bottom: 62px;
  letter-spacing: .05em;
}
.address-block address {
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
.address-block address:before {
  display: block;
  font-family: FontAwesome;
  font-size: 48px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 44px;
  color: #da5a3d;
  top: -11px;
}
.address-block address.location:before {
  content: '\f015';
  left: 0;
}
.address-block address.phone:before {
  content: '\f095';
  left: 12px;
  font-size: 42px;
  top: -10px;
}
.address-block address.mail:before {
  content: '\f0e0';
  left: 5px;
  font-size: 40px;
  top: -13px;
}
.address-block address span {
  display: block;
}
.address-block address + address {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .address-block address {
    display: block;
  }
  .address-block address + address {
    margin-top: 30px;
    margin-left: 0;
  }
}
/*============  Wrappers  =============*/
.img-wrap-fw {
    text-align: center;
}
.img-wrap-fw img.js-unveil {
    width: 100%;
    height: auto;
}
.img-wrap {
    text-align: center;
}
.img-wrap__off1 {
    margin-bottom: 35px;
}
.img-wrap__off2 {
    margin-bottom: 27px;
}
/*============  Headings  =============*/
.hdng {
    margin-bottom: 47px;
}
.hdng__off1 {
    margin-bottom: 35px;
}
.hdng__off2 {
    margin-bottom: 53px;
}
.hdng__off3 {
    margin-bottom: 26px;
}
.hdng__off4 {
    margin-bottom: 31px;
}
.hdng__off5 {
    margin-bottom: 67px;
}
.hdng__off6 {
    margin-bottom: 19px;
}

/**** frame ****/
.frame1 {
	border-style:solid; 
	border-left:thick double #8fae00; 
	border-right:thick double #8fae00; 
	border-top:thick double #8fae00; 
	border-bottom:thick double #8fae00; 
}
.frame2 {
	border-style:solid; 
	border-top:thick double #526401; 
	border-bottom:thick double #526401; 
	border-right:none; 
	border-left:none; 
}
/*============  Buttons  =============*/
.btn1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    width: 364px;
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #69d7ee;
}
.btn1:hover {
    text-decoration: none;

    color: #fff;
    background: #333;
}
.btn1__bg3 {
    background: #fcbf60;
}
/*============  Colors  =============*/
.clr1 {
    color: #fa6f6f;
}
.clr2 {
    color: #69d7ee;
}
.clr3 {
    color: #fcbf60;
}
/*============  Backgrounds  =============*/
.bg1 {
    background: #fa6f6f;
}
.bg2 {
    background: #69d7ee;
}
.bg3 {
    background: #7d91e7;
}
.bg4 {
    background: #191919;
}
.bg-image1 {
    padding: 265px 0 272px;
    background: url('../images/index_img01.jpg') no-repeat;
}
@media (max-width: 1199px) {
    .bg-image1 {
        background: url('../images/index_img01sm.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
.bg-image2 {
    padding: 269px 0 272px;
    background: url('../images/index_img05.jpg') no-repeat;
}
@media (max-width: 1199px) {
    .bg-image2 {
        background: url('../images/index_img05sm.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
.bg-image3 {
    padding: 265px 0 272px;
    background: url('../images/index-1_img02.jpg') no-repeat;
}
@media (max-width: 1199px) {
    .bg-image3 {
        background: url('../images/index-1_img02sm.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
.bg-image4 {
    padding: 229px 0 233px;
    background: url('../images/index-1_img07.jpg') no-repeat;
}
@media (max-width: 1199px) {
    .bg-image4 {
        background: url('../images/index-1_img07sm.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
@media (max-width: 479px)
{
    .bg-image1, .bg-image2, .bg-image3, .bg-image4 {
        padding: 50px 0;
    }
}

/*============  Well  =============*/
.well {
    padding: 94px 0 95px;
}
.well__ins1 {
    padding-bottom: 113px;
}
.well__ins2 {
    padding-bottom: 116px;
}
.well__ins3 {
    padding-bottom: 0;
}
.well__ins4 {
    padding-bottom: 71px;
}
.well__ins5 {
    padding-top: 48px;
}
.well__ins6 {
    padding-bottom: 80px;
}
@media (max-width: 479px) {
    .well {
        padding: 50px 0!important;
    }
}

/*==================    Map    ======================*/
.map {
  height: 419px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/* ======= Google Map ======= */
.google-map1 {
  height: 484px;
  margin-bottom: 24px;
}
.google-map1 img {
  max-width: none !important;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    font-size: 14px;
    line-height: 24px;
    padding: 90px 0 15px;
    text-align: center;
    color: #fff;
    background: #1d1d63 url(../images/navybgfooter.jpg) top center repeat-x;
}
#footer h2 {
	font-size: 30px;
	color: #fff;
}
#footer p + .socials {
    margin-top: 27px;
}
#footer .socials + p {
    margin-top: 38px
}
/*============  Socials =============*/
.socials {
    display: inline-block;
}
.socials li {
    float: left;
}
.socials li + li {
    margin-left: 14px;
}
.socials .fa {
    font-size: 44px;
    line-height: 86px;
    display: inline-block;
    width: 86px;
    height: 86px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #69d7ee;
}
.socials .fa:hover {
    text-decoration: none;
    color: #fff;
    background: #5c4f3a;
}
.socials:before, .socials:after {
    display: table;
    content: ' ';
}
.socials:after {
    clear: both;
}
.socials .fa-envelope {
    background: #6b7bbf;
}
.socials .fa-twitter {
    background: #79d4d5;
}
.socials .fa-google-plus {
    background: #fa6f6f;
}
.socials .fa {
    -webkit-transition: .3s all ease;
       -moz-transition: .3s all ease;
         -o-transition: .3s all ease;
            transition: .3s all ease;
}
@media (max-width: 479px) {
    .socials .fa     {
        font-size: 24px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}
/*========================================================
                    Widget styles
=========================================================*/
/* ================== UItoTop ===================*/
#toTop {
    font-size: 26px;
    line-height: 40px;
    position: fixed;
    z-index: 20;
    right: 15px;
    bottom: 35px;
    display: none;
    overflow: hidden;
    width: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #0D0F2D;
}
#toTop:hover {
    background: #6b7bbf;
}
@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}

/*========================================================
                   General Modifiers
=========================================================*/
.flt__l {
    float: left;
}
.flt__r {
    float: right;
}
@media (max-width: 1599px) {
    .flt__r-xl {
        float: right;
    }
}
.flt__n {
    float: none;
}
@media (max-width: 479px) {
    .flt__n-xs {
        float: none;
    }
}
@media (max-width: 767px) {
    .flt__n-sm {
        float: none;
    }
}
@media (max-width: 979px) {
    .flt__n-md {
        float: none;
    }
}
@media (max-width: 1199px) {
    .flt__n-lg {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .flt__n-sm-md {
        float: none;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .flt__n-md-lg {
        float: none;
    }
}
@media (max-width: 1599px) {
    .flt__n-xl {
        float: none;
    }
}
.ta__l {
    text-align: left;
}
.ta__r {
    text-align: right;
}
.ta__c {
    text-align: center;
}
/*========================================================
                    Responsive layout
=========================================================*/
@media (max-width: 767px) {
    .box5 {
        margin-bottom: 30px;
    }
}
