

	
/*
* Site Author: Martin Philpot, them: Marine Villa
* https://www.greenfisher.co.uk
*/


/* ======================================================= */
/* Import Section
/* ======================================================= */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */ 
@import url("pricing_tables.css");		/* Pricing Table Styles */ 
@import url("imagebox.css");			/* Responsive Lightbox */ 
@import url("shortcodes.css");			/* Shortcode Styles */ 
@import url("modal.css");				/* Modal Styles */ 



/*
* Hide MailChimp banner
*/


@media only screen and (max-width: 768px) {
 .mc-banner { display: none !important; }

}


/*
* Webfonts
*/
   @font-face {
    font-family: 'mostraonebold';
    src: url('ArtDeco-webfonts/mostraonebold.eot');
    src: url('ArtDeco-webfonts/mostraonebold.eot?#iefix') format('embedded-opentype'),
url('ArtDeco-webfonts/mostraonebold.woff') format('woff'),
url('ArtDeco-webfonts/mostraonebold.ttf') format('truetype'),
url('ArtDeco-webfonts/mostraonebold.svg#mostraonebold') format('svg');
    font-weight: normal;
    font-style: normal;
   }
   
   @font-face {
    font-family: 'mostraone';
    src: url('ArtDeco-webfonts/mostraone.eot');
    src: url('ArtDeco-webfonts/mostraone.eot?#iefix') format('embedded-opentype'),
url('ArtDeco-webfonts/mostraone.woff') format('woff'),
url('ArtDeco-webfonts/mostraone.ttf') format('truetype'),
url('ArtDeco-webfonts/mostraone.svg#mostraone') format('svg');
    font-weight: normal;
    font-style: normal;
   }
   
   @font-face {
    font-family: 'cassannetbold';
    src: url('ArtDeco-webfonts/cassannetbold.eot');
    src: url('ArtDeco-webfonts/cassannetbold.eot?#iefix') format('embedded-opentype'),
url('ArtDeco-webfonts/cassannetbold.woff') format('woff'),
url('ArtDeco-webfonts/cassannetbold.ttf') format('truetype'),
url('ArtDeco-webfonts/cassannetbold.svg#cassannetbold') format('svg');
    font-weight: normal;
    font-style: normal;
   }
   
   
@font-face {
  font-family: 'Andes';
  src: url('ArtDeco-webfonts/Andes.eot?#iefix') format('embedded-opentype'),  url('ArtDeco-webfonts/Andes.woff') format('woff'), url('ArtDeco-webfonts/Andes.ttf') format('truetype'), url('ArtDeco-webfonts/Andes.svg#Andes') format('svg');
  font-weight: normal;
  font-style: normal;
}
   
   @font-face {
  font-family: 'BelleroseLight';
  src: url('ArtDeco-webfonts/BelleroseLight.eot?#iefix') format('embedded-opentype'),  url('ArtDeco-webfonts/BelleroseLight.woff') format('woff'), url('ArtDeco-webfonts/BelleroseLight.ttf') format('truetype'), url('ArtDeco-webfonts/BelleroseLight.svg#BelleroseLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
   
 @font-face {
  font-family: 'DKMajolica';
  src: url('ArtDeco-webfonts/DKMajolica.eot?#iefix') format('embedded-opentype'),  url('ArtDeco-webfonts/DKMajolica.otf') format('opentype'),
url('ArtDeco-webfonts/DKMajolica.woff') format('woff'), url('ArtDeco-webfonts/DKMajolica.ttf') format('truetype'), url('ArtDeco-webfonts/DKMajolica.svg#DKMajolica') format('svg');
  font-weight: normal;
  font-style: normal;
}

  @font-face {
  font-family: 'Parisish';
  src: url('ArtDeco-webfonts/Parisish.eot?#iefix') format('embedded-opentype'),  url('ArtDeco-webfonts/Parisish.woff') format('woff'), url('ArtDeco-webfonts/Parisish.ttf') format('truetype'), url('ArtDeco-webfonts/Parisish.svg#Parisish') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}


code {
	color: #6f9c00;
}

a, a:visited { color: #C6B361; }

/*** SLIDER ***/

.slider-caption-2 h3 {
	background-color: #c6b261 !important; 
}


.projecttext {}
.projecttext p{ width:100%; max-width:450px;}

.projectslider { width:100%;
padding-left:0px; 
max-width:500px; min-height:300px; min-width:350px;
float: right;
margin-left:0px; margin-bottom:60px; margin-top:40px;}



#gallery-1 
{
	display:none;
}
.gallery-item{ display:none;
}

.relatedprojects {margin-top:60px;}









/* calendar-widget */

.calendar-widget {
}
.calendar-widget iframe,  
.calendar-widget object,  
.calendar-widget embed {
	
	width: 100%; min-width:220px;
	height: auto; min-height:700px;
}

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: scroll !important;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 180px;
}


/*================================================= */
/* Site Specific
================================================== */


.marinecontainer {width:100%; max-width:1200px; margin-left:auto; margin-right:auto;}

.leftside { width:55%; float:left; position: relative;}
.rightside { width:65%; float:left; position: relative;}

.sixtyleft { width:50%; float:left;}

.fortyright { width:47%; float:left; margin-left:3%;}

.fifty { width:50%; float:left; margin-right:0%;}
.fiftyright { width:49%; float:left; margin-left:1%;}


.twothirdleft { width:68%; float:left; margin-right:0%;}
.onethirdright { width:27%; float:left; margin-left:5%;}

.threefifth { width:58%; float:left; margin-right:0%;}
.twofifth { width:37%; float:left; margin-left:5%;}


.onethirdleft { width:32%; float:left; margin-right:0%;}
.twothirdright { width:65%; float:left; margin-left:3%;}



.logoleft { width:55%; float:left; }
.logoright { width:45%; float:left; }


.mainleft { width:75%; float:left;}

.sideright { width:25%; float:left; }

.spacedfourth {
		width: 35%;
		position: relative;
		margin-right: 15%;
		float: left;
	}


.onefifthexact { width:22%; float:left;}
.onefifthexactlast { width:0%; float:left; display:none;}


img.features-corner {
  min-height: 80px;
  min-width: 80px;
}

/*================================================= */
/* Features Boxes
================================================== */


.features{ 
	background-color:#d4ded3; 
	
}

.features h3{ background-image:url(../images/features-border.png); background-repeat:no-repeat; background-position:center 45px;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:28px;
	color:#000;
	text-decoration: none;
	font-weight:500;
	padding-top:0px; 
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}

.marinebody{ padding:30px; text-align:center;

}

.marinebody p { padding-bottom:15px; font-size:16px; line-height:26px;}


.marineposts{ text-align:left;

}

.marineposts p { padding-bottom:15px !important; font-size:16px; line-height:26px;}




.marineposts h2 a {
	color:#000;
	margin:0px; padding-top:0px;
	border:none; padding-bottom:40px !important; 
	margin-bottom: 30px !important; 
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:36px !important;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}





table.features{
	width:100%;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.features th{
	text-align:left;
	color:#000;
	font-size: 16px;
	font-weight: normal;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.features td:last-child,
table.features th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.features td{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}
	
	
	
	
/*================================================= */
/* Booking Boxes
================================================== */

img.booking-corner {
  height: 25px;
  width: 23px;
}

.booking{ 
	background-color:#c6b361; 
	
}

.booking h3{ display:block; 
background-image: url(../images/bookingborder.png);
background-repeat:no-repeat; background-position:center 35px;
font-size:32px;	
font-family: "Andes", Arial, sans-serif; 
letter-spacing: 0.5px;
color:#000 !important; 
	text-decoration: none;
	font-weight:normal;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
	word-spacing: 3px;
}


table.booking{
	width:100%;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.booking th{
	text-align:left;
	color:#000;
	font-size: 16px;
	font-weight: normal;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.booking td:last-child,
table.booking th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.booking td{ 
	color:#000;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:21px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}

	

table.booking:hover td{
background-color:#443f2c; color:#c6b361 !important;}	

table.booking:hover h3{
background-color:#443f2c; color:#c6b361 !important;
background-image: url(../images/booking-border-gold.png);}	



/*================================================= */
/* Goldpanel Boxes
================================================== */

img.goldpanel-corner {
  height: 25px;
  width: 23px;
}

.goldpanel{ 
	background-color:#f4f0de; 
	
}

.goldpanel h3{ display:block; 
background-image: url(../images/bookingborder.png);
background-repeat:no-repeat; background-position:center 35px;
font-size:32px;	
font-family: "Andes", Arial, sans-serif; 
letter-spacing: 0.5px;
color:#000 !important; 
	text-decoration: none;
	font-weight:normal;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
	word-spacing: 3px;
}


table.goldpanel{
	width:100%;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.goldpanel th{
	text-align:left;
	color:#000;
	font-size: 16px;
	font-weight: normal;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.goldpanel td:last-child,
table.goldpanel th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.goldpanel td{ 
	color:#000;
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:21px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}

table.goldpanel p{ 
	color:#000;
	margin:0px; 
	padding-top:6px; padding-bottom:6px;
	border:none;
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:21px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}


	table.goldpanel p a{
		color:#000;
	}
	
	table.goldpanel p a:hover{
		color:#000; text-decoration:underline;
	}

	

	

/*================================================= */
/* Middle Section Boxes
================================================== */

.quarters { width:25%; float:left;}

.midboxmiddle {}

.midboximage { float:right; margin-top:18px; margin-right:18px;}

.midbox {
	background-color:#383633;
	margin-bottom:0px !important; min-height:340px;
	margin-top: 0px;	 
}

.midbox ul { margin-bottom:0px;
}

.midbox li { margin:0px; height:300px;
}

.midbox li p{ 
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:19px; line-height: 20px;
	color:#FFF;
	text-decoration: none;
	font-weight:500;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}

.midbox li h2 { color:#FFF !important; padding-top:5px; padding-bottom:30px; letter-spacing: 0.5px; font-size:30px;
background-image:url(../images/shortrule.png); background-repeat:no-repeat; background-position:center 45px;
}

.midbox li h3 {
color:#C6B361 !important; padding-top:15px; padding-bottom:15px;
font-family: "Andes", Arial, sans-serif; letter-spacing: 0.5px;
font-size:52px; line-height:44px; padding-bottom:0px;
}

.midbox li h4 { letter-spacing: 1px;
color:#C6B361 !important; padding-top:5px; padding-bottom:0px;
font-family: "Andes", Arial, sans-serif !important; 
font-size:24px;
}




.middleboxes{
}


img.middlebit {
  height: 25px;
  width: 23px;
  margin:0px; padding:0px;
}
img.middlesides {
  min-height: 300px;
  width: 23px;
  margin:0px; padding:0px;
}


table.middleboxes{ 
	background-color:#383633;
	width:100%;
	border:none;
	margin:0px; 
	padding:0px;
}

table.middleboxes th{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.middleboxes td:last-child,
table.middleboxes th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.middleboxes td{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}





.diversitybox {
	background-color:#383633;
	margin-bottom:0px !important; padding-bottom: 20px;
	margin-top: 0px;	 
	height:auto;
}

.diversitybox ul { margin-bottom:0px;
}

.diversitybox li { margin:0px; height:auto;
}

.diversitybox li p{ 
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:19px; line-height: 20px;
	color:#FFF;
	text-decoration: none;
	font-weight:500;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}

.diversitybox li h2 { color:#FFF !important; padding-top:5px; padding-bottom:30px; letter-spacing: 0.5px; font-size:30px;
background-image:url(../images/shortrule.png); background-repeat:no-repeat; background-position:center 45px;
}

.diversitybox strong { color:#C6B361;}

.diversitybox li h3 {
color:#C6B361 !important; padding-top:15px; padding-bottom:15px;
font-family: "Andes", Arial, sans-serif; letter-spacing: 0.5px;
font-size:52px; line-height:44px; padding-bottom:0px;
}

.diversitybox li h4 { letter-spacing: 0.5px;
color:#C6B361 !important; padding-top:5px; padding-bottom:0px;
font-family: "Andes", Arial, sans-serif !important; 
font-size:24px;
}



table.deeperbox{ 
	background-color:#383633;
	width:100%;
	border:none;
	margin:0px; 
	padding:0px;
}

table.deeperbox th{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.deeperbox td:last-child,
table.deeperbox th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.deeperbox td{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}





img.middlebitlonger {
  height: 25px;
  width: 23px;
  margin:0px; padding:0px;
}
img.middlesideslonger {
  height: auto;
  width: 23px;
  margin:0px; padding:0px;
}








/*================================================= */
/* Overlays
================================================== */


.overlay.aqua {background: url(../images/overlay-go.png) no-repeat center center, url(../images/aqua.png) center center;}

.overlay.lightblue {background: url(../images/overlay-go.png) no-repeat center center, url(../images/lightblue.png) center center;}

.overlay.red {background: url(../images/overlay-go.png) no-repeat center center, url(../images/overlay_red.png) center center;}

.overlay.orange {background: url(../images/overlay-go.png) no-repeat center center, url(../images/overlay_orange.png) center center;}


.overlay.blue {background: url(../images/overlay-go.png) no-repeat center center, url(../images/overlay_blue.png) center center;}

.overlay.softblue {background: url(../images/overlay-go2.png) no-repeat center center, url(../images/softblue.png) center center;}

.overlay.yellow {background: url(../images/overlay-go2.png) no-repeat center center, url(../images/yellow.png) center center;}

.overlay.gold {background: url(../images/overlay-M.png) no-repeat center center, url(../images/gold.png) center center;}

.overlay.grey {background: url(../images/overlay-go.png) no-repeat center center, url(../images/grey.png) center center; min-height:355px;}

.overlay.goldie {background: url(../images/overlay-go2.png) no-repeat center center, url(../images/gold.png) center center; min-height:330px;}


/*================================================= */
/* postcardsection
================================================== */

.postcardsection { 
background-color:#4c4945;
}

.innersection {
	padding-left:25px; padding-right:10px;
	padding-top:20px; padding-bottom:20px;
}


.postcardsection h1 { display: block; height:100px;
font-size:28px; line-height:31px;
font-family: "Andes", Arial, sans-serif;
color:#c6b361 !important; 
padding-top:0px; padding-bottom:10px; 
letter-spacing: 1px; background-image:url(../images/longrule.png); background-repeat:no-repeat; background-position: center 70px;
}




/*================================================= */
/* Header
================================================== */






.leftbit{ width:65px; display:inline-block; background-color:#363636; float:left;}

.rightbit { width:65px; display:inline-block; float:right; background-color:#363636;}

.middlebit { width:100%; max-width:1070px; height:235px;}

.logotop { margin-top: 57px;
}

#logo {display: block; }

.phonenumber { float:right; padding-top:15px; text-align:right;}

.phonenumber p { text-align:right !important;}

.footernumbers { float:right;}
.footernumbers p{ text-align:right; position:relative; right:0px; }


#read_more_right{
	}
#read_more_right a{
    float:right;
    clear:right; padding-bottom:10px; padding-top:10px;
}



.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.spacer {margin-top:30px;}

.topleft{ padding-top:50px; 
}

.topright{ float:right;padding-top:65px;  
}


img.headerside {
  height: 235px;
  width: 65px;
  margin:0px; padding:0px;
}


.header{ height:235px;
}


.headercentre{ width:100%; max-width:1070px;}

table.header{ 
	background-color:#383633;
	width:100%;
	border:none;
	margin:0px; 
	padding:0px;
}

table.header th{
	border:none;
	text-align:left;
	margin:0px; padding:0px;
	color:#000;
	vertical-align:top;
	font-size: 16px;
	font-weight: normal;
}

table.header td:last-child,
table.header th:last-child {
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}

table.header td{
	margin:0px; 
	padding:0px;
	border:none;
	vertical-align:top;
}





/*================================================= */
/* Navigation
================================================== */

#navcolour{ overflow:visible !important;
	margin-top:10px; margin-left:70px;
}


#navigation select {
	display: none; width: 100%; padding: 7px; height: 35px}
#navigation select option {padding: 5px;}
#navigation {float: left;}
#navigation ul, #navigation li  {
	list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{ 
	float:left; position:relative; }

#navigation ul li a { 
	font-family: 'DKMajolica', "Open Sans", Arial, sans-serif;
	display: inline-block;
	color: #C6B361;
	padding: 15px 17px 15px 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin: 0 -1px 0 0; 
}

#navigation ul li a:hover{
	background: #383633;
	border-bottom: 1px solid #c6b261;
	color: #ffffff;
}

#navigation ul ul { 
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	z-index: 999999;
	background: #383633;
	width: 300px;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

#navigation ul ul li a:hover {
	background: #c6b261;
	color: #ffffff !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#navigation ul ul li a {
	padding: 8px 15px;
	display: block;
	width: 270px;
	font-family: "Lato", Tahoma, Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	margin-left: 4px;
}

#navigation ul li:hover>ul{ 
opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ 
position:absolute; top:0; left:100%; 
opacity: 1; z-index:497; border: 0;}
#navigation ul li:hover > a {
	border-bottom: 1px solid #c6b261; 
	color: #ffffff;}
#navigation ul ul li:hover > a {
	border-top: 1px solid transparent; 
	color: #aaaaaa;}
#current, .main-menu > .current-menu-item > a, .main-menu > .current-menu-ancestor > a {
	border-bottom: 1px solid #c6b261 !important;
	color: #c6b261 !important;}


.ie7 .tophead, .ie8 .tophead { position: relative; z-index: 999; }
.ie7 .outside, .ie8 .outside { position: relative; z-index: 1; }



/*================================================= */
/* Tagline
================================================== */
.tagline {
	margin: 10px 0 30px 0;
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: -0.6px;
	text-align: center;
	line-height: 30px;
}

.tagline span, .tagline a {
	background: #c6b261;
	color: #fff;
	padding: 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tagline span:hover, .tagline a:hover {background: #6b6b6b;}
.tagline p {margin: 3px;}
.tagline_page{border-bottom: 1px solid #e1e1e1; padding: 0 0 30px 0}

/*================================================= */
/* Subtitle
================================================== */
#subtitle {
	background: #c6b361; 
	padding:0; margin-bottom:10px; 
	border-bottom: 0px solid #d7d7d7;
	}
	
#subtitle h1 { 
font-size:42px;	
font-family: "Andes", Arial, sans-serif; 
letter-spacing: 0.5px;
color:#000 !important; 
padding-bottom:55px; padding-top:25px; 
letter-spacing: 0.5px; text-align:center;
background-image: url(../images/page-header-border.png);
background-repeat:no-repeat; background-position: center 80px;
}
	
#subtitle h3 {
	line-height: 70px; letter-spacing: -0.5px; font-size: 24px;}

#subtitle h3 span {color:#999999; font-size: 24px;}

.page_headline {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 8px 0;
	margin: 20px 0;
	margin-top: 0;
}


/*================================================= */
/* Single Project
================================================== */
.project_overview p {
}

.project_overview h3 {
	color:#000;
	margin:0px; padding-top:0px;
	border:none; padding-bottom:30px;
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:28px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
	
}

.project_navi {margin-top: -55px !important;}

/*================================================= */
/* Blog Post Container
================================================== */
#blog_post_container {margin-top: 25px; padding-bottom: 25px;}

.post {border-bottom: 1px solid #e1e1e1; margin-bottom: 15px; padding-bottom: 20px;}

.blog .post {
	padding-bottom: 0;
}

.post h2 a {
	color:#000;
	margin:0px; padding-top:0px;
	border:none; padding-bottom:30px;
	vertical-align:top;
	font-family: "BelleroseLight", Arial, sans-serif;
	font-size:28px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	word-spacing: -3px; letter-spacing: 1px;
}




.post h2 a:hover {color: #C6B361;}

.post-content p {
	
}

a.post-entry {
	font-size: 12px;
	color: #C6B361;
	font-family: Tahoma, Arial, sans-serif;
	margin: 15px 0 20px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

a.post-entry:hover {
	color: #888; 
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.post-meta {color: #777; font-size: 12px; margin: 1px 0 15px 0;}
.post-meta a {color: #C6B361;text-decoration: none;}
.post-meta a:hover {color: #999;}


.icon-calendar {
	background: url(../images/calendar_ico.png) no-repeat;
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 0 -1px 0;
	padding: 0 5px 0 0;
}

.icon-author {
	background: url(../images/author_ico.png) no-repeat;
	display: inline-block;
	height: 16px;
	width: 13px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

.icon-comment {
	background: url(../images/comment_ico.png) no-repeat;
	display: inline-block;
	height: 15px;
	width: 11px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

/* Blog Blockquote */
.post-quote {
	background: #363636;
	padding: 20px;
}

.post-quote blockquote {
	color: #ececec;
	font-family: "Droid Serif", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	border-left: 1px solid #545455;
	padding: 0 0 0 18px;
	margin-left: 40px;

}
.post-quote span, .post-quote a {color: #7db000; text-decoration: none;}

.post-quote .icon {
	background: url(../images/quote_ico.png) no-repeat;
	height: 15px; width: 25px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/*
.comments-sec{float:left; width:100%; line-height: 20px; margin-bottom: 20px;}
.comments-sec h3 {font-size: 16px; font-weight: bold; color: #464646; font-family: "Open Sans", Arial, sans-serif; border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #888;}

ul.commentlist{float:left; width:100%;}
ul.commentlist li{float:left; border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ul.commentlist li:first-child{border:none; padding: 25px 0 0px 0;}
ul.commentlist li{list-style: none;}

ul li ul.children{ float:right; width:89%; margin:0px}
ul.commentlist li ul.children li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ul.commentlist li oul.children li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{float:left; width:100%}
ul li ul.children .comment-des{float:right; width:88%;}
.avatar{float:left;}

.comment-des{float:right; width:89%; }
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open Sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: Tahoma, Arial, sans-serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#C6B361; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #888;}
.comment-by span.date{color:#888; padding-right:7px; float:right;}
*/

/** Comments **/
.comments-sec{float:left; width:100%; line-height: 20px; margin-bottom: 20px;}
.comments-sec h3 {font-size: 16px; font-weight: bold; color: #464646; font-family: "Open Sans", Arial, sans-serif; border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #888;}

ul.commentlist{ width:100%;}
ul.commentlist li{ border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ul.commentlist > li:first-child{border:none; padding: 25px 0 20px 0;}
ul.commentlist li{list-style: none;}

ul li ul.children{ float:right; width:89%; margin:0px}
ul.commentlist li ul.children li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ul.commentlist li ul.children li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{ width:100%}
ul li ul.children .comment-des{ margin-left: 70px;}
.avatar{ width: 50px; float: left;}

.comment-des{float:right; width:89%; }
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open Sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: Tahoma, Arial, sans-serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#C6B361; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #888;}
.comment-by span.date{color:#888; padding-right:7px; float:right;}

/** Leave a Comment **/
.comments-sec form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.comments-sec form label span {color:#dd1d1d;}

.comments-sec form input[type="text"], .comments-sec form textarea {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
}

.comments-sec form textarea {
	width: 97%;
	max-width: 97%;
	height:140px;
}

.comments-sec form input[type="text"]:focus, .comments-sec form textarea:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.form_send input[type="text"] {margin: 10px 0 20px 0;}

.form-submit {
	padding-top: 10px;
}

.logged-in-as {
	padding-top: 10px;
}

#comments {

}

.comment-des .comment-content {
	font-size: 12px;
}

#reply-title {

}

#reply-title a {
	color: #464646;
}

#reply-title small {
	color: #464646;
	font-size: 16px;
}

.page-sidebar {
	border: none;
	padding-top: 17px;
}

/*================================================= */
/* Blog - Widget
================================================== */
#blog_widget_container {margin-top: 32px;}

.search input {
	width: 85%;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px 15px 8px 28px;
	background: url(../images/search_ico.png) no-repeat 4% 54%;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: Tahoma, Arial, sans-serif;
	/*margin-bottom: 15px;*/
}

.search input:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

#blog_widget_container .widget {margin-bottom: 20px;}
#blog_widget_container .widget-text p {color: #676767; line-height: 21px;}

#blog_widget_container .widget-title h3 {
	font-size: 14px;
	font-family: "Open Sans", Arial, Tahoma;
	font-weight: bold;
	color: #464646;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#blog_widget_container .widget a {color: #676767;	display: block;}
#blog_widget_container .widget a:hover {color: #C6B361;}

#blog_widget_container .widget li {
	background: url(../images/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px  12px;
	margin:0;
	list-style: none;
}

#blog_widget_container .widget img {
	max-width: 100%;
	height: auto;
}

/* Twitter - Blog */
#blog_widget_container .twitter-feed {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #676767;
}

#blog_widget_container .twitter-feed b a {color: #999999;}
#blog_widget_container .twitter-feed li {
	line-height: 21px; padding-left: 0; padding-right: 0;
	background: none; margin-bottom: 10px;
	}
#blog_widget_container .twitter-feed li:last-child {padding: 0; margin: 0;}
#blog_widget_container .twitter-feed a {color: #C6B361; display: inline;}
#blog_widget_container .twitter-feed a:hover {color: #999;}

/* Flickr - Blog */
#blog_widget_container .flickr-widget {margin-right: -12px; margin-top: 15px;}
#blog_widget_container .flickr-widget img {display: block; width: 100%;}
#blog_widget_container .flickr-widget a:hover {border-color: #6b6b6b;}

#blog_widget_container .flickr-widget a {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 3px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.older_entires {
	float: left;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 0 0 12px;
	background: url(../images/bullet_post_entry_hover_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.older_entires:hover {
	color: #C6B361;
	background: url(../images/bullet_post_entry_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.newer_entires {
	float: right;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.newer_entires:hover {
	color: #C6B361;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

/*================================================= */
/* Features
================================================== */
.feature {margin: 0 0 20px 0;}
.feature.page {margin: 0 0 40px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.feature-circle
{
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: "open sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 10px;
	moz-border-radius: 50px;
	text-align: center;
	webkit-border-radius: 50px;
	width: 35px;
}

.feature-circle i
{
	margin: 4px 0 0 1px;
}

.feature-circle.green {background: #c6b261;}
.feature-circle.gray {background: #6b6b6b;}

/*================================================= */
/* Image Overlay
================================================== */
.item-img, .post-thumb, .slides {position: relative;}

.overlay {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay.link {background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;}
.overlay.zoom {background: url(../images/overlay_plus.png) no-repeat center center, url(../images/overlay_bg.png) center center;}

.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.item {margin: 0 0 35px 0;}

.item-meta h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 0px 0 0 0;

}

.meta-blog p {color: #676767;}
.item-meta {color: #888;}
.item-meta h4 a:hover{color:#C6B361;}
.item-meta span {color: #a0a0a0; display: block; line-height: 18px;}
.item-meta p {line-height: 18px; margin-top: 7px;}

.img-blog img {
	border: none;
}

.blog-shortcode .img-blog {
	margin-bottom: 16px;
}

.blog-shortcode-column {
	margin-right: 17px !important;
}

/*================================================= */
/* Headlines
================================================== */
.divider-line {
	margin: 17px 0 26px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.related-title {
	background: url(../images/divider_bg.png) repeat-x;
	background-position: 50% 62%;
	margin: 0 0 15px 0;
}

.related-title span {
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: "Open Sans", sans-serif;
	background: #fdfdfd;
	padding: 0 10px 0 0;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonial_page {margin-bottom: 40px;}

.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}

.testimonials_bg {
	background: url(../images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#C6B361;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author_page {
	color:#C6B361;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}
.testimonials_author_page span {color:#a0a0a0}

/* Testomonials Carousel */
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #c0c0c0 !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-next.png);
	background-color: #6b6b6b;
	display: block;
	position: absolute;
	right: 0px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-prev.png);
	background-color: #6b6b6b;
	display: block;
	right: 23px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -40px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
	
.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#c6b261; }

/*================================================= */
/* Contact Form Styles 
================================================== */
#google_map {padding: 0 0 40% 0;}
.page_content {margin-bottom: 25px;}

.page_content span.no_error {
	display: block;
	color: #458e4b;
	font-weight: normal;
	background-color: #defbc7;
	border: 1px solid #abcf9d;
    font-size: 12px;
	text-align: center;
	height: 0;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);		
	overflow:hidden;
	width: 100%;
}

.contact_submit {margin: 10px 0 0 0;}

.contact_text {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #888;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 9px;
	background-color: #fff;
	outline: none;
}

.contact_form label {
	display: block;
    margin: 20px 0 5px 0;
}

.contact_form label span {color: #ff0000;}

.contact_textarea {	
	width: 96%;
	max-width: 96%;
	height: 140px;
	border: 1px solid #d7d7d7;
	color: #888;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 10px;
	background-color: #fff;
	outline: none;
}

.input_error {background: #ffeceb; border: 1px solid #f2c4c2;}
.input_noerror {background: #fff; border: 1px solid #d8d8d8;}

.contact_text:focus, .contact_textarea:focus {
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.address_contact {color:#676767; font-family: Tahoma,arial, sans-serif; padding-bottom:12px; line-height: 18px;}
.address_contact img{float:left; padding-right:7px; margin-bottom: 0;}
.address_contact strong{font-weight:bold; color:#555; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family:Arial,Helvetica,sans-serif}
.address_contact a{color:#C6B361}
.address_contact a:hover{color:#888}

#contact-form
{
	margin-bottom: 25px;
}
#send
{
	margin-top: 12px;
	font-size: 13px;
	padding: 8px 17px;
}
.field textarea
{
	height: 160px;
	max-width: 97%;
	min-width: 97%;
}
.field input
{
	display: block;
	width: 240px;
}
.field:focus
{
	border: 1px solid #ddd;
}
.field label
{
	display: block;
	margin: 12px 0 4px;
}
.field label span
{
	color: #ea1c1c;
}
.field .validation-error,.field .validation-error:focus
{
	background: #ffeceb;
	border: 1px solid #f2c4c2;
}
.loading
{
	background: url(../images/loader.gif) no-repeat;
	display: none;
	float: left;
	height: 28px;
	margin: 17px 0 0 12px;
	width: 28px;
}
.success-message
{
	display: none;
}
.address_contact
{
	color: #676767;
	font-family: Tahoma,arial, sans-serif;
	line-height: 18px;
	padding-bottom: 12px;
}
.address_contact strong
{
	color: #555;
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 4px;
}

/*================================================= */
/* Portfolio Styles
================================================== */

#filters {
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	background: url(../images/filter_divider.png) no-repeat  100% 50%;
}

#filters li:last-child  {background: none;}

#filters a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 2px 5px;
}

#filters a:hover {
	color: #fff;
	background: #888;
	padding: 2px 5px;
}

.selected {background: #c6b261; color: #fff !important;}
.selected:hover {background: #c6b261!important;}

.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
}

.portfolio-item-meta a:hover {color:#C6B361;}
.portfolio-item-meta p {color: #888;}

.portfolio-item-meta a,.item-meta a
{
	color: #464646;
}

.item .item-img img {
	margin-bottom: 0;
}

.portfolio-shortcode .item-img img {
	min-height: 200px;
}

/*================================================= */
/* Isotope Styles
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*================================================= */
/* About
================================================== */
.clients {border: 1px solid #e1e1e1; background: #fff; width: 100%; margin: 0 0 20px 0;}
.team_img {border: 1px solid #e1e1e1; margin-bottom:15px;}
.team {margin-bottom: 30px}
.team h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #464646;
	line-height: 17px;
}

.team span {color: #777;}
.team p {padding-top: 8px;}

/*================================================= */
/* Footer
================================================== */
#footer { 
	background-color:#383633;
	font-family: "Lato", Arial, sans-serif;
	color:#777;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer a {
	color: #FFF;
}

#footer_bottom a {
	color: #FFF;
}

#footer a:hover {
	color: #c6b361; text-decoration:underline;
}

#footer_bottom a:hover {
	color: #c6b361; text-decoration:underline;
}


#footer p {line-height: 20px;color: #555;}


#footer_bottom p {line-height: 20px;color: #ccc; font-family: "Lato", Arial, sans-serif;}

#footer_bottom { color:#FFF; font-size:13px;
font-family: "Lato", Arial, sans-serif;}

#footer_bottom {
	background-color: #383633;
	padding: 30px;
}
#footer-logo {height: 70px; margin: 5px 0 0 0;}

#footer h4 {
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
}

.copyright, .author-info {
	line-height: 50px;
	color: #aaaaaa;
	text-align: left;
}
.copyright a, .copyright span, .author-info a, .author-info span {color:#ffffff;}
.author-info {float: right;}




.rating {float: right; margin-top:-100px; margin-right:80px;}

.footerlogos {float: right; margin-top:20px; margin-bottom:20px;}

.footerlogoinline {display:inline;}

.facebook{ padding:30px; text-align:left;
}

.fbposition { padding-top:80px;}





.subbox{ 
padding-left:30px; padding-right:30px;
}

.bottomaddress { 
color:#FFF; font-size:14px; padding-top:30px; padding-left:30px;

}
.bottomaddress img{float:left; padding-right:30px; padding-bottom:60px;}

.subbox h2 {
	font-weight:500;
	font-size: 18px;
	line-height: normal;
		margin-bottom: 5px;
	padding-bottom: 5px;
	color: #193251 !important;
	font-family: "Lato", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.subbox h3 {
	font-weight:500;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #193251 !important;
	font-family: "Lato", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.bigM {float:left; margin-right:40px;}

.subbox li{
	font-size:13px !important;
	line-height:normal;
	margin:0;
	list-style-type: none;
	list-style-image: none;
	border-bottom:dotted 1px #ddd;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
}

.subbox li a{
	text-decoration:none;
	color:#333;
}
.subbox li a:hover{ text-decoration:underline;}
.subbox strong li a {
	color:#0f1d31;
}
.subbox strong li a:hover {
	text-decoration:underline;
	color:#000;
}

.smalllogo{ margin-bottom:35px;}
.footeraddress{
	max-width:200px;
	float:left;
	padding-left: 70px;
	font-size: 13px !important;
	color: #555;
}
.footeraddress p{font-size: 13px !important; line-height:18px !important; 
}
.footeraddress strong{
	color:#0f1d31 !important;
}


.K{width:75px; 
float:left;}

.foot1{ width:100px; float:left;}
.foot2{ width:110px; float:left;}
.foot3{ float:left;}


.rics{ float:right; margin-right:10px;}
.addresstable{float:right;}

.footerborder { width:100%; height:30px; background-image:url(../images/footerborder.png); background-repeat:no-repeat; background-position:center center;
}

/*================================================= */
/* Footer - Social Icons
================================================== */
ul.social{
	float: left;
	width:100%;
	margin-top: 18px;
}
ul.social li{
	float:left;
	margin-right:5px;
	width:27px;
	height:27px;
	display: block;
}
ul.social li a {
	-webkit-transition: opacity 120ms ease-in-out;
	-moz-transition: opacity 120ms ease-in-out;
	-o-transition: opacity 120ms ease-in-out;
	transition: opacity 120ms ease-in-out;
	float:left; width:27px; height:27px; display: block; 	-moz-opacity: 0.4;opacity: 0.4; filter:alpha(opacity=0.4);
}

ul.social li a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

ul.social li.facebook a{background:url(../images/social_icons/facebook.png) no-repeat;}
ul.social li.twitter a{background:url(../images/social_icons/twitter.png) no-repeat;}
ul.social li.vimeo a{background:url(../images/social_icons/vimeo.png) no-repeat;}
ul.social li.linked a{background:url(../images/social_icons/linked.png) no-repeat;}
ul.social li.flickr a{background:url(../images/social_icons/flickr.png) no-repeat;}
ul.social li.behance a{background:url(../images/social_icons/behance.png) no-repeat;}
ul.social li.delicious a{background:url(../images/social_icons/delicious.png) no-repeat;}
ul.social li.deviantart a{background:url(../images/social_icons/deviantart.png) no-repeat;}
ul.social li.dribbble a{background:url(../images/social_icons/dribbble.png) no-repeat;}
ul.social li.forrst a{background:url(../images/social_icons/forrst.png) no-repeat;}
ul.social li.google a{background:url(../images/social_icons/google.png) no-repeat;}
ul.social li.lastfm a{background:url(../images/social_icons/lastfm.png) no-repeat;}
ul.social li.myspace a{background:url(../images/social_icons/myspace.png) no-repeat;}
ul.social li.picassa a{background:url(../images/social_icons/picassa.png) no-repeat;}
ul.social li.quik a{background:url(../images/social_icons/quik.png) no-repeat;}
ul.social li.reddit a{background:url(../images/social_icons/reddit.png) no-repeat;}
ul.social li.rss a{background:url(../images/social_icons/rss.png) no-repeat;}

/*================================================= */
/* Footer - Address
================================================== */
.address{ margin-left:30px;
word-spacing: -3px; letter-spacing: 1px;
font-family: "BelleroseLight", Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration: none;
	font-weight:500;
padding-bottom:6px; line-height: 20px;}
.address img{float:left; padding-right:7px}
.address strong{font-weight:bold; color:#fff; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family:Arial,Helvetica,sans-serif}
.address a{color:#75a500}
.address a:hover{color:#bbb}

/*================================================= */
/* Footer - Twitter Widget
================================================== */
#footer .twitter-feed {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	display: block;
	color: #bbb;
	margin-bottom: 20px;
}
#footer .twitter-feed b a {color: #6b6b6b}
#footer .twitter-feed li {line-height: 18px; list-style-type: none;}
#footer .twitter-feed li:last-child {padding: 0; margin: 0;}
#footer .twitter-feed a {color: #75A500;}
#footer .twitter-feed a:hover {color: #bbbbbb;}

/*================================================= */
/* Footer - Flickr Widget
================================================== */
.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #c0c0c0;}

/*================================================= */
/* Back To Top
================================================== */
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#c0c0c0;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#backtotop a:hover {background-color: #c6b261;}

/*================================================= */
/* Contact Form
================================================== */

/*================================================= */
/* Content Page
================================================== */

	.content-page {
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.content-home {
		margin-bottom: 10px;
		padding-top: 10;
	}

	.content h1 {

	}

/*================================================= */
/* Team Shortcode
================================================== */

	.team-member {

	}

	.team-member .thumb {
		width: 160px;
		float: left;
	}

	.team-member .thumb img {
		display: block;
	}

	.team-member .infos {
		margin-left: 180px;
	}

	.team-member .occupation {
		display: block;
		margin-bottom: 8px;
	}


/*================================================= */
/* Client Shortcode
================================================== */

	.client.first-client {
		margin-left: 0 !important;
	}

	.client.last-client {
		margin-right: 0 !important;
	}

/***********
/* Blockquote Normal 
************/

	.testimonial_normal {

	}

	.testimonial_normal .quote-content {
		margin-bottom: 15px;
	}

	.testimonial_normal .quote-content h5 {
		margin-bottom: 10px;
	}

	.testimonial_normal .quote-author {
		padding-bottom: 10px;
	}

/************
* Price Table Shortcode
*************/

	.column-pricing {
		
	}

/***********
* Label
***********/

	.address_contact img { 
		border: none;
	}

/*** PROJECT SINGLE ****/

	.single-project .video-container {
		margin-bottom: 15px;
	}

/*================================================= */
/* #Media Queries
================================================== */
	/* Desktop 960 */
	@media only screen and (min-width: 960px) {
		.flexslider.home {height: 390px;}
		.flexslider {min-height: 1px;}
		.flexslider.blog {height: auto;}
		#portfolio-wrapper {min-height: 600px;}
	} 
	
	@media only screen and (min-width: 960px) and (max-width: 1030px) {
		
#navcolour{ overflow:visible !important;
	margin-top:15px; margin-left:0;
}


#navigation ul li a { 
padding: 15px 14px 15px 14px;
}


.midbox li h2 { 
font-size:28px;
}
		
	}
	
	







	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		
		
		.tagline {font-size: 20px}
		#navigation ul li a {font-size: 13px;}
		#navigation ul ul li a {font-size: 13px;}
		.testimonials_author {display: none;}
		.flickr-widget a {height: 45px; width: 45px;}
		#blog_widget_container .flickr-widget a {height: 59px; width: 59px;}
		.avatar {height: 40px; width: 40px;}
		

	.topright{  width:200px;
	}
		#navcolour{ position:absolute; top:135px; left:0px;
}
	



#navigation ul li a { 
padding: 15px 10px 15px 10px;
}
	
.midbox li h2 { 
font-size:24px; line-height: normal;
background-position:center 35px;
}

.midbox li h3 { 
color:#C6B361 !important; padding-top:15px; padding-bottom:15px;
font-family: "Andes", Arial, sans-serif;
font-size:40px
}

.midbox li h4 { 
color:#C6B361 !important; padding-top:5px; padding-bottom:0px;
font-family: "Andes", Arial, sans-serif; 
font-size:21px
}
	
	.postcardsection h1 {
font-size:21px; line-height:31px;

}

	
	
	
	
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
		.slider-caption {display: none;}
		.slider-caption-2 {display: none;}
		.tagline {font-size: 20px}
		.author-info {display: none}
		.copyright {font-size: 11px;}
		.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {}
		.flickr-widget {margin-bottom: 25px;}
		.meta-blog h4 {padding-top: 0;margin-top: 0;}
		#blog_widget_container {display: none;}
		.portfolio-item-meta {margin: 0 0 25px 0}
		#backtotop a {display: none;}
		
		.topright{  width:180px;float:left; padding-top:5px;
		}


		/** TEAM MEMBER **/

		.team-member .thumb {
			float: none;
			clear: both;
			width: auto;
		}

		.team-member .thumb img {
			display: block;
		}

		.team-member .infos {
			margin-left: 0;
		}

		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth 
		{
            clear: both !important;
            float: none !important;
            display: block;
            width: auto !important;
            margin: 0;
            margin-bottom: 20px;
        } 

        .builder-full, .last {
        	margin-bottom: 20px;
        }  

        .blog-shortcode-column {
			margin-right: 0px !important;
		}
		
		#read_more_right a{
    float:left; padding-right:25px;
    clear:right; padding-bottom:10px; padding-top:10px;
}		


.twothirdleft { width:100%; float:left; margin-right:0%;}
.onethirdright { width:100%; float:left; margin-left:0%;}

.onethirdleft { width:100%; float:left; margin-right:0%;}
.twothirdright { width:100%; float:left; margin-right:0%;}	

.threefifth { width:100%; float:left; margin-right:0%;}
.twofifth { width:100%; float:left; margin-right:0%;}	






.rating {float: right; margin-top:0px; margin-right:10px;}


.footerlogos {float: left; margin-top:20px; margin-bottom:20px;}

.facebook{ padding:30px; text-align:left;
}

.fbposition { padding-top:20px;}

.buttonalign { float: none; margin-left:auto; clear:both; margin-right: auto; width: 260px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		#navcolour{ overflow:visible !important;
	margin-top:10px; margin-left:0px; 
}
		
		#navigation {float: left; width: 100%}
		#navigation select {display: block; float: left;}
		#navigation ul {display: none;}
		
		
		.flickr-widget a {height: 39px; width: 39px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.avatar {height: 35px; width: 35px;}
		.contact_textarea {width: 94%; max-width: 94%;}
		
		#logo {width:320px; float:left; padding-top:0px;}
		
		.phonenumber { float:left; padding-top:7px;}

	
		
		.onefifthexact { width:23%; float:left;}
.onefifthexactlast { width:0%; float:left; display:none;}

.mainleft { width:100%; float:left;}

.sideright { width:100%; float:left; }

.fifty { width:100%; float:left; margin-right:0%;}
.fiftyright { width:100%; float:left; margin-left:0%;}


.sixtyleft { width:50%; float:left;}

.fortyright { width:47%; float:left; margin-left:3%;}

.logoleft { width:100%; float:left; }
.logoright { width:100%; float:left; }
	
.spacedfourth {
		width: 40% !important;
	position: relative;
		margin-left: 0%;
		float: left;
	}
	
.contentpadding {
	padding:10px; background-color:#eaeaea;}

.sectionsm {
		width: 100%;
		position: relative;
		float: left;
	}

	.sectionlrg {
	width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;
	}
	
	.one_third {
		width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;
	}

	.two_third {
		width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;
	}
	
	.twofifth{ width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;
	}
	
	.onefifth{ width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;;
	}
	
	.spacedfourth {
		width: 100%;
	position: relative;
		margin-left: 0%;
		float: left;
	}

.quarters { width:50%;}
	


#logo { width:100%; max-width:280px;
float:none; width:auto; margin-left:auto; margin-right:auto;
margin-top:8px;}

.md-trigger.right { float:none; width:auto; margin-left:auto; margin-right:auto; margin-top:8px;}

		
.diversitybox li h2 { 
background-position:center 95px;
}
		
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
	#navcolour{ overflow:visible !important;
	margin-top:10px; margin-left:auto; margin-right:auto; 
	width: 100%; 
		max-width:280px;
}
		
		#navigation {float: none; width: 100%; 
		max-width:280px; margin-left:auto; margin-right:auto; }
		#navigation select {display: block; float: left;}
		#navigation ul {display: none;}	
		
		
		
		.flickr-widget a {height: 47px; width: 47px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.meta-blog span, .meta-blog p {font-size: 11px; padding:0; line-height: 18px; margin: 0;}
		.post-meta {display: none;}
		.post h2 a {margin-bottom: 10px;}
		.avatar {height: 25px; width: 25px;}
		.contact_textarea {width: 92%; max-width: 92%;}
		
.quarters { width:100%;}
.midbox li p { max-width:240px; margin-left:auto; margin-right:auto; }

		
#logo { width:100%; max-width:280px;
float:none; width:auto; margin-left:auto; margin-right:auto;}

.md-trigger.right { float:none; width:auto; margin-left:auto; margin-right:auto; margin-top:12px;}

img.headerside { display:none;
  height: 235px;
  width: 0px;
  margin:0px; padding:0px;
}


	
.mainleft { width:100%; float:left;}

.sideright { width:100%; float:left; }

.sixtyleft { width:100%; float:left;}

.fortyright { width:100%; float:left; margin-left:0%;}

.logoleft { width:100%; float:left; }
.logoright { width:100%; float:left; }
	
.spacedfourth {
		width: 80% !important;
	position: relative;
		margin-left: 0%;
		float: left;
	}
	
.contentpadding {
	padding:10px; background-color:#eaeaea;}


.onefifthexact { width:48%; float:left;}
.onefifthexactlast { width:0%; float:left; display:none;}

.mainleft { width:100%; float:left;}

.sideright { width:100%; float:left; }

.fifty { width:100%; float:left; margin-right:0%;}
.fiftyright { width:100%; float:left; margin-left:0%;}

.postcardsection h1 {
font-size:21px; line-height:31px;

}

#subtitle h1 { 
font-size:32px;	
font-family: "Andes", Arial, sans-serif; 
letter-spacing: 0.5px;
color:#000 !important; 
padding-bottom:15px; padding-top:15px; 
background-image: none;
}
		
		
		


.diversitybox li h2 { 
background-position: center 145px;
}
	

}
		
		
		

	@media only screen and (min-width: 960px) {


		/** Portfolio 2 Columns */

		.portfolio-wrapper-2 img {min-height: 290px;}

		/** Portfolio 3 Columns */

		.portfolio-wrapper-3 img {min-height: 200px;}

		/** Portfolio 4 Columns */

		.portfolio-wrapper-4 img {min-height: 147px;}
	} 

	@media only screen and (min-width: 768px) and (max-width: 959px) {

		/** Portfolio 2 Columns */

		.portfolio-wrapper-2 img {min-height: 229px;}

		/** Portfolio 3 Columns */

		.portfolio-wrapper-3 img {min-height: 157px;}

		/** Portfolio 4 Columns */

		.portfolio-wrapper img {min-height: 115px;}
	}

	.content .flexslider img {
		margin-bottom: 0;
	}