/*
Template Name: Brilliant HTML
Template URI: http://brilliant-html.cmsmasters.net/
Author: CMSMasters
Author URI: http://cmsmasters.net/
Description: Ystreams adaptation of the The Brilliant Responsive HTML5 Site Template.
Version: 1.0
License: 
License URI: 
Tags: light, dark, white, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, post-formats, responsive, html5, css3
*/


html {height:100%;}

body {
	background:url(../images/Grunge_Backgrounds___Paper_2_by_zerocustom1989  .jpg) repeat center top;
	background-color:#000000;
	text-align:left;
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
}

header, 
footer, 
article, 
section, 
nav, 
figure, 
address, 
hgroup, 
abbr, 
figcaption, 
aside {
	display:block;
	padding:0;
	margin:0;
}

figure {
	background-color:rgba(0, 0, 0, 0.1);
	padding:1px;
}

figure img {display:block;}

abbr {border:0;}

address {font-style:normal;}

a {
	text-decoration:none;
	outline:none;
	cursor:pointer;
    -webkit-transition:color .3s ease-out;
    -moz-transition:color .3s ease-out;
    -ms-transition:color .3s ease-out;
    -o-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

a:hover,
.comment-body .cmsms-edit:hover {text-decoration:none;}

p {
	padding:0 0 18px;
	margin:0;
}

table {
	border-collapse:collapse;
	padding:0;
	margin:0;	
}

td, 
th, 
tr {
	padding:0;
	margin:0;
}

ol, 
ul, 
li, 
dl, 
dt, 
dd {
	padding:0;
	margin:0;
}

ol, 
ul {
	list-style-position:inside;
	margin:0 0 18px;
}

img {
	border:0;
	padding:0;
}

a img {
	border:0;
	display:block;
}

.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
}

.maxwidth {
	display:block;
	max-width:100%;
}

img.fullwidth {
	image-rendering:optimizeQuality;
	-ms-interpolation-mode:bicubic;
}

.preloader {
	background:url(../images/loader.gif) 50% 50% no-repeat;
	display:block;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
}

#middle_content .preloader, 
.content_wrap .preloader {background:url(../images/loader_for_white.gif) no-repeat 0 0;}

.resizable_block {
	display:block;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative;
}

figure.preloader .fullwidth, 
.blog.short .preloader .fullwidth, 
.portfolio_container .preloader .fullwidth, 
.resize .preloader .fullwidth, 
.resizable_block .fullwidth {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

div	{
	text-align:left;
	padding:0;
	margin:0;
}

blockquote, 
code, 
input, 
textarea {
	padding:0;
	margin:0;
}

object, 
video, 
audio, 
embed, 
canvas, 
iframe {display:block;}

form {
	border:0;
	padding:0;
	margin:0;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

label {
	display:block;
	padding:0;
	margin:0;
}

input {
	border:0;
	background:none;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

textarea {
	border:0;
	background:none;
	overflow:hidden;
	outline:none;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

select, 
option {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	padding:0;
	margin:0 0 18px;
}

h3 {
	background:url(../images/divider.png) repeat-x left bottom;
	padding-bottom:18px;
}

#top_sidebar h3, 
#bottom h3  {background:url(../images/top_sidebar_h3_divider.png) repeat-x left bottom;}

#top_sidebar .headline h3 {
	background:none;
	padding:0;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {text-decoration:none; font-style:inherit;}

.main_text {
	font-size:28px;
	line-height:36px;
	text-align:center;
	padding:20px 0;
	margin:0;
}

.cl {clear:both;}

.ovh {overflow:hidden;}

.fl {float:left;}

.fr {float:right;}

#page {
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.colored_block {
	width:100%;
	height:360px;
	position:absolute;
	top:125px;
}

#slide_top {
	background:url(../images/arrow_top.png) no-repeat scroll 50% 50% transparent;
    display:none;
    width:50px;
    height:50px;
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:999;
    text-indent:-9999px;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-webkit-transition:opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
	-moz-transition:opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
	-ms-transition:opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
	-o-transition:opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
	transition:opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
}

#slide_top:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.wrap_social_block {
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
	background-color:rgba(0, 0, 0, 0.5);
	min-height:42px;
}

.social_block {
	font-size:14px;
	width:1000px;
	padding-top:13px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.social_list {margin:0 25px 0 10px;}

.social_list li {
	list-style:none;
	float:left;
	margin:0 4px 0 5px;
}

.social_block p.fl {padding:0;}

a span.image_rollover {
	background:transparent url(../images/hover_content.png) 50% -100px no-repeat;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:.7;
	-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
}

a[rel^="prettyPhoto"] span.image_rollover {background-image:url(../images/hover_image.png);}

.format-link a span.image_rollover {background-image:url(../images/hover_link.png);}

.format-video a span.image_rollover {background-image:url(../images/hover_video.png);}

a:hover span.image_rollover {
	background-color:#000000;
	background-position:50% 50%;
}


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

#header {min-height:120px;}

.header {
	width:1000px;
	margin:0 auto;
	position:relative;
}

.logo {
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	left:16px;
	top:24px;
}

#header nav {
	position:absolute;
	top:0;
	right:2%;
}


/* -------------------------------------------------------------------------------- Navigation */

.resp_navigation {display:none;}

#navigation, 
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}

#navigation:after {clear:both;}

#navigation {
	border:1px solid rgba(255, 255, 255, 0.08);
	background-color:rgba(0, 0, 0, 0.15);
	display:inline-block;
	height:41px;
	margin:40px -10px 0 0;
	z-index:202;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	zoom:1;
}

#navigation li {
	float:left;
	position:relative;
	z-index:203;
}

#navigation a {
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	z-index:204;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

#navigation > li > a {
	background-color:transparent;
	background-image:url(../images/nav_a_hover_bg.png);
	background-repeat:repeat-x;
	background-position:0 -50px;
	font-size:14px;
	text-align:center;
	min-width:75px;
	height:19px;
	padding:11px 10px;
	-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
}

#navigation > li:first-child > a {
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
} 

#navigation > li:last-child > a {
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

#navigation li:hover {z-index:10000;}

#navigation > li.current_page_item > a, 
#navigation > li:hover > a {
	background-position:0 0;
	background-repeat:repeat-x;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.20);	
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.20);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.20);
}

#navigation ul {
	border:2px solid rgba(0, 0, 0, 0.8);
	border-top:0;
	background-color:rgba(0, 0, 0, 0.8);
	padding:10px 0;
	margin:20px 0 0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:74px;
	z-index:9999;
	opacity:0;
	-webkit-border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	-webkit-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
	-moz-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
	-ms-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
	-o-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
	transition:opacity .2s ease-in-out, margin .2s ease-in-out;
}

#navigation ul:before {
	content:'';
	background:url(../images/dropdown_ul_before_bg.png) no-repeat center center;
	background-color:rgba(0, 0, 0, 0.8);
	display:block;
	width:107px;
	height:33px;
	position:absolute;
	left:-2px;
	top:-33px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#navigation li:hover > ul {
	margin:0;
	visibility:visible;
	opacity:1;
}

#navigation ul ul {
	margin:0 0 0 20px;
	left:183px;
	top:-10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#navigation ul ul:before {
	content:'';
	background:none;
	width:1px;
	height:200px;
	left:-3px;
	top:0;
}

#navigation ul li {
	display:block;
	width:180px;
	float:none;
	padding:0;
}

#navigation ul li a {
	border-top:1px solid rgba(81, 81, 81, 0.5);
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
	font-size:13px;
	display:block;
	margin:0 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

#navigation ul li:first-child > a {border-top:0;}

#navigation ul li:last-child > a {border-bottom:0;}

#navigation ul li:hover > a, 
#navigation ul li.current_page_item > a {
	border-left:1px solid rgba(81, 81, 81, 0.5);
	border-right:1px solid rgba(81, 81, 81, 0.5);
	margin:0 -2px;
}

#navigation ul li a span {
	background-image:url(../images/dropdown_span_bg.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
	display:block;
	padding:11px 10px 11px 25px;
}

#navigation ul li:hover > a span, 
#navigation ul li.current_page_item > a span {
	border-top:1px solid rgba(255, 255, 255, 0.3);
	background-image:url(../images/dropdown_span_bg.png);
	background-repeat:no-repeat;
	background-position:21px 14px;
	padding:10px 21px 11px 36px;
}

#navigation ul > li > a:hover,
#navigation ul li:hover ul li a:hover {
	background-image:url(../images/dropdown_a_bg.png);
	background-repeat:repeat-x;	
}

#navigation ul ul li:first-child > a:before {border:0;}


/* -------------------------------------------------------------------------------- Top */

.wrapper_top {
	background-color:rgba(0, 0, 0, 0.2);
	width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	position:relative;
	clear:both;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#top {
	margin:2%;	
	position:relative;
	z-index:2;
}


/* -------------------------------------------------------------------------------- Middle */

#middle {
	background-color:rgba(255, 255, 255, 0.1);
	width:1000px;
	margin:0 auto;
	margin-bottom:45px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


/* -------------------------------------------------------------------------------- Top Sidebar */

#top_sidebar {
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:3% 3% 0;
	position:relative;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#top_sidebar h3 {text-shadow:0 1px 0 rgba(0, 0, 0, 0.55);}

.top_sidebar_divider {
	background-color:rgba(0, 0, 0, 0.1);
	height:5px;
	margin:0 -30px;
	clear:both;
}

.head_text_icon td {vertical-align:top;}

.headline img {
	margin-right:25px;
	margin-bottom:15px;
}

.headline table h3 {
	padding:0;
	margin:0;
}

.headline table h6 {font-size:18px;}

.headline span {
	font-size:10px;
	text-transform:uppercase;
}

.cont_nav {
	border-top:1px solid rgba(255, 255, 255, 0.1);
	background-color:rgba(0, 0, 0, 0.1);
	padding:10px 3%;
	margin:0 -3%;
}

.cont_nav a {
	opacity:0.5;
	filter:alpha(opacity=50);	
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-ms-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
}

.cont_nav a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.one_first {
	width:100%;
	padding-bottom:20px;
}

.one_half {
	width:48%;
	float:left;
	padding-bottom:18px;
	padding-right:4%;
}

.one_half.last {
	width:48%;
	float:right;
	padding-right:0;
}

.one_third {
	width:30.6%;
	float:left;
	padding-bottom:18px;
	padding-right:4%;
}

.one_third.last {
	width:30.6%;
	float:right;
	padding-right:0;
}

.two_third {
	width:65.2%;
	float:left;
	padding-bottom:18px;
	padding-right:4%;
}

.two_third.last {
	width:65.2%;
	float:right;
	padding-right:0;
}

.one_fourth {
	width:22%;
	float:left;
	padding-bottom:18px;
	padding-right:4%;
}

.one_fourth.last {
	width:22%;
	float:right;
	padding-right:0;
}

.three_fourth {
	width:74%;
	float:left;
	padding-bottom:18px;
	padding-right:4%;
}

.three_fourth.last {
	width:74%;
	float:right;
	padding-right:0;
}

.one_half+.one_half, 
.one_third+.two_third, 
.two_third+.one_third, 
.one_third+.one_third+.one_third, 
.one_fourth+.one_fourth+.one_half, 
.one_fourth+.one_half+.one_fourth, 
.one_half+.one_fourth+.one_fourth, 
.one_fourth+.three_fourth, 
.three_fourth+.one_fourth, 
.one_fourth+.one_fourth+.one_fourth+.one_fourth {
	float:right;
	padding-right:0;
}


/* -------------------------------------------------------------------------------- Content */

.content_wrap {
	background-color:#ffffff;
	background-repeat:repeat-y;
	background-position:68% 0;
	padding:0 3%;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.content_wrap.left_sidebar {background-position:32% 0;}

.content_wrap.left_sidebar #content {
	float:right;
    padding-left:3.5%;
    padding-right:0;
}

#content {
    width:64.5%;
    float:left;
    padding:40px 3.5% 40px 0;
    position:relative;
}

#content.fr {float:right;}

.sitemap > li {
    width:100%;
    margin-bottom:30px;
}

.sitemap li {
    line-height:30px;
    list-style:none outside none;
}

.sitemap > li > ul {
    width:100%;
    margin-top:23px;
    overflow:hidden;
    position:relative;
}

.sitemap ul {margin-bottom:0;}

.sitemap > li > ul > li:nth-child(4n+1) {clear:both;}

.sitemap > li > ul > li {
    width:25%;
    float:left;
}

.sitemap > li > ul > li > a {
	font-size:18px;
	font-style:italic;
}

.sitemap > li > ul > li > ul {margin-top:10px;}

.entry-header .entry-title + .divider {margin-top:-10px;}

.cms_category {
	line-height:18px;
	display:inline-block;
    margin-bottom:10px;
    margin-top:-10px;	
}

.cms_category li:first-child {
	background:url(../images/cms_category_li_bg.png) no-repeat left 1px;
	padding-left:25px;	
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.cms_category:hover li:first-child {background-position:left -23px;}

.cms_archive li, .cms_category li {
    line-height:30px;
    list-style:none outside none;
	display:inline;	
}

.cms_category li {
	line-height:18px;
	margin-right:5px;
}

.cms_archive li {
    width:25%;
    float:left;
    padding-bottom:25px;
}

.cms_archive li a {
	font-size:18px;
	font-style:italic;
}


/* -------------------------------------------------------------------------------- Middle Content */

#middle_content {
	background-color:#ffffff;
	padding:4% 3% 3%;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

#middle_content.error_page {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


/* -------------------------------------------------------------------------------- Sidebar */

#sidebar {
    width:28.5%;
    float:right;
    padding:40px 0 40px 3.5%;
    overflow:hidden;
    position:relative;
}

#sidebar.fl {
    float:left;
    padding-left:0;
}

#sidebar .one_half, 
#sidebar .one_half.last, 
#sidebar .one_third, 
#sidebar .one_third.last, 
#sidebar .two_third, 
#sidebar .two_third.last, 
#sidebar .one_fourth, 
#sidebar .one_fourth.last, 
#sidebar .three_fourth, 
#sidebar .one_fourth.last {
	width:auto;
	float:none;
	padding-right:0;
}

#sidebar .one_half+.one_half, 
#sidebar .one_third+.two_third, 
#sidebar .two_third+.one_third, 
#sidebar .one_third+.one_third+.one_third, 
#sidebar .one_fourth+.one_fourth+.one_half, 
#sidebar .one_fourth+.one_half+.one_fourth, 
#sidebar .one_half+.one_fourth+.one_fourth, 
#sidebar .one_fourth+.three_fourth, 
#sidebar .three_fourth+.one_fourth, 
#sidebar .one_fourth+.one_fourth+.one_fourth+.one_fourth {float:none;}


/* -------------------------------------------------------------------------------- Middle Sidebar */

.middle_sidebar {
	border-top:1px solid #ebebeb;
	background-color:#ffffff;
	padding:30px;
	margin:0 -30px;
	overflow:hidden;
	position:relative;
	clear:both;
}

.recent_comments li {
	list-style:none;
	padding:10px 0;
}

.recent_comments li:first-child {padding-top:0;}

.recent_comments li p:first-child {padding-bottom:5px;}

.latest_posts li:first-child {margin:0;}

.latest_posts li {
	list-style:none;
	margin-top:14px;
	overflow:hidden;
}

.latest_posts li  .published {
	font-size:13px;
	padding-bottom:5px;
}

.latest_posts .alignleft {margin-right:30px;}


/* -------------------------------------------------------------------------------- Bottom */

.bottom_inner {
	line-height:18px;
	width:940px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.12);	
}

.widget_custom_tweets_entries a,
.widget_links a,
.widget_custom_contact_form_entries a,
.jta-tweet-list-item a,
.widget_portfolio_link {
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity 0.3s ease-in-out;
	-ms-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
}

.widget_custom_tweets_entries a:hover,
.widget_links a:hover,
.widget_custom_contact_form_entries a:hover,
.widget_portfolio_link:hover,
.jta-tweet-list-item a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.bottom_inner .cmsms_content_slider_parent a {font-size:18px;}


/* -------------------------------------------------------------------------------- Footer */

#footer {
	background-color:rgba(0, 0, 0, 0.4);
	width:100%;
}

.footer_inner {
	width:940px;
	padding:20px 0;
	margin:0 auto;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#footer p {padding:0;}


/* -------------------------------------------------------------------------------- Shortcodes */

.alignleft {
	float:left;
	margin:0 20px 15px 0;
}

.alignright {
	float:right;
	margin:0 0 15px 20px;
}

.aligncenter {margin:0 auto; text-align:center;}

.nopadding {padding:0;}

.divider {
	background:url(../images/divider.png) repeat-x left top;
	padding-bottom:20px;
	margin-top:18px;
}

.vertical_divider {
	background-color:#bebebe;
    display:block;
    width:1px;
    height:10px;
    margin:5px 6px 0;
}

.with_arrow {
	background:url(../images/arrow.png) no-repeat 0 50%;
	padding-left:13px;
}

.tooltip {
	border:1px solid #ffffff;
	border:1px solid rgba(255, 255, 255, .3);
	background-color:#010101;
	background-color:rgba(0, 0, 0, .7);
	font-size:12px;
	color:#fefefe;
	display:none;
	padding:3px 10px;
	margin:0;
	z-index:999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.divider a {
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:-18px;
}

.wp-caption {
	border:1px solid #cccccc;
	display:block;
	padding:10px 10px 0;
}

.wp-caption-text {
	text-align:center;
	padding:5px 0 0;
	margin-bottom:5px;
}

#middle .wp-caption img {box-shadow:none;}

#middle .jp-video, 
#bottom .jp-video {margin-bottom:15px;}

#middle .blog .post.format-video .jp-video,
#content .entry .post .jp-video {margin-bottom:0;}

#middle .jp-video img, 
#bottom .jp-video img, 
#middle .no_border,
#bottom .no_border, 
#middle #top img, 
#middle .twtr-widget img, 
#bottom .twtr-widget img {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.on_border {border:5px solid #141414;}

.caption img {display:block;}

.caption figcaption {
	background-color:#ffffff;
	text-align:center;
}

.table {
	width:100%;
	margin-bottom:18px;
}

.table thead th {
	font:20px/20px "Open Sans", Arial, Geneva, Helvetica, sans-serif;
	text-align:left;
	padding:15px 0 15px 20px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.1);
}

.table thead th:first-child,
.table td:first-child {
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}

.table thead th:last-child,
.table td:last-child {
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

.table tbody td {
	border-bottom:1px solid #ffffff;
	background-color:#fcfcfc;
	padding:15px 0 15px 20px;
}

.table tbody tr:nth-child(even) td {background-color:#f2f2f2;}

.table tfoot td {
	background:none;
	padding:10px 0 10px 20px;
}

span.dropcap {
	font-size:30px;
    line-height:32px;
	text-align:center;
	width:22px;
	height:36px;
	float:left;
    padding:7px 15px;
    margin-right:10px;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

span.dropcap2 {
    font-size:46px;
    line-height:46px;
    color:#565656;
	float:left;
    padding:0 15px;
    margin-top:4px;
}

q, 
blockquote {
	font-size:20px;
	line-height:30px;
	font-style:italic;
	color:#565656;
	float:left;
	padding:0 0 0 32px;
	margin:0;
	position:relative;
	vertical-align:baseline;
}

q:before, 
blockquote:before {
	content:'\201C';
	font-size:28px;
	line-height:1em;
	display:block;
    padding:0;
	position:absolute;
	top:6px;
	left:0;
}

q:after, 
blockquote:after {clear:both;}

code {
	border-top:3px solid #1bb9ed;
	background:#fcfcfc;
	display:block;
	padding:15px 20px;
	position:relative;
}

code:after {clear:both;}

.cmsms_plus {
    display:block;
    margin-top:-15px;
    position:absolute;
    left:0;
    top:50%;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
    border-radius:13px;
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
}

.acc .cmsms_plus {margin-left:15px;}

.cmsms_plus_inner {
    border:1px solid rgba(0, 0, 0, 0.1);
    background:url(../images/toggle.png) repeat-x 0 0;
    display:block;
    width:26px;
    height:26px;
	position:relative;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
    border-radius:13px;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-transition:background 0.2s ease-out 0s;
	-moz-transition:background 0.2s ease-out 0s;
	-ms-transition:background 0.2s ease-out 0s;
	-o-transition:background 0.2s ease-out 0s;
	transition:background 0.2s ease-out 0s;
}

.tog:hover .cmsms_plus_inner, 
.tog.current .cmsms_plus_inner {background-position:0 -26px;}

.cmsms_plus .vert_line, 
.cmsms_plus .horiz_line {background-color:#3a3a3a;}

.cmsms_plus .vert_line {
    display:block;
    width:2px;
    height:12px;
    position:absolute;
    left:12px;
    top:7px;
    z-index:2;
}

.cmsms_plus .horiz_line {
    display:block;
    width:12px;
    height:2px;
    position:absolute;
    left:7px;
    top:12px;
}

.togg {
    overflow:hidden;
    position:relative;
}

.tog {text-decoration:none;}

.togg .tog {
	font-size:18px;
    line-height:36px;
	font-style:italic;
    display:inline-block;
    padding:10px 0 10px 50px;
    margin:0;
    position:relative;
}

.togg .tog.current .cmsms_plus .vert_line,
.acc .tog.current .cmsms_plus .vert_line {display:none;}

.togg .tab_content {padding:0 0 16px 50px;}

.accordion {
	margin-bottom:18px;
	overflow:hidden;
	position:relative;
}

.acc .tog {
	background-color:#f9f9f9;
	font-size:18px;		
    line-height:30px;
	font-style:italic;
    display:block;
    padding:10px 0 10px 60px;
    margin:0;
	margin-bottom:2px;
    position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.accordion .tab_content {
	padding:15px 0;
	overflow:hidden;
	position:relative;
}

.related_posts ul, 
.tabs {
	list-style:none;
	margin-left:20px;
	overflow:hidden;
}

.related_posts ul {
	padding-bottom:20px;
	margin-left:0;
}

.related_posts ul li a {margin-right:5px;}

.related_posts ul li a.current span {background-position:0 -44px;}

.related_posts ul li, 
.tabs li {
	display:block;
	float:left;
	margin-right:5px;
}

.tab {
	margin-bottom:18px;
	overflow:hidden;
	position:relative;
}

.tab_content {
	position:relative;
	z-index:1;
}

.tabs_tab {
	background-color:#f9f9f9;
	padding:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.related_posts .one_half {display:table;}

.related_posts_content .one_half figure.alignleft {
    display:table-cell;
    margin-bottom:0;
}

.related_posts_content .one_half h5 {
	font-size:18px;
	line-height:22px;
    display:table-cell;
    width:100%;
    padding:0;
    vertical-align:middle;
}

.related_posts_content {display:block;}

.related_posts {padding:10px 0;}

.latest_news li:first-child {margin:0;}

.latest_news li {
	list-style:none;
	margin-top:14px;
	overflow:hidden;
}

.latest_news a {
	font-size:15px;
	line-height:27px;
}

.latest_news .alignleft {margin-right:30px;}

.latest_news li p {padding-bottom:0; line-height:18px;}

.blog.short, 
.portfolio_container.short {position:relative;}

.blog.short .post header .entry-title, 
.portfolio_container.short .portfolio header .entry-title {padding:0;}

.portfolio_container.short {margin-right:0;}

.blog.short .post .post_category, 
.portfolio_container.short .portfolio .post_category {text-decoration:none;}

.blog.short .post footer, 
.portfolio_container.short .portfolio footer {
	border:0;
	padding:0;
	margin-bottom:7px;
}

.blog.short .post .published, 
.portfolio_container.short .portfolio .published {
	border:0;
	background:none;
	font-size:10px;
	line-height:18px;
	text-transform:uppercase;	
	height:auto;
	padding:0;
	margin-bottom:2px;
	position:relative;
	left:auto;
	top:auto;
	text-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.google_map {margin-bottom:18px;}

.tour_content {
	margin-bottom:18px;
	overflow:hidden;
	position:relative;
}

.tour {
    width:28%;
    float:left;
    margin:0;
}

.tour li {
	background:url(../images/divider.png) repeat-x left top;
    list-style:none outside none;
    padding:0;
	margin-right:10px;
    position:relative;
}

.tour li:first-child {background:none;}

.tour li a {
	background:url(../images/tour_a_bg.png) no-repeat right center;
    text-decoration:none;
	display:block;
    padding:12px 35px 12px 5px;
    position:relative;
}

.tour li.current a,
.tour li:hover a {color:#8c8c8c;}

.tour_box {
	display:none;
	width:72%;
	float:right;
	overflow:hidden;
	position:relative;
}

.tour_box_inner {
	background-color:#f9f9f9;
	color:#8c8c8c;
	padding:20px;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.tour_box_inner a:hover {color:#8c8c8c;}


/* -------------------------------------------------------------------------------- Buttons */

.button, 
.button_medium, 
.button_large {
	border:1px solid #cccccc;
	color:#454545;
	line-height:28px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	height:30px;
	margin:0 0 5px;
	overflow:hidden;
	position:relative;
	text-shadow:0 1px 0 #ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow:1px 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition:background-position 0.3s ease-in-out;
	-moz-transition:background-position 0.3s ease-in-out;
	-o-transition:background-position 0.3s ease-in-out;
	-ms-transition:background-position 0.3s ease-in-out;
	transition:background-position 0.3s ease-in-out;
}

.button {background:url(../images/but_grad_bg.png) 0 0 repeat-x;}
	
.button_medium {
	background:url(../images/but_medium_grad_bg.png) 0 0 repeat-x;
	font-size:16px;
	line-height:40px;
	height:40px;
}

.button_large {
	background:url(../images/but_large_grad_bg.png) 0 0 repeat-x;
	font-size:30px;
	line-height:46px;
	font-weight:300;
	height:50px;
}

.button:hover, 
.button.current {background-position:0 -31px;}

.button_medium:hover, 
.button_medium.current {background-position:0 -41px;}

.button_large:hover, 
.button_large.current {background-position:0 -51px;}

.button span, 
.button_medium span, 
.button_large span {
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	display:block;
	padding:0 15px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.button_medium span {padding:0 17px;}

.button_large span {padding:0 20px;}

#top_sidebar .button,
.bottom_inner .button,
.slideCaption .button {
	border:0;
	background-color:rgba(0, 0, 0, 0.3);
	background-image:none;
	background-position:0 -30px;
	line-height:30px;
	padding:0 15px;
	text-shadow:none;
	-webkit-transition:background-color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	-ms-transition:background-color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out, background-position 0.3s ease-in-out;	
}

.bottom_inner .button {opacity:1; filter:alpha(opacity=100);}

#top_sidebar .button:hover, 
.bottom_inner .button:hover,
.slideCaption .button:hover {
	background-image:url(../images/top_bot_but_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.box {margin:0 0 18px;}

.error_box {
	border:1px solid #fac0ad;
	background-color:#ffe0d5;
}

.success_box {
	border:1px solid #b3e68b;
	background-color:#dff4d1;
}

.notice_box {
	border:1px solid #b3d6f7;
	background-color:#d6e9fa;
}

.warning_box {
	border:1px solid #ffd35a;
	background-color:#fcebbf;
}

.download_box {
	border:1px solid #9bd5a9;
	background-color:#d0fcdb;
}

.css_box {
	border:1px solid #d3d3d3;
	border-color:#ececec; 
	background-color:#43f270;
	padding:25px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fffac3), to(#dff4d1)); 
	background:-moz-linear-gradient(#fffac3, #dff4d1); 
	background:-o-linear-gradient(#fffac3, #dff4d1); 
	background:linear-gradient(#fffac3, #dff4d1); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffac3', endColorstr='#dff4d1');
}

.box.css_box p {padding:0;}

.box table {width:100%;}

.box table td p {padding:0 20px 0 0;}

.box table td {
	text-align:left;
	padding:25px 0;
}

.box table td:first-child {width:80px;}

.box.error_box table td:first-child {background:url(../images/error.png) center center no-repeat;}

.box.success_box table td:first-child {background:url(../images/success.png) center center no-repeat;}

.box.notice_box table td:first-child {background:url(../images/notice.png) center center no-repeat;}

.box.warning_box table td:first-child {background:url(../images/warning.png) center center no-repeat;}

.box.download_box table td:first-child {background:url(../images/download.png) center center no-repeat;}


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

.widget {position:relative;}

.widget ul {margin-bottom:0;}

.widget_links {padding-left:4px;}

.widget_links li {
	list-style:none; 
	margin-bottom:10px;
	overflow:hidden; 
}

.widget_links li a {
	font-size:13px;
	line-height:20px;
	display:block;
	margin-left:20px;
}

.widget_links li:before {
	content:'';
	background-color:#f8f8f8;
	width:8px;
	height:8px;
	float:left;
	margin-top:6px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.widget_custom_advertising_entries ul li {
    list-style:none;
    float:left;
    padding:0 8% 8% 0;	
}

.widget_custom_advertising_entries img {border:1px solid #c4c4c4;}

.widget_custom_flickr_entries .flickr_badge_image a {display:block;}

.widget_custom_flickr_entries ul li {
    list-style:none;
    float:left;
    padding:0 5% 5% 0;	
}

.widget_custom_flickr_entries .flickr_badge_image {
	margin:0 7px 7px 0;
	float:left;
}

#sidebar .widget_custom_flickr_entries .wrap {
	padding-bottom:15px;
	overflow:hidden;
}

.widget_custom_comments_entries ul li:first-child, 
.widget_custom_popular_entries ul li:first-child {margin-top:0;}

.widget_custom_comments_entries ul li, 
.widget_custom_popular_entries ul li {
	list-style:none;
	margin-top:30px;
	overflow:hidden;
}

.widget_custom_comments_entries ul li .published, 
.widget_custom_popular_entries ul li .published, 
.widget_custom_tweets_entries ul li .published {
	font-size:13px;
	display:block;
}

.widget_custom_tweets_entries ul li .published {padding:15px 0 0 8px;}

.jta-tweet-text {
	background-color:rgba(255, 255, 255, 0.1);
	padding:20px 15px;
	position:relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.jta-tweet-text:before{
	content:'';
	border-top:12px solid rgba(255, 255, 255, 0.1);
	border-right:11px solid transparent;
	position:absolute;
	left:18px;
	bottom:-12px;
}

.widget_custom_tweets_entries ul li {
	list-style:none;
	margin-bottom:20px;
}

.widget_custom_tweets_entries ul li .tweet_content p, 
.widget_custom_comments_entries ul li p, 
.widget_custom_popular_entries ul li p {padding-bottom:0;}

#bottom .widget_custom_contact_form_entries .cmsms-form-builder input[type="text"], 
#bottom .widget_custom_contact_form_entries .cmsms-form-builder textarea,
#bottom select {
	border:1px solid rgba(255, 255, 255, 0.15);
	background-color:rgba(0, 0, 0, 0.3);
	margin-bottom:5px;
}

.widget_custom_contact_form_entries .cmsms-form-builder textarea {
	min-height:100px;
	resize:none;
}

.widget_custom_contact_form_entries .cmsms-form-builder .form_info {padding-bottom:15px;}

.widget_custom_contact_form_entries .cmsms-form-builder .button {
	font-size:14px;
	color:#ffffff;
	position:relative;
}

.widget_custom_contact_form_entries .cmsms-form-builder .form_info label {padding:0 0 6px 5px;}

.widgetinfo {
	border:1px solid #ececec;
	background-color:#ffffff;
	color:#90cd67;
	text-align:center;
	display:none;
	padding:5px 10px;
	margin:0 0 15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.loading {
	background:url(../images/loader.gif) no-repeat 0 0;
	width:40px;
	height:5px;
	float:right;
	margin-top:10px;
	margin-right:10%;
	position:relative;
	opacity:0;
	filter:alpha(opacity=0);
}

#middle_content .loading, 
.content_wrap .loading {background:url(../images/loader_for_white.gif) no-repeat 0 0;}

.widget_custom_portfolio_entries .project_title {margin:15px 0;}

.widget_custom_portfolio_entries li {display:none;}

.search_line p {padding:0;}

.search_line input[type="text"] {
	width:90%;
	float:left;
}

.error .search_line input[type="submit"] {
	border:0;
	background-color:none;
	background:url(../images/search.png) no-repeat 50% 50%;
    width:45px;
    height:40px;
    float:left;
	padding:0;
    margin:0 0 0 -45px;
	position:relative;
    cursor:pointer;
}

.error {
	text-align:center;
	padding-bottom:70px;
}

.error h1 {
	font-size:24.6em;
	line-height:1em;
	color:#444444;
}

.error h3 {padding-bottom:30px;}

.error .search_line {
    width:35%;
	margin:10px auto 30px;
    overflow:hidden;
}

.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav {
	border:0;
	background:none;
	max-width:100%;
	padding:0;
	position:relative;
	top:auto;
	bottom:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav li {padding-left:9px;}

#bottom .bottom_inner .widget_custom_portfolio_entries_slides {position:relative;}

.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav:before,
.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav:after {content: none;}

.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav li a,
.cmsms_slider_parent ul.cmsms_slides_nav li a {
	background:url(../images/cms_slider_nav.png) no-repeat 0 0;
	width:15px;
	height:15px;
	-webkit-transition:background-position 0.3s ease-in-out;
	-moz-transition:background-position 0.3s ease-in-out;
	-ms-transition:background-position 0.3s ease-in-out;
	-o-transition:background-position 0.3s ease-in-out;
	transition:background-position 0.3s ease-in-out;
}

.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav li a:hover,
.widget_custom_portfolio_entries .cmsms_content_slider_parent .cmsms_slides_nav li.active a,
.cmsms_slider_parent ul.cmsms_slides_nav li a:hover,
.cmsms_slider_parent ul.cmsms_slides_nav li.active a {background-position:left -25px;}

.widget_custom_portfolio_entries_container figure {margin-bottom:15px;}

.widget_portfolio_link {
	display:block;
	padding-bottom:8px;
}

figure + .entry-header {margin-top:15px;}

.post figure + .entry-content,
.post .shortcode_slideshow + .entry-content {margin-top:20px;}

.post_type_shortcode {position:relative;}

.post_type_shortcode .cms_title {margin-bottom:30px;}


/* -------------------------------------------------------------------------------- Blog */

.post.format-aside .published,
.post.format-link .published,
.post.format-quote .published,
.post.format-gallery .published,
.post.format-video .published,
.post.format-audio .published,
header .post_img+.post_img_bot .published {top:-13px;}

.blog .post {margin-bottom:60px; overflow:hidden;}

.blog.short .post, 
.portfolio_container.short .portfolio {margin-bottom:10px;}

.post header {margin-bottom:0;}

figure a {display:block;}

.post footer {overflow:hidden;}

.post_img .border_img, 
.post_img .border_img_slide {
	border-bottom:0;
	display:block;
	padding:5px 5px 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.border_img a {display:block;}

.post_info {padding:0 60px 0 165px;}
 
.post_img .border_img .border_img_inner, 
.post_img .border_img_slide .border_img_inner {padding-bottom:0;}

.cmsms_info .cms_category {margin:0;}

.user_name {
	background:url(../images/icon_user.png) no-repeat 0 1px;
	font-size:11px;
	line-height:18px;
	display:inline-block;
	padding-left:20px;
	margin-right:15px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.user_name:hover {background-position:0 -23px;}

.blog .format-aside .entry-content, 
.blog .format-quote blockquote {
	background-color:rgba(247, 247, 247, 0.5);
	font-size:18px;
	line-height:22px;
	font-style:italic;
	padding:20px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.blog .format-quote blockquote {
	background-image:url(../images/format-quote_content_bg.png);
	background-repeat:no-repeat;
	background-position:35px 25px;
	padding-left:90px;
}

.blog .format-quote blockquote:before {
    content:'';
	border-top:11px solid rgba(247, 247, 247, 0.5);
    border-left:12px solid transparent;
    position:absolute;
    left:auto;
    top:auto;
	right:70px;
	bottom:-10px;
}

.blog .format-quote .alignright {margin:15px 25px 15px 20px;}

.blog .format-aside .entry-content:before {	
    content:'';
	border-bottom:11px solid rgba(247, 247, 247, 0.5);
    border-right:12px solid transparent;
    position:absolute;
    left:25px;
    top:-11px;
}

.blog .format-aside .entry-content p {
	padding:0;
	margin:0;
}

.blog .format-link .entry-content {
	background:url(../images/format_link_content_bg.png) no-repeat 15px 0;
	padding:5px 0 0 95px;
}

.blog .format-link .entry-content h3 {
	background:none;
	padding:0;
	margin-bottom:10px;
}

.blog .format-link .entry-content h6 {opacity:0.5; filter:alpha(opacity=50);}

.blog .entry-meta, .post .entry-meta {	
	margin:-10px 0;
	overflow:hidden;
}

.post abbr.published {
	background:url(../images/icon_calendar.png) no-repeat 0 50%;
	display:inline-block;
	padding-left:25px;
	margin-right:15px;
}

a.comments_number {
	background:url(../images/icon_comment.png) no-repeat 0 4px;
	font-size:10px;
	line-height:18px;
	text-decoration:none;
	float:right;	
	padding-left:20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

a.comments_number:hover {background-position:0 -20px;}

.post_link {position:relative;}

.post_link:before {
	content:'';
	border:2px solid #d0d0d0;
	background-color:#ffffff;
	display:block;
	width:5px;
	height:5px;
	float:left;
	margin:5px 5px 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

header .post_img+.post_img_bot, 
header iframe+.post_img_bot, 
.jp-video+.post_img_bot, 
.jp-audio+.post_img_bot {
	padding-top:0;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

header iframe {
	display:block;
	position:relative;
	z-index:8;
}

.post_img_bot {
	border:1px solid #ececec;
	background-color:#f8f8f8;
	padding:5px;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.post_img_bot_inner {
	background-color:#fcfcfc;
	padding:9px 0;
	overflow:hidden;
}

.format-gallery .shortcode_slideshow .cmsms_slides_nav,
.entry .shortcode_slideshow_container .cmsms_slides_nav {
    text-align:right;
	max-width:100%;
    padding:0;
    overflow:hidden;
    position:absolute;
	top:15px;
    right:25px;
}

.format-gallery .shortcode_slideshow .cmsms_slides_nav li,
.entry .shortcode_slideshow_container .cmsms_slides_nav li {
	display:inline-block;
	float:none;
}

.format-gallery .shortcode_slideshow .cmsms_slides_nav li a,
.entry .shortcode_slideshow_container .cmsms_slides_nav li a {text-indent:9999px;}

.img_wrapper {position:relative;}

.img_wrapper img {
	opacity:1;
	filter:alpha(opacity=100);
}

.tags {
	width:70%;
	float:left;
	margin:7px 0 0;
}

.tags li {
	list-style:none;
	float:left;
	padding:0 15px 0 5px;
}

.tags li a {
	background:url(../images/icon_tag.png) no-repeat 0 3px;
	text-decoration:none;
	padding-left:15px;
}

.tags li a:hover {background-position:0 -29px;}

.format-quote .post_img,
.format-link .post_img, 
.format-aside .post_img {
	border:1px solid #ececec;
	border-bottom:0;
	background-color:#f8f8f8;
	padding:5px 5px 0;
	position:relative;
	-webkit-border-radius:4px 4px 0 0;	
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.format-quote .aside,
.format-link .aside, 
.format-aside .aside {
	background-color:#ffffff;
	padding:13px 13px 23px;
	overflow:hidden;
}

.aside h3, 
.aside h4 {margin:0;}

.format-link .aside h3 {
	background:url(../images/icon_link.png) no-repeat 0 50%;
	padding-left:30px;
}

.format-quote .post_img .aside blockquote, 
.format-aside .post_img .aside h5 {line-height:30px;}

.project_navi .next {float:right;}

.wp-pagenavi {
	padding:10px 0;
	overflow:hidden;
}

.wp-pagenavi span.current {
	border:1px solid #d2d2d2;
	background-color:#e5e5e5;
	padding:3px 7px;
	margin:0 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.wp-pagenavi a {
	border:1px solid #ececec;
	border:1px solid rgba(0, 0, 0, 0.1);
	background:url(../images/button.png) repeat-x 0 0;
	text-decoration:none;
	padding:3px 7px;
	margin:0 2px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 2px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow:0 2px 0 rgba(0, 0, 0, .05);
	box-shadow:0 2px 0 rgba(0, 0, 0, .05);
}

.wp-pagenavi a:hover {background-image:none;}

.cmsmsLike {
	background:#cccccc url(../images/heart.png) no-repeat 5px 7px;
	text-decoration:none;
	display:block;
	width:24px;
	height:24px;
	float:left;
	margin:-3px 60px 0 0;
	position:relative;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-transition:background-color 0.5s ease;	
	-moz-transition:background-color 0.5s ease;	
	-ms-transition:background-color 0.5s ease;	
	-o-transition:background-color 0.5s ease;	
	transition:background-color 0.5s ease;
}

.cmsmsLike span {
	line-height:24px;
	color:#a8a8a8;
	margin-left:34px;
}

.cmsms_social {
	display:none;
	margin-top:18px;
	overflow:hidden;
}

.cmsms_share {margin:18px 0 0;}

.cmsms_social a {
	display:inline-block;
	padding:5px 10px 0 2px;
}

.share_posts {padding:10px 0;}

.post.hentry aside h3, 
.post.hentry #commentform h3 {
    background:none;
	font-size:30px;
	color:#565656;
	padding:0;
	margin-bottom:25px;
}

.post.hentry aside h5 {color:#565656;}

.about_author {padding:10px 0;}

.about_author h6 {margin-bottom:10px;}

.about_author p {padding-bottom:0;}

#comments {padding:10px 0;}

#comments+.divider {margin-top:0;}

.commentlist {margin-bottom:0;}

.commentlist li {list-style:none;}

.commentlist ul {
	padding-left:45px;
	margin-bottom:0;
}

.commentlist li .border_img.alignleft {margin-right:10px;}

.com_box {
	border:1px solid #ececec;
	background-color:#ffffff;
	padding:14px 20px;
	margin-bottom:20px;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.comment-body {
	background-color:#f9f9f9;
	padding:20px;
	margin-bottom:25px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.commentlist ul .comment-body:before {
	content:'';
	border-right:12px solid #f9f9f9;
	border-bottom:12px solid transparent;
	position:absolute;
	left:-12px;
	top:25px;
}

.comment-authorinfo h6 {
	font-size:18px;
	color:#565656;
}

#comments .comment-body .published {
	background:none;
	line-height:32px;
	display:inline-block;
	float:right;
	padding:0;
	margin:0 10px 0 0;
}

.comment-body .cmsms-edit {
	font-size:12px;
	text-decoration:underline;
	margin-top:-10px;
}

.com_box:before, .com_box:after {
	content:'';
	position:absolute;
}

.com_box:after {
    border-top:10px solid #ffffff; 
    border-left:10px solid transparent;
	left:-10px;
	top:20px;
}

.com_box:before {
    border-top:12px solid #ececec; 
    border-left:12px solid transparent;
	left:-12px;
	top:19px;
}

.com_info {padding-bottom:8px;}

.com_box p {padding-bottom:16px;}


/* -------------------------------------------------------------------------------- Portfolio */

.one_block .portfolio,
.one_block .portfolio.entry-content,
.one_block .portfolio .entry-meta,
.one_block .portfolio .entry-meta .post_category {text-align:center;}

.portfolio_container {
	margin-right:-4%;
	position:relative;
}

.portfolio_container.two_blocks {margin-right:-3.9%;} 

.portfolio_container.four_blocks {margin-right:-3.9%;}

.portfolio_container.one_block {margin-right:0;}

.project .resize {clear:both;}

.project .resize .cmsms_media_box, 
.portfolio_container .portfolio {float:left;}

.project.one_block .resize .cmsms_media_box {float:none;}

.portfolio_container .portfolio,
.project.four_blocks .resize .cmsms_media_box, 
.project.three_blocks .resize .cmsms_media_box, 
.project.two_blocks .resize .cmsms_media_box, 
.portfolio_container.four_blocks .portfolio, 
.portfolio_container.three_blocks .portfolio, 
.portfolio_container.two_blocks .portfolio {
	padding-right:4%;
	padding-bottom:3%;
	float:left;
}

.project .resize .cmsms_media_box .image_border {padding:4px;}

.project.four_blocks .resize .cmsms_media_box {width:22%;}

.project.three_blocks .resize .cmsms_media_box {width:30.6%;}

.project.two_blocks .resize .cmsms_media_box {width:48%;}

.portfolio_container.four_blocks .portfolio {width:21%;}

.portfolio_container.three_blocks .portfolio {width:29.3%;}

.portfolio_container.two_blocks .portfolio {width:46%;}

.project.four_blocks header, 
.project.three_blocks header, 
.project.two_blocks header {margin-bottom:0;}

.portfolio_container.one_block .portfolio {
	width:100%;
	margin-bottom:30px;
}

.portfolio_container.one_block .portfolio, 
.project.four_blocks .resize .cmsms_media_box+.cmsms_media_box+.cmsms_media_box+.cmsms_media_box, 
.project.three_blocks .resize .cmsms_media_box+.cmsms_media_box+.cmsms_media_box, 
.project.two_blocks .resize .cmsms_media_box+.cmsms_media_box,
.project.one_block .resize .cmsms_media_box {
	padding-right:0;
	padding-bottom:20px;
}

.portfolio_container.one_block .portfolio .entry-title {
	font-size:30px;
	font-weight:300;
}

.portfolio_container .portfolio .post_category {margin-bottom:14px;}

.portfolio_container.short .portfolio .post_category {margin-bottom:0;}

.portfolio_container.one_block .portfolio .entry-content {text-align:center;}

.portfolio_container.one_block .portfolio figure.fullwidth {
	max-width:63%;
	min-width:63%;
}

.portfolio_container.one_block .portfolio .port_text {
	max-width:33%;
	min-width:33%;
	float:left;
	padding-left:2%;
}

.pj_sort {
	height:40px;
	padding:15px 0 7px;
	position:relative;
}

.p_options_loader {
	background:url(../images/loader_white.gif) no-repeat 0 0;
	display:block;
	width:160px;
	height:20px;
	position:absolute;
	top:20px;
	right:20px;
}

.p_options_block {
	display:none;
	padding:0;
	position:absolute;
	right:0;
	top:15px;
	z-index:29;
	opacity:1;
	filter:alpha(opacity=100);
}

.p_sort_block {float:left;}

.p_sort_block p {margin-left:10px;}

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

.p_sort {
	float:right;
	position:relative;
}

#top_sidebar .pj_sort .button {
	border:1px solid rgba(94, 174, 235, 1);
	background-image:url(../images/pj_sort_a_bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	padding:0;
}

#top_sidebar .pj_sort .button span {
	border:0;
	border-top:1px solid rgba(255, 255, 255, 0.35);
}

a.p_cat_filter {
	margin:0 0 5px 0;
	position:relative;
	z-index:31;
}

a.p_cat_filter span {display:block;}

#top_sidebar .pj_sort .button:hover, 
#top_sidebar .pj_sort .button.current, 
#top_sidebar .p_filter_container:hover .button {background-position:0 -31px;}

.p_sort a[name="p_date"] {
	display:block;
	float:left;
}

.p_sort a[name="p_name"] span, 
.p_sort a[name="p_date"] span,
a.p_cat_filter span {
	background:url(../images/sort_arrow.png) no-repeat right 12px;
	padding:0 30px 0 10px;
}

.p_sort a.current.reversed[name="p_name"] span, 
.p_sort a.current.reversed[name="p_date"] span,
.p_sort a.current[name="p_name"] span, 
.p_sort a.current[name="p_date"] span,
.p_filter_container:hover span {background-position:right -8px;}

.p_sort a[name="p_name"] {
	display:block;
	float:left;
	margin-right:10px;
}

div.p_filter, 
.p_filter_container {
	position:relative;
	z-index:29;
}

div.p_filter {
	float:right;
	padding:0 10px 0 0;
}

.p_filter_container ul.p_filter {    
	background-color:rgba(36, 36, 36, 0.95);
	list-style:none;
	display:block;
	width:112px;
	padding:10px;
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	top:36px;
	left:0;
	z-index:30;
	opacity:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	-ms-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}

.p_filter_container:hover ul.p_filter {
	visibility:visible;
	opacity:1;
}

ul.p_filter li a {
	line-height:18px;
	text-decoration:none;
	display:block;
	width:112px;
	z-index:30;
	-webkit-transition:height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, color 0.3s ease;
	-moz-transition:height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, color 0.3s ease;
	-ms-transition:height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, color 0.3s ease;
	-o-transition:height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, color 0.3s ease;
	transition:height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, color 0.3s ease;
}

.p_filter_container:hover ul.p_filter li a {
	height:18px;
	padding-top:4px;
	padding-bottom:4px;
}

ul.p_filter li.current a, 
ul.p_filter li a:hover {
	display:block;
	height:18px;
}

ul.p_filter li:first-child {padding-top:6px;}

ul.p_filter li {
	display:block;
	padding-bottom:2px;
	overflow:hidden;
	position:relative;
	z-index:30;
}

.p_date {display:none;}

.project header {margin-bottom:20px;}

.project footer {overflow:hidden;}

.project .project_meta {
	border-top:1px solid #ececec;
	background-color:#fcfcfc;
	padding:10px 0 10px 20px;
	margin:20px 0;
	overflow:hidden;
	position:relative;
}

.project .project_meta .post_info {
	width:60%;
	padding:0;
}

.project .project_meta .published {
	background:url(../images/icon_calendar.png) no-repeat 0 3px;
	font-size:10px;
	text-transform:uppercase;
	float:left;
	padding:0 35px 0 25px;
	margin-top:1px;
}

.preloader img {
	opacity:0;
	filter:alpha(opacity=0);
}


/* -------------------------------------------------------------------------------- Form builder */

.cmsms-form-builder label {padding-bottom:10px;}

.cmsms-form-builder .form_info {padding-bottom:20px;}

.cmsms-form-builder span.db {
	font-size:11px; 
	display:block;
}

#commentform {padding-top:20px;}

.post #commentform {padding:0;}

input[type="text"], 
textarea,
select,
.cmsms-form-builder select,
.search_line input {
	line-height:28px;
	width:60%;
	height:38px;
	padding:5px;
	margin:0 0 3px;
}

input[type="text"]:focus, 
textarea:focus,
select:focus {padding:4px;}

.bottom_inner input[type="text"], 
.bottom_inner textarea,
.bottom_inner .cmsms-form-builder select,
.bottom_inner .search_line input {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#bottom .cmsms-form-builder input[type="text"]:focus, 
#bottom .cmsms-form-builder textarea:focus, 
input[type="text"]:focus, 
textarea:focus,
#bottom select:focus {border:2px solid rgba(255, 255, 255, 0.3);}

#bottom .cmsms-form-builder input[type="text"]:focus, 
#bottom .cmsms-form-builder textarea:focus {margin-bottom:5px;}

textarea {width:92%;}

#bottom .cmsms-form-builder input[type="text"],
#bottom .cmsms-form-builder textarea {width:91%;}

#commentform input[type="text"] {
	width:60%;
	float:left;
}

#commentform input[type="text"],
#commentform textarea,
.cmsms_input input[type="text"],
.cmsms_textarea textarea,
.cmsms-form-builder select,
.error .search_line input  {
	border:1px solid #e5e5e5;
	background-color:#f9f9f9;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus,
.cmsms_input input[type="text"]:focus,
.cmsms_textarea textarea:focus,
.error .search_line input:focus,
select:focus {
	border-width:2px;
	border-color:#00bee7;
}

.cmsms-form-builder select {
    color:#8C8C8C;
	width:350px;
	height:32px;
}

.cmsms-form-builder option {
    border:0;
    background-color:#f9f9f9;
    height:32px;
    padding:5px;
    margin:0;
}

#commentform textarea {width:95%;}

#commentform p {
	overflow:hidden;
	clear:both;
}

#commentform label {
	line-height:32px;
	display:inline-block;
	float:none;
	padding-left:16px;
	padding-top:5px;
}

#commentform textarea, 
.cmsms-form-builder textarea {
	min-height:200px;
	resize:vertical;
}

.cmsms-form-builder .check_parent {
	padding:6px 0;
	overflow:hidden;
	position:relative;
}

.cmsms-form-builder .check_parent label {padding:0;}

.cmsms-form-builder .check_parent input[type="checkbox"], 
.cmsms-form-builder .check_parent input[type="radio"] {
	float:left;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.cmsms-form-builder .check_parent input[type="radio"]+label {background:url(../images/radio_check.png) no-repeat 0 -27px;}

.cmsms-form-builder .check_parent input[type="radio"]:checked+label {background:url(../images/radio_check.png) no-repeat 0 0;}

.cmsms-form-builder .check_parent input[type="checkbox"]+label {background:url(../images/radio_check.png) no-repeat 0 -81px;}

.cmsms-form-builder .check_parent input[type="checkbox"]:checked+label {background:url(../images/radio_check.png) no-repeat 0 -54px;}

.cmsms-form-builder .check_parent input[type="checkbox"]+label, 
.cmsms-form-builder input[type="radio"]+label {
	line-height:19px;
	font-weight:normal;
	display:block;
	height:19px;
	float:left;
	padding:2px 0 0 25px;
	margin:0;
	overflow:hidden;
	position:relative;
	z-index:1;
	cursor:pointer;
}

.cmsms-form-builder .cmsms_checkbox .db, 
.cmsms-form-builder .cmsms_radio .db, 
.cmsms-form-builder .cmsms_checkboxes .db {
	display:block;
	padding-bottom:15px;
}


/* -------------------------------------------------------------------------------- Form Error */

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

.formError {
	display:block;
	position:absolute;
	top:300px;
	left:300px;
	z-index:5000;
	cursor:pointer;
}

.ajaxSubmit {
	border:1px solid #999999;
	background-color:#55ea55;
	display:none;
	padding:20px;
}

.formError .formErrorContent {
	border:1px solid #333333;
	background-color:#000000;
	font-family:Tahoma;
	font-size:11px;
	width:150px;
	padding:4px 10px;
	position:relative;
	z-index:5001;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.greenPopup .formErrorContent {background-color:#33be40;}

.blackPopup .formErrorContent {background-color:#393939;}

.formError .formErrorArrow {
	width:15px;
	margin:-2px 0 0 13px;
	position:relative;
	z-index:5006;
}

.formError .formErrorArrowBottom {
	margin:0 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#000000;
	font-size:0;
	line-height:0;
	display:block;
	height:1px;
	margin:0 auto;
}

.greenPopup .formErrorArrow div {background-color:#33be40;}

.blackPopup .formErrorArrow div {background-color:#393939;}

.formError .formErrorArrow .line10 {
	border:0;
	width:15px;
}

.formError .formErrorArrow .line9 {
	border:0;
	width:13px;
}

.formError .formErrorArrow .line8 {width:11px;}

.formError .formErrorArrow .line7 {width:9px;}

.formError .formErrorArrow .line6 {width:7px;}

.formError .formErrorArrow .line5 {width:5px;}

.formError .formErrorArrow .line4 {width:3px;}

.formError .formErrorArrow .line3 {
	border-bottom:0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width:1px;
}

.formError .formErrorArrow .line2 {
	border:0;
	background-color:#333333;
	width:1px;
}

.formError .formErrorArrow .line1 {
	border:0;
	background-color:#333333;
	width:0;
}

#middle.portfolio_page {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.content_wrap {
	-webkit-transition:background-position .3s ease-in-out;
	-moz-transition:background-position .3s ease-in-out;
	-ms-transition:background-position .3s ease-in-out;
	-o-transition:background-position .3s ease-in-out;
	transition:background-position .3s ease-in-out;
}

.error h1 {
	-webkit-transition:font-size .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition:font-size .3s ease-in-out, padding .3s ease-in-out;
	-ms-transition:font-size .3s ease-in-out, padding .3s ease-in-out;
	-o-transition:font-size .3s ease-in-out, padding .3s ease-in-out;
	transition:font-size .3s ease-in-out, padding .3s ease-in-out;
}


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

.cmsms_slider_parent {position:relative;}

.responsiveSlider {
	border:1px solid rgba(255, 255, 255, .05);
	background:rgba(0, 0, 0, .1) url(../images/loader.gif) no-repeat scroll 50% 50%;
	font-size:85%;
	text-align:left;
	list-style:none;
	display:block;
	width:99.8%;
	height:0;
	padding:0 0 40%;
	margin:0;
	overflow:hidden;
	position:relative;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}

.cmsms_slider_parent>.responsiveSlider {
	background-image:none;
	opacity:1;
	filter:alpha(opacity=100);
}

.responsiveSlider>li {
	display:block;
	width:96%;
	height:90%;
	padding:2%;
	margin:0;
	overflow:hidden;
	position:absolute;
}

.responsiveSlider>li {
	left:100%;
	top:0;
	z-index:1;
}

.responsiveSlider>li img {width:100%;}

.responsiveSlider>li.left-img img {
	min-width:50%;
	max-width:50%;
	float:left;
}

.responsiveSlider>li.right-img img {
	min-width:50%;
	max-width:50%;
	float:right;
}

.responsiveSlider .slideCaption {
	display:table;
	width:43%;
	padding:2%;
	margin:0;
	position:absolute;
	display:block\0/IE9;
}

.responsiveSlider .slideCaption.top, 
.responsiveSlider .slideCaption.bottom {
	display:block;
	width:auto;
	padding:0 2%;
	margin:0;
}

.responsiveSlider .slideCaption.top {margin:2% 0 0;}

.responsiveSlider .slideCaption.bottom {margin:0 0 2%;}

.responsiveSlider>li.left-img .slideCaption.top, 
.responsiveSlider>li.right-img .slideCaption.top, 
.responsiveSlider>li.left-img .slideCaption.bottom, 
.responsiveSlider>li.right-img .slideCaption.bottom {
	display:table;
	width:43%;
	padding:2%;
	margin:0;
	display:block\0/IE9;
}

.responsiveSlider .slideCaption>.slideCaptionInner {
	text-align:center;
	display:table-cell;
	width:100%;
	padding:4%;
	overflow:hidden;
	vertical-align:middle;
}

.responsiveSlider .slideCaption.top>.slideCaptionInner, 
.responsiveSlider .slideCaption.bottom>.slideCaptionInner {
	display:block;
	padding:1% 2%;
	vertical-align:baseline;
}

.responsiveSlider>li.left-img .slideCaption.top>.slideCaptionInner, 
.responsiveSlider>li.right-img .slideCaption.top>.slideCaptionInner, 
.responsiveSlider>li.left-img .slideCaption.bottom>.slideCaptionInner, 
.responsiveSlider>li.right-img .slideCaption.bottom>.slideCaptionInner {
	display:table-cell;
	padding:4%;
	vertical-align:middle;
}

.slideCaptionInnerBlock {position:relative;}

.responsiveSlider>li div.cmsms_img_pattern {
	background-position:0 0;
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.responsiveSlider>li.link a.cmsms_img_link, 
.responsiveSlider>li.video a.cmsms_img_video {
	display:block;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	position:absolute;
	top:50%;
	left:50%;
	cursor:pointer;
	opacity:.33;
	filter:alpha(opacity=33);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}

.responsiveSlider>li.link a.cmsms_img_link {
	background:url(../images/link.png) 0 0 no-repeat;
	display:none;
}

.responsiveSlider>li.video a.cmsms_img_video {background:url(../images/video.png) 0 0 no-repeat;}

.responsiveSlider>li.left-img.link a.cmsms_img_link, 
.responsiveSlider>li.left-img.video a.cmsms_img_video {left:25%;}

.responsiveSlider>li.right-img.link a.cmsms_img_link, 
.responsiveSlider>li.right-img.video a.cmsms_img_video {left:75%;}

.responsiveSlider>li.link a.cmsms_img_link:hover, 
.responsiveSlider>li.video a.cmsms_img_video:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}

.cmsms_slider_video {
	background-color:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:150;
}

.cmsms_slider_video iframe {
	width:100%;
	height:100%;
	position:absolute;
}

.cmsms_slider_parent a.cmsms_prev_slide, 
.cmsms_slider_parent a.cmsms_next_slide {
	background-image:url(../images/slide_arrow_bg.png);
    background-repeat:no-repeat;
	display:block;
	width:15px;
	height:25px;
	position:absolute;
	top:auto;
	bottom:0;
	z-index:11;
	opacity:.15;
	filter:alpha(opacity=15);
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.cmsms_slider_parent a.cmsms_prev_slide {
	background-position:0 -35px;
	margin-left:10px;
}

.cmsms_slider_parent a.cmsms_next_slide {
	background-position:0 0;
	margin-right:10px;
}

.cmsms_slider_parent a.cmsms_prev_slide:hover,
.cmsms_slider_parent a.cmsms_next_slide:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}

.cmsms_slider_parent a.cmsms_close_video {
	background-color:#ececec;
	display:block;
	width:41px;
	height:41px;
	overflow:hidden;
	position:absolute;
	-webkit-border-radius:20.5px;
	-moz-border-radius:20.5px;
	border-radius:20.5px;
	-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
}

.cmsms_slider_parent a.cmsms_close_video {
	background-image:url(../images/video_close.png);
	background-position:12px -49px;
	background-repeat:no-repeat;
	bottom:-150px;
	right:15px;
	z-index:200;
}

.cmsms_slider_parent a.cmsms_close_video:hover {background-position:12px 11px;}

.cmsms_slider_parent ul.cmsms_slides_nav {
	list-style:none;
	text-align:center;
	padding:25px 0 5px;
	height:15px;
	margin:0;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.cmsms_slider_parent ul.cmsms_slides_nav li {
	display:inline-block;
	padding:0 0 0 10px;
}

.cmsms_slider_parent ul.cmsms_slides_nav li:first-child {padding:0;}

.cmsms_slider_parent ul.cmsms_slides_nav li a {
	display:block;
	text-indent:-9999px;
}

.cmsms_slider_parent .cmsms_slider_timer {
	position:absolute;
	bottom:3px;
	right:50px;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.responsiveSlider h1 {
	font-size:350%;
	line-height:125%;
}

.responsiveSlider h6 {
	font-size:115%;
	line-height:150%;
}

.responsiveSlider a.button, 
.responsiveSlider a.slider_link {
	font-size:13px;
	line-height:30px;
}


/* -------------------------------------------------------------------------------- Responsive Content Slider */

.cmsms_content_slider_parent {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	overflow:hidden;
}

.responsiveContentSlider {
	background:url(../images/loader.gif) 50% 50% no-repeat;
	text-align:left;
	list-style:none;
	display:block;
	width:100%;
	height:0;
	padding:0 0 56.25%;
	margin:0;
	overflow:hidden;
	position:relative;
}

#middle_content .responsiveContentSlider, 
.content_wrap .responsiveContentSlider {background:url(../images/loader_for_white.gif) no-repeat 0 0;}

.cmsms_content_slider_parent>.responsiveContentSlider, 
.responsiveContentSlider>li {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:absolute;
}

.responsiveContentSlider {
	top:0;
	left:0;
}

.responsiveContentSlider>li {
	top:0;
	left:100%;
	z-index:1;
}

a.cmsms_content_prev_slide, 
a.cmsms_content_next_slide {
    background-image:url(../images/widget_nav.png);
    background-repeat:no-repeat;
	display:block;
	width:11px;
	height:20px;
	position:absolute;
	top:15px;
	z-index:11;
	opacity:.4;
	filter:alpha(opacity=40);
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;	
}

a.cmsms_content_prev_slide {
    background-position:0 -30px;
    right:45px;
}

a.cmsms_content_next_slide {
	background-position:0 0;
    right:15px;
}

a.cmsms_content_prev_slide:hover,
a.cmsms_content_next_slide:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.cmsms_content_slider_parent ul.cmsms_slides_nav {
	list-style:none;
	padding:10px;
	margin:0;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav li {
	display:block;
	float:left;
	padding:0 0 0 10px;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {padding:0;}

.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:background-color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out;
	transition:background-color .3s ease-in-out;
}


/* ---------- Large Monitor (Note: Design for a width more than 1440px) ---------- */

@media only screen and (min-width: 1440px) {
	
	#middle, 
	.wrapper_top, 
	.header, 
	.social_block {width:1240px;}
	
	.portfolio_container.four_blocks .portfolio {
		padding-right:3.9%;
		padding-left:0.1%;
	}
	
	.portfolio_container.two_blocks {margin-right:-4%;}
	
	.responsiveSlider {font-size:100%;}
	
	#top_sidebar {padding:30px 40px 0;}
	
	.top_sidebar_divider {margin:0 -40px;}
	
	.content_wrap {padding:0 40px;}
	
	#middle_content {padding:40px 40px 30px;}
	
	.middle_sidebar {
		padding:30px 40px;
		margin:0 -40px;
	}
	
	.cont_nav {
		margin:0 -40px;
		padding:10px 40px;
	}
	
	.bottom_inner, 
	.footer_inner, 
	.wrap_top {width:1160px;}
	
	#navigation > li > a {min-width:85px;}
	
}


/* ---------- Tablet Portrait (Note: Design for a width more than 767px but less than 1024px) ---------- */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.responsiveSlider {font-size:65%;}
	
	input[type="text"], 
	textarea {width:93%;}
	
	#bottom .cmsms-form-builder input[type="text"],
	#bottom .cmsms-form-builder textarea {width:87%;}
	
	.logo {left:5%;}
	
	.comment-body .ovh {overflow:visible;}
	
	.commentlist .published {
		float:left;
		margin-left:0;
	}
	
}


/* ---------- Small Tablet (Note: Design for a width more than 540px but less than 768px) ---------- */

@media only screen and (min-width: 541px) and (max-width: 767px) {
	
	.responsiveSlider {font-size:45%;}
	
	.responsiveSlider h6 {display:none;}
	
	.one_fourth, 
	.one_fourth+.one_fourth+.one_fourth, 
	.portfolio_container.four_blocks .portfolio:nth-child(odd), 
	.format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(odd), 
	.post_type_shortcode.four_blocks article:nth-child(odd), 
	.cms_archive li:nth-child(odd), 
	.sitemap > li > ul > li:nth-child(odd), 
	.project.four_blocks .resize .cmsms_media_box:nth-child(odd) {
		width:46%;
		float:left;
		padding-left:0;
		padding-right:4%;
	}
	
	.one_fourth.last, 
	.one_fourth+.one_fourth, 
	.one_fourth+.one_fourth+.one_fourth+.one_fourth, 
	.portfolio_container.four_blocks .portfolio:nth-child(even), 
	.format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(even), 
	.post_type_shortcode.four_blocks article:nth-child(even), 
	.cms_archive li:nth-child(even), 
	.sitemap > li > ul > li:nth-child(even), 
	.project.four_blocks .resize .cmsms_media_box:nth-child(even) {
		width:46%;
		float:right;
		padding-left:0;
		padding-right:0;
	}
	
	.portfolio_container.four_blocks .portfolio:nth-child(even) {padding-right:4%;}
	
	.post_type_shortcode.four_blocks {margin-right:0;}
	
	.one_fourth+.one_fourth+.one_fourth {clear:both;}
	
	.one_fourth+.one_fourth+.one_fourth+.one_fourth {clear:none;}
	
}


/* ---------- Mobile (Note: Design for a width more than 400 less than 541px) ---------- */

@media only screen and (min-width: 400px) and (max-width: 540px) {
	
	.responsiveSlider {font-size:30%;}
	
	.responsiveSlider h6 {display:none;}
	
	#bottom .cmsms-form-builder input[type="text"],
	#bottom .cmsms-form-builder textarea {width:93%;}
	
	#page, 
	#footer {min-width:240px;}
	
	#header nav {
		text-align:left;
		margin:30px 0;
		position:relative;
		top:auto;
		right:auto;
	}
	
	.error .search_line {width:60%;}
	
	.commentlist ul {padding-left:15px;}
	
	.portfolio_container.four_blocks {margin-right:0;}
	
	#footer {height:60px;}
	
	.container {padding-bottom:20px;}
	
}


/* ---------- Medium Monitor (Note: Design for a width less than 1440px) ---------- */

@media only screen and (max-width: 1439px) {
	
	.header,  
	#middle,  
	.wrapper_top,
	.social_block {width:1000px;}

	#navigation ul:before {width:95px;}
	
	.footer_inner, 
	.bottom_inner, 
	.wrap_top {width:940px;} 	
	
	.tabs li a.current {margin-top:1px;}
	
	.tabs li {height:48px;}
	
	.tour li.current span {top:6px;}
	
}


/* ---------- Small Monitor (Note: Design for a width less than 1152px) ---------- */

@media only screen and (max-width: 1151px) {
	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {word-wrap:break-word;}
}


/* ---------- Small Monitor (Note: Design for a width less than 1024px) ---------- */

@media only screen and (max-width: 1023px) {
	
	#middle, 
	.header, 
	.wrapper_top,
	.social_block {
		width:90%;
		margin:0 5%;
	}
	
	#middle {margin-bottom:35px;}
	
	#navigation ul {
		padding:5px 0;
		top:41px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	
	#navigation ul:before {content:none;}
	
	#navigation ul ul {top:-5px;}
	
	#navigation > li > a {min-width:60px;}
	
	#navigation a {
		font-size:13px;
		font-weight:normal;
		min-width:50px;
	}
	
	#navigation ul ul {left:143px;}
	
	#navigation ul li {width:140px;}
	
	#navigation ul li a {margin:0 5px;}
	
	#navigation ul li a span {
		background:none;
		padding:9px 5px;
	}
	
	#navigation ul li:hover > a span, 
	#navigation ul li.current_page_item > a span {
		background:none;
		padding:8px 12px 9px 11px;
	}
	
	.responsiveSlider {width:99.7%;}
	
	.footer_inner, 
	.bottom_inner, 
	.wrap_top {
		width:85%;
		margin:0 auto;
	}
	
	.wrapper_top {margin-bottom:30px;}
	
	a.cmsms_prev_slide, 
	a.cmsms_next_slide {
		width:20px;
		height:40px;
		margin-top:-20px;
		opacity:0.2;
		filter:alpha(opacity=20);
	}
	
	#middle_content .share_posts, 
	#middle_content .related_posts, 
	#middle_content #comments, 
	#middle_content #commentform, 
	#middle_content .about_author {width:100%;}
	
	.one_half, 
	.one_half.last, 
	.one_third, 
	.one_third.last, 
	.two_third, 
	.two_third.last, 
	.one_fourth, 
	.one_fourth.last, 
	.three_fourth, 
	.three_fourth.last {padding-bottom:36px;}
	
}


/* ---------- Small Tablet & Mobile (Note: Design for a width less than 768px) ---------- */

@media only screen and (max-width: 767px) {

	.search_line input[type="text"] {width:85%;}

	.error h1 {font-size:17em;}
	
	.comment-body .cmsms-edit {float:none;}
	
	.tabs li a.current {margin-top:1px;}
	
	.responsiveSlider {width:99.6%;}
	
	.cmsms_slider_timer {display:none;}
	
	#top ul.cmsms_slides_nav {padding:2% 0 0;}
	
	#top .cmsms_prev_slide, 
	#top .cmsms_next_slide {bottom:-5px;}
	
	.content_wrap {background-image:none;}
	
	.footer_inner span {
		display:block;
		clear:both;
	}
	
	.footer_inner .fl, 
	.footer_inner .social_list {
		display:inline-block;
		float:none;
	}
	
	#footer p {padding-bottom:20px;}
	
	#content, 
	#sidebar {
		width:100%;
		float:none;
		padding:20px 0;
	}
	
	#content  {
		background:url(../images/divider.png) repeat-x left bottom;
		margin-bottom:50px;
		overflow:hidden;
	}
	
	.portfolio_container.three_blocks, 
	.portfolio_container.one_blocks {margin-right:0;}
	
	.one_half, 
	.one_half.last, 
	.one_third, 
	.one_third.last, 
	.two_third, 
	.two_third.last, 
	.three_fourth, 
	.three_fourth.last, 
	.three_fourth+.one_fourth, 
	.one_fourth+.one_half+.one_fourth, 
	.portfolio_container.three_blocks .portfolio, 
	.format-album.two_blocks .cmsms_media .cmsms_media_box, 
	.format-album.three_blocks .cmsms_media .cmsms_media_box,
	.project.four_blocks .resize .cmsms_media_box,
	.project.three_blocks .resize .cmsms_media_box,
	.project.two_blocks .resize .cmsms_media_box	{
		width:100%;
		float:none;
		padding-right:0;
	}
	
	.header {text-align:center;}
	
	#header.header_small .header {padding-bottom:10px;}
	
	#navigation a {text-align:left;}
	
	#navigation > li > a {
		font-size:14px; 
		text-align:center; 
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	
	.logo {
		margin:35px auto 0;
		position:relative;
		left:auto;
		top:auto;
	}
	
	#navigation {
		margin-top:30px;
		margin-right:0;
		margin-bottom:30px;
	}
	
	#header nav {
		margin-top:6px;
		position:relative;
		top:auto;
		right:auto;
	}
	
	.widget_custom_flickr_entries li, 
	.adv_widget_image {padding:0 4% 4% 0;}
	
	.widget_custom_flickr_entries li:last-child {padding-right:0;}
	
	.tour_box, 
	.tour {
		width:100%;
		float:none;
	}
	
	.social_list_title, 
	#footer .social_list, 
	#footer .fr {float:none;}
	
	#footer .social_list {margin-left:0;}
	
	.footer_inner, 
	.footer_inner .fr {text-align:center;}
	
}


/* ---------- Mobile (Note: Design for a width less than 541px) ---------- */

@media only screen and (max-width: 540px) {
	
	.header {
		margin:0 auto;
		width:100%;
	}
	
	.comment-body .cmsms-edit {float:none;}
	
	.error .search_line {width:60%;}
	
	.error h1 {font-size:11em;}
	
	.responsiveSlider {width:99.5%;}
	
	div.jp-video div.jp-current-time, 
	div.jp-audio div.jp-current-time, 
	div.jp-video div.jp-time-sep, 
	div.jp-audio div.jp-time-sep, 
	div.jp-video div.jp-duration, 
	div.jp-audio div.jp-duration {display:none;}
	
	.one_fourth, 
	.one_fourth.last,  
	.one_fourth+.one_fourth, 
	.one_fourth+.one_fourth+.one_fourth, 
	.one_fourth+.one_fourth+.one_fourth+.one_fourth, 
	.portfolio_container.two_blocks .portfolio, 
	.portfolio_container.four_blocks .portfolio:nth-child(odd), 
	.portfolio_container.four_blocks .portfolio:nth-child(even), 
	.format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(odd), 
	.format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(even), 
	.post_type_shortcode.four_blocks article:nth-child(odd), 
	.post_type_shortcode.four_blocks article:nth-child(even),
	.cms_archive li:nth-child(odd),  
	.cms_archive li:nth-child(even), 
	.sitemap > li > ul > li:nth-child(odd),
	.sitemap > li > ul > li:nth-child(even) {
		width:100%;
		float:none;
		padding-right:0;
	}
	
	input[type="text"], 
	textarea, 
	#commentform input[type="text"], 
	#commentform textarea{width:90%;}
	
	.search_line input[type="text"] {width:85%;}
	
	#bottom .cmsms-form-builder input[type="text"],
	#bottom .cmsms-form-builder textarea {width:94%;}
	
	.post_type_shortcode.four_blocks, 
	.post_type_shortcode.two_blocks, 
	.portfolio_container.two_blocks .portfolio,
	.portfolio_container.two_blocks	{margin-right:0;}
	
	.comment-body .ovh {overflow:visible;}
	
	.commentlist .published {
		float:left;
		margin-left:0;
	}
	
	.commentlist ul {padding-left:10px;}
	
	.pj_sort {padding-top:60px;}
	
	.p_options_block {
		right:auto;
		left:10px;
	}
	
	.p_sort {
		float:none;
		margin-bottom:10px;
		overflow:hidden;
	}
	
	div.p_filter	{float:left;}
	
	.resp_navigation {
		border:1px solid rgba(255, 255, 255, .1);
		background:rgba(0, 0, 0, .2) url(../images/nav_a_hover_bg.png) 0 -50px repeat-x;
		display:inline-block;
		width:53px;
		height:40px;
		margin-top:20px;
		margin-bottom:10px;
		position:relative;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	}
	
	.resp_navigation span {
		background:url(../images/resp_nav_but_bg.png) center center no-repeat;
		display:block;
		width:51px;
		height:38px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.resp_navigation:hover,
	.resp_navigation.active	{
		background-position:0 0;
		border:0;
		padding:1px;
	}
	
	nav {
		border-top:1px solid rgba(0, 0, 0, .3);
		border-bottom:1px solid rgba(255, 255, 255, .1);
		margin-bottom:30px;
	}
	
	#navigation {
		border:0;
		background:rgba(0, 0, 0, .5);
		display:none;
		width:100%;
		height:auto;
		padding:5px 15px 10px;
		margin:0;
		overflow:hidden;
		position:relative;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	#navigation li {
		border-top:1px solid rgba(255, 255, 255, .1);
		width:auto;
		float:none;
		overflow:hidden;
	}
	
	#navigation > li:first-child {border:0;} 

	#navigation a {
		font-weight:bold;
		height:35px;
		padding:9px 15px 7px 10px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	#navigation > li > a {
		text-align:left;
		height:35px;
		padding:9px 15px 7px 10px;
		margin:3px 0;
	}
	
	#navigation > li > a,
	#navigation > li:first-child > a, 
	#navigation > li:last-child > a {
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	
	nav #navigation li.current_page_item a,
	nav #navigation li a:hover,
	.header nav #navigation li ul li.current_page_item a,
	.header nav #navigation li ul li a:hover {background-position:0 0;}

	#navigation ul {
		border:0;
		background:none;
		display:none;
		padding:0;
		margin:0;
		visibility:visible;
		position:relative;
		left:auto;
		top:auto;
		opacity:1;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}

	#navigation ul:before {content:none;}
	
	#navigation ul ul {
		margin:0;
		left:auto;
		top:auto;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}

	#navigation ul ul:before {content:none;}

	#navigation ul li {width:auto;}

	#navigation ul li a {
		border:0;
		background-color:transparent;
		background-repeat:repeat-x;
		background-position:0 -50px;
		font-size:14px;
		margin:3px 0 3px 20px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
		transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	}
	
	#navigation  ul > li > a:hover,
	#navigation  ul > li.current_page_item > a,
	#navigation  ul li:hover ul li a:hover,
	#navigation  ul li ul li.current_page_item a {background-image:url(../images/nav_a_hover_bg.png);}
	
	#navigation ul li:hover > a, 
	#navigation ul li.current_page_item > a {
		border:0;
		margin:3px 0 3px 20px;
	}
	
	#navigation li a span,
	#navigation ul li a span {
		background:url(../images/dropdown_span_bg.png) no-repeat right 4px;
		padding:0;
		display:block;
	}

	#navigation ul li:hover > a span, 
	#navigation ul li.current_page_item > a span {
		border:0;
		background:url(../images/dropdown_span_bg.png) no-repeat right 4px;
		padding:0;
	}
	
	#navigation ul li ul li a {margin-left:40px;}
	
	#navigation ul li ul li:hover > a, 
	#navigation ul li ul li.current_page_item > a {margin-left:40px;}
	
	#navigation ul li ul li ul li a {margin-left:60px;}
	
	#navigation ul li ul li ul li:hover > a, 
	#navigation ul li ul li ul li.current_page_item > a {margin-left:60px;}
	
}

/* ---------- Mobile (Note: Design for a width less than 401) ---------- */

@media only screen and (max-width: 400px) {
	
	.responsiveSlider {font-size:20%;}
	
	.responsiveSlider h1 {margin-bottom:0;}
	
	.responsiveSlider h6 {display:none;}
	
	.responsiveSlider a.button, 
	.responsiveSlider a.slider_link {display:none;}

	.error h1 {font-size:10em;}
	
	.responsiveSlider {width:99.3%;}

	a.cmsms_content_prev_slide {
		right:30px;
		top:-20px;
	}

	a.cmsms_content_next_slide {
		right:0;
		top:-20px;
	}
	
	#bottom .cmsms-form-builder input[type="text"],
	#bottom .cmsms-form-builder textarea {width:92%;}
	
	.comment-body .name, 
	.comment-body .button {float:none;}
	
	.portfolio_container.four_blocks {margin-right:0;}
	
	.related_posts ul li {float:none;}
	
	.related_posts ul li a {
		display:block;
		margin:0 0 0 20px;
	}
	
	.related_posts ul li a.current {margin-left:0;}
	
	.one_half, 
	.one_half.last, 
	.one_third, 
	.one_third.last, 
	.two_third, 
	.two_third.last, 
	.three_fourth, 
	.three_fourth.last, 
	.three_fourth+.one_fourth, 
	.one_fourth+.one_half+.one_fourth, 
	.portfolio_container.three_blocks .portfolio, 
	.format-album.two_blocks .cmsms_media .cmsms_media_box, 
	.format-album.three_blocks .cmsms_media .cmsms_media_box {
		width:100%;
		float:none;
		padding-right:0;
	}
	
}
