/**
 * General Landing Styles
 */


/* 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a, input, select, textarea{vertical-align:top; outline:none !important;}
textarea{resize: noservice_itemne;}

html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a{
	text-decoration:none;
	transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
}

img{
	max-width:100%;
}

/* Styles */
body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	line-height:23px;
	font-size: 15px; 
	font-weight: 300; 
	color: #666666;
	opacity:0;
}

h1, h2, h3, h4, h5, h6{ font-family: 'Oswald', sans-serif; }

#page_wrap{
	overflow-x:hidden;
}

.container{
	margin-right:auto;
	margin-left:auto;
}
.container:after,.container:before{display:table;content:" "}
.container:after{clear:both}

@media (min-width:768px){
	.container{width:750px}
}
@media (min-width:992px){
	.container{width:970px}
}
@media (min-width:1200px){
	.container{width:1170px}
}

.welcome_block {
	position:relative;
	padding-top:58px;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

a.logo{
	display:inline-block;
	vertical-align:top;
	margin-bottom:108px;
}

.welcome_block h1{
	margin:0 0 108px;
	padding-left:20%;
	padding-right:20%;
	text-transform:uppercase;
	font-weight:400;
	line-height:60px;
	font-size:50px;
	color:#202020;
	letter-spacing:2px;
}

.btn{
	display:inline-block;
	vertical-align:top;
	height:50px;
	padding:10px 40px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:30px;
	font-size:14px;
	color:#fff;
	letter-spacing:2px;
	border:0;
	background:#333;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn.btn_type2{
	background:#99ccff;
}
.btn.btn_type2:hover{
	background:#333;
}
.btn:hover,
.btn:focus{
	color:#fff;
	background-color:#99ccff;
}

.welcome_block .btn{
	margin:0 10px 20px;
}

.welcome_block img.welcome_img{
	display:inline-block;
	vertical-align:bottom;
	margin-top:116px;
}

.items{
	padding:73px 30px 20px;
	background-color:#f4f4f4;
}

.video_block h2,
.theme_styles h2,
.shop_block h2,
.portfolio_block h2,
.features h2,
.items h2{
	margin:0 0 73px;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	line-height:42px;
	font-size:38px;
	color:#fff;
}
.features h2,
.items h2{
	color:#333;
}

.items_list{
	margin:0;
	padding:0;
	list-style:none;
}
.items_list li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-4px;
	padding:0 30px 60px;
}

@media only screen and (min-width: 1930px) {
	.items_list li{width:20%;}
}

.items_list li a{
	position:relative;
	display:block;
	box-shadow:4px 4px 8px rgba(0,0,0,0.15);
}
.items_list li a img{
	display:block;
	width:100%;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
.items_list li a:hover img{
	opacity:0.2;
}
.items_list li a span{
	position:absolute;
	left:0;
	top:60%;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	display:block;
	width:100%;
	color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	opacity:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition:opacity 0.2s, top 0.4s, color 0.2s;
	-webkit-transition:opacity 0.2s, top 0.4s, color 0.2s;
}
.items_list li a:hover span{
	top:50%;
	opacity:1;
}

.theme_styles{
	padding:73px 30px 20px;
	background-color:#333;
}
.theme_styles h6{
	margin:0 0 73px;
	text-transform:none;
	text-align:center;
	font-weight:300;
	line-height:26px;
	font-size:20px;
	color:#fff;
}
.theme_styles h2{
	margin-bottom:10px;
}
.theme_styles ul{
	margin:0;
	padding:0;
	list-style:none;
}
.theme_styles li{
	overflow:hidden;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:33.3334%;
	margin-right:-4px;
	padding:0 30px 60px;
}
.theme_styles li a{
	overflow:hidden;
	position:relative;
	display:block;
	box-shadow:4px 4px 8px rgba(0,0,0,0.15);
}
.theme_styles li.new a:before{
	content:'';
	position:absolute;
	z-index:20;
	top:30px;
	right:0;
	width:87px;
	height:53px;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
}
.theme_styles li a img.style1{
	display:block;
	width:100%;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
.theme_styles li a:hover img.style1{
	opacity:0.2;
}
.theme_styles li a img.style2{
	position:absolute;
	z-index:10;
	left:0;
	top:100%;
	width:100%;
	transition:top 0.4s;
	-webkit-transition:top 0.4s;
}
.theme_styles li a:hover img.style2{
	top:0;
}

.features {
	padding:73px 0 55px;
}

.features_list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.features_list li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-3px;
	padding:0 15px 55px;
}
.features_list li img{
	display:inline-block;
	width:auto;
	margin-bottom:25px;
}
.features_list li h4{
	margin-bottom:15px;
	color: #333;
    display: block;
	text-transform:uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* Shop Block */
.shop_block {
	padding:73px 0 0;
	text-align:center;
	background-color:#e1f5ff;
}
.shop_block h2{
	color:#333;
	margin-bottom:10px;
}
.shop_block h6{
	margin:0 0 50px;
	text-transform:none;
	text-align:center;
	font-weight:300;
	line-height:26px;
	font-size:20px;
	color:#333;
}
.shop_block img{
	margin-bottom:-6px;
}


/* Portfolio Block */
.portfolio_block {
	padding:73px 0 0;
	text-align:center;
	background-color:#fffae9;
}
.portfolio_block h2{
	color:#333;
	margin-bottom:10px;
}
.portfolio_block h6{
	margin:0 0 50px;
	text-transform:none;
	text-align:center;
	font-weight:300;
	line-height:26px;
	font-size:20px;
	color:#333;
}
.portfolio_block img{
	margin-bottom:-6px;
}


.promo_block{
	padding:100px 30px 90px;
	text-align:center;
	background-color:#99ccff;
}
.promo_block h2{
	display:inline-block;
	vertical-align:top;
	margin:0 20px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:50px;
	font-size:50px;
	color:#202020;
}
.promo_block .btn{
	margin:0 20px 10px;
}

.video_block{
	padding:73px 30px;
	text-align:center;
	background-color:#333;
}
.video_block iframe{
	width:970px;
	height:520px;
	border:0;
}
.video_block h6{
	margin:0 0 73px;
	text-transform:none;
	text-align:center;
	font-weight:300;
	line-height:26px;
	font-size:20px;
	color:#fff;
}
.video_block h2{
	margin-bottom:10px;
	color:#fff;
}

.footer{
	padding:48px 0;
}
.foot_social{
	float:right;
	margin-top:15px;
}
.foot_social a{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	margin:0 18px 0 0;
	text-align:center;
	line-height:28px;
	font-size:20px;
	color:#333;
}
.foot_social a i{
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
}
.foot_social a:hover i{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}

a.facebook:hover {color:#3b5998;}
a.flickr:hover {color:#fd0070;}
a.googleplus:hover {color:#f63e28;}
a.twitter:hover {color:#58ccff;}
a.instagram:hover {color:#685044;}
a.pinterest:hover {color:#d73532;}
a.skype:hover {color:#04b3ec;}
a.vimeo-square:hover {color:#1ab7ea;}
a.youtube:hover {color:#e02921;}
a.dribbble:hover {color:#e4508a;}
a.linkedin:hover {color:#0085ae;}
a.rss:hover {color:#ff9900;}
a.reddit:hover {color:#f93f40;}
a.digg:hover {color:#1b5791;}
a.delicious:hover {color:#3273cf;}

.copyright{
	float:left;
	padding:18px 0 19px;
}


@media only screen and (max-width: 1025px) {
	a.logo{margin-bottom:70px;}
	.welcome_block h1{padding:0 30px;}
	.welcome_block img.welcome_img{padding:0 30px;}
	.items_list li{padding:0 15px 30px;}
	
	.video_block iframe{width:80%;height:410px;}
}

@media only screen and (max-width: 768px) {
	a.logo{margin-bottom:40px;}
	.welcome_block h1{padding:0 30px;font-size:40px;line-height:48px;}
	.welcome_block img.welcome_img{padding:0 30px;}
	.items_list li{width:50%;padding:0 15px 30px;}
	.features_list li{width:33.33%;}
	.footer{text-align:center;}
	.copyright{float:none;}
	.foot_social{float:none;}
	.theme_styles li{padding:0 10px 20px;}
}

@media only screen and (max-width: 480px) {
    .welcome_block h1{padding:0 30px;font-size:26px;line-height:34px;}
	.items_list li{width:100%;padding:0 15px 30px;}
	.features_list li{width:50%;}
	.items_list li a span{font-size:20px;line-height:20px;}
	.theme_styles li{display:block;margin:0;width:100%;}
	.video_block iframe{height:210px;}
}

@media only screen and (max-width: 320px) {
    .features_list li{width:100%;}
}
































