@import url(animate.css);

/*
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,600);
*/


/*========================================================
                      Main Styles
=========================================================*/

body {
    background: white;
    color: #555555;
    font: 400 14px/28px "Open Sans", sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h2,
h3 {
    color: #333333;
}

h2 {
    font: 300 34px/40px "Open Sans", sans-serif;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h3 a:hover {
    color: #98bb56;
}

h4,
.terms dt {
    font-weight: 600;
}

h4 a:hover,
.terms dt a:hover {
    color: #ee5454;
}

h4,
h5,
.terms dt {
    text-transform: uppercase;
}

time {
    display: block;
}

p.lh {
    line-height: 20px;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:active {
    background: transparent;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-family: "FontAwesome";
}


/*=============    Support Classes    =================*/

.center {
    text-align: center;
}

.mg-add {
    margin-top: 7px;
}

.oh {
    overflow: hidden;
}

.prim {
    color: #98bb56;
}

.sec {
    color: #ee5454;
}


/*====================================================
                      Main Layout
======================================================*/

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

h2+.off1 {
    margin-top: 9px;
}

h2+.off2 {
    margin-top: 4px;
}

h2+.off3 {
    margin-top: 43px;
}

h3+.off1 {
    margin-top: 23px;
}

h3+.off2 {
    margin-top: 12px;
}

h4+.off1 {
    margin-top: 10px;
}

h4+.off2 {
    margin-top: 22px;
}

p+.off1 {
    margin-top: 32px;
}

p+.off2 {
    margin-top: 19px;
}

p+.off3 {
    margin-top: 10px;
}

.row+.off1 {
    margin-top: 30px;
}

.row+.off2 {
    margin-top: 41px;
}

.lazy-img+.off1 {
    margin-top: 21px;
}


/*========================================================
                     Components
=========================================================*/


/*========================   Menu   ==========================*/

.nav {
    float: right;
}

.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
    float: left;
    color: #ffffff;
    text-shadow: 4px 4px 4px black;
}

.sf-menu>li+li {
    margin-left: 62px;
    color: #ffffff;
    text-shadow: 4px 4px 4px black;
}

@media (max-width: 979px) {
    .nav {
        text-align: center;
        float: none;
    }
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.sf-menu a {
    display: block;
}

.sf-menu>li>a {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.sf-menu>li>a:after {
    content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    margin-bottom: -2px;
    background: #ee5454;
    bottom: 0;
    height: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li.active>a {
    color: #ee5454;
}

.sf-menu>li.sfHover>a:after,
.sf-menu>li>a:hover:after,
.sf-menu>li.active>a:after {
    bottom: 50%;
    height: 1px;
}

.sf-menu ul {
    display: none;
    position: absolute;
    text-align: center;
    background: #FFF;
    top: 100%;
    width: 114px;
    margin-top: 44px;
    padding: 10px 0 10px;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page2 .sf-menu ul {
    background: #FFF;
    border: 1px solid #e5e5e5;
}

.sf-menu ul>li {
    position: relative;
}

.sf-menu ul>li>a {
    color: #555555;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #ee5454;
}

.sf-menu ul>li+li {
    margin-top: 8px;
}

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    z-index: 4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.sf-menu>li>.sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
}

@media (min-width: 980px) and (max-width: 1199px) {
    .sf-menu>li+li {
        margin-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu ul {
        background: #e5e5e5;
    }
}


/*==================  Select Menu  ======================*/

.select-menu {
    position: relative;
    display: none;
    margin: 15px auto;
    width: 420px;
    background: #e5e5e5 url("data:image/png;base64,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") no-repeat right center;
    overflow: hidden;
}

.select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-menu .select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
    .select-menu {
        display: block;
    }
}

@media (max-width: 479px) {
    .select-menu {
        width: 270px;
    }
    .select-menu .select {
        width: 290px;
    }
}


/*==================  Stuck menu  ======================*/

.stuck_container {
    position: relative;
    border-bottom: 1px solid;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 38px 0 32px;
}

.page2 .stuck_container {
    border-bottom: none;
}

@media (max-width: 767px) {
    .stuck_container {
        border-bottom: none;
    }
}

.isStuck {
    padding: 5px 0;
    background: #444444;
    z-index: 999;
    border-bottom: 1px solid #333333;
}

.isStuck .sf-menu>li>ul {
    margin-top: 16px;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}


/*==================   Lazy Img    ======================*/

.lazy-img {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    background: white url(../images/lazy-loader.gif) no-repeat center center;
}

.lazy-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
}

.lt-ie9 .lazy-img>img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.lazy-img .lazy-loaded {
    opacity: 1;
}

.lt-ie9 .lazy-img .lazy-loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}


/*==================   Tumbnail    ======================*/

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.thumb_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent;
    color: white;
}

.thumb_overlay:before,
.thumb_overlay:after {
    opacity: 0;
}

.lt-ie9 .thumb_overlay:before,
.lt-ie9 .thumb_overlay:after {
    display: none;
}

.thumb_overlay:before {
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 17px "FontAwesome";
    line-height: 17px;
    margin-top: -8.5px;
    text-align: center;
}

.thumb_overlay:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-top: -18px;
    margin-left: -18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thumb:hover {
    background-image: none;
}

.thumb:hover .thumb_overlay {
    background: rgba(152, 187, 86, 0.7);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B398BB56', endColorstr='#B398BB56')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B398BB56', endColorstr='#B398BB56');
    zoom: 1;
}

.thumb:hover .thumb_overlay:before,
.thumb:hover .thumb_overlay:after {
    opacity: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before,
.lt-ie9 .thumb:hover .thumb_overlay:after {
    display: block;
}

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*==================     ToTop     ======================*/

.toTop {
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    background: #98bb56;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #ee5454;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}


/*==================   Parallax    ======================*/

.parallax {
    background-position: center 0;
    background-repeat: no-repeat;
}

.mobile .parallax,
.tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
}

.parallax1 {
    background-image: url(../images/page-1_img12.jpg);
    padding: 33px 0 56px;
    color: #ffffff;
}

.parallax1 h2 {
    color: #ffffff;
}

.parallax2 {
    background-image: url(../images/page-2_img05.jpg);
    padding: 74px 0 85px;
    color: #ffffff;
}

.parallax2 h2,
.parallax2 h4 {
    color: #ffffff;
}

@media (max-width: 767px) {
    .parallax {
        background-position: center 0 !important;
        background-size: cover;
    }
}


/*========================================================
                    HEADER Section
=========================================================*/

.header {
    border-top: 6px solid #ee5454;
    border-bottom: 7px solid #98bb56;
}

.header.page2 {
    background: url("../images/page-1_slide03.jpg") no-repeat;
    width: 100%;
    height: 100;
}

.header_panel {
    position: relative;
    z-index: 6;
}

.header_panel:before,
.header_panel:after {
    display: table;
    content: "";
    line-height: 0;
}

.header_panel:after {
    clear: both;
}

@media (max-width: 979px) {
    .header {
        text-align: center;
    }
}

.header-wrap {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*==================     Brand     ======================*/

.brand {
    float: left;
    display: block;
    z-index: 2;
}

.brand_logo {
    float: left;
    margin-right: 20px;
    max-height: 150px;
}

.brand .brand_name {
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font: 300 20px/28px "Open Sans", sans-serif;
    letter-spacing: 4px;
    color: #ffffff;
    text-shadow: 4px 4px 4px black;
    margin-top: 7px;
    text-shadow: 4px 4px 7px rgba(255, 255, 255 0.4);
}

@media (max-width: 979px) {
    .brand {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 479px) {
    .brand_logo {
        float: none;
        display: inline-block;
        margin-right: 8px;
    }
    .brand .brand_name {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.nav {
    margin-top: 5px;
}


/*========================================================
                    CONTENT Section 
=========================================================*/


/*==================      Well     ======================*/

.well {
    padding-top: 74px;
    padding-bottom: 69px;
}

.well__ins1 {
    padding-bottom: 116px;
}

.well__ins2 {
    padding-bottom: 81px;
}

.well__ins3 {
    padding-bottom: 0;
}

.well2 {
    padding-top: 62px;
    padding-bottom: 56px;
}

.well2__ins1 {
    padding-bottom: 81px;
}

.well3 {
    padding-top: 42px;
    padding-bottom: 39px;
}


/*==================      Backgrounds     ======================*/

.bg1 {
    background: #98bb56;
    color: #ffffff;
}

.bg1 h2,
.bg1 h3,
.bg1 .link {
    color: #ffffff;
}

.bg1 .meta>span {
    color: #ffffff;
}


/*==================      Box      ======================*/

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}


/*==================    Icon Box    ======================*/

.icon-box {
    display: inline-block;
}

.icon-box .icon+h3 {
    margin-top: 26px;
}

.icon-box h3 {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.icon-box:hover .icon {
    background-color: #799545;
}

.icon-box:hover h3 {
    color: #799545;
}


/*==================    Icon    ======================*/

.icon {
    display: inline-block;
    width: 132px;
    height: 132px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.i1 {
    background-image: url(../images/page-1_img01.png);
}

.i2 {
    background-image: url(../images/page-1_img02.png);
}

.i3 {
    background-image: url(../images/page-1_img03.png);
}

.i4 {
    background-image: url(../images/page-1_img04.png);
}


/*==================    Link-list    ======================*/

.link-list li+li {
    margin-top: 5px;
}

.link-list a {
    display: inline-block;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    padding: 0 15px 0 13px;
}

.link-list a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lt-ie9 .link-list a:hover {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF');
    zoom: 1;
}


/*==================    News box    ======================*/

.news-box:before,
.news-box:after {
    display: table;
    content: "";
    line-height: 0;
}

.news-box:after {
    clear: both;
}

.news-box>div {
    width: 50%;
    float: left;
}

.news-box .img-wrap {
    display: block;
    position: relative;
}

.news-box .img-wrap .right-line {
    position: absolute;
    right: 0;
    width: 9px;
    background: url("../images/triangle.png") no-repeat 0 center;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.news-box .img-wrap:hover .date {
    width: 100%;
    left: 0;
}

.news-box .img-wrap:hover h2 {
    right: auto;
    padding-left: 54px;
}

.news-box .date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 148px;
    background: rgba(238, 84, 84, 0.8);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.lt-ie9 .news-box .date {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEE5454', endColorstr='#CCEE5454')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CCEE5454', endColorstr='#CCEE5454');
    zoom: 1;
}

.news-box .date h2 {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-left: 24px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news-box div[data-equal-group]+div[data-equal-group] {
    background: #f6f6f6;
}

.news-box_caption {
    padding: 41px 56px 0 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-box_caption h3 {
    color: #555555;
}

@media (max-width: 1199px) {
    .news-box+.news-box {
        margin-top: 30px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .news-box_caption {
        padding: 20px 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .news-box_caption {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .news-box>div {
        float: none;
        width: 100%;
    }
    .news-box_caption {
        padding: 20px;
    }
    .news-box .img-wrap .right-line {
        display: none;
    }
}

.contact h2 {
    float: left;
    margin-right: 55px;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .contact h2 {
        margin-right: 20px;
    }
}

@media (max-width: 979px) {
    .contact h2 {
        float: none;
        margin-bottom: 20px;
    }
}


/*==================  Social List  ======================*/

.social-list li {
    display: inline-block;
}

.social-list li+li {
    margin-left: 44px;
}

.social-list a {
    display: inline-block;
    font-size: 44px;
    line-height: 44px;
    color: #ffffff;
}

.social-list a:hover {
    color: #799545;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .social-list li+li {
        margin-left: 25px;
    }
}

.addr1 {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px 35px;
    background: #f6f6f6;
    color: #555555;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .addr1 {
        padding: 5px 15px;
    }
}


/*==================    Quote box    ======================*/

.quote-box img {
    margin-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.quote-box_cnt {
    background: #dde9c7;
    position: relative;
    font-style: italic;
    padding: 12px 30px 15px 18px;
    color: #555555;
}

.quote-box_cnt:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #dde9c7 transparent transparent;
}

.quote-box_cnt+h4 {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .quote-box {
        text-align: center;
    }
    .quote-box_cnt {
        text-align: left;
    }
    .quote-box_cnt:before {
        display: none;
    }
}


/*==================    Links    ======================*/

.link {
    display: inline-block;
    text-transform: uppercase;
    color: #ee5454;
}

.link span {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: underline;
}

.link:after {
    content: '>>';
    margin-left: 5px;
}

.link:hover {
    color: #98bb56;
}


/*==================  Marked List  ======================*/

.marked-list li {
    position: relative;
    padding-left: 20px;
}

.marked-list li:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ee5454;
    font-family: "FontAwesome";
}

.marked-list li+li {
    margin-top: 6px;
}

.marked-list a:hover {
    color: #ee5454;
}

.tel {
    margin-top: 5px;
    font-size: 30px;
    color: #ee5454;
}

.tel span {
    color: #555555;
}


/*==================   Address    ======================*/

.addr p:first-child {
    margin-bottom: 30px;
}

.addr dl dt,
.addr dl dd {
    display: inline-block;
}

.addr dl dt {
    min-width: 78px;
}

.addr a {
    color: #ee5454;
}

.addr a:hover {
    text-decoration: underline;
}

.meta {
    margin-top: 4px;
}

.meta span {
    margin-right: 3px;
    color: #8a8989;
}

.meta span:first-child+a {
    margin-right: 5px;
}

.meta+p {
    margin-top: 8px;
}

.meta a:hover {
    text-decoration: underline;
}

.meta__mod {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 2px;
    margin: 0;
}

.meta__mod+p {
    margin-top: 12px;
}

.video-thumb {
    display: block;
    position: relative;
}

.video-thumb:hover .video-icon {
    opacity: 0.5;
}

.lt-ie9 .video-thumb:hover .video-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=50);
}

.video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/video-icon.png") no-repeat center center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/*==================    Map    ======================*/

.map_model {
    height: 368px;
    margin-bottom: 7px;
}

.map_model img {
    max-width: none !important;
}

@media (max-width: 767px) {
    .map_model {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .map_model {
        height: 200px;
    }
}

.map_locations {
    display: none;
}


/*==================     Terms     ======================*/

.terms dt+dd {
    margin-top: 10px;
}

.terms dd+dt {
    margin-top: 32px;
}

.policy-link {
    margin-top: 25px;
}

.policy-link a {
    color: #ee5454;
}

.policy-link a:hover {
    text-decoration: underline;
}


/*========================================================
                     FOOTER Section
=========================================================*/

.footer {
    padding: 46px 0 35px;
    text-align: center;
}

.footer.page2 {
    border-top: 7px solid #98bb56;
}

.footer-brand {
    display: inline-block;
}

.footer-brand_logo {
    float: middle;
    margin-right: 0px;
}

.footer-brand_name {
    display: inline-block;
    margin-top: 0px;
    margin-left: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #98bb56;
    font: 300 25px/35px "Open Sans", sans-serif;
    letter-spacing: 7.4px;
}

@media (max-width: 767px) {
    .footer-brand_logo {
        float: none;
        margin: 0;
    }
    .footer-brand_name {
        font-size: 27px;
        letter-spacing: 4.4px;
    }
}

.copyright {
    margin-top: 22px;
}

.copyright a:hover {
    text-decoration: underline;
}


/********************************
############New Styles###########
############Page about###########
********************************/
.grid_3.pic2 {
    margin: 20px;
}

.grid_6.pic1 {
    text-align: center;
    margin-left: 0 px;
}

.photo {
    display: flex;
    flex-direction: row;
    align-items: space-between;
    justify-content: center;
}

.vlad_cover {
    max-width: 100%;
    max-height: 300px;
}

.photo .vlad_cover1 {
    padding-top: 30px;
}


/*
text
*/

.content p {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg1 h2 {
    color: #333333;
}


/**********************************
##########Vladimir#################
***********************************/
.photo.mat {
    display: flex;
    flex-direction: row;
    gap: 10px; /* Добавляем отступы между изображениями */
    margin-top: 30px;
}

.photo.mat a {
    width: calc(110% - 10px); /* Ширина каждого изображения равна половине контейнера минус отступы */
    height: 100%;
    box-sizing: border-box; /* Учитываем отступы в общей ширине изображения */
    object-fit: cover; /* Подгоняем изображение по размерам контейнера, сохраняя пропорции */
    height: 300px; /* Задайте нужную высоту изображения */
}

/**********************************
##########Galery#################
***********************************/
.header_panel.panel3 nav {
    padding-top: 15px;
}

/**********************************
##########Article#################
***********************************/

.grid_3.wow.fadeInLeft p {
    text-align: justify;
}

.grid_3.wow.fadeInLeft h4 {
    text-align: justify;
}

.link.off3.new:hover {
    color: red;
}

.grid_5.wow.fadeInLeft.new img{
    align-items: center;
    max-width: 60%;
    left: 20%;
}

/**********************************
##########Article#################
***********************************/

.grid_5.wow.fadeInLeft.float {
    position: relative;
    margin-top: 10%;
    z-index: 3; /* Слайды поверх видео */
}


.grid_5.wow.fadeInLeft.float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid_5.wow.fadeInLeft.float a {
    position: relative;
    z-index: 2; 
    
}

@media (max-width: 767px) {
    .grid_5.wow.fadeInLeft.float {
        position: relative;
        z-index: 3; /* Слайды поверх видео */
    }


    .grid_5.wow.fadeInLeft.float img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .grid_5.wow.fadeInLeft.float a {
        position: relative;
        z-index: 2; 
    }
}


/**********************************
##########Index.New_galery#################
***********************************/

.bg1.galery {
    background-color: black;
    text-align: center;
}

.container.center.well2 {
    text-align: center;
}
.grid_3.main a {
    background-color: black;
}
.grid_3.main.pic {
    width: 260px;  /* Фиксированная ширина рамки */
    height: 200px; /* Фиксированная высота рамки */
    overflow: hidden; /* Скрывает выходящие за рамку части */
    border: 1px solid #ddd; /* Опционально */
}

.grid_3.main.pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Кадрирует с сохранением пропорций */
    object-position: center; /* Центрирует изображение */
}

@media (max-width: 767px) {
    .bg1.galery {
        text-align: center;
    }
    .container.center.well2.galery {
        margin-left: 30%;
    }
}

.row.main2 {
    margin-top: 20px;
}

.social-net {
    font-size: 40px;
    color: black;
}

.social-list.foot .svg {
    font-size: 30px;
}