/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, sans-serif;
    min-width: 320px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none !important;
}

a,
button {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    outline: none !important;
}




/*  General   */

.container {
	position: relative;
}

.clear {
	clear: both;
}



/*############################# HEADER #############################*/

#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

#header .top {
	padding: 30px 0;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
}

#header p {
	font-size: 12px;
	color: #6b4556;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 22px 0 0 0;
}

#header .navbar {
	border: none;
	overflow: hidden;
	background: rgba(0,0,0,0.65);
    border-radius: 0 !important;
}

#main-nav {
	padding: 0;
}

#main-menu {
    margin: 0 0 0 -30px;
}

#main-menu li {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 48px;
	padding: 0 30px;
}

#main-menu li:after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: #42e1c1;
}

#main-menu li:last-child:after {
	display: none;
}

#main-menu a {
	padding: 0;
	color: #FFF;
	line-height: 48px;
	text-transform: uppercase;
}

#main-menu a:focus,
#main-menu a:active,
#main-menu a:hover {
	background: none;
}

#main-menu a:hover {
	color: #42e1c1;
}

#header a.social {
	position: absolute;
	right: 15px;
	top: 10px;
}

#header a.social:hover {
	opacity: 0.8;
}

#header .navbar-toggle {
    float: left;
	border: 1px solid #EEE;
	margin-left: 15px;
}

#header .navbar-toggle .icon-bar {
	background: #EEE;
}



/*############################# CONTENT #############################*/

.section {
	position: relative;
	width: 100%;
}

#content {
	margin: 185px 0 0 0;
}

.home #content {
	margin: 0 !important;
}

.title-bar {
	background: #00c19a;
	border-top: 1px solid #FFF;
	overflow: hidden;
	text-align: center;
	padding: 25px 0;
	margin: 0 0 10px;
}

.title-bar h1 {
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
}

.title-bar h1 span {
	position: relative;
}

.title-bar h1 span:before,
.title-bar h1 span:after {
	content: "•";
	position: absolute;
	left: -23px;
	top: 0;
	line-height: 27px;
	font-size: 24px;
	color: #2cecc6;
}

.title-bar h1 span:after {
	right: -23px;
	left: auto;
}

.boxes .box {
	width: 100%;
	text-align: center;
	margin: 20px 0 25px 0;
	padding: 0 0 20px;
	background: #dec9d2;
}

.boxes .box h3 {
	color: #6b4556;
	font-size: 22px;
	line-height: 24px;
	background: #e9dae0;
	margin: 0 0 15px;
	padding: 10px 15px 12px;
}

.boxes .box h2 {
	font-size: 30px;
	color: #79063a;
	font-weight: bold;
	padding: 0 0 15px;
}

.boxes .box p {
	font-size: 16px;
	line-height: 19px;
	color: #454545;
	padding: 0 30px;
}

.boxes .box .button {
	display: table;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	margin: 20px auto 0;
	background: #168ba3;
	border-radius: 6px;
	line-height: 33px;
	height: 33px;
	text-transform: uppercase;
	padding: 0 32px;
}

.boxes .box .button:hover {
	text-decoration: none;
	opacity: 0.8;
}

.carousel-gallery {
	background: #139f83;
	overflow: hidden;
	border-top: 14px solid #1ec7a6;
	padding: 20px 0 30px;
}

.carousel-gallery img {
	border: 3px solid #FFF;
	box-shadow: 2px 2px 8px #000;
    -webkit-box-shadow: 2px 2px 8px #000;
    -moz-box-shadow: 2px 2px 8px #000;
}

.carousel-gallery .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -24px 0 0 0;
	width: 100%;
}

.carousel-gallery .owl-nav .owl-prev,
.carousel-gallery .owl-nav .owl-next {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/carousel-gallery-nav.png) no-repeat;
}

.carousel-gallery .owl-nav .owl-prev {
	left: -70px;
}

.carousel-gallery .owl-nav .owl-next {
	right: -70px;
	background-position: -48px 0;
}

.inner-section {
	background: #beefe5;
	overflow: hidden;
	margin: 15px 0 25px;
}

.inner-section .text {
	padding: 50px 15px 20px 60px;
}

.inner-section .text p {
	font-size: 16px;
	color: #6b4556;
	padding: 0 0 15px;
	line-height: 19px;
}

.inner-section .gallery,
.inner-section .map {
	background: #9de8d9;
	overflow: hidden;
}

.inner-section .gallery .inner {
    padding: 30px 34px 30px 17px;
}

.inner-section .gallery .inner img {
	border: 5px solid #37caac;
}

.blocks {
    padding: 25px 0 20px;
    overflow: hidden;
}

.blocks .block span {
    display: block;
    font-size: 24px;
    color: #0f8069;
    margin: 0 0 17px;
    height: 84px;
    line-height: 84px;
    background: #b3f3e6;
    padding: 0 10px 0 30px;
    border-left: 19px solid #42e1c1;
}

.form {
    padding: 32px 33px 20px 50px;
}

.form input {
    border-radius: 0;
    box-shadow: none;
}

.form label {
    font-size: 16px;
    color: #6b4556;
    font-weight: normal;
    padding: 0 0 7px;
}

.form input,
.form textarea {
    border: none;
    background: #f6f0f3;
    resize: none;
    height: 35px;
    margin: 0 0 12px;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    color: #6b4556;
}

.form textarea {
    height: 120px;
}

.form button {
    float: right;
    height: 33px;
    padding: 0 35px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #168ba3;
    border-radius: 7px;
    border: none;
}

.form button:hover {
    opacity: 0.8;
}

.inner-section .map .inner {
    padding: 30px 34px 30px 17px;
}

.inner-section .map iframe {
    width: 100%;
    height: 350px;
    border: 5px solid #168ba3;
}

.main-gallery {
    padding: 15px 0 11px;
    overflow: hidden;
}

.main-gallery li {
    float: left;
    width: 25%;
}

.main-gallery li img {
    display: block;
    float: left;
    margin: 0 0 13px;
    width: 96%;
}

.single {
    text-align: center;
    padding: 0 0 15px;
}

.single .large {
    font-size: 20px;
    text-align: center;
    color: #6b4556;
    padding: 25px 0 25px;
}

.single .large span {
    color: #168ba3;
}

.single img {
    border: 5px solid #22deb8;
    display: inline-block;
    margin: 0 9px 20px;
}

#contact-modal input {
    margin: 0 0 15px;
}

#contact-modal textarea {
    margin: 0 0 15px;
    resize: none;
    height: 80px;
}

#contact-modal button.submit {
    float: right;
    background: #168ba3;
    color: #FFF;
}

#contact-modal .modal-body {
    overflow: hidden;
}


/*############################# FOOTER #############################*/


#footer {
	position: relative;
	width: 100%;
	background: #0b6b58;
	overflow: hidden;
	padding: 45px 0;
	text-align: center;
	vertical-align: middle;
}

#footer .logo {
	display: inline-block;
	margin: -34px 0 0 0;
}

#footer p {
	display: inline-block;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500px;
	font-size: 12px;
	line-height: 15px;
	color: #3ec5ab;
	padding: 0 0 0 25px;
}