@charset "utf-8";

/* define main colors */
/*

	background: #000;
	background2:
	ci-background: #008aff;

	color: #fff;
	color2:
	ci-color: #008aff;

	linear-gradient: from: #28272c; | to: #34353a;
	ci-linear-gradient: from: #008aff; | to: #004c8d;
	
*/


html, body{ 
	width:100%;  
	min-height:100%;
	margin:0;
	padding:0;
	overflow-y: auto;
}

body{
	height:100%;
	overflow-y: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	background:#151615;
	
	/* background: #000 url('/images/design/background-kachel.png') repeat; */
	/*
	background: #fff url('/images/design/background-1.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
	
}

/* typo */

h1, h2, h3, h4, h5, h6, p, span{ color:#fff; }

h1{ 
	font-family:"Quicksand",Arial,Helvetica,sans-serif;
	font-weight:700;
	font-size:24px;
	padding: 0 4px 0 0;
}
h2 {
	font-family: "Quicksand",Arial,Helvetica,sans-serif;
	color: #3c6a7a;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 8px 0;
}
h2.head{
	padding-left:8px;
	
}
h3{}
h4{}
h5{}
h6{}

p{ font-size: 1em; font-family: "Quicksand",Arial,Helvetica,sans-serif; line-height: 1.4em; }
span{ font-size: 14px; }

b, strong{ font-weight:bold; }
i, em{ font-style:italic; }

/* links */
a{	text-decoration:none; cursor:pointer; color:#3d6c7d; }
/*
#content a:not(.link-b):not(.link-c){
	text-decoration: underline;
}
*/


/* img */
img{ width:100%; height: auto; display:block; }

hr{
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #666;
    margin: 1em 1em; 
	padding: 0;
}

/* list stuff */
ul{}
ul li{  }

/* video */
video{ display:block; }


/* buttons */
button:not(.fa), .button, .btn input[type="button"], input[type="submit"], .continue_link, .showcart{
	background: #3d6c7d; /* Old browsers */
	color:#fff !important;
	border:none;
	border-radius: 5px;
	box-sizing: border-box;
	width:100%;
	padding: 8px;
	cursor: pointer;
	font-size: 13px;
	display:block;
	text-align: center;
}

body.no-touch button:not(.fa):hover, body.no-touch .button:hover, body.no-touch .btn:hover, body.no-touch input[type="button"]:hover, body.no-touch input[type="submit"]:hover, body.no-touch .continue_link:hover, body.no-touch .showcart:hover{
	background: #444 !important;
	color: #fff !important;
}



body.no-touch .button:hover > span.fa{ color:#fff; }

/* form */
form{ 
	width:100%; 
	box-sizing:border-box;
	max-width:400px;
	margin:0 auto;
	overflow: hidden;
}

label{ position:relative; top:28px; left: 15px; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"]{
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	background: #ededed;
	border:1px solid #ededed;
	box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,0.2);
	padding:11px 32px;
	margin-bottom:2px;
	font-size: 16px;
	font-weight: normal !important;
	color:#2d2d2d;
}


/* body.no-touch input:hover, body.no-touch input:focus{ background:rgba(255,255,255,0.8) !important; color:#2d2d2d !important; } */

/* placeholder */
::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:#2d2d2d !important;
	opacity:  0.5;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color:#2d2d2d !important;
   opacity:  0.5;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:#2d2d2d !important;
   opacity:  0.5;
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:#2d2d2d !important;
   opacity:  0.5;
}


/* checkbox */
input[type="checkbox"]{
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #2d2d2d;
	background: #fff;
}

input[type="checkbox"]:focus{}
input[type="checkbox"]:checked{
	background: #2d2d2d;
	color:#2d2d2d;
}
input[type="checkbox"]:hover{ }


/*
.checkboxWrap{ padding: 8px; }
.checkboxWrap label{ position: relative; top: 0; left:52px; }
.checkboxWrap input[type="checkbox"]{
	display:none;
}

.checkboxWrap span::before,
.checkboxWrap span::after{
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	margin: auto;
}

.checkboxWrap span.checkbox:hover{
	cursor: pointer;
}
.checkboxWrap span.checkbox::before{
	left: -52px;
  	width: 45px;
  	height: 25px;
  	background-color: #28272c;
  	border-radius: 50px;
}
.checkboxWrap span.checkbox::after{
  	left: -49px;
  	width: 17px;
  	height: 17px;
  	border-radius: 10px;
  	background-color: #fff;
	transition: left .25s, background-color .25s;
}


input[type="checkbox"]:checked + label span.checkbox::after{
	left: -27px;
  	background-color: #2d2d2d;
}
*/
/* radio button */
input[type="radio"]{
	width:inherit;
	vertical-align: inherit;
}

select{ background:#ededed; color:#2d2d2d; width:100%; box-sizing: border-box; padding: 8px; border: 1px solid #333; }
select:hover{ background:#ccc; cursor: pointer; }
option:hover, option:active{ background:#ccc; cursor: pointer; }
/*
.radioWrap{ width:100%; box-sizing: border-box; }
label.radio {
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	font-size: 13px;
	left:0;
	top:0;
}


label.radio input[type=radio]{
	display: none;
}

label.radio:before{
	background-color: #aaa;
	border-radius: 15px;
	bottom: -3px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
	content: "";
	display: inline-block;
	height: 25px;
	left: 0;
	position: absolute;
	width: 25px;
}

input[type=radio]:checked + label.radio:before{
	content: "\2022";
    color: #28272c;
    font-size: 65px;
    text-align: center;
    line-height: 24px;
}
*/

/* textarea */
textarea{
	background:#ededed;
	border:1px solid #2d2d2d;
	width:100%;
	box-sizing: border-box;
	padding: 8px;
	resize: vertical;
	min-height: 100px;
}

/* table */
table{ width: 100%; }
thead{}
th{ color: #4d4d4d; }
tbody{}
tr{}
tr.trbody:nth-child(2n+1){ background:#1d1d1d; }
tr.trbody:nth-child(2n){ background:#28272c; }
td{ vertical-align: middle; }

th,td{ padding:5px; }


table img{ max-width: 100px; }


/* fontAwesome  */
.fa{ color:#fff; }


/* helper */
.clear{ float:none; clear: both; }
.table{
	display:table;
	height:100%;
	width:100%;
}
.table-cell{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:100%;
}

.table-cell h2, .table-cell p {
	padding: 0 30px;
}
.table-cell h2{
	padding-bottom: 8px;
}


@media only screen and (max-width: 1200px){
	p{ font-size: 16px; }
	input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"]{
		font-size: 16px;
	}
}

@media only screen and (max-width: 960px){
	p{ font-size: 14px; }
	input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"]{
		font-size: 14px;
	}
}

@media only screen and (max-width: 728px){
	button:not(.fa), .button, input[type="button"], input[type="submit"]{
		padding:15px;
	}
}
