/*-----------------------------------------------------------------------------------

   Theme Name: Psycom
   Based on: Better
   Description: Dedicated Psycom template based on KrownThemes Better
   Author: Green IT
   All PHP code is released under the GNU General Public Licence version 3.0
   All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)

-----------------------------------------------------------------------------------*/

@charset "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*:focus{outline:none}

.clearfix:after, form:after, .row-fluid:after, .payment_methods li:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
.clearfix, form, .payment_methods li {
   display: inline-block;
}
html[xmlns] .clearfix, .row-fluid {
   display: block;
}
* html .clearfix {
   height: 1%;
}
.hidden {
   display: none;
}
#oldie {
   display: none;
}
.clear {
   clear: both;
}

/* ---------------------------------------------------------------------------------
------------------------------   GENERAL RULES   ----------------------------------
------------------------------------------------------------------------------------*/

html {
   overflow-x: hidden;
   width: 100%;
   background: #fff;
}
html.img-full {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
html.img-repeat {
	background-repeat: repeat;
	background-attachment: fixed;
}
body {
   /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   color: #000;
   font-size: 16px;
   line-height: 1.25;
   width: 100%;
   /*max-width: 1180px;*/
   font-weight: 400;
   margin: 0px auto;
   position: relative;
}
.wrapper {
   max-width: 1120px;
   margin: auto;
   position: relative;
}

.left {
   float:left;
}
.right {
   float:right;
}

* {
   box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
}

img {
   vertical-align: middle;
   max-width: 100%;
   height: auto;
}
iframe {
   vertical-align: middle;
   width: 100%;
   border: none !important;
}

#content {
   position: relative;
   background: #fff;
}
#content {
   margin: 0 auto;
   padding: 5px 0 130px;
}
#content > div > *:first-child {
   margin-top: 0;
}

/* ------------------------
-----   Sidebars  -----
------------------------------*/

#content.layout-left-sidebar .sidebar-content {
   float: right;
}
#content.layout-right-sidebar .sidebar-content {
   float: left;
}

.layout-left-sidebar #sidebar {
   float: left;
}
.layout-right-sidebar #sidebar {
   float: right;
}

/* Widget adjustments */

.widget .krown-flickr li {
	padding: 0;
	border: 0;
}
.widget .krown-flickr a {
	padding: 0;
	width: 62px;
}

/* ------------------------
-----   Typography  -----
------------------------------*/

h1, h2, h3, h4, h5, h6 {
   font-weight: 700;
   color: #212121;
}
h1, h2, h3 {
   margin-top: 20px;
   margin-bottom: 10px;
}
h1 {
   font-size: 44px;
   line-height: 50px;
}
h2 {
   font-size: 23px;
   line-height: 28px;
   font-weight: 700;
}
h3 {
   font-size: 13px;
   line-height: 16px;
   text-transform: uppercase;
}
h4 {
   font-size: 14px;
   line-height: 16px;
   margin-bottom: 18px;
}
h5 {
   font-size: 16px;
   margin-bottom: 18px;
}
h6 {
   font-size: 14px;
   line-height: 16px;
   margin-bottom: 16px;
}

a {
   color: #009deb;
   font-weight: 300;
   text-decoration: none;
}
a:hover {
   color: #000;
}
a:focus {
   outline: none !important;
}
a:before {
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

p {
   margin-bottom: 24px;
}

strong {
   font-weight: 700;
}
em {
   font-style: italic;
}

span.extreme {
   font-size: 50px;
   line-height: 60px;
   margin-bottom: 20px;
   font-weight: 300;
   display: block;
}
span.large {
   font-size: 38px;
   font-weight: 400;
   line-height: 48px;
   margin-bottom: 20px;
   display: block;
}
span.medium {
   font-size: 34px;
   line-height: 44px;
   font-weight: 300;
   margin-bottom: 20px;
   display: block;
}
span.regular {
   font-size: 19px;
   line-height: 30px;
   font-weight: 500;
   margin-bottom: 20px;
   display: block;
}
span.small {
   font-size: 17px;
   font-weight: 400;
   line-height: 28px;
   margin-bottom: 20px;
   display: block;
}

small {
   font-size: .7em;
}

ul.krown-list, .krown-pricing-content ul {
   list-style: none;
}
ul.krown-list li, ol.krown-list li, .woo-tabs .panel ul li, .krown-pricing-content ul li {
   border-top: 1px solid #E9E9E9;
   margin-top: 11px;
   padding-top: 11px;
}
ul.krown-list li:first-child, ol.krown-list li:first-child, .woo-tabs .panel ul li:first-child, .krown-pricing-content ul li:first-child {
   border-top: none;
   margin-top: 0;
   padding-top: 0;
}
.woo-tabs .panel ul li {
   list-style: circle inside;
}
ol {
   list-style: decimal inside;
}
ul {
   list-style: disc inside;
}
ul ul, ul ol, ol ol, ol ul {
   margin-left: 20px;
}

ul.check li {
	list-style: none;
}
ul.check li:before {
	content: "✓";
	font-family: fontello;
	font-size: 12px;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.dropcap {
   background: #000;
   color: #fff;
   display: inline-block;
   float: left;
   font-size: 30px;
   font-weight: 700;
   height: 56px;
   line-height: 30px;
   margin: 8px 15px 8px 0;
   padding-top: 12px;
   text-align: center;
   width: 56px;
}

pre, code, tt {
   background: #fff;
   border: 1px solid #e9e9e9;
   font-family: Consolas, Courier, Monaco, monospace;
   font-size: 12px;
   line-height: 19px;
   margin: 18px 0;
   padding: 15px;
   white-space: pre-wrap;
   word-wrap: break-word;
}

dt {
   float: left;
   clear: both;
   margin: 0 2% 10px 0;
   font-weight: bold;
   width: 20%;
   text-align: right;
}
dt:after {
   content: ":";
}
dd {
   float: right;
   width: 78%;
   margin-bottom: 10px;
}
dl:after {
   content: "";
   display: block;
   clear: both;
}

table {
   width: 100%;
   border: 1px solid #e9e9e9;
   text-align: left;
}
table thead h4 {
   font-size: 10px;
   line-height: 18px;
   text-transform: uppercase;
   margin-bottom: 0;
}
table tr {
   border-top: 1px solid #e9e9e9;
}
table thead tr {
   border-top: none;
}
table th, table td {
   min-height: 41px;
   padding: 10px 14px 8px;
   border-right: 1px solid #e9e9e9;
}

sub, sup {
   font-size: .7em;
   line-height: .7em;
}
sub {
   vertical-align: bottom;
}
sup {
   vertical-align: top;
}
del {
   color: #959595;
}

var {
   font-family: Consolas, Courier, Monaco, monospace;
}

blockquote {
   border-left: 2px solid #000;
   padding-left: 35px;
   margin: 40px 0;
}
blockquote > p {
   font-size: 28px;
   line-height: 33px;
   font-weight: 400;
   padding: 10px 0;
   color: #000;
}
blockquote cite {
   color: #999999;
   display: inline-block;
   font-size: 20px;
   font-style: italic;
   margin: 25px 0 15px;
}
q {
   border-left: 3px solid #b3b3b3;
   font-style: italic;
   padding-left: 15px;
}

/* ---------------------------------------------------------------------------------
------------------------------   HEADER   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Header Search Form   -----
------------------------------*/

#main-menu.w-search {
   margin-right: 67px;
}
#main-menu.w-cart {
   padding-right: 40px;
}
#main-search {        
   margin-top: -20px;
   position: absolute;
   right: -75px;
   top: 50%;
   z-index: 999;
}
#main-search #searchform {
   height: 43px;
   width: 40px;
   margin-right: -10px;
} 
#main-search #s {    
   background:  #fff;
   border: 1px solid #e9e9e9;
   box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05) !important;
   color: #959595;
   font-size: 12px;
   font-weight: 500;
   height: 43px;
   line-height: 12px;
   position: absolute;
   right: 0;
   top: 0;
   padding-right: 40px;
   width: 234px;
}
#main-search #searchform.opened #s {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
   visibility: visible;
}
.ie8 #main-search #s {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   opacity: 1 !important;
   visibility: visible !important;
   display: none;
   padding-top: 14px !important;
}
#main-search #searchform .krown-icon-search {
   right: 8px;
   top: 12px;
   position: absolute;
   color: #212121;
   width: 20px;
   height: 20px;
   padding: 0;
   z-index: 1;
   font-size: 21px;
   line-height: 18px;
   display: block !important;
   cursor: pointer;
}
#main-search #searchform .krown-icon-search:hover {
   color: #e54939;
}
#main-search #submit_s {    
   display: none !important;
} 
#main-search #submit_s:focus {
   outline: none !important;
}

/* ------------------------
-----   Header   -----
------------------------------*/

/* Mini header */

#mini {
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	top: -35px;
	left: 0;
	width: 100%;
}
#mini .krown-social {
	float: left;
	margin-left: 20px;
}

#logo {
   margin: 30px 0 30px;
   display: inline-block;
}
#logo .retina {
   display: none;
}

#custom-tagline {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	padding: 45px 10%;
	margin: 0;
	background: #fff;
}

#custom-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.header-image {
   background-repeat: no-repeat;
   background-position: center center;
   webkit-background-size: cover;
   background-size: cover;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

#custom-tabs {
	background: #f9f9f9;
	border-bottom: 1px solid #e9e9e9;
	height: 90px;
}
#custom-tabs ul {
	list-style: none;
}
#custom-tabs li {
	float: left;
	height: 90px;
	border-bottom: 1px solid transparent;
	color: #212121;
	position: relative;
	cursor: pointer;
}
#custom-tabs li:hover {
	border-color: #212121;
}
#custom-tabs li.selected {
	border-color: #e54939;
	color: #e54939;
}
#custom-tabs li.selected h4 {
	color: #e54939;
}
#custom-tabs h4 {
	font-size: 14px;
	line-height: 14px;
	margin: 37px 0 0 65px;
}
#custom-tabs i {
	font-size: 36px;
	line-height: 90px;
	position: absolute;
	top: 0;
	left: 20px;
}

#map-contact {
	height: 100%;
	width: 100%;
	margin-top: -1px;
	opacity: 0;
}
#map-contact:after {
	background: transparent;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	content: "";
	display: block;
	height: 14px;
	left: -5%;
	position: absolute;
	top: -14px;
	width: 110%;
}
.page-template-template-contact-php .header-image {
	background: url(../../../static.ps) no-repeat center center #f7f7f7;
}
.page-template-template-contact-php .header-image.remove-preloader {
	background-image: none;
}

/* ------------------------
-----   Menu    -----
------------------------------*/

#main-menu {
   position: relative;
   /*height: auto!important;*/
}

.top-menu {
   margin: 30px 0 0 0;
   /*display: inline-block !important;*/
   /*display: none !important;*/
}
.top-menu a {
   color: #1f1f1f;
   display: block;
}

.top-menu li {
   display: inline-block;
   position: relative;
   float: left;
}
.top-menu > li > a {
   font-weight: 600;
   font-size: 14px;
   line-height: 14px;
   padding: 8px 20px 35px;
   border-bottom: 1px solid transparent;
}
.top-menu > li:hover > a, .top-menu > li.selected > a  {
   color: #e54939;
   border-bottom-color: #e54939;
}

.no-js .top-menu > li:hover .sub-menu {
   display: block;
}
/*
.sub-menu {
   position: absolute;
   left: 0;
   top: 58px;
   display: none;
   box-shadow: 4px 4px 8px rgba(0,0,0,.06);
   margin: 0;
   z-index: 9999;
}
.ie8 .sub-menu {
   border: 1px solid #e9e9e9;
   border-width: 0 2px 2px 0;
   margin-top: -2px;
}
.sub-menu li  {
   padding: 0;
   width: 100%;
   border-top: 1px solid #e9e9e9;
   background: #fff;
}
.sub-menu li:first-child {
   border-top: none;
}
.sub-menu li a {
   text-align: left;
   text-transform: none;
   margin: 0;
   font-size: 13px;
   line-height: 13px;
   color: #212121;
   font-weight: 500;
   padding: 16px 20px 15px;
}
.sub-menu li:hover {
   background-color: #e54939;
}
.sub-menu li:hover, .sub-menu li:hover + li {
   border-color: #e54939;
}
.sub-menu li.selected {
   background-color: #e9e9e9 !important;
}
.sub-menu li.selected, .sub-menu li.selected + li {
   border-color: transparent !important;
}
.sub-menu li:hover a {
   color: #fff;
}
.sub-menu li.selected a {
   color: #212121;
}

.no-js .sub-menu > li:hover .third-menu {
   display:block;
}
*/

.third-menu {
   position: absolute;
   left: 195px;
   top: -1px !important;
   display: none;
   box-shadow: 4px 4px 4px -2px rgba(0,0,0,.1);
   margin: 0;
}
.third-menu li:first-child {
   border-top: none;
}
.third-menu li:hover > a {
   background-color: #db4030;
   color: #fff !important;
}
.third-menu a {
   color: #6b6b6b !important;
}

#main-menu .responsive-menu {
   display: none;
}

.header-dark .top-menu a {
   opacity: .5;
   color: #fff;
}
.header-dark .sub-menu a {
   color: #6b6b6b;
}
.header-dark .top-menu > li.selected > a, .header-dark .top-menu > li:hover > a {
   color: #fff;
   opacity: 1;
}

.menu-fix {
   display: block !important;
   position: fixed !important;
   width: auto !important;
   top: 0;
   left: 0;
}

/* ------------------------
-----   Page Title -----
------------------------------*/

#page-title {
   position: relative;
   background: #fff;
}
#page-title .title {
   float: left;
   font-size: 18px;
   font-weight: 400;
   line-height: 18px;
   margin: 0;
}
.single #page-title, .page #page-title {
    height: 15px;
}
.single #page-title > div, .page #page-title > div {
    border-bottom: 1px solid #E9E9E9;
    padding: 0px;
}
.single #page-title .title, .page #page-title .title {
   display: none;
}
#page-title > div {
   border-bottom: 1px solid #e9e9e9;
   padding: 31px 0 30px;
}

#page-title .title-add:before {
   content: ":";
   margin-right: 5px;
}
#page-title .title-add {
   font-weight: 600;
}

/* ------------------------
-----   Breadcrumbs -----
------------------------------*/
.breadcrumbs a,
.breadcrumbs span{
    color: #009deb;
    font-size: 16px;
    font-weight: 200;
}

#breadcrumbs {
   color: #a9a9a9;
   font-size: 11px;
   line-height: 11px;
   font-weight: 500;
   padding-top: 2px;
}
#breadcrumbs .desc {
   margin-right: 12px;
}
#breadcrumbs a {
   font-weight: 600;
}
#breadcrumbs a:after {
   content: "/";
   margin: 0 12px;
   font-weight: 400;
   color: #a9a9a9 !important;
}
#breadcrumbs a:last-child:after {
   display: none;
}
#breadcrumbs a {
   color: #a9a9a9;
}
#breadcrumbs a:hover
.breadcrumbs a:hover{
   color: #e54939;
}

/* ---------------------------------------------------------------------------------
------------------------------   FOOTER   ----------------------------------
------------------------------------------------------------------------------------*/

#main-cta {
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	text-align: center;
	padding: 35px 0;
}

#footer {
   min-height: 100px;
   background: #222;
   padding: 55px 0 50px;
}
#copy {
   margin: 0;
   font-size: 12px;
   line-height: 12px;
   clear: left;
}

.footer-left {
   width: 62.5%;
   float: left;
   margin-bottom: 50px;
}
.footer-right {
   width: 22.5%;
   float: right;
   margin-bottom: 50px;
}

.footer-top {
   line-height: 18px;
   border-bottom: 1px solid #3d3d3d;
   padding-bottom: 15px;
}
.footer-top * {
   font-size: 14px;
   font-weight: 700 !important;
}
#footer .footer-top .widget ul li {
	margin-right: 50px;
}
.footer-top li:after {
	content: "";
	display: inline-block;
	height: 19px;
	width: 1px;
	background: #343434;
	position: relative;
	left: 25px;
	top: 3px;
}
.footer-top li:last-child:after {
	opacity: 0;
}

.footer-bottom {
   font-weight: 500;
   padding-top: 18px;
}
.footer-bottom * {
   font-size: 12px;
}
.footer-bottom a {
	font-weight: 500;
}

/* Widget adjustments */

#footer .widget a {
   color: #656565;
}
#footer .widget a:hover, #footer .footer-top .widget a {
   color: #fff;
}
#footer .footer-top .widget a:hover {
	color: #fff;
}
#footer .widget ul li {
   border: none;
   line-height: inherit;
   padding: 0;
   float: left;
   margin-right: 40px;
}

#footer .krown-social i:before {
	color: #6f6f6f;
}
#footer .krown-social a:hover i:before {
	color: #fff;
}

/* Text widgets */

.footer_widget {
   width: 110%;
}
.footer_email, .footer_phone, .footer_address {
   display: inline-block; 
   margin-right: 20px;
}
.footer_email:before, .footer_phone:before, .footer_address:before {
   font-family: 'fontello';
   font-style: normal;
   font-weight: normal;
   speak: none;
   display: inline-block;
   font-variant: normal;
   text-transform: none;
   font-size: 16px; 
   margin-right: 8px;
   position: relative;
   color: #6f6f6f;
}
.footer_email:before {
   content: "]";
   top: 1px;
}
.footer_phone:before {
   content: "";
   top: 1px;
}
.footer_address:before {
   content: "⌂";
   top: 3px;
   font-size: 18px;
}
.footer_email:hover:before, .footer_phone:hover:before, .footer_address:hover:before {
   color: #fff;
}

/* ------------------------
-----   GTT button  -----
------------------------------*/

#top {
   width: 34px;
   height: 34px;
   color: #fff;
   background: #212121;
   position: fixed;
   bottom: 73px;
   right: 20px;
   z-index: 9999;
   visibility: hidden;
   -webkit-transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
   transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
}
#top:after {
   content: "";
   display: inline-block;
   font-family: fontello;
   font-size: 22px;
   line-height: 34px;
   text-align: center;
   width: 34px;
}
#top:hover {
   background: #00AFF0;
}
#top.show {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
   visibility: visible;
}

/* ---------------------------------------------------------------------------------
------------------------------   BLOG   ----------------------------------
------------------------------------------------------------------------------------*/

article.post {
   padding-bottom: 60px;
   margin-top: 60px;
   border-bottom: 1px solid #e9e9e9;
}
.search #content > div article {
   padding-bottom: 60px;
   margin-top: 60px;
   border-bottom: 1px solid #e9e9e9;
}
article.post:first-child, .search #content > div article:first-child {
	margin-top: 0;
}

/* Post header */

.post-title h2, .post-title h1 {
   font-size: 38px;
   line-height: 40px;
   font-weight: 600;
   color: #333;
   margin: 15px 0 25px -1px;
   position: relative;
}
.subtitle h2{
    font-size:30px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #333;
}
.post-author {
    color: #808080;
    font-size: 14px;
    margin: 0px 0px 16px
}

.post-header .image {
    text-align: center;
}

.post-header img {
   max-width: 100%;
}

a.post-title:hover h2, a.post-title:hover h1 {
   color: #e54939;
}
.post-header .cite {
   font-size: 13px;
   line-height: 13px;
   margin: 35px 0;
   display: block;
   position: relative;
   padding-left: 32px;
}
.post-header .cite:before {
   content: "";
   display: block;
   width: 21px;
   height: 1px;
   background: #8f8f8f;
   position: absolute;
   top: 6px;
   left: 0;
}

.post-format-image img, .post-format-gallery img {
   width: 100%;
   height: auto;
}

/* Post body */

.post-content {
   margin-top: 40px;
   font-size: 17px;
   color: #333;
}

.post-content h3,.post-content h4, .post-content h5, .post-content h6{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-transform: none;
}

.post-content p{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
}

.post-body ul, .post-body ol {
	margin:24px;
	padding:0;
	list-style-position:outside
}
.post-body ul li,.post-body ol li {
	margin:12px 0;
	padding:0
}

.post-body {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
}
.post-body > *:first-child {
   margin-top: 0;
   padding-top: 0;
}
.post-body > p:first-child {
   margin-top: -4px;
}
.post-more {
   margin-top: 10px;
}

/* Post meta */

.post-meta {
   width: 28%;
   float: right;
   font-size: 13px;
   line-height: 13px;
   font-weight: 500;
}
.post-meta .meta-holder {
   margin-bottom: 5px;
   height: 14px;
   display: inline-block;
   overflow: hidden;
   width: 100%;
}
.post-meta .meta-title {
   font-weight: 700;
}
.post-meta a {
   color: #656565;
   font-weight: 500;
}
.post-meta a:hover {
   color: #e54939;
}

/* Pagination */

.pagination {
   margin: 60px 0 0 -5px;
   clear: left;
}
.pagination a {
   height: 34px;
   background: #fff;
   color: #323232;
   border: 1px solid #e9e9e9;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 14px;
   margin: 0 5px;
   padding: 9px 14px;
   float: left;
   text-align: center;
}
.pagination a:hover {
   color: #fff;
   background: #e54939;
   border-color: transparent;
}
.pagination a.active {
   color: #fff;
   border-color: transparent;
   background: #000;
   pointer-events: none;
}
.pagination a.none {
   pointer-events: none;
}

/* Search tweaks */

.search-results .type-page .post-meta li {
   display: none;
}
.search-results .type-page .post-meta li:first-child {
   display: block;
}
.search-results .type-page .post-title span {
   display: none;
}

/* Single tweaks */

.single .post-body {
   width: 100%;
   position: relative;
}
.page aside ul {
   list-style: none;
}
.page aside a {
   font-size: 12px;
}
.page aside .current_page_item > a {
    color: #44A9D5;
}
.page .post-body.full {
   width: 100%;
}
.post-meta {
   margin-left: 20px; 
}
.post-meta + * {
   margin-top: -3px;
}
.post {
   border: none;
   margin-bottom: 0;
}


/* Comments */

#comments {
   margin: 40px 0;
   padding-top: 80px;
   border-top: 1px solid #e9e9e9;
}
#comments h3 {
   font-size: 13px;
   line-height: 18px;
   text-transform: uppercase;
   margin: 0 0 25px 0;
   font-weight: 700;
}
.comment {
   padding-top: 45px;
   margin-top: 35px;
   border-top: 1px solid #e9e9e9;
   position: relative;
   min-height: 131px;
}
#comments-list > .comment:first-child {
   border: none;
   margin-top: 0;
}
#comments-list .children li {
   padding-left: 112px;
}
#comments-list .children .children li {
   padding-left: 224px;
}
.comment-avatar {
   position: absolute !important;
   top: 55px;
   width: 80px;
   height: 80px;
}
.comment-title {
   font-size: 14px;
   font-weight: 700;
   line-height: 19px;
   margin-top: 8px;
}
.comment-title a, .comment-reply-link {
   color: #3b3b3b;
}
.comment-title a:hover, .comment-reply-link:hover {
   color: #e54939;
}
.comment-meta span {
   font-size: 13px;
   margin-top: -17px;
   display: block;
}
.comment-content {
   float: left;
   width: 100%;
   padding-left: 112px;
}
.comment-text {
   margin-top: -5px;
}
.comment-reply-link {
   position: absolute;
   right: 0;
   top: 40px;
   font-size: 12px;
   font-weight: 500;
   opacity: 0;
}
.comment-reply-link .krown-icon-cw {
   font-size: 14px;
   left: -7px;
   position: relative;
}
.comment:hover .comment-reply-link {
   opacity: 1;
}
.await {
   color: #f00;
   display: block;
   margin-top: 15px;
}
#respond {
   margin-top: 50px;
   border-top: 1px solid #e9e9e9;
   padding-top: 80px;
}
#comments-list #respond {
   margin-top: 60px;
}
#comment-form {
   margin-top: 20px;
}
.logged-in-as {
   margin-top: -5px;
}

/* ------------------------
-----   Widgets  -----
------------------------------*/

.widget {
   margin-bottom: 60px;
   font-size: 13px;
   line-height: 22px;
}
.widget:last-child {
   margin-bottom: 0;
}
.widget-title {
   text-transform: uppercase;
   font-weight: 700;
   margin: 0 0 20px;
   font-size: 13px;
   line-height: 23px;
   color: #212121;
}

.widget ul {
   list-style: none;
}
.widget ul:first-child, .widget p:first-child {
   margin-top: 0;
}
.widget ul li {
   border-top: 1px solid #e9e9e9;
   padding: 10px 0;
   line-height: 20px;
}
.widget ul li:first-child {
   border-top: none;
   padding-top: 0;
}
.widget ul a {
   color: #000;
   padding: 13px 0;
}
.widget ul a:hover {
   color: #e54939;
}

.widget small {
   font-size: 1em;
}
.widget .meta {
   display: block;
   margin-top: -2px;
}
.widget a {
	font-weight: 500;
}

.widget_calendar table {
   width: 100%;
   text-align: left;
}
.widget_calendar caption {
   font-weight: 700;
   font-size: 16px;
   margin-bottom: 15px;
}
.widget_calendar thead {
   font-weight: 700;
}
.widget_calendar tfoot a {
   margin-top: 15px;
   float: left;
}

#sidebar .widget_nav_menu {
	border: 1px solid #e9e9e9;
	border-left: none;
}
#sidebar .widget_nav_menu li {
	padding: 0 !important;
	position: relative;
	margin-right: -1px;
	line-height: 15px;
}
#sidebar .widget_nav_menu a {
	padding: 18px 10px 17px 20px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
#sidebar .widget_nav_menu li.current-menu-item {
	border-right: 1px solid #fff !important;
	border-left: 1px solid #e54939;
}
#sidebar .widget_nav_menu li.current-menu-item a {
	color: #e54939;
	font-weight: 600;
}
#sidebar .widget_nav_menu li:before {
	color: #212121;
	font-size: 18px;
	line-height: 18px;
	margin-right: 15px;
	position: absolute;
	top: 16px;
	left: 20px;
	cursor: pointer;
	z-index: 1;
}
#sidebar .widget_nav_menu li[class^="krown-icon-"] > a {
	padding-left: 50px;
}
#sidebar .widget_nav_menu li.current-menu-item:before, #sidebar .widget_nav_menu li:hover:before {
	color: #e54939;
}

/* ---------------------------------------------------------------------------------
------------------------------   PORTFOLIO   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Grid  -----
------------------------------*/

/* Filter */

#filter ul {
   color: #a9a9a9;
   font-size: 12px;
   line-height: 12px;
   font-weight: 500;
   list-style: none;
   margin: 10px 0 40px !important;
   float: left;
   position: relative;
   z-index: 9;
}
#filter li {
   float: left;
}
#filter li:after {
   content: "/";
   margin: 0 14px;
   font-weight: 400;
   color: #a9a9a9 !important;
   cursor: default;
}
#filter li:last-of-type:after {
   display: none;
}
#filter a {
   color: #a9a9a9;
   font-weight: 500;
}
#filter a:hover {
   color: #e54939;
}
#filter a.selected {
   color: #000;
}

/* Items */

.folio-grid .caption, .folio-grid h3, .folio-grid .fancybox-thumb span {
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.folio-grid {
   list-style: none;
   width: 110%;
   margin: -60px 0 0 -17px !important;
   float: left;
   position: relative;
   z-index: 8;
   overflow: visible !important;
}
.page-template-template-portfolio-php #content > div {
   padding-bottom: 20px;
}

.folio-grid li {
   width: 210px;
   margin: 60px 17px 0;
   float: left;
   position: relative;
   padding-bottom: 81px;
}
.folio-grid .fancybox-thumb {
	width: 100%;
}
.folio-grid img {
   width: 100%;
   max-width: none;
}
.folio-grid .caption {
   text-align: center;
   float: left;
   width: 100%;
   padding: 19px 0 14px;
   border-bottom: 1px solid #e9e9e9;
   height: 81px;
   position: absolute;
}
.folio-grid h3 {
   font-weight: 600;
   font-size: 14px;
   line-height: 17px;
   color: #212121;
   margin: 0;
   text-transform: none !important;
}
.folio-grid span {
   font-size: 12px;
   line-height: 16px;
   display: inline-block;
   font-weight: 500;
   color: #656565;
}

.csstransitions .no-touch .folio-grid a:hover .caption, .folio-grid a.iehover .caption {
   border-color: #e54939;
   height: 101px;
   padding-top: 29px;
}
.csstransitions .no-touch .folio-grid a:hover h3, .folio-grid a.iehover h3 {
   color: #e54939;
}
.csstransitions .no-touch .folio-grid a:hover .fancybox-thumb span {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity :1;
   visibility: visible;
}

/* Custom sizes */

.cfour .item {
   width: 210px;
}
.cthree .item {
   width: 290px;
}
.ctwo .item {
   width: 453px;
}
.layout-right-sidebar .folio-grid .item, .layout-left-sidebar .folio-grid .item {
   width: 205px;
}

/* Pagination */

.page-template-template-portfolio-php .pagination {
   margin: 60px 0 -12px -5px;
   float: left;
}

/* ------------------------
-----   Single Project  -----
------------------------------*/

.single-portfolio #content.layout-fixed-width {
	padding-top: 30px;
}
.folio-title {
   margin-bottom: 40px;
   padding-bottom: 30px;
   position: relative;
   border-bottom: 1px solid #e9e9e9;
}
.folio-title h1 {
   font-size: 28px;
   line-height: 34px;
   margin-bottom: 0;
   font-weight: 600;
   max-width: 90%;
}

.top-media {
	margin-bottom: 50px !important;
}
.single-portfolio .content {
	padding-bottom: 50px;
}
.single-portfolio .content > .krown-column-row:first-child {
   padding-top: 0;
}

/* Third slider project */

.portfolio.third-slider > .krown-column-container.span3 *:first-child {
	margin-top: -4px;
}
.portfolio.third-slider > .span3 {
   float: right;
}
.portfolio.third-slider > .span9 {
   float: left;
   margin-left: 0;
}

/* Navigation */

.post-nav {
   position: absolute;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 9999;
}
.post-nav * {
   font-family: 'fontello';
}
.post-nav a {
   width: 34px;
   height: 34px;
   font-size: 18px;
   line-height: 34px;
   margin-left: -1px;
   border: 1px solid #e9e9e9;
   background: #fff;
   color: #bdbdbd;
   float: left;
   position: relative;
   text-indent: -9999px;
}
.post-nav a:before {   
   float: left;
   text-indent: 0;
}
.post-nav a:hover {
   background: #e54939;
   color: #fff;
   border-color: transparent;
}
.post-nav .btn-close:before {
   content: "";
   font-size: 21px;
   margin: -1px 0 0 5px;
}
.post-nav .btn-prev:before {
   content: "";
   margin-left: 7px;
}
.post-nav .btn-next:before {
   content: "";
   margin-left: 7px;
}

/* Related */

.related.third-slider {
	margin-top: 130px;
}
.related {
	padding-bottom: 20px;
}
.related > h3 {
	margin: 0 0 30px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 24px;
}

/* ---------------------------------------------------------------------------------
------------------------------   ONE PAGER   ----------------------------------
------------------------------------------------------------------------------------*/

#pager-nav {
   background: #ccc;
   border-radius: 20px;
   padding: 5px 8px;
   position: fixed;
   right: 10px;
   text-align: center;
   top: 50%;
   width: 27px;
   z-index: 99999;
   visibility: hidden;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
}
#pager-nav.show {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
   visibility: visible;
}

#pager-nav a {
   display: block;
   width: 11px;
   height: 11px;
   border-radius: 6px;
   background: #fff;
   margin: 10px 0;
   text-indent: -9999px;
}
#pager-nav a:hover {
   background: #000;
}
#pager-nav a.selected {
   background: #e54939;
}
#pager-nav.show {
   display: block;
}

/* ---------------------------------------------------------------------------------
------------------------------   SHORTCODES   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Accordion   -----
------------------------------*/

.krown-accordion h5 {
   border-top: 1px solid #e9e9e9;
   border-bottom: 1px solid #e9e9e9;
   padding: 20px 30px 17px 70px;
   color: #212121;
   font-size: 13px;
   line-height: 28px;
   font-weight: 700;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   margin: 0 0 -1px 0;
}
.krown-accordion h5:before {
   display: block;
   position: absolute;
   content: "";
   font-family: 'fontello';
   font-size: 29px;
   width: 36px;
   height: 36px;
   text-align: center;
   font-weight: 300;
   top: 33px;
   left: 25px;
   line-height: 2px;
}
.krown-accordion .content {
  display: none;
  padding: 50px 20px 40px 90px;
}
.krown-accordion .krown-column-row {
   margin-bottom: 40px;
}
.krown-accordion.opened:last-child {
   border-bottom: 1px solid #e9e9e9;
}
.krown-accordion .content > *:first-child {
	margin-top: 0;
}

.krown-accordion.small h5 {
   font-weight: 700;
   font-size: 13px;
   padding: 14px 5px 13px 35px;
   text-transform: none;
}
.krown-accordion.small h5:before {
   border: none;
   background: transparent !important;
   padding-top: 0;
   top: 19px;
   left: 0;
   font-size: 19px;
   line-height: 19px;
}
.krown-accordion.small h5:hover, .krown-accordion.small section.opened h5 {
   color: #e54939;
}
.krown-accordion.small .content {
   padding: 30px 0 8px 35px;
   font-weight: 13px;
   line-height: 20px;
}

.krown-accordion.large-1 h5:hover, .krown-accordion.large-1 section.opened h5 {
   color: #e54939;
}

.krown-accordion.large-2 h5:hover {
   background: #f9f9f9;
}
.krown-accordion.large-2 > section.opened h5 {
   background: #e54939;
   color: #fff;
}
.krown-accordion.large-2 > section.opened h5:before {
   color: #fff;
   content: "";
}
.krown-accordion.large-2 > section.opened h5 {
	border-color: transparent;
}

/* ------------------------
-----   Alerts   -----
------------------------------*/

.krown-alert {
   min-height: 40px;
   margin-bottom: 10px;
   padding: 5px 20px;
   display: inline-block;
   width: 100%;
}
.krown-alert p {
   margin: 9px 0;
   font-weight: 700;
   font-size: 13px;
   line-height: 20px;
}
.krown-alert.alert-error {
   background: #F9E5E6;
   border: 1px solid #F7C7C9;
   color: #EF2932;
}
.krown-alert.alert-success {
   background: #E3EBC6;
   border: 1px solid #C2D288;
   color: #839737;
}
.krown-alert.alert-info {
   background: #D8ECF5;
   border: 1px solid #9AC9DF;
   color: #5593B1;
}
.krown-alert.alert-block {
   background: #FCF7D9;
   border: 1px solid #F5DC7D;
   color: #C4A11B;
}

/* ------------------------
-----   Blank Divider   -----
------------------------------*/

.krown-blank-divider {
   display: block;
   width: 100%;
   height: 1px;
}

/* ------------------------
-----   Button   -----
------------------------------*/
 
.krown-button {
   text-transform: uppercase;
   font-weight: 700;
   display: inline-block;
   text-align: center;
   padding: 0 20px;
   background: #fff;
   border: 2px solid #ebebeb;
   color: #212121;
   -webkit-transition: all 100ms linear !important;
   transition: all 100ms linear !important;
}
.krown-button i {
	display: none;
}

.krown-button.light {
   background: #fff;
   border: 2px solid #ebebeb;
   color: #212121;
}
.krown-button.light:hover {
   background: #e40079;
   color: #fff;
   border-color: transparent;
   text-decoration: none;
}

.krown-button.dark {
   background: #212121;
   color: #fff;
   border-color: transparent;
}
.krown-button.dark:hover {
   background: #e54939;
   color: #fff;
}

.krown-button.color {
   background: #e54939;
   color: #fff;
   border-color: transparent;
}
.krown-button.color:hover {
   background: #222;
   color: #fff;
}

.krown-button.small {
   font-size: 10px;
   line-height: 10px;
   font-weight: 700;
   padding-top: 11px;
   height: 36px;
}
.krown-button.normal {
   font-size: 12px;
   line-height: 12px;
   padding-top: 15px;
   height: 46px;
}
.krown-button.large {
   font-size: 16px;
   line-height: 16px;
   padding-top: 19px;
   height: 56px;
}

/* ------------------------
-----   Columns  -----
------------------------------*/

.krown-column-container {
  float: left;
  display: block;
  margin-left: 4%;
  position: relative;
}
.span12 {
  width: 100%;
}
.span6 {
  width: 48%;
}
.span9 {
  width: 74%;
}
.span8 {
  width: 65.34%;
}
.span4 {
  width: 30.66%;
}
.span3 {
  width: 22%;
}
.span2 {
  width: 13.33%;
}
.krown-column-row [class*="span"]:first-child {
   margin-left: 0;
}

.krown-column-row {
	margin-bottom: 100px;
}
.krown-column-row .krown-column-row {
	margin-bottom: 50px;
}
.krown-column-row:last-child {
	margin-bottom: 0;
}

.krown-divider {
   display: block;
   height: 1px;
   width: 100%;
   background: #e9e9e9;
}
.krown-divider.no_border {
	background: transparent;
}

.more-space {
   margin-bottom: 75px;
}
.even-more-space {
   margin-bottom: 100px;
}
.even-more-space-2 {
   margin-bottom: 150px;
}
.reduce-space {
   margin-bottom: 25px;
}
.reduce-more-space {
   margin-bottom: 0;
}

.no-columns-space > .krown-column-container {
	margin-left: 0 !important;
}
.no-columns-space > .span6 {
  width: 50%;
}
.no-columns-space > .span9 {
  width: 75%;
}
.no-columns-space > .span8 {
  width: 66.66%;
}
.no-columns-space > .span4 {
  width: 33.33%;
}
.no-columns-space > .span3 {
  width: 25%;
}
.no-columns-space > .span2 {
  width: 16.66%;
}
/* -------------------------------
-----   Fancybox   -----
---------------------------------*/

.fancybox-skin {
   background: transparent;
}
.fancybox-overlay {
  z-index:99998;
  background:#333;
  background:rgba(51,51,51,.95);
  overflow: hidden !important;
}
.fancybox-opened {
  z-index:99999;
}
.fancybox-opened .fancybox-skin {
  box-shadow:0 0px 13px rgba(0, 0, 0, 0.2);
}

.fancybox-nav span, .fancybox-close {
  background:url(../../../static.ps) no-repeat -1px 0 #181818;
  background-color:rgba(24,24,24,.8);
  width:50px;
  height:50px;
  margin-top:-25px;
  display:block;
  text-indent:-9999px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:0;
}
.fancybox-next span {
  background-position:-50px 0;
  right:0;
}
.fancybox-prev span {
  left:0;
}
.fancybox-close {
  background-position:-115px 0;
  right:-25px;
  top:-5px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:1;
  visibility:visible;
}
.fancybox-nav:hover span {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
  opacity:1;
  visibility:visible;
}
.fancybox-nav span:hover, .fancybox-close:hover {
  background-color:#e54939;
}
#fancybox-loading {
   z-index:99999;
}
#fancybox-loading div {
  background:url(../../../static.ps) no-repeat center center transparent;
}
.fancybox-title-float-wrap .child {
  background:transparent;
}

.fancybox-thumb {
   display: inline-block;
   position: relative;
}
.fancybox-thumb img {
   margin: 0 !important;
   float: none !important;
   vertical-align: top;
}
.fancybox-thumb span {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: url(../../../static.ps) no-repeat center center #222;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: opacity 250ms linear;
   transition: opacity 250ms linear;
}
.fancybox-thumb:hover span {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 100;
}

.krown-thumbnail-gallery .fancybox-thumb {
   float: left;
   margin: 1px;
}
.krown-thumbnail-gallery .fancybox-thumb.first {
   margin-left: 0;
}
.krown-thumbnail-gallery .fancybox-thumb.last {
   margin-right: -10px;
}

/* -------------------------------
-----   Form Elements   -----
---------------------------------*/

form {
   width: 100%;
}
input, textarea {
   background: #fff;
   border: 1px solid #e9e9e9;
   padding: 0 17px;
   font-size: 14px;
   line-height: 22px;
   color: #ccc;
   font-weight: 500;
   width: 100%;
   color: #444; 
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   display: inline-block;
   resize: none;
   height: 44px;
   margin: 0 0 40px 0;
   box-shadow: none !important;
   border-radius: 0 !important;
} p input {
   margin-bottom: 0;
}
textarea {
   padding: 17px;
   height: 220px;
}
input:focus, textarea:focus {
   background: #f7f7f7;
   border-color: #dfdfdf;
   color: #000;
}
.ie8 input {
   padding-top: 10px;
}

.contact-error-border {
   border-color: red;
}
.success-message, .error-message {
   margin-top: 0;
}

form .column_container {
   padding-bottom: 10px;
}
form label {
   display: block;
   margin-bottom: 10px;
}
form label span {
   font-style: italic;
   color: #acacac;
}
input[type="submit"] {
   font-size: 12px;
   line-height: 12px;
   font-weight: 700;
   padding: 0 30px;
   height: 46px;
   margin-top: -15px;
   text-transform: uppercase;
   color: #fff !important;
   font-weight: 700;
   background-color: #222;
   border: none !important;
   border-radius: 0 !important;
   display: inline !important;
   text-align: center;
   width: auto !important;
   cursor: pointer;
}
input[type="submit"]:hover {
   background: #e54939;
}

input[type="checkbox"], input[type="radio"] {
   width: auto;
   height: auto;
   float: left;
   margin: 5px 10px 0 0;
}
input[type="checkbox"] {
   -webkit-appearance: checkbox !important;
}
input[type="radio"] {
   -webkit-appearance: radio !important;
}
input, input[type="submit"], textarea {
   -webkit-appearance: none !important;
}

/* ------------------------
-----   Flickr Feed   -----
------------------------------*/

.krown-flickr {
   margin-left: -1px;
   width: 103%;
}
.krown-flickr li {
   float: left;
   margin: 1px;
   list-style: none;
}
.krown-flickr a {
   display: block;
}
.krown-flickr img {
   vertical-align: middle;
}
.krown-flickr a:hover img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
   filter: alpha(opacity=60);
   opacity: .6;
}

/* ------------------------
-----   Images List   -----
------------------------------*/

.krown-images-list {
	list-style: none;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.krown-images-list li {
	float: left;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	text-align: center;
	padding: 25px 15px;
}
.krown-images-list.col-1 li {
	width: 100%;
}
.krown-images-list.col-2 li {
	width: 50%;
}
.krown-images-list.col-3 li {
	width: 33.33%;
}
.krown-images-list.col-4 li {
	width: 25%;
}
.krown-images-list.col-5 li {
	width: 20%;
}
.krown-images-list.col-6 li {
	width: 16.66%;
}
.krown-images-list a {
	display: block;
	width: 100%;
}
.krown-images-list a img {
	opacity: .4;
	-webkit-transition: opacity 220ms linear;
	transition: opacity 220ms linear;
}
.krown-images-list a:hover img {
	opacity: 1;
}

/* ------------------------
-----   Latest Posts & Projects   -----
------------------------------*/

.carousel {
	width: 100%;
	height: auto;
	margin-bottom: -20px;
	position: relative;
}
.carousel .inner {
	overflow: hidden;
}
.carousel .inner ul {
	width: 5000px;
	padding-bottom: 20px;
}
.carousel .post-nav {
	top: -90px;
}
.carousel .responsive-test {
	width: 10px;
}

/* Posts */

.posts-grid {
	list-style: none;
	margin-left: -17px;
}
.krown-latest-posts.no-carousel .posts-grid {
  border-top: none;
  width: 110%;
  overflow: hidden;
}

.posts-grid .item {
	float: left;
	margin: 0 17px;
}
.posts-grid h3 {
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin: 25px 0 -2px 0;
}
.posts-grid time {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #656565;
}
.posts-grid a:hover h3 {
	color: #e54939;
}
.posts-grid p {
	font-size: 12px;
	line-height: 20px;
	margin: 14px 0 0 0;
}
.posts-grid .post-img {
	max-width: none;
	width: 100%;
}
.posts-grid .post-img-link {
	display: block;
	background: #f2f2f2;
	position: relative;
}
.posts-grid .post-img-link:after {
	display: block;
	position: absolute;
	font-size: 44px;
	line-height: 100%;
	font-family: 'fontello';
	color: #222;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -22px;
}
.posts-grid .post-img-link.link:after {
	content: "";
}
.posts-grid .post-img-link.quote:after {
	content: "";
}
.posts-grid .post-img-link.standard:after {
	content: "";
}
.posts-grid .post-img-link.image:after {
	content: "📷";
}
.posts-grid .post-img-link.gallery:after {
	content: "";
}
.posts-grid .post-img-link.video:after {
	content: "🎬";
}
.posts-grid .post-img-link.audio:after {
	content: "";
}
.posts-grid .post-img-link.no-icon:after {
	display: none;
}

/* Projects */

.krown-latest-portfolio .folio-grid {
	width: auto;
	margin-top: 0 !important;
}
.krown-latest-portfolio .item {
	margin-top: 0;
}

/* List */

.list.carousel .inner ul {
	width: 100%;
	margin: 0;
}
.list .posts-grid .item {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e9e9e9;
	min-height: 80px;
	overflow: hidden;
	-webkit-transition: 150ms background-color linear;
	transition: 150ms background-color linear;
}
.list .posts-grid .item-link {
	height: 100%;
	position: relative;
	display: block;
}
.list .posts-grid .post-img-link {
	width: 159px !important;
	height: 103% !important;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.list .posts-grid .content {
	padding: 28px 25px 28px 200px;
	width: 100%;
}
.list .posts-grid h3 {
	margin: 0;
	float: left;
	font-size: 15px;
	line-height: 21px;
	padding-top: 1px;
	width: 60%;
}
.list .posts-grid .time, .list .posts-grid .comments {
	float: right;
	font-size: 12px;
	line-height: 12px;
	color: #656565;
	font-weight: 600;
	margin-top: 5px;
}
.list .posts-grid .comments {
	margin-left: 50px;
	position: relative;
	top: -3px;
}
.list .posts-grid .comments:before {
	font-size: 21px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: 10px;
}
.list .posts-grid .s {
	display: none;
}
.list .posts-grid .item:hover {
	background: #f9f9f9;
}
.list .posts-grid .item:hover h3 {
	color: #e54939;
}
.list.carousel[data-visible="four"] .posts-grid {
	min-height: 320px;
}
.list.carousel[data-visible="three"] .posts-grid {
	min-height: 240px;
}
.list.carousel[data-visible="two"] .posts-grid {
	min-height: 160px;
}

/* ------------------------
-----   Promo Box  -----
------------------------------*/

.krown-promo {
	padding: 30px;
}
.krown-promo.light-1 {
	background: #fff;
	border: 1px solid #e9e9e9;
}
.krown-promo.light-2 {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
}
.krown-promo.dark {
	background: #222;
	color: #bbb;
}
.krown-promo.color {
	background: #e54939;
	color: #fff;
}

/* ------------------------
-----   Pies  -----
------------------------------*/

.krown-pie {
   text-align: center;
}
.krown-pie .holder {
   width: 150px;
   margin: auto;
   position: relative;
   overflow: hidden;
}
.krown-pie .holder span {
   display: block;
   position: relative;
   z-index: 5;
}
.krown-pie .value {
   font-size: 60px;
   line-height: 60px;
   font-weight: 500;
   letter-spacing: -5px;
   padding: 35px 5px 0 0;
}
.krown-pie .subtitle {
   font-size: 14px;
   line-height: 14px;
   font-weight: 500;
   padding-top: 30px;
}
.krown-pie .title {
   font-size: 18px;
   line-height: 21px;
   font-weight: 700;
   padding-top: 40px;
}
.krown-pie .pie-holder {
   position: absolute;
   top: 1px;
   left: 0;
   width: 150px;
   height: 150px;
   border: 3px solid #d7d7d7;
   border-radius: 75px;
   z-index: 1;
}
.krown-pie .pie-blank {
   position: absolute;
   border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
   border-style: solid;
   border-width: 110px;
   left: 50%;
   margin-left: -110px;
   top: -45px;
   z-index: 3;
}
.krown-pie .pie-canvas {
   position: absolute;
   top: -81px;
   left: -80px;
   z-index: 2;
   -ms-transform: scale(.5) rotate(226deg);
   -webkit-transform: scale(.5) rotate(226deg);
   transform: scale(.5) rotate(226deg);
}

.krown-pie.large .holder {
   width: 212px;
}
.krown-pie.large .value {
   font-size: 70px;
   line-height: 70px;
   font-weight: 700;
   padding-top: 62px;
}
.krown-pie.large .subtitle {
   padding-top: 56px;
}
.krown-pie.large .title {
   font-weight: 700;
}
.krown-pie.large .pie-holder {
   width: 210px;
   height: 210px;
   border-radius: 105px;
   border-width: 2px;
}
.krown-pie.large .pie-blank {
   border-width: 151px;
   margin-left: -151px;
   top: -60px;
}
.krown-pie.large .pie-canvas {
   left: -109px;
   top: -111px;
}

.krown-pie.addk .value:after {
   content: "k";
}

/* ------------------------
-----   Pricing Tables  -----
------------------------------*/

.krown-pricing {
   border: 1px solid #e9e9e9;
   border-top: none;
   text-align: center;
   margin-top: 30px;
}

.krown-pricing.col-1 .krown-pricing-column {
   width: 100%;
}
.krown-pricing.col-2 .krown-pricing-column {
   width: 50%;
}
.krown-pricing.col-3 .krown-pricing-column {
   width: 33.33%;
}
.krown-pricing.col-4 .krown-pricing-column {
   width: 25%;
}
.krown-pricing.col-5 .krown-pricing-column {
   width: 20%;
}

.krown-pricing-column {
   float: left;
   border-left: 1px solid #e9e9e9;
   background: #fff;
   position: relative;
}
.krown-pricing-column:first-child {
   border-left: none;
}

.krown-pricing-title {
   border-bottom: 1px solid #e9e9e9;
   border-top: 1px solid #e9e9e9;
   padding: 25px 0 30px;
   background: #f9f9f9;
   position: relative;
}
.krown-pricing-title h3 {
   font-size: 56px;
   line-height: 56px;
   font-weight: 600;
   letter-spacing: -2px;
   color: #212121;
   margin: 0 0 20px;
}
.krown-pricing-title h5 {
   font-size: 13px;
   line-height: 13px;
   text-transform: uppercase;
   font-weight: 700;
   margin: 0;
}
.krown-pricing-title sub, .krown-pricing-title sup {
   color: #797979 !important;
   letter-spacing: 0;
   text-transform: none;
}
.krown-pricing-title sub {
   font-size: 14px;
   line-height: 14px;
   padding-left: 3px;
}
.krown-pricing-title sup {
	font-size: 24px;
	font-weight: 700;
	left: -5px;
	line-height: 24px;
	position: relative;
	top: 13px;
}

.krown-pricing-column.featured .krown-pricing-title {
   background: #222;
   border-color: transparent;
}
.krown-pricing-column.featured .krown-pricing-title * {
   color: #fff;
}
.krown-pricing-column.featured .featured-text {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -25px;
	left: 0;
	font-size: 12px;
	line-height: 12px;
	color: #656565 !important;
}

.krown-pricing-content {
   font-weight: 500;
   font-size: 12px;
}
.krown-pricing-content ul li:first-child {
   padding-top: 11px;
}
.krown-pricing-content ul li:last-child {
   padding-bottom: 11px;
}

.krown-pricing-button {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
}

/* ------------------------
-----   Progress Bars  -----
------------------------------*/

.krown-progress-bars ul {
   list-style: none;
   margin: 0;
}
.krown-progress-bars li {
   margin-bottom: 32px;
}
.krown-progress-bars h6 {
   font-size: 14px;
   line-height: 14px;
   font-weight: 500;
   margin-bottom: 10px;
}
.krown-progress-bars p {
   display: block;
   text-indent: -9999px;
   background: #d8d8d8;
   height: 8px;
   width: 100%;
   border-radius: 5px;
   position: relative;
   margin: 0;
}
.krown-progress-bars .bar {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 8px;
   width: 0;
   border-radius: 5px;
   background: #e54939;
   overflow: visible !important;
}
.krown-progress-bars .text {
   background: #212121;
   color: #fff;
   font-size: 11px;
   line-height: 21px;
   font-weight: 500;
   height: 22px;
   letter-spacing: -1px;
   padding: 0 7px;
   position: absolute;
   right: -14px;
   text-indent: 0 !important;
   top: -29px;
   border-radius: 5px;
   display: block;
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.krown-progress-bars .text:after {
   top: 100%; 
   left: 50%; 
   border: solid transparent; 
   content: " "; 
   height: 0; 
   width: 0; 
   position: absolute; 
   pointer-events: none; 
   border-color: rgba(33, 33, 33, 0); 
   border-top-color: #212121; 
   border-width: 5px; 
   margin-left: -5px;
   margin-top: -2px;
}
.krown-progress-bars .text.check-size {
   position: fixed;
}

/* ------------------------
-----   Section Title  -----
------------------------------*/

.krown-section-title h2 {
   font-size: 13px;
   line-height: 18px;
   font-weight: 700;
   margin: 0 0 25px 0;
   text-transform: uppercase;
}
.krown-section-title hr {
   width: 100%;
   background-color: #e9e9e9;
   height: 1px;
   border: none;
   margin: 0;
}
.krown-section-title.no_border h2 {
	text-transform: none;
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
.krown-section-title.no_border hr {
	display: none;
}

/* ------------------------
-----   Single Image  -----
------------------------------*/

.aligncenter {
   text-align: center;
}
img.aligncenter {
   display: block;
   margin: auto;
}
.alignright {
   float: right;
   margin: 0 0 15px 15px;
}
.alignleft {
   float: left;
   margin: 0 15px 15px 0;
}
.krown-single-image {
   margin: 0;
   max-width: 100%;
}

/* ------------------------
-----   Slider  -----
------------------------------*/

.flexslider {
   background: none;
   padding: 0;
   box-shadow: none;
   margin: 0;
   border-radius: 0;
   border: none;
}
.flexslider .slides {
   overflow: hidden;
}
.flexslider li {
   margin: 0;
   padding: 0;
   border: none;
}
.flexslider .slides > li {
   position: relative;
}

.flexslider.mini {
   background: url(../../../static.ps) no-repeat center center #f7f7f7;
}
.flexslider.mini .slides {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.masonry-post .flexslider.mini {
   min-height: 0;
}

.flex-direction-nav a {
   width: 34px;
   height: 34px;
   line-height: 34px;
   margin-top: -17px;
   border-radius: 0 !important;
   background: #fff;
   color: #b1b1b1;
   text-shadow: none !important;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
   opacity: 0 !important;
}
.flex-direction-nav a:hover {
   background: #000;
   color: #fff;
   border-color: transparent;
}
.flex-direction-nav a.flex-prev {
   left: 0 !important;
}
.flex-direction-nav a.flex-next {
   right: 0 !important;
   left: auto !important;
}

.flex-direction-nav a:before {
   position: relative;
   font-size: 18px;
   font-family: fontello;
   margin-top: -1px;
}
.flex-direction-nav a.flex-prev:before {
   margin-left: 7px;
   content: "";
}
.flex-direction-nav a.flex-next:before {
   margin-right: 7px;
   content: "";
}

.mini .flex-direction-nav a {
   border: none;
   color: #fff;
   background: #ccc;
   background: rgba(0,0,0,.2);
}
.mini .flex-direction-nav a:before {
   top: 1px;
}
.mini .flex-direction-nav a.flex-prev {
   border-radius: 0 5px 5px 0;
}
.mini .flex-direction-nav a.flex-next {
   border-radius: 5px 0 0 5px;
}
.mini .flex-direction-nav a:hover {
   background: #000;
   color: #fff;
   border-color: transparent;
}

.flex-control-nav {
   width: 100%;
   left: 0;
   bottom: auto;
}
.flex-control-nav li {
   margin: 0 2px;
   display: inline-block;
}
.flex-control-nav li a {
   width: 7px;
   height: 7px;
   display: block;
   background-color: #b9b9b9;
   cursor: pointer;
   text-indent: -9999px;
   border-radius: 4px;
   box-shadow: none !important;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
}
.flex-control-nav li a.flex-active {
   background-color: #e54939;
}
.nav-bullets-top .flex-control-nav {
   top: -40px;
}
.nav-bullets-bottom .flex-control-nav {
   bottom: -70px;
}

.flex-caption {
   background: #333;
   background: rgba(0,0,0,.3);
   bottom: 10px;
   color: #fff;
   font-size: 13px;
   line-height: 13px;
   margin: 0;
   padding: 11px 15px;
   position: absolute;
   right: 10px;
}

.mini.flexslider:hover .flex-direction-nav a, .krown-column-row:hover .krown-tour.flexslider .flex-direction-nav a, .mini.flexslider:hover .flex-control-nav a, .krown-column-row:hover .krown-tour.flexslider .flex-control-nav a {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   opacity: 1 !important;
}

.flexslider.krown-tour {
   padding: 0 140px;
   overflow: visible !important;
}
.flexslider.krown-tour img {
   width: auto !important;
}
.flexslider.krown-tour .slides > div, .flexslider.krown-tour .slides > section {
   display:none;
   -webkit-backface-visibility:hidden;
}
.flexslider.krown-tour .slides > section > h5 {
  display: none;
}
.flexslider.krown-tour .flex-direction-nav a:hover {
   background: #e54939;
}

.krown-tour.no-space-slider {
   padding: 0 !important;
}
.krown-tour.bottom-left-controls .flex-direction-nav a, .krown-tour.bottom-left-controls .flex-control-nav {
   float: left;
   position: absolute;
   top: auto !important;
   bottom: -70px !important;
}
.krown-tour.bottom-left-controls .flex-direction-nav .flex-next {
   right: auto !important;
   left: 51px !important;
}
.krown-tour.bottom-left-controls .flex-control-nav {
   text-align: left;
}
.krown-tour.flexslider.no-hide-controls .flex-direction-nav a, .krown-tour.flexslider.no-hide-controls .flex-control-nav a {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1 !important;
}

/* REVOLUTION SLIDER */

.tparrows.default {
   width: 34px;
   height: 34px;
   line-height: 34px;
   margin-top: -17px;
   border-radius: 0 !important;
   background: #fff;
   color: #b1b1b1;
}
.tparrows.default:hover {
   background: #000;
   color: #fff;
   border-color: transparent;
}
.tparrows.default.tp-leftarrow {
   left: 0 !important;
}
.tparrows.default.tp-rightarrow {
   right: 0 !important;
}
.tparrows.default.tparrows.default:before {
   position: relative;
   margin-top: -1px;
   font-family: fontello;
}
.tparrows.default.tp-leftarrow:before {
   margin-left: 8px;
   content: "";
}
.tparrows.default.tp-rightarrow:before {
   margin-left: 11px;
   content: "";
}

.tp-bullets.simplebullets.round {
   padding: 5px;
   border-radius: 10px;
   background: #ccc;
   background: rgba(0,0,0,.2);
}
.tp-bullets.simplebullets.round .bullet {
   width: 7px;
   height: 7px;
   background: #fff;
   border-radius: 4px;
   margin: 0 2px;
}
.tp-bullets.simplebullets.round .bullet.selected {
   background: #e54939;
}
.tp-bullets.simplebullets.round .bullet:hover {
   background: #000;
}

/* ------------------------
-----   Social Icons  -----
------------------------------*/

.krown-social ul {
   margin: 0;
   height: 28px;
}
.krown-social li {
   position: relative;
   cursor: pointer;
   text-align: center;
   display: inline-block;
   margin: 0 0 0 9px !important;
   padding: 0;
   border: none;
   width: 25px;
}
.krown-social li:first-child {
   margin-left: -3px !important;
}
.krown-social i:before {
   font-size: 20px;
   width: 25px;
   color: #adadad;
   top: 0;
   left: 0;
   position: absolute;
}
.krown-social a:hover i:before {
   color: #e54939;
}
.krown-social a {
   display: block;
   height: 25px;
   width: 25px;
}

/* ------------------------
-----   Tabs  -----
------------------------------*/

.krown-tabs .titles {
   border-bottom: 1px solid #e9e9e9;
}
.krown-tabs .titles li {
   float: left;
   display: table;
   padding: 0;
   border: 1px solid #e9e9e9;
   margin: 0 -1px -1px 0;
   height: 50px;
   cursor: pointer;
   position: relative;
}
.krown-tabs .titles h5 {
   margin: auto;
   width: 100%;
   font-size: 13px;
   font-weight: 500;
   color: #212121;
   line-height: 15px;
   padding: 2px 30px 0 25px;
   display: table-cell;
   vertical-align: middle;
}
.krown-tabs .titles h5:before {
   font-size: 18px;
   margin-right: 20px;
   position: relative;
   top: 1px;
   height: 20px;
}
.krown-tabs .titles li:hover h5, .krown-tabs .titles .opened h5 {
   color: #e54939;
}
.krown-tabs .titles .opened h5 {
   font-weight: 700;
}

.krown-tabs .contents {
   min-height: 200px;
   padding: 40px 25px 0;
}
.krown-tabs .contents > div, .krown-tabs .contents > section {
   display: none;
}
.krown-tabs .contents > div.opened, .krown-tabs .contents > section.opened{ 
   display: block;
}

.krown-tabs.horizontal .titles .opened {
   border-top-color: #e54939;
   border-bottom-color: #fff !important;
}

.krown-tabs.vertical .titles {
	width: 22%;
	float: left;
}
.krown-tabs.vertical .titles li {
	float: none;
	margin: 0 0 -1px 0;
	width: 100%;
	border-left-color: transparent;
}
.krown-tabs.vertical .titles h5 {
   padding: 2px 10px 0 20px;
}
.krown-tabs.vertical .titles h5:before {
   font-size: 18px;
   margin-right: 15px;
   top: 1px;
   height: 20px;
}
.krown-tabs.vertical .titles .opened {
   border-left-color: #e54939;
   border-right-color: #fff !important;
}

.krown-tabs.vertical .contents {
	float: right;
	width: 73%;
	padding: 0;
}

.krown-tabs .contents > section > h5:first-child {
  display: none;
}


/* ------------------------
-----   Team  -----
------------------------------*/

.krown-column-container > .krown-team {
	width: 100%;
}
.krown-team {
   text-align: center;
   border-bottom: 1px solid #e9e9e9;
}
.krown-team h4 {
   font-size: 14px;
   line-height: 18px;
   font-weight: 600;
   margin: 27px 0 2px;
}
.krown-team h5 {
   font-size: 12px;
   line-height: 16px;
   font-weight: 500;
   margin: 0 0 25px;
   color: #656565;
}
.krown-team .content {
	background: #fff;
}
.krown-team .content > div {
	display: none;
	margin: -10px 0 15px;
}
.krown-team:hover {
	border-color: #e54939;
}
.no-js .krown-team:hover .content > div {
	display: block;
}
.krown-team-visible {
   overflow: visible !important;
}

/* ------------------------
-----   Testimonials  -----
------------------------------*/

.krown-testimonial {
   text-align: center;
}
.krown-testimonial blockquote {
   font-size: 38px;
   line-height: 46px;
   margin: 0;
   padding: 0;
   border: none;
}
.krown-testimonial figcaption {
   margin-top: 60px;
   font-size: 16px;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 20px;
}
.krown-testimonial figcaption:before {
   font-family: fontello;
   font-size: 53px;
   content: "";
   font-weight: 400;
   color: #aaa;
}
.krown-testimonial p {
   margin-bottom: 0;
   padding: 0;
}
.krown-testimonial span {
   font-size: 17px;
   font-weight: 400;
   text-transform: none;
}

.krown-testimonial.style-two blockquote {
   font-family: 'Amatic SC', cursive;
   font-size: 60px;
   line-height: 72px;
}
.krown-testimonial.style-two figcaption {
   font-size: 19px;
   text-transform: none;
   line-height: 22px;
   font-weight: 400;
}
.krown-testimonial.style-two figcaption:before {
   display: none;
}
.krown-testimonial.style-two i {
   font-size: 24px;
   line-height: 24px;
   margin-right: 12px;
   color: #aaa;
}

.single-portfolio .krown-testimonial blockquote {
   font-size: 29px;
   line-height: 37px;
   font-weight: 300;
}
.single-portfolio .krown-testimonial figcaption {
   font-size: 14px;
}
.single-portfolio .krown-testimonial span {
   text-transform: uppercase;
   font-size: 14px;
}

/* ------------------------
-----   Text Block with Icon  -----
------------------------------*/

.krown-text-icon h3 {
   font-size: 22px;
   line-height: 24px;
   font-weight: 600;
   text-transform: none;
   color: #212121;
   display: inline-block;
}
.krown-text-icon a:hover h3 {
   /*color: #e54939;*/
}
.krown-text-icon i {
   font-size: 32px;
   line-height: 32px;
   display: block;
   cursor: default;
}
.krown-text-icon .content {
	font-size: 17px;
	line-height: 19px;
   margin-top: 24px;
}
.krown-text-icon .content > *:last-child {
	margin-bottom: 0;
}

.krown-text-icon.style-one {
   position: relative;
   text-align: left;
}
.krown-text-icon.style-one h3 {
	margin: 16px 0 7px 70px;
}
.krown-text-icon.style-one i {
   position: absolute;
   top: 0;
   left: 0;
   text-align: center;
   color: #e54939;
   width: 0px;
}

.krown-text-icon.style-two {
	text-align: center;
}
.krown-text-icon.style-two h3 {
	margin: 15px 0 7px;
}

.krown-text-icon.style-three  {
	border: 1px solid #e9e9e9;
	height: 260px;
	width: 100%;
	display: table;
}
.krown-text-icon.style-three .icon-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	position: relative;
}
.krown-text-icon.style-three h3 {
	width: 100%;
	font-size: 16px;
	color: #212121 !important;
	position: relative;
}
.krown-text-icon.style-three i {
	font-size: 56px;
	line-height: 56px;
	position: relative;
}
.krown-text-icon.style-three a i {
	cursor: pointer;
}
.krown-text-icon.style-three hr {
	width: 77px;
	height: 3px;
	background: #e9e9e9;
	border: none;
	margin: 20px auto;
	position: relative;
}
.krown-text-icon.style-three .krown-button-holder {
	position: absolute;
	display: block;
	bottom: 60px;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}
.krown-text-icon.style-three a:hover {
	background: #f9f9f9;
}

.krown-text-icon.style-four {
	text-align: center;
}
.krown-text-icon.style-four i {
	font-size: 58px;
	line-height: 58px;
}
.krown-text-icon.style-four h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	margin-top: 20px;
}
.krown-text-icon.style-four h3:after {
	content: "";
	width: 77px;
	height: 3px;
	background: #e9e9e9;
	border: none;
	margin: 25px auto -5px;
	display: block;
}
.krown-text-icon.style-four .content {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
}

/* ------------------------
-----   Toggle   -----
------------------------------*/

.krown-toggle h5 {
   border-top: 1px solid #e9e9e9;
   border-bottom: 1px solid #e9e9e9;
   padding: 40px 30px 36px 90px;
   color: #000;
   font-size: 18px;
   line-height: 24px;
   font-weight: 600;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   margin: 0 0 -1px 0;
}
.krown-toggle h5:before {
   display: block;
   position: absolute;
   content: "";
   font-family: 'fontello';
   color: #999;
   border: 1px solid #e9e9e9;
   background: #f8f8f8;
   font-size: 16px;
   width: 36px;
   height: 36px;
   border-radius: 18px;
   text-align:center;
   padding-top: 5px;
   font-weight: 400;
   top: 33px;
   left: 30px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.krown-toggle h5:hover {
   background: #f9f9f9;
}
.krown-toggle.opened h5 {
   background: #f4f4f4;
   font-weight: 700;
}
.krown-toggle.opened h5:before {
   color: #FFF;
   background: #e54939;
   border-color: transparent;
   content: "";
}
.krown-toggle .content {
  display: none;
  padding: 40px 0 40px 90px;
}
.krown-toggle .krown-column-row {
   margin-bottom: 40px;
}
.krown-toggle.opened:last-child {
   border-bottom: 1px solid #e9e9e9;
}

/* ------------------------
-----   Twitter   -----
------------------------------*/

.krown-twitter {
   position:relative;
}

.krown-twitter img {
   width: 48px;
   height: 48px;
   position: absolute;
   top: 0;
   left: 0;
}
.krown-twitter > a, .krown-twitter > iframe {
   float: left;
   display: block;
   clear: left;
   margin-left: 68px;
}
.krown-twitter > a h5 {
   float: left;
   font-size: 14px;
   line-height: 14px;
   font-weight: 700;
   margin: 0;
}
.krown-twitter > a span {
   float: left;
   font-size: 11px;
   color: #656565;
   margin-top: -3px;
}
.krown-twitter > iframe {
   float: left;
   margin-top: 3px;
}

.krown-twitter ul {
   float: left;
   margin-top: 20px;
   min-height: 171px;
   clear: left;
}
.krown-twitter li {
   display: none;
   overflow: hidden;
   list-style: none;
   padding-top: 20px !important;
   border-top: 1px solid #e9e9e9 !important;
}
.krown-twitter li:first-child {
   display: block;
}
.krown-twitter .body {
   line-height: 20px;
   margin-bottom: 7px;
}
.krown-twitter .time {
   color: #6b6b6b;
   font-size: 12px;
   padding: 0;
   margin-top: 13px;
   display: block;
}

.krown-twitter .intents {
   border-top: 1px solid #e9e9e9;
   margin-top: 21px;
   padding-top: 13px;
   width: 110%;
   height: 40px;
   overflow: hidden;
}
.krown-twitter .intents a {
   background: url(../../../static.ps) no-repeat 0 3px transparent;
   padding-left: 30px;
   float: left;
}
.krown-twitter .intents .retweet {
   background-position: 0 -16px;
   padding-left: 35px;
}
.krown-twitter .intents .favorite {
   background-position: 0 -36px;
   padding-left: 27px;
}

/* ------------------------
-----   Video   -----
------------------------------*/

.mejs-container {
  width:100%;
  overflow: hidden !important;
}
.mejs-container .mejs-controls {
  background:#242424;
  width:100%;
}
.mejs-container .mejs-controls div {
  width:30px;
  height:30px;
}
.mejs-time.mejs-duration-container {
   padding-right:5 !important;
}
.mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
  background-image:url(../../../static.ps);
  width:30px;
  height:30px;
  margin:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
  opacity:.3;
}
.mejs-controls .mejs-button button:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
  opacity:.8;
}
.mejs-controls .mejs-button button:focus {
  outline:none;
}
.mejs-controls .mejs-play button {
  background-position:-1px -29px;
}
.mejs-controls .mejs-pause button {
  background-position:0 0;
}
.mejs-controls .mejs-mute button {
  background-position:-31px 0;
}
.mejs-controls .mejs-unmute button {
  background-position:-31px -30px;
}
.mejs-controls .mejs-fullscreen-button button {
  background-position:-61px 0;
}
.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
  background-position:-60px -30px;
}

.mejs-container .mejs-controls .mejs-time {
  height:30px;
}
.mejs-container .mejs-controls .mejs-time span {
  font:bold 11px Arial, sans-serif;
  color:#8E8E8E;
  padding:0 10px;
}
.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-right:-55px;
}

.mejs-controls div.mejs-time-rail {
  padding-top:8px;
  margin:0 50px 0 50px;
}
.mejs-controls .mejs-time-rail span {
  height:4px;
  border-radius:0;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background:#5E5E5E;
  box-shadow:none;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background:#5E5E5E;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background:#777;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background:#e54939
}
.mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background:url(../../../static.ps) no-repeat -95px 0 transparent;
  width:5px;
  height:12px;
  top:-4px;
  display:block;
  border:none;
  border-radius:0;
  position:absolute;
  cursor:pointer;
  left:-2px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  display:none !important;
}
.mejs-container .mejs-controls div.mejs-time.mejs-duration-container {
  margin-left:-55px; 
}
.mejs-button.mejs-volume-button.mejs-mute, .mejs-button.mejs-volume-button.mejs-unmute {
  border-left:1px solid #000;
  border-right:1px solid #000;
  padding-right:1px;
  margin-right:15px;
}
.mejs-button.mejs-playpause-button {
   border-right:1px solid #000 !important;
}
.mejs-video.mejs-container .mejs-button.mejs-volume-button.mejs-mute, .mejs-video .mejs-button.mejs-volume-button.mejs-unmute {
  margin-right:1px;
}

.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
  margin-right:35px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height:4px;
  border-radius:0;
  box-shadow:none;
  background:#777;
  margin-top:2px;
  cursor:pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background:#e54939;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  top:9px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  width:30px;
  left:-1px;
  background:#3B3B3B;
  height:120px;
  top:-120px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle  {
  margin-left:2px;
  margin-top:3px;
  width:4px;
  cursor:pointer;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background:#777;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background:#e54939;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  width:12px;
  height:7px;
  border-radius:0;
  border:none;
  left:7px;
  background:url(../../../static.ps) no-repeat -95px -13px transparent;
}

.mejs-overlay-button, .no-svg .mejs-overlay-button {
  background:url(../../../static.ps) no-repeat 0 2px #181818;
  background-color:rgba(24,24,24,.8);
  width:48px;
  height:48px;
  border-radius:0;
  margin: -24px 0 0 -24px !important;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position:0 -50px;
  background-color:#e54939;
}

.mejs-overlay-loading {
  background:#181818;
  background:rgba(24, 24, 24, 0.9);
  height:60px;
  margin:-30px 0 0 -30px;
  width:60px;
   display: none;
}
.mejs-overlay-loading span {
  background-image:url(../../../static.ps);
  height:60px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
  opacity:0.9;
  width:60px;
}
.mejs-horizontal-volume-slider.mejs-mute {
   width: 1px !important;
   margin-right: 1px !important;
}
.mejs-audio .mejs-button.mejs-volume-button {
   border-right-color: transparent !important;
}
.mejs-audio .mejs-button.mejs-volume-button button {
   left: 8px;
}

/* ------------------------
-----   Playlist   -----
------------------------------*/

.wp-playlist {
   overflow: hidden;
}
.wp-playlist-tracks {
   background: #242424;
   border-top: 1px solid #000;
   margin-top: 0;
   padding: 1px 0;
   width: 100.1%;
}
.wp-playlist-item {
   border-bottom: 1px solid #000;
   padding: 5px 15px;
   position: relative;
}
.wp-playlist-caption {
   color: #ccc;
   display: block;
   font-size: 11px;
   font-weight: 700;
   text-transform: uppercase;
}
.wp-playlist-tracks .wp-playlist-caption:hover {
   color: #fff;
}
.wp-playlist-item-length {
   color: #8b8b8b;
   font-family: 'Arial';
   font-size: 11px;
   font-weight: 700;
   position: absolute;
   right: 10px;
   top: 5px;
}
/* ---------------------------------------------------------------------------------
------------------------------   GRAND FINALE   ----------------------------------
------------------------------------------------------------------------------------*/

.sticky, .gallery-caption, .bypostauthor {

}
.wp-caption {
   max-width: 100% !important;
   margin: 18px 0;
}
.wp-caption-text {
   font-style: italic;
   margin: 0;
   text-align: center;
}

.wp-video, .wp-playlist {
   width: 100% !important;
   max-width: none !important;
   margin: 18px 0;
}
.wp-audio-shortcode {
   margin: 18px 0;
}

.ie7 #oldie {
   display:block;
}
.ie7 body {
   overflow:hidden;
   background: #fff !important;
   width: 100% !important;
   height: 100% !important;
   position: absolute !important;
   border: none !important;
}
.ie7 #primary-header, .ie7 #secondary-header, .ie-7 #page-title, .ie7 #custom-header, .ie7 #content, .ie7 #primary-footer, .ie7 #secondary-footer, .ie7 #tertiary-footer {
   display: none !important;
}
.ie7 #oldie {
   color: #333;
   left: 50%;
   margin-left: -150px;
   margin-top: -10px;
   width: 300px;
   top: 50%;
   text-align: center;
   position: absolute;
   display: block;
} #oldie {
   display:none;
}
.ie7 #oldie a {
   border-bottom: 1px dotted #333;
   color: #333;
   font-weight: 700;
}
.ie7 #oldie a:hover {
   color: #000;
   border-bottom: 1px dotted #000;
}

#wp-admin-bar-vc-inline-admin-bar-link, #wp-admin-bar-vc_inline-admin-bar-link {
   display: none !important;
}

/* ------------------------
-----   Styled Selects   -----
------------------------------*/

/* Responsive Navigation */

.responsive-design-cover {    
   background: #fff;
   color: #212121;
   cursor: pointer;
   height: 44px;
   line-height: 16px;
   width: 44px !important;
}
.no-touch .responsive-design-cover:hover {
   background: #212121;
   color: #fff;
}
.responsive-design-cover select {
   height: 100%;
   width: 100%;
   cursor: pointer;
}
.responsive-design-inner {    
   font-size: 0;
   line-height: 47px;
   text-align: center;
}
.responsive-design-inner:before {
   content: "";
   font-family: 'fontello';
   font-size: 29px;
}

/* Everything else */

.regular-select-cover {
   color: #444;
   border: 1px solid #e9e9e9;
   background: #fff;
   height: 44px;
   width: 100% !important;
   font-size: 16px;
   line-height: 16px;
   color: #444;
   cursor: pointer;
   background: transparent;
}
.regular-select-cover select {
   height: 100%;
   width: 100%;
   cursor: pointer;
}
.regular-select-cover option {
   padding: 2px 0;
}
.regular-select-inner {
   background: url(../../../static.ps) no-repeat right 3px transparent;
   padding: 15px 0 0 17px;
   height: 44px;
   cursor: pointer;
}

/* Sorting selects */

.woocommerce-ordering .regular-select-cover, .responsive-filter .regular-select-cover {
   font-size: 12px;
   line-height: 12px;
   text-transform: uppercase;
   font-weight: 700;
   color: #6b6b6b;
   border-radius: 5px;
}
.woocommerce-ordering .regular-select-innert, .responsive-filter .regular-select-innert {
   padding-top: 15px;
}
.responsive-filter {
   width: 220px;
   position: relative;
   left: 0;
   display: none;
   z-index: 9999;
}

/* ------------------------
-----   Animations   -----
------------------------------*/

a, *:before, i, .krown-text-icon *, .krown-tabs .titles *, .top-menu li, .top-menu span, .krown-social.header span, .portfolio-item.classic > a .hover, .krown-accordion h5, input, textarea, button, .filter li, .post-title *, #tertiary-footer .collapsed-title, .tparrows.default, .tp-bullets.simplebullets.round .bullet, .author-avatar .caption, .krown-flickr img, .fancybox-nav span, .fancybox-close, .responsive-design-cover, #custom-tabs li, a h3 {
   -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
   transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
}

/* ------------------------
-----   Media Queries   -----
------------------------------*/

/* Smaller screens & really big devices (landscape mode) */
/*
@media all and (max-width: 1160px) {

	body {
		width: 980px;
	}
	.wrapper {
		width: 840px;
	}

	.folio-grid li {
		margin: 60px 15px 0;
	}
	.cfour .item {
		width: 187.5px;
	}
	.cthree .item {
		width: 260px;
	}
	.ctwo .item {
		width: 405px;
	}
	.layout-right-sidebar .folio-grid .item, .layout-left-sidebar .folio-grid .item {
		width: 183px;
	}

}
*/
/* Large devices in portrait mode */
/*
@media all and (max-width: 990px) {

	body {
		width: 100%;
	}
	.wrapper {
		width: 96%;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}

	#main-menu {
		margin-right: 0 !important;
	}
	#main-menu .top-menu, #main-search, #main-cart {
		display: none !important;
	}
	#main-menu .responsive-menu {
		display: block !important;
		position: absolute;
		right: -8px;
		top: 50%;
	}
	.krown-tabs .titles h5 {
		padding: 5px 15px 0 15px;
	}
	.krown-tabs .titles h5:before {
		display: none;
	}

	.folio-grid {
		width: calc(100% + 30px);
		margin: -60px 0 0 -15px !important;
	}
	.folio-grid li {
		margin: 60px 15px 0;
	}

	.layout-right-sidebar .folio-grid .item, .layout-left-sidebar .folio-grid .item, .cthree .item {
		width: calc(33.33% - 30px);
	}

	.ctwo .item {
		width: calc(50% - 30px);
	}

	.carousel .inner ul {
		width: calc(100% + 30px);
		margin-left: -15px !important;
	}
	.carousel .item {
		margin-bottom: 60px;
	}

}
*/
/* --------------- From now on, everything is for a pixel perfect portfolio */

@media all and (max-width: 990px) {
	.layout-right-sidebar .folio-grid .item, .layout-left-sidebar .folio-grid .item, .cthree .item {
		width: calc(33.33% - 30px);
	}
}

@media all and (max-width: 580px) {
	.cthree .item {
		width: calc(50% - 30px);
	}
}

@media all and (max-width: 440px) {
	.layout-right-sidebar .folio-grid .item, .layout-left-sidebar .folio-grid .item {
		width: calc(50% - 30px);
	}
}

@media all and (min-width: 880px) and (max-width: 990px) {
	.cfour .item {
		width: calc(25% - 30px);
	}
}

@media all and (min-width: 440px) and (max-width: 880px) {
	.cfour .item {
   	width: calc(33.33% - 30px);
	}
	.carousel .responsive-test {
		width: 3px;
	}
}

@media all and (max-width: 440px) {
	.cfour .item {
		width: calc(50% - 30px);
	}
	.ctwo .item {
		width: calc(100% - 30px);
	}
	.carousel .responsive-test {
		width: 2px;
	}
}

/* --------------- End of portfolio tweaks */

@media all and (max-width: 880px) {
	#custom-tabs i {
		display: none;
	}
	#custom-tabs h4 {
		margin-left: 0;
		text-align: center;
	}

   .list .posts-grid .s {
   		display: block;
   }
   .list .posts-grid .l {
   		display: none;
   }
}

/* Smaller devices & regular smartphones */

@media all and (max-width: 740px) {

	#breadcrumbs {
		display: none;
	}

	#logo {
		margin-top: 35px;
	}
	#main-menu .responsive-menu {
		top: 25px;
	}

   .krown-column-container {
      width: 100% !important;
      margin-left: 0 !important;
      margin-top: 50px;
   }
   .krown-column-row .krown-column-container:first-child {
      margin-top: 0;
   }
   #content > .wrapper {
      padding: 0 0 100px;
   }
   #content > .wrapper + .full-width-slider {
      margin-top: -100px;
   }

   .sub-content, #sidebar, #content.layout-right-sidebar .sidebar-content, #content.layout-left-sidebar .sidebar-content {
      width: 100%;
   }
   #sidebar {
   	margin-top: 50px;
   }

   .footer-left, .footer-right {
   	width: 100%;
   }

   .folio-title h1 {
      font-size: 30px;
      line-height: 38px;
      padding-right: 160px;
   }
   .post-nav {
      top: -4px;
   }
   .post-title h2, .post-title h1 {
      font-size: 39px;
      line-height: 39px;
   }
   .krown-pricing-title {
   	  border-top: none;
   }

   .portfolio.third-slider > .krown-column-container:first-child {
      margin-top: 0;
   }
   .portfolio.third-slider .post-nav {
      right: 0;
      left: auto;
      margin: 0;
   }
   .portfolio.third-slider .folio-title {
      margin-top: -10px;
   }
   .portfolio.third-slider h1 {
      margin-top: 0;
      padding-top: 0;
   }

   #comments-list .children li, #comments-list .children .children li {
      padding-left: 0;
   }

   span.extreme {
      font-size: 42px;
      line-height: 52px;
   }
   span.large {
      font-size: 32px;
      line-height: 42px;
   }
   span.medium {    
      font-size: 28px;
      line-height: 38px;
   }

   #filter {
      margin-bottom: 30px;
   }
   .responsive-filter {
      display: block;
   }
   #filter ul {
      display: none;
   }

   .pagination, .woocommerce-pagination {
      margin-left: 0;
      text-align: center;
   }

   .single-product .images {
      width: 100%;
   }
   .single-product .images .thumbnails {
      display: none;
   }
   .single-product .summary {
      width: 100%;
      padding: 40px 0 0 0;
   }

   .krown-pricing {
      border: none;
   }
   .krown-pricing-column {
      border: 1px solid #e9e9e9 !important;
      width: 100% !important;
      margin-bottom: 30px;
   }

   .list .posts-grid .comments {
   	  margin-left: 35px;
   }

   form .krown-column-container {
   	margin-top: 0;
   }

}

@media all and (max-width: 640px) {

	#custom-tabs h4 {
		display: none;
	}
	#custom-tabs i {
		display: block;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.list .posts-grid .comments {
	    display: none;
	}
	.list .posts-grid .post-img-link {
		width: 119px !important;
	}
	.list .posts-grid .content {
		padding-left: 150px;
	}
	.krown-accordion .content {
		padding-left: 20px;
	}

}

@media all and (max-width: 480px) {
	.list .posts-grid .post-img-link {
		display: none;
	}
	.list .posts-grid .content {
		padding-left: 0;
	}
}

/* STOP */

@media all and (max-width: 300px) {  

   html, body {
      overflow-x: scroll;
      width: 300px !important;
  }

}

/* Other stuff */

@media all and (min-width:740px){
    #main-menu .responsive-menu {
        margin-top: -18px;
    }
}
@media all and (max-width:560px){
    #mini .right {
        display: none;
    }
}

/* ------------------------
-----   Retina adjustments    -----
------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 

   .mejs-overlay-loading span {
      background-image:url(../../../static.ps);
      background-size:32px 32px;
   }
   .mejs-overlay-button, .no-svg .mejs-overlay-button {
      background-image:url(../../../static.ps);
      background-size:49px 98px;
   }
   .mejs-overlay:hover .mejs-overlay-button {
      background-position:0 -50px;
   }
   .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
      background-image:url(../../../static.ps);
      background-size:110px 60px;
   }
   .krown-twitter .intents a {
      background-image: url(../../../static.ps);
      background-size: 26px 60px;
   }
   .fancybox-thumb span {
      background-image: url(../../../static.ps);
      background-size: 38px 38px;
   }
   #fancybox-loading div {
      background-image: url(../../../static.ps);
      background-size: 32px 32px;
   }
   .fancybox-nav span, .fancybox-close {
      background-image: url(../../../static.ps);
      background-size: 151px 50px;
   }
   .flexslider.mini, .page-template-template-contact-php .header-image {
      background-image: url(../../../static.ps);
      background-size: 24px 24px;
   }
   .regular-select-inner {
      background-image: url(../../../static.ps);
      background-size: 29px 37px;
   }

}