/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Basic classes */
.clear{clear:both;}
.relative{position:relative;}
.left{float: left;}
.right{float: right;}
.woverflow{overflow: visible;}
.mbottom{margin-bottom: 30px;}
.mtop{margin-top: 20px;}
code{
	white-space: normal;
}
input::-moz-focus-inner { 
  border: 0; 
}
object, embed, iframe { 
  outline: 0;
}
iframe{
	max-width: 100%;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a {
   outline: 0;
}

img{
	max-width: 100%;
	height: auto;
}



/* Scheletics */
/*body{background: url(../images/patterns/low_contrast_linen.png);}*/
/*#wrapper{padding: 50px 0px 0 0px;background: #FFF;max-width: 1140px;margin: 0 auto;}*/
body.red-boxed #wrapper{
	background: #FFF;
}
#logo-container{margin-bottom: 30px;}
#nav{margin-bottom: 30px;}
#slider{margin-bottom: 30px;}
a{
	color: inherit;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	transition: color .3s linear;
}
a:hover{color:#eb593c;}
.first-line{margin-left:0 !important;}
#content p { margin: 0 0 20px; }
#content p:last-child { margin: 0px; }
#content{line-height: 1.7;}
.singular-container{
	padding: 0;
}
.no-pad{
	padding: 0;
}
.content-block{
	clear: both;
}
.col-lg-12{
	clear: both;
}
.carousel-container .col-lg-12{
	clear: none;
}
#wrapper:not(.container){
	overflow: hidden;
}
#wrapper.container .container #primary[class*="col-"] .site-section > .container {
    padding: 0 15px;
}
#wrapper.container .red-slider{
	padding: 0 15px;
}

body.archive section#main > .container, body.blog section#main > .container, body.search section#main > .container{
	padding: 0;
}
body.archive #wrapper.container section#main > .container, body.blog #wrapper.container section#main > .container, body.search #wrapper.container section#main > .container{
	padding: 0 15px;
}
.content-block article{
	margin-bottom: 30px;
}

.no-gutter div[class*="col-"]{
    padding: 0;
}
.no-gutter div[class*="col-"] article{
	margin-bottom: 0;
}
.ad-container{
	line-height: 1.8;
}

.embedded_videos{
	width: 100%;
	min-height: 1px;
	display: block;
}

/* Grid clears */
.cols-by-3 > div:nth-child(3n+1){
	clear: left;
}
.cols-by-2 > div:nth-child(2n+1){
	clear: left;
}
.cols-by-6 > div:nth-child(6n+1){
	clear: left;
}
.cols-by-4 > div:nth-child(4n+1){
	clear: left;
}

/* Searchbox */
#searchbox {
    position: relative;
    width: 100%;
}
#searchform{
	margin: 0;
}
#searchbox input[type="text"]{
	background: #fff; /* Old browsers */
	border: 1px solid #deddd5;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #596167;
	text-indent: 10px;
	padding:0;
	margin:0 -1px 0 0;
	float: left;
	width: 70%;
	box-shadow: none;
	font-family: 'Lato';
}
#searchbox input.searchbutton{
	background: #fafafa; /* Old browsers */
	border: 1px solid #deddd5;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	color: #9d9d9d;
	text-transform: uppercase;
	padding:0 15px;
	font-weight: 600;
	margin:0;
	float: left;
	font-family: 'Lato',serif;
	width:30%;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-out, color .2s ease-out;  
	-moz-transition: background-color .2s ease-out, color .2s ease-out;  
	-o-transition: background-color .2s ease-out, color .2s ease-out;  
	-ms-transition: background-color .2s ease-out, color .2s ease-out;  
	transition: background-color .2s ease-out, color .2s ease-out;
}
#searchbox input.searchbutton:hover{
	background: #e2e2e2;
	color: #777;
}
#searchbox fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Headings */

h3.block-title i{
	color:#eb593c;
	font-style: normal;
	margin:0;
}

.list-view h4.title{
	font-size: 26px;
	font-weight: 400;
	margin:0;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 4px solid #EB593C;
	margin-bottom: 5px;
}
.listed-two-view h4.title{
	font-size: 26px;
	font-weight: 400;
	margin:0;
	color: #333;
}
.grid-view h4.title{
	font-size: 18px;
	font-weight: 400;
	margin:0;
}
.listed-two-view h4.title{
	font-size: 18px;
	font-weight: 400;
	margin:0;
	margin-bottom: 10px;
}
.text-image-gallery h4.title{
	font-size: 23px;
	font-weight: 300;
	margin:0;
	margin-bottom: 10px;
}
.big-posts h4.title{
	font-size: 23px;
	font-weight: 300;
	margin:0;
}
.super-posts h3.title{
	font-size: 22px;
	font-weight: 400;
	margin:0;
}
h3.small-block-title{
	font-size: 28px;
	font-weight: 400;
	color: #444;
	text-transform: uppercase;
	margin:0;
	margin-bottom: 10px;
	margin-top:8px;
}
h2.page-title{
	font-size: 42px;
	line-height: 1.3;
	margin-top:0px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #444;
}
.related-title, .comments-title{
	margin-bottom: 20px;
	margin-top: 15px;
}


/* Article elements */
.image-holder{
	position:relative;
	overflow: hidden;
	line-height: 0;
}
.image-holder img{
	width: 100%;
	height: auto;
}
.excerpt{
	line-height: 1.8;
	color:#666666;
	font-size: 12px;
}

/* Element views */

/* List view*/
.list-view.opacited article, .list-view.rotate-in article{
	opacity: 0;
}

.list-view.rotate-in article{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	-webkit-transform: rotate(25deg) translate(350px, 250px);
	-moz-transform: rotate(25deg) translate(350px, 250px);
	-o-transform: rotate(25deg) translate(350px, 250px);
	-ms-transform: rotate(25deg) translate(350px, 250px);
	transform: rotate(25deg) translate(350px, 250px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.list-view.rotate-in article.shown{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	transform: rotate(0) translate(0,0);
}

.list-view.flip article{
	-webkit-transform: perspective(1000px) rotateY(90deg);
	-moz-transform: perspective(1000px) rotateY(90deg);
	-o-transform: perspective(1000px) rotateY(90deg);
	-ms-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.dsdas{
	-webkit--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-moz--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-o--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-ms--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.list-view.flip article.shown{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.list-view.scaler article{
	-webkit-transform: scale(0.001);
	-moz-transform: scale(0.001);
	-o-transform: scale(0.001);
	-ms-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.list-view.scaler article.shown{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.list-view .entry-title a{
	color: #7C7C7C;
}
.list-view .entry-meta{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
}
.list-view .entry-meta, .list-view .entry-meta a{
	color: #B1B9C7;
}
.list-view .entry-meta a:hover{
	color: #333;
}
.list-view .entry-meta ul.left-meta {
	margin: 0;
}
.list-view .entry-meta ul.left-meta > li{
	display:block;
	color:#B1B9C7;
	font-size:11px;
	margin-right: 10px;
}
.list-view .entry-meta ul.left-meta > li > i{
	font-size:14px;
}
.list-view .entry-meta ul.left-meta > li > ul li:after{
	content: ', ';
}
.list-view .entry-meta ul.left-meta > li > ul li:last-child:after{
	content: '';
}
.list-view .entry-meta ul.left-meta > li ul{
	margin: 0;
	padding:0;
	display:inline;
}
.list-view .entry-meta ul.left-meta > li > ul > li{
	display:inline-block;
	font-size: 11px;
	margin-right: 4px;
}
.list-view .list-view-tags{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-view .list-view-tags li{
	display: inline-block;
	font-size: 11px;
	margin: 0 5px 5px 0;
}
.list-view .list-view-tags li a{
	display: block;
	padding: 0 20px 0 5px;
	background: #C4C8CE;
	color: #FFF;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	font-size: 11px;
}
.list-view .list-view-tags li a:hover{
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
.list-view .readmore{
	background: #EB593C;
	padding: 7px 20px;
	color: #FFF;
	margin: 15px 0;
	display: inline-block;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	float: right;
}
.list-view .readmore:hover{
	border-bottom-color:rgba(0,0,0,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Grid view*/
.grid-view.opacited article, .grid-view.rotate-in article, .grid-view.flip article{
	opacity: 0;
}
.grid-view.rotate-in article{
	-webkit-transform: rotate(25deg) translate(350px, 250px);
	-moz-transform: rotate(25deg) translate(350px, 250px);
	-o-transform: rotate(25deg) translate(350px, 250px);
	-ms-transform: rotate(25deg) translate(350px, 250px);
	transform: rotate(25deg) translate(350px, 250px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.grid-view.rotate-in article.shown{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	transform: rotate(0) translate(0,0);
}
.grid-view.flip article{
	-webkit-transform: perspective(1000px) rotateY(90deg);
	-moz-transform: perspective(1000px) rotateY(90deg);
	-o-transform: perspective(1000px) rotateY(90deg);
	-ms-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.grid-view.flip article.shown{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.grid-view.scaler article{
	-webkit-transform: scale(0.001);
	-moz-transform: scale(0.001);
	-o-transform: scale(0.001);
	-ms-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.grid-view.scaler article.shown{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.grid-view article{
	margin-bottom: 30px;
	max-width: 100%;
}
.grid-view .item-hover span{
	line-height: 1.1;
}
.grid-view .entry-title{
	margin: 10px 0 5px 0;
}
.grid-view .entry-title a{
	color: #7c7c7c;
}
.grid-view .entry-title a:hover{
	color: #969696;
}
.grid-view .entry-meta{
	margin: 15px 0 10px 0;
	border-bottom: 1px solid rgba(70,70,70,0.07);
	border-top: 1px solid rgba(70,70,70,0.07);
	padding: 5px 0;
}
.grid-view article.title-above-image .entry-title{
	margin-bottom: 15px;
	margin-top: 0;
}
.grid-view .entry-meta a{
	color:#eb593c;
}
.grid-view .entry-meta > ul {
	margin: 0;
}
.grid-view .entry-meta > ul > li{
	display:inline-block;
	color:#B1B9C7;
	font-size:11px;
	margin-right: 10px;
}
.grid-view .entry-meta > ul > li > i{
	font-size:14px;
}
.grid-view .entry-meta > ul > li > ul li:after{
	content: ', ';
}
.grid-view .entry-meta > ul > li > ul li:last-child:after{
	content: '';
}
.grid-view .entry-meta > ul > li ul{
	margin: 0;
	padding:0;
	display:inline-block;
}
.grid-view .entry-meta > ul > li > ul > li{
	display:inline-block;
	font-size: 11px;
	margin-right: 5px;
}
.grid-view .readmore{
	display: block;
	font-size: 11px;
	height: 40px;
	line-height: 38px;
	white-space: nowrap;
	background: rgba(80,80,80,0.08);
	border-bottom: 3px solid rgba(0,0,0,0.1);
	overflow: hidden;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	padding-left: 15px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	color: #757C7F;
}
.grid-view .readmore:hover{
	color: #EB593C;
	border-bottom-color: rgba(0,0,0,0.15);
}


/* Thumbnail view*/
.thumbnail-view{
	line-height: 0;
}
.thumbnail-view article{
	margin-bottom: 30px;
	width: 100%;
}
.thumbnail-view.opacited article, .thumbnail-view.rotate-in article{
	opacity: 0;
}

.thumbnail-view.rotate-in article{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	-webkit-transform: rotate(25deg) translate(350px, 250px);
	-moz-transform: rotate(25deg) translate(350px, 250px);
	-o-transform: rotate(25deg) translate(350px, 250px);
	-ms-transform: rotate(25deg) translate(350px, 250px);
	transform: rotate(25deg) translate(350px, 250px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.thumbnail-view.rotate-in article.shown{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	transform: rotate(0) translate(0,0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumbnail-view.flip article{
	-webkit-transform: perspective(1000px) rotateY(90deg);
	-moz-transform: perspective(1000px) rotateY(90deg);
	-o-transform: perspective(1000px) rotateY(90deg);
	-ms-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.thumbnail-view.flip article.shown{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.thumbnail-view.scaler article{
	-webkit-transform: scale(0.001);
	-moz-transform: scale(0.001);
	-o-transform: scale(0.001);
	-ms-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.thumbnail-view.scaler article.shown{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Listed two view*/
.listed-two-view{margin-bottom: 30px;}

/* Gallery view*/
.image-gallery{
	margin-bottom: 30px;
}
.image-gallery li{
	display: block;
	float: left;
	width:30%;
	margin-left:3.333%;
	margin-bottom: 3.333%;
	overflow: hidden;
}
.image-gallery li:nth-child(3n+1){
	margin-left: 0%;
}
.gallery-thumbs{
	position: relative;
	cursor:pointer;
	line-height: 0;
}
.image-gallery li .gallery-thumbs img, .text-image-gallery li .gallery-thumbs img{
	width:100%;
	height:auto;
}


/* Text image gallery view*/
.text-image-gallery li{
	display: inline-block;
	width:18%;
	margin-left:2%;
	margin-bottom: 2%;
	overflow: hidden;
}
.text-image-gallery li:nth-child(5n+1){
	margin-left: 0%;
}


/* Bigpost view*/
.big-posts article{
	margin-bottom: 30px;
}
.big-posts.opacited article, .big-posts.rotate-in article{
	opacity: 0;
}

.big-posts.rotate-in article{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
-webkit-transform: rotate(25deg) translate(350px, 250px);
	-moz-transform: rotate(25deg) translate(350px, 250px);
	-o-transform: rotate(25deg) translate(350px, 250px);
	-ms-transform: rotate(25deg) translate(350px, 250px);
	transform: rotate(25deg) translate(350px, 250px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.big-posts.rotate-in article.shown{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	transform: rotate(0) translate(0,0);
}
.big-posts.flip article{
	-webkit-transform: perspective(1000px) rotateY(90deg);
	-moz-transform: perspective(1000px) rotateY(90deg);
	-o-transform: perspective(1000px) rotateY(90deg);
	-ms-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.big-posts.flip article.shown{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.big-posts.scaler article{
	-webkit-transform: scale(0.001);
	-moz-transform: scale(0.001);
	-o-transform: scale(0.001);
	-ms-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.big-posts.scaler article.shown{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.big-posts .big-post-meta{
	margin: 10px 0 15px 0;
}
.big-posts .big-post-meta a{
	color:#eb593c;
}
.big-posts .big-post-meta > ul {
	margin: 0;
}
.big-posts .big-post-meta > ul > li{
	display:inline-block;
	color:#999999;
	font-size:11px;
	margin-right: 10px;
}
.big-posts .big-post-meta > ul > li > i{
	font-size:14px;
}
.big-posts .big-post-meta > ul > li > ul li:after{
	content: ', ';
}
.big-posts .big-post-meta > ul > li > ul li:last-child:after{
	content: '';
}
.big-posts .big-post-meta > ul > li ul{
	margin: 0;
	padding:0;
	display:inline-block;
}
.big-posts .big-post-meta > ul > li > ul > li{
	display:inline-block;
	font-size: 11px;
	margin-right: 4px;
}
.big-posts article header{
	margin-bottom: 20px;
}
.big-posts article .entry-content{
	clear: right;
}
.big-posts article footer{
	clear: both;
	margin-top: 15px;
}
.big-posts .related-list{margin-bottom: 0;}

.big-posts .related h4.title{
	background: url('../images/dotted-bg-x.png') repeat-x;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	padding-top: 12px;
}
.big-posts .related ul.related-list li{
	margin-bottom: 5px;
}
.big-posts .related ul.related-list li a:before{
	margin-right: 8px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.4;
	font-size: 10px;
}

/* Superpost view*/
.super-posts{
	margin-bottom: 30px;
}
.super-posts .title-holder{
	background: #eb593c;
	padding: 15px;
	border-top: 5px solid #FFF;
}
.super-posts .title-holder a{
	color: #FFFFFF;
}
.super-posts .title-holder a:hover{
	color: #dedede;
}
.super-posts article{
	width: 100%;
	margin-bottom: 30px;
}
.super-posts.opacited article, .super-posts.rotate-in article{
	opacity: 0;
}

.super-posts.rotate-in article{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
-webkit-transform: rotate(25deg) translate(350px, 250px);
	-moz-transform: rotate(25deg) translate(350px, 250px);
	-o-transform: rotate(25deg) translate(350px, 250px);
	-ms-transform: rotate(25deg) translate(350px, 250px);
	transform: rotate(25deg) translate(350px, 250px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.super-posts.rotate-in article.shown{
	-webkit-transform: rotate(0) translate(0,0);
	-moz-transform: rotate(0) translate(0,0);
	-o-transform: rotate(0) translate(0,0);
	-ms-transform: rotate(0) translate(0,0);
	transform: rotate(0) translate(0,0);
}
.super-posts.flip article{
	-webkit-transform: perspective(1000px) rotateY(90deg);
	-moz-transform: perspective(1000px) rotateY(90deg);
	-o-transform: perspective(1000px) rotateY(90deg);
	-ms-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.super-posts.flip article.shown{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.super-posts.scaler article{
	-webkit-transform: scale(0.001);
	-moz-transform: scale(0.001);
	-o-transform: scale(0.001);
	-ms-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.super-posts.scaler article.shown{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* Teams view*/
.teams article{
	border: 1px solid rgba(0,0,0,0.09);
	padding: 0 15px;
	-webkit-transition: all .4s linear;  
    -moz-transition: all .4s linear;  
    -o-transition: all .4s linear;  
    -ms-transition: all .4s linear;  
    transition: all .4s linear;
}
.teams article:hover{
	border-color: rgba(0,0,0,0.2);
}
.teams article h4{
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	color: #666;
	margin: 0;
}
.teams article .article-title{
	padding: 25px 0;
	border-bottom: 1px solid rgba(0,0,0,0.09);
	margin-bottom: 30px;
	-webkit-transition: all .4s linear;  
    -moz-transition: all .4s linear;  
    -o-transition: all .4s linear;  
    -ms-transition: all .4s linear;  
    transition: all .4s linear;
    text-align: center;
}
.teams article .article-title span{
	opacity: 0.5;
	display: block;
	margin-top: 5px;
}
.teams article:hover .article-title{
	border-bottom-color: #3DB3CC;
}
.teams article .image-holder{
	text-align: center;
	margin: 0 0 25px 0;
}
.teams article .image-holder img{
	width: auto;
	width: 200px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.09);
	padding: 10px;
	-webkit-transition: all .4s linear;  
    -moz-transition: all .4s linear;  
    -o-transition: all .4s linear;  
    -ms-transition: all .4s linear;  
    transition: all .4s linear;
}
.teams article:hover .image-holder img{
	border-color: #EB593C;
}
.teams article .article-excerpt{
	font-size: 12px;
	color: #888;
	margin-bottom: 30px;
	padding: 0 15px;
}
.teams article .article-social{
	border-top: 1px solid rgba(0,0,0,0.09);
	padding: 30px 0;
	text-align: center;
}


.features article{
	text-align: center;
	float: none;
	background: #f2836b;
}
.features .article-title{
	padding:10px 0 30px 0;
}
.features .article-title h4{
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	margin: 0;
}
.features article .article-content{
	padding: 30px 0;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.features article .article-content .image-container{
	width: 125px;
	height: 125px;
	border-radius: 50%;
	box-shadow: 0px 0 0 10px rgba(0,0,0,0.2);
	background: #FFF;
	margin: 0 auto;
	-webkit-transition: all .4s ease-in-out;  
    -moz-transition: all .4s ease-in-out;  
    -o-transition: all .4s ease-in-out;  
    -ms-transition: all .4s ease-in-out;  
    transition: all .4s ease-in-out;
}
.features article:hover .article-content .image-container{
	box-shadow: 0px 0 0 20px rgba(0,0,0,0.2);
	transform:rotate(360deg);
	-moz-transform:rotate(360deg); /* Firefox 4 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg); /* Opera */
}
.features article .article-content img{
	width: 45px;
	height: auto;
	margin-top: 40px;
}
.features article .article-excerpt{
	border-top: 1px solid rgba(255,255,255,0.25);
	box-shadow: 0px -3px 0 0px rgba(0,0,0,0.10);
	background: rgba(0,0,0,0.10);
	font-size: 12px;
	color: #FFF;
	padding: 30px;
}

.features article .article-excerpt .feature-text{
	margin-bottom: 30px;
}
.features article .article-excerpt .readmore a{
	background: rgba(0,0,0,0.3);
	color: #FFF;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all .4s linear;  
	-moz-transition: all .4s linear;  
	-o-transition: all .4s linear;  
	-ms-transition: all .4s linear;  
	transition: all .4s linear;
	font-weight: bold;
}
.features article .article-excerpt .readmore a:hover{
	background: rgba(0,0,0,0.6);
}
/* Aero feature styles */

.features-aero article{
	text-align: center;
	float: none;
	border: 1px solid #F2836B;
	border-bottom-width: 3px;
	color: #F2836B;
	background: #FFF;
}
.features-aero .article-title{
	padding: 0 0 20px 0;
}
.features-aero .article-title h4{
	color: inherit;
	margin: 0;
}
.features-aero article .article-content{
	padding: 20px 0;
}
.features-aero article .article-content .image-container{
	background: #FFF;
	margin: 0 auto;
}
.features-aero article .article-content img{
	width: 60px;
	height: auto;
	margin-top: 20px;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1); */
}
.features-aero article:hover .article-content img{
	/*filter: grayscale(0%);
	-webkit-filter: grayscale(00%); -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%); -o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0); */
	-webkit-transition: all .4s ease-in-out;  
    -moz-transition: all .4s ease-in-out;  
    -o-transition: all .4s ease-in-out;  
    -ms-transition: all .4s ease-in-out;  
    transition: all .4s ease-in-out;
}
.features-aero article .article-excerpt{
	font-size: 12px;
	color: inherit;
	padding: 0 20px 30px;
}
.features-aero article:hover .article-excerpt{
	-webkit-transition: all .4s ease-in-out;  
    -moz-transition: all .4s ease-in-out;  
    -o-transition: all .4s ease-in-out;  
    -ms-transition: all .4s ease-in-out;  
    transition: all .4s ease-in-out;
}
.features-aero article .article-excerpt .readmore{
	margin-top: 20px;
}

.features-aero article .article-excerpt .readmore a{
	background: rgba(0,0,0,0.3);
	color: #FFF;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all .4s linear;  
	-moz-transition: all .4s linear;  
	-o-transition: all .4s linear;  
	-ms-transition: all .4s linear;  
	transition: all .4s linear;
	font-weight: bold;
}
.features-aero article .article-excerpt .readmore a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* Blockquote */

.blockquoter{
}
.blockquoter a.continue{
	background: #EB593C;
	display: block;
	padding: 16px 25px 13px 25px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	-webkit-transition: all .3s linear;  
	-moz-transition: all .3s linear;  
	-o-transition: all .3s linear;  
	-ms-transition: all .3s linear;  
	transition: all .3s linear;
	border-bottom: 3px solid rgba(0,0,0,0.15);
}
.blockquoter a.continue:hover{
	background: #3DB3CC;
}
.blockquoter .the-quote{
	font-size: 16px;
	color: inherit;
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-right: 16px;
	font-style: italic;
	padding-left: 50px;
	background: url('../images/quote-small.png') 0 5px no-repeat;
	line-height: 1.8;
}

@media only screen and (max-device-width : 1100px) {
	.blockquoter .the-quote{
		border-right: 0 none;
		margin-bottom: 20px;
	}
}


/* Image overlays */
.dotted{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url(../images/pointed.png);
}
.stripes{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url(../images/stripes.png);
}

/* Hover item */
.grid-view .item-hover{
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:rgba(171,220,214,0.8);
	opacity:0;
}
.grid-view .item-hover span{
	display: block;
	position: absolute;
	width:50px;
	left:-25%;
	top:50%;
	background:#FFF;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
	font-weight: normal;
	box-shadow: 0 3px 0px rgba(0,0,0,0.2);
}
.grid-view .item-hover span:before{
	line-height: inherit;
}
.grid-view .item-hover span:hover{
	color: #333;
}

.thumbnail-view .item-hover{
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:rgba(235,89,60,0.8);
	opacity:0;
}
.thumbnail-view .item-hover span{
	display: block;
	position: absolute;
	width:50px;
	height:50px;
	left:50%;
	bottom:-10%;
	background: #FFF;
	font-size: 14px;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 3px 0px rgba(0,0,0,0.2);
}

.listed-two-view .item-hover, .big-posts .item-hover{
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:rgba(235,89,60,0.5);
	opacity:0;
}
.listed-two-view .item-hover span, .big-posts .item-hover span{
	display: block;
	position: absolute;
	width:50px;
	height:50px;
	right:-70px;
	top:50%;
	margin-left: -25px;
	margin-top: -25px;
	background:#FFF;
	font-size: 16px;
	text-transform: uppercase;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 3px 0px rgba(0,0,0,0.2);
}

.image-gallery .item-hover, .text-image-gallery .item-hover{
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:rgba(235,89,60,0.8);
	opacity:0;
}
.image-gallery .item-hover span, .text-image-gallery .item-hover span{
	display: block;
	position: absolute;
	width:50%;
	height:50%;
	left:25%;
	top:25%;
	border-radius:180px;
	text-indent: 12%;
	background:#FFF;
	background: url(../images/zoom.png) no-repeat center center;
	font-size: 24px;
	font-family:'Lato', serif;
	font-weight: 200;
	text-transform: uppercase;
	opacity:0;
}
.super-posts .item-hover{
	position: absolute;
	height:100%;
	top: 0%;
	right: 0%;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}
.super-posts .item-hover i{
	display: block;
	background: url(../images/big-arrow.png) no-repeat center center;
	width: 33.3%;
	height: 100%;
	float: left;
	opacity: 0;
	margin-left: -15%;
}

/* M Slider */
#slider{
	position: relative;
}
#slider a.prev{
	position: absolute;
	top: 35%;
	left: 0;
	display: block;
	background: url(../images/mslider-navigation.png) no-repeat center 17px;
	color: #FFF;
	width: 80px;
	height: 80px;
}
#slider a.next{
	position: absolute;
	top: 35%;
	right: 0;
	display: block;
	display: block;
	background: url(../images/mslider-navigation.png) no-repeat center -76px;
	color: #FFF;
	width: 80px;
	height: 80px;
}
#slider a.prev:hover{
	background-position: center -169px;
}
#slider a.next:hover{
	background-position: center -262px;
}

#slider .rslides_tabs{
	text-align: center;
	clear: both;
	margin-top: 5px;
}
#slider .rslides_tabs li{
	display: inline-block;
	margin-right: 5px;
}
#slider .rslides_tabs li a{
	display: block;
	padding: 4px 10px;
	border-top: 3px solid #EB593C;
	color: #999;
	font-size: 15px;
	font-weight: 300;
}
#slider .rslides_tabs li a:hover, #slider .rslides_tabs li.rslides_here a{
	border-top: 3px solid #ABDCD6;
	color: #000;
}

/* Single elements */
.featured-image{
	position: relative;
	line-height:0;
	margin-bottom: 30px;
}
.featured-image img{
	width: 100%;
	height: auto;
}
.featured-image a.next{
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.2) url(../images/post-gallery-navigation.png) no-repeat center -30px;
	position: absolute;
	position: absolute;
	bottom: 0%;
	right:0;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border-top-left-radius: 5px;
}
.featured-image a.prev{
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.2) url(../images/post-gallery-navigation.png) no-repeat center 17px;
	position: absolute;
	bottom: 0%;
	left: 0;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border-top-right-radius: 5px;
}
.featured-image a.prev:hover, .featured-image a.next:hover{
	background-color: rgba(0,0,0,0.5);
}
/* Post meta */
.post-title-meta{
	list-style-type: none;
	margin: -15px 0 20px 0;
	padding: 10px 0 0;
	border-top: 1px solid #FCFCFC;
	color: #999;
}
.post-title-meta li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 11px;
}
.post-title-meta > li{
	padding: 0 2px 0 6px;
}
.post-title-meta > li:first-child{
	padding-left: 0;
}
.post-title-meta > li:not(:first-child):before{
	content:"\2022";
	display: inline-block;
	margin-right: 6px;
}
.post-title-meta > li:last-child{
	border-right: 0 none;
}
.post-title-meta .post-categories{
	margin: 0 0 0 7px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.post-title-meta .post-categories a{
	display: block;
	background: #EB593C;
	color: #FFF;
	padding: 2px 7px;
	border-radius: 4px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.post-title-meta .post-categories a:hover{
	background-color: #3DB3CC;
}


.post-meta{
	margin-bottom: 30px;
}
.post-meta ul{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 10px solid #eaeaea;
	background-color: #f5f5f5;
}
.post-meta ul:after{
	content: '';
	width: 100%;
	display: block;
	clear: both;
}
.post-meta ul li{
	width: 25%;
	float: left;
	padding: 15px 0px;
	position: relative;
	background: #f5f5f5 url(../images/post-meta-delimiter.png) no-repeat 0px 0px;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	.post-meta ul li{
		width: 100%;
		background-image: none;
	}
}
.post-meta ul li:first-child{background: #f5f5f5;}
.post-meta ul li span{
	display: block;
	font-size: 10px;
	color: #999;
	padding-left: 16px;
	text-transform: uppercase;
}
.post-meta ul li div{
	font-size: 15px;
	color: #333;
	padding-left: 16px;
	margin-right: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-meta ul li i{
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 28px;
	height: 28px;
	font-size: 24px;
	color: #4F4C4C;
}

/* Post content */
.post-content{margin-bottom: 30px;}

/* Post tags */
.post-tags ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-tags ul li{
	display: inline-block;
}

.post-author-box{
	margin-bottom: 30px;
}

/* Post gallery */
.post-gallery{margin-bottom: 30px;position: relative;}
.post-gallery a.next{
	display: block;
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,0.5); 
	position: absolute;
	top: 30%;
	right:0;
}
.post-gallery a.prev{
	display: block;
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 30%;
	left: 0;
}

/* Post navigator */
.post-navigator{
	margin-bottom: 30px;
}
.post-navigator ul{
	margin:0 -15px;
	padding:0;
}
.post-navigator ul li{
	margin: 0;
	text-align: right;
}
.post-navigator ul li:first-child{
	text-align: left;
}
.post-navigator ul li a{
	position: relative;
	display: block;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eb593c;
	padding: 15px 0;
	-webkit-transition: border-color .2s linear;  
	-moz-transition: border-color .2s linear;  
	-o-transition: border-color .2s linear;  
	-ms-transition: border-color .2s linear;  
	transition: border-color .2s linear;
}
.post-navigator ul li a:hover{
	border-top: 1px solid #3DB3CC;
}
.post-navigator ul li a[rel="prev"]{
	padding-left: 40px;
}
.post-navigator ul li a[rel="prev"] i{
	position: absolute;
	left: -5px;
	top: 17px;
	font-size: 24px;
	width: auto;
	color: #E8E5E5;
}
.post-navigator ul li a[rel="next"]{
	padding-right: 40px;
}
.post-navigator ul li a[rel="next"] i{
	position: absolute;
	right: -5px;
	top: 17px;
	font-size: 24px;
	width: auto;
	color: #E8E5E5;
}
.post-navigator ul li a[rel="next"] i:before, .post-navigator ul li a[rel="prev"] i:before{
	width: auto;
}
.post-navigator ul li a span{
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}
.post-navigator ul li a div{
	color: #333;
	font-size: 13px;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-ms-transition: color .4s;
	transition: color .4s;
}
.post-navigator ul li a:hover div{
	color: #EB593C;
}

/* Back to portofolio */
.back-to-portofolio{
	background: #f5f5f5;
	border-top: 5px solid #eb593c;
	border-bottom: 5px solid #eaeaea;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	padding:10px 0px;
	margin-bottom: 30px;
}
.back-to-portofolio a{
	background:  url(../images/back-icon.png) no-repeat 10px center;
	text-transform: uppercase;
	color: #3db3cc;
	font-family: 'Lato', serif;
	font-weight: 200;
	display: block;
}
.back-to-portofolio a:hover{
	color: #333;
}

/* Portfolio single */
.portfolio-items{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.portfolio-items li{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.portfolio-featured{
	margin-bottom: 0;
}

/* Project timing */
.project-timing{
	margin-bottom: 30px;
	border-bottom: 10px solid #3db3cc;
}
.project-timing h4{
	font-size: 24px;
	font-family: 'Lato', serif;
	font-weight: 200;
	color: #666;
	background:  url(../images/timing-icon.png) no-repeat 20px center;
	text-indent: 60px;
	margin-bottom: 15px;
}
.project-timing ul li{
	border-top:1px dotted #cdcfd1;
	padding: 15px 20px;
}
.project-timing ul li span.timing-date{
	font-size: 12px;
	color: #999;
	display: block;
}

/* Comments */

#comments .comment-container{
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 30px;
	border-bottom: 5px solid #EAEAEA;
}
.comment-container .author-box{
	background: #FFF;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.comment-container .author-box img{
	margin: 5px 0;
	background: rgba(0,0,0,0.02);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.comment-container .author{
	font-weight: bold;
	color: #EB593C;
	display: block;
}
.comment-container .comment-meta{
	border-bottom: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(255,255,255,0.32);
	color: #999;
	font-size: 11px;
	padding-bottom: 5px;
}
.comment-container .comment-text{
	margin: 15px 0;
	line-height: 1.8;
}
.comment-reply{
	background: #EB593C;
	border-radius: 3px;
	color: #FFF;
	padding: 1px 5px;
	display: inline-block;
	float: right;
}
.comment-reply:hover, .comment-reply:focus{
	background: #333;
	color: #FFF;
}
.comment-form{
	margin-bottom: 30px;
}
.comment-form input, .comment-form textarea{
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 0px 3px rgba(0,0,0,0.06);
	border-radius: 3px;
	color: #999;
	width: 100%;
	padding: 0 10px;
}
.comment-form input{
	height: 40px;
}


/* Social icons */

.social-icons ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-icons ul li{
	margin-right: 1px;
	display: inline-block;
}

.social-icons ul li a{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-transition: -webkit-transform 200ms linear;
	-moz-transition: -moz-transform 200ms linear;
	-o-transition: -o-transform 200ms linear;
	transition: transform 200ms linear;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 4px;
}

.social-icons ul li a.icon-skype{
	background-color: #00aff0;
}
.social-icons ul li a.icon-github{
	background-color: #4183c4;
}
.social-icons ul li a.icon-gplus{
	background-color: #db4a39;
}
.social-icons ul li a.icon-lastfm{
	background-color: #c3000d;
}
.social-icons ul li a.icon-linkedin{
	background-color: #0e76a8;
}
.social-icons ul li a.icon-tumblr{
	background-color: #34526f;
}
.social-icons ul li a.icon-twitter{
	background-color: #00A0D1;
}
.social-icons ul li a.icon-vimeo{
	background-color: #86C9EF;
}
.social-icons ul li a.icon-wp{
	background-color: #21759B;
}
.social-icons ul li a.icon-yahoo{
	background-color: #720E9E;
}
.social-icons ul li a.icon-video{
	background-color: #C4302B;
}
.social-icons ul li a.icon-facebook{
	background-color: #3B5998;
}
.social-icons ul li a.icon-flickr{
	background-color: #0063DC;
}
.social-icons ul li a.icon-dribbble{
	background-color: #ea4c89;
}
.social-icons ul li a.icon-rss{
	background-color: #EE802F;
}
.social-icons ul li a.icon-pinterest{
	background-color: #c8232c;
}
.social-icons ul li a:hover{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* Menu styles */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: 	bold;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	visibility: 	hidden;
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display:		inline-block;
	position:		relative;
	margin-right: 	0px;
}
.sf-menu li.signin {
	margin-right: 	0;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu > li:hover ul,
.sf-menu > li.sfHover ul {
	left:			0;
	top:			3.9em; /* match top ul list item height */
	z-index:		99;
}
.sf-menu > li li:hover ul,
.sf-menu > li li.sfHover ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
.sf-menu > li.no_description:hover ul, .sf-menu > li.no_description ul,
.sf-menu > li.sfHover.no_decoration ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
.sf-menu > li.no_description:hover li ul,
.sf-menu > li.sfHover.no_decoration li ul {
	left:			0;
	top:			0em; /* 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:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu ul{
	margin: 0;
	padding: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		.8em 1.2em;
	text-decoration:none;
}

.sf-menu li {
	-webkit-transition: all .4s linear;  
    -moz-transition: all .4s linear;  
    -o-transition: all .4s linear;  
    -ms-transition: all .4s linear;  
    transition: all .4s linear;
    margin-right: -4px;
}
.sf-menu li a{
	-webkit-transition: all .4s linear;  
    -moz-transition: all .4s linear;  
    -o-transition: all .4s linear;  
    -ms-transition: all .4s linear;  
    transition: all .4s linear;
    border-right: 1px solid rgba(0,0,0,0.15);
    box-shadow: 1px 0px 0 0px rgba(255,255,255,0.3);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.sf-menu li a span{
	display: block;
	margin-top: 6px;
	font-size: 11px;
	opacity: 0.6;
	text-transform: none;
	font-weight: normal;
	margin-bottom: -3px;
	font-style: italic;
}
.sf-menu li.active{
	color: #000;
}
.sf-menu li li {
	background: 	#000;
	box-shadow: 	inset 0px -1px 2px rgba(0,0,0,0.2);
	border-radius: 	0px;
	text-transform: lowercase;
}
.sf-menu li ul{
	/* box-shadow: 0px 2px 2px rgba(0,0,0,0.5); */
	z-index: 45;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active{
	color: #FFF;
	background: #444;
}
.sf-menu > li:hover > a.sf-with-ul, .sf-menu > li.sfHover > a.sf-with-ul, .sf-menu > li > a.sf-with-ul:focus, .sf-menu > li > a.sf-with-ul:hover, .sf-menu > li > a.sf-with-ul:active{
	background: inherit;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.3em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			50%; /* IE6 only */
	overflow:		hidden;
	line-height: 	1;
	margin-top: 	-6px;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	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;
}

/* Big menu  */

.sf-bigmenu{
	background: #333 url('../images/patterns/ploymer.png');
	padding: 0px 15px;
	border-bottom: 5px solid #EB593C;
}

.sf-bigmenu > li:hover ul,
.sf-bigmenu > li.sfHover ul {
	left:			0;
	top:			100%; /* match top ul list item height */
	z-index:		99;
	background: #333 url('../images/patterns/ploymer.png');
}
.sf-bigmenu > li li:hover ul,
.sf-bigmenu > li li.sfHover ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
.sf-bigmenu > li:hover, .sf-bigmenu > li.sfHover, .sf-bigmenu > li > a:focus, .sf-bigmenu > li > a:hover, .sf-bigmenu > li > a:active{
	color: #FFF;
	background: rgba(255,255,255,0.03);
}

.sf-bigmenu li li {
	background: 	none;
	border-bottom: 	1px solid rgba(0,0,0,0.18);
	border-radius: 	0px;
	text-transform: lowercase;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.08);
	border-right: 0 none;
}
.sf-bigmenu li li a{
	border-right: 0 none;
	box-shadow: 0 0 0;
}
.sf-bigmenu li li a:hover{
	background: rgba(255,255,255,0.03);
}
.sf-bigmenu a {
	padding: 		1.4em 1.8em;
	text-decoration:none;
}
.sf-bigmenu a, .sf-bigmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

/* Default menu styling */

.sf-default{
	float: left;
	width: 100%;
}
.sf-default li:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 2px;
	background: #EB593C;
	-webkit-transition: width .2s linear;  
	-moz-transition: width .2s linear;  
	-o-transition: width .2s linear;  
	-ms-transition: width .2s linear;  
	transition: width .2s linear;
}
.sf-default li:hover:after{
	width: 100%;
}
.sf-default li li:after{
	display: none;
}
.sf-default li{
	margin-right: 20px;
	float: left;
	position: relative;
}
.sf-default li a{
	padding: 0 0 0.6em 0;
	color: #808080;
	text-shadow: 0 0 0;
	font-weight: normal;
	border: 0 none;
	box-shadow: none;
}
.sf-default > li:first-child a{
	padding-left: 0;
}
.sf-default a, .sf-default a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#808080;
	box-shadow: 	none;
}
.sf-default > li:hover, .sf-default > li.sfHover, .sf-default > li > a:focus, .sf-default > li > a:hover, .sf-default > li > a:active{
	color: #333;
	background: transparent;
}
.sf-default li.active a{
	font-weight: bold;
}
.sf-default > li:hover ul,
.sf-default > li.sfHover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		99;
}
.sf-default > li li:hover ul,
.sf-default > li li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
.sf-default li li {
	background: 	#FFF;
	background: 	rgba(255,255,255,0.95);
	border: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	margin-right: 0;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
}
.sf-default li li:hover {
	background: 	rgba(255,255,255,0.98);
}
.sf-default li li a{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
}
.sf-default li li a:hover{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
	color: #444;
}
.sf-default a > .sf-sub-indicator{
	top: .4em;
	right: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sf-default li li a > .sf-sub-indicator{
	right: .5em;
}
.sf-default a > .sf-sub-indicator:before{
	width: auto;
	margin: 0;
}
.sf-default li li a > .sf-sub-indicator{
	top: 1.2em;
}
.sf-default a.sf-with-ul{
	padding-right: 1.2em;
}



/* Simple menu styling */

.sf-simplemenu{
	width: 100%;
}
.sf-simplemenu li li:after{
	display: none;
}
.sf-simplemenu li{
	margin-right: 20px;
	position: relative;
	color: inherit;
}
.sf-simplemenu li a{
	padding: 0;
	color: inherit;
	text-shadow: 0 0 0;
	font-weight: normal;
	border: 0 none;
	box-shadow: none;
}
.sf-simplemenu li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.sf-simplemenu > li:first-child a{
	padding-left: 0;
}
.sf-simplemenu a, .sf-simplemenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			inherit;
	box-shadow: 	none;
}
.sf-simplemenu > li:hover, .sf-simplemenu > li.sfHover, .sf-simplemenu > li > a:focus, .sf-simplemenu > li > a:hover, .sf-simplemenu > li > a:active{
	color:inherit;
	background: transparent;
}
.sf-simplemenu li.active a{
	font-weight: bold;
}
.sf-simplemenu > li:hover ul,
.sf-simplemenu > li.sfHover ul {
	left:			0;
	top:			100%; /* match top ul list item height */
	z-index:		99;
	padding-top:	5px;
}
.sf-simplemenu > li li:hover ul,
.sf-simplemenu > li li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
	padding-top: 	0;
}
.sf-simplemenu li li {
	background: 	#FFF;
	background: 	rgba(255,255,255,0.95);
	border: 0;
	box-shadow: none;
	margin-right: 0;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	color: #8c8c8c;
	text-align: left;
}
.sf-simplemenu li ul{
	box-shadow: 0 0 0 1px rgba(70,70,70,0.05);
}
.sf-simplemenu li li:not(:last-child){
	border-bottom: 1px solid rgba(70,70,70,0.05);
}
.sf-simplemenu li li:hover {
	background: 	rgba(255,255,255,0.98);
}

.sf-simplemenu li li a:hover{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
	color: #444;
}
.sf-simplemenu a > .sf-sub-indicator{
	top: .4em;
	right: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sf-simplemenu li li a > .sf-sub-indicator{
	right: .5em;
}
.sf-simplemenu a > .sf-sub-indicator:before{
	width: auto;
	margin: 0;
}
.sf-simplemenu li li a > .sf-sub-indicator{
	top: 1.2em;
}
.sf-simplemenu a.sf-with-ul{
	padding-right: 1.2em;
}

/* Vertical styling */

.sf-verticalmenu{
	float: left;
	width: 100%;
}
.sf-verticalmenu li li:after{
	display: none;
}
.sf-verticalmenu li{
	margin-right: 20px;
	float: left;
	position: relative;
	color: inherit;
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	text-overflow: ellipsis;
}
.sf-verticalmenu li a{
	padding: 0;
	color: inherit;
	text-shadow: 0 0 0;
	font-weight: normal;
	border: 0 none;
	box-shadow: none;
}
.sf-verticalmenu li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.sf-verticalmenu > li:first-child a{
	padding-left: 0;
}
.sf-verticalmenu a, .sf-verticalmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			inherit;
	box-shadow: 	none;
}
.sf-verticalmenu > li:hover, .sf-verticalmenu > li.sfHover, .sf-verticalmenu > li > a:focus, .sf-verticalmenu > li > a:hover, .sf-verticalmenu > li > a:active{
	color:inherit;
	background: transparent;
}
.sf-verticalmenu li.active a{
	font-weight: bold;
}
.sf-verticalmenu > li:hover ul,
.sf-verticalmenu > li.sfHover ul {
	left:			0;
	top:			100%; /* match top ul list item height */
	z-index:		99;
}
.sf-verticalmenu > li li:hover ul,
.sf-verticalmenu > li li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
.sf-verticalmenu li li {
	background: 	#FFF;
	background: 	rgba(255,255,255,0.95);
	border: 0;
	box-shadow: none;
	margin-right: 0;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	color: #8c8c8c;
}
.sf-verticalmenu li ul{
	box-shadow: 0 0 0 1px rgba(70,70,70,0.05);
}
.sf-verticalmenu li li:not(:last-child){
	border-bottom: 1px solid rgba(70,70,70,0.05);
}
.sf-verticalmenu li li:hover {
	background: 	rgba(255,255,255,0.98);
}
.sf-verticalmenu li li a{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
}
.sf-verticalmenu li li a:hover{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
	color: #444;
}
.sf-verticalmenu a > .sf-sub-indicator{
	top: .8em;
	right: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sf-verticalmenu li li a > .sf-sub-indicator{
	right: .5em;
}
.sf-verticalmenu a > .sf-sub-indicator:before{
	width: auto;
	margin: 0;
}
.sf-verticalmenu li li a > .sf-sub-indicator{
	top: 1.2em;
}
.sf-verticalmenu a.sf-with-ul{
	padding-right: 1.2em;
}


/* Soft menu */

.sf-softmenu{
	border: 1px solid #EBEBEB;
	float: left;
	width: 100%;
	border-radius: 3px;
	border-bottom: 5px solid #DCDDDD;
	box-shadow: 0 0px 0 5px rgba(0, 0, 0, 0.02);
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #e9eae9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e9eae9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#e9eae9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e9eae9',GradientType=0 ); /* IE6-9 */

}

.sf-softmenu li{
	margin-right: 1px;
	float: left;
}
.sf-softmenu li a{
	height: 40px;
	line-height: 40px;
	padding: 0 1.2em;
	border-right: 1px solid rgba(60,60,60,0.07);
	box-shadow: 1px 0 0 rgba(255,255,255,0.5);
	color: #919191;
	font-weight: normal;
	font-size: 13px;
	text-shadow: 1px 1px 0px #FFF;
}
.sf-softmenu a, .sf-softmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#808080;
}
.sf-softmenu > li:hover, .sf-softmenu > li.sfHover, .sf-softmenu > li > a:focus, .sf-softmenu > li > a:hover, .sf-softmenu > li > a:active{
	background: rgba(255,255,255,0.3);
	color: #333;
}
.sf-softmenu li.active a{
	border-top-color: #EB593C;
}
.sf-softmenu > li:hover ul,
.sf-softmenu > li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
.sf-softmenu > li li:hover ul,
.sf-softmenu > li li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
.sf-softmenu li li {
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #e9eae9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e9eae9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#e9eae9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#e9eae9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e9eae9',GradientType=0 ); /* IE6-9 */
	border: 0;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.sf-softmenu li li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.sf-softmenu li li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 0 none;
}
.sf-softmenu li li:hover {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.sf-softmenu li li a{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
}
.sf-softmenu li li a:hover{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
	color: #444;
}
.sf-softmenu li a span{
	display: none;
}

/* Darko menu */

.sf-darkomenu{
	border: 1px solid #000;
	float: left;
	width: 100%;
	padding: 1px;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0px rgba(255,255,255,0.4);
	background: #2a3035; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a3035 0%, #292f35 50%, #242a2f 51%, #262d33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3035), color-stop(50%,#292f35), color-stop(51%,#242a2f), color-stop(100%,#262d33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3035', endColorstr='#262d33',GradientType=0 ); /* IE6-9 */
}

.sf-darkomenu li{
	margin-right: 1px;
	float: left;
}
.sf-darkomenu li a{
	height: 40px;
	line-height: 40px;
	padding: 0 1.2em;
	border-right: 1px solid #000;
	box-shadow: 1px 0 0 rgba(255,255,255,0.3);
	font-weight: normal;
	font-size: 13px;
	text-shadow: 1px 1px 0px #363C42;
	text-transform: none;
}

.sf-darkomenu a, .sf-darkomenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-darkomenu > li:hover, .sf-darkomenu > li.sfHover, .sf-darkomenu > li > a:focus, .sf-darkomenu > li > a:hover, .sf-darkomenu > li > a:active{
	background: rgba(255,255,255,0.07);;
	color: #FFF;
}
.sf-darkomenu li.active a{
	border-top-color: #EB593C;
}
.sf-darkomenu > li:hover ul,
.sf-darkomenu > li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
	background: -moz-linear-gradient(top,  #2a3035 0%, #292f35 50%, #242a2f 51%, #262d33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3035), color-stop(50%,#292f35), color-stop(51%,#242a2f), color-stop(100%,#262d33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a3035 0%,#292f35 50%,#242a2f 51%,#262d33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3035', endColorstr='#262d33',GradientType=0 ); /* IE6-9 */
}

.sf-darkomenu li li {
	background: none;
	border: 0;
	box-shadow: 0 0px -1px 1px rgba(0, 0, 0, 0.01);
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sf-darkomenu li li:last-child {
	border-bottom: 0 none;
}
.sf-darkomenu li li:hover {
	background: rgba(255,255,255,0.03);
}
.sf-darkomenu li li a{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
}
.sf-darkomenu li li a:hover{
	border-radius: 0;
	box-shadow: 0 0 0;
	border: 0 none;
	color: #FFF;
}
.sf-darkomenu li a span{
	display: none;
}

/* Big description menu  */

.sf-bigdescmenu{
	background: transparent;
	padding: 0;
	border-bottom: 	1px solid rgba(0,0,0,0.06);
	border-top: 	1px solid rgba(0,0,0,0.06);
}
.sf-bigdescmenu > li {
    padding-bottom: 15px;
    padding-top: 15px;
}
.sf-bigdescmenu > li:hover ul,
.sf-bigdescmenu > li.sfHover ul {
	left:			0;
	top:			100%;
	z-index:		99;
	background: 	#FFF;
	border: 	1px solid rgba(0,0,0,0.08);
}
.sf-bigdescmenu > li li:hover ul,
.sf-bigdescmenu > li li.sfHover ul {
	left:			0;
	top:			1.4em; /* match top ul list item height */
	z-index:		99;
}
.sf-bigdescmenu > li:hover, .sf-bigdescmenu > li.sfHover, .sf-bigdescmenu > li > a:focus, .sf-bigdescmenu > li > a:hover, .sf-bigdescmenu > li > a:active{
	background: none;
}
.sf-bigdescmenu > li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.sf-bigdescmenu li li:last-child{
	border-bottom: 0 none;
}
.sf-bigdescmenu li li {
	background: 	none;
	border-bottom: 	1px solid rgba(0,0,0,0.10);
	border-radius: 	0px;
	text-transform: lowercase;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.08);
}
.sf-bigdescmenu li li a{
	border-right: 0 none;
	box-shadow: 0 0 0;
}
.sf-bigdescmenu li li a:hover{
	background: rgba(0,0,0,0.02);
}

.sf-bigdescmenu li a, .sf-bigdescmenu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 		.7em 1.4em;
	text-decoration:none;
	color:			inherit;
	box-shadow: none;
	text-shadow: none;
	border-right: 1px solid rgba(0,0,0,0.06);
	text-transform: none;
}
.sf-bigdescmenu > li li a, .sf-bigdescmenu > li li a:visited{
	color: #7c7c7c;
}
@media only screen and (max-width : 768px) {
	.sf-menu{
		display: none;
	}
}

/* Carousel styles */

.carousel-wrapper {
    overflow: hidden;
    /*float: left;*/
}
.carousel-wrapper .carousel-container {
    overflow: hidden;
	-webkit-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	-moz-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	-o-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	-ms-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}
.carousel-wrapper .carousel-container > div.columns {
}
.carousel-wrapper ul.carousel-nav {
    list-style-type: none;
    margin: 0 0 15px;
    text-align: right;
}
.carousel-wrapper ul.carousel-nav:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-wrapper ul.carousel-nav > li {
	display: inline-block;
    color: #999;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 25px;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
    margin-left: 15px;
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
    margin-right: 15px;
}
.carousel-wrapper ul.carousel-nav > li > i:before {
    line-height: inherit;
}
.carousel-wrapper ul.carousel-nav > li:hover {
    background-color: #f1f1f1;
    color: #333;
}

/* Testimonials carousel */
.testimonials .carousel-wrapper ul.carousel-nav {
    list-style-type: none;
    margin: 0;
    text-align: center;
}
.testimonials .carousel-wrapper ul.carousel-nav > li {
	display: inline-block;
    color: inherit;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.testimonial-image img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.testimonial-image{
	display: inline-block;
	margin-right: 10px;
}
.testimonial-item article{
	margin-bottom: 15px;
}
.testimonial-item{
	text-align: center;
}
.testimonial-item .author-text{
	color: inherit;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(60,60,60,0.1);
	padding-bottom: 10px;
	position: relative;
}
.testimonial-item .author-text:after{
	content: '';
	display: block;
	border-top: 8px solid rgba(60,60,60,0.1);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -9px;
	margin-left: -8px;
	left: 50%;
}
.testimonial-item .author-name{
	display: inline-block;
}
.testimonial-item .author-name:after{
	content: ' - ';
}
.testimonial-item .author-position{
	display: inline-block;
	font-style: italic;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/* Comments Data */

#comments-title{
	margin-bottom: 30px;
}

.commentlist > li{
	display: block;
}

.commentlist > li .comment .comment-content{
	color: #545454;
	padding-left: 75px;
}
.commentlist .children li .comment .comment-content{
	padding-left: 53px;
}

.commentlist > li .comment .comment-author img{
	max-width: 60px;
	max-height: 60px;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(70,70,70,0.1);
	border: 1px solid #FFF;
}
.commentlist > li .comment .comment-author{
	font-size: 11px;
	color: #B1B9C7;
	margin-bottom: 15px;
}
.commentlist > li .comment .comment-author a{
	color: inherit;
}
.commentlist > li .comment .comment-author .fn{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #2a2a2a;
}
.commentlist > li .comment .comment-reply-link{
	display: inline-block;
	float: right;
	font-size: 11px;
	background: #EB593C;
	border-radius: 2px;
	padding: 0 8px;
	color: #FFF;
}

.commentlist > li .comment .comment-edit-link{
	font-weight: bold;
	padding-left: 15px;
}
.commentlist > li .children{
	margin-left: 40px;
}
#commentform p[class*="comment-form-"]:not(.comment-form-comment){
	display: block;
	width: 50%;
	margin: 0;
	float: left;
}
#commentform p[class*="comment-form-"]:not(.comment-form-comment):nth-child(even){
	padding-right: 20px;
}
#commentform p[class*="comment-form-"]:not(.comment-form-comment):nth-child(odd){
	padding-left: 20px;
}
#commentform p.comment-form-comment{
	clear: both;
}
#commentform .form-submit input[type="submit"]{
	background: #EB593C;
	color: #FFF;
	box-shadow: none;
	padding: 0 25px;
	cursor: pointer;
	border-radius: 0;
	border: 0 none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lato';
	width: auto;
}
#commentform .form-submit input[type="submit"]:hover{
	border-bottom: 3px solid rgba(0,0,0,0.3);
}
#commentform label{
	color: #B1B9C7;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}
#commentform .form-allowed-tags{
	font-size: 11px;
	color: #BBBEBF;
}

/* Tags */

.tags-container a.tag, .tags-container a[rel="tag"], .list-view-tags a[rel="tag"]{
	background-color: #E5E5E5;
	color: #7c7c7c;
	height: 25px;
	line-height: 25px;
	padding: 0 20px 0 10px;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.tags-container a.tag:after, .tags-container a[rel="tag"]:after, .list-view-tags a[rel="tag"]:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FFF;
}
.tags-container a.tag:hover, .tags-container a[rel="tag"]:hover, .list-view-tags a[rel="tag"]:hover{
	background-color: #D8D8D8;
}

.content-block.opacited{
	opacity: 0;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.content-block.opacited.shown{
	opacity: 1;
}
.content-block.perspective-y{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: perspective(1140px) rotateY(45deg);
	-moz-transform: perspective(1140px) rotateY(45deg);
	-o-transform: perspective(1140px) rotateY(45deg);
	-ms-transform: perspective(1140px) rotateY(45deg);
	transform: perspective(1140px) rotateY(45deg);
}
.content-block.shown.perspective-y{
	-webkit--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-moz--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-o--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-ms--webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.content-block.perspective-x{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: perspective(1140px) rotateX(45deg);
	-moz-transform: perspective(1140px) rotateX(45deg);
	-o-transform: perspective(1140px) rotateX(45deg);
	-ms-transform: perspective(1140px) rotateX(45deg);
	transform: perspective(1140px) rotateX(45deg);
}
.content-block.shown.perspective-x{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.content-block.slideup{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-o-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	perspective: 1000px;
}
.content-block.shown.slideup{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.content-block.slideright{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transform: translateX(150px);
	perspective: 1000px;
}
.content-block.shown.slideright{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.content-block.slideleft{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
	perspective: 1000px;
}
.content-block.shown.slideleft{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}



/* Block titles */
.block-title{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
.block-title .block-title-container .the-title{
	margin: 0 0 15px 0;
	color: inherit;
}
.block-title-2lines{
	text-align: center;
}
.block-title-2lines .block-title-container{
	display: inline-block;
	width: 40%;
	padding: 0 15px;
}
.block-title-description{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	color: inherit;
}
.block-title-2lines .block-title-container .the-title{
	margin-bottom: 5px;
}
.block-title-2lines .block-title-container:before{
	content: '';
	display: block;
	height: 10px;
	border-top: 1px solid rgba(60,60,60,0.1);
	border-bottom: 1px solid rgba(60,60,60,0.1);
	position: absolute;
	left: 0;
	top: 50%;
	width: 30%;
	margin-top: -5px;
}
.block-title-2lines .block-title-container:after{
	content: '';
	display: block;
	height: 10px;
	border-top: 1px solid rgba(60,60,60,0.1);
	border-bottom: 1px solid rgba(60,60,60,0.1);
	position: absolute;
	right: 0;
	top: 50%;
	width: 30%;
	margin-top: -5px;
}
.block-title-2lines .block-title-description{
	font-size: 12px;
}

.block-title-simpleleft{
	text-align: left;
}
.block-title-simpleleft .block-title-container .the-title{
	margin-bottom: 0;
}

.block-title-lineafter{
	text-align: left;
}
.block-title-lineafter .block-title-container .the-title{
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.block-title-lineafter .block-title-container .the-title:after{
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #EB593C;
	margin-left: 15px;
}
.block-title-lineafter .block-title-container .the-title:before{
	content: '';
	display: inline-block;
	height: 1px;
	width: 3800px;
	position: absolute;
	background-color: rgba(60,60,60,0.1);
	margin-left: 0;
	left: 100%;
	bottom: 10px;
}
.block-title-lineafter .block-title-container .block-title-description{
	display: block;
	margin-top: -3px;
}

.block-title-linerect{
	text-align: center;
}
.block-title-linerect .block-title-container{
	padding-bottom: 20px;
}
.block-title-linerect .block-title-container .the-title{
	margin-bottom: 0;
	position: relative;
}
.block-title-linerect .block-title-container:after{
	content: '';
	display: inline-block;
	height: 1px;
	width: 100%;
	background-color: rgba(60,60,60,0.1);
	left: 0;
	position: absolute;
	bottom: 4px;
}
.block-title-linerect .block-title-container:before{
	content: '';
	display: inline-block;
	height: 5px;
	width: 80px;
	position: absolute;
	background-color: #3DB3CC;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	z-index: 2;
}
.block-title-linerect .block-title-container .block-title-description{
	display: block;
}



.block-title-linecircle{
	text-align: center;
}
.block-title-linecircle .block-title-container{
	padding-bottom: 30px;
}
.block-title-linecircle .block-title-container .the-title{
	margin-bottom: 0;
	position: relative;
}
.block-title-linecircle .block-title-container:after{
	content: '';
	display: inline-block;
	height: 1px;
	width: 100%;
	background-color: rgba(60,60,60,0.1);
	left: 0;
	position: absolute;
	bottom: 8px;
}
.block-title-linecircle .block-title-container:before{
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	position: absolute;
	background-color: #EB593C;
	left: 50%;
	margin-left: -8px;
	bottom: 0;
	z-index: 2;
}
.block-title-simplecenter .block-title-container .block-title-description{
	display: block;
}

.block-title-simplecenter{
	text-align: center;
}
.block-title-simplecenter .block-title-container .the-title{
	margin-bottom: 0;
	position: relative;
}
.block-title-simplecenter .block-title-container .block-title-description{
	display: block;
}



/* Delimiter styles */

.delimiter{
	position: relative;
	background: transparent;
}
.delimiter.dotsslash{
	height: 1px;
	background-color: transparent;
	border-bottom: 1px dashed rgba(70,70,70,0.1);
	margin: 0 10px;
}
.delimiter.dotsslash:before, .delimiter.dotsslash:after{
	content: '//';
	display: inline-block;
	width: 10px;
	position: absolute;
	left: -10px;
	top: -5px;
	color: #CFD2D3;
	font-size: 11px;
	text-align: left;
}
.delimiter.dotsslash:after{
	left: auto;
	right: -10px;
	text-align: right;
}


.delimiter.doubleline{
	border-bottom: 4px double rgba(70,70,70,0.1);
}


.delimiter.line{
	border-bottom: 1px solid rgba(70,70,70,0.1);
}

.delimiter.gradient{
	height: 1px;
	background: -moz-linear-gradient(left,  rgba(181,181,181,0) 0%, rgba(181,181,181,0.55) 50%, rgba(181,181,181,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(181,181,181,0)), color-stop(50%,rgba(181,181,181,0.55)), color-stop(100%,rgba(181,181,181,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.55) 50%,rgba(181,181,181,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.55) 50%,rgba(181,181,181,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.55) 50%,rgba(181,181,181,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.55) 50%,rgba(181,181,181,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b5b5', endColorstr='#00b5b5b5',GradientType=1 ); /* IE6-9 */
}

.delimiter.lines{
	height:5px;
	background: url(../images/delimiter-x.png);
}

.delimiter.squares{
	height:4px;
	background: url(../images/squares-delimiter.png);
	background-size: auto 100%;
}


.delimiter.iconed{
	text-align: center;
}
.delimiter.iconed:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(70,70,70,0.1);
	position: absolute;
	top: 50%;
}
.delimiter.iconed:before{
	font-size: 24px;
	color: #EB593C;
	padding: 0;
}

/* Sticky menu styles */

.rt-sticky-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #FFF;
	border-bottom: 1px solid rgba(115,115,115,0.1);
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: height .5s ease-out, opacity .7s ease-out;
	-moz-transition: height .5s ease-out, opacity .7s ease-out;
	-o-transition: height .5s ease-out, opacity .7s ease-out;
	transition: height .5s ease-out, opacity .7s ease-out;
}
.rt-sticky-menu.active{
	height: 67px;
	opacity: 1;
	overflow: visible;
}
body.admin-bar .rt-sticky-menu{
	top: 28px;
}
.rt-sticky-menu .container .sf-menu li a{
	text-shadow: none;
	font-weight: normal;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	border-right: 0 none;
	color: inherit;
}
.rt-sticky-menu .container .sf-menu > li:hover,
.rt-sticky-menu .container .sf-menu > li.sfHover,
.rt-sticky-menu .container .sf-menu > li > a:focus,
.rt-sticky-menu .container .sf-menu > li > a:hover,
.rt-sticky-menu .container .sf-menu > li > a:active{
	color: inherit;
}
.rt-sticky-menu .container .sf-menu li > a:focus,
.rt-sticky-menu .container .sf-menu li > a:hover,
.rt-sticky-menu .container .sf-menu li > a:active{
	background: transparent;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	color: inherit;
}
.rt-sticky-menu .sf-menu li a{
	box-shadow: none;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.rt-sticky-menu .sf-menu > li{
	padding: 15px 0;
	background-color: inherit;
}
.rt-sticky-menu .sf-sub-indicator{
	margin-top: -8px;
}
.rt-sticky-menu .sf-menu li ul{
	top: 100%;
	box-shadow: 0 0 0 1px rgba(115,115,115,0.1);
	background-color: inherit;
}
.rt-sticky-menu .sf-menu li li{
	background: inherit;
	box-shadow: none;
	border-bottom: 1px solid rgba(115,115,115,0.1);
}
/* Desktops and laptops ----------- */
@media only screen and (max-width : 768px) {
	/* Styles */
	.rt-sticky-menu{
		display: none;
	}
}


/* Filter styles */

.rt-filters-container{
	-webkit-transition: height .7s ease-out;
	-moz-transition: height .7s ease-out;
	-o-transition: height .7s ease-out;
	transition: height .7s ease-out;
}

.isotope-item{
	-webkit-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
	-moz-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
	-o-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
	transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
}

.col-lg-3.isotope-item{
	width: 24.999%;
}
.col-lg-2.isotope-item{
	width: 16.633%;
}

.rt-filters{
	list-style-type: none;
	text-align: center;
	margin-bottom: 25px;
}
.rt-filters li{
	display: inline-block;
}
.rt-filters li a{
	padding: 0 15px;
	display: block;
	height: 35px;
	line-height: 33px;
	margin: 0 5px;
	text-transform: uppercase;
	border: 1px solid #eeeeee;
	color: #898E99;
	font-size: 14px;
	border-radius: 3px;
	position: relative;
	background-color: #FFF;
}
.rt-filters li a:hover{
	color: #3DB3CC;
	padding: 0 15px;
}
.rt-filters li a.active{
	background-color: #3DB3CC;
	border-color: rgba(0,0,0,0.08);
	color: #FFF;
}
.rt-filters li a:after{
	content: '';
	border-top: 6px solid #3DB3CC;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 50%;
	opacity: 0;
	-webkit-transition: top .2s ease-out;
	-moz-transition: top .2s ease-out;
	-o-transition: top .2s ease-out;
	transition: top .2s ease-out;
}
.rt-filters li a.active:after{
	content: '';
	border-top: 6px solid #3DB3CC;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	opacity: 1;
}
.rt-filters li a.active:hover{
	border-color: rgba(0,0,0,0.15);
}



/* Preloader styles */

.rt-preloader{
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.rt-preloader .preloader-center{
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	position: fixed;
	background: #FFF url('../images/ajax-loader.gif') center center no-repeat;
	border-radius: 4px;
	background-size: 50% 50%;
}


/* Small styles */
@media only screen and (min-width : 320px) and (max-width : 768px) {
	.logo{
		margin-bottom: 30px;
	}
	#searchbox{
		margin-bottom: 30px;
		height: 1px;
	}
}

/* Contact form element */

.contact-form{
	clear: both;
}
.contact-form label{
	clear: both;
	display: block;
	font-size: 10px;
}
.contact-form label{
	clear: both;
	display: inline-block;
	font-size: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
	text-transform: uppercase;
}
.contact-form input{
	border: 1px solid #eaeaea;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	color: #555;
	font-size: 12px;
	background: #FFF;
	width: 100%;
	margin-bottom: 10px;
}
.contact-form input.invalid{
	border-color: #F04747;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus{
	border-color: #dadada;
}
.contact-form textarea{
	border: 1px solid #eaeaea;
	padding: 8px;
	color: #555;
	font-size: 12px;
	background: #FFF;
	width: 100%;
	margin-bottom: 20px;
}
input.contact-form-submit{
	background: #EB593C;
	color: #FFF;
	border: 0 none;
	border-bottom: 3px solid rgba(0,0,0,0.1);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
input.contact-form-submit:hover{
	border-bottom: 3px solid rgba(0,0,0,0.3);
}
input.contact-form-submit:focus{
	border-bottom: 3px solid rgba(0,0,0,0.2);
}
.contact-form-icon{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.contact-form-icon i:before{
	margin: 0;
}

.contact-form-messages.success{
	text-align: center;
	color: #37A779;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #37A779;
}
.contact-form-messages .invalid{
	text-align: center;
	color: #F04747;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #F04747;
}


/* Theme buttons */
.rt-button{
	background: #EB593C;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	border-bottom: 3px solid rgba(60,60,60,0.2);
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.rt-button:hover{
	color: #FFF;
	border-bottom-color: rgba(60,60,60,0.5);
}
.rt-button.big{
	height: 55px;
	line-height: 52px;
	font-size: 20px;
	padding: 0 25px;
}
.rt-button.medium{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
}
.rt-button.small{
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	padding: 0 12px;
}
.rt-button.xsmall{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	padding: 0 8px;
	border-bottom-width: 2px;
}

/* Zoom in icon */
.zoom-in-icon{
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #7c7c7c;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 12px;
	bottom: 20px;
	right: 20px;
	border-bottom: 2px solid rgba(60,60,60,0.1);
	z-index: 15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.zoom-in-icon:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	color: #7c7c7c;
}

/* 404 page */

.title-404{
	text-align: center;
	font-size: 64px;
	margin-top: 50px;
}
.title-404 i{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
	margin-right: 20px;
}
.nothing-message{
	font-size: 24px;
	text-align: center;
	margin-bottom: 45px;
}
.search-404{
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
}

/* Mobile menu */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #7c7c7c;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #343434;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: ">";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9999;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}
@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}
.dl-menuwrapper{
	z-index: 9999;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}
@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}
.dl-menu .sub-menu{
	margin-left: 20px;
}
#dl-menu{
	display: none;
	margin-bottom: 20px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 960px) {
	#dl-menu{
		display: block;
	}
}


/* Post slider styles */

.post-slider .post-slider-list{
	list-style-type: none;
}
.post-slider .post-slider-list ul{
	list-style-type: none;
}
.post-slider .post-slider-list > li{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.post-slider .post-slider-list .entry-category ul li, .post-slider .main-entry .entry-content .entry-category ul li{
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 10px;
}
.post-slider .post-slider-list .entry-category ul li a{
	color: #EB593C;
}
.post-slider .post-slider-list .entry-category ul li a:hover, .post-slider .main-entry .entry-content .entry-category ul li a:hover{
	text-decoration: underline;
}
.post-slider .post-slider-list .entry-title, .post-slider .main-entry .entry-content .entry-title{
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.post-slider .post-slider-list .entry-title h4{
	display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.post-slider .post-slider-list .entry-image{
	margin-top: 5px;
	display: block;
}
.post-slider .post-slider-list .entry-meta ul li, .post-slider .main-entry .entry-content .entry-meta ul li{
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 10px;
	color: #7c7c7c;
}
.post-slider .main-entry{
	position: relative;
}
.post-slider .main-entry img{
	width: 100%;
}
.post-slider .main-entry .entry-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 20px 20px 20px;
	color: #FFF;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 6%, rgba(0,0,0,0.65) 47%, rgba(0,0,0,0.65) 56%, rgba(0,0,0,0.65) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(6%,rgba(0,0,0,0.08)), color-stop(47%,rgba(0,0,0,0.65)), color-stop(56%,rgba(0,0,0,0.65)), color-stop(77%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 6%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0.65) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 6%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0.65) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 6%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0.65) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 6%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0.65) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.post-slider .main-entry .entry-content a{
	color: #FFF;
}
.post-slider .main-entry .entry-content .entry-title h2{
	margin: 0;
}
.post-slider .main-entry .entry-content .entry-title{
	margin: 0 0 15px 0;
	border-right: 5px solid transparent;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.post-slider .main-entry .entry-content .entry-title:hover{
	border-right: 5px solid #EB593C;
}
.post-slider .main-entry .entry-content .entry-category ul, .post-slider .main-entry .entry-content .entry-meta ul{
	margin: 0;
}

@media only screen and (min-width : 960px) and (max-width : 1184px) {
	.post-slider .post-slider-list .entry-title{
		margin-bottom: 12px;
	}
}
@media only screen and (max-width : 960px) {
	.post-slider .main-entry{
		margin-bottom: 30px;
	}
	.post-slider .post-slider-list .entry-title h4{
		white-space: normal;
	}
}