@import url(../../../https@maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
    @import "animate.css";
    @import "touchTouch.css";
    @import url(../../../https@fonts.googleapis.com/css@family=Anton);
    @import url(../../../https@fonts.googleapis.com/css@family=Open+Sans);
    @import "animation.css";
.s-message {
    display:none
    
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    min-width: 300px;
    background: #008DD2;
    color: #777777;
    font: 14px/26px "Open Sans", Arial, sans-serif;
}
a[href^="tel:"] {
    text-decoration: none;
}
* {
    -webkit-text-size-adjust: none;
}
h1 {
    position: relative;
    font: 42px/42px 'Anton', Arial, sans-serif;
    color: #008DD2;
     margin-top: 83px;
    text-align: center;
}
h1 img {
    max-width: inherit;
}
h2 {
    position: relative;
    font: 42px/42px 'Anton', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-top: 83px;
    text-align: center;
}
h2:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 28px;
    left: 0px;
    top: -48px;
    background: url(/assets/inc/images/title_sign.png) 50% 0 no-repeat;
}
h3 {
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    color: #fff;
    margin-top: 54px;
}
h4 {
    font: 300 20px/25px 'Open Sans', Arial, sans-serif;
    color: red;
    margin-top: 39px;
    text-transform: uppercase;
    text-align: center;
}
h5 {
    position: relative;
    font: 46px/37px 'Anton', Arial, sans-serif;
    color: #008DD2;
    text-transform: uppercase;
    margin-top: 53px;
    text-align: center;
}
h5:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 28px;
    left: 0px;
    top: -48px;
    background: url(/assets/inc/images/title_sign.png) 50% 0 no-repeat;
}

@media (max-width: 979px) {
    h5 {
    font-size: 32px;
    }
}

h6 {
    position: relative;
    font: 42px/42px 'Anton', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 83px;
    text-align: center;
}
h6:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 28px;
    left: 0px;
    top: -48px;
    background: none;
}
h7 {
    font: 300 20px/25px 'Open Sans', Arial, sans-serif;
    color: #008DD2;
    margin-top: -48px;
    text-transform: uppercase;
    text-align: center;
}
b {
    font-weight: 600;
    color: #444;
    margin-top: 40px;
}
#header {
    padding: 8px 0 20px;
    position: relative;
    z-index: 100;
}
.header_page1 {
    width: 100%;
    position: absolute!important;
    left: 0;
    top: 15px;
}
.header_all_pages {
    width: 100%;
}
.header_bg2 {
    padding: 23px 0 19px!important;
    background: url(/assets/inc/images/header_bg2.jpg) 50% 0 no-repeat #9e9062;
}
nav {
    margin-top: 0px;
    margin-right: -10px;
    float: right;
}
.sf-menu {
    float: right;
}
.sf-menu>li {
    float: left;
    position: relative;
    margin: 0 0 0 9px;
}
.sf-menu>li>a {
    display: inline-block;
    padding: 6px 10px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #ffffff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu>li>a:hover {
    color: #F0F003;
    background: #;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu>li>a:hover strong {
    width: 100%;
    opacity: 1;
}
.sf-menu>li>a.sf-with-ul:after {
    content: '';
    position: absolute;
    width: 5px;
    bottom: 10px;
    left: 50%;
    pointer-events: none;
    z-index: 999;
    width: 0;
    height: 0;
}
.sf-menu>li>a strong {
    width: 0%;
    height: 6px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 92px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: none;
}
.sf-menu>li.current>a {
    color: #fff;
    background: #008DD2;
}
.sf-menu>li.current>a strong {
    width: 100%;
    opacity: 1;
}
.sf-menu>li.sfHover>a {
    color: #F0F003;
    background:none;
}
.sf-menu>li.sfHover>a strong {
    width: 100%;
    opacity: 1;
}
.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header_bg2 .sf-menu ul {
    background: #F0F003;
}
.sf-menu ul {
    position: absolute;
    top: 52px;
    left: -15px;
    background: #008DD2;
    padding: 0px 0px 0px;
    width: 110px;
    z-index: 2;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul li {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 0px;
}
.sf-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sf-menu ul li a {
    font: 13px/16px 'Open Sans', Arial, sans-serif;
    padding: 10px 0;
    color: #fff;
    display: block;
}
.sf-menu ul li a:hover {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    background: #F0F003;
    color: #008DD2;
}
.sf-menu ul li a.sf-with-ul:after {
    font-family: 'FontAwesome';
    position: absolute;
    width: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #000;
    right: -4px;
    bottom: 1px;
    pointer-events: none;
    z-index: 999;
}
.sf-menu ul li.sfHover>a {
    background: #F0F003;
}
.sf-menu ul ul {
    position: absolute;
    top: 0px;
    left: 111px;
    z-index: 4;
}
.sf-menu ul ul:before {
    display: none;
}
.sf-menu ul ul li {
}
.sf-menu ul ul li a {
    color: #fff;
}
@media only screen and (max-width: 1199px)  {
    nav {
    margin-right: 0;
}
}
@media only screen and (max-width: 979px)  {
    .sf-menu>li {
    margin: 0 0 0 14px;
}
}
@media only screen and (max-width: 767px)  {
    nav {
    float: none;
    margin-top: 0;
}
.sf-menu {
    display: none;
}
.select-menu {
    display: block;
    width: 100%;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border: 2px solid #000;
    position: relative;
    outline: none!important;
    z-index: 1000;
    margin-top: 10px;
}
}
.isStuck {
    background: #008DD2;
    padding: 0px 0 0px;
    z-index: 999;
    border-bottom: 1px solid #008DD2;
}
.isStuck h1 {
    margin-top: 2px;
}
.isStuck .sf-menu ul {
    background: #008DD2;
}
.isStuck .hline {
    display: none;
}
.isStuck nav {
    margin-top: 0px;
}
@media only screen and (max-width: 979px)  {
    .isStuck {
    display: none!important;
}
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
a:hover {
    color: #008DD2;
    text-decoration: none;
}
a.link1:hover {
    color: #000;
}
a.link2 {
    color: #008DD2;
}
a.link2:hover {
    color: #000;
}
.txt1 {
    font: 14px/18px 'Open Sans', Arial, sans-serif;
    color: #444;
    margin-top: 30px;
    margin-bottom: -16px;
}
.txt2 {
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    color: #444;
    margin-top: 15px;
}
.txt3 {
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #777;
    margin-top: 28px;
}
.icon1 {
    font: normal normal 60px/60px 'FontAwesome';
    color: #444;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    margin-top: 8px;
    margin-bottom: -8px;
}
.icon2 {
    font: normal normal 14px/14px 'FontAwesome';
    color: #008DD2;
    margin-top: 3px;
    margin-left: 13px;
    margin-right: 5px;
}
.color1 {
    color: #fff;
}
.color2 {
    color: #000;
}
.color3 {
    color: #008DD2;
}
.box {
    overflow: hidden;
}
.bold {
    font-weight: bold;
}
.fw400 {
    font-weight: 400;
}
.fw600 {
    font-weight: 600;
}
.fz15 {
    font-size: 15px;
}
.fz48 {
    font-size: 48px;
}
.circle {
    overflow: hidden;
    border-radius: 1000px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.txt_upp {
    text-transform: uppercase;
}
.txt_left {
    text-align: left;
}
.txt_right {
    text-align: right;
}
.txt_cntr {
    text-align: center;
}
.txt_ital {
    font-style: italic;
}
.txt_line_through {
    text-decoration: line-through;
}
.pos_rel {
    position: relative;
}
.txt_und {
    text-decoration: underline;
}
.padTop1 {
    padding-top: 10px;
}
.padBot1 {
    padding-bottom: 10px;
}
.padLeft1 {
    padding-left: 10px;
}
.padRight1 {
    padding-right: 10px;
}
.marLeft0 {
    margin-left: 0px!important;
}
.mar1 {
    margin: 0 14px;
}
.marTop0 {
    margin-top: 0px!important;
}
.marTop1 {
    margin-top: 24px;
}
.marTop2 {
    margin-top: 57px;
}
.marTop3 {
    margin-top: 0px;
}
.marTop4 {
    margin-top: 22px;
}
.marTop5 {
    margin-top: 104px;
}
.marTop6 {
    margin-top: 118px;
}
.marTop7 {
    margin-top: 127px;
}
.marTop8 {
    margin-top: 127px;
}
.marTop9 {
    margin-top: 19px;
}
.marTop10 {
    margin-top: 110px;
}
.marTop11 {
    margin-top: 14px;
    margin-bottom: -10px;
}
.marTop12 {
    margin-top: 174px;
}
.marTop13 {
    margin-top: 40px;
    margin-bottom: -33px;
}
.marTop14 {
    margin-top: 182px;
}
.marTop15 {
    margin-top: 7px;
}
.marTop16 {
    margin-top: 38px !important;
}
.marTop17 {
    margin-top: 13px !important;
}
.lh22 {
    line-height: 22px;
}
.fw300 {
    font-weight: 300;
}
.hline {
    width: 100%;
    height: 1px;
    background: #B9B9B8;
    margin-top: 18px;
    margin-bottom: 0px;
}
p {
    margin-top: 40px;
}
img {
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.img_border {
    border: 1px solid #efefef;
    background: #f8f8f8;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.img1 {
    margin-top: 62px;
}
.img2 {
    margin-top: 2px;
    float: left;
    margin-right: 20px;
}
.img3 {
    margin-top: 48px;
    margin-bottom: 3px;
}
.img4 {
    margin-top: 47px;
}
.img5 {
    margin-top: 0px;
    float: left;
    margin-right: 22px;
}
.img6 {
    position: center;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 3px;
}
blockquote {
    position: relative;
    padding: 15px 20px 18px;
    background: #fff;
    margin-top: 0px;
}
blockquote:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 17px;
    height: 7px;
    left: 17px;
    bottom: -7px;
    background: url(/assets/inc/images/quote_corner.png) no-repeat 0 0;
}
blockquote p {
    margin-top: 0;
}
.num_section {
    font: 42px/42px 'Anton', Arial, sans-serif;
    float: left;
    color: #008DD2;
    display: block;
    margin-top: 42px;
    width: 60px;
}
.date_section {
    position: relative;
    width: 38px;
    min-height: 63px;
    max-width: 100px;
    background-color: #008DD2;
    float: left;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font: bold 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0 10px;
    margin-right: 10px;
}
.day {
    font: bold 37px/37px 'Open Sans', Arial, sans-serif;
    margin-top: 8px;
    display: block;
}
.month {
    font: 300 10px/12px 'Open Sans', Arial, sans-serif;
    margin-top: 3px;
    display: block;
}
.list1 {
    margin: 0;
    margin-top: 28px;
}
.list1 li {
    display: block;
    padding-left: 13px;
    background: url(/assets/inc/images/list_marker.png) 1px 10px no-repeat;
    margin-bottom: 0;
    padding-bottom: 9px;
    line-height: 23px;
}
.listWithMarker {
    margin: 0;
    margin-top: 36px;
}
.listWithMarker li {
    display: block;
    padding-left: 26px;
    background: url(/assets/inc/images/list-marker2.png) 0px 10px no-repeat;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.listWithMarker li a {
    text-decoration: none;
}
.listWithMarker li a:hover, .listWithMarker li.current a {
    color: #008DD2;
}
.more_btn {
    display: inline-block;
    margin-top: 28px;
    padding: 10px 34px;
    text-decoration: none;
    font: 14px/22px "Open Sans", Arial, sans-serif;
    color: #008DD2;
    border: 1px solid #008DD2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.more_btn:hover {
    color: #fff;
    background: #008DD2;
}
.more_btn2 {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    font: 300 10px/18px "Open Sans", Arial, sans-serif;
    color: #6a6c76;
    text-transform: uppercase;
}
.more_btn2:hover {
    color: #008DD2;
}
.btn3 {
    display: inline-block;
    margin-top: 28px;
    padding: 10px 34px;
    text-decoration: none;
    font: 14px/22px "Open Sans", Arial, sans-serif;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.btn3:hover {
    color: #fff;
    background: #008DD2;
}

.btn7 {
    display: inline-block;
    font-size: 42px;
    margin-top: 8px;
    margin-bottom: 12px;
    padding: 15px 15px;
    text-decoration: none;
    color: #fff !important;
    background: #008DD2;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.btn7:hover {
    color: #fff;
    background: none;
}
@media (max-width: 979px) {
.btn7 {
    font-size: 32px;
    }
}

.btn8 {
    display: inline-block;
    font-size: 42px;
    margin-top: 8px;
    margin-bottom: 12px;
    padding: 15px 15px;
    text-decoration: none;
    color: #fff;
    background: #008DD2;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.btn8:hover {
    color: #008DD2;
    background: none;
    border: 1px solid #008DD2;
}
@media (max-width: 979px) {
.btn8 {
    font-size: 32px;
    }
}

.magnifier2 {
    position: relative;
    display: inline-block;
}
.zoom {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: url(/assets/inc/images/img_hover.png);
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
    opacity: 1;
}
a.magnifier2 .zoom {
    opacity: 0;
}
.soc_icons {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    white-space: nowrap;
    text-align: left;
    margin-left: -38px;
}
.soc_icons>li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.soc_icons>li>a {
    position: relative;
    line-height: 1em;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
}
.soc_icons i {
    font: normal normal 38px/40px 'FontAwesome';
}
.soc_icons>li>a:hover {
    color: #444;
    text-decoration: none;
}
#content {
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.content_pages {
    padding-bottom: 80px!important;
}
.box-1 {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 12px 20px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.box-1.v2 {
    padding-left: 10px;
    padding-right: 10px;
}
.box-1.v3 {
    padding-bottom: 37px;
}
.img_gall:hover .box-1 {
    border-bottom: 1px solid none;
}
.box-2 {
    position: relative;
    width: 100%;
    margin-top: 70px;
    padding: 12px 20px 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #008DD2;
    color: #fff;
}
.box-2.v2 {
    margin-top: 0;
    padding: 94px 20px 84px;
}
.box-3 {
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.box-4 {
    position: relative;
    width: 100%;
    margin-top: 7px;
    padding: 12px 41px 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.banner1 {
    position: relative;
    width: 100%;
    margin-top: 46px;
    padding: 35px 27px 36px;
    color: #888;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #fff;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.banner1.v2 {
    padding: 35px 5px 36px;
}
.banner1_img_holder {
    height: 100px;
    overflow: hidden;
}
.banner1:hover {
    border-bottom: 1px solid #008DD2;
}
.banner1 img {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.banner1:hover img {
    margin-top: -100px;
}
.banner1:hover .txt1 {
    color: #008DD2;
}
.banner1:hover .icon1 {
    color: #008DD2;
}
.col1 {
    float: left;
    width: 236px;
    margin-right: 31px;
}
.col1.last {
    margin-right: 0;
}
.map {
    margin-top: 24px;
    overflow: hidden;
}
.map figure {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map figure iframe {
    width: 100%;
    height: 483px;
    max-width: 100%;
}
.address1 {
    padding-top: 25px;
    display: block;
    line-height: 22px;
    font-size: 14px;
}
.address1 dt {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}
.address1 dd span {
    min-width: 76px;
    display: inline-block;
    text-align: left;
}
.address1 dd span.col1 {
    min-width: 0;
}
#footer {
    padding: 18px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: #F0F003;
}
.txt_priv {
    color: #008DD2;
}
.splitter {
    margin-top: 27px;
    margin-left: 20px;
    position: relative;
    z-index: 100;
}
.splitter li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 1px;
}
.splitter li a {
    display: block;
    font: 18px/20px 'Open Sans', Arial, sans-serif;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 18px 28px;
    background: #d5b54e;
}
.splitter li a:hover, .splitter li a.selected {
    color: #fff;
    background: #4cb09c;
}
.item {
    margin-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item .inside {
    margin-left: 20px;
}
.isotope .container {
    margin: 0;
    width: auto;
    margin-top: -11px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #fff;
    width: 56px;
    height: 56px;
    font-size: 43px;
    line-height: 38px;
    z-index: 20;
    background: url(/assets/inc/images/arr_up.png) 50% 50% no-repeat;
    border: 1px solid #037370;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
#toTop:before {
    display: none;
}
#toTop:hover {
    outline: none;
    background-color: #fff;
    border-color: #333;
}
@media only screen and (max-width: 1199px)  {
    #toTop {
    display: none!important;
}
}
.stellar-block {
    background-attachment: scroll;
    margin-top: 63px;
    text-align: center;
    margin-bottom: 18px;
}
.first {
    background-image: url(/assets/inc/images/bg1.jpg);
    min-height: 518px;
    background-position: 50% 0px;
}
.second {
    background-image: url(/assets/inc/images/bg4.jpg);
    min-height: 518px;
    background-position: 50% 0px;
}
.third {
    background-image: url(/assets/inc/images/bg6.jpg);
    min-height: 518px;
    background-position: 50% 0px;
}
.fourth {
    background-image: url(/assets/inc/images/bg6.jpg);
    min-height: 418px;
    background-position: 50% 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
}
@media only screen and (max-width: 979px)  {
}
@media only screen and (max-width: 767px)  {
    .stellar-block {
    background-attachment: scroll;
    background-position: 50% 0%;
    position: relative;
    background-repeat: no-repeat;
    z-index: 8;
}
}
@media only screen and (max-width: 1199px)  {
    figure a, figure a img {
    width: 100%;
}
}
@media only screen and (max-width: 979px)  {
    .map figure, .map figure iframe, #form input, #form textarea, #form .success {
    width: 100%!important;
    float: none!important;
}
#form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map figure {
    height: auto!important;
}
.box-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.img5 {
    float: none;
    margin-right: 0;
    width: 100%!important;
}
.box-3_pad {
    padding: 15px;
}
}
@media only screen and (max-width: 767px)  {
    img {
    width: 100%;
}
img.no_resize, h1 img {
    width: auto;
}
.map figure iframe {
    height: 220px;
}
figure a {
    width: 100%;
}
h1 {
    float: none;
}
}
@media only screen and (max-width: 479px)  {
    .img2 {
    float: none;
    margin-right: 0;
    width: 100%!important;
}
}
