@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v14/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
body{
	background:#eeeeee;
	font-size:14px;
	line-height:24px;
	color:#666;
}
*{
	margin:0px;
	padding:0px;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-family:inherit;
}
ul,ol{
	list-style:none;
}
.header-wrapper{
	margin-bottom:100px;
}
.header-wrapper .header-image{
	min-height:450px;
	background:url(../images/img-header.jpg) no-repeat top center;
	display:block;
}

.header-wrapper .title-theme{
	background-color: #ea3a3c;
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 30px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
	line-height:40px;
}


.description{
	font-size:24px;
	background:url(../images/bg_title.png) repeat-x center left;
	font-family:"Roboto Bold";
	color:#444;
}
.description > span{
	display:inline-block;
	padding:0 10px;
	background-color:#eeeeee;
}
.theme-color .description{
	margin-bottom:30px;
}

.theme-color .image-item{
	margin-bottom:20px;
}
.layout-wrapper .item-inner {
    /* padding: 0 15px; */
}
.layout-wrapper .item{
	margin-bottom:60px;
}
.image-item{
	text-align:center;
	position:relative;
}
.image-item img{
	width:auto;
	max-width:100%;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

.item-info{
	text-align:center;
}
.item-info h2 {
	 color: #444;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 ;
    text-transform: uppercase;
}
.item-info > a{
	font-size:14px;
	text-transform:uppercase;
	color:#444;
	line-height:38px;
	border:1px solid #aaa;
	border-radius:20px;
	font-family: 'Roboto Bold';
	display:inline-block;
	padding:0 20px;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	
}
.layout-wrapper .item-info > a{
	margin-top: 20px;
	padding: 0 25px;	
}
.item-info > a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#ea3a3c;
	border-color:#ea3a3c;
}
.item-info .name-item{
	margin-bottom:5px;
}
.item-info .list-color{
	margin-bottom:15px;
}
.item-info .list-color li{
	display:inline-block;
}
.item-info .list-color li a{
	display:inline-block;
	width:18px;
	height:18px;
	border-radius:50%;
	background-color:#666;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 3px;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

.theme-color .type-layout{
	padding-top:10px;
}

.theme-color {
    padding-bottom: 10px;
	text-align:center;
}
.theme-color .color-type{
	margin-left:-15px;
	margin-right:-15px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	background-color:#555555;
	padding:10px;
	color:#fff;
	margin-bottom:40px;
}
.theme-color .item-inner{
	padding:2px;
}

.theme-color .item-inner:hover img{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.theme-color .item-inner .img-inner:hover img{
	box-shadow: 9px 9px 0 #aaaaaa;
}
.theme-color .item-inner .image-item{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.theme-color:hover .item-inner .image-item{
	opacity:0.6;
}

.theme-color .item-inner:hover .image-item{
	opacity:1;
}
.theme-color .item{
	margin-bottom:50px;
}


.layout-theme-wrapper .image-item{
	top:0px;
}
.layout-theme-wrapper .image-item:hover{
	position:relative;
	top:-3px;
}

.footer-wrapper .footer-button{
	background-color: #444444;
    padding: 41px 0 28px;
    text-align: center;
}
.footer-wrapper .footer-button span{
	font-size:30px;
	text-transform:uppercase;
	font-family: 'Roboto Bold';
	color:#fff;
	display:block;
	padding-bottom: 30px;
	vertical-align:top;
	margin-right:15px;
}

.footer-wrapper .footer-button .btn-buy{
	display:inline-block;
	line-height:32px;
	border:2px solid #fff;
	padding:0 20px;
	border-radius:20px;
	font-family: 'Roboto Bold';
	font-size:16px;
	color:#fff;
	vertical-align:top;
	top:-6px;
	position:relative;
	text-decoration:none;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

.footer-wrapper .footer-button .btn-buy:hover{
	background-color: #ea3a3c;
    border-color: #ea3a3c;
    color: #fff;
    text-decoration: none;
}

.bottom-footer{
	min-height:134px;
	background-color:#333333;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
	.container{
		width:1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	.header-wrapper .header-image{
		min-height:192px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 480px) {
	.footer-wrapper .footer-button span{
		margin-bottom:25px;
	}

	.theme-color .item{
		margin-bottom:40px;
	}
}