/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/facebook-like-menu-responsive/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */


.navmain {/*background-color: rgb(78,105,162);
    background: -moz-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,105,162,1)), color-stop(100%, rgba(59,88,152,1)));
    background: -webkit-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -o-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: linear-gradient(to bottom, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);*/
	background:rgb(0, 36, 59);
        border-bottom: 2px solid #153e59;
        position: relative;

	}

/* top level elements */
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: 'Oswald', sans-serif;

	/*float: right;*/
}
#nav {
    /*background-color: rgb(78,105,162);
    background: -moz-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,105,162,1)), color-stop(100%, rgba(59,88,152,1)));
    background: -webkit-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -o-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: linear-gradient(to bottom, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);*/
    background:rgba(0,37,60,0.96);
    height: 60px;
    /*padding: 10px 0 10px 5px;*/
    position: relative; 
	text-align:center;
	margin:0 auto;
	letter-spacing: 0.09em;
	line-height:60px;
}

#nav > li {
    float: none;
    height: 22px;
    padding-right: 14px;
    position: relative;
    text-align: center;
	display:inline-block;
}

#nav > li > a {
   /* border: 1px solid transparent;*/
    color:#8ac5ed;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.5);*/
	/*font-family: 'Droid Sans', sans-serif;*/
	text-transform:uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    /*background-color: #425691;*/
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    /*margin-right: -8px;*/
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 1;
}
#nav > li.subs:hover > a {
    background-color: #FFFFFF;
    /*border: 1px solid rgba(100, 100, 100, 0.4);*/
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    color: #000000;
    /*text-shadow: 0 0 transparent;*/
    z-index: 2;
	border:none;
}

/* top items separator */
#nav > li:after {
    /*background-color: #405791;*/
    content: "";
    height: 17px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 1px;
}
#nav > li:first-child:after {
    background-color: transparent;
}

/* submenu */
#nav ul {
    background-color: #FFFFFF;
    /*border: 1px solid rgba(100, 100, 100, 0.4);*/
  
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    display: none;
    left: -1px;
    margin-top: 2px;
    min-width: 200px;
    padding: 16px 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
#nav li:hover ul {
    display: block;
}
#nav ul li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #232B37;
    display: block;
    font-size: 16px;
    line-height: 35px;
    padding: 0 22px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:left;
	border:none;
}

#nav ul li a:hover {
    background-color: #024269;
    border-bottom: 1px solid #3B5998;
    border-top: 1px solid #3B5998;
    color: #FFFFFF;
	border-left:none;
}

/* other elements */
#nav_v2 {
    display: none;
}

/* responsive rules */
@media all and (max-width : 980px) {

    /*#nav {
        display: none;
    }*/
    #nav_v2 {
        background-color: rgb(2, 66, 105);
        border: 1px solid #3A4B7B;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        margin-bottom: 0px;
        padding: 6px;
        width: 100%;
		 font-size: 16px;

    }
    #nav_v2 select {
        color: #FFFFFF;
        cursor: pointer;
    }
}

@media all and (max-width : 1024px) {
	
	#nav > li > a {
   /* border: 1px solid transparent;*/
   
    display: block;
    font-size: 16px;
    /*font-weight: bold;*/
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 1px 0 2px;
    text-decoration: none;
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.5);*/
	/*font-family: 'Droid Sans', sans-serif;*/
	text-transform:uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    /*background-color: #425691;*/
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    /*margin-right: -8px;*/
    padding: 0 1px 0 2px;
    position: relative;
    z-index: 1;
}

#nav > li {
    float: none;
    height: 22px;
    padding-right: 11px;
    position: relative;
    text-align: center;
	display:inline-block;
}
	
}

@media all and (max-width : 1080px) {
	#nav > li > a {
   /* border: 1px solid transparent;*/
   
    display: block;
    font-size: 16px;
    /*font-weight: bold;*/
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 1px 0 2px;
    text-decoration: none;
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.5);*/
	/*font-family: 'Droid Sans', sans-serif;*/
	text-transform:uppercase;
   }

#nav > li:hover > a, #nav > a:hover {
    /*background-color: #425691;*/
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    /*margin-right: -8px;*/
    padding: 0 1px 0 2px;
    position: relative;
    z-index: 1;
}
	
	#nav > li {
    float: none;
    height: 22px;
    padding-right: 11px;
    position: relative;
    text-align: center;
	display:inline-block;
}
	
	}
	
	@media all and (max-width : 1200px) {
	#nav > li > a {
   /* border: 1px solid transparent;*/
   
    display: block;
    font-size: 16px;
    /*font-weight: bold;*/
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 1px 0 2px;
    text-decoration: none;
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.5);*/
	/*font-family: 'Droid Sans', sans-serif;*/
	text-transform:uppercase;
   }

#nav > li:hover > a, #nav > a:hover {
    /*background-color: #425691;*/
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    /*margin-right: -8px;*/
    padding: 0 1px 0 2px;
    position: relative;
    z-index: 1;
}
	
	#nav > li {
    float: none;
    height: 22px;
    padding-right: 11px;
    position: relative;
    text-align: center;
	display:inline-block;
}
	
	}
a:not([href]):not([tabindex]) {
    color: #ff1c00;
    text-decoration: none;
    margin-left: 10px;
     cursor: pointer;
}
.newback .b24-form-padding-side {
    padding-left: 7px!important;
    padding-right: 7px!important;
}

.newback .b24-form-header-padding {
    padding: 1px!important;
}

.newback .b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
    padding-right: 1px!important;
}

.newback .b24-form-content {
    padding: 4px 3px!important;
}

.newback .b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control, .b24-form-control-text .b24-form-control, .b24-form-control-select .field-item {
    height: 44px!important;
}

.neeback .b24-form-field {
    margin-bottom: 1px!important;
}

.newback .b24-form-control-container {
    margin-bottom: -15px!important;
}