/* =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 {
	border: 1px solid rgba(220,220,220,0.1);
	padding: 5px;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

.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: 16px;
    line-height: 22px;
    margin: 0;
    padding: 15px 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(http://punefc.com/wp-content/themes/fontana/images/patterns/low_contrast_linen.png);}*/
/*#wrapper{padding: 50px 0px 0 0px;background: #FFF;max-width: 1140px;margin: 0 auto;}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto Condensed';
}
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{
	/*padding: 0;*/
}
body.archive #wrapper.container section#main > .container, body.blog #wrapper.container section#main > .container{
	padding: 0 15px;
}
.content-block article{
	margin-bottom: 40px;
}

.no-gutter div[class*="col-"]{
    padding: 0;
}
.no-gutter div[class*="col-"] article{
	margin-bottom: 0;
}
.thumbnail-view.no-gutter{
	margin: 0 20px 40px 20px;
}
.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: transparent;
	border: 1px solid #FFFFFF;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #FFF;
	text-indent: 10px;
	padding:0;
	margin:0;
	float: left;
	width: 100%;
	box-shadow: none;
	font-family: 'Roboto Condensed';
}
#searchbox input.searchbutton{
	background: transparent;
	border: 0 none;
	height: 35px;
	line-height: 35px;
	font-size: 9px;
	color: #FFF;
	text-transform: uppercase;
	padding:0 5px;
	font-weight: 600;
	margin:0;
	font-family: 'Roboto Condensed',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;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.7;
}
#searchbox input.searchbutton:hover{
	opacity: 1;
}
#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: 28px;
	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: 24px;
	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: 400;
	margin:0;
	margin-bottom: 10px;
}
.big-posts h4.title{
	font-size: 28px;
	font-weight: 400;
	margin:0;
	text-transform: uppercase;
}
.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;
}
h1.page-title{
	font-size: 42px;
	line-height: 1.3;
	margin-top:0px;
	margin-bottom: 30px;
	font-weight: 400;
}
.related-title, .comments-title{
	margin-bottom: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}


/* Article elements */
.image-holder{
	position:relative;
	overflow: hidden;
	line-height: 0;
}
.image-holder img{
	width: 100%;
	height: auto;
}
.excerpt{
	line-height: 1.8;
	font-size: 13px;
}
.views-read-more{
	font-size: 12px;
	height: 30px;
	white-space: nowrap;
	color: #525252;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 25px 4px 15px;
	border: 1px solid #ededed;
	position: relative;
	margin-bottom: 20px;
}
.views-read-more i{
	font-size: 9px;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 7px;
}

/* Overlay effect styles */

.image-holder .view-overlay-effect{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.image-holder .view-overlay-effect > .mask-div{
	width: 0.0005%;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: rgba(255,255,255,0.7);

}
.image-holder:hover .view-overlay-effect > .mask-div{
	/*width: 100%;
	opacity: 1;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;*/
	animation: overlayEffect .3s 1;
	animation-fill-mode:forwards;
	-webkit-animation: overlayEffect .3s 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation: overlayEffect .3s 1;
	-moz-animation-fill-mode:forwards;
}
.image-holder img{
	z-index: 1;
}

@-webkit-keyframes overlayEffect {
	0%
	{
		width: 0.0005%;
		opacity: 0;
		left: 50%;
	}
	50%
	{
		width: 30%;
		opacity: 0.5;
		left: 70%;
	}
	100%
	{
		width: 100%;
		opacity: 1;
		left: 0;
	}
}
@-moz-keyframes overlayEffect {
	0%
	{
		width: 0.0005%;
		opacity: 0;
		left: 50%;
	}
	50%
	{
		width: 30%;
		opacity: 0.5;
		left: 70%;
	}
	100%
	{
		width: 100%;
		opacity: 1;
		left: 0;
	}
}
@-o-keyframes overlayEffect {
	0%
	{
		width: 0.0005%;
		opacity: 0;
		left: 50%;
	}
	50%
	{
		width: 30%;
		opacity: 0.5;
		left: 70%;
	}
	100%
	{
		width: 100%;
		opacity: 1;
		left: 0;
	}
}
@keyframes overlayEffect {
	0%
	{
		width: 0.0005%;
		opacity: 0;
		left: 50%;
	}
	50%
	{
		width: 30%;
		opacity: 0.5;
		left: 70%;
	}
	100%
	{
		width: 100%;
		opacity: 1;
		left: 0;
	}
}

.image-holder .view-overlay-effect .view-sharing-buttons{
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -8px;
	text-align: center;
	position: absolute;
}
.image-holder .view-overlay-effect .view-sharing-buttons li{
	display: inline-block;
	font-size: 13px;
	color: #555;
	list-style-type: none;
	margin: 0 7px;
	padding: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.image-holder .view-overlay-effect .view-sharing-buttons li:hover{
	color: #111;
	-wekbit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}
.image-holder .view-overlay-effect .view-sharing-buttons li a{
	color: inherit;
}
.image-holder:hover .view-overlay-effect .view-sharing-buttons li{
	animation: sharingButtonsFade .3s 1;
	animation-fill-mode:forwards;
	animation-delay: .25s;
	-webkit-animation: sharingButtonsFade .3s 1;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-delay: .25s;
}

@-webkit-keyframes sharingButtonsFade {
	0%
	{
		opacity: 0;
		margin-top: 15px;
	}
	100%
	{
		opacity: 1;
		margin-top: 0;
	}
}
@-moz-keyframes sharingButtonsFade {
	0%
	{
		opacity: 0;
		margin-top: 15px;
	}
	100%
	{
		opacity: 1;
		margin-top: 0;
	}
}
@-o-keyframes sharingButtonsFade {
	0%
	{
		opacity: 0;
		margin-top: 15px;
	}
	100%
	{
		opacity: 1;
		margin-top: 0;
	}
}
@keyframes sharingButtonsFade {
	0%
	{
		opacity: 0;
		margin-top: 15px;
	}
	100%
	{
		opacity: 1;
		margin-top: 0;
	}
}

/* Element views */

/* List view*/
.list-view article{
	background-color: #FFF;
	color: #444;
	padding: 30px;
}
.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%;
}
.list-view.rotate-in article.shown{
	-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: inherit;
}
.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: inherit;
	font-size: 12px;
	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: 12px;
	margin: 0;
}
.list-view .list-view-tags li a{
	display: block;
	padding: 0 20px 0 5px;
}

.list-view .excerpt{
	margin-bottom: 20px;
}
.list-view .readmore{
	background: #ccc;
	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;
}
.list-view .featimg{
	margin-bottom: 30px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
}

/* 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: 40px;
	max-width: 100%;
	background: #FFF;
	padding: 0 30px;
	color: #444;
}
.grid-view .item-hover span{
	line-height: 1.1;
}
.grid-view .entry-title{
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
.grid-view .entry-meta{
	margin: 8px 0 15px 0;
}
.grid-view article.title-above-image .entry-title{
	margin-bottom: 15px;
	margin-top: 0;
}
.grid-view .image-holder{
	margin: 0 -30px 20px -30px;
}
.grid-view article.title-above-image .grid-post-categories{
	padding-top: 20px;
}
.grid-view .grid-post-categories li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
}
.grid-view .grid-post-categories a{
	display: block;
	padding: 5px 8px;
	background: #f0e826;
	line-height: 1;
	white-space: nowrap;
	color: #525252;
}
.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:12px;
	margin-right: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.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 .excerpt{
	margin-bottom: 20px;
}
.grid-view .views-read-more{
	margin-bottom: 40px;
}


/* Thumbnail view*/
.thumbnail-view{
	line-height: 0;
}

.thumbnail-view:after {
    clear: both;
    content: "";
    display: block;
}
.thumbnail-view article{
	margin-bottom: 40px;
	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);
}
.thumbnail-view article .image-holder:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,30,30,0.5);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.thumbnail-view article:hover .image-holder:before{
	opacity: 1;
}
.thumbnail-view article{
	position: relative;
}
.thumbnail-view section{
	position: absolute;
	bottom: 25px;
	width: 100%;
	padding: 0 25px;
}
.thumbnail-view .thumb-post-categories li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
}
.thumbnail-view .thumb-post-categories a{
	display: block;
	padding: 5px 8px;
	background: #f0e826;
	line-height: 1;
	white-space: nowrap;
	color: #525252;
}
.thumbnail-view .entry-title{
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 2px rgba(30,30,30,0.5);
	margin-bottom: 15px;
}
.thumbnail-view .entry-title a, .thumbnail-view .entry-meta li{
	color: inherit;
}
.thumbnail-view .entry-title h4{
	font-size: 24px;
	margin: 0;
	display: inline-block;
	color: #FFF;
}
.thumbnail-view .entry-meta{
	color: #FFF;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
	opacity: 0.6;
}


/* Bigpost view*/
.big-posts article{
	margin-bottom: 40px;
	background: #FFF;
	color: #444;
}
.big-posts.opacited article, .big-posts.rotate-in article{
	opacity: 0;
}
.big-posts article section{
	margin-right: 40px;
}
.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 article.title-above-excerpt.article-split-1-3 .entry-head{
	margin-top: 20px;
}
.big-posts article.title-above-image .entry-head{
	padding: 15px;
}
.big-posts article.title-above-excerpt .entry-head{
	margin-top: 40px;
}
.big-posts article.article-meta-hidden h4.title{
	margin-bottom: 15px;
}
.big-posts .big-post-meta{
	margin: 5px 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: 12px;
	margin-right: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.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{

}
.big-posts .big-post-categories li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
}
.big-posts article.article-split-1-3.title-above-excerpt .excerpt{
	display: none;
}
.big-posts .big-post-categories a{
	display: block;
	padding: 5px 8px;
	background: #f0e826;
	line-height: 1;
	white-space: nowrap;
	color: #525252;
}
.big-posts article .entry-content{
	clear: right;
}
.big-posts article .excerpt{
	margin-bottom: 20px;
}
.big-posts article footer{
	clear: both;
	margin-top: 15px;
}
.big-posts .related-list{margin-bottom: 0;}

.big-posts .related h4.title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}
.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;
}
.big-posts .related{
	padding: 20px;
}
/* Big posts mobile fixes */
@media only screen and (max-width: 960px){
    .big-posts article section{
    	margin: 0 40px;
    }
}

/* Superpost view*/
.super-posts{
	
}
.super-posts article{
	margin-bottom: 40px;
	position: relative;
}
.super-posts article .image-holder{
	line-height: 0;
}
.super-posts article section{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	color: #FFF;
	width: 100%;
}
.super-posts article section .entry-title h4.title{
	font-size: 32px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(30,30,30,0.5);
}
.super-posts article section .entry-meta{
	opacity: 0.8;
	font-style: italic;
	display: inline-block;
}
.super-posts .super-posts-categories{
	display: inline-block;
	margin-right: 15px;
}
.super-posts .super-posts-categories li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
}
.super-posts .super-posts-categories a{
	display: block;
	padding: 5px 8px;
	background: #f0e826;
	line-height: 1;
	white-space: nowrap;
	color: #525252;
}
.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{
	position: relative;
}
.teams article h4{
	font-size: 18px;
	text-align: center;
	color: inherit;
	margin: 0;
}
.teams article header{
	position: relative;
}
.teams article .article-title{
    text-align: center;
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 5px 20px;
	background-color: #F0E826;
	color: #525252;
	text-transform: uppercase;
	white-space: nowrap;
}

.teams article .article-position{
	display: block;
	position: absolute;
	bottom: 21px;
	right: 0;
	padding: 3px 15px;
	background: #FFF;
	color: #525252;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2;
}
.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: 100%;
	height: auto;
}
.teams article .article-excerpt{
	color: inherit;
	margin-bottom: 20px;
	text-align: center;
}
.teams article .article-social{
	text-align: center;
	margin-bottom: 40px;
}


.features article{
	text-align: center;
	float: none;
	background: #f2836b;
}
.features .article-title{
	padding:10px 0 10px 0;
}
.features .article-title h4{
	margin: 0;
}
.features article .article-content{
	padding: 30px 0;
}
.features article .article-content .image-container{
	margin: 0 auto;
}
.features article .article-content img{

}
.features article .article-excerpt{
	font-size: 12px;
	padding: 15px 30px;
}

.features article .article-excerpt .feature-text{
	margin-bottom: 40px;
}
.features article .article-excerpt .readmore a{
	background: rgba(0,0,0,0.3);
	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;
	color: #F2836B;
}
.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{
	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(http://punefc.com/wp-content/themes/fontana/css/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;
	-webkit-transition: background-color .3s linear;  
	-moz-transition: background-color .3s linear;  
	-o-transition: background-color .3s linear;  
	-ms-transition: background-color .3s linear;  
	transition: background-color .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;
}


.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:'Roboto Condensed', 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: 0 0 10px 0;
	padding: 10px 0 0;
	color: #999;
}
.post-title-meta li{
	list-style-type: none;
	margin: 0 10px 0 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;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.post-title-meta .post-categories a{
	display: block;
	background: #EB593C;
	color: #FFF;
	padding: 2px 7px;
	text-transform: uppercase;
	-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-date{
	text-align: right;
}
.post-edit-link{
	text-transform: uppercase;
	padding: 4px 8px;
	background: #FFF;
	color: #444;
}
.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: 40px;
}
.post-content ul{
	list-style-type: circle;
}
.post-content ol{
	list-style-type: decimal;
}
.post-content ul li, .post-content ol li{
	margin-left: 20px;
}

/* Pagination Styles */
.ts-pagination ul li{
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	background: rgba(230,230,230,0.5);
	color: #444;
	line-height: 30px;
}
.ts-pagination ul .page-numbers{
	display: block;
	margin: 0 -15px;
	padding: 0 15px;
}

/* Post tags */
.post-tags ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-tags ul li{
	display: inline-block;
}

.post-author-box, .post-footer{
	margin-bottom: 40px;
}

/* Post author */

.post-author-box:after{
    content: '';
    display: table;
    clear: both;
}
.post-author-box > a{
    max-width: 80px;
    margin: 0 20px 0 0;
    float: left;
    display: inline-block;
}
.post-author-box > a img{
    border-radius: 50%;
}
.post-author-box > .author-title{
    font-weight: normal;
    margin: 0 0 5px;
    text-transform: uppercase;
    padding-top: 10px;
}
.post-author-box > .author-title a{
    color: inherit;
}
.post-author-box .author-box-info{
    line-height: 1.8;
    padding-left: 100px;
    font-size: 12px;
}
.post-social-sharing{
	margin-bottom: 40px;
}

/* Post gallery */
.post-gallery{margin-bottom: 40px;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: 16px;
	-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: 'Roboto Condensed', 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: 'Roboto Condensed', 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: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 0px 3px rgba(0,0,0,0.06);
	border-radius: 0;
	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: 5px;
	display: inline-block;
}

.social-icons ul li a{
	display: block;
	width: 25px;
	height: 25px;
	-webkit-transition: -webkit-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
	-moz-transition: -moz-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
	-o-transition: -o-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
	transition: transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
	line-height: 25px;
	text-align: center;
	color: #222;
	font-size: 12px;
	margin-bottom: 4px;
	border-radius: 50%;
	background-color: #FFF;
}
.social-icons ul li a.icon-skype:hover{
	background-color: #00aff0;
}
.social-icons ul li a.icon-github:hover{
	background-color: #4183c4;
}
.social-icons ul li a.icon-gplus:hover{
	background-color: #db4a39;
}
.social-icons ul li a.icon-lastfm:hover{
	background-color: #c3000d;
}
.social-icons ul li a.icon-linkedin:hover{
	background-color: #0e76a8;
}
.social-icons ul li a.icon-tumblr:hover{
	background-color: #34526f;
}
.social-icons ul li a.icon-twitter:hover{
	background-color: #00A0D1;
}
.social-icons ul li a.icon-vimeo:hover{
	background-color: #86C9EF;
}
.social-icons ul li a.icon-wp:hover{
	background-color: #21759B;
}
.social-icons ul li a.icon-yahoo:hover{
	background-color: #720E9E;
}
.social-icons ul li a.icon-video:hover{
	background-color: #C4302B;
}
.social-icons ul li a.icon-facebook:hover{
	background-color: #3B5998;
}
.social-icons ul li a.icon-flickr:hover{
	background-color: #0063DC;
}
.social-icons ul li a.icon-dribbble:hover{
	background-color: #ea4c89;
}
.social-icons ul li a.icon-rss:hover{
	background-color: #EE802F;
}
.social-icons ul li a.icon-pinterest:hover{
	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);
	color: #FFF;
}

/* Menu styles */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: 	bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', 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);
}

.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 > 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-color: #333;
	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-color: #333;
}
.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{
	background: rgba(255,255,255,0.03);
	text-shadow: none;
}

.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;
	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*/
	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;
}
.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: 0 0 0;
	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;
}
.comment-reply-title{
	text-transform: uppercase;
}
.commentlist{
	margin-bottom: 40px;
}
.commentlist:after{
	content: '';
	display: block;
	clear: both;
}
.commentlist > li{
	display: block;
}
.commentlist > li .comment .comment-content{
	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;
	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;
}
.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;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Roboto Condensed';
	width: auto;
	-webkit-transition: padding-right 0.2s ease-out;
	-moz-transition: padding-right 0.2s ease-out;
	transition: padding-right 0.2s ease-out;
}
#commentform .form-submit input[type="submit"]:hover{
	padding-right: 35px;
}
#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;
	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(240,240,240,0.1);
	border-bottom: 1px solid rgba(240,240,240,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(240,240,240,0.1);
	border-bottom: 1px solid rgba(240,240,240,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(240,240,240,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: 10px;
}
.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(240,240,240,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-leftrect{
	text-align: left;
}
.block-title-leftrect .block-title-container{
	padding-left: 20px;
	position: relative;
	overflow: hidden;
}
.block-title-leftrect .block-title-container .the-title{
	margin-bottom: 0;
	position: relative;
}
.block-title-leftrect .block-title-container:before{
	content: '';
	display: inline-block;
	height: 98%;
	width: 5px;
	position: absolute;
	background-color: #EB593C;
	left: 0;
	top: 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 */

.ts-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;
}
.ts-sticky-menu.active{
	height: 67px;
	opacity: 1;
	overflow: visible;
}
body.admin-bar .ts-sticky-menu{
	top: 28px;
}
.ts-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;
}
.ts-sticky-menu .container .sf-menu > li:hover,
.ts-sticky-menu .container .sf-menu > li.sfHover,
.ts-sticky-menu .container .sf-menu > li > a:focus,
.ts-sticky-menu .container .sf-menu > li > a:hover,
.ts-sticky-menu .container .sf-menu > li > a:active{
	color: inherit;
}
.ts-sticky-menu .container .sf-menu li > a:focus,
.ts-sticky-menu .container .sf-menu li > a:hover,
.ts-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;
}
.ts-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;
}
.ts-sticky-menu .sf-menu > li{
	padding: 15px 0;
	background-color: inherit;
}
.ts-sticky-menu .sf-sub-indicator{
	margin-top: -8px;
}
.ts-sticky-menu .sf-menu li ul{
	top: 100%;
	box-shadow: 0 0 0 1px rgba(115,115,115,0.1);
	background-color: inherit;
}
.ts-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 */
	.ts-sticky-menu{
		display: none;
	}
}


/* Filter styles */

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

.ts-filters{
	list-style-type: none;
	text-align: center;
	margin-bottom: 25px;
}
.ts-filters li{
	display: inline-block;
}
.ts-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;
	position: relative;
	background-color: #FFF;
}
.ts-filters li a:hover{
	color: #3DB3CC;
	padding: 0 15px;
}
.ts-filters li a.active{
	background-color: #3DB3CC;
	border-color: rgba(0,0,0,0.08);
	color: #FFF;
}
.ts-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;
}
.ts-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;
}
.ts-filters li a.active:hover{
	border-color: rgba(0,0,0,0.15);
}



/* Preloader styles */

.ts-preloader{
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.ts-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 */
.ts-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;
}
.ts-button:hover{
	color: #FFF;
	border-bottom-color: rgba(60,60,60,0.5);
}
.ts-button.big{
	height: 55px;
	line-height: 52px;
	font-size: 20px;
	padding: 0 25px;
}
.ts-button.medium{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
}
.ts-button.small{
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	padding: 0 12px;
}
.ts-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 styles */

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
	clear: both;
	display: none;
}
/* Button */
.slicknav_btn {
	margin: 0;	
	text-decoration:none;	
	background-color: #222222;
	padding: 10px 15px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	background: transparent;
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item:hover {
	background:#ccc;
	color:#fff;	
}
.slicknav_nav a:hover{
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_nav_main{
	display: none;
}

@media only screen and (max-width: 768px){
    .slicknav_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: 5px;
}
.post-slider .post-slider-list .entry-title h4{
	display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 25px;
    display: inline-block;
    position: relative;
}
.post-slider .post-slider-list .entry-title h4 i{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 9px;
	color: #FFF;
	background-color: #F0E826;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}
.post-slider .post-slider-list .entry-title h4:hover i{
	right: 0;
}
.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: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
.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;
	padding-right: 40px;
	display: inline-block;
	position: relative;
}
.post-slider .main-entry .entry-content .entry-title h2 i{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #FFF;
	background-color: #F0E826;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}
.post-slider .main-entry .entry-content .entry-title h2:hover i{
	right: -5px;
}
.post-slider .main-entry .entry-content .entry-category ul, .post-slider .main-entry .entry-content .entry-meta ul{
	margin: 0;
}
.post-slider-list article {
    position: relative;
    margin: 0;
}
.post-slider-list article .over-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	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-list article img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px){
    .post-slider-list li{
    	width: 100%;
    }
}

/* Image carousel element */
.image-carousel-element li img{
	max-height: 400px;
	width: auto;
}
.image-carousel-element .flex-viewport{
	overflow: visible !important;
}

@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;
	}
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	/*background: #151515;*/
	color: #FFF;
}

.horizontal-image-carousel .rsSlide:not(.rsActiveSlide) {
    -webki-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}
.horizontal-image-carousel .rsSlide{
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('http://punefc.com/wp-content/themes/fontana/css/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('http://punefc.com/wp-content/themes/fontana/css/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('http://punefc.com/wp-content/themes/fontana/css/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(http://punefc.com/wp-content/themes/fontana/css/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('http://punefc.com/wp-content/themes/fontana/css/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../images/prettyPhoto/light_square/loader.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	/*height: 400px;*/
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

body * {
/*-webkit-transform: translateZ(0);*/
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(http://punefc.com/wp-content/themes/fontana/css/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(http://punefc.com/wp-content/themes/fontana/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(http://punefc.com/wp-content/themes/fontana/css/blank.gif);
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('http://punefc.com/wp-content/themes/fontana/css/fonts/flexslider-icon.eot');
	src:url('http://punefc.com/wp-content/themes/fontana/css/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'),
		url('http://punefc.com/wp-content/themes/fontana/css/fonts/flexslider-icon.woff') format('woff'),
		url('http://punefc.com/wp-content/themes/fontana/css/fonts/flexslider-icon.ttf') format('truetype'),
		url('http://punefc.com/wp-content/themes/fontana/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;text-align: center;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: inline-block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 80px; margin: -20px 0 0; line-height: 1; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 0 rgba(0,0,0,0.2); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 40px; }
.flex-direction-nav .flex-next { right: 40px; text-align: right; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "redfont"; font-size: 50px; display: inline-block; content: '\e765'; }
.flex-direction-nav a.flex-next:before  { content: '\e766'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "redfont"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\e80e'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;z-index: 2;line-height: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); -o-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); }
.flex-control-paging li a:hover { background: #efefef; background: rgba(215,215,215,0.7); }
.flex-control-paging li a.flex-active { background: #FFF; background: rgba(255,255,255,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flexslider .slider-caption{
	position: absolute;
	bottom: 40px;
	left: 80px;
	background: rgba(255,255,255,0.85);
	padding: 20px;
	max-width: 40%;
	text-align: left;
}
.flexslider .slider-caption h3{
	margin: 0 0 15px 0;
}
.flexslider .slider-caption.left{
	left: 80px;
}
.flexslider .slider-caption.right{
	left: auto;
	right: 80px;
}
.flexslider .slider-caption.center{
	left: 50%;
	right: auto;
	width: 40%;
	margin-left: -20%;
	text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.flexslider .slider-caption{
		display: none;
	}
}
/* Slicebox Style */
.sb-slider {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190,176,155, 0.4);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.sb-slider li .slider-caption{
	position: absolute;
	bottom: 40px;
	left: 40px;
	background-color: rgba(255,255,255,0.85);
	width: 600px;
	max-width: 100%;
	padding: 40px;
	text-align: left;
}
.sb-slider li .slider-caption.left{
	left: 80px;
}
.sb-slider li .slider-caption.right{
	left: auto;
	right: 80px;
}
.sb-slider li .slider-caption.center{
	left: 50%;
	right: auto;
	width: 40%;
	margin-left: -20%;
	text-align: center;
}
.sb-slider li .slider-caption h3{
	margin-top: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.sb-slider li .slider-caption{
		display: none;=
	}
}
.slicebox .nav-arrows .sb-next, .slicebox .nav-arrows .sb-prev{
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #7c7c7c;
	opacity: 0.2;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	margin-top: -30px;
}
.slicebox:hover .nav-arrows .sb-next, .slicebox:hover .nav-arrows .sb-prev{
	opacity: 1;
}
.slicebox .nav-arrows .sb-next{
	position: absolute;
	top: 50%;
	right: 50px;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,0.95);
}

.slicebox .nav-arrows .sb-prev{
	position: absolute;
	top: 50%;
	left: 50px;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,0.95);
}

/* Audio Playlist */
body.fontana .wp-playlist.wp-playlist-light{
	background-color: transparent;
	color: inherit;
	border: 1px solid rgba(200,200,200,0.5);
	padding: 15px;
}
body.fontana .wp-playlist-light .wp-playlist-item{
	color: inherit;
}
body.fontana .wp-playlist-item .wp-playlist-caption{
	color: inherit;
}
body.fontana .wp-playlist-tracks .wp-playlist-item{
	margin: 0;
	border: 0 none;
	padding: 10px;
}
body.fontana .wp-playlist-light .wp-playlist-playing{
	background: #000;
	padding: 10px;
}
body.fontana .wp-playlist-item-length{
	top: 10px;
	right: 10px;
}
body.fontana .mejs-container .mejs-controls{
	background: #555;
}
body.fontana .mejs-container{
	margin-bottom: 20px;
}
body.fontana .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #efefef;
}