@charset "UTF-8";
@import url(/css/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(/css/fl-real-estate-3.css);
@import url(/css/linecons.css);

/*========================================================
                      Main Styles
=========================================================*/
.formstyle {
    border-style: solid !important;
    border-width: thin !important;
    border-color: lightgrey !important;
    height: 32px !important;
    padding-left: 10px !important;
    color: #656565 !important;
	margin-bottom: 3px!important;
}

.overout {  
	text-decoration:none;
	position: relative;
	z-index: 10;
	top: 105px;
	right: -25px;
}

body {
  color: #626262;
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  -webkit-text-size-adjust: none;
  background: #FFF;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, .h4, h5, h6 {
  color: #25292e;
}

h1, .h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
}
    
@media (max-width: 767px) {
	h1, .h1 {
		margin-top:40px;
	}
}
@media (max-width: 1199px) {
	h1, .h1 {
		margin-top:0px;
	}
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;  
  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, .h2 {
    font-size: 29px;
  }
}
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: #006891;
}

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;
  }
}

* + .searchform {
  margin-top: 10px;
  right: -260px;
}
@media (max-width: 1200px) {
  * + .searchform {
    margin-top: 10px;
	/*right: -124px;*/
	width:50%
  }
}
@media (max-width: 991px) {
  * + .searchform {
    margin-top: 20px;
	right: 0px;
	width:50%
  }
}

* + .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;
}
@media (max-width: 1200px) {
  .brand {
     padding-left: 10px;	 
  }
}
@media (max-width: 450px) {
  .brand {
     padding-left: 25%;
  }
}
.brand:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  font: 400 43px/43px "fl-real-estate-3";
  color: #FFF;
}
.brand_name {
  overflow: hidden;
  color: #FFF;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 35px;
  background: url("/images/logo.png");
  width: 374px;
  height: 67px;
  margin-left:5px;
}

.brand_name_t {
  overflow: hidden; 
    /* color: #FFF; */
    /* font-size: 35px; */
    text-transform: uppercase;
    /* line-height: 35px; */
    background: url(/images/logo_t.png);
    width: 320px;
    height: 57px;
    margin-left: -48px;
}

@media (max-width: 479px) {
  .brand_name {
    font-size: 30px;
    background: url(/images/logo_s.png) no-repeat;
    margin-left: -54px;
    margin-top: 47px;
  }
  .nav {
	  display: none !important;
  }
}
.brand_slogan {
  color: #006891;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.brand_name + .brand_slogan {
  margin-top: 0;
}
.brand__footer {
  padding-left: 48px;
}
.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: #006891;
}

.bg-secondary-2 {
  background: #F3F3F3;
}

.bg-subpage-top {
  height: 172px;
  background: url("../images/top.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(212, 71, 97, 0.20);
  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 {
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  background: #006891;
  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: 1px 13px;  
  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: #006891;
  border: 1px solid #212348;
}
.btn-primary:hover {
  background: #006891;
  color: #ebe100;
}
.btn-primary:active {
  -webkit-box-shadow: 0 0 10px #006891;
  -moz-box-shadow: 0 0 10px #006891;
  box-shadow: 0 0 10px #006891;
}
.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;
}

.btn1 {
  display: inline-block;
    /* font-weight: 600; */
    /*border: 1px solid rgb(32, 29, 74);*/
    /* background: #801002; */
    padding: 2px 8px;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -0.55px;
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    text-align: center;
    /* color: white; */
    margin-right: 4px;
    margin-bottom: 4px;
}
.btn1:hover {
  background: #808080;
}
/*==================      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: #006891;
}
.icon-box_cnt h6 + p {
  margin-top: 10px;
}
.icon-box:hover .icon-box_aside {
  background: #006891;
  -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: 23px;
  margin-bottom: 13px;
  text-align: center;
}
.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: #006891;
}

.footer-menu li a {
  font-size: 15px;
  line-height: 20px;
}
.footer-menu li a:hover {
  color: #006891;
}
.footer-menu li + li {
  margin-top: 3px;
}
.footer-menu li.active a {
  color: #006891;
}

.list li a {
  font-size: 15px;
  line-height: 20px;
}
.list li a:hover {
  color: #006891;
  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: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 7px;
  font-family: "FontAwesome";
  color: #006891;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list a:hover {
  color: #006891;
  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: #006891;
}
@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: #006891;
}
.terms-list a[href^="mailto:"]:hover {
  color: #25292e;
}
.terms-list dl + a[href^="mailto:"] {
  margin-top: 25px;
}

/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 280px;
}
.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: #006891;*/
  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: #006891;
}
.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: 11.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: #565656;
  line-height: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 20px 7px;
  letter-spacing: -0.5px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #006891;
  color: #FFF;
}
.sf-menu > li.active > a {
  background: #006891;
  color:#FFF;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -8px;
  width: 235px;
  margin-top: 23px;
  padding: 9px 3px 17px;
  background: rgb(235 225 0 / 75%);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #252525;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  padding-left: 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFFFFF;
  background: #006891;
}
.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: 70%;
  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: #080808;
    font-weight: 600;
    background: rgb(235 225 0 / 70%);
    font-size: 22px;
    line-height: 24px;
    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: 10px 30px 11px;
}
.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; */ 
  color: #000;
  /*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: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:none;
}

.rd-mobilepanel_toggle {
  position: fixed;
    top: 4px;
    /* left: 8px; */
    width: 55px;
    height: 50px;
    /* background-color: #333332; */
    border: none;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -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;
  -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:#000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@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  ======================*/

/*==================  Stuck menu  ======================*/
.isStuck .brand_name .h1 .img {
/*	display: none !important;*/
}
.isStuck {  
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    padding: 0.5px 0;
}

.isStuck .sf-menu ul {
  margin-top: 17px;
}

.isStuck .brand_name {
	padding-left:50px;
	/*background: url("/images/logo_s.png") no-repeat left;
	width:257px;
	margin-top: -20px;*/
	background: url("/images/logo.png") no-repeat left;
    width:374px;
	height: 67px;
}

.isStuck .nav {
	margin-top: -4px;
}

.isStuck .searchform {
   /*display: none !important;*/
}

@media only screen and (max-width: 991px) {
  .isStuck {
    /*display: none !important;*/
	height:90px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 40px;
  line-height: 40px;
  color: #ebe100;
  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: #006891;
}

.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: 10px 18px 5px;
    background: #F3F3F3;
    width: 100%;
    min-height: 159px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: rgb(255 255 255 / 80%);
  padding: 1.5px 0;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 5;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 991px) {
  header {
    text-align: center;
	top: 10px;
  }
  header .brand, header .nav {
    float: none;
  }
}
@media (max-width: 1199px) {
  header {
    /*position: static;*/
    /*background: rgba(232, 231, 231, 0.8);*/
  }
}
@media (max-width: 450px) {
  header {
    height: 111px;
    top: -50px;
  }
}

/*========================================================
                     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;
}
.well1 {
  padding: 25px 0;
}
.well2 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well3 {
  padding-bottom: 70px;
  padding-top: 50px;
}

.well4 {
  padding-bottom: 144px;
  padding-top: 120px;
}

.well5 {
  padding-bottom: 113px;
  padding-top: 91px;
}

.well6 {
  padding-bottom: 88px;
  padding-top: 91px;
}

.well7 {
  padding-bottom: 40px;
  padding-top: 20px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333;
  color: #9D9D9D;
  font-size: 15px;
}
footer .container {
  padding-top: 30px;
    padding-bottom: 30px;
}
footer h5 {
  color: #ffffff;
}
footer h5 + * {
  margin-top: 30px;
}
footer * + .copyright {
  margin-top: 13px;
}
