/* misc */
.special-color {
	color: #000;
}
/* infinite scroll reload row */
.reload {
	margin-bottom: 5px;	
}

body {
  font-family: "PT Sans", sans-serif !important;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}
body .lw {
  color: #333;
}
.body-bg-1 {
  background: url("../images/background/slash_it.png") repeat;
}
.body-bg-2 {
  background: url("../images/background/grey_wash_wall.png") repeat;
}
.body-bg-3 {
  background: url("../images/background/mooning.png") repeat;
}
.body-bg-4 {
  background: url("../images/background/squairy_light.png") repeat;
}
.body-bg-5 {
  background: url("../images/background/bg-img-1.jpg") no-repeat fixed;
}
.body-bg-6 {
  background: url("../images/background/bg-img-2.jpg") no-repeat fixed;
}

#signup .modal-dialog  {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	border: 50px solid #DAAD36 !important;
}

#signupform .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
#appointment-form .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
#info-contact-form .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

#ajaxStatus, #emailToFriendStatus, #inquireStatus, #pressReleaseStatus, #appointmentStatus, #contactStatus, #signupStatus {
	color: #990000;
}

.wp-theme-1 {
  /* LAYER SLIDER CUSTOMS */

  /* BOX ELEMENTS */

  /* TAG CLOUD */

}
.wp-theme-1 .btn {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wp-theme-1 .btn i {
  margin-right: 4px;
}
.wp-theme-1 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.wp-theme-1 .btn-lg i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.wp-theme-1 .btn-xs {
  padding: 4px 10px;
}
.wp-theme-1 .btn-one {
  background-color: none;
  border: 2px solid #FFF;
  color: #FFF;
}
.wp-theme-1 .btn-one:hover,
.wp-theme-1 .btn-one:focus,
.wp-theme-1 .btn-one:active,
.wp-theme-1 .btn-one.active,
.wp-theme-1 .open .dropdown-toggle.btn-one {
  color: #5B9751;
  background-color: #FFF;
  border-color: #FFF;
}
.wp-theme-1 .btn-one:active,
.wp-theme-1 .btn-one.active,
.wp-theme-1 .open .dropdown-toggle.btn-one {
  background-image: none;
}
.wp-theme-1 .btn-two {
  color: #ffffff;
  background-color: #003300;
  border: 1px solid;
  border-color: #003300;
}
.wp-theme-1 .btn-two:hover,
/*.wp-theme-1 .btn-two:focus,
.wp-theme-1 .btn-two:active,
.wp-theme-1 .btn-two.active,*/
.wp-theme-1 .open .dropdown-toggle.btn-two {
  color: #fff !important;
  background-color:#DAAD36; /* #5A9657;*/
 /* border: 2px solid; */ 
  border-color: #DAAD36;
}
.wp-theme-1 .btn-two:active,
.wp-theme-1 .btn-two.active,
.wp-theme-1 .open .dropdown-toggle.btn-two {
  background-image: none;
  color: #ffffff;
  background-color: #5A9657;
  border: 1px solid;
  border-color: #5A9657;
}
.wp-theme-1 .btn-three {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid;
  border-color: #292929;
}
.wp-theme-1 .btn-three:hover,
.wp-theme-1 .btn-three:focus,
.wp-theme-1 .btn-three:active,
.wp-theme-1 .btn-three.active,
.wp-theme-1 .open .dropdown-toggle.btn-three {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.wp-theme-1 .btn-three:active,
.wp-theme-1 .btn-three.active,
.wp-theme-1 .open .dropdown-toggle.btn-three {
  background-image: none;
}
.wp-theme-1 .btn-four {
  background-color: none;
  border: 2px solid #5B9751;
  color: #5B9751;
}
.wp-theme-1 .btn-four:hover,
.wp-theme-1 .btn-four:focus,
.wp-theme-1 .btn-four:active,
.wp-theme-1 .btn-four.active,
.wp-theme-1 .open .dropdown-toggle.btn-four {
  color: #FFF;
  background-color: #5B9751;
}
.wp-theme-1 .btn-four:active,
.wp-theme-1 .btn-four.active,
.wp-theme-1 .open .dropdown-toggle.btn-four {
  background-image: none;
}
.wp-theme-1 h1,
.wp-theme-1 h2,
.wp-theme-1 h3,
.wp-theme-1 h4,
.wp-theme-1 h5,
.wp-theme-1 h6 {
  font-family: "Roboto", sans-serif !important;
}
.wp-theme-1 h1 {
  color: #003300;
  font-size: 1.8em;
  font-weight: 500;

}
.wp-theme-1 p {
  line-height: 22px;
}
.wp-theme-1 a {
  color: #616161;
  cursor: pointer;
}
.wp-theme-1 a:hover {
  color: #5A9657;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s;
}
/*
.wp-theme-1 .bg-2 {
  background: #EAE95D;
  color: #000;
}
*/
.wp-theme-1 .bg-2 {
  background: #005100;
  color: #FFF;
}
.wp-theme-1 .lw .bg-5 {
  background: #fcfcfc;
  border-top: 1px solid #5B9751;
  border-bottom: 1px solid #5B9751;
}
.wp-theme-1 .lw .bg-3 {
  background: #ffffff;
  color: #616161;
}
.wp-theme-1 .bg-4 {
  background: #333333;
  color: #FFF;
}
.wp-theme-1 .section-title {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  position: relative;
  overflow: hidden;
}
.wp-theme-1 .lw .section-title {
  color: #333333;
}
.wp-theme-1 .section-title.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.wp-theme-1 .navbar-wp {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  z-index: 1000;
}
.wp-theme-1 .lw .navbar-wp {
  background: #ffffff;
  border-bottom: 4px solid #DAAD36;
}
.wp-theme-1 .navbar-wp .navbar-nav > li > a {
  padding: 28px 16px;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
}

/* category dropdowns */
li .category-text {
	/*text-transform:uppercase;*/
}

.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a {
  color: #333333;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a {
  color: #333333;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
  color: #333333;
}
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a:hover,
.wp-theme-1 .lw .navbar-wp .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #003300;
}
.wp-theme-1 .navbar-wp .navbar-nav > .active > a,
.wp-theme-1 .navbar-wp .navbar-nav > .active > a:hover,
.wp-theme-1 .navbar-wp .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: #5A9657;
  border-radius: 0;
}
.wp-theme-1 .navbar-wp .navbar-nav > .disabled > a,
.wp-theme-1 .navbar-wp .navbar-nav > .disabled > a:hover,
.wp-theme-1 .navbar-wp .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a:hover,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: #5A9657;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a .caret,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a:hover .caret,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a .caret {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle,
.wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover,
.wp-theme-1 .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus {
  padding: 15px 16px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  background: none;
  color: #5B9751;
}
.wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover,
.wp-theme-1 .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus {
  color: #5B9751 !important;
  background-color: none;
}
.wp-theme-1 .navbar-wp .navbar-toggle {
  border-color: #333333;
  margin-top: 20px;
}
.wp-theme-1 .navbar-wp .navbar-toggle .icon-bar {
  background-color: #4c4c4c;
}
.wp-theme-1 .navbar-wp .navbar-toggle .icon-custom {
  font-size: 18px;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover,
.wp-theme-1 .navbar-wp .navbar-toggle:focus {
  background-color: #5B9751;
  border-color: #5B9751;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover .icon-bar,
.wp-theme-1 .navbar-wp .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-toggle:hover .icon-custom,
.wp-theme-1 .navbar-wp .navbar-toggle:focus .icon-custom {
  color: #FFF;
}
.wp-theme-1 .navbar-wp .navbar-toggle-aside-menu {
  padding: 8px 10px 2px 10px;
}
.wp-theme-1 .navbar-wp .navbar-collapse,
.wp-theme-1 .navbar-wp .navbar-form {
  border-color: #e7e7e7;
}
.wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a:hover .caret,
.wp-theme-1 .navbar-wp .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.wp-theme-1 .navbar-wp .dropdown-menu {
  min-width: 220px;
  background: #FFF;
  border: 0;
  border-top: 1px solid #DAAD36;
  border-bottom: 3px solid #DAAD36;
  border-radius: 0;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li {
  border-bottom: 1px solid #DAAD36;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li:last-child {
  border: 0;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li > a {
  color: #333333;
  padding: 8px 15px;
  font-weight: bold;
}
.wp-theme-1 .navbar-wp .dropdown-menu > li > a:hover {
  background: #003300;
  color: #fff;
}
.wp-theme-1 .navbar-wp .dropdown-menu label.checkbox {
  color: #333333;
}
.wp-theme-1 .navbar-wp .dropdown-form h4 {
  margin: 0;
  padding: 15px 15px 5px 15px;
  color: #FFF;
}
.wp-theme-1 .navbar-wp .dropdown-menu-user {
  border: 1px solid #5B9751;
  border-top-color: transparent;
}
.wp-theme-1 .navbar-wp .dropdown-menu-user {
  background: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .dropdown-menu-user {
  background: #fff;
  border-color: transparent;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link {
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  margin: 18px 0;
  border-radius: 100%;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.facebook:hover {
  background: #43609c;
  color: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.pinterest:hover {
  background: #cb2027;
  color: #fff;
}
.wp-theme-1 .navbar-wp .navbar-right .social-link.twitter:hover {
  background: #62addb;
  color: #fff;
}
.wp-theme-1 .dropdown-submenu {
  position: relative;
}
.wp-theme-1 .dropdown-submenu > .dropdown-menu {
  top: -5px;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
}
.wp-theme-1 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.wp-theme-1 .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -6px;
}
.wp-theme-1 .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.wp-theme-1 .dropdown-submenu.pull-left {
  float: none;
}
.wp-theme-1 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.wp-theme-1 .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-theme-1 .nav > ul > li {
  border-bottom: 1px solid #333;
}
.wp-theme-1 .nav > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
}
.wp-theme-1 .nav > ul > li > a:hover {
  text-decoration: none;
  color: #5A9657;
  background: #292929;
}
.wp-theme-1 .nav > ul > li > a > i {
  margin-right: 5px;
}
.wp-theme-1 .lw .pg-opt {
  border-bottom: 1px solid #DAAD36;
  background: #fcfcfc;
}
.wp-theme-1 .pg-opt.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  background: rgba(250, 250, 250, 0.9);
  border-bottom: 1px solid #DAAD36;
  z-index: 900;
}
.wp-theme-1 .pg-opt h2 {
  margin: 0;
  padding: 14px 0;
  font-size: 22px;
  line-height: 100%;
}
.wp-theme-1 .pg-opt.fixed h2 {
  margin-bottom: 15px;
}
.wp-theme-1 .pg-opt hr {
  margin: 0;
  border-top-color: #dde1e6;
  -webkit-box-shadow: 0 1px 0 #fbfbfc;
  -moz-box-shadow: 0 1px 0 #fbfbfc;
  box-shadow: 0 1px 0 #fbfbfc;
}
.wp-theme-1 .pg-opt.fixed hr {
  display: none;
}
.wp-theme-1 .pg-opt .breadcrumb {
  float: right;
  margin: 0;
  padding: 16px 0;
  background: none;
  border-radius: 0;
}
.wp-theme-1 .pg-opt .breadcrumb a {
  color: #5A9657;
}
@media only screen and (max-width: 767px) {
  .wp-theme-1 .pg-opt .pg-nav {
    float: left;
    margin-bottom: 10px;
  }
  .wp-theme-1 .pg-opt h2 {
    padding: 20px 0 0 0;
  }
}
.wp-theme-1 .page-header {
  margin: 0;
  border: 0;
}
.wp-theme-1 .page-header p {
  font-size: 16px;
}

.wp-theme-1 .layer-slider-wrapper {
  max-height: 500px;
  overflow: hidden;
  background-color: #000;
  color: #FFF;

  border-bottom: 4px solid #DAAD36;
}
.wp-theme-1 .layer-slider-wrapper .title {
  padding-top: 5px;
  font-size: 28px;
  line-height: 46px;
  font-weight: 800;
  color: #FFF;
  background-color: #000;  
  text-transform: none;
}
.wp-theme-1 .layer-slider-wrapper .title.title-base {
  font-size: 28px;
  line-height: 46px;
  font-weight: 500;
  color: #FFF;
  background: #OOO;
  text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .title.title-dark {
  font-size: 28px;
  line-height: 46px;
  font-weight: 500;
  color: #FFF;
  text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .subtitle {
  font-size: 36px;
  line-height: 46px;
  color: #FFF;
  text-transform: none;
}
.wp-theme-1 .layer-slider-wrapper .list-item {
  font-size: 36px;
  line-height: 46px;
  padding-left: 30px;
  color: #5A9657;
  text-transform: capitalize;
}
.wp-theme-1 .layer-slider-wrapper .text-standard {
  font-size: 24px;
  line-height: 46px;
  color: #000;
}

.wp-theme-1 .timeline .year {
  width: 100%;
  background: #333333;
  padding: 8px 10px;
  margin: 20px auto 40px !important;
  font-size: 20px;
}
.wp-theme-1 .timeline .year {
  border-radius: 3px;
}
.wp-theme-1 .timeline .event {
  padding: 0;
  border: 1px solid #5B9751;
  border-radius: 0;
}
.wp-theme-1 .timeline .event:nth-child(2n):before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -6.8% !important;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #5B9751;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wp-theme-1 .timeline .event:nth-child(2n-1):after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.wp-theme-1 .timeline .event:nth-child(2n-1):before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6.5% !important;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #5B9751;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wp-theme-1 .timeline .event-date {
  margin: 0;
  background: #FFF;
  border-bottom: 1px solid #5B9751;
  text-align: left;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 14px;
}
.wp-theme-1 .timeline .event:nth-child(2n) .event-date:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 20;
}
.wp-theme-1 .timeline .event:nth-child(2n) .event-date:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid #ddd;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  z-index: 0;
}
.wp-theme-1 .timeline .event:nth-child(2n-1) .event-date:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 20;
}
.wp-theme-1 .timeline .event:nth-child(2n-1) .event-date:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -13px;
  width: 0;
  height: 0;
  border-right: 13px solid #ddd;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  z-index: 0;
}
.wp-theme-1 .timeline .event-date small {
  display: block;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: normal;
}
.wp-theme-1 .timeline .event-date i {
  margin-right: 7px;
}
.wp-theme-1 .timeline .event-body {
  background: #f8f8f8;
}
.wp-theme-1 .timeline .event-footer {
  margin: 0;
  text-align: left;
  padding: 8px 10px;
  background: none;
  border-top: 1px solid #5B9751;
}
.wp-theme-1 .timeline .event-footer:after,
.wp-theme-1 .timeline .event-footer:before {
  display: table;
  content: " ";
}
.wp-theme-1 .timeline .event-footer:after {
  clear: both;
}
.wp-theme-1 .timeline .event img {
  margin: 0;
}
.wp-theme-1 .timeline p {
  padding: 20px 10px;
  text-align: left;
}
.wp-theme-1 .timeline iframe {
  margin: 10px 0 0 0;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
.panel-group .panel-heading {
  padding: 14px 15px;
  position: relative;
}
.panel-group .panel-heading:after {
  content: "+";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.panel-group .panel-heading:after {
  content: "+";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.panel-group .panel-heading a {
  font-weight: normal;
}
.panel-group .panel-heading a i {
  margin-right: 5px;
  color: #5B9751;
}
.panel {
  border-radius: 0;
}
.panel .panel-heading {
  border-radius: 0;
}
.modal-footer {
  margin-top: 0;
}
.alert {
  border-radius: 0;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table > thead > tr {
  background: #f3f3f3;
}
/* CSS Document 

plain css to make it easy to add css rules global to the site, without having to edit .less files and recompile the minified css

*/
.thumbnail img {
/*  height: 100px;
  min-height: 100px;
*/
	max-height: 100px;
}
.thumbnail {
 	border: 0 none;
    box-shadow: none;
	vertical-align:bottom;
}
/* vertical align */
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
	margin-right: -4px; /* needed for inline-block weirdness */
}

*/
/* GLOBAL */iframe {
  border: 0;
  margin-top: 0 !important;
}
h1.font-lg {
  font-size: 100px;
  font-weight: 600;
}
/* MARGINS & PADDINGS & OTHER */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.p-15 {
  padding: 15px !important;
}
.p-50 {
  padding: 50px 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.padding-y-10 {
  padding: 10px 0;
}
.padding-x-4 {
  padding: 0 4px;
}
.padding-x-8 {
  padding: 0 8px;
}
.padding-x-16 {
  padding: 0 16px;
}
.padding-x-20 {
  padding: 0 20px;
}
.padding-x-32 {
  padding: 0 32x;
}
.padding-y-20 {
  padding: 20px 0 !important;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-y-10 {
  margin: 10px 0;
}
.margin-y-20 {
  margin: 20px 0;
}
.margin-x-20 {
  margin: 0 20px;
}
.strong {
  font-weight: bold !important;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* BANNERS */
.bg-banner-1 {
  padding: 54px 0 !important;
  background: url(../images/prv/banner-img-4.jpg) fixed no-repeat !important;
  color: #fff;
}
.bg-banner-2 {
  padding: 54px 0 !important;
  background: url(../images/prv/banner-img-1.jpg) no-repeat fixed !important;
  color: #fff;
}
/* MASKS */
.mask-dark {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background/slash_it.png);
  opacity: 0.4;
}
/* IMAGES */.img-thumbnail {
  border-radius: 0;
}
/* BLOCKQUOTES*/
.blockquote-1 {
  margin-top: 20px;
}
/* HEADER */
header {
  padding: 0;
}
header .navbar-brand {
	margin-top: -15px;
 /* padding: 0 15px;
  margin-top: 14px;
  border: 1px solid transparent;
  border-radius: 3px;*/
}
header .navbar-brand img {
  /*height: 46px;*/
}
header .navbar-fixed {
  width: 100%;
  left: 0;
}
header .navbar-fixed .navbar {
  width: 100%;
}
/* TOP HEADER */
.top-header {
	display: none;
/*  border-bottom: 1px solid #eee;
  background: #fff;
*/}
.top-header .aux-text {
  padding: 10px 0;
  color: #999;
  font-size: 11px;
}
.top-header .top-header-menu {
  float: right;
}
.top-header .top-header-menu > ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header .top-header-menu > ul.menu > li {
  position: relative;
  float: left;
  display: inline-block;
  border-right: 1px solid #eee;
}
.top-header .top-header-menu > ul.menu > li:last-child {
  border: 0;
}
.top-header .top-header-menu > ul.menu > li > a {
  display: block;
  padding: 10px 15px;
  color: #333;
}
.top-header .top-header-menu > ul.menu > li.dropdown > a:after {
  content: "\f107";
  margin-left: 6px;
  font-family: "FontAwesome";
  position: relative;
  float: right;
}
.top-header .top-header-menu ul.menu > li > a > i {
  margin-right: 6px;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu {
  display: none;
  min-width: 160px;
  position: absolute;
  right: -1px;
  z-index: 1500;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-header .top-header-menu ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  display: block;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li {
  border-bottom: 1px solid #eee;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li:last-child {
  border: 0;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li > a {
  display: block;
  padding: 6px 15px;
  color: #33;
}
.top-header .top-header-menu ul.menu > li ul.sub-menu > li > .language-active {
  display: block;
  padding: 6px 15px;
  background: #f8f8f8;
  cursor: default;
}
.top-header .top-header-menu ul.menu > li.dropdown:hover .sub-menu {
  display: block;
}
.top-header.top-header-dark {
  border-bottom: 1px solid #222;
  background: #020202;
}
.top-header.top-header-dark .aux-text {
  color: #fff;
}
.top-header.top-header-dark .top-header-menu > ul.menu > li {
  border-color: #222;
}
.top-header.top-header-dark .top-header-menu > ul.menu > li > a {
  color: #fff;
}
/* STICKY WRAPPER *//* NAVBAR FORM */
.dropdown-form {
  min-width: 300px;
  z-index: 500;
}

.dropdown-menu h4 {
  font-size: 14px;
  color: #4c4c4c;
}
.dropdown-profile {
  padding: 15px;
}
.dropdown-profile img {
  width: 60px;
}
/* WRAPPER */

.wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */

}


/* SEARCH */
.search-wr {
  width: 100%;
  height: 110px;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 2200;
  display: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.search-wr .close {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  float: right;
  top: 10px;
  right: 10px;
}
.search-wr .close i {
  font-size: 20px;
  color: #555;
}
.search-wr .search-sign i {
  font-size: 60px;
  line-height: 110px;
  color: #DDD;
}
.global-search-input {
  padding: 40px 0 0 0;
  font-size: 20px;
  position: relative;
  width: 740px;
  background: #fff;
  z-index: 10;
  border: none;
  outline: none;
  color: #DDD;
}
.global-search-input:focus {
  color: #333;
}
/* CAROUSELS */
.carousel-1 {
  overflow: hidden;
}
.carousel-1 .carousel-inner {
  height: 440px;
  background: #000;
	
}
.carousel-1 .carousel-control {
  color: #f8f8f8;
}
.carousel-1 .carousel-control.left {
  left: -40px;
}
.carousel-1 .carousel-control.right {
  right: -40px;
}
.carousel-1 .carousel-control:hover {
  color: #fff;
}
.carousel-1 .carousel-control i {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  font-weight: 600;
}
.carousel-1 .item {
  height: 440px;
}
.carousel-1 .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}
.carousel-1 .item-dark {
  color: #FFF;
}
.carousel-1 .item-light {
  color: #ffffff;
}
.carousel-1 p {
  font-size: 16px;
}
.carousel-1 .object {
  position: absolute;
  top: 38px;
  right: 50%;
  margin-left: 15px;
  width: 568px;
  height: 320px;
  overflow: hidden;
}
.carousel-1 .object.fluid {
  width: 100%;
  left: 0;
  margin: 0;
}
.carousel-1 .object iframe {
  width: 100% !important;
}
.carousel-1 .description {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: 50px;
  width: 514px;
  height: 290px;
}
.carousel-1 .description .title {
  font-size: 32px;
  margin: 0 0 15px 0;
  padding: 8px 20px;
  line-height: 38px;
  background: #FFF;
  color: #616161;
}
.carousel-1 .description .subtitle {
  font-size: 24px;
  margin: 20px 0;
  padding: 0;
  display: block;
}
.carousel-1 .description p {
  font-size: 16px;
  color: #FFF;
  margin: 0;
}
.carousel-1 .description.fluid-center {
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
.carousel-1 .description.fluid-center .title {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  background: none;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);
}
.carousel-1 .description.fluid-center .subtitle {
  font-size: 20px;
  margin: 0;
  display: block;
  text-align: center;
}
.carousel-1 .description.fluid-center .features {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.carousel-1 .description.fluid-center .features i {
  width: 110px;
  height: 110px;
  background: #FFF;
  text-align: center;
  line-height: 110px;
  font-size: 54px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 96px;
  margin-right: 20px;
}

/* FRACTION 
CUSTOMS */
.slider-wrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Roboto", sans-serif;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 440px;
  margin: 0 auto;
  background: #f2f2f2;
  z-index: 800;
}
.slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
}
.slider-wrapper p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.slider-wrapper p {
  position: absolute;
  top: -200px;
  z-index: 8000;
  padding: 1% 2%;
  font-size: 24px;
  line-height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
}
.slider-wrapper .white {
  color: #FFF;
}
.slider-wrapper .claim {
  line-height: 100%;
}
.slider-wrapper .teaser {
  font-size: 14px;
  line-height: 100%;
}
.slider-wrapper .small {
  width: 250px;
  text-align: center;
}
.slider-wrapper .video {
  width: 540px;
  height: 360px;
  font-size: 13px;
  line-height: 18px;
  white-space: normal;
  text-align: left;
  text-transform: none;
}
.slider-wrapper .video iframe {
  width: 100%;
}
.slider-wrapper .text {
  width: 460px;
  font-size: 13px;
  padding: 0 2%;
  line-height: 18px;
  white-space: normal;
  text-align: left;
  text-transform: none;
}
.slider-wrapper .text a {
  margin-top: 20px;
}
.slider-wrapper .slide-light p {
  color: #FFF;
}
.slider-wrapper .slide-light p.claim {
  width: 50%;
  white-space: normal;
  maring-bottom: 20px;
}
.slider-wrapper .slide-light p.teaser {
  font-weight: 300;
}
/* SIMPLE SLIDER */
.simple-slider {
  height: 500px;
  background: #f3f3f3;
}
/* CALL TO ACTION BOX */.cta-wr {
  padding: 16px 0;
}
.cta-wr h1 {
  margin: 10px 0 !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
/* COLUMNS & SECTIONS */
section.slice {
  padding: 30px 0;
  background: #fff;
  border-bottom: 4px solid #DAAD36;
  border-top: 4px solid #DAAD36;
}
section.slice.relative {
  position: relative;
}
.subsection {
  margin-top: 30px;
}
.container.bordered {
  border: 1px solid #ddd;
  padding-top: 15px;
}


.w-section {
  background: #FFF;
}
.w-section:before,
.w-section:after {
  display: table;
  content: " ";
}
.w-section:after {
  clear: both;
}
.w-section.inverse {
  background: none !important;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.w-section.inner {
  margin: 15px 0;
}
.w-section iframe {
  width: 100%;
}
.w-section .feature {
  margin: 15px 0 30px 0;
  text-align: center;
  cursor: default;
}
.w-section .feature i {
  font-size: 64px;
  color: #555;
  display: block;
}
.w-section .feature h4 {
  margin: 10px 0;
}

/* ANIMATION ELEMENTS */
.animate-wr {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
}
/* HOVER ANIMATIONS 1 */

/* HOVER ANIMATION 3 */
.animate-hover-slide-3 .figure {
  position: relative;
  overflow: hidden;
}
.animate-hover-slide-3 .figure img {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure .figcaption {
  height: 32px;
  background: #f8f8f8;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure:hover .figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}


/* MAP CANVAS */
.map-canvas {
  height: 300px;
  margin: 0;
}
.map-canvas .info-window-content {
  min-width: 250px;
}
.map-canvas .info-window-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.map-canvas .info-window-content h3 {
  font-size: 14px;
  font-weight: 500;
}
.map-canvas .info-window-content p {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
  text-shadow: none;
}


/* TABLES */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table.table-no-border > thead > tr > th,
.table.table-no-border > tbody > tr > th,
.table.table-no-border > tfoot > tr > th,
.table.table-no-border > thead > tr > td,
.table.table-no-border > tbody > tr > td,
.table.table-no-border > tfoot > tr > td {
  border-top: 0;
  padding: 0;
}

/* FORMS */
.form-control {
	border-radius: 1px;
  border-color: #DAAD36;
  padding: 8px 12px;
}
.form-dark .form-control {
  margin-bottom: 10px;
  background: #eee;
  border: 1px solid #ccc;
}
.form-dark label.checkbox {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.form-dark .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
}
.form-dark .form-control:-moz-placeholder {
  color: #999;
}
.form-dark .form-control::-moz-placeholder,
.form-light .form-control[placeholder] {
  color: #999;
}
.form-dark .form-control:-ms-input-placeholder {
  color: #999;
}
.form-dark .form-control::-webkit-input-placeholder {
  color: #999;
}
.form-light .form-control {
  margin-bottom: 10px;
  background: #fcfcfc;
  border: 1px solid #ccc;
}
.form-light label.checkbox {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.form-light .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
}
.form-light .form-control:-moz-placeholder {
  color: #999;
}
.form-light .form-control::-moz-placeholder,
.form-light .form-control[placeholder] {
  color: #999;
}
.form-light .form-control:-ms-input-placeholder {
  color: #999;
}
.form-light .form-control::-webkit-input-placeholder {
  color: #999;
}
.sign-in-wr {
  margin-top: 26px;
}
.sign-in-wr .form-icon {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 25px auto;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
}
.sign-in-wr .form-header {
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.sign-in-wr .form-header h2 {
  margin: 0;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 500;
}
.sign-in-wr .form-body {
  padding: 15px;
  background: #fff;
}
.sign-in-wr .form-body p {
  padding-left: 0;
  margin-bottom: 10px;
}
.sign-in-wr .form-footer {
  padding: 15px 0;
  border-top: 1px solid #f3f3f3;
}

/* FORM ERRORS */
.form-errors {
  width: 100%;
  margin-bottom: 20px;
}
.form-errors .error {
  display: block;
  color: #ce1a33;
  font-weight: 500;
}
.help-inline {
  font-size: 11px;
  color: #B8321F;
  position: relative;
  top: -8px;
}

/* MAP CANVAS */
.map-canvas {
  margin-top: 30px;
  height: 300px;
}
.map-canvas .info-window-content {
  min-width: 250px;
}
.map-canvas .info-window-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.map-canvas .info-window-content h3 {
  font-size: 14px;
  font-weight: 500;
}
.map-canvas .info-window-content p {
  font-size: 12px;
  color: #999;
  text-shadow: none;
}

/* CONTACT */
.contact-info {
  margin-bottom: 20px;
}
.contact-info h5 {
  margin: 0;
}


/* FOOTER */
footer {
  padding-top: 15px;
  padding-bottom: 20px;
  min-height: 30px;
  background: transparent;
  color: #003322;
  border-top: 1px solid #5B9751;
}
footer:before,
footer:after {
  display: table;
  content: " ";
}
footer:after {
  clear: both;
}
footer .col.reset {
  margin: 0;
}
footer h4 {
  margin-top: 20px;
  color: #003322;
  margin-bottom: 20px;
  text-transform: normal;
  font-size: 14px;
}
footer .col p {
  color: #003322;
  font-size: 13px;
  margin-bottom: 10px;
}
footer a {
  color: #003322 !important;
  text-decoration: none;
}
footer a:hover {
  color: #5A9657 !important;
  text-decoration: none;
}
footer .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col ul li {
  color: #003322;
}
footer .col ul li span {
  color: #003322;
}
footer .col address {
  color: #003322;
  padding: 8px 0;
}
footer .company-info {
  color: #003322;
  font-size: 10px;
  text-align: justify;
}
footer .company-info h2 {
  font-size: 14px;
  font-weight: 600;
}
footer .col.col-social-icons i {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #003300;
  border-radius: 2px;
}
footer .col.col-social-icons i:hover {
  background: #DAAD36;
  color: #fff;
}
footer form {
  margin-top: 20px;
}
footer hr {
  border-top: 1px solid #fff;
}
footer .copyright {
  color: #003322;
}
.dropdown-menu > li > a {
  white-space:normal !important;
}

/* FONT AWESOME */
.fontawesome-icon-list {
  margin-top: 22px;
}
.fontawesome-icon-list .fa-hover a {
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 0;
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
  background-color: #1d9d74;
  color: #1D5900;
  text-decoration: none;
}
.fontawesome-icon-list .fa-hover a:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted {
  color: #bbe2d5;
}
/* RESPONSIVE MEDIA QUERIES */
@media (min-width: 1200px) {
  .top-header .aux-text {
    display: inline-block !important;
  }
  .w-section .aside-feature {
    text-align: left;
  }
  .w-section .aside-feature .icon-feature {
    text-align: left;
  }
  .slider {
    width: 100%;
  }
  .w-section .txt-fly-over {
    height: 350px;
    top: -90px;
  }
  .navbar-default .dropdown-menu,
  .navbar-wp .dropdown-menu {
    margin-top: 0px !important;
  }
  .navbar-default .dropdown-menu,
  .navbar-wp .dropdown-menu.dropdown-menu-user {
    margin-top: 13px !important;
  }
  .wrapper.boxed {
    width: 1230px;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-header .aux-text {
    display: inline-block !important;
  }
  .navbar-default .dropdown-menu,
  .navbar-wp .dropdown-menu {
    margin-top: 0px !important;
  }
  .navbar-default .dropdown-menu,
  .navbar-wp .dropdown-menu.dropdown-menu-user {
    margin-top: 13px !important;
  }
  .wrapper.boxed {
    width: 1000px;
    margin: auto;
  }
  .w-section .txt-fly-over {
    height: 390px;
    top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-header .aux-text {
    display: inline-block !important;
  }
  .w-box,
  .carousel-work .figure {
    margin-bottom: 15px;
  }
  .animate-hover-slide img {
    width: 100%;
  }
  .carousel-1 .object {
    width: 400px !important;
  }
  .slider {
    width: 100%;
  }
  .w-section .txt-fly-over {
    height: 400px;
    top: -60px;
  }
  .client {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  header .navbar-brand {
    margin-left: 5px;
	margin-top: -13px;
  }
  header .slogan {
	margin-top: 10px;
  }
  .navbar-wp .navbar-nav > li > a {
    color: #4c4c4c;
    padding: 10px 20px !important;
    margin-right: 0;
  }
  .navbar-wp .navbar-nav > li > a:hover,
  .navbar-wp .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #e06d58;
    border-radius: 0 !important;
  }
  .navbar-wp .navbar-nav > .active > a,
  .navbar-wp .navbar-nav > .active > a:hover,
  .navbar-wp .navbar-nav > .active > a:focus {
    border-radius: 0 !important;
  }
  .navbar-wp .dropdown-menu:after {
    border: 0 !important;
    margin-left: 0;
  }
  .navbar-wp .dropdown-menu:before {
    border: 0 !important;
    margin-left: 0;
  }
  .top-header .top-header-menu ul.menu > li ul.sub-menu {
    display: none !important;
  }
  .w-section .aside-feature {
    text-align: center;
  }
  .w-section .aside-feature .icon-feature {
    text-align: center;
  }
  .sort-list-btn .btn {
    margin-bottom: 10px;
  }
  .w-box,
  .carousel-work .figure {
    margin-bottom: 15px;
  }
  .animate-hover-slide .figure img {
    width: 100%;
  }
  .carousel-1 .carousel-inner {
    height: 420px;
  }
  .carousel-1 .carousel-inner {
    overflow: hidden;
  }
  .carousel-1 .carousel-control i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
    font-weight: 600;
  }
  .carousel-1 .item-dark {
    color: #FFF;
  }
  .carousel-1 p {
    font-size: 16px;
  }
  .carousel-1 .object {
    display: none;
  }
  .carousel-1 .object.fluid {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .carousel-1 .object iframe {
    width: 100% !important;
  }
  .carousel-1 .description {
    width: 100% !important;
    top: 50px;
    left: 0 !important;
    margin: 0 !important;
  }
  .carousel-1 .description .title {
    font-size: 32px;
    margin: 0 0 15px 0;
    padding: 8px 20px;
    background: transparent;
    color: #9ab2cc;
    display: block;
    text-align: center;
  }
  .carousel-1 .description .subtitle {
    font-size: 24px;
    margin: 20px 0;
    padding: 0 15px !important;
    display: block;
    text-align: center;
  }
  .carousel-1 .description p {
    font-size: 16px;
    color: #FFF;
    margin: 0;
  }
  .carousel-1 .description.fluid-center .features i {
    width: 80px;
    height: 80px;
    background: transparent;
    text-align: center;
    line-height: 80px;
    font-size: 34px;
    color: #697e93;
    font-weight: 700;
    border-radius: 80px;
    margin-right: 20px;
  }
  .carousel-1 .list-carousel {
    padding-left: 30px !important;
  }
  .carousel-3 .figure {
    margin-bottom: 20px;
  }
  .slider {
    height: auto;
    max-height: 440px;
    margin: 0;
  }
  .cta-wr {
    text-align: center;
  }
  .cta-wr .btn {
    float: none !important;
  }
  .w-section .txt-fly-over {
    height: 400px;
    position: static;
    top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .slider {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .search-wr .search-sign i {
    margin-left: 0;
  }
  .global-search-input {
    font-size: 16px;
    padding: 14px 0;
  }
}