@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Exo:700);
@import url(//fonts.googleapis.com/css?family=Exo:500);
@import url(//fonts.googleapis.com/css?family=Exo:900);
@import url(//fonts.googleapis.com/css?family=Exo:600);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Audiowide);
/*========================================================
                    Main layout styles
=========================================================*/
body {
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    color: #979797;
    background: #333333;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover {
        color: #ff2b2b;
    }

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
    font: 700 48px/48px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    padding-top: 27px;
}

    h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        height: 6px;
        width: 147px;
        background: #333333;
    }

@media (min-width: 768px) and (max-width: 979px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

.header1 {
    margin-bottom: 22px;
}

h3 {
    font: 400 18px/24px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #333333;
}

h6 {
    font: 700 48px/55px "Exo", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.h8 {
    font: 700 18px/18px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.font1 {
    font: 900 44px/44px "Exo", sans-serif;
    text-transform: uppercase;
    color: #ff2b2b;
    display: inline-block;
}

    .font1:hover a {
        color: #333333;
    }

@media (max-width: 767px) {
    .font1 {
        font-size: 24px;
        line-height: 24px;
    }
}

.font2 {
    font: 600 18px/21px "Exo", sans-serif;
    text-transform: uppercase;
    color: #ff2b2b;
    display: inline-block;
}
/* ======= Buttons ======= */
.btn-default {
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    color: #333333;
    text-transform: uppercase;
    display: inline-block;
}

    .btn-default:hover {
        color: #ff2b2b;
    }

.btn-big {
    display: inline-block;
    background: #ff2b2b;
    color: #ffffff;
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    padding: 15px 47px 14px;
    text-transform: uppercase;
    text-align: center;
}

    .btn-big:hover {
        background: #039aac;
        color: #ffffff;
    }

    .btn-big.__inset1 {
        border: 1px solid #969696;
        background: transparent;
        color: #333333;
        padding-top: 13px;
        padding-bottom: 13px;
    }

        .btn-big.__inset1:hover {
            background: #ff2b2b;
            color: #ffffff;
        }

@media (max-width: 479px) {
    .btn-big.__inset1 {
        background: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .btn-big {
        padding: 8px 20px;
    }
}
/* ======= Modifiers ======= */
.__display-none {
    display: none;
}

.__float-right {
    float: right !important;
}

@media (max-width: 767px) {
    .__float-right {
        float: none !important;
    }
}

.__display-inline {
    display: inline;
}

.__hover-color {
    color: #ff2b2b;
}

.__upper {
    text-transform: uppercase;
}

.__normal {
    font-weight: 400;
}

.__relative {
    position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
    padding: 52px 0 47px;
    border-bottom: 1px solid #c9c9c9;
}

    .wrapper1 .font2 {
        margin-top: 2px;
    }

.wrapper2 {
    padding: 39px 0 81px;
}

.wrapper3 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 80px;
}

.wrapper4 {
    padding: 80px 0 24px;
    background: #f6f8fa;
}

.wrapper5 {
    border-bottom: 1px solid #d2d2d2;
}

.wrapper6 {
    padding-bottom: 80px;
}

    .wrapper6 .header1 {
        margin-bottom: 27px;
    }

.wrapper7 {
    padding-bottom: 26px;
}

.wrapper8 {
    padding-bottom: 67px;
}

.wrapper9 {
    padding-bottom: 39px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
    background-repeat: #ffffff;
}

@media (max-width: 979px) {
    #header {
        text-align: center;
    }
}

#header .info {
    padding: 16px 0 6px;
    background: #ffffff;
    font: 300 12px/14px "Roboto Condensed", sans-serif;
    color: #333333;
}

@media (max-width: 979px) {
    #header .info {
        font-size: 9px;
        line-height: 9px;
    }
}

@media (max-width: 767px) {
    #header .info {
        font-size: 12px;
        line-height: 14px;
    }
}

#header .info address,
#header .info .phone,
#header .info .link {
    display: block;
    padding-left: 23px;
    position: relative;
}

    #header .info address:before,
    #header .info .phone:before,
    #header .info .link:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 16px;
        overflow: hidden;
        background: no-repeat left 0;
    }

@media (max-width: 767px) {
    #header .info address:before,
    #header .info .phone:before,
    #header .info .link:before {
        display: none;
    }
}

#header .info address:before {
    background-image: url(../images/icon1.png);
}

#header .info .link:before {
    background-image: url(../images/icon2.png);
}

#header .info .phone:before {
    background-image: url(../images/icon3.png);
}

#header .info .socials1 {
    text-align: right;
    margin-top: -1px;
}

@media (max-width: 767px) {
    #header .info .socials1 {
        text-align: center;
        margin-top: 20px;
    }
}

#header #stuck_container {
    position: relative;
    padding: 15px 0 3px;
    z-index: 400;
    background: url(../images/header_background.png) no-repeat;
    background-size: cover;
}

@media (max-width: 979px) {
    #header #stuck_container {
        padding-top: 0;
        padding-bottom: 5px;
    }
}

#header.main-page #stuck_container {
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/background1.png) repeat;
}

@media (max-width: 979px) {
    #header.main-page #stuck_container {
        position: relative;
    }
}

.socials1 li {
    display: inline-block;
    margin-bottom: 10px;
}

    .socials1 li + li {
        margin-left: 16px;
    }

    .socials1 li a i {
        font-size: 19px;
        line-height: 19px;
        color: #000000;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .socials1 li a:hover i {
        color: #ff2b2b;
    }
/* ======= Logo ======= */
h1 {
    float: left;
    position: relative;
}

@media (max-width: 979px) {
    h1 {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    h1 {
        margin-top: 10px;
    }
}

h1 .main,
h1 .secondary {
    display: inline-block;
}

h1 .main {
    /*font: 400 60px/60px "Audiowide", sans-serif;
  text-transform: uppercase;
  color: #ffffff;*/
    font: 400 18px/18px "Audiowide", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

h1 .secondary {
    font: 700 10px/12px "Roboto Condensed", sans-serif;
    color: #ff2b2b;
    text-transform: uppercase;
    margin-top: -4px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
    float: right;
    margin-top: 27px;
}

@media (max-width: 979px) {
    nav {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}

    .sf-menu > li + li {
        margin-left: 56px;
    }

        .sf-menu > li + li:before {
            content: '';
            position: absolute;
            display: block;
            width: 26px;
            height: 16px;
            background: url(../images/divider1.png) no-repeat center 0;
            left: -41px;
            top: 1px;
        }

    .sf-menu > li > .sf-with-ul:after {
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        cursor: default;
        content: "\f0d7";
        color: #ffffff;
        bottom: -10px;
        left: 50%;
        margin-left: -3px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .sf-menu > li > a {
        text-transform: capitalize;
        font: 500 16px/16px "Exo", sans-serif;
        display: inline-block;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        color: #ffffff;
    }

        .sf-menu > li > a:hover {
            color: #ff2b2b;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .sf-menu > li > a:active {
            background: transparent;
            color: #ff2b2b;
        }

.sf-menu .sfHover > a:after {
    color: #ff2b2b;
}

.sf-menu > li.current > a {
    color: #ff2b2b;
}

.sf-menu > li.current > .sf-with-ul:after {
    color: #ff2b2b;
}

.sf-menu > li.sfHover > a {
    color: #ff2b2b;
}

.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;
    }
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    border-radius: 3px;
    width: 110px;
    font: 400 12px/12px Arial, sans-serif;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -55px;
    background: #292929;
    text-align: left;
    padding: 34px 0 35px 16px;
    z-index: 2;
}

    .sf-menu ul > li + li {
        margin-top: 22px;
    }

    .sf-menu ul li {
        position: relative;
        display: block;
    }

        .sf-menu ul li > .sf-with-ul:after {
            font-family: FontAwesome;
            font-size: 10px;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            cursor: default;
            content: "\f0da";
            color: #ffffff;
            bottom: -1px;
            right: 15px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sf-menu ul li a {
            color: #ffffff;
            text-transform: uppercase;
        }

            .sf-menu ul li a:hover {
                color: #ff2b2b;
            }

    .sf-menu ul > .sfHover > a:after {
        color: #ff2b2b;
    }

    .sf-menu ul li.sfHover > a {
        color: #ff2b2b;
    }
    /* Second level sub-menu styles
========================================================*/
    .sf-menu ul ul {
        position: absolute;
        top: -5px;
        left: 94px;
        margin-left: 0;
        background: #ff2b2b;
        padding: 10px 0 11px 10px;
        z-index: 4;
        text-align: left;
    }

        .sf-menu ul ul li a {
            color: #ffffff;
            text-transform: uppercase;
        }

            .sf-menu ul ul li a:hover {
                color: #000000;
            }

        .sf-menu ul ul li + li {
            margin-top: 18px;
        }

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    nav {
        width: 100%;
        float: none;
    }

    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #ff2b2b;
        width: 100%;
        margin-bottom: 10px;
        background: #ffffff;
        font: 22px/28px "Exo", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;
    }

        .select-menu option {
            text-align: left;
            position: relative;
        }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0 0 4px 0 #000000;
    box-shadow: 0 0 4px 0 #000000;
}

    .isStuck nav {
        margin-top: 0;
    }

    .isStuck#stuck_container {
        padding: 0;
    }

    .isStuck h1 {
        margin-top: -20px;
        padding-left: 28px;
        margin-bottom: -19px;
    }

        .isStuck h1 .main {
            /* font-size: 30px;
  line-height: 49px;*/
        }

        .isStuck h1 .secondary {
            margin-top: -10px;
            font-size: 8px;
            line-height: 8px;
        }

        .isStuck h1:before {
            width: 25px;
            height: 19px;
            background-size: contain;
        }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    background: #ffffff;
}

    #content.common {
        padding-top: 80px;
    }
/* ======= Banner 1 OUR ======= */
.banner1 {
    background: #333333;
    /*padding: 43px 0;*/
    padding: 23px 0;
    margin-top: -23px;  <!--Added so that Our Approach and Values did not get cut off on the bottom of the page-->
}
/* ======= Post 1 OUR ======= */
.post1 img {
    float: left;
    border: 3px solid #ffffff;
    border-radius: 500px;
    margin-right: 12px;
    padding: 0;
    margin-top: -2px;
}

.post1 .header {
    color: #ffffff;
    text-transform: uppercase;
}

    .post1 .header a {
        display: inline-block;
    }

    .post1 .header .main {
        display: block;
        font: 700 24px/30px "Roboto Condensed", sans-serif;
        margin-bottom: -2px;
    }

    .post1 .header .secondary {
        display: block;
        font: 700 30px/30px "Roboto Condensed", sans-serif;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .post1 {
        text-align: center;
    }

        .post1 img {
            float: none;
            display: block;
            margin: 0 auto 10px;
        }
}

@media (max-width: 767px) {
    .post1 {
        margin-bottom: 40px;
    }
}
/* ======= Post 2 Feel free to communicate ======= */
.post2 {
    margin-bottom: 114px;
}

    .post2 h2 {
        margin-bottom: 22px;
    }

    .post2 h3 {
        margin-bottom: 8px;
    }

    .post2 .btn-big {
        margin-top: 71px;
    }
/* ======= Post 3 Internet consulting ======= */
.post3 h2 {
    margin-bottom: 26px;
}

.post3 .header {
    display: block;
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

.post3 .btn-big {
    margin-top: 38px;
}

.post3.__inset1 {
    padding-right: 67px;
}
/* ======= banner 2 From the ground ======= */
.banner2 {
    background: url(../images/page1_img9.png) no-repeat center 0;
    background-size: cover;
    padding: 80px 0 61px;
    border: 1px solid #d2d2d2;
}
/* ======= Banner 3 Newsletter subscription ======= */
.banner3 {
    padding: 33px 0 35px;
    border-bottom: 1px solid #e4e4e4;
}

    .banner3 span {
        display: block;
    }

    .banner3 .header {
        font: 700 36px/36px "Roboto Condensed", sans-serif;
        color: #ff2b2b;
        text-transform: uppercase;
        display: block;
        margin-bottom: 1px;
    }

    .banner3 .secondary {
        display: block;
        font: 400 18px/24px "Roboto Condensed", sans-serif;
        color: #333333;
        margin-bottom: 3px;
        text-transform: uppercase;
    }

    .banner3 p {
        font: 400 12px/18px "Roboto Condensed", sans-serif;
        color: #909090;
    }
/* ======= banner 4 Partners ======= */
.banner4 {
    padding: 45px 0 41px;
}

@media (max-width: 767px) {
    .banner4 {
        text-align: center;
    }

        .banner4 img {
            margin-bottom: 30px;
        }
}

.banner4 a:hover img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/* ======= Post 4 About our company ======= */
.post4 {
    margin-bottom: 50px;
}

    .post4 h3 {
        margin-bottom: 6px;
    }

    .post4 p {
        margin-bottom: 14px;
    }

    .post4 img {
        margin-top: 2px;
    }

@media (max-width: 767px) {
    .post4 img {
        width: 100%;
    }
}

.post4.__inset1 h3 {
    margin-top: 1px;
}

.post4.__inset1 img {
    margin-top: 7px;
}

.post4.__inset1 .btn-big {
    margin-top: 9px;
}

@media (max-width: 767px) {
    .post4.__inset1 img {
        margin-bottom: 20px;
    }
}
/* ======= Post 5 Our advantages ======= */
.post5 {
    margin-top: 7px;
    background: #ebebeb;
    text-align: center;
    padding: 28px 25px 25px;
}

    .post5 .header {
        font: 900 30px/30px "Exo", sans-serif;
        color: #333333;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block;
    }

    .post5 p {
        color: #898989;
    }

    .post5 .btn-default {
        margin-top: 16px;
    }
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
    margin-top: 23px;
    padding-left: 59px;
    position: relative;
}

    .blockquote1 cite {
        font-style: italic;
        display: block;
        margin-bottom: 18px;
    }

    .blockquote1 .author {
        display: inline-block;
        font: 400 18px/20px "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        color: #333333;
    }

        .blockquote1 .author:hover {
            color: #ff2b2b;
        }

    .blockquote1 .who {
        display: inline-block;
        margin-top: -2px;
        font: 400 14px/20px "Roboto Condensed", sans-serif;
        color: #ff2b2b;
    }

    .blockquote1:before {
        font-family: FontAwesome;
        font-size: 48px;
        position: absolute;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        cursor: default;
        top: 16px;
        left: 0;
        content: '\f10d';
        line-height: 24px;
        color: #333333;
    }
/* ======= Accordion ======= */
#accordion {
    margin-top: 6px;
    margin-bottom: 81px;
}

    #accordion > h3 {
        position: relative;
    }

    #accordion .ui-accordion-header {
        margin-top: 2px;
        display: block;
        position: relative;
        background: #f5f5f5;
        padding: 5px 10px 3px 47px;
        min-height: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #accordion .ui-accordion-header:before {
            -webkit-transition: 1s all ease;
            transition: 1s all ease;
            font-family: FontAwesome;
            font-size: 18px;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            cursor: default;
            line-height: 24px;
            content: '\f054';
            color: #333333;
            left: 27px;
            top: 50%;
            margin-top: -12px;
        }

        #accordion .ui-accordion-header:hover {
            color: #ff2b2b;
            cursor: pointer;
            outline: none;
        }

    #accordion .ui-state-hover {
        color: #333333;
        outline: none;
    }

    #accordion .ui-accordion-header-active {
        color: #333333;
        position: relative;
        outline: none;
    }

        #accordion .ui-accordion-header-active:before {
            color: #ff2b2b;
        }

    #accordion .ui-accordion-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e9e9e9;
        border-top: none;
        padding: 21px 40px 26px 47px;
        margin-bottom: 3px;
    }

        #accordion .ui-accordion-content p {
            margin-bottom: 12px;
        }

    #accordion .ui-state-focus {
        outline: none;
    }
/* ======= Post 6 The best solutions for you ======= */
.post6 {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 63px;
}

    .post6 img {
        margin-bottom: 24px;
    }

    .post6 h3 {
        font-weight: 700;
    }

@media (max-width: 979px) {
    .post6 {
        padding: 4px;
    }
}
/* ======= Post 7 Blog ======= */
.post7 {
    margin-top: 24px;
    margin-bottom: 54px;
}

    .post7 time {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 2px 12px;
        margin-top: 4px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        background: #ff2b2b;
        width: 60px;
    }

@media (max-width: 979px) {
    .post7 time {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .post7 time {
        padding: 2px;
        margin-bottom: 10px;
    }
}

.post7 time span {
    display: block;
}

@media (max-width: 767px) {
    .post7 time span + span {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .post7 time span {
        display: inline-block;
    }
}

.post7 time .day {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .post7 time .day {
        margin-bottom: 0;
    }
}

.post7 time .month {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .post7 time .month {
        font-size: 30px;
        line-height: 30px;
    }
}

.post7 time .year {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .post7 time .year {
        font-size: 30px;
        line-height: 30px;
    }
}

.post7 h3 {
    margin-bottom: 4px;
}

.post7 .info {
    margin-bottom: 25px;
    font-size: 16px;
}

    .post7 .info .by {
        color: #ff2b2b;
    }

        .post7 .info .by:hover {
            color: #333333;
        }

.post7 img {
    margin-bottom: 41px;
}

.post7 .btn-big {
    margin-top: 23px;
}
/* ======= Post 8 Privacy Policy ======= */
.post8 {
    margin-bottom: 37px;
}

    .post8 h3 {
        margin-bottom: 6px;
    }

    .post8 .simple-link {
        margin-top: 24px;
    }
/* ======= List 1 ======= */
.list1 li {
    padding-left: 26px;
    position: relative;
    font: 400 18px/30px "Roboto Condensed", sans-serif;
    color: #383838;
    text-transform: uppercase;
}

    .list1 li:before {
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        cursor: default;
        line-height: 30px;
        content: '\f138';
        left: 0;
        top: 1px;
        color: #ff2b2b;
    }

.list1.__inset1 {
    margin-top: 21px;
    margin-bottom: 73px;
}
/* ======= Gallery  ======= */
.gallery_image {
    float: left;
    width: 33.333333333333336%;
}

@media (max-width: 767px) {
    .gallery_image {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

.gallery_image a {
    display: block;
    position: relative;
    background: #000000;
}

    .gallery_image a .hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gallery_image a .hover .content {
            position: absolute;
            top: 50%;
            margin-top: -100px;
            padding: 0 35px;
        }

@media (max-width: 1199px) {
    .gallery_image a .hover .content {
        margin-top: -124px;
    }
}

@media (max-width: 979px) {
    .gallery_image a .hover .content {
        margin-top: -95px;
    }
}

@media (max-width: 479px) {
    .gallery_image a .hover .content {
        margin-top: -62px;
    }
}

.gallery_image a .hover .content .hover-ico {
    width: 24px;
}

.gallery_image a .hover .content .slogan {
    text-align: center;
    font: 900 30px/30px "Exo", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 979px) {
    .gallery_image a .hover .content .slogan {
        font-size: 17px;
        line-height: 17px;
    }
}

.gallery_image a .hover .content p {
    margin-top: 11px;
    margin-bottom: 9px;
    color: #ffffff;
}

@media (max-width: 979px) {
    .gallery_image a .hover .content p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 479px) {
    .gallery_image a .hover .content p {
        display: none;
    }
}

.gallery_image a img {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    margin-bottom: 0;
}

@media (max-width: 979px) {
    .gallery_image a img {
        width: 100%;
    }
}

.gallery_image a:hover img.main {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.gallery_image a:hover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery_image a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.gallery_image.__inset1 {
    width: 50%;
    float: left;
    margin-top: -1px;
}

    .gallery_image.__inset1 img {
        -webkit-box-shadow: 0 0 0 0 #ffffff;
        box-shadow: 0 0 0 0 #ffffff;
        width: 100%;
    }

    .gallery_image.__inset1 a {
        background: #333333;
    }

        .gallery_image.__inset1 a .hover {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            padding: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            .gallery_image.__inset1 a .hover .slogan {
                text-align: center;
                position: absolute;
                font: 900 30px/30px "Exo", sans-serif;
                color: #ffffff;
                text-transform: uppercase;
                display: inline-block;
                left: 0;
                right: 0;
                top: 50%;
                margin-top: -30px;
            }

@media (min-width: 768px) and (max-width: 979px) {
    .gallery_image.__inset1 a .hover .slogan {
        font-size: 17px;
        line-height: 17px;
    }
}

.gallery_image.__inset1 a .hover .slogan:after {
    position: absolute;
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/hover-icon2.png) no-repeat center;
    margin-left: -19px;
    left: 50%;
    bottom: -54px;
}

.gallery_image.__inset1 a:hover img {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.gallery_image.__inset1 a:hover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767px) {
    .gallery_image.__inset1 {
        width: 100%;
        display: block;
        float: none;
        margin-top: 30px;
    }
}
/* ======= Google Map  ======= */
.google-map_contacts {
    margin-top: 28px;
}

    .google-map_contacts iframe {
        width: 100%;
        height: 402px;
    }

@media (max-width: 767px) {
    .google-map_contacts iframe {
        height: 200px;
    }
}
/* ======= Address  ======= */
.address-block {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .address-block {
        margin-bottom: 50px;
    }
}

.address-block address {
    margin-bottom: 3px;
}

.address-block span {
    line-height: 12px;
}

.address-block .our-address {
    display: block;
    margin-bottom: 13px;
    font: 400 18px/22px "Roboto Condensed", sans-serif;
    color: #383838;
    text-transform: uppercase;
}

.address-block .numbers {
    display: inline-block;
    min-width: 70px;
}

.simple-link {
    display: inline-block;
    text-decoration: underline;
    color: #ff2b2b;
}

    .simple-link:hover {
        color: #333333;
    }
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    padding: 62px 0;
    background: #333333;
}

    #footer .socials1 {
        margin-top: 24px;
    }

        #footer .socials1 li {
            margin-right: 22px;
        }

            #footer .socials1 li + li {
                margin-left: 0;
            }

            #footer .socials1 li a:hover i {
                color: #ff2b2b;
            }

            #footer .socials1 li a i {
                color: #ffffff;
                font-size: 22px;
                line-height: 22px;
            }

    #footer .privacy-block {
        margin-top: 14px;
        font: 300 14px/14px "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
    }

    #footer address {
        margin-top: 22px;
    }

        #footer address span {
            display: block;
            color: #b8b8b8;
            font: 300 12px/14px "Roboto Condensed", sans-serif;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

    #footer .list2 {
        margin-top: 22px;
    }

@media (max-width: 767px) {
    #footer {
        padding-top: 0;
    }

        #footer .h8 {
            margin-top: 40px;
        }
}
/* ======= List 2 ======= */
.list2 li {
    padding-left: 21px;
    position: relative;
    font: 300 12px/14px "Roboto Condensed", sans-serif;
    color: #b8b8b8;
    text-transform: uppercase;
}

    .list2 li a:hover {
        color: #ff2b2b;
    }

    .list2 li:before {
        content: '';
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        background: url(../images/list2.png) no-repeat center;
        left: 0;
        top: 5px;
    }

    .list2 li + li {
        margin-top: 16px;
    }
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    text-align: center;
    color: #ffffff;
    background: #3f3f3f;
    width: 42px;
    height: 42px;
    border-radius: 200px;
    font-size: 30px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

    #toTop:hover {
        outline: none;
        color: #ff2b2b;
    }

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}
/*Core variables and mixins*/


/****singleColumnDataEntryForm***/

.singleColumnDataEntryForm {
    padding-top: 4px;
}

    .singleColumnDataEntryForm MailTest dd span {
        min-width: 130px;
        display: inline-block;
    }

    .singleColumnDataEntryForm ContactUs dd span {
        min-width: 110px;
        display: inline-block;
    }

.BulletedList {
    list-style: disc;
    list-style-position: hanging;
}


.BulletListHeading {
    color: #333333;
    font: 14.5px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.masterPage ul.list {
    padding-top: 7px;
    margin-bottom: 0;
}



ul.list {
    /* color: #fb5235;*/
    color: #333333;
    /* color: #a0a0a0; */
    padding-top: 5px;
    margin-bottom: 26px;
}

    ul.list li {
        background: url(../images/marker.png) 0 4px no-repeat;
        padding-left: 21px;
        /*font-size: 13px;*/
        font-size: 14px;
        margin-bottom: 18px;
    }

        ul.list li a:hover {
            color: #000;
        }

     ul.list li h1 {
        /* background: url(../images/marker.png) 0 4px no-repeat;*/
        /* padding-left: 21px; */
        /*font-size: 13px;*/
        font-size: 14px;
        text-transform: none;
        /*margin-bottom: 18px;*/
    }
ul.list1 .date {
    margin-right: 5px;
    float: left;
    color: #000;
}

ul.list1 li {
    margin-bottom: 21px;
}
/*links*/