@charset "utf-8";
/* CSS Document */

/*-=-=-=-=-=-=-=-=-=-*/
/* GENERAL STYLES */
/*-=-=-=-=-=-=-=-=-= */

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*
#container {
	width:  90%;
	margin: 0 auto;
}
*/
.row {
	position: absolute;
	width: 100%;
	padding: 9px
}
section {
	position: relative;
	height: 500px;
	margin: 20px 0;
	width: 100%;
}

.section--white {
	background-color: #FFFFFF;
}

.section--red {
	background-color: #E74C3C;
	border-radius: 75px;
}

.section--purple {
	background-color: #385464;
}

.section--blue {
	background-color: #33CCF7;
}

.section--yellow {
	background-color: #F4E9B4;
	border-radius: 75px;
	margin-top: -45px;
	position: relative;
}

.section--green {
	background-color: #80D99D;
	height: 100%;
}
.section--cyan{
	background-color: #80D99D;
}

.section--pale{
	background-color: #F4E9B4;
}

.col_third section { margin: 0; }

.icn_red { color: #FF3D6A; }
.icn_purple { color: #9B59B6; }
.icn_blue{ color: #3498DB; }
.icn_yellow { color: #F1C40F; }
.icn_green { color: #80D99D; }

/*-=-=-=-=-=-=-=-=-=-*/

/*-=-=-=-=-=-=-=-=-= */

.service-section {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.para_image {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
	height: 180px;
}

.para_image img {
	border: 4px solid #e4e4e1;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-*/
/* Links */
/*-=-=-=-=-=-=-=-=-= */

a {	text-decoration: none; color: #01e6b8 !important;font-size: 15px !important;}
a:hover { outline: 0; color: #fff!important;}
a:active { outline: 0; color: #01e6b8!important;}

@media screen and (max-width: 600px) {
a {	text-decoration: none; color: #01e6b8 !important;font-size: 12px !important;}
a:hover { outline: 0; color: #fff!important;}
a:active { outline: 0; color: #01e6b8!important;}
	
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 10px !important;
	}	
}
	
@media (min-width: 1200px) {
a {	text-decoration: none; color: #01e6b8 !important;font-size: 20px !important;}
a:hover { outline: 0; color: #fff!important;}
a:active { outline: 0; color: #01e6b8!important;}
}

