/* Import HTML5 boilerplate */
@import url("reset.css");

/* Fancybox */
@import url("jquery.fancybox-1.3.4.css");
/* Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400italic|Open+Sans:300,700);
@font-face {
    font-family: 'League Gothic';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* Styles */

html {
	height: 100%;
}
body {
	font-family: "camingodos-web", sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.black:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_pattern.png") repeat;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #008595;
    color: #222222;
}
*::selection {
    background: none repeat scroll 0 0 #008595;
    color: #222222;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
nav {
	z-index: 20;
	width: 100%;
	background: no-repeat center;
}
.black nav {
	background-image: url(../img/nav_black.png);
}
.black nav li a {
	color: #FFFFFF;
    font-size: 13px;
    font-weight: 100;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
}
.white nav {
	background-image: url(../img/nav_white.png);
}
.white nav li a {
	color: #333;
	text-shadow: 0px 1px 1px #fff;
}
nav ul {
	padding-top: 30px;
	height: 60px;
	text-align: center;
}
nav li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	background: transparent;
}
nav a, nav a:visited {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
nav li a.selected, nav li:hover a {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0px 2px 2px #000;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	-moz-box-shadow: 0px 1px 2px #008595;
	-webkit-box-shadow: 0px 1px 2px #008595;
	box-shadow: 0px 1px 2px #008595;
}
nav.sticked {
	height: 90px;
	margin-bottom: 40px;
}
.black nav.sticked {
	background-image: url(../img/nav_sticked_black.png);
}
.white nav.sticked {
	background-image: url(../img/nav_sticked_white.png);
}
nav.sub {
	width: 820px;
	background: transparent;
	height: 35px;
	margin: -10px auto 20px auto;
}
nav.sub ul {
	background: rgba(0,0,0,0.5);
	width: auto;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	padding: 0 5px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
nav.sub li {
	margin: 0;
}
nav.sub li a {
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px;
	line-height: 25px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}
nav.sub li a.selected, nav.sub li:hover a {
	background: rgba(0, 255, 255, 0.2);
	text-shadow: 0px 2px 2px #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav.side {
	position: relative;
	background: transparent;
	margin: 0 auto;
	width: 960px;
	height: auto;
}
nav.side .previous, nav.side .next {
	display: inline-block;
	width: 61px;
	height: 28px;
	margin-top: 0;
	padding: 0;
	background: url("../img/controls.png");
	font-family: "camingodos-web", sans-serif;
	font-weight: normal;
	font-size: 13px;
}

nav.side .previous {
	float: left;
	background-position: -1px 2px;
	background-repeat: no-repeat;
	text-align: right;
}
nav.side .previous:hover {
	background-position: -1px -24px;
	color: #008595;
}
nav.side .next {
	background-position: 39px -50px;
    background-repeat: no-repeat;
    float: right;
}
nav.side .next:hover {
	color: #008595;
	background-position: 39px -76px;
}
.back, .back:visited {
	display: inline;
	float: right;
	background-color: rgba(0,0,0,0.5);
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
	font-family:"camingodos-web", sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.back, .back:hover{
	color: #008595;
}

.back img {
	vertical-align: middle;
	margin-right: 5px;
}
#container {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 600px;
}
hr {
	border-top: 1px solid #eee;
	margin: 15px 0;
}
p {
	margin: 0 0 8px 0;
}
section {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: center;
}
section.home, section.selected {
	display: table;
	z-index: 10;
}
section.home {
	z-index: 0;
}
section .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
section.home .content{
	vertical-align: top;
}
section * {
	text-align: justify;
}
/*section:before {
		content: "";
		display: block;
		height: 150px;
	}
		section:first-child:before {
			display: none;
		}*/

.logo {	
	text-align: center;
}
.logo img{	
	/*box-shadow:	0px 1px 1px #008595;*/
	opacity: 0.7;
}
h1 {
	font-family: "camingodos-web", sans-serif;
	font-size: 70px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
	line-height: 100px;
	text-align: center;
	text-shadow: 0px 1px 1px #000;
}
h2 {
	font-family: "camingodos-web", sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	margin-bottom: 60px;
	line-height: 40px;
	text-shadow: 0px 1px 1px #000;
	width: 820px;
	margin: 0 auto 20px auto;
	text-transform:uppercase;
}
h3 {
	font-family: "camingodos-web", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform:uppercase;
}

h5 {
    color: #FFFFFF;
    font-family: "camingodos-web",sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 3px;
    margin: 0 auto 3px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
    width: 820px;
}

.about {
	width: 760px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.quote {
	width: 290px;
	float: right;
	margin-left: 40px;
	color: #666;
}
blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	background-color: #f2f2f2;
	padding: 15px 20px;
	margin: 0;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.quote span {
	display: block;
	text-align: right;
	font-weight: bold;
}
.quote span:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: solid;
	border-width: 10px 15px 0px 0px;
	border-color: #f2f2f2 transparent;
	position: relative;
	left: 240px;
	margin-bottom: 5px;
}
.book-now {
	text-align: center;
	margin-top: 50px;
}
.book-now a{
	background-color: #008595;
	background-image: linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -o-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -moz-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -webkit-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -ms-linear-gradient(bottom, #008695 0%, #04ACBF 100%);

	
    border: 1px solid #00a4b8;
    border-radius: 14px;
    color: #FFFFFF;
    font-family: "camingodos-web",sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    text-transform: uppercase;
    
    
}
.book-now a:hover {
	background-color: #04ACBF;
	background-image: linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -o-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -moz-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -webkit-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -ms-linear-gradient(bottom, #00AABD 100%, #008695 0%);
}
.book-now a:active {
	background-color: #046672;
	box-shadow: 0 1px 2px 2px #06505a inset;
}
.team {
	margin: 0;
}
.team li {
	/* width: 360px; */
	list-style: none;
	display: inline-block;
	/* margin-right: 30px; */
	vertical-align: top;
}
.team li.last {
	margin-right: 0;
}
.team img {
	float: left;
	margin-right: 20px;
}
.team h4 {
	/*
font-size: 12px;
	margin: 0 0 4px 0;
*/
	line-height: 20px;
}
.team span {
	text-transform: uppercase;
	text-align: center;
	color: #008595;
	line-height: 20px;
	border-top:#008595 1px solid;
	border-bottom:#008595 1px solid;
	font-size: 12px;
	padding: 5px 0;
}
.team p {
	margin: 20px 0 0 0;
}
.portfolio {
	width: 820px;
	margin: 0 auto;
}
.pricing {
	width: 840px;
	margin: 0 auto;
}
.portfolio li, .pricing li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 260px;
	min-height: 550px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}

.pricing li {
	min-height: 270px;
}
.portfolio li a, .pricing li a, .sub-header a {
    background-color: #008595;
	background-image: linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -o-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -moz-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -webkit-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -ms-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
    border: 1px solid #00a4b8;
    border-radius: 5px 5px 5px 5px;
    bottom: 20px;
    color: #FFFFFF;
    margin-left: 50px;
    padding: 4px 10px;
    position: absolute;
    text-shadow: 0 -1px 1px #000000;
    text-transform: uppercase;
    font-family: "camingodos-web", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.sub-header a {
	float: right;
	margin: 0 0 7px 280px;
}
.portfolio li a:hover, .pricing li a:hover, .sub-header a:hover {
	background-color: #04ACBF;
	background-image: linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -o-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -moz-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -webkit-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -ms-linear-gradient(bottom, #00AABD 100%, #008695 0%);
}
.portfolio li a:active, .pricing li a:active, .sub-header a:active {
	background-color: #046672;
	box-shadow: 0 1px 2px 2px #06505a inset;
}
.gallery li {
	background: none;
    box-shadow: none;
    min-height: 165px;
    width: 186px;
}
.gallery li a {
    border: medium none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    margin-left: 0;
    padding: 0;
}
.gallery img {
	border-radius: 3px;
	background-image: url(../img/nav_black.png);
}

.portfolio li, .pricing li {
	position: relative;
}
.portfolio li img:after {
	opacity: 0;
}
.portfolio li img:hover:after {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 1;
	background: rgba(255,255,255,0.1) url("../img/icons/zoom.png") no-repeat center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.portfolio li.last, .pricing li.last {
	margin-right: 0;
}
.portfolio a, pricing a {
	text-decoration: none;
}
.portfolio img, pricing a {
	display: block;
}
.sub-header{
	list-style: none;
	display: block;  
	background-color: #fff;
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);	

    font-weight: normal;
    line-height: 17px;
    margin-bottom: 15px;
    padding: 8px 18px;
    width: 784px;
}
.portfolio span {
	display: inline-block;
	background: rgba(0,0,0,0.5);
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	float: right;
	margin-top: -29px;
	z-index: 20;
	position: relative;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 0px 4px #000;
}
.pricing span {
	font-style: italic;
	font-size: 10px;
}
.pricing table {
	margin-left: 10px;
}
.pricing td {
	line-height: 12px;
    vertical-align: top;
    text-align: left;
    /* height:35px; */
}
.portfolio h3, .pricing h3 {
	font-size: 12px;
	margin: 20px 20px 0 20px;
}
.portfolio p, .pricing p {
	margin: 15px;
}
.top {
	position: relative;
	display: block;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	;
}
.top img {
	display: block;
}
.top img:after {
	opacity: 0;
}
.top img:hover:after {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 1;
	background: rgba(255,255,255,0.1) url("../img/icons/zoom.png") no-repeat center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.contact {
	width: 820px;
	margin: 0 auto;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.map {
	width: 820px;
	height: 240px;
    background: url(/img/home/map.jpg);
    background-size: cover;
}
.contact .left {
	width: 365px;
	margin: 30px;
	float: left;
}
.contact .left p {
}
.contact .left .info {
	margin-bottom: 20px;
}
.contact .left p img {
	vertical-align: middle;
	margin-right: 15px;
}
.contact .right {
	width: 365px;
	margin: 30px 30px 30px 0;
	float: left;
}
form {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 365px;
}
input, .textarea {
	font-family: "camingodos-web", sans-serif;
	width: 138px;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	border: 1px solid #eee;
	padding: 0 5px;
	margin-bottom: 15px;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type=text] {
	padding-left: 30px;
	margin-right: 15px;
	background: #fafafa url("../img/icons/user.png") 7px 7px no-repeat;
}
input[type=email] {
	padding-left: 30px;
	background: #fafafa url("../img/icons/email.png") 7px 7px no-repeat;
}

input[type="button"], input[type="submit"]{ 
	color: #FFF;
	background-color: #008595;
	background-image: linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -o-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -moz-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -webkit-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	background-image: -ms-linear-gradient(bottom, #008695 0%, #04ACBF 100%);
	
	border: 1px solid #00A4B8;
    border-radius: 5px 5px 5px 5px;
    bottom: 5px;
    color: #FFFFFF;
    font-family: "camingodos-web",sans-serif;
    font-size: 12px;
    height: 33px;
    margin-left: 50px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 1px #000000;
    text-transform: uppercase;
    width: auto;
}
input[type="submit"] {
	padding: 0 10px;
	margin: 0;
	position: relative;
	
}
input[type="button"]:hover, input[type="submit"]:hover {

	background-color: #04ACBF;
	background-image: linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -o-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -moz-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -webkit-linear-gradient(bottom, #00AABD 100%, #008695 0%);
	background-image: -ms-linear-gradient(bottom, #00AABD 100%, #008695 0%);
}
input[type="button"]:active, input[type="submit"]:active {
	background-color: #046672;
	box-shadow: 0 1px 2px 2px #06505a inset;
} 

.textarea {
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #fafafa;
	float: none;
}
textarea {
	font-family: "camingodos-web", sans-serif;
	height: 100px;
	background: transparent;
	border: none;
	width: 100%;
	color: #999;
}
.no-rgba textarea {
	color: #fff;
}
.status {
	margin-left: 10px;
}
.blog {
	width: 820px;
	margin: 0 auto;
}
.blog article {
	width: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	display: block;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.blog article.last {
	margin-right: 0;
}
.blog article h3 {
	font-size: 12px;
	margin: 20px 20px 0 20px;
}
.blog article h3 a {
	text-decoration: none;
}
.blog article .meta {
	display: block;
	margin: 3px 20px 0 20px;
	color: #999;
}
.blog article p {
	margin: 20px;
}
.blogpost article {
	width: auto;
}
.blogpost article {
	width: 540px;
	margin-right: 20px;
}
.blogpost_gallery {
	width: 260px;
	float: left;
}
.blogpost_gallery li {
	list-style: none;
	margin-bottom: 20px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.blogpost_gallery li a {
	display: block;
}
.blogpost_gallery li img {
	display: block;
}
.pages {
	overflow: hidden;
	width: 820px;
}
.pages_content {
	position: relative;
	width: 99999px;
	z-index: 10;
}
.page {
	float: left;
	margin-right: 20px;
}
.credits {
	bottom: 0px;
    color: #666666;
    font-size: 10px;
    margin: auto 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.credits a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.fb {
    /*
	margin: 0;
    position: absolute;
    width: 290px;
    */
    bottom: 20px;
    margin: auto 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.fb_like {
	margin: 0 auto;
    text-align: center;
    width: 3px;
}

.fb_like a{
    background: url("../img/fb.png") no-repeat scroll 0 -40px transparent;
    float: right;
    height: 30px;
    /* margin-top: -25px; */
    width: 38px;
}
.fb_like a:hover{
    background: url("../img/fb.png") no-repeat scroll 0 -7px transparent;
}

.fb_like span{
	display: none;
}
.fb_join a{
        background: url("../img/fb.png") no-repeat scroll -38px -40px transparent;
    float: right;
    height: 30px;
    margin-right: -73px;
    width: 35px;
}
.fb_join a:hover{
    background: url("../img/fb.png") no-repeat scroll -38px -7px transparent;
}
    
.fb_join span{
	display: none;
}
.iframe_url{
	margin-left: 24px;
}

