@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
 @import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
* {
	margin : 0;
	padding : 0;
	outline: none !important;
}
.clear, .clr {
	clear : both;
}
.gap {
	clear : both;
	height : 10px;
}
.frt {
	float : right;
}
.flt {
	float : left;
}
img {
	border : 0;
}
form {
	margin : 0;
}
/*ol, ul {list-style:none;}*/





* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited {
	text-decoration : none;
}
a:hover {
	color: #c00;
}
/*****

-webkit-transition: all 0.3s ease-in-out;

-moz-transition: all 0.3s ease-in-out;

-o-transition: all 0.3s ease-in-out;

transition: all 0.3s ease-in-out;}

*****/



html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
.result {
	width: 100px;
	text-align: left;
	margin-left: 10px;
	display: inline-block;
}
.captcha {
	float: left;
	padding-top: 2px;
}
form em {
	color: #FF0000;
}
.map-content {
	height: 400px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.map-content iframe {
	border: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map-content figure iframe {
	border: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.breadcrumb {
	background: none;
	border-radius: 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 0;
	padding: 8px 0;
}
.breadcrumb li a {
	color: #35b9e4;
}
.breadcrumb li a:hover {
	color: #000;
}
h1, h2, h3, h4, h5 {
	font-family: 'Maven Pro', sans-serif;
}
h1 {
	font-size: 28px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	color: #27282d;
	font-family: 'Maven Pro', sans-serif;
}
h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	font-family: 'Maven Pro', sans-serif;
}
h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	font-family: 'Maven Pro', sans-serif;
}
h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	font-family: 'Maven Pro', sans-serif;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	font-family: 'Maven Pro', sans-serif;
}
body {
	font-family: 'Maven Pro', Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	background: #fff;
}
/*Back to Top*/

#back-top {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	right: 25px;
	display: none;
	width: 41px;
	height: 41px;
}
#back-top a:hover {
	color: #333;
}
#back-top span {
	width: 41px;
	height: 41px;
	display: block;
	background: url(../images/up-arrow.gif) no-repeat center center #333;
	border-radius: 50%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#back-top a:hover span {
	background-color: #333;
	opacity: 1;
	filter: alpha(opacity=1);
}
/* List Style */



ul.listing {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
ul.listing li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 2px;
	left: 0;
	color: #35b9e4;
}
ul.listing li {
	position: relative;
	padding-left: 14px;
	padding-top: 2px;
}
ul.listing li a {
	color: #fff;
}
ul.listing li a:hover {
	color: #35b9e4;
}
ul.list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.list li {
	background: url(../images/sqr.jpg) no-repeat 0 7px;
	padding-left: 16px;
}
ul.list li a {
	color: #333;
}
ul.list li a:hover {
	color: #3399cc;
}
ul.list li li {
	list-style: none;
	padding-left: 15px;
	margin-left: -20px;
	background: url(../images/subsqr.jpg) no-repeat 0 7px;
}
main ul {
	margin-left: 12px;
}
main ol {
	margin-left: 14px;
}
main ol li {
	padding-left: 5px;
}
.btn-default, a.btn-default {
	background: #27282d;
	color: #fff;
	border-color: #003366;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default:hover {
	background-color: #35b9e4;
	color: #000;
	border-color: #35b9e4
}
.btn-primary, a.btn-primary {
	background: #35b9e4;
	color: #fff;
	border-color: #003366;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-primary:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff
}
.banner {
	position: relative;
}
.banner-lt {
	width: 82%;
	float: left;
}
.banner-rt {
	width: 18%;
	float: right;
}
main {
	margin: 0px 0;
	text-align: justify;
}
.socialmedia {
	white-space: nowrap;
	text-align: right;
	margin: 10px 0;
	line-height: 0;
}
.socialmedia li {
	display: inline-block;
	padding-left: 2px;
	vertical-align: middle;
}
.socialmedia li img {
	width: 32px;
}
footer {
	background: #000;
	color: #ccc;
}
.footer {
	padding: 25px 0 10px;
}
.footer, .footer a {
	color: #cccccc;
	font-size: 12px;
}
.footer a:hover {
	color: #fff;
}
.footlist {
	text-align: center
}
.footlist li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #cccccc;
}
.footlist a {
	padding: 0px 2px;
}
.footlist a:link, .footlist a:visited {
	color: #cccccc;
	text-decoration: none;
}
.footlist a:hover {
	color: #2cafe5;
	text-decoration: none;
}
.footlt {
	float: left;
}
.footrt {
	float: right;
}
.navigation {
	float: none;
}
.thumb {
	margin-bottom: 7px;
}
.thumb img {
	max-width: 100%;
}
.thumblt {
	float: left;
	width: 350px;
	margin: 2px 15px 5px 0;
}
.thumbrt {
	float: right;
	width: 350px;
	margin: 2px 0 5px 15px;
}
.thumblt img, .thumbrt img {
	max-width: 100%;
}
.search {
	display: inline-block;
	margin-left: 10px;
	float: right;
	margin-top: 7px;
}
.searchpanel {
	margin: 0;
	padding: 0 10px 0 0;
	clear: right;
	margin: 7px 0 7px;
}
.searchpanel {
}
.searchpanel .btn-default {
	background: #35b9e4;
	border: 1px solid #35b9e4;
	border-radius: 0px;
}
.searchpanel .input-group .form-control {
	float: right;
	border-radius: 0px;
}
.searchpanel .input-group-btn .fa {
	color: #1b4279;
	font-size: 20px;
}
.form-control {
	border-radius: 0px;
}
.top-black {
	background: #27282d;
	padding: 10px 0;
}
.logo {
	float: left;
}
.logo img {
	margin: 0 0px 0 0;
}
.logo-title h1 {
	color: #35b9e4;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	font-family: 'Maven Pro', Helvetica, sans-serif;
}/* */
.title-color {
	color: #35b9e4;
}
.search-block {
	margin: 0em 0em;
	max-width: 40%;
	margin: auto;
}/* */
.search-box {
	height: 35px;
}/* */
.search-btn {
	height: 35px;
	width: 50px;
}/* */
.top-links {
	margin: 15px 0;
}/* */
.top-links a {
	padding: 0 13px 0 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}/* */
.theme-block {
	padding: 0 10px; /*width:75%;*/
	margin: 10px 0;
}/* */
.menu-bg {
	background: #34363d;
}
.banner-right {
}
.banner-right1 {
	background: #35b9e4;
	padding: 20px 0;
}
.icon-title {
	font-size: 26px;
	font-weight: bold;
	padding: 0px 0;
	color: #27282d;
}
.banner-right2 {
	background: #27282d;
	padding: 18px 0;
}
.icon-title2 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px 0;
	color: #fff;
}
.title-blue {
	color: #35b9e4;
}
.news-titile h2 {
	text-align: center;
	color: #35b9e4;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 0;
}
.news-block {
	background: #d1d1d3;
	margin: 10px 0;
}
.news-head {
	font-size: 23px;
	padding: 20px 15px 8px;
	color: #27282d;
}
.news-bg {
	background: #35b9e4;
	padding: 10px 15px;
}
.news-date {
	color: #fff;
}
.news-text {
	color: #010101;
	height: 60px;
	overflow: hidden;
}
.news-img img {
	width: 400px;
	height: 150px;
	overflow: hidden;
}
.event-bg {
	background: #eeeeee;
	margin: 0em 0 0;
	padding: 10px 0 30px;
}
.event-block {
	background: #27282d;
	padding: 15px;
	border-bottom: 4px solid #35b9e4;
	margin: 10px 0;
}
.event-head {
	color: #fff;
	font-size: 22px;
	padding: 10px 0 0;
}
.event-text {
	color: #fff;
}
.event-date {
	font-size: 17px;
	color: #35b9e4;
}
.content-text {
	height: 40px;
	margin: 0 0 10px;
	overflow: hidden;
}
.footer-block {
	margin: 2em 0;
}
.footer-title {
	color: #35b9e4;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #35b9e4;
	padding: 6px 10px;
}
.conditions {
	text-align: center;
	padding: 10px 0;
}
.conditions a {
	font-size: 20px;
	color: #35b9e4;
}
.conditions a:hover {
	color: #fff;
}
.addres {
	font-size: 20px;
	color: #35b9e4;
}
.contact {
	color: #35b9e4;
	font-weight: bold;
}
.email a {
	color: #fff;
}
.email a:hover {
	color: #35b9e4;
}
.bannerbg {
	display: -webkit-flex; /* Safari */
	display: flex;
}
.bannerlt {
	width: 100%;
}
/*.bannerrt { width:20%; background:#35b9e4}*/

.bannerrtbot {
	display: none;
	margin-top: -15px;
}
.space {
	padding: 0px;
}
.last-footer {
	background: #111113;
	padding: 15px 0 0;
}
.company-link a {
	color: #fff;
}
.company-link a:hover {
	color: #35b9e4;
}
.social-icon {
	color: #35b9e4;
	font-size: 30px;
	margin: 0 5px 0 0px;
}
.social-icon:hover {
	color: #fff;
}
/*INNER PAGE CSS START*/

.panel-title a {
	color: #000;
}
.panel-title a:hover {
	color: #35b9e4;
}
.news-details {
}
.newsd-sec {
	font-size: 18px;
	color: #35b9e4;
	font-weight: bold;
}
.news-img2 img {
	width: 400px;
	height: 190px;
	overflow: hidden;
}
.email2 a {
	color: #000;
}
.email2 a:hover {
	color: #35b9e4;
}
.limit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.adjust {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.pipe-line {
	color: #fff;
	margin: 0 5px;
}
.changet {
	padding: 15px 20px 0;
}/* */
.a-icon {
	margin: 0 30px;
}
.colmdf {
	margin: 0 -6em auto;
}
/*INNER PAGE CSS END*/







	

#textsizer {
	margin-bottom: 6px;
}
#textsizer p {
	display: inline;
}
ul.textresizer {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.textresizer li {
	display: inline;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}
ul.textresizer a {
	border: solid 1px #999;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
}
ul.textresizer a:hover {
	background: #e5e5e5;
	border: solid 1px #cccccc;
	color: #000;
}
ul.textresizer .small-text {
	font-size: 12px;
}
ul.textresizer .medium-text {
	font-size: 14px;
}
ul.textresizer .large-text {
	font-size: 16px;
}
ul.textresizer .larger-text {
	font-size: 18px;
}
ul.textresizer a.textresizer-active {
	border: solid 1px #2B562B;
	background: #fff;
	color: #000000;
}
#maincontent {
	background: none;
}
.accessibility {
	position: absolute;
	left: -9999px;
}
.social-block {
	padding: 2em 0 0;
}

/* Responsive Media Query */



/* Large desktops and laptops */

@media (min-width: 1366px) {
	.banner { height:500px; overflow:hidden; margin:auto; }		
}

@media (min-width: 1200px) {
.wrapper {
	background: #F50B0B /*red*/
}
.right-icon {
	padding: 30px 0 0px;
}
}

/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
.wrapper {
	background: #0B6EF5 /*blue*/
}
/*.colmdf { width:100%; float:none; clear:both;}*/ /**/

.colmdf {
	margin: 0 -6em auto;
}
.banner { height:500px; overflow:hidden; margin:auto; }	
.banner-right1 {
	background: #35b9e4;
	padding: 10px 0 0;
}
.icon-title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	color: #27282d;
}
.banner-right2 {
	background: #27282d;
	padding: 11px 0;
}
.icon-title2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
}
#cssmenu > ul {
	height: 50px;
}
#cssmenu > ul > li > a {
	padding: 17px 10px;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	text-transform: uppercase;
	background: url(../images/menu-border.jpg) no-repeat;
}
.logo-title h1 {
	color: #35b9e4;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Maven Pro', Helvetica, sans-serif;
}/* */
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
.wrapper {
	background: #32F50B /*green*/
}
.banner-right1 {
	background: #35b9e4;
	padding: 2px 0;
}
.icon-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0;
	color: #27282d;
}
.banner-right2 {
	background: #27282d;
	padding: 1px 0;
}
.icon-title2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0;
	color: #fff;
}
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
.wrapper {
	background: #F5800C /*orange*/
}
.footlt, .footrt {
	float: none;
	text-align: center;
}
.thumblt {
	float: left;
	width: 300px;
	margin: 2px 15px 5px 0;
}
.thumbrt {
	float: right;
	width: 300px;
	margin: 2px 0 5px 15px;
}
.search-block {
	margin: 1em 0 0;
	max-width: 100%;
}
.theme-block {
	padding: 5px 0;
}
.banner {
	position: relative;
	margin-bottom: 15px;
}
.bannerlt {
	width: 100%;
	float: none;
}
.bannerrt {
	display: none;
}
.bannerrtbot {
	display: block;
}
.logo {
	float: none;
	text-align: center;
} /*  */
.banner-right1 {
	background: #35b9e4;
	padding: 15px 0;
}
.icon-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0;
	color: #27282d;
}
.banner-right2 {
	background: #27282d;
	padding: 10px 0;
}
.icon-title2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	color: #fff;
}
.news-img img {
	width: 100%;
}
.changet {
	margin: 0 0 0 5em;
	padding: 19px 14px 0;
}
}
}

@media (min-width: 480px) and (max-width: 767px) {
.wrapper {
	background: #F54D0B /*dark orange*/
}
}

/* Landscape phones and smaller */

@media (max-width: 480px) {
.wrapper {
	background: #F5E50B /*yellow*/
}
.thumblt, .thumbrt {
	float: none;
	width: 100%;
	margin: 2px 0 7px 0;
}
.col-xs-4 {
	width: 100%;
	clear: both;
	float: none;
}
.news-img img {
	width: 100%;
	overflow: hidden;
}
}
/*MENU CSS START*/ 



#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 14px;
	text-decoration: none;
	color: #34363d;
	font-weight: 400;
	background: #35b9e4;
}
#cssmenu ul ul li:last-child > a,  #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #27282d;
}



/*MENU CSS END*/
