@charset utf-8;
/*--
	Theme Name: wp012
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:1000px;
	}
body{
	color: #828282;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: #ffffff url(images/bg.jpg) top center no-repeat
 }
#main {
	font-size:.875em;
	background: url(images/main_cont.png) top center repeat-y;
	min-width: 1000px
}

.container {
	width: 960px;
	margin: 0 auto!important;
	position:relative;
}



/* List styling */
dl dt {
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}

img {
  height: auto;
  max-width: 100%;
}

/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:9;
	position: relative;
}
#header-widget{
	border: 1px solid #f00
}

/* ---- Top Area -----*/
#top_area .container{
	background: url(images/top.png);
	height: 105px;
	margin: 0 auto
}




/* Logo */
.logo {
	margin: 45px auto;
	width: 210px
	}
	.logo h1,
	.logo h2 {
		font-size:83px;
		line-height:1.2em;
		margin-bottom:0;
		text-transform:uppercase;
		letter-spacing:-6px;
		border:none;
		padding:0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
			}
.description {
	position:absolute;
	left:187px;
	top:82px;
	font-size:12px;
	color:#a0a0a0;
	width:75px;
	}
#slogan {
	position:absolute;
	top:82px;
	right:133px;
	width:110px;
	font-size:12px;
	color:#a0a0a0;
	}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	height:57px;
	width: 100%;
	padding-top: 0px;
	float: left;
}
nav.primary .responds{
	display: none
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	float: left;
	border-bottom: 1px solid #000
}
.page-template-page-home-php .sf-menu ul{
	padding-top: 25px
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 188px; /* left offset of submenus need to match (see below) */
	padding:10px 0 5px;
	background: url(images/dropNav.png);
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
	display: inline;
	text-align: center;
	float: none
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			55px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			-22px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu a {
	text-decoration:none;
	color:	#212121;
}
.sf-menu a:hover {
	text-decoration:none;
	}
.sf-menu > li {
	margin:0 ;
	padding: 0;
	float: left;
	width: 188px
	}
	.sf-menu > li > a {
		margin-left:0;
		color:#e3f0f8;
		text-align: left;
		font-size:16px;
		font-family: 'open_sansbold';
		line-height:37px;
		padding: 10px 0px 20px 0px;
		background: url(images/nav.gif) left top repeat-x;
		border-right: 1px solid #6b6a6a;
		border-left: 1px solid #222121;
		height: 27px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		padding-left: 15px
		}
		.sf-menu > li > span {
			display: block;
			height: 2px;
			width: 187px;
			position: absolute;
			bottom: 10px;
			left: 1px
		}
		.sf-menu > li > a:hover,
		.sf-menu > li.sfHover > a,
		.sf-menu > li.current-menu-item > a{
			color:#ffffff!important;
			height: 37px;
			margin-top: -10px
			}
			.sf-menu > li > a:hover span,
			.sf-menu > li.sfHover > a span,
			.sf-menu > li.current-menu-item > a span{
				}
li.home span{
	background: url(images/color1.gif) left 0px repeat-x;
}	
li.about span{
	background: url(images/color2.gif) left 0px repeat-x;
}	
li.services span{
	background: url(images/color3.gif) left 0px repeat-x;
}	
li.projects span{
	background: url(images/color4.gif) left 0px repeat-x;
}	
li.contacts span{
	background: url(images/color5.gif) left 0px repeat-x;
}			
		
.sf-menu li li {
	float:none;
	padding:0px;
	text-align: left;
	min-width: 188px;
	
}
	.sf-menu li li a {
		font-size:14px;
		color:#e3f0f8;
		line-height:20px;
		padding:4px 15px;
		text-align: left;
		min-width: 158px;
		width: auto;
		font-family: 'open_sansregular';
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		white-space: nowrap;
		}
	.sf-menu li li a:hover,
	.sf-menu li li.sfHover > a,
	.sf-menu li li.current-menu-item > a{
		color: #ffd200;
		}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Slider
---------------------------------------- */
.flexslider-holder {
	background: #282a2c;
	padding: 20px;
	border-top: 2px solid #5a5a5a;
}
.flexslider-container{
  height: 401px;
  background: #ffffff url(images/loading.gif) 50% 50% no-repeat;
}

/* Under Slider Area
---------------------------------------- */
.under_slider{
	height: 160px;
	padding: 40px 0
}

/* Before Content Area
---------------------------------------- */
#before_content{
	position: relative;
	background: url(images/line.gif) left top repeat-x;
	padding: 40px 0
} 
	#before_content h1{
		border-bottom: none;
		font-size: 40px;
		line-height: 40px;
		color:#282a2c;
		margin:0 30px 0 0 ;
		font-family: 'open_sans_lightregular';
		font-weight: normal;
		float: left;
		width: 330px
	}
	#before_content h1 span{
		color: #73b0bd
	}
		
/* Content Home
---------------------------------------- */
.content_home{
	background: url(images/line.gif) left top repeat-x;
	padding: 40px 0
}
.content_home h2 span{
	color: #73b0bd
}
ul li {
	background: url(images/list.gif) left no-repeat;
	padding-left: 20px;
	font-family: 'open_sansregular';
	font-size: 13px;
	line-height: 18px;
	color: #828282;
	margin: 4px 0
}

/* After Content
---------------------------------------- */
#after_content{
	background: url(images/line.gif) left top repeat-x;
	padding: 40px 0
}
#after_content h4{
	margin-left: 10px
}

/* Content
---------------------------------------- */
#main {
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}
.page-template-page-home-php .primary_content_wrap{
	margin-top: 0;
	padding: 0
}
.primary_content_wrap {
	position:relative;
	z-index:8;
	margin: 0px;
	padding: 40px 0
	}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #474747
}

strong{
	font-family: 'open_sansregular';
	font-size: 14px;
	display: block;
	color: #787a7b;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 14px
}
.read{
	font-size: 13px;
	color:#ffffff;
	display: block;
	background: #c4c4c4;
	height: 36px;
	float: left;
	clear: both;
	margin-top: 10px;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	font-family: 'open_sansbold';
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
	.read:hover{
		color: #fff;
		background: #282a2c
	}
	.time_author{
		float: right;
		color: #929292;
		padding-top: 15px
	}
		.time_author a{
			color:#639fab;
		}

/* Page title
---------------------------------------- */		
h1.entry-title{
	font-family: 'open_sansregular';
	font-size: 50px;
	margin-top: -105px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
	text-shadow: 1px 1px 4px #212c2c;
}

/* Top Content
---------------------------------------- */	
.top-content{
	height: 125px
}
/* Content on the Page
---------------------------------------- */	
.content-page{
	background: #ffffff;
	width: 980px;
	margin-left: -10px;
	padding:30px 0 
}

.divider{
	background: url(images/line_content.gif) 23% top repeat-y;
}
.divider_pos_left{
	background: url(images/line_content.gif) 34.7% top repeat-y;
}
.divider_pos_right{
	background: url(images/line_content.gif) 59.3% top repeat-y;
}

/* Comments
---------------------------------------- */
h2#comments {
	padding-top:25px;
	margin-bottom:35px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
	}
			li.comment .comment-body {
				padding:33px 25px 85px 112px;
				position:relative;
				zoom:1;
				border:2px solid #cfcfcf;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:22px;
				background: #f2f2f2
				}
			.comment-author .fn {
				display:block;
				position:absolute;
				left:28px;
				bottom:25px;
				font-style:normal;
				color:#3789bf;
				}
			.comment-author .says {
				display:none;
				}
		.comment-meta {
			color:#999;
			position:absolute;
			left:0;
			bottom:25px;
			text-align:right;
			width:445px;
			}
			.comment-meta a {
				text-decoration:none;
				}
			.comment-meta a:hover {
				text-decoration:underline;
				}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:27px;
				top:33px;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 20px;
					}
					.commentlist ul.children li.comment {
						background:none!important;
						padding:0;
						}
				
				.reply {
					position:absolute;
					right:38px;
					bottom:25px;
					}
					.reply a {
						display:inline-block;
						color:#639fab;
						text-decoration:underline;
						font-size:14px;
						line-height:1.2em;
						}
					.reply a:hover {
						text-decoration:none;
						}
				
				
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}

/* Post
---------------------------------------- */

article {
	margin-bottom:35px;
	width:100%;
	position:relative;
	clear:both;
	background: url(images/line.gif) left bottom repeat-x;
	padding-bottom: 45px
	}

/* Post header */
article header h2 {
	font-size: 25px;
	line-height: 30px;
	color: #282a2c;
	margin:0 0 10px;
	padding-bottom:5px;
	}
	article header h2 a {
		text-decoration:none;
		color: #282a2c
		}
	article header h2 a:hover {
		color: #73b0bd;
		text-decoration: none
		}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	margin-top: 7px
	}
time{
	color: #c4c4c4
}
/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 25px 10px 0;
	max-width: 100%;
	max-height: 100%
}
	.featured-thumbnail .img-wrap {
		display: block;
		position: relative;
		}
		.featured-thumbnail .img-wrap img{
			padding: 0;
			border: none;
			background: none
		}
	.featured-thumbnail .img-wrap:hover {
		}
	.featured-thumbnail.no-hover .img-wrap:hover {
		background:#a3b9c5 !important;
		border-color:#eeeeee !important;
		}
		.featured-thumbnail img {
			float:left;
			position: relative;
			display: block;
		    float: left;
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:left;
		}
	.featured-thumbnail.large img {
		width:100%;
		height:auto;
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:url(images/magnify.png) no-repeat 50% 50%;
		display:block;
		float:left;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:1.5em;
		color:#474747;
		line-height: 18px
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
article footer {
	clear:both;
	}
	article footer a {
		display:inline-block;
		color:#73b0bd;
		text-decoration:underline;
		font-size:12px;
		line-height:1.2em;
		margin-right:2px;
		}
		article footer time{
			margin-left: 10px
		}
article footer a.read{
	margin-top: 0
}	
article footer a.link{
	margin-top: 15px
}	
article.single-post footer {
	margin-top:20px;
	}
	.read-more{
		text-decoration: underline;
	}
	.read-more:hover{
		text-decoration: none;
	}
	.comments-link:hover{
		text-decoration: none
	}	

/* Meta information for post */
.post-meta {
	width:100%;
	color:#777777;
	overflow:hidden;
	margin-bottom:1em;
	font-weight: normal;
	font-size: 16px
	}
	.single-tours .post-meta {
	  display: none;
	}
	.post-meta a {
		text-decoration:underline;
		}
	.post-meta a:hover {
		text-decoration:none;
		}
	
	.post-navigation {
		
	}
.single-portfolio .post-meta{
	display: none
}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 15px 0;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0px 10px 0;
	}
.alignnone {

	}

article .post-content img {
	max-width:710px;
	}

.frame {
	text-align:center;
	padding:0 40px 30px 40px;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}
.primary_content_wrap a img:hover{
}




/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older a, .newer a{
	} 
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	clear: both;
	padding-top: 50px
	
}
	#recent-author-comments ul li {
		font-family:Arial, Helvetica, sans-serif;
		background: none;
		padding-left: 0
		}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 100px 0;

}
	.error404-num {
		font-size:300px;
		line-height:0.9em;
		color:#000;
		text-align:center;
		text-shadow: 5px 7px 7px #7d7d7d;
		font-weight: bold;
		width: 59%;
		float: left
		}
	#error404 strong {
		margin:0 0 0 0;
		padding-top:50px;
		font-size:45px;
		line-height: 1em;
		color: #000 
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
		#error404 h4{
			font-size: 20px;
			color: #000;
			text-transform: none;
			line-height: 25px;
			margin: 20px 0
		}
		#error404 .text-404{
			width: 41%;
			float: left
		}
		#error404 #searchform .searching{
			background: #ffffff;
			border: 1px solid #d3d3d3;
			-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
			box-shadow: inset  2px 2px 5px 0px  #ddd;
			padding: 13px 10px!important;
			width: 195px!important
		}
		#error404 #searchform .submit{
			background: url(images/icons/searchbox404.png) left top no-repeat!important;
			width: 71px!important;
			height: 42px!important;
			clear: none!important;
			position: absolute!important;
			right: -71px!important;
			top: 0!important
		}

/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:0em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Gallery */
.header-title {
	margin-bottom:2.6em;
	margin-top: 5px;

	}
.header-title h1 {
	font-family: 'open_sans_lightregular';
	font-size: 40px;
	color: #282a2c;
	font-weight: normal;
	border-bottom: none;
	}
.header-title .page-desc {
	font-size:.91em;
	color:#999;
	}

.folio-desc a.more{
	background: none repeat scroll 0 0 #1E1E1E;
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	padding: 13px 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	text-transform: uppercase 
}
.folio-desc a.more:hover{
	background: #676767;
	color: #fff
}
* + html #gallery .portfolio li {
  display: inline;
}
	
#gallery .portfolio {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-template-page-projects-full-php .header-title h1 {
	margin-left: 10px
}
#gallery .portfolio li {
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 40px!important;
	border-bottom: none;
	margin-right: 19px;
	background: none!important;
	padding-left: 0!important;
}

#gallery .portfolio li.nomargin {
	margin-right: 0 !important;
}

#gallery .portfolio li a.image-wrap {
	display:block;
	overflow:hidden;
	width:290px;
	height:180px;
	position:relative;
	background:#fff url(images/loading.gif) 50% 50% no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin: 0 0 15px 0;
	}
#gallery .portfolio li a.image-wrap:hover {
	}
	#gallery .portfolio li a.image-wrap img {
		display: none;
		float: left;
		border: none
		}

#gallery .portfolio .folio-desc {
	margin-bottom:0;
	color: #878787;
	line-height: 18px;
	}
	#gallery .portfolio .folio-desc h4{
		margin-bottom: 5px;
		font-family: 'open_sansregular';
		font-size: 14px;
		font-weight: normal;
		text-transform: none;
	}
	#gallery .portfolio .folio-desc h4 a{
		color: #787a7b;
		display: block;
		font-family: arial;
		line-height: 20px;
		text-decoration: none
	}
		#gallery .portfolio .folio-desc h4 a:hover{
			color: #639fab
		}
#gallery .portfolio p.excerpt {
	padding:0;
	}


#gallery .portfolio .folio-desc a.read{
	margin-top: 0px;
	float: left
}
#gallery .portfolio .folio-desc a.read:hover{
	text-decoration: none;
}
.zoom-icon {
	display:block;
	position:absolute;
	left:1px;
	top:-150px;
	width:290px;
	height:180px;
	background:url(images/magnify.png) 50% 50% no-repeat;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	}
#gallery .portfolio li a.image-wrap:hover .zoom-icon {
	top:1px;
	}
.line{
	background: url(images/line.gif) left top repeat-x;
	height: 2px;
	clear: both;
	margin: 40px 0
}


/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
  clear: both;
  overflow: hidden;
  text-align: center;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
  text-decoration: none;
  padding: 2px 8px;
  margin-right: 3px;
  display: inline-block;
  background: #c4c4c4;
  color: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;
   border: none
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi span.current {
  color: #b5e7f1;
  background: #282a2c
}
#content .wp-pagenavi span.current {
  font-weight: bold;
}
#content .wp-pagenavi .pages {
  float: right;
  border: none;
  color: #999;
  display: none
}

/* Clients
---------------------------------------- */
.clients img.alignleft{
	padding:0;
	margin: 0 18px 18px 0 
}

/* Sidebar
---------------------------------------- */
#sidebar {
  color: #828282;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0 0 0 ;
}
	#sidebar h3{
		font-size:25px;
	    line-height:25px;
	    color:#282a2c;
	    margin:0 0 15px;
	    font-family: 'open_sans_lightregular';
	    font-weight: normal;
	    padding:0 
	}
	#widget-sidebar {
		
	}
		.widget {
			padding-top:40px;
		}
		.widget:first-child {
			padding-top:0;
			}
		.widget ul{
			margin-bottom: 0
		}
		.widget ul li:last-child {
			border-bottom: none;
			}

		.widget > ul > li:first-child {
			border-top:none;

			}
			.widget ul ul {
				border-bottom:none;
				}
	
/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}

/* Tag cloud */
.tagcloud {
	text-align:center;
	}
	.tagcloud a {
		line-height:hormal;
		text-decoration:none;
		}
	.tagcloud a:hover {
		color:#999;
		}



/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		border:5px solid #dfdcdc !important;
		padding:30px !important;
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		margin-bottom:-5px;
		line-height:18px;
		}
		.post_list li img {
			float:left;
			margin:0 10px 5px 0;
			}
		.post_list li a.post-title {
			color:#212121;
			font-size:13px;
			line-height:18px;
			}
		.post_list li .post_content {
			line-height:24px;
			padding-top:8px;
			}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #dfdcdc;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}




/* Recent Posts */
#my_postwidget-2{
		float: left
	}
		#my_postwidget-2 h2{
			text-transform: none;
			margin-bottom: 20px
		}
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	color: #535353;
	font-size: 13px;
	line-height: 18px
	}
	ul.latestpost li {
		list-style-type:none;
		background: none!important;
		border-bottom: none!important;
		padding: 0!important;
		float: left;
		margin-top: 0;
		margin-bottom: 0
		}
		.latestpost li div.excerpt{
			margin-bottom:8px;
			position:relative;
			padding: 0 0 0px 0px!important;
			font-family: 'open_sansregular';
			color: #787a7b;
			font-size: 14px
		}
		.latestpost li div.extra-wrap{
			font-family: Arial;
			color: #c4c4c4;
			font-size: 12px;
			margin-bottom: 5px
		}
		.latestpost li a {
			text-decoration:none;
			color:#3fa5b9!important;
			text-transform: none!important;
			font-weight: normal!important;
			font-size:12px;
			}
			.latestpost li a:hover {
				color:#000!important;
				}
		.latestpost li p{
			color: #9b9b9b;
			margin-bottom: 0
		}
		.latestpost li a:hover {
			text-decoration:underline;
			color:#3fa5b9!important;
			}
.link a{
	display: block;
	margin-top: 35px;
	background: #f3f3f3;
	border: 1px solid #a5a5a5;
	width: 117px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
	color: #828282!important;
}
#my_postwidget-2 .text-styled{
	border-top: 1px solid #272d42;
	display: block;
	padding-top: 10px
}

/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
/* Carousel widget */
.es-carousel-wrapper {
  position: relative;
  width: 940px;
}
.es-carousel {
  overflow: hidden;
  width: 720px;
  float: right;
}
	.es-carousel ul {
	  display: none;
	}
		.es-carousel ul li {
		  height: 100%;
		  float: left;
		  display: block;
		  list-style-type: none;
		  padding: 0;
		  margin: 0 20px;
		  color: #fff;
		  position: relative;
		}
		.es-carousel ul li a{
			display: block;
			text-decoration: none
		}
			.es-carousel ul li .thumbnail {
			  display: block;
			}
				.es-carousel ul li a img {
				  display: block;
				  border: none;
				  max-height: 100%;
				  max-width: 100%;
				}
.es-nav{
	position: absolute;
	left: 45px;
	top: 120px
}				
.es-nav span {
  position: absolute;
  top: 50%;
  left: -45px;
  background: transparent url(images/nav_carousel.gif) no-repeat bottom left;
  width: 20px;
  height: 20px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
  display: block!important;
}
.es-carousel ul li h4 {
  margin-bottom: .5em;
}
.es-carousel ul li .excerpt {
  margin-bottom: 10px;
}
.es-nav span.es-nav-next {
  right: 0px;
  left: auto;
  background-position: bottom right;
  display: block;
}
.es-nav span.es-nav-next:hover {
  background-position: top right;
}
.es-nav span.es-nav-prev:hover {
  background-position: top left;
}
.overlay h2{
	font-family: 'open_sansbold';
	font-size: 16px;
	line-height: 16px;
	color:#282a2c;
	margin: 60px 0 0 20px
}
.overlay p{
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 25px;
	color:#282a2c;
	margin: 0 0 0 20px
}
.es-carousel li a .overlay {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.es-carousel li a:hover .overlay{
	opacity: 1
}
.text-styled{
	width: 205px;
	display: block;
	color: #9d9d9d
}
.text-styled h4{
	color: #282a2c;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	margin: 0 0 10px 0!important;
	letter-spacing: -0.025em;
	font-size: 16px;
}
.text-styled a{
	background: url(images/text-styled.gif) left no-repeat;
	font-size: 12px;
	color: #9d9d9d!important;
	z-index: 9
}
.text-styled p.moretext{
	margin-top: 50px;
	position: absolute;
	color: #282a2c
}

/* Banner widget */
.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
	.banners-holder li {
	  list-style-type: none;
	  float: left;
	  margin: 0 3px 3px 0;
	  padding: 0;
	}
		.banners-holder li img {
		  vertical-align: top;
		  float: left;
		}


/* Carousel */
		div.carousel{ 
			height:200px; 
			margin-top:0px;
			position:relative; 
			padding-top:0px; 
			margin-left:14px;
			float: right;
		}
			div.carousel ul li{ 
				float:left; 
				margin:0 12px; 
				width:160px;
				height: 160px;
				background: url(images/shadow.png)  -5px 103px no-repeat;
				position: relative;
				z-index: 0;
				border-bottom: none
			}
				div.carousel ul li .featured-thumbnail { 
					display:block; 
				}
				div.carousel ul li a img{ 
					width:160px; 
					height:160px;
					border: none
				}
				div.carousel .overlay {
				  background: none repeat scroll 0 0 rgba(215, 51, 0, 0.75);
				  height: 100%;
				  left: 0;
				  opacity: 0;
				  overflow: hidden;
				  position: absolute;
				  top: 0;
				  width: 100%;
				}
				div.carousel li a:hover .overlay{
					opacity: 1
				}
				a.prev{ 
					display:block; 
					position:absolute; 
					width:20px; 
					height:20px; 
					background:url(images/prevnext.png) left bottom no-repeat; 
					left:0; 
					top:87px}
				a.next{ 
					display:block; 
					position:absolute; 
					width:20px; 
					height:20px; 
					background:url(images/prevnext.png) right bottom no-repeat; 
					right:0; 
					top:87px}
				 a.prev:hover{ 
					background-position: left top; 
					cursor:pointer}
				a.next:hover{
					background-position: right top; 
					cursor:pointer
				}


/* Footer
---------------------------------------- */
#footer {
	padding:40px 0 30px 0;
	background: url(images/footer.gif) top center repeat-y;
	position: relative;
	z-index: 5;
	color: #757575;
	min-width: 1000px;
	font-size: 12px
}
#footer a{
	color: #73b0bd
}
	.socials{
		margin-top: 15px
	}
		.socials p{
			float: left;
			font-size: 12px;
			color: #747474;
			font-family: 'open_sansregular';
			margin:12px 12px 0 0
		}
		.socials a{
			height: 39px;
			display: block;
			float: left;
		}
		.socials a:hover{
			background: #73b0bd
		}
#footer h4{
	font-size: 14px;
	color: #c4c4c4
}
#footer-text span{
	padding: 0 10px
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 220px;
	margin-left: 475px;
	left: 53%
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 82px;
	display: block;
	margin-bottom: 0px;
	background: url(images/totop_scroller.png) top no-repeat;
	/* background color transition */
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#back-top span:hover{
	margin-bottom: 7px;
}



/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle ~ br {
	display:none;
	}

.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area:first-child {
	padding-top:0;
	}

.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	} 

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:24px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}


/* EasyTooltip */
#easyTooltip{
	padding:3px 8px;
	background:#000;
	color:#fff;
	font-size:10px;
	z-index:9999;
	}


/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	clear: both;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
.wpcf7 p{
	margin-bottom: 10px
}
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #d6d6d6;
	outline:none;
	color: #505050!important
}
input[type="text"], textarea {
	background:#e0e0e0 url(images/input.gif) left top repeat-x;
	border: 1px solid #d4d4d4;
	padding:8px 10px;
	width: 92%;
	}
textarea{
	height: 170px
}
#searchform input[type="reset"] {
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	cursor:pointer;
	box-shadow: none;
	float: none;
	text-transform: none;
	background: url(images/searchbox_magnifier.png) left top no-repeat;
	width: 41px;
	height: 36px;
	text-indent: -9999px;
	float: left
	}
input[type="submit"]{
	clear: both;
	color: #fff!important;
	display: block;
	float: left;
	margin-top: 0;
	text-decoration: none;
	background: #C4C4C4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	height: 32px;
	border: none;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	font-family: 'open_sansbold';
	font-size: 13px;
	line-height: 20px;
	padding: 3px 15px 0;
	text-transform: uppercase;
	}

	input[type="submit"]:hover{
		color: #fff!important;
		background: #212121
	}
	.wpcf7-submit{
		margin-left: 0
	}
input[type="reset"] {
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	cursor:pointer;
	height:24px;
	color: #255b7b
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration:none;
	}
	
/* Contact form */
.wpcf7-form p.field {
  margin-bottom: 15px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.wpcf7-form label{
	display: block;
	margin:3px 0  5px
}
.wpcf7-form p.field input {
  width: 275px;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form textarea {
  width: 257px;
  max-width: 257px;
  min-width: 257px;
  height: 140px;
  min-height: 140px;
  overflow: auto;
  margin-bottom: 17px;
}
.wpcf7-form .submit-wrap {
  padding: 0;
  margin: 0;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  width: 286px !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  padding: 5px 0 4px 10px !important;
  background: #f3b7b7 !important;
  color: red !important;
  border: none !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:13px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		width: 200px
		}
	#commentform input[type="text"] {
		width:205px;
		}
	#commentform textarea {
		width:440px;
		height:160px;
		min-width:440px;
		max-width:590px;
		min-height:100px;
		padding:20px;
		overflow:auto;
		border: 1px solid #d3d3d3;
		color: #474747!important
		}

/* Sidebar search form */
#header #searchform {
	float: right;
	padding-top: 13px;
	width: 255px;
	margin-right: 30px;
	background: none
	}
	#header #searchform .searching{
		background: #fff;
		padding: 9px 9px 8px 9px;
		color: #222222!important;
		width: 233px;
		-moz-border-radius:25px!important; 
		-webkit-border-radius:25px!important;
		 border-radius:25px!important;
		border: 2px solid #2153b3;
	}
	#header #searchform .submit{
		position: absolute;
		right: 5px!important;
		background: url(images/search.gif) left top repeat-x!important;
		width: 70px!important;
		height: 28px!important;
		top: 17px!important;
		-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
		color: #4e4436!important;
		text-indent: 0!important;
		font-size: 16px;
		line-height: 16px;
		text-shadow: 1px 1px #ffdb80;
		text-decoration: none;
		text-align: center;
	}
	#searchform .searching {
		background: #313234;
		padding: 8px 10px;
		color: #afafaf!important;
		width: 203px;
		border: 1px solid #b3b3b3;
		float: left;
		color: #afafaf!important;
		font-size: 13px
		}
	#searchform{
		position: relative;
		width: 223px;
		margin-bottom: 20px;
		height: 35px
	}
	#searchform .submit {
		background: url(images/search.jpg) no-repeat;
		height: 22px!important;
		clear: none;
		text-indent: -99999px!important;
		padding: 3px 10px!important;
		width: 22px!important;
		text-decoration: none;
		margin-top: 0;
		float: left;
		position: absolute;
		right: 3px!important;
		top: 10px;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	display: table
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */