@font-face {
    font-family: 'robotoslablight';
    src: url('fonts/robotoslab-light.eot');
    src: url('fonts/robotoslab-light.eot') format('embedded-opentype'),
         url('fonts/robotoslab-light.woff') format('woff'),
         url('fonts/robotoslab-light.ttf') format('truetype'),
         url('fonts/robotoslab-light.svg#robotoslablight') format('svg');
}
img {border: 0;}
body
{
    background:#fff;
    color: #666;
    font-size: 14px;
    padding: 0;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 24px;
}
* {
	padding:0;
	margin:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
}

.header {
    width: 100%;
    text-align: center;
	background:url(images/img-header.jpg) no-repeat center top;
	background-size: cover;
	min-height:500px;
	position:relative;
}
.header .logo { 
	position:absolute;
	top:50%;
	margin-top:-150px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
	text-align:center;	
}
.header .logo a { display: block;  margin-bottom: 20px;}
.header .logo h3 {
	color:#fff;
	font-size:18px;
	font-family: "Lato";
	font-weight:700;
	letter-spacing:5px; 
	margin:0;
	padding:0;
	position:relative;
	display:inline-block; 
}
.header .logo h3::before {
	background:#fff;
	content:"";
	height:1px;
	width:50px;
	position:absolute;
	top:10px;
	left:-63px;
}
.header .logo h3::after {
	background:#fff;
	content:"";
	height:1px;
	width:50px;
	position:absolute;
	top:10px;
	right:-60px;
}
.header-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin:0;
}
.header-text p {
    font-size: 15px;
    font-family:'arial';
    color: #999;
}
.header-text h2{
    margin: 0;
    font-size: 26px;
    color: #666666;
    font-family: "Lato";
    font-weight: 700;
	text-transform:uppercase;
	padding: 10px 0 8px;
	letter-spacing: 1px;
}
.header-text h3{
    margin:5px 0 30px;
    font-size: 16px;
    color: #666666;
	font-family: "Lato";
    font-weight: 700;
}
.header-text a {
	color: #fff;
    font-size: 15px;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #333;
    padding:12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.header-text a:hover {
	background:#EC4445;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}

.page{padding-top: 40px;padding-bottom: 40px;}
/*Menu-----------------------------------------*/
.menu { width:100%; background:#000; text-align:center; padding:20px 0; }
.menu .pt_menu { display:inline-block; margin-right:25px;line-height: 30px; }
.menu .pt_menu:last-child { margin:0; }
.menu .pt_menu a {
	padding:0 0 5px;
	font-family: "Lato";
	font-size:15px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	background:none;
	 transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
	text-decoration:none;
}
.menu .pt_menu a:hover ,.menu .pt_menu a.current{ 
	color:#EC4445;
	 transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
/*------------------------------------*/

.main {
    display: inline-block;
    width: 100%;
    margin:30px 0 0;
}
.main .col-images{
    margin-bottom: 12px;
    overflow: hidden;
}
.main-link { 
	display: inline-block;
	width:100%;
	text-align:center; 
	margin:60px 0 40px;
}
.main-link a {
	color: #fff;
    font-size: 15px;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #333;
    padding:12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main-link a:hover {
	background:#EC4445;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .col {
    position: relative;
    text-align: center;
    margin-top: 50px;
    transition-duration: 1s;
}
.main .content-images {
    background:#fff;
	border:10px solid #333;
    margin:0;
    overflow: hidden;
	position:relative;
	border-radius:5px;
	height: 220px;
}
.main .content-images img {
    width: 100%;
    transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .content-images:hover img {
	transform: scale(1.05) rotate(-5deg);
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .content-images .overlay-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .content-images:hover .overlay-images {
    visibility: visible;
    opacity: 1;
}
.main .content-images .images-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.main .content-images .overlay-images a {
	background:#fff;
	color:#666;
	font-family: "Lato";
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
	padding:12px 26px;
	letter-spacing: 2px;
	text-decoration:none;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .content-images .overlay-images a:hover { 
	background:#EC4445;
	color:#fff;
	 transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .col-link { display: inline-block; margin: 20px 0 0;}
.main .col-link a,.main .col-link p {
    color: #fff;
    font-size: 13px;
    font-family: "Lato";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #333;
    padding: 8px 20px;
	text-transform:uppercase;
	letter-spacing:1px;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.main .col-link a:hover {
    background:#EC4445;
	transition: all 0.3s linear 0ms;
    -webkit-transition: all 0.3s linear 0ms;
}
.icon-new {
	background: url("images/icon-new.png") no-repeat scroll 0 0;
    height: 74px;
    position: absolute;
    right: 107px;
    top: 0px;
    width: 74px;
    z-index: 9;
}
.footer {
	background:#262626;
	padding:80px 0;
	text-align:center;
}
.footer p {
	color:#fff;
	font-size:13px;
	font-family: "Lato";
	font-weight:400;
	margin:0;
}
.footer a {
	color:#eb5f60;
}
.footer a:hover { color:#fff; }


/*features*/

.features{
    border-top: 1px solid #eee;
    padding: 80px 0;
}
h2.text-35{
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px;
}
p.text-12{
    margin-bottom: 80px;
}
.feature-wrapper{
    background: #f2f2f2;
        padding: 30px 30px 0 30px;
        min-height: 407px;
        margin-bottom: 20px;
}
h3.text-16{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}
.feature-thumbnail{
    position: relative;
    overflow: hidden;
}
.feature-thumbnail:after{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}
.feature-thumbnail:hover:after{
    opacity: 1;
}
.feature-thumbnail img{
        transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -webkit-transition: -webkit-transform 400ms ease 0s;
}

.feature-thumbnail:hover img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}

/*intro-header*/

.intro-header{
    background: #222;
    padding: 100px 0;
}
h1.text-40{color: #fff;font-weight:bold;}
p.intro-img-header{
    margin: 30px 0 0;
}

/*composer */

.composer{
    padding: 100px 0 0;
    background: #f4f4f4;
}


.intro-woocommerce{
    padding: 100px 0 80px;
    background:url(images/feature/intro-bg-woocommerce.jpg) no-repeat center top fixed;
    background-size: cover;
}
.intro-woocommerce p{color: #fff;}
.intro-img{
    padding: 40px 0 0;
}
.feature-contents{
    margin: 30px 0 0;
}

.intro-woocommerce .pull-left{
        font-size: 24px;
    line-height: 78px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
    text-align: center;
        background: #40bea7;
    border-width: 2px;
    border-style: solid;
    border-color: #40bea7;
    color: #fff;
}
.intro-woocommerce .pull-left:hover{
    background-color: transparent;
}

.intro-woocommerce .media-body{
    padding-left: 20px;
}

.intro-woocommerce  h3.text-16{margin: 0 0 15px;color: #fff;}

/*==back-top========================*/
#back-top{
background: #2D9DE3;
color: #fff;
text-transform:uppercase;
font-weight: 500;
bottom: 35px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
position: fixed;
right: 12px;
z-index: 9999;
cursor: pointer;
border: 1px solid #fff;
display: none
}
#back-top:hover{background-color: #000}

/*css3-------------------------------------------------------------------------------*/
.main .images {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

@media (min-width: 1200px){
    .container{    width: 1200px}
    .features .col-sm-4:nth-child(3n+1) {  clear: left;}
    
}
@media (max-width: 767px){
    .features .col-sm-4:nth-child(2n+1) {  clear: left;}
}

@media (max-width: 479px){
    .main > div{width: 100%;}
    .features .col-sm-4{width: 100%}
}

@media (max-width: 1199px) and (min-width: 767px){
.features .col-sm-4:nth-child(3n+1) {  clear: left;}
   
}
