/*
Theme Name: PARIS 
Description:  Designed by josweb.
Purchase:  http://themeforest.net/user/josweb
Note: style.css is main style - not sure about style-yellow.css
01. GENERAL STYLING
02. HEADER & MENU
03. REVOLUTION SLIDER
04. ABOUT PAGE - TABS, TOOL TIPS, MODAL BOX & STATS
07: CONTACT PAGE
08. FOOTER
11. CAROUSEL, ACCORDIAN & SEARCH
12. ZOOM PLUGIN SECTIONS
	1: PROJECTS, PORTFOLIO & CLIENTS
	2: LATEST WORK & CAROUSEL
	3: BLOG & PAGINATION
13. CSS3 ANIMATIONS
14. PARALLAX
15. MEDIA QUERIES C98E4A to C98E4A
https://blog.hubspot.com/website/center-div-css
nice beige  #E0D4AE
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

/*div * {border-radius: 5px;} */


body {
	margin: 0; padding: 0;
	font: 15px/28px 'Lato', sans-serif, Paris;
	color: #2E1307;
	background: #fafad2;
	background: #FFFAFA;

	font-weight: 400;
	-webkit-backface-visibility: hidden;  
	text-rendering: optimizeLegibility;
	overflow-x: hidden;

}

a:link {text-decoration: none;}
p{color: #4F200C; margin-bottom:10px;}
p a {color:#4F200C;}

a:link,a:active{color:#C98E4A;text-decoration:none;}
a:hover,a:focus{color:#CC9357;text-decoration:none;}

/*a, input, select, textarea { outline: none; text-decoration: none;border-radius:0;border-color:brown;box-shadow:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a, a:visited { text-decoration: none!important; }
:focus {outline: 0;}*/
ul {list-style-type: none; }
ul.tips {
	color:#000;
	font-style: italic;
	font-size: 16px;

}

ul.tips li {
	color:#000;
	font-style: italic;
	font-size: 13px;
  line-height: 1.7; /* Unitless value, scales with font-size */
}

::-moz-selection{ color: #fff; background: #A4A8AC; }

img { vertical-align: top; opacity: 1.0;}
iframe { border: 0; }
div.ppt, .pp_description { display: none !important; }
li {line-height: 28px;}
.table th {font-weight: 400;}
.pull-right { margin-left: 12px; }
.pull-left { margin-right: 12px; }
.pag-left { text-align: left!important; margin: 8px 0 0 0!important;}
.center{ text-align: center;}
blockquote { border-left: 4px solid #C98E4A; color: #707070!important; padding: 10px;}
.highlight { background: #DBAD64; color: #391E0B; padding: 1px 4px 3px 4px; }
.highlight-red { background: #C98E4A; color: #E9E6E1; padding: 3px 4px; }
.highlight a { background: #DBAD64; color: #4F200C; padding: 3px 4px; }
.highlight a:hover { background: #C7A15F; color: #FFF; padding: 3px 4px; }
.alert { text-shadow: none!important; background-color:#C98E4A;; color: #F6F7F0; border: 0px; }
.alert-success { background-color: #313941; color: #F6F7F0; }
.alert-danger, .alert-error { background-color: #999; color: #F6F7F0; }
.alert-info {  background-color: #707070; color: #f4f4f4; }
.dropcap {
    font-weight: 700;
    display: block;
    float: left;
    font-size: 55px;
    padding: 0;
	margin: 12px 8px 0 -3px;
	color: #65625a;
}
#object, #object1,#object3 { visibility: hidden; }

textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus {   

border-color: #C98E4A;
box-shadow: none;
-webkit-box-shadow: none;
outline: 0 none;
border-radius: 0;
}


label{
	font-size:12px;
}

table.reserveform td input{border: 1px solid #C98E4A;border-radius:0;}
table.reserveform td textarea {border: 1px solid #C98E4A;border-radius:0;}
form input {border: 1px solid #C98E4A;border-radius:0;}

/**** ICONS ****/
.icons{list-style-type:none;margin:0}
.icons li [class^="icon-"],.icons li [class*=" icon-"]{display:inline-block;width:1.2857142857142858em;
margin-right:4px; line-height:24px;}
.line-icon:before{ font-family: 'fontello'; }


/**** DRIBBBLE ****/
.shotList img {width: 32.08%; padding: 0 0.5% 10px 0%; margin-left: 0px; }
.shotList img:hover {
  opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 
/**** VIDEO ****/
.vendor{ position: relative; padding: 0 0 56.25%; height: 0; margin: 0 0; }
.vendor iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; } 
.soundcloud{ width: 100%; }

/**** LINKS ****/
/*a:focus { outline: 0px; }
a { color: #C98E4A; }
a:hover, a:focus { 
	color: #707070; 
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}  */
.dotted { color: #707070; border-bottom: 1px dotted #202020; }
.dotted:hover { color: #d99d01; border-color: #d99d01; } 

/**** TYPOGRAPHY ****/
h1,h2,cbp-ig-title2,h4,h5,h6 { font-weight: 700; color: #4F200C; text-transform: none; font-family: 'Holmesh', sans-serif;}
h1 { font-size: 29px; line-height: 40px; font-weight: 700;  text-align: center; letter-spacing:2px;  margin-top: 20px;  margin-bottom: 0px;}
h1.small { font-size: 25px; line-height: 37px; font-weight: 300; text-align:center; letter-spacing: 2px; margin-bottom: 20px; }
h1.small2 { font-size: 25px; line-height: 52px; font-weight: 300; text-align:center; letter-spacing: 2px; margin: 0px 0 50px; }
h1.left { font-size: 25px; line-height: 37px; text-align: left; letter-spacing: 4px; margin-bottom: 20px; }

h2 { font-size: 27px;  line-height: 30px; letter-spacing: 1px; }
h2.small { font-size: 16px; line-height: 28px; text-align:center; letter-spacing:2px; margin: 0px 0 50px;  }

h3 { font-size: 17px; line-height: 30px; letter-spacing: 2px;font-family: 'Lato', sans-serif; }
h3.bg {background:#C98E4A;padding:7px;}
h4 { font-size: 16px; line-height: 28px; margin: 0 0 2px 0; letter-spacing: normal;font-family:Lato, sans-serif;color:#2E1307;}
h4.small { font-size: 15px; line-height: 28px; margin-bottom: 10px; letter-spacing: 2px;font-family:Lato, sans-serif;}
h5 { font-size: 14px; line-height: 26px; margin-bottom: 10px; }
h6 { font-size: 13px; line-height: 26px; margin-bottom: 10px; }
h3.line {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 4px;
	border: 4px double #C98E4A;
	border-radius: 0;
	border-left:0;border-right:0;
	padding:10px 20px;
	font-weight: 700;
	text-align: center!important;
	display: table;
	margin: 0 auto!important;
}

p.title { color:#FFF; text-align:center;font-size: 15px; margin:0;letter-spacing: 1px; font-family: 'Holmesh', sans-serif;vertical-align:middle;display:table-cell;}

.isotope-item.the-post-title { font-size: 1.3rem!important; font-weight:600;text-align:center;color:#000;}

/**** PADDING ****/
.pad90 { padding-top: 90px; }
.pad60 { padding-top: 60px; }
.pad45 { padding-top: 45px; }
.pad40 { padding-top: 40px; }
.pad35 { padding-top: 35px; }
.pad30 { padding-top: 30px; }
.pad25 { padding-top: 25px; }
.pad20 { padding-top: 20px; }
.pad15 { padding-top: 15px; }
.pad10 { padding-top: 10px; }
.pad5 { padding-top: 5px; }
.pad2 { padding-top: 2px; }
.pad1 { padding-top: 1px; }

/**** MARGNS ****/
.marg-left5 { margin-left: 5px; }
.marg-right5 { margin-right: 5px; }
.marg-right15 { margin-right: 15px; }
.marg-top10 { margin-top: 10px; }
.marg-left10 { margin-left:10px; }
.marg-clients { margin-top: -165px; }
.marg-top20 { margin-top: 20px; }
.marg-top-zero { margin-top: 0px; }
.marg-top-minus5 { margin-top: -5px; }
.marg-left-minus5 { margin-left: -5px; }
i.service-icon { margin: 5px auto 25px auto!important; text-align: center!important; }

/**** COLOURS ****/
.red { color: #C98E4A; }
.grey { color: #777; }
.light-grey { color: #bbb; }
.dark-grey { color: #444; }

/*************************************************************
	BUTTONS
 *************************************************************/
.btn{
	border-radius: 0px;
	border: 0 none;
	background: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	margin: 5px 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	font-weight: 400;
	outline: none;
	position: relative;
}
.btn:hover {
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Outline Button*/
.outline-btn {
	margin-top: 10px;
	border: 2px solid #999;
	text-transform: none;;
	font-size: 16px;
	padding: 10px 30px;
	color: #777;
}
.outline-btn:hover, .outline-btn:focus {
	background: transparent;
	border: 2px solid #C98E4A;
	color: #C98E4A;
}

/* Coloured Button */
.btn-colour { padding: 12px 24px; background:#313941; border: 1px solid #F6F7F0!important; color: #F6F7F0!important; text-transform: none;; letter-spacing: 1px; }
.btn-colour:hover {background: #F6B042;  border: 1px solid #F6F7F0!important; color: #F6F7F0!important;}
.btn-colour:active, .btn-colour:focus {background: #313941; border: 1px solid #95989C!important; color: #F6F7F0!important; }

.btn-colour-russet { padding: 10px 24px;  background: #C98E4A; border: 1px solid #F6F7F0; color: #F6F7F0!important; font-weight:700;text-transform: none;; letter-spacing: 1px; }
.btn-colour-russet:hover {background:brown; border: 1px solid #FAFAD2; color: #F6F7F0; }
.btn-colour-russet:active, .btn-colour-russet:focus { background: #C98E4A; border: 1px solid #F6F7F0!important; color: #F6F7F0!important; }

/*-----------------------------------------------------------------------------------*/
/*	02: HEADER & MENU
/*-----------------------------------------------------------------------------------*/

/**** LOGO ****/
.logo a{
 	float: left; 
	margin: 20px 0 20px 0; /* 25/06 */
	/*webkit-transition: all 0.3s ease-in; */
    -moz-transition: all 0.3s ease-in;  
    -o-transition: all 0.3s ease-in;  
    transition: all 0.3s ease-in;
}
.logo a:hover{ opacity: .70; }
.header { margin-bottom: 0; background-color: #C98E4A;  }


.topphot
{
    margin: 0;
		padding:0;
    background-color: #FFF; 
    width:100%;
    height:auto;
}

/**** STICKY ****/
.sticky{
	width: 100%;
	padding: 0;
	margin: 0px auto;
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	opacity: .95;
}
.menu.menu-sticky { 
	margin:-5px 0 -20px;
	float: right; 
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.logo-sticky a{
 	float: left; 
	margin: 22px 0 0px 0;
	/*webkit-transition: all 0.3s ease-in; */
    -moz-transition: all 0.3s ease-in;  
    -o-transition: all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}

/**** MENU ****/
.menu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 8px 12px;
	margin:20px 0 0;
	font-size:20px;
}
.menu {
	margin:25px 0 0;
	margin:10px 0 0; /* 25/06 */
	float: right; 
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.menu ul { 
	padding: 0px;
	margin: 15px 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.menu > li > ul.sub-menu {  min-width: 100em; padding: 0 0; }
.menu ul li { padding: 0px; z-index:2000; text-align: left; }
.menu > ul > li {  display: inline-block; }
.menu ul li a { 
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-size: 16px; /* 25/06*/	
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;; /* 25/06*/	
}

.menu ul li > a { height: 58px; padding: 19px 12px;	}
.menu ul li > a { height: 22px; padding: 10px 10px;	} /* 25/06 HEIGHT works for laptop  and responsive */

.menu ul ul { 
	display: none; 
	position: absolute; 
	top: 50%;
	min-width: 160px;
	z-index:2000;
}
.menu ul li:hover > ul { display: block;}
.menu ul ul > li { position: relative; }
.menu ul ul > li a {
	font-size: 13px;
	padding: 5px 15px 5px 10px;
	height: auto;
	font-weight: 400;
	color: #aaa;
	background-color: #313941;
	text-transform: none;;
	letter-spacing: 0;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.menu ul ul > li a:hover { background-color: #495159; color: #fff; }

.menu ul li li:first-child:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height:0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #313941;
	border-width: 10px;
	left: 10%;
}
.menu ul ul ul { position: absolute; left: 100%; top:-40%; }
.menu ul ul ul li:first-child:after { display:none; }

/**** RESPONSIVE MENU ****/
@media screen and (max-width: 768px) {
a.menu-link { display: block; color: #FFF; background: transparent; margin-top: 35px!important;  } /* yes reacts */

/* Menu no subs*/
.menu { clear: both; min-width: inherit; float: none;}
.menu, .menu > ul ul { overflow: hidden; max-height: 0;}
.menu.active, .menu > ul ul.active { max-height: 100%;}

.menu ul { display: inline; margin: -10px 0 20px; }
.menu ul { display: inline; margin: -10px 0 0 0 } /* ?? 25/06 */
.menu li { display: block; width: 100%; }

.menu li  { background-color: #C98E4A; z-index: 2000; position: relative; } /*color fills full b/g of resp menu*/

.menu li a { margin: 0; }

/* for submenu */
.menu li.has-submenu > a{ 
	color: #fff;
	font-weight: 400;
	padding: 0px 0px;
	font-size: 16px;
	text-transform:none;
}
.menu li.has-submenu-no > a{ 
color: #fff;
color: #000; /* reacts 25/06 */
	font-weight: 400;
	padding: 0px 0px;
	font-size: 16px;
	text-transform:none;
		text-transform: none;; /* 25/06 */
	margin:-20px 0 20px;
}
.menu li.has-submenu > a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.6em;
	padding: 0px 20px 0 ;
}
.menu li.has-submenu > a.active:after { content: "-"; }
.menu ul ul > li a {
	background-color: transparent;
	color: #eee;
	font-weight: 400;
	padding: 5px 10px 20px ;
	font-size: 15px;
}
/* //for submenu */

/* second level  */
.menu ul ul {
	display: inherit;
	position: relative;
	left: auto; top: auto;
	border: none;
}
.menu ul ul ul {
	display: inherit;
	position: relative;
	left:0px; top:20px;
	border:none;
}
.menu ul ul > li a:hover,
.menu li.has-submenu > a:hover,
.menu li.has-submenu-no > a:hover { background-color: transparent; color: #333; 
 display: block!important;}
.menu ul li:hover > ul { display: inline-block;}
}

/*-----------------------------------------------------------------------------------*/
/*	03: REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
	width: 100%!important;
	max-height: 550px!important;
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:-35px 0 0px;
}
.fullwidthbanner ul { visibility: hidden; margin: 0; list-style: none; }
.rev-text { color: #999; margin: 40px; }
.rev-title { margin: 0px; color: #999; }
.rev-title-white { margin: 0px; color: #fff;  }
.rev-left { margin-left: 20px; }
.rev-right { margin-right: 20px; }
.rev-title.big{ font-size: 40px; line-height: 46px; }
.rev-title-white.big{ font-size: 32px; line-height: 46px; font-weight:400; color: #fff; letter-spacing: 3px;}
.rev-title.medium { font-size: 30px; line-height: 36px; }
.rev-title.medium-white { font-size: 30px; line-height: 36px; color: #eee; }
.rev-title-sub{ font-size: 30px; color: #fff; letter-spacing: 3px; font-weight: 300;}

.tp-leftarrow.default, .tp-rightarrow.default {
	height: 38px!important;
	width: auto!important;
	line-height: 35px;
	top: 50% !important;
	padding: 0px 10px;
	font-size: 30px;
	color: #999;
	background: #222!important;
	opacity:0.9; /* 26/06 */
}
.tparrows:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.tp-leftarrow.default:before { content: '\f104'; }
.tp-rightarrow.default:before { content: '\f105'; }
.tparrows:hover { opacity: 0.7; }

.tp-caption.bold {
    font-size: 33px!important; /*25/06 first text on slide 1*/ 
    line-height: 1;
    font-weight: 300;
    text-transform: none;; /*25/06 */
    color: #eee;
	letter-spacing: 6px;
}
.tp-caption.bg1 {
/*	border: 2px solid #999!important;*/
	background: rgba(183, 181, 181, 0.3);
	padding: 18px 22px 21px 20px;
}
.tp-caption.bg { background: rgba(183, 181, 181, 0.3); padding: 15px; } /* 25/06 -*/

.tp-bannertimer.tp-bottom	 {
    width: 100%;
    height: 10px;
    background: url(../img/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-loader 	{
	 width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: url(../img/preloader.gif) center no-repeat!important;
	z-index:10000;
}

 /*-----------------------------------------------------------------------------------*/
/*	04: ABOUT PAGE
/*-----------------------------------------------------------------------------------*/

/*************************************************************
	HOVER BLOCKS
 *************************************************************/
.cbp-ig-grid {
	list-style: none;
	padding: 0 5px;
	margin: 0;
	text-align: justify;
}

p.slogan2{
text-align:center;
font-size:17px;
margin-top:5px;
font-weight:600;
}

.cbp-ig-grid:before, .cbp-ig-grid:after { content: " "; display: table; }
.cbp-ig-grid:after { clear: both; }
.cbp-ig-grid  li { width: 32.5%; float: left; text-align: center; padding:0 6px 0 0 }
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #C98E4A;
	padding:10px 10px 0 0;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.cbp-ig-icon {
	padding: 0 0;
	display: block;
	margin-top:300px;
	font-size: 5.5em;
}
.cbp-ig-grid .cbp-ig-title {
	color: #4C2C29;
	margin: 15px 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 18px;
	position: relative; font-weight:500;
font-family:'Lato', sans-serif;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}



.cbp-ig-grid .cbp-ig-title:after {
	content: '';
	position: absolute;
	background:#C98E4A;
	width: 230px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: 0 0 0 0;
	-webkit-transition: margin-top 0.2s; 
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-title2 {
	color: #4C2C29;
	margin: 0 0 20px 0;
	padding: 12px 0 2px 0;
	font-size: 21px;
	text-align:center;

	position: relative; font-weight:700;
	font-family: 'Holmesh', sans-serif;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid .cbp-ig-title2:after {
	content: '';
	position: absolute;
	background:#C98E4A;
	width: 160px;
	height: 4px;
	top: 40px;
	left: 50%;
	margin: 0 0 50px -80px;

	-webkit-transition: margin-top 0.2s; 
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	text-transform: none;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;padding: 20px 0 ;
	-webkit-transform: translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}
.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid  li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

@media screen and (max-width: 62.75em) {
.cbp-ig-grid li { width: 33%; }
}
@media screen and (max-width: 41.6em) { 
.cbp-ig-grid li { width: 100%;  }
.cbp-ig-grid .cbp-ig-category { color:#C98E4A; }
.cbp-ig-grid li > a:hover .cbp-ig-category  { color: #fff; }
}
@media screen and (max-width: 25em) { 
.cbp-ig-grid .cbp-ig-category { margin-top: 0px; color: #C98E4A; }
.cbp-ig-grid li > a:hover .cbp-ig-category  { color: #fff; }
}

/*************************************************************
	TOOLTIPS
 *************************************************************/
.tooltip { font-size: 13px; }
.tooltip.in {opacity: 1;  filter: alpha(opacity=100);zoom: 1; }
.tooltip.top {padding-bottom: 9px; margin-top: -13px; }
.tooltip.top .tooltip-arrow {
	border-top-color: #474F57;
	border-width: 9px 9px 0;
	bottom: 0;
	margin-left: -9px; 
}
.tooltip.right .tooltip-arrow {
    border-right-color: #474F57;
    border-width: 9px 9px 9px 0;
    margin-top: -9px;
    left: -3px; 
}
.tooltip.bottom { padding-top: 8px; }
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #474F57;
	border-width: 0 9px 9px;
	margin-left: -9px;
	top: -1px; 
}
.tooltip.left .tooltip-arrow {
    border-left-color: #474F57;
    border-width: 9px 0px 9px 9px;
    margin-top: 14px;
    top: -1px;right:-4px;
}
.tooltip.left  { margin-left:-15px; }
.tooltip-inner {
  background-color: #474F57;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


/*-----------------------------------------------------------------------------------*/
/*	05: THE TEAM SECTION (TEAM & SINGLE MEMBER PAGES)
/*-----------------------------------------------------------------------------------*/
/*************************************************************
	TEAM
 *************************************************************/
.grid {	
	padding: 0px 0px;
	max-width: 1170px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid li {
	display: inline-block;
	width: 375px;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}
.grid figure { margin: 0; position: relative; }
.grid figure img { max-width: 100%; display: block; position: relative; }
.grid figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #313941;
	color: #ed4e6e;
}
.grid figcaption h3 { margin: 0; padding: 0; color: #fff; }
.grid figcaption a {
	text-align: center;
	padding: 4px 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	background: #C98E4A;
	color: #fff;
}
.grid figcaption span {
	padding: 0px;
	color: #C98E4A;
	margin:0 0 12px;
	display: inline-block;
	width:100%;
	font-weight:400;
}
.cs-style li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.cs-style figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cs-style figure > div { overflow: hidden; }
.cs-style figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style figure:hover img,
.cs-style figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.cs-style figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

/*************************************************************
	QUOTES/TESTIMONIALS
 *************************************************************/
.quote { font-size: 22px; line-height: 38px; margin: 20px auto; color: #495159; }
.quote-small { font-size: 18px; line-height: 30px; margin-bottom: 0px; color: #666; }
.quote-small a { font-size: 14px; line-height: 26px; margin-bottom: 40px; color: #C98E4A; font-weight:400; }
.quote-small a:hover{ color: #707070; }

/*************************************************************
	SINGLE TEAM - SKILL BARS
 *************************************************************/
.bar-main-container {
  margin: 10px auto;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFF;
}
.wrap { padding: 8px; }
.bar-percentage {
  float: left;
  background: rgba(0,0,0,0.13);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0px 14px;
  width:12%;
  height: 16px;
text-align:center;
}
.bar-container {
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: rgba(0,0,0,0.13);
  width: 85%;
  margin: 12px 0px;
  overflow: hidden;
}
.bar {
  float: left;
  background: #FAFAF8;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;

  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  opacity: 1;
}
/* COLORS */
.bar-grey   { background: #707070; }
.bar-dark { background: #495159; }
.bar-red  { background: #C98E4A; }
h6.left { font-size: 12px; margin: 10px 0px; text-align: left!important; display: block; }

/*-----------------------------------------------------------------------------------*/
/*	06: SERVICES
/*-----------------------------------------------------------------------------------*/
/**** SPINNING TITLES ****/
.spin {
	position: relative;
	display: block;
	margin: 15px auto;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: none;;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.0em;
	text-align: center;
}
.cl-effect {
	line-height: 2em;
	margin: 20px auto 20px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	width: 245px;
	color:#fff;
	font-weight:700;
}
.cl-effect h3 span{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 14px;
	background: #C98E4A;
	color:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cl-effect span::before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #C98E4A;

}
.cl-effect a:hover span, .cl-effect a:focus span {
	background: #C98E4A;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.csstransforms3d .cl-effect a:hover span::before, .csstransforms3d .cl-effect- a:focus span::before { background: #C98E4A; }


/*-----------------------------------------------------------------------------------*/
/*	08: FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
	color: #2E1307;
	background: #C7A05F;
	background: #FFE385;
	font-size: 14px;
}

.footer p {
	color: #2E1307;
	font-size: 14px;
	margin:0;
}

.footer { text-align: center; margin: 10px auto 0px;padding-top:5px; font-weight: 400; }
.footer a, .footer a { font-weight: 400; color: #F0E68C; }
.footer a:hover, .footer a:hover  {color: #F0E68C;}

.footer .footcontact {
	border:1px solid red;
	margin:0 auto;
	display: block;
	clear: both;
}

.go-top  { text-align: center; font-weight: 400; margin: 10px auto; font-size: 14px; color: #F0E68C; }
.go-top a { color: #2E1307; }
.go-top a:hover { color: #F0E68C; }

.bottom{
	color: #F0E68C;
	font-weight:400;
}

.bottom a {
	color: #F0E68C;
		font-weight:400;
 }


/**** STRIP ****/
.strip {
	background:#C98E4A;
	font-size: 15px;
	padding: 40px 20px 30px;
	margin: 75px 0 -70px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color:#eee;
}

.strip-head {
	background:#C98E4A;
	font-size: 15px;
	padding: 1px;
	margin: 5px 0;
	text-align: center;
	font-weight: 600;
	color:#FFF;
	text-transform: none;
	color:blue;
	height:36px;
}
.strip-head h2{
	color: #FFF;
	font-weight:600;
	text-transform: none;
	padding: 1px;
	margin: 5px 0;
}

.marg-left1 { margin-left: 1px; }
footer.footer h4 { color: #FAFAD2; font-size: 15px; font-weight: 700; margin-top: -10px; }

/*-----------------------------------------------------------------------------------*/
/*	09: BLOG
/*-----------------------------------------------------------------------------------*/



/* META*/	
.post-meta { width: 100%; display: inline-block; }
.post-meta ul { margin: 0 0; }
.post-meta li {
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-right: 4px;
	font-weight: 400;
}
.post-meta a, h1.blog a, .sidebar a { color: #707070; }
.post-meta a:hover, h1.blog a:hover, .sidebar a:hover { color:#C98E4A; }

/* TAGS */	
.badge a { color: #F6F7F0!important; }
.badge { color: #2A2A2A!important; font-weight:400; background: #C98E4A; }
.badge :hover { color: #2A2A2A!important; }

/* SOCIAL FEED */	
.social-feed{
	margin: 0 0px 0 -24px;
	padding-right: 0; 
	display: block;
	width: 100%;
	display: table;
}
.social-feed li{ list-style: none; float: left; width: 61px; height: 61px; }
.social-feed li img{ width: 61px; height: 61px; }

/*-----------------------------------------------------------------------------------*/
/*	11: CAROUSEL, ACCORDIAN & SEARCH
/*-----------------------------------------------------------------------------------*/

/*************************************************************
	CAROUSEL
 *************************************************************/
#carousel, #carousel2 { margin-bottom:20px; }
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	background-image: url(../img/main_carousel_nav.png)!important;
	background-position:0 -33px;
	background-repeat: no-repeat; 
	outline: none; 
	border: 0px none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.carousel-control.right { background-position: -102px -33px;  left: auto; right: 15px; }
.carousel-control.right:hover {background-position: -102px 0; }
.carousel-control:hover{
	background-position: 0 0;
	-webkit-transition: none;  
    -moz-transition: none;  
    -o-transition: none;
	transition: none;
}
.carousel-control:focus { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.thumbnails>li{margin-bottom:0px;}
.thumbnail{
	padding:0;
	margin:20px 0; 0;
	border:0px none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
a.thumbnail:hover,a.thumbnail:focus {-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; cursor:pointer; opacity:0.8; filter: alpha(opacity=80);}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

/*************************************************************
	ACCORDION
 *************************************************************/
.accordion-group, .accordion-inner { border: none; border-radius: 5px; }
.accordion-group { padding: 1px 0 0; }
.accordion-heading .accordion-toggle {
	padding: 0 0.125rem 0 0.0625rem;
	margin: 0;
	height: 3.0rem;
	line-height: 3.125rem;
	outline: none;
	color: #FFF;
	font-size: 1.125rem;
	font-weight:400;
	border: none;
text-decoration:none;
  background:#C98E4A;
  display:block;
}

.accordion-group {
  margin-bottom: 0.4375rem;
  border-radius:5px;
}


.accordion-heading .accordion-toggle:hover { text-decoration: none; color: #000;} /* jou blik */
.accordion-inner { padding: 0; font-size: 1.3125rem;color:#000; font-weight:400;}
.collapse { overflow: hidden; position: relative; height: 0; }
.collapse.in { height: auto; }
.accordion-heading .accordion-toggle:before {
    font-family: 'Fontello';
    font-weight: 700;
    margin: 0.125rem;
    text-decoration: inherit;
	content: '\e819'; /* paperclip *-->*/
  color: #C98E4A;
  color:#FFF;
}
.accordion-heading .accordion-toggle:hover:before { color: #C98E4A; color: #FFF; content: '\e819';}
.accordion-heading .accordion-toggle:focus { color: #C98E4A; color: #FFF;content: '\e819';}
.accordion-heading .accordion-toggle:focus:before { color: #C98E4A; color: #FFF;content: '\e819';}/* paperclip color white*-->*/

/*************************************************************
	404 / SEARCH
 *************************************************************/
#custom-search-form .search-query {
	margin: 0 auto;
	padding: 5px;
	box-shadow: none;

	-webkit-box-shadow: none;
	-webkit-border-radius: 0px;

	border-radius: 0px;
}
#custom-search-form button { border: 0; background: none; color: #C98E4A; padding:2px 8px 0; }
#custom-search-form button:hover { border: 0; background: none; padding: 2px 8px 0; color: #C98E4A; }

/*-----------------------------------------------------------------------------------*/
/*	12: ZOOM PLUGIN SECTIONS
/*-----------------------------------------------------------------------------------*/
/**** PROJECTS, PORTFOLIO & CLIENTS ****/
.projects{ 
	position: relative;
	margin: 0px auto;
	text-align: center;
}
/* index projects hover opacity */
.dzsportfolio.hover-opacity .portitem:hover .the-overlay { background: rgba(0, 0, 0, 0.3)!important;}

.dzsportfolio .portitem .the-desc { font-size: 13px; color: #777; font-weight: 400; }
.dzsportfolio .selector-con .categories .a-category.active {  color: #C98E4A; }
.dzsportfolio .selector-con  { font-size: 18px; }

.dzsportfolio .portitem .the-title {
	font-weight: 400;
	color: #C98E4A;
	text-transform: none;;
	font-size: 14px!important;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.dzsportfolio .portitem a:hover .the-title { color: #222; text-transform: none;; }
.the-title a:hover { color: #222!important; }
/* clients */
#client_slider.dzsportfolio .portitem  .the-overlay:hover { background: transparent; }
.advancedscroller.skin-black a:hover { opacity: 1.0!important; }
/* scrollable */
.dzs-scrollable { position: relative;  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.7); }
.dzs-scrollable .the-clip {  overflow: hidden; position: relative; }
.dzs-scrollable .the-clip .inner {position: absolute; }
.dzs-scrollable .the-clip .inner img { margin-top: 0; }

/*************************************************************
	LATEST WORK - ABOUT SECTION
 *************************************************************/
.dzsportfolio .project-title {
	display: inline-block;
	font-size: 18px;
	color: #65625a;
	padding: 0px 0 15px;
	text-transform: none;;
	font-weight: 400;
	letter-spacing:2px;
}
.dzsportfolio.skin-clean { margin-top: 30px; }
.project-meta-con {text-align: left; }
.dzsportfolio.skin-clean .portitem:hover .the-overlay { background: rgba(0, 0, 0, 0.8);}
.dzsportfolio .skin-clean.the-title {
	font-weight: 400;
	color: #C98E4A;
	text-transform: none;;
	font-size: 14px!important;
	letter-spacing: 1px;
	text-align: left;
}
.dzsportfolio.skin-clean .portitem:hover .item-meta { top: 35%; left: 0%; }
.dzsportfolio.skin-clean a:hover .the-title { color: #fff!important; text-transform: none;; }
.dzsportfolio .btn-close {
	background: transparent url(../img/close.png) center center no-repeat!important;
	position: relative!important;
	float: right;
	height: 32px;
	width: 32px;
	display: inline-block;
	text-indent: -9999px;
	margin: 10px 0px 0px;
	background: transparent;
	padding: 0!important;
}
.dzsportfolio .btn-close:hover { opacity: 0.8;}

/*************************************************************
	PORTFOLIO 
 *************************************************************/
#zoom_portfolio_caption { margin-top: -60px; }
#zoom_portfolio_caption .portitem .item-meta .the-title { font-size: 14px!important; margin: 10px 0; color: #bbb;}
#zoom_portfolio_caption .the-post-content {padding: 10px 0 0 0!important;}

/*************************************************************
	PORTFOLIO 4 &  AJAX BLOG
 *************************************************************/
.dzsportfolio.skin-blog .portitem  .the-title a:hover, .the-post-content a:hover  { color: #C98E4A; }
.dzsportfolio.skin-blog .portitem .item-meta { background: rgba(50, 50, 50, 0.9); }
.dzsportfolio.skin-blog .portitem .item-meta .the-title {
	text-align: center!important;
	color: #bbb;
	text-transform: none;;
	font-size: 12px!important;
	line-height: 14px; 
	letter-spacing: 1px;
}
.skin-blog .the-title a:hover { color: #C98E4A!important; }
.dzsportfolio.skin-blog .portitem .item-meta {
	font-size: 11px;
	color: #999;
	text-align: center!important;
	font-weight: 400;
}
.meta-property-content{ margin: 0 6px; font-weight: 700; }
.the-post-content {
	font-size: 13px;
	line-height: 22px;
	color: #bbb;
	text-align: center;
	overflow: hidden;
}
.the-post-content a{ color: #C98E4A!important; font-weight: 400; }
.the-post-content a:hover{ color: #eee!important; }
.dzsportfolio.skin-blog .selector-con .categories .a-category:hover { color: inherit!important; }
.dzsportfolio.skin-blog .selector-con .categories .a-category {
	font-size: 18px;
	margin-right: 0px;
	padding: 5px 10px 5px;
	background: transparent;
	margin: 70px auto 10px;
	
}
/* Load More */
.dzsportfolio.skin-blog .btn_ajax_loadmore {
	padding: 12px 20px;
	background: #C98E4A;
	border: 1px solid #F6F7F0!important;
	color: #fff!important;
	text-transform: none;
	letter-spacing: 1px;
	 margin: 40px auto 0px;
	text-align: center;
	font-weight: 400; 
	width: 110px;
	font-size: 14px;
	cursor: pointer;
}
.dzsportfolio.skin-blog .btn_ajax_loadmore:hover {
	background: #C98E4A;
	border: 1px solid #F6F7F0!important;
	color: #fff!important; 
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*	13: CSS3 ANIMATIONS
/*-----------------------------------------------------------------------------------*/

/**** SLIDE LEFT ****/
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%, 65%, 80%, 95%, 100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%, 65%, 80%, 95%, 100%{
		-webkit-transform: translateX(0%);
	}
}

/**** SLIDE RIGHT ****/
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out	;	
	visibility: visible !important;	
}
@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%, 65%, 80%, 95%, 100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%, 65%, 80%, 95%, 100% {
		-webkit-transform: translateX(0%);
	}
}

/**** SLIDE UP ****/
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
50%, 65%, 80%, 95%, 100% {
		transform: translateY(0%);
	}
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%, 65%, 80%, 95%, 100% {
		-webkit-transform: translateY(0%);
	}
}

/**** FADE IN ****/
.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}
@-webkit-keyframes fadeIn  {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/**** FADEIN 2 ****/
.fadeIn2{
	animation-name: fadeIn2;
	-webkit-animation-name: fadeIn2;	
	animation-duration: 2.0s;	
	-webkit-animation-duration: 2.0s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes fadeIn2 {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1);	
	}
	80%, 100% {
		transform: scale(1);
		opacity: 1;	
	}	
}
@-webkit-keyframes fadeIn2  {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1);
	}
	80%, 100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
}
/**** BIG ENTRANCE ****/
.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	
	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;			
}
@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30%, 45%, 60%, 75%, 90%, 100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}
}
@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30%, 45%, 60%, 75%, 90%, 100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}
}



/*-----------------------------------------------------------------------------------*/
/*	14: PARALLAX
/*-----------------------------------------------------------------------------------*/
.parallax-section{ padding: 80px 0px; position: relative; }
.parallax-section  .overlay, .parallax-section  .overlay2 {
	position: absolute;
	z-index: -5;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background:  #14212d;
	opacity:0.7;
}
.parallax-section  .overlay2 { background:  #222; opacity:0.7; }

.parallax-one, .parallax-two{
	width: 100%;
	top: 0px;
	bottom: 0px;
	background: url(../img/parallax-one.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto; 
	overflow: hidden; 
	padding: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* ADD EXTRA BACKGROUND IMAGES HERE */
.parallax-three {
	width: 100%;
	top: 0px;
	bottom: 0px;
	background: url(../img/parallax-two.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto; 
	overflow: hidden; 
	padding: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-four {
	width: 100%;
	top: 0px;
	bottom: 0px;
	background: url(../img/parallax-three.jpg) 50% 0 no-repeat fixed; 
	margin: 0 auto; 
	overflow: hidden; 
	padding: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.parallax-text {
	font-size: 25px;
	line-height: 42px;
	margin: 10px auto 20px;
	color: #eee;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 50px;
}
.parallax-text-small { font-size: 18px; line-height: 30px; margin-bottom: 40px; color: #bbb; }
.parallax-section h1 { color: #eee; }
.parallax-section h2 { color: #bbb; margin-bottom: 0px;}

/*-----------------------------------------------------------------------------------*/
/*	15: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 979px){
.parallax-one, .parallax-two, .parallax-three, .parallax-four { background-position: 50% 0px!important;  background-attachment: scroll!important; }
.container { padding: 0 15px !important;}
.skills { float: none!important;}
.shotList img {width:48.8%!important; padding:0 0 10px 0; margin: 0 auto!important; margin-left: -10px!important; margin-right: 15px!important;}
.logo { text-align: center!important; margin: 35px auto 0px!important; }
.logo a{ float: none!important; text-align: center!important;}
.menu {float: none!important; text-align: center!important; margin: 0px auto -20px!important;}
a.menu-link{ float: none!important; text-align: center!important; margin: 0px auto!important; }
.dzsportfolio.skin-clean {width: 95%!important; }
}

@media screen and (min-width: 480px) and (max-width: 768px){
.rev-title { font-size: 1px; line-height: 22px; } /* 25/06 */
.rev-title.big { font-size: 24px; line-height: 28px;}
.phone-marg { margin-top:-10px; }
.header  { text-align: center; width: 100%; float: none!important; }
.header li { margin-left: 8px; display: inline-block!important; float: none!important;}
.header .pull-right { float: none!important;}
.skills { margin: 20px 0px 0px 0!important; font-size: 70px!important;}
.shotList img {width: 48.8%!important; padding: 0 0 10px 0; margin: 0 auto!important; margin-left: -10px!important; margin-right: 15px!important;}
.logo { float: left!important; margin: 35px auto!important; }
.grid li { width: 47%; margin-left: 0px; }
a.menu-link{ float: right!important; text-align: center!important; margin: 45px 0px 0px 0px!important; }
}

@media screen and (max-width: 479px){
.rev-title { font-size: 10px; line-height: 14px; }
.rev-title.big { font-size: 16px; line-height: 20px; }
.rev-title.big { font-size: 16px; line-height: 20px; }
.tp-caption.bold {
    font-size: 30px!important;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    color: #eee;
	letter-spacing:4px;
}
.phone-marg { margin-top: 20px; } 
.header { text-align: center; width: 100%; float: none!important; margin-top: 0px; }
.header li { margin-left: 8px; display: inline-block!important; float: none!important;}
.logo { float: none!important; margin-top: 15px!important; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
/* prettyPhoto styling for small screens */
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; border-radius:0px;  }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #222; margin-top: -2px!important; }
.pp_close {margin-top: 12px; margin-right:20px; }
iframe { width: 100%; height: 100%!important; } 
}

@media only screen and (max-width: 480px) { 
.shotList img {width: 100%!important; padding: 0 0 20px 0; margin: 0 auto!important; margin-left: -10px!important;}
.dzsportfolio.skin-clean {width: 100%!important; }
}

@media screen and (max-width: 31.5em) {
.grid { padding: 0px 0px 10px; }
.grid li { width: 80%; min-width: 280px; margin-left: -3px; }
.dzsportfolio.skin-clean { width: 100%!important; }
.tp-caption.bold {
    font-size: 20px!important;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
    color: #eee;
	letter-spacing: 4px;
}
.btn-colour-red.mobile { padding: 2px 12px;  background: #C98E4A; border: 1px solid #F6F7F0!important; color: #F6F7F0!important; text-transform: none; letter-spacing: 1px; font-size: 12px; }
.btn-colour-red.mobile:hover {background: #C98E4A;; border: 1px solid #F6F7F0!important; color: #F6F7F0!important; }
.btn-colour-red.mobile:active, .btn-colour-red.mobile:focus { background: #C98E4A; border: 1px solid #F6F7F0!important; color: #fff!important; }

.btn-colour.mobile { padding: 2px 12px; background:#313941; border: 1px solid #F6F7F0!important; color: #F6F7F0!important; text-transform: none; letter-spacing: 1px; font-size: 12px;  }
.btn-colour.mobile:hover {background: #F6B042;  border: 1px solid #F6F7F0!important; color: #F6F7F0!important;}
.btn-colour.mobile:active, .btn-colour.mobile:focus {background: #313941; border: 1px solid #95989C!important; color: #F6F7F0!important; }
.phone-marg { margin-top: 0px; }
}

/* CUSTOM STLYES ADDED */
/*************************************************************
	BUTTONS
 *************************************************************/
/* ONE: for lodge pages */
.buttons{
/*  margin:1.0rem auto;text-align:center;padding:0.7rem; border-radius:0;border:none;font-size:1.0rem;text-transform: none;;
	background: #C9834A; text-shadow: none;border:none;width:100rem;text-decoration:none;*/
}
/*
.buttons a:link{color:#FFF;}
.buttons a:visited{color:#FFF;}
.buttons a:hover{color:#000;}
.buttons a:active{color:#FFF;}

a:link.buttons{color:#FFF;}
a:visited.buttons{color:#FFF;}
a:hover .buttons{color:blue;} 
a:active.buttons{color:#FFF;}*/

a:hover.button-set{
  color:#A4DB23;
  border-radius: 0;
	border: 0 none;
	cursor: pointer;
	display: block;
	margin: 8px auto 0 auto;
  padding:8px 30px 8px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	font-weight: 500;
	outline: none;
  background:#C9834A;
  font-size: 1.25rem;
}


/* TWO: for lodge pages */
.buttonsEnquire{
 background: #C9834A; margin:1.5rem auto;display:block;clear:both; width:24rem;text-align:center;padding:0.6rem 2.0rem;border-radius: 0;border:none;font-size:1.2rem;}


a:link.buttonsEnquire{color:#FFF;}
a:visited.buttonsEnquire{color:#FFF;}
a:hover.buttonsEnquire{color:#FFF;}
a:active.buttonsEnquire{color:#FFF;}
/*-- yes!* -->*/



/* THREE: ALL HOME buttons */
.buttonsHome{
  width:17rem;
  margin:1.5rem auto 1.0rem auto;
  padding:0.4rem 0.4rem;
  display:block;
  clear:both;
  border-radius: 0;
  border:none;
  text-transform: none;;
  text-shadow: none;
  border:none;
   text-align:center;
  text-decoration:none;
  background:#C98E4A;
  color:#FFF;
  font-weight:400;
  font-size:1.2rem;
}

a:link.buttonsHome{color:#FFF;}
a:visited.buttonsHome{color:#FFF;}
a:hover.buttonsHome{color:#FFF;} 
a:active.buttonsHome{color:#000;}




/* home insets ON HOME*/
  .button-insets-bottom {
   background: #C4C4C4;
   color: #FFF;
   padding: 0;
   margin:0;
   display:block;
   clear:both;
   width:16.3125rem;
   width: 100%;
   -webkit-border-radius:  0; 
   border-radius: 0;
   }
   
 .button-insets-top {
   background: #C4C4C4;
   color: #FFF;
   padding: 0;
   margin:0;
   display:block;
   clear:both;
   width:16.3125rem;
   width: 100%;
   -webkit-border-radius: 0; 
   border-radius: 0;
   font-size: 1.25rem;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }

.button-insets:link {color:#000;}

.button-insets:hover {
   text-decoration:none;
   }
   
.button-insets:active {
   background: #378b21;
   }
  
/* // button-insets ON HOME end*/

 /* FOR button-sets on homeREAD MORE*/
  .button-sets {
   background: #65AD20;
   color: #FFF;
   padding: 0.625rem;
   margin:0;
   display:block;
   clear:both;
   width:16.3125rem;
   width: 100%;
   -webkit-border-radius:  0;
   border-radius: 0;
   font-size: 1.25rem;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }

.button-sets a:link {color:#FFF; text-decoration:none}
.button-sets a:hover {color:#FFF; text-decoration:none}

.button-sets:hover {
   background: #65AD20;
   color: #FFF;
   text-decoration:none;
   }
    
.button-sets:active {
   background: #378b21;
   }
   
  /* FOR: // home button-sets READ MORE*/

/* to center a div */
.centered {
  border: 0;
  margin: auto;
  width: 90%;
  padding: 10px;
	text-align: left;
}

/* text on photo */
.container2 {
  position: relative;
  text-align: center;
  color: white;
}


.top-left {
  position: absolute;
  top: 30px;
  left: 30px;
font-family: 'Holmesh', sans-serif;
		font-size:2.0em;
		font-weight:700;

}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* -- button group */
.btn-group button {
  background-color: #C9834A; 
  border: 2px solid #FFF; 
  color: #FFF; 
  padding: 6px 13px; 
  cursor: pointer; 
  float: left; /* Float the buttons side by side */
	font-size:16px;
	font-weight:400;
	margin-bottom:3px;
}
.btn-group button a:link {
	color: #FFF;
	}

.btn-group button a:active {
	color: #FFF;
	}

.btn-group button a:hover {
	color: #FFF;
	text-decoration:none;
	}

.btn-group button a:active {
	color: #FFF;
	}
	
/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #C7A05F;
}
/* -- //button group */


    /* Container for the photos row of big 5 */

    /* Container for the gallery */
    .gallery {
      display: flex;
      flex-wrap: wrap; /* Allows items to wrap if needed */
      justify-content: space-between; /* Spreads items evenly */
      gap: 20px; /* Space between items */
      padding: 20px;
      max-width: 1200px; /* Limits container width */
      margin: 0 auto; /* Centers the container */
    }

    /* Style for each photo item (image + text) */
    .gallery-item {
      width: 18%; /* Each item takes ~20% of container width (5 items) */
      text-align: center; /* Center text and image */
    }

    /* Style for each photo */
    .gallery-item img {
      width: 100%; /* Full width of the parent item */
      height: auto; /* Maintains aspect ratio */
      object-fit: cover; /* Ensures images fill space without distortion */
    }

    /* Style for headings */
    .gallery-item h2 {
      font-size: 1.2rem; /* Adjust size as needed */
      margin: 10px 0 5px; /* Spacing above and below heading */
      color: #4F200C; /* Text color */
    }

    /* Style for paragraphs */
    .gallery-item p {
      font-size: 0.9rem; /* Adjust size as needed */
      color: #4F200C; /* Lighter text color */
      margin: 0 0 10px; /* Spacing below paragraph */
    }

    /* Media query for mobile devices (screens smaller than 768px) */
    @media (max-width: 768px) {
      .gallery {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
      }

      .gallery-item {
        width: 100%; /* Full width for each item on mobile */
        max-width: 400px; /* Limits item width on mobile */
      }
    }