@import url('https://742d55.claudeassets.com/20191217172113cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
body {
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none !important;
}
header.main-header .top {
    padding: 10px 0;
    background-color: #283949;
    border-bottom: 2px solid #fce8e4;
    color: #fff;
}
header.main-header .top .email {
    position: relative;
    float: left;
    font-size: 12px;
    padding-left: 30px;    
}
header.main-header .top .email:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
	top: 5px;
    font-size: 20px;
    color: #f0bc1b;    
}
header.main-header .top .phone {
    position: relative;
    float: left;
    margin-left: 40px;
    font-size: 12px;
    padding-left: 30px;
}
header.main-header .top .phone:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
	top: 5px;
    font-size: 20px;
    color: #f0bc1b;  
}
header.main-header .top .top-contact i {
    color: #f0bc1b;
    font-size: 36px;
    position: absolute;
    left: 0;
}
header.main-header .top .social {
    list-style: none;
	display: table;
    margin: 0 auto;
    padding: 0;
}
header.main-header .top .social li {
    float: left;
}
header.main-header .top .social li a {
    font-size: 16px;
    color: #fff;
    padding: 6px;
    display: block;
}
header.main-header .bottom {
    padding: 20px 0;
    background-color: #eb4b29;
}
header.main-header .bottom .logo {
    float: left;
}
#mn-toggle, .mn-close, .mn-title {
    display: none;
}
@media only screen and (min-width: 992px) {
    .mn-menu {
        float: right;
        position: relative;
        z-index: 999;
    }
    .mn-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mn-menu ul:after {
        content: '';
        display: block;
        clear: both;
    }
    .mn-menu > ul > li {
        float: left;
        position: relative;
    }
    .mn-menu > ul > li > a {
        color: #fff;
        padding: 12px;
        display: block;
    }
    .mn-menu > ul > li:hover > a,
    .mn-menu > ul > li.active a {
        background-color: #cd4225;
    }
    .mn-menu > ul > li:first-child a:before {
        content: "\f015";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 6px;
    }
    .mn-menu > ul ul {
        position: absolute;
        width: 230px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #283949;
    }
    .mn-menu > ul ul a {
        color: #fff;
        padding: 6px 12px;
        display: block;
    }
    
    .mn-menu > ul li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .mn-menu > ul ul li {
        position: relative;
    }
    .mn-menu > ul ul li:hover a {
        background-color: #394e62;
    }
    .mn-menu > ul ul li ul {
        left: 100%;
        top: 0;
    }
    .mn-menu a.mn-bars {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .mn-close, .mn-title {
        display: block;
    }

    #mn-toggle {
        display: inline-block;
        position: relative;
        padding: 0 36px 0 20px;
        line-height: 40px;
        background-color: #111433;
        color: #ffffff;
        border-radius: 3px;
        font-size: 16px;
        text-decoration: none;
        top: 3px;
    }
    #mn-toggle:hover {
        background-color: #171b46;
    }
    #mn-toggle::before, #mn-toggle::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 9px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }
    #mn-toggle::before {
        right: 22px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #mn-toggle::after {
        right: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mn-overflow-hidden {
        overflow: hidden;
    }
    .mn-search input[type=search] {
        height: 40px;
        width: 100%;
        border: none;
        background: #3A3A3A;
        padding: 0 15px;
        outline: none;
    }
    .mn-search input[type=search]:focus {
        background: #6F6F6F;
    }
    .mn-menu {
        font-size: 14px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #222222;
        color: #ffffff;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
        transition: transform 0.3s 0s, visibility 0s 0.3s;
        overflow-y: auto;
    }	
    .mn-menu.mn-is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
        transition: transform 0.3s 0s, visibility 0s 0s;
    }
    .mn-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mn-menu ul li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .mn-menu ul li:last-child, .mn-menu ul li:first-child  {
        border-bottom: none;
    }
    .mn-menu ul li a {
        width: 100%;
        display: inline-block;
        padding: 0 1em;
        color: #f2f2f2;
        text-decoration: none;
        height: 48px;
        line-height: 48px;
    }
    .mn-menu > ul ul {
        display: none;
        font-size: 13px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        transition: max-height 0.5;

    }
    .mn-menu > ul ul {
        margin-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);

    }
    .mn-menu h2.mn-title {
        padding: 0 12px;
        margin: 0;
        height: 60px;
        line-height: 60px;
    }
    .mn-menu .mn-close {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 5px;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }
    .mn-menu .mn-close::after, .mn-menu .mn-close::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 20px;
        width: 2px;
        background-color: #ffffff;
    }
    .mn-menu .mn-close::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    .mn-menu .mn-close::before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .mn-bars {
        line-height: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        color: #ffffff;
        width: 48px !important;
        height: 48px;
        position: absolute;
        right: 0;
    }
    .mn-bars::before {
        right: 21px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mn-bars::before, .mn-bars::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 9px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }
    .mn-bars::after {
        right: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mn-bars.mn-bars-active::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .mn-bars.mn-bars-active::before, .mn-bars.mn-bars-active::after {
        width: 14px;
    }
    .mn-bars.mn-bars-active::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }	
}
.main-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}
.main-tc {
    margin-top: -600px;
    height: 600px;
    position: relative;
}
.main-tab {
    margin-top: 150px;
}
.main-tab .nav-tabs {
    display: table;
    margin: 0 auto;
    border: transparent;
    margin-bottom: 50px;
}
.main-tab .nav-tabs li a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 0;
}
.main-tab .nav-tabs li a span {
    display: block;
}
.main-tab .nav-tabs li.active:after {
    bottom: -50px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #eb4b29;
    border-width: 18px;
    margin-left: -18px;
}
.main-tab .nav-tabs li a i.fa {
    font-size: 32px;
    padding: 40px 60px;
    border-right: 1px solid #fff;
}
@media (max-width: 1199px){
    .main-tab .nav-tabs li a i.fa {
        padding: 40px 48px;
    }
}
@media (max-width: 992px){
    .main-tab .nav-tabs li a i.fa {
        padding: 40px 30px;
    }
    .main-tab .nav-tabs li a span {
        display: block;
        width: 80px;
        margin: 0 auto;
        height: 40px;
    }
}
@media (max-width: 768px){
    .main-bg {
        height: 765px;
    }
    .main-tc {
        margin-top: -765px;
        height: 765px;
    }
    .main-tab {
        margin-top: 20px;
    }
    .main-tab .nav-tabs {
        width: 100%;
        margin-bottom: 15px;
    }
    .main-tab .nav-tabs li {
        float: none;
        position: relative;
        border-bottom: 1px dashed #fff;
    }
    .main-tab .nav-tabs li.active {
        background: rgba(255,255,255,.2);
    }
    .main-tab .nav-tabs li:after {
        display: none;
    }
    .main-tab .nav-tabs li a i.fa {
        border: none;
        padding: 0;
        position: absolute;
        left: 5px;
        top: 5px;
    }
    .main-tab .nav-tabs li a span {
        width: 100%;
        text-align: left;
        padding-left: 55px;
        line-height: 40px;
    }
}

.main-tab .nav-tabs li:last-child a i.fa {
    border-color: transparent;
}
.main-tab .nav-tabs>li.active>a, 
.main-tab .nav-tabs>li.active>a:focus, 
.main-tab .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.main-tab .nav-tabs>li>a:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.main-tab .tab-content {
    border-top: 5px solid #eb4b29;
}
.main-tab .tab-pane {
    background: rgba(255,255,255,.8);
    padding: 20px;
}
.main-tab .tab-pane h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.main-tab .tab-pane .form-blk {
    padding: 20px 10px;
    background-color: #fff;
    color: #5fbd5c;
}
.main-tab .tab-pane .form-blk:after {
    content: '';
    display: block;
    clear: both;
}
.main-tab .tab-pane .form-blk .form-control {
    border: transparent;
    border-bottom: 1px dashed #eb4b29;
    /* color: #eb4b29; */
    box-shadow: none;
    /* font-weight: bold; */
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
}
.main-tab .tab-pane .form-blk .btn-default {
    background-color: #eb4b29;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 6px 35px;
    margin-right: 10px; 
}
.bdr {
    position: relative;
    margin-bottom: 60px;
}
.bdr:after {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #adadad;
    content: "";
    display: block;
    left: 50%;
    margin-left: -50px;
    bottom: -30px;
} 
@media (max-width: 1199px){
    .main-tab .tab-pane .form-blk .form-control {
        min-width: 160px;
    }
}
@media (max-width: 992px){
    .main-tab .tab-pane .form-blk .form-control {
        min-width: 204px;
    }
    .main-tab .tab-pane .form-blk .btn-default {
        position: relative;
        top: -15px;
    }
    
}
@media (max-width: 768px){
    .main-tab .tab-pane .form-blk .form-control {
        margin: 0;  
    }
    .main-tab .tab-pane .form-blk .btn-default {
        position: inherit;
    }
    
}
.main-content .sls {
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-content .sls ul {
    padding: 20px;
}
.main-content .sls ul li {
    margin-bottom: 20px;
}
.bloks .item {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.bloks .item h4 {
    color: #fff;
    margin: 0;
    padding: 17px 10px;
}
.bloks .item h4 a {
    color: #fff;
}
.bloks .item .btgr:after {
    content: '';
    display: block;
    clear: both;
}
.bloks .sc:nth-child(1) .item .btgr {
    background-color: #F44336;
}
.bloks .sc:nth-child(2) .item .btgr {
    background-color: #E91E63;
}
.bloks .sc:nth-child(3) .item .btgr {
    background-color: #9C27B0;
}
.bloks .sc:nth-child(4) .item .btgr {
    background-color: #673AB7;
}
.bloks .sc:nth-child(5) .item .btgr {
    background-color: #3F51B5;
}
.bloks .sc:nth-child(6) .item .btgr {
    background-color: #2196F3;
}
.bloks .sc:nth-child(7) .item .btgr {
    background-color: #00BCD4;
}
.bloks .sc:nth-child(8) .item .btgr {
    background-color: #4CAF50;
}
.bloks .sc:nth-child(9) .item .btgr {
    background-color: #CDDC39;
}
.bloks .sc:nth-child(10) .item .btgr {
    background-color: #FF9800;
}
.bloks .sc:nth-child(11) .item .btgr {
    background-color: #FF5722;
}
.bloks .sc:nth-child(12) .item .btgr {
    background-color: #795548;
}
.bloks .sc:nth-child(13) .item .btgr {
    background-color: #F44336;
}
.bloks .sc:nth-child(14) .item .btgr {
    background-color: #E91E63;
}
.bloks .sc:nth-child(15) .item .btgr {
    background-color: #9C27B0;
}
.bloks .sc:nth-child(16) .item .btgr {
    background-color: #673AB7;
}
.bloks .sc:nth-child(17) .item .btgr {
    background-color: #3F51B5;
}
.bloks .sc:nth-child(18) .item .btgr {
    background-color: #2196F3;
}
.bloks .sc:nth-child(19) .item .btgr {
    background-color: #00BCD4;
}
.bloks .sc:nth-child(20) .item .btgr {
    background-color: #4CAF50;
}
.bloks .sc:nth-child(21) .item .btgr {
    background-color: #CDDC39;
}
.bloks .sc:nth-child(22) .item .btgr {
    background-color: #FF9800;
}
.bloks .sc:nth-child(23) .item .btgr {
    background-color: #FF5722;
}
.bloks .sc:nth-child(24) .item .btgr {
    background-color: #795548;
}
.bloks .item .btgr .lns {
    display: block;
    width: 50%;
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}
.bloks .item .btgr .lns:last-child {
    display: block;
    width: 50%;
    float: left;
    background: rgba(255,255,255,.1);
}
.bloks .item .desc {
    padding: 15px;
    color: #6F6F6F;
}
.main-carousel {
    background-color: #28374a;
    padding: 70px 0;
}
.main-carousel .item .desc {
    background-color: #fff;
    color: dimgrey;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 12px 6px;
    display: block;
}
@media screen and (min-width: 768px){
/*    .main-carousel .carousel-control .glyphicon-chevron-right, 
    .main-carousel .carousel-control .icon-next {
        margin-right: -130px;
    }*/
}
.main-carousel .carousel-control.right {
    right: -50px;
    left: auto;
    background: transparent;
    width: 50px;
}
.main-carousel .carousel-control.left {
    left: -50px;
    right: auto;
    background: transparent;
    width: 50px;
}
.main-carousel h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.main-carousel p {
    color: #6782a2;
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    line-height: 28px;
}
.videos {
    background-color: #edeee9;
    padding: 10px 0 30px 0;
}
.videos h2 {
    margin-top: 0;
}
.videos h1 {
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    
}
.videos h1:after {
    width: 100px;
    height: 4px;
    content: "";
    background: #eb5b3b;
    display: block;
    bottom: -18px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
}
.videos h1 small {
    font-size: 20px;
}
.videos p {
    color: #6F6F6F;
    line-height: 22px;
}
.videos .btn-danger {
    border-radius: 0;
    padding: 10px 40px;
    background-color: #eb4b29;
    border-color: transparent;
}
#main-footer {
    background-color: #28374a;
    color: white;
    padding-top: 30px;
}

#main-footer .footer-copyright {
    background-color: #eb4b29;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#main-footer .row {
    margin-bottom: 60px;
}

#main-footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#main-footer .footer-copyright p {
    margin: 10px;
    color: #fff;
}
#main-footer .footer-copyright a {
    color: #fff;
}

#main-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#main-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#main-footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#main-footer a {
    color: #d2d1d1;
    text-decoration: none;
}

#main-footer a:hover,
#main-footer a:focus {
    text-decoration: none;
    color: white;
}

#main-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#main-footer .social-networks a {
    font-size: 26px;
    color: #f9f9f9;
    padding: 6px;
    transition: 0.2s;
}
#main-footer .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #main-footer {
        text-align: center;
    }
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    min-width: 100%;
}
.contact-info {
    font-size: 12px;
    margin-top: 25px;
}
.contact-info i {
    padding-right: 5px;
}
@media (max-width: 420px){
    .main-tab .tab-pane h2 {
        font-size: 20px;
    }
}
.content.page {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content.page h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.content.page .content-img {
    min-width: 100%;
    margin-bottom: 15px;
}
.gallery  {
    margin-bottom: 15px;
}
.gallery .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mn-wd-box .item .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    max-height: 831px;
    max-width: 1140px;
    display: block;
    overflow: hidden;
    position: relative;
}
/*.mn-wd-box .item .image:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}*/
.mn-wd-box .item .image:hover:after {
    opacity: 1;
}
.mn-wd-box .item .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    background-size: 48px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.gallery .item .image:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACDklEQVRIS61Uy3HCMBCN4QA3KCGpIM6BgRvQQagAp4JAJZAOTAWhA8yNz8VUEDoIucEwQN7TrD1CyMIJaMYjWdLuW73dfd6DZTQajRa2u6fTyfc8z+cVrGOsYyxHs9ksstnZ9jx9s1ar+cVicYA9ArhGdDgc+svlkoDOkQLQeaFQmCDKqlhMEfVYouYL+JpXnDXlRZvj8di+BqIAdOdw9ENHCQ2kS6eE/wJcwXwVRAHAiJw26Xy32z1yr1wuk6qAawCcUen7frVUKq0RSAXHEc7bWTx5ktCJXGhvt9sYxqSKyR2Jg9B0YNplJZ4ANO7im+JSK/kHv53FYjF2ZbBer7OynhkIbNVrzeEll0BPH/SEoObbZaA7gG0PAAOW8Hw+f7ECIOJTQo/MkzzR865Ok5mnBIwUpQB/aaDcADpFeObQxbl5plG0gq3q+IscaEl2lpvNOFeS85bbv8tUuIwws9E2qKSnOI43Lqqk0b5EVlR5Z93XpSJiZxIEcycr4SIVn3TOzkfFtfb7/TorKFPsFAijYW1jCiGASjHhiEkMNPlOnUvnxwjq7SLJ+obINStJKaZjTCHXPUauaxYDMkHORCxxKIkPRKIpBXzRSqSbTiLJQ6JZeixnIFaAK9Gnx1qJmyYpyE0AUoEhZoqlFeRmABcIaP24C4AL5G4ANhBVGHkTmvce9GmIanunc/RO8AvoCk9I4UhwiAAAAABJRU5ErkJggg==) rgba(255, 255, 255, 0.6) no-repeat 50%;
}
.sbr {
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.mn-btn-all {
    text-align: center;
    display: block;
    padding: 5px;
}
.maps iframe {
    width: 100%;
    height: 300px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    display: block;
    font-size: 13px;
    margin: 15px 0px;
    color: #888888;
    line-height: 26px;
}
.contact-info ul li .fa {
    padding-right: 10px;
    font-size: 18px;
    color: #444444;
    position: relative;
    top: 2px;
}
/*
     FILE ARCHIVED ON 13:47:08 Nov 11, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:04:51 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.486
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.037
  esindex: 0.01
  cdx.remote: 129.957
  LoadShardBlock: 407.762 (3)
  PetaboxLoader3.datanode: 200.991 (5)
  load_resource: 361.163 (2)
  PetaboxLoader3.resolve: 317.72 (2)
*/