/* @license
 * MyFonts Webfont Build ID 2681307, 2013-11-04T21:39:20-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ITC Stone Serif Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/itc-stone-serif/stone-serif-itc-medium/
 * Copyright: Part of this font software is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. (c) Copyright
 * 
 * Webfont: Rotis Sans Serif Std 45 Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/rotis-sans-serif/std-45-light/
 * Copyright: Font software Copyright 1998, 2007 Monotype Imaging Inc. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2681307
 * Licensed pageviews: 250,000
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/28e9db");
  
@font-face {font-family: 'ITCStoneSerifCom-Medium';src: url('webfonts/28E9DB_0_0.eot');src: url('webfonts/28E9DB_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/28E9DB_0_0.woff') format('woff'),url('webfonts/28E9DB_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'RotisSansSerifStd-Light';src: url('webfonts/28E9DB_1_0.eot');src: url('webfonts/28E9DB_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/28E9DB_1_0.woff') format('woff'),url('webfonts/28E9DB_1_0.ttf') format('truetype');}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------------- COMMON ----------------------------------------------------------------------------------------*/


body {
	font-family: RotisSansSerifStd-Light, sans;
	font-weight: normal;
	color: #656565;
	font-size: 16px;
	line-height: 1.3;
	background-attachment: fixed;
	background-position: 0 0;
	background-size: cover;	
	margin-top: 150px;
}

	body.bg-1 { background-image: url(images/backgrounds/1.jpg); }
	body.bg-2 { background-image: url(images/backgrounds/2.jpg); }
	body.bg-3 { background-image: url(images/backgrounds/3.jpg); }
	body.bg-4 { background-image: url(images/backgrounds/4.jpg); }
	body.bg-5 { background-image: url(images/backgrounds/5.jpg); }
	body.bg-6 { background-image: url(images/backgrounds/6.jpg); }
	body.bg-7 { background-image: url(images/backgrounds/7.jpg); }
	body.bg-8 { background-image: url(images/backgrounds/8.jpg); }
	body.bg-9 { background-image: url(images/backgrounds/9.jpg); }
	
	body.home, body.blog, body.single, body.page-id-14 {
		background: url(images/bg-linen.jpg) repeat 0 0;
		background-size: auto;
		background-attachment: scroll;
	}

		body.home {
			margin: 0;
		}

a {
	color: #656565;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: ITCStoneSerifCom-Medium;
	color: #9AD1DA;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0 0 1em;
}

	h2 {
		font-size: 30px;
		margin: 0 0 10px;
	}

p, blockquote {
	margin: 0 0 .8em;
}

/*---------------------------------------------------------------------------------------------- EDITS ----------------------------------------------------------------------------------------*/

#nav-mob {
	display: none;	
}

.dis-none {
	opacity: 0;	
}

.clear-float {
	float: none !important;	
}

/*---------------------------------------------------------------------------------------------- NAVIGATION ----------------------------------------------------------------------------------------*/


#home {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -500px;
	width: 1000px;
	height: 792px;
	text-align: center;
}

	#logo-oak-linden {
		display: inline-block;
		width: 120px;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(images/oak-linden-logo.png) no-repeat;

		vertical-align: middle;
		
	}


#nav-primary {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 1000;
	-moz-box-shadow: 0 4px 4px -4px gray;
	box-shadow: 0 4px 4px -4px gray;
}
	#nav-primary form {
		display: none;
		margin: 10px;
	}
	
	#nav-primary span {
		margin: 0 10px;
		position: relative;
	}

		#nav-primary a {
			display: inline-block;
			text-transform: lowercase;
			font-size: 25px;
			padding: 36px 10px 45px 10px;
			font-family: ITCStoneSerifCom-Medium;
			line-height: 1;
		}

			#nav-primary a:hover, #nav-primary span:hover > a, #nav-primary .on {
				background-color: #9AD1DA;
				background-color: rgba(154,209,218,.4);
			}

		#nav-primary ul {
			position: absolute;
			top: 62px;
			left: 0;
			margin: 0 -20px;
			padding: 0;
			list-style: none;
			display: none;
		}

				#nav-primary span:hover ul {
					display: block;
				}

			#nav-primary ul a {
				display: block;
				font-size: 20px;
				margin: 3px 0 0;
				padding: 5px;
				background-color: #9AD1DA;
				background-color: rgba(154,209,218,.75);
				box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
				color: #fff;
			}

				#nav-primary ul a:hover {
					background-color: #9AD1DA;
					background-color: rgba(154,209,218,.9);
				}

	
	#nav-primary #logo-oak-linden {
		margin: 0 10px 1px;
	}

		#nav-primary #logo-oak-linden:hover {
			background-color: transparent;
		}

/*---------------------------------------------------------------------------------------------- MOBILE NAV ----------------------------------------------------------------------------------------*/

#nav-mob {
		
}

#mob-head {
	background: #FFF;
	width: 100%;	
	height: 105px;
	z-index: 1000;
	-moz-box-shadow: 0 4px 4px -4px gray;
	box-shadow: 0 4px 4px -4px gray;
	position: absolute;
	top: 0;
}

#mobile-logo {
	position: absolute;
	top: 0;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	
}

#nav-trigger {
	position: absolute;
	left: 20px;
	top: 60px;	
	z-index: 9999;
	cursor: pointer;
}


#nav-mob-content {
	margin-bottom: 60px;
    position: relative;
    text-align: center;
    top: 60px;
    width: 100%;
    z-index: 9999;
	display: none;
	height: 447px;
	overflow: hidden;
}

.mob-nav-item {
	display: block;
	padding: 10px;
	background-color: rgba(255,255,255,.9);
	margin-top: 8px;
	font-size: 22px;
}

.mob-nav-item a {
	width: 300px;
	display: inline-block;	
}

.mob-subnav-item {
	margin: 0 0;
	margin-top: 6px;	
}

.mob-subnav-item a {
	padding: 2px;
	font-size: 18px;
	color: #FFF;
	background-color: rgba(154,209,218,.9);
	width: 260px;
	display: inline-block;
	
}

/*---------------------------------------------------------------------------------------------- HOME ----------------------------------------------------------------------------------------*/


.flexslider {
		margin-top: 0px;
}

#slider-wrap {
	display: block;
	overflow: hidden;	
}

#home-sub-nav {
	position: relative;
	z-index: 9999;
	margin-top: 30px;
}

#home-sub-nav li {
		margin: 0 10px;
		position: relative;
	}

		#home-sub-nav a {
			display: inline-block;
			text-transform: lowercase;
			font-size: 25px;
			padding: 0px 10px 10px 10px;
			font-family: ITCStoneSerifCom-Medium;
			line-height: 1;
		}

			#home-sub-nav a:hover, #home-sub-nav li:hover > a, #home-sub-nav .on {
				border-bottom: solid 5px rgba(154,209,218,.4);
				
			}

/*---------------------------------------------------------------------------------------------- CONTENT ----------------------------------------------------------------------------------------*/

	#content {
		width: 1000px;
		margin: 0 auto;
	}

		#content a {
			color: #9AD1DA;
		}

		#content ul {
			list-style: none;
			padding-left: 20px;
			line-height: 1.5;
		}

			#content li:before {
				content: '>';
				color: #9AD1DA;
				padding-right: 5px;
			}

		p.intro {
			font-size: 20px;
		}

		#content article {
			background-color: #fff;
			background-color: rgba(255,255,255,.9);
			box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
			padding: 20px 60px 20px 20px;
			margin: 0 0 50px;
			overflow: visible;
			position: relative;
		}

				#content article:before {
					position: absolute;
					content: ' ';
					width: 10px;
					left: -16px;
					top: 0;
					bottom: 0;
					background-color: #9AD1DA;
					background: rgba(154,209,218,.9);
				}

			#content .columns {
				-webkit-columns: 2;
				-moz-columns: 2;
				-ms-columns: 2;
				columns: 2;
				-webkit-column-gap: 40px;
				-moz-column-gap: 40px;
				column-gap: 40px;
			}

				#content .single-column + .columns,
				#page-12 + .columns,
				#page-24 + .columns,
				#page-prices-packages + .columns {
					-webkit-columns: 1;
					-moz-columns: 1;
					-ms-columns: 1;
					columns: 1;

					margin-right: 50%;
				}

			#content blockquote {
				margin-left: 0;
			}

				#content blockquote>p:first-child:before {
					content: '';
					display: inline-block;
					width: 23px;
					height: 23px;
					background: url(images/bg-quote.png) no-repeat 0 0;
					margin-right: 5px;
				}
				
			#friends + div {
				margin-right: 0!important;
			}
			
			#friends + div img {
				width: 100%!important;
				height: auto!important;
			}

/*---------------------------------------------------------------------------------------------- BLOG ----------------------------------------------------------------------------------------*/


	#blog {
		width: 1000px;
		margin: 0 auto 50px;
		overflow: visible;
	}

		#blog article {
			width: 285px;
			margin: 0 45px 5px 0;
			overflow: visible;
			position: relative;
			float: left;
		}

				#blog article:nth-child(3n+4) {
					margin-right: 0;
				}

				#blog article:nth-child(3n+5) {
					clear: left;
				}

			#blog header {
				min-height: 150px;
				background-color: #fff;
				background-color: rgba(255,255,255,.9);
				box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
				position: relative;
			}
			
				#blog .feature header:before {
					background: rgba(109,110,112,.9)
				}	

					#blog header:before {
						position: absolute;
						content: ' ';
						width: 10px;
						left: -16px;
						top: 0;
						bottom: 0;
						background-color: #9AD1DA;
						background: rgba(154,209,218,.9);
					}
		
				#blog img {
					width: 100%;
					height: auto;
					border: none;
					display: block;
					margin-bottom: 10px;
				}
				#blog .content img {
					width: auto;
					max-width: 100%;
				}
				#blog .date {
					position: absolute;
					top: 30px;
					left: -31px;
					z-index: 1;
					width: 233px;
					height: 78px;
					background: url(images/bg-date.png) no-repeat 0 0;
					color: #fff;
					font-size: 28px;
					padding: 20px 0 0 60px;
					text-transform: lowercase;
					font-family: ITCStoneSerifCom-Medium;
				}

			#blog .title {
				padding: 5px 10px;
				background-color: #fff;
				background-color: rgba(255,255,255,.8);
				color: #777;
				font-size: 20px;
				overflow: hidden;
				font-family: ITCStoneSerifCom-Medium;
			}

				#blog .title a {
					display: block;
					height: auto;
					color: #9AD1DA;
				}

					#blog .title a:before {
						content: '';
						display: inline-block;
						width: 20px;
						height: 9px;
						background: url(images/icon-eye.png) no-repeat 0 0;
						margin-right: 8px;
					}

			#blog .feature {
				width: auto;
				float: none;
				margin-bottom: 15px;
				margin-right: 0;
			}

				#blog .feature header {
					min-height: 200px;
					background: #ccc;
				}

					.blog #blog .feature header {
						border-left-color: rgba(109,110,112,.9);
					}

					.blog #blog .feature .date {
						background: url(images/bg-date-grey.png) no-repeat 0 0;
					}

				#blog .feature .title {
					position: absolute;
					top: 35px;
					left: 220px;
					width: 780px;
					color: #fff;
					font-size: 40px;
					background: rgba(255,255,255,.3);
					border: 1px solid rgba(255,255,255,.5);
					border-right: none;
					font-family: ITCStoneSerifCom-Medium;
				}
				
				.single #blog .feature header:before {
					background-color: #9AD1DA;
					background: rgba(154,209,218,.9);
				}	
				
			#blog .wrapper {
				box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
				background: #FFF;
			}


			#blog .content {
				background: #fff;
				padding: 20px 20px 20px 250px;
			}
				#blog .comments {
					background: #fff;
					padding: 20px 20px 20px 250px;
					overflow: hidden;
					width: 100%;
				}
				#blog .comments ol{
					list-style: none;
				}
				.comments .children {
					background: rgba(154,209,218,.2);
					padding: 10px 40px;
				}
				#blog .comments a.comment-reply-link {
					color: #9AD1DA;
				}
				
				#blog #blogsubmitbutton {
					background: none;
					border: none;
					color: #9AD1DA;
					font-size: 25px;
					font-weight: 300;
					text-transform: lowercase;
					float: right;
					margin: 15px 85px 0 0;
				}
				#blog .form-submit {
					content: ' ';
					display: block;
					width: 600px;
					height: 62px;
					background: url(images/bg-plane.png) no-repeat right;
					margin: -30px -20px 0;
					text-align: left;
					z-index: 1;
					position: relative;
					font-family: ITCStoneSerifCom-Medium;
				}

#previous-article {
	
}

.alignleft {
	float: left;
	margin: 20px 20px 0px 0px;
		
}

/*---------------------------------------------------------------------------------------------- SIDEBAR ----------------------------------------------------------------------------------------*/
				

#sidebar {
	width: 200px;
	height: 600px;
	position: fixed;
	top: 50%;
	/*left: -70px;*/
	margin-top: -300px;
	-webkit-transition: left .2s;
	-moz-transition: left .2s;
	-ms-transition: left .2s;
	transition: left .2s;
}

	#sidebar .arrow {
		display: none !important;
		width: 67px;
		height: 45px;
		background: url(images/arrows.png) no-repeat 0 0;
		position: absolute;
		left: 50px;
	}

		#sidebar .arrow-top {
			background-position: 0 0;
			top: -45px;
		}

		#sidebar .arrow-bottom {
			background-position: 0 -45px;
			bottom: -45px;
		}

	#sidebar:hover {
		left: 0;
	}

	#sidebar .articles {
		/*overflow: hidden;*/
		height: 600px;
	}

		#sidebar article {
			background: #fff;
			margin: 10px 20px 10px 0;
			box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
			position: relative;
			padding: 5px;
		}

			#sidebar img {
				max-width: 100%;
				height: auto;
			}

			#sidebar .date {
				width: 133px;
				height: 50px;
				background: url(images/bg-date-rhs.png) no-repeat 0 0;
				color: #fff;
				position: absolute;
				top: 20px;
				right: -10px;
				padding: 13px 0 0 40px;
			}

			#sidebar .title {
				color: #919396;
				font-size: 18px;
			}

				#sidebar .title a {
					display: block;
					height: auto;
					color: #9AD1DA;
				}

					#sidebar .title a:before {
						content: '';
						display: inline-block;
						width: 20px;
						height: 9px;
						background: url(images/icon-eye.png) no-repeat 0 0;
						margin-right: 2px;
					}

/*---------------------------------------------------------------------------------------------- CONTACT FORM ----------------------------------------------------------------------------------------*/


.contact-form {
	float: right;
	margin-left: 50px;
	overflow: visible;
	margin: 0 0 20px 150px;
	width: 350px;
}

	.contact-form .wpcf7-text {
		width: 250px;
		border: 1px solid #aaa;
		-moz-box-shadow: inset 0 0 5px #888;
		-webkit-box-shadow: inset 0 0 5px#888;
		box-shadow: inner 0 0 5px #888;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 2px;
	}

	.contact-form .wpcf7-textarea {
		border-color: #aaa;
		-moz-box-shadow: inset 0 0 5px #888;
		-webkit-box-shadow: inset 0 0 5px#888;
		box-shadow: inner 0 0 5px #888;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 2px;
		width: 100%;
	}

	.contact-form .wpcf7-submit {
		background: none;
		border: none;
		color: #9AD1DA;
		font-size: 25px;
		font-weight: 300;
		text-transform: lowercase;
		float: right;
	}

		.contact-form .wpcf7-submit {
			content: ' ';
			display: block;
			width: 160px;
			height: 62px;
			background: url(images/bg-plane.png) no-repeat right;
			margin: -30px -20px 0;
			text-align: left;
			z-index: 1;
			position: relative;
			font-family: ITCStoneSerifCom-Medium;
		}

/*---------------------------------------------------------------------------------------------- TABS ----------------------------------------------------------------------------------------*/


.tabs {
	position: absolute;
	top: -15px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.tabs li {
		display: inline-block;
		width: 125px;
		height: 181px;
		background: url(images/bg-tab.png) no-repeat 0 0;
	}

			#content .tabs li:before {
				content: ' ';
			}

		.tabs a {
			display: block;
			height: 126px;
			color: #fff !important;
			font-size: 18px;
			font-weight: 300;
			line-height: 17px;
			text-align: center;
			padding: 72px 30px 0 21px;
		}

		.tabs .icon {
			background-position: 35px 12px;
			background-repeat: no-repeat;
		}

			.tabs .icon-contact {
				background-image: url(images/icon-contact.png);
			}

			.tabs .icon-basket {
				background-image: url(images/icon-basket.png);
			}

			.tabs .icon-box {
				background-image: url(images/icon-box.png);
			}

			.tabs .icon-friends {
				background-image: url(images/icon-friends.png);
			}

/*---------------------------------------------------------------------------------------------- MAP  /  SOCIAL ----------------------------------------------------------------------------------------*/


#map {
	background: #999;
	height: 300px;
	clear: both;
	margin: 0 -60px -20px -20px;
}


#social-media-icons {
	position: fixed;
	right: 0;
	top: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 0px;
	width: 80px;
}

	#social-media-icons li {
		background: url(images/bg-socialmedia.png) no-repeat 0 0;	
		position: relative;
		/*right: -2px;*/
		right: -25px;
		-webkit-transition: right .2s;
		-moz-transition: right .2s;
		-ms-transition: right .2s;
		transition: right .2s;
	}

			#social-media-icons li:hover {
				right: -5px;
			}
	
		#social-media-icons a {
			display: block;
			width: 56px;
			height: 44px;
			background-position: 20px center;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			position: relative;
		}

			#social-media-icons .facebook { background-image: url(images/icon-facebook.png)}
			#social-media-icons .instagram { background-image: url(images/icon-instagram.png)}
			#social-media-icons .pintrest { background-image: url(images/icon-pintrest.png)}
			#social-media-icons .twitter { background-image: url(images/icon-twitter.png)}
			#social-media-icons .rss { background-image: url(images/icon-rss.png)}
			#social-media-icons .email { background-image: url(images/icon-email.png)}

#pagination {
	padding: 50px 0px 50px 0px; 	
}

#next-article-link, #prev-article-link {
	background-color: rgba(154, 209, 218, 0.4);
	padding: 10px 20px 10px 20px;
	font-family: ITCStoneSerifCom-Medium;
    font-size: 25px;
}

#next-article-link {
	float: right;	
}

#prev-article-link {
	float: left;	
}


/*---------------------------------------------------------------------------------------------- GALLERY ----------------------------------------------------------------------------------------*/


#gallery {
	display: none;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
}

	#gallery .title {
		top: 7.5%;
		right: 70px;
		width: auto;
		line-height: 30px;
		height: 30px;
		text-align: right;
		margin-top: -15px;
		font-size: 22px;
	}

	#gallery .btn-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 7.5%;
		margin-top: -15px;
		right: 30px;
		background: url(images/btn-close.png) no-repeat 0 0;
		border: none;
		outline: none;
		z-index: 2010;
	}

	#gallery div {
		position: absolute;
		top: 15%;
		left: 0;
		height: 70%;
	}

		#gallery .arrow-left, #gallery .arrow-right {
			background: rgba(255,255,255,.5);
			width: 60px;
			z-index: 2010;
			cursor: pointer;
		}

				#gallery .arrow-left div, #gallery .arrow-right div {
					position: absolute;
					top: 50%;
					left: 0;
					background: url(images/arrows.png) no-repeat -65px 0;
					width: 42px;
					height: 90px;
					margin: -45px 0 0 10px;
				}

			#gallery .arrow-right {
				left: auto;
				right: 0;
			}

				#gallery .arrow-right div {
					background-position: -108px 0;
				}

		#gallery .images {
			white-space: nowrap;
		}

#gallery img {
	display: inline-block;
	height: 100%;
	width: auto;
	margin-right: 20px;
}

	#gallery img:last-child {
		margin-right: 0;
	}
	

/*---------------------------------------------------------------------------------------------- GALLERY V2 ----------------------------------------------------------------------------------------*/


#gallery-v2 {
	display: none;
	background-color: #000;
	background-color: rgba(0,0,0,.88);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000%;
	z-index: 2000;
	overflow: hidden;
	margin-top: -100px;
}

	#gallery-v2 .title {
		
		color: #FFFFFF;
		font-size: 28px;
		height: 30px;
		/*line-height: 30px;*/
		margin-top: -40px;
		/*padding-right: 130px;*/
		right: 50px;
		text-align: right;
		/*top: 7.5%;*/
		width: auto;
	}

	#gallery-v2 .btn-close {
		
		background: url("images/btn-close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		cursor: pointer;
		height: 30px;
		/*margin-top: -15px;*/
		outline: medium none;
		position: absolute;
		right: 10px;
		top: 112px;
		width: 30px;
		z-index: 9999;
	}

	#gallery-v2 div {
		/*position: absolute;
		top: 15%;*/
		position: absolute;
    	top: 150px;
		/*left: 0;
		height: 70%;*/
	}

		#gallery-v2 .arrow-left, #gallery-v2 .arrow-right {
			background: rgba(255,255,255,.5);
			width: 60px;
			/*z-index: 2010;*/
			z-index: 9999;
			cursor: pointer;
		}

				#gallery-v2 .arrow-left div, #gallery-v2 .arrow-right div {
					position: absolute;
					top: 50%;
					left: 0;
					background: url(images/arrows.png) no-repeat -65px 0;
					width: 42px;
					height: 90px;
					margin: -45px 0 0 10px;
				}

			#gallery-v2 .arrow-right {
				left: auto;
				right: 0;
			}

				#gallery-v2 .arrow-right div {
					background-position: -108px 0;
				}

		#gallery-v2 .images {
			white-space: nowrap;
		}

#gallery-v2 img {
	display: inline-block;
	height: 100%;
	width: auto;
	margin-right: 20px;
}

	#gallery-v2 img:last-child {
		margin-right: 0;
	}

.gallery-caption {
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
    display: inline-block;
    font-size: 30px;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -60px;
    z-index: 9999;
	margin-right: 20px;
	
}

#gallery-loading {
		display: none;
	}

/*---------------------------------------------------------------------------------------------- ABOUT ----------------------------------------------------------------------------------------*/



#content .columns {
    -moz-column-gap: 0px !important;
    -moz-columns: none  !important;
}










.friends-row {
	position: relative;
	float: none;	
}

.row-of-five img, .row-of-four img, .row-of-three img {
	width: 100%;	
}

.row-of-five {
	padding: 20px;
    vertical-align: middle;
    width: 19%;
}

.row-of-four {
	margin: -10px 0 0;
    padding: 30px;
    vertical-align: middle;
    width: 24%;
}

.row-of-three {
	margin: -30px auto;
    padding: 20px;
    width: 32.3333%;
}


.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /*max-width: 62.5em;*/
  max-width: 1100px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }


/*---------------------------------------------------------------------------------------------- QUERIES ----------------------------------------------------------------------------------------*/

@media only screen and (max-width:870px) {
	#nav-primary span {
		margin: 0px;
	}
	body {
		margin-top: 55px !important;	
	}
	#content {
		padding-top: 65px;
	}
	
	#gallery-loading {
		display: none;
	}
	
	#blog {
		padding-top: 65px;
	}
}


@media only screen and (max-width:870px) {
	#nav-primary span {
		margin: 0px;
	}
	
	#nav-primary a {
		display: inline-block;
		font-family: ITCStoneSerifCom-Medium;
		font-size: 25px;
		line-height: 1;
		padding: 36px 5px 45px !important;
		text-transform: lowercase;
	}
	
	body {
		margin-top: 55px !important;	
	}
	#content {
		padding-top: 65px;
	}
	
	#gallery-loading {
		display: none;
	}
	
	#blog {
		padding-top: 65px;
	}
}


@media only screen and (max-width:1395px) {
	#sidebar {
		display: none;
	}
	
	#gallery-loading {
		display: none;
	}
}

@media only screen and (max-width:1200px) {
	#home {
		position: relative;
		left: auto;
		top: auto;
		margin: 100px auto 0;
		width: 95%;
		height: auto;
	}

	#content, #blog {
		width: 95%;
	}

	#blog .feature .title {
		top: 120px;
		left: 0;
		right: 0;
		width: auto;
	}
	
	#gallery-loading {
		display: none;
	}
	
	.flexslider {
		margin-top: 130px !important;	
	}
}

@media only screen and (max-width:700px) {
	#content .columns {
		-webkit-columns: 1;
		-moz-columns: 1;
		-ms-columns: 1;
		columns: 1;
	}

		#content .single-column + .columns, #page-12 + .columns, #page-24 + .columns, #page-prices-packages + .columns {
			margin-right: 0;
		}

		#content .tabs, #gallery .arrow {
			display: none;
		}

		#gallery div {
			height: 40%;
		}

	#nav-primary span:hover ul {
		zoom: .7;
	}
	
	#nav-primary {
		display: none;	
	}
	
	#nav-mob {
		display: block;
	}
	
	.gallery-arrow-left, .gallery-arrow-right {
		display: none !important;	
	}
	
	.gallery-caption {
		font-size: 16px !important;	
	}
	
	#gallery-loading {
		display: none;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		top: 180px;
		z-index: 9999;
	}
	
	#blog {
		padding-top: 65px;
	}
	
	
	/*---- ABOUT ---*/
	.row-of-five, .row-of-four, .row-of-three {
		padding: 0px !important;
	}
	
	.row-of-three {
		margin: -10px auto !important;
	}

	
	#home-sub-nav {
		display: none !important;	
	}
	
}

.flexslider {
	margin-bottom: 15px;
}

@media only screen and (max-width:500px) {
	body {
		background: url(images/bg-linen.jpg) repeat 0 0 !important;
		/*margin-top: 60px;*/
		margin-top: 150px;
	}

	/*#nav-primary form {
		display: block;
	}*/
	
	#nav-primary {
		display: none;	
	}
	
	#nav-mob {
		display: block;
	}
	
		/*#nav-primary span {
		display: none;
	}
		#nav-primary a {
		display: none;
	}*/
		#blog .feature .title {
		font-size: 20px;
	}

	.contact-form {
		float: none;
		margin-left: 0;
	}
	
	.gallery-arrow-left, .gallery-arrow-right {
		display: none !important;	
	}
	
	.gallery-caption {
		font-size: 16px !important;	
	}
	
	#gallery-loading {
		display: none;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		top: 180px;
		z-index: 9999;
	}
	
	#blog {
		padding-top: 65px;
	}
	
	.contact-form .wpcf7-submit, .wpcf7-submit {
	    
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border: medium none;
	    color: #9ad1da;
	    float: left !important;
	    font-size: 25px;
	    font-weight: 300;
	    padding: 20px !important;
	    text-transform: lowercase;
	}
	
	.contact-form .wpcf7-textarea, textarea.wpcf7-form-control {
	    border-color: #aaa;
	    border-radius: 5px;
	    max-width: 250px !important; 
	    padding: 2px;
	    width: 100%;
	}
	
	/*---- ABOUT ---*/
	.row-of-five, .row-of-four, .row-of-three {
		padding: 0px !important;
	}
	
	.row-of-five {
		width: 18% !important;
	}
	
	.row-of-four {
		width: 23% !important;
	}
	
	.row-of-three {
		width: 31.3333% !important;
	}
	
	
	#home-sub-nav {
		display: none !important;	
	}


}
@media only screen and (max-width:900px) {
		iframe, textarea {
			max-width: 100%;
		}
		
		#blog .form-submit {
			width: auto;
			margin: -30px 15px 0;
		}
		#blog .content, #blog .comments {
			padding: 20px;
		}
		
		#gallery-loading {
			display: none;
		}
		
}



