
/********************* top bar style**********************/
#layout .topBar{
	height:50px;
	background:#1091b9	;
	color:#d2d2d2;
	/*line-height:50px;*/
	font-size:15px;
}

#layout .topBar .date{
	padding-top:17px;
}

#layout .topBar .links ul li{
	display:inline-block;
	margin-left:8px;
}

#layout .topBar .links ul li a{
	color:#cfcfcf;
}

#layout .topBar .date .clock {
    letter-spacing: 0px;
}

#layout .topBar .links ul li a.login{
	background: url(../images/loginIcon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
	position: relative;
    top: 5px;
}

#layout .topBar .links ul li a.logout{
	background: url(../images/logoutIcon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
	position: relative;
    top:20px;
}

.welcome{
	margin-left: 25px;
}

#layout .topBar .links ul li a:hover{
	color:#fff;
}

#layout .topBar .links ul li a img{
	margin-right:7px;
}

#layout .topBar .links ul li .lang{
	color: #fff;
    display: inline-block;
    border: 1px solid;
    width: 53px;
    height: 30px;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    padding: 2px 0 0 0;
    margin: 9px 0 0 0;
    font-size: 17px;
    box-shadow: 0 0px 1px #fff;
}

#layout .topBar .links {
	text-align:right;
}

input {
	outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


/* fonts */
.dropdowns { }

/* colors */

/* togle menu button for narrow screens */
.dropdowns { }

/* colors */

/* togle menu button for narrow screens */
.toggleMenu {
    background: #1091b9;
    color: #fff;
}

/* general navigation background color */
.nav {
     /* background:#1091b9; */
}

/* general navigation link font color */
.nav a {
    color:#fff;
    font-size:18px;
}

/* first level items borders */
.nav > li {
    /* border-top: 1px solid #1091b9; */
}

/* second level navigation colors */
.nav li li a {
    background: #1091b9;
    border-bottom: 1px solid #4ebcde;
    opacity: .8;
}



.nav li li li a {
    background:#1091b9;
    border-bottom: 1px solid #1091b9;
}

/* layout */
.dropdowns {
    width: 100%;
    margin: 10px auto;
}

.mobile{
	display:none;
}

a.toggleMenu {
    padding: 10px 30px 10px 10px !important;
    color: #fff;
    /*background-image: url(../images/dropDownIcon.png);*/
    background-repeat: no-repeat;
    background-position: 10% center;
}

.nav ul {
    width: 16em;
    /* height:330px; */
	/* opacity:.8; */
    /* background-color: #1091b9; */
    /* z-index: 1000000000000; */
}

.nav > li > .parent {
	
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
    color: #fff;
}


.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a  {margin: 0; padding: 0;}

.dropdowns a {
	text-decoration: none;
	/* background-image: url(../images/dropDownIcon.png); */
	background-repeat: no-repeat;
	background-position: 90% center;
}

.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 10px;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    /* background-image: url("images/downArrow.png"); */
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
}
.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;
	font-size:14px;
}
.nav li li li a {
    z-index:200;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
		text-align: right;
		float:none;
    }
    .nav > li > .parent {
        background-position: left 50%;
		text-align: left;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position:.5% 50%;
		text-align: left;

    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	a.toggleMenu{
		display:block !important;
		text-align: center;
		font-size: 17px;
		background-position: 68% center;
	}
	#layout .topBar .links {
		text-align:left;
	}

}



/******charSearch style******************/

.charIndex {
	height: 75px;
    margin: 0px auto;
    background-color: #f2f2f2;
    padding: 25px 0;
}

ul.charSearch{
    display:inline-block;
}

ul.charSearch li.charSearchTitle{
    background-color: #14406e;
	color:#fff;
	font-weight:bold;
	font-size: 15px;
	width:auto;
}

ul.charSearch li{
	float: left;
    background-color: #1091b9;
    margin-right: 2px;
    padding: 2px 6px 4px;
    width: 22px;
}


ul.charSearch li:hover{
	background-color: #14406e;
}

ul.charSearch li a{
	color:#fff;
	font-weight:bold;
	font-size: 15px;
}
ul.charSearch li a:visited{
	color:#fff;
	font-weight:bold;
	font-size: 15px;
}

/******************************** Message Style *****************************************/

.messageSuccess{
	background-color:green;
	height: 40px;
	width: 97%;
	margin: 20px auto 15px auto;
	border:1px solid #ddd;
}

.messageSuccess .msg_text{
	color:#fff !important;
	text-shadow:0 0 0;
}

.messageError{
	background-color: #ec8181;
    height: 40px;
    width: 97%;
    margin: 20px auto 15px auto;
    border: 1px solid #ec8181;
}

.messageError .msg_text{
	color:#fff !important;
	font-family:bold;
}

.messageInfo{
	background-color: rgb(156, 223, 255);
	height: 40px;
	width: 97%;
	margin: 20px auto 15px auto;
	border:1px solid #ddd;
}

.messageInfo .msg_text{
	color: #fff;
}

.msg_text{font-weight:bold;font-size: 15px;}

.msg_icon{
	float:left;
	margin:7px 5px  5px 10px;
}

.msg_text{
	/*color: #3c2313; */
	line-height: 21px; 
	float:left; 
	/*width:585px;*/ 
	margin: 10px 0;
}

.msg_x{
	float:right;
	margin:9px 10px;
}
.level-band{
	display:none;
}


/****************** subscribe  style **********************/

.subscribe {
	height:50px;
	background:#212121;
	border-top: 5px solid #1798c2;
}

.subscribe .footersearch , .subscribe .ms-sbplain{
	height: 40px;
    background: #212121 !important;
    border:1px solid #333 !important;
    color: #fff;
    float: left;
    font-size: 17px;
    margin: 5px 0 0 0;
    width: 100% !important;
	font-family:Calibri, myMainFont !important;
	font-style:normal !important;
	border-right: 0 !important;
    border-radius: 10px 0 0px 10px;
    box-shadow: -2px 0 2px #555;
}

.subscribe .footersearchBtn , .subscribe  td.ms-sbgo img{
	/*background:url(../../images/searchIconF.png) no-repeat;*/
	background: none;
    border: 0 !important;
    width: 29px;
    height: 29px;
    float: left;
    margin: 13px 0 0 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.subscribeForm{
	text-align:right;
}
.subscribe .subscribeInput{
	height: 40px;
    background: #484848;
    border: 0;
    color: #fff;
    font-size: 17px;
    margin: 5px 0 0 0;
    width: 325px;
	border-radius:5px;
	text-indent:10px;
	direction:ltr !important;
}

.subscribe .subscribeBtn{
	background: -webkit-linear-gradient(#d7d7d7, #e1e1e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d7d7d7, #e1e1e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d7d7d7, #e1e1e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d7d7d7, #e1e1e1); /* Standard syntax (must be last) */
    border: 0;
    min-width:111px;
    height: 40px;
    float: right;
    margin: 5px 0 0 0;
    border-radius: 5px;
    color: #3d3d3d;
    position: relative;
    right: 10px;
	font-size:17px;
	font-family:Calibri, myMainFont !important;
}

.ms-sbtable-ex{
	width:50%;
}

.DevHelperValCtrl,.DevHelperRequiredMark{
	color: #f17d7d;
}

.DevHelperValCtrl span{
    color: #f17d7d !important;
}

/****************** footer style ************************/

#layout footer{
	color:#fff;
	margin:0 0 0;
	padding-top:0;
	background-color:#1c1c1c;
	
}

#layout footer .contactContainer{
	height:206px;
	background-color:#1c1c1c;
}

#layout footer .contact .contactInfo{
	float:left;
	width:50%;
}

#layout footer .contact .contactInfo h3{
	font-size:15px;
	color:#e9e9e9;
}

#layout footer .contact .contactInfo span{
	font-size:18px;
	color:#e9e9e9;
	display:block;
}

#layout footer .contact .contactInfo span img{
	margin:0 10px 0 0 ;
}

#layout footer .contact .contactInfo ul{
	padding:0;
	margin-top:10px;
}

#layout footer .contact .contactInfo ul li{
	display:inline-block;
	margin-right:5px;
}

#layout footer .contact .contactInfo ul li a{
	background: #a2a2c6;
    display: block;
    border-radius: 38px;
    width: 38px;
    height: 38px;
    box-shadow: 0 0 2px #a2a2c6;
}

#layout footer .contact .contactInfo ul li a:hover{
	background: #f2f2f2;
    box-shadow: 0 0 2px #f2f2f2;
}

#layout footer .contact .footerLogo{
	float:right;
	margin-top:15px;
}

#layout footer .links{
	margin-top:17px
}

#layout footer .links ul{
	padding:0  0 0 50px;
}

#layout footer .links ul a{
	color:#cfcfcf;
	margin-bottom:17px;
	display:block;
	font-size:13px;
}

#layout footer .links ul a:hover{
	color:#6f6f6f;
}

#layout footer .links ul a img{
	margin-right:7px;
}

#layout footer .copyRights{
	background:#171717;
	text-align:center;
	height:115px;
	overflow:hidden;
	padding-top:20px;
	width:100%;
}

#layout footer .copyRights p{
	display:inline-block;
	color:#bebebe;
	font-size:15px;
	margin-right:10px;
}

#layout footer .copyRights a{
	display:inline-block;
	color:#f0f0f0;
	font-size:15px;
	margin-right:10px;
}

#layout footer .copyRights a::before{
	content:"|";
	color:#f0f0f0;
	margin-right:10px;
}

#layout footer .copyRights ul{
	padding:0;
}

#layout footer .copyRights ul li{
	display:inline-block;
	margin-right:10px;
}

#layout footer .copyRights ul li{
	display:inline-block;
	margin-right:10px;
}

#layout footer .copyRights ul li a{
	margin-right:0;
}

#layout footer .copyRights ul li a::before{
	content:"";
	margin:0;
}

/****************** new commen style ************************/

.formBtn a{
	display: inline-block;
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:991px){
	.charSearch{
		padding-right:0;
	}
	ul.charSearch li{
		width:22px;
	}
	ul.charSearch li.charSearchTitle{
		font-size:9px;
		padding: 6px 4px;
	}
	ul.charSearch li a{
		font-size:7px;
	}
	.subscribe .subscribeInput{
		width:180px;
		font-size:13px;
	}
	.statistics{
		padding-top:18px;
	}
	.subscribe .footersearch{
		width:40%;
	}
	#layout footer .contactContainer{
		height:auto;
	}
	#layout footer .contact .footerLogo{
		float:none;
	}
	#layout footer .links ul{
		padding:0 20px 0 0;
	}
	
	#layout .topBar .links ul li .lang{
		width:40px;
	}
	
}

@media screen and (min-width: 168px) and (max-width: 767px){
	.charSearch{
		padding-left:0;
	}
	ul.charSearch li.charSearchTitle{
		font-size: 6px;
		padding: 5px 2px;
	}
	ul.charSearch li{
		margin-left: 1px;
		padding: 0px 3px;
		width: auto;
		margin-right: 0;
	}
	ul.charSearch li a{
		font-size:4px;
	}
	.dropdowns{
		text-align:center;
	}
	.subscribe{
		height:auto;
		padding-bottom:10px;
	}
	
	.subscribe .footersearch{
		width:47%;
	}
	.subscribeForm{
		text-align:right;
	}
	.subscribe .subscribeInput {
		width: 75%;
		min-width: 0px;
		font-size:13px;
	}
	.subscribe .subscribeBtn{
		max-width: 25% !important;
		min-width: 0;
		font-size: 12px;
		text-shadow: 0 0 0;
	}
	.ms-sbtable-ex{
		width:100%;
	}
	#layout footer .contactContainer{
		height:auto;
	}
	#layout footer .contact .footerLogo{
		float:none;
	}
	#layout footer .links ul{
		padding:0 20px 0 0;
	}
	#layout footer .contact .contactInfo{
		width:100%;
	}
	#layout footer .copyRights{
		height:auto;
	}
	#layout footer .copyRights ul{
		margin-top:10px;
	}
	#layout footer .contact .contactInfo ul li {
		margin-right: 5px;
	}
	#layout footer .copyRights p {
		font-size: 12px;
	}
	#layout footer .copyRights a {
		font-size: 12px;
	}
	#layout footer .contact .contactInfo span {
		font-size: 14px;
	}
	#layout footer .copyRights ul li {
		margin-left: 0;
	}
	#layout footer .contact .contactInfo h3 {
		font-size: 11px;
	}
	#layout footer .links ul a {
		margin-bottom: 8px;
		font-size: 12px;
	}
}


.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a {margin: 0;padding: 0;}
.dropdowns a {text-decoration: none;}
.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:6px 13px !important;}
.nav li {position: relative;}
.nav > li {float: left;}
.nav > li > .parent {/* background-image: url("images/downArrow.png"); */background-repeat: no-repeat;background-position: right;}
.nav > li > a {display: block;}
.nav li ul {/*position: absolute;left: -9999px;*/display: block;width: 100%;margin: 0;padding: 0;}
.nav > li.hover > ul {right: 0;}
.nav li li.hover ul {right: 100%;top: 0;}
.nav li li a {display: block;position: relative;z-index: 100;}
.nav li li li a {z-index: 200;}
div [class*="col-"]{/*padding-right:0;padding-left:0*/}
.x1 {position: absolute;left: 0;top: 100%;display: none;width:450px;z-index:2;background-color: #1091b9;opacity: 0.9;min-height: 250px;}
.last a ~ .huge{left:auto;right:0;}
/* .nav li:nth-child(8) .small,.nav li:nth-child(9) .small{right:0;left:auto;} */
.x2 {position: absolute;left:100% !important;top:35%;display: none;width:350px;background-color:#167ca2;z-index:9999}
.x2 ul li a {background:transparent !important;}
.nav>li:hover .x1{display:block}
.x1 li:hover .x2{display:block}
.x1 li{width:100%}
.small{
	width:230px;
}
.meduim{
	width:400px;
}
.huge{
	width:600px;
}

.x1 ul li:last-child a{
	border-bottom:0;
	padding-bottom:10px !important;
}
.x1 ul li:first-child a{
	padding-top:10px !important;
}
.x2 ul li:last-child a{
	padding-bottom:10px !important;
}
.x2 ul li a{
	border-bottom: 1px solid #1091b9 !important;
}
.x2 ul li:first-child a{
	padding-top:10px !important;
}

@media screen and (max-width: 768px) {
	.active {display: block;}
	.nav > li {float: none;}
	.nav > li > .parent {background-position: 4px% 53%;}
	.nav li li .parent {background-image: url("images/downArrow.png");background-repeat: no-repeat;background-position: 98% 52%;}
	.nav ul {display: block;width: 100%;}
	.nav li .x1 ul {display:none;}
	.nav li.hover .x1 ul{display:block}
	.nav li.hover .x1 ul li.hover ul .x2 ul {display:block;}
	.nav li .x1 ul li ul .x2 ul {display:none;}
	.nav > li > .parent {
		background-image: url(images/downArrow.png);
	}
	.nav>li .x1 {
		background-color:transparent;
	}
	.x1 {
		position: inherit;
		display: none;
		width: 100%;
		height:auto;
	}
	
	.x2 {
		position: inherit;
		left:0;
		width: 100%;
		background-color: #116f92;
	}
	#layout .topBar .links ul {
		float: left;
	}
	#layout .topBar {
		height: auto;
	}
	.nav a {
		text-align: left;
	}
}



@media screen  and (min-width:991px) and (max-width:1367px){
	.last .x2{
		right: 100% !important;
		left: auto !important;
	}
}

@media screen  and (min-width:991px) and (max-width:1024px){
	.nav a {
		padding: 6px 8px !important;
		font-size: 16px;
	}
}



