/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */

html { 
	padding: 40px 50px 50px 50px;
	background: url(../images/bg-new.jpg) no-repeat center center fixed; 
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-new.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-new.jpg', sizingMethod='scale')";

	height:100%;
 	min-height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	color: #fff;
	font-weight: lighter;
	overflow: hidden;

	min-height:100%;
}

p, table {
  margin-bottom: 15px;
}

p:first-letter, p.first-letter:first-letter {
  margin-left: 8px;
  font-weight: normal;
}

p.first-letter-normalize {
	font-size: 1.1em;
}

table p, .content-block p:last-child {
	margin-bottom: 0;
}

a, a:link {
	color: #fff;
}

h1 {
	font-size: 50px;
	font-weight: lighter;
}

#header {
	text-align: right;
}

#header #logo {
	position: relative;
	top: -15px;
}

#header h1 {
	text-shadow: 1px 1px 8px #818181;
}

#nav {
	display: inline-block;
	margin-top: 16px;
}

#nav li {
	float:left;
	margin-left: 20px;
}

#nav li:first-child {
	margin-left: 0;
}

#nav li a {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 24px;
	opacity: 0.8;
	padding: 0 16px 2px 16px;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.1);
	/*border-left: none;
	border-right: none;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#nav li a:hover {
	opacity: 1;
	background: rgba(0,0,0,0.2);
}

#nav li a.active {
	background: rgba(0,0,0,0.2);
}

#nav-clone {
	position: absolute;
	width: 160px;
	top: 40px;
}

#nav-clone .slicknav_btn {
	float: left!important;
	margin-bottom: 9px;
    margin-left: 0;
}

#nav-clone .slicknav_menu {
	padding-left: 7px;
}

#nav-clone .slicknav_menu ul li a {
	padding-left: 4px!important;
	/*margin-left: 0!important;*/
}

#nav-clone .slicknav_menu ul li a:focus {
	outline: none;
}

#content {
	margin-top: 24px;
	position: absolute;
	width: 80%;
	height: 400px;
	background: rgba(0,0,0,0.6);
	right: 50px;
	font-size: 16px;
	overflow: hidden;
	padding: 20px 20px 20px 30px;
}

#content div.content-block {
	display: none;
	opacity: 0;
	position: relative;
}

#content div.content-block[data-content=photo] {
	text-align: left;
}

#content div.content-block[data-content=contact] #contact-text img {
	opacity: 0.6;
}

#footer {
	margin-left: -50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 10px;
}

.highslide, .fancybox {
	opacity: 0.75;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;	
}

.highslide:hover, .highslide img:hover,
.fancybox:hover, .fancybox img:hover {
	opacity: 1;
	cursor: pointer!important;
}

.highslide img, .fancybox img {
	margin: 0 10px 10px 0;
	border: none!important;
}

#contact-text {
	width: 55%;
	float: left;
}

#mapgoogle {
	width: 45%;
	height: 300px;
	float: left;
}

#share {
	background: rgba(0,0,0,0.2) url(../images/heart.png) no-repeat no-repeat 7px 5px;
	padding-top: 35px;
	opacity: 0.5;
	margin-top: -133px;
	top: 50%;
	left: 0;
	width: 46px;
	position: fixed;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;	
}

#share:hover {
	opacity: 1;
}

.addthis_toolbox {  
	padding: 6px 5px 2px 3px;
	border-radius: 0!important;
	background: rgba(0, 0, 0, 0.2)!important;
	background-image: none!important;
}

.fancybox-nav span, .fancybox-close {
	opacity: 0.8;
}

#nav-clone {
	display: none;
}

#nav-clone .slicknav_menu {
	z-index: 1;
}

@media screen and (max-width: 1060px) {
	#header #nav {
		display: none;
	}

	#nav-clone {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	#header #nav li {
		float: left;
		margin-left: 0;
	}
}

@media screen and (max-width: 920px) {
	html {
		padding-top: 10px;
		padding-right: 10px;
	}

	#content {
		right: 10px;
	}

	#nav-clone {
		left: 10px;
		top: 10px;
	}

	#header #nav li a {
		font-size: 18px;
	}

	#share {
    	background: none
	}

	.addthis_toolbox {  
		background: rgba(0, 0, 0, 0)!important;
	}
}

@media screen and (max-width: 800px) {
	#header #logo {
		top: -7px;
	}

	#header #logo h1 {
		font-size: 40px;
	}

	#header #nav li a {
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#nav-clone {
		left: 0;
		top: 4px;
	}

	#nav-clone .slicknav_menutxt {
		display: none;
	}

	#nav-clone .slicknav_icon {
		margin-left: 0;
	}

	#content {
		margin-top: 0;
		font-size: 12px;
	    line-height: 14px;
	}

	#share {
    	background: none
	}

	.addthis_toolbox {  
		background: rgba(0, 0, 0, 0)!important;
	}

	#contact-text, #mapgoogle {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#header #logo h1 {
		font-size: 30px;
	}

	#nav-clone {
		top: -2px;
	}	

	table.prices tr td:first-child {
		display: none;
	}
}

.slicknav_menu {
	background: none!important;
	position: absolute;
}

.slicknav_nav {
	background: rgba(0,0,0,0.6);
	/*background: rgba(255,255,255,0.7);*/
	/*background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 0%, rgba(0,0,0,0.5) 100%);*/
	/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(0%, rgba(246,246,246,0.7)), color-stop(100%, rgba(0,0,0,0.5)));*/
	/*background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 0%, rgba(0,0,0,0.5) 100%);*/
	/*background: -o-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 0%, rgba(0,0,0,0.5) 100%);*/
	/*background: -ms-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 0%, rgba(0,0,0,0.5) 100%);*/
	/*background: linear-gradient(to right, rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 0%, rgba(0,0,0,0.5) 100%);*/
}

#mapgoogle .gm-style-iw {
	color: #000;
}

#mapgoogle .gm-style-iw a {
	color: blue;
}
