@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #033e61;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #033e61;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width: 100%;
}
body {
	background-color: #FFF;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: 300;
}
#header {
	position: relative;
	width: 100%;
	height: 110px;
	z-index: 190;
	background-color: #FFF;
}
.indexheader {
	position: fixed !important;
	height: 80px !important;
	background: rgba(255,255,255,0.9) !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
footer {
	position: relative;
	z-index: 100;
	width: 100%;
	background: #033e61;
	;
	min-height: 90px;
	color: #FFF;
}
.footer-box {
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin-bottom: 10px;
	min-height: 230px;
}
.footer-box .btn {
	border: none;
	float: right;
	margin-top: 10px;
}
footer p {
	margin-top: 20px;
	font-size: 12px;
}
footer a {
	color: #FFF;
}
footer .footer_title {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #033e61;
	margin-bottom: 20px;
	color: #FFF !important;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #CCC;
}
.social {
	margin-top: 15px;
}
.social img {
	width: 35px;
	height: auto;
}
.container-wrap {
	padding-left: 13%;
	padding-right: 13%;
}
.curved {
	position: relative;
	z-index:50;
}
.curved .left {
	height: 14px;
	width: 13%;
	display: block;
	left: 0;
	position: absolute;
	z-index: 200;
}
.curved .midle {
	height: 14px;
	width: 74%;
	left: 13%;
	display: block;
	position: absolute;
	z-index: 201;
}
.curved .right {
	height: 14px;
	width: 13%;
	display: block;
	right: 0;
	position: absolute;
	z-index: 202;
}
.curved-top .left {
	background: url(../images/curve-left.png) right top no-repeat;
}
.curved-top .midle {
	background: #FFF;
}
.curved-top .right {
	background: url(../images/curve-right.png) left top no-repeat;
}
.curved-footer .left {
	background: url(../images/footer-curve-left.png) right top no-repeat;
	bottom: 0;
}
.curved-footer .midle {
	background: #033e61;
	bottom: 0;
}
.curved-footer .right {
	background: url(../images/footer-curve-right.png) left top no-repeat;
	bottom: 0;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 144px;
	height: 90px;
	text-indent: -9999px;
	margin-top: 10px;
}
.indexheader h1 a {
	background-image: url(../images/logosm.png);
	width: 112px;
	height: 70px;
	margin-top: 5px;
}
h2 {
	font-size: 32px;
	padding: 5px 0px 20px 0;
	margin-bottom: 10px !important;
	line-height: 1.2;
	color: #888 !important;
	text-align: left;
	font-weight: 600;
	border-bottom: 3px solid #033e61;
}
h3 {
	color: #666 !important;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.separator {
	border-bottom: 3px solid #033e61;
	padding: 5px 0;
	margin: 20px 0;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.img-rel img {
	width: 100%;
	height: auto;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.carousel-control.left {
	background-image: none !important;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none !important;
	filter: none;
	background-repeat: none;
}
.carousel-caption span {
	font-size: 60px;
}
.carousel-caption {
	font-size: 28px;
	font-style: italic;
	line-height: 1.8;
	padding-bottom: 8% !important;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0,0,0,.8);
	animation-duration: 3s;
	animation-name: fadeIn;
}
.p0 {
	padding: 0px !important;
}
.p40-0 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p20-0 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p15-0 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p40 {
	padding: 40px !important;
}
.p60 {
	padding: 60px !important;
}
.p60-45 {
	padding: 60px 45px !important;
}
.p100-auto {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m1015 {
	margin: 10px 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.h80 {
	height: 80px;
	clear: both;
}
.txt_left {
	text-align: left !important;
}
.txt_right {
	text-align: right !important;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.bg-index {
	background: rgba(3, 62, 97, .5);
}
.bg-grey {
	background-color: #e2edf3;
}
.bg_dark {
	background-color: #313131;
}
.bg-items {
	background-color: #f3f3f2;
}
td {
	padding: 10px !important;
}
.btn-pdf {
	background: url(../images/pdf-icon.png) right no-repeat #d9534f;
	padding: 4px 35px 6px 5px;
	border: inset 10px transparent;
	margin-right: 5px;
	color:#FFF;
	font-weight:bold;
	display: inline-block;
	margin-bottom:15px;
}
.btn-pdf:hover {
	border: inset 10px transparent;
}
.btn {
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
	padding:14px 20px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #CCC;
    text-decoration: none;
}
.top-bg {
	width: 100%;
	height: 150px;
	background:url(../images/blue-bg.jpg);
}
#pararax_bg {
	background: rgba(0, 0, 0, 0) url("../images/pararaxbg.jpg") no-repeat fixed 50% center;
	min-height: 150px;
	padding: 80px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#pararax_bg h3 {
	text-align: center;
	font-size: 28px;
}
#pararax_bg h3 span {
	font-size: 18px !important;
	color: #333 !important;
	font-weight: 700;
}
#contact_bg {
	background: url(../images/contact_bg.jpg) rgba(0, 0, 0, 0) no-repeat center;
	min-height: 150px;
	padding: 40px 0 40px 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #000;
	font-size: 12px;
}
#contact_bg h3 {
	color: #000 !important;
	font-size: 36px;
}
#contact_bg p {
	margin: 25px 0;
}
.services_index {
	text-align: center;
	font-size: 26px !important;
	color: #666 !important;
	font-weight: 700;
}
.course_head {
	text-align: center;
	font-size: 26px !important;
	color: #FFF !important;
}
.logos {
	text-align: center;
	min-height: 220px;
	line-height: 170px;
	margin-bottom:30px;
}
.logos img {
	vertical-align: middle;
}
.logos p {
	background-color: #F4F4F4;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}
.gallery-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #FFF;
	text-align: center;
	color: #666 !important;
	margin-bottom: 30px;
}
.gallery-box img {
	width: 100%;
	height: auto;
}
.gallery-box h3 {
	font-size: 15px !important;
	font-weight: bold;
	color: #333 !important;
	padding: 10px !important;
	min-height:50px;
}
.gallery-box h3 a:hover {
	color: #999;
}
.gallery-box .btn-sm {
	margin-top: 0;
}
.btn-sm {
	font-size: 12px !important;
	font-weight: 100 !important;
	background-color: #033e61;
	padding: 5px 3% !important;
	color: #FFF;
	outline: 1px solid #033e61;
	outline-offset: 2px;
	border-radius: 0;
	margin: 15px 0;
}
ul.products {
	list-style: outside none none;
	width: 100%;
}
ul.products li {
	background-color: #F8F8F8;
	color: #ffffff;
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #CCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
ul.products li a {
	color: #666;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #033e61;
	color: #FFF;
}
.perioxes_menu {
	list-style: none outside none;
	margin-left: 20px;
	margin-top: 5px;
}
.perioxes_menu li {
	color: #F58120;
	display: inline;
	margin: 0;
}
.perioxes_menu li a {
	color: #b31012;
	font-weight: bold;
	padding-right: 5px;
}
.perioxes_menu li a:hover {
	color: #CCCCCC;
}
@media (min-width: 1360px) {
ul.list-services li {
	width: 49% !important;
	float: left;
}
ul.list-services li:nth-child(even) {
	margin-left: 2%;
}
}
.navbar-default {
	background: none !important;
	border: none !important;
}
nav {
	position: absolute !important;
	top: 35px;
	z-index: 1000;
	width: 100%;
}
nav.navscroll {
	position: fixed !important;
	top: 20px !important;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin-left: 5px;
}
.navbar-nav > li > a {
	font-size: 12px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu {
	border-radius: 0;
	border: none;
}
.navbar-nav .dropdown-menu > li > a {
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	color: #888;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #FFF;
	background-color: #033e61;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFF !important;
	background-color: #033e61 !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	background-color: #033e61;
}
.navbar-nav .collapsible ul.sm-nowrap > li > a, .navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav .dropdown-menu > li > a {
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	color: #888;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #FFF;
	background-color: #033e61;
}
@media (max-width: 1600px) {
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 1170px) {
.nav > li > a {
	padding: 10px 5px !important;
}
}
@media (max-width: 1070px) {
.nav > li {
    margin-left: 0px;
}
.nav > li > a {
	font-size: 11px !important;
}
}
@media (max-width: 930px) {
.nav > li > a {
	font-size: 10px !important;
	padding: 10px 3px !important;
}
}
@media (max-width: 840px) {
.nav > li > a {
	font-size: 9px !important;
}
}
@media (max-width: 768px) {
body {
	text-align: left;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	text-align: center !important;
}
nav {
	top: 30px;
}
.navbar .navbar-collapse {
	background-color:#FFF;
}
.nav > li > a {
	font-size: 15px !important;
}
}
@media (max-width: 680px) {
.carousel-caption span {
    font-size: 15px;
}
.carousel-caption {
	line-height:1.2;
}
.carousel-caption {
    top: 15%;
}

}

.form_main {
	width: 60%;
	margin: 0 auto;
}
.form {
	margin-bottom: 10px;
	width: 100%;
}
.form input, .form textarea, .form select {
	background: transparent;
	border-bottom: solid 1px #FFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	padding: 7px;
	width: 100%;
}
.form #submit {
	background-color: #FFF;
	color: #333;
	border: none;
}
.form #submit:hover {
	background-color: #033e61;
	color: #fff;
	cursor: pointer;
}
@-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}