@font-face {
    font-family: AvenirR;
    src: url('/assets/fonts/AvenirNextLTPro-Regula.otf');
}


html, body, .main-content-wrapper, .side-nav {
    height: 100%;
}

h2          { font-size: 24px; }
h2, h4 {
    color:#fff;
}

.main-content-wrapper {
    background-color: #3c3a3b;
    color: #fff;
    padding-top: 7%;
    overflow: auto;
}

.main-content-wrapper a {
    color: #fff;
}
.main-content-wrapper a:hover {
    text-decoration: underline !important;
}

.company_name {
    margin-left: 30px;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    color: #111;
    margin-bottom: 50px;
}

.brand-logo img {
    height: auto !important;
    margin-left: 10px;
}

.sidebar-inner ul.sidebar-menu li a:hover {
    color: #07dbd8;
}

.sidebar-inner ul.sidebar-menu li.active a {
    color: #07dbd8;
}

.sidebar-inner ul.side-sub-menu li a, .sidebar-inner ul.sidebar-menu li a {
    line-height: 3.2 !important;
}

.hp-slogan {
    font-family: "AvenirR";
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}

.hp-banner {
    padding: 40px 100px 0px 80px;
}

.hp-banner img {
    width: 100%;
}

.bio-content {
    color: #fff;
    padding-top: 14%;
    padding-left: 60px;
}
.bio-content-right {
    padding-top: 14%;
}
.bio-content-right img {
    width: 70%;
}
.form-control           { color: #fff; }
#message                { width: 95%; }
.listing-image          { padding: 20px; background-color: #FFF;}
.listing-image img      { width: 100%; max-height: 300px; }
.container.products     { padding-left: 60px; }

.products .row          { margin-bottom: 50px; }

.products ul{
  list-style: none;
  height: 150px;
  width: 100%;
  margin: 0;
  padding: 0;
}


.products ul li{
  color: #bdbdbd;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}

.products ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.products ul li label{
  display: block;
  color: #bdbdbd;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.products ul li:hover label{
	color: #FFFFFF;
}

.products ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #FFF;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.products ul li:hover .check {
  border: 5px solid #FFFFFF;
}

.products ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: -1px;
  left: -1px;
  margin: auto;
  background-color: #FFF;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}



input[type=radio]:checked ~ .check::before{
  background: #07dbd8;
}

.products input[type=radio]:checked ~ label{
  color: #07dbd8;
}

.order-btns     { margin-top: 40px; }
.order-btns a   { width: 235px; font-weight: bold; }
.order-btns a:hover   { text-decoration: none !important; }
.request-original  { margin:auto; background-color: #3c3a3b; display: block; color: #fff !important; }
.order-painting, #submit-original-request          { background-color: #07dbd8 !important; color: #FFF !important; }

.modal .form-control { color: #555 !important; }

.press .item {
    height: 265px;
    background-color: #FFF;
    margin-bottom: 20px;
    color: #989898;
    padding: 15px 30px;
}
.press .item .title {
    color: #111;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
}

.press .item .short_des {
    height: 120px;
}

.press .item .read_more {
    color: #07dbd8;
}

.designs {
    padding-bottom: 40px;
}

.designs .item          { padding: 20px; background-color: #FFF; margin-bottom: 20px;}
.designs .item img      { width: 100%; max-height: 300px; }

.products h2 { margin-top: 8px; }

.cat_list { margin-bottom: 20px;}
.cat_list ul { margin: 0px; padding: 0px; list-style: none; margin-left: 15px; }
.cat_list > ul > li { border: 1px solid #fff; cursor: pointer; display: block; float: left; padding: 10px 25px; margin-right: 20px; }
.cat_list > ul > li:hover { color: #3c3a3b; background-color: #fff; }

.subscribe-wrap { text-align: center; padding-top: 15px; }
.subscribe-wrap h4 { color: #333; }
.subscribe-wrap input { margin-bottom: 10px; color: #111; }
.subscribe-success { display: none; }
@media (min-width: 992px) {
    .container  { width: 850px;   }
}

@media (min-width: 1200px) {
    .container  { width: 1040px;   }
}

@media (max-width: 992px) {
    .hp-banner  { padding: 20px;   }
    .cat-selector { width: 100%; }
    .cat_list { margin-top: 70px; }
}
