/**
 # ot_lobotis - 	OT Lobortis Template for Joomla 3!
 # author 			OmegaTheme.com
 # copyright 		Copyright(C) 2017 - OmegaTheme.com. All Rights Reserved.
 # @license 		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 		http://omegatheme.com
 # Technical 		support: Forum - http://omegatheme.com/forum/
 **/
/**------------------------------------------------------------------------
* file: preset-1.css 3.6.4 00001, Dec 2016 12:00:00Z OmegaTheme $
* package:	OT Lobortis Template
*------------------------------------------------------------------------*/

body#ot-body {

}
a,a:hover {
    color: #8b1728;
}
.ot-logo {
    background: url(../images/grayred/logo.png) no-repeat 100%;
}
.otmenu-desk-wrapper .ot-menu li.level1.hover, .otmenu-desk-wrapper .ot-menu li.level1.active {
    background: none repeat scroll 0 0 #8b1728;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap {
    border-width: 0 0 5px 0 !important;
    border-style: solid !important;
    border-color: #373737 !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul {
    background: #8b1728;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.hover,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li:hover,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.active {
    background-color: #C52036;
}
.carousel-indicators {
    background: url(../images/grayred/handles-bg.png) no-repeat;
}
.carousel-indicators li.active {
    background: #91303b url(../images/grayred/border-nav.png) no-repeat 0 6px;
}
.carousel-indicators-lastbg {
    background: url(../images/grayred/handles-lastbg.png) no-repeat;
}
div.catItemReadMore {
    background: none repeat scroll 0 0 #8b1728;
}
.ot-bottomboxes {
    background-color: #615555;
    background-image: url(../images/grayred/bottomboxes-bg.png);
}
form.custom-contact input.contact-submit {
    background: url(../images/grayred/contact-submit.png) no-repeat;
}
.ot-breadcrumb {
    background: url(../images/grayred/breadcrumb-bg.png);
}
span.breadcrumbs-separator {
    background: url(../images/grayred/breadcrumb-border-arrow.png) no-repeat;
}
.ot-leftcol ul li, .ot-rightcol ul li, .ot-leftcol div.otItemsBlock ul li, .ot-rightcol div.otItemsBlock ul li {
    background: url(../images/grayred/dotted.png) no-repeat 0 9px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .ot-logo {
        background: url(../images/grayred/logo-sm.png) no-repeat 100%;
    }
    .mntb-wrapper.accordion {
        padding: 0 !important;
        background-color: transparent !important;
    }
}