/*
Theme Name: Ausmac Theme 
Theme URI: http://www.ausmac.com.au
Author: Alex Kolicoski, Peter Ivanovski
Author URI: http://www.webski.com.au/
Description: This theme is designed and developed by Webski Solutions for the use of a company named Ausmac.<br/>Thank you for using Ausmac Theme.
Version: 1.0.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */ 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
img{border:none;}
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html {  
    -webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}

.wp0, .wp01, .wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11 , .wp12 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .slideInLeft, .slideInRight, .rollIn, .bounceIn, .slideInDown, .slideInUp{ visibility: visible; }
.delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-12s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.delay-14s { animation-delay: 1.4s; -webkit-animation-delay: 1.4s; }
.delay-16s { animation-delay: 1.6s; -webkit-animation-delay: 1.6s; }
.delay-18s { animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }


body{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px;
	background: #fff;
	line-height:18px;
	font-family:Raleway,Arial,sans-serif;
	font-size:14px;
	color:#444;
}

.container{
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	max-width:100%;
}

#header{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}

.header_top{
	width:100%;
	float:left;
	min-height:95px;
	background:#fff;
}

.menu_wrap{
	width:100%;
	float:left;
	background:#f88f1c;
	color:#fff;
	height:56px;
	border-top:4px solid #d27917;
	z-index:100;
	position:relative;
}

.logo{
	float:left;
	height:auto;
	margin:19px 0px 0px 0px;
}

.header_info{
	float:right;
	margin:22px 0px 0px 0px;
}

.header_info p{
	font-family:Lato,Arial,sans-serif;
	font-size:15px;
	color:#656565;
	text-align:right;
	margin:0px 0px 10px 0px;
}

.header_info p a{
	color:#656565;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header_info p a:hover{
	color:#f88f1c;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header_info p span{
	color:#f88f1c;
	font-weight:bold;
}


#main_nav{
	float:left;
	position:relative;
}

#main_nav ul{
	margin:0;
	float:left;
	padding:0px;
}

#main_nav ul li{
	float:left;
	margin:0px;
	list-style:none;
	position: relative;
}

#main_nav ul li a {
	display: block;
	padding: 17px 15px 21px 15px;
	color: #fff;
	text-decoration:none;
	font-size:16px;
	font-family:Lato,Arial,sans-serif;
}

#main_nav li a:hover {
	color:#fff;
	padding: 17px 15px 17px 15px;
	border-bottom:4px solid #d27917;
}

#main_nav li ul {
	display:none;	
	width: 100%; 
	padding:0px;
	position:absolute;
	left:0px;
	top:55px;
	width:210px;
	border-top:3px solid #d27917;
	margin-top:-3px;
	z-index:1000;
}

#main_nav li:hover ul {
	display:block;
}

#main_nav li ul li{
	overflow: hidden; 
	width:210px;
	float:left; 
}

#main_nav li ul li a {
	display: block;
	background: #f88f1c;
	float:left; 	
	padding: 17px 0px 17px 20px;
	color: #fff;
	text-decoration:none;
	width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_nav li ul li a:hover {
	color:#fff;
	background:#d27917;
	border-left:none;
	border-right:none;
	padding: 17px 0px 17px 20px;
	border-bottom:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


#dl-menu{
	display:none;
}

#main_slider{
	width:100%;
	float:left;
	text-align:center;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	max-height:675px;
	height:auto;
	
}

#main_slider img{
	width:1920px;
	max-width:100%;
	height:auto;
	float:left;
}

.flexslider{
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.social_icons{
	float:right;
	margin:10px 0px 0px 0px;
	z-index:100000;
	position:relative;
}

.social_icons a{
	color:#fff;
	float:left;
	text-decoration:none;
	font-size:17px;
	margin:0px 0px 0px 10px;
	padding:6px;
	border:2px solid #fff;
	width:15px;
	height:15px;
	border-radius:50%;
	opacity:0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social_icons a.fa-facebook{
	font-size:17px;
	padding:6px 4px 6px 8px;
}

.social_icons a.fa-twitter{
	font-size:18px;
	padding:5px 6px 7px 6px;
}

.social_icons a.fa-instagram{
	font-size:18px;
	padding:5px 6px 7px 6px;
}

.social_icons a.fa-pinterest{
	font-size:18px;
	padding:5px 6px 7px 6px;
}

.social_icons a.fa-google-plus{
	font-size:17px;
	padding:6px 5px 6px 7px;
}

.social_icons a:hover{
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#caravans{
	border-top:5px solid #f88f1c;
	width:100%;
	float:left;
	margin:-5px 0px 0px 0px;
	background:#121212;
	color:#eeeeee;
	text-align:center;
	font-size:16px;
	font-family:Open Sans,Arial,sans-serif;
	line-height:22px;
	position:relative;
	padding:80px 0px 60px 0px;
	
}

#caravans h1{
	font-family:Oswald,Arial,sans-serif;
	font-size:60px;
	line-height:60px;
	color:#f88f1c;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0px 40px 0px;
}

.caravan_box{
	width:310px;
	height:auto;
	display:inline-block;
	margin:20px 0px 0px 0px;
	overflow:hidden;
}

.caravan_box_container{
	width:310px;
	height:169px;
	overflow:hidden;
}

.caravan_box_container img {
  height: auto;
  width: 100%;
 
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
 
.caravan_box img:hover {
  width: 110%;
}

.margin_left_right{
	margin:20px 20px 0px 20px;
}


.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 310px;
	max-width: 310px;
	max-height: 169px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #121212 0%,#f88f1c 100%);
	background: linear-gradient(-45deg, #121212 0%,#f88f1c 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.15,1.15,1);
	transform: scale3d(1.15,1.15,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
	text-shadow: 1px 1px 1px #000;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	
}

.caravan_name span{
	font-family:Oswald,Arial,sans-serif;
	font-size:24px;
	color:#f88f1c;
	margin:10px 5px 0px 0px;
	display:inline-block;
}

#info{
	float:left;
	width:100%;
	min-height:160px;
	background: url(images/info.jpg) repeat center top;
}
.follow{
	font-family:Oswald,Arial,sans-serif;
	font-size:42px;
	line-height:50px;
	margin:60px 0px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	padding:0px 10px;
}
#info h1{
	font-family:Oswald,Arial,sans-serif;
	font-size:42px;
	line-height:50px;
	margin:60px 0px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	padding:0px 10px;
}

#info h2{
	font-family:Oswald,Arial,sans-serif;
	font-size:42px;
	line-height:50px;
	margin:60px 0px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	padding:0px 10px;
}

#info h1 span{
	font-weight:500;
}

#main-content{
	float:left;
	width:100%;
	background: url(images/main.jpg) no-repeat center top #121212;
	padding:80px 0px;
	color:#fff;
}

#main-content h2{
	font-family:Oswald,Arial,sans-serif;
	font-size:55px;
	line-height:60px;
	text-transform:uppercase;
	font-weight:400;
	margin:0px 0px 30px 0px;
}

#main-content h3{
	font-family:Open Sans,Arial,sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	margin:0px 0px 30px 0px;
}

#main-content p{
	font-family:Open Sans,Arial,sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0px 0px 20px 0px;
	color:#8e8e8e;
}

#main-content a{
	background-color: rgba(255, 255, 255, 0.1);
	color:#fff;
	font-family:Oswald,Arial,sans-serif;
	text-transform:uppercase;
	float:left;
	margin:20px 0px 0px 0px;
	border:1px solid #fff;
	border-radius:5px;
	padding:20px 30px;
	font-size:18px;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main-content a:hover{
	background-color: rgba(255, 255, 255, 1);
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#map-canvas{
	width:100%;
	height:260px;
	float:left;
	border-bottom: 5px solid #f88f1c;
}

.contact-map{
	height:500px !important;
}

#footer{
	background:#121212;
	color:#eeeeee;
	width:100%;
	float:left;
	min-height:300px;
	padding:50px 0px;
	font-family:Open Sans,Arial,sans-serif;
}

.half-footer{
	width:50%;
	float:left;
}

.half-footer h1{
	font-family:Oswald,Arial,sans-serif;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:400;
	margin:0px 0px 30px 0px;
	color:#f88f1c;
}

.half-footer p {
	margin:0px 0px 10px 0px;
}

.half-footer p span{
	color:#f88f1c;
}

.half-footer a{
	text-decoration:none;
	color:#eeeeee;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.half-footer a:hover{
	text-decoration:none;
	color:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.half-footer h2{
	font-family:Oswald,Arial,sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:300;
	margin:40px 0px 10px 0px;
	color:#f88f1c;
}

.half-footer .social_icons{
	float:left;
}

.half-footer .social_icons a{
	margin: 0px 10px 0px 0px;
}

.half-footer .social_icons a:hover{
	border:2px solid #f88f1c;
}

.wpcf7-form{
	float:left;
	width:100%;
}

.wpcf7-form input{
	width:96%;
	float:left;
	margin:0px 0px 5px 0px;
	background:#3b3b3b;
	height:35px;
	line-height:35px;
	padding:0px 2%;
	border:none;
	color:#eee;
}

.wpcf7-form textarea{
	width:96%;
	float:left;
	margin:0px 0px 5px 0px;
	background:#3b3b3b;
	padding:10px 2%;
	border:none;
	color:#eee;
	max-width:96%;
	overflow:auto;
}

.wpcf7-form input.wpcf7-submit{
	font-family:Oswald,Arial,sans-serif;
	font-size:18px;
	text-transform:uppercase;
	float:right;
	margin:20px 0px 0px 0px;
	color:#fff;
	border-top:3px solid #d27917;
	background:#f88f1c;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:7px 30px 10px 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:auto;
	height:auto;
	line-height:auto;
}

.wpcf7-form input.wpcf7-submit:hover{
	border-top:3px solid #f88f1c;
	background:#d27917;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-validation-errors{
	padding:0px!important;
	float:right;
	text-align:right;
	width:100%;
	margin:15px 0px 0px 0px!important;
	color:#f88f1c;
	border:none!important;
}
div.wpcf7-validation-errors{
	border:none!important;
}

.wpcf7-mail-sent-ok{
	padding:0px!important;
	float:right;
	text-align:right;
	width:100%;
	margin:15px 0px 0px 0px!important;
	color:#398f14;
	border:none!important;
}

div.wpcf7-mail-sent-ok{
	border:none!important;
}
	
#footer-bottom{
	background:#0e0e0e;
	color:#eee;
	width:100%;
	min-height:55px;
	float:left;
	font-family:Open Sans,Arial,sans-serif;
}

.left{
	float:left;
}

.right{
	float:right;
}

#footer-bottom p{
	margin:19px 0px 0px 0px;
} 

#footer-bottom a{
	color:#d27917;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#footer-bottom a:hover{
	color:#eee;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#inner_content{
	width:100%;
	float:left;
	color:#424242;
	font-family:Open Sans,Arial,sans-serif;
	text-align:center;
}

#inner_content p{
	text-align:left;
	padding:0px 7px;
	margin:0px 0px 10px 0px;	
	line-height:20px;
}

#inner_content h3{
	text-align:left;
	padding:0px 7px;
	color:#f88f1c;	
	font-family:Oswald,Arial,sans-serif;
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}

#inner_content p a {
	background: none;
	text-decoration:none;
	padding:1px 2px;
	border-radius:2px;
	color:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#inner_content p a:hover {
	background: #f88f1c;
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.caravan_list{
	width:310px;
	height:auto;
	display:inline-block;
	padding:10px 10px 20px 10px;
	overflow:hidden;
	position:relative; 
}

.caravans_wrap{
	float:left;
	margin:0px 0px 40px 0px;
}

.caravan_list h1{
	font-family:Oswald,Arial,sans-serif;
	font-size:23px;
	font-weight:normal;
	text-transform:uppercase;
	width:97%;
	padding-left:3%;
	color:#fff;
	background:#f88f1c;
	height:47px;
	line-height:47px;
	float:left;
	margin:0px;
	text-align:left;
	position:relative;
}

.caravan_list_img{
	background:#f88f1c;
	float:left;
	position:relative;
	background: url(images/loupe.png) no-repeat center center #f88f1c;
}

.caravan_list_img img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float:left;
	
}

.caravan_list_img img:hover{
	opacity: 0.6;
	-webkit-transform: scale3d(1.10,1.10,1);
	transform: scale3d(1.10,1.10,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.single_caravan{
	float:left;
	margin:0px;
	padding:40px 0px;
	width:100%;
}

.single_caravan_info{
	float:left;
	margin:0px 0px 50px 0px;
}

.single_caravan_info_left{
	float:left;
	width:35%;
	padding:0px 5% 0px 0px;
}

.single_caravan_info img{
	float:right;
	width:100%;
}

.single_caravan_info h1{
	float:left;
	width:100%;
	margin:5px 0px 30px 0px;
	font-family:Oswald,Arial,sans-serif;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	color:#f88f1c;
	text-align:left;
}

.single_caravan_info h2{
	float:left;
	width:100%;
	margin:15px 0px 20px 0px;
	font-family:Raleway,Arial,sans-serif;
	font-size:40px;
	font-weight:500;
	color:#f88f1c;
	text-align:left;
}

#inner_content .single_caravan_info p.conditions{
	color:#f88f1c;
	margin-bottom:0px;
}
	
#inner_content .single_caravan_info p{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 20px 0px;
	color:#424242;
	font-family:Open Sans,Arial,sans-serif;
	font-size:14px;
	line-height:22px;
}

.single_caravan_info a{
	float:left;
	color:#fff;
	text-decoration:none;
	background:#f88f1c;
	font-family:Oswald,Arial,sans-serif;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	padding:20px 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border:2px solid #f88f1c;
	cursor:pointer;
}

.single_caravan_info a:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:#f88f1c;
	background:#fff;
}

figure.effect-layla{
	float:right;
	width:60%;
	position:relative;
	margin:0px;
	overflow:hidden;
	background:#f88f1c;
	cursor:pointer;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	position:absolute;
	left:50%;
	top:50%;
	
}

figure.effect-layla p a{
	margin:-33px 0px 0px -96px;
	background:#f88f1c !important;
	color:#fff !important;
	padding: 20px 40px !important;
	border-radius:0px !important;
}

figure.effect-layla p a:hover{
	background:#fff !important;
	color:#f88f1c !important;
}

figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.15,1.15,1);
	transform: scale3d(1.15,1.15,1);
}

.hidden{
	display:none;
}

.breadcrumbs{
	color:#424242;
	font-weight:normal;
	float:left;
	margin:20px 0px;
	text-align:left;
	padding:0px 0.7%;
	width:98%;
}

.breadcrumbs a{
	color:#f88f1c;
	text-decoration:none;
	font-weight:bold;
}

strong,b {
	font-weight:bold;
}

#team{
	float:left;
	width:98%;
	margin:0px;
	padding:0px 0.7%;
	text-align:center;
}

.team-member{
	width:100%;
	margin:10px 0px 50px 0px;
	padding:0px;
	float:left;
}

.team-member-image{
	width:40%;
	padding-right:8px;
	height:auto;
	overflow:hidden;
	margin:0px;
	float:left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index:10;
	position:relative;
}

.team-member-image img{
	width:100%;
	height:100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE 6-9 */
	transition-duration: 300ms;
    transition-timing-function: ease-out;
	z-index:1;
	overflow:hidden;
	border: 4px solid #121212;
}

.team-member-image img:hover{
	-webkit-filter: none;
	-moz-filter:none;
	-ms-filter: none;
	-o-filter:none;
	filter: none;
	overflow:hidden;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
	border: 4px solid #f88f1c;
}

.team-member-image:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.team-info{
	/*width:55%; */
	width:100%;
	text-align:left;
	float:right;
}

#team .team-info h3{
	margin:0px 0px 10px 0px;
	padding:0px;
}

.team-info h2{
	font-size:17px;
	font-weight:500;
	color:#f88f1c;
	font-style:italic;
	margin:0 0 15px 0;
	padding:0px;
}

#inner_content .team-info p{
	padding:0px;
	margin:0px 0px 20px 0px;
	line-height:22px;
}

#inner_content .team-info p.team-phone{
	font-size:28px;
	font-weight:bold;
	float:right;
	color:#f88f1c;
	margin:13px 0px 0px 0px;
	font-family:Open Sans,Arial,sans-serif;
}

#inner_content .team-social a{
	color:#f88f1c;
	text-decoration:none;
	font-size:27px;
	margin:10px 20px 0px 0px;
	padding:0px;
	float:left;
}

#inner_content .team-social i{
	color:#f88f1c;
	text-decoration:none;
	font-size:33px;
	margin:10px 25px 0px 0px;
	padding:0px;
	float:right;
}

#inner_content .team-social a:hover{
	color:#121212;
}

.grid2 {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding:0px 0px 30px 0px;
	float:left;
}

.grid2 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 1.3% 20px 0.7%;
	min-width: 48%;
	max-width: 48%;
	max-height: 339px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid2 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

.grid2 figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid2 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-family:Oswald,Arial,sans-serif;
	font-size:35px;
	text-shadow: 1px 1px 2px #000;
}

.grid2 figure h2 span {
	font-weight: 800;
	margin:0px 8px 0px 0px;
}

.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}

.grid2 figure p {
	letter-spacing: 0px;
}

figure.effect-goliath {
	background: #f88f1c;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 30px 40px 30px;
}

figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	font-size:15px;
	padding:0px 30px 10px 30px !important;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.caravan_list h1 a{
	text-decoration:none;
	color:#fff;
}

.fancybox-skin{
	padding:3px!important;
}

.blog-page{
	float:left;
	width:65%; 
	margin-right:5%;
}

.blog-page img{
	max-width:100%;
	height:auto;
}

.blog-page ul{
	float:left;
	width:100%;
	padding:0px;
}

.blog-page ul li{
	float:left;
	width:95%;
	padding-left:5%;
	text-align:left;
	margin-bottom:10px;
	background: url(images/tick.png) no-repeat 5px 4px;
}

.side{
	float:left;
	width:30%;
}

.blog-page h1.entry-title{
	color: #f88f1c;
    font-family: Oswald,Arial,sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px 0px;
    padding:0px 0px 0px 1%;
	width:99%;
	float:left;
    text-align: left;
    text-transform: uppercase;
}

.entry-meta{
	float:right;
	font-style:italic;
	margin:0px;
}

.entry-footer{
	float:left;
	margin:0px;
	width:100%;
}

.img_link{
	float:left;
	display:block;
	width:98%;
	max-width:98%;
	padding:0 1%;
}
.img_link img{
	float:left;
	width:100%;
	max-width:100%;
	margin-bottom:15px;
}

.img_link.img_link_auto img{
	height:auto;	
}

.ribbon{
	position:absolute;
	top:20px;
	right:10px;
	z-index:10000;
}

.caravan_list_hover_img{
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}

.sold_sentence{
	display:inline-block;
	font-family:Oswald,Arial,sans-serif;
	font-size:30px;
	line-height:35px;
	color:#fff;
	background:#f88f1c;
	padding:30px 0px 40px 0px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin:30px 0px 20px 0px;
}

.screen-reader-text{
	display:none;
}

.blog-page h1.entry-title a{
	text-decoration:none;
	color: #f88f1c;
}

#inner_content .blog-page p{
	padding:0 1%;
}

.tag-links{
	float:left;
}

.tag-links a {
	text-decoration:none;
	color:#424242;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.tag-links a:hover {
	text-decoration:none;
	color:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.entry-footer{
	float:left;
	width:98%;
	margin:10px 1% 30px 1%;
	border-top:1px solid #c9c8c8;
	border-bottom:1px solid #c9c8c8;
	padding:10px 0;
}

.wp-pagenavi {
	clear: both;
	float:left;
	width:98%;
	padding:0px 1%;
	margin:0px 0px 30px 0px;
	text-align:left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 12px;
	margin: 4px;
	color:#fff;
	background:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:#fff;
	background:#121212;
}

.wp-pagenavi span.current {
	color:#fff;
	background:#121212;
}

.wp-pagenavi span.pages{
	border:none;
	margin-left:0px;
}

#sidebar .widget-title{
	padding:0px;
	margin:0px 0px 15px 0px;
}

#sidebar ul{
	margin:0px;
	padding:0px;
	float:left;	
}

#sidebar ul li{
	float:left;
	width:100%;
	margin:0px;
	list-style:none;
	text-align:left;
}

#sidebar ul li a {
	display: block;
	padding: 0px;
	margin:0px 0px 10px 0px;
	color: #424242;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align:left;
}

#sidebar ul li a:hover{
	color:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#sidebar .tagcloud a{
	font-size:15px !important;
	padding:5px 10px;
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #424242;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#sidebar .tagcloud a:hover{
	color:#fff;
	border:1px solid #f88f1c;
	background:#f88f1c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#sidebar #search-2{
	float:left;
	margin-bottom:30px;
}

#sidebar #tag_cloud-2{
	float:left;
	margin-top:30px;
}

#searchform{
	float:left;
	width:100%;
	position:relative;
	max-width:300px;
}

#searchform input{
	height:50px;
	width:80%;
	padding:0px 15% 0px 5%;
	line-height:50px;
	float:left;
	background:#f88f1c;
	color:#fff;
	border:none;
}

#searchform input#searchsubmit{
	width:40px;
	height:50px;
	position:absolute;
	border:none;
	top:0px;
	right:0px;
	padding:0px;
	text-indent:9999px;
	cursor:pointer;
	background: url(images/loupe_smal.png) no-repeat 0px 10px;
	opacity:0.7;
}	

#searchform input#searchsubmit:hover{
	opacity:1;
}



