/* Fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);

/* Form */

form{
    margin:5px 0px;
}

form *{
    font-size:13px !important;
}

/* Modal */


/* Button */

a.btn, a.btn:visited, a.btn:hover{
    color:#333 !important;
}

a.btn-primary,a.btn-primary:visited,a.btn-primary:hover,
a.btn-warning,a.btn-warning:visited,a.btn-warning:hover,
a.btn-danger,a.btn-danger:visited,a.btn-danger:hover,
a.btn-success,a.btn-success:visited,a.btn-success:hover,
a.btn-info,a.btn-info:visited,a.btn-info:hover,
a.btn-inverse,a.btn-inverse:visited,a.btn-inverse:hover{
    color:#fff !important;
}

.button{
    margin: 10px 0px 5px 0px;
}

.button a, .button a:visited{
    color: #fff;
    padding: 5px 10px;
    border: 0px !important;
    text-decoration: none !important;
    font-size: 13px;
    -webkit-transition:background 1s ease;
    -moz-transition:background 1s ease;
    -o-transition:background 1s ease;
    transition:background 1s ease;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    border-radius:3px;
}

.button a:hover{
    color: #fff;
    text-decoration: none;
    -webkit-transition:background 1s ease;
    -moz-transition:background 1s ease;
    -o-transition:background 1s ease;
    transition:background 1s ease;
}

button.close{
    font-size: 16px !important;
}

/* Social */

.social{
    font-size:13px;
    margin: 5px 0px;
    float: right;
    margin-right: 10px;
}

.social i{
    display:inline-block;
    box-shadow:inset 0px 0px 1px #333;
    height:25px;
    width:25px;
    line-height:25px;
    margin:0px 5px 0px 0px;
    border-radius:3px !important;
    color:#fff;
    -webkit-transition:background 1s ease;
    -moz-transition:background 1s ease;
    -o-transition:background 1s ease;
    transition:background 1s ease;
    text-align:center;
}

.social i.facebook{
    background:#3c5b9b;
}

.social i.twitter{
    background:#2daae1;
}

.social i.google-plus{
    background:#f63e28;
}

i.pinterest{
    background:#cb2027;
}

.social i.linkedin{
    background:#0173b2;
}

.social i.blogger {
  background-color: #fb8f3d;
}

.blogger{
    font-size: 11px;
}

.social i:hover{
    background:#000;
    -webkit-transition:background 1s ease;
    -moz-transition:background 1s ease;
    -o-transition:background 1s ease;
    transition:background 1s ease;
}

.social a,.social a:visited,.social a:hover{
    color:#fff;
    text-decoration:none;
}

/* Back to top */

.totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 104400;
}

.totop a, .totop a:visited{
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.totop a:hover {
    color: #fff;
    text-decoration: none;
}

/* Image alignment*/

.alignleft, img.alignleft {
    margin-right: 8px;
    margin-top:5px;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 8px;
    margin-top:5px;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

/* 1-3 Column */

.onethree-left{
    float: left;
    width: 25%;
}

.onethree-right{
    float: right;
    width: 70%;
}

/* Half column */

.col-left{
    width: 48%;
    float: left;
}

.col-right{
    width: 48%;
    float: right;
}

.container{
    width:940px;
}

/* Title */

.title{
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f3f3f3;
}

.title i{
    margin-right: 3px;
}

/* Content */

.content {
    margin: 20px 0px;
}

.content ul li{
    list-style-type: circle;
    padding: 1px 0px;
    margin:0px;

}

.lists ul{
    margin:0px;
    margin-left:-15px;
}

.tab-pane ul{
    margin:0px;
    margin-left:25px;
    padding:0px;
}


/* Cart */

.cart{
    margin: 20px 0px;
}

.cart .tcart img{
    max-height: 50px;
}

.cart .cart-quantity input{
    max-width: 25px;
}

.cart td.item-input{
    width:15%;
}

/* Checkout */

.checkout{
    margin: 20px 0px;
}

/* Item */

.items{
    margin: 20px 0px;
}

.items .breadcrumb{
    background: transparent;
    border: 0px solid #eee;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 0px;
    border-bottom: 1px solid #f3f3f3;
}

.items .item{
    min-height: 280px;
    max-height: 300px;
    max-width: 250px;
    margin: 10px auto;
    padding: 10px 10px;
    border-radius:4px;
    border: 1px solid #f3f3f3;
    box-shadow: inset 0px 0px 1px #ddd;
    -webkit-transition:box-shadow 1s ease;
    -moz-transition:box-shadow 1s ease;
    -o-transition:box-shadow 1s ease;
    transition:box-shadow 1s ease;
}

.items .item:hover{
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-transition:box-shadow 1s ease;
    -moz-transition:box-shadow 1s ease;
    -o-transition:box-shadow 1s ease;
    transition:box-shadow 1s ease;
}

.items .item .ico{
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-left: 5px;
}

.items .item hr{
    margin: 5px 0px;
}

.items .item .item-image{
    max-height: 150px;
}

.items .item .item-image img{
    padding: 5px 0px;
    height: 140px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.items .item .item-details h5{
    text-align: center;
}

.items .item .item-details h5 a{
    color: #666;
}

.items .item .item-details h5 a:hover{
    text-decoration: none;
}

.items .item .item-details p{
    text-align: center;
}

.items .item .item-price{
    margin: 7px 0px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 5px !important;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #f3f3f3;
    border: 1px solid #eee;
}

/* Product main details */


.product-main select{
    margin-top:5px;
    max-width: 100px;
}

/* Recent posts */


/* Comments */

.comments > ul > li{
    background:none;
    padding:0px;
}

.comments .comment{
    margin:10px 0px;
    padding:7px 10px;
    background:#fff;
    border-radius:5px;
    border:1px solid #eee;
    border-bottom:2px solid #ddd;
}

.comments img{
    max-width:60px;
}

.comments ul{
    margin: 0px;
    padding: 0px;
}

.comments ul li{
    list-style-type: none;
}

.comment .avatar{
    margin-top:5px;
    margin-right:8px;
    padding:1px;
    background:#fff;
    border:1px solid #aaa;
}

.comment .cmeta{
    font-size:12px;
}

.comment p{
    margin-top:5px;
}

.comments .reply{
    margin-left:15px;
}

.respond .title, .comments .title{
    padding:10px 0px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}

/* Sidebar */

.sidebar{
    margin-top:10px;
}

.sidebar h4{
    font-size: 13px;
    color:#555;
    line-height:18px;
    margin-bottom:5px;
    padding-bottom:10px;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
}

.widget ul{
    margin:0px;
    margin-left:-15px;

}

.sidebar .widget{
    background:#fff;
    padding:8px 10px;
    margin-bottom:10px;
    border:1px solid #eee;
}

.sidebar .widget .form-search{
    margin-top:10px;
    margin-bottom:10px;
}

/* Pagination */

.paging {
    width:270px;
    clear:both;
    padding:6px 0;
    line-height:17px;
    font-size:13px;
}

.paging span, .paging a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:5px 8px;
    text-decoration:none;
    width:auto;
    color:#666;
    background: #fff;
    border:1px solid #ddd;
    font-weight:normal;
}

.paging a:hover{
    color:#fff;
}

.paging .current{
    padding:5px 8px;
    color:#fff;
}

/* 404 Page */

.error-page .big-text{
    font-size: 170px;
    line-height: 180px;
    color: #999;
}

/* Item review */

.nav-tabs{
    margin-bottom: 10px;
}

.item-review{
    background: #fafafa;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
}

.item-review .rmeta{
    font-style: italic;
}

/* Careers */

.career .nav > li{
    background:none;
    padding:0px;
    list-style-type: none;
}

.nav-tabs > li > a:hover{
    color:#fff;
}

/* Sidebar page navigation */

#navi{
    margin: 0px;
    padding: 0px;
}

#navi li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#navi > li > a {
    display: block;
    padding: 10px 10px;
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

#navi > li > a:hover{
    color: #666;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
}

/* Sidebar items */

.sitem{
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sitem img{
    margin-top:5px;
    max-width: 45px;
}

/* Support */

#slist p{
    display:none;
    margin:5px 0px;
    padding:5px 10px;
    background:#fff;
    line-height: 25px;
    border:1px solid #eee;
}

#slist{
    margin-left: 15px;
}

ul#slist{
    margin:0px;
    padding:0px;
    margin-left:15px;
}

#slist li{
}

#slist li a{
    display: block;
    margin-bottom: 10px;
}

.support input{
    border-radius:5px;
    border:1px solid #ddd;
    padding:5px 10px;
}

/* Contact #1 */

.gmap iframe{
    width: 100%;
}

/* Support contact */

.scontact p{
    margin: 4px 0px;
}

/* Updated */

header .hlinks { margin-top: 8px; }
.filterform input { padding-left: 6px; border-color: 1px solid #eee; }
.items .tab-content { padding: 0 15px; }

/* Revolution Slider */

.tp-banner-container{
    width:100%;
    position:relative;
    margin-bottom: 40px;
    padding:0px;
    background: #f9f9f9;
}

.tp-banner{
    width:100%;
    position:relative;
    padding: 0;
    margin: 0;
}

.tp-banner ul{ display: none; }
.tp-banner ul li{
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 0;
}


.tp-banner .largepinkbg {
    background:#d2322d;
}

.tp-banner .mediumwhitebg{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    padding-top:10px;
    line-height:20px;
    color:#666;
}

.tp-banner .img-tag {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 13px !important;
    color: #fff;
    background: #d2322d;
    border-radius: 100px;
    font-weight:bold;
}
.tp-banner .large_bold_white {
    font-family: 'Open Sans', sans-serif;
    font-size:45px;
    color:#666;
}

.tp-banner .medium_light_white {
    font-size: 18px;
    line-height:28px;
    color:#888;
}

.tp-banner a.btn {
    border:0px;
    padding: 9px 14px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

/* Footer */

footer{
    background: #65605c url("../img/footer.png") repeat;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
    box-shadow: inset 0px 0px 10px #000;
}

footer a, footer a:visited{
    color: #ddd;
}

footer a:hover{
    color: #ccc;
    text-decoration: underline;
}

footer hr{
    height: 0px;
    padding: 0px;
    margin: 5px 0px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #222;
}

footer h5{
    color: #fff;
}

footer h6{
    color: #fff;
}

footer ul{
    margin-left: 0px;
    margin:0px;
    padding-left:15px;
}

footer ul li{
    list-style-type: none;
    margin-bottom: 5px;
}

footer .widget{
    margin-bottom: 20px;
}

footer .copy{
    margin-bottom: 5px;
    font-size: 11px;
}

footer .payment-icons img{
    max-width: 35px;
    margin-right: 5px;
}

/* Responsive */

@media (max-width: 480px){
    .col-left, .promo .pcol-left{
        width: 100%;
        float: none;
        margin-right: none;
    }
    .col-right, .promo .pcol-right{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .promo .pcol-right{
        text-align: center;
    }
    .promo .pbox{
        height: auto !important;
    }
    .tp-caption a.btn {
        padding: 3px 5px !important;
        font-size: 9px !important;
        box-shadow:none;
    }
    .tp-banner .img-tag { display: none; }
}

@media (max-width: 767px){
    .container{
        width:100%;
        max-width:550px;
        margin:0 auto;
    }
    .onethree-left{
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .onethree-right{
        float: none;
        width: 100%;
        text-align: center;
    }
    .flex-caption{
        display: none !important;
    }
    .flex-direction-nav .flex-prev {left: 10px;}
    .flex-direction-nav .flex-next {right: 10px;}
    .slider-features,footer,.page-head,.navbar-inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    header{
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    header .logo{
        text-align: center;
        margin-bottom:10px;
    }

    header form{
        width:100%;
        margin:0px auto;
        max-width:300px;

    }
    header .lr{
        display: block;
    }
    header .hlinks > span{
        background: transparent !important;
        border: none !important;
        color: #888;
        padding: 0px;
    }
    header .hlinks a, header .hlinks a:visited{
        color: #555;
    }
    header .hlinks a:hover{
        color: #222;
    }
    .navbar .nav{
        margin-left: 0px !important;
        border:0px !important;
    }
    .navbar .nav > li > a{
        border:0px !important;
    }
    .dropdown-menu{
        border: 0px !important;
    }
    .navbar .nav{
        border-left: 0px !important;
    }

    .flex-caption{
        display: none;
    }
    .page-head{
        text-align: center;
    }
}

@media (max-width: 991px){
    .container{
        width:100% !important;
    }
    header{
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    header .logo{
        text-align: center;
        margin-bottom:10px;
    }

    header form{
        width:100%;
        margin:0px auto;
        max-width:300px;

    }
    .sitem img{
        max-width: 35px;
    }
}