@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-family:Arial; font-size:.9em;/*background: #EEEEEE;*/}
a{outline:none}
.clear{clear:both}
a:visited{outline:none}
.main{max-width:1140px; margin:auto}

.top-header {
	background: #202020;
}
.top-header .container-wrapper, .secondary-footer .container-wrapper{
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
.top-bar-flex, .secondary-footer .af-container-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-nav-wrapper ul{
	padding: 0;
}
.top-bar-flex #preview, .social-navigation li a, .footer-nav-wrapper ul li a{
	color: #fff;
}
.secondary-footer {
	padding-top: 14px;
}
.social-navigation li, .footer-nav-wrapper ul li {
	list-style: none;
	display: inline-block;
}
.logo {
	text-align: center;
	padding: 45px 0;
	position: relative;
	z-index: 1;
}
.footer-nav-wrapper ul li a{
	text-decoration: none;
	margin: 0 10px;
}
.mid-header{
	position: relative;
}
.mid-header::after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.m-t20{margin-top:20px;}
a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 2px 1px 0;
	background: #003BB3;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .1);
}
#nav li {
	margin: 0 1px;
	padding: 0 0 2px;
	float: left;
	position: relative;
	list-style: none;
}

a:hover {

	color: #000000;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  0.8em 8px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666;
	color: #fff;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #003BB3;
	font-weight:bold;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #003BB3 repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block !important;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 45px;
	left: 0;
	background: white url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .3);
	box-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
.left-con{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px #ccc;
	-moz-box-shadow: 0px 0px 3px 2px #ccc;
	box-shadow: 0px 0px 3px 2px #ccc;
	width:210px;
	float:left;
	margin-right:14px;
}
.right-con{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px #ccc;
	-moz-box-shadow: 0px 0px 3px 2px #ccc;
	box-shadow: 0px 0px 3px 2px #ccc;
	width:60%;
	float:left;
}
.center-con{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px #ccc;
	-moz-box-shadow: 0px 0px 3px 2px #ccc;
	box-shadow: 0px 0px 3px 2px #ccc;
	width:210px;
	float:right;
}
.center-con table{/*border:1px solid #172322;*/width:100%;}
.fotter{}
.links{margin:5px; padding:0px 0 0 10px;}
.links li{list-style:none; padding:3px 0;}
.links li a{text-decoration:none; font-size:.9em; font-weight:bold;  color:#666666; padding:2px 2px 2px 5px; display:block; width:auto;-webkit-border-radius: 3px;
	-moz-border-radius: 3px; background:#003BB3; color:white;}
.links li a:hover{border-radius: 3px; -webkit-border-radius: 3px;	-moz-border-radius: 3px; background:#666666; color:#FFFFFF; padding:2px 2px 2px 15px;display:block; width:auto;}
.links li .cur{border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; background:#990000; color:#FFFFFF; padding:2px 2px 2px 15px;display:block; width:auto;}
.adds{margin-top:17px;}
.m-t20 .right-con table tr > td:first-child {width: 30%;}

/*custom code */

.mainmenu {
	margin: 2em auto;
	float: none;
	text-align: center;
	background: #003BB3;
}
.lupdate{padding: 0px !important;margin: 0px auto;width: 100%;}
.lupdate iframe,
.lupdate img{max-width:420px;}
.right-con input,
form[name="form1"] input{padding: 8px;}
.lupdate select, .lupdate input, form[name="form1"] input{padding: 8px;} 


.toggle {
    width: 30px;
    cursor: pointer;
    display: none;
}
.toggle span {
    width: 100%;
    height: 3px;
    margin: 3px 0;
    display: inline-block;
    background: #fff;
}
@media(max-width: 1200px){
	.main{
		padding: 0 15px;
	}
	#nav a {
	    padding: 1em 4px;
	}
}



footer .site-info {
	text-align: center;
	color: #ffffff !important;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}

footer .footer-nav-wrapper ul li a:hover{color:#FFCC00 !important;}
.custom-logo {
	max-height: 91px;
}
#preview, footer {
	font-weight: 700;
}


.right-con table {
    width: auto !important;
    padding: 0px 5px;
}


#comment_div > div {
	width: 100% !important;
}
#comment_div table {
	width: auto !important;
	font-size: 1em !important;
	padding: 4px;
}
#comment_form table {
	width: auto !important;
	font-size: 1em !important;
	padding: 4px;
}
.style2,.style3 {
	color: #fff;
	padding: 4px;
	display: block;
	font-weight: bolder;
}
table td {
	font-size: 1em !important;
	word-break: break-all;
}

@media screen and (max-width: 1130px) {
	.left-con{display: none;}
	.right-con{width: 74%;}
}
@media screen and (max-width: 920px) {
	.center-con{display: none;}
	.right-con {
	width: calc(100% - 225px) !important;
	}
	.left-con{display: block;}
	.right-con table td {
	width: 49%;
	display: inline-block;
	}
	#nav li:nth-last-child(1),#nav li:nth-last-child(2){display: none;}
}
@media screen and (max-width: 800px) {
	#nav li:nth-last-child(1),#nav li:nth-last-child(2),#nav li:nth-last-child(3){display: none;}
}

@media screen and (max-width: 767px){
    .left-con {
        width: 30%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .center-con{display: none;}
    .right-con{
        width:calc(100% - 225px) !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
    }
    .right-con table td {
	width: 49%;
	display: inline-block;
	}.left-con{display: block;}
	.m-t20 .right-con table tr:nth-child(2) > td,
	.m-t20 .right-con table tr:last-child > td:first-child{
	    width: 50%;
	}
	 div#comment_div > div {
	    width: auto !important;
	    display: flex;
	}
	#comment_form table {
		width: auto !important;
		font-size: 1em !important;
		padding: 4px;
	}
}
@media screen and (max-width: 580px){
	.right-con {
		width: calc(100% - 35%) !important;
	}
	.toggle {
		width: 50px;
		cursor: pointer;
		display: block;
		margin-left: 50px; 
	}
	html[xmlns] #nav {
		display:none;
		width:100%;
		background: black;
		float: left; 
	}
	#nav > li{width: 100%}
	#nav a {
		padding: .5em 4px;
	}

	#nav li > ul {
		display: none;
		width: 80%;
		position: initial;
		top: 35px;
		left: 0;
		background: white url(img/gradient.png) repeat-x 0 0;
		border: solid 1px #b4b4b4;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .3);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0, .3);
		box-shadow: 0 1px 1px rgba(0,0,0, .3);
		margin-left: auto;
		margin-right: auto;
	}
	.m-t20 .right-con table tr:nth-child(1) > td,
	.m-t20 .right-con table tr:nth-child(2) > td,
	.m-t20 .right-con table tr:last-child > td:first-child{
	    width: 100%;
	}
	div#comment_div > div {
	    width: auto !important;
	    display: flex;
	}
	#comment_form table {
		width: auto !important;
		font-size: 1em !important;
		padding: 4px;
	}
}
@media screen and (max-width: 480px){
    .left-con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .left-con table{display:none;}
    .right-con{
        width: calc(100% - 1%) !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
    }
    .right-con table td {
	width: 49%;
	display: inline-block;
	}.left-con{display: block;}

	.social-navigation li img, .footer-nav-wrapper ul li img {
	    width: 25px;
	}
	.m-t20 .right-con table tr:nth-child(1) > td,
	.m-t20 .right-con table tr:nth-child(2) > td,
	.m-t20 .right-con table tr:last-child > td:first-child{
	    width: 100%;
	}
	.m-t20 .right-con table tr:nth-child(2) > td:first-child > img {
	    width: 97% !important;
	 }
	 div#comment_div > div {
	    width: auto !important;
	    display: flex;
	}
	#comment_form table {
		width: auto !important;
		font-size: 1em !important;
		padding: 4px;
	}
	#comment_form table img {
		display: none;
	}
}
