@font-face
{
  font-family: TheLight;
  src: url(fonts/TheinhardtLight_alt.otf);
}

@font-face
{
  font-family: TheReg;
  src: url(fonts/TheinhardtReg.otf);
}

@font-face
{
  font-family: TheUL;
  src: url(fonts/TheinhardtUltraLight.otf);
}

@font-face
{
  font-family: TheBold;
  src: url(fonts/TheinhardtBold.otf);
}

@font-face
{
  font-family: TheThin;
  src: url(fonts/TheinhardtThin.otf);
}

@font-face
{
  font-family: TheThinIt;
  src: url(fonts/TheinhardtThinIt.otf);
}

@font-face
{
  font-family: TheLightIt;
  src: url(fonts/TheinhardtLightIt.otf);
}

@font-face
{
  font-family: TheMed;
  src: url(fonts/TheinhardtMed.otf);
}

html, body{
  font-family: Helvetica;
  overflow-x: hidden !important;
}

body, #main-menu.navbar-default{
  max-width: 1350px;
  margin: 0 auto !important;
  float: none !important;
  background: #DEDEDE;
}

#first-section, #first-section-individuals, #first-section-multiple, .pad-first{
  padding-top: 150px;
}

a{
  text-decoration: none !important;
}

.plus-img-desktop{
  position: absolute;
  padding-top: 280%;
  width: 100%;
  z-index: 1;
}

body {
  font-family: TheLight;
  color: #3E3E3E;
  line-height: 25px;
  font-size: 18px;
}

h1{
  font-family: TheBold;
  color: white;
  font-size: 50px;
  padding-bottom: 10px;
  line-height: 60px;
  letter-spacing: 8px;
}

h2{
  font-family: TheBold;
  font-size: 28px;
  line-height: 40px;
  color: black;
  letter-spacing: 3px;
}

h3{
  font-family: TheMed;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  color: black;
  letter-spacing: 2.5px;
}

#first-section-home{
  padding-top: 65px;
}

.fifteen-size{
  font-size: 15px;
  line-height: 25px; 
}

.it{
  font-style: italic;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h4{
  font-family: TheBold;
  color: black;
  font-size: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 35px;
}

h5{
  font-size: 18px;
  font-family: TheBold;
  color: black;
  line-height: 30px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

h6{
  font-size: 25px;
  font-family: TheBold;
  color: black;
  line-height: 35px;
  padding-bottom: 10px;
  letter-spacing: 2.5px;
}

span{
  font-family: TheMed;
}

.info-form{
    font-family: TheLight;
    font-size: 14px;
    color: #555;
}

.title-larger{
  font-size: 18px !important;
}

.back-white-blue{
  background: linear-gradient(90deg, white 50%, black 50%) !important;
}

.back-black-white{
  background: linear-gradient(90deg, black 50%, white 50%) !important;
}

.bolder{
  font-family: TheBold;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 9px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.padding-top-products{
  padding-top: 10%;
}

.blue-button{
    background: #005AFF;
    color: white;
    font-size: 20px;
    font-family: TheBold;
    text-transform: uppercase;
    width: 250px;
    border: none;
    letter-spacing: 2px;
    height: 50px;
    margin-bottom: 10px;
}

.grey-button{
    background: #D2D2D2;
    color: white;
    font-size: 15px;
    font-family: TheBold;
    text-transform: uppercase;
    width: 250px;
    border: none;
    letter-spacing: 2px;
    height: 50px;
    margin-bottom: 10px;
}

.color-pick, .color-pick-m{
  padding-right: 5px;
  padding-left: 5px;
  width: 25px;
}

.arrow-slider-l{
  width: 25px !important;
  position: absolute !important;
  padding-top: 25% !important;
  margin-left: 5% !important;
}

.arrow-slider-r{
  width: 25px !important;
  position: absolute !important;
  padding-top: 25% !important;
  margin-left: 95% !important;
}

.color-pick-xs{
  padding-right: 0;
  padding-left: 0;
  width: 12px;
}

/* Multi-select outer most div*/
div.btn-group{
  width: 92% !important;
}

button.multiselect{
    border-radius: 0px !important;
    line-height: 28px !important;
    height: 50px !important;
    background-color: #fff;
    background: url(../images/arrow.png) no-repeat 95% center !important;
    text-transform: none;
    border: 1px solid #ccc;
    text-align: left;
    color: #555;
    letter-spacing: 0px;
    padding-top: 10px;
    padding-left: 12px;
}

button.multiselect .multiselect-selected-text{
    font-size: 18px;
    font-family: TheLight;
    width: 50%;
    margin-top: 0px;
    border-radius: 0px;
}

.block-important{
  display: block !important; 
}

button.multiselect .caret{
  display:none !important;
}

.width-specifications-col{
  width: 40%;
}

.width-specifications-col-small{
  width: 20%;
}

ul.multiselect-container{
  width:75%;
}

ul.multiselect-container li.active a{
  background:none !important;
  color:inherit !important;
}

ul.multiselect-container input{
  height: 14px !important;
  width: auto !important;
  margin-right: 5% !important;
  /*margin-top: 5% !important;*/
}

ul.multiselect-container .checkbox{
  font-size: 15px !important;
  font-family: TheLight;
  line-height:25px;
}

.link-home, .link-home:hover{
    font-family: TheMed;
    color: white;
    font-size: 18px;
    padding-top: 10px;
    letter-spacing: 2.5px;
    line-height: 28px;
    border-bottom: solid white 2px;
    padding-bottom: 0px;
}

.padding-bottom-small{
  padding-bottom: 10%;
}

.underline-text{
  text-decoration: underline;
}

.no-decoration{
  text-decoration: none;
}

#place-order, #place-order-desk, .button-black{
    background: white;
    border: 1px solid black !important;
    padding-top: 14px;
    padding-bottom: 10px;
    color: black !important;
    padding-left: 20px;
    padding-right: 20px;
    font-family: TheMed !important;
    font-size: 13px;
}

.container-navbar{
  padding-right: 1%;
  padding-left: 2%;
}

.border-left-place{
  border-left: 2px solid #979797;
  padding-left: 3%;
}

.black-big-line{
  border-top: 7px solid black;
}

.black-med-line{
  border-top: 3px solid black;
}

#place-order:hover, #place-order-desk:hover, .button-grey:hover, .place-order:hover, .button-black:hover{
  background: #005AFF !important;
  color: white !important;
  border: 1px solid #005AFF !important;

}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }

.legal-boxes{
  border-left: 1px solid #E0E0E0;
  padding-left: 8%;
  padding-right: 8%;
}

.important-title{
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 5px;
}

.hr-place-order{
  border: 1px solid #979797;
  margin-top: 2%;
  margin-bottom: 5%;
}

.place-order-blue{
    background: #0075FF;
    color: white;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    border: solid 1px #0075FF;
    font-family: TheMed;
}
.text-center{
  text-align: center !important;
  display: block;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
  color: black;
  border: none;
  font-family: TheMed;
  background-color: white;
  font-size: 14px;
}

.pagination>li>a, .pagination>li>span{
  color: #CECECE;
  border: none;
  font-family: TheMed;
  font-size: 14px;
}

.regular-font{
  font-family: TheReg;
}

.medium-font{
  font-family: TheMed;
}

.news-people{
  color: #B3B3B3;
  font-family: TheReg;
  font-size: 14px;
}

.news-title{
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 15px;
}

.padding-xs{
  padding-top: 2%;
  padding-bottom: 2%;
}

p{
  font-family: TheLight;
  font-size: 20px;
  padding-bottom: 10px;  
  color: black;
  line-height: 30px;
}

.p-order-title{
    font-size: 12px;
    text-transform: uppercase;
    font-family: TheBold;
    letter-spacing: 2px;
    line-height: 22px;
}

.p-order{
  font-size: 14px;
    font-family: TheLight;
    color: #939393;
    line-height: 24px;
}
.padding-title{
  padding-top: 25%;
}

.small-text{
  font-size: 18px;
  line-height: 30px;
}

.big-text{
  font-size: 20px;
  line-height: 35px;
}

.xs-text{
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
}

#first-section .big-text:hover{
  text-decoration: underline;
}

.smaller-text{
  font-size: 18px;
  line-height: 28px;
}

.regular-text{
  font-size: 25px;
  line-height: 35px;
}

.unlock{
  font-family: TheBold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
}

.justify-text{
  text-align: justify;
}

.items-height{
  height: 200px;
}

hr{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  font-family: TheLight;
  font-size: 20px;
  color: #004FFF;
  cursor: pointer;
}

.marker{
  cursor: pointer;
  color: black !important;
  font-family: TheMed !important;
  text-decoration: none !important;
}

a:hover,
a:focus {
  cursor: pointer;
  color: #9B9B9B;
  text-decoration: none !important;
}

.boxes-padding, .small-pad-sides{
  padding-left: 5%;
  padding-right: 5%;
}

.med-img{
  width: 70%;
}

.smallest-text{
  font-size: 15px;
  line-height: 25px;
}

.link-meyer{
  color: black;
  font-family: TheMed;
}

.link-thomas{
  color: white;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.link-latches{
  font-size: inherit;
  color: white !important;
  text-decoration: underline !important;
}

.margin-left-minus-half{
  margin-left: -50%;
}

.menu-active{
  color: black !important;
  font-family: TheBold !important;
}

.carousel-indicators li{
  border: 1px solid #D7D7D7;
}

.carousel-indicators .active{
  background-color: #D7D7D7;
}

input, select{
    border-radius: 0px !important;
    font-family: TheLight !important;
    font-size: 18px !important;
    line-height: 28px !important;
    height: 50px !important;
    width: 92% !important;
}

textarea{
  border-radius: 0px !important;
  font-family: TheLight !important;
  font-size: 18px !important;
  line-height: 28px !important;  
}
select{
  background: url("../images/arrow.png") no-repeat 95% center !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="button"]:focus,
.uneditable-input:focus {   
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.1);
  outline: 0 none;
}

.no-paddings{
  padding-right: 0px !important;
  padding-left: 0px!important;
}

.box-order{
  height: 450px;
}

.no-margin-top{
  margin-top: 0px;
}

.important-p{
  font-size: 30px;
  line-height: 60px;
}

.menu-legal li{
  list-style: none;
  font-family: TheMed;
  text-transform: uppercase;
  color: #B2B2B2;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 2.5px;
  cursor: pointer;
}

.menu-legal{
  padding-left: 0px;
}

button{
    font-family: TheMed;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    background-color: white;
    border: solid 1px black;
}

.award{
  padding-left: 4%;
  padding-right: 4%;
}

input{
  padding-left: 20px;
  padding-right: 20px;
  color: #AFAFAF;
  background: white;
  border: solid 1px #D9D9D9;
}

.required-field{
  font-size: 25px;
  font-family: TheLight;
  color: #FF1818;
}

.required-field-error{
  border: 1px solid #FF1818 !important;
}

 .title-inline, .dis-inline{
    display: inline !important;
  }

.upper{
  text-transform: uppercase;
}

.border-left-grey{
  border-left: solid 1px #EDEDED;
}


.input-text{
  padding-left: 20px;
  padding-right: 20px;
  color: #AFAFAF;
}

.mortise{
  height: 300px;
}

#main-menu.navbar-default{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #9B9B9B;
  text-align: left;
  font-family: TheLight;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #9B9B9B;
 opacity:  1;
 text-align: left;
 font-family: TheLight;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #9B9B9B;
 opacity:  1;
 text-align: left;  
 font-family: TheLight; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #9B9B9B;
 text-align: left;   
 font-family: TheLight;
}

.border-light{
  border: solid 1.5px #E0E0E0 !important;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-secundary {
  background: #B8B8B8;
  border-color: #A0A0A0;
  border-radius: 40px;
  color:white;
}

.btn.btn-secundary:hover,
.btn.btn-secundary:focus {
  background: #A0A0A0;
}

.btn.btn-primary {
  background: #1E90FF;
  border-color: #1E6bff;
  border-radius: 40px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #1E6bff;
}

.btn.btn-sec {
  color: white;
  font-size: 8px;
  margin-top: 5px;
  background: black;
  border-color: black;
  border-radius: 40px;
}
.btn.btn-sec:hover,
.btn.btn-sec:focus {
  border-color: white;
  background: white;
  color: black;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

.main-menu{
    padding-bottom: 15px;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.half-size{
  width: 50%;
}

.main-menu > li {
    float:left;
    list-style-type:none !important;
    padding-right:30px;
}

.margin-left-small{
  margin-left: 3%;
}

.sub-menu {
    border-top: solid 15px white;
    margin-left: -40px !important;
    width: 250px !important;
    margin-top: 0px;
}

.sub-menu li {
    float:left;
    width: 190px;
    height: 70px;
    border-bottom: solid 0.7px #4B4848;
    line-height: 20px;
    width: 250px;
    margin-left: -40px;
    padding-left: 30px;
}

.sub-menu-p{
  border-top: solid 15px white;
    margin-left: -20px !important;
    width: 170px !important;
    margin-top: 0px;
}

.sub-menu-p li {
    float:left;
    width: 190px;
    height: 70px;
    border-bottom: solid 0.7px #4B4848;
    line-height: 20px;
    width: 170px;
    margin-left: -40px;
    padding-left: 30px;
}

.margin-left-right{
  margin-left: 5%;
  margin-right: 5%;
}

.main-menu li ul{
    display: none;
    position: absolute;
    padding-right:30px;
    left: 0;
    background: black;
    color: white;
    list-style: none;
}

.main-menu li ul a{
    color: white;
    text-decoration: none !important;
    font-family: TheMed;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
}


.main-menu li:hover ul { 
  display: block;
      position: absolute;
    padding-right:30px;
    left: 0;
    background: black;
    color: white;
    list-style: none; 
}

.mleft-custom{
  margin-left: 25px;
}

.batteries{
  width: 100px;
}

.main-menu li.active {
    background-color:blue;
}

.border-bottom-grey{
    border-bottom: 1px solid #E0E0E0;
}

.border-r-white{
    border-right: 0.5px solid white;
}

.border-top-bottom{
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.pbottom-menu{
  padding-bottom: 15px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.width-latch{
  width: 90%;
}
.minus-mar-input{
  margin-left: -5px;
}

/*****************************************************************
******************************HEADER******************************
*****************************************************************/

.navbar-back-color{
  background: white !important;
  border-bottom: 1px solid #E0E0E0 !important;
}

.navbar-back-color-transparent{
  background: white !important;
  border-bottom: 1px solid #E0E0E0 !important;  
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}

#news-section h6{
  height: 80px;
}

#drawing-section{
  background-image: url("../images/back-drawing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#first-section-architect{
  background: url("../images/architects.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}

#first-section-landing{
  background: url("../images/back-slider.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}

#first-section-developers{
  background: url("../images/developers.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

#first-section-residents{
  background: url("../images/residents.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#first-section-distributors{
  background: url("../images/distributors.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.padding-subtitle{
  padding-top: 33%
}

.italic-text{
  font-style: italic;
}

.margin-right-small{
  margin-right: 5%;
}

.grey-box{
  border: solid 1px #DEDEDE;
  height: 900px;
}

.big-font{
  font-size: 35px;
}

.special-title{
    margin-left: 50%;
    z-index: 1;
    padding-top: 50%;
}

.smaller-img{
  width: 75%;
}

.smaller-img-half{
  width: 55%;
}

.xs-img{
  width: 20%;
}

.ptop-small-menu{
  padding-top: 15px;
}

.blue-color{
  color: #0075FF;
}

.ptop-big-menu{
  padding-top: 25px;
}

.button-grey{
    border: solid 1px #ADADAD;
    color: #ADADAD;
}

.img-hand{
  width: 150%;
  padding-top: 50%;
}

.place-individuals-text{
    color: black;
    font-size: 15px;
    line-height: 25px;
}

.button-info-over{
  background-color: black;
  color: white;
}

.button-info-min{
  min-height: 218px;
}

.hand-left{
  margin-left: -250px;
  width: 120%;
  margin-bottom: -1px;
}

#footer {
  background: black;
  letter-spacing: 2px;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer li {
    float: left;
}

#footer li a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

#footer li a:hover {
  color:white;
}

.footer-big-font{
  font-size: 14px;
  font-family: TheMed;
  color: white;
}

.small-font{
  font-size: 18px !important;
}

.footer-small-font{
  font-size: 11px;
  font-family: TheReg;
  color: #9B9B9B;
}

.white-font{
  color:white;
}

.close{
  float: left;
  font-size: 40px;
  color: white;
}

.special-width{
  width: 38%;
}

.special-width-two{
  width: 29.5%;
}

.black-font{
  color: black !important;
}

.grey-dark-color{
  color: #4A4A4A;
}

.grey-dark-background{
  background-color: #252627;
}

.inner-letter-three{
  letter-spacing: 3px;
}

.grey-font{
  color: #E0E0E0;
  font-family: TheReg;
  font-size: 25px;
}

.grey-p{
  color: #939393 ;
  font-family: TheLight;
}

.m-left-small{
  margin-left: 5%;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.first-section-legal, .first-section-spe{
  margin-top: 5%;
}

.first-section{
  margin-top: -15px;
}

.logo{
  width: 130px;
  padding-top: 10px;
}

.background-white {
  background: white;
}

.background-black {
  background: black;
}


.background-grey {
  background: #FAFAFA; 
}

.rectangle-background{
  background-image: url("../images/rectangle-grey.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.center{
  text-align: center;
}


.padding-top-bottom{
  padding-top: 5%;
  padding-bottom: 5%;
}

.padding-top-bottom-small{
  padding-top: 10%;
  padding-bottom: 10%;
}

.cellphone-img-small{
  width: 35%;
}

.cellphone-img{
  width: 60%;
}

.list-number{
  list-style-type: decimal;
}

.list-letter{
  list-style-type: lower-alpha;
}

.list-roman{
  list-style-type: lower-roman;
}

.list-bullet{
  list-style-type: disc;
}

.medium-pad-sides{
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.padding-top-bottom-regular{
  padding-top: 15%;
  padding-bottom: 15%;
}

.padding-top-bottom-slider{
  padding-top: 5%;
  padding-bottom: 15%;
}

.padding-bottom-ten{
  padding-bottom: 10%
}

.padding-top-small{
  padding-top: 5%
}

.padding-top-ten{
  padding-top: 10%
}

.padding-top-xsmall{
  padding-top: 3%;
}

.padding-top-twenty{
  padding-top: 20%
}

.padding-top-half{
  padding-top: 50%
}

.padding-bottom-footer{
  padding-bottom: 3%;
}

.padding-bottom-twelve{
  padding-bottom: 12%
}

.padding-top-bottom-medium, .padding-top-bottom-medium-t{
  padding-top: 20%;
  padding-bottom: 20%;
}

.padding-top-bottom-big{
  padding-top: 35%;
  padding-bottom: 35%;
}

.padding-bottom{
  padding-bottom: 5%;
}

.padding-top-fifteen{
  padding-top: 15%;
}

.info-text{
  font-family: TheMed;
  font-size: 18px;
  text-decoration: underline;
  line-height: 28px;
}

.left-negative{
  margin-left: -50px;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}

.copy{
  float: right;
  color: #9B9B9B;
  font-size: 11px;
  font-family: TheReg;
}

.modal-header {
  border-bottom: none;
}

.background-thomas{
  background-image: url("../images/thomas_back.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.back-all{
  background-position: top center;
}

.img-responsive{
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-dialog{
  width: 70%;
}

.rights{
  font-size: 13px;
  color: #B7B7B7;
  font-family: TheThin;
}

.margin-top-icon-bar{
  margin-top: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #272328;
  margin-bottom: 7px;
}

.cursor{
  cursor: pointer;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 20px 0px 21px;
}

.full-width{
  width: 100%;
}

.right-align{
  text-align: right;
}

.left-align{
  text-align: left;
}

.padding-left-right{
  padding-left: 2%;
  padding-right: 2%;
}

.padding-left-right-small{
  padding-left: 5%;
  padding-right: 5%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: black;
    overflow-x: hidden;
    /* transition: 0.5s; */
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 80px;
    padding-left: 10%;
}  

.overlay a, .overlay p {
    text-decoration: none;
    font-size: 18px;
    line-height: 35px;
    color: white;
    font-family: TheReg;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
    letter-spacing: 2.5px;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    font-size: 30px;
    padding-top: 5%;
    padding-left: 5%;
}


label span.reason{
  color:#999;
  font-size:14px;
  font-family: inherit;
  padding-left:10px;
  font-weight:normal;
}

/*****************************************************************
************************MEDIA QUERYS TABLET***********************
*****************************************************************/

@media only screen and (max-width:1250px) and (min-width:991px) {

  .box-order{
    height: 400px;
  }

  .first-section-legal, .first-section-spe{
    padding-top: 0%;
  }

  .grey-box{
    border: solid 1px #DEDEDE;
    height: 850px;
  }


  .padding-subtitle{
    padding-top: 33%
  }

  .items-height{
    height: 180px;
  }

}

@media only screen and (max-width:990px) and (min-width:769px) {

  .items-height{
    height: 150px;
  }

  .padding-subtitle{
    padding-top: 40%
  }

  .grey-box{
    border: solid 1px #DEDEDE;
    height: 680px;
  }

  .box-order{
    height: 320px;
  }

 .text-center-mobile{
    text-align: center !important;
  }

  .first-section{
    margin-top: 0px;
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .img-small-mobile{
    width: 60%;
  }
  
 .text-left-tablet{
    text-align: left !important;
  }

  .padding-top-only-media{
    padding-top: 15%;
  }

  #logo-black{
    margin-left: 20%;
  }

  .main-menu > li{
    padding-right: 0px;
  }  

  .container-navbar{
    padding-right: 5%;
    padding-left: 1%;
  }

  label{
    font-size: 16px;
    height: 50px !important;
    padding-top: 5px;
    display: inline-block;
  }

  label span.reason{
    font-size:12px;
  }

  input, select {
      border-radius: 0px !important;
      font-family: TheLight !important;
      font-size: 14px !important;
      line-height: 28px !important;
      height: 50px !important;
      width: 92% !important;
  }

  h1{
    font-family: TheBold;
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 40px;
    letter-spacing: 8px;
  }

  .padding-top-small{
    padding-top: 5%
  }

  .padding-top-ten{
    padding-top: 2%;
  }

  .div-six{
    width: 70%;
    margin-left: -10%;
  }

  .hand-left {
      margin-left: 0px;
      width: 130%;
      margin-bottom: -1px;
  }

  .padding-top-twenty, .padding-top-fifteen{
    padding-top: 10%;
  }

  .pad-tablet{
    padding-top: 5%;
  }
  .padding-top-bottom-big {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .padding-top-bottom-medium {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .no-pad-tablet{
    padding-left: 0px;
    padding-right: 0px;
  }

  .padding-top-bottom-small {
      padding-top: 5%;
      padding-bottom: 5%;
  }

  .padding-top-bottom-medium{
      padding-top: 10%;
      padding-bottom: 10%;
  }

  .padding-top-bottom-regular{
      padding-top: 20%;
      padding-bottom: 20%;
  }

  .big-tablet {
    margin-left: 5%;
    width: 90%;
  }

  .text-center-mobile{
    text-align: center;
  }


  .padding-bottom-ten {
      padding-bottom: 5%;
  }

  .big-pad-tablet{
    padding-top: 70%;
  }

  .p-order {
    font-size: 14px;
    font-family: TheLight;
    color: #939393;
    line-height: 17px;
  }

  .big-font {
    font-size: 25px;
  }

  body{
    background: white;
  }

}

/*****************************************************************
******************MEDIA QUERY AFTER CELLPHONE*********************
*****************************************************************/

@media only screen and (min-width: 1200px) {
  .first-section-legal, .first-section-spe{
    padding-top: 0%;
  }
}
/*****************************************************************
******************MEDIA QUERY AFTER CELLPHONE*********************
*****************************************************************/

@media only screen and (min-width: 769px) {


  #main-menu.navbar-default {
    background: black;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    font-family: TheReg;
    letter-spacing: 3px;
    line-height: 20px;
    color: #ADADAD;
    margin-top: 23px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .hide-desktop{
    display: none;
  }

  .hide-mobile{
    display: block;
  }

  .hide-desktop-img{
    width: 0px !important;
  }

  .hide-mobile-img{
    width: auto !important;
  }

  .small-font-title{
    font-size: 23px;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }

  #main-menu.navbar-default .navbar-nav > li:hover > a{
    color: black;
  }

  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }

  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }

  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }

  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }

  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: black;
  }
}

/*****************************************************************
*********************MEDIA QUERY CELLPHONE************************
*****************************************************************/
@media only screen and (max-width: 769px) {

  .legal-boxes{
    border-left: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-subtitle{
    padding-top: 50%
  }

  .special-width, .special-width-two{
    width: auto;
  }

  .m-left-small{
    margin-left: 0%;
  }


  label{
    font-size: 16px;
    height: 50px !important;
    padding-top: 5px;
    display: inline-block;
  }

  label span.reason{
    font-size:12px;
  }
  
  input, select{
    font-size: 14px !important;
  }

  .grey-font {
      font-size: 20px;
  }
  .grey-box{
    border: solid 1px #DEDEDE;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    background-color: white;
  }

  .margin-top-bottom-small{
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .white-font{
    color:white !important;
  }

  .padding-top-bottom-big, .padding-top-bottom-max{
    padding-top: 120%;
    padding-bottom: 20%;
  }

  #first-section-design{
    background-image: url("../images/eye-mobile.png");
    background-size: cover;
    background-repeat: no-repeat; 
    margin-bottom: -30px;  
    padding-top: 150%;
  }

  #first-section-architect{
    background-image: url("../images/architects-home-mob.png");
    background-size: cover;
    background-repeat: no-repeat; 
    margin-bottom: -30px;  
  }

  #first-section-landing{
    background-image: url("../images/Slider2-mob.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    margin-bottom: -30px;  
  }

  #first-section-developers{
    background-image: url("../images/developers-home-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -30px;
  }

  #first-section-residents{
    background-image: url("../images/residents-background-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -30px;
  }

  #first-section-distributors{
    background-image: url("../images/distributors-background-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -30px;
  }

  #first-section, #first-section-individuals, #first-section-multiple, .pad-first{
    padding-top: 120px;
  }

  .important-p{
    font-size: 18px;
  }

  .padding-top-half, .padding-top-fifteen, .padding-title, .padding-top-twenty, .padding-top-ten, .first-section-legal, .first-section-spe{
    padding-top: 10%
  }

  .padding-bottom-ten{
    padding-bottom: 8%;
  }

  .padding-top-bottom-small, .padding-top-bottom{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .padding-top-bottom-medium{
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .padding-top-bottom-regular {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .first-section{
    margin-top: 0px;
  }

  .big-img-mobile{
    margin-left: -10%;
    width: 120%;
  }

  .important-p{
    font-size: 20px;
    line-height: 35px;
  }

  span {
    font-family: TheMed;
    font-size: 18px;
  }

  .hand-left{
    text-align: center;
    max-width: 100%;
    margin-bottom: -3px;
    margin-left: 0px;
  }

  .copy-text{
    color: #9B9B9B;
    font-size: 11px;
    font-family: TheReg;
    text-align: center;
    padding-top: 10%;
  }

  .padding-top-bottom-slider{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .grey-boxes{
    border: 1px #D0D0D0 solid;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 10%;    
  }

  .padding-bottom-footer{
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .navbar.navbar-default .navbar-toggle{
    margin-top: 10px !important;
  }

  .navbar-back-color{
    background: white !important;
  }

  .navbar-toggle:hover, .navbar-toggle:focus {
    background: transparent !important;
  }

  .modal-dialog{
    width: 90%;
  }

  .center-mobile-align{
    text-align: center;
  }

  .img-mobile-w{
    width: 60%;
  }

  .award{
    width: 20%;
  }

  .img-mobile-w-small{
    width: 40%;
  }

  .img-mobile{
    width: 80%;
  }

  .black-mobile{
    color: black !important;
  }
  
  
  .margin-logo-white{
    margin-left: 50%
  }

  .padding-left-img{
    padding-left: 0px !important;
  }

  .max-width-img{
    max-width: 120%;
  }

  .max-width-img-big{
    max-width: 140%;
  }

  #footer li a:hover {
    color:white;
  }

  .navbar-back-color-transparent{
    background: white !important;
    border-bottom: 1px solid #eee !important;
  }

  .title-inline{
    display: inline !important;
  }

  .hide-desktop{
    display: block;
  }

  .hide-desktop-img{
    width: auto !important;
  }

  .hide-mobile{
    display: none;
  }

  .hide-mobile-img{
    width: 0px !important;
  }

  .sidebar-menu-left{
    left: 180px !important;
  }

  .navbar.navbar-default .navbar-toggle {
    margin-top: 20px;
    border:none;
  }

  hr{
    width: 150%;
    margin-left: -20%;
  }

  .text-center-mobile{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-toggle {
    float: left;
    margin-left: 20px;
  }

  .p-left-med{
    padding-left: 20%;
    padding-top: 5%;
  }

  .p-left-small{
    padding-left: 10%;
    padding-top: 5%;
  }

  .margin-left-small, .left-negative{
    margin-left: 0px;
  }


  h2, h3, h5, h6{
    font-family: TheMed;
    color: black;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    letter-spacing: 2.5px;
    line-height: 28px;
  }

  h1{
    font-family: TheBold;
    color: black;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 32px;
    padding-top: 0px;
    margin-top: 0px;
  }

  h4{
    font-family: TheBold;
    color: black;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 30px;
  }

  p{
    font-family: TheLight;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 18px;
    color: black;
    line-height: 28px;
    text-align: left;
  }

  .img-hand{
    width: 60%;
    padding-top: 15%;
    margin-left: -100px;
    position: absolute;
  }

  .smaller-img, .img-small-mobile{
    width: 60%;
  }

  .mleft-custom{
    margin-left: 0px;
  }

  .small-text, .small-text-mobile, .big-text{
    font-family: TheLight;
    font-size: 16px;
    color: black;
    line-height: 30px;
  }

  .med-text{
    font-family: TheLight;
    font-size: 18px;
    color: black;
    line-height: 38px;
  }

  .link-thomas{
    font-size: 18px;
    padding-bottom: 80%;
  }

  .border-left-grey{
    border-left: none;
  }

  .hr-new{
    margin-left: -10%;
    width: 120%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .logo{
    position: absolute;
    left: 45%;
    margin-left: -35px !important;
    margin-top: -8px;
    width: 120px;
  }

  .nav>li{
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .margin-left-minus-half{
    margin-left: 0px;
  }

  #place-order, #place-order-desk{
    background: transparent;
    font-co: white;
    color: white !important;
    width: 100%;
    border: 1px solid white !important;
    width: 115px;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .made-links{
    font-size: 12px !important;
  }

  .made-op{
    opacity: 0.5;
    padding-bottom: 0px;
  }

  .button-info-mobile{
    padding-top: 5%;
    margin-top: 4%;
    height: 150px;
  }

  .button-architect{
    background: url("../images/button-architect.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .button-developer{
    background: url("../images/button-developer.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .button-distributor{
    background: url("../images/button-distributor.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .button-resident{
    background: url("../images/button-resident.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .background-dark{
    background: url("../images/dark_back.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .background-light{
    background: url("../images/light_back.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }

  .m-learn-more-r{
    margin-right: 25%;
  }

  .m-learn-more-l{
    margin-left: 25%;
  }

  .no-paddings-mobile{
    padding-right: 0px !important;
    padding-left: 0px!important;
  }

  button.multiselect .multiselect-selected-text{
    font-size: 14px !important;
  }

  body{
    background: white;
  }

  .plus-img{
    width: 40%;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
  }

  .learn-more-first-title{
    font-family: TheBold;
    font-size: 10px !important;
  }

  .learn-more-second-title{
    font-family: TheBold;    
    font-size: 24px !important;
  }  

  .ptop-special{
    margin-top: 35px;
  }

  .td-products{
    border-top: none !important;
  }

  .mortise {
    height: 200px;
  }

  .order-now-section .col-sm-5 {
    padding-bottom: 10%;
  }
}
