/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
        /* Typography =================================================== */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

/*body*/
body.site {
    border: none !important;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #020202;
}

.body .sidebar-content {
    clear: both;
    min-height: 710px;
}

.body .container.main {
    background: #f7f5f5;
    max-width: none;
    border: none;
    box-shadow: none;
    padding: 0;
    max-width: 960px;
}
/*body*/

/*header*/
header {
    margin: 30px 10px 20px;
}

.header .call-us {
    font-size: 25px;
    color: #fffefe;
    font-weight: 600;
}

.header .call-us p {
    margin: 2px 0 0 0;
}

.header-section {
    background: #9d0706;
    float: left;
    width: 100%;
}
/*header*/

/*main navigation*/
.container.main .navigation {
    border: none;
}

.navbar-toggle {
    background: #bc0707;
}

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

.navigation ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #f7f5f5 !important;
    text-transform: uppercase;
}

.navigation ul li.active a {
    color: #430002 !important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: #f7f5f5 none repeat scroll 0 0;
    box-shadow: none;
    padding: 11px 25px;
}

.navigation ul li a:hover, .navigation ul li a:focus {
    background-color: #f7f5f5 !important; 
    color: #430002 !important;
    transition: 0.4s;
}

.navigation .nav-child.unstyled.small {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.navigation .nav-child.unstyled.small li a {
    color: #ffffff !important;
    font-weight: 700;
}

.navigation .nav-child.unstyled.small li a:hover, .navigation .nav-child.unstyled.small li a:focus {
    background: #ffffff !important;
    color: #430002 !important;
}

.navigation .nav-child {
    /*top: 100%;*/
}

.navigation .nav > li > .nav-child::before, .navigation .nav > li > .nav-child::after {
    display: none;
}
/*main navigation*/

/*slider*/
.rev_slider.fullwidthabanner.revslider-initialised.tp-simpleresponsive {
    height: 320px !important;
}

.revolution-slider {
    clear: both;
}
/*slider*/

/*intro text*/
.custom.introduction-text {
    background-color: #9d0706;
    background-image: url("../images/seperator-white.png");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    padding: 4% 2% 6%;
    margin: 0 0 5% 0;
}

.custom.introduction-text > p {
    color: #f7f5f5;
    font-size: 13px;
    line-height: 1.8em;
    text-align: center;
}
/*intro text*/

/*seperator*/
.seperator {
    background: rgba(0, 0, 0, 0) url("../images/seperator.png") no-repeat scroll 50% bottom;
    height: 15px;
    margin: 0 0 4%;
}
/*seperator*/

/*content*/
.sidebar-content .content {
    padding-left: 0;
    padding-right: 5px;
}

.home-page-articles {
    padding-left: 0;
    padding-right: 5px;
}
/*content*/

/*home page articles*/
.home-page-articles ul {
    margin: 0;
}

.home-page-articles .mod-articles-category-title {
    font-weight: 700;
    color: #020202;
    font-size: 15px;
}

.home-page-articles li {
    list-style: outside none none;
    text-align: center;
    padding: 10px 0;
}

.home-page-articles .article-intro-image {
    margin: 5% 0;
}

.home-page-articles .mod-articles-category-introtext {
    font-size: 11px;
    line-height: 2em;
    text-align: left;
    padding: 0 10px;
}

.home-page-articles .mod-articles-category-readmore {
    padding: 0 10px 0 0;
    text-align: right;
    margin: 0;
}

.home-page-articles .mod-articles-category-readmore a {
    font-size: 12px;
}

.category-module .articles {
    padding: 0 5px 5px 5px;
}

.category-module .articles:nth-child(3), .category-module .articles:last-child {
    padding-top: 5px;
}

.category-module .articles-inner {
    background: #f0eeee none repeat scroll 0 0;
}
/*home page articles*/

/*featured products slider*/
.featured-products {
    padding: 0;
    min-height: 650px;
    background: #F0EEEE;
}

.featured-products h3 {
    background: #9d0706 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 5%;
    margin: 0;
    text-transform: uppercase;
}

.featured-products .bt-title {
    color: #010101 !important;
    font-size: 18px;
}

.featured-products .bt-inner {
    text-align: center;
}

.featured-products .bt-introtext {
    font-size: 12px;
    color : #000000;
    text-align: left;
    line-height: 1.6em;
}

.featured-products .bt-title {
    text-transform: capitalize !important;
}
/*featured products slider*/

/*logo bar*/
.custom.brand-logos {
    margin: 30px 0;
}

.row.brands {
    margin: 2% 0;
}

.brands img {
    max-height: 60px;
    margin: 0 auto;
}
/*logo bar*/

/*footer*/
.footer .container {
    background: #bc0707;
}

.footer p, .footer a {
    color: #f7f5f5;
    font-size: 13px;
}

.footer p {
    text-align: center;
}

.footer hr {
    margin: 13px;
}

.custom.footer-links {
    margin: 15px 0 0;
}

.footer-links > ul {
    display: block;
    margin: 0 auto;
    width: 59%;
}

.footer-links li {
    border-right: 1px solid #f7f5f5;
    float: left;  
    list-style: outside none none;
    text-align: center;
    padding: 0px 15px;
}

.footer-links li:last-child {
    border-right: none;
}

.footer-links p {
    clear: both;
    padding: 10px 0 0;
}
/*footer*/

/*sidebar nav*/
.left-nav {
    padding: 0 5px;
}

.cont_images_grid {
    width:100%;
    float:left;
}


.cont_images_grid img {
    width:20%;
    float:left;
    margin:1%;
}

table#listtablehere tr td li
{
    background: url("../images/bulet.png") no-repeat scroll left 5px rgba(255, 47, 47, 0);
    height: 16px;
    list-style-type: none;
    padding-left: 18px;
    margin-top: -11px;
} 

table#listtablehere tbody tr td, table#listtablehere tbody tr th {
    border-bottom: none;
    padding-left: 0px;
    padding-top: 0px;
    font-family: Century Gothic;
}

.moduletable.left_sidemenu #accordion {
    margin: 10px 0;
}

.moduletable.left_sidemenu {
    background: #f0eeef none repeat scroll 0 0;
    min-height: 650px;
    padding: 1% 5%;
}

.moduletable.left_sidemenu li {
    font-size: 15px;
    font-weight: normal;
}

.moduletable.left_sidemenu li ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #9d0706;
    padding: 10px 20px;
    margin: 0 0 0 20px;
}

li.parent {
    border-bottom: none !important;
}

.moduletable.left_sidemenu li.parent a:hover {
    background: url("../images/left_menu_arrow_hover.png") !important ;
    background-repeat: no-repeat !important;
    background-position: 10px 14px !important;
    background-color:  #9d0706 !important;
}

.moduletable.left_sidemenu li.parent a {
    background: rgba(255, 47, 47, 0) url("../images/left_menu_arrow.png") no-repeat scroll 10px 14px;
    border-bottom: 1px solid #9d0706;
    color: #000000;
    padding-left: 32px;
    font-weight: 500;
}


.moduletable.left_sidemenu li a:hover { 
    color:#ffffff;
}

.moduletable.left_sidemenu .nav-child li a {
    color: #686868;
    background: transparent !important;
    border-bottom: none;
    padding-left: 0;
}

.moduletable.left_sidemenu .nav-child li a:hover {
    background: transparent !important;
    color: #9d0706;
    text-decoration: none;
}

.moduletable.left_sidemenu li.parent:last-child a {
    border-bottom: none !important;
}

.moduletable.left_sidemenu li.parent:last-child a.ui-state-active {
    border-bottom: 1px solid #9d0706 !important;
}

.moduletable.left_sidemenu li.parent:last-child .nav-child li {
    border-bottom: none !important;
}
/*sidebar nav*/

/*by Sakunika*/
#right {
    width: 25%;
}

#wrapper {
    margin: 0 4%;
    width: 65%;
}

.category-list table td a {
    color: #444 !important;
}
/*by Sakunika*/
.item-177 ul, .item-152 ul, .item-162 ul{
    display: none;
}

@media only screen and (max-width: 769px){
    #rev_slider_1_1, #rev_slider_1_1_wrapper {
        width: 100% !important;
    }
    #btcontentslider117 .bt_handles {
        display: none;
    }
    .featured-products {
        min-height: 380px !important;
    }
}

/*/////////// added 2016-03-04//////////*/
@media only screen and (max-width: 769px) and (min-width: 767px){
    #rev_slider_1_1, #rev_slider_1_1_wrapper {
        width: 100% !important;
        height: 184px !important;
    }
    html{
        overflow-x: hidden;
    }
    .footer-links > ul{
        width: 75%;
    }
}

@media only screen and (max-width: 767px){
    .main-nav li{
        float: none !important;
    }
    .main-nav{
        float: none !important;
    }
    .navigation .nav > li:hover > .nav-child{
        display: none !important;
    }
    .navigation .nav-child{
        display: none;
    }
    .footer-links > ul{
        width: 75%;
    }
}

@media only screen and (max-width: 668px){
    .footer-links > ul{
        width: 86%;
    }
}

@media only screen and (max-width: 568px){
    .footer-links > ul{
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .custom.introduction-text {
        background-position: 50% 94% !important;
    }
    .featured-products {
        min-height: 350px !important;
    }
    #btcontentslider117 .bt_handles {
        display: none;
    }
    .footer-links > ul{
        width: 100%;
    }
    .custom.introduction-text > p{
        margin: 10px 0;
    }
    .moduletable.left_sidemenu{
        min-height: 550px;
    }
    .header .call-us{
        font-size: 16px;
    }
    .footer-links li{
        float: none;
        border-right: none;
    }
}

.left_sidemenu .item-177 ul{
    display: none;
}