/* -------------------------------------------
   HOME PAGE
   ------------------------------------------- */
div.site_logo{
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0;
	top: 50%;
	margin-top: -300px;
	text-align: center;
}

div.site_logo img{
	height: 100%;
}

/* -------------------------------------------
   POST
   ------------------------------------------- */
div.wall{

}

div.wall div.w_post{
	width: 50%;
	height: 350px;
	padding: 5px;
}

div.wall div.w_post div.w_inner{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(104, 89, 122, 0.3);
}

div.wall div.w_img{
	width: 100%;
	height: 200px;
}

div.wall div.w_img div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.wall div.w_content{
	padding: 10px;
}

div.wall div.w_cat{
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #49D4FF;
	color: #fff;
	font-family: 'roboto_bold';
	text-transform: uppercase;
	font-size: 14px;
}

div.wall div.w_title{
	margin-top: 10px;
	font-family: 'roboto_bold';
	/*font-family: 'montserratextrabold';*/
	font-size: 22px;
	color: #ffffff;
	text-align: left;
}

div.wall div.w_title:hover{
	color: #f8014c;
}

div.wall div.w_subtitle{
	color: #e6e6e6;
	font-size: 18px;	
}

div.wall div.w_date{
	width: 50%;
	text-align: right;
	color: #e6e6e6;
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
}

div.wall div.w_big div.w_post{
	width: 100%;
	height: 700px;
}

div.wall div.w_big div.w_img{
	height: 500px;
}

div.wall div.w_big div.w_title{
	font-size: 28px;
}

div.wall div.w_big div.w_subtitle{
	font-size: 22px;
}

/* -------------------------------------------
   BLOG
   ------------------------------------------- */
div.blog{
	width: 850px;
}

div.blog div.b_img{
	width: 100%;
	height: 480px;
	background-color: #000000;
	border-radius: 4px;
	overflow: hidden;
}

div.blog div.b_shadow{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;
}

div.blog div.b_shadow img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
}

div.blog:hover div.b_shadow{
	top: 0;
}

div.blog div.b_title{	
	min-height: 60px;
	font-family: 'roboto_bold';
	font-size: 40px;
	text-align: left;
	margin-bottom: 15px;
	color: #222;
}

div.blog:hover div.b_title{
	color: #f8014c;
}

div.blog span.b_subtitle{}

div.blog div.b_inner{
	width: 100%;	
	margin-top: 25px;
	font-size: 16px !important;
	line-height: 26px;
	font-family: 'Muli' !important;
	color: #A0A0A0;
	text-align: left;
}

div.blog div.b_footer{
	height: 32px;
	margin-bottom: 15px;
}

div.blog div.b_date{
	width: 50%;
	text-align: left;
	color: #222;
	font-family: 'Muli';
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
}

div.blog div.b_date span.icon{
	margin-right: 5px;
}

div.blog div.b_share{

}

div.blog div.b_share div.icon{
	font-size: 15px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 6px;
	color: #fff;
	background-color: #49D4FF;
	border-radius: 50%; 
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;
}

div.blog div.b_share div.icon:hover{
	background-color: #577FFF;
}

div.blog div.b_youtube{
	height: 480px;
}

div.blog div.b_youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.blog div.b_space{
	height: 100px;
}

div.blog_row{
	width: 100%;
	min-height: 550px;
	padding: 10px;
}

div.blog_row div.b_img{
	height: 300px;
}

div.blog_row div.b_inner{
	height: 90px;
	overflow: hidden;	
	margin-top: 15px;
}

div.blog_row div.b_title{	
	font-size: 22px;
	margin-bottom: 15px;
}

div.blog_row div.b_footer{
	margin-bottom: 0;
}

div.blog_mini{
	width: 100%;
	min-height: 100px;
	padding: 0;
	margin-bottom: 20px;
}

div.blog_mini div.b_img{
	height: 100px;
}

div.blog_mini div.b_title{	
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
}

div.blog table.final_vote{
	background-color:#ececee; 
	border-radius:8px; 
	padding:10px;
}

div.blog td.vote{
	text-align:center;
	width: 150px;
	color: #000000;
	font-size:20px;
}

div.blog table.final_vote .green{
	color: #16a085;
}

div.blog table.cmd_instruction{
	background-color: #282923;
	padding: 5px;
	/*color: #f9245e;*/
	color: #60d8ef;
	/*color: #a6e22b;*/
	margin: 10px 0;
	border-radius: 4px;
}

div.blog table.v_result{
	border: 0;
	background-color: #ECECEE;
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.blog table.v_result td{
	border: 0;
	color: #222;
	/*border-bottom: 1px solid #cdcdcd;*/
	padding: 2px !important;
	text-align: center;
}

div.blog table.v_left td{
	text-align: left !important;
}

div.blog table.gen_table{
	border: 0;
	background-color: #ECECEE;
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.blog table.gen_table td{
	border: 0;
	color: #222;
	border-bottom: 1px solid #cdcdcd;
	padding: 2px !important;
}

/* -------------------------------------------
   ABOUT US
   ------------------------------------------- */
div.sec_about{
	height: 600px;
}

/* -------------------------------------------
   CATEGORY
   ------------------------------------------- */
div.cat_list div.c_voice{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	font-family: 'roboto_bold';
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}

div.cat_list div.c_voice:hover span{
	color: #f8014c;
	margin-left: 5px;
}

span.br_mob{
	display: none;
}

div.cat_tree{
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 40px;	
}

div.cat_tree span.t_name{
	background-color: #ccc;
	font-family: 'roboto_bold';
	padding: 5px 10px;
	border-radius: 4px;
	margin-right: 10px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}

div.cat_tree span.t_name:hover{
	background-color: #577FFF;
}

/* -------------------------------------------
   PRODUCTS
   ------------------------------------------- */
div.prd{
	width: 290px;
	height: 440px;
	left: 50%;
	margin-left: -145px;
	margin-bottom: 40px;
	text-align: center;
	/*
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 6px;
	*/
	
}

div.prd div.p_img{
	width: 250px;
	height: 250px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	/*
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	*/
}   

div.prd div.p_img img{	
	height: 100%;
	transition: all  0.2s;
	-moz-transition: all  0.2s;
	-webkit-transition: all  0.2s;
	-o-transition: all  0.2s;		
}

div.prd div.p_img:hover img{
	margin-top: 5%;
	height: 90%;
}

div.prd div.p_open{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 10;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: rgba(73, 212, 255,0.9);
	/*border: 1px solid #49D4FF;*/
	display: none;
}

div.prd div.p_open:hover{
	-webkit-box-shadow: 0px 0px 0px 8px rgba(73, 212, 255,0.5);
	-moz-box-shadow: 0px 0px 0px 8px rgba(73, 212, 255,0.5);
	box-shadow: 0px 0px 0px 8px rgba(73, 212, 255,0.5);
}

div.prd div.p_img:hover div.p_open{
	display: block;
}


div.prd div.p_name{
	font-family: 'montserratbold';
	font-size: 18px;
	color: #222;
	margin: 5px 0;
}

div.prd div.p_cat{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

div.prd div.p_price{
	line-height: 40px;
}

div.prd span.price{
	font-family: 'montserratbold';
	font-size: 22px;
	white-space: nowrap;
}

div.prd div.p_tool{
	position: absolute;
	width: 96px;
	left: 50%;
	bottom: 20px;
	margin-left: -48px;
}

div.prd div.p_wish, div.prd div.p_cart{
	width: 44px;
	padding: 2px;
}

div.prd div.new{
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 10px;
	border-radius: 4px;
	color: #ffffff;
	background-color: #f8014c;
	font-family: 'roboto_bold';
	text-transform: uppercase;
	z-index: 10;
}

div.prd_det div.d_img{
	width: 600px;	
}

div.prd_det div.d_img img{
	width: 580px;
}

div.prd_det div.d_name{
	font-family: 'montserratbold';
	font-size: 28px;
	color: #222;
	margin: 5px 0;
}

div.prd_det div.d_cat{
	font-family: 'montserratbold';
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

div.prd_det div.d_price{
	line-height: 40px;
}

div.prd_det span.price{
	font-family: 'montserratbold';
	font-size: 22px;
	white-space: nowrap;
}

div.prd_det div.d_cart{
	margin: 20px 0px;
}

div.prd_det div.d_share{
	margin-right: 5px;
}

div.prd_det div.d_desc{
	font-family: 'roboto';
	font-size: 16px;
}

div.prd_det div.d_guide{}

div.prd_det div.d_guide a, div.prd_det div.d_guide a:visited{
	font-family: 'montserratbold';
	font-size: 18px;
	color: #222;
}

div.prd_det div.d_guide a:hover{
	color: #f8014c;
}

div.prd_det table.d_spec{
	border: 0 !important;
	border-collapse: collapse;
	margin-bottom: 25px;
}

div.prd_det table.d_spec td{
	border: 1px solid #e6e6e6 !important;
	padding: 8px 4px;
}

/* -------------------------------------------
   SPEC BAR
   ------------------------------------------- */
div.spec_bar{
	width: 96%;
	height: 12px;
	border-radius: 4px;
	background-color: #efefef;
	margin: 5px 2%;
	overflow: hidden;
}

div.spec_bar div.bar{
	position: relative;
	float: left;
	height: 100%;
	width: 23%;
	margin: 0 1%;
}

div.spec_bar .gray{
	background-color: #efefef;
}

div.spec_bar .green{
	background-color: #86C440;
}

div.spec_bar .yellow{
	background-color: #f1c500;
	width: 50%;
}

div.spec_bar .orange{
	background-color: #FFA500;
	width: 75%;
}

div.spec_bar .red{
	background-color: #c62115;
	width: 100%;
}

/* -------------------------------------------
   ORDER
   ------------------------------------------- */
div.order_step{
	text-align: center;
}

div.order_step div.o_step{
	margin-bottom: 5px;
}

div.order_step div.o_title{
	font-family: 'roboto_bold';
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}

div.order_step div.o_img img{
	max-width: 98%;
	margin-left: 1%;
}


/* -------------------------------------------
   CART
   ------------------------------------------- */
table.cart_list{
	margin-bottom: 30px;
}

table.cart_list tr td{
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

table.cart_list tr.thead td{

}

table.cart_list td.thumb{
	width: 100px;
}

table.cart_list td.thumb img{
	width: 80px;
}

table.cart_list td.product{
}   

table.cart_list span.pname{
	font-family: 'roboto_bold';
	font-size: 16px;

}

table.cart_list td.price{
	width: 90px;
	text-align: center;
}   

table.cart_list td.type{
	width: 80px;
}   

table.cart_list td.qnt{
	width: 80px;
}   

table.cart_list td.del{
	width: 44px;
}   

table.cart_list tr.ttotal td{
	border-bottom: none;
	font-size: 14px;
	font-family: 'roboto_bold';
	text-align: center;
	color: #666;
	padding: 15px 0;
	text-transform: uppercase;
}   

table.cart_list tr.ttotal span.t_price{
	font-size: 44px;
	color: #222;
}

div.cart_message{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 22px;
	font-family: 'roboto_medium';
}

div.cmd_order{
	width: 210px;
	left: 50%;
	margin-left: -105px;
	margin-top: 20px;
}

div.cart_tool{
	width: 140px;
}

div.cart_tool div.input_form{
	width: 50px;
}

div.cart_tool input{
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	height: 44px;
	text-align: center;
}

div.cart_ref div.input_form{
	padding-left: 5px;
	padding-right: 5px;
}

/* -------------------------------------------
   MOBILE
   only screen and (max-width: 599px)
   ------------------------------------------- */

@media only screen and (max-width: 599px){
	
	div.wall div.w_title{
		font-size: 20px;
	}

	div.wall div.w_subtitle{
		font-size: 16px;
	}

	div.wall div.w_big div.w_post{
		height: 530px;
	}

	div.wall div.w_big div.w_img{
		height: 300px;
	}

	div.wall div.w_img{
		height: 150px;
	}

	div.site_logo{
		height: 400px;
		top: 90px;
		margin-top: 0;
	}

	div.site_logo img{
		height: 400px;
	}

	div.sec_home{
		height: 500px;
		min-height: 500px;
	}

	div.sec_about{
		height: auto;
	}

	div.sec_contact{
		height: auto;
		min-height: auto;
	}

	div.document_cmd{
		margin-bottom: 25px;
	}

	div.news{
		margin-bottom: 25px;
	}

	table.cart_list td.product{
		line-height: 24px;
		font-size: 16px;
	}

	div.cart_ref div.input_form{
		margin-bottom: 10px;
	}

	span.br_mob{
		display: block;
	}

	div.prd{
		width: 150px;
		height: 350px;
		margin-left: -75px;
	}

	div.prd div.p_img{
		width: 150px;
		height: 150px;
		margin-left: 0;
	}

	div.prd div.p_tool{
		bottom: 0;
	}

	div.prd_det div.d_img{
		width: 98%;
		margin-left: 1%;
	}

	div.prd_det div.d_img img{
		width: 100%;
	}

	div.prd_det div.d_desc table{
		width: 98% !important;
		margin-left: 1% !important;
	}

	div.prd_det div.d_ctool{
		width: 220px;
		height: 44px;
		margin: auto;
	}

	div.blog{
		width: 100%;
	}

	div.blog div.b_title{
		font-size: 30px;
	}

	div.blog div.b_img{
		height: 215px;
	}

	div.blog div.b_inner{
		font-size: 14px !important;
		line-height: 22px;
	}

	div.blog_row{
		min-height: 490px;
	}

	div.blog div.b_youtube{
		width: 100%;
		height: 215px;
	}

	div.blog_mini div.b_title{
		font-size: 18px;
	}

	div.blog table.v_result{
		width: 100% !important;
	}

	div.blog table.gen_table{
		width: 100% !important;
	}


}

/* -------------------------------------------
   TABLET
   only screen and (min-width: 600px) and (max-width: 960px)
   ------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 960px){
	
	div.news{
		margin-bottom: 25px;
	}

	div.cart_references div.w_33{
		width: 33%;
	}

	div.sec_contact div.content_right{
		float: left;
		padding-left: 80px;
		padding-right: 0;
	}

	div.blog{
		width: 100%;
	}

	div.blog div.b_img{
		height: 215px;
	}

	div.blog div.b_inner{
		font-size: 14px !important;
		line-height: 22px;
	}

	div.blog_row{
		min-height: 490px;
	}

	div.blog div.b_youtube{
		width: 100%;
		height: 440px;
	}

	div.blog_mini{
		width: 50%;
		min-height: 100px;
		padding: 5px;
		margin-bottom: 20px;
	}

	div.blog_mini div.b_img{
		height: 200px;
	}

	div.blog_mini div.b_title{	
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 0;
	}
}