/*
 * Style tweaks
 * --------------------------------------------------
 */
html,

body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 30px;
    font: 16px/1.5 Arial,sans-serif;
    background: url('../img/brushed_alu.png');
}

.container {
    max-width: 900px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #001A51;
}

h1{
    font-size: 30px;
}

h1.logo{
    margin: 0;
}

.no-wrap-text{
    white-space: nowrap;
}


/*
 * Banner
 * --------------------------------------------------
 */
.banner .banner-image{
    
}
@media screen and (max-width: 767px) {
 
    .banner .banner-image{
    
    }
}

/*
 * Navigation
 * --------------------------------------------------
 */

.navbar-default{
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media(min-width:768px) {

}

.navbar {
    text-transform: uppercase;
    font-family: Arial Narrow,Arial,sans-serif;
    font-size:16px;
    font-weight: 500;
    line-height:120%;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a {
    color: #001A51;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar .navbar-nav li a:hover {

}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
   background-image: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #279E87;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-toggle {
    background-color: #18BC9C;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #18BC9C;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        margin-top: 20px;
    }
    
    .navbar .navbar-nav li a {
        color: #001A51;
        font-weight: 600;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

/*
 * Logo
 */
.navbar-brand img{
    height: 50px;
    margin-top: -15px;
}

/*
 * Header
 * --------------------------------------------------
 */
header {
    text-align: center;
    color: #fff;
    background: #425B71;
}

header .container {
    padding-top: 30px;
    padding-bottom: 80px;
}

header .inner-header{
    min-height: 20px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

@media(min-width:768px) {
    header .container {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    header .container {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}


/*
 * Section Canvas
 */
.section-off-canvas{
    margin-top: 8px;
}


/*
 * Content
 */
#content {
    /*background: url('../img/brushed_alu.png');*/
    padding-bottom: 30px;
    padding-top: 10px;
}

#content-inner{
    background-color: #ffffff;
    border-radius: 3px;    
    -webkit-border-radius: 3px;  
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.37);
-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.37);
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.37);
}


/*
 * Footer
 */
footer {
    /*padding-top: 30px;*/
}

footer {
    color: #fff;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #425B71;
}


/*
 * Featured Categories
 */
.featured-categories{
    margin-top: -60px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;    
    -webkit-border-radius: 3px;
}

.featured-categories .category-name{
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.featured-categories p {
    font-size: 12px;
}


/*
 * Lateral Menu
 * --------------------------------------------------
 */

#vertical-menu .vertical-menu{
    border-radius: 4px;
    border: 1px solid #DDD;
    background-color: #ffffff;
}
#vertical-menu,
#vertical-menu ul,
#vertical-menu li,
#vertical-menu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}
#vertical-menu a {
    line-height: 1.3;
}
#vertical-menu {
    /* width: 250px; */
}
#vertical-menu > ul > li > a {
    padding-right: 40px;
    font-size: 13px;
    line-height: 120%;
    font-weight: 600;
    display: block;
    background: transparent;
    color: #415A71;
    border-bottom: 1px solid #e0e0e0;
    /*border: 1px solid #e0e0e0;*/
    text-transform: uppercase;
    position: relative;
    padding: 10px;
}
#vertical-menu > ul > li > a:hover {
    text-decoration: none;
}
#vertical-menu > ul > li.active {
    border-bottom: none;
}
#vertical-menu > ul > li.active > a {
    background: #279E87;
    color: #ffffff;
}
#vertical-menu span.cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}
#vertical-menu ul ul {
    display: block;
}
#vertical-menu ul ul li {
    border-bottom: 1px solid #e0e0e0;
    /*border: 1px solid #e0e0e0;*/
    border-top: 0;
}
#vertical-menu ul ul li.active a {
    background-color: #eeeeee;
    color:#000000;
}
#vertical-menu ul ul a {
    padding: 8px;
    display: block;
    color: #333;
    font-size: 13px;
}
#vertical-menu ul ul a:hover {
    color: #425B71;
}
#vertical-menu ul ul li.odd {
    background: #f4f4f4;
}
#vertical-menu ul ul li.even {
    background: #fff;
}

/*
 * Breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
    padding: 8px 0 0 0;
    background-color: transparent;
    margin: 0;
    font-size: 12px;
}

.breadcrumb li a {
    color : #cccccc;
}


/*
 * Catalog
 */
.catalog-category-container h2{
    font-size: 20px;
}

.catalog-category-container h3{
    font-size: 18px;
}

.catalog-category-container .table>tbody>tr>td, 
.catalog-category-container .table>tbody>tr>th, 
.catalog-category-container .table>tfoot>tr>td, 
.catalog-category-container .table>tfoot>tr>th, 
.catalog-category-container .table>thead>tr>td, 
.catalog-category-container .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
} 

.catalog-category-container .sub-cat-list{
    list-style: none;
}

.catalog-category-container .sub-cat-list .thumbnail{
    font-size: 12px;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.catalog-category-container .sub-cat-list p{
    min-height: 34px;
}

.catalog-index-container .index-featured-categories .thumbnail{
    text-align: center;
}

.catalog-index-container .index-featured-categories .thumbnail a{
    font-size: 12px;
}

.catalog-index-container h3{
    font-size: 18px;
}

.catalog-index-container .table>tbody>tr>td, 
.catalog-index-container .table>tbody>tr>th, 
.catalog-index-container .table>tfoot>tr>td, 
.catalog-index-container .table>tfoot>tr>th, 
.catalog-index-container .table>thead>tr>td, 
.catalog-index-container .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
} 

.catalog-item-container #product-info{
    margin-top: 20px;
    margin-bottom: 30px;
}

.catalog-item-container #product-info h2{
    font-size: 18px;
}

.catalog-item-title{
    font-size: 26px;
}

/*
 * Contact
 * --------------------------------------------------
 */
.contact-item-container h4{
    color: #666666;
}

.contact-item-container .contact-phone-number{
    font-size: 20px;
    color: #001A51;
}

.contact-item-container .contact-address{
    font-size: 20px;
    color: #001A51;
    margin-bottom: 20px;
}

.contact-item-container #map-container{
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.075);
    margin-top: 30px;
}

/*
 * Cms
 * --------------------------------------------------
 */
.cms-item-container #content_image{
    padding: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.075);
    margin: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.catalog-category-container .header{
    
}

.catalog-category-container #main-image{
    padding: 3px;
    border: 1px solid #DDD;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .catalog-category-container #main-image{
        margin-bottom: 20px;
    }
}





/* Revisar */







/*
 * Carrousel
 * --------------------------------------------------
 */
/*
.carousel-inner>.item{
    border-radius: 10px;    
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    max-height: 300px;
    width: 720px;    
}
a.left.carousel-control{
    border-radius: 10px 0 0 10px;    
    -webkit-border-radius: 10px 0 0 10px;
    overflow: hidden;
}
a.right.carousel-control{
    border-radius: 0 10px 10px 0;    
    -webkit-border-radius: 0 10px 10px 0;
    overflow: hidden;
}

*/


/*
 * Gallery
 */
#product-gallery .main_image{
    padding:3px;
}

.thumb {    
    display: block;   
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
}


/*
 * Loading
 */
.ajax-loading-black{
    overflow: hidden;
    background-image: url('../img/ajax-loader-black.gif');
    background-position: center;
    background-repeat: no-repeat;
}

/*
 * Buttons
 */
.btn-offcanvas {
    /*
    background-image: -webkit-linear-gradient(top,#18BC9C 0,#1D826E 100%);
    background-image: -o-linear-gradient(top,#18BC9C 0,#1D826E 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#18BC9C),to(#1D826E));
    background-image: linear-gradient(to bottom,#18BC9C 0,#1D826E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #1D826E;
    */
    color: #fff;
    background-color: #18BC9C;
}

.btn-offcanvas:focus, .btn-offcanvas:active{
    color: #ffffff;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

