
/*****************************************************
  * DH Interactive Ltd:
  * Duncan Hart
  * http://www.dhinteractive.co.uk
  *
  * Client: Catherine Hayward
  * Client: http://www.catherinehaywardstyles.com
  *
  * Author: Duncan Hart
  * Author: http://www.dhinteractive.co.uk <support@dhinteractive.co.uk>
  *
  *Date 04/2013	- Created
  *
 *****************************************************
 */
 
/*****************************************************
* Font
/*****************************************************
*/

/* @import url("//hello.myfonts.com/count/268de2"); */

@font-face {
	font-family: 'GillSansMTStd-Medium';
	src: url('../_fonts/webfonts/268DE2_0_0.eot');  /* IE9 */
	src: url('../_fonts/webfonts/268DE2_0_0.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/webfonts/268DE2_0_0.woff') format('woff'),
		url('../_fonts/webfonts/268DE2_0_0.ttf') format('truetype');
}

/*****************************************************
* Global
/*****************************************************
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #858585;
}

* {
  padding: 0;
  margin: 0;
}

body {
	margin-left: 50px;
	margin-right: 50px;
	font-family: GillSansMTStd-Medium;
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width: 940px) {
	
	body {
		margin-left: 20px;
		margin-right: 20px;		
	}

}

/*****************************************************
* Container
/*****************************************************
*/

#container {
	position: relative;
	margin: 0 auto;
	float: left;
	height: 100%;
	width: 100%;
	/* min-width: 860px; */
	color: #000000;
}

#container a:link, #container a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#container a:hover {
	color: #fad65d;	
}

.highlight {
	color: #fad65d;
}

.lowlight {
	color: #CCCCCC;
}

.coming_soon {
	float: left;
	padding-top: 20px;
	color:#FFFFFF;
	font-family: Courier;
	font-size: 12px;
	letter-spacing: 2px;
	height: 46px;
}

/*****************************************************
* Header
/*****************************************************
*/

#header {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	height: 81px;
	width: 100%;
}

#header_logo, #header_logo a:link, #header_logo a:visited, #header_logo a:hover {
	font-size: 32px;
	letter-spacing: 7px;
	height: 40px;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #000000;
}

#header_logo {
	float: left;
}

#header_divid {
	float: left;
	width: 100%;
	margin-top: 4px;
	height: 2px;
	background-image: url('../_img/_global/dotted.gif');
	background-repeat:repeat-x;
	background-size: 5px 2px;
	/* border-bottom: 2px dotted #FFF; */
}

@media screen and (max-width: 940px) {

	#header {
		margin-top: 30px;
		height: 90px;
	}

	#header_logo {
		float: none;
		text-align: center;
		font-size: 100%;
		background-image: url('../_img/_global/dotted.gif');
		background-repeat:repeat-x;
		background-size: 5px 2px;
		background-position: left bottom;
	}

	#header_logo a:link, #header_logo a:visited, #header_logo a:hover {
		font-size: 60%;
	}

	#header_divid {
		margin-top: 40px;
	}

}

/*****************************************************
* Footer
/*****************************************************
*/

#footer {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	opacity: 0;
}

#footer_divid {
	width: 100%;
	height: 2px;
	background-image: url('../_img/_global/dotted.gif');
	background-repeat:repeat-x;
	background-size: 5px 2px;
	/* border-bottom: 2px dotted #FFF;	*/
}

#footer_navigation {
	width: 100%;
	height: 20px;
	margin-top: 14px;
}

/*****************************************************
* Navigation (Primary)
/*****************************************************
*/

.nav  {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 22px;
}

.nav li {
	float: left;
	cursor: pointer;
	list-style-type: none;
	font-family: GillSansMTStd-Medium;
	font-size: 14px;
	letter-spacing: 3px;
}

.nav .divid {
	width: 20px;
	color: #FFFFFF;
	text-align: center;
}

.nav li a:link, .nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.nav li:hover {
	color: #fde000;
}

.nav li.current a {
	color: #fde000 !important;
}

.nav-toggle {
	display: none;
}


@media screen and (max-width: 940px) {

	.nav {
		position: absolute;
		display: none;
		z-index: 1005;
		margin-top: 64px;
		padding-bottom: 10px;
	}

	.nav ul {
		float: left;
		width: 100%;
		height: auto;
		/*
		background-image: url('../_img/_global/dotted.gif');
		background-repeat:repeat-x;
		background-position: left bottom;
		background-size: 5px 2px;
		*/
		background-color: #858585;
		/* border-bottom: 5px solid #FFFFFF; */
	}

	.nav ul li {
		width: 100%;
		float: left;
		height: 30px;
		text-align: center;
	}

	.nav .divid {
		display: none;
	}

	.nav-toggle {
  		position: absolute;
  		display: block;
 		background-image: url('../_img/_global/hamburger.png');
  		background-size: 25px 50px;
  		background-position: 0px 0px;
  		background-repeat: no-repeat;
  		width: 25px;
  		height: 25px;
  		overflow: hidden;
  		cursor: pointer;
  		-webkit-user-select: none; /* webkit (safari, chrome) browsers */
  		-moz-user-select: none; /* mozilla browsers */
  		-khtml-user-select: none; /* webkit (konqueror) browsers */
  		-ms-user-select: none; /* IE10+ */
  		z-index: 1001;
  	}

  	.nav-toggle:hover {
  		/* background-position: 0px -25px; */
  	}

}

/*****************************************************
* Navigation (Tertiary)
/*****************************************************
*/

#menu_3  {
	margin: 0;
	padding: 0;
	float: left;
}

#menu_3 ul {
	float: left;
	width: 600px;
}

#menu_3 li {
	float: left;
	cursor: pointer;
	list-style-type: none;
	font-family: Courier;
	font-size: 12px;
	letter-spacing: 2px;
	width: 100%;
}

#menu_3 a:link, #menu_3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu_3 a:hover {
	color: #fde000;
}

#menu_3 .current {
	color: #fde000;
}

/*****************************************************
* Thumbnail Grid
/*****************************************************
*/

.thumbnail_grid {
	/* max-width: 1200px; */
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	margin-top: 131px;
}
    
.thumbnail_grid .item {
	overflow: hidden;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.thumbnail_grid .item img {
	width: 102%;
	max-width: 100%;
	height: auto;
}

.thumbnail_grid .item-1 {
	position: relative;
	width: 18%;
	margin-right: 2.5%;
	float: left;
	display: inline;
	margin-bottom: 2.5%;
}

.thumbnail_grid .item-2 {
	position: relative;
	width: 38.5%;
	margin-right: 2.5%;
	float: left;
	display: inline;
	margin-bottom: 2.5%;
}

.thumbnail_grid .last {
	margin-right: 0;
}

.thumbnail_grid .item-1 .text, .thumbnail_grid .item-2 .text {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.thumbnail_grid .item-1 .block, .thumbnail_grid .item-2 .block {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}

.img_title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 3px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: none;
}

.thumbnail_text_control {
	top: 50%;
	margin-top: -16px;
}

.preload_1, .preload_2 {
	float: left;
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('../_img/_global/preload1.gif') center center no-repeat;
}

.preload_2 {
	z-index: 501;
	margin-top: 142px;
	margin-left: 0px;
	display: none;
}


/*****************************************************
* Responsive Override
/*****************************************************
*/

@media screen and (max-width: 940px) {

	.thumbnail_grid .item-1 {
		width: 100%;
	}

	.thumbnail_grid .item-2 {
		width: 100%;
	}
	
}


/*****************************************************
* Contact & About Page(s)
/*****************************************************
*/

.template_1 {
	position: relative;
	float: left;
	width: 100%;
	font-family: Courier;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}

.template_1 .title {
	width: 100%;
	font-size: 14px;
	color: #fad65d;
	letter-spacing: 1px;
	padding-top: 2px;
	height: 36px;
	margin-bottom: 16px;
	background-image: url('../_img/_global/dotted.gif');
	background-repeat:repeat-x;
	background-size: 5px 2px;
	background-position: 0 34px;
}

.template_1 .description {
	float: left;
	width: 100%;
	min-height: 500px;
	color: #FFF;
	margin-bottom: 22px;
}

@media screen and (max-width: 940px) {
	
	.template_1 .title {
		margin-top: 12px;
	}

}

/*****************************************************
* large Preview
/*****************************************************
*/

.preview_images {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 19px;
	/* min-height: 380px; */
}

.preview_images > img {
	border: 5px solid #FFFFFF;
	height: 100%;
}

.preview_footer {
	position: relative;
	float: left;
	margin-top: 30px;
	width: 100%;
	height: 120px;
	background-image: url('../_img/_global/dotted.gif');
	background-repeat:repeat-x;
	background-size: 5px 2px;
	padding-top: 15px;
	color: #FFF;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Courier;
	clear: both;
}

.preview_arrow_n, .preview_arrow_p, .preview_back, .preview_next, .preview_prev {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 15px;
	width: 20px;
	height: 16px;
	background: #FF0000;
	background: url('../_img/_global/arrows_n.png') no-repeat;
	background-position: 0px 0px;
	background-size: 20px 17px;
	cursor: pointer;
	display: hide;
}

.preview_arrow_p {
	margin-right: 34px;
	background: url('../_img/_global/arrows_p.png') no-repeat;
	background-position: 0px 0px;
	background-size: 20px 17px;		
	cursor: pointer;
}

.preview_back {
	width: 200px;
	height: 16px;
	text-align: right;
	margin-top: 95px;
	background: none;
}

.preview_next {
	left: 0px;
	width: 100%;
	margin-top: 140px;
	background: none;
}

.preview_back a:link, .preview_back a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.preview_back a:hover {
	text-decoration: none;
	color:#fad65d;
}

/*****************************************************
* Panels Template
/*****************************************************
*/

.panel_1, .panel_2 {
	display: block;
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.panel_2 {
	margin-left: 3%;
}

.panel_2 img {
	width: 100%;
	height: auto;
	border: 5px solid #FFF;
}

@media screen and (max-width: 940px) {

	.panel_1 {
		width: 100%;
	}

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

	.panel_2 img {
		width: 97%;
	}

}


/*****************************************************
* Video Template
/*****************************************************
*/

.video_template {
	position: relative;
	margin-top: 131px;
	min-height: 550px;
}

.video_column_1, .video_column_2 {
	margin-top: 10px;
	float: left;
	width: auto;
	margin-right: 20px;
}

.video_column_2 {
	width: 600px;
	font-size: 14px;
	margin-right: 0px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Courier;
}

.video_border {
	border: 5px solid #FFF;
	background-color: #000;
}

/*****************************************************
* Instagram Grid
/*****************************************************
*/

.instagram_grid {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.instagram_grid .item {
	float: left;
	width: 23.5%;
	height: auto;
	margin-right: 2%;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
}

.instagram_grid .item.first {
	clear: both;
}

.instagram_grid .item.last {
	margin-right: 0px;
}

.instagram_grid .item img {
	width: 100%;
	margin-bottom: 10px;
}

.instagram_grid .item .text {
	min-height: 110px; 
}

.instagram_grid .item .hash {
	color: #fad65d;
}

@media screen and (max-width: 940px) {

	.instagram_grid .item {
		width: 100%;
	}

}




/*****************************************************
* Social
/*****************************************************
*/

.social_container {
	position: absolute;
	right: 0px;
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
	height: 25px;
	width: 100px;
	z-index: 300;
}

a.social {
 	/*float: right; */
	display: block;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}

a.linkedin {
	background: url('../_img/_social/linkedin.png');
}

a.twitter {
	background: url('../_img/_social/twitter.png'); 
}

a.facebook {
	background: url('../_img/_social/facebook.png'); 
}

a.instagram {
	background: url('../_img/_social/instagram.png'); 
}

a.linkedin, a.twitter, a.facebook, a.instagram {
	background-size: 25px 50px;
	background-repeat: no-repeat;
}

a.linkedin:hover, a.twitter:hover, a.facebook:hover, a.instagram:hover {
	background-position: 0px -25px; 
}

@media screen and (max-width: 940px) {
	
	.social_container {
		z-index: 300;
	}

	a.social {
		
	}

}



