@charset "utf-8";
/* CSS Document */

/**
	Lenze Site Template
 	Copyright (c) 2013, Pophonic 

	Author: Pophonic
	Profile: themeforest.net/user/pophonic
	
**/



/* ===== Reset ===== */

* {
	margin: 0;
	padding: 0;
}



/* ===== Body, Images and Typography ===== */

body {
	background-color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4e4e4e;
	line-height: 20px;
}

.clearfix {
	clear: both;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

.container {
	width: 100%;
	position: absolute;
	top: 0;
}

.container.background {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-size: cover;
}

.container.background.backimage1 {
	background-image: url(../images/background/background-image1.jpg);
}

.container.background.backimage2 {
	background-image: url(../images/background/background-image2.jpg);
}

.container.background.backimage3 {
	background-image: url(../images/background/background-image3.jpg);
}

.container.background.backimage4 {
	background-image: url(../images/background/background-image4.jpg);
}

.wrapper {
	width: 984px;
	height: auto;
	position: relative;
	margin: auto;
	z-index: 1;
}

.wrapper.boxstyle {
	margin-top: 130px;
	margin-bottom: 20px;
	text-align:justify;
}

.box-container {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 35px 35px 15px 35px;
	overflow: hidden;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-header {
	padding: 30px 35px;
	background-color: rgba(191, 18, 56, 0.85);
	overflow: hidden;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-header h1 {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 34px;
	float: left;
	margin-right: 35px;
}

.page-header p {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #959595;
	line-height: 18px;
}

.pagenav {
	margin-bottom: 10px;
	overflow: hidden;
}

.pagenav ul {
	list-style: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #7e7e7e;
	text-transform: uppercase;
	margin-left: -10px;
}

.pagenav ul li {
	display: inline;
	float: left;
	padding: 0px 10px;
	border-right: #36bfc4 solid 1px;
}

.pagenav ul li:last-child {
	border-right: none;
}

.pagenav ul li a {
	color: #36bfc4;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.pagenav ul li a:hover {
	color: #7e7e7e;
}

/* === Block Quote

blockquote {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	text-align: center;
	margin: auto;
}

.quote-icon {
	padding-top: 8px;
	padding-left: 45px;
	background: url(../images/blockquote-icon.png) no-repeat;
 === */	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.quote-subtext {
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 20px;
}

.quote-pagefullwidth {
	width: 65%;
	margin-top: 55px;
}

.quote-pagesidebar {
	width: 80%;
	margin-top: 25px;
	margin-bottom: 40px;
}

.team-quote {
	width: 55%;
	margin-top: 55px;
	margin-bottom: 5px;
}

/* === Dropcap === */

.dropcap:first-child:first-letter {
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 10px;
	color: #ffffff;
	padding: 17px;
	margin: 7px 10px 0px 0px;
	background-color: #4a4a4a;
	border-radius: 50%;
}

/* === for Firefox only === */

@-moz-document url-prefix() {
    .dropcap:first-child:first-letter {
		padding: 13px 17px;
	}
}

/* ===== End ===== */



/* ===== Home Style 2 ===== */

.banner-slide {
	width: 100%;
	height: auto;
}

/* ===== Service Section ===== */

.service-container {
	position: relative;
	background: url(../images/texture_bg.png) repeat;
	z-index: 900;
}

.servicebox {
	position: absolute;
	margin-top: -77px;
}

.servicebox ul {
	list-style: none;
	margin-left: -12px;
}

.servicebox ul li{
	width: 237px;
	float: left;
	margin-left: 12px;
}

.service-textarea {
	padding-top: 25%;
	padding-bottom: 55px;
	text-align: center;
}

.service-textarea h1 {
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1.2em;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

.service-textarea p {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin-top: 24px;
}

/* ===== Portfolio Section ===== */

/* === Filter === */
.category-filter {
	background-color: #3a3a3a;
}

.category-filter.boxstyle {
	background-color: rgba(191, 18, 56, 0.85);
}
.category-filter .wrapper {
	padding: 30px 0px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.category-filter.boxstyle .wrapper {
	padding: 15px 35px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.category-filter .center {
	text-align: center;
}

.category-filter h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	float: left;
	margin-top: -8px;
	margin-right: 35px;
	color: #ffffff;
	text-transform: uppercase;
}

.category-filter ul li {
	display: inline;
	padding: 5px;
	margin-right: 10px;
}

/* === Fullwidth Thumbnails === */

.grid-fullwidth {
	max-width:100%;
	min-width:240px;
	width:auto;
	margin:auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
 
.megafolio-container {
   width:100%; 
   position:relative;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}



/* ===== Home Style 3 ===== */

.highlight-container {
	width: 100%;
	display: table;
	background-color: rgba(255, 255, 255, 0.95);
	margin-bottom: 20px;
}

.highlight-image {
	display: table-cell;
	width: 50%;
	padding: 0 25px 0 0;
	vertical-align: top;
}

.highlight-details {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: top;
	padding: 35px;
	text-align: justify;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.highlight-details h1 {
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: -4px;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

.highlight-details p {
	margin-top: 12px;
}

.highlight-moreinfo {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	margin-right: 35px;
	margin-top: 30px;
	padding-left: 35px;
	background: url(../images/plus-link-highlight.png) no-repeat left;*/
}

.highlight-details a .highlight-moreinfo {
	color: #4e4e4e;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.highlight-details a:hover .highlight-moreinfo {
	color: #7e7e7e;
}

/* === Portfolio Thumbnails === */

.grid-box {
	max-width:100%;
	min-width:240px;
	width:auto;
	margin:auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.addmore {
	text-align: center;
	margin-top: 35px;
}

.addmore button {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #bf1238;
	padding: 10px 40px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.addmore button:hover {
	background-color: #3a3a3a;
}



/* ===== About Us ===== */

.aboutus-content {
	margin-top: 40px;
}

.our-team {
	padding: 45px 35px;
	background: url(../images/texture_bg.png) repeat;
	border-top: #ffffff solid 1px;
	overflow: hidden;
}

.team-title-area {
	width: 70%;
	margin: auto;
	margin-top: 5px;
	text-align: center;
	background: url(../images/team-title-line.png) repeat-x left;
}

.team-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	margin: auto;
	padding: 0px 30px;
	background: url(../images/texture_bg.png) repeat;
}

.our-team ul {
	list-style: none;
	margin-top: 45px;
	margin-left: -28px;
}

.our-team ul li {
	width: 286px;
	position: relative;
	text-align: center;
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-left: 28px;
}

.our-team ul li:hover > .team {
	opacity: 1;
}

.team-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/team-mask.png) no-repeat;
	background-size: cover;
	z-index: 11;
}

.team-mask:hover > .team-details {
	margin-top: 45%;
	opacity: 1;
}

.team-details {
	margin-top: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-name {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.team-position {
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 4px;
}

.team-more {
	margin-top: 18px;
}

.team-more a {
	font-size: 18px;
	font-weight: 600;
	color: #3e3e3e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.team-more a:hover {
	color: #1e1e1e;
}



/* ===== Portfolio and Gallery ===== */

.header-image {
	overflow: hidden;
}

.header-image.header-feature1 {
	background: url(../images/upload/fullwidth-header-feature-image1.jpg) no-repeat;
	background-size: cover;
}

.header-image.header-feature2 {
	background: url(../images/upload/fullwidth-header-feature-image2.jpg) no-repeat;
	background-size: cover;
}

.header-image .wrapper {
	margin-top: 57px;
	padding: 59px 0px 40px 0px;
}

.header-image h1 {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 45px;
}

.header-image p {
	width: 55%;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #ffffff;
	margin-top: 13px;
}

.header-image .pagenav {
	margin-top: 25px;
}

.header-image .pagenav ul{
	color: #ffffff;
}

.header-image .pagenav ul li {
	border-right: #ffffff solid 1px;
}

.header-image .pagenav ul li:last-child {
	border-right: none;
}

.header-image .pagenav ul li a{
	color: #ffffff;
}

.header-image .pagenav ul li a:hover{
	color: #4e4e4e;
}

.portfolio-content {
	display: table;
	padding-bottom: 40px;
	border-bottom: #ffffff solid 1px;
	overflow: hidden;
}

.portfolio-content figure {
	width: 300px;
	display: table-cell;
	vertical-align: top;
}

.portfolio-details {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.portfolio-details h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #4e4e4e;
	text-transform: uppercase;
}

.portfolio-tag {
	margin-top: 25px;
	padding-left: 25px;
	border-left: #36bfc4 solid 5px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.portfolio-tag ul {
	list-style: none;
}

.portfolio-tag ul li {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: #36bfc4;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.portfolio-tag ul li span{
	color: #7e7e7e;
	margin-left: 3px;
}

.portfolio-tag button {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	border: none;
	background-color: #36bfc4;
	border-radius: 5px;
	margin-top: 18px;
	cursor: pointer;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.portfolio-tag button:hover {
	background-color: #3a3a3a;
}

.portfolio-text {
	margin-top: 30px;
}

/* === Related Work === */

.related-work h2 {
	font-size: 24px;
	font-weight: 600;
	color: #4e4e4e;
	text-transform: uppercase;
	margin-top: 40px;
}

.related-work ul {
	list-style: none;
	margin-top: 13px;
	margin-left: -22px;
}

.related-work ul li {
	width: 212px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-top: 22px;
	margin-left: 22px;
}

.related-work ul li .thumbnail-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 50px 20px 0px 20px;
	margin-top: 30%;
	background: url(../images/lupe2.png) no-repeat top;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.related-work ul li:hover .thumbnail-title {
	margin-top: 24%;
}



/* ===== Blog ===== */

.blog-container {
	display: table;
}

.blog-lists,
.blog-details {
	display: table-cell;
	vertical-align: top;
	width: 614px;
}

.blog-lists ul {
	list-style: none;
}

.blog-lists .blog-post {
	padding-bottom: 25px;
	border-bottom: #ffffff solid 1px;
	margin-top: 35px;
}

.blog-lists .blog-post:first-child {
	margin-top: 0px;
}

.blog-lists .blog-post figure {
	position: relative;
}

.blog-meta {
	display: table;
	margin-top: 35px;
	padding-bottom: 15px;
}

.post-date {
	display: table-cell;
	width: 56px;
}

.date-box {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	background-color: #36bfc4;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.post-month {
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
}

.post-title {
	display: table-cell;
	vertical-align: top;
	padding-left: 0px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.post-title h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

.post-title h2 a {
	color: #4e4e4e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.post-title h2 a:hover {
	color: #36bfc4;
}

.post-title ul {
	margin-top: 5px;
}

.post-title ul li {
	display: inline;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	color: #36bfc4;
	text-transform: uppercase;
	margin-right: 10px;
}

.post-title ul li a {
	color: #7e7e7e;
	text-decoration: none;
	margin-left: 3px;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.post-title ul li a:hover {
	color: #4e4e4e;
}

/* === Next Page === */

.next-page ul {
	margin-top: 20px;
	float: right;
	list-style: none;
}

.next-page ul li {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #eeeeee;
	line-height: 28px;
	width: 23px;
	height: 27px;
	float: left;
	margin-left: 5px;
	text-align: center;
	background-color: #4e4e4e;
	cursor: pointer;
	
	-webkit-transition: color, background-color 0.2s ease-in-out;
	-moz-transition: color, background-color 0.2s ease-in-out;
	-ms-transition: color, background-color 0.2s ease-in-out;
	-o-transition: color, background-color 0.2s ease-in-out;
	transition: color, background-color 0.2s ease-in-out;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.next-page ul li:hover,
.next-page .page-active {
	color: #ffffff;
	background-color: #36bfc4;
}

.next {
	background: url(../images/next.png) no-repeat center;
}

.next:hover {
	background: url(../images/next-white.png) no-repeat center;
}



/* ===== Blog Single ===== */

.blog-container.blog-single {
	margin-top: 35px;
}

.blog-meta.blog-single {
	margin-top: 0px;
}

/* === Author === */

.author {
	display: table;
	margin-top: 45px;
	padding-bottom: 45px;
	border-bottom: #ffffff solid 1px;
}

.author-image {
	display: table-cell;
	vertical-align: top;
	width: 149px;
	padding-right: 25px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.author-image img {
	border-radius: 50%;
}

.author-detail {
	display: table-cell;
	vertical-align: top;
	border-left: #36bfc4 solid 5px;
}

.author-detail span {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 20px;
}

.author-detail p {
	margin: 10px 0px 0px 20px;
}

/* === Related Post === */

.related-post {
	margin-top: 43px;
	padding-bottom: 38px;
	border-bottom: #ffffff solid 1px;
	overflow: hidden;
}

.related-post h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.related-post ul {
	list-style: none;
	margin-top: 23px;
	margin-left: -14px;
}

.related-post ul li {
	width: 143px;
	float: left;
	margin-left: 14px;
}

.related-post ul li figure {
	position: relative;
}

.related-post h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 10px;
}

.related-post h4 a {
	color: #4e4e4e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.related-post h4 a:hover {
	color: #36bfc4;
}

/* === Comments === */

.blog-comment {
	margin-top: 43px;
}

.blog-comment h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-comment span {
	margin-left: 10px;
}

.blog-comment ul {
	list-style: none;
	margin-top: 38px;
}

.blog-comment ul li {
	display: table;
	margin-top: 45px;
}

.blog-comment ul li:first-child {
	margin-top: 0px;
}

.avatar {
	display: table-cell;
	vertical-align: top;
	width: 149px;
	text-align: center;
}

.avatar img {
	border-radius: 50%;
}

.comment-details {
	width: 465px;
	display: table-cell;
	vertical-align: top;
	border-left: #36bfc4 solid 5px;
	padding-left: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.comment-details.comment-reply {
	border-left: #ffffff solid 5px;
}

.comment-header {
	overflow: hidden;
}

.name-date {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
}

.comment-date {
	color: #36bfc4;
}

.reply a {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	float: right;
	color: #4e4e4e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.reply a:hover {
	color: #36bfc4;
}

.comment-text {
	margin-top: 10px;
}

/* === Leave A Comment === */

.leave-comment {
	margin-top: 48px;
}

.leave-comment h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.p{text-align:justify;}

/* ===== Clients ===== */

.box-container.client {
	padding: 40px 35px 25px 35px;
}

.client-logo ul {
	list-style: none;
}

.client-logo ul li {
	width: 20%;
	float: left;
	padding: 20px;
	text-align: center;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	/* border */
	box-shadow: 
		0px -21px 0 -20px #bbbbbb,
		21px  0px 0 -20px #bbbbbb,
		0px  0px 0 0px #bbbbbb;
}

.client-logo ul li:nth-child(-n+4) {
	box-shadow: 
		21px  0px 0 -20px #bbbbbb,
		0px  0px 0 0px #bbbbbb;
}

.client-logo ul li:nth-child(5) {
	box-shadow: none;
}

.client-logo ul li:nth-child(10),
.client-logo ul li:nth-child(15) {
	box-shadow: 
		0px -21px 0 -20px #bbbbbb,
		0px  0px 0 0px #bbbbbb;
}



/* ===== Contact Us ===== */

.map-container {
	width: 100%;
	height: 400px;
	border: #ffffff solid 1px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact-area {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.send-message {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 30px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact-info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-left: #ffffff solid 1px;
	padding-left: 30px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact-area h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
}

.email_success {
	text-align: right;
	margin-top: 20px;
}

.contact-details {
	margin-top: 25px;
	padding-left: 20px;
	border-left: #8f1736 solid 2px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact-details ul {
	list-style: none;
	padding-bottom: 5px;
}

.contact-details ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;	
	font-weight: 200;
	line-height: 18px;
	color: #4e4e4e;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.contact-details ul li span{
	color: #7e7e7e;
	margin-left: 3px;
	text-transform: none;
}

.contact-textarea {
	margin-top: 30px;
}

.contact-textarea figure {
	float: left;
	margin: 0px 20px 0px 0px;
}
	/*----*****---- << Fullwidth Section >> ----*****----*/
		.fullwidth-section.dark-bg h1, .fullwidth-section.dark-bg h2, .fullwidth-section.dark-bg h3, .fullwidth-section.dark-bg h4, .fullwidth-section.dark-bg h5, .fullwidth-section.dark-bg h6, .fullwidth-section.dark-bg h1 a, .fullwidth-section.dark-bg h2 a, .fullwidth-section.dark-bg h3 a, .fullwidth-section.dark-bg h4 a, .fullwidth-section.dark-bg h5 a, .fullwidth-section.dark-bg h6 a, .fullwidth-section.dark-bg a:hover { color:#ffffff; }
			
		.fullwidth-section { width:100%; clear:both;  padding:0 0 0 25px; float:left; position:relative; }
.full-add.top-banner { margin-top:550px; z-index:9; }

#primary { width:770px; margin:0px; padding:0px; float:left; z-index:2; position:relative; }
	#primary.content-full-width { width:100%; }
	
/*----*****---- << Home Add >> ----*****----*/
		.add1 { overflow:inherit; display:inline-block; width:390px; height:220px; }
		.add1 .add-offer { padding:20px; position:relative; background-image:url(images/transparent-bg.png); background-repeat:repeat; }
		.add1:hover .add-offer:after { right:-101px; }
		
		.add1 .add-offer:after { border-color: #ffffff rgba(255, 255, 255, 0.0); border-style: solid; border-width: 0 0 100px 100px; bottom: 0; content: ""; display: block; position: absolute; right: -1px; width: 0; }
		.offer-title { border-bottom:3px solid #fff; margin-bottom:19px; }
		.add1 .add-offer h3 { text-transform:uppercase; font-size:30px; display:inline-block; margin-bottom:20px; line-height:35px; font-weight:300; }
		.offer-title h3 span { font-size: 36px; font-style: italic; font-weight: bold; letter-spacing: 15px; }
		
		.add1:hover .add-offer:after, .add1:hover img { opacity:0; }
		
		.add1 .add-offer .offer-title > span { display:inline-block; font-size:80px; margin-left:4px; }
		.add1 .add-offer h3, .add1 .add-offer .offer-title > span, .add1 .add-offer p { color:#fff; }
		.add1 .add-offer p { font-size:13px; line-height:18px; }
		.add1 > img { position:absolute; right:16px; bottom:16px; }
		.add1:hover > img { bottom:0; right:0; }
	
		.add2 { width:100%; height:100px; display:block;margin-left:40px }
		.add2 h3 { font-weight:bold; font-size:20px; bottom: 20px; position: absolute; right: 55px; text-transform:uppercase; height: 19px; overflow: hidden; line-height:19px; margin-bottom:0; }
		.add2 h3 span::before { position: absolute; top: 100%; content: attr(data-hover); font-weight: 700; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
		.add2 h3 span { position: relative; display: inline-block; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } 	
		.add2:hover h3 span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); }

		.add2:hover a h3 { color:#000; }
		
		.add3 { position:relative; }
		.add3 .dt-sc-button { position:absolute; left:50px;bottom:40px; }
		.add3 .dt-sc-button.medium { padding:11px 26px; } 
		.add3 .dt-sc-button.medium:before { line-height:44px; }
		
		
		.dt-sc-button { background-color:#bf1238; }
		.dt-sc-button.bordered{ border-color:#9bb70d; }
		.dt-sc-button:hover{ background-color:#8f1736; }
		 .dt-sc-button.bordered:hover{ background-color:#9bb70d; }
		.full-pattern5:after { background-color: rgba(155, 183, 13, 0.9); }
		
		.dt-sc-pr-tb-col.type3 .dt-sc-tb-title p {  background-image:url(images/pr-offer-bg.png); }

.dt-sc-ico-content.type2 .icon1:before { background-image:url(images/icon1.png); }
.dt-sc-ico-content.type2 .icon2:before { background-image:url(images/icon2.png); }
.dt-sc-ico-content.type2 .icon3:before { background-image:url(images/icon3.png); }
.dt-sc-ico-content.type2 .icon4:before { background-image:url(images/icon4.png); }

/*----*****---- << Border >> ----*****----*/
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active, .dt-sc-toggle-frame h5.dt-sc-toggle.active, .dt-excersises:hover p.count, .intro-text.type2, ul.dt-sc-tabs-frame > li > a.current, ul.dt-sc-tabs-vertical-frame > li > a.current, .dt-sc-ico-content.type6 .dt-sc-iconbox .icon, .dt-sc-event-new:hover .dt-sc-event-title p.count, .dt-sc-nutrition:hover .dt-sc-nutrition-thumb, .dt-excersises:hover p.count a span, .dt-sc-workout-detail .dt-excersise-title p.count, .dt-excersise-title.title p.count { border-color:#88a00b; }

.portfolio:hover .portfolio-detail, .dt-sc-team.type1:hover .dt-sc-team-thumb img, .dt-sc-ico-content.type2:hover .icon, .dt-sc-button.bordered, blockquote.type2, .dt-sc-ico-content.type2:hover, .dt-sc-ico-content.type8:hover, .dt-sc-testimonial .author:hover img, .dt-sc-team:hover:before, .dt-sc-team:hover p, .dt-sc-programs:hover .dt-sc-pro-detail .dt-sc-pro-content, .dt-sc-programs:hover .dt-sc-pro-detail, .dt-excersises:hover .dt-excersise-detail, .dt-excersises:hover, .dt-excersises:hover .dt-excersise-meta, .dt-sc-event:hover, .megamenu-child-container, #main-menu ul li.menu-item-simple-parent ul.sub-menu, #footer .dt-sc-contact-info p i { border-color:#9bb70d; }
		
/* ===== Sidebar ===== */

.page-sidebar {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding-left: 35px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sidebar-title {
	font-size: 20px;
	font-weight: 600;
	color: #bf1238;
	text-transform: uppercase;
}

/* === Recent News === */

.recent-news ul {
	list-style: none;
	margin-top: 30px;
}

.recent-news ul li {
	display: table;
	margin-top: 15px;
	
}

.recent-news ul li .recent-thumb {
	display: table-cell;
	vertical-align: top;
	
}

.recent-news ul li figure {
	position: relative;
}

.recent-details {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.recent-details h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.recent-details h4 a {
	text-decoration: none;
	color: #4e4e4e;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.recent-details h4 a:hover {
	color: #36bfc4;
}

.readmore {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}

.readmore a {
	color: #8f1736;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.readmore a:hover {
	color: #4e4e4e;
}
/*==unordered list==*/
#unorderesbox {	
	margin-left: 40px;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#unorderesbox ul {
}

#unorderesbox li {
	color: #3F3F3F;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;	
	list-style-type: square;
	margin-right: 20px;
}
 /*  Columns  --------------------------------*/

    .one-fourth, .three-fourth, .one-third, .two-third, .one-half {
        float: left;
        margin-right: 20px !important;
        position: relative;
    }
    .one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last {
        margin-right: 0 !important;
    }
    .one-fourth      { width: 220px; }
    .three-fourth    { width: 700px; }
    .one-third       { width: 300px; }
    .two-third       { width: 620px; }
    .one-half        { width: 460px; }
/* === Sidebar Categories === */

blockquote {
        background: url(../images/quote.png) no-repeat 30px 28px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        font-style: italic;
        padding: 28px 20px 24px 50px;
        position: relative;
    }
    blockquote .person {
        color: #333;
        display: block;
        font-style: normal;
        margin-top: 10px;
    }
    blockquote .person .accent {
        color: #d73300;
    }
    blockquote .corner {
        background: url(../images/quote_corner.png) no-repeat 0 0;
        bottom: -18px;
        display: block;
        height: 18px;
        left: 50px;
        position: absolute;
        width: 29px;
    }
    blockquote.wide {
        background-position: 80px 28px;
        margin: 6px 0 34px;
        padding: 28px 30px 28px 100px;
    }
    blockquote.wide .corner {
        bottom: -18px;
        left: 80px;
    }





.sidebar-category {
	margin-top: 15px;
}

.sidebar-category ul {
	list-style: none;
	margin-top: 25px;
}

.sidebar-category ul li {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 25px;
	background: url(../images/sidebar-plus-link.png) no-repeat left;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sidebar-category ul li a {
	text-decoration: none;
	color: #4e4e4e;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar-category ul li a:hover {
	padding-left: 10px;
	color: #36bfc4;
}

/* === Sidebar Gallery === */

.sidebar-gallery {
	margin-top: 40px;
	overflow: hidden;
}

.sidebar-gallery ul {
	list-style: none;
	margin-top: 26px;
	margin-left: -5px;
}

.sidebar-gallery ul li {
	width: 85px;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}

/* === Sidebar Tags === */

.sidebar-tags {
	margin-top: 43px;
}

.sidebar-tags ul {
	list-style: none;
	margin-top: 26px;
}

.sidebar-tags ul li {
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 3px 15px;
	background-color: #36bfc4;
	border-radius: 3px;
	cursor: pointer;
	
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.sidebar-tags ul li:hover {
	background-color: #4a4a4a;
}



/* ===== Footer ===== */

.footer-container {
	padding: 35px 0px 40px 0px;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
}

.footer-title {
	font-weight: 600;
	font-size: 20px;
	color: #4e4e4e;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-aboutus {
	width: 600px;
	float: left;
	margin-left: 35px;
}

.footer-aboutus p {
	margin-top: 25px;
}

.footer-gallery {
	width: 306px;
	float: left;
	margin-right: 33px;
}

.footer-gallery ul {
	list-style: none;
	margin-top: -6px;
	margin-left: -6px;
}

.footer-gallery ul li {
	width: 72px;
	position: relative;
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	overflow: hidden;
}

.footer-contact {
	width: 306px;
	float: right;
}

.footer-contact p {
	margin-top: -5px;
}

.footer-address {
	list-style: none;
	margin-top: 15px;
}

.footer-address li {
	padding-left: 18px;
	padding-bottom:5px;
	background: url(../images/footer-plus-listing.png) no-repeat left;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.divider-line {
	border-bottom: 1px solid #ddd;
}
.divider-color {background: #ff6d11;}
.divider {
	max-width: 100%;
	margin: 0 auto;
}

.divider-line {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.divider-color {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 2px;
	margin: -41px 0 42px;
}

.divider-pattern {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 3px;
	padding-top: 20px;
	margin-bottom: 40px;
}
/* === Footer Social Media === */
.footer-social {
	list-style: none;
	margin-top: 20px;
	padding-left:25px;
}

.footer-social li {
	float: left;
	background-color: #7e7e7e;
	border-radius: 50%;
	margin-right: 5px;
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.footer-social li:hover {
	background-color: #8fbcca;
}

.footer-social li.social-color2:hover {
	background-color: #96d7e3;
}

.footer-social li.social-color3:hover {
	background-color: #f7ad75;
}

.footer-social li.social-color4:hover {
	background-color: #db6666;
}

.footer-social li.social-color5:hover {
	background-color: #8fbcca;
}

.footer-social li.social-color6:hover {
	background-color: #3ab395;
}

.footer-social li.social-color7:hover {
	background-color: #f5a88f;
}

.footer-social li.social-color8:hover {
	background-color: #f68a5e;
}

.footer-social li.social-color9:hover {
	background-color: #8fbcca;
}

/* ===== Footer Bottom ===== */

.footer-bottom {
	height: 40px;
	padding-top: 9px;
	background-color: rgba(30, 30, 30, 0.95);
	border-top: rgba(78, 78, 78, 0.95) solid 2px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #909090;
	float: left;
}

.copyright a {
	color: #909090;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #ffffff;
}

.footer-bottom nav {
	float: right;
}

.footer-bottom ul {
	list-style: none;
}

.footer-bottom ul li {
	display: inline;
	float: left;
	margin-left: 14px;
}

.footer-bottom ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #909090;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer-bottom ul li a:hover {
	color: #ffffff;
}



/* ===== Social Share Button ===== */

#social-share {
	margin-top: 25px;
}

#shareme .share-this {
	font-size: 14px;
	font-weight: 600;
	color: #7e7e7e;
	text-transform: uppercase;
	margin-bottom: 10px;
}
  
#shareme a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#shareme .facebook {
	background-color: #36bfc4;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .facebook:hover {
	background-color: #31aeb3;
}
  
#shareme .twitter {
	background-color: #96d7e3;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .twitter:hover {
	background-color: #89c4cf;
}
  
#shareme .googleplus {
	background-color: #ee7760;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .googleplus:hover {
	background-color: #de705b;
}

/* ===== Social Share Button End ===== */



/* ===== Go To Top ===== */

.back-to-top {
	width: 40px;
	height: 40px;
    position: fixed;
    bottom: 2em;
    right: 2em;
	background: url(../images/go-to-top.png) no-repeat;
	opacity: 0.7;
	z-index: 1000;
    display: none;
}

.back-to-top:hover {    
    opacity: 0.9;
}

/* ===== Go To Top End ===== */



/* ===== Hover Effect ===== */

.thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/plus-link-thumbnail.png) no-repeat center center;
	background-color: rgba(54, 191, 196, 0.85);
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.thumbnail-hover:hover {
	opacity: 1;
}

.team {
	background: rgba(54, 191, 196, 0.85);
	z-index: 10;
}

.related-work .thumbnail-hover {
	background: rgba(54, 191, 196, 0.85);
}

.blog-lists .thumbnail-hover {
	background: rgba(54, 191, 196, 0.85) url(../images/lupe2.png) no-repeat center;
}