/*Colors*/
/*.sf-menu li a,#navi li ul li a {
    color: #333;
    text-transform: uppercase;
}

.sf-menu li:hover a, .sf-menu li.sfHover a, .current-menu-item a, #navi li ul li:hover a {
    color: #de0000;
}

.mob-n-btn, .mob-n-btn:hover, .mob-n-btn:active, .mob-n-btn:focus {
    color: #fff;
    text-decoration: none;
}*/

/*Header*/
.header {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 61px -14px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 61px -14px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 61px -14px rgba(0,0,0,0.5);
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 0;
    float: left;
    width: 100%;    
}

.header-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: all 0s ease-in-out;
}

.header-p1 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 25px 0 15px;
    text-align: center;
}

.header-p1 > a {
    display: inline-block;
}

.header-details {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    float: none; 
    position: relative;
    z-index: 1;
}

.header-details .col-xs-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    padding: 5px 0 10px 15px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.header-details .filler {
    position: absolute;
    top: -150px;
    left: -1000px;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    z-index: -1;
}

.header-details .col-xs-3 a {
    color: #333;
}

.custom-logo {
    height: 100%;
    width: auto;
    float: left;
}

#nav-cont {
    background: #020f5a;    
    background: -webkit-linear-gradient(right, #020f5a, #ccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #020f5a, #ccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #020f5a, #ccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #020f5a, #ccc); /* Standard syntax (must be last) */
}

#main-nav {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.mob-n-btn {
    position: absolute;
    font-size: 1.2em;
    right: 15px;
    bottom: 30px;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

#mob-menu {
    z-index: 11;
}

#navi {
    float: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}

#navi li {
    float: none;
    display: table-cell;
    text-align: center;
    background: #f1f1f1;
    border-right: 3px solid #fff;
}

#navi li:first-child {
    border-left: 3px solid #fff;
}

#navi li a:after {
    content: '';
    float: right;
}

#navi li:first-child a:before {
    content: '';
    float: left;
}

#navi li ul li {
    display: block;
}

/*Submenu*/
#navi li ul {
    box-shadow: none;
    width: 300px;
    margin-top: 15px;
    outline: 15px solid rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #fff;
}

#navi li ul li {
    background-color: transparent;
    
}

#navi li ul li a {
    text-transform: none;
    font-size: 1em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#navi li ul li:last-child a {
    border-bottom: none !important;
}

#navi li ul li a:after {
    content: '';
}

#navi li ul li:first-child a:before {
    content: '';
}

.mob-n-btn {
    position: absolute;
    font-size: 1.2em;
    right: 15px;
    bottom: 30px;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

#mob-menu {
    z-index: 11;
}

#menhead {
    display: none;
}

/*scroll*/
/*.scroll #header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

.scroll #header-inner {
    height: 90px;
    transition: all 0.2s ease-in-out;
}

.scroll #head-carousel, .scroll .img-header, .scroll .header-space {
    margin-top: 120px;
}

.scroll .header-details {
    margin-top: 10px;
}

.scroll .mob-n-btn {
    bottom: 20px;
}*/

.mob-left {
    right: 150px;
}