﻿.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a  {margin: 0; padding: 0; }

.dropdowns a {text-decoration: none !important;}

.navbar-toggle {
    position: absolute !important;
    left: 0 !important;
    padding: 9px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    top: 0 !important;
}

.toggleMenu {
    display:  none;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    padding: 10px 15px;
	-webkit-transition: all .8s ease;
       -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
         -o-transition: all .8s ease;
            transition: all .8s ease;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
	/* background: url(../images/downArrow.png) no-repeat;  
    background-position: right; */
}

.nav > li > .parent:before{
	    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 46%;
    right: 7px;
	border-top-color: #000;
}

.nav > li:hover > .parent:before{
	    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 46%;
    right: 7px;
	border-bottom-color: #000;
	margin-top:-5px
}

.nav li li .parent:before{
	    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 46%;
    right: 7px;
    border-left-color: #000;
    margin-top: -3px;
}

.nav li li:hover .parent:before{
	    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    top: 46%;
    right: 13px;
    border-right-color: #000;
    margin-top: -3px;
}

.nav > li > a {
	    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.nav > li > a:hover{font-weight:700;}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;	
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
}
.nav li li li a {
    z-index:200;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
       /*  background: url(../images/downArrow.png) no-repeat;
        background-position: 95% 50%; */
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}


/** Submenu Layout Start **/

/* fonts */
.dropdowns {font-family: 'PreciousSansBook'; }

/* colors */
/* ------ */
/* togle menu button for narrow screens */
.toggleMenu {
    background: transparent;
    color: #fff;
	border:0;
}
button:focus{border:0 !important; text-shadow:none !important;}
.icon-bar{    
	background-color: #000;
    color: #000;
    width: 30px;
    height: 5px;
    display: block;
    margin-top: 4px;}

/* general navigation background colors */
.nav {
     background: transparent;
	 border: none;
}

/* general navigation link font color */
.nav a {
    color:#666;
}

/* first level items borders */
.nav > li {
	
}

/* navigation hover colors */
.nav a:hover {
	background-color: #ee3423 !important;
	color: #fff;
	font-weight: 400;
	text-decoration:none;
}

/* second level navigation colors */
.nav li li a {
    background: rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid #c0c0c0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

/* third level navigation colors */
.nav li li li a {
    background:rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #c0c0c0;;
	color: #fff;
	font-size: 14px;
}
.nav li li li a:hover{color:#fff; background-color: #ee3423;}

/* ---------------- */
/*      layout      */
/* -----------------*/

/* main div */
.dropdowns {
	width: auto;
    padding: 0;
    margin: 0 auto;
    float: left;
}

/* small screens menu button */
a.toggleMenu {
	padding: 10px 0;
	width:100%;
	text-align: center;
}

/* second and third level menus */
.nav ul {
	width:14em;
}

/* general paddings and other stuff */
.nav a {
	padding: 5px 10px;
}

/* parents that have submenus */
.nav > li > .parent {
	padding-right: 25px;
	background-position: 90% 50%;
}

/* small screen adjustments*/
@media screen and (max-width: 768px) {
	.nav ul {
		width: 100%;
	}
}


/** Submenu Layout Start **/
