
html, 
body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	position:relative;
	background-color:#000; 
	background-image:none;
	text-align:left;
	color:#000; 
}

body.cmsms_boxed {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: center top;
    background-repeat: repeat;
    background-size:100% auto;
}

body.cmsms_boxed #page {
	background-color:#fbfbfa;
	width:1000px;
	margin:0 auto;
	font:13px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

body.cmsms_boxed.cmsms_page_border #page:before, 
body.cmsms_boxed.cmsms_page_border #page:after {
	background:#f2f2f2;
	background:rgba(0, 0, 0, .05);
	content:'';
	display:block;
	position:absolute;
	top:0px;
	height:100%;
	width:1px;
	z-index:205;
} 

body.cmsms_boxed.cmsms_page_border #page:before {left:0px;}

body.cmsms_boxed.cmsms_page_border #page:after {right:0px;}

header, 
footer, 
article, 
section, 
nav, 
figure, 
address, 
hgroup, 
abbr, 
figcaption, 
aside {
	display:block;
	margin:0;
	padding:0;
}

abbr {border:none;}

address {font-style:normal;}

a,
.cmsmsLike span {
	outline:none;
	text-decoration:none;
	cursor:pointer;
    -webkit-transition:color .2s ease-out;
    -moz-transition:color .2s ease-out;
    -ms-transition:color .2s ease-out;
    -o-transition:color .2s ease-out;
    transition:color .2s ease-out;
}

a {color:#e71010;}

p {
	margin:0;
	padding:0 0 18px;
}

table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

td, 
th, 
tr {
	margin:0;
	padding:0;
}

ol, 
ul, 
li, 
dl, 
dt, 
dd {
	margin:0;
	padding:0;
}

ol, 
ul {margin:0 0 18px;}

ol {list-style-position:inside;}

ol li {line-height:24px;}

ul li {
	list-style:inside url(../images/arrow_list.png);
	line-height:24px;
}

img {
	padding:0;
	border:0;
}

a img {
	display:block;
	border:0;
}

.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
	height:auto;
}

img.fullwidth {
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
}

.preloader {
	position:relative;
	display:block;
	padding-bottom:56.25%;
	width:100%;
	height:0;
	background:url(../images/loader.gif) 50% 50% no-repeat;
}

.portfolio .preloader {padding-bottom:62.25%;}

.preloader img {
	opacity:0;
	filter:alpha(opacity=0);
}

.preloader.highImg .fullwidth {
	position:relative;
	height:auto;
}

.resizable_block {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	width:100%;
	height:0;
}

.preloader .fullwidth, 
.portfolio .preloader .fullwidth,  
.resizable_block .fullwidth {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

blockquote, 
code, 
input, 
textarea {
	margin:0;
	padding:0;
}

object, 
video, 
audio, 
embed, 
canvas {display:block;}

form {
	margin:0;
	padding:0;
	border:none;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

label {
	display:inline-block;
	margin:0;
	padding:0;
}

input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	border:0;
	background:none;
}

textarea {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:260px;
	outline:none;
	border:0;
	background:none;
	resize:none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font:700 24px/36px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	margin:0 0 18px;
	padding:0;
	color:#bbbbbb;
}

h2 {
margin: 20px 0 18px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {color:#454545;}

h5 {text-transform:uppercase;}

.max_width {
	max-width:100%;
	height:auto;
}

.dn {display:none;}

.cl {clear:both;}

.cl_js {
	display:block;
	width:100%;
	height:0;
	clear:both;
}

.ovh {overflow:hidden;}

.fl {float:left;}

.fr {float:right;}

#page {
	position:relative;
}


/* ---------- Header ---------- */

#header {
	position:relative;
	background:#ffffff;
	z-index:200;
}

body.cmsms_boxed #header:after {
	background:#454545;
	top:0;
    content:"";
    height:4px;
    left:0;
    position:absolute;
    width:100%;
}

body.cmsms_boxed .header_inner:after {display:none;}

#header.fixed_header {
	width:100%;
	position:fixed;
	z-index:200;
	-webkit-transition:top .3s ease-in-out;
	-moz-transition:top .3s ease-in-out;
	-ms-transition:top .3s ease-in-out;
	-o-transition:top .3s ease-in-out;
	transition:top .3s ease-in-out;
}

body.cmsms_boxed #header.fixed_header {width:940px;}

#header.fixed_header.h_mt {
	margin-top:28px;
	-webkit-transition:top .3s ease-in-out, margin-top .3s ease-in-out;
	-moz-transition:top .3s ease-in-out, margin-top .3s ease-in-out;
	-ms-transition:top .3s ease-in-out, margin-top .3s ease-in-out;
	-o-transition:top .3s ease-in-out, margin-top .3s ease-in-out;
	transition:top .3s ease-in-out, margin-top .3s ease-in-out;
}

.header_inner {
	background-color:#ffffff;
	position:relative;
	width:940px;
	height:82px;
	margin:0 auto;
}

.header_inner:after {
	background:#454545;
	top:0;
    content:"";
    height:0px; /*4px;*/
    left:0;
    position:absolute;
    width:100%;
}

.header_inner:before {
	bottom:0;
    content:"";
    height:1px;
    left:3%;
    position:absolute;
    width:94%;
    z-index:0;
	-webkit-box-shadow:0 3px 5px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow:0 3px 5px 0 rgba(0, 0, 0, .07);
    -ms-box-shadow:0 3px 5px 0 rgba(0, 0, 0, .07);
    -o-box-shadow:0 3px 5px 0 rgba(0, 0, 0, .07);
    box-shadow:0 3px 5px 0 rgba(0, 0, 0, .07);
	-webkit-border-radius:30%;
	-moz-border-radius:30%;
	-ms-border-radius:30%;
	-o-border-radius:30%;
	border-radius:30%;
}

#header > .header_inner {
    height: 52px;
}
#header.fixed_header + * {
    margin-top: 120px;
}
#header > .header_inner > a.logo {
    left: 0;
    top: -10px;
}
#header > .header_inner > a.logo, #header > .header_inner > a.logo > img {
    height: 52px;
    width: 210px;
	top: 0;
}
#header nav {
	position:absolute;
    right: 0;
    top: 0; /*33px;*/
}
.header_html {
    right: 115px;
    top: 10px;
}

.logo {
	position:absolute;
	top:47px;
	left:7px;
	display:inline-block;
	color:#454545;
}

.logo .title {font:700 30px/36px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.logo img {
	width:139px;
	height:37px;
}

#header .social_icons,
.header_html {
	display:inline-block;
	position:absolute;
	overflow:hidden;
	margin:0;
}


/* ---------- Navigation ---------- */

.responsive_nav {
	display:none;
	position:relative;
	width:40px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image:url(../images/resp_navi_bg.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	-webkit-box-shadow:inset 0px -2px 0px 0px rgba(0, 0, 0, .13);
	-moz-box-shadow:inset 0px -2px 0px 0px rgba(0, 0, 0, .13);
	-ms-box-shadow:inset 0px -2px 0px 0px rgba(0, 0, 0, .13);
	-o-box-shadow:inset 0px -2px 0px 0px rgba(0, 0, 0, .13);
	box-shadow:inset 0px -2px 0px 0px rgba(0, 0, 0, .13);
}

#navigation, 
#navigation ul {
	margin:0;
	padding:0;
}

#navigation:after {clear:both;}

#navigation {
	z-index:202;
	display:block;
	zoom:1;
}

#navigation li {
	position:relative;
	z-index:203;
	list-style:none;
}

#navigation a {z-index:204;}

#navigation > li > a {
	display:block;
	padding:0;
	color:#A4A4A4;
	text-align:center;
	font:bold 14px/20px Arial,Helvetica,'Nimbus Sans L',sans-serif;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

#navigation > li > a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#navigation > li.dropdown > a:before {
	border:1px solid #e3e3e3;
	border:1px solid rgba(186, 186, 186, .6);
	background-color:#ffffff;
	width:9px;
	height:9px;
	position:absolute;
	right:0;
	top:25px;
	content:'';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    border-radius:50%;
	-webkit-transition:background-color .2s ease-in-out;
	-moz-transition:background-color .2s ease-in-out;
	-ms-transition:background-color .2s ease-in-out;
	-o-transition:background-color .2s ease-in-out;
	transition:background-color .2s ease-in-out;
}

#navigation > li.dropdown:hover > a:before, 
#navigation > li.dropdown.current-menu-ancestor > a:before, 
#navigation > li.dropdown.current_page_item > a:before {
	width:11px;
	height:11px;
	border:0 none;
}

#navigation > li > a > span {
	display:block;
	padding:18px 20px 8px;
	text-align:center;
	-webkit-transition:background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition:background-color .2s ease-in-out, color .2s ease-in-out;
	-ms-transition:background-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition:background-color .2s ease-in-out, color .2s ease-in-out;
	transition:background-color .2s ease-in-out, color .2s ease-in-out;
	border-bottom: 6px solid #dadada;  /*#e71010;*/
}

#navigation > li > a > span:after, 
#navigation > li > a > span:before {
	background-color:#d9d9d9;
	position:absolute;
	content:'';
}

#navigation > li.dropdown > a > span:after {
	width:1px;
	height:5px;
	right:5px;
	top:28px;
}

#navigation > li.dropdown > a > span:before {
	width:5px;
	height:1px;
	right:3px;
	top:30px;
}

#navigation > li.current_page_item > a, 
#navigation > li.current-menu-ancestor > a, 
#navigation > li:hover > a, 
#navigation > li > a:hover {color:#6C6C6C;}

#navigation ul li.current_page_item > a, 
#navigation ul li.current-menu-ancestor > a, 
#navigation ul li:hover > a {color:#fbfbfa; /*#e71010;*/}
	
#navigation ul li:hover > a {background-color:#e71010; /*#fbfbfa;*/}

#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a {background-color:transparent;}

#navigation > li.dropdown:hover > a > span:after, 
#navigation > li.dropdown:hover > a > span:before, 
#navigation > li.current-menu-ancestor > a > span:after, 
#navigation > li.current-menu-ancestor > a > span:before,
#navigation > li.current_page_item > a > span:after, 
#navigation > li.current_page_item > a > span:before {background-color:#ffffff;}

#navigation > li {float:left;}

#navigation ul {
	border:1px solid #efefef;
	position:absolute;
	visibility:hidden;
	padding:5px 0;
	background-color:#ffffff;
	opacity:0;
	top:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
    border-radius:2px;
	-webkit-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
	-moz-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
	-ms-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
	-o-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
	transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
}

#navigation > li > ul:before, 
#navigation > li > ul:after {
	border-style:solid;
	border-width:0 8px 8px 8px;
	content:"";
	left:71px;
	position:absolute;
}

#navigation > li > ul:before {
	border-color:transparent transparent #efefef transparent;
	top:-9px;
}

#navigation > li > ul:after {
	border-color:transparent transparent #ffffff transparent;
	top:-8px;
}

#navigation > li > ul {
	margin-top:20px;
	top:60px;
}

#navigation > li:hover > ul {margin-top:0;}

#navigation li:hover > ul {
	visibility:visible;
	margin:0;
	opacity:1;
	height:auto;
}

#navigation ul ul {
	top:-6px;
	left:155px;
	z-index:9999;
	margin:0;
}

#navigation ul li {
	display:block;
	float:none;
	margin:0;
}

#navigation ul li a {
	display:block;
	padding:7px 20px 3px;
	margin:0;
	width:120px;
	min-height:25px;
	float:none;
	color:#A4A4A4;
	font:13px/20px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

#navigation ul li > a {color:#6C6C6C;}

#navigation ul li > a:hover {color:#ffffff;}

#navigation ul li a:hover, 
#navigation ul li:hover > a {
	-webkit-transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-ms-transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}


/* ---------- Top ---------- */

#top {
	position:relative;
	z-index:5;
	width:100%;
	margin:-50px auto 0px;
}

.top_shadow {
	position:relative;
	background-color:#ffffff;
}

.top_shadow:before,
.top_shadow:after {
	position:absolute;
	top:80%;
	bottom:15px;
	left:13px;
	z-index:-1;
	max-width:300px;
	width:50%;
	background:rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 15px 3px rgba(0,0,0, 0.5);
	-moz-box-shadow:0 15px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0 15px 3px rgba(0, 0, 0, 0.5);
	content:"";
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
	transform:rotate(-2deg);
}

.top_shadow:after {
	right:13px;
	left:auto;
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
}

#slider {
	background:#ffffff url(../images/loader.gif) no-repeat scroll 50% 50%;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	z-index:2;
}

.wrap_rev_slider iframe {border:none;}


/* ---------- Top Sidebar ---------- */

.top_sidebar {
	border-top:4px solid #e8e8e8;
	border-top:4px solid rgba(69, 69, 69, .1);
	position:relative;
	overflow:hidden;
	padding:40px 0 10px;
	margin:0 auto;
	width:940px;
}

.top_sidebar_inner {margin:0 -2%;}


/* ---------- Middle ---------- */

#middle {position:relative;}

#middle_content {
	position:relative;
	padding:0px 0;
	overflow:hidden;
}

#slide_top {
	background-color:#969698;
	background-image:url(../images/slide_up.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
    position:fixed;
    right:9px;
    bottom:7px;
    z-index:998;
    display:none;
    width:45px;
    height:45px;
	-webkit-border-radius:22.5px;
	-moz-border-radius:22.5px;
    border-radius:22.5px;
	text-indent:-9999px;
	-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;
	/*bottom: 80px !important;*/
}

video {background-color:#000000;}

.cmsms_breadcrumbs {
	padding:0 0 5px;
	margin-top:25px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.headline + .cmsms_breadcrumbs {margin-top:-25px;}

.cmsms_breadcrumbs, 
.cmsms_breadcrumbs a {font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.headline {
	/*padding:35px 0 25px;*/
	width:940px;
	margin:0 auto;
}

.headline h1 {margin:0 0 15px;}

.headline h2 {margin:-3px 0 9px;}

.headline .headline_icon h2 {margin:16px 0 10px;}

.headline > div {
	display:table-cell;
	vertical-align:middle;
}

.headline h6 {
	margin-top:-14px;
	margin-bottom:15px;
}

.headline .heading_title_nomg {margin:10px 0 15px;}

.headline .heading_subtitle {margin:-14px 0 10px;}

.heading_subtitle {color:#979797;}

.headline img {margin:0 20px -10px 0;}

.cmsms_cc {
	overflow:hidden;
	margin:0 -2%;
}

.one_first.right_column,
.one_half.right_column,
.one_third.right_column,
.two_third.right_column,
.one_fourth.right_column,
.three_fourth.right_column,
.one_sixth.right_column,
.one_fifth.right_column,
.two_fifth.right_column,
.three_fifth.right_column,
.four_fifth.right_column,
.five_sixth.right_column,
.one_first.first_column.right_column, 
.five_sixth.first_column.right_column, 
.four_fifth.first_column.right_column, 
.three_fourth.first_column.right_column, 
.two_third.first_column.right_column, 
.three_fifth.first_column.right_column, 
.one_half.first_column.right_column, 
.two_fifth.first_column.right_column, 
.one_third.first_column.right_column, 
.one_fourth.first_column.right_column, 
.one_fifth.first_column.right_column, 
.one_sixth.first_column.right_column {float:right;}

.one_first,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_sixth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.five_sixth {
	float:left;
	margin:0 2% 20px;
}

.one_first.first_column, 
.five_sixth.first_column, 
.four_fifth.first_column, 
.three_fourth.first_column, 
.two_third.first_column, 
.three_fifth.first_column, 
.one_half.first_column, 
.two_fifth.first_column, 
.one_third.first_column, 
.one_fourth.first_column, 
.one_fifth.first_column, 
.one_sixth.first_column {clear:both;}

.one_first {width:96%;}

.one_half {width:46%;}

.one_third {width:29.33%;}

.two_third {width:62.66%;}

.one_fourth {width:21%;}

.three_fourth {width:71%;}

.one_sixth {width:12.66%;}

.one_fifth {width:16%;}

.two_fifth {width:36%;}

.three_fifth {width:56%;}

.four_fifth {width:76%;}

.five_sixth {width:79.33%;}


/* ---------- Content ---------- */

.content_wrap {
	border-top:4px solid #e8e8e8;
	border-top:4px solid rgba(69, 69, 69, .1);
	position:relative;
	width:940px;
	margin:0 auto;
}

#middle > #top + .content_wrap {
	border-top:0 none;
	padding-top:4px;
}

#middle .content_wrap:first-child {border-top:0;}

.content_wrap.l_sidebar #content {
	float:right;
	padding:40px 0 40px 0;
}

.content_wrap.l_sidebar #sidebar {
	float:left;
	padding:40px 0 20px 0;
}

.content_wrap.fullwidth {
	min-width:0;
	background:none;
}

#content {
	position:relative;
	float:left;
	padding:15px 0 0px;
	width:74%;
}

figure img {display:block;}

.cmsms_sitemap_archive {overflow:hidden;}

.cmsms_sitemap li, 
.cmsms_sitemap_archive li {
	padding-left:0;
	list-style:none;
	line-height:30px;
} 

.cmsms_sitemap li a, 
.cmsms_sitemap_archive li a, 
.cmsms_sitemap_category li a {font-weight:bold;} 

.cmsms_sitemap {margin-bottom:0;}

.cmsms_sitemap ul, 
.cmsms_sitemap_archive ul {margin-bottom:0;}

.cmsms_sitemap > li {
	margin-bottom:30px;
	padding-bottom:30px;
	width:100%;
	border-bottom:1px solid #ebecec;
}

.cmsms_sitemap > li > a {font:700 18px/24px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.cmsms_sitemap > li > ul {
	position:relative;
	overflow:hidden;
	width:100%;
}

.cmsms_sitemap > li > ul > li > ul {margin-top:20px;}

.cmsms_sitemap > li > ul > li {
	float:left;
	margin-top:20px;
	width:25%;
}

.cmsms_sitemap > li > ul > li:nth-child(4n+1) {clear:both;}

.cms_category {margin-bottom:40px;}

.cmsms_sitemap_category li {
	font-weight:bold;
	list-style:none;
}

.cmsms_sitemap_archive li {
	font-weight:bold;
	float:left;
	padding-bottom:10px;
	width:25%;
}

.cmsms_sitemap_archive li:nth-child(4n+1) {clear:both;}

.error {
	margin-bottom:50px;
	text-align:center;
}

.error .search_line {
	overflow:hidden;
	margin:50px auto 30px;
	width:30%;
}

.error h1 {
border-bottom: 4px solid #e8e8e8;
border-bottom: 4px solid rgba(69, 69, 69, .1);
margin-bottom: 20px;
font-size: 270px;
line-height: 0.8em;
padding-bottom: 200px;
padding-top: 100px;
}

.error h2 {
	border-bottom:1px solid #e8e8e8;
	border-bottom:1px solid rgba(69, 69, 69, .1);
	padding:15px 0 35px;
}

.cmsms_timeline li {
	padding-left:27px;
	list-style:none;
}

.cmsms_timeline li:before,
.cmsms_timeline + .cmsms_timeline_title:before {
	display:block;
	width:3px;
	height:30px;
	border-right:1px solid #e1e1e1;
	content:"";
}

.cmsms_timeline li a {
	padding-left:17px;
	background:url(../images/arrow_list.png) no-repeat 0 4px;
	font-weight:bold;
}

.cmsms_timeline_title,
.cmsms_timeline {margin-bottom:6px;}

.cmsms_timeline + .cmsms_timeline_title:before {width:30px;}

.one_fourth > div[data-folder="text"] h3 {margin-bottom:0;}


/* ---------- Sidebar ---------- */

#sidebar {
	position:relative;
	float:right;
	padding:40px 0 40px 3%;
	width:23%;
}

#sidebar .widget {
	overflow:hidden;
	padding-bottom:30px;
}

#sidebar > div:last-child .widget {border:none;}

#sidebar > div {padding-bottom:30px;}

#sidebar > div.divider {padding:0;}

#sidebar .widgettitle {margin-bottom:25px;}

#sidebar .one_first,  
#sidebar .one_half,  
#sidebar .one_third, 
#sidebar .two_third, 
#sidebar .one_fourth,  
#sidebar .three_fourth {
	float:none;
	margin:0;
	width:auto;
}


/* ---------- Middle Sidebar ---------- */

.middle_sidebar {
	position:relative;
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding:30px 0;
	border-top:1px solid #ebecec;
}

.middle_sidebar_inner {margin:0 -2%;}

.middle_sidebar .widgettitle {margin-bottom:30px;}


/* ---------- Shortcodes ---------- */

div.gallery .gallery-item {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 5px 10px;
}

div.gallery .gallery-item .gallery-icon {
	position:relative;
	margin-bottom:-6px;
	padding:5px;
	border:1px solid #ebebeb;
	background:#ffffff;
}

div.gallery .gallery-item .gallery-icon img {
	min-width:100%;
	max-width:100%;
	height:auto;
	border:0 !important;
}

div.gallery .gallery-item .gallery-caption {
	position:relative;
	padding-bottom:5px;
	border:1px solid #ebebeb;
	border-top:0;
	background:#ffffff;
}

.alignleft {
	float:left;
	margin:0 20px 18px 0;
}

.alignright {
	float:right;
	margin:0 0 18px 20px;
}

.aligncenter {
	margin:0 auto;
	text-align:center;
}

.wp-caption {
	border-bottom:1px solid #ebecec;
	background-color:#ffffff;
	text-align:center;
}

.wp-caption img {padding:5px;}

.wp-caption-text {
	font-size:14px;
	padding:5px 0 10px;
	text-align:center;
}

hr,
.divider {
	clear:both;
	margin:0 0 35px;
	border:0;
	border-top:1px solid #e8e8e8;
	border-top:1px solid rgba(69, 69, 69, .1);
}

.bottom_inner hr,
.bottom_inner .divider {margin:0 2% 35px;}

.divider.person_divider {
	clear:both;
	margin:0;
	padding:0 0 18px;
	border:0;
	border-top:4px solid #e8e8e8;
	border-top:4px solid rgba(69, 69, 69, .1);
}

.table {
	margin-bottom:18px;
	width:100%;
}

.table tbody tr:first-child td {
	border-top:1px solid #efefef;
}

.table td, 
.table th {
	padding:11px 20px;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	text-align: center;
	background:#ffffff;
}

table.table th {
    font-family:Arial,Helvetica,'Nimbus Sans L',sans-serif;
    font-weight:normal;
}

table tr td, 
table th {color:#5d5d5d;}

.table td:first-child {border-left:0 none;}

.table tbody tr:nth-child(even) {background-color:#fdfdfd;}

.table thead th {
	border:0 none;
	color:#ffffff;
} 

span.dropcap {
	font:bold 48px/46px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color:#404040;
	float:left;
	margin-top:3px;
	padding:0 20px 0 7px;
	font-weight:bold;
    font-size:48px;
	line-height:46px;
}

span.dropcap2 {
    float:left;
	margin-right:15px;
    width:56px;
	height:56px;
	-webkit-border-radius:28px;
	-moz-border-radius:28px;
	border-radius:28px;
	color:#ffffff;
    text-align:center;
	font-weight:bold;
	font-size:32px;
	line-height:56px;
}

q, 
blockquote {
	border-right:1px solid #e4e4e3;
	border-bottom:1px solid #e4e4e3;
	background:#ffffff;
	position:relative;
	margin:0;
	color:#454545;
	padding:25px 15px 30px 68px;
	vertical-align:baseline;
	font:700 22px/30px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

q:before, 
blockquote:before {
	width:35px;
	height:35px;
	top:15px;
	left:15px;
	display:block;
    padding:0;
	content:'\201C';
	color:#ffffff;
	font-size:36px;
	line-height:45px;
	text-align:center;
	position:absolute;
	font-family:'Headland One Regular';
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

q:after, 
blockquote:after {clear:both;}

blockquote p, 
q p {padding-bottom:0;}

code {
	color:#979797;
	position:relative;
	display:block;
	padding:19px 20px 18px;
	border-bottom:1px solid #e4e4e3;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#e71010;
	background:#ffffff;
	font:13px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.cmsms_plus {display:none;}

.togg {
	position:relative;
	overflow:hidden;
	margin-bottom:7px;
}

.tog {font-size:14px;}

.togg .tab_content {
	display:none;
	padding:25px 0 10px;
}

.accordion {position:relative;}

.accordion .acc {padding-bottom:7px;}

.accordion .tab_content {
	display:none;
	padding:25px 0 10px;
	position:relative;
	overflow:hidden;
}

.tab {
	margin-bottom:18px;
	position:relative;
	overflow:hidden;
}

.tabs {
	display:table;
	margin:0;
	width:100%;
}
 
.tabs > li {
	position:relative;
	display:table-cell;
	vertical-align:bottom;
	float:left;
    list-style:none outside none;
    margin-bottom:-1px;
    margin-right:1px;
}

.tab.lpr .tabs > li {margin-right:0px;}

.tab.lpr .tabs > li a {
	padding-left:0;
	padding-right:0;
}

.tabs li a {
	position:relative;
	background-color:#F1F1F1;
    border-bottom:1px solid #E8E8E8;
	border-bottom:1px solid rgba(0, 0, 0, .1);
    color:#A9A9A9;
    display:block;
    min-height:20px;
    min-width:100px;
    padding:8px 10px;
    text-align:center;
	-webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
 
.tabs li a:hover,  
.tabs li.current a {
	z-index:1;
	color:#ffffff;
}

.tabs li a, 
.tour > li a, 
.tog {
	font-weight:bold;
	font-size:1.077em;
	line-height:25px;
}

.tab.lpr .tabs li a {
	min-width:50px;
	margin:0 0 0 1px;
	line-height:18px;
}

.tab.lpr .tabs li:first-child a {margin:0;}

.tab .tab_content {border-top:1px solid #e8e8e8;}

#bottom .tab .tab_content {
	border-width:1px 1px 2px;
	border-style:solid;
	border-color:#e8e8e8 #f5f5f5 #f5f5f5;
}

.tab.lpr .tab_content {background:#ffffff;}

.tab.lpr .entry-content {padding-top:0;}

.related_posts_content, 
.tabs_tab, 
.tabs {
	position:relative;
	overflow:hidden;
}

.tabs_tab {
	display:none;
	padding:35px 0 0;
}

.tab_content .tabs_tab:first-child {display:block;}

.tour_box_content .tour_box:first-child {display:block;}

.tour_box_inner {padding-right:20px;}

.google_map {margin-bottom:18px;}

.tour_content {
	position:relative;
	overflow:hidden;
	padding-bottom:1px;
	margin-bottom:18px;
}

.tour_content:before {
	background:#D3D2D0;
	content:"";
    display:block;
    height:100%;
    left:30%;
    position:absolute;
    top:0px;
    width:1px;
}

.tour {
	float:left;
	width:30%;
	margin:0;
}

.tour > li, 
.tog {
	position:relative;
	z-index:1;
	padding-bottom:7px;
	list-style:none;
}

.tour > li a, 
.tog {
	background-color:#f1f1f1;
	position:relative;
	display:block;
	padding:7px 10px 8px 45px;
	color:#979797;
}

.tour > li:hover a, 
.tour > li.current a, 
.tog:hover, 
.tog.current {color:#f1f1f1;}

.tour > li:hover a:before, 
.tour > li.current a:before, 
.tog:hover:before, 
.tog.current:before {background-color:#ffffff;}

.tour > li a, 
.tour > li a:before, 
.tour > li a:after, 
.tog, 
.tog:before, 
.tog:after {
	-webkit-transition:background-color .3s ease-out, color .2s ease-out;
    -moz-transition:background-color .3s ease-out, color .2s ease-out;
    -ms-transition:background-color .3s ease-out, color .2s ease-out;
    -o-transition:background-color .3s ease-out, color .2s ease-out;
    transition:background-color .3s ease-out, color .2s ease-out;
}

.tour > li a:before, 
.tour > li a:after, 
.tog:before, 
.tog:after {
	width:25px;
	height:25px;
	top:8px;
	left:8px;
	display:block;
    padding:0;
	content:'';
	position:absolute;
}

.tour > li a:before, 
.tog:before {background-color:#969698;}

.tour > li a:after, 
.tog:after {
	background:url(../images/arrow_tour.png) no-repeat 0 0;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-webkit-transition:transform .4s ease-out;
    -moz-transition:transform .4s ease-out;
    -ms-transition:transform .4s ease-out;
    -o-transition:transform .4s ease-out;
    transition:transform .4s ease-out;
}

.tour > li:hover a:after, 
.tog:hover:after {background:url(../images/arrow_tour.png) no-repeat 0 bottom;}

.tour > li.current a:after, 
.tog.current:after {
	background:url(../images/arrow_tour.png) no-repeat 0 bottom;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

.tour_box_content {
	position:relative;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 0 10px 30px;
	width:70%;
	vertical-align:top;
}

.tour_box {display:none;}

.post {position:relative;}

.post_type_shortcode .cmsms_content_prev_slide,
.post_type_shortcode .cmsms_content_next_slide {
	top:7px;
	bottom:auto;
	margin-right:2%;
}

.post_type_shortcode .cmsms_content_prev_slide {right:26px;}

.post_type_shortcode .cmsms_content_prev_slide span {background-position:0 -25px;}

.post_type_shortcode .cmsms_content_next_slide span {background-position:100% 0;}

.post_type_shortcode .cmsms_content_next_slide {right:0px;}

.post_type_shortcode {
	position:relative;
	margin:0 -2%;
}



.post_type_shortcode_inner > h2, 
.post_type_shortcode > h2 {padding:0 10% 0 2%;}

.post_type_shortcode article.one_first {padding-right:0;}

.post_type_shortcode .testimonial .tl-content_wrap {margin-bottom:15px;}

.tl_comments_wrap,
.cmsms_tl_cat {
	display:inline-block;
	float:none;
	padding:0 0 15px;
}

.cmsms_tl_cat a, 
.tl_comments {color:#979797;}

.post_type_shortcode .testimonial .tl-content {padding:0;}

.post_type_shortcode .testimonial {
	margin-top:0;
	padding-bottom:30px;
}

.post_type_shortcode.type_testimonial,
.post_type_shortcode.type_testimonial .testimonial {
	margin-top:0;
	padding-bottom:0;
}

.testimonial > .tl_author {
	display:inline-block;
	padding:10px 0 0;
	margin:0;
}

.post_type_shortcode .testimonial img {
	float:left;
	margin:0 20px 10px 0;
}

.format-album.one_block .resize figure {
	float:none;
	padding-right:0;
	width:100%;
}

.post_type_shortcode .post .entry-header {background:none;}

.post_type_shortcode .entry-title {
	line-height:1.3em;
	margin:0;
	padding:30px 0 0;
}

.post_type_shortcode .post .entry-title,
.post_type_shortcode .project .entry-title,
.post_type_shortcode  .entry-header {margin-bottom:5px;}

.post_type_shortcode .format-quote h6 {margin-bottom:0;}

.post_type_shortcode .entry-title a {line-height:1.3em;}

.cmsms_pricing_table {
	border-bottom:1px solid #e4e4e3;
	background:#ffffff;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:0 20px;
}

.cmsms_pricing_table .title {
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#e71010;
	font-size:24px;
	line-height:28px;
	padding:17px 0 18px;
	margin:0;
}

.one_third .cmsms_pricing_table .title,
.one_half .cmsms_pricing_table .title {font-size:30px;}

.cmsms_price_outer {
	position:relative;
	z-index:0;
	overflow:hidden;
	margin:0 -1px;
}

.cmsms_price_outer:before, 
.cmsms_price_outer:after {
	background:#e5e5e5;
	width:72%;
	height:1px;
	top:0px;
	left:14%;
	display:block;
    padding:0;
	content:'';
	position:absolute;
}

.cmsms_price_outer:after {
	top:auto;
	bottom:0;
}

.cmsms_price_outer > div {
	position:relative;
	z-index:1;
	padding:20px 0 20px;
	text-align:center;
}

.cmsms_price_outer span {z-index:2;}

.cmsms_currency, 
.cmsms_coins {
	font-weight:700;
	font-size:28px;
	color:#454545;
	opacity:.5;
	filter:alpha(opacity=50);
}

.cmsms_price {
	font-weight:700;
	font-size:68px;
	padding:0 10px;
	color:#e71010;
}

.cmsms_period {
	display:block;
    font-size:14px;
    opacity:1;
	color:#454545;
	filter:alpha(opacity=100);
	padding:20px 0 8px;
	font:700 14px/18px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.one_third .cmsms_period,
.one_half .cmsms_period {font-size:15px;}

.cmsms_pricing_table ul {
	margin:0;
	padding:15px 0 0;
}

.cmsms_pricing_table li {
	padding:9px 5px 7px;
	list-style:none;
}

.pricing_footer {
	padding:15px 0 20px;
	text-align:center;
}

.box > table {
	display:table;
	width:100%;
}

.box p {padding:0;}

.box table td {
	padding:25px 20px 25px 0;
	vertical-align:middle;
	text-align:left;
}

.box table td:first-child {
	padding:25px 0;
	width:80px;
}

.error_box, 
.warning_box, 
.success_box, 
.notice_box, 
.download_box {
	border-right:1px solid #e4e4e3;
	border-bottom:1px solid #e4e4e3;
}

.error_box {background:#fff5ed;}

.warning_box {background:#fffcf1;}

.success_box {background:#effff1;}

.notice_box {background:#eefcff;}

.download_box {background:#fafff2;}

.box.error_box tr td:first-child {background:url(../images/error.png) center center no-repeat;}

.box.success_box tr td:first-child {background:url(../images/success.png) center center no-repeat;}

.box.notice_box tr td:first-child {background:url(../images/notice.png) center center no-repeat;}

.box.warning_box tr td:first-child {background:url(../images/warning.png) center center no-repeat;}

.box.download_box tr td:first-child {background:url(../images/download.png) center center no-repeat;}

.box.css_box {
	padding:25px 20px;
	border:1px solid #ececec;
	border:1px solid rgba(0, 0, 0, .1);
}

.box.css_box p {padding:0;}

.featured_block {
	border-bottom:1px solid #e4e4e3;
	display:table;
	margin-bottom:18px;
	width:100%;
	position:relative;
	overflow:hidden;
}

.featured_block h1, 
.featured_block h2, 
.featured_block h3, 
.featured_block h4, 
.featured_block h5, 
.featured_block h6, 
.featured_block p {
	margin-bottom:0;
	padding-bottom:10px;
}

.colored_title {
	padding:30px 20px 20px;
	display:table-cell;
}

.colored_title_inner {
	text-align:center;
	display:block;
	padding:30px 10px;
	position:relative;
	overflow:hidden;
	z-index:0;
}

.colored_title_inner *,
.colored_title_inner h1,
.colored_title_inner h2,
.colored_title_inner h3,
.colored_title_inner h4,
.colored_title_inner h5,
.colored_title_inner h6 {
	margin:0;
	padding: 0;
	color:#ffffff;
}

.colored_button {
	overflow:hidden;
	display:table-cell;
	padding:0 30px;
	min-width:40px;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
}

.colored_button:hover,
.colored_banner h1,
.colored_banner h2,
.colored_banner h3,
.colored_banner h4,
.colored_banner h5,
.colored_banner h6,
.colored_banner,
.colored_banner a,
.colored_banner a:hover {color:#ffffff;}

.colored_banner h1,
.colored_banner h2,
.colored_banner h3,
.colored_banner h4,
.colored_banner h5,
.colored_banner h6, 
.colored_banner p {
	margin:0;
	padding:0;
}

.colored_block_link {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
}

.colored_banner {
	border-bottom:1px solid #e4e4e3;
	position:relative;
	z-index:0;
	overflow:hidden;
	padding:25px 20px 30px 20px;
}

.colored_banner .button, 
.colored_banner .button_small, 
.colored_banner .button_medium, 
.colored_banner .button_large {z-index:5;}

.percent_item {
	border-color:#E4E4E3 #ffffff #ffffff #E4E4E3;
    border-style:solid;
    border-width:1px;
	background-color:#efefef;
	width:100%;
	color:#ffffff;
    padding:3px;
	margin-bottom:15px;
}

.percent_item_colored_wrap {position:relative;}

.percent_item_colored {
	position:absolute;
	width:100%;
	height:100%;
	-webkit-animation:move 2s linear .1s normal none 1;
	-moz-animation:move 2s linear .1s normal none 1;
	-ms-animation:move 2s linear .1s normal none 1;
	-o-animation:move 2s linear .1s normal none 1;
	animation:move 2s linear .1s normal none 1;
}

@-webkit-keyframes move {
	from {width:0;}
	to {width:100%;}
}

@-moz-keyframes move {
	from {width:0;}
	to {width:100%;}
}

@-ms-keyframes move {
	from {width:0;}
	to {width:100%;}
}

@-o-keyframes move {
	from {width:0;}
	to {width:100%;}
}

@keyframes move {
	from {width:0;}
	to {width:100%;}
}

.percent_item_colored_wrap .percent_item_text {
	position:relative;
	display:block;
	padding:5px 10px;
}

div.jp-playlist li a {
	background:#FFFFFF;
    border-bottom:1px solid #EFEFEF;
    display:block;
    line-height:20px;
    padding:10px 20px;
    text-decoration:none;
}

.jp-playlist-item {color:#5d5d5d;}


/* ---------- Buttons ---------- */

.cmsms_more {
	display:inline-block; 
	line-height:18px;
    -webkit-transition:background-color .2s ease-out;
    -moz-transition:background-color .2s ease-out;
    -ms-transition:background-color .2s ease-out;
    -o-transition:background-color .2s ease-out;
    transition:background-color .2s ease-out;
}
 
.pricing_button,
.button,
.button_small,
.button_medium,
.button_large, 
input[type="submit"] {
	display:inline-block;
	z-index:5;
	margin-bottom:5px;
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	line-height:20px;
	min-width:145px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font:700 14px/18px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:inset 0px -3px 0px 0px rgba(0, 0, 0, .13);
	-moz-box-shadow:inset 0px -3px 0px 0px rgba(0, 0, 0, .13);
	-ms-box-shadow:inset 0px -3px 0px 0px rgba(0, 0, 0, .13);
	-o-box-shadow:inset 0px -3px 0px 0px rgba(0, 0, 0, .13);
	box-shadow:inset 0px -3px 0px 0px rgba(0, 0, 0, .13);
}

.button:before,
.pricing_button:before,
.button_small:before,
.button_medium:before,
.button_large:before, 
.responsive_nav:before {
	background:rgba(0, 0, 0, 0);
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	content:'';
	position:absolute;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.button:hover:before,
.pricing_button:hover:before,
.button_small:hover:before,
.button_medium:hover:before,
.button_large:hover:before, 
.responsive_nav:hover:before {background:rgba(255, 255, 255, .07);}

input[type="submit"]:hover {
	opacity:.92;
	filter:alpha(opacity=92);
}

.button:active,
.pricing_button:active,
.button_small:active,
.button_medium:active,
.button_large:active, 
input[type="submit"]:active {
	margin-top:2px;
	padding:12px 15px 8px;
	-webkit-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, .13);
	-moz-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, .13);
	-ms-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, .13);
	-o-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, .13);
	box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, .13);
}
 
#content .button, 
#content .button_small, 
#content .button_medium, 
#content .button_large, 
#middle_content .button, 
#middle_content .button_small, 
#middle_content .button_medium, 
#middle_content .button_large, 
#content .button_small.sitemap,  
#middle_content .button_small.sitemap {min-width:145px;} 

#sidebar .button, 
#sidebar .button_small, 
#sidebar .button_medium, 
#sidebar .button_large, 
.one_fourth .button, 
.one_fourth .button_small, 
.one_fourth .button_medium, 
.one_fourth .button_large {min-width:110px;}

.button:hover,
.pricing_button:hover,
.button_small:hover,
.button_medium:hover,
.button_large:hover,
input[type="submit"]:hover {color:#ffffff;}

.button, 
.pricing_button, 
.button_small,
input[type="submit"] {
	padding:12px 15px 10px;
	cursor:pointer;
}

.comment-reply-link,
#cancel-comment-reply-link {padding:0 10px;}

.project_navi a, 
.cmsms_share, 
.comment-reply-link,
#cancel-comment-reply-link, 
.comment-edit-link, 
.related_posts > ul li a {
	color:#b7b7b7;
	font-weight:bold;
	font-size:1.077em;
	line-height:25px;
}

.button_medium {padding:20px 15px 18px;}

.button_medium:active {padding:20px 15px 16px;}

.button_large {padding:27px 25px 22px;}

.button_large:active {padding:27px 25px 20px;}


/* ---------- Widgets ---------- */

.widget_links ul li {
	list-style:none;
	line-height:26px;
}

.widget.widget_archive ul li, 
.widget.widget_categories ul li, 
.widget.widget_meta ul li, 
.widget.widget_recent_comments ul li, 
.widget.widget_recent_entries ul li, 
.widget.widget_pages ul li, 
.widget.widget_nav_menu ul li {
	list-style:none;
	line-height:25px;
	padding:5px 0;
	border-bottom:1px solid #e1e1e1;
}

#bottom .widget.widget_archive ul li, 
#bottom .widget.widget_categories ul li, 
#bottom .widget.widget_meta ul li, 
#bottom .widget.widget_recent_comments ul li, 
#bottom .widget.widget_recent_entries ul li, 
#bottom .widget.widget_pages ul li, 
#bottom .widget.widget_nav_menu ul li {border-bottom:1px solid #f2f2f2;}

.widget_custom_contact_form_entries .loading {
	clear:both;
    margin-right:0;
    margin-top:0;
    width:100%;
}

.widget_custom_contact_form_entries textarea {min-height:120px;}

.widget_custom_contact_form_entries .cmsms-form-builder input[type="text"], 
.widget_custom_contact_form_entries .cmsms-form-builder input[type="password"], 
.widget_custom_contact_form_entries .cmsms-form-builder select, 
.widget_custom_contact_form_entries .cmsms-form-builder textarea {width:100%;}

.widget_custom_posts_tabs_entries .tabs_tab li {
	border-bottom:1px solid #f5f5f5;
	overflow:hidden;
	list-style:none;
	padding:25px 10px 15px 20px;
}

.widget_custom_posts_tabs_entries .tabs_tab li small > .published {padding-top:10px;}

.widget_custom_posts_tabs_entries .tabs > li {width:33.3%;}

.widget_custom_posts_tabs_entries .tabs > li.current a span {padding:7px 5px 5px;}

.widget_custom_posts_tabs_entries .tabs > li a span {padding:5px 5px 4px;}

.widget_custom_posts_tabs_entries .tabs_tab {padding:0;}

.widget_custom_posts_tabs_entries .tabs_tab:first-child {display:block;}

.widget_custom_posts_tabs_entries .tabs_tab .alignleft {
	margin-top:5px;
	margin-bottom:10px;
}

.widget_custom_posts_tabs_entries  .entry-content {padding-top:10px;}

.widget_custom_posts_tabs_entries  .entry-content p {padding-bottom:10px;}

.widget_custom_twitter_entries li:first-child {padding-top:0;}

.widget_custom_twitter_entries li {
	padding-top:20px;
	list-style:none;
}

.widget_custom_twitter_entries .tweet_time {
	background:url(../images/twitter_icon.png) 0 4px no-repeat;
	display:block;
	margin-top:10px;
    padding:0 10px 0 25px;
}

.tweet_text {
	display:block;
	background:#ffffff;
	border-bottom:1px solid #e4e4e3;
	padding:10px 20px 5px;
}

#bottom .tweet_text {
	border-color:#f0f0f0;
	border-width:1px 1px 2px;
	border-style:solid;
}

.jta-tweet-text {
	position:relative;
	padding:10px 0;
}

.widget_custom_advertisement_entries .adv_widget_image {
	float:left;
	padding:0 2% 2% 0;
}

.widget_custom_advertisement_entries .adv_widget_image a img {border:1px solid #e5e5e5;}

.widget {padding-bottom:20px;}

.widget_custom_flickr_entries .wrap {overflow:hidden;}

.widget_custom_flickr_entries .flickr_badge_image {
	float:left;
	padding:0 7% 7% 0;
	list-style:none;
}

.widget_custom_flickr_entries .flickr_badge_image a img, 
.preloader .image_container_img {
    -webkit-transition:opacity .3s ease-out;
    -moz-transition:opacity .3s ease-out;
    -ms-transition:opacity .3s ease-out;
    -o-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
}

.widget_custom_flickr_entries:hover  a img {opacity:.6;}

.widget_custom_flickr_entries:hover  a:hover img {opacity:1;}

.widget ul {margin-bottom:0;}

.widgetinfo {
	display:none;
	margin:0 0 15px;
	padding:5px 10px;
	border:1px solid #ebecec;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fefefe;
	text-align:center;
}

.loader {
	display:block;
	width:100%;
	height:5px;
	background:url(../images/loader.gif) center 0 no-repeat;
}

.search_line {width:100%;}

.search_line input[type="text"] {
	float:left;
	padding-right:45px;
	width:100%;
}

.search_line input[type="submit"] {
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:-45px;
	width:45px;
	min-width:45px;
	height:35px;
	border:none;
	opacity:.5;
	filter:alpha(opacity=50);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:url(../images/icon_search.png) no-repeat 50% 50%;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}

#bottom .search_line input[type="submit"] {
	background-color:#fbfbfa;
	opacity:.3;
	filter:alpha(opacity=30);
}

.widget .cmsms_content_prev_slide span,
.widget .cmsms_content_next_slide span {background-color:#ebebe8;}

.widget_custom_popular_projects_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li a,
.widget_custom_latest_projects_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li a {
	width:10px;
	height:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#cccccc;
}

.widget_custom_popular_projects_entries .cmsms_content_prev_slide, 
.widget_custom_latest_projects_entries .cmsms_content_prev_slide, 
.widget_custom_popular_projects_entries .cmsms_content_next_slide,
.widget_custom_latest_projects_entries .cmsms_content_next_slide {
	top:0px;
	bottom:auto;
	width:20px;
}

.widget_custom_popular_projects_entries .cmsms_content_next_slide,
.widget_custom_latest_projects_entries .cmsms_content_next_slide {right:0;}

.widget_custom_popular_projects_entries .cmsms_content_prev_slide,
.widget_custom_latest_projects_entries .cmsms_content_prev_slide {right:21px;}

.widget_custom_popular_projects_entries .widgettitle,
.widget_custom_latest_projects_entries .widgettitle {padding-right:40px;}

.widget_custom_popular_projects_entries .project_title,
.widget_custom_latest_projects_entries .project_title {margin:17px 0 8px;}

.widget_custom_popular_projects_entries .cmsms_content_prev_slide span,
.widget_custom_latest_projects_entries .cmsms_content_prev_slide span {background-position:0 -16px;}

.widget_custom_popular_projects_entries .cmsms_content_next_slide span,
.widget_custom_latest_projects_entries .cmsms_content_next_slide span {background-position:100% 0;}

.widget_custom_projects_entries_container {position:relative;}

.widget_custom_popular_projects_entries .cmsms_content_slider_parent ul.cmsms_slides_nav,
.widget_custom_latest_projects_entries .cmsms_content_slider_parent ul.cmsms_slides_nav {
	top:auto;
	right:auto;
	bottom:0;
	padding-right:0;
	padding-left:1px;
}

.widget_custom_popular_projects_entries .responsiveContentSlider > li,
.widget_custom_latest_projects_entries .responsiveContentSlider > li {padding-bottom:20px;}

.widget_custom_featured table td:first-child img {margin-right:15px;}

.widget_custom_featured .widgettitle,
#sidebar .widget_custom_featured .widgettitle,
.widget_custom_featured .widgettitle h5,
#sidebar .widget_custom_featured .widgettitle h5 {margin:0;}

.widget_custom_featured h6 {margin:0;}

.cms_widget_content {padding-top:20px;}

#wp-calendar {width:100%;}

#wp-calendar #today {font-weight:bold;}

#wp-calendar caption {
	padding-bottom:15px;
	text-align:left;
}

#wp-calendar td {padding:5px 0;}

#wp-calendar tfoot td {padding-top:10px;}

.widget_meta abbr {display:inline;}

.widgettitle .rsswidget {display:inline-block;}

.rss-date {display:block;}

.tl-content {
	position:relative;
	padding:25px;
	overflow:hidden;
}

.widget_custom_recent_testimonials_entries .tl-content:before {
	width:45px;
	height:45px;
	top:-16px;
	left:-13px;
	display:block;
    padding:0;
	content:'';
	position:absolute;
	opacity:.3;
	filter:alpha(opacity=30);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.tl-content:after {
	width:20px;
	height:20px;
	top:-5px;
	left:5px;
	display:block;
	content:'\201C';
	color:#ffffff;
	font-size:36px;
	line-height:45px;
	font-weight:bold;
	position:absolute;
	font-family:'Headland One Regular';
}

.widget_custom_recent_testimonials_entries li {list-style:none;}

.widget_custom_recent_testimonials_entries .widget_custom_projects_entries_slides li {
	background-color:#ffffff;
	padding-bottom:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.widget_custom_recent_testimonials_entries .widget_custom_projects_entries_slides li:before {
	background:#e4e4e3;
	width:100%;
	height:1px;
	bottom:0px;
	left:0;
	content:'';
	position:absolute;
}

#bottom .widget_custom_recent_testimonials_entries .widget_custom_projects_entries_slides li {
	border-style:solid;
	border-width:1px 1px 0px;
	border-color:#f5f5f5;
}

#bottom .widget_custom_recent_testimonials_entries .widget_custom_projects_entries_slides li:before {
	background:#f5f5f5;
	height:3px;
}

.widget_custom_recent_testimonials_entries li img {
	float:left;
	margin:0 15px 10px 0;
}

.tl_company {
	display:block;
	padding:0;
	opacity:.5;
	filter:alpha(opacity=50);
	font-size:1.077em;
}

.widget_custom_recent_testimonials_entries .tl_company {
	opacity:1;
	filter:alpha(opacity=100);
}

.tl_author {
	display:block;
	padding:0;
}

a.tl_author {display:inline;}

.widget_custom_recent_testimonials_entries p.tl_company, 
.widget_custom_recent_testimonials_entries p.tl_author {
	text-align:right;
	padding:0 25px;
}

.widget_custom_recent_testimonials_entries .tl_company {font-size:11px;}

.widget_custom_recent_testimonials_entries .tl_author {margin-top:1px;}

.widget_custom_recent_testimonials_entries .tl_company {margin-top:-3px;}

.tl-content p {padding:0;}

.tl-content_wrap {
	position:relative;
	margin-bottom:15px;
}

.widget_custom_recent_testimonials_entries .tl-content_wrap {margin-bottom:0;}

.widget .tl-content_wrap:before {
    bottom:-12px;
    left:20px;
}

.widget .tl-content_wrap:after {
    bottom:-10px;
    left:21px;
}

.widget .tl-content_wrap:after,
.widget .tl-content_wrap:before {
	border-top-width:11px;
	border-right-width:11px;
}

.widget_custom_recent_testimonials_entries .cmsms_content_prev_slide, 
.widget_custom_recent_testimonials_entries .cmsms_content_next_slide {
	top:0;
	right:0px;
	width:20px;
	height:20px;
}

.widget_custom_recent_testimonials_entries .cmsms_content_prev_slide {right:21px;}

.post_type_shortcode .cmsms_content_slider_parent > .responsiveContentSlider > li {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:1px;
}

.widget_custom_recent_testimonials_entries .cmsms_content_prev_slide span,
.widget_custom_recent_testimonials_entries .cmsms_content_next_slide span {
	width:25px;
	height:25px;
	background:url(../images/arrow_content_slider.png) no-repeat 0 -25px;
	margin-right:2%;
}

small, 
small a, 
.cmsms_tl_cat,  
.cmsms_portfolio_full_date abbr, 
.post_type_shortcode .entry-header .published, 
.widget_custom_posts_tabs_entries .tabs > li a span, 
.widget_custom_recent_testimonials_entries .tl_author, 
.portfolio_page .cmsms_portfolio_full_date, 
.portfolio_page .entry-meta .cmsms_category, 
.portfolio_page .entry-meta .cmsms_category a, 
.table td {font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.post_type_shortcode .cmsms_content_prev_slide span, 
.post_type_shortcode .cmsms_content_next_slide span, 
.widget_custom_recent_testimonials_entries .cmsms_content_prev_slide span, 
.widget_custom_recent_testimonials_entries .cmsms_content_next_slide span {
	-webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

/* ---------- Blog ---------- */

.blog .post {
	border-top:1px solid #e1e1e1;
	margin-top:20px;
	padding-top:45px;
	position:relative;
}

.blog .post:before {
	background:#ffffff;
	width:100%;
	height:1px;
	top:0;
	left:0;
	content:'';
	position:absolute;
}

.blog .post:first-child:before {
	display:none;
	background:none;
}

.blog .post:first-child,
.search article.project:last-child,
.search article.page:last-child {
	margin:0;
	padding:0;
	border:none;
}

.cmsms_info {
	border:1px solid #e8e8e8;
	border:1px solid rgba(0, 0, 0, .1);
	color:#6c6c6c;
	text-align:center;
	width:120px;
	height:auto;
	float:left;
	padding:15px 10px 10px;
	margin-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.cmsms_page_year, 
.cmsms_post_year {
	display:block;
	width:100%;
	opacity:.5;
	filter:alpha(opacity=50);
	font:700 18px/24px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.cmsms_page_month, 
.cmsms_page_day {
	color:#454545;
	line-height:30px;
}

.cmsms_post_month, 
.cmsms_post_day, 
.cmsms_info .cmsms_comments {color:#454545;}

.cmsms_post_year {width:100px;}

.blog .post .image_rollover {display:none;}

.cmsms_comments_wrap {
	display:block;
	margin:0;
}

.blog .post .entry-title {margin-bottom:10px;}

.cmsms_comments {
	position:relative;
	display:inline-block;
	width:100%;
	color:#979797;
}

.no-csstransforms3d .cmsms_comments:before {display:none;}

.cmsms_tags {
	display:block;
	padding-bottom:0;
	padding-top:10px;
}

.post .entry-header {
	position:relative;
	display:table;
	width:100%;
}

.post.format-standard .entry-header, 
.post.format-gallery .entry-header, 
.post.format-video .entry-header,
.post.format-audio .entry-header, 
.post.format-image .entry-header {padding-bottom:20px;}

.blog.opened-article .post.format-standard .entry-header, 
.blog.opened-article .post.format-gallery .entry-header, 
.blog.opened-article .post.format-video .entry-header,
.blog.opened-article .post.format-audio .entry-header, 
.blog.opened-article .post.format-image .entry-header {padding-bottom:0;}

.post.format-aside .entry-header, 
.post.format-link .entry-header {padding:0;}

.post.format-aside .entry-header > .entry-header-inner, 
.post.format-link .entry-header > .entry-header-inner, 
.post.format-quote blockquote, 
.blog.opened-article .post .cmsms_wrapper_content {
	background:#ffffff;
	border-right:1px solid #e4e4e3;
	border-bottom:1px solid #e4e4e3;
	padding:25px 20px 50px 25px;
	position:relative;
}

.post.format-aside .entry-header > .entry-header-inner {font:700 22px/30px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.post.format-link .entry-header > .entry-header-inner h6, 
.blog.opened-article .post .cmsms_wrapper_content h6 {
	opacity:.5;
	filter:alpha(opacity=50);
}

.blog .post .cmsms_content_prev_slide span,
.blog .post .cmsms_content_next_slide span {background-color:#141417;}

.post.format-standard .entry-content, 
.post.format-gallery .entry-content, 
.post.format-video .entry-content,
.post.format-audio .entry-content, 
.post.format-image .entry-content {padding-top:10px;}

.post footer {padding:0px;}

.post.format-aside footer, 
.post.format-link footer, 
.post.format-quote header .entry-content {padding:15px 0 0;}

.blog .post .published {
	display:table-cell;
	width:130px;
	vertical-align:middle;
	text-align:center;
}

.cmsms_post_format_img{
	display:block;
	width:35px;
	height:35px;
	background:url(../images/post_format.png) no-repeat 0 0;
	position:absolute;
	top:auto;
	left:auto;
	bottom:12px;
	right:12px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}

.format-aside .cmsms_post_format_img {background-position:0 0;}

.format-link .cmsms_post_format_img {background-position:0 -35px;}

.post.format-quote blockquote:before {
	top:auto;
	left:auto;
	bottom:12px;
	right:12px;
}

.post.format-quote .entry-meta {padding-top:15px;}

.user_name,
.cmsms_category {
	font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
	display:inline-block;
}

.more_button {
	display:inline-block;
	font-weight:bold;
	color:#6c6c6c;
}

.blog .more_button {padding-bottom:20px;}

ul.page-numbers a.next:hover,
ul.page-numbers a.prev:hover,
.project_navi a:hover span {
	opacity:1;
	filter:alpha(opacity=100);
}

ul.page-numbers {
	overflow:hidden;
	padding-top:50px;
}

ul.page-numbers li {list-style:none;}

ul.page-numbers a {
	background-color:#ffffff;
    border-color:#ffffff #e4e4e3 #e4e4e3 #ffffff;
    border-image:none;
    border-style:solid;
    border-width:1px;
	float:left;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

ul.page-numbers span,
ul.page-numbers a {
	display:block;
	float:left;
	margin-right:1px;
	min-width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
}

ul.page-numbers span {line-height:27px;}

ul.page-numbers a.next,
ul.page-numbers a.prev {
	width:25px;
	height:25px;
	background-image:url(../images/arrow_paginator.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul.page-numbers a.prev {background-position:0 bottom;}

ul.page-numbers a:hover {
	border-color:transparent;
	background-color:transparent;
}

.cmsms_comments, 
.comment-reply-link, 
#cancel-comment-reply-link, 
input[type="submit"] {font-family:Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.cmsms_info .cmsms_comments_wrap, 
.blog .post .published, 
.cmsms_price_outer, 
.more_button, .pj_sort a[name="pj_name"], 
.pj_sort a[name="pj_date"], 
a.pj_cat_filter {font-family:'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;}

a {font:13px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.cmsms_page_month, 
.cmsms_page_day, 
.cmsms_post_month, 
.cmsms_post_day, 
.cmsms_info .cmsms_comments {font:700 30px/36px 'Raleway',Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.cmsms_date_title, 
.testimonial .tl_author, 
.cmsms_info .cmsms_comments_wrap {font:700 14px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.color_2, 
.post.format-aside .entry-header > .entry-header-inner, 
.post .entry-title a, 
.testimonial .tl_author, 
.testimonial .tl_company, 
#cmsms_latest_bottom_tweets, 
.project_navi a:hover, 
.cmsms_share:hover, 
.comment-reply-link:hover, 
#cancel-comment-reply-link:hover, 
.comment-edit-link:hover, 
#cmsms_latest_bottom_tweets a:hover {color:#454545;}

a:hover, 
.cmsms_tags a, 
.user_name a, 
.cmsms_category a, 
.jta-tweet-timestamp-link {color:#979797;}

.entry-title a:hover, 
.cmsms_tl_cat a:hover, 
.tl_comments:hover, 
.post .entry-title a:hover, 
.cmsms_tags a:hover, 
.user_name a:hover, 
.cmsms_category a:hover, 
.more_button:hover, 
.cmsms_comments:hover, 
.cmsms_info .cmsms_comments:hover, 
.jp-playlist-item:hover, 
.testimonial .tl_author:hover, 
.jta-tweet-timestamp-link:hover, 
.color_3, 
a.logo:hover, 
div.jp-playlist li a.jp-playlist-current {color:#e71010;}

#slide_top:hover, 
q:before, 
blockquote:before, 
.percent_item_colored, 
.table thead th, span.dropcap2, 
.post .cmsms_post_format_img, 
.project_navi a[rel="prev"]:hover:before, 
.project_navi a[rel="next"]:hover:before, 
.button, .pricing_button, .button_small, 
.button_medium, .button_large, input[type="submit"], 
.related_posts > ul li a:hover, 
.related_posts > ul li a.current, 
.tabs li a:hover, .tabs li.current a, 
.related_posts > ul li a.current, 
#navigation > li.current_page_item > a:before, 
#navigation > li.current-menu-ancestor > a:before, 
#navigation > li.dropdown:hover > a:before, 
.tour > li:hover a, .tour > li.current a, 
.tog:hover, 
.tog.current, 
.wrap_project .portfolio_rollover, 
.tl-content:before, 
.responsive_nav, 
.tparrows.default:hover, 
.ls-newgate .ls-nav-prev:hover, 
.ls-newgate .ls-nav-next:hover, 
.tp-bullets.round .bullet:hover, 
.tp-bullets.round .bullet.selected, 
.ls-newgate .ls-bottom-slidebuttons a.ls-nav-active, 
.ls-newgate .ls-bottom-slidebuttons a:hover, 
.cmsms_content_prev_slide:hover span, 
.cmsms_content_next_slide:hover span, 
.blog .post .cmsms_content_prev_slide:hover span, 
.blog .post .cmsms_content_next_slide:hover span, 
.cmsms_content_slider_parent ul.cmsms_slides_nav li.active a, 
.cmsms_content_slider_parent ul.cmsms_slides_nav li:hover a {background-color:#e71010;}


/* ---------- Open Post ---------- */

.blog.opened-article .post {margin-bottom:20px;}

.cmsms_info_blog_post {
	display:block;
	width:auto;
	height:60px;
	float:left;
}

.blog.opened-article .post .entry-title {margin:0;}

.blog.opened-article .post > .entry-header {
	position:relative;
	display:table;
	margin-top:-7px;
	margin-bottom:55px;
}

.blog.opened-article .post > .entry-header > .published:before {
	position:absolute;
	top:5px;
	left:100px;
	width:1px;
	height:100%;
	content:"";
	background:#e8e8e8;
	background:rgba(0, 0, 0, .1);
}

.blog.opened-article .post > .entry-header:after {
	position:absolute;
	bottom:-25px;
	left:0;
	width:100%;
	height:4px;
	content:"";
	background:#e8e8e8;
	background:rgba(69, 69, 69, .1);
}

.blog.opened-article .entry-header > .ovh {
	display:table-cell;
    overflow:hidden;
    text-align:left;
    vertical-align:middle;
    width:100%;
}

.blog.opened-article .post.format-standard .entry-content, 
.blog.opened-article .post.format-gallery .entry-content, 
.blog.opened-article .post.format-video .entry-content,
.blog.opened-article .post.format-audio .entry-content, 
.blog.opened-article .post.format-image .entry-content {padding-top:30px;}

.blog.opened-article .post.format-standard > header + footer > .entry-content {padding-top:0;}

.blog.opened-article .post.format-aside footer, 
.blog.opened-article .post.format-link footer {padding:30px 0 0;}

.blog.opened-article .post blockquote {margin-bottom:30px;}

.blog .post .published {
    display:block;
	width:auto;
    margin-top:-5px;
    text-align:center;
}

.blog.opened-article .post .published {
	vertical-align:top; 
    display:table-cell;
    height:100%;
    padding-right:25px;
    text-align:left;
    width:auto;
}

.blog.opened-article .post header + footer > .entry-content {padding:0;}

.blog.opened-article .cmsms_comments_wrap {display:inline;}

.blog.opened-article .cmsms_comments {
	display:inline;
	opacity:1;
	filter:alpha(opacity=100);
}

.cmsms_post_full_date, 
.blog.opened-article .cmsms_comments_wrap, 
.widget_custom_posts_tabs_entries li {font:13px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;}

.project_navi {
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	overflow:hidden;
	padding:20px 0;
	margin-bottom:35px;
}

.project_navi a {
	display:block;
	position:relative;
}

.project_navi a[rel="prev"] {
	float:left;
	padding-left:45px;
}

.project_navi a[rel="next"] {
	float:right;
	padding-right:45px;
}

.project_navi a[rel="prev"]:before, 
.project_navi a[rel="next"]:before {
	background:#ebebe8;
	background-image:url(../images/arrow_content_slider.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:25px;
	height:25px;
	content:"";
	-webkit-transition:background-color 0.2s ease;
	-moz-transition:background-color 0.2s ease;
	-ms-transition:background-color 0.2s ease;
	-o-transition:background-color 0.2s ease;
	transition:background-color 0.2s ease;
}

.project_navi a[rel="next"]:before {
	background-position:left top;
	left:auto;
	right:0;
}

.related_posts, 
#comments {
	border-bottom:1px solid #e4e4e3;
	overflow:hidden;
	padding:0;
	margin-bottom:35px;
}

.share_posts {
	overflow:hidden;
	padding:0 0 35px;
}

#comments {
	padding-bottom:15px;
	margin-bottom:20px;
}

.about_author {
	background:#ffffff;
	border-bottom:1px solid #e4e4e3;
	border-right:1px solid #e4e4e3;
	overflow:hidden;
	padding:35px 0 30px;
	margin-bottom:35px;
}

.about_author > h5, 
.about_author_inner {padding:0 20px;}

.share_posts {overflow:visible;}

.about_author_inner {
	overflow:hidden;
	background-color:#fefefe;
}

.about_author_inner .alignleft,
.about_author_inner p {
	margin-bottom:0;
	padding-bottom:0;
}

.cmsmsLike {
	text-decoration:none;
	overflow:hidden;
	position:relative;
	text-align:center;
	display:block;
	margin:0 auto 25px;
	width:76px;
	height:76px;
	color:#979797;
	z-index:1;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.cmsmsLike:before {
	background-image:url(../images/heart.png);
	background-position:center top;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	position:absolute;
	z-index:0;
	content:'';
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:76px;
	height:76px;
	z-index:2;
}

.cmsmsLike:hover:before, 
.cmsmsLike.active:before {background-position:center bottom;}

.cmsmsLike:after, 
.cmsmsLike.active:after {
	top:0px;
	left:0px;
	position:absolute;
	z-index:0;
	content:'';
    border:1px solid #E6E6E5;
	display:block;
	width:74px;
	height:74px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.cmsmsLike:hover:after {
    border:38px solid #ffffff;
	width:0px;
	height:0px;
}

.cmsmsLike.active:hover:after {
    border-width:1px;
	width:74px;
	height:74px;
}

.cmsmsLike.active,
.cmsmsLike.active span {cursor:default;}

.cmsmsLike.active {color:#e71010;}

.cmsmsLike span {
	line-height:100px;
	position:relative;
	z-index:2;
}

.opened-article aside.share_posts > div.fl {min-width:100px;}

.related_posts {padding-bottom:20px;}

.related_posts ul {
	overflow:hidden;
	margin:0;
}

.related_posts > ul li {
	float:left;
	margin-right:1px;
	margin-bottom:-1px;
	list-style:none;
}

.related_posts > ul li a {
	border-bottom:1px solid #e8e8e8;
	background-color:#f1f1f1;
	text-align:center;
	color:#a9a9a9;
	display:block;
	min-width:100px;
	min-height:19px;
	padding:8px 10px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.related_posts > ul li a:hover, 
.related_posts > ul li a.current {color:#f1f1f1;}

.related_posts_content .alignleft {
	display:table-cell;
	margin-bottom:0;
}

.related_posts_content_tab {
	display:none;
	margin:0;
}

.related_posts_content_tab .one_half {
	padding-bottom:30px;
    padding-left:0;
    padding-right:0;
	margin:0 4% 0 0;
	width:46%;
	float:left;
}

.rel_post_content {display:table;}

.related_posts_content {
	border-top:1px solid #e8e8e8;
	padding-top:40px;
}

.related_posts_content_tab h6 {
	display:table-cell;
	padding:0;
	width:100%;
	vertical-align:middle;
}

.cmsms_social {
	display:none;
	overflow:hidden;
	margin-top:20px;
}

.cmsms_share {
	display:inline-block;
	margin:0;
	padding:15px 0 0;
}

.cmsms_social a {
	display:inline-block;
	padding:5px 10px 0 2px;
}

.comment-body .fn a {}

.comment-body .fn {
	float:left;
	padding:5px 0 0 2px; 
}

.comment-body .published {
	color:#797979;
	font-size:0.714em;
	font-weight:normal;
}

.comment-reply-link,
#cancel-comment-reply-link, 
.comment-edit-link {float:right;}

.comment-body .alignleft {margin-bottom:0;}

.comment-body .alignleft img {
	display:block;
	margin-bottom:10;
}

.person_title {
	display:block;
	margin-bottom:0;
}

.person_subtitle {
	font-size:1.077em;
	color:#454545;
	opacity:.7;
	filter:alpha(opacity=70);
}

.person_content{
	border-bottom:1px solid #e8e8e8;
	border-bottom:1px solid rgba(69, 69, 69, .1);
	margin:0 0 18px;
	padding:0;
}

.person_social {
	display:inline-block;
	padding:0 10px 0 0;
	opacity:.5;
	filter:alpha(opacity=50);
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.person_social:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.comment-body {
	border-right:1px solid #e4e4e3;
	border-bottom:1px solid #e4e4e3;
	background-color:#ffffff;
	padding:20px 30px 20px 20px;
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
}

.comment-content {
	overflow:hidden;
	padding-top:4px;
}

.commentlist {
	margin-bottom:0;
	padding-top:20px;
}

.commentlist li {
	padding-left:0;
	list-style:none;
	line-height:20px;
}

.commentlist li div.comment-content ul li {
	list-style:disc inside url(../images/arrow_list.png);
	line-height:24px;
}

.commentlist li div.comment-content ol li {
	list-style:decimal inside;
	line-height:24px;
}

.commentlist ul {
	margin-bottom:0;
	padding-left:30px;
}

.commentlist li div.comment-content ul, 
.commentlist li div.comment-content ol {
	padding:0;
	margin:0 0 18px;
}

.commentlist li div.comment-content ul ul, 
.commentlist li div.comment-content ol ol {
	padding:0 0 0 20px;
	margin:0;
}

.comment-body p {padding-bottom:0;}

#commentform label {
	display:inline-block;
	padding-left:20px;
	line-height:35px;
}

/* ---------- Testimonials ---------- */

.testimonial {overflow:hidden;}

.testimonials .testimonial {
    margin-top:50px;
    padding-top:50px;
	border-top:1px solid #ebecec;
}

.testimonial .published {
	float:right;
	padding:0 0 15px 15px;
	font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.testimonials .testimonial .button {float:right;}

.testimonials .testimonial .tl-content {padding:0px;}

.testimonials .testimonial:first-child {
	margin-top:0;
	padding-top:0;
	border-top:none;
}

.opened-article .testimonial blockquote,
.opened-article .testimonial  {padding-bottom:30px;}

.tl_author_img {
	float:left;
	margin:0 25px 10px 0;
}

.opened-article .testimonial > .tl_author {padding:18px 0 0;}

.cmsms_wrap_latest_bottom_tweets {
	background-color:#FFFFFF;
	background-image:url(../images/twitter_bottom.png);
	background-position:40px 28px;
	background-repeat:no-repeat;
    border-bottom:1px solid #f2f2f2;
    border-top-width:0;
	width:100%;
    margin:0 auto;
    position:relative; 
}

#cmsms_latest_bottom_tweets {
    padding:33px 70px 20px 110px;
	min-height:35px;
}

/* ---------- Portfolio ---------- */

.portfolio {
	position:relative;
	overflow:visible !important;
	margin-right:-4%;
}

.portfolio_page .cmsms_portfolio_full_date, 
.portfolio_page .entry-meta .cmsms_category {padding:5px 0 0;}

.portfolio .project .entry-header .entry-title {margin-bottom:5px;}

.archive .project > figure,
.search .project > figure,
.portfolio .project .media_box {padding-bottom:17px;}

.portfolio .wrap_project {margin-bottom:0px;}

.portfolio_page .wrap_project .media_box {
	padding-bottom:0;
	margin-bottom:0;
}

.portfolio .project footer {padding:0 0 10px;}

.portfolio .project .entry-content p {padding-bottom:0;}

.resize {overflow:hidden;}

.format-album .resize {margin-bottom:0;}

.format-slider .resize,
.format-video .resize {margin-bottom:30px;}

.format-album .resize figure {
	float:left;
	padding-right:4%;
	padding-bottom:30px;
}

.meta-date {display:none;}

.format-album.cmsms_four .resize figure {width:22%;}

.format-album.cmsms_three .resize figure {width:30.6%;}

.format-album.cmsms_two .resize figure {width:48%;}

.format-album.cmsms_one .resize figure {width:100%;}

.format-album.cmsms_four .resize figure:nth-child(4n), 
.format-album.cmsms_three .resize figure:nth-child(3n), 
.format-album.cmsms_two .resize figure:nth-child(2n),
.format-album.cmsms_one .resize figure {padding-right:0;}

.portfolio .project {
	float:left;
	padding-right:3.9%;
	padding-bottom:30px;
}

.portfolio.four_columns .project .jp-duration, 
.portfolio.four_columns .project .jp-current-time, 
.portfolio.four_columns .project .jp-time-sep {display:none;}

.portfolio.four_columns {margin-right:-3.9%;}

.portfolio.four_columns .project {width:21%;}

.portfolio.three_columns .project {width:29.3%;}

.portfolio.two_columns .project {width:46%;}

.portfolio.one_column {margin:0;}

.portfolio.one_column .project {
	float:none;
	padding-right:0;
	width:100%;
}

.portfolio.one_column .entry-content, 
.portfolio.one_column footer.entry-meta, 
.portfolio.one_column .post_category {text-align:center;}

.cmsms_details_links {
	float:right;
	max-width:60%;
	text-align:right;
}

.cmsms_details li:first-child {
	padding-top:0;
	border-top:none;
}

.cmsms_details li {
	overflow:hidden;
	padding:9px 0 7px;
	border-bottom:1px solid #e1e1e1;
	border-bottom:1px solid rgba(0, 0, 0, .1);
	list-style:none;
	font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.cmsms_details .published {display:inline;}

.opened-article .project .entry-title {margin-bottom:30px;}

.opened-article .project > .project_content  {
	width:74%;
	float:left;
}

.opened-article .project > .entry-meta  {
	width:23%;
	float:right;
	margin-right:0;
}

.project_page .opened-article > .project_navi, 
.project_page .opened-article > .share_posts, 
.project_page .opened-article > .about_author, 
.project_page .opened-article > .related_posts, 
.project_page .opened-article > #respond, 
.project_page .opened-article > #comments {width:74%;}

.opened-article .project .entry-content {padding-top:10px;}

.opened-article .project .cmsms_details {
	padding-top:15px;
	margin:0;
}

.opened-article .project .cmsms_details li:last-child {margin-bottom:30px;}

.pj_sort_block {
	background-color:#FFFFFF;
	position:relative;
	padding:30px 0 20px;
    margin:0 auto -3px;
    z-index:10;
	width:940px;
}

body.cmsms_boxed .pj_sort_block {padding:30px 0 20px;}

.pj_options_loader {
	position:absolute;
	top:15px;
	right:30px;
	display:block;
	width:160px;
	height:20px;
	background:url(../images/loader_white.gif) no-repeat 0 0;
}

.pj_options_block {
	position:absolute;
	top:14px;
	right:30px;
	z-index:29;
	display:none;
	padding:3px 0 0;
	opacity:1;
}

.pj_sort_block p {margin-left:10px;}

.pj_options_block a:hover {text-decoration:none;}

.pj_sort {
	position:relative;
	float:right;
}

.pj_sort a[name="pj_date"] {
	display:block;
	float:left;
}

.pj_sort a[name="pj_name"].button, 
.pj_sort a[name="pj_name"].button_small, 
.pj_sort a[name="pj_date"].button,
.pj_sort a[name="pj_date"].button_small,
.pj_cat_filter.button,
.pj_cat_filter.button_small {padding-right:10px;}

.pj_sort a[name="pj_name"], 
.pj_sort a[name="pj_date"], 
a.pj_cat_filter {
	text-transform:uppercase;
	position:relative;
	font-size:12px;
	font-weight:700;
}

.pj_sort a[name="pj_name"]:before, 
.pj_sort a[name="pj_date"]:before, 
a.pj_cat_filter:before {
	border:1px solid #e3e3e3;
    border:1px solid rgba(186, 186, 186, .6);
	background-color:transparent;
	background-image:url(../images/arrow_sort.png);
	background-repeat:no-repeat;
	background-position:right 1px;
	display:block;
    content:"";
    height:9px;
    position:absolute;
    right:0;
    top:3px;
    width:9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    border-radius:50%;
	-webkit-transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
	-ms-transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
	-o-transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.pj_sort a[name="pj_name"] > span, 
.pj_sort a[name="pj_date"] > span {padding:0 20px;}

.pj_sort a.current[name="pj_name"]:before, 
.pj_sort a.current[name="pj_date"]:before {background-position:left 1px;}

.pj_sort a.current.reversed[name="pj_name"]:before, 
.pj_sort a.current.reversed[name="pj_date"]:before {background-position:left -10px;}

.pj_sort a:hover:before, 
.pj_sort a.current:before {
    background-color:#e71010;
    border-color:#e71010;
}

.pj_sort a[name="pj_name"] {
	display:block;
	float:left;
	margin-right:0;
}

div.pj_filter, 
.pj_filter_container {
	position:relative;
	z-index:29;
	min-width:120px;
	padding-left:15px;
}

div.pj_filter {
	float:right;
	padding:0 10px 0 0;
}

a.pj_cat_filter {
	position:relative;
	z-index:31;
	display:block;
	padding-bottom:15px;
}

a.pj_cat_filter > span {
	padding-right:15px;
	width:120px;
}
 
.pj_filter_container ul.pj_filter_list {
	border-top:1px solid #f8f8f8;
	border-top:1px solid rgba(0, 0, 0, .1);
	position:absolute;
	top:33px;
	left:0;
	z-index:30;
	display:block;
	overflow:hidden;
	padding:0;
	width:130px;
	background-color:#ffffff;
	list-style:none;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-ms-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}

.pj_filter_container:hover ul.pj_filter_list {
	opacity:1;
	filter:alpha(opacity=100);
}

ul.pj_filter_list li a {
	border-bottom:1px solid #f8f8f8;
	border-bottom:1px solid rgba(0, 0, 0, .1);
	z-index:30;
	display:block;
	width:100px;
	padding:0 15px;
	height:0;
	opacity:.5;
	filter:alpha(opacity=50);
	-webkit-transition:height 0.5s ease, padding 0.5s ease, color 0.3s ease, opacity 0.3s ease;
	-moz-transition:height 0.5s ease, padding 0.5s ease, color 0.3s ease, opacity 0.3s ease;
	-ms-transition:height 0.5s ease, padding 0.5s ease, color 0.3s ease, opacity 0.3s ease;
	-o-transition:height 0.5s ease, padding 0.5s ease, color 0.3s ease, opacity 0.3s ease;
	transition:height 0.5s ease, padding 0.5s ease, color 0.3s ease, opacity 0.3s ease;
}

ul.pj_filter_list li:hover a, 
ul.pj_filter_list li.current a {
	opacity:1;
	filter:alpha(opacity=100);
}

.pj_filter_container:hover ul.pj_filter_list li a {
	padding:10px 15px;
	height:20px;
}

ul.pj_filter_list:hover li a {height:20px;}

.pj_filter_container:hover ul.pj_filter_list li:first-child a {padding-top:10px;}

.pj_filter_container:hover ul.pj_filter_list li:last-child a {padding-bottom:10px;}

.pj_filter_container:hover .pj_cat_filter.button span, 
.pj_filter_container:hover .pj_cat_filter.button_small span, 
a.pj_cat_filter:hover span {background-position:right -20px;}

.pj_filter_container:hover a.pj_cat_filter:before {
	background-position:left -10px;
	background-color:#e71010;
    border-color:#e71010;
}

.pj_sort a[name="pj_name"]:hover:before, 
.pj_sort a[name="pj_date"]:hover:before {background-position:left 1px;}

ul.pj_filter_list li {
	position:relative;
	z-index:30;
	display:block;
	overflow:hidden;
	background:none;
}

.pj_filter a, 
.pj_filter a:hover, 
.pj_filter a.current, 
.pj_sort a, 
.pj_sort a:hover, 
.pj_sort a.current {color:#404040;}

.pj_date, 
#middle .portfolio .project .jp-video .jp-full-screen {display:none !important;}

.portfolio .project .jp-volume-bar {right:5px;}

a span.image_rollover {
	background:transparent url(../images/hover_content.png) 50% -100px no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.7;
	filter:alpha(opacity=70);
	-webkit-transition:background-color .2s ease-in-out, background-position .3s ease-in-out;
	-moz-transition:background-color .2s ease-in-out, background-position .3s ease-in-out;
	-ms-transition:background-color .2s ease-in-out, background-position .3s ease-in-out;
	-o-transition:background-color .2s ease-in-out, background-position .3s ease-in-out;
	transition:background-color .2s ease-in-out, background-position .3s ease-in-out;
}

.jackbox 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);}

.portfolio_page .image_rollover {
	background-image:none;
	opacity:1;
	filter:alpha(opacity=100);
}

.wrap_project {
	overflow:hidden;
	position:relative;
}

.wrap_project .portfolio_rollover {
	position:absolute;
	width:100%;
	height:100%;
	top:auto;
	bottom:100%;
	left:0;
	overflow:hidden;
	-webkit-transition:bottom .2s ease-in-out;
	-moz-transition:bottom .2s ease-in-out;
	-ms-transition:bottom .2s ease-in-out;
	-o-transition:bottom .2s ease-in-out;
	transition:bottom .2s ease-in-out;
	
	opacity:0.8;
	filter:alpha(opacity=80);
	/*background-color: #dadada !important;*/
}

.wrap_project:hover .portfolio_rollover {
	top:auto;
	bottom:0;
}

.cmsms_imagelink, 
.cmsms_link,
.cmsms_video {
    display:block;
	width:70px;
    height:70px;
    left:50%;
	top:0;
	top:50%;
    /*margin-top:35px;*/
    margin-top:-35px;
	margin-left:-35px;
    position:absolute;
    z-index:9999;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
}

.cmsms_imagelink, 
.cmsms_link,
.cmsms_video  {
	transition:all 0.35s ease-in-out 0.1s;
	-webkit-transition:all 0.35s ease-in-out 0.1s;
	-moz-transition:all 0.35s ease-in-out 0.1s;
	-ms-transition:all 0.35s ease-in-out 0.1s;
	-o-transition:all 0.35s ease-in-out 0.1s;
}

.cmsms_link {margin-left:-35px;}

.cmsms_imagelink + .cmsms_link + .cmsms_video {
	margin-left:-7px;
	transition:all 0.4s ease-in-out 0.15s;
	-webkit-transition:all 0.4s ease-in-out 0.15s;
	-moz-transition:all 0.4s ease-in-out 0.15s;
	-ms-transition:all 0.4s ease-in-out 0.15s;
	-o-transition:all 0.4s ease-in-out 0.15s;
}

.scenes_video {
margin-top: -42px;
}

.wrap_project:hover .cmsms_imagelink, 
.wrap_project:hover .cmsms_link,
.wrap_project:hover .cmsms_video  {
	opacity:1;
	filter:alpha(opacity=100);
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
}

.cmsms_imagelink:before, 
.cmsms_link:before,
.cmsms_video:before {
	background-image:url(../images/hover_search_red.png);
	background-color:none;
	background-position:center center;
	background-repeat:no-repeat;
    display:block;
    height:70px;
    position:absolute;
	content:'';
	top:0;
	left:0;
    width:70px;
	opacity:.6;
	filter:alpha(opacity=60);
	box-shadow:0 0 0 0 rgba(255, 255, 255, 0) inset;
	-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0) inset;
	-moz-box-shadow:0 0 0 0 rgba(255, 255, 255, 0) inset;
	-ms-box-shadow:0 0 0 0 rgba(255, 255, 255, 0) inset;
	-o-box-shadow:0 0 0 0 rgba(255, 255, 255, 0) inset;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.cmsms_link:before {background-image:url(../images/link_bg.png);}

.cmsms_video:before {background-image:url(../images/hover_video_red.png);}

.cmsms_imagelink:hover:before, 
.cmsms_link:hover:before,
.cmsms_video:hover:before{
	box-shadow:0 0 0 11px rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow:0 0 0 11px rgba(255, 255, 255, .8) inset;
	-moz-box-shadow:0 0 0 11px rgba(255, 255, 255, .8) inset;
	-ms-box-shadow:0 0 0 11px rgba(255, 255, 255, .8) inset;
	-o-box-shadow:0 0 0 11px rgba(255, 255, 255, .8) inset;
}

.cmsms_imagelink:after, 
.cmsms_link:after,
.cmsms_video:after {
	border:10px solid rgba(255, 255, 255, .3);
	border:10px solid rgba(176, 176, 173, .3);
	background:none;
    display:block;
    height:50px;
    position:absolute;
	content:'';
	top:0;
	left:0;
    width:50px;
	opacity:.3;
	filter:alpha(opacity=30);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.cmsms_imagelink:hover:before, 
.cmsms_link:hover:before, 
.cmsms_video:hover:before, 
.cmsms_imagelink:hover:after, 
.cmsms_link:hover:after,
.cmsms_video:hover:after {

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	
}

.cmsms_imagelink:hover:before, 
.cmsms_link:hover:before,
.cmsms_video:hover:before {
	opacity:.9;
	filter:alpha(opacity=90);
}

.cmsms_imagelink:hover:after, 
.cmsms_link:hover:after,
.cmsms_video:hover:after {
	opacity:1;
	filter:alpha(opacity=100);
}





/* ---------- Bottom ---------- */

#bottom {
	background-color:#ffffff;
	border-bottom:1px solid #f2f2f2;
	padding:53px 3% 20px;
	position:relative;
	overflow:hidden;
	width:940px;
	margin:0 auto;
}

.bottom_inner {margin:0 -2%;}

#bottom .widgettitle {margin-bottom:20px;}

#bottom input, 
#bottom textarea, 
#bottom select {background-color:#ffffff;}

#bottom input:focus, 
#bottom textarea:focus, 
#bottom select:focus {border-color:#e71010;}


/* ---------- Footer ---------- */

#footer {
	background-color:#ffffff;
	padding:8px 3%;
	position:relative;
	overflow:hidden;
	width:940px;
	margin:0px auto 0px !important;
}

#footer, 
#footer a {
	color:#979797;
	font:12px/18px Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

#footer a:hover {color:#e71010;}

#footer .social_icons {
	float:left;
	overflow:hidden;
	margin:5px 0 0 0;
}

#footer .logo_icons {
	float:right;
	overflow:hidden;
	margin:3px 0 0 0;
}

.footer_nav {
	float:left;
	margin:0 10px 0 0;
}

.footer_nav li {
	display:inline-block;
	padding:0 4px 0 8px;
	background:url(../images/seporator_10.png) no-repeat 0 5px;
	line-height:18px;
}

.footer_nav li:first-child {background:none;}

.social_icons li {
	display:inline-block;
	margin:0;
	padding:2px 5px 0 0;
	list-style:none;	
}

.copyright {
	float:left;
	margin: 45px 0 0 0;
}


/* ---------- Form builder ---------- */

.cmsms-form-builder label {padding-bottom:12px;}

select {
	margin:0 0 3px;
	padding:8px;
	width:100%;
	height:36px;
	border:1px solid #e9e9e9;
	background-color:#efefef;
	line-height:20px;
}

#bottom select {background-color:#fbfbfa;}

option {
	margin:0;
	padding:0 11px;
	height:20px;
	border:none;
	background-color:#ffffff;
}

.cmsms-form-builder .form_info {padding-bottom:20px;}

.widget .cmsms-form-builder .form_info {padding-bottom:16px;}

.widget .cmsms-form-builder .fl {padding:0 10px 5px 0 !important;}

.cmsms-form-builder .loading {
	clear:both;
    margin:-5px 0 0;
    width:100%;
}

.cmsms-form-builder span.db {font-size:.915em;}

#commentform {
	padding-top:0;
	padding-bottom:20px;
}

.cmsms-form-builder input[type="text"]{width:50%;}

input[type="text"], 
input[type="password"], 
textarea {
	background-color:#efefef;
	border-style:solid;
	border-width:1px;
	border-color:#e4e4e3 #ffffff #ffffff #e4e4e3;
	padding:5px 10px;
	height:36px;
	line-height:20px;
	-webkit-transition:border-color .3s ease-in-out, background-color .3s ease-in-out;
	-moz-transition:border-color .3s ease-in-out, background-color .3s ease-in-out;
	-ms-transition:border-color .3s ease-in-out, background-color .3s ease-in-out;
	-o-transition:border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition:border-color .3s ease-in-out, background-color .3s ease-in-out;
}

input[type="text"], 
select {width:50%;}

input[type="password"] {
	width:70%;
	margin-bottom:20px;
}

input, 
textarea, 
select, 
select option {color:#282828;}

.widget input[type="text"], 
.widget input[type="password"], 
.widget select {width:100%;}

textarea {width:70%;}

#bottom input[type="text"], 
#bottom input[type="password"], 
#bottom textarea {background-color:#fbfbfa;}

textarea {padding:8px 10px;}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
select:focus {
	background-color:#e0e0e0;
	border-top-color:#cccccb;
	border-left-color:#cccccb;
	color:#181818;
}

#bottom input[type="text"]:focus, 
#bottom input[type="password"]:focus, 
#bottom textarea:focus, 
#bottom select:focus {background-color:#ffffff;}

#commentform input[type="text"] {
	float:left;
	width:50%;
}

#commentform textarea {
	margin-top:9px;
	min-height:260px;
	width:90%;
	resize:none;
}

#commentform p {
	clear:both;
	overflow:hidden;
}

#commentform input[type="text"]+label {
	float:left;
	padding-left:20px;
	line-height:42px;
}

.cmsms-form-builder .check_parent {
	position:relative;
	overflow:hidden;
	padding:6px 0;
}

.cmsms-form-builder .check_parent label {padding:0;}

.cmsms-form-builder .check_parent input[type="checkbox"], 
.cmsms-form-builder .check_parent input[type="radio"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] {
	position:absolute;
	top:0;
	left:0;
	float:left;
	opacity:0;
}

.cmsms-form-builder .check_parent input[type="radio"]+label:before,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before {background:url(../images/radio_check.png) no-repeat 0 -38px;}

.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="radio"]:checked+label:before {background:url(../images/radio_check.png) no-repeat 0 1px;}

.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="checkbox"]+label:before {background:url(../images/radio_check.png) no-repeat 0 -111px;}

.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="checkbox"]:checked+label:before {background:url(../images/radio_check.png) no-repeat 0 -75px;}

#bottom .cmsms-form-builder .check_parent input[type="radio"]+label:before,
#bottom .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before, 
#bottom .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:before,
#bottom .cmsms-form-builder .check_parent input[type="radio"]:checked+label:before, 
#bottom .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
#bottom .cmsms-form-builder .check_parent input[type="checkbox"]+label:before, 
#bottom .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:before,
#bottom .cmsms-form-builder .check_parent input[type="checkbox"]:checked+label:before {background-image:url(../images/radio_check_bottom.png);}

.cmsms-form-builder .check_parent input[type="checkbox"]+label, 
.cmsms-form-builder input[type="radio"]+label,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label{
	position:relative;
	z-index:1;
	display:block;
	float:left;
	overflow:visible;
	margin:0;
	padding:0 0 0 25px;
	font-weight:normal;
	line-height:20px;
	cursor:pointer;
}

.wpcf7 form.wpcf7-form > p {padding-bottom:25px;}

.wpcf7 form.wpcf7-form > p > label {padding-bottom:10px;}

.wpcf7 form.wpcf7-form > p > span.field_descr {
	display:block;
	padding-top:5px;
	font-size:.915em;
}

.wpcf7 form.wpcf7-form > p span.wpcf7-form-control-wrap {
	display:block;
	margin-top:10px;
}

.wpcf7 form.wpcf7-form span.wpcf7-list-item  {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:5px 0;
}

.wpcf7 form.wpcf7-form span.wpcf7-list-item > label {
	position:relative;
	display:block;
	overflow:visible;
	padding:5px 0;
}

.cmsms-form-builder .check_parent input[type="checkbox"]+label:before, 
.cmsms-form-builder input[type="radio"]+label:before,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before  {
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:20px;
	content:"";
}

.cmsms-form-builder .cmsms_checkbox .db, 
.cmsms-form-builder .cmsms_radio .db, 
.cmsms-form-builder .cmsms_checkboxes .db {
	display:block;
	padding-bottom:15px;
}

.loading {
	position:relative;
	float:right;
	margin-top:11px;
	width:40px;
	height:5px;
	background:url(../images/loader.gif) no-repeat 0 0;
	opacity:0;
}


/* ---------- Form Error ---------- */

.inputContainer {
	position:relative;
	float:left;
}

.formError {
	position:absolute;
	top:300px;
	left:300px;
	z-index:5000;
	display:block;
	cursor:pointer;
}

.ajaxSubmit {
	display:none;
	padding:20px;
	border:1px solid #999999;
	background:#55ea55;
}

.formError .formErrorContent {
	position:relative;
	z-index:5001;
	padding:4px 10px;
	width:150px;
	border:1px solid #333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#000000;
	color:#ffffff;
	font-size:11px;
	font-family:Tahoma;
}

.greenPopup .formErrorContent {background:#33be40;}

.blackPopup .formErrorContent {
	background:#393939;
	color:#ffffff;
}

.formError .formErrorArrow {
	position:relative;
	z-index:5006;
	margin:-2px 0 0 13px;
	width:15px;
}

.formError .formErrorArrowBottom {
	top:2px;
	margin:0 0 0 12px;
}

.formError .formErrorArrow div {
	display:block;
	margin:0 auto;
	height:1px;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	background:#000000;
	font-size:0;
	line-height:0;
}

.greenPopup .formErrorArrow div {background:#33be40;}

.blackPopup .formErrorArrow div {
	background:#393939;
	color:#ffffff;
}

.formError .formErrorArrow .line10 {
	width:15px;
	border:0;
}

.formError .formErrorArrow .line9 {
	width:13px;
	border:0;
}

.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 {
	width:1px;
	border-right:1px solid #333333;
	border-bottom:0;
	border-left:1px solid #333333;
}

.formError .formErrorArrow .line2 {
	width:1px;
	border:0;
	background:#333333;
}

.formError .formErrorArrow .line1 {
	width:0;
	border:0;
	background:#333333;
}

.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 h2 {
	-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 Content Slider ---------- */

.cmsms_content_slider_parent {
	position:relative;
	padding-bottom:56.25%;
	width:100%;
	height:0;
}

.responsiveContentSlider {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0 0 56.25%;
	width:100%;
	height:0;
	background:url(../images/loader.gif) 50% 50% no-repeat;
	list-style:none;
	text-align:left;
}

.cmsms_content_slider_parent>.responsiveContentSlider, 
.responsiveContentSlider>li {
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
}

.responsiveContentSlider {
	top:0;
	left:0;
}

.responsiveContentSlider > li {
	top:0;
	left:100%;
	z-index:1;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav {
	position:absolute;
	top:auto;
	bottom:5px;
	left:0;
	z-index:10;
	margin:0;
	padding:12px;
	list-style:none;
	-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;
}

.post_type_shortcode_inner .cmsms_content_slider_parent {margin-bottom:30px;}

.post_type_shortcode_inner .cmsms_content_slider_parent ul.cmsms_slides_nav {
	bottom:0px;
	padding:0 2%;
}

.widget_custom_recent_testimonials_entries .cmsms_content_slider_parent ul.cmsms_slides_nav {left:10px;}
 
.cmsms_content_slider_parent ul.cmsms_slides_nav li {
	display:block;
	float:left;
	padding:0 0 0 8px;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {padding:0;}

.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
	display:block;
	width:12px;
	height:12px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#ebebe8;
	text-indent:-9999px;
	-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;
}

.widget_custom_recent_testimonials_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li a {
	width:10px;
	height:10px;
}

.cmsms_nav_wrap_wrap {
	position:absolute;
	bottom:0;
	z-index:3;
	width:100%;
	height:33px;
	text-align:center;
}

.cmsms_content_prev_slide,
.cmsms_content_next_slide {
	position:absolute;
	bottom:12px;
	z-index:5;
	display:block;
	width:25px;
}

.cmsms_content_prev_slide {right:38px;}

.cmsms_content_next_slide {right:12px;}

.cmsms_wrap_latest_bottom_tweets .cmsms_content_prev_slide, 
.cmsms_wrap_latest_bottom_tweets .cmsms_content_next_slide {
	right:25px;
	bottom:50%;
}

.cmsms_wrap_latest_bottom_tweets .cmsms_content_next_slide {
	top:auto;
	top:50%;
	margin-top:1px;
}

.cmsms_wrap_latest_bottom_tweets .cmsms_content_prev_slide span, 
.cmsms_wrap_latest_bottom_tweets .cmsms_content_next_slide span {
	background-image:url(../images/arrow_twitter_slider.png);
	background-position:0 0;
}

.cmsms_wrap_latest_bottom_tweets .cmsms_content_next_slide span {background-position:0 bottom;}

.cmsms_content_prev_slide span,
.cmsms_content_next_slide span {
	background-color:#969698;
	display:block;
	width:25px;
	height:25px;
	background-image:url(../images/arrow_content_slider.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

.cmsms_content_prev_slide span {background-position:0 bottom;}

#sidebar .cmsms_content_prev_slide span,
#sidebar .cmsms_content_next_slide span, 
.top_sidebar .cmsms_content_prev_slide span,
.top_sidebar .cmsms_content_next_slide span, 
.middle_sidebar .cmsms_content_prev_slide span,
.middle_sidebar .cmsms_content_next_slide span, 
#bottom .cmsms_content_prev_slide span,
#bottom .cmsms_content_next_slide span {
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/widget_arrow.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

#sidebar .cmsms_content_prev_slide span, 
.top_sidebar .cmsms_content_prev_slide span, 
.middle_sidebar .cmsms_content_prev_slide span, 
#bottom .cmsms_content_prev_slide span {background-position:0 bottom;}

.cmsms_content_prev_slide:hover span,
.cmsms_content_next_slide:hover span {
	opacity:1;
	filter:alpha(opacity=100);
}

.cmsms_content_prev_slide span,
.cmsms_content_next_slide span {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.shortcode_slideshow {position:relative;}

#cmsms_latest_bottom_tweets .responsiveContentSlider li {background-color:#fff;}

#cmsms_latest_bottom_tweets .cmsms_content_slider_parent, 
.post_type_shortcode_inner .cmsms_content_slider_parent {padding-bottom:5%;}

.heading_1 {
	text-shadow:0 1px 0 rgba(0, 0, 0, .5);
	background-color:rgba(0, 0, 0, .5);
}

.heading_2 {text-shadow:0 1px 0 rgba(0, 0, 0, .5);}

.button_slider {
	display:inline-block;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	/*
	font-size: 10px;
	opacity:0.8!important;
	filter:alpha(opacity=80)!important;
	border-radius: 0!important;
	*/
}

.button_slider:hover {color:#e71010 !important;}


/* ---------- Revolution Slider ---------- */

body .fullwidthbanner-container {overflow:visible !important;}

body .tparrows.default {
	background-color:#000;
	background-image:url(../images/arrow_slider.png) !important;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}

body .tp-leftarrow.tparrows.default {background-position:0 0;}

body .tp-rightarrow.tparrows.default {background-position:right top;}

body .tp-bullets.simplebullets.round .bullet {
	background-color:#fbfbfa;
	background-image:none !important;
	width:11px;
	height:11px;
	margin:0 5px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

body .tparrows.default,
body .tp-bullets.simplebullets.round .bullet {
	-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;
}

.fill{
min-height:300px;
max-height:300px;
}

.top-ten {
margin-top: 10px;
font-size: 0.8rem;
}