body {
  font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 26px;
  letter-spacing: 0.05em;
}
a {
  color: #BF9002;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  margin: 30px 0;
}
p{
/* -ms-word-break: break-all;
 word-break: break-all;
 word-break: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;*/
}

.remove-hover{
  cursor: pointer;
}
.scrollof{
  pointer-events: none;
}
.disabled{
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
p:empty{
  margin-bottom: 0 !important;
  display: none;
}
select {
  position: relative;
  border: 1px solid #e6e6e6;
  color: black;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  apperance: none;
  padding: 0 10px 0 10px;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  background-image: url('../images/arrow-select.png');
  background-position: center right 10px;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
select::-ms-expand {
  display: none;
}
input[type="text"], input[type="email"],input[type="password"], input[type="tel"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.form-group label {
  font-weight: normal;
  font-size: 17px;
  /*display: block;*/
}
.form-group.border-group{
  border: 1px solid #E6E6E6;
  padding: 5px;
}

.form-group.no-margin{
  margin-bottom: 0;
}
.form-group label .require {
  color: red;
}
.form-group label input {
  margin-right: 5px;
}
.form-group .one-haft {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.form-group .one-haft:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.form-group select.one-haft:first-child {
  padding-left: 10px;
}
.form-group .one-three {
  width: 33.33333%;
  float: left;
  padding: 10px;
}
.form-group .one-three:first-child {
  padding-left: 0;
}
.form-group .one-three:last-child {
  padding-right: 0;
}
.form-control {
  border-color: #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 15px;
  font-size: 15px;
  height: 40px;
  line-height: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
textarea.form-control{
  line-height: 1.4;
}
.form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}
.form-control:-moz-placeholder {
  color: #c3c3c3;
}
.form-control::-moz-placeholder {
  color: #c3c3c3;
}
.form-control:-ms-input-placeholder {
  color: #c3c3c3;
}
.btn{
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background: #08121b;
  padding: 0 10px;
  min-width: 260px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  height: 45px;
  line-height: 45px;
}
.btn.btn-style {
  position: relative;
}
.btn.btn-style:after,
.btn.btn-style:before {
  position: absolute;
  content: "";
  border: 1px solid white;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.btn.btn-style:after {
  top: -4px;
  bottom: -4px;
  left: -1px;
  right: -1px;
}
.btn.btn-style:before {
  left: -4px;
  right: -4px;
  top: -1px;
  bottom: -1px;
}
.btn.btn-style:hover:after,
.btn.btn-style:hover:before {
  border-color: #d0bb81 !important;
}
.btn.btn-style.black-border:after,
.btn.btn-style.black-border:before {
  border-color: #08121b;
}
.btn.btn-style.blue-border {
    max-width: 273px;
    width: 100%;
    text-align: center;
    color: #fff;
	background: #162C45;
}
.btn.btn-style.blue-border:after,
.btn.btn-style.blue-border:before {
  border-color: #162C45;
}
.custom-table {
  border: 1px solid darkgray;
  font-size: 17px;
  margin-bottom: 40px;
}
.custom-table thead > tr > td {
  border-width: 1px;
  border-bottom: 1px solid darkgray;
  border-left: 1px solid darkgray;
  text-align: center;
  padding: 15px;
}
.custom-table tbody > tr > td {
  border-left: 1px solid darkgray;
  text-align: center;
  border-top: none !important;
  padding: 15px;
  line-height: 20px;
}
.custom-table tbody > tr > td:last-child {
  font-weight: bold;
  color: red;
  font-size: 20px;
}
.custom-table tbody > tr {
  background: #e6e6e6;
}
.custom-table tbody > tr:nth-of-type(2n+1) {
  background: white;
}
.tooltip-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #d0bb81 url('../images/info.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.tooltip-icon .tooltip-content {
  display: none;
}
.tooltip-content{
  padding: 40px 20px 10px;
  margin: 0px auto;
  max-width: 480px;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.tooltip-content img{
  display: block;
  margin: 0 auto 10px;
  width: 100%;
}
.tooltip {
  text-align: left;
  position: absolute;
  z-index: 100;
  padding: 20px 15px;
  background: #e6e6e6;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.tooltip img {
  max-width: 100%;
}
.tooltip:after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e6e6e6;
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -12px;
}
.tooltip.left:after {
  left: 10px;
  margin: 0;
}
.tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
.back-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.4) url('../images/back-top.png') no-repeat center top 15px;
  z-index: 3000;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: white;
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
  cursor: pointer;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-left: 3px solid black;
  border-top: 3px solid black;
  width: 60px;
  height: 60px;
  display: block;
  top: 30px;
  position: absolute;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.slick-prev {
  left: -120px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next {
  right: -120px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.slick-dots {
  bottom: 30px;
  z-index: 200;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  background: white;
  border: 3px solid white;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-left: -3px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active {
  background: transparent;
}
.block-title {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  margin-top: 0;
  letter-spacing: 2px;
}
.faq-content-block .block-title a{
  color: #000;
  display: block;
  padding-top: 80px;
}
.faq-content-block .block-title:first-child a{
  padding-top: 0;
}
.block-title:after {
  width: 65px;
  border-bottom: 2px solid black;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
}
.block-title.align-border {
  text-align: center;
}
.block-title.align-border:after {
  margin-left: -33px;
  left: 50%;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}
.mobile-menu,
header .mobile-button {
  display: none;
}
header {
  background: #08121b;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background: rgba(8, 18, 27, 1);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
body.admin-bar header {
  top: 32px;
}

header .logo {
  width: 200px;
  float: left;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  text-align: left;
}
header .logo h1 {
  margin: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  line-height: 120px;
  font-size: 0;
}
header .logo h1 a{
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  display: block;
}
header .logo img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
header.sticky {
  margin-top: -50px;
  background: rgba(8, 18, 27, 0.85);
}
header.sticky .logo {
  margin-top: 50px;
  width: 130px;
}
header.sticky .logo h1 {
  line-height: 70px;
}
header nav {
  position: relative;
}
header .top-header {
  float: right;
  margin-top: 7px;
  height: 43px;
  text-align: right;
}
header .top-header .top-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
header .top-header .top-menu li {
  display: inline-block;
}
header .top-header .top-menu li a {
  font-size: 13px;
  margin: 0 15px;
  color: white;
  line-height: 30px;
}
header .top-header .top-menu li a:hover {
  color: #d0bb81;
}


header .top-header .social-icon {
  display: inline-block;
  margin-right: 15px;
  padding: 0px;
  margin-left: 10px;
  margin-bottom: 0;
}
header .top-header .social-icon li {
  display: inline-block;
  margin: 0px 5px;
}
header .top-header .social-icon li a {
  color: white;
}
header .top-header .social-icon li a:hover {
  color: #d0bb81;
}





header .top-header .search-icon {
  color: white;
  cursor: pointer;
  display: inline-block;
}
header .search-box {
  width: 75%;
  position: absolute;
  height: 40px;
  border-bottom: 2px solid white;
  right: 50px;
  display: none;
}
header .search-box i {
  font-size: 19px;
  color: white;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 37px;
}
header .search-box button{
  border: 0;
  background: transparent;
}
header .search-box input {
  background: transparent;
  border: none;
  color: white;
  line-height: 40px;
  height: 40px;
  width: 90%;
  vertical-align: top;
}
header .search-box input::-ms-clear {
  display: none;
}
header .search-box img {
  float: right;
  cursor: pointer;
  margin-top: 12px;
}
header .main-menu {
  padding: 0px;
  font-size: 0px;
  float: left;
  margin: 0px 0px 0px 50px;
}

header .main-menu > li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
header .main-menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  display: inline-block;
  padding: 0 20px;
  line-height: 70px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header .main-menu > li .sub-menu {
  background: #d0bb81;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 245px;
  top: 70px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
header .main-menu > li.menu-item-has-children > .sub-menu{
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

header .main-menu > li .sub-menu li {
  display: block;
}
header .main-menu > li .sub-menu li a {
  font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  line-height: 1.4;
}
header .main-menu > li .sub-menu li a:hover,
header .main-menu > li .sub-menu li.current-menu-item a {
  color: black;
  /*text-decoration: underline;*/
}
header .main-menu > li:hover a{
  background: #d0bb81;
}
header .main-menu > li.current-menu-item a,
header .main-menu > li.current-menu-parent a {
  color: #d0bb81;
}
header .main-menu > li.current-menu-item:hover a,
header .main-menu > li.current-menu-parent:hover a {
  color: #FFF;
}


header .main-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}


header .phone-number-wrap{
  color: #fff;
  width: 172px;
  font-size: 13px;
  text-align: right;
  float: right;
  margin-top: 8px;
}
header .phone-number-wrap a{
  color: #FFF;
}

footer {
  background: #102131;
}
footer .footer-content {
  padding-top: 55px;
  padding-bottom: 50px;
  color: white;
}
footer .logo {
  width: 200px;
  float: left;
}
footer .footer-link {
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 0;
  width: 440px;
  overflow: hidden;

}
footer .footer-link li {
  width: 50%;
  float: left;
  list-style: none;
  padding-left: 10px;
}
footer .footer-link li.large-text a{
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
}
footer .footer-link li a {
  font-size: 14px;
  color: white;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
footer .footer-link li a:hover {
  color: #d0bb81;
}
footer .footer-contact-info {
  float: right;
}
footer .location-image {
  float: left;
  width: 102px;
  margin-right: 20px;
}
footer .location-image img {
  max-width: 100%;
}
footer .contact-info {
  float: left;
}
footer .contact-info p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

footer .contact-info a.phone-number{
  color: #FFF !important;
}

footer .contact-info p:first-child {
  margin-bottom: 30px;
}
footer .social-icon {
  font-size: 23px;
  margin: 0;
  padding: 0;
}
footer .social-icon li {
  display: inline-block;
  margin-right: 15px;
}
footer .social-icon li a {
  color: white;
}
footer .social-icon li a:hover {
  color: #d0bb81;
}
footer .footer-copyright {
  background: #08121b;
  color: white;
  text-align: center;
  padding: 28px 0;
  font-size: 13px;
  line-height: 1.6;
}
footer .footer-copyright p {
  margin-bottom: 0;
}
footer .footer-copyright a {
  color: white;
}
footer .footer-copyright a:hover {
  color: #d0bb81;
}
.page-home .slider-block {
  border: none;
  border-radius: none;
  margin-bottom: 0;
  background: #08121b;
}
.page-home .slick-slider .slide {
  background-size: cover;
  background-position: center bottom;
  padding-top: 120px;
  text-align: center;
  position: relative;
}
.page-home .slick-slider .slide > img {
	width: 100%;
	max-height: 100%;
	height: auto;
	vertical-align: middle;
}
.page-home .slide-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /*padding-top: 120px;*/
}
.page-home .slide-content-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*max-width: 1250px;*/
  margin: 0 auto;
  color: white;
  padding-top: 60px;
  background: #00000094;
  padding: 20px;
}
.page-home .slide-content .slide-title {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  margin-top: 0;
}
.page-home .slide-content .slide-intro {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.6;
  padding: 0 38px;
  margin-bottom: 35px;
}
.page-home .slide-content.align-left{
  text-align: left;
}

.page-home .slide-content.align-left .slide-intro{
  padding: 0;
}
.page-home .slide-content.align-right{
  text-align: right;
}
.page-home .slide-content.align-right .slide-intro{
  padding: 0;
}

.page-home .slide-content.align-left,
.page-home .slide-content.align-right{
  max-width: 100%;
}


.page-home .block-intro {
  background-size: cover;
  background-position: center bottom;
}
.page-home .block-intro .block-title:after {
  border-color: white;
}
.page-home .block-intro .block-intro-title {
  margin-bottom: 20px;
}
.page-home .block-intro .block-intro-content p {
  margin-bottom: 30px;
}
.page-home .block-intro.float-content {
  padding: 100px 0;
}
.page-home .block-intro.float-content .block-content {
  float: right;
  width: 40%;
  color: white;
}
.page-home .block-intro.float-content .block-intro-content .btn {
  background: transparent;
  margin-left: 3px;
}
.page-home .block-intro.color-content {
  background: #0a5d99;
  padding: 55px 0;
}
.page-home .block-intro.color-content .block-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  color: white;
}
.page-home .block-intro.no-content {
  min-height: 638px;
}
.page-home .testimonials-block {
  padding: 60px 0;
}
.page-home .testimonials-block:before {
  content: "";
  background: url('../images/quote-icon.png');
  width: 86px;
  height: 93px;
  margin: 0 auto;
  display: block;
}
.page-home .testimonials-block .testimonials-slider {
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.4;
  margin-top: 30px;
  position: relative;
}
.page-home .testimonials-block .testimonials-slider .item {
  text-align: center;
  font-family: 'EB Garamond', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-home .testimonials-block .testimonials-slider .item p.testimonial-content {
  font-size: 34px;
  position: relative;
  margin-bottom: 40px;
}
.page-home .testimonials-block .testimonials-slider .item p.testimonial-content:after {
  width: 60px;
  border-bottom: 2px solid black;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  position: absolute;
}
.page-home .testimonials-block .testimonials-slider .item span.client-name {
  font-size: 24px;
}
.page-content {
  min-height: 730px;
}
.page-content.page-nobanner {
  padding-top: 120px;
}
.page-content .page-banner {
  min-height: 33vh;
  max-height: 70vh;
  /*min-height: 480px;*/
/*  background-size: cover;
background-position: center bottom;*/
}
.page-content .page-banner img{
  width: 100%;
  min-height: 33vh;
}
.page-content .page-banner.fix-padding-top {
  min-height: 120px;
}
.page-content .breadcrumbs {
  margin: 30px 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #D0BB81;
}

.page-content .breadcrumbs a.back-page {
  text-transform: inherit;
}
.page-content .breadcrumbs > span{
  margin: 0 5px;
  color: #000;
}
.page-content .breadcrumbs > span:first-child{
  margin-left: 0;
}

.page-content .page-title {
  font-size: 48px;
  text-transform: uppercase;
  margin: 30px 0 40px 0;
  text-align: center;
}
.page-content .page-intro {
  margin-bottom: 50px;
}
.page-content .newsletters-block {
  border-top: 1px solid #cccccc;
}
.page-content .newsletters-block .container {
  padding: 0;
}
.page-content .newsletters-block .block-title:after {
  border-bottom: 4px solid black;
}
.page-content .newsletters-block .left-content {
  width: 50%;
  float: left;
  padding: 90px 85px 90px 80px;
  height: 380px;
}
.page-content .newsletters-block .left-content p {
  margin-bottom: 40px;
}
.page-content .newsletters-block .left-content .form-control {
  width: 80%;
  float: left;
  letter-spacing: 2px;
  line-height: 1;
  height: 50px;
}
.page-content .newsletters-block .left-content .btn-newsletters {
  width: 20%;
  float: left;
  min-width: 20%;
  line-height: 50px;
  height: 50px;
}
.page-content .newsletters-block .right-content {
  width: 50%;
  float: right;
  text-align: center;
  vertical-align: top;
  height: 100%;
  height: 380px;
  background-size: cover;
}
.page-content .newsletters-block .right-content .btn {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-404 h2.title-404 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 48px;
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-404 h2.title-404 span {
  color: #d0bb81;
  font-size: 72px;
  display: block;
  font-style: italic;
  margin-bottom: 30px;
}
.page-404 p.intro-404 {
  font-size: 22px;
  margin-top: 60px;
  font-weight: bold;
}
.page-404 p.intro-404 a {
  font-style: italic;
}

.page-about .row {
  display: block;
  font-size: 0;
  margin-bottom: 50px;
}

.page-about .row blockquote:last-child{
  margin-bottom: 0;
}
.page-about .row p:last-child{
  margin-bottom: 0;
}

.page-about .row:not(.top-content) .container{
  padding: 0;
}
.page-about .row.float-left-content,
.page-about .row.float-right-content{
  /*padding: 30px 0;*/
  padding: 15px 0;
  margin-bottom: 0;
}
.page-about .row.gray{
  background: #F4F4F4;
}
.page-about .row:last-child{
  margin-bottom: 0;
}
.page-about .row.top-content h3{
  text-align: center;
}


.page-about .row p {
  font-size: 15px;
}
.page-about .row h3 {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.page-about .row .content-title {
  text-align: center;
  padding: 0 50px 0 50px;
}

.page-about .row .left-content,
.page-about .row .right-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 15px;
}
.page-about .row .left-content img,
.page-about .row .right-content img {
  max-width: 100%;
}
.page-about .row .left-content {
  padding-right: 40px;
  padding-left: 50px;
}
.page-about .row .right-content {
  padding-left: 40px;
  padding-right: 50px;
  margin-left: -1px;
}
.page-about .row.float-left-content .right-content {
  padding-right: 0;
  vertical-align: middle;
}
.page-about .row.float-left-content .left-content {
  vertical-align: middle;
}
.page-about .row.float-right-content .left-content {
  padding-left: 0;
  vertical-align: middle;
}
.page-about .row.float-right-content .right-content {
  vertical-align: middle;
}
.page-about .row .list-warranty-wrap {
  border-top: 6px solid #08121b;
  border-bottom: 2px solid #08121b;
  height: 380px;
  display: block;
}
.page-about .row .list-warranty {
  font-size: 17px;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.page-cms .narrow-content {
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 60px;

  /* Non standard for webkit */
  /*word-break: break-word;*/

  -webkit-hyphens: auto;
  /*-moz-hyphens: auto;*/
  /*hyphens: auto;*/
}
.page-cms .narrow-content ul {
  padding-left: 15px;
}
.page-cms .narrow-content ul.list-download {
  padding-left: 0;
  margin-top: 50px;
}
.page-cms .narrow-content ul.dlm-downloads{
  padding-left: 0;
}
.page-cms .narrow-content ul.list-download li {
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.2;
}


.page-cms .narrow-content ul.list-download li:nth-child(6),
.page-cms .narrow-content ul.list-download li:nth-child(12),
.page-cms .narrow-content ul.list-download li:nth-child(16),
.page-cms .narrow-content ul.list-download li:nth-child(21)
{margin-bottom:30px;}

.page-faqs .container {
  padding: 0px;
}
.page-faqs .faq-sidebar {
  background: #102131;
  width: 30%;
  display: table-cell;
  color: white;
  padding: 60px 20px;
  vertical-align: top;
}
.page-faqs .faq-sidebar > p {
  padding: 30px 0;
  text-align: center;
}
.page-faqs .faq-sidebar .block-title {
  letter-spacing: -1px;
  font-size: 23px;
}
.page-faqs .faq-sidebar .block-title:after {
  border-color: white;
}
.page-faqs .faq-sidebar .list-cat-ques {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
.page-faqs .faq-sidebar .list-cat-ques li {
  list-style: none;
  margin-bottom: 35px;
  font-size: 17px;
}
.page-faqs .faq-sidebar .list-cat-ques li a {
  color: white;
}
.page-faqs .faq-sidebar .list-cat-ques li a:hover {
  color: #d0bb81;
}
.page-faqs .faq-sidebar .list-cat-ques li.active a {
  color: #d0bb81;
}
.page-faqs .faq-content {
  padding-bottom: 60px;
  display: table-cell;
  width: 70%;
}
.page-faqs .faq-content p {
  font-size: 14px;
}
.page-faqs .faq-content h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-faqs .faq-content-block {
  padding: 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.page-faqs .faq-content-block:last-child {
  padding-top: 60px;
  border-bottom: none;
}
.page-faqs .quote-block {
  padding-left: 25px;
  margin: 30px 0;
}
.page-faqs .quote-block:nth-of-type(1) {
  padding-right: 25px;
  padding-left: 0;
}
.page-faqs .quote-block .quote-block-inner {
  padding: 40px 0 20px;
  border-top: 6px solid #08121b;
  border-bottom: 2px solid #08121b;
  position: relative;
  min-height: 275px;
}
.page-faqs .quote-block .quote-block-inner:before {
  position: absolute;
  content: url("../images/faqs-quote-icon.png");
  bottom: 30px;
  left: 0;
}
.page-faqs .quote-block .quote-block-inner .quote-content {
  padding: 0 30px;
  font-size: 15px;
  margin-bottom: 75px;
}
.page-faqs .quote-block .quote-block-inner span.quote-author {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.page-faqs .quote-block.haft-width {
  width: 50%;
  float: left;
}
.page-faqs .image-content img {
  float: left;
  margin-right: 20px;
}
.page-blog .list-blog {
  width: 68.5%;
  float: left;
  padding-right: 100px;
}
.page-blog .sidebar {
  width: 31.5%;
  float: left;
}
.page-blog .post {
  margin-bottom: 70px;
}
.page-blog .post .post-thumb {
  float: left;
  width: 235px;
}
.page-blog .post .post-thumb img {
  max-width: 100%;
}
.page-blog .post .post-content {
  margin-left: 265px;
}
.page-blog .post .post-main-content > p{
  display: inline;
}
.page-blog .post .post-categories {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 0.9;
}
.page-blog .post .post-categories a {
  color: black;
}
.page-blog .post .post-categories a:hover {
  color: #d0bb81;
}
.page-blog .post .post-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-blog .post .readmore {
  font-size: 15px;
  color: #d0bb81;
}
.page-blog .post .post-meta {
  margin-top: 25px;
}
.page-blog .post .post-meta span.post-date {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #9f9e9e;
}
.page-blog .post .post-meta span.leave-comment a {
  color: #d0bb81;
}
.page-blog .post-nav {
  margin: 60px 0;
}
.page-blog .post-nav .btn {
  min-width: 200px;
}
.page-blog .post-nav .next-post {
  float: right;
}
.page-blog .post-detail .post {
  margin-bottom: 0;
}
.page-blog .post-detail .post-thumb {
  float: none;
  width: 100%;
}
.page-blog .post-detail .post-content {
  float: none;
  width: 100%;
  margin-left: 0;
}
.page-blog .post-detail .post-meta {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-blog .post-detail .post-thumb {
  margin-bottom: 30px;
}
.page-blog .post-detail .post-nav {
  margin: 30px 0;
}
.page-blog .block-title {
  font-size: 24px;
}
.page-blog .widget {
  margin-bottom: 50px;
}
.page-blog .widget_categories ul {
  margin: 0;
  padding: 0;
}
.page-blog .widget_categories ul li {
  font-size: 17px;
  margin-bottom: 15px;
  list-style: none;
}
.page-blog .widget_categories ul li a {
  color: black;
}
.page-blog .widget_categories ul li a:hover {
  color: #d0bb81;
}
.page-blog .subscribe-form p {
  margin-bottom: 20px;
}
.page-blog .subscribe-form .form-control {
  width: 70%;
  float: left;
  line-height: 1;
  height: 50px;
}
.page-blog .subscribe-form .btn {
  min-width: 30%;
  float: left;
  line-height: 50px;
  height: 50px;
}
.page-blog .post-feature .post-thumb img {
  max-width: 100%;
}
.page-blog .post-feature .post-title {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-blog .wp-tag-cloud {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.page-blog .wp-tag-cloud li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.page-blog .wp-tag-cloud li a {
  display: block;
  line-height: 20px;
  padding: 13px 22px;
  border: 1px solid black;
  color: black;
  font-size: 17px !important;
}
.page-blog .wp-tag-cloud li:hover a {
  border-color: #d0bb81;
  color: #d0bb81;
}
.page-blog .list-social {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.page-blog .list-social li {
  display: inline-block;
  font-size: 41px;
  margin-right: 30px;
}
.page-blog .list-social li a {
  color: black;
}
.page-blog .list-social li a:hover {
  color: #d0bb81;
}

.page-blog .widget_archive label{
  display: none;
}

.page-blog .widget_search .searchform > div {
  position: relative;
}
.page-blog .widget_search .searchform > div label{
  display: none;
}
.page-blog .widget_search .searchform > div input[type="text"]{
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 15px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.page-blog .widget_search .searchform > div input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/search-icon.png') no-repeat center center;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}



.page-blog .related-posts {
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-blog .related-post-carousel {
  padding: 0 80px;
}
.page-blog .related-post-carousel .post {
  display: inline-block;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 0;
}
.page-blog .related-post-carousel .post img {
  max-width: 100%;
}
.page-blog .related-post-carousel .post h3.post-title {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
}
.page-blog .related-post-carousel .slick-prev {
  left: 15px;
  top: 50%;
  margin-top: -60px;
}
.page-blog .related-post-carousel .slick-next {
  right: 15px;
  top: 50%;
  margin-top: -50px;
}
.page-contact .contact-intro {
  margin: 60px auto;
  padding: 0 100px;
  text-align: center;
}
.page-contact .contact-info-block .container {
  padding: 0;
}
.page-contact .contact-info-block .left-content {
  width: 50%;
  float: left;
  border-right: 1px solid #CCC;
}
.page-contact .contact-info-block .left-content-inner {
  padding: 0 20px;
  margin: 80px 0;
}

.page-contact .contact-info-block .map-wrap{
  height: 446px;
  overflow: hidden;
  padding: 0 25px;
}
.page-contact .contact-info-block .location,
.page-contact .contact-info-block .contact-info {
  float: left;
  width: 50%;
  text-align: center;
}
.page-contact .contact-info-block .location img,
.page-contact .contact-info-block .contact-info img {
  margin-bottom: 10px;
}
.page-contact .contact-info-block .right-content {
  width: 50%;
  float: right;
  border-left: 1px solid #ccc;
  left: -1px;
  position: relative;
}
.page-contact .contact-form-block{
  padding: 0 40px;
  padding-bottom: 60px;
  margin: 35px auto 0;
}

.page-contact .contact-form-block .contact-pic{
  margin-right: 35px;
  margin-left: 20px;
  margin-bottom: 35px;	
  width: 195px;
  display: inline-block;
}
.page-contact .contact-form-block .block-title.align-border{
  display: inline-block;
}
.page-contact .contact-form-block .contact-pic img{
  max-width: 100%;
  /*border-radius: 100%;*/
}
.page-contact .contact-form-block .contact-intro {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 20px 0 10px;
  text-align: left;
}


.page-contact .contact-form-block .confirm-text{
  font-size: 14px;
}
.page-contact .contact-form-block .survey-block {
  border: 3px solid black;
  margin-top: 30px;
  padding: 0 20px;
}
.page-contact .contact-form-block .survey-block .survey-block-content {
  display: none;
}
.page-contact .contact-form-block .survey-block .survey-title {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.page-contact .contact-form-block .survey-block .survey-title:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  width: 15px;
  height: 15px;
  display: block;
  right: 0;
  top: 0px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.page-contact .contact-form-block .survey-block .survey-title.active:after {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-contact .contact-form-block .survey-block p {
  font-size: 13px;
  line-height: 1.2;
}
.page-contact .contact-form-block .survey-block p span {
  font-size: 17px;
}
.page-contact .contact-form-block .survey-block .other-select {
  display: none;
  margin-top: 20px;
  line-height: 35px;
}
.page-contact .contact-form-block .survey-block fieldset {
  overflow: hidden;
}


.page-contact .contact-form-block .survey-block .wpcf7-list-item {
/*  font-size: 15px;
  padding: 0 5px;
  cursor: pointer;
  width: 50%;
  float: left;
  margin-left: 0;*/
}

.page-contact .contact-form-block .survey-block .wpcf7-form-control-wrap.checkbox{
  margin-left: 20px;
}
.page-contact .contact-form-block .survey-block fieldset label input {
  margin-right: 10px;
}
.page-contact .contact-form-block .survey-block .captchar {
  margin: 20px 0;
  margin-bottom: 20px;
}
.page-contact .contact-form-block .survey-block .btn {
  min-width: 236px;
  margin-top: 20px;
}


.page-go-yurtin .search-result-content .container {
  padding: 0;
}
.page-go-yurtin .page-banner,
.page-contact .page-banner {
  background-position: center top;
}

.page-go-yurtin .search-location-box {
  max-width: 945px;
  margin: 0 auto;
  border-bottom: 2px solid black;
  padding-bottom: 8px;
  margin-bottom: 50px;
}
.page-go-yurtin .search-location-box .box-title {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  line-height: 30px;
  border-right: 1px solid black;
  padding-right: 10px;
  margin-right: 10px;
}
.page-go-yurtin .search-location-box .form-search {
  position: relative;
  margin-left: 205px;
}
.page-go-yurtin .search-location-box .input-state {
  width: 100%;
  border: none;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  height: 30px;
}
.page-go-yurtin .search-location-box .submit-icon {
  width: 25px;
  height: 30px;
  background: url('../images/search-icon.png') no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
}
.page-go-yurtin .search-result-content .list-results-wrap {
  width: 440px;
  float: left;
  position: relative;
  margin-right: 5px;
}
.page-go-yurtin .search-result-content .result-title {
  background: #0a5d99;
  padding: 20px 50px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  z-index: 100;
}
.page-go-yurtin .search-result-content .list-results {
  position: relative;
  overflow-y: scroll;
  padding-right: 23px;
  max-height: 693px;
  padding-top: 80px;
}
.page-go-yurtin .search-result-content .list-results ul {
  margin: 0;
  padding: 0;
  padding-left: 50px;
}
.page-go-yurtin .search-result-content .list-results ul li {
  list-style: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}
.page-go-yurtin .search-result-content .list-results ul li a{
  color: #000;
  padding-right: 55px;
  display: block;
}
.page-go-yurtin .search-result-content .list-results ul li a:hover,
.page-go-yurtin .search-result-content .list-results ul li a:focus,
.page-go-yurtin .search-result-content .list-results ul li a:active{
  color: #D0BB81;
}

.page-go-yurtin .search-result-content .list-results ul li h4 {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.page-go-yurtin .search-result-content .list-results ul li:last-child {
  border: none;
}
.page-go-yurtin .search-result-content .list-results ul li .link-to-map {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url('../images/link-icon.png') no-repeat center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid black;
  top: 0;
  right: 5px;
  padding: 0;
}
.page-go-yurtin .search-result-content .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.page-go-yurtin .search-result-content .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #d0bb81;
  border-radius: 0;
  width: 10px;
}
.page-go-yurtin .search-result-content .search-map {
  min-height: 693px;
  margin-left: 445px;
  position: relative;
}
.page-go-yurtin .search-result-content .search-map #map-content{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-go-yurtin .search-result-content .search-map img {
  max-width: none;
}

.page-go-yurtin .search-result-content .labels-markers{
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 29px;
  color:#FFF;
  margin-top: -65px !important;
  margin-left: -20px !important;
  width: 40px;
  height: 40px;
  text-align: center;
}

.page-go-yurtin .search-result-content .info_content h3{
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0;
}
.page-go-yurtin .search-result-content .info_content p{
  font-family: "HelveticaNeueLTPro-Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
}

.page-template-configure footer{}


.page-configure .breadcrumbs {
  padding: 0 !important;
}
.page-configure .result-configure {
  width: 100%;
  margin-right: -470px;
  float: left;
}
.page-configure .result-configure .result-configure-inner {
  margin-right: 470px;
}

.page-configure .result-configure .result-configure-inner .canvas-logo{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 300;
  width: 120px;
}
.page-configure .result-configure .result-configure-inner #canvas_loading{
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 300;
}
.page-configure .result-configure .result-configure-inner img {
  max-width: 100%;
}
.page-configure .result-configure .choose-price {
  margin: 60px 0 10px;
  font-size: 36px;
  font-family: 'Myriad Pro';
}
.page-configure .result-configure .estimate-desc{
  margin-top: 25px;
  display: block;
  margin-bottom: 25px;
}
.page-configure .result-configure .choose-price strong {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-configure .configure-option {
  width: 470px;
  padding-left: 60px;
  padding-bottom: 5px;
  float: right;
}

.fb-share-button{
  top: -30px;
  margin-left: 2px;
}

.page-configure .configure-option .step {
  opacity: 0.4;
  border-bottom: 2px solid black;
}

.page-configure .configure-option .ask-us-text{
  margin-bottom: 30px;
  padding: 0 3px;
}

.page-configure .configure-option .step:first-child {
  border-top: 2px solid black;
}
.page-configure .configure-option .step.active {
  opacity: 1;
  border-bottom: 2px solid black;
  margin-top: -2px;
  border-top: 2px solid black;
}
.page-configure .configure-option .step.active .submit-config {
  pointer-events: auto;
}
.page-configure .configure-option .step.current {
  border-top: 6px solid black;
  opacity: 1;
}
.page-configure .configure-option .step.current .step-content {
  display: block;
}
.page-configure .configure-option .step.current .step-header:after {
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-configure .configure-option .step .submit-config {
  padding: 20px 3px;
  pointer-events: none;
}
.page-configure .configure-option .step .submit-config .btn {
  min-width: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.page-configure .configure-option .step .submit-config .btn.submit {
  float: left;
}
.page-configure .configure-option .step .submit-config .btn.print {
  float: right;
}
.page-configure .configure-option .step .submit-config p {
  padding-top: 20px;
  clear: both;
}
.page-configure .configure-option .step.last-step {
  border-bottom: none;
}
.page-configure .configure-option .step.last-step .submit-config {
  border-top: 2px solid black;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-configure .configure-option .step.last-step.current .submit-config {
  border-top: none;
}

.page-configure .configure-option .step-header {
  padding: 15px 8px;
  position: relative;
  cursor: pointer;
  line-height: 60px;
}
.page-configure .configure-option .step-header .step-desc{
  display: block;
  line-height: 1.2;
}
.page-configure .configure-option .step-header:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  width: 18px;
  height: 18px;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.page-configure .configure-option .step-header .step-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 1.2;
}
.page-configure .configure-option .step-header .step-title strong {
  font-size: 18px;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
}
.page-configure .configure-option .step-header .step-icon {
  width: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.page-configure .configure-option .step-header .step-name {
  min-width: 140px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#review .step-name{font-size: 20px;}
.page-configure .configure-option .step-content {
  display: none;
  border-top: 1px solid #c3c3c3;
  padding: 20px 8px;
}
.page-configure .configure-option .step-content .step-note{
  font-style: italic;
  padding-left: 40px;
}
.page-configure .configure-option .step-content hr {
  margin: 25px 0 20px 0;
  border-color: #c3c3c3;
}
.page-configure .configure-option .step-content h4 {
  font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.page-configure .configure-option .step-content .sub-text {
  opacity: 0.5;
  font-size: 14px;
}
.page-configure .configure-option .step-content label {
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
}
.page-configure .configure-option .step-content label .highlight {
  color: red;
}
.page-configure .configure-option .step-content label.sub {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 5px;
}
.page-configure .configure-option .step-content label.sub .sub-text {
  margin-left: 25px;
  margin-bottom: 0;
}
.page-configure .configure-option .step-content label.sub select {
  display: inline-block;
  width: 130px;
}
.page-configure .configure-option .step-content label.sub.margin-left {
  margin-left: 22px;
}
.page-configure .configure-option .step-content label.no-mar {
  margin-left: 0;
}
.page-configure .configure-option .step-content .select-style.one-haft {
  padding-left: 0;
}
.page-configure .configure-option .step-content .total-price {
  font-size: 27px;
  margin: 20px 0 0;
}
.page-configure .configure-option .list-choose {
  margin: 0;
  font-size: 0;
  padding: 0;
}
.page-configure .configure-option .list-choose li {
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px;
  list-style: none;
}
.page-configure .configure-option .list-choose li label {
  padding: 10px 8px;
  border: 2px solid transparent;
  font-weight: 100;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.page-configure .configure-option .list-choose li label:hover,
.page-configure .configure-option .list-choose li label.active {
  border-color: #4c4c4c;
}
.page-configure .configure-option .list-choose li .title {
  display: block;
  margin-top: 10px;
}
.page-configure .configure-option .list-choose li .price {
  display: block;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: red;
}
.page-configure .configure-option .size-choose li {
  width: 33.333333%;
}
.page-configure .configure-option .window-choose li {
  width: 33.333333%;
}
.page-configure .configure-option .window-choose li .img {
  line-height: 100px;
  display: block;
}
.page-configure .configure-option .window-choose li label {
  width: 100%;
  min-height: 206px;
}
.page-configure .configure-option .window-choose li .title {
  height: 40px;
}
.page-configure .configure-option .door-choose li {
  width: 22%;
}
.page-configure .configure-option .door-choose li:nth-of-type(3) {
  width: 34%;
}
.page-configure .configure-option .door-choose li label {
  width: 100%;
  min-height: 206px;
}
.page-configure .configure-option .door-choose li .title {
  height: 40px;
}
.page-configure .configure-option .color-choose {
  padding-bottom: 0;
}
.page-configure .configure-option .color-choose li{
  min-height: 115px;
}
.page-configure .configure-option .color-choose li label {
  padding: 10px 0;
  width: 85px;
  text-align: center;
  margin-right: 10px;
  margin-left: 0;
}
.page-configure .configure-option .color-choose li .color {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page-configure .configure-option .color-choose li .color.putty {
  background: rgb(227,212,173);
}
.page-configure .configure-option .color-choose li .color.white {
  background: white;
  border: 1px solid #e6e6e6;
}
.page-configure .configure-option .color-choose li .color.dark-linen {
  background: rgb(127,118,94);
}
.page-configure .configure-option .color-choose li .color.forest-green {
  background: rgb(51,84,62);
}
.page-configure .configure-option .color-choose li .color.bronze {
  background: #423622;
}
.page-configure .configure-option .color-choose li .color.tan-curve {
  background: rgb(123,114,91);
}
.page-configure .configure-option .color-choose li .color.terra-cotta-side {
  background: #BF5122;
}
.page-configure .configure-option .color-choose li .color.terra-cotta-top {
  background: #A33900;
}
.page-configure .configure-option .color-choose li .color.toast {
  background: rgb(143,92,44);
}
.page-configure .configure-option .color-choose li .color.cranberry {
  background: rgb(103,44,39);
}
.page-configure .configure-option .color-choose li .color.navy {
  background: rgb(49,59,63);
}
.page-configure .configure-option .color-choose li .color.cool-gray {
  background: rgb(98,100,92);
}
.page-configure .configure-option .color-choose li .color.teal {
  background: rgb(12,116,116);
}
.page-configure .configure-option .color-choose li .color.emerald {
  background: rgb(17,82,70);
}
.page-configure .configure-option .color-choose li .color.dusky-blue {
  background: rgb(59,77,94);
}
.page-configure .configure-option .color-choose li .color.timber {
  background: rgb(126,123,107);
}
.page-configure .configure-option .color-choose li .color.english-brown {
  background: rgb(77,40,0);
}
.page-configure .configure-option .color-choose li .color.dark-gray {
  background: rgb(151,149,140);
}

.page-configure .configure-option .color-choose li .color.gray {
  background: rgb(211,207,192);
}

.page-configure .configure-option .color-choose li .color.tan {
  background: rgb(218,161,106);
}

.page-configure .configure-option .color-choose li .color.brown {
  background: rgb(106,76,57);
}
.page-configure .configure-option .color-choose li .color.olive-top {
  background: #515E1D;
}
.page-configure .configure-option .color-choose li .color.olive-side {
  background: #5F6329;
}
.page-configure .configure-option .radio-choose li {
  display: block;
  float: none;
  text-align: left;
  margin: 0;
}

.page-configure .configure-option .list-margin-top{
  margin-top: 20px;
}
.page-configure .configure-option .radio-choose li label {
  padding: 5px 10px;
  padding-left: 5px;
  margin: 0;
}
.page-configure .configure-option .radio-choose li .title {
  display: inline-block;
  margin-top: 0;
}
.page-configure .configure-option .radio-choose.inline-list{
  margin-bottom: 10px;
}
.page-configure .configure-option .radio-choose.inline-list li {
  display: inline-block;
}

.page-configure .configure-option .package-choose{
  padding: 0;
  list-style: none;
  padding-left: 40px;
}
.page-configure .configure-option .package-choose li{
  margin-bottom: 2px !important;
}
.page-configure .configure-option .package-choose .package-title{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.page-configure .configure-option .package-choose .package-title .tab{
  min-width: 160px;
  display: inline-block;
}
.page-configure .configure-option .package-choose .package-desc{
  font-size: 12px;
  vertical-align: top;
  line-height: 20px;
}
.page-configure .configure-option .package-choose .list-package-options{
  padding-left: 23px;
  margin: 5px 0 0;
}
.list-package-options{
  padding: 0;
  list-style: none;
}
.list-package-options li:before{
  content: "-";
  margin-right: 5px;
}

.page-configure .configure-option .screen-door label.sub{
  /*display: block;*/
  margin-left: 0;
}
/*Set for temp*/
#extra_qty label{
  display: block;
}

.page-configure .configure-option .position-door {
  width: 100px;
  height: 100px;
  border: 1px solid #c3c3c3;
  margin-left: 80px;
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.page-configure .configure-option .position-door .position {
  position: absolute;
  cursor: pointer;
  width: 95px;
}
.page-configure .configure-option .position-door .position:after,
.page-configure .configure-option .position-door .position:before {
  content: "";
  position: relative;
}
.page-configure .configure-option .position-door .left-door {
  left: -76px;
  top: 50%;
  margin-top: -12px;
}
.page-configure .configure-option .position-door .left-door input {
  margin-right: 10px;
}
.page-configure .configure-option .position-door .left-door:after {
  width: 10px;
  border-bottom: 2px solid black;
  display: inline-block;
  top: -5px;
  right: -16px;
}
.page-configure .configure-option .position-door .top-door {
  top: -60px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  width: 53px;
}
.page-configure .configure-option .position-door .top-door:after {
  height: 10px;
  border-left: 2px solid black;
  display: block;
  bottom: -3px;
  left: 50%;
  margin-left: -1px;
}
.page-configure .configure-option .position-door .top-door input {
  margin-right: 0;
}
.page-configure .configure-option .position-door .right-door {
  right: -90px;
  top: 50%;
  margin-top: -12px;
}
.page-configure .configure-option .position-door .right-door span.title{
  margin-left: 15px;
}
.page-configure .configure-option .position-door .right-door:before {
  width: 10px;
  border-bottom: 2px solid black;
  display: inline-block;
  top: -5px;
}
.page-configure .configure-option .position-door .right-door input {
  margin-left: 5px;
}



.page-configure .configure-option .position-window {
  width: 100%;
  height: 300px;
  position: relative;
  left: -40px;
}



.page-configure .configure-option .position-window.size-30 {
  background: url('../images/configure/size-30.png') no-repeat center center;
}

.page-configure .configure-option .position-window.size-24 {
  background: url('../images/configure/size-24.png') no-repeat center center;
}
.page-configure .configure-option .position-window.size-20 {
  background: url('../images/configure/size-20.png') no-repeat center center;
}
.page-configure .configure-option .position-window.size-16 {
  background: url('../images/configure/size-16.png') no-repeat center center;
}
.page-configure .configure-option .position-window.size-14 {
  background: url('../images/configure/size-14.png') no-repeat center center;
}
.page-configure .configure-option .position-window.size-12 {
  background: url('../images/configure/size-12.png') no-repeat center center;
}



.page-configure .configure-option .position-window .window {
  position: absolute;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  apperance: none;
  background: transparent;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #DDD;
  line-height: 10px;
}
.page-configure .configure-option .position-window .window.window-disabled{
  opacity: 0.3;
  pointer-events: none;
}


.page-configure .configure-option .position-window .window option{
  text-transform: capitalize;
}

.page-configure .configure-option .position-window .size-title{
  position: absolute;
  top:50%;
  left: 50%;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -10px;
}

.page-configure .configure-option .position-window .window.window-pos-9{
  bottom: 47%;
  left: 12%;
}
.page-configure .configure-option .position-window .window.window-pos-12{
  top: 0%;
  left: 48%;
}
.page-configure .configure-option .position-window .window.window-pos-3{
  bottom: 47%;
  right: 12%;
}





.page-configure .configure-option .position-window.size-30 .window.window-1{
  left: 33%;
  bottom: 4%;
}
.page-configure .configure-option .position-window.size-30 .window.window-2{
  bottom: 13%;
  left: 22%;
}
.page-configure .configure-option .position-window.size-30 .window.window-3{
  bottom: 28%;
  left: 14%;
}
.page-configure .configure-option .position-window.size-30 .window.window-4{
  left: 14%;
  top: 29%;
}
.page-configure .configure-option .position-window.size-30 .window.window-5{
  top: 13%;
  left: 22%;
}
.page-configure .configure-option .position-window.size-30 .window.window-6{
  left: 33%;
  top: 4%;
}
.page-configure .configure-option .position-window.size-30 .window.window-7{
  top: 4%;
  right: 33%;
}
.page-configure .configure-option .position-window.size-30 .window.window-8{
  top: 13%;
  right: 22%;
}
.page-configure .configure-option .position-window.size-30 .window.window-9{
  right: 14%;
  top: 29%;
}
.page-configure .configure-option .position-window.size-30 .window.window-10{
  bottom: 28%;
  right: 14%;
}
.page-configure .configure-option .position-window.size-30 .window.window-11{
  bottom: 13%;
  right: 22%;
}
.page-configure .configure-option .position-window.size-30 .window.window-12{
  bottom: 4%;
  right: 34%;
}





.page-configure .configure-option .position-window.size-24 .window.window-1{
  left: 29%;
  bottom: 6%;
}
.page-configure .configure-option .position-window.size-24 .window.window-2{
  bottom: 23%;
  left: 15%;
}
.page-configure .configure-option .position-window.size-24 .window.window-3{
  left: 15%;
  top: 23%;
}
.page-configure .configure-option .position-window.size-24 .window.window-4{
  left: 29%;
  top: 6%;
}
.page-configure .configure-option .position-window.size-24 .window.window-5{
  top: 6%;
  left: 66%;
}
.page-configure .configure-option .position-window.size-24 .window.window-6{
  top: 23%;
  right: 16%;
}
.page-configure .configure-option .position-window.size-24 .window.window-7{
  right: 16%;
  bottom: 23%;
}
.page-configure .configure-option .position-window.size-24 .window.window-8{
  right: 28%;
  bottom: 7%;
}






.page-configure .configure-option .position-window.size-20 .window.window-1{
  left: 22%;
  bottom: 13%;
}
.page-configure .configure-option .position-window.size-20 .window.window-2{
  left: 22%;
  top: 13%;
}
.page-configure .configure-option .position-window.size-20 .window.window-3{
  top: 13%;
  right: 22%;
}
.page-configure .configure-option .position-window.size-20 .window.window-4{
  right: 21%;
  bottom: 13%;
}





.page-configure .configure-option .position-window.size-14 .window.window-1{
  left: 22%;
  bottom: 13%;
}
.page-configure .configure-option .position-window.size-14 .window.window-2{
  left: 12%;
  top: 39%;
}
.page-configure .configure-option .position-window.size-14 .window.window-3{
  top: 6%;
  left: 29%;
}
.page-configure .configure-option .position-window.size-14 .window.window-4{
  right: 30%;
  top: 6%;
}
.page-configure .configure-option .position-window.size-14 .window.window-5{
  top: 39%;
  right: 12%;
}
.page-configure .configure-option .position-window.size-14 .window.window-6{
  right: 22%;
  bottom: 13%;
}


.page-configure .configure-option .position-window.size-12 .window.window-1{
  left: 18%;
  bottom: 18%;
}
.page-configure .configure-option .position-window.size-12 .window.window-2{
  left: 15%;
  top: 26%;
}
.page-configure .configure-option .position-window.size-12 .window.window-3{
  top: 1%;
  left: 48%;
}
.page-configure .configure-option .position-window.size-12 .window.window-4{
  right: 15%;
  top: 26%;
}
.page-configure .configure-option .position-window.size-12 .window.window-5{
  right: 17%;
  bottom: 18%;
}


.page-configure .configure-option ul.list-results {
  margin: 0;
  padding: 0;
  font-size: 0;
}

/*.page-configure .configure-option ul.list-results li span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.page-configure .configure-option ul.list-results li span.type {
 
  font-weight: bold;
}
.page-configure .configure-option ul.list-results li span.value {
  width: 40%;
}
.page-configure .configure-option ul.list-results li span.price {
  width: 20%;
  color: red;
  text-align: right;
  }*/
  .page-configure .configure-option ul.list-results li{
    list-style: none;
  }
  .page-configure .configure-option ul.list-results > li{
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .page-configure .configure-option ul.list-results > li > div{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .page-configure .configure-option ul.list-results > li > div.type{
    font-weight: bold;
    text-transform: uppercase;
    width: 35%;
  }
  .page-configure .configure-option ul.list-results > li > div.value{
    width: 65%
  }
  .page-configure .configure-option ul.list-results > li > div.value ul{
    padding-left: 10px;
  }
  .page-configure .configure-option ul.list-results span.label{
    display: inline-block;
    width: 70%;
    vertical-align: top;
  }
  .page-configure .configure-option ul.list-results span.price{
    font-weight: bold;
    text-align: right;
    width:30%;
    display: inline-block;
    vertical-align: top;
    color: red;
  }


  .page-configure .configure-option .visible-mb{
    display: none;
  }
  .page-configure .configure-option .visible-desk{
    display: block;
  }

  .page-configure .button-option {
    margin: 10px 0;
    padding: 8px 0;
    border-top: 4px solid black;
    border-bottom: 2px solid black;
    text-align: center;
  }
  .page-configure .button-option .float-left{
    float: left;
    width: 45%;
  }
  .page-configure .button-option .float-right{
    float: right;
    width: 55%;
    border-left: 1px solid #CCC;
    padding-left: 10px
  }
  .page-configure .button-option button {
    background: transparent;
    border: none;
    width: 18%;
    vertical-align: top;
    line-height: 1.2;
    /*font-size: 13px;*/
    font-size: 0;
    outline: none !important;
    padding: 0;
  }
  .page-configure .button-option .float-right button{
    width: 23%;
    font-size: 10px;
    line-height: 1.2;
    padding-top: 10px;
    text-align: left;
  }
  .page-configure .button-option button i{
    display: block;
    font-size: 35px;
    margin-top: 5px;
    color: #000;
  }
  .page-configure .button-option button i.icon{
    width: 34px;
    height: 27px;
    margin: -5px auto 10px;
    line-height: 35px;
    float: left;
    margin-right: 5px;
  }

  .page-configure .button-option button i.icon.icon-forest:after{
    content: url('../images/forest.png');
  }
  .page-configure .button-option button i.icon.icon-mountain:after{
    content: url('../images/mountain.png');
  }
  .page-configure .button-option button i.icon.icon-river:after{
    content: url('../images/river.png');
  }
  .page-configure .button-option button i.icon.icon-tropical:after{
    content: url('../images/tropical.png');
  }
  .page-configure .button-option button:hover{
    color: #D0BB81;
  }

  @media only screen and (max-width: 1024px) {
    .page-configure .button-option .float-left{
      float: none;
      width: 100%;
    }
    .page-configure .button-option .float-right{
      float: none;
      width: 100%;
      margin-top: 20px;
      border-left: medium none;
      padding-top: 20px;
      border-top: 1px solid #000;
    }
/*  .page-configure .button-option button{
    width: 100px;
  }
  .page-configure .button-option .float-right button{
    width: 140px;
    }*/
  }


  span.wpcf7-list-item { display: block; }

  .cat-post-widget *{
    margin: inherit !important;
    padding: inherit !important;
  }

  .cat-post-widget .post-title{
    font-family: "GothamMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 100 !important;
  }

  .cat-post-widget ul{
    margin-bottom: 0 !important;
  }
  .cat-post-widget img{
    float: none !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
  }
  .cat-post-widget p{
    font-size: 15px !important;
  }



  .comments-area{
    margin-top: 10px;
  }

  .comments-area .comments-title{
    border-top:  2px solid #000;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0;
    margin-top: 0;
    padding-top: 30px;
  }

  .comments-area .comment-list{
    margin: 0;
    padding: 0;
  }

  .comments-area .comment-list li {
    list-style: none;
  }

  .comments-area .comment-meta{
    background: transparent;
  }
  .comments-area .comment-author {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
  }
  .comments-area .comment-author img{
    display: none;
  }

  .comments-area .comment-metadata{
    margin-bottom: 10px;
  }
  .comments-area .comment-metadata a{
    color: #000;
  }

  .comments-area .comment-respond{
    border-top:  2px solid #000;
    margin-top: 20px;
  }

  .comments-area .comment-reply-title{
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0;
    margin-bottom: 15px;
    font-family: "GothamMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
  }

  .comments-area .comment-form .logged-in-as{
    font-size: 15px;
    margin-bottom: 20px;
  }

  .comments-area .comment-form label{
    /*display: block;*/
    font-size: 17px;
    font-weight: 100;
  }

  .comments-area .comment-form input,
  .comments-area .comment-form textarea{
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
  }
  .comments-area .comment-form input{
    width: 50%;
    height: 40px;
    line-height: 40px;
  }

  .comments-area .comment-form .form-submit{
    background: #08121b;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    position: relative;
    width: 200px;
    margin-top: 30px;
  }

  .comments-area .comment-form .form-submit:after,
  .comments-area .comment-form .form-submit:before{
    position: absolute;
    content: "";
    border: 1px solid #08121B;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
  }
  .comments-area .comment-form .form-submit:hover:after,
  .comments-area .comment-form .form-submit:hover:before{
    border-color: #D0BB81 !important;
  }
  .comments-area .comment-form .form-submit:after {
    top: -4px;
    bottom: -4px;
    left: -1px;
    right: -1px;
  }
  .comments-area .comment-form .form-submit:before {
    left: -4px;
    right: -4px;
    top: -1px;
    bottom: -1px;
  }
  .comments-area .comment-form .form-submit .submit{
    min-width: auto;
    width: 100%;
    padding: 0;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: none;
    font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    color: white !important;
    position: relative;
    z-index: 1;
  }

/*.gallery-content {
    margin: 0px 0px 60px;
}
.bwg_album_thumbnails_0{
  max-width: 100% !important;
}
.bwg_album_thumbnails_0 *{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.bwg_album_0{
  display: block !important;
  float: left;
  width: 33.3333333%;
  margin-bottom: 20px !important;
}

.bwg_album_thumb_0{
  padding: 20px !important;
  border: 2px solid #FFF !important;
  display: block !important;
  text-align: left !important;
}
.bwg_album_thumb_0:hover{
  border: 2px solid #222 !important;
  border-radius: 5px;
}
.bwg_title_spun1_0{
  width: 100% !important;
}
.bwg_title_spun2_0{
  margin: 20px 0 0 !important;
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #D0BB81 !important;
  font-weight: normal !important;
  display: block !important;
  padding: 0 !important;
  text-shadow: none !important;
  text-align: left;
}
.bwg_album_thumb_spun1_0{
  display: block !important;
  width: 404px !important;
  height: 260px !important;
  background: transparent !important;
  margin: 0 !important;
}
.bwg_album_thumb_spun1_0:hover{
  transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.bwg_album_thumb_spun2_0{
  box-shadow: none !important;
  border: none !important;
  width: 404px !important;
  height: 260px !important;
}
.bwg_album_thumb_spun2_0 img{
  margin: 0 !important;
  max-width: 100%;
  width: 404px !important;
  height: 260px !important;
  }*/



  .page-gallery .albums-wrap{
    margin: 20px 0;
  }

  .page-gallery .albums-wrap .album{
    width: 33.333333%;
    float: left;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .page-gallery .albums-wrap .album:hover{
    border: 2px solid #222;
  }
  .page-gallery .albums-wrap .album .album-thumb{
    overflow: hidden;
    width: 100%;
    height: 260px;
    line-height: 260px;
    display: block;
    text-align: center;
  }
  .page-gallery .albums-wrap .album .album-thumb img{
    max-width: 100%;
    vertical-align: middle;
  }
  .page-gallery .albums-wrap .album .album-title{
    margin: 30px 0 0;
    font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D0BB81;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-gallery .albums-wrap .album .total-image{
    color: #000;
  }

  .page-gallery .album-pagination{
    text-align: center;
    display: block;
  }
  .page-gallery .album-pagination .btn{
    margin-top: 0;
    margin-bottom: 70px;
  }

  .page-gallery .album-images{
    margin: 80px 0;
  }
  .page-gallery .album-images a{
    display: block;
    margin-bottom: 25px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .page-gallery .album-images a img{
    width: 100%;
    height: 100%;
  }
  .page-gallery .album-images .gutter-sizer { width: 2%; }
  .page-gallery .album-images .grid-sizer,
  .page-gallery .album-images a{
    width: 23.5%;
    height: 199px;
  }
  .page-gallery .album-images a:nth-of-type(2),
  .page-gallery .album-images a:nth-of-type(6n){
    width: 49%;
    height: 423px;
  }


  .block-intro.no-content{
    position: relative;
  }
  .play-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    background-size: cover;
  }

  .play-overlay .play-button{
    width: 270px;
    height: 250px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -135px;

  }
  .play-overlay .play-button img{
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari */
    transform: scale(0.8);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
  }
  .play-overlay .play-button span.play-text{
    display: block;
    font-size: 24px;
    color: #FFF;
    opacity: 0.8;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "GothamMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .play-overlay .play-button:hover img{
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
  }

  .timeline-here .text span{
    color: #08C;
  }
  .timeline-here .timeline-title{
    font-family: "GothamBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    text-align: center;
    margin: 40px 0;
  }
  .info_content{width: 300px;}
  .info_content a{word-wrap:break-word;}


#review{text-align: center;}

  .white-popup{
    max-width: 500px;
    background: #FFF;
    padding: 10px 20px;
    margin: 0 auto;
  }

  .white-popup .btn{
    min-width: 100px;
    line-height: 32px;
    padding: 0 8px;
    height: 35px;
    line-height: 1;
    margin-right: 10px;
    font-size: 13px;
    margin-top: 10px;
  }
.hidect{
  display: none;
}


  .canvas-wrap{
    /*min-height: 599px;*/
  }

  .list-results > li.title > h3{
margin: 0px;
font-size: 26px;
font-family: "GothamMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
border-bottom: 1px solid rgb(238, 238, 238);
padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  header#header .search-box {
    padding-left: 30px;
    display: block !important;
    width: 240px;
    position: relative;
    right: auto;
    left: auto;
    float: right;
    border: solid 1px #ffffff;
    margin-top: 7px;
    height: 27px;
  }
  header#header .search-icon {
    display: none;
  }
  header#header .search-box button {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .search-box img {
    display: none !important;
  }
  header#header .search-box .fa-search {
    font-size: 14px;
    line-height: 22px;
    width: auto;
  }
  header#header .search-box form {
    height: 100%;
  }
  header#header .search-box input	{
    height: 100%;
    line-height: normal;
    padding: 5px 0 3px 0;
    font-size: 14px;
    width: 100%;
    display: inline-block;
  }
  header#header .search-box input::-webkit-input-placeholder {
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 1;
  }

  header#header .search-box input:-moz-placeholder {
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 1;
  }

  header#header .search-box input::-moz-placeholder {
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 1;
  }

  header#header .search-box input:-ms-input-placeholder {
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 1;
  }
  header#header .top-header .social-icon {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header#header .search-box,
  header#header .top-header {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1115px) {
  header#header .search-box {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  header#header .search-box {
    width: 130px;
  }
  header#header .top-header .top-menu li a {
    margin: 0 5px;
  }
  header#header .top-header .social-icon li {
    margin: 0 2px;
  }
}

/*SO-3282*/
@media screen and (max-width: 767px) {
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .video-wrapper iframe,
  .videoWrapper object,
  .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

}
/*End SO-3282*/