body {
	background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 2.0em 0;
}
#text-block p {
	text-align: justify;
	padding: 2.0em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: rgb(0, 30, 34);
}
footer {
	background: none repeat scroll 0 0 #08446B;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
	font-size: 0.9em;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.2em 0.8em;
	font-size: 1.7em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 0.9em;
	padding: 0.5em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #08446B;
	border-radius: 70px;
	color: #fff;
	display: block;
	line-height: 70px;
	margin: 0 auto;
	width: 70px;
}
p.subtitile {
	color: #606060;
	font-size: 0.9em;
	margin: 0 0 3.5em;
}
p.subtitiles {
	color: #606060;
	font-size: 1.1em;
	padding: 0.1em;
	text-align:center;
}
section p {
	font-size: 0.9em;
	padding: 0.5em;
}
section h1 {
	font-size: 2.4em;
	font-weight: 300;
	margin: 0.2em 0;
	text-transform: uppercase;
}
section h2 {
	color: #fff;
	font-size: 2.1em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
section h3 {
	font-size: 1.8em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section h4 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
a.button-red {
	background: none repeat scroll 0 0 #CC0000;
	border: 0 none;
	border-radius: 7px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
	position: absolute;
    bottom: 4.0em;
    right: 1.0em;
}
a.button-paid {
	background: none;
	border: 0 none;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.25em;
	text-transform: uppercase;
	position: absolute;
	bottom: 8.5em;  
    right: 1.0em;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	padding: 8em 0 4em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 #fff;
	padding: 3em 0;
	text-align: center;
	border-bottom: 1px solid #bebebe;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    padding: 2.5em;
}
.content-block h3 {
    color: #fff;
}
.content-block p {
    color: #fff;
}
#content.left-align {
    text-align: left;
}
#content.contact-page h2 {
    margin: 0 0 0.625em;
}
.blog {
    font-size: 0.95em;
	text-align: left;
	line-height: 1.6em;
	padding: 1em 1em;
}
.contact-page p {
    font-size: 1em;
    font-style: normal;
}
.contact-page i {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0.3125em 0.3125em 0.3125em 0;
    text-align: center;
    width: 35px;
}     
form.customform button {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 5px;
    transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
form.customform button:hover {
    background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
    border-radius: 5px;
}
#map-block iframe {
    display: block;
}
@media screen and (max-width: 800px) {
body {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
nav {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	position: relative;
}
.top-nav {
	text-align: left;
}
.carousel-text h2 {
	font-size: 1.1em;
}
.carousel-text p {
	font-size: 0.8em;
}
ul.top-ul {
	padding: 0;
}
ul.top-ul .right {
	float: none;
}
}