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

/**
	Lenze WordPress PhotoGraphy Theme
 	Copyright (c) 2015, ThemeSquared 

	Author: ThemeSquared
	Profile: http://themeforest.net/user/theme-squared/portfolio
	
**/



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

* {
	margin: 0;
	padding: 0;
	border: 2;
	outline: none;
}



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

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

.clearfix {
	clear: both;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #36bfc4;
	-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;
}

a:hover {
	color: #4e4e4e;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	margin: 30px 0 20px;
	line-height: 1.2em;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
	margin: 0 0 1.5em 0;
}

/* === Block Quote === */
blockquote {
	width: 100% !important;
	position: relative;
	text-align: left;
	padding: 30px 40px 30px 65px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	border-left: #36bfc4 solid 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5em;
	color: #6e6e6e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote:before {
	position: absolute;
	top: 22px;
	left: 25px;
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #d6d6d6;
	font-style: normal;
	font-weight: normal;
}

blockquote p {
	margin: 0;
}

/* === Tables === */
table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table tbody tr:not(:first-child) {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

thead {
	background-color: #36bfc4;
	color: #fff;
}

td, th {
	padding: 5px 10px;
}

th {
	text-align: left;
}

th 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;
}

th a:hover {
	color: #36bfc4;
}

/* === Definition Lists === */
dt {
	font-size: 18px;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

/* === Lists === */
ul {
	list-style: disc;
}
ul, ol {
	margin: 0 0 0 20px;
}

/* === HTML Tags === */
cite {
	font-family: 'Oswald', sans-serif;
	color: #36bfc4;
}
address {
	font-style: italic;
	margin: 0 0 1.5em 0;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #36bfc4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
}

/* === Dropcap === */

.dropcap-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%;
}


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

/* === Alignment === */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0px 30px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 30px;
}
.alignnone {
	margin: 0;
}
.alignnone img{
    height: auto!important;
}

/* === Image Caption === */
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption-text {
	font-size: 11.5px;
	line-height: 1.4em;
	margin: 0;
	padding: 15px 4px;
}

/* === Container === */
.container {
	width: 100%;
	position: absolute;
	top: 0;
}
.admin-bar #componentWrapper,
.admin-bar .container{
	top: 32px;
}

.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;
    display: table;
}

.wrapper.boxstyle {
	margin-top: 130px;
	margin-bottom: 60px;
}

.box-container {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px 35px 45px 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+ */
}
p.has-large-font-size{
	line-height: 1;
	margin-bottom:0;
}
.page-header {
	padding: 30px 35px;
	background-color: rgba(46, 46, 46, 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: 0 35px 0 0;
}

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

.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;
}

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



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

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

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

.service-container {
	position: relative;
	background: url(http://themesquared.com/lenze/wp-content/themes/lenze/assets/images/texture_bg.png) repeat;
	z-index: 900;
}

/* ===== NEW CLASS ADDED ===== */

.service-container2 {
    width: 984px;
    margin: 0px auto;
    display: table;
	background:transparent;
}

.service-container2 .servicebox {
    position: relative;
    display: table;
    margin: 30px auto 20px;
    top: 0px;
}

/* ===== NEW CLASS ADDED ===== */

.servicebox {
    position: relative;
    display: table;
    margin: 0 auto;
    top: -77px;
}

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

.servicebox ul {
    list-style: outside none none;
    width: 102%;
    text-align: center;
}

.servicebox ul li {
    margin-left: 12px;
    height: 280px;
    width: 237px;
    display: inline-block;
    float: left;
}

.service-textarea {
	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);
	margin: 0;
}

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

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

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

.category-filter.boxstyle {
	background-color: rgba(46, 46, 46, 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: 30px 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 {
	margin-left: 0px;
}

.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;

}

/* ===== 404 Page ===== */



.error-404{

    padding-bottom: 75px;

    padding-top: 75px;

    font-size: 14pt;

    line-height: 2;

    text-align: center;

}



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

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

.highlight-image {
	display: table-cell;
	width: 50%;
	vertical-align: top;
    text-align: center;
}


.highlight-details {
	display: table-cell;
	width: 50%;
	position: relative;
	vertical-align: top;
	padding: 35px;
	text-align: right;
	
	/* 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: -4px 0 0;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

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

.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: #36bfc4;
	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;
	margin: 0;
}

.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 {
        margin:0 auto;
        width:100%;
        max-width:985px;
	padding-bottom: 40px;
	border-bottom: #ffffff solid 1px;
	overflow: hidden;
}

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

.portfolio-details {
	width: 375px;
	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;
	margin: 0;
}

.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;
	margin: 0;
}

.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: 40px 0 0;
	line-height: inherit;
}

.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-lists,
.blog-details {
	display: block;
	vertical-align: top;
	width: 614px;
}

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

.blog-lists .blog-post {
	padding-bottom: 5px;
	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: flex;
	margin-top: 35px;
	padding-bottom: 15px;
}

.post-date {
	float: left;
	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 {
	width: calc( 100% - 56px );
	float: left;
	vertical-align: top;
	padding-left: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	/* 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;
	margin: 0;
}

.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: 5px 0 0;
}

.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;
}
.sticky{
   -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    padding: 10px;
}
.single-post .sticky{
	padding: 0;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.post-title ul li a:hover {
	color: #4e4e4e;
}
.page-links{
	margin-top: 15px;
	clear: both;
}
.page .box-container~.page-link{
	padding-top: 15px;
}
/* === 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-page a {

	color: #ffffff;

    text-decoration: none;

}

.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 === */

section.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;
	margin: 0;
}

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

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

.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: 10px 0 0;
}

.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 === */
.comment-page{
	//padding: 40px 35px 45px 35px;
    padding: 0.1px 35px 45px 35px;
    background: rgba(255, 255, 255, 0.85);
}
.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.children,
.blog-comment > ul {
	list-style: none;
	margin: 38px 0 0;
}

.blog-comment ul.children > li,
.blog-comment > ul > li {
	display: table;
	margin-top: 45px;
}
.blog-comment ul.children > li:first-child,
.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+ */
}



.children .comment-details {

	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 h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}



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

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

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

.client-logo ul img {
	max-width: inherit;
	height: inherit;
}

.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%;
}

.gm-style img {
	max-width: inherit;
}

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

.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+ */
}

.send-message h2 {
	margin: 0;
}

.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-info h2 {
	margin: 0;
}

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

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

.contact-details {
	margin-top: 25px;
	padding-left: 20px;
	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+ */
}

.contact-details ul {
	list-style: none;
	margin: 0;
}

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

.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;
}



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

.page-sidebar {
	display: block;
	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+ */
}

.page-sidebar section {
	margin-top: 35px;
	clear: both;
    max-width: 100%;
    float: none;
}

.page-sidebar section:first-child {
	margin-top: 0px;
}

.page-sidebar section ul {
	list-style: none;
	margin: 0;
}

.sidebar-title {
	font-size: 24px;
	font-weight: 600;
	color: #4e4e4e;
	text-transform: uppercase;

}
.sidebar-title a img{
	vertical-align: middle;
}
.page-sidebar .widget_text form{
	display: flex;
}

/* === Search Form === */

.widget_search{

    margin-top: 45px;

}

.search-form{
   overflow: hidden;
   margin-top: 30px; 

}

/* === Recent News === */
.recent-news {
	margin-bottom: 40px;
}

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

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

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

.recent-news ul li figure {
	position: relative;
}
.recent-news.module ul{
	margin: 0;
}
.recent-news.module ul li{
	display: block;
}

.recent-news.module ul li .recent-details .post-date{
	width: auto;
}

.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;
	margin: 0;
}

.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: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}

.readmore 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;
}

.readmore a:hover {
	color: #4e4e4e;
}
/* === widget text photo=== */
.text-photo.module .footer-aboutus{
	width: auto;
	float: unset;
}
.text-photo.module .footer-aboutus figure{
	margin-bottom: 25px;
}

/* === Sidebar Categories === */

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

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

.widget_categories,

.widget_archive,

.widget_meta,

.widget_pages,

.widget_nav_menu,

.widget_recent_entries,

.widget_recent_comments {

	margin-top: 45px;

}



.widget_categories ul,

.widget_archive ul,

.widget_meta ul,

.widget_pages ul,

.widget_nav_menu ul,

.widget_recent_entries ul,

.widget_recent_comments ul  {

	list-style: none;

	margin-top: 25px;

}



.widget_categories ul li,

.widget_archive ul li,

.widget_meta ul li,

.widget_pages ul li,

.widget_nav_menu ul li,

.widget_recent_entries ul li,

.widget_recent_comments 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 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+ */

}

.page-sidebar .widget_nav_menu ul li{
	padding-left: 20px;
	background: url(../images/sidebar-plus-link.png)  no-repeat left 5px;
}

.widget_categories div > ul li ul li,

.widget_archive div > ul li ul li,

.widget_meta div > ul li ul li,

.widget_pages div > ul li ul li,

.widget_nav_menu div > ul li ul li,

.widget_recent_entries div > ul li ul li,

.widget_recent_comments div > ul li ul li{

	padding-left:0px;
	background:none;

}


.widget_categories ul li a,

.widget_archive ul li a,

.widget_meta ul li a,

.widget_pages ul li a,

.widget_nav_menu ul li a,

.widget_recent_entries ul li a,

.widget_recent_comments 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;

}



.widget_categories ul li a:hover,

.widget_archive ul li a:hover,

.widget_meta ul li a:hover,

.widget_pages ul li a:hover,

.widget_nav_menu ul li a:hover,

.widget_recent_entries ul li a:hover,

.widget_recent_comments 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: 0 0 5px -5px !important;
	overflow: hidden;
}

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

div.page .footer-contact,
div.page .gallery-text{
	float: none;
	width: auto;
}
/* 
div.page .gallery-text ul li{
	width: 25%;
    width: 25%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
div.page .gallery-text ul li img{
	width: auto;
	height: auto;
} */
/* === Sidebar Tags === */

.widget_tag_cloud {
	margin-top: 43px;
}

.widget_tag_cloud .tagcloud{ 
	margin-top: 26px;
}

.widget_tag_cloud .tagcloud a {
	color: #ffffff;
	text-decoration: none;
	display:inline-block;
	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;
}

.widget_tag_cloud a:hover {
	background-color: #4a4a4a;
}



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

.footer-container {
	background-color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
}
.footer-container.has-option {
	padding: 35px 0px 40px 0px;
}
.footer-title {
	font-weight: 600;
	font-size: 20px;
	color: #4e4e4e;
	text-transform: uppercase;
	margin: 0 0 30px;
}

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

.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: 0;
}

.footer-address li {
	padding-left: 20px;
	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+ */
}

/* === Footer Social Media === */
.footer-social {
	list-style: none;
	margin: 20px 0 0;
}

.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+ */
}

.footer-container .span12 {
 width:100% !important;
 float:none !important;
}

.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;
}

.copyright p{
    margin: 0px;
}

.footer-bottom nav {
	float: right;
}

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

.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;
}

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

.columns {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

.columns.alpha {
	padding-left: 0;
	padding-right: 10px;
}

.columns.omega {
	padding-right: 0;
	padding-left: 10px;
}

.alpha.omega {
        float:none; 
	padding-left: 0;
	padding-right: 0;
}

.span1 {
	width: 6.25%;
}

.span2 {
	width: 12.5%;
}

.span3 {
	width: 18.75%;
}

.span4 {
	width: 25.0%;
}

.span5 {
	width: 31.25%;
}

.span6 {
	width: 37.5%;
}

.span7 {
	width: 43.75%;
}

.span8 {
	width: 50.0%;
}

.span9 {
	width: 56.25%;
}

.span10 {
	width: 62.5%;
}

.span11 {
	width: 68.75%;
}

.span12 {
	width: 75.0%;
}

.span13 {
	width: 81.25%;
}

.span14 {
	width: 87.5%;
}

.span15 {
	width: 93.75%;
}

.span16 {
	width: 100%;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33.3333%;
}

.one-fifth {
	width: 20%;
}

.two-thirds {
	width: 66.6666%;
}

/*flexslider
--------------------------------------------------------*/
.post-media {
	margin: 10px 0 20px 0;
}
.post-media img{
	border-bottom: 10px solid #36BFC4;
}

.video-container iframe,
.video-container object,
.video-container embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides li {
    margin: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    backface-visibility: hidden;
    display: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
    z-index: 1;
}
.flexslider .slides > li {
    position: relative;
}
.flex-container {
    position: relative;
}
.flexslider .slides img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: 60px;
    margin: -30px 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
	background: #555;
	font-family: 'cuttingedge';
	font-size: 32px;
	color: #36BFC4;
	line-height: 60px;
	text-align: center;
}
.flex-direction-nav a:hover {
    color: #999;
}
.flex-direction-nav a.flex-next:before {
	content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.flex-direction-nav a.flex-prev:before {
   content: "\f054";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
}
.flex-direction-nav a.flex-next {
    right: 0;
	border-radius:30px 0 0 30px;
}
.flex-direction-nav a.flex-prev {
    left: 0;
	border-radius:0 30px 30px 0;
}
.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}
.flexslider:hover .flex-prev {
    left: 0;
    opacity: 1;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-direction-nav .flex-next {
    right: -30px;
}
.flex-direction-nav .flex-prev {
    left: -30px;
}
#carouselSlider, #carouselSlider .slides, #carouselSlider .slides li {
    height: 120px;
}
#carouselSlider li {
    border-right: 1px solid #333;
}
.flex-control-nav {
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 3px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9000px;
    width: 14px;
}
.flex-control-nav li a:hover {
    background-position: 0 0;
}
.flex-control-nav li a.active {
    background-position: 0 -14px;
    cursor: default;
}

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

.columns {
	padding-left: 10px;
	padding-right: 10px;
	float: none;
	width: 100%;
}

.columns.alpha ,
.columns.omega {
	padding-right: 10px;
	padding-left: 10px;
}

.alpha.omega {
	padding-left: 0;
	padding-right: 0;
}


}

.dropdown-menu .arrow-down {
 display:none !important;
}

.portfolio-content .owl-carousel {
    width: 539px;
    display: table-cell;
    vertical-align: top;
    float: left;
}

.owl-prev:after {
    background: #2F2F2F url("http://themesquared.com/lenze/wp-content/themes/lenze/framework/assets/img/ps_nav_left.png") no-repeat center center !important;
}

.owl-next:after {
    background: #2F2F2F url("http://themesquared.com/lenze/wp-content/themes/lenze/framework/assets/img/ps_nav_right.png") no-repeat center center !important;
}

.owl-prev:hover:after {
    background: #fff url("http://themesquared.com/lenze/wp-content/themes/lenze/framework/assets/img/ps_nav_left_hr.png") no-repeat center center !important;
}

.owl-next:hover:after {
    background: #fff url("http://themesquared.com/lenze/wp-content/themes/lenze/framework/assets/img/ps_nav_right_hr.png") no-repeat center center !important;
}

.owl-theme .owl-controls .owl-buttons div {
 opacity:1 !important;
}

.portfolio-content iframe {
 float:left;
}

.blog-lists, .blog-details {
    float: left;
}

.page-sidebar {
    float: right;
}

.one-third {
    float: left;
}

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

.one-third {
    width: 100%;
    float: none;
}

}
.mega-hover a{
   color: #fff;
}

#componentWrapper .componentPreloader {
    top: 0% !important;
    left: 0% !important;
    margin: 0 !important;
    background: #ddd url(../media/data/gallery_icons/loader.gif) no-repeat center center;
    width: 100% !important;
    height: 100% !important;
    z-index: 999 !important;
    opacity: 1 !important;
}
.single-post .box-container .wp-block-gallery{
	overflow: hidden;
}
.single-post .box-container .wp-block-gallery .blocks-gallery-image figcaption, .single-post .box-container .wp-block-gallery .blocks-gallery-item figcaption{
	width: auto !important;
	box-sizing: border-box;
	max-width: 101%;
}
.wp-block-cover.alignleft{
	margin-right: 15px;
}