
html, body {
	margin: 0;
	padding: 0;
    width: 100%;
	height: 100%;
}

body {
	font-family: Arial;
	color: #667d6b;
	text-align: center;
    background: #fff url(../images/BGrace.jpg) no-repeat center 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        
}


#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

* {
	outline: none;
	box-sizing: border-box;
}

.tint {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	background: url(../images/tint.png) repeat;
	z-index: 1;
}

.content {
	position: relative;
	z-index: 10;
}

.sec {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}


.header {
        display: inline-block;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
        background: #e5e5e5;
}

.container {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 770px;
	max-width: 1024px;
}

h1.header_title {
	position: absolute;
	right: 0;
	bottom: -10px;
        width: 100%;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
	margin-top: 40px;
	color: #71bd94;
        text-align: right;
       /* display: inline-block;
        float: left;
        width: 100%;
        font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
        text-align: right;*/
        
}

h1.header_title a {
	color: #667d6b;
	text-decoration: none;
}

	h1.header_title a:hover {
		text-decoration: underline;
	}

.logo {
	display: inline-block;
	float: left;
	height: 100px;
	margin: 10px 10px 0 0;
}

.menu_bar {
	width: 100%;
	float: left;
	background: #667d6b;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.menu_bar .container {
	position: relative;
}

.mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: justify;
}

.mainmenu::after {
	content: '';
	clear: both;
	width: 100%;
	display: inline-block;
	height: 0;
}

.mainmenu > li {
	display: inline-block;
}

.mainmenu > li > a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 285px;
	height: 130px;
	padding-top: 20px;
	background-color: #00a99d;
	color: #fff;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
}

.mainmenu > li > a::after {
	position: absolute;
	bottom: 25px;
	left: 50%;
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background: #fff;
}

	.mainmenu > li > a.current,
	.mainmenu > li:hover > a {
		background-color: #00cebf;
	}

.submenu {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	display: none;
	width: 610px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}

	.mainmenu > li:last-child .submenu {
		left: auto;
		right: 0;
	}

.submenu > li {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.submenu > li > a,
.sb2 > li > a {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #fff;
	background: #00a99d;
	text-decoration: none;
        border: 1px solid #667d6b;
}

	.submenu > li:hover > a,
	.sb2 > li:hover > a {
		background: #00cebf;
		color: #fff;
	}


.sb2 {
	display: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
}

.submenu > li:hover .sb2 {
	display: block;
}



.ib {
	display: inline-block;
}


.flowplayer {
	background: #000;
}

.player_box {
	position: absolute;
	width: 100%;
	display: none;
}

.videoTitle {
	display: none;
}

.player_close {
	position: absolute;
	top: -40px;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 10em;
	background: rgba(255,255,255, .3);
	border: 2px solid #9c1f1f;
	color: #9c1f1f;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

	.player_close:hover {
		background: #9c1f1f;
		color: #fff;
	}

.controls_right {
	display: block;
	float: right;
	padding-top: 16px;
}

.controls_right a {
	position: relative;
	float: left;
	display: none;
	margin-left: 15px;
	font-size: 30px;
	color: #fff;
}

.controls_right a#pl_synchro {
	display: inline-block;
}

.controls_right a::after {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0, .6);
	color: #fff;
	font-size: 14px;
	display: none;
	white-space: nowrap;
}

.controls_right a:hover::after {
	display: inline-block;
}
	
	.controls_right a#pl_synchro::after {
		content: 'Synchronize content with server';
	}

	.controls_right a#pl_full::after {
		content: 'Video Full screen';
	}

	.controls_right a#fullscr::after {
		content: 'Full screen';
	}

	.controls_right a#pl_close::after {
		content: 'Close video';
	}

	.controls_right a#fullcls::after {
		content: 'Exit fullscreen';
	}

		.controls_right a#pl_synchro:hover {
			color: #667d6b;
		}
		
		.controls_right a#pl_full:hover {
			color: #667d6b;
		}
		
		.controls_right a#fullscr:hover {
			color: #667d6b;
		}
		
		.controls_right a#pl_close:hover {
			color: #667d6b;
		}

		.controls_right a#fullcls:hover {
			color: #667d6b;
		}

#fullscr {
	display: inline-block;
}


.fp-embed,
.fp-brand,
.fp-fullscreen {
	display: none !important;
}

.is-fullscreen .fp-fullscreen {
	display: block !important;
}

.second_content {
	float: left;
	width: 80%;
	text-align: left;
	background: rgba(0, 169, 157, 0.85);
	color: #fff;
	padding: 20px;
	transition: all 0.2s ease;
}

.second_content.opacity {
	opacity: .1;
}

.second_content h3 {
	font-size: 24px;
	margin: 0;
	color: #fff;
	font-weight: 500;
}

.sc_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sc_menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 110%;
}

	.sc_menu li a:hover {
		text-decoration: underline;
	}

.sc_menu li a::before {
	font-weight: lighter;
	font-size: 15px;
}

.bread span,
.bread2 span {
	display: inline-block;
	margin-bottom: 20px;
}

.bread span::after,
.bread2 span::after {
	content: '/';
	margin-left: 5px;
	margin-right: 5px;
}

	.bread span:last-child::after,
	.bread2 span:last-child::after {
		display: none;
	}

.bread,
.bread2 {
	position: absolute;
	left: 0;
	top: -27px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	text-decoration: none;
	text-align: left;
}


a[href$='.ppt']::after,
a[href$='.pptx']::after {
	content: ' (pptx)';
}

a[href$='.ppt']::before,
a[href$='.pptx']::before {
	display: inline-block; width: 25px;
	content: '\f044';
	font-family: 'FontAwesome';
}

.sc_menu .nb::before {
	display: inline-block; width: 25px;
	/*content: '\f03d';*/
        content: "\f0c8";
	font-family: 'FontAwesome';
}

a[href$='.pdf']::after {
	content: ' (pdf)';
}

a[href$='.pdf']::before {
	display: inline-block; width: 25px;
	content: '\f1c1';
	font-family: 'FontAwesome';
}

a[href$='.docx']::after {
	content: ' (docx)';
}

a[href$='.docx']::before {
	display: inline-block; width: 25px;
	content: '\f1c2';
	font-family: 'FontAwesome';
}

a.toHome {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	transition: all 0.2s ease;
}

	a.toHome:hover {
		margin-left: -5px;
		margin-right: 15px;
	}

/*a.toHome::before {
	content: '\f177';
	font-family: 'FontAwesome';
}*/
.ppt_link {
	display: none;
	color: #fff;
	background: #00a99d;
	border-radius: 10em;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 5px;
}

.ppt_link:hover {
	background: #00cebf;
}

body.welcome_page {
	background-position: center center;
}

.welcome_logo {
	margin-top: 100px;
	margin-bottom: -13px;
}

.welcome_box {
	text-align: center;
	display: inline-block;
	background: rgba(0, 169, 157, 0.85);
	padding: 50px;
	border-radius: 10px;
	color: #fff;
}

.welcome_box h1 {
	font-size: 37px;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255, .3);
	margin-bottom: 18px;
	margin-top: 0;
}

.w_desc form {
	display: inline-block;
}

.input_text,
.submit_button {
	display: block;
	margin-bottom: 15px;
}

.input_text {
	padding: 7px 10px;
	border-radius: 3px;
	background: #fff;
	border: none;
	color: #000;
	transition: all 0.15s ease-out;
}

.input_text:focus {
	box-shadow: 0px 0px 10px #fff;
}

.login_button {
	width: 100%;
	background: #01a99c;
	color: #fff;
	padding: 7px 10px;
	border: 1px solid #02c6b7;
	border-radius: 3px;
	transition: all 0.2s ease-out;
}

.login_button:hover {
	background: #02c6b7;
}

h1.login {
	font-size: 30px;
}

@media (max-width: 1024px) {
	.container {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
                min-width: 0;
	}
        body {
         background-position: center 200px;
        }
       
}

@media (max-width: 800px) {
     body {
         background-position: center 150px;
         background-size: cover;
       }
       
       .mainmenu > li > a {
           margin-bottom: 20px;
       }
       
       .mainmenu > li:last-child > a {
           margin-bottom: 0;
       }
}

@media (max-width: 600px) {
    
    body {
         background-position: center 270px;
    }
    .mainmenu {
        text-align: left;
    }
    
    h1.header_title {
        position: relative;
        display: inline-block;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 10px;;
        text-align: right;
    }
}
