@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(fl-real-estate-3.css);
@import url(linecons.css);
@import url(icomoon.css);

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

body {
    color: #626262;
    font: 400 16px/24px "Source Sans Pro", sans-serif;
    -webkit-text-size-adjust: none;
    background: #333;
}

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

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
    color: #25292e;
}

h1,
.h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 70px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    position: relative;
}

h2 span,
.h2 span {
    display: inline-block;
    position: absolute;
    bottom: 9px;
}

@media (max-width: 767px) {
    h2 span,
    .h2 span {
        display: none;
    }
}

h2 span:before,
.h2 span:before {
    position: absolute;
    content: '';
    background: url("../images/hr_img.png");
    right: 0;
    height: 5px;
    width: 2000px;
    bottom: 0;
    left: 0;
    margin-left: 11px;
}

h3,
.h3 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

.p__mod {
    font-size: 15px;
    line-height: 20px;
}

time {
    display: block;
}

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

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

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

a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
    text-decoration: none;
    color: #0080c0;
}

strong {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.fa {
    line-height: inherit;
}

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

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

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

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.img-style {
    width: 100%;
}

.text-center {
    text-align: center;
}

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

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


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

*+h4 {
    margin-top: 27px;
}

*+.row {
    margin-top: 50px;
}

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

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

*+.btn-groups {
    margin-top: 47px;
}

*+.inline-list {
    margin-top: 27px;
}

*+.marked-list {
    margin-top: 28px;
}

*+.index-list {
    margin-top: 46px;
}

*+.terms-list {
    margin-top: 40px;
}

*+.quote {
    margin-top: 15px;
}

*+.btn {
    margin-top: 40px;
}

*+.contact-info2 {
    margin-top: 45px;
}

*+.mailform {
    margin-top: 50px;
}

@media (max-width: 767px) {
    *+.mailform {
        margin-top: 30px;
    }
}

*+.offs {
    margin-top: 57px;
}

*+p {
    margin-top: 20px;
}

*+.p__mod {
    margin-top: 8px;
}

h4+p {
    margin-top: 16px;
}

h2+img {
    margin-top: 50px;
}

h2+.block {
    margin-top: 41px;
}

h2+h6 {
    margin-top: 44px;
}

h2+.quote {
    margin-top: 34px;
}

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

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

*+.offs2 {
    margin-top: 40px;
}

.row+.offs2 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .row+.offs2 {
        margin-top: 30px;
    }
}


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


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

.brand {
    display: inline-block;
    position: relative;
    padding-left: 73px;
    text-align: left;
    /*background: url("../images/logo_small.png") no-repeat;*/
}

.brand:before {
    /*content: '\e004';
  background: url("../images/logo_small.png");*/
    position: absolute;
    top: 10px;
    left: 0;
    font: 400 43px/43px "fl-real-estate-3";
    color: #FFF;
}

.brand_name {
    overflow: hidden;
    color: #FFF;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 39px;
}

@media (max-width: 479px) {
    .brand_name {
        font-size: 30px;
    }
}

.brand_slogan {
    color: #0080c0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
}

.brand_name+.brand_slogan {
    margin-top: 0;
}

.brand__footer {
    padding-left: 70px;
}

.brand__footer:before {
    font-size: 28px;
    line-height: 28px;
    top: 8px;
}

.brand__footer .brand_name {
    font-size: 23px;
    line-height: 23px;
}

.brand__footer .brand_slogan {
    font-size: 13px;
    line-height: 13px;
}


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

.bg-primary {
    background: #0080c0;
}

.bg-secondary-2 {
    background: #F3F3F3;
}

.bg-subpage-top {
    height: 172px;
    background: url("../images/slide-1.jpg") center top no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.bg-subpage-top:before {
    content: "";
    display: block;
    background: url("../images/bg-img.png") repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.bg-subpage-top .overlay {
    position: relative;
}

.bg-subpage-top .overlay:before,
.bg-subpage-top .overlay:after {
    content: "";
    position: absolute;
    width: 683px;
    height: 172px;
    display: block;
    -moz-transform: scale(1) skewX(33deg);
    -ms-transform: scale(1) skewX(33deg);
    -o-transform: scale(1) skewX(33deg);
    -webkit-transform: scale(1) skewX(33deg);
    transform: scale(1) skewX(33deg);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0px;
}

.bg-subpage-top .overlay:before {
    left: -114px;
    background: rgba(71, 158, 212, 0.45);
    z-index: 2;
}

.bg-subpage-top .overlay:after {
    width: 1000px;
    left: -266px;
    background: rgba(71, 158, 212, 0.35);
    z-index: 1;
}

@media (max-width: 1199px) {
    .bg-subpage-top {
        display: none;
    }
}


/*==================  Colors  ======================*/

.clr-default {
    color: #fff;
}

.clr-secondary {
    color: #25292e;
}


/*==================     Icons     ======================*/

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-instagram {
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    background: #0080c0;
    display: inline-block;
    color: #FFF;
    font-size: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*==================    Buttons    ======================*/

.btn-groups {
    word-spacing: 18px;
}

.btn-groups>* {
    word-spacing: normal;
}

.btn-groups .btn+.btn {
    margin-top: 0;
}

.btn {
    display: inline-block;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    padding: 11px 18px;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.btn__mod {
    font-size: 22px;
    padding: 13px 10px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    width: 148px;
}

.btn-default {
    color: #25292e;
    background: #FFF;
    border: 1px solid #FFF;
}

.btn-default:hover {
    background: transparent;
    color: #FFF;
}

.btn-default:active {
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

.btn-primary {
    color: #FFF;
    background: #0080c0;
    border: 1px solid #0080c0;
}

.btn-primary:hover {
    background: transparent;
    color: #0080c0;
}

.btn-primary:active {
    -webkit-box-shadow: 0 0 10px #0080c0;
    -moz-box-shadow: 0 0 10px #0080c0;
    box-shadow: 0 0 10px #0080c0;
}

.btn-primary__mod:hover {
    color: #fff;
}

.btn-secondary {
    color: #FFF;
    background: #25292e;
    border: 1px solid #25292e;
}

.btn-secondary:hover {
    background: transparent;
    color: #25292e;
}

.btn-secondary:active {
    -webkit-box-shadow: 0 0 10px #25292e;
    -moz-box-shadow: 0 0 10px #25292e;
    box-shadow: 0 0 10px #25292e;
}


/*==================      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:before,
.icon-box:after {
    display: table;
    content: "";
    line-height: 0;
}

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

.icon-box_aside {
    float: left;
    margin-right: 20px;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.icon-box_aside .icon {
    color: #FFF;
    font-size: 56px;
    line-height: 110px;
}

.icon-box_cnt {
    overflow: hidden;
}

.icon-box_cnt p {
    font-size: 15px;
    line-height: 20px;
}

.icon-box_cnt a:hover {
    color: #0080c0;
}

.icon-box_cnt h6+p {
    margin-top: 10px;
}

.icon-box:hover .icon-box_aside {
    background: #0080c0;
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.icon-box__mod .icon-box_aside {
    width: 91px;
    height: 91px;
    margin-top: 5px;
}

.icon-box__mod .icon-box_aside .icon {
    color: #FFF;
    font-size: 50px;
    line-height: 91px;
}

.icon-box__mod .icon-box_cnt h6 {
    line-height: 25px;
}

.quote_img img {
    margin-left: 35px;
}

@media (max-width: 1199px) {
    .quote_img img {
        margin-left: 0;
    }
}

.quote_cnt {
    padding-top: 12px;
}

.quote_cnt q,
.quote_cnt cite {
    display: block;
}

.quote_cnt q {
    font-size: 19px;
}

.quote_cnt cite {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.6px;
}

.quote_cnt q+cite {
    margin-top: 20px;
}

.quote_cnt h3+q {
    margin-top: 25px;
}

.quote_cnt .before {
    position: relative;
    width: 20px;
    display: inline-block;
    color: #25292e;
}

.quote_cnt .before span {
    position: absolute;
    font-size: 30px;
    line-height: 33px;
    top: 0;
    left: 0;
}

.quote_cnt .after {
    position: relative;
    width: 25px;
    display: inline-block;
    color: #25292e;
}

.quote_cnt .after span {
    position: absolute;
    font-size: 30px;
    line-height: 33px;
    top: 0;
    right: 0;
}

article *+h4 {
    margin-top: 25px;
}

article *+p {
    margin-top: 12px;
}

article *+.btn {
    margin-top: 23px;
}

article a:hover {
    color: #0080c0;
}

.footer-menu li a {
    font-size: 15px;
    line-height: 20px;
}

.footer-menu li a:hover {
    color: #0080c0;
}

.footer-menu li+li {
    margin-top: 10px;
}

.footer-menu li.active a {
    color: #0080c0;
}

.list li a {
    font-size: 15px;
    line-height: 20px;
}

.list li a:hover {
    color: #0080c0;
    text-decoration: none;
}

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


/*==================  Inline List  ======================*/

.inline-list {
    word-spacing: 12px;
}

.inline-list li {
    line-height: 95px;
    display: inline-block;
}

.inline-list a:hover {
    background: #141414;
}


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

.marked-list li {
    position: relative;
    padding-left: 26px;
    text-align: left;
    color: #25292e;
    font-size: 15px;
}

.marked-list li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
    color: #0080c0;
}

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

.marked-list a:hover {
    color: #0080c0;
    text-decoration: none;
}

@media (max-width: 767px) {
    .marked-list__mod {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}

.marked-list__mod li {
    color: #fff;
}

.marked-list__mod li:before {
    color: #fff;
}

.marked-list__mod a:hover {
    color: #25292e;
    text-decoration: none;
}


/*==================   Index List  ======================*/

.index-list {
    counter-reset: li;
}

.index-list li {
    position: relative;
    padding-left: 112px;
    min-height: 94px;
}

.index-list li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    width: 91px;
    height: 91px;
    line-height: 91px;
    background: #25292e;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index-list li+li {
    margin-top: 27px;
}

.index-list li a:hover {
    color: #0080c0;
}

@media (max-width: 1199px) {
    .index-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}


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

.terms-list dd {
    margin-left: 0;
}

.terms-list *+dt {
    margin-top: 27px;
}

.terms-list dt+* {
    margin-top: 12px;
}

.terms-list a[href^="mailto:"] {
    display: inline-block;
    color: #0080c0;
}

.terms-list a[href^="mailto:"]:hover {
    color: #25292e;
}

.terms-list dl+a[href^="mailto:"] {
    margin-top: 25px;
}


/*==================    Cont-info  ======================*/

.contact-info {
    max-width: 225px;
}

.contact-info address {
    color: #ffffff;
    line-height: 20px;
}

.contact-info address+dl {
    margin-top: 18px;
}

.contact-info dl {
    text-align: right;
}

.contact-info dl dt {
    float: left;
}

.contact-info dl dt,
.contact-info dl dd {
    line-height: 20px;
}

.contact-info dt+dd {
    margin-top: 0;
}

.contact-info dd+dt {
    clear: both;
    margin-top: 0;
}

.contact-info dl+dl {
    text-align: left;
}

.contact-info dl+dl dt,
.contact-info dl+dl dd {
    margin-top: 0;
    float: none;
    display: inline-block;
}

.contact-info dl+dl dd+dt {
    clear: both;
    margin-top: 0;
}

.contact-info dl+dl dt,
.contact-info dl+dl dd {
    line-height: 20px;
}

.contact-info dl+dl dd {
    margin-left: 2px;
}

.contact-info dl+dl a[href^="mailto:"] {
    color: #0080c0;
    text-decoration: underline;
}

.contact-info dl+dl a[href^="mailto:"]:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .contact-info {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-info2 h4+address {
    margin-top: 8px;
}

.contact-info2 dl+h4 {
    margin-top: 30px;
}

.contact-info2 address+dl {
    margin-top: 25px;
}


/*==================       Block       ===================*/

.block time {
    display: block;
    font-size: 19px;
    color: #0080c0;
}

.block+.block {
    margin-top: 25px;
}

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

.block *+h6 {
    margin-top: 7px;
}

.block p {
    font-size: 15px;
    line-height: 20px;
}


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

.nav {
    padding: 6.5px 0;
}

.sf-menu {
    display: inline-block;
    text-align: left;
}

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

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

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

.sf-menu>li+li {
    margin-left: 1px;
}

.sf-menu a {
    display: block;
}

.sf-menu>li>a {
    color: #FFF;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px 25px 7px;
    letter-spacing: -0.5px;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
    background: #0080c0;
}

.sf-menu>li.active>a {
    background: #0080c0;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -8px;
    width: 235px;
    margin-top: 34px;
    padding: 20px 3px 40px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul>li>a {
    color: #FFF;
    font-size: 19px;
    line-height: 39.5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 28px;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    background: #0080c0;
}

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

.sf-menu ul ul {
    position: absolute;
    top: 16%;
    left: 101%;
    width: 235px;
    margin-top: 0;
    padding: 20px 3px 40px;
    z-index: 4;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    background: #FFF;
    color: #25292E;
}

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

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

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


/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #A5BFD2;
    background: #2B3643;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #313e4e;
    color: #fff;
}

.rd-mobilemenu_ul a:hover {
    background: #313e4e;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #2B3643;
    color: #A5BFD2;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #2B3643;
    color: #FFF;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #FFF;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #FFF;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}


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

.isStuck {
    background: #000;
    z-index: 999;
    padding: 10px 0;
}

.isStuck .sf-menu ul {
    margin-top: 17px;
}

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


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

.toTop {
    font-size: 40px;
    line-height: 40px;
    color: #D1D1D1;
    background: transparent;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #0080c0;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}


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

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image:before,
.parallax_image:after,
.parallax_pattern:before,
.parallax_pattern:after {
    content: "";
    position: absolute;
    width: 1196px;
    height: 905px;
    display: block;
    -moz-transform: scale(1) rotate(66deg) skewX(33deg);
    -ms-transform: scale(1) rotate(66deg) skewX(33deg);
    -o-transform: scale(1) rotate(66deg) skewX(33deg);
    -webkit-transform: scale(1) rotate(66deg) skewX(33deg);
    transform: scale(1) rotate(66deg) skewX(33deg);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .parallax_image:before,
    .parallax_image:after,
    .parallax_pattern:before,
    .parallax_pattern:after {
        display: none;
    }
}

.parallax_image:before,
.parallax_pattern:before {
    left: -393px;
    top: -88px;
    /*background: rgba(0, 0, 0, 0.18);*/
    z-index: 2;
}

.parallax_image:after,
.parallax_pattern:after {
    width: 1139px;
    height: 1045px;
    left: -238px;
    top: -63px;
    /*background: rgba(0, 0, 0, 0.25);*/
    z-index: 2;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
    color: #FFFFFF;
}

.parallax_cnt p {
    font-size: 19px;
}

.parallax_cnt *+p {
    margin-top: 30px;
}

.parallax_cnt .h1 {
    display: inline-block;
    line-height: 70px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .parallax_cnt .h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

.parallax-mod .parallax_image:before,
.parallax-mod .parallax_image:after,
.parallax-mod .parallax_pattern:before,
.parallax-mod .parallax_pattern:after {
    display: none;
}


/*==================   Thumbnail    ======================*/

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

.thumb img {
    width: 100%;
    height: auto;
    -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;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

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

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

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

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

.lt-ie9 .thumb:hover .thumb_overlay:before {
    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);
}

.thumb_caption {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 25px 20px 35px;
    background: #F3F3F3;
}


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

header {
    /*background: transparent url(../images/logo_small_menu.png) no-repeat;*/
    background-color: rgba(0, 0, 0, 0.6);
    /*background-position: left 7% center;*/
    padding: 26.5px 0;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 5;
}

header .brand {
    float: left;
}

header .nav {
    float: right;
}

@media (max-width: 991px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
    }
}

@media (max-width: 1199px) {
    header {
        position: static;
        background: #000;
    }
}


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

main {
    display: block;
    background: #FFF;
}

@media (max-width: 1199px) {
    main q br {
        display: none;
    }
}


/*==================      Media Query     ======================*/

@media (max-width: 1199px) {
    .col-md-6:nth-child(n+2)+.col-md-6 {
        margin-top: 30px;
    }
    .col-md-12+.col-md-12 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .col-sm-12+.col-sm-6 {
        margin-top: 30px;
    }
    .col-sm-12+.col-sm-6+.col-sm-6 {
        margin-top: 30px;
    }
    .col-sm-12+.col-sm-12 {
        margin-top: 30px;
    }
    .col-sm-6:nth-child(n+2)+.col-sm-6 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .col-xs-12+.col-xs-12 {
        margin-top: 30px;
    }
}


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

.well {
    padding: 62px 0;
}

.well2 {
    padding-bottom: 103px;
    padding-top: 31px;
}

.well3 {
    padding-bottom: 100px;
    padding-top: 31px;
}

.well4 {
    padding-bottom: 144px;
    padding-top: 120px;
}

.well5 {
    padding-bottom: 113px;
    padding-top: 91px;
}

.well6 {
    padding-bottom: 88px;
    padding-top: 91px;
}


/*========================================================
                     FOOTER  Styles
=========================================================*/

footer {
    background: #333;
    color: #9D9D9D;
    font-size: 15px;
}

footer .container {
    padding-top: 56px;
    padding-bottom: 81px;
}

footer h5 {
    color: #ffffff;
}

footer h5+* {
    margin-top: 30px;
}

footer *+.copyright {
    margin-top: 13px;
}