/*
Theme Name: Swarmix Theme
Theme URI: http://www.swarmix.org
Author: Ewald Kleefstra
Author URI: mailto:ewald@kleefstra.ch
Description: The official Swarmix theme, designed by Ewald Kleefstra
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images
Text Domain: swarmix
*/


/**
 * Table of Contents:
 *
 * 1. - General Design
 * 2. - Reset
 * 3. - Entries
 * 	3.1 - Entry Meta
 * 	3.2 - Entry Content
 * 4. - Repeatable Patterns
 * 5. - Visual Composer
 * ----------------------------------------------------------------------------
 */

 
/**
Wallpaper Switcher made by Ewald Kleefstra
*/
#wallpaperswitcher {
	position: fixed;
	top: 20%;
	left: -200px;
	width: 200px;
	min-height: 50px;
	background: #FFF;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#wallpaperswitcher.open {
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wallpaper #button {
	width: 30px;
	height: 30px;
	background: #000;
	color: #FFF;
	line-height: 30px;
	position: absolute;
	right: -30px;
	top: 0px;
	cursor: pointer;
}
.wallpaper #button:hover {
	background: #888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wallpaper #button:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 1.2em/1 Genericons;
	vertical-align: text-bottom;
	content: "\f505";
	position: relative;
	top: -1px;
	right: 5px;
	margin-left: 10px;
}
.wallpaper ul {
	list-style-type: none;
}
li.wallpaper {
	margin-left: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.wallpaper:hover {
	margin-left: 17px;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.wallpaper.active {
	font-weight: bold;
	margin-left: 17px;
}

/**
 * 1. General Design
 * ----------------------------------------------------------------------------
 */

#page {
	width: 100%;
}
#blurwall {
	width: 1300px;
	max-width: 100%;
	display: block;
	margin: 0px auto;
	/*background: url(images/white.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	z-index:0;
}
#wrapper {
	width: 1300px;
	max-width: 100%;
	display: block;
	margin: 0px auto;
	/*-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;*/
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .7);
	z-index:1;
}
header#header {
	width: 100%;
}
#main {
	width: 990px;
	margin: 0px auto;
}	
footer#footer {
	width: 100%;
	padding:10px;
	background: #434E54;
	margin-top:5px;
	height: 70px;
	line-height: 50px;
}
footer#footer p {
	color: #F0F0F0;
	font-size: 0.7em;
}
#mobile-toggle {
	cursor: pointer;
	display:none;
	background: #434E54;
	height: 50px;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 5px 20px;
	height: 50px;
	line-height: 40px;
}
#mobile-toggle .text:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 1.2em/1 Genericons;
	vertical-align: text-bottom;
	content: "\f419";
	position: relative;
	top: -1px;
	right: 5px;
	margin-left: 10px;
}
#mobile-toggle .text-close {
	display: none;
}
#mobile-toggle .text-close:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 1.2em/1 Genericons;
	vertical-align: text-bottom;
	content: "\f406";
	position: relative;
	top: -1px;
	right: 5px;
	margin-left: 10px;
}
#site-navigation {
	min-height: 100px;
	background: #434E54;
	border-right: 20px solid #0000FF;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 1;
	position: relative;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.site-title {
	display: inline-block;
	color: #FFF;
	text-align: left;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	margin-left: 120px;
	position: absolute;
	z-index: 2;
	/*margin-top: 5px !important*/
}
#img-logo {
	display: inline-block;
    text-align: left;
	position: absolute;
	height: 100px;
	width: 100px;
	z-index: 2;
}
#img-logo.home {
	opacity: 0;
	animation: fadein 4s ease-in-out 2s forwards;
    -moz-animation: fadein 4s 2s forwards; /* Firefox */
    -webkit-animation: fadein 4s 2s forwards; /* Safari and Chrome */
    -o-animation: fadein 4s 2s forwards; /* Opera */
	animation-delay: 2s;
	-moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
}
@keyframes fadein {
    from {
        opacity: 0;
		transform: rotate(0deg);
    }
    to {
        opacity: 1;
		transform: rotate(360deg);
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
		-moz-transform: rotate(0deg);
    }
    to {
        opacity: 1;
		-moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
		-webkit-transform: rotate(0deg);
    }
    to {
        opacity: 1;
		-webkit-transform: rotate(360deg);
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
		-o-transform: rotate(0deg);
    }
    to {
        opacity: 1;
		-o-transform: rotate(360deg);
    }
}
.nav-menu {
	min-height: 50px;
	padding-bottom: 25px;
	padding-left: 350px;
	top: 25px;
	width: 100%;
	text-align: right;
	z-index: 999;
	position: relative;
}
.nav-menu  ul, .accordion,.tabs_navigation {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.accordion .ui-accordion-header h3
{
	color: #666;
	background: url('images/accordion_plus.html') no-repeat right center;
	padding-right: 13px;
	margin: 5px 0px;
}
.accordion .ui-accordion-header,
.wpb_content_element .accordion div.ui-accordion-header
{
	cursor: pointer;
	padding: 12px 13px 12px 0;
	border-bottom: 1px solid #E0E0E0;
	background: transparent;
	color: #666;
	transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}.accordion .ui-accordion-header.ui-state-hover h3
{
	color: #0000FF;
}
.wpb_content_element .accordion .ui-accordion-header.ui-state-active,
.wpb_content_element .accordion .ui-accordion-header.ui-state-active.ui-state-hover,
.accordion .ui-accordion-header.ui-state-active
{
	border-bottom: 1px solid #0000FF;
	background: #0000FF;
	padding: 10px 12px;
	margin-top: -1px;
}
.accordion .ui-accordion-header.ui-state-active h3
{
	background: url('images/accordion_minus.html') no-repeat right center !important;
	color: #FFF !important;
}
.accordion .ui-accordion-content
{
	padding: 25px 0;
	color: #666;
	line-height: 150%;
}
.nav-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav-menu li a {
	color: #FFFFFF;
	font-size: 1.2em;
	display: inline-block;
	text-decoration: none;
	padding: 5px 20px;
	height: 50px;
	line-height: 40px;
	margin: 0;
}
.nav-menu li a:hover {
	-moz-box-shadow:    inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow:         inset 0 0 5px #000000;
	background:	#0000FF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-menu li.current_page_item > a{
	-moz-box-shadow:    inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow:         inset 0 0 5px #000000;
	background:	#0000FF;
}
.nav-menu li:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 200px;
	background: #434E54;
	text-align: left;
}
ul.sub-menu li, ul.sub-menu li a {
	width: 100%;
}
li#menu-item-45 a:before {
    -webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 1.2em/1 Genericons;
	vertical-align: text-bottom;
	content: "\f467";
	position: relative;
	top: -1px;
}
/**BLOG**/
#blog {
	text-align: center;
}
#blog .entry-title {
	text-align: left;
}
#blog .post .date {
	position: absolute;
	height: 30px;
	font-size: 0.8em;
	color: #FFF;
	line-height: 20px;
	padding: 5px;
	width: auto;
	top: -30px;
	right: 0px;
	background: #0000FF;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#blog .post {
	width: 222px;
	height: 222px;
	max-width: 95%;
	margin: 10px;
	margin-bottom: 25px;
	text-align: left;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
#blog .post h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}
#blog .wp-post-image {
	display: inline-block;
	position: relative;
}
#blog .play {
	background: url('images/play.png');
	text-align: center;
	vertical-align: middle;
	position: absolute;
	height: 56px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-top: -28px;
	margin-left: -40px;
	display: inline-block;
	z-index: 1;
}
#blog .video-thumbnail {
	z-index: 0;
}
#blog .preview {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#blog .excerpt {
	opacity: 0;
	font-size: 14px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#blog .post:hover .preview {
	opacity: 0.1;
}
#blog .post:hover .excerpt {
	opacity: 1;
}
#blog .excerpt, #blog .preview {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 10px;
	top: 0px;
	left: 0px;
}
#blog a {
	text-decoration: none !important;
	color: #000 !important;
}
a.read-more {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 2px dotted #0000FF;
}
a.read-more:hover {
	color: #1862F7;
	text-decoration: none;
	border-bottom: 2px solid #1862F7;
}

/** WORKSHOP **/

.workshop-item {
	width: 100%;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 5px;
	margin-bottom: 40px;
	position: relative;
	padding-right: 50px;
}
.workshop-content {
	width: 70%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.workshop-info {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.workshop-part {
	padding: 10px;
}
span.bookmark {
	background: url('images/bookmark_small.png');
	top: 0px;
	right: 10px;	
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-top: 5px;
	margin-top: -3px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	height: 95px;
	width: 40px;
	display: inline-block;
}
a.login {
	-moz-box-shadow: inset 0px -3px 7px 0px #1c7fad;
	-webkit-box-shadow: inset 0px -3px 7px 0px #1c7fad;
	box-shadow: inset 0px -3px 7px 0px #1c7fad;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e8abf), color-stop(1, #0000ff));
	background: -moz-linear-gradient(top, #2e8abf 5%, #0000ff 100%);
	background: -webkit-linear-gradient(top, #2e8abf 5%, #0000ff 100%);
	background: -o-linear-gradient(top, #2e8abf 5%, #0000ff 100%);
	background: -ms-linear-gradient(top, #2e8abf 5%, #0000ff 100%);
	background: linear-gradient(to bottom, #2e8abf 5%, #0000ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e8abf', endColorstr='#0000ff',GradientType=0);
	background-color: #2e8abf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0b0e07;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-size: 15px;
	padding: 9px 23px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
a.login:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0000ff), color-stop(1, #2e8abf));
	background: -moz-linear-gradient(top, #0000ff 5%, #2e8abf 100%);
	background: -webkit-linear-gradient(top, #0000ff 5%, #2e8abf 100%);
	background: -o-linear-gradient(top, #0000ff 5%, #2e8abf 100%);
	background: -ms-linear-gradient(top, #0000ff 5%, #2e8abf 100%);
	background: linear-gradient(to bottom, #0000ff 5%, #2e8abf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#2e8abf',GradientType=0);
	background-color: #0000ff;
	text-decoration: none;
	color: #FFF;
}
a.login:active {
	position: relative;
	top: 1px;
}
a.logout {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a73f2d), color-stop(1, #b34332));
	background:-moz-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-webkit-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-o-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-ms-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:linear-gradient(to bottom, #a73f2d 5%, #b34332 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a73f2d', endColorstr='#b34332',GradientType=0);
	background-color:#a73f2d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
a.logout:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b34332), color-stop(1, #a73f2d));
	background:-moz-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-webkit-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-o-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-ms-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:linear-gradient(to bottom, #b34332 5%, #a73f2d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34332', endColorstr='#a73f2d',GradientType=0);
	background-color:#b34332;
	text-decoration: none;
	color: #FFF;
}
a.logout:active {
	position:relative;
	top:1px;
}
.sign, a.sign {
	background: #DDDDDD;
	font-size: 1em;
	padding: 11px 18px;
	color: #000 !important;
	margin: 0;
	background: #F0F0F0;
	border: 0px;
	display: inline-block;
	text-decoration: none;
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px !important;
}
.sign:active, .sign:focus, .sign:hover {
	border-top: 1px solid #0000FF;
}
.back:before {
	display: inline-block;
	font: 1.2em/1 Genericons;
	vertical-align: text-bottom;
	content: "";
	position: relative;
	top: -1px;
}
input[type="text"].sign, input[type="password"].sign, .signin div.info{
	width: 300px;
}
.signin div.info {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.eem;
	height: 45px;
	vertical-align: middle;
}
span.infotag {
	background-image:url('images/info.png');
	height:16px;
	width:16px;
	margin-bottom:-3px;
	display:inline-block;
}
.signin label {
	display: block;
	margin-top: 10px;
}
.sign.button {
	float:right;
	margin-top:10px;
}
.block {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.block.wide {
	display: block !important;
}
.signin {
	display: inline-block;
}
.messagebox {
	background: url('images/message.png') no-repeat scroll 20px center #5FAA4B;
	padding: 20px 30px 20px 80px;
	line-height: 150%;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.userinfo {
	margin-bottom: 10px;
}
/**NOSCRIPT**/
#overlay {
	display:none;
	background-color: rgba(0, 0, 0, 0.7);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:998;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#noscript {
	display:none;
	width:60%;
	height:60%;
	position:fixed;
	background: #0094f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0094f7 0%, #3d3dff 51%, #0000ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0094f7), color-stop(51%,#3d3dff), color-stop(100%,#0000ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0094f7 0%,#3d3dff 51%,#0000ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0094f7 0%,#3d3dff 51%,#0000ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0094f7 0%,#3d3dff 51%,#0000ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0094f7 0%,#3d3dff 51%,#0000ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094f7', endColorstr='#0000ff',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	z-index:1002;
	padding:20px;
	top:20%;
	left:20%;
	margin-left:-20px;
	margin-top:-20px;
	text-align:center;
}
/* --- tip/tooltip/qtip --- */
.tip
{
	background: url('images/icon_tip.html') #3156A3 no-repeat 15px center;
	color: #FFF;
	padding: 10px 10px 10px 35px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.tooltip
{
	cursor: pointer;
}
.tooltip .tooltip_text
{
	display: block;
	/*padding-bottom: 15px;*/
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	/*background: url('images/tooltip_arrow.png') no-repeat 15px bottom;*/
}
.tooltip .tooltip_content
{
	background: #42B3E5;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 12px;
	line-height: 20px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
.tooltip:hover .tooltip_text
{	
	visibility: visible;
	opacity: 1;
}
.tooltip .tooltip_arrow
{
	content: '';
	position: relative;
	border-color: #42B3E5 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -4px;
	left: 10px;
}
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	border:none; 
}

.ui-tooltip-content
{
	padding:10px 20px 10px 20px;
}

.ui-tooltip-error .ui-tooltip-content
{
	background:#E9431C;
}

.ui-tooltip-success .ui-tooltip-content
{
	background:#61911B;
}
.not_found
{
	font-size: 150px;
	color: #E8E8E8;
}
.more
{
	color: #3156A3;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
}
.more.dark_blue,
.more.light,
.more.blue,
.more.mc_button
{
	padding: 5px 8px 7px;
	background-position: right center;
	color: #FFF;
	border: 1px solid #FFF;
}
.more.dark_blue:hover,
.more.light:hover,
.more.blue:hover,
.more.mc_button:hover
{
	text-decoration: none;
}
.more.dark_blue,
.more.blue:hover
{
	background-color: #42B3E5;
	border: 1px solid #42B3E5;
}
.more.dark_blue:hover
{
	background-color: #3156A3;
	border-color: #3156A3;
}
.more.light
{
	color: #666;
	border-color: #FFF;
}
.more.light:hover
{
	background-color: #FFF;
	color: #000;
	border-color: #FFF;
}
.more.blue
{
	border-color: #0000FF;
	background-color: #0000FF;
}
.more.tiny
{
	padding: 4px 8px;
	font-size: 11px;
}
.more.medium
{
	padding: 9px 15px;
}
.more.large
{
	padding: 15px 20px;
	font-size: 15px;
}
.more.icon_small_arrow
{
	padding: 5px 24px 7px 8px;
}
.more.icon_small_arrow.tiny
{
	padding: 4px 24px 4px 8px;
}
.more.icon_small_arrow.medium
{
	padding: 9px 24px 9px 15px;
}
.more.icon_small_arrow.large
{
	padding: 15px 24px 15px 20px;
}
/**
 * 2. Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
.hidden {
	display: none;
}
 
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Nunito', Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.html) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.clear {
	clear:both;
}

/**
 * 2.1 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #0000FF;
}

.entry-meta a:hover {
	color: #0000FF;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	z-index: 0;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0 auto 10px;
	border: 15px solid #434E54;
	margin-top: 20px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	max-width: 80%;
	max-height: 300px;
	width: 400px;
}
.entry-thumbnail a.fancybox:hover img {
	border-color: #0000FF;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin-top: 20px;
}

/**
 * 2.2 Entry Content
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #0000FF;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #0000FF;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a:hover,
.comment-content a:hover {
	border-bottom: 1px dotted #0000FF;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/**
 * 3. Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/**
 * 4. Visual Composer
 * ----------------------------------------------------------------------------
 */
 
.site_container .wpb_row
{
	margin-bottom: 0;
}
.wpb_widgetised_column,
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button
{
	margin-bottom: 0 !important;
}
.wpb_widgetised_column .wpb_wrapper > ul
{
	padding: 0;
}
.vc_row-fluid .wpb_column.page_left
{
	float: left;
    width: 630px;
}
.vc_row-fluid .wpb_column.page_right
{
	float: right;
    width: 330px;
	margin: 0;
}
.wpb_separator.wpb_content_element,
.vc_text_separator.wpb_content_element
{
	border-color: #E0E0E0;
	margin-bottom: 0;
	height: auto;
}
.vc_text_separator.wpb_content_element
{
	position: static;
	top: 0;
}
.vc_row-fluid [class*="vc_span"]
{
	float: left;
	margin-left: 30px;
	min-height: auto;
}
.vc_row-fluid [class*="vc_span"]:first-child ,
.vc_row-fluid .vc-container-anchor+[class*="vc_span"]
{
	margin-left: 0;
}
/*.wpb_content_element .accordion.ui-accordion .ui-accordion-header
{
	background-color: transparent;
}*/
/* --- vc layouts --- */
.vc_span8 .vc_row-fluid .vc_span6
{
	width: 310px;
}
/* --- vc home box --- */
.wpb_column .home_box_container
{
	float: none;
}
.wpb_column .home_box
{
	width: 100%;
	height: auto;
}
/* --- vc blog --- */
.vc_row-fluid .vc_span12 .post_content
{
	width: 880px;
}
.vc_row-fluid .vc_span10 .post_content
{
	width: 710px;
}
.vc_row-fluid .vc_span9 .post_content
{
	width: 625px;
}
.vc_row-fluid .vc_span8 .post_content
{
	width: 540px;
}
.vc_row-fluid .vc_span6 .post_content
{
	width: 370px;
}
.vc_row-fluid .vc_span4 .post_content
{
	width: 200px;
}
.vc_row-fluid .columns .post_content,
.vc_row-fluid .columns .post_content a.post_image img,
.vc_row-fluid .columns .post_content .image_carousel img,
.vc_row-fluid .columns .post_content .image_carousel .mc_preloader
{
	width: 100%;
}
/* --- vc comments --- */
.vc_row-fluid .vc_span12 #comments_list .comment_details
{
	width: 775px;
}
.vc_row-fluid .vc_span12 #comments_list .children .comment_details
{
	width: 735px;
}
.vc_row-fluid .vc_span12 .comment_form .left, .vc_row-fluid .vc_span12 .comment_form .right
{
	width: 430px;
}
.vc_row-fluid .vc_span12 .comment_form .text_input,
.vc_row-fluid .vc_span12 .comment_form textarea
{
	width: 394px;
}
.vc_row-fluid .vc_span10 #comments_list .comment_details
{
	width: 605px;
}
.vc_row-fluid .vc_span10 #comments_list .children .comment_details
{
	width: 565px;
}
.vc_row-fluid .vc_span10 .comment_form .left, .vc_row-fluid .vc_span10 .comment_form .right
{
	width: 345px;
}
.vc_row-fluid .vc_span10 .comment_form .text_input,
.vc_row-fluid .vc_span10 .comment_form textarea
{
	width: 309px;
}
.vc_row-fluid .vc_span9 #comments_list .comment_details
{
	width: 520px;
}
.vc_row-fluid .vc_span9 #comments_list .children .comment_details
{
	width: 480px;
}
.vc_row-fluid .vc_span9 .comment_form .left, .vc_row-fluid .vc_span9 .comment_form .right
{
	width: 302px;
}
.vc_row-fluid .vc_span9 .comment_form .text_input,
.vc_row-fluid .vc_span9 .comment_form textarea
{
	width: 266px;
}
.vc_row-fluid .vc_span6 #comments_list .comment_details
{
	width: 265px;
}
.vc_row-fluid .vc_span6 #comments_list .children .comment_details
{
	width: 225px;
}
.vc_row-fluid .vc_span6 .comment_form .left, .vc_row-fluid .vc_span6 .comment_form .right
{
	width: 175px;
}
.vc_row-fluid .vc_span6 .comment_form .text_input,
.vc_row-fluid .vc_span6 .comment_form textarea
{
	width: 139px;
}
.vc_row-fluid .vc_span4 #comments_list .comment_details
{
	width: 205px;
}
.vc_row-fluid .vc_span4 #comments_list .children .comment_details
{
	width: 165px;
}
.vc_row-fluid .vc_span4 .comment_form .right
{
	margin-top: 10px;
	margin-left: 0;
}
.vc_row-fluid .vc_span4 .comment_box
{
	margin-bottom: 30px;
}
.vc_row-fluid .wpb_column .comments .comment_box .comments_number
{
	margin-left: 0;
}
.vc_row-fluid .vc_span4 .comment_box .arrow_comments
{
	clear: both;
	float: none;
}
.vc_row-fluid .vc_span4 .comment_form_container,
.vc_row-fluid .vc_span3 .comment_form_container,
.vc_row-fluid .vc_span2 .comment_form_container
{
	margin-left: 0;
}
.vc_row-fluid .vc_span4 .comment_form .right,
.vc_row-fluid .vc_span3 .comment_form .right,
.vc_row-fluid .vc_span2 .comment_form .right
{
	margin-top: 10px;
	margin-left: 0;
}
.vc_row-fluid .vc_span4 .comment_form .left, .vc_row-fluid .vc_span4 .comment_form .right,
.vc_row-fluid .vc_span3 .comment_form .left, .vc_row-fluid .vc_span3 .comment_form .right,
.vc_row-fluid .vc_span2 .comment_form .left, .vc_row-fluid .vc_span2 .comment_form .right
{
	width: 100%;
}
.vc_row-fluid .vc_span4 .comment_form .text_input,
.vc_row-fluid .vc_span4 .comment_form textarea, .vc_span4 .contact_form textarea
{
	width: 274px;
}
.vc_row-fluid .vc_span3 #comments_list .comment_details,
.vc_row-fluid .vc_span2 #comments_list .comment_details
{
	width: 100%;
	margin-top: 10px;
}
.vc_row-fluid .vc_span3 #comments_list .children .comment_details
{
	width: 185px;
}
.vc_row-fluid .vc_span3 .comment_form .text_input,
.vc_row-fluid .vc_span3 .comment_form textarea
{
	width: 189px;
}
.vc_row-fluid .vc_span2 #comments_list .comment_author_avatar
{
	margin-right: 0;
}
.vc_row-fluid .vc_span2 #comments_list .children .comment_details
{
	width: 100px;
}
.vc_row-fluid .vc_span2 .comment_form .text_input,
.vc_row-fluid .vc_span2 .comment_form textarea
{
	width: 104px;
}
/* --- vc contact form --- */
.vc_span12 .contact_form .text_input,
.vc_span6 .contact_form textarea
{
	width: 444px;
}
.vc_span12 .contact_form textarea
{
	width: 954px;
}
.vc_span10 .contact_form .text_input
{
	width: 359px;
}
.vc_span10 .contact_form textarea
{
	width: 784px;
}
.vc_span9 .contact_form .text_input
{
	width: 316px;
}
.vc_span9 .contact_form textarea
{
	width: 699px;
}
.vc_span6 .contact_form .text_input,
.vc_span3 .contact_form .text_input,
.vc_span3 .contact_form textarea
{
	width: 189px;
}
.vc_span6 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected,
.vc_span3 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected
{
	width: 201px;
	background-position: 200px center;
}
.vc_span3 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected.wide .sub-menu
{
	width: 223px;
}
.vc_span4 .contact_form .right,
.vc_span3 .contact_form .right,
.vc_span2 .contact_form .right
{
	margin-left: 0;
}
.vc_span2 .contact_form .text_input,
.vc_span2 .contact_form textarea
{
	width: 104px;
}
.vc_span2 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected
{
	width: 116px;
	background-position: 122px center;
}
.vc_span2 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected.wide .sub-menu
{
	width: 138px;
}
.vc_span2 .contact_form .tabs_box_navigation.sf-menu .tabs_box_navigation_selected.wide .sub-menu li
{
	width: 134px;
	padding: 0 2px;
}
/* --- vc columns --- */
.vc_row-fluid .vc_span12 .blog.column_left, .vc_row-fluid .vc_span12 .blog.column_right
{
	width: 480px;
}
.vc_row-fluid .vc_span10 .blog.column_left, .vc_row-fluid .vc_span10 .blog.column_right
{
	width: 395px;
}
.vc_row-fluid .vc_span9 .blog.column_left, .vc_row-fluid .vc_span9 .blog.column_right
{
	width: 352px;
}
.vc_row-fluid .vc_span8 .blog.column_left, .vc_row-fluid .vc_span8 .blog.column_right
{
	width: 310px;
}
.vc_row-fluid .vc_span6 .blog.column_left, .vc_row-fluid .vc_span6 .blog.column_right
{
	width: 225px;
}
.vc_row-fluid .vc_span4 .blog.column_left, .vc_row-fluid .vc_span4 .blog.column_right,
.vc_row-fluid .vc_span3 .blog.column_left, .vc_row-fluid .vc_span3 .blog.column_right,
.vc_row-fluid .vc_span2 .blog.column_left, .vc_row-fluid .vc_span2 .blog.column_right
{
	clear: both;
	float: none;
	width: 100%;
}
.vc_row-fluid .vc_span4 .blog.column_left,
.vc_row-fluid .vc_span3 .blog.column_left,
.vc_row-fluid .vc_span2 .blog.column_left
{
	margin-right: 0;
}
.vc_row-fluid .vc_span4 .blog.column_right,
.vc_row-fluid .vc_span3 .blog.column_right,
.vc_row-fluid .vc_span2 .blog.column_right
{
	margin-top: 30px;
}
.vc_row-fluid .vc_span3 .comment_box,
.vc_row-fluid .vc_span3 .columns .comment_box,
.vc_row-fluid .vc_span2 .comment_box,
.vc_row-fluid .vc_span2 .columns .comment_box
{
	float: none;
	width: auto;
	margin-bottom: 23px;
	margin-right: 0;
}
.vc_row-fluid .vc_span3 .comment_box li,
.vc_row-fluid .vc_span3 .columns .comment_box li,
.vc_row-fluid .vc_span2 .comment_box li,
.vc_row-fluid .vc_span2 .columns .comment_box li
{
	float: left;
	clear: none;
	width: auto;
}
.vc_row-fluid .vc_span3 .comment_box .comments_number,
.vc_row-fluid .vc_span3 .columns .comment_box .comments_number,
.vc_row-fluid .vc_span2 .comment_box .comments_number,
.vc_row-fluid .vc_span2 .columns .comment_box .comments_number
{
	width: auto;
	margin-top: 0;
	margin-left: 2px;
}
.vc_row-fluid .vc_span3 .comment_box .date .value,
.vc_row-fluid .vc_span3 .columns .comment_box .date .value,
.vc_row-fluid .vc_span2 .comment_box .comments_number,
.vc_row-fluid .vc_span2 .columns .comment_box .date .value
{
	width: auto;
}
.vc_row-fluid .vc_span3 .comment_box .date .arrow_date,
.vc_row-fluid .vc_span3 .comment_box .arrow_comments,
.vc_row-fluid .vc_span3 .columns .comment_box .date .arrow_date,
.vc_row-fluid .vc_span3 .columns .comment_box .arrow_comments,
.vc_row-fluid .vc_span2 .comment_box .date .arrow_date,
.vc_row-fluid .vc_span2 .comment_box .arrow_comments,
.vc_row-fluid .vc_span2 .columns .comment_box .date .arrow_date,
.vc_row-fluid .vc_span2 .columns .comment_box .arrow_comments
{
	clear: both;
	float: none;
}
.vc_span12 .appointment_widget .columns.no_padding .column_left,
.vc_span12 .appointment_widget .columns.no_padding .column_right
{
	width: 480px;
}
.vc_span10 .appointment_widget .columns.no_padding .column_left,
.vc_span10 .appointment_widget .columns.no_padding .column_right
{
	width: 395px;
}
.vc_span9 .appointment_widget .columns.no_padding .column_left,
.vc_span9 .appointment_widget .columns.no_padding .column_right
{
	width: 352px;
}
.vc_span8 .appointment_widget .columns.no_padding .column_left,
.vc_span8 .appointment_widget .columns.no_padding .column_right
{
	width: 310px;
}
.vc_span6 .appointment_widget .columns.no_padding .column_left,
.vc_span6 .appointment_widget .columns.no_padding .column_right
{
	width: 225px;
}
.vc_span4 .appointment_widget .columns.no_padding .column_left,
.vc_span4 .appointment_widget .columns.no_padding .column_right
{
	width: 140px;
}
.vc_span3 .appointment_widget .columns.no_padding .column_left,
.vc_span3 .appointment_widget .columns.no_padding .column_right,
.vc_span2 .appointment_widget .columns.no_padding .column_left,
.vc_span2 .appointment_widget .columns.no_padding .column_right
{
	width: 100%;
}
.vc_span3 .appointment_widget .columns.no_padding .column_left,
.vc_span2 .appointment_widget .columns.no_padding .column_left
{
	margin-right: 0;
}
.vc_span3 .appointment_widget .columns.no_padding .column_right,
.vc_span2 .appointment_widget .columns.no_padding .column_right
{
	margin-top: 30px;
}
/* --- vc isotope gallery --- */
.vc_span10 .gallery_item_details_list .gallery_box,
.vc_span10 .gallery_item_details_list .gallery_box img,
.vc_span10 .gallery_item_details_list .details_box,
.vc_span10 .gallery_item_details_list .mc_preloader
{
	width: 395px;
}
.vc_span10 .info_list li .text
{
	width: 303px;
}
.vc_span9 .gallery_item_details_list .gallery_box,
.vc_span9 .gallery_item_details_list .gallery_box img,
.vc_span9 .gallery_item_details_list .details_box,
.vc_span9 .gallery_item_details_list .mc_preloader
{
	width: 352px;
}
.vc_span9 .info_list li .text
{
	width: 260px;
}
.vc_span8 .gallery_item_details_list .gallery_box,
.vc_span8 .gallery_item_details_list .gallery_box img,
.vc_span8 .gallery_item_details_list .details_box,
.vc_span8 .gallery_item_details_list .mc_preloader
{
	width: 310px;
}
.vc_span8 .info_list li .text,
.vc_span4 .info_list li .text
{
	width: 218px;
}
.vc_span6 .gallery_item_details_list .gallery_box,
.vc_span6 .gallery_item_details_list .gallery_box img,
.vc_span6 .gallery_item_details_list .details_box,
.vc_span6 .gallery_item_details_list .mc_preloader
{
	width: 225px;
}
.vc_span6 .info_list li .text,
.vc_span3 .info_list li .text
{
	width: 133px;
}
.vc_span4 .gallery_item_details_list .gallery_box,
.vc_span4 .gallery_item_details_list .gallery_box img,
.vc_span4 .gallery_item_details_list .details_box,
.vc_span3 .gallery_item_details_list .gallery_box,
.vc_span3 .gallery_item_details_list .gallery_box img,
.vc_span3 .gallery_item_details_list .details_box,
.vc_span2 .gallery_item_details_list .gallery_box,
.vc_span2 .gallery_item_details_list .gallery_box img,
.vc_span2 .gallery_item_details_list .details_box,
.vc_span4 .gallery_item_details_list .mc_preloader,
.vc_span3 .gallery_item_details_list .mc_preloader,
.vc_span2 .gallery_item_details_list .mc_preloader
{
	width: 100%;
}
.vc_span4 .gallery_item_details .column_left,
.vc_span3 .gallery_item_details .column_left,
.vc_span2 .gallery_item_details .column_left
{
	float: none;
}
.vc_span4 .gallery_item_details .column_right,
.vc_span3 .gallery_item_details .column_right,
.vc_span2 .gallery_item_details .column_right
{
	float: none;
	margin-top: 30px;
}
.vc_span4 .gallery_item_details_list .gallery_box,
.vc_span3 .gallery_item_details_list .gallery_box,
.vc_span2 .gallery_item_details_list .gallery_box
{
	margin-right: 0;
}
.vc_span2 .info_list li .text
{
	width: 100%;
}
/* --- vc item content --- */
.vc_span2 .item_content .features_image
{
	margin-right: 0;
	margin-bottom: 27px;
}
/* --- scrolling list --- */
.vc_span6 .scrolling_list li .left
{
	width: 425px;
}
.vc_span4 .scrolling_list li .left
{
	width: 255px;
}
.page_margin_top
{
	margin-top: 30px;
}
.page_margin_top_section
{
	margin-top: 60px;
}