/****************
    - Reset -
****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
}

input, textarea, select, a {
	outline:0px;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
}

body {
	font:normal 100% Tahoma,Arial,Sans-Serif;
	color:#333;
	background:#F1F1F1 url(../images/preview/bg/bg.png) repeat top left;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.clear {	
	clear:both;
}

.space10 {
	width:100%;
	height:10px;
}

.space15 {	
	width:100%;
	height:15px;
}

.space20 {	
	width:100%;
	height:20px;
}

.space30 {	
	width:100%;
	height:30px;
}

.space40 {	
	width:100%;
	height:40px;
}

/*****************
    - Header -
*****************/
header {
	display:block; 
	clear:both; 
	width:100%;
	background-color:#fff;
}

header .container {
	clear:both;
	max-width:1170px; 
	margin:0 auto;
	padding:20px;
}

header img {
	width:235px;
	height:32px;
	display:block;
}

/***********************
    - Configurator -
***********************/
.configurator {	
	max-width:1170px; 
	margin:auto; 
	padding:0px 20px;
}

.configurator table {
	padding:0;
	margin:0;	
}

.configurator table tr {		
	width:100%; 
	color:#6ec8c7; 
	font-weight:800; 
	font-family:'Open Sans', sans-serif; 
	font-size:18px;
	line-height:39px;
	white-space:nowrap;
}

.configurator table td:first-child {	
	padding-right:10px;
}

.configurator table td.divider {		
	width:100%; 
	height:10px; 
	background:url(../images/preview/bg/divider.png) repeat-x left 18px;
}

.one_third {	
	width:32%;
	margin-right:2%; 
	float:left;
}
	
.one_third.last {	
	margin-right:0;
}

.configurator .conftitle {	
	color:#000; 
	font-weight:800; 
	font-family:'Open Sans', sans-serif; 
	font-size:13px;
}

.configurator .conftitle span {	
	font-size:10px; 
	font-weight:500; 
	color:#999;
}

.configurator .selecter	{	
	position:relative; 
	min-width:200px; 
	max-width:380px; 
	margin-top:5px;
}

/* Button */
.button {
	height:24px;
	line-height:24px;
	padding:0px 14px;
	display:inline-block;
	position:relative;	
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;	
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	color:#666;
	background-color:#ccc;
	-webkit-transition:all .2s;
	   -moz-transition:all .2s;
			transition:all .2s;
}

.button:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}

.button.selected {
	color:#fff;
	background-color:#6ec8c7;
}

/* Icons */
.icons {
	position:relative !important;
	top:0 !important;	
}

.icons a {
	display:block;
	float:left;
	color:#444;
	width:60px;
	height:60px;
	padding:0;	
	margin:6px;
	border:2px solid transparent;
	text-align:center;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
		 	box-sizing:border-box;
	-webkit-transition:all .2s;
	   -moz-transition:all .2s;
			transition:all .2s;
}

.icons a > i {
	font-size:30px;
	line-height:60px;
}

.icons a:hover {
	color:#fff;
	background-color:#333;
}

.icons a.selected {
	border:2px solid #6ec8c7;
}

/*****************
    - Footer -
*****************/
footer {
	display:block; 
	clear:both; 
	position:relative; 
	width:100%;
	color:#999;
	background-color:#232323;
	text-align:center;
}

footer .container {
	clear:both;
	max-width:1170px; 
	margin:0 auto;
	padding:20px;	
}

footer span.copyright {
    color:#777;
    margin-top:0;
    margin-bottom:0;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:19px;
    font-weight:400;
}

footer span.copyright a {
	color:#6ec8c7;
	-webkit-transition:all .3s ease;
	   -moz-transition:all .3s ease;
			transition:all .3s ease;
}
	
footer span.copyright a:hover, 
footer span.copyright a:active, 
footer span.copyright a:focus {
	color:#fff; 
}

footer .social {
	display:block;
	clear:both;
	cursor:default;
	line-height:1;
	margin-top:10px;
	text-align:center;
}

footer .social a {
	padding:0 5px;
}

footer .social a i.fa {
	font-size:16px;
	color:#999;
	-webkit-transition:all .3s ease;
	   -moz-transition:all .3s ease;
			transition:all .3s ease;
}

footer .social a:hover i.fa {
	color:#fff;
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	.one_third { 
		float:none; 
		clear:both;
		width:100%; 
		margin-bottom:20px;
	}
}