﻿@media only screen and (max-width: 479px){
    
    .col-xxs-12{
        width:100%
    }

}
body {
    font-family: 'Open Sans', Helvetica, Arial;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height:18px;

}
.breadcrumb {
    margin-bottom: 25px;
    color: #909090;
        font-size: 12px;

        padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb a, .breadcrumb a:active .breadcrumb a:visited {
    display: inline-block;
    color: #555555;
}

.breadcrumb a {
    font-size: 12px;
}
#header-fluid {
    
    background: #FAFAFA url('../img/header-top-bg.png') repeat-x 0 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    height: 100px;
}
#header_user_info a.account, #header_user_info a.wishlist {
    border: 0;
    border-right: 1px dotted #aaaaaa;
}
#header_user_info {
    color: #fafafa;
    font-size: 11px;
    float: right;
    clear: none;

    margin-top: 10px;
    padding: 0;
}
#header_user_info a {
    padding: 0 10px 0 0!important;
    margin: 0 10px 0 0!important;
    color: #fafafa;
    float: left;
    line-height: 11px;
}
a, a:active, a:visited {
    color: #333;
    text-decoration: none;
    outline: medium none;
}
.dotted_bottom {
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 10px;
}

#header-logo {
    
    float: left;
    margin-top: 30px;
}
 
h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #444444;
}

footer{
        background: #3c3c3c;
}

.footer-top{
        clear: both;
    background: #2a2a2a;
    border-bottom: 1px solid #171717;
        margin: 0;
    padding: 10px 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
   
}
.footer-center{
        border-top: 1px solid #464646;
    border-bottom: 1px solid #171717;
    padding-bottom: 30px;
        margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#footer {
    background: none;
    
}
#footer ul {
    list-style-type: none;
    list-style: none;
        margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
    #footer li {
        color: #fff;
        padding: 4px 0;
    }
#footer h4, #footer h4 a{

    background-color: transparent!important;
    display: block;
    float: left;
    color: #a0a0a0;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px 0;
    text-shadow: none;
    text-transform: capitalize;
    line-height: 16px;
    background: #383838;
    font-family: 'Open Sans', Helvetica, 
    vertical-align: baseline;
}
#footer .block_content, .block {
    padding: 0!important;
    margin: 30px 0 0 0!important;
}
.footer-bottom {
    background: #2a2a2a;
    border-top: 1px solid #363636;
    padding: 15px 0;
    color: #a0a0a0;
    font-size: 11px;

}
 
 
#footer li a{
    display: inline-block!important;
    font-weight: 400;
    display: block;
    padding: 0;
    color: #fff;
    background: none; 

}
.newsletter_desc {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}
input[type=text].dark, input[type=password].dark{
    border: 0!important;
    background: #2a2a2a!important;
    color: #a0a0a0!important;
    font-weight: 400!important;
    font-style: italic!important;
    height: 34px!important;
    border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.095), inset 0 1px 1px 0 rgba(0,0,0,0.25)!important;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.095), inset 0 1px 1px 0 rgba(0,0,0,0.25)!important;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.095), inset 0 1px 1px 0 rgba(0,0,0,0.25)!important;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 36px!important;
    padding: 5px 10px!important;
}
.newsletter_input {
    width: 80%;
}
.newsletter_warning_inline {
    color: #f16b6b;
    padding-top: 10px;
}
.newsletter_success_inline {
    color: #9bcc80;
    padding-top: 10px;
}
.submit_orange{
    background-image: -webkit-linear-gradient(top, #F2A131, #E27313);
        width: 40px;
    height: 34px;
    line-height: 34px;
    border: 0;
    padding: 0;
    color: #fafafa!important;
    vertical-align: top;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.search_block_top_form {
    display: block;
    position: relative;

        position: static;
    float: right;
    margin: 26px 10px 0 0;

}
.search_query {
        border: 1px solid #cecece!important;
    padding-right: 30px!important;
    color: #666;
    background: #fafafa!important;
    height: 36px!important;
    padding: 5px 10px!important;
}
.search_button {
    width: 80px!important;
    height: 90px!important;
    background: transparent url('../img/search.png') no-repeat 50%!important;
    border: none!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    cursor: pointer!important;
    box-shadow: none!important;
}
@media only screen and (max-width: 479px){
     
    #header-fluid {
     
        height: 170px;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 

}
