﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Pdroid+sans:400,700);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #252525;
  color: #777;
  font: 400 16px/24px 'PT Sans Narrow', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 34px;
  line-height: 38px;
  color: #FEC300;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 25px;
  line-height: 25px;
  color: #333333;
}
h5 {
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333333;
}
h6 {
  font-size: 15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
img + h3 {
  margin-top: 22px;
}
img + h5 {
  margin-top: 22px;
}
img + p {
  margin-top: 15px;
}
img + time {
  margin-top: 22px;
}
time + h3 {
  margin-top: 4px;
}
h3 + img {
  margin-top: 22px;
}
h3 + p {
  margin-top: 1px;
}
a + p {
  margin-top: 5px;
}
h5 + p {
  margin-top: 5px;
}
p + .btn {
  margin-top: 4px;
}
p + .btn__ins1 {
  margin-top: 14px;
}
cite > p {
  margin-top: -5px;
}
p + p {
  margin-top: 12px;
}
p + .p__ins1 {
  margin-top: 14px;
}
p + .p__ins2 {
  margin-top: 22px;
}
h3 + .p__ins1 {
  margin-top: 5px;
}
p + .marked-list {
  margin-top: 19px;
}
p + h5 {
  margin-top: 17px;
}
h2 + h3 {
  margin-top: 17px;
}
h2 + .color > h3 {
  margin-top: 17px;
}
h3 + .p__ins1 {
  margin-top: 18px;
}
h3 + .p__ins3 {
  margin-top: 5px;
}
.color + .btn {
  margin-top: 14px;
}
.text-white {
  color: #fff;
}
@media (max-width: 979px) {
  h2 + h3 {
    margin-top: 8px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 + h3 {
    margin-top: 0;
  }
}
.icon + h5 {
  margin-top: 45px;
}
.brand + .nav {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .brand + .nav {
    margin-top: 30px;
  }
}
dl + dl {
  margin-top: 7px;
}
dl + .copy {
  margin-top: 64px;
}
span + a {
  margin-left: 5px;
}
.need_help__ins1 + .contact {
  margin-top: 7px;
}
h4 + h5 {
  margin-top: 20px;
}
h4 + .row .grid_4 > .marked-list {
  margin-top: 24px;
}
h4 + .row > .grid_6 {
  margin-top: 20px;
}
h4 + .row > .box {
  margin-top: 28px;
}
h4 + .row > .image {
  margin-top: 29px;
}
h4 + .row > .grid_4 > img {
  margin-top: 31px;
}
h4 + .row > .grid_3 {
  margin-top: 30px;
}
h4 + form {
  margin-top: 30px;
}
.row + .row {
  margin-top: 0px;
}
.marked-list + .btn {
  margin-top: 14px;
}
.btn-wr + .btn-wr {
  margin-left: 21px;
}

.btn-wr {
  font-size: 18px;
  display: block;
  font: 700 20px/22px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.btn-wr a + a {
  margin-left: 20px;
}
.btn-wr a {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #CA3126;
  color: #fff;
  padding: 10px 6px;
}
.btn-wr a:first-child {
  margin-left: 10px;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 24px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #000;
  background: none;
}
.sf-menu > li.active > a {
  color: #000;
  background: none;
}
@media (max-width: 979px) {
  .sf-menu {
    font-size: 14px;
    line-height: 35px;
  }
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  margin-top: 9px;
  padding: 8px 0px 8px 0px;
  background: #333333;
  z-index: 2;
  box-sizing: border-box;
}
.sf-menu ul {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.sf-menu ul > li {
  text-transform: none;
  padding-left: 10px;
}
.sf-menu ul > li > a {
  color: #fff;
  background: #333333;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #fff;
  background: #333333;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul {
  position: absolute;
  width: 120px;
  margin-top: 38px;
  padding: 0px;
  z-index: 4;
  top: 20px;
  left: 190px;
}
.sf-menu ul ul > li > a {
  color: #FEC300;
  background: #333333;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #f9f9f9;
  background: #333333;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-left: 9px;
  content: '\f107';
  font: 400 15px/35px 'FontAwesome';
}
@media (max-width: 979px) {
  .sf-menu > li > .sf-with-ul:after {
    top: 0;
  }
}
.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  right: 10px;
  top: 0;
  margin-left: 0px;
  content: '\f105';
  font: 400 15px/35px 'FontAwesome';
  color: #676767;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 320px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 340px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'PT Sans Narrow', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
  .select-menu .select {
    width: 340px;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background-image:url(http://www.plancherchic.com/dev/images/header_bg.jpg);
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding: 30px 0 10px 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 40px;
  border: 2px;
  color: #333333;
  background: #FEC300;
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #FEC300 #666666;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-1_parallax01.jpg);
  padding: 50px 0;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/page-2_parallax01.jpg);
  padding: 50px 0;
}
.parallax3 {
  background-color: #FFF;
  background-image: url(../images/page-3_parallax01.jpg);
  padding: 50px 0;
}
.parallax4 {
  background-color: #FFF;
  background-image: url(../images/page-4_parallax01.jpg);
  padding: 50px 0;
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     Icons     ======================*/
.fa {
  font-size: 25px;
  line-height: 33px;
}
.fa + h1 {
  margin-left: 62px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  height: 34px;
  width: 240px;
  font-size: 15px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #666666;
  cursor: pointer;
}
/*==================    Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 20px;
  padding-left: 91px;
  box-sizing: border-box;
}
.index-list li:before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  top: 27px;
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  color: #CA3126;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 70px;
  line-height: 74px;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  counter-increment: li;
}
.index-listy {
  counter-reset: li;
}
.index-listy li {
  position: relative;
  padding-top: 17px;
  padding-left: 18px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .index-list li {
    padding-left: 86px;
  }
}
@media (max-width: 479px) {
  .index-list li {
    padding: 60px 0 0 0;
    display: block;
    text-align: center;
  }
  .index-list li:first-child {
    margin-top: 50px;
  }
  .index-list li:before {
    top: -20px;
    left: 50%;
    margin-left: -35px;
  }
}
/*==================      Box      ======================*/
.box:before,
.content:before,
.box:after,
.content:after {
  content: " ";
  display: table;
}
.box:after,
.content:after {
  clear: both;
}
.box_aside,
.content_aside {
  float: left;
  margin-right: 25px;
}
@media (max-width: 979px) {
  .box_aside,
  .content_aside {
    margin-right: 40px;
  }
}
@media (max-width: 479px) {
  .box_aside,
  .content_aside {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.box_cnt,
.content_cnt {
  overflow: hidden;
}
.box_cnt p,
.content_cnt p {
  color: #777;
  font: 400 14px/23px 'PT Sans Narrow', sans-serif;
  text-transform: none;
  text-align: justify;
}
.box_cnt q,
.content_cnt q {
  margin-left: 7px;
}
.box_cnt cite,
.content_cnt cite {
  display: block;
  color: #333333;
  line-height: 33px;
}
.box_cnt cite em,
.content_cnt cite em {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #777;
  display: block;
  text-transform: none;
}
.box_cnt h3,
.content_cnt h3 {
  margin-top: 3px;
  margin-left: 41px;
}
@media (max-width: 979px) {
  .box_cnt,
  .content_cnt {
    overflow: visible;
  }
  .box_cnt h3,
  .content_cnt h3 {
    margin-left: 0;
  }
  .box_cnt q,
  .content_cnt q {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .box_cnt,
  .content_cnt {
    float: none;
    margin: 20px 20px 0px 30px;
    text-align: center;
  }
}
.box_cnt__no-flow,
.content_cnt__no-flow {
  overflow: hidden;
}
.box:before,
.content:before {
  content: '';
  display: table;
}
/*==================    Blockquote    ======================*/
q {
  position: relative;
  padding: 0px 35px 20px 0px;
  display: block;
}
q:before {
  content: url(http://www.plancherchic.com/dev/images/arrow-l.png);
  bottom: 12px;
  right: 349px;
}
q:after {
  content: url(http://www.plancherchic.com/dev/images/arrow-r.png);
  bottom: 12px;
  right: 349px;
}
@media (max-width: 1199px) {
  q:before {
    bottom: 115px;
    right: 240px;
  }
}
@media (max-width: 979px) {
  q:before {
    bottom: 140px;
    right: 162px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  q:before {
    bottom: 90px;
    right: 220px;
    font-size: 20px;
  }
}
@media (max-width: 979px) {
  q {
    padding: 0;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background-image: url("../images/header_bg.jpg");
  z-index: 2;
}
header .brand {
  float: left;
}
header .need_help {
  float: right;
  display: inline-block;
  color: #FEC300;
}
header .need_help dl * {
  display: inline-block;
}
header .need_help dt {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 15px;
  text-transform: none;
  font-weight: 400;
  margin-right: 15px;
  color: #f9f9f9;
}
header .need_help address {
  display: inline-block;
  font-size: 32px;
  margin-top: -10px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
}
header .need_help address:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .need_help address:hover {
  color: #ffffff;
  cursor: pointer;
}
header .need_help a {
  line-height: 30px;
  font-size: 25px;
  margin-left: 3px;
  margin-top: 10px;
}
header .nav {
  display: inline-block;
  padding-top: 14px;
}
@media (max-width: 979px) {
  header .nav {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .need_help,
  header .nav {
    float: none;
    display: inline-block;
  }
}
.stuck_container {
  position: absolute;
  top: 52px;
  left: 0px;
  right: 1px;
}
.header__ins1 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.header__ins1 .stuck_container {
  position: static;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_logo {
  overflow: hidden;
  padding-top: 0px;
  margin-top: -20px;
  float: left;
}
@media (max-width: 979px) {
  .brand_logo {
    font-size: 24px;
    padding-top: 6px;
  }
}
.brand_name {
  margin-left: 7px;
  float: right;
  font-size: 30px;
  margin-top: -20px;
  line-height: 55px;
  text-transform: uppercase;
  color: #f9f9f9;
}
.brand_name span {
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 979px) {
  .brand_name {
    font-size: 24px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f9f9f9;
}
.center {
  text-align: center;
}
.image {
  margin-top: 10px;
}
.p__ins2 {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p__ins2:hover {
  color: #666666;
  text-decoration: none;
}
.p__ins2 a:hover {
  text-decoration: none;
}
.color-secondary > a:hover {
  color: #828282;
}
/*==================      Well     ======================*/
.well {
  padding-top: 30px;
  padding-bottom: 22px;
}
.well2 {
  padding-top: 56px;
  padding-bottom: 57px;
}
.well2__ins1 {
  padding-bottom: 55px;
}
.well2__ins2 {
  padding-bottom: 53px;
}
.well3 {
  padding-top: 64px;
  padding-bottom: 44px;
}
.well4 {
  padding-top: 51px;
  padding-bottom: 53px;
}
.well4__ins1 {
  padding-top: 55px;
}
.well4__ins2 {
  padding-top: 54px;
}
.well4__ins3 {
  padding-bottom: 42px;
}
.well4__ins4 {
  padding-bottom: 44px;
}
.well5 {
  padding-top: 57px;
  padding-bottom: 61px;
}
.well5__ins1 {
  padding-bottom: 52px;
}
.well5__ins2 {
  padding-bottom: 53px;
}
.well5__ins3 {
  padding-bottom: 55px;
}
.well5__ins4 {
  padding-bottom: 59px;
}
.well6 {
  padding-top: 55px;
  padding-bottom: 54px;
}
.well6__ins1 {
  padding-bottom: 60px;
}
.well6__offs2 {
  padding-top: 76px;
}
.well6__ins3 {
  padding-bottom: 72px;
}
.well6__ins4 {
  padding-bottom: 53px;
}
.well7 {
  padding-top: 55px;
  padding-bottom: 54px;
  background-image: url(../images/back.jpg);
}
.well7__ins1 {
  padding-bottom: 60px;
}
.well7__offs2 {
  padding-top: 76px;
}
.well7__ins3 {
  padding-bottom: 72px;
}
.well7__ins4 {
  padding-bottom: 53px;
}
.well8 {
  padding-top: 56px;
  padding-bottom: 53px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background-image:url(http://www.plancherchic.com/dev/images/back2.jpg);
}
.bg-secondary {
  background-image:url(http://www.plancherchic.com/dev/images/back3.jpg);
}
.bg-bottom {
  background-color: #171F25;
}
/*==================     Color     ======================*/
.color-white {
  color: #ffffff;
}
.color-red {
  color: #CA3126;
}
.color-secondary_white {
  color: #f9f9f9;
}
.color-secondary {
  color: #333333;
}
.color-primary {
  color: #FEC300;
}
.color-address {
  color: #888888;
}
/*==================     Icon     ======================*/
.boxcontent .icon {
  position: relative;
  font-size: 32px;
  line-height: 83px;
  color: #333333;
  background: #FEC300;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  text-align: center;
  top: 35px;
  right: 3px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media (max-width: 767px) {
  .boxcontent .icon {
    top: 20px;
    right: 0px;
  }
}
.boxcontent:hover .icon {
  cursor: pointer;
  background: #333333;
  color: #FEC300;
}
/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 6px;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
}
.marked-list li:before {
  content: '\f101';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 18px 'FontAwesome';
  line-height: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li a:hover {
  color: #666666;
  text-decoration: none;
}
.marked-list .li__ins1 a:hover {
  color: #FEC300;
}
.marked-list .li__ins1:before {
  color: #FEC300;
}
.marked-list .li__ins2:before {
  color: #333333;
}
.marked-list .li__ins2 a {
  color: #333333;
}
.marked-list .li__ins2 a:hover {
  color: #252525;
}
.marked-list .li__ins2 a:hover:before {
  color: #252525;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  h2 + h3 {
    margin-top: 20px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #252525;
  z-index: 2;
}
footer h5 {
  color: #f9f9f9;
}
footer p {
  color: #FEC300;
}
footer p a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer p a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer .need_help__ins1 {
  display: inline-block;
  color: #f9f9f9;
}
footer .need_help__ins1 dl * {
  display: inline-block;
}
footer .need_help__ins1 dt {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  margin-top: 7px;
  color: #FEC300;
  margin-right: 12px;
}
footer .need_help__ins1 address {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 0px;
}
footer .need_help__ins1 address:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .need_help__ins1 a {
  line-height: 20px;
  font-size: 15px;
  margin-left: 6px;
  margin-top: 7px;
}
footer .need_help__ins1 address:hover {
  color: #fbeb37;
  cursor: pointer;
}
footer dl * {
  display: inline-block;
}
footer dd > a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer dd > a:hover {
  color: #ffffff;
  cursor: pointer;
}
footer .copy > a:hover {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .brand,
  footer .need_help,
  footer .nav {
    float: none;
    display: inline-block;
  }
}


/*========================================================
                      Contact Form
=========================================================*/
/* Contact Form Basic Styles
========================================================*/
.contact-form {
  position: relative;
}
.contact-form label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.contact-form label.checkbox {
  max-width: 30%;
}
.contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles
========================================================*/
.contact-form ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 15px 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  padding: 17px 20px 17px;
  color: #f9f9f9;
  padding: 16px 25px;
  text-transform: uppercase;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text;
}
.contact-form ._placeholder.focused {
  opacity: 0.4;
}
.lt-ie9 #contact-form ._placeholder.focused {
  filter: alpha(opacity=40);
}
.contact-form ._placeholder.hidden,
.contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input
========================================================*/
.contact-form input[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 15px 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  padding: 17px 20px 17px;
  color: #f9f9f9;
  background-color: #252525;
  border: 1px solid #000000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 58px;
  margin: 0;
}
========================================================*/
.contact-form input[type='checkbox'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 15px 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  padding: 17px 20px 17px;
  color: #f9f9f9;
  background-color: #252525;
  border: 1px solid #000000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 58px;
  margin: 0;
}
/* Contact Form Buttons
========================================================*/
.contact-form .btn-wr {
  font-size: 20px;
  display: inline-block;
  font: 700 20px/22px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}
.contact-form .btn-wr a + a {
  margin-left: 20px;
}
.contact-form .btn-wr a {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #252525;
  color: #fbea1f;
  padding: 10px 26px;
}
.contact-form .btn-wr a:first-child {
  margin-left: 10px;
}
.contact-form .btn-wr a:hover {
  background: #fbea1f;
  color: #252525;
}
* + .checkbox {
  margin-top: 22px;
}
.checkbox + * {
  margin-top: 54px;
}
/* Contact Form Textarea 
========================================================*/
.contact-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 15px 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  padding: 17px 20px 17px;
  color: #f9f9f9;
  background-color: #252525;
  border: 1px solid #000000;
  width: 67%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 140px;
  overflow: auto;
}
/* Contact Form Error messages
========================================================*/
.contact-form .empty-message,
.contact-form .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  z-index: 99;
}
.contact-form .invalid .error-message,
.contact-form .empty .empty-message {
  height: 14px;
  line-height: 14px;
}
/* Contact Form Processing Box
========================================================*/
.contact-form .contact-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background: rgba(247, 247, 247, 0.48) url(data:image/gif;base64,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);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lt-ie9 #contact-form .contact-form-loader {
  filter: alpha(opacity=0);
}
.contact-form.processing .contact-form-loader {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  z-index: 99;
}
.lt-ie9 #contact-form.processing .contact-form-loader {
  filter: alpha(opacity=70);
}
/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
.contact-form .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050121;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  color: #222;
}
.contact-form .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.lt-ie9 .modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}
.lt-ie9 .modal-backdrop.in {
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* Contact Form reCaptcha
========================================================*/
.contact-form label.recaptcha {
  max-width: 100%;
  text-align: right;
}
.captchadiv {
  display: inline-block;
  text-align: left;
  background: #FFF;
}
.empty-message + #captchadiv {
  border: 1px solid #DCDCDC;
  padding-top: 16px;
}
.recaptcha_table {
  border: none!important;
}
.recaptcha_table input[type="text"] {
  background: #FFF;
  border: 1px solid #CDCDCD!important;
  color: #999;
}
@media (max-width: 767px) {
  #captchadiv {
    display: block;
  }
  #recaptcha_table {
    width: 100%;
  }
  #recaptcha_table tr:first-child td + td {
    padding-right: 14px!important;
  }
  #recaptcha_table tr:first-child td + td + td {
    display: none;
  }
  #recaptcha_image {
    width: 358px!important;
  }
  #recaptcha_response_field {
    width: 360px!important;
  }
}
@media (max-width: 479px) {
  #recaptcha_image {
    width: 208px!important;
  }
  #recaptcha_response_field {
    width: 210px!important;
  }
}
.btn-wr a {
    display: block !important;
    margin: 0 !important;
}
@media all and (max-width:500px){
.select-menu {
    margin-top: 70px !important;
}
}
