/*
	paths green:  00A98F / 0,169,143
	paths lightgreen:  92BD43 / ?
	paths blue:  385CAD / 43, 47, 136
	paths purple:  7d0ccd / 125,12,205
	cream: e9e4c3 / 231.230.184
	btn btn-primary
	btn-get-started
*/

/*
BLUE: RGB: 43,52,132 HEX: #2B3484

PURPLE: 3d277d : 61,39,125

GREEN: RGB: 0,169,143 HEX: #00A98F

BLUE 2: RGB: 56,92,173 HEX: #385CAD
LIGHT BLUE: CDD8EC

RED: RGB: 231,79,61 HEX: #CC2936
ORANGE: d9483b

YELLOW: RGB: 255,200,68 HEX: #FFC844

PINK RGB: 250,117,152 HEX: #FA7598

*/
@font-face {
	font-family: Coolvetica;
	src: url(COOLVETI.TTF);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* body {
	background: #fff;
	color: #333;
	font-size: 1em;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	position: relative;
	padding-right: 0 !important
} */

body.noScroll {
	overflow: hidden;
}





strong {
	font-weight: 600;
}

#maxw {
	max-width: 1800px;
	margin: auto;
	position: relative !important;
}

/* a {
	color: #385CAD;
	transition: 0.5s;
	text-decoration: underline;
} */

.coolv {
	font-family: "Coolvetica", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

.normal_font {
	font-family: "Roboto", sans-serif !important;
}

/* .btn {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
} */


.white {
	color: #fff !important;
}

.grey {
	color: #888888;
}


.dark {
	color: #333 !important;
}

.yellow {
	color: #FFC844 !important;
}

.green {
	color: #00A98F !important;
}

.lgreen {
	color: #39C351 !important;
}

.blue {
	color: #2B3484 !important;
}

.bluel {
	color: #616593 !important;
}

.blue2 {
	color: #385CAD !important;
}

.lblue {
	color: #C0C3EC !important;
}

.red {
	color: #CC2936 !important;
}


.minheight {
	min-height: 700px;
}




/* a:hover, a:active, a:focus {
	color: #981919;
	outline: none;
	text-decoration: none;
} */

/* p {
	padding: 0;
	margin: 0 0 15px 0;
} */

/* h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	letter-spacing: 1px;
	color: #666;
} */

.section-title-h1 {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0px 20px 0px !important;
}


/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #7391D7;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

@media (max-width: 800px) {
	.back-to-top {
		bottom: 15px;
	}
}


/*list-style-image:url(../_img/purple_tick.png);*/
ul.ticks {
	list-style: none;
	list-style-position: inside;
	margin: 0px 0 0 0px;
	padding-left: 0px;
}

ul.ticks li {
	margin: 0px;
	padding: 0px 0px 16px 33px;
	line-height: 38px;
	height: 38px;
	vertical-align: bottom;
	font-size: 1.0em;
	background: url(../_img/purple_tick.png) left center no-repeat;
}

#page_go_next {
	padding: 30px 0 30px 0;
	clear: both;
	margin: auto;
	text-align: center;
}

.pgn_next_a {
	display: inline-block;
	margin: 0 0px 0 0px;
	padding: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	/*
	padding: 0;
	position: sticky;
	*/
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background: #2B3484;
	max-width: 1800px;
	margin: auto;
}

#header.head_red {
	background: rgba(126, 7, 7, 0.85) !important;
}

#header #logo {
	float: left;
	padding: 5px 0 5px 60px;
	margin: 0px;
}

#header #logo a {
	display: inline-block;
	background: url(../_img/logo.png) no-repeat;
	width: 167px;
	height: 48px;
	background-size: contain;
	text-indent: -4000px;
	vertical-align: middle;
}


#header #strap {
	padding: 0 0 0px 15px;
	border-left: 1px solid #FFC844;
	color: #ffffff;
	margin-left: 15px;
	display: inline-block;
	font-weight: 500;
	font-size: 1.6em;
	vertical-align: middle;
}


@media (max-width: 1260px) {
	#header #strap {
		display: none;
	}
}


@media (max-width: 1390px) {
	#header #logo {
		padding-left: 5px;
	}


}

.header-scrolled #header {

	padding: 7px 0 10px 0;
	height: 52px;
	transition: all 0.5s;
}

.header-scrolled #header #logo {
	padding: 1px 0 5px 5px;
}

.header-scrolled #header #logo a {
	/*background: url(../_img/logo_w.png) no-repeat;*/
	width: 120px;
	height: 37px;
	transition: all 0.5s;
	background-size: contain;
}

.header-scrolled #header #nav-menu-container {
	margin-top: 5px;
	transition: all 0.5s;
}

.header-scrolled #header .nav-menu a {
	/*2B3484*/
	color: #eee;
}

.header-scrolled #header .nav-menu li:hover > a {
	/*color: #981919;*/
}

.header-scrolled #header #strap {
	font-weight: 500;
	font-size: 1.4em;
}


#top_nav {
	border-top: 1px dotted #2B3484;
	border-bottom: 1px dotted #2B3484;
}

#top_nav_adiv {
	min-height: 50px;
	position: relative;
}

#top_nav_adivxx a:hover, #top_nav_adivxx a.pnav_on {
	color: #fff;
	background-color: #8b0304;
}

#hidenav {
	padding-top: 5px;
}

#top_nav .btnn {
	margin: 4px 0;
	display: inline-block;
	vertical-align: middle;
	color: #385CAD;
	text-decoration: none;
	font-size: 1.05em;
	border-right: 1px dotted #385CAD;
	padding: 0 12px;
	text-align: center;
}

#top_nav .btn-on {
	color: #8b0304;
	background: rgba(255, 255, 255, 0.5);
}

#top_nav .btnn.last {
	border-right: 0px;
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
	display: table;
	width: 100%;
	height: 100%;
	/*background:url(../_img/logo_large.png) no-repeat center center #ccc;*/
	background: #ccc;
	position: relative;

}

#intro .carousel-item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (max-width: 800px) {
	#intro .carousel-item.mp1 {
		background-position: 0% top;
	}

	#intro .carousel-item.mp2 {
		background-position: 10% top;
	}

	#intro .carousel-item.mp3 {
		background-position: 20% top;
	}

	#intro .carousel-item.mp4 {
		background-position: 30% top;
	}

	#intro .carousel-item.mp5 {
		background-position: 40% top;
	}

	#intro .carousel-item.mp6 {
		background-position: 60% top;
	}

	#intro .carousel-item.mp7 {
		background-position: 70% top;
	}

	#intro .carousel-item.mp8 {
		background-position: 80% top;
	}

	#intro .carousel-item.mp9 {
		background-position: 90% top;
	}

	#intro .carousel-item.mp10 {
		background-position: 999% top;
	}
}


#intro .carousel-item::before {
	content: '';
	/*background: rgba(0,0, 0, 0.1);*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#intro .carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	height: 100%;
	width: 60%;
	max-width: 700px;
	min-width: 600px;
}

#intro .carousel-content {
	text-align: left;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;


}

#intro .carousel-bit-div {
	margin: 0px 0 0px 0;
	color: #ffffff;
	width: 100%;
	transition: 0.5s;
	padding: 2% 0%;
	position: absolute;
	bottom: 5%;
	transform: translateY(-40%);
}

#intro .carousel-content-html {
	margin: 0px 0 20px 0;
	color: #ffffff;
	width: 100%;
	transition: 0.5s;
	padding: 2% 0%;
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: rgba(43, 52, 132, 0.85);
}

#intro .carousel-content-html p {
	margin: 0px;
	padding: 0px;
}

#intro .carousel-content-html div {
	margin: 0px 0px 0 0;
	color: #ffffff;
	font-size: 1.1em;
	padding: 8px 13%;
	box-sizing: border-box;
	width: 100%;

}

#intro .carousel-content-html .sec1 {
	font-size: 1.4em;
	border-top-right-radius: 20px;
	height: auto;
	font-weight: 200;
	letter-spacing: 0.08em;
	line-height: 1.2em;
}

#intro .carousel-content-html .sec2 {
	font-size: 1.4em;

}

#intro .carousel-content-html .sec3 {
	font-size: 1.3em;
	border-bottom-right-radius: 20px;
}


#intro h1, #intro h2 {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
}

#intro h1 {
	font-size: 2.2em;
	font-family: "Coolvetica", sans-serif !important;
}

#intro .carousel-container .btn-get-started {
	margin: 1% 0 0 13%;
	position: relative;
	/*position: absolute;
	bottom: 30%;
  	transform: translateY(-20%);*/
}


@media (max-height: 790px) {
	#intro .carousel-bit-div {
		transition: 0.5s;
		transform: translateY(-30%);
	}
}

@media (max-height: 700px) {
	#intro .carousel-bit-div {
		transition: 0.5s;
		transform: translateY(-10%);
	}
}



#intro .carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}

#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;

}

#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 10%;
	opacity: 1;

}

@media (min-width: 1024px) {
	#intro .carousel-control-prev, #intro .carousel-control-next {
		width: 5%;
	}
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
	background: #CC2936;
	font-size: 24px;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	text-align: center;
	margin: auto;
}

#intro .carousel-indicators li {
	cursor: pointer;
}

.btn-get-started {
	font-weight: 500;
	font-size: 1.5em;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 10px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #CC2936;
	/*870150*/
	text-decoration: none;
	text-transform: uppercase;
}

.btn-get-started.big {
	font-size: 18px;
	padding: 12px 36px;
}

.btn-get-started:hover {
	background: #c82333;
	/*63063d*/
	color: #fff;
}






.carousel-content .btn-get-started {
	margin-bottom: 30px !important;
}

#homedown {
	font-size: 60px;
	font-weight: 300;
	background: transparent;
	/*#780f47border-radius: 50%;*/
	position: absolute;
	right: 49%;
	bottom: 7%;
	z-index: 5000;
	color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	text-align: center;
	transition: background 0.5s;
	vertical-align: middle;
	margin: auto !important;
}

#homedown .fa {
	margin: auto !important;
	text-align: center;
	padding: 16px 16px;
	line-height: 30px;
	width: 60px !important;
	height: 60px;
	display: block;
	font-weight: 300;
}


@media (max-width: 800px) {

	#homedown {
		display: none;
	}
}


@media (max-width: 1024px) {
	#intro .carousel-content-html {
		width: 100%;
		transition: 0.5s;
	}

	#intro h1, #intro h2 {
		font-size: 2.0em;
	}
}

@media (max-width: 800px) {
	#intro h1, #intro h2 {
		font-size: 1.6em;
		margin: 5px 0 3px 0;
	}

	.btn-get-started {
		font-size: 1.4em;
		padding: 6px 22px;
	}

	#intro .carousel-container {
		top: 15%;
	}

	#intro .carousel-content-html .sec1 {
		font-size: 1.4em;
	}
}



@media (max-width: 700px) {
	#intro .carousel-container {
		width: 100%;
		max-width: none;
		min-width: 0;
		text-align: center;
	}

	#intro .carousel-content-html {
		padding: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	#intro .carousel-control-prev, #intro .carousel-control-next {
		display: none;
	}

	#intro .carousel-container .btn-get-started {
		margin: 0px;
		left: 50%;
		transform: translateX(-45%);
	}

	#intro .carousel-content-html .sec1 {
		font-size: 1.3em;
		border-top-right-radius: 0px;
		height: auto;
		text-align: center;
	}

	#intro .carousel-content-html .sec2 {
		text-align: center;
	}

	#intro .carousel-content-html .sec3 {
		font-size: 1.2em;
		border-bottom-right-radius: 0px;
		height: auto;
		text-align: center;
	}


}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu .mhc-admin ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -70px;
	z-index: 99;
	width: 140px;
}


.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 17px 0 0 0;
}

#nav-menu-container li {
	border-right: 1px solid #FFC844;
}

#nav-menu-container .nobord, #nav-menu-container .nobord li {
	border-right: 0px !important;
}



#nav-menu-container li .lihome {
	background: #FFC844;
	border-radius: 20px;
	color: #111;
	padding: 0px 4px;
	font-size: 0.9em;
	text-align: center;
}

#nav-menu-container li .lihome span {
	display: none;
}

#nav-menu-container li .licovid {
	background: #CC2936;
	border-radius: 10px;
	color: #FFF;
	padding: 0px 10px;
	font-size: 0.9em;
	text-align: center;
}






@media (min-width: 1024px) {
	#nav-menu-containerxxx {
		padding-right: 60px;
	}
}

@media (max-width: 800px) {
	#nav-menu-container {
		display: none;
	}
}

.search_input {
	padding: 2px 24px 2px 6px;
	border: 1px solid #ccc;
	border-right: 0px;
	margin: 0px;
	font-size: 1.0em;
	vertical-align: top;
	width: 150px;
	display: inline-block;
	border-radius: 0px;
}

.search_button {
	vertical-align: top;
	height: 30px;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	background: #fff;
	font-size: 1.0em;
	border: 1px solid #ccc;
	border-left: 0px;
	color: #2B3484;
	cursor: pointer;
	display: inline-block;
}

.search_button:hover {
	color: #A81010;
	cursor: pointer;
}

@media (max-width: 1150px) {
	.hidesearch {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 0 12px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	font-size: 0.9em;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.nav-menu a {
		padding: 0 5px 0px 5px;
	}
}

.nav-menu a.menu-active {
	color: #FFC844 !important;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #7391D7;


}

a.menu-selected {
	color: #FFC844 !important;
}


a.menu-highlight {
	color: #83B8E3 !important;
}


.nav-menu a.menu-but {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.3);
	margin-left: 10px;
}

.nav-menu a.menu-but:hover {
	color: #fff;
	background: rgba(0, 169, 143, 0.3);
}


.header-scrolled .nav-menu a.menu-but {
	/*border: 1px solid #fff;*/
	background: rgba(255, 255, 255, 0);
}




.nav-menu > li {
	margin-left: 0px;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333 !important;
	transition: 0.3s;
	display: block;
	font-size: 1.05em;
	text-transform: none;
}

.nav-menu ul li:hover > a {
	color: #7391D7 !important;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 10px 20px 0 0;
	border: 0;
	background: none;
	font-size: 36px;
	line-height: 48px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #7391D7;
	transition: 0.5s;
}

@media (max-width: 800px) {
	#mobile-nav-toggle {
		display: inline;
		margin: 0px 14px 0 0;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(61, 39, 125, 0.6);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav .lihome span {
	display: inline;
	margin-right: 0.5rem !important;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;

}

#mobile-nav ul li a {
	color: #fff;
	font-size: 1.2em;
	overflow: hidden;
	padding: 12px 22px 12px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 500;
	border-bottom: 1px dashed #516681;
}

#mobile-nav ul li a.menu-active {
	color: #7391D7 !important;
}

#mobile-nav ul li a:hover {
	color: #fff !important;
	background: rgba(61, 39, 125, 0.8);
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #7391D7;
}

#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}

#mobile-nav ul .menu-item-active {
	color: #7391D7;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

.nobannerspacer {
	padding: 78px 0 0px 0;
	/*background: linear-gradient(  rgba(255, 255, 255, 0.7),  rgba(255, 255, 255, 0.4)  ), url(../_user/images/main_bg.jpg) no-repeat;*/
	background: url(../_user/images/main_bg.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
	z-index: 1
}

.greenbg_all {
	padding: 120px 0 0px 0;
	z-index: 1;
	background: #274e37;
}

.header-scrolled .nobannerspacer, .header-scrolled .greenbg_all {
	padding-top: 52px;
	transition: all 0.5s;
}

.genspacer {
	padding: 78px 0 0px 0;
	z-index: 1;
	min-height: 700px;
}

.header-scrolled .genspacer {
	padding-top: 50px;
	transition: all 0.5s;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h1, .section-header h2, .section-header h3 {
	font-size: 2.6em;
	color: #385CAD;
	text-align: center;
	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.section-header p {
	text-align: center;
	padding-bottom: 20px;
	margin: 0px;
}

.section-header.nopad p {
	padding-bottom: 0px;
}


.section-header h2.sh-normal {
	font-size: 1.4em;
	color: #7391D7;
	margin: 0px;
	padding-bottom: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.section-header h2.sh-normal::before {
	content: '';
	position: relative;
	display: block;
	width: auto;
	height: auto;
	background: none;
	left: auto;
}

.section-header h2.sh-normal::after {
	content: '';
	position: relative;
	display: block;
	width: none;
	height: none;
	background: none;
	left: auto;
}





/* Section with background
--------------------------------*/
.section-bg {
	background: #ffffff;
}

.lbbg {
	background: #DBDBDB;
	color: #fff;
}

.lbbg2 {
	background: #CBCBCB;
	color: #fff;
}

.transbg {
	background: transparent !important;
}

.whitebg50 {
	background: rgba(255, 255, 255, 0.87);
	color: #333;
}

.graybg {
	background: rgba(33, 33, 33, 0.25);
	color: #333;
}

.graybg50 {
	background: rgba(33, 33, 33, 0.15);
	color: #333;
}

.whitebg30 {
	background: rgba(255, 255, 255, 0.25);
	color: #333;
}

.greenbg50 {
	background: rgba(0, 169, 143, 0.8) !important;
	color: #fff;
}

.greenbg30 {
	background: rgba(0, 169, 143, 0.4) !important;
	color: #fff;
}

.bluebg {
	background: #2B3484;
	color: #fff;
}

.bluebg2 {
	background: #385CAD;
	color: #fff;
}

.bluebg50 {
	background: rgba(43, 52, 132, 0.8);
	color: #fff;
}


.whitebg50 h2, .whitebg50 h3, .whitebg50 p {
	color: #333;
}

.whitebg {
	background: #fff !important;
}

.whitebg90 {
	background: rgba(255, 255, 255, 0.9);
	/*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
	margin-bottom: 20px;
	padding: 10px 0px;
}

.darkbg {
	background: rgba(43, 47, 136, 1);
}

.darkbg50 {
	background: #2B3484;
}

.darkbg30 {
	background: rgba(43, 47, 136, 0.3);
}


.darkbg50 h2, .darkbg50 h3, .darkbg50 p {
	color: #fff;
}

.darkbg50 .card * {
	color: unset;
}

.yellowbg {
	background: #ffc844 !important;
	color: #fff !important;
}

.redbg {
	background: #CC2936 !important;
	color: #fff !important;
}

.redbg50 {
	background: rgba(122, 24, 24, 0.60);
}

.redbg30 {
	background: rgba(122, 24, 24, 0.30);
}


.redbg50 h2, .redbg50 h3, .redbg50 p, .redbg30 h2, .redbg30 h3, .redbg30 p {
	color: #fff;
}

.section-bg.padtop {
	padding-top: 30px;
}


.chatbg50 {
	background: rgba(122, 150, 228, 0.30);
	color: #2B3484;
}

.chatbg30 {
	background: rgba(122, 150, 228, 0.20);
	color: #2B3484;
}

.nomax {
	max-width: none !important;
}



#home-about {
	background: url(../_user/images/banner_images/hero-two.jpg) fixed center center;
	background-size: cover;
	padding: 0px 0;
	color: #fff;
}

.h2_orange {
	background: #CC2936;
	text-align: center;
	padding: 10px 0px;

}

.h2_orange h2 {
	padding: 1% 0px;
	margin: 0px;
}

#home-about .gerrn_box {
	background: #ffffff;
	background-size: cover;
	padding: 50px 0;
	color: #333;
}


#home-about h1, #home-about p {
	color: #333;
}


.sc_ul {
	list-style-type: none;
}

.sc_ul li {
	font-size: 2em;
	background: url(../_img/bullet.png) no-repeat;
	background-position: 0px 10px;
	background-size: 14px;
	color: #385CAD;
	line-height: 0.6em;
	margin-bottom: 9px;
	padding: 0px 0 4px 23px;
	vertical-align: top;
}

.sc_ul li span {
	font-size: 0.55em;
	color: #333;
}

#top_blog_head {
	background: #FFF;
	position: relative;
}

#top_blog_head_top {
	background: #FFC844;
	position: relative;
	padding: 15px 0px;
	margin-bottom: 10px;
}

#top_blog_head_top .redbg {
	background: inherit;
	position: relative;
}




#top_blog_head_top img {
	height: 70px;
	padding-right: 20px;
}

#blog_top_tit {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.8em;
	font-weight: 600;
	color: #2B3484;
	padding-left: 20px;
	border-left: 1px solid #2B3484;
}

#top_blog_head h1 {
	font-size: 2em;
	font-weight: 600;
}

#top_blog_head h2 {
	font-size: 1.4em;
	font-weight: 400;
}

#top_blog_head .pubdate {
	font-size: 0.9em;
}


@media (max-width: 750px) {
	#top_blog_head_top {
		padding: 10px 0px;
	}


	#top_blog_head_top img {
		height: 40px;
		padding-right: 10px;
	}

	#blog_top_tit {
		font-size: 1.8em;
		padding-left: 15px;
	}
}


#top_auto_head {
	background: url(../_user/images/top_banners/banner1.jpg) center center;
	background-size: cover;
	margin-bottom: 160px;
	min-height: 260px;
	position: relative;
}

.mintop {
	margin-bottom: 110px !important;
}


#top_auto_head_float {
	margin: auto;
	text-align: center;
	position: absolute;
	width: auto;
	min-width: 300px;
	max-width: 660px;
	bottom: -110px;
	left: 0;
	right: 0
}

#top_auto_head_float h1 {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	font-size: 2.2em;
	padding-top: 8px;
}

#top_auto_head_float h2 {
	font-family: "Roboto", sans-serif !important;
	font-size: 1.4em;
}

#top_auto_head_float .tahtop {
	background: #d9483b;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: "Roboto", sans-serif !important;
	padding: 5px 40px;
	white-space: nowrap;
	height: 70px;
	box-sizing: border-box;
}

#top_auto_head_float .tahbot {
	background: #d9483b;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: "Roboto", sans-serif !important;
	padding: 5px 20px;
	height: 70px;
	box-sizing: border-box;
}


#top_auto_head_float .tahbuts {
	height: 40px;
	padding-top: 15px;
}


.contmin {
	max-width: 660px;
}

.orangehead {
	color: #444444;
	font-weight: 400;
	font-size: 1.2em;

}


.about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;

	margin-bottom: 20px;
	min-height: 350px;


}

.about-col .img {
	position: relative;
}

.about-col .img img {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	border-radius: 4px 4px 0 0;
}

.about-col .img img:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.about-col h2 {
	color: #fff;
	text-align: left;
	font-weight: 500;
	font-size: 1.15em;
	margin: 0;
	padding: 10px 10px;
	background: #385CAD;
}

.about-col h2 a {
	color: #fff;
	display: block;
	text-decoration: none;
	height: 72px;
	line-height: 1.2em;
}

.about-col h2 a:hover {
	color: #6F8CCD;
}

.about-col p {
	line-height: 14px;
	color: #bbb;
	margin-bottom: 0;
	padding: 2px 20px 5px 0px;
}

.about-col p span {
	color: #bbb;
	display: block;
	margin-bottom: 0;
	padding: 1px 0px 5px 0px;
	font-size: 0.7em;
}



.allnews-col {
	background: #2B3484;
	border-radius: 12px 12px 12px 12px;
	margin-bottom: 20px;
	min-height: 380px;
	display: block;
	vertical-align: middle;
}

.allnews-col.red {
	background: rgba(102, 9, 9, 0.7);
}

.allnews-col .img {
	min-height: 336px;
	background: #fff;
	box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	border-radius: 12px 12px 2px 2px;
	position: relative;
}

.allnews-col .img img {
	border-radius: 12px 12px 2px 2px;
}

.allnews-col .title {
	margin: 0px auto;
	padding: 10px 5px 0px 5px;
	display: table;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	box-sizing: border-box;
}

.allnews-col .title a {
	color: #fff;
	text-decoration: none;
	font-size: 1.0em;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}

.piconscont {
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	border-top: 1px dotted rgba(10, 63, 37, 0.5);
}

.picons {
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	height: 34px;
	vertical-align: top;
	box-sizing: border-box;
	width: auto;
	text-align: center;
}

.picons img {
	margin: 0px 4px;
	text-align: center;
}

.picons span {
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin: 0px 4px;
	color: #e9e4c3;
	background: url(../_img/picon_cl.png) no-repeat top;
	font-weight: 400;
	text-align: center;
}


#about-us {
	padding: 40px 0px;
}

#about-us .icon {
	margin: 0px auto 10px auto;
	text-align: center;
	/*cursor: pointer;*/
	padding: 0 3%;
}

#about-us .icon div {
	display: block;
	height: 200px;
	width: 200px;
	vertical-align: middle;
	margin: 0px auto 15px auto;
	text-align: center;
}

#about-us .icon1 {
	background: url(../_img/home_icons/home_icon1.png) no-repeat top;
	transition: 0.5s;
}

#about-us .icon1:hover {
	background: url(../_img/home_icons/home_icon1_on.png) no-repeat top;
	transition: 0.5s;
}

#about-us .icon2 {
	background: url(../_img/home_icons/home_icon2.png) no-repeat top;
	transition: 0.5s;
}

#about-us .icon2:hover {
	background: url(../_img/home_icons/home_icon2_on.png) no-repeat top;
	transition: 0.5s;
}

#about-us .icon3 {
	background: url(../_img/home_icons/home_icon3.png) no-repeat top;
	transition: 0.5s;
}

#about-us .icon3:hover {
	background: url(../_img/home_icons/home_icon3_on.png) no-repeat top;
	transition: 0.5s;
}

#about-us h2 {
	color: #385CAD;
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 8px;
}

#vid_home {
	background: #fff9ec;
	padding: 2% 2%;
}


#call-to-action {
	background: linear-gradient(rgba(0, 169, 143, 0.2), rgba(0, 169, 143, 0.7)), url(../_user/images/banner_images/hero-three.jpg) fixed center center;
	background-size: cover;
	padding: 100px 0;
}

#call-to-action h3 {
	color: #fff;
	font-size: 2em;
}

#call-to-action p {
	color: #fff;
}

#call-to-action span.green {
	/*color: #fff!important;*/
	text-shadow: 1px 1px 1px rgba(24, 37, 21, 1.00);
}


.cta-btn {
	font-family: "Coolvetica", sans-serif;
	text-transform: none;
	font-size: 1.0em;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px 7px 28px;
	border-radius: 8px;
	transition: 0.5s;
	margin: 10px 10px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
}

.cta-btn.big {
	font-size: 1.3em;
	letter-spacing: 1px;
	padding: 8px 28px 7px 28px;
	border: 1px solid #fff;
}


.cta-btn:hover {
	background: rgba(0, 169, 143, 0.6);
	border: 1px solid #fff;
	color: #fff;
}


/* Call To Action Section
--------------------------------*/
#skills {
	padding: 60px 0;
}

#skills .progress {
	height: 35px;
	margin-bottom: 10px;
}

#skills .progress .skill {
	/*font-family: "Open Sans", sans-serif;*/
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}

#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
	background: url("../_user/images/about/facts-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}

#facts::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9;
}

#facts .container {
	position: relative;
	z-index: 10;
}

#facts .counters span {
	font-family: "Coolvetica", sans-serif;
	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #7391D7;
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Coolvetica", sans-serif;
	font-size: 14px;
	color: #111;
}

#facts .facts-img {
	text-align: center;
	padding-top: 30px;
}

/* Clients Section
--------------------------------*/
#clients {
	padding: 60px 0;
}

#clients img {
	max-width: 100%;
	opacity: 0.7;
	transition: 0.3s;
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: #7391D7;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 40px 0;
	background: #CC2936;
}

#testimonials .section-header {
	margin-bottom: 10px;
}

#testimonials .testimonial-item {
	text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

#testimonials .testimonial-item h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

#testimonials .testimonial-item h4 {
	font-size: 1.2em;
	color: #999;
	margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}

#testimonials .testimonial-item p {
	margin: 0 auto 10px auto;
	font-size: 3em;
	font-weight: 600;
	color: #fff;

}

@media (max-width: 900px) {
	#testimonials .testimonial-item p {
		font-size: 1.8em;
	}
}

@media (min-width: 992px) {
	#testimonials .testimonial-item p {
		width: 80%;
	}
}

#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 8px;
	text-align: center;
}

#testimonials .owl-dot {
	display: inline-block;
	margin: 0 7px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #EC9A90;
}

#testimonials .owl-dot.active {
	background-color: #FFF;
}


/* Contact Section
--------------------------------*/
#contact {
	padding: 60px 0;
	background: #fff;
}

#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}

#contact .contact-info img {
	max-width: 200px;
	;
}



.formsel {
	background: rgba(10, 63, 37, 0.7);
	color: #fff;
}

blockquote {
	border-left: 2px solid #7391D7;
	margin: 1.8em 1.3em 1.8em 2em;
	padding: 1em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-size: 1.0em;
	color: #333;
}

blockquote:before {
	color: #7391D7;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}

blockquote:after {
	content: close-quote;
	color: #7391D7;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.5em;
}

blockquote p {
	display: inline;
}

.smrow1 {
	padding: 3px 0 3px 8px;
	background-image: url(../_img/bulletx.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.smrow2 {
	padding: 3px 0 3px 0;
	margin-left: 25px
}

.smrow3 {
	padding: 3px 0 3px 0;
	margin-left: 50px
}

.smrow4 {
	padding: 3px 0 3px 0;
	margin-left: 75px
}

.smrow2 a {
	color: #222
}

.smrow3 a, .smrow4 a {
	color: #333
}

.smrow2 a:hover, .smrow3 a:hover, .smrow4 a:hover {
	color: #e5690d
}

.sm_block {
	display: block;
	margin: 3px 0 60px 0px;
	vertical-align: top;
	width: auto;
	border: 0px solid #ccc;
	padding: 0px;
}

.sm_block.no_right_bord {
	border-right: 0
}

.block-section {
	display: block;
	margin-bottom: 30px;
	border: 1px dashed #777;
	padding: 20px;
	box-sizing: border-box;
}





#milestones_div {
	position: relative;
}

#milestones_div .item {
	height: auto;
	background: #fff;
	box-sizing: border-box;
	width: 160px;
	margin: auto;
	padding: 10px;
	text-align: center;
}

#milestones_div .item img {
	width: auto;
	text-align: center;
	margin: auto;
}

#milestones_div .item span {
	width: auto;
	text-align: center;
	margin: 2px auto auto auto;
	color: #444;
	padding: 0px 6px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0.9em;
}

#milestones_div .item span strong {
	color: #385CAD;
	display: block;
	margin-bottom: 1px;
}

#milestones_div .owl-stage-outer, #milestones_div .owl-stage {
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	height: auto;
}

#milestones_div .owl-item {
	margin: auto !important;
	box-sizing: border-box !important;
}


#milestones_div .owl-prev, #milestones_div .owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border-radius: 15px;
	background: #2B3484;
	color: #fff;
	text-align: center;
}

#milestones_div .owl-prev {
	left: -20px;
	padding: 3px 2px 0 0;
}

#milestones_div .owl-next {
	right: -20px;
	padding: 3px 0 0 2px;
}

#milestones_div .owl-prev i, #milestones_div .owl-next i {
	color: #fff;
	font-size: 1.6em;
}



[cool-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.3s;
	visibility: visible;
}

[cool-title]:after {
	content: attr(cool-title);
	background-color: #2B3484;
	color: #fff;
	font-size: 0.9em;
	position: absolute;
	padding: 5px 10px 5px 10px;
	top: 2.0em;
	left: 10%;
	opacity: 0;
	border: 2px solid #FFC844;
	z-index: 99999;
	visibility: hidden;
	width: auto;
	max-width: 250px;
	text-align: left;
	height: auto;
	border-radius: 8px;


}

[cool-title] {
	position: relative;
}


/*-- Footer */
#footer {
	background: #2B3484;
	padding: 0 0 10px 0;
	color: #fff;
}

#footer .footer-top {
	padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
	margin: 0 auto 30px auto;
	width: 100%;
}

#footer .footer-top .footer-info img {
	padding-bottom: 15px;
	max-width: 280px;
	height: auto;
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-family: "Coolvetica", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	border-left: 4px solid #7391D7;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	font-family: "Coolvetica", sans-serif;
	color: #eee;
}

.social-links a {
	font-size: 50px;
	display: inline-block;
	background: transparent;
	color: #424C9F;
	line-height: 1;
	padding-bottom: 10px;
	margin: 0 15px 0 15px;
	text-align: center;
	transition: 0.3s;
}

.social-links a:hover {
	color: #385CAD;
}

.nobannerspacer .social-links a {
	color: #ffffff;
}

.nobannerspacer .social-links h3 {
	color: #ffffff !important;
}


#foot_mini {
	background: #fff;
	padding: 10px 0px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}

#foot_mini img {
	border-right: 1px solid #FFC844;
	height: 30px;
}

#foot_mini .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #2B3484;
	color: #fff;
	line-height: 1;
	padding: 5px 5px 5px 5px;
	margin: 0 3px;
	width: 29px;
	height: auto;
	text-align: center;
	border-radius: 50%;
}

#foot_mini .social-links a:hover {
	color: #FFC844;
}










#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}

#footer .footer-top h4::before {
	right: 0;
	background: #ccc;
}

#footer .footer-top h4::after {
	background: #7391D7;
	width: 60px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: #2B3484;
}

#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #333;
	text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
	color: #7391D7;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #7391D7;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}

#footer .partners {
	border-top: 1px dashed #424C9F;
	padding-top: 30px;
}

#footer .partners img {
	max-height: 100px;
}



#footer .copyright {
	text-align: center;
	padding-top: 20px;
	color: #ccc;
	font-size: 0.9em;
}

#footer .copyright p {
	padding: 5px 0px 0 0;
	margin: 0px;
}

#footer .copyright.ancs {
	color: #CC2936;
}

#footer .copyright a {
	font-family: "Coolvetica", sans-serif;
	color: #eee;
	letter-spacing: 0.1em;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0 7px;
	text-decoration: none;
}

#footer .credits {
	text-align: center;
	margin-top: 15px;
}

.tfcredit {
	background: url(../_img/tayfusion-web-design-dundee.png) no-repeat left bottom;
	display: inline-block;
	padding: 10px 0 0px 0px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-size: contain;
	text-indent: -9000px;
}

.chart_container {
	width: 270px;
	text-align: center;
	margin: 20px 0 20px 0px;
}

.chart_container a {
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #ffffff;
	cursor: default;
}

.box_left, .box_right {
	width: 120px;
	height: 94px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px;
	color: #111;
}

.box_left {
	display: inline;
	border: 1px solid #000;
	margin-left: 0px;
	float: left;
}

.box_left_space {
	display: inline-block;
	margin-left: 0px;
	height: 10px;
	width: 120px;
	float: left;
}

.box_right {
	display: inline;
	border: 1px solid #000;
	margin-left: 20px;
	float: left;
}

.hline {
	font-size: 0;
	display: inline;
	width: 5px;
	height: 15px;
	color: #fff;
	background-color: #ff0000;
	margin: 27px 0;
	float: left;
}

.line_left {
	font-size: 0;
	display: inline;
	width: 1px;
	height: 20px;
	color: #fff;
	background-color: #000;
	margin-left: 60px;
	float: left;
}

.line_left_space {
	display: inline;
	width: 1px;
	height: 20px;
	margin-left: 60px;
	float: left;
}

.line_right {
	font-size: 0;
	display: inline;
	width: 1px;
	height: 20px;
	color: #fff;
	background-color: #000;
	margin-left: 140px;
	float: left;
}

.clear {
	clear: both;
}

.p_small p {
	margin: 0 0 5px 0;
}

.p_small p strong {
	padding: 10px 0 0 0;
	display: block;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}



.BALTable {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px solid #000;
	border-collapse: collapse;
	width: 100%;
}

.BALTable.wauto {
	width: auto;
}


.BALTable.sml {
	font-size: 0.9em;
}

.BALTable tr:hover td {
	/*background-color:#eee;
	cursor:pointer;*/
}

.BALTable tr:nth-child(odd) {
	background-color: #CDD8EC;
	border-bottom: 1px solid #fff;
}

.BALTable tr:nth-child(even) {
	background-color: #EFEFEF;
	border-bottom: 1px solid #fff;
}

.BALTable tr:nth-child(even) td {
	color: #222;
}

.BALTable.sml tr:nth-child(odd) {
	background-color: #EFEFEF;
	border-bottom: 1px solid #fff;
}

.BALTable.sml tr.trdark {
	background-color: transparent;
	font-size: 1.0em;
}

.BALTable .trcls {
	background-color: rgba(173, 201, 224, 0.70) !important;
	border-bottom: 1px solid #fff !important;
}

.BALTable .trcls1 {
	background-color: rgba(255, 255, 255, 0.7) !important;
	border-bottom: 1px solid #fff !important;
}

.BALTable td {
	vertical-align: middle;
	border: 0px solid #fff;
	text-align: left;
	padding: 5px 4px;
	font-weight: normal;
	color: #222;
	border-width: 0px 1px 0px 0px;
}

[balt-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}

[balt-title]:after {
	content: attr(balt-title);
	background-color: rgba(22, 22, 22, 0.9);
	color: #fff;
	font-size: 14px;
	position: absolute;
	padding: 2px 8px 3px 8px;
	top: 1.0em;
	left: 100%;
	box-shadow: 1px 1px 2px #222222;
	opacity: 0;
	border: 1px solid #fff;
	z-index: 99999;
	visibility: hidden;
	min-width: 90px;
	max-width: 500px;
	text-align: left;
}

[balt-title] {
	position: relative;
}

.BALTable.sml td {
	padding: 5px 4px;
	border-width: 0px 0px 0px 0px;
}

.BALTable td .tit {
	font-size: 1.1em;
}

.BALTable td a {
	/* color:#49e441; */
	color: #222;
}

.BALTable td a.block {
	display: block;
}

.BALTable td a:hover {
	/* color:#49e441; */
	color: #006881;
}

.BALTable td a.block:hover {
	background: #fff;
}

.BALTable.NOTOP tr:first-child td {
	background: inherit !important;
	/* Old browsers border: 0px solid #fff;border-width: 0px;*/
	text-align: left !important;
	font-size: auto !important;
	font-weight: normal !important;
	color: auto !important;
}

.BALTable tr:first-child td {
	background: #fff;
	/* Old browsers border: 0px solid #fff;border-width: 0px;*/
	text-align: left;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: normal;
	color: #052932;
}

.nowrap {
	white-space: nowrap;
}


.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

.trselected {
	background-color: #186f13 !important;
	color: #fff !important;
}

.tralert {
	background-color: rgba(99, 11, 11, 0.6) !important;
	color: #fff !important;
}

.trtdtrans {
	background-color: transparent !important;
	color: #222 !important;
	padding-top: 10px !important;
	border: 0px !important;

}

.trselected td {
	color: #fff !important;
}




.strikethrough {
	text-decoration: line-through;
}

.forceul ul {
	margin-left: 0px;
	padding-left: 20px;
}

.forceul ul li {
	padding-left: 0px;
}

.sizcrt_col_head {
	color: #7391D7;
	font-size: 1.1em;
}

.sizcrt_col {
	display: inline-block;
	vertical-align: top;
	margin: auto 2px 5px auto;
	padding: 2px;
	text-align: center;
	width: 80px;
	font-size: 0.9em;
}

.sizcrt_1 {
	border-bottom: 2px solid #fff;
	background: #7391D7;
	color: #fff;
}

.sizcrt_2 {
	background: #e9e4c3;
	color: #000;
}

.piselected {
	border: 1px solid #7391D7 !important;
}

.imgclick {
	border: 1px solid #fff;
}

.selcol {
	width: 70px;
	margin-left: 4px;
	background: rgba(166, 239, 174, 0.5);
}

.addprod {
	width: 70px;
}

.selboxgrn {
	background: rgba(239, 166, 174, 0.5);
}

.big_checkbox {
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
}

.tblctrl {
	background: rgba(12, 55, 7, 0.5);
	color: #fff;
}

.messbox {
	background-color: rgba(179, 13, 28, 0.8);
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	margin: 0px auto 0px auto;
	height: auto;
	box-sizing: border-box;
	font-size: 1.0em;
	padding: 10px;
	width: auto;
	margin-bottom: 10px;
}

.messbox.good, .messbox.green {
	background-color: rgba(5, 111, 5, 0.6);
}





.acc_nav {
	border-top: 1px solid #FFC844;
	border-bottom: 1px solid #FFC844;
	background: #272F79;
}

.acc_nav a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 10px 0;
	color: #fff;
	border-left: 1px solid #FFC844;
	text-decoration: none;
}

.acc_nav a span {
	transition: 0.5s;
}

.acc_nav a i {
	font-size: 1.3em;
	display: inline-block;
	vertical-align: bottom;
	color: #FFC844;
	margin-right: 5px;
}

.acc_nav a.selected {
	color: #FFC844;
	background: #212970;
}

.acc_nav a.highlight {
	color: #CC2936;
}

.acc_nav a:hover {
	color: #7391D7;
}



@media (max-width: 840px) {
	.acc_nav a {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 10px;
		color: #fff;
		border-left: 1px solid #2A57AB;
		text-decoration: none;
		transition: 0.5s;
	}
}

@media (max-width: 740px) {
	.acc_nav a span {
		display: none;
		transition: 0.5s;
	}

	.acc_nav a i {
		margin-right: 2px;
	}
}



.acc_top {
	color: #fff;
}

h3.udl {
	font-size: 1.4em;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFC844;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 400;
}


h3.udl.blue {
	border-bottom: 1px solid #2B3484;
}

h3.udl span {
	font-size: 0.65em;
	font-weight: 300;
}


h4.udl {
	font-size: 4em;
	color: #fff;
	margin-bottom: 5px;
}

.udl.white {
	border-bottom: 1px dotted #ffffff;
}

.udl i {
	color: #FFC844;
	font-weight: 200;
}




/* h4 span {
	font-size: 0.6em;
	color: #fff;
	margin-left: 5px;
} */

.acc_top h5 {
	font-size: 1.2em;
}

h4.spanr span {
	font-size: 0.7em;
	margin-left: 5px;
}

h4.spanr span.dark {
	color: #888 !important;
}


.ch_prog_section_block {
	/*cursor: pointer;*/
}

.ch_prog_section {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #ddd;
	margin-bottom: 8px;
	cursor: pointer;
}

.ch_prog_section:hover {
	background: rgba(255, 255, 255, 0.7);
}

.ch_prog_section .daynum {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 15px 5px 15px;
	text-align: center;
	font-size: 1.4em;
	border-right: 1px solid #ddd;
	line-height: 1.2em;
	background: #eee;
	box-shadow: 4px 0 8px -2px rgba(0, 0, 0, 0.3);
}

.ch_prog_section .daynum span {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
}


.ch_prog_section .caret {
	display: block;
	line-height: 1em;
	float: right;
	padding: 5px 6px 0 0;
	cursor: pointer;
	user-select: none;
}




.ch_prog_section .caret:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f101";
	font-size: 3em;
	line-height: 0.8em;
	color: #2B3484;
}




.ch_prog_section.active {
	background: rgba(122, 150, 228, 0.30);
}

.ch_prog_section.active .daynum {
	background: #2B3484;
	color: #fff;
}




.ch_prog_section.active .caret {
	padding: 7px 6px 0 0;
}

.ch_prog_section.active .caret:after {
	content: "\f103";
	color: #fff;
}


.ch_prog_section .daydate {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	text-align: center;
}



#chartmove {
	width: 100% !important;
}


#weekchart_div .arr {
	display: inline-block;
	vertical-align: middle;
	height: 280px;
	margin: 0px auto auto auto;
	width: 4%;
}

#weekchart_div .arr .fa {
	font-size: 2.6em;
	color: #7391D7;
	padding-top: 100px
}

.chart_holder {
	width: 100%;
}

#weekchart {
	width: 100%;
	height: 280px;
	margin: 0px auto auto auto;
	display: inline-block;
	vertical-align: middle;
}

#weekchartxxx div div, #weekchartxxx svg {
	width: 100% !important;
}





#gblock img {
	width: 100px;
}


.wc_icon {
	width: 100px;
}


.wc_icon {
	height: auto;
	box-sizing: border-box;
	width: 120px;
	margin: auto;
	padding: 5px;
	text-align: center;
	display: inline-block;
}

.wc_icon img {
	width: auto;
	text-align: center;
	margin: auto;
}

.wc_icon span {
	width: auto;
	text-align: center;
	margin: 1px auto auto auto;
	color: #444;
	padding: 0px 6px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0.9em;
}


.prog_details_area {
	margin: 0px 0 12px 0;
}


.prod_day_row {
	/* border-bottom: 1px solid #385CAD; */
	width: 100%;
	display: block;
	/* background: #efefef; */
	/* margin-bottom: 2px; */
	/* color: #7A7A7A; */
}



.prod_day_row div {
	display: inline-block;
	vertical-align: middle;
	/* padding: 4px 15px; */
}


.prod_day_row .dr_col1 {
	/* border-left: 2px solid #DDD; */
	width: 64px;
	/* padding: 8px 15px 0px 15px; */
}

.prod_day_row.blgreen .dr_col1 {
	border-left: 2px solid #FFC844 !important;
}

.prod_day_row.blueday {
	background: #CDD8EC;
	border-left: 2px solid #385CAD !important;
	color: #2B3484;
}




.prod_day_row .dr_col2 {
	font-weight: 600;
	text-transform: uppercase;
	width: 76px;
	text-align: center;
	/* padding: 8px 15px 0px 15px; */
}

.prod_day_row .dr_col3 {
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	min-width: 120px;
	/* padding: 8px 15px 0px 15px; */
}

.prod_day_row .dr_col4 {
	padding-right: 7px;
	text-align: right;
}





.lead_bd {
	/*important;border-bottom: 1px solid #ddd!important;*/
	color: #2B3484;
	margin-bottom: 0px;
	/*width: 100%;*/
	border-bottom: 1px solid #2B3484;
	height: auto;
	padding: 7px 4px;
}

.lead_bd.meee {
	background: #FFC844 !important;
}


.lead_bd1 {
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
	text-align: center;
	box-sizing: border-box;
}

.lead_bd1 img {
	max-width: 50px;
	border-radius: 14%;
	text-align: center;
}

.lead_bd1.bigimg img {
	max-width: 64px;
	border-radius: 50%;
	text-align: center;
}



.lead_bd2 {
	display: inline-block;
	vertical-align: middle;
	max-width: 70%;
	/**/
	text-align: left;
	font-size: 1.0em;
	font-weight: 500;
	padding-left: 7px;
}

.lead_bd2.addpadd {
	padding: 14px 0 0 7px;
	font-size: 1.1em;
}



.lead_bd2 .lb_name {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0px 3px;
	max-width: 370px;
}

.lead_bd2 .lb_org {
	font-weight: 300;
	font-size: 0.8em;
	display: block;
}

.lead_bd2.top {
	padding: 0px 0 4px 9px;
	width: 90%;
	font-size: 0.9em;
	box-sizing: border-box;
	margin-right: -10px !important;
	font-weight: normal;
}


.lead_bd2.top div .dright {
	/*.dright was span*/
	padding: 0px 0 0 7px;
	font-size: 0.85em;
	float: right;
	color: #AAC4A8;
}

.lead_bd2.top.reply {
	max-width: 496px;
}

.lead_bd2.top.reply div .dright {
	/*.dright was span*/
	color: #fff;
}


.lead_bd3 {
	display: inline-block;
	vertical-align: top;
	max-width: 140px;
	text-align: left;
	font-size: 0.9em;
	padding: 10px 10px 0 0;
	float: right;
}

.lead_bd3 span {
	font-size: 1.4em;
	font-weight: 500;
}

.lead_bd3.addpadd {
	padding: 15px 0 0 7px;
}


.lb_pos {
	font-weight: 600;
	padding-right: 3px;
	color: #2B3484;
	width: 42px;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
}




@media (max-width: 720px) {

	.lead_bd2 {
		font-size: 0.9em;
		font-weight: 500;
		padding-left: 6px;
	}

	.lead_bd1 img {
		max-width: 30px;
		border-radius: 12%;
		text-align: center;
	}




	.lead_bd3 {
		font-size: 0.8em;
		padding: 10px 5px 0 0;
	}

	.lb_pos {
		font-weight: 500;
		padding-right: 1px;
		width: 36px;
		font-size: 1.0em;
	}




}

@media (max-width: 600px) {
	.clb_leftright {
		display: none;
	}
}

@media (max-width: 500px) {
	.lead_bd3 {
		display: block;
		max-width: none;
		font-size: 0.7em;
		padding: 0px 10px 0 79px;
		float: none;
	}

	.lead_bd1.bigimg img {
		max-width: 30px;
	}

	.lead_bd2.addpadd {
		padding: 1px 0 0 5px;
		font-size: 1.1em;
	}

	.lead_bd3.addpadd {
		padding: 0px 0 0 75px;
	}
}






.lb_pos.padtop {
	display: inline-block;
}

.lb_pos1 .lead_bd1 img {
	border: 2px solid #FFAE00;
}

.lb_pos1 .lb_pos {
	color: #FFAE00;
}

.lb_pos2 .lead_bd1 img {
	border: 2px solid #C8CACD;
}

.lb_pos2 .lb_pos {
	color: #C8CACD;
	/*C8CACD*/
}

.lb_pos3 .lead_bd1 img {
	border: 2px solid #D0814C;
}

.lb_pos3 .lb_pos {
	color: #D0814C;
}

.lead_bd.itsmeee {
	background: rgba(217, 72, 59, 0.7);
	color: #fff;
}

.lead_bd.itsmeee .lb_pos {
	color: #fff;
}


.capt_icon {
	display: inline-block;
	background: #CC2936;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

/* .comm_rply {
	display: inline-block;
	text-align: right;
	padding-top: 0px;
} */


#icon-cancel {
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 10;
	color: rgba(65, 65, 65, 0.40);
	font-size: 1.2em;
	transition: 0.5s;
}

#icon-cancel:hover {
	cursor: pointer;
	color: rgba(173, 12, 14, 0.9);
	font-size: 1.4em;
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari 3.1+ */
	-moz-transform: rotate(90deg);
	/* Firefox 3.5-15 */
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-o-transform: rotate(90deg);
	/* Opera 10.50-12.00 */
	transform: rotate(90deg);
	/* Firefox 16+, IE 10+, Opera 12.10+ */
}




.col-centered {
	display: inline-block;
	float: none;
	/* inline-block space fix */
	margin-right: -4px;
	text-align: center;
}


.green_box, .green_box_keep, .red_box, .red_box_keep {
	padding: 10px 10px 10px 10px;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}


.red_box p, .red_box_keep p, .green_box p, .green_box_keep p {
	padding: 0px;
	margin: 0px;

}

.red_box, .red_box_keep {
	background: #b23e2f;
	color: #FFF;

}

.green_box, .green_box_keep {
	background: #385CAD;
	color: #fff;
}

.fa-2x {
	font-size: 1.6em;
}


.RaR_but i {
	color: rgba(173, 12, 14, 0.9);
}

.RaR_but.disabled i {
	color: rgba(58, 58, 58, 0.4);
}


.input-lg {
	padding: 0.55rem 0.75rem;
	font-size: 1.1rem;
	line-height: 1.7;
}

.fieldalert {
	background: rgba(139, 3, 4, 0.7);
	color: #fff;
}



.required {
	border-right: 4px solid #cc0000 !important;
}





.trackerdiv h4 img {
	width: 40px;
	margin-right: 10px;
}




.checkcontainer {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 1px;
	cursor: pointer;
	font-size: 1.em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
	background-color: #272F79;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	border: solid white;
	border-radius: 3px;
}







#cookie-bar {
	display: none;
	bottom: 0 !important;
	color: #fff;
	font-size: 1em !important;
	line-height: 2em;
	vertical-align: baseline;
	padding: 25px 10px 20px 10px !important;
	left: 0 !important;
	position: fixed !important;
	width: 100% !important;
	z-index: 99999998 !important;
	height: auto;
	background: rgba(43, 47, 136, 0.8);
	/* IE7 and below */
	border-top: 2px solid #fff;
	text-align: center;
}

#cookie-bar .cba {
	color: #58d274;
	text-decoration: underline;
}

#cookie-bar .cba:hover {
	color: #fff;
	text-decoration: underline;
}

:is(a, button) > .fa {
	pointer-events: none;
}