/* Customize THEME */
 @import url('webfont/sofiapro.css');

html{background-color:inherit;}
body {
	background-color: #ffffff !important;
	color: #141414;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	min-width: 1200px;
	-webkit-font-smoothing: antialiased;
}
.fx {-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;}
a, a:active, a:focus, a:hover {color: #f0b537;}
.one-pad{padding: 0 5%;}


.pace .pace-progress{background:#f0b537;height:3px}

.grid {
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: auto;
}
p {
	font-size: 16px;
}
.text-body, .text-body p {
	font-size: 16px !important;
	line-height: 26px;
}
.fs-24 {
	font-size: 24px;
}
.text-light {
	color: #cccccc !important;
}
.main-logo {
	padding-top: 22px;
}
.main-logo img {
	height: 52px;
	width: 247px;
}
.text-sofia {
	font-family: 'sofia_prolight' !important;
	font-weight: normal;
    font-style: normal;
}
.main-header {
	height: 97px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #212121;
	z-index: 1001;
}
.main-navi li {
	list-style: none;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 10px;
}
.main-navi li a {
	font-size: 17px;
	color: #fff;
	padding-top: 10px;
}
.main-navi li a:hover, .main-navi li a.on {
	color: #f0b537;
	border-top: 3px solid #f0b537;
}
.fs-18 {
	font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.va-middle {
	vertical-align: middle !important;
}

.main-promo {
	height: 230px;
	background: rgba(0,0,0,0.1);
}

.main-list {
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.nav-login a {
	border: 1px solid #f0b537 !important;
	color: #f0b537 !important;
	padding: 5px 15px !important;
}
.nav-login a:hover  {
	background-color: #f0b537;
	color: #fff !important;
} 
.main-list-ul {
	margin: 0;
	padding: 0;
}
.main-list-ul li {
	list-style: none;
	display: inline-block;
	width: 275px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 220px;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
	padding: 0;
}
.no-mar-r {
	margin-right: 0 !important;
}
.main-list-ul li img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 160px;
}

.main-list-detail {
	width: 275px;
	height: 220px;
	background: rgba(0,0,0,0.6);
	display: none;
	position: absolute;
	margin-top: -216px;
	padding: 20px;
	color: #fff;
}

.headline-list {
	font-size: 22px;
	color: #333333 !important;
	font-family: 'sofia_prolight' !important;
}
.is-sticky .main-header {
	height: 60px !important;
}
.is-sticky .main-logo img {
	height: 30px;
	width: auto;
	margin-top: -7px;
}
.is-sticky .main-navi li {
	margin-top: 10px;
}
.btn-list {
	background: #f1f1f1;
	color: #777777 !important;
	border-radius: 5px;
	text-align: center;
	font-size: 15px !important;
	padding: 3px 0;
}

.headline-big {
	font-size: 30px;
	color: #141414 !important;
	margin: 0;
	padding: 0;
}
.headline-small {
	font-size: 18px;
	color: #141414 !important;
	margin: 0;
	padding: 0;
}
.text-grey2 {
	color: #717171 !important;
}

.main-list-ul li:hover {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.30);
}
.main-list-ul li:hover img{
	opacity: .8;
}
.main-list-ul li:hover h3{
	color: #f0b537 !important;
}
.btn-list:hover {
	background: #f0b537;
	color: #fff !important;
}
.slimup {
	width: 50px;
	height: 3px;
	background: #f0b537;
	margin-left: 2px;
}
.slimup0 {
	width: 50px;
	height: 3px;
	background: #f0b537;
	margin-left: 2px;
}
.main-footer {
	background: #212121;
	border-top: 3px solid #f0b537;
	height: 50px;
	color: #828283 !important;
	font-weight: 400;
	letter-spacing: .5px;
}
.main-footer a {
	color: inherit;
}
.main-footer a:hover {
	color: #f0b537;
}


.main-promo-ul {
	margin: 0; padding:0;
}
.main-promo-ul li {
	background: url(../storage/image/liimg.png) no-repeat;
	padding-left: 30px;
	margin: 5px 0;
	list-style: none;
	font-size: 16px;
	letter-spacing: .5px;
	color: #141414;
	text-transform:uppercase;
	font-family: 'sofia_prolight' !important;
}

.text-bigup {
	font-size: 16px;
	line-height: 25px;
	color: #141414;
	font-weight: 400;
}
.coop-img {
	width: auto;
	height: 60px;
	opacity: .6;
	margin: 0 20px;
}
.coop-img:hover {
	opacity: 1;
}

.no-radius {
	border-radius: 0px;
}
.fs-16 {
	font-size: 16px !important;
}

.headline-sub {
	font-size: 40px;
	color: #333333 !important;
	margin: 0;
	padding: 0;
}


.btn-brand {
	background: #f0b537;
	border-radius: 5px;
	color: #fff;
	border: none;
	font-size: 18.2px;
	padding: 12px 30px;
}
.btn-brand:hover {
	color: #fff;
	background: #F95110;
}

.form-control {
	padding: 0 0 0 10px;
}
.fs-36 {
	font-size: 36px;
}
.fs-28 {
	font-size: 28px;
}
.text-grey3 {
	color: #a29c9c !important;
}
.padfix-check {
	margin: -15px -25px 20px 0;
}
.m-r-xs {
	margin-left: 2px;
}
.m-t-xs {
	margin-top: 2px;
}

.arrow-r {
	background: url('../storage/image/arrow-r.png') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.separ-double {
	border-bottom: 4px double #d1d1d1;
}

.chooseme-alt:active, .chooseme-alt:focus {
	color: #141414 !important;
}
ul.gettyp  {
	background: #fff;
}
.gettyp li a {
	color: #141414;
	font-size: 16px;
	border-radius: 0;
}
.gettyp li:hover a {
	background: #f0b537;
	color: #fff;
}
.chooseme-alt {
	background: #f0b537;
	font-size: 18px;
	font-family: 'sofia_prolight' !important;
	height: 48px;
	padding: 13px 15px;
	text-align: left;
	color: #fff;
	border: none;
}
.chooseme-alt:hover, .chooseme-alt:focus {
	color: #fff;
	background: #ED5511;
	border: none;
}
.chooseme-alt:focus {
	color: #141414;
	padding-top:18px;
}
.chooseme-alt .chooser {
	background: url('../storage/image/chooseme-alt.png') no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -20px;
	position: absolute;
	right: 12px;
	top: 34px;
}

.chooseme {
	background: url('../storage/image/form-choose.png') no-repeat 96% 50%;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 16px !important;
	height: 38px;
	color: #141414;
	border: 1px solid #d1d1d1;
	-moz-appearance: none;
}
.chooseme-label {
	color: #141414 !important;
	font-size: 18px;
	font-family: 'sofia_prolight' !important;
}

.icon-help {
	font-size:14px;
	color: #8c8c8c;
}
.icon-help:hover {
	cursor: pointer;
}

.z-1000 {
	z-index: 1000 !important;
}


.detailed-items div.grid-alt:hover {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	border: 1px solid #d1d1d1;
	cursor: pointer;
	background: rgba(0,0,0,0.01);
}

.grid-active {
	background-color: rgba(251, 96, 26, 1);
	color: #fff !important;
}
.grid-active div, .grid-active span {
	color: #fff !important;
}

.b-dark {
	border: 1px solid #D1D1D1 !important;
	margin-bottom: 3px;
}




[class*='grid-'] {
 float: left;
 padding: 10px;
 width:100%;
}
.clear-grid{
clear:both;
float:inherit;
}
.grid-12 {
width: 100%;
}
.grid-11 {
width: 91.666663%;
}
.grid-10 {
width: 83.33%;
}
.grid-9 {
width: 74.999997%;
}
.grid-8 {
width: 66.66666664%;
}
.grid-7 {
width: 58.333%;
}
.grid-6 {
width: 50%;
}
.grid-5 {
width: 41.6665%;
}
.grid-4 {
width: 33.33%;
}
.grid-3 {
width: 24.99%;
}
.grid-2 {
width: 16.66666%;
}
.grid-1 {
width: 8.33%;
} 
.grid-alt {
	width: 49.85%;
	float: right;
	margin-bottom: 5px;
}


.item{
	display: inline-block;
	width:275px;
	height:220px;
	margin-right: 22px;
	margin-bottom: 20px;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	position: relative;
	top:0;
	left:0;
	z-index:5;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.item-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border-radius: 3px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-8 */

	-webkit-transition: background-color 0.3s ease-in-out;
	   -moz-transition: background-color 0.3s ease-in-out;
	    -ms-transition: background-color 0.3s ease-in-out;
	     -o-transition: background-color 0.3s ease-in-out;
	        transition: background-color 0.3s ease-in-out;
}
.item:hover .item-overlay{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-8 */
	background-color: rgba(0,0,0,0.4);
}
.item-content{
	position: absolute;
	width:100%;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	   -moz-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);
	     -o-transform: translate(0,100%);
	        transform: translate(0,100%);
	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	
}
.item:hover .item-content{
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
	    
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.item-top-content{
	position: relative;
}
.item-top-content-inner{
	position: absolute;
	bottom: 0;
	padding:0px;
	background: rgba(255,255,255,.9);
	width:100%;
}
.item-add-content{
	padding:0 15px 15px 15px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item:hover .item-add-content{
	opacity:1
}
.item-add-content-inner{
	border:0px solid #dadada;
	border-top-width:1px;
	padding:10px 5px 5px 5px;
	font-size: 14px;
	font-weight: 400;
	color: #141414 !important;
}

.item:hover h3 {
	color: #f0b537 !important;
}

/* content */

.item-product{
	width:100%;
	float:left;
}

.item-content{
	background: rgba(255,255,255,.9);
}

form.kform table {
  width: 100%;
}
form.kform input, form.kform textarea {
  width: 210px;
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 15px;
  color: black;
  font-family: 'Ubuntu';
  margin: 0 0 14px 0;
}
form.kform textarea {
  height: 135px;
  width: 466px;
}
form.kform input.subm {
  cursor: pointer;
  width: 140px;
  background: black;
  color: white;
}
form.kform input.subm:hover {
  background: white;
  color: black;
}




.modal.fade.fill-in .fa-close {
	cursor: pointer;
}
.modal.fade.fill-in .modal-dialog {
	height: inherit;
	margin-top: 15% !important;
}
.modal.fade.fill-in .modal-dialog .modal-content {
	display: inherit !important;
}

.dropdown-backdrop {
    position: static;
}


.body-pad {
	padding-top: 97px;
}

.header-wrap {
	min-width: 1200px;
	width: 100%;
	display: block;
	height: 97px;
}

.tiny .main-header {
	height: 60px !important;
	position: fixed;
	left: 0 !important;
	min-width: 1200px;
	min-width: 100vh;
	width: 100%;
}
.tiny .main-header .main-logo {
	padding-top: 10px !important;
}
.tiny .main-header .main-logo img {
	height: 38px !important;
	width: auto !important;
}
.tiny .main-header .main-navi li {
	margin-top: 10px !important;
}
