
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/

/*==================  404    ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
  float: right;
  margin-right: 98px;
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu .dropdown {
  position: relative;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}
.sf-menu a:hover {
  text-decoration: none;
}
.sf-menu {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu > li {
  height: 102%;
  position: relative;
}
.sf-menu > li > a {
  padding: 38px 28px 41px 30px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active {
  background: #d97b1c;
  color: #000;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    height: 102%;
    position: relative;
  }
  .sf-menu > li > a {
    padding: 10px 20px 10px 20px;
  }
}
.sf-menu ul {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #d97b1c;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
  position: absolute;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  padding-left: 32px;
  font-weight: 300;
  font-size: 14px;
  line-height: 37px;
  color: #fff;
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    text-align: left;
    padding-left: 20px;
  }
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  background: #fff;
  color: #d97b1c;
}
.sf-menu ul .act a:before {
  content: '\f054';
  position: absolute;
  right: 23px;
  top: 5px;
  color: #d97b1c;
  font: 400 14px/30px 'FontAwesome';
  opacity: 0;
  filter: alpha(opacity=0);
}
.lt-ie9 .sf-menu ul .act a:before {
  filter: alpha(opacity=0);
}
.sf-menu ul .act.sfHover > a,
.sf-menu ul .act > a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu ul .act.sfHover > a,
.lt-ie9 .sf-menu ul .act > a:hover:before {
  filter: alpha(opacity=100);
}
.sf-menu ul ul {
  display: none;
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 200px;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul > li > a:before {
  display: none;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #d97b1c;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: transparent;
    height: 0;
  }
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    padding-left: 15px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.isStuck {
  background: #000000;
  z-index: 999;
}
.isStuck .sf-menu > li {
  height: 102%;
  position: relative;
}
.isStuck .sf-menu > li > a {
  padding: 20px 28px 20px 30px;
}
.isStuck .navbar-brand {
  margin-top: 20px;
}
.isStuck .search-form_toggle {
  top: -50px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 70px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px!important;
  line-height: 45px!important;
  color: #fff;
  background: #ae6317;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #474747;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.thumb_overlay:before {
  content: '\f084';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 35px 'FontAwesome';
  line-height: 35px;
  margin-top: -17.5px;
  text-align: center;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:hover:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(217, 123, 28, 0.5);
}
.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);
}
/*==================  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 {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 108px;
  padding-bottom: 94px;
}
.parallax2 .parallax_cnt {
  padding-top: 96px;
  padding-bottom: 96px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Lato", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-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: 0;
  width: 240px;
  padding: 20px 0;
  color: #d97b1c;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #474747;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #474747;
}
.rd-mobilemenu_ul li.active ul {
  color: #d97b1c;
}
.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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #d97b1c;
  color: #474747;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.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: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-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: #d97b1c;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
   // padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
#advanced .navbar-header {
  color: #fff !important;
  padding: 0 !important;
  background: #563D7C !important;
}
@media (min-width: 768px) {
  #advanced {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #advanced .navbar-toggle {
    display: none;
  }
  #advanced .collapse {
    display: block;
  }
  #advanced .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none!important;
    text-align: left!important;
    top: 98%!important;
    text-transform: none!important;
  }
  #advanced .dropdown-menu:before,
  #advanced .dropdown-menu:after {
    display: none!important;
  }
  #advanced .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #advanced .dropdown-menu li:before,
  #advanced .dropdown-menu li:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a:before,
  #advanced .dropdown-menu li a:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #advanced .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
}
@media (max-width: 767px) {
  #panel {
    display: none;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/

footer {
  background: #ffffff;
}
footer p {
  color: #474747;
}
footer ul li {
  font-size: 14px;
  line-height: 31px;
  color: #474747;
}
* + footer ul {
  margin-top: 22px;
}
footer * + .btn {
  margin-top: 5px;
}
footer h4 + p {
  margin-top: 21px;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 560px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row .col-sm-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6,
  .row .col-sm-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-xs-6 {
    margin-bottom: 30px;
  }
}
