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

	Theme Name: Ace
	Theme URI: http://www.olevmedia.com
	Description: All Purpose Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.2
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

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

html
{
	-webkit-text-size-adjust: none;
}

body
{
	margin:0;
	padding:0;
	font:12px/1.5 'Arial';
	min-width:320px;
}

*
{
	outline:none;
}

img
{
	border:0;
}

.clear
{
	clear:both;
	height:0;
	overflow:hidden;
}

.clearfix:before,
.clearfix:after
{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after
{
  clear: both;
}

.clearfix
{
  zoom: 1;
}

.dn
{
	display:none;
}

.bg-overlay
{
	padding:0 0 40px 0;
	background-attachment:fixed;
	background-repeat:repeat;
}

header, nav, aside, section, article, footer {
	display:block;
}

.only-retina {
	display:none !important;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
  .only-retina {
  	display:block !important;
  }
  .non-retina {
  	display:none !important;
  }
}

/************************
 * Text
 ************************/

a
{
	text-decoration:none;
	
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
}

a:hover
{
	text-decoration:underline;
}

p
{
	margin:16px 0;
}

h1,h2,h3,h4,h5,h6
{
	margin:32px 0 16px 0;
	line-height:1.35;
	font-weight:bold;
}

.use-uppercase h1, .use-uppercase h2, .use-uppercase h3, .use-uppercase h4, .use-uppercase h5, .use-uppercase h6
{
	text-transform:uppercase;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child
{
	margin-top:16px;
}

h1
{
	font-size:160%;
}

h1.page-title
{
	position:relative;
	margin-top:0;
	margin-bottom:32px;
	padding:0;
}

h1.page-title.no-mar
{
	margin-bottom:0;
}

h2
{
	font-size:140%;
}

h3
{
	font-size:120%;
}

h4
{
	font-size:110%;
}

h5
{
	font-size:100%;
}

h6
{
	font-size:90%;
}

hr {
	margin:16px -32px;
	border:0;
	border-bottom:1px solid #e8e7e7;
	border-bottom-color:rgba(0,0,0,0.1);
	height:0;
	overflow:hidden;
}

hr[width] {
	margin:16px auto;
}

.content-dark-bg hr {
	border-bottom-color:rgba(255,255,255,0.2);
}

dl {
	margin:16px 0;
}

dt {
	font-weight:bold;
}

abbr {
	border-bottom:1px dotted;
}

pre {
	max-width:100%;
	overflow:auto;
	background:url('img/b-04.png');
	background:rgba(0,0,0,0.04);
	padding:16px;
	
	border-radius:2px;
	border:1px solid rgba(0,0,0,0.1);
}

.content-dark-bg pre
{
	background:url('img/w-10.png');
	background:rgba(255,255,255,0.1);
}

q {
	font-style:italic;
}


/************************
 * Columns
 ************************/

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin: 0 4% 0 0;
}
.one-half.last,
.one-third.last,
.two-third.last,
.one-fourth.last,
.three-fourth.last,
.one-fifth.last,
.two-fifth.last,
.three-fifth.last,
.four-fifth.last,
.one-sixth.last,
.five-sixth.last {
  margin-right: 0;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-fifth {
  width: 16.8%;
}
.two-fifth {
  width: 37.6%;
}
.three-fifth {
  width: 58.4%;
}
.four-fifth {
  width: 79.2%;
}
.one-sixth {
  width: 13.33%;
}
.five-sixth {
  width: 82.66%;
}

/************************
 * Responsive Images & Videos
 ************************/
 
img {
	max-width:100%;
	height:auto;
}

.video-embed,
.video-embed-ni {
	height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

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

/************************
 * Content markup
 ************************/
 
.container
{
	width:968px;
	margin:0 auto;
	position:relative;
}

.column-content
{
	float:left;
	position:relative;
	width:696px;
	margin-right:24px;
	padding:0;
}

.sidebar-hidden .column-content
{
	float:none;
	width:auto;
	margin-right:0;
}

.column-content-inner
{
	padding:32px 32px 32px 32px;
}

.column-content-inner.no-v-pad
{
	padding-top:1px;
	padding-bottom:1px;
}

.column-sidebars
{
	float:left;
	position:relative;
	width:248px;
}

.column-sidebar-1
{
	float:left;
	width:100%;
}

.column-sidebar-2
{
	float:left;
	width:100%;
}

.column-sidebar-2.column-sidebar-2-optional > aside
{
	display:none;
	height:0;
}

.flip-sidebar .column-content
{
	left:272px;
}

.flip-sidebar .column-sidebars
{
	left:-720px;
}

.eat-left-right
{
	margin-left:-32px !important;
	margin-right:-32px !important;
}

.pad-left-right
{
	padding-left:32px !important;
	padding-right:32px !important;
}

.sidebar-widget .sidebar-eat-left-right {
	margin-left:-16px;
	margin-right:-16px;
}

/* alternative bg for content */

.content-alt-bg
{
	padding-top:32px;
	padding-bottom:32px;
	background:url('img/b-04.png');
	background:rgba(0,0,0,0.04);
}

.content-dark-bg .content-alt-bg
{
	background:url('img/w-10.png');
	background:rgba(255,255,255,0.1);
}

.column-content-inner .content-alt-bg.eat-bottom
{
	margin-bottom:-32px;
	padding-bottom:32px;
}

.content-alt-bg.border-top
{
	border-top:1px solid rgba(0,0,0,0.08);
}

.content-dark-bg .content-alt-bg.border-top
{
	border-top-color:rgba(255,255,255,0.15);
}

.content-alt-bg.mar-top
{
	margin-top:32px;
}

.content-alt-bg.no-v-pad
{
	padding-top:1px;
	padding-bottom:1px;
}

.content-alt-bg.half-v-pad
{
	padding-top:16px;
	padding-bottom:16px;
}

/**
 *
 */
 
.om-eslider-wrapper {
	margin-bottom:24px;
}

.om-eslider-wrapper .tp-bannershadow.tp-shadow1 {
	height:60px;
	bottom:-60px;
}

.om-eslider-wrapper .tp-bannershadow.tp-shadow2 {
	height:100px;
	bottom:-100px;
}

/**
 * UL lists and icons
 */

.column-content ul {
	margin:16px 0;
	padding:0 0 0 20px;
}

ul.icons {
	margin:16px 0 !important;
	padding:0 0 0 1.6em !important;
	text-indent:0 !important;
	list-style-type:none;
}

ul.icons li {
	position:relative;
}

ul.icons li {
	position:relative;
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
	position:absolute !important;
	top:1px !important;
	left:-1.6em !important;
	line-height:inherit !important;
}

i.icon-large,
i.icon-2x,
i.icon-3x,
i.icon-4x {
	vertical-align:middle;
}

.ul-style-padding ul li {
	margin:16px 0;
}

.ul-style-lines ul {
	list-style-type:none;
	padding:0;
}

.ul-style-lines ul li {
	padding:10px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

/*
.ul-style-lines ul li:first-child {
	padding-top:0;
}
*/

.content-dark-bg .ul-style-lines ul li
{
	border-color:rgba(255,255,255,0.2);
}

.ul-style-lines ul.icons {
	padding-left:0;
}

.ul-style-lines ul.icons li {
	padding-left:25px;
}

.ul-style-lines ul.icons li [class^="icon-"],
.ul-style-lines ul.icons li [class*=" icon-"] {
	top:11px !important;
	left:0 !important;
}



/************************
 * Sidebar
 ************************/
 
.sidebar-widget
{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.sidebar-widget-inner
{
	padding:32px 16px;
}

.sidebar-widget .sidebar-eat-margins {
	margin:-32px -16px;
}

.sidebar-widget .sidebar-eat-margins > img {
	display:block;
}

.sidebar-widget.alt-bg .sidebar-widget-inner
{
	background:url('img/b-04.png');
	background:rgba(0,0,0,0.04);
	border-top:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.08);
}

.content-dark-bg .sidebar-widget.alt-bg .sidebar-widget-inner
{
	background:url('img/w-10.png');
	background:rgba(255,255,255,0.1);
	border-top-color:rgba(255,255,255,0.15);
	border-bottom-color:rgba(255,255,255,0.15);
}

.sidebar-widget-title
{
	line-height:1.35;
	font-size:120%;
	margin:0 0 36px;
	margin-top:1.25em;
	
	font-weight:bold;
}

.use-uppercase .sidebar-widget-title {
	text-transform:uppercase;
}

.content-dark-bg .sidebar-widget-title
{
	border-bottom-color:rgba(255,255,255,0.2);
}

/*
.webkit .sidebar-widget-title
{
	line-height:1.50;
	padding-bottom:11px;
}
*/

.sidebar-widget ul,
.footer ul
{
	list-style:none;
	margin:16px 0;
	padding:0;
}

.sidebar-widget ul ul,
.footer ul ul
{
	margin:8px 0;
}

.sidebar-widget ul li,
.footer ul li
{
	padding-left:16px;
	position:relative;
	margin:8px 0;
}

.sidebar-widget ul li:before,
.footer ul li:before
{
	content:"\f0da";
	font-family:"FontAwesome";
	position:absolute;
	top:1px;
	left:0;
}

.sidebar-widget ul.icons li,
.footer ul.icons li {
	padding-left:0;
}

.sidebar-widget ul.icons li:before,
.footer ul.icons li:before {
	content:'';
	display:none;
}

.sidebar-widget ul.menu li.current-menu-item > a,
.footer ul.menu li.current-menu-item > a {
	color:inherit;
	text-decoration:none;
}

/************************
 * Top area
 ************************/
 
.top-area,
.top-area-holder
{
	position:relative;
	margin-bottom:24px;
}

.top-area
{

}

.top-area-inner
{
	padding:16px 32px;
	
	-webkit-transition:box-shadow 0.3s;
	-moz-transition:box-shadow 0.3s;
	transition:box-shadow 0.3s;
}

.header-background-disabled .top-area-inner {
	background:none !important;
	padding-left:0;
	padding-right:0;
}

.header-no-padding .top-area-inner {
	padding-left:0;
	padding-right:0;
}

.header-background-disabled .top-area,
.header-background-disabled .top-area-holder,
.header-no-padding .top-area,
.header-no-padding .top-area-holder {
	margin-bottom:0 !important;
}

.top-area > .container
{
	height:100%;
}

.top-area-holder
{
	overflow:hidden;
	visibility:hidden;
}

.top-area.area-fixed
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:900;
}

body.admin-bar .top-area.area-fixed
{
	top:28px;
}

.top-area.area-fixed .top-area-inner
{
	padding-top:0;
	padding-bottom:0;
	-webkit-box-shadow:0 20px 14px -16px rgba(0,0,0,0.15), 0 1px 0 0 rgba(0,0,0,0.04);
	-moz-box-shadow:0 20px 14px -16px rgba(0,0,0,0.15), 0 1px 0 0 rgba(0,0,0,0.04);
	box-shadow:0 20px 14px -16px rgba(0,0,0,0.15), 0 1px 0 0 rgba(0,0,0,0.04); 

}

/************************
 * Intro
 ************************/

.is-container-uber-wrapper {
	overflow:hidden;
}

.top-area.area-fixed .is-container-uber-wrapper {
	height:0;
}

.is-container-wrapper {
	padding-bottom:16px;
}

.is-container {
	display:table;
	width:100%;
	border-bottom:1px solid;
}

.is-container .intro-block,
.is-container .socials-block {
	display:table-cell;
	vertical-align:middle;
	padding-bottom:16px;
}

.is-container .wpml-selector {
	display:table-cell;
	vertical-align:middle;
	padding-bottom:5px;
	padding-right:16px;
	width:1%;
}

.intro-block a {
	text-decoration:underline;
}

.intro-block a:hover {
	text-decoration:none;
}

.is-container .socials-block {
	text-align:right;
}

.is-container .intro-block {
	font-size: 90%;
}

/************************
 * Primary menu
 ************************/
 
.primary-menu
{
	list-style:none;
	padding:0;
	margin:0;
	font-size:90%;
	line-height:1.5;
	cursor:default;
}

.use-uppercase .primary-menu {
	text-transform:uppercase;
}

.primary-menu > li
{
	float:left;
	position:relative;
}

.primary-menu > li > a
{
	text-decoration:none;
	color:#333;
	display:block;
	padding:12px 16px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.primary-menu.show-dropdown-symbol > li.menu-parent-item > a:after {
	content:"\f107";
	font-family:"FontAwesome";
	margin-left:0.6em;
	line-height:1;
}

.primary-menu.show-dropdown-symbol ul li.menu-parent-item > a:after {
	content:"\f105";
	font-family:"FontAwesome";
	margin-left:0.6em;
	line-height:1;
}

.primary-menu li ul
{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:100%;	
	z-index:500;
	white-space:nowrap;
	
	-webkit-box-shadow:7px 7px 12px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:7px 7px 12px 0 rgba(0,0,0,0.3);
	box-shadow:7px 7px 12px 0 rgba(0,0,0,0.3);
}

.primary-menu > li > ul
{
	font-size:90%;
}

.primary-menu li ul li
{
	position:relative;
	border-top:1px solid rgba(255,255,255,0.15);
}

.primary-menu li ul li:first-child
{
	border-top:0;
}

.primary-menu li ul
{
	padding-top:20px;
	padding-bottom:7px;
}

.primary-menu li ul ul {
	padding-top:0;
}

.primary-menu li ul a
{
	display:block;
	padding:0.6em 32px 0.6em 16px;
	text-decoration:none;
	min-width:120px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.primary-menu li ul ul
{
	position:absolute;
	left:100%;
	z-index:500;
	top:0px;
}

.primary-menu li:hover ul,
.primary-menu li.sfHover ul {
	display:block;
}
ul.primary-menu li:hover li ul,
ul.primary-menu li.sfHover li ul {
	display:none;
}
ul.primary-menu li li:hover ul,
ul.primary-menu li li.sfHover ul {
	display:block;
}
ul.primary-menu li li:hover li ul,
ul.primary-menu li li.sfHover li ul {
	display:none;
}
ul.primary-menu li li li:hover ul,
ul.primary-menu li li li.sfHover ul {
	display:block;
}
ul.primary-menu li li li:hover li ul,
ul.primary-menu li li li.sfHover li ul {
	display:none;
}
ul.primary-menu li li li li:hover ul,
ul.primary-menu li li li li.sfHover ul {
	display:block;
}
ul.primary-menu li li li li:hover li ul,
ul.primary-menu li li li li.sfHover li ul {
	display:none;
}
ul.primary-menu li li li li li:hover ul,
ul.primary-menu li li li li li.sfHover ul {
	display:block;
}

/** mobile **/

.mobile-menu-wrapper {
	display:none;
}

.mobile-menu-control {
	height:40px;
	background:url('img/icon-mobile-menu.png') no-repeat center center;
	cursor:pointer;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
  .mobile-menu-control
  {
    background-image: url(img/icon-mobile-menu@2x.png);
    background-size:32px 32px;
  }
}

.primary-menu-mobile {
	display:none;
	list-style:none;
	padding:10px 0;
	margin:0;
}

.primary-menu-mobile li {
}

.primary-menu-mobile li a {
	display:block;
	padding:8px 16px;
}

.primary-menu-mobile li a:hover {
	text-decoration:none;
}

.primary-menu-mobile ul {
	display:none;
	list-style:none;
	margin:0 0 0 16px;
	padding:0;
}

.primary-menu-mobile.show-dropdown-symbol > li.menu-parent-item > a:after,
.primary-menu-mobile.show-dropdown-symbol ul li.menu-parent-item > a:after {
	content:"\f107";
	font-family:"FontAwesome";
	margin-left:0.6em;
	line-height:1;
}

/************************
 * Logo-menu-socials
 ************************/

.lms-container-wrapper
{
	padding:16px 0;
}
 
.lms-container
{
	display:table;
	width:100%;
}

.lms-container .logo-block,
.lms-container .menu-block,
.lms-container .socials-block
{
	display:table-cell;
	vertical-align:middle;
}

.lms-container .logo-block
{
	padding-right:32px;
	width:1%;
}

.lms-container .logo-block img
{
	display:block;
}

.lms-container .socials-block
{
	text-align:right;
}

.lms-container .logo-text {
	white-space:nowrap;
	font-weight:bold;
	font-size:300%;
	position:relative;
	top:-0.12em;
}

.lms-container .logo-text a {
	text-decoration:none;
}


/************************
 * Blog
 ************************/

.blogroll .post
{
	margin:0 -32px;
	padding:32px;
	border-top:1px solid rgba(0,0,0,0.15);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.content-dark-bg .blogroll .post
{
	border-top-color:rgba(255,255,255,0.3);
}

.blogroll .post:first-child
{
	border-top:0;
}
 
.blogroll.alternating-bg .post
{
	margin:0 -32px;
	padding:32px 32px;
	border-top-color:rgba(0,0,0,0.08);
}

.content-dark-bg .blogroll.alternating-bg .post
{
	border-top-color:rgba(255,255,255,0.15);
}

.blogroll.alternating-bg .post:nth-child(even)
{
	background:url('img/b-04.png');
	background:rgba(0,0,0,0.04);
}

.content-dark-bg .blogroll.alternating-bg .post:nth-child(even)
{
	background:url('img/w-10.png');
	background:rgba(255,255,255,0.1);
}

.blogroll .post.sticky
{
	border-left:2px solid #000;
	position:relative;
	padding-left:30px;
}

.blogroll .post.sticky:before {
	content:'\f005';
	background:#000;
	font-family:'FontAwesome';
	color:#fff;
	position:absolute;
	top:-1px;
	left:-2px;
	font-size:70%;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
}

.blogroll .post .post-excerpt-readmore {
	display:none;
}

.post-date
{
	font-size:85%;
	margin-bottom:4px;
	letter-spacing:1px;
}

.use-uppercase .post-date {
	text-transform:uppercase;
}

.post-date.post-date-singular
{
	display:inline;
}

.post-author
{
	letter-spacing:1px;
}

.post-author.post-author-singular
{
	font-size:85%;
}

.post-author.post-author-singular a
{
	font-style:normal;
}

.post-date-author-div
{
	margin:0 8px;
}

.post-title
{
	margin:0 0 22px 0;
	position:relative;
	padding-right:50px;
}

/*
.post-title h2
{
	font-size:140%;
}
*/

.post-title h1,
.post-title h2
{
	margin:0;
	padding:0 0 12px;
	position:relative;
	float:left;
	max-width:75%;
	margin-right:2%;
}

.post-title h1 a, .post-title h1 a:hover,
.post-title h2 a, .post-title h2 a:hover
{
	color:#000;
	text-decoration:none;
}

.post-author-wrapper
{
	font-size:140%;
	line-height:1.25; 
	float:left;
}

.post-author
{
	display:inline;
	font-size:55%;
	white-space:nowrap;
}

.use-uppercase .post-author {
	text-transform:uppercase;
}

.post-author a
{
	font-style:italic;
	text-decoration:underline;
}

.post-comments
{
	position:absolute;
	top:0.85em;
	right:0;
	font-size:140%;
	line-height:1.5;
}

.post-comments a
{
	text-decoration:none;
	vertical-align:middle;
	height:16px;
	font-size:16px;
	line-height:16px;
	display:inline-block;
}

.post-comments a:hover
{
	text-decoration:none;
}

.comments-label
{
	vertical-align:middle;
	height:16px;
	display:inline-block;
	overflow:hidden;
	font-size:90%;
}

.comments-label:before
{
	content:"\f075";
	font-family:"FontAwesome";
	padding-right:5px;
	position:relative;
	top:-1px;
}

.post-content
{
	margin-top:32px;
}

body.blog-post-preview-narrow .post-content-excerpt
{
	max-width:550px;
}

.post-meta
{
	margin-top:56px; /*64-8*/
}

.post-cats-tags
{
	font-size:85%;
}

.use-uppercase .post-cats-tags {
	text-transform:uppercase;
}

.post-cats-tags a
{
	font-style:italic;
	text-decoration:underline;
}

.post-categories,
.post-tags,
.post-readmore
{
	margin-top:8px;
}

.post-readmore
{
	text-align:right;
}

.post-readmore .button
{
	margin:0;
}

.add-bg
{
	background:url('img/thumb-bg-b.png') repeat center center;
}

.content-dark-bg .add-bg 
{
	background-image:url('img/thumb-bg-w.png');
}

.post-thumbnail.single-image
{
	text-align:center;
}

.post-thumbnail.single-image a,
.post-thumbnail.single-image img
{
	display:block;
	margin:0 auto;
}

.post-link-box
{
	background:#fff;
	border:2px solid #6e6e6e;
	margin:16px 0 32px 0;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.35);
	-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.35);
}

.post-link-box a
{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:none;
	color:#000;
	color:inherit;
	padding:8px 16px;
}

.content-dark-bg .post-link-box
{
	background:#000;
	border-color:#959595;
	-webkit-box-shadow:inset 0 0 10px 0 rgba(255,255,255,0.35);
	-moz-box-shadow:inset 0 0 10px 0 rgba(255,255,255,0.35);
	box-shadow:inset 0 0 10px 0 rgba(255,255,255,0.35);
}

.content-dark-bg .post-link-box a
{
	color:#fff;
	color:inherit;
}

/************************
 * Gallery Sliced
 ************************/

.custom-gallery 
{
	margin:32px 0;
	position:relative;
	background:url('img/thumb-bg-b.png') repeat center center;
}

.content-dark-bg .custom-gallery 
{
	background-image:url('img/thumb-bg-w.png');
}

.custom-gallery .items
{
	
}

.custom-gallery .items .item
{
	display:none;
}

.custom-gallery .items .item:first-child
{
	display:block;
}

.custom-gallery .items .item a
{
	display:block;
}

.custom-gallery .items .item img
{
	display:block;
	margin:0 auto;
}

.custom-gallery .controls
{
	position:absolute;
	top:32px;
	right:32px;
	z-index:200;
	opacity:0.5;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.custom-gallery:hover .controls
{
	opacity:1;
}

.custom-gallery .control-prev
{
	float:left;
	overflow:hidden;
	width:20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.custom-gallery .control-counter
{
	position:absolute;
	top:-1px;
	left:50%;
	margin-left:-21px;
	z-index:1;
}

.custom-gallery .control-next
{
	float:right;
	overflow:hidden;
	width:20px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.custom-gallery:hover .controls .control-prev,
.custom-gallery:hover .controls .control-next
{
	width:60px;
}


.custom-gallery .controls .prev
{
	float:left;
	width:72px;
	height:40px;
	display:block;
	background:#fff url('img/arrows.png') no-repeat 10px center;
	-webkit-border-radius:24px 0 0 24px;
	-moz-border-radius:24px 0 0 24px;
	border-radius:24px 0 0 24px;
	opacity:0.8;
	
	margin-left:1px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.custom-gallery .controls .next
{
	float:right;
	width:72px;
	height:40px;
	display:block;
	background:#fff url('img/arrows.png') no-repeat -38px center; 
	-webkit-border-radius:0 24px 24px 0;
	-moz-border-radius:0 24px 24px 0;
	border-radius:0 24px 24px 0;
	opacity:0.8;
	
	margin-right:1px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.custom-gallery .controls .prev:hover,
.custom-gallery .controls .next:hover
{
	opacity:1;
}


.custom-gallery .controls .counter
{
	width:42px;
	height:42px;
	display:block;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:18px;
}

.custom-gallery .controls .counter .current
{
	display:block;
	padding-top:2px;
}

.custom-gallery .controls .counter .total
{
	padding:0 4px;
	border-top:1px solid #fff;
	display:inline-block;
}


/************************
 * Gallery Sliced
 ************************/

.gallery-sliced img
{
	display:block;
	margin:0 auto;
}

.gallery-sliced .img-box
{
	background:url('img/thumb-bg-b.png') repeat center center;
	overflow:hidden;
}

.gallery-sliced .img-box a
{
	display:block;
}

.content-dark-bg .gallery-sliced .img-box
{
	background-image:url('img/thumb-bg-w.png');
}

.gallery-sliced-box-row
{
	margin-top:1%;
}

.gallery-sliced-box-row:first-child
{
	margin-top:0;
}

.gallery-sliced-box-2 .img-1
{
	float:left;
	width:33%;
	margin-right:1%;
}

.gallery-sliced-box-2 .img-2
{
	float:left;
	width:66%;
}

.gallery-sliced-box-3 .img-1
{
	float:left;
	width:66%;
	margin-right:1%;
}

.gallery-sliced-box-3 .img-2
{
	float:left;
	width:33%;
	margin-bottom:1%;
}

.gallery-sliced-box-3 .img-3
{
	float:left;
	width:33%;
}

.gallery-sliced-box-4 .img-1
{
	float:right;
	width:66%;
	margin-left:1%;
}

.gallery-sliced-box-4 .img-2,
.gallery-sliced-box-4 .img-3
{
	float:right;
	width:33%;
	margin-bottom:1%;
}

.gallery-sliced-box-4 .img-4
{
	float:right;
	width:33%;
}

.gallery-sliced-box-5 .img-1,
.gallery-sliced-box-5 .img-2
{
	float:left;
	width:32.66%;
	margin-right:1%;
	margin-bottom:1%;
}

.gallery-sliced-box-5 .img-3
{
	float:left;
	width:32.66%;
	margin-bottom:1%;
}

.gallery-sliced-box-5 .img-4
{
	float:left;
	width:49.5%;
	margin-right:1%;
}

.gallery-sliced-box-5 .img-5
{
	float:left;
	width:49.5%;
}

/************************
 * Navigation prev/next
 ************************/
 
.navigation-prev-next
{
	margin:16px 0;
}

.navigation-prev,
.navigation-next
{
	margin:16px 0;
	border:1px solid #808080;
	border-color:rgba(0,0,0,0.1);
	
	height:36px;
	line-height:36px;
	
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
}

.content-dark-bg .navigation-prev,
.content-dark-bg .navigation-next
{
	border-color:rgba(255,255,255,0.3);
}

.navigation-prev
{
	float:left;
}

.navigation-next
{
	float:right;
}

.navigation-prev a,
.navigation-next a
{
	display:block;
	text-decoration:none;
	height:30px;
	line-height:30px;
	margin:3px;

	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;	

	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.navigation-prev a
{
	padding:0 16px 0 0;
}

.navigation-next a
{
	padding:0 0 0 16px;
}

.navigation-prev a .before, /* add via JS */
.navigation-next a .after
{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:top;
	text-align:center;
	color:#fff;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.navigation-prev a:hover,
.navigation-next a:hover
{
	color:#fff;
}

.navigation-prev a .before
{
	margin:0 8px 0 0;
}

.navigation-prev a .before:before
{
	content:'\2190';
}

.navigation-next a .after
{
	margin:0 0 0 8px;
}

.navigation-next a .after:after
{
	content:'\2192';
}

/************************
 * Navigation pages
 ************************/
 
.navigation-pages
{
	margin:32px 0;
}

.navigation-pages-inner
{
	border:1px solid #808080;
	border-color:rgba(0,0,0,0.1);
	float:left;
	
	height:38px;
	line-height:38px;
	padding:3px;
	
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
}

.content-dark-bg .navigation-pages-inner
{
	border-color:rgba(255,255,255,0.3);
}

.navigation-pages .page-numbers,
.navigation-pages.wp-link-pages a,
.navigation-pages.wp-link-pages span
{
	display:inline-block;
	width:38px;
	text-align:center;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	text-decoration:none;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.navigation-pages .page-numbers.current,
.navigation-pages.wp-link-pages span
{
	background:rgba(0,0,0,0.08);
}

.content-dark-bg .navigation-pages .page-numbers.current,
.content-dark-bg .navigation-pages.wp-link-pages span
{
	background:rgba(255,255,255,0.2);
}

.navigation-pages.wp-link-pages a span,
.content-dark-bg .navigation-pages.wp-link-pages a span {
	background:none;
}

.navigation-pages a.page-numbers:hover,
.navigation-pages.wp-link-pages a:hover span
{
	color:#fff;
}

.navigation-pages .page-numbers.prev:before
{
	content:'\2190';
}

.navigation-pages .page-numbers.next:after
{
	content:'\2192';
}

/************************
 * Hover Zoom
 ************************/

.hover-zoom
{
	position:relative;
	overflow:hidden;
}

a.hover-zoom .tl,
a.hover-zoom .tr,
a.hover-zoom .bl,
a.hover-zoom .br
{
	cursor:pointer;
}

.hover-zoom .tl
{
	position:absolute;
	top:0;
	left:-50%;
	width:50%;
	height:50%;
	
	background:url(img/zoom-hover.png) no-repeat right bottom;
	opacity:0;
}

.hover-zoom .tr
{
	position:absolute;
	top:-50%;
	left:50%;
	width:51%;
	height:50%;
	
	background:url(img/zoom-hover.png) no-repeat left bottom;
	opacity:0;
}

.hover-zoom .br
{
	position:absolute;
	top:50%;
	left:100%;
	width:51%;
	height:51%;
	
	background:url(img/zoom-hover.png) no-repeat left top;
	opacity:0;
}

.hover-zoom .bl
{
	position:absolute;
	top:100%;
	left:0;
	width:50%;
	height:51%;
	
	/*background:rgba(255,255,255,0.5);*/
	background:url(img/zoom-hover.png) no-repeat right top;
	opacity:0;
}

.hover-zoom.usecss .tl,
.hover-zoom.usecss .tr,
.hover-zoom.usecss .br,
.hover-zoom.usecss .bl {
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.hover-zoom.usecss .tl {
	left:0;
	
	-webkit-transform:translate(-100%,0);
	-moz-transform:translate(-100%,0);
	transform:translate(-100%,0);
}

.hover-zoom.usecss .tr {
	top:0;
	
	-webkit-transform:translate(0,-100%);
	-moz-transform:translate(0,-100%);
	transform:translate(0,-100%);
}

.hover-zoom.usecss .br {
	left:50%;
	
	-webkit-transform:translate(100%,0);
	-moz-transform:translate(100%,0);
	transform:translate(100%,0);
}

.hover-zoom.usecss .bl {
	top:50%;
	
	-webkit-transform:translate(0,100%);
	-moz-transform:translate(0,100%);
	transform:translate(0,100%);
}

.hover-zoom.usecss:hover .tl,
.hover-zoom.usecss:hover .tr,
.hover-zoom.usecss:hover .br,
.hover-zoom.usecss:hover .bl {
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	transform:translate(0,0);
	opacity:1;
}

/************************
 * Misc
 ************************/

.add-wide-line
{
	position:relative;
}

.add-wide-line > span.add-line
{
	display:inline-block;
}

.add-wide-line:after
{
	content:'';
	position:absolute;
	bottom:1px;
	left:-32px;
	right:-32px;
	height:1px;
	overflow:hidden;
	background:rgba(0,0,0,0.10);
}

.content-dark-bg .add-wide-line:after
{
	background:rgba(255,255,255,0.2);
}

/**/

.add-line
{
	position:relative;
	padding-bottom:12px;
	display:inline-block;
}

.add-line .after /* added via JS */
{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:2px;
	width:33%;
	overflow:hidden;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.add-line.add-line-animated:hover .after
{
	width:73%;
	opacity:0.3;
}

.left {
  float: left;
  margin-right: 16px;
  margin-top: 4px;
  margin-bottom: 11px;
}
.right {
  float: right;
  margin-top: 4px;
  margin-left: 16px;
  margin-bottom: 11px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

blockquote,
.blockquote {
	padding:0;
	margin:32px 0;
	padding:32px;
	padding-left:6.5em;
	font-size:115%;
  border:1px solid rgba(0,0,0,0.1);
  position:relative;
  min-height:3em;
}

.content-dark-bg blockquote,
.content-dark-bg .blockquote {
	border-color:rgba(255,255,255,0.2);
}

.blockquote {
	padding:0;
	font-size:100%;
}
.blockquote-inner {
	position:relative;
	padding:32px;
	padding-left:6.5em;
	font-size:115%;
	min-height:3em;
}

blockquote p,
.blockquote p {
	margin:0;
}

blockquote cite,
.blockquote cite {
	font-size:90%;
}

blockquote:before,
.blockquote-inner:before
{
	content: '\f10d';
	font-family:'FontAwesome';
	position:absolute;
	top:32px;
	left:32px;
	font-size:320%;
	line-height:1;
}

.blockquote-author
{
	font-style:italic;
	padding:20px 32px 0 32px;
	padding-right:80px !important;
	margin-bottom:-8px;
}

.blockquote-pic {
	float:left;
	width:96px;
	height:96px;
	margin-top:-5px;
	overflow:hidden;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
}

.blockquote-pic img {
	max-width:96px;
}

.blockquote-inner.with-pic .blockquote-text {
	margin-left:112px;
}

.testimonials-controls {
	position:absolute;
	top:16px;
	right:16px;
	z-index:300;
}

.testimonials-controls .prev,
.testimonials-controls .next {
	display:inline-block;
	text-decoration:none;
	color:#fff !important;
	font-weight:normal;
	line-height:24px;
	width:24px;
	font-size:12px;
	text-align:center;
	margin-left:8px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	opacity:0.5;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.testimonials-controls .prev:hover,
.testimonials-controls .next:hover {
	opacity:1;
}

.testimonials-controls .prev:before {
	content:'\f060';
	font-family:'FontAwesome';
}

.testimonials-controls .next:before {
	content:'\f061';
	font-family:'FontAwesome';
}

/* sidebar widget */

.sidebar-widget .blockquote {
	border:0;
}

.sidebar-widget .blockquote-inner,
.footer-widget .blockquote-inner {
	position:static;
	padding:16px;
}
		
.sidebar-widget .blockquote-inner:before,
.footer-widget .blockquote-inner:before {
	position:static;
	float:left;
	margin:0 16px 8px 0;
}
	
.sidebar-widget	.blockquote-author,
.footer-widget	.blockquote-author {
	padding-left:16px;
	padding-right:16px;
}
	
.sidebar-widget	.blockquote-pic,
.footer-widget	.blockquote-pic {
	margin-bottom:8px;
}
	
.sidebar-widget	.blockquote-text,
.sidebar-widget	.blockquote-inner.with-pic .blockquote-text,
.footer-widget	.blockquote-text,
.footer-widget	.blockquote-inner.with-pic .blockquote-text {
	clear:left;
	margin-left:0;
	font-size:90%;
}

/**
 *
 */

.align-block.center,
.align-block.full-width {
	margin-top:16px;
	margin-bottom:16px;
}

.align-block-caption
{
	font-style:italic;
}

/************************
 * Buttons
 ************************/

.button
{
	display:inline-block !important;
	position:relative;
	color:#fff;

  line-height: 1.5 !important;
  padding: 0.4em 1em !important;
  margin: 0 5px 12px 0 !important;
  	
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, -moz-box-shadow 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  text-decoration: none !important;
  
  font-size:100% !important;
  /*font-weight:bold !important;*/
  text-shadow:none !important;
  -webkit-border-radius:3px !important;
  -moz-border-radius:3px !important;
  border-radius:3px !important;
  
  -webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
  -moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
  box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
}

.button.button-with-icon {
	padding-right:1.5em !important;
}

.button:after
{
	content:'';
	position:absolute;
	top:0;
	left:-2px;
	right:-2px;
	bottom:-2px;

  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	
	cursor:pointer;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.button.single-color:hover
{
  -webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
  -moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
  box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
}

.button p, a.button p
{
  margin: 0;
}
.button.size-mini, a.button.size-mini
{
	padding: 0.2em 0.8em !important;
  font-size: 90% !important;
}

.button.size-mini.button-with-icon, a.button.size-mini.button-with-icon {
	padding-right:1.2em !important;
}

.button.size-small, a.button.size-small
{
  padding: 0.2em 0.8em !important;
}

.button.size-small.button-with-icon, a.button.size-small.button-with-icon {
	padding-right:1.2em !important;
}

.button.size-large, a.button.size-large
{
  font-size: 120% !important;
}

.button.size-xlarge, a.button.size-xlarge {
	padding: 0.6em 5em 0.6em 1.2em !important;
	font-family:inherit;
}
.button.size-xlarge .button-title, a.button.size-xlarge .button-title {
  display: block !important;
  font-size: 140% !important;
  /*font-weight: normal;*/
}
.button.size-xlarge .button-text, a.button.size-xlarge .button-text {
	/*font-weight:normal;*/
  margin-top: 0.4em !important;
  margin-bottom: 0.2em !important;
  display:block;
}

.button.size-xlarge i[class^="icon-"],
.button.size-xlarge i[class*=" icon-"],
a.button.size-xlarge i[class^="icon-"],
a.button.size-xlarge i[class*="icon-"] {
  font-family: "FontAwesome";
  padding-top:0.6em;
  font-size:130%;
  /*font-weight:normal;*/
  text-align:center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.8em;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}

.button.size-xlarge i.icon-button-default:before, a.button.size-xlarge i.icon-button-default:before {
  content: '\f054';	
}

.button [class^="icon-"],
.button [class*=" icon-"] {
	margin-right:1em;
}

.button.size-xlarge [class^="icon-"],
.button.size-xlarge [class*=" icon-"] {
	margin-right:0;
	line-height:inherit;
}


/************************
 * Breadcrumbs
 ************************/

.breadcrumbs
{
	font-size:80%;
}

.use-uppercase .breadcrumbs {
	text-transform:uppercase;
}

/****************************
* jPlayer
****************************/
.jp-jplayer {
  text-align: center;
  margin: 0 auto;
}
.jp-jplayer img {
	display:block !important;
	margin:0 auto;
}
.video-embed-ni .jp-jplayer img {
	position:absolute;
	top:0;
	left:0;
} 
.jp-container {
  margin-bottom: 16px;
}
.jp-interface {
  position: relative;
  height: 64px;
    
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.content-dark-bg .jp-interface {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.jp-controls {
  position: relative;
}
.jp-controls a {
  position: absolute;
}
.jp-play,
.jp-pause {
  display: block;
  width: 32px;
  height: 32px;
  top: 16px;
  left: 16px;
	font-family: "FontAwesome";
  color:#fff;
  line-height:38px;
  text-align:center;
  font-size:24px;
  text-decoration:none;
  
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
.jp-play:hover,
.jp-pause:hover {
	color:#fff;
	text-decoration:none;
}
.jp-play:before {
  content: "\f04b";
 }
.jp-pause:before {
	content: "\f04c";
}
.jp-progress,
.jp-volume-bar {
  position: absolute;
  top: 22px;
  left:64px;
  right: 160px;
  height: 20px;
}
.jp-progress:before,
.jp-volume-bar:before {
	content:'';
	display:block;
	position:absolute;
	top:9px;
	left:0;
	right:0;
	height:1px;
  background:#aaa;
  background:rgba(255,255,255,0.5);
}
.jp-volume-bar {
	left:auto;
	right:32px;
	width:50px;
	cursor:pointer;
}

.jp-seek-bar {
	position:relative;
  cursor: pointer;
	height:20px;
	float:left;
}
.jp-play-bar,
.jp-volume-bar-value
{
	margin-top:9px;
	height:1px;
	background:#fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.jp-mute,
.jp-unmute {
	position:absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 100px;
	font-family: "FontAwesome";
  color:#fff;
  line-height:38px;
  text-align:left;
  padding-left:12px;
  font-size:28px;
  text-decoration:none;
  
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
.jp-mute:hover,
.jp-unmute:hover {
	color:#fff;
	text-decoration:none;
}
.jp-mute:before {
  content: "\f028";
 }
.jp-unmute:before {
	content: "\f026";
}

.jp-current-time
{
	position:absolute;
	top:16px;
	right:140px;
	width:100px;
	text-align:left;
	color:#fff;
	line-height:30px;
	height:32px;
	font-size:16px;
}

/************************
 * Comments
 ************************/
 
.comments-title
{
	margin:0 0 32px 0;
	line-height:1.35;
	font-weight:bold;
	font-size:140%;
}

.use-uppercase .comments-title {
	text-transform:uppercase;
}

.new-comment-caption
{
	margin:48px 0 16px 0;
	line-height:1.35;
	font-weight:bold;
	font-size:120%;
}

.use-uppercase .new-comment-caption {
	text-transform:uppercase;
}
 
.comment
{

}

.comment-inner
{
	margin-left:216px;
	padding:16px 0 0 0;
	border-top:1px solid rgba(0,0,0,0.08);
}

.content-dark-bg .comment-inner
{
	border-top-color:rgba(255,255,255,0.15);
}

.comment-inner.depth-1
{
	margin-left:0;
}

.comment-inner.depth-2
{
	margin-left:54px;
}

.comment-inner.depth-3
{
	margin-left:108px;
}

.comment-inner.depth-4
{
	margin-left:162px;
}

.comment-meta
{
	font-size:85%;
}

.comment-meta .author
{
	display:inline-block;
	font-weight:bold;
	font-size:115%;
}

.use-uppercase .comment-meta .author {
	text-transform:uppercase;
}

.comment-meta .date
{
	display:inline-block;
	margin-left:12px;
}

.comment-meta .reply
{
	display:inline-block;
	margin-left:12px;
}

.comment-meta .reply a
{
	display:inline-block;
	background:url(img/reply.png) no-repeat right 3px;
	padding:0 18px 0 0;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
  .comment-meta .reply a
  {
    background-image: url(img/reply@2x.png);
    background-size:12px 13px;
  }
}


.comment-meta .edit
{
	display:inline-block;
	margin-left:12px;
}


.comment-meta .date:before,
.comment-meta .reply:before,
.comment-meta .edit:before
{
	content:'\f111';
	font-family:"FontAwesome";
	font-size:4px;
	vertical-align:middle;
	margin-right:12px;
	display:inline-block;
	opacity:0.4;
}

.comment-text
{
	padding-bottom:1px;
}

.comment-text .pic
{
	float:left;
	max-width:38px;
	margin-bottom:16px;
}

.comment-text .pic-inner
{
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
}

.comment-text .pic-inner img
{
	display:block;
}

.comment-text .text.with-avatar
{
	margin-left:54px;
}

/* New comment form */

.new-comment
{
	margin-bottom:16px;
}

#commentform .one-third
{
	width:32.66%;
	margin:0 1% 1% 0;
}

#commentform .one-third.last
{
	margin-right:0;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=password],
#commentform textarea
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	
	border:1px solid rgba(0,0,0,0.08);
	
	resize:none;
}

.content-dark-bg #commentform input[type=text],
.content-dark-bg #commentform input[type=email],
.content-dark-bg #commentform input[type=password],
.content-dark-bg #commentform textarea
{
	border-color:rgba(255,255,255,0.15);
}

#commentformt textarea
{
	margin-bottom:1%;
	display:block;
}

#commentform input[type=submit],
#commentform input[type=reset]
{
	margin-right:1%;
}

.cancel-comment-reply,
#reply-title
{
	margin:16px 0;
	font-size:100%;
}

#reply-title small
{
	margin-left:10px;
}

#respond .form-submit {
	margin-top:0;
}

/**
 * Facebook comments
 */
 
.fb-comments-wrapper
{
	margin:32px 0;
}
 
.fb-comments,
.fb-comments > span,
.fb-comments iframe
{
	width:100% !important;
}

/************************
 * Forms
 ************************/

input[type=text],
input[type=email],
input[type=password],
textarea
{
	background:#f7f7f7;
	background-color:rgba(0,0,0,0.03);
	border:0px;
	padding:6px 10px;
	margin:0;
	font-size:100%;
	
	border:1px solid transparent;
	border-top-color:rgba(0,0,0,0.07);
	
	border-radius:0px;
	
 	-webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus
{
	background-color:rgba(0,0,0,0.02);
}

input.error,
textarea.error
{
	border-color:red !important;
	-webkit-box-shadow:0 0 5px 0 rgba(255,0,0,0.3);
	-moz-box-shadow:0 0 5px 0 rgba(255,0,0,0.3);
	box-shadow:0 0 5px 0 rgba(255,0,0,0.3);
}

input[type=button],
input[type=submit],
input[type=reset]
{
	color:#fff;
	border:0;
	cursor:pointer;
	position:relative;

  line-height: 1.5 !important;
  padding: 0.4em 1.2em !important;
  margin: 0 !important;
  	
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, -moz-box-shadow 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  text-decoration: none !important;
  
  font-size:100% !important;
  text-shadow:none !important;
  -webkit-border-radius:3px !important;
  -moz-border-radius:3px !important;
  border-radius:3px !important;
  
  -webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
  -moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
  box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08);
  
 	-webkit-appearance: none;
  -moz-appearance: none;
}

.input-button-container /*wrapped around by JS*/
{
	display:inline-block;
	position:relative;
  margin: 0 5px 12px 0;
}

.input-button-container:before 
{
	content:'';
	position:absolute;
	top:0;
	left:-2px;
	right:-2px;
	bottom:-2px;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	
	cursor:pointer;
}

input[type=button],
input[type=submit]
{
	color:#fff;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover
{
  -webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
  -moz-box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
  box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.08), inset 0 -1000px 0 0 rgba(255,255,255,0.2);
}

#s
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}


.content-dark-bg input[type=text],
.content-dark-bg input[type=email],
.content-dark-bg input[type=password],
.content-dark-bg textarea {
  background:#0f0f0f;
  background:rgba(255,255,255,0.1);
  border-top-color:rgba(255,255,255,0.2);
  color:#fff;
}

.content-dark-bg input[type=text]:focus,
.content-dark-bg input[type=email]:focus,
.content-dark-bg input[type=password]:focus,
.content-dark-bg textarea:focus {
  background-color:rgba(255,255,255,0.15);
}

select {
	max-width:100%;
	padding:3px;
	border-radius:3px;
	border-color:rgba(0,0,0,0.1);
}

.content-dark-bg select {
	border-color:rgba(255,255,255,0.15);
}

/************************
 * Sort menu
 ************************/

ul.sort-menu
{
	list-style:none;
	padding:8px 32px 8px 0;
	margin:0;
}

.sort-menu li
{
	float:left;
	margin:8px -32px 8px 0;
	font-weight:bold;
}

.use-uppercase .sort-menu li {
	text-transform:uppercase;
}

.sort-menu li a
{
	display:block;
	line-height:32px;
	height:32px;
	padding:0 64px 0 0;
	text-decoration:none;
	
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	
	border:1px solid rgba(0,0,0,0.2);
	
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
	box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
	
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
}

.sort-menu li:last-child a
{
	padding-right:32px;
}

.sort-menu li a .count
{
	width:26px;
	height:26px;
	line-height:26px;
	margin:3px 12px 3px 3px; 
	vertical-align:top;
	text-align:center;
	display:inline-block;
	font-weight:normal;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	
	overflow:hidden;
}

.sort-menu li a.active .count
{
	color:#fff;
}

.sort-menu li a .count span
{
	position:relative;
}

/************************
 * Portfolio
 ************************/

.portfolio-uber-wrapper
{
	overflow:hidden;
	margin-top:32px;
	margin-bottom:32px;
}

.portfolio-wrapper
{
	margin:0 -16px 0 0;
}

.portfolio-thumb
{
	float:left;
	margin:0 16px 18px 0;
	width:312px;
	
	-webkit-box-shadow:0 6px 0 -4px rgba(0,0,0,0.11);
	-moz-box-shadow:0 6px 0 -4px rgba(0,0,0,0.11);
	box-shadow:0 6px 0 -4px rgba(0,0,0,0.11);
}

.content-dark-bg .portfolio-thumb
{
	-webkit-box-shadow:0 6px 0 -4px rgba(255,255,255,0.11);
	-moz-box-shadow:0 6px 0 -4px rgba(255,255,255,0.11);
	box-shadow:0 6px 0 -4px rgba(255,255,255,0.11);
}

.portfolio-thumb.size-large
{
	width:476px;
}

.portfolio-thumb.size-small
{
	width:230px;
}

.portfolio-wrapper.size-xsmall
{
	margin-right:-12px;
}

.portfolio-thumb.size-xsmall
{
	width:184px;
	margin-right:12px;
}

.portfolio-thumb a,
.portfolio-thumb .replace-a
{
	display:block;
	height:100%;
	position:relative;
	
	text-decoration:none;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.portfolio-thumb a:hover
{
	color:#fff !important;
}

.portfolio-thumb a:after,
.portfolio-thumb .replace-a:after
{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.11);
	-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.11);
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.11);
}

.content-dark-bg .portfolio-thumb a:after,
.content-dark-bg .portfolio-thumb .replace-a:after
{
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.11);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.11);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.11);
}



.portfolio-thumb .pic-wrapper
{
	display:block;
	/*padding:1px;*/
	overflow:hidden;
}

.portfolio-thumb .pic
{
	display:block;
	position:relative;
	overflow:hidden;
}

.portfolio-thumb .pic .after
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	transition:all 0.6s;
}

.portfolio-thumb a:hover .pic .after
{
	-webkit-box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
	-moz-box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
}

.portfolio-thumb .pic-inner
{
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.portfolio-thumb .pic-inner img
{
	display:block;
	margin:0 auto;
	max-width:100%;
	
	-webkit-transition:-webkit-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s;
}

.portfolio-thumb a:hover .pic-inner img
{
	-webkit-transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
	-moz-transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
	transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
}

.mozilla .portfolio-thumb a:hover .pic-inner img
{
	-webkit-transform:scale(1.2,1.2) rotate(0.1deg);
	-moz-transform:scale(1.2,1.2) rotate(0.1deg);
	transform:scale(1.2,1.2) rotate(0.1deg);
}

.portfolio-thumb .desc
{
	display:block;
	padding-top:32px;
	padding-bottom:32px;
	position:relative;
}

.portfolio-thumb .title
{
	display:block;
	font-weight:bold;
	width:75%;
}

.use-uppercase .portfolio-thumb .title {
	text-transform:uppercase;
}

.portfolio-thumb .text
{
	margin-top:16px;
	display:block;
}

.portfolio-thumb-inner
{
	display:block;
}

.portfolio-thumb .labels
{
	display:block;
	position:absolute;
	top:0;
	right:0;
}

.portfolio-thumb .label
{
	display:block;
	height:20px;
	line-height:19px;
	padding:0 7px 0 5px;
	position:relative;
	
	color:#fff;
	
	-webkit-transition:color 0.6s, background 0.6s;
	-moz-transition:color 0.6s, background 0.6s;
	transition:color 0.6s, background 0.6s;
}

.portfolio-thumb .label .corner
{
	content:'';
	position:absolute;
	top:0;
	left:-20px;
	height:0;
	width:0;
	border:10px solid;
	border-color:inherit;
	border-left-color:transparent !important;
	border-bottom-color:transparent !important;
	
	-webkit-transition:border 0.6s;
	-moz-transition:border 0.6s;
	transition:border 0.6s;
}

.portfolio-thumb .label.color-black
{
	background:#000;
	border-color:#000;
	color:#fff;
}

.portfolio-thumb .label.color-yellow
{
	background:#fbd45e;
	border-color:#fbd45e;
	color:#000;
}

.portfolio-thumb .label.color-green
{
	background:#2bb08f;
	border-color:#2bb08f;
	color:#fff;
}

.portfolio-thumb .label.color-red
{
	background:#c81f2b;
	border-color:#c81f2b;
	color:#fff;
}

.portfolio-thumb .label.color-blue
{
	background:#3c6be2;
	border-color:#3c6be2;
	color:#fff;
}

/************************
 * Portfolio Item
 ************************/

.portfolio-random-items .portfolio-thumb,
.recent-portfolios .portfolio-thumb
{
	-webkit-transform: translate3d(0px, 1px, 0px);
	-moz-transform: translate3d(0px, 1px, 0px);
	transform: translate3d(0px, 1px, 0px);
}

.portfolio-item.ratio-2v1 .portfolio-item-media,
.portfolio-item.ratio-2v1 .portfolio-item-description,
.portfolio-item.ratio-1v1 .portfolio-item-media,
.portfolio-item.ratio-1v1 .portfolio-item-description,
.portfolio-item.ratio-1v2 .portfolio-item-media,
.portfolio-item.ratio-1v2 .portfolio-item-description
{
	float:left;
	min-height:1px;
}

.portfolio-item.ratio-2v1 .portfolio-item-media
{
	width:64%;
}
.portfolio-item.ratio-2v1 .portfolio-item-description
{
	width:36%;
}

.portfolio-item.ratio-1v1 .portfolio-item-media
{
	width:48%;
}
.portfolio-item.ratio-1v1 .portfolio-item-description
{
	width:52%;
}

.portfolio-item.ratio-1v2 .portfolio-item-media
{
	width:32%;
}
.portfolio-item.ratio-1v2 .portfolio-item-description
{
	width:68%;
}

.portfolio-item.media-position-left.ratio-2v1 .portfolio-item-description-inner,
.portfolio-item.media-position-left.ratio-1v1 .portfolio-item-description-inner,
.portfolio-item.media-position-left.ratio-1v2 .portfolio-item-description-inner
{
	padding-left:64px;
}

.portfolio-item.media-position-right.ratio-2v1 .portfolio-item-description-inner,
.portfolio-item.media-position-right.ratio-1v1 .portfolio-item-description-inner,
.portfolio-item.media-position-right.ratio-1v2 .portfolio-item-description-inner
{
	padding-right:64px;
}

.portfolio-item-media
{
	padding:16px 0;
}

.portfolio-categories
{
	margin:12px 0 32px 0;
}

.portfolio-categories a
{
	text-decoration:underline;
}

.use-uppercase .portfolio-categories a {
	text-transform:uppercase;
}

.portfolio-categories-divider
{
	vertical-align:middle;
	font-size:6px;
	margin:0 10px;
}

.portfolio-categories-divider:before
{
	content:'\f111';
	font-family:"FontAwesome";
}

.portfolio-random-items .portfolio-thumb .title
{
	width:100%;
	height:1.5em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.portfolio-random-items.size-xsmall .item-num-6,
.portfolio-random-items.size-small .item-num-5,
.portfolio-random-items.size-medium .item-num-4,
.portfolio-random-items.size-large .item-num-3
{
	display:none;
}

.portfolio-image-block img
{
	display:block;
	margin:0 auto;
}

/****************************
* Tooltip
****************************/
.tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  display: none;
  opacity: 0;
  margin-top: -15px;
  width: 140px;
  margin-left: -79px;
  font-size: 11px;
  line-height: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 999;
  
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

/****************************
* Dropcap
****************************/
.dropcap {
  float: left;
  margin: 0.12em 0.2em 0 0;
  line-height:100%;
}
.dropcap.with-bg-color {
  padding: 0.11em 0.21em 0.2em;

  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.3);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);

}
.dropcap.bgcolor-theme {
  color: #fff;
}

.dropcap.dropcap-circle {
	margin-top:0.1em;
	width:1.31em;
	padding: 0.11em 0 0.2em;
	text-align:center;
	
	-webkit-border-radius:1000px;
	-moz-border-radius:1000px;
	border-radius:1000px;
}

.dropcap [class^="icon-"],
.dropcap [class*=" icon-"] {
	font-size:80%;
}


/****************************
* Marker
****************************/
.marker {
  padding: 1px 0.3em;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color:#fff;
}

/****************************
* Infopanes
****************************/
.infopane {
  padding:0.7em 1em;
  margin: 16px 0;
  position:relative;
  
  border:1px solid;
  color:#fff;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  
}
.infopane.with-icon {
	padding-left:2.7em;
}
.infopane .infopane-icon {
	text-indent:-1.7em;
	width:1.7em;
}

.infopane.color-green {
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  color: #0d590d;
}
.infopane.color-pink {
  background: #f6d9d9;
  background: -moz-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8e3e3), color-stop(100%, #f3cfcf));
  background: -webkit-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -o-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -ms-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f8e2e2 , endColorstr= #f3cece ,GradientType=0 );
  border: 1px solid #f3cfcf;
  color: #e12929;
}
.infopane.color-yellow {
  background: #f4e6a2;
  background: -moz-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e9ae), color-stop(100%, #f3e397));
  background: -webkit-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -o-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -ms-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f5e9ad , endColorstr= #f3e396 ,GradientType=0 );
  border: 1px solid #f3e397;
  color: #5b4d13;
}
.infopane.color-red {
  background: #f34b3f;
  background: -moz-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4564b), color-stop(100%, #f24033));
  background: -webkit-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -o-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -ms-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: linear-gradient(top, #f4564b 0%, #f24033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f35449 , endColorstr= #f23e31 ,GradientType=0 );
  border: 1px solid #f24033;
  color: #fff;
}
.infopane.color-grey {
  background: #ececec;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f2f2 , endColorstr= #e6e6e6 ,GradientType=0 );
  border: 1px solid #e6e6e6;
  color: #4b4b4b;
}
.infopane.color-blue {
  background: #bed9f4;
  background: -moz-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9e0f6), color-stop(100%, #b3d3f2));
  background: -webkit-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -o-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -ms-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbe0f6 , endColorstr= #b5d4f2 ,GradientType=0 );
  border: 1px solid #b3d3f2;
  color: #4b4b4b;
}
.infopane.color-light-blue {
  background: #e5edf6;
  background: -moz-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3f9), color-stop(100%, #dbe6f3));
  background: -webkit-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -o-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -ms-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f0f4fa , endColorstr= #dde7f4 ,GradientType=0 );
  border: 1px solid #dbe6f3;
  color: #4b4b4b;
}
.infopane.color-turquoise {
  background: #d7f5e7;
  background: -moz-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1f7ed), color-stop(100%, #cdf2e1));
  background: -webkit-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -o-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -ms-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #e3f8ee , endColorstr= #cef2e2 ,GradientType=0 );
  border: 1px solid #cdf2e1;
  color: #5a6875;
}

/****************************
* Biginfopane
****************************/
.biginfopane {
  margin: 32px 0;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-color: #989898;
  color: #fff;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  
  position:relative;
  z-index:1;
}

.biginfopane:after
{
	content:'';
	position:absolute;
	top:0;
	left:-2px;
	right:-2px;
	bottom:-2px;

  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow:0 3px 5px -3px rgba(0,0,0,0.5);
	
	cursor:pointer;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
	z-index:-1;
}

.biginfopane .inner {
  display: table;
  width: 100%;
}
.biginfopane .text-block {
  display: table-cell;
  vertical-align: middle;
  padding-top: 26px;
  padding-bottom:26px;
}

.biginfopane .text-block-title {
  font-size: 165%;
  line-height: 130%;
  padding-bottom:3px;
  font-weight:bold;
}

.biginfopane .text-block.text-bright {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
.biginfopane .text-block.text-dark {
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);*/
}
.biginfopane .text-block p {
  margin: 0;
}
.biginfopane .button-block {
  padding-top: 26px;
  padding-bottom:26px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.biginfopane .button-block a {
  display: inline-block;
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ffffff , endColorstr= #e5e5e5 ,GradientType=0 );
  border: 1px solid #fff;
  color: #828282;
  text-decoration: none;
  padding: 0.35em 1em;
  line-height: 1.4;
  font-size: 130%;
  /*white-space: nowrap;*/
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
  white-space:nowrap;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.biginfopane .button-block a:hover {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #ffffff , endColorstr= #ebebeb ,GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 14px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 14px 0 rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 14px 0 rgba(0, 0, 0, 0.45);
}

.biginfopane.layout-vertical .inner,
.biginfopane.layout-vertical .text-block,
.biginfopane.layout-vertical .button-block {
	display:block;
	text-align:center;
}

.biginfopane.layout-vertical .button-block {
	padding-top:0;
}

/****************************
* Border
****************************/

.style-border {
	margin:16px 0;
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-top:16px;
	padding-bottom:16px;
}

.style-border > .eat-left-right.full-width:first-child {
	margin-top:-16px;
}

.style-border > .eat-left-right.full-width:first-child img {
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}

/****************************
* Toggle
****************************/
.toggle {
  margin: 16px 0;
  border:1px solid rgba(0,0,0,0.10);
  padding:0;
}

.content-dark-bg .toggle
{
	border-color:rgba(255,255,255,0.2);
}

.toggle-title {
	font-weight:bold;
	position:relative;
	cursor:pointer;
	font-size:115%;
	padding:12px 36px 12px 16px;
	
	border:2px solid transparent;
	margin:-1px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.toggle-title:after {
	content:'+';
	position:absolute;
	top:12px;
	right:16px;
	font-weight:normal;
	font-size:150%;
	line-height:1;
}

.toggle-title.expanded {
	color:#fff;
}
.toggle-title.expanded:after {
  content:'\2013';
  margin-top:-2px;
  color:#fff;
}
.toggle-inner {
  display: none;
  padding: 1px 16px 8px 16px;
}

/****************************
* Accordion
****************************/

.accordion {
	margin:16px 0;
  border:1px solid rgba(0,0,0,0.10);
}

.content-dark-bg .accordion {
	border-color:rgba(255,255,255,0.2);
}
.accordion > * {
  display: none;
}
.accordion .toggle {
  display: block;
  margin:0 0 0 0;
  border-bottom:0px;
}

/****************************
* Tabs
****************************/
.tabs {
  margin:16px 0;
	border-bottom:1px solid;
}
.tabs-control {
  list-style: none;
  padding: 0 8px !important;
  margin: 0 !important;
}
.tabs-control li {
	float:left;
	margin-left:8px;
  background:rgba(0,0,0,0.07);
  border-bottom:0;
  font-size: 115%;

}
.content-dark-bg .tabs-control li {
	background:rgba(255,255,255,0.15);
}
.tabs-control li a {
  display: block;
  padding: 11px 16px 8px;
  color: inherit;
  text-decoration:none;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs-control li a:hover {
	background-color:rgba(0,0,0,0.09);
}
.content-dark-bg .tabs-control li:hover {
	background:rgba(255,255,255,0.18);
}
.tabs-control li a.active, .tabs-control li a.active:hover {
  color:#fff;
}
.tabs-tabs {
	border-top:4px solid;
	padding:8px 16px;
	  
  clear: left;
  margin: 0;
  position: relative;
}
.tabs-tabs  > * {
  display: none;
}
.tabs-tabs .tabs-tab {
  display: none;
  padding: 1px 0;
}
.tabs-tabs .tabs-tab:after {
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}
.tabs-tabs .tabs-tab:first-child {
  display: block;
}

/****************************
* Table
****************************/
.custom-table.style-1, .custom-table-wrapper.style-1 table {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 2px;
  margin:16px 0;
}
.custom-table.style-1 td,
.custom-table-wrapper.style-1 table td,
.custom-table.style-1 th,
.custom-table-wrapper.style-1 table th {
  border: 0;
  margin: 0;
  padding: 0.6em 0.5em;
}
.custom-table.style-1 th, .custom-table-wrapper.style-1 table th {
  background: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 0.8em 0.5em;
  text-align: left;
}
.custom-table.style-1 td, .custom-table-wrapper.style-1 table td {
  background: #fafafa;
  background-color: rgba(0, 0, 0, 0.01);
}
.custom-table.style-1 tr:nth-child(even) td, .custom-table-wrapper.style-1 table tr:nth-child(even) td {
  background: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.03);
}

/* Style-2 */

.custom-table.style-2, .custom-table-wrapper.style-2 table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:16px 0;
  border-top: 1px solid #131313;
}
.custom-table.style-2 td,
.custom-table-wrapper.style-2 table td,
.custom-table.style-2 th,
.custom-table-wrapper.style-2 table th {
  border: 0;
  margin: 0;
  padding: 0.6em 0.5em;
}
.custom-table.style-2 th, .custom-table-wrapper.style-2 table th {
  background: none;
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  font-weight: bold;
  padding: 0.8em 0.5em;
  text-align: left;
}
.custom-table.style-2 td, .custom-table-wrapper.style-2 table td {
  background: none;
  border-bottom:1px solid #131313;
  border-bottom-color:rgba(0,0,0,0.15);
}

.custom-table.style-2 tr:nth-child(odd) td, .custom-table-wrapper.style-2 table tr:nth-child(odd) td {
  background: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.03);
}

/* Style-3 */

.custom-table.style-3, .custom-table-wrapper.style-3 table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:16px 0;
  border-top: 1px solid #131313;
}
.custom-table.style-3 td,
.custom-table-wrapper.style-3 table td,
.custom-table.style-3 th,
.custom-table-wrapper.style-3 table th {
  margin: 0;
  padding: 0.6em 0.5em;
  border:1px solid rgba(0,0,0,0.1);
}
.custom-table.style-3 th, .custom-table-wrapper.style-3 table th {
	color:#fff;
  font-weight: bold;
  border:1px solid rgba(255,255,255,0.3);
  border-bottom:1px solid #131313;
  padding: 0.5em 0.5em;
  text-align: left;
}
.custom-table.style-3 td, .custom-table-wrapper.style-3 table td {
  background: none;
  border-bottom:1px solid #131313;
}

/****************************
* Pricing table
****************************/

.pricing-table-wrapper
{
	margin: 16px 0;
	text-align:center;
}
.pricing-table
{
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

.pricing-column
{
	list-style:none;
	padding:0 !important;
	display:table-cell;
	
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.pricing-column.pricing-column-featured {
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.4);
	
	-webkit-transform:scale(1.05, 1.05);
	-moz-transform:scale(1.05, 1.05);
	transform:scale(1.05, 1.05);
	
	z-index:2;
}

.pricing-column:hover,
.pricing-column.pricing-column-featured:hover
{
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	z-index:1;
}

.pricing-column li
{
	display:block;
	/*white-space:nowrap;*/
	text-align:center;
	padding:12px;
	background:rgba(0,0,0,0.01);
	border-bottom:1px dotted rgba(0,0,0,0.1);
}

.pricing-column li:nth-child(even)
{
	background:#f5f5f5;
	background:rgba(0,0,0,0.03);
}

.pricing-column li.pricing-title
{
	font-weight:bold;
	font-size:130%;
	border-top-width:3px;
	border-top-style:solid;
	padding-top:24px;
	padding-bottom:24px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.04)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.pricing-column li.pricing-title .pricing-title-comment {
	font-size:75%;
	font-style:italic;
	font-weight:normal;
	margin-top:4px;
}

.pricing-column li.pricing-price
{
	color:#fff;
	font-size:200%;
	line-height:120%;
}

.pricing-column .price-comment
{
	font-size:45%;
	line-height:120%;
}

.pricing-column .pricing-button {
	padding-top:22px;
	padding-bottom:28px;
}

.pricing-column .pricing-button .button
{
	margin:0 !important;
}

/*********************************************************************
 * Contact Form
 *********************************************************************/
 
.contact-form
{
	margin:16px 0;
}

.contact-form .line
{
	font-size:90%;
	margin-bottom:12px;
}

.contact-form .line input[type=checkbox]
{
	vertical-align:middle;
	margin:0 0 3px 10px;
	border:1px solid #eee;
}

.contact-form .line input[type=text],
.contact-form .line input[type=email],
.contact-form .line textarea
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

#om-contact-form-captcha
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	margin-bottom:10px;
}

.contact-form .error
{
	border-color:red;
	-webkit-box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
	-moz-box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
	box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
}

.contact-form label.error
{
	background:red;
	color:#fff;
	font-size:11px;
	display:inline-block;
	padding:0 5px;
	margin:-3px 0 0 12px;
	opacity:0.6;
	vertical-align:middle;
}

.contact-form .checkbox-wrapper
{
	background:#f7f7f7;
	background-color:rgba(0,0,0,0.03);
	border:0px;
	padding:6px 10px;
	font-size:100%;
	display:inline-block;
	
	border:1px solid transparent;
	border-top-color:rgba(0,0,0,0.07);
}

.content-dark-bg .contact-form .checkbox-wrapper
{
  background:#0f0f0f;
  background:rgba(255,255,255,0.1);
  border-top-color:rgba(255,255,255,0.2);
}

/****************************
* Logos
****************************/

.logos
{
	margin:16px 0;
	text-align:center;
}

.logos .item 
{
	display:inline-block;
	padding:1.5em 2.5em;
	text-align:center;
}

.logos .item img
{
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.logos .item a:hover img
{
	opacity:0.7;
}

.logos .item img
{
	display:inline-block;
	vertical-align:middle;
}

/****************************
* Visibility
****************************/

.visibility-tablet,
.visibility-mobile,
.visibility-mobile-landscape,
.visibility-mobile-portrait {
	display:none;
}

.visibility-desktop {
	display:block;
}

@media (min-width: 768px) and (max-width: 1000px) {
	.visibility-desktop,
	.visibility-mobile,
	.visibility-mobile-landscape,
	.visibility-mobile-portrait {
		display:none;
	}
	
	.visibility-tablet {
		display:block;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.visibility-desktop,
	.visibility-tablet,
	.visibility-mobile-portrait {
		display:none;
	}
	
	.visibility-mobile,
	.visibility-mobile-landscape {
		display:block;
	}
}

@media (max-width: 479px) {
	.visibility-desktop,
	.visibility-tablet,
	.visibility-mobile-landscape {
		display:none;
	}
	
	.visibility-mobile,
	.visibility-mobile-portrait {
		display:block;
	}
}

/**
 * Recent Posts
 */
 
.recent-posts {
	margin-right:-4%;
}

.recent-posts-divider {
	display:none;
}

.post-preview {
	float:left;
	width:29.33%;
	margin-right:4%;
	margin-bottom:6%;
}

.post-preview-title h3 {
	margin:8px 0;
}

.post-preview-title h3 a,
.post-preview-title h3 a:hover {
	color:inherit;
	text-decoration:none;
}

.post-preview-pic {
	margin:8px 0;
	overflow:hidden;
}

.post-preview-pic a {
	display:block;
	position:relative;
}

.post-preview-pic a .after
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	transition:all 0.6s;
}

.post-preview-pic a:hover .after
{
	-webkit-box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
	-moz-box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 110px 0 rgba(0,0,0,0.7);
}

.post-preview-pic img {
	-webkit-transition:-webkit-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s;

	display:block;
	margin:0 auto;
}

.post-preview-pic a:hover img {
	-webkit-transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
	-moz-transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
	transform:scale(1.2,1.2) translate3d(0px, 1px, 0px);
}

.mozilla .post-preview-pic a:hover img
{
	-webkit-transform:scale(1.2,1.2) rotate(0.1deg);
	-moz-transform:scale(1.2,1.2) rotate(0.1deg);
	transform:scale(1.2,1.2) rotate(0.1deg);
}

.recent-posts-divider.divide-3,
.sidebar-hidden .one-half .recent-posts-divider.divide-3,
.sidebar-hidden .one-third .recent-posts-divider.divide-3,
.sidebar-hidden .two-third .recent-posts-divider.divide-3,
.sidebar-hidden .two-fifth .recent-posts-divider.divide-3,
.sidebar-hidden .three-fifth .recent-posts-divider.divide-3,
.sidebar-one .one-half .recent-posts-divider.divide-3,
.sidebar-one .one-third .recent-posts-divider.divide-3,
.sidebar-one .two-third .recent-posts-divider.divide-3,
.sidebar-one .two-fifth .recent-posts-divider.divide-3,
.sidebar-one .three-fifth .recent-posts-divider.divide-3 {
	display:block;
}

.sidebar-hidden .one-half .recent-posts-divider.divide-5,
.sidebar-hidden .one-third .recent-posts-divider.divide-5,
.sidebar-hidden .two-third .recent-posts-divider.divide-5,
.sidebar-hidden .two-fith .recent-posts-divider.divide-5,
.sidebar-hidden .three-fith .recent-posts-divider.divide-5,
.sidebar-one .one-half .recent-posts-divider.divide-5,
.sidebar-one .one-third .recent-posts-divider.divide-5,
.sidebar-one .two-third .recent-posts-divider.divide-5,
.sidebar-one .two-fith .recent-posts-divider.divide-5,
.sidebar-one .three-fith .recent-posts-divider.divide-5 {
	display:none;
}

.sidebar-hidden .one-half .post-preview,
.sidebar-hidden .one-third .post-preview,
.sidebar-hidden .two-third .post-preview,
.sidebar-hidden .two-fifth .post-preview,
.sidebar-hidden .three-fifth .post-preview,
.sidebar-one .one-half .post-preview,
.sidebar-one .one-third .post-preview,
.sidebar-one .two-third .post-preview,
.sidebar-one .two-fifth .post-preview,
.sidebar-one .three-fifth .post-preview {
	width:29.33%;
}

.sidebar-hidden .one-fourth .post-preview,
.sidebar-hidden .one-fifth .post-preview,
.sidebar-hidden .one-sixth .post-preview,
.sidebar-one .one-fourth .post-preview,
.sidebar-one .one-fifth .post-preview,
.sidebar-one .one-sixth .post-preview,
.sidebar-hidden .one-fourth .recent-posts,
.sidebar-hidden .one-fifth .recent-posts,
.sidebar-hidden .one-sixth .recent-posts,
.sidebar-one .one-fourth .recent-posts,
.sidebar-one .one-fifth .recent-posts,
.sidebar-one .one-sixth .recent-posts {
	width:auto;
	float:none;
	margin-right:0;
}

.sidebar-one .post-preview {
	width:21%;
}

.sidebar-one .recent-posts-divider.divide-3 {
	display:none;
}

.sidebar-one .recent-posts-divider.divide-4 {
	display:block;
}

.sidebar-hidden .post-preview {
	width:16%;
}

.sidebar-hidden .recent-posts-divider.divide-3 {
	display:none;
}

.sidebar-hidden .recent-posts-divider.divide-5 {
	display:block;
}



.post-excerpt-readmore,
.post-excerpt-readmore:hover {
	text-decoration:none !important;
}

.post-excerpt-readmore:before {
	content:'\f0a9';
	font-family:'FontAwesome';
}

/* Widget mode */

.sidebar-widget .recent-posts,
.sidebar-widget .post-preview,
.footer-widget .recent-posts,
.footer-widget .post-preview {
	margin:16px 0 32px !important;
	float:none !important;
	width:auto !important;
}

.sidebar-widget .post-preview-pic {
	margin-left:-16px;
	margin-right:-16px;
	text-align:center;
}

.footer-widget .recent-posts a {
	border-bottom:0;
}

/**
 * Recent Portfolios
 */
 
.recent-portfolios {
	margin-right:-3%;
}

.recent-portfolios-divider {
	display:none;
}

.recent-portfolios .portfolio-thumb {
	float:left;
	width:30.33%;
	margin-right:3%;
	margin-bottom:6%;
}

.recent-portfolios-divider.divide-3,
.sidebar-hidden .one-half .recent-portfolios-divider.divide-3,
.sidebar-hidden .one-third .recent-portfolios-divider.divide-3,
.sidebar-hidden .two-third .recent-portfolios-divider.divide-3,
.sidebar-hidden .two-fifth .recent-portfolios-divider.divide-3,
.sidebar-hidden .three-fifth .recent-portfolios-divider.divide-3,
.sidebar-one .one-half .recent-portfolios-divider.divide-3,
.sidebar-one .one-third .recent-portfolios-divider.divide-3,
.sidebar-one .two-third .recent-portfolios-divider.divide-3,
.sidebar-one .two-fifth .recent-portfolios-divider.divide-3,
.sidebar-one .three-fifth .recent-portfolios-divider.divide-3 {
	display:block;
}

.sidebar-hidden .one-half .recent-portfolios-divider.divide-5,
.sidebar-hidden .one-third .recent-portfolios-divider.divide-5,
.sidebar-hidden .two-third .recent-portfolios-divider.divide-5,
.sidebar-hidden .two-fith .recent-portfolios-divider.divide-5,
.sidebar-hidden .three-fith .recent-portfolios-divider.divide-5,
.sidebar-one .one-half .recent-portfolios-divider.divide-5,
.sidebar-one .one-third .recent-portfolios-divider.divide-5,
.sidebar-one .two-third .recent-portfolios-divider.divide-5,
.sidebar-one .two-fith .recent-portfolios-divider.divide-5,
.sidebar-one .three-fith .recent-portfolios-divider.divide-5 {
	display:none;
}

.sidebar-hidden .one-half .recent-portfolios .portfolio-thumb,
.sidebar-hidden .one-third .recent-portfolios .portfolio-thumb,
.sidebar-hidden .two-third .recent-portfolios .portfolio-thumb,
.sidebar-hidden .two-fifth .recent-portfolios .portfolio-thumb,
.sidebar-hidden .three-fifth .recent-portfolios .portfolio-thumb,
.sidebar-one .one-half .recent-portfolios .portfolio-thumb,
.sidebar-one .one-third .recent-portfolios .portfolio-thumb,
.sidebar-one .two-third .recent-portfolios .portfolio-thumb,
.sidebar-one .two-fifth .recent-portfolios .portfolio-thumb,
.sidebar-one .three-fifth .recent-portfolios .portfolio-thumb {
	width:30.33%;
}

.sidebar-hidden .one-fourth .recent-portfolios .portfolio-thumb,
.sidebar-hidden .one-fifth .recent-portfolios .portfolio-thumb,
.sidebar-hidden .one-sixth .recent-portfolios .portfolio-thumb,
.sidebar-one .one-fourth .recent-portfolios .portfolio-thumb,
.sidebar-one .one-fifth .recent-portfolios .portfolio-thumb,
.sidebar-one .one-sixth .recent-portfolios .portfolio-thumb,
.sidebar-hidden .one-fourth .recent-portfolios,
.sidebar-hidden .one-fifth .recent-portfolios,
.sidebar-hidden .one-sixth .recent-portfolios,
.sidebar-one .one-fourth .recent-portfolios,
.sidebar-one .one-fifth .recent-portfolios,
.sidebar-one .one-sixth .recent-portfolios {
	width:auto;
	float:none;
	margin-right:0;
}



.sidebar-one .recent-portfolios .portfolio-thumb {
	width:22%;
}

.sidebar-one .recent-portfolios-divider.divide-3 {
	display:none;
}

.sidebar-one .recent-portfolios-divider.divide-4 {
	display:block;
}

.sidebar-hidden .recent-portfolios .portfolio-thumb {
	width:17%;
}

.sidebar-hidden .recent-portfolios-divider.divide-3 {
	display:none;
}

.sidebar-hidden .recent-portfolios-divider.divide-5 {
	display:block;
}

/* Widget mode */

.sidebar-widget .recent-portfolios,
.sidebar-widget .recent-portfolios .portfolio-thumb,
.footer-widget .recent-portfolios,
.footer-widget .recent-portfolios .portfolio-thumb {
	margin:16px 0 32px !important;
	float:none !important;
	width:auto !important;
}

.sidebar-widget .recent-portfolios {
	margin:0 -16px !important;
}



.footer-widget .recent-portfolios a {
	border-bottom:0;
}

/****************************
* Facebook Like box
****************************/

#fb-root {
	left:-9999px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe
{
	width:100% !important;
}

/****************************
* Flickr
****************************/

.flickr_badge_wrapper
{
	margin:16px -3% 16px 0;
}

.flickr_badge_wrapper .flickr_badge_image
{
	float:left;
	margin:0 3% 3% 0;
	width:22%;
	max-width:75px;
}

.flickr_badge_image img
{
	display:block;
}

.flickr_badge_image a
{
	display:block;
	position:relative;
	border-bottom:0px !important;
	
	-webkit-transition:all 0.3s !important;
	-moz-transition:all 0.3s !important;
	transition:all 0.3s !important;
}

.flickr_badge_image a:hover
{
	visibility:visible;
	opacity:0.7;
}

/****************************
* Latest Tweets
****************************/

.latest-tweets
{
	list-style:none;
	padding:0;
	margin:16px 0;
}

.latest-tweets li
{
	margin:0 0 10px 0 !important;
	background:none !important;
	padding:0 !important;
}

.latest-tweets li:before {
	display:none;
}

.latest-tweets .tweet-status
{
	display:inline;
}

.tweet-status:before
{
	content: "\f099";
	margin-right:7px; 
	font-family:'FontAwesome';
	font-size:100%; 
}

.latest-tweets .tweet-status a
{
}

.latest-tweets .tweet-time
{
	font-size:85%;
	font-style:italic;
}

.twitter-follow
{
	text-align:right;
}

.twitter-follow a,
.twitter-follow a:hover
{
	text-decoration:none;
	border-bottom:0 !important;
}

.twitter-follow a:hover span
{
	text-decoration:underline;
}


.omicon-twitter:before
{
	content: "\f099";
	margin-right:7px;
	font-size:100%;
	font-family:'FontAwesome';
}

/****************************
* Social icons
****************************/

[class^="social-icon"],
[class*=" social-icon"]
{
	display:inline-block;
	width:32px;
	height:32px;
	background-position:0 0;
	margin:0 10px 10px;
	
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
	
}

[class^="social-icon"]:hover,
[class*=" social-icon"]:hover {
	background-position:left bottom;
	background-color:#666;
}

.light-social-icons [class^="social-icon"],
.light-social-icons [class*=" social-icon"] {
	background-position:left bottom;
	opacity:0.8;
}

.light-social-icons [class^="social-icon"]:hover,
.light-social-icons [class*=" social-icon"]:hover {
	opacity:1;
}

.social-icon-aim{background-image:url(img/social/aim.png)}
.social-icon-aim:hover{background-color:#e95a00 !important}
.social-icon-amazon{background-image:url(img/social/amazon.png)}
.social-icon-apple{background-image:url(img/social/apple.png)}
.social-icon-apple:hover{background-color:#606060 !important}
.social-icon-appstore{background-image:url(img/social/appstore.png)}
.social-icon-basecamp{background-image:url(img/social/basecamp.png)}
.social-icon-bebo{background-image:url(img/social/bebo.png)}
.social-icon-behance{background-image:url(img/social/behance.png)}
.social-icon-behance:hover{background-color:#18a3fe !important}
.social-icon-bing{background-image:url(img/social/bing.png)}
.social-icon-blogger{background-image:url(img/social/blogger.png)}
.social-icon-blogger:hover{background-color:#fb913f !important}
.social-icon-creativecommons{background-image:url(img/social/creativecommons.png)}
.social-icon-delicious{background-image:url(img/social/delicious.png)}
.social-icon-delicious:hover{background-color:#3274d1 !important}
.social-icon-devianart{background-image:url(img/social/devianart.png)}
.social-icon-deviantart:hover{background-color:#d0de21 !important}
.social-icon-digg{background-image:url(img/social/digg.png)}
.social-icon-digg:hover{background-color:#2882c6 !important}
.social-icon-dribble{background-image:url(img/social/dribble.png)}
.social-icon-dribble:hover{background-color:#ef5b92 !important}
.social-icon-dropbox{background-image:url(img/social/dropbox.png)}
.social-icon-drupal{background-image:url(img/social/drupal.png)}
.social-icon-ember{background-image:url(img/social/ember.png)}
.social-icon-ember:hover{background-color:#fb9d00 !important}
.social-icon-evernote{background-image:url(img/social/evernote.png)}
.social-icon-evernote:hover{background-color:#77ba2f !important}
.social-icon-facebook{background-image:url(img/social/facebook.png)}
.social-icon-facebook:hover{background-color:#3b5998 !important}
.social-icon-feedburner{background-image:url(img/social/feedburner.png)}
.social-icon-flickr{background-image:url(img/social/flickr.png)}
.social-icon-flickr:hover{background-color:#f1628b !important}
.social-icon-forrst{background-image:url(img/social/forrst.png)}
.social-icon-forrst:hover{background-color:#5b9a68 !important}
.social-icon-friendfeed{background-image:url(img/social/friendfeed.png)}
.social-icon-friendster{background-image:url(img/social/friendster.png)}
.social-icon-github{background-image:url(img/social/github.png)}
.social-icon-github:hover{background-color:#7292a2 !important}
.social-icon-github2{background-image:url(img/social/github2.png)}
.social-icon-github2:hover{background-color:#7292a2 !important}
.social-icon-googleplus{background-image:url(img/social/googleplus.png)}
.social-icon-googleplus:hover{background-color:#d94a39 !important}
.social-icon-gowalla{background-image:url(img/social/gowalla.png)}
.social-icon-gowalla:hover{background-color:#ff920d !important}
.social-icon-grooveshark{background-image:url(img/social/grooveshark.png)}
.social-icon-grooveshark:hover{background-color:#f88e00 !important}
.social-icon-icq{background-image:url(img/social/icq.png)}
.social-icon-instagram{background-image:url(img/social/instagram.png)}
.social-icon-instagram:hover{background-color:#9f6f54 !important}
.social-icon-lastfm{background-image:url(img/social/last.fm.png)}
.social-icon-lastfm:hover{background-color:#d21309 !important}
.social-icon-linkedin{background-image:url(img/social/linkedin.png)}
.social-icon-linkedin:hover{background-color:#71b2d0 !important}
.social-icon-livejournal{background-image:url(img/social/livejournal.png)}
.social-icon-lovedsgn{background-image:url(img/social/lovedsgn.png)}
.social-icon-msnmessenger{background-image:url(img/social/msnmessenger.png)}
.social-icon-myspace{background-image:url(img/social/myspace.png)}
.social-icon-myspace:hover{background-color:#003398 !important}
.social-icon-newsvine{background-image:url(img/social/newsvine.png)}
.social-icon-newsvine:hover{background-color:#5b965a !important}
.social-icon-openid{background-image:url(img/social/openid.png)}
.social-icon-photobucket{background-image:url(img/social/photobucket.png)}
.social-icon-picasa{background-image:url(img/social/picasa.png)}
.social-icon-picasa:hover{background-color:#444 !important}
.social-icon-pinterest{background-image:url(img/social/pinterest.png)}
.social-icon-pinterest:hover{background-color:#cb2027 !important}
.social-icon-plixi{background-image:url(img/social/plixi.png)}
.social-icon-reddit{background-image:url(img/social/reddit.png)}
.social-icon-reddit:hover{background-color:#cde2f9 !important}
.social-icon-rss{background-image:url(img/social/rss.png)}
.social-icon-rss:hover{background-color:#fe9900 !important}
.social-icon-sharethis{background-image:url(img/social/sharethis.png)}
.social-icon-simplenote{background-image:url(img/social/simplenote.png)}
.social-icon-skype{background-image:url(img/social/skype.png)}
.social-icon-skype:hover{background-color:#18b7f1 !important}
.social-icon-slideshare{background-image:url(img/social/slideshare.png)}
.social-icon-smugmug{background-image:url(img/social/smugmug.png)}
.social-icon-soundcloud{background-image:url(img/social/soundcloud.png)}
.social-icon-squarespace{background-image:url(img/social/squarespace.png)}
.social-icon-squidoo{background-image:url(img/social/squidoo.png)}
.social-icon-stumbleupon{background-image:url(img/social/stumbleupon.png)}
.social-icon-stumbleupon:hover{background-color:#eb4924 !important}
.social-icon-technorati{background-image:url(img/social/technorati.png)}
.social-icon-technorati:hover{background-color:#7ac84f !important}
.social-icon-twitter{background-image:url(img/social/twitter.png)}
.social-icon-twitter:hover{background-color:#48c4d2 !important}
.social-icon-vimeo{background-image:url(img/social/vimeo.png)}
.social-icon-vimeo:hover{background-color:#62a0ad !important}
.social-icon-wordpress{background-image:url(img/social/wordpress.png)}
.social-icon-wordpress:hover{background-color:#464646 !important}
.social-icon-yahoo{background-image:url(img/social/yahoo.png)}
.social-icon-yahoo:hover{background-color:#ab64bc !important}
.social-icon-youtube{background-image:url(img/social/youtube.png)}
.social-icon-youtube:hover{background-color:#f45750 !important}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	[class^="social-icon"],
	[class*=" social-icon"] {
		background-size:32px 64px;
	}
	.social-icon-aim{background-image:url(img/social/aim@2x.png)}
	.social-icon-amazon{background-image:url(img/social/amazon@2x.png)}
	.social-icon-apple{background-image:url(img/social/apple@2x.png)}
	.social-icon-appstore{background-image:url(img/social/appstore@2x.png)}
	.social-icon-basecamp{background-image:url(img/social/basecamp@2x.png)}
	.social-icon-bebo{background-image:url(img/social/bebo@2x.png)}
	.social-icon-behance{background-image:url(img/social/behance@2x.png)}
	.social-icon-bing{background-image:url(img/social/bing@2x.png)}
	.social-icon-blogger{background-image:url(img/social/blogger@2x.png)}
	.social-icon-creativecommons{background-image:url(img/social/creativecommons@2x.png)}
	.social-icon-delicious{background-image:url(img/social/delicious@2x.png)}
	.social-icon-devianart{background-image:url(img/social/devianart@2x.png)}
	.social-icon-digg{background-image:url(img/social/digg@2x.png)}
	.social-icon-dribble{background-image:url(img/social/dribble@2x.png)}
	.social-icon-dropbox{background-image:url(img/social/dropbox@2x.png)}
	.social-icon-drupal{background-image:url(img/social/drupal@2x.png)}
	.social-icon-ember{background-image:url(img/social/ember@2x.png)}
	.social-icon-evernote{background-image:url(img/social/evernote@2x.png)}
	.social-icon-facebook{background-image:url(img/social/facebook@2x.png)}
	.social-icon-feedburner{background-image:url(img/social/feedburner@2x.png)}
	.social-icon-flickr{background-image:url(img/social/flickr@2x.png)}
	.social-icon-forrst{background-image:url(img/social/forrst@2x.png)}
	.social-icon-friendfeed{background-image:url(img/social/friendfeed@2x.png)}
	.social-icon-friendster{background-image:url(img/social/friendster@2x.png)}
	.social-icon-github{background-image:url(img/social/github@2x.png)}
	.social-icon-github2{background-image:url(img/social/github2@2x.png)}
	.social-icon-googleplus{background-image:url(img/social/googleplus@2x.png)}
	.social-icon-gowalla{background-image:url(img/social/gowalla@2x.png)}
	.social-icon-grooveshark{background-image:url(img/social/grooveshark@2x.png)}
	.social-icon-icq{background-image:url(img/social/icq@2x.png)}
	.social-icon-instagram{background-image:url(img/social/instagram@2x.png)}
	.social-icon-lastfm{background-image:url(img/social/last.fm@2x.png)}
	.social-icon-linkedin{background-image:url(img/social/linkedin@2x.png)}
	.social-icon-livejournal{background-image:url(img/social/livejournal@2x.png)}
	.social-icon-lovedsgn{background-image:url(img/social/lovedsgn@2x.png)}
	.social-icon-msnmessenger{background-image:url(img/social/msnmessenger@2x.png)}
	.social-icon-myspace{background-image:url(img/social/myspace@2x.png)}
	.social-icon-newsvine{background-image:url(img/social/newsvine@2x.png)}
	.social-icon-openid{background-image:url(img/social/openid@2x.png)}
	.social-icon-photobucket{background-image:url(img/social/photobucket@2x.png)}
	.social-icon-picasa{background-image:url(img/social/picasa@2x.png)}
	.social-icon-pinterest{background-image:url(img/social/pinterest@2x.png)}
	.social-icon-plixi{background-image:url(img/social/plixi@2x.png)}
	.social-icon-reddit{background-image:url(img/social/reddit@2x.png)}
	.social-icon-rss{background-image:url(img/social/rss@2x.png)}
	.social-icon-sharethis{background-image:url(img/social/sharethis@2x.png)}
	.social-icon-simplenote{background-image:url(img/social/simplenote@2x.png)}
	.social-icon-skype{background-image:url(img/social/skype@2x.png)}
	.social-icon-slideshare{background-image:url(img/social/slideshare@2x.png)}
	.social-icon-smugmug{background-image:url(img/social/smugmug@2x.png)}
	.social-icon-soundcloud{background-image:url(img/social/soundcloud@2x.png)}
	.social-icon-squarespace{background-image:url(img/social/squarespace@2x.png)}
	.social-icon-squidoo{background-image:url(img/social/squidoo@2x.png)}
	.social-icon-stumbleupon{background-image:url(img/social/stumbleupon@2x.png)}
	.social-icon-technorati{background-image:url(img/social/technorati@2x.png)}
	.social-icon-twitter{background-image:url(img/social/twitter@2x.png)}
	.social-icon-vimeo{background-image:url(img/social/vimeo@2x.png)}
	.social-icon-wordpress{background-image:url(img/social/wordpress@2x.png)}
	.social-icon-yahoo{background-image:url(img/social/yahoo@2x.png)}
	.social-icon-youtube{background-image:url(img/social/youtube@2x.png)}
}		

/***/

.socials-block [class^="social-icon"],
.socials-block [class*=" social-icon"] {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
	margin:2px 0 2px 5px;
	vertical-align:middle;
	
	opacity:0.5;
}

.socials-block [class^="social-icon"]:hover,
.socials-block [class*=" social-icon"]:hover {
	opacity:1;
}

/****************************
* Contact Form 7 Styling
****************************/

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=file],
.wpcf7 textarea
{
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.wpcf7 select
{
	height:2em;
	margin:0;
}

.wpcf7 select[multiple]
{
	height:auto;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ng
{
  background: #f34b3f;
  background: -moz-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4564b), color-stop(100%, #f24033));
  background: -webkit-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -o-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -ms-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: linear-gradient(top, #f4564b 0%, #f24033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f35449 , endColorstr= #f23e31 ,GradientType=0 );
  border: 1px solid #f24033;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  padding:12px 10px;
  margin:11px 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.wpcf7 div.wpcf7-mail-sent-ok
{
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
  padding:12px 10px;
  margin:11px 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.wpcf7 div.wpcf7-spam-blocked
{
  background: #f4e6a2;
  background: -moz-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e9ae), color-stop(100%, #f3e397));
  background: -webkit-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -o-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -ms-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f5e9ad , endColorstr= #f3e396 ,GradientType=0 );
  border: 1px solid #f3e397;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5b4d13;
  padding:12px 10px;
  margin:11px 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}


.wpcf7 span.wpcf7-not-valid-tip
{
	position:static;
	display:block;
	background:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
	border:0;
	color:red;
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
	font-size:85%;
	line-height:16px;
	height:16px;
	margin:0 0 -16px 0;
	padding:0 0;
}

.wpcf7 .wpcf7-not-valid[type=text],
.wpcf7 .wpcf7-not-valid[type=email],
.wpcf7 .wpcf7-not-valid[type=password],
.wpcf7 .wpcf7-not-valid[type=textarea]
{
	border:1px solid red;
}

/****************************
* Isotope
****************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity, -webkit-box-shadow;
  -moz-transition-property: -moz-transform, opacity, -moz-box-shadow;
  transition-property: transform, opacity, box-shadow;
}
/* disabling Isotope CSS3 transitions ----------------------------*/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

/****************************
* Sitemap
****************************/

.sitemap ul
{
	list-style:none;
	padding:0;
	margin:16px 0;
}

.sitemap ul li
{
	padding-left:16px;
	margin:8px 0;
	position:relative;
}

.sitemap ul li:before
{
	content:"\f0da";
	font-family:"FontAwesome";
	position:absolute;
	top:1px;
	left:0;
}

/************************
 * Footer
 ************************/
 
footer
{
	color:#fff;
	padding-top:24px;
}

.footer
{
	padding-top:1px;
	padding-bottom:1px;
}

.footer-no-padding footer {
	/*padding-top:0;*/
}

.footer-no-padding .footer
{
	padding-left:0 !important;
	padding-right:0 !important;
}

.footer-widgets-column
{
	min-height:1px;
}

.footer-widget
{
	margin:48px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.footer a
{
	border-bottom:1px solid;
	-webkit-transition:color 0.3s, border 0.3s;
	-moz-transition:color 0.3s, border 0.3s;
	transition:color 0.3s, border 0.3s;
}

.footer a:hover
{
	text-decoration:none;
}

.footer-widget-title
{
	font-size:120%;
	font-weight:bold;
	margin-bottom:16px;
}

.use-uppercase .footer-widget-title {
	text-transform:uppercase;
}

.sub-footer
{
	margin:32px 0;
	font-size:85%;
}

/**
 * WP Calendar
 */

#wp-calendar
{
	margin:16px 0;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

#wp-calendar tbody td
{
	text-align:center;
	padding:0.4em 0.2em;
	border:1px solid rgba(0,0,0,0.08);
}

#wp-calendar th
{
	padding:0.4em 0;
	border:1px solid rgba(0,0,0,0.08);
}

.content-dark-bg #wp-calendar tbody td,
.content-dark-bg #wp-calendar tbody th
{
	border-color:rgba(255,255,255,0.1);
}

#wp-calendar caption
{
	padding-bottom:0.6em;
	font-weight:normal;
	font-size:100%;
	text-align:left;
}

.use-uppercase #wp-calendar caption {
	text-transform:uppercase;
}

#wp-calendar tfoot td
{
	padding-top:0.4em;
}

#wp-calendar #prev
{
	text-align:left;
}

#wp-calendar #next
{
	text-align:right;
}

/****************************
* Lazy load
****************************/

.lazyload-bg {
	background:url('img/lazyload-bg.gif') no-repeat center center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPg0KICA8Zz4NCiAgICA8Y2lyY2xlIGN4PSIxMCIgY3k9IjAiIHI9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiIgZmlsbC1vcGFjaXR5PSIwLjEiLz4NCiAgICA8Y2lyY2xlIGN4PSIxNy4wNzEwNjc4MTE4NjU0NzUyNDQwMDg0NDM2MjEwNDkiIGN5PSIyLjkyODkzMjE4ODEzNDUyNDc1NTk5MTU1NjM3ODk1MTUiIHI9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiIgZmlsbC1vcGFjaXR5PSIwLjE1Ii8+DQogICAgPGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZmlsbC1vcGFjaXR5PSIwLjIiLz4NCiAgICA8Y2lyY2xlIGN4PSIxNy4wNzEwNjc4MTE4NjU0NzUyNDQwMDg0NDM2MjEwNDkiIGN5PSIxNy4wNzEwNjc4MTE4NjU0NzUyNDQwMDg0NDM2MjEwNDkiIHI9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGwtb3BhY2l0eT0iMC4yNSIvPg0KICAgIDxjaXJjbGUgY3g9IjEwIiBjeT0iMjAiIHI9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGwtb3BhY2l0eT0iMC4zIi8+DQogICAgPGNpcmNsZSBjeD0iMi45Mjg5MzIxODgxMzQ1MjQ3NTU5OTE1NTYzNzg5NTE1IiBjeT0iMTcuMDcxMDY3ODExODY1NDc1MjQ0MDA4NDQzNjIxMDQ5IiByPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDIpIiBmaWxsLW9wYWNpdHk9IjAuMzUiLz4NCiAgICA8Y2lyY2xlIGN4PSIwIiBjeT0iMTAiIHI9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGwtb3BhY2l0eT0iMC40Ii8+DQogICAgPGNpcmNsZSBjeD0iMi45Mjg5MzIxODgxMzQ1MjQ3NTU5OTE1NTYzNzg5NTE1IiBjeT0iMi45Mjg5MzIxODgxMzQ1MjQ3NTU5OTE1NTYzNzg5NTE1IiByPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDIpIiBmaWxsLW9wYWNpdHk9IjAuNDUiLz4NCg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTIgMTIiIHRvPSIzNjAgMTIgMTIiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L2c+DQo8L3N2Zz4=");
}

/****************************
* WP
****************************/
.wp-caption {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-caption-text {
  margin: 5px 0;
  font-style: italic;
}
.wp-caption.aligncenter {
	width: auto !important;
	margin:0 auto;
}
.wp-caption.aligncenter .wp-caption-text {
  text-align: center;
}
.wp-caption.alignnone {
	width:auto !important;
}

.gallery-caption {
  font-style: italic;
}
.sticky { }
.bypostauthor { }

.alignleft {
  float: left;
  margin: 0 16px 16px 0;
}
.alignright {
  float: right;
  margin: 0 0 16px 16px;
}
.aligncenter {
  display: block;
  margin: 16px auto;
}

/****************************
* WooCommerce
****************************/

div.product {
	margin-top:20px;
}

ul.product_list_widget li:before,
.widget_layered_nav ul li:before,
.widget_layered_nav_filters ul li:before {
	display:none;
}

.woocommerce-search-widget .screen-reader-text,
.woocommerce-search-widget .input-button-container {
	display:none;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	
	font-weight:normal !important;
	border:0 !important;
	-webkit-box-shadow:none !important;	
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	padding-top:0.3em !important;
	padding-bottom:0.3em !important;
	
	background:rgba(0,0,0,0.07) !important;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover,
.woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	
	background:rgba(0,0,0,0.1) !important;
}

.content-dark-bg .woocommerce a.button, .content-dark-bg .woocommerce button.button, .content-dark-bg .woocommerce input.button, .content-dark-bg .woocommerce #respond input#submit, .content-dark-bg .woocommerce #content input.button,
.content-dark-bg .woocommerce-page a.button, .content-dark-bg .woocommerce-page button.button, .content-dark-bg .woocommerce-page input.button, .content-dark-bg .woocommerce-page #respond input#submit, .content-dark-bg .woocommerce-page #content input.button {
	background:rgba(255,255,255,0.3) !important;
}

.content-dark-bg .woocommerce a.button:hover, .content-dark-bg .woocommerce button.button:hover, .content-dark-bg .woocommerce input.button:hover, .content-dark-bg .woocommerce #respond input#submit:hover, .content-dark-bg .woocommerce #content input.button:hover,
.content-dark-bg .woocommerce-page a.button:hover, .content-dark-bg .woocommerce-page button.button:hover, .content-dark-bg .woocommerce-page input.button:hover, .content-dark-bg .woocommerce-page #respond input#submit:hover, .content-dark-bg .woocommerce-page #content input.button:hover {
	background:rgba(255,255,255,0.4) !important;
}

.woocommerce a.button.added, .woocommerce button.button.added, .woocommerce input.button.added, .woocommerce #respond input#submit.added, .woocommerce #content input.button.added,
.woocommerce-page a.button.added, .woocommerce-page button.button.added, .woocommerce-page input.button.added, .woocommerce-page #respond input#submit.added, .woocommerce-page #content input.button.added {
	
	top:1em !important;
}

.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	
	content:"\f00c" !important;
	background:none !important;
	height:auto !important;
	font-family:'FontAwesome';
	top:0.3em !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	color:#fff !important;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	opacity:0.9;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	margin-top:1em !important;
	font-size:85%;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	text-shadow:none !important;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
	padding:0 !important;
	line-height:0.5 !important;
	font-size:70% !important;
}

.woocommerce .button.single_add_to_cart_button, .woocommerce .button.single_add_to_cart_button {
	font-size:14px !important;
	padding:3px 12px 4px !important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	font-style:italic;
}

.woocommerce-message {
	margin-top:20px !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	padding:0;
}

.woocommerce .cart .input-button-container {
	vertical-align:top;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	padding: 0.4em 1em !important;
	font-size:100% !important;
}

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	float:right;
}

ul.woocommerce-error {
	padding:1em 1em 1em 3.5em;
}

.footer .woocommerce a {
	border-bottom:0;
}