/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 20, 2017, 9:00:16 PM
    Author     : Khaliu
*/

*{
    font-family: 'Fira Sans Condensed', sans-serif;
}

.sep-20{
    clear: both;
    height: 20px;
}
.sep-40{
    clear: both;
    height: 40px;
}
.sep-60{
    clear: both;
    height: 60px;
}

.tz-header ul.nav-collapse li a {
    font-family: 'Didact Gothic', sans-serif;
}

.tz-intro {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 240px;
    padding: 40px 0px;
    text-align: center;
}

.tz-copyright {
    background: #fabc59 !important;
    color: #ffffff;
}
.tz-copyright p{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #ffffff;
}

.theme-orange {
    background:rgba(250,188,89,0.8) !important;    
}

.learn-more {
    margin: 20px 0px;
}

/* TITLE */
.tz-title-bold-3 {
    font-family: 'Fira Sans Condensed', sans-serif !important;
    text-transform: uppercase;
}

/* Button */
.tz-view-more2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif !important;
    text-transform: uppercase;
}

/* News page */
.tzblog-view {
    background: #fabc59;
}
.tzblog-view:before {
    border: 1px solid #fabc59;
}
.tzblog-view:hover i {
    color: #fabc59;
}
.tzblog-view:after {
    border: 1px solid #fabc59;
}
.blog-gird-item .tzblog-meta em {
    padding: 0;
    font-size: 11px;
    text-align: center;
}
.tzblog-meta a {
    font-size: 12px;
    margin: 20px 10px 0px 10px;
    padding: 5px 45px;
}
body .blog-item h4:hover a {
    color: #fabc59;
}
.blog-gird-item .tzblog-meta em:hover {
    color: #fabc59;
}

/* Product list page */
.product-list-container .laster-thumb, .tzrelated-shop  .laster-thumb {
    height: 190px;
}

/* Brand page */
.brand-container {
    text-align: center;
}

.single-slider-small {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.tzcategory-shop-wrap {
    padding-top: 0px;
}

.brand-container .laster-thumb {
    height: 165px;
}

.laster-shop-item h6 a {
    font-family: 'Fira Sans Condensed', sans-serif !important;
}


/* FORM Contact*/
.form-horizontal textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    color: #000000;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    width: 100%;
}