/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
body.bg{background:#fff}
.main-container{border-top:4px solid #0c3664;}

a{color:rgb(12,54,100)}
a:hover,a:active,a:focus{color:lightgray ! important;} 

/*Header area*/
#header{z-index:99999999999;background: -moz-linear-gradient(rgb(12,54,100), rgb(0,85,154));background: -o-linear-gradient(rgb(12,54,100), rgb(0,85,154));background: -webkit-linear-gradient(rgb(12,54,100), rgb(0,85,154));background: linear-gradient(rgb(12,54,100), rgb(0,85,154));}
#sp-search{border-right:1px solid #bc3915}
.rtl #sp-search{border-left:1px solid #bc3915}
#sp-search .mod-search input#mod-search-searchword, 
#sp-search .mod-search input#mod-finder-searchword{background-color:#be411f;border:1px solid #dd5935} 

/****Hornav*****/
/*Parent list item hover and active*/
#hornav ul.level-0 > li.menu-item:hover > a.menu-item,
#hornav ul.level-0 > li.menu-item.active> a.menu-item,
#sublevel ul.level-1 > li.menu-item:hover > a.menu-item,
#sublevel ul.level-1 > li.menu-item.active> a.menu-item,
#hornav ul li .submenu-inner,#sublevel ul li .submenu-inner{background:white;color:black;}
#hornav li.menu-item li.menu-item,
#sublevel li.menu-item li.menu-item{border-top:1px solid #0c3664;border-bottom:1px solid #0c3664;}
#hornav ul li .submenu-inner,#sublevel ul li .submenu-inner, #hornav .group-title{border-bottom:5px solid #0c3664;}

/*sp smart slider*/
.nivoSlider .nivo-directionNav a.nivo-prevNav,
.nivoSlider .nivo-directionNav a.nivo-nextNav {background-color:rgba(214, 79, 42, 0.6)!important}
.nivoSlider .nivo-directionNav a.nivo-prevNav:hover{background-image:url(../../images/styles/style1/slide_arrow_h_r.png)}
.nivoSlider .nivo-directionNav a.nivo-nextNav:hover{background-image:url(../../images/styles/style1/slide_arrow_h_l.png)}
.nivoSlider .sp-smart-date{background:#d64f2a}


/*Modules Highlights Ribbon Left*/
#sp-leftcol .module.highlights h3.header span:after {border-top-color: #d64f2a}
.module.title.highlights h3.header{background:#d64f2a}
.module.title.highlights h3.header::after {border-color: #9f2f10 #9f2f10 transparent transparent}
.rtl .module.title.highlights h3.header::after {border-color: #9f2f10 transparent transparent #9f2f10}
.module.title.highlights h3.header::before {background:#d64f2a}

/*Modules Highlights Ribbon Right*/
.module.title.highlights.ribbon_right h3.header::after {border-color: #d64f2a transparent transparent #d64f2a}
.module.title.highlights.ribbon_right h3.header::before {background:#d64f2a}

/*Modules Solid Ribbon Left*/
.module.title.solid h3.header{color:#d64f2a}

video::-internal-media-controls-download-button {
    display:none;
}