
html {
    height: 100%;
}
body {
    background-attachment: fixed;
    background-color: #F4F4F4;
    background-image: url("../images/bg_body.jpg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.product.sws{
	text-align: center;
}
header, footer, article, section, nav, figure, address, hgroup, abbr, small, figcaption, aside {
    display: block;
    margin: 0;
    padding: 0;
}
div.jp-video.fullwidth, div.jp-video.fullwidth .jp-type-list-parent {
    z-index: 1;
}
.jp-video {
    margin-bottom: 18px;
}
.jp-playlist {
    margin-top: 10px;
}
figure img {
    display: block;
}
abbr {
    border: 0 none;
}
address {
    font-style: normal;
}
a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}
a:hover, .comment-body .cmsms-edit:hover {
    text-decoration: none;
}
p {
    margin: 0 0 20px 0%;
    padding: 0;
}
table {
    border-collapse: collapse;
    margin: 0 0 0 0px;
    padding: 0;
}
td, th, tr {
    margin: 0;
    padding: 0;
}
ol, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style-position: inside;
    margin: 0 0 18px 0px;
}
ul {
    list-style: none inside url("../images/list_image.png");
}
img {
    border: 0 none;
    padding: 0;
}
a img {
    border: 0 none;
    display: block;
}
.fullwidth {
    display: block;
    max-width: 100%;
    min-width: 100%;
}
.maxwidth {
    display: block;
    max-width: 100%;
}
img.fullwidth {
    image-rendering: optimizequality;
}
.preloader {
    background: url("../images/loader.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.resizable_block {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.preloader .fullwidth, .blog.short .preloader .fullwidth, .portfolio_container .preloader .fullwidth, .cmsms_media .preloader .fullwidth, .resizable_block .fullwidth {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
figure .preloader.inBlog .fullwidth {
    height: auto;
    position: relative;
}
div {
    margin: 0;
    padding: 0;
    text-align: left;
}
blockquote, code, input, textarea {
    margin: 0;
    padding: 0;
}
object, video, audio, embed, canvas, iframe {
    display: block;
}
form, fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
label {
    display: block;
    margin: 0;
    padding: 0;
}
input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    outline: medium none;
}
textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    outline: medium none;
    overflow: hidden;
    resize: none;
}
input, textarea, select, option {
    -moz-box-sizing: border-box;
}
h1, h2, h3, h4, h5, .related_posts_content div p a {
    margin: 0 0% 18px;
    padding: 0;
}
.headline .cmsms_title h1 {
    margin: 0 0 18px;
}
h6 {
    margin: 0 0 10px;
    padding: 0;
}
.featured_block h2 {
    margin: 15px 0;
}
.colored_title_inner h2 {
    margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-style: inherit;
    text-decoration: none;
}
h3 {
    overflow: hidden;
    position: relative;
}
h3:after {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 17px;
    width: 99%;
}
.main_text {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.cl {
    clear: both;
}
.ovh {
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
#page {
    height: auto;
    margin: 32px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slide_top {
    background: url("../images/arrow_top.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border-radius: 50%;
    bottom: 20px;
    display: none;
    height: 35px;
    opacity: 0.5;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: opacity 0.2s ease-in-out 0s, display 0.2s ease-in-out 0s;
    width: 35px;
    z-index: 999;
}
#slide_top:hover {
    opacity: 1;
}
a span.image_rollover {
    background: url("../images/hover_content.png") no-repeat scroll 50% -100px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease-in-out 0s, background-position 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio_container a figure span.image_rollover {
    display: none;
}
a.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.format-album a span.image_rollover, .post.format-image a span.image_rollover, .post-article a span.image_rollover {
    background-image: url("../images/hover_image.png");
}
.portfolio.format-album.format-cover a span.image_rollover, .post_type_shortcode .portfolio.format-album a span.image_rollover, .post_type_shortcode .post.format-image a span.image_rollover {
    background-image: url("../images/hover_content.png");
}
a:hover span.image_rollover {
    background-color: #000000;
    background-position: 50% 50%;
}
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    min-height: 184px;
    padding: 0 30px;
    width: 940px;
}
.header_inner {
    margin: 0 auto;
    position: relative;
    width: 940px;
}
.logo {
    display: block;
     
    padding-top:20px;
    width: 380px;
	margin:0 auto;
}
.social_block {
    text-align:center; 
    width: 220px;
    z-index: 300;
}
.text_block {
    text-align:center; 
     
    z-index: 300;
}
.text_block h1,.text_block span{margin:0;font-size:18px;}
.social_block ul {
    margin: 40px auto 0;
    overflow: hidden;
    padding: 0 0 5px;
    text-align: center;
    width: 100%;
}
.social_block ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 5px 3px 3px 4px;
    text-align: center;
}
.social_block ul li a {
    display: block;
}
.social_block ul li img {
    height: 30px;
    margin: 0 auto;
    width: 30px;
}
.social_block ul li span {
    display: block;
    margin-top: 10px;
}
.social_toggle {
    display: none;
}
.social_toggle.current {
    bottom: -20px;
    height: 20px;
}
.social_toggle span {
    background: url("../images/social_toggle.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
}
.social_toggle.current span {
    background-position: center bottom;
}
.social_block ul li {
    transition: all 0.3s ease-in 0s;
}
.social_block ul li:hover {
    transition: all 0.02s ease 0s;
}
.resp_navigation {
    display: none;
}
#header nav {
    background: none repeat scroll 0 0 #3A454B;
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 117px;
    width: 100%;
    z-index: 10;
}
#header nav.fixed_nav {
    position: fixed;
    right: auto;
    top: -100%;
    width: 940px;
}
#navigation, #navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navigation:after {
    clear: both;
}
#navigation {
    display: block;
    position: relative;
    z-index: 202;
}
#navigation ul {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
#navigation li {
    display: block;
    float: left;
    margin-left: -1px;
    position: relative;
}
#navigation > li:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    z-index: -1;
}
#navigation > li:hover:before {
    width: 0;
}
#navigation li a {
    display: block;
}
#navigation li, .tour li a {
    transition: background-color 0.3s ease-in 0s;
}
#navigation li:hover, .tour li.current > a, .tour li a:hover {
    transition: background-color 0.01s ease 0s;
}
.jp_body #navigation > li {
    background-position: 50.3% 0;
}
#navigation > li > a > span {
    display: block;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 122px;
    word-wrap: break-word;
}
#navigation ul {
    -moz-box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 0px 0;
    position: absolute;
    top: 57px;
    transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
    visibility: hidden;
}
#navigation li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
#navigation ul ul {
    left: 97%;
    margin: 0 0 0 20px;
    top: -9px;
}
#navigation ul li:hover > ul {
    margin: 0 0 0 1px;
}
#navigation ul ul:before {
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}
#navigation ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: none;
    height: auto;
    padding: 0;
}
#navigation ul li, #navigation ul li ul li, #navigation ul li ul li ul li {
    margin: 0;
}
#navigation ul li a {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 35px;
    min-width: 165px;
    padding: 5px 25px;
    text-align: left;
}
#navigation ul li a span {
    display: block;
}
.rev_slider_wrapper {
    position: relative;
}
.rev_slider_wrapper > ul {
    visibility: hidden;
}
.rev_slider {
    overflow: hidden;
    position: relative;
}
.wrap_rev_slider {
    margin-top: 20px;
    padding-bottom: 30px;
}
.rev_slider {
    overflow: hidden;
    position: relative;
}
.fullwidthbanner-container {
    overflow: visible !important;
}
.tp-bannershadow.tp-shadow1 {
    background: url("../images/shadow_1.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
    bottom: -36px !important;
    height: 36px !important;
}
.tp-leftarrow.default, .tp-leftarrow.default:hover {
    background-color: rgba(69, 75, 58, 0.2);
    background-image: url("../images/slider_arrow.png");
    background-position: left center !important;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 55px !important;
    margin-top: -28px;
    position: relative;
    width: 37px !important;
    z-index: 100;
}
.tp-rightarrow.default, .tp-rightarrow.default:hover {
    background-image: url("../images/slider_arrow.png");
    background-position: right center !important;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 55px !important;
    margin-top: -28px;
    position: relative;
    width: 37px !important;
    z-index: 100;
}
.tp-bullets.simplebullets.round .bullet {
    background-image: none !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    height: 12px !important;
    margin-left: 7px !important;
    margin-right: 6px;
    margin-top: -6px;
    position: relative;
    width: 12px !important;
}
#top {
    background-color: #FFFFFF;
    clear: both;
    margin: 0 auto -30px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    width: 940px;
}
.top_inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.cont_nav {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    font-size: 13px;
    margin: 0 auto;
    padding: 14px 0 15px;
    width: 940px;
}
.headline {
    margin: 0 auto;
    padding: 41px 0 6px;
    width: 940px;
}
.headline > div {
    display: table-cell;
    vertical-align: middle;
}
.headline img {
    display: block;
    margin-right: 14px;
}
.headline div h1 {
    margin: 9px 0;
}
.headline div > p {
    margin: -5px 0 10px;
    padding: 0;
}
.headline table h2 {
    margin: 0;
    padding: 0;
}
#middle {
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.middle_inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 940px;
}
.header_inner {
    width: 100%;
}
.cont_nav, .headline, .middle_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}
#top_sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 940px;
}
#top_sidebar .aligncenter img {
    padding-bottom: 18px;
}
.nobg, .cont_nav.nobg, .content_wrap.nobg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.one_first {
    padding-bottom: 20px;
    width: 100%;
}
.one_half {
    float: left;
    padding-bottom: 18px;
    padding-right: 2%;
    width: 49%;
}
.one_half.last {
    float: right;
    padding-right: 0;
    width: 48%;
}
.one_third {
    float: left;
    padding-bottom: 18px;
    padding-right: 4%;
    width: 30.6%;
}
.one_third.last {
    float: right;
    padding-right: 0;
    width: 30.6%;
}
.two_third {
    float: left;
    padding-bottom: 18px;
    padding-right: 4%;
    width: 65.2%;
}
.two_third.last {
    float: right;
    padding-right: 0;
    width: 65.2%;
}
.one_fourth {
    float: left;
    padding-bottom: 18px;
    padding-right: 3.34%;
    width: 22.4%;
}
.featured_block {
    margin-bottom: 21px;
    margin-top: 9px;
    padding: 20px 7px 1px;
    text-align: center;
    transition: background-color 0.3s ease-in-out 0s;
}
.featured_block:hover {
    background-color: #FBFBFB;
}
.one_fourth.last {
    float: right;
    padding-right: 0;
    width: 22.4%;
}
.three_fourth {
    float: left;
    padding-bottom: 18px;
    padding-right: 3.5%;
    width: 74%;
}
.three_fourth.last {
    float: right;
    padding-right: 0;
    width: 74%;
}
.one_half + .one_half, .one_third + .two_third, .two_third + .one_third, .one_third + .one_third + .one_third, .one_fourth + .one_fourth + .one_half, .one_fourth + .one_half + .one_fourth, .one_half + .one_fourth + .one_fourth, .one_fourth + .three_fourth, .three_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth + .one_fourth {
    float: right;
    padding-right: 0;
}
.content_wrap {
    overflow: hidden;
    padding: 20px 0 40px;
    position: relative;
}
.content_wrap:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    left: 74.9%;
    position: absolute;
    top: 0;
    width: 1px;
}
.content_wrap.sidebar_left:before {
    left: 25.1%;
}
.content_wrap.sidebar_left #content {
    float: right;
    padding-left: 4.8%;
    padding-right: 0;
}
#content {
    float: left;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 72.4%;
}
#content.fr {
    float: right;
}
.cmsms_services_icon {
    height: 55px;
    margin: 0 auto;
    width: 55px;
}
.sitemap, .sitemap_category {
    margin-bottom: 30px;
    margin-top: 2px;
}
.cms_archive {
    margin-bottom: 30px;
    overflow: hidden;
}
.sitemap li, .sitemap_category li, .cms_archive li {
    line-height: 28px;
    list-style: none outside none;
    position: relative;
}
.cms_archive li {
    list-style: disc inside url("../images/list_image.png");
}
.sitemap_category {
    position: relative;
}
.sitemap > li {
    margin-bottom: 38px;
    padding-bottom: 33px;
    position: relative;
    width: 100%;
}
.sitemap ul {
    margin-bottom: 0;
}
.sitemap > li > ul {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sitemap > li > ul > li:nth-child(4n+1) {
    clear: both;
}
.sitemap > li > ul > li {
    float: left;
    width: 25%;
}
.sitemap > li > ul > li > ul {
    margin-top: 15px;
}
.cms_archive li {
    display: block;
    float: left;
    padding-bottom: 25px;
    width: 25%;
}
.cmsms_timeline {
    list-style: none outside none;
    margin: -11px 0 0;
    padding: 0 0 37px 29px;
    position: relative;
}
.cmsms_timeline li {
    padding-top: 24px;
    position: relative;
}
.cmsms_timeline li:before, .cmsms_timeline:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 1px;
}
.cmsms_timeline:before {
    bottom: 11px;
    left: 29px;
    top: auto;
}
.cmsms_timeline li a {
    padding-left: 13px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.cmsms_timeline li a:hover {
    padding-left: 19px;
}
.cmsms_timeline li a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -2px;
    position: absolute;
    top: 5px;
    transition: background 0.3s ease-in-out 0s;
    width: 5px;
}
#middle_content {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}
#sidebar {
    float: right;
    margin-left: 0;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 22.5%;
}
#sidebar.fl {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
#sidebar .one_half, #sidebar .one_half.last, #sidebar .one_third, #sidebar .one_third.last, #sidebar .two_third, #sidebar .two_third.last, #sidebar .one_fourth, #sidebar .one_fourth.last, #sidebar .three_fourth, #sidebar .one_fourth.last {
    float: none;
    padding-right: 0;
    width: auto;
}
#sidebar .one_half + .one_half, #sidebar .one_third + .two_third, #sidebar .two_third + .one_third, #sidebar .one_third + .one_third + .one_third, #sidebar .one_fourth + .one_fourth + .one_half, #sidebar .one_fourth + .one_half + .one_fourth, #sidebar .one_half + .one_fourth + .one_fourth, #sidebar .one_fourth + .three_fourth, #sidebar .three_fourth + .one_fourth, #sidebar .one_fourth + .one_fourth + .one_fourth + .one_fourth {
    float: none;
}
.middle_sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #EDEDED;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 940px;
}
#bottom {
    overflow: hidden;
    position: relative;
}
.bottom_inner {
    background: none repeat scroll 0 0 #3A454B;
    margin: 0 auto;
    overflow: hidden;
    padding: 34px 30px 0;
    position: relative;
    width: 940px;
}
#footer {padding-bottom:30px;}

.footer_inner {
	background-color:#3a454b;
	line-height:20px;
	width:940px;
	padding:20px 30px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.footer_inner:before {
	position:absolute;
	top:0px;
	width:940px;
	height:5px;
	border-top:1px solid rgba(72, 82, 88, 1);
	border-bottom:1px solid rgba(72, 82, 88, 1);
	content:'';
}

#footer p {padding:0;}

#footer .footer_nav {
	overflow:hidden;
	margin:0;
}

#footer .footer_nav ul {display:none;}

#footer .footer_nav > li {
	display:block;
	float:left;
	padding-left:20px;
}

#footer .footer_inner > span {
	display:inline-block;
	margin-top:3px;
}

#footer .social_list {
	overflow:hidden;
	margin:5px 0 0;
	list-style:none;
}

#footer .social_list li {
	display:inline-block;
	margin:0 4px 0 5px;
}

.alignleft {
    float: left;
    margin: 0 20px 15px 0;
}
.alignright {
    float: right;
    margin: 0 0 15px 20px;
}
.tour_box_inner .alignleft {
    float: left;
    margin: 10px 20px 15px 0;
}
.tour_box_inner .alignright {
    float: right;
    margin: 10px 0 15px 20px;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.nopadding {
    padding: 0;
}
.divider {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    clear: both;
    height: 1px;
    margin: 34px 0 32px;
    width: 100%;
}
.fullwidth_divider {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    clear: both;
    height: 1px;
    margin: 14px -30px 32px;
    width: 120%;
}
.entry .one_half .divider, .entry .one_third .divider, .entry .two_third .divider, .entry .one_fourth .divider, .entry .three_fourth .divider {
    margin: 15px 0;
}
.vertical_divider {
    background-color: #BEBEBE;
    display: block;
    height: 10px;
    margin: 5px 6px 0;
    width: 1px;
}
.tooltip {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FEFEFE;
    display: none;
    font-size: 12px;
    margin: 0;
    padding: 3px 10px;
    z-index: 999;
}
.divider a {
    font-size: 10px;
    margin-top: -18px;
    text-decoration: none;
    text-transform: uppercase;
}
.post_type_shortcode {
    position: relative;
}
.post_type_shortcode .cms_title {
    margin-bottom: 30px;
}
.post_type_shortcode a.cmsms_content_prev_slide, .post_type_shortcode a.cmsms_content_next_slide {
    left: auto;
    right: 0;
    top: 10px;
}
.post_type_shortcode a.cmsms_content_prev_slide {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 0 10px;
    right: 21px;
}
.wp-caption {
    border: 1px solid #E7E7E7;
    display: block;
    padding: 6px;
}
.wp-caption-text {
    margin: 0;
    padding: 6px 0 0;
    text-align: center;
}
.wp-caption + p {
    padding-top: 5px;
}
#middle .wp-caption img {
    box-shadow: none;
}
video {
    background-color: #000000;
}
#middle .blog .post.format-video .jp-video, #content .entry .post .jp-video {
    margin-bottom: 0;
}
.caption img {
    display: block;
}
.caption figcaption {
    background-color: #FFFFFF;
    text-align: center;
}
.table {
    border-spacing: 0;
    margin-bottom: 18px;
    margin-left: 1px;
    width: 99%;
}
.table td, .table tr th{
    border-bottom: 1px solid #EBECEC;
    padding: 15px 0 15px 20px;
}
.table td:first-child, .table tr th:first-child {
    border-left: 1px solid #EBECEC;
}
.table td:last-child, .table tr th:last-child {
    border-right: 1px solid #EBECEC;
}
.table tbody tr:nth-child(2n) {
    background-color: #FDFDFD;
}
.table thead th {
    color: #3A454B
}
.table th {
    padding: 11px 0 11px 20px;
    text-align: left;
}
span.dropcap {
    -moz-box-sizing: border-box;
    border-radius: 50%;
    color: #FFFEFE;
    float: left;
    font-weight: bold;
    height: 52px;
    margin-right: 10px;
    padding: 2px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    width: 55px;
	display:block;
	margin-bottom:10px;
}
span.dropcap2 {
    float: left;
    margin-top: 4px;
    padding: 0 15px;
}
q, blockquote {
    margin: 0;
    padding: 0 0 18px 35px;
    position: relative;
    vertical-align: baseline;
}
q p, blockquote p {
    margin: 0;
    padding: 0;
}
q:before, blockquote:before {
    content: "“";
    display: block;
    font-size: 28px;
    left: 0;
    line-height: 1em;
    padding: 0;
    position: absolute;
    top: 0;
}
.cmsms_shortcode_testimonials blockquote:before {
    font-size: 32px;
    left: 10px;
    top: 25px;
}
q:after, blockquote:after {
    clear: both;
}
code {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-top: 2px solid #F5A615;
    display: block;
    padding: 15px 20px;
    position: relative;
}
code:after {
    clear: both;
}
.cmsms_plus {
    display: block;
    left: 0;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.cmsms_plus_inner {
    display: block;
    height: 25px;
    position: relative;
    transition: background-color 0.3s ease-out 0s;
    width: 25px;
}
.cmsms_plus .vert_line, .cmsms_plus .horiz_line {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.cmsms_plus .vert_line {
    display: block;
    height: 10px;
    left: 11px;
    position: absolute;
    top: 7px;
    width: 2px;
    z-index: 2;
}
.cmsms_plus .horiz_line {
    display: block;
    height: 2px;
    left: 7px;
    position: absolute;
    top: 11px;
    width: 10px;
}
.togg, .acc {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 2px 0 3px;
    overflow: hidden;
    position: relative;
}
.tog {
    display: block;
    margin: 0;
    padding: 18px 0 21px 40px;
    position: relative;
}
.tog.current .cmsms_plus .vert_line {
    display: none;
}
.togg .tab_content {
    padding: 8px 20px 23px 0;
}
.accordion {
    margin-bottom: 18px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}
.acc .tog {
    padding: 18px 0 21px 40px;
}
.accordion .tab_content {
    overflow: hidden;
    padding: 20px 0 0;
    position: relative;
}
.tab {
    margin-bottom: 18px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}
.widget_custom_latest_popular_recent_entries .tab {
    margin-bottom: 10px;
    padding-top: 8px;
}
.tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px;
}
.tabs li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}
.tabs li a {
    -moz-box-sizing: border-box;
    background-color: #33BEE5;
    display: block;
    min-height: 35px;
    min-width: 93px;
    padding: 8px 15px;
    position: relative;
    text-align: center;
}
.tabs li a, .comment-reply-link {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
}
.tabs li a.current, .tabs li a:hover, .comment-reply-link:hover {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0);
}
.tabs li a.current {
    z-index: 2;
}
.tab .tab_content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 25px;
    position: relative;
    z-index: 1;
}
.tabs_tab {
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tabs_tab img {
}
.tab.lpr .tabs li {
    margin: 0 0 0 3%;
    width: 31.2%;
}
.tab.lpr .tabs li:first-child {
    margin: 0;
}
.tab.lpr .tabs {
    border: medium none;
    padding-bottom: 9px;
}
.tab.lpr .tabs li a {
    -moz-box-sizing: border-box;
    margin-bottom: 1px;
    min-height: 28px;
    min-width: 1px;
    padding: 5px 1px;
}
.tab.lpr .tab_content {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 1px;
    padding: 0;
}
.bottom_inner .tab.lpr .tab_content {
    border: 1px solid #485258;
}
.tab.lpr .tabs_tab ul li {
    padding: 15px 20px 20px;
    position: relative;
}
.tab.lpr .tabs_tab ul > li .alignleft {
    margin: 5px 20px 0 0;
}
.tab.lpr .tabs_tab ul > li:first-child:before {
    content: none;
    display: none;
}
.tab.lpr .tabs_tab ul > li:before {
    top: 0;
}
.tab.lpr .tabs_tab abbr {
    padding: 0 0 10px;
}
.tab.lpr .tabs_tab p {
    margin: 0;
}
.tab.lpr .tabs_tab strong {
    text-transform: uppercase;
}
.latest_news li:first-child {
    margin: 0;
}
.latest_news li {
    list-style: none outside none;
    margin-top: 14px;
    overflow: hidden;
}
.latest_news a {
    font-size: 15px;
    line-height: 27px;
}
.latest_news .alignleft {
    margin-right: 30px;
}
.latest_news li p {
    line-height: 18px;
    padding-bottom: 0;
}
.blog.short, .portfolio_container.short {
    position: relative;
}
.blog.short .post header .entry-title, .portfolio_container.short .portfolio header .entry-title {
    padding: 0;
}
.portfolio_container.short {
    margin-right: 0;
}
.blog.short .post .post_category, .portfolio_container.short .portfolio .post_category {
    text-decoration: none;
}
.cmsms_tags li {
    display: inline;
}
.google_map {
    margin-bottom: 18px;
}
.tour_content {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.tour {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3%;
    width: 23%;
}
.content_wrap .tour, .three_fourth .tour {
    margin-right: 2%;
    width: 31.5%;
}
.two_third .tour {
    margin-right: 2%;
    width: 35%;
}
.content_wrap .tour_box, .three_fourth .tour_box {
    width: 64%;
}
.two_third .tour_box {
    width: 60%;
}
.tour li {
    list-style: none outside none;
    margin-bottom: 1px;
    position: relative;
    z-index: 3;
}
.tour li a {
    -moz-box-sizing: border-box;
    display: block;
    font-style: normal;
    padding: 12px 22px 13px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
}
.tour li a:before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.tour_box {
    -moz-box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    float: right;
    padding: 0;
    position: relative;
    width: 73.7%;
}
.tour_box_inner {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 20px;
}
.tour_box_inner img {
}
.slider_shortcode {
    position: relative;
}
.pricingtable {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    margin-top: 11px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.pricingtable .title {
    margin: 0;
    padding: 16px 5px 18px;
}
.one_third .pricingtable {
    margin: 0;
}
.one_third .pricingtable .title, .one_half .pricingtable .title, .one_first .pricingtable .title {
    padding: 16px 5px 19px;
}
.pricingtable .cmsms_price {
    background: url("../images/pricingtable_bg.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 12px 45px 12px 21px;
    text-align: left;
}
.one_third .pricingtable .cmsms_price, .one_half .pricingtable .cmsms_price, .one_first .pricingtable .cmsms_price {
    background: url("../images/pricingtable_bg_one_third.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.one_third .pricingtable .cmsms_price {
    padding: 12px 50px 14px 29px;
}
.one_half .pricingtable .cmsms_price {
    padding: 16px 50px 16px 29px;
}
.one_first .pricingtable .cmsms_price {
    padding: 16px 50px 16px 29px;
}
.one_third .pricingtable .period {
    padding: 6px 0 1px;
}
.one_third .pricingtable ul li {
    padding: 10px 0 9px;
}
.pricingtable .currency, .pricingtable .price, .pricingtable .coins {
    display: inline-block;
    vertical-align: top;
}
.pricingtable .currency {
    margin-right: -4px;
}
.pricingtable .price {
    margin-right: -4px;
}
.pricingtable .period {
    display: block;
    padding: 3px 0 2px;
}
.pricingtable ul {
    list-style: none outside none;
    margin: 0;
}
.pricingtable ul li {
    padding: 9px 5px 7px;
    position: relative;
}
.pricingtable ul li:first-child:before {
    content: none;
    display: none;
}
.pricingtable .but {
    padding: 18px 5px;
    text-align: center;
}
.pricingtable .title, .pricingtable ul li, .pricingtable .but {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}
.pricingtable ul li {
    border-bottom: 1px solid #E8E8E8;
}
.one_third .pricingtable .but {
    padding: 23px 5px;
}
.one_half .pricingtable .but {
    padding: 19px 5px 15px;
}
.one_first .pricingtable .but {
    padding: 19px 5px 15px;
}
.pricingtable .but .button {
    min-width: 90px;
}
.one_third .pricingtable .but .button {
    min-width: 106px;
    padding: 10px 17px 9px;
}
.wrap_fb_text, .wrap_fb_but {
    display: table-cell;
}
.wrap_fb_but {
    padding-left: 30px;
    text-align: right;
    vertical-align: middle;
    width: 18%;
}
.featured_block .fb_link {
    display: block;
    min-width: 200px;
}
.featured_block h3 {
    margin-bottom: 5px;
}
.featured_block p {
    padding: 0;
}
.cmsms_shortcode_testimonials .entry-content > .alignleft {
    margin-bottom: 0;
}
.cmsms_shortcode_testimonials .entry-content > .cmsms_tags {
    margin-top: -10px;
}
.cmsms_shortcode_testimonials .alignleft + p {
    padding-top: 15px;
}
.cmsms_shortcode_testimonials blockquote {
    background-color: #FBFBFB;
    margin-bottom: 30px;
    padding: 29px 10px 34px 44px;
}
.cmsms_shortcode_testimonials blockquote:after {
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #FBFBFB;
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -13px;
    content: "";
    left: 40px;
    position: absolute;
}
.colored_shortcode {
    display: table;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.colored_title {
    display: table-cell;
}
.colored_title_inner {
    background-color: #5B655B;
    display: block;
    overflow: hidden;
    padding: 23px 40px 10px;
    position: relative;
    z-index: 0;
}
.colored_button {
    background-color: #3D4244;
    color: #FFFFFF;
    display: table-cell;
    min-width: 200px;
    padding: 0 40px;
    vertical-align: middle;
}
.icon_banner {
    background-image: url("../images/icon_banner.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 60px;
    width: 55px;
}
.shortcode_skill {
    overflow: hidden;
    position: relative;
}
.shortcode_skill:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    content: "";
    height: 95%;
    left: 27%;
    margin: 15px 0 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.skill_item {
    overflow: hidden;
    width: 100%;
}
.skill_item > span {
    float: left;
    padding: 24px 4.7% 0 0;
    text-align: right;
    width: 25%;
}
.skill_item_colored_main_wrap {
    float: left;
    padding: 15px 0 5px;
    width: 70%;
}
.skill_item_colored_wrap {
    height: 33px;
    position: relative;
}
.skill_item_colored {
    animation: 2s linear 0.1s normal none 1 move;
    height: 100%;
    position: absolute;
    width: 100%;
}
@-moz-keyframes move {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
.skill_item_colored_wrap > span {
    display: block;
    position: relative;
}
.skill_item_colored > span {
    animation: 2.5s linear 0.1s normal none 1 opacity;
    display: block;
    padding: 8px 10px;
    text-align: right;
}
@-moz-keyframes opacity {
0% {
    opacity: 0;
}
90% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-moz-keyframes opacity {
0% {
    opacity: 0;
}
90% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.comment-reply-link, .button, .button_medium, .button_large, .Actions .action {
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    min-width: 87px;
    padding: 8px 20px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.Actions .action:hover{ 
	cursor:pointer;
}
.button_medium {
    font-size: 16px;
    min-width: 113px;
    padding: 13px 20px 14px;
}
.button_large {
    font-size: 22px;
    line-height: 24px;
    min-width: 152px;
    padding: 18px 25px;
}
.button.current, .button_medium.current, .button_large.current {
    z-index: 2;
}
.button:hover, .button_medium:hover, .button_large:hover, .button.current, .button_medium.current, .button_large.current {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0);
}
.box {
    margin: 0 0 20px;
}
.error_box, .success_box, .notice_box, .warning_box, .download_box, .css_box {
}
.error_box {
    background-color: rgba(253, 198, 198, 0.5);
}
.success_box {
    background-color: rgba(182, 240, 148, 0.5);
}
.notice_box {
    background-color: rgba(169, 229, 246, 0.5);
}
.warning_box {
    background-color: rgba(254, 222, 153, 0.5);
}
.download_box {
    background-color: rgba(165, 244, 148, 0.5);
}
.css_box {
    background-color: rgba(245, 244, 244, 0.8);
}
.css_box {
    padding: 25px;
}
.box.css_box p {
    margin: 0;
    padding: 0;
}
.box table {
    width: 100%;
}
.box table td p {
    margin: 0;
    padding: 0 20px 0 0;
}
.box table td {
    padding: 23px 0 24px;
    text-align: left;
}
.box table td:first-child {
    width: 80px;
}
.box.error_box table td:first-child {
    background: url("../images/error.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.box.success_box table td:first-child {
    background: url("../images/success.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.box.notice_box table td:first-child {
    background: url("../images/notice.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.box.warning_box table td:first-child {
    background: url("../images/warning.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.box.download_box table td:first-child {
    background: url("../images/download.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.widget {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.one_first .widget {
    padding-bottom: 10px;
}
#sidebar .one_first, #sidebar .widget {
    margin-bottom: 2px;
    padding-bottom: 30px;
}
#sidebar .widget:before, .widget_archive li:before, .widget_categories li:before, .widget_nav_menu li:before, .widget_meta li:before, .widget_pages li:before, .widget_recent_entries li:before, .arrow_dash_r li:before, .tab.lpr .tabs_tab ul > li:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.bottom_inner #sidebar .widget:before, .bottom_inner .widget_archive li:before, .bottom_inner .widget_categories li:before, .bottom_inner .widget_nav_menu li:before, .bottom_inner .widget_meta li:before, .bottom_inner .widget_pages li:before, .bottom_inner .widget_recent_entries li:before, .bottom_inner .arrow_dash_r li:before, .bottom_inner .tab.lpr .tabs_tab ul > li:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #485258;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sitemap_category:before, .sitemap > li:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 -30px;
    position: absolute;
    width: 120%;
}
.widget_archive li {
}
#sidebar > div:last-child .widget:before {
    content: none;
    display: none;
}
.shortcode_slideshow_container {
    position: relative;
}
.widget .widgettitle {
    margin: 0;
    padding-bottom: 35px;
}
#sidebar .widget .widgettitle {
    margin-left: 1px;
    padding-bottom: 27px;
}
.widget ul {
    list-style: none outside none;
    margin-bottom: 0;
    overflow: hidden;
}
.widget abbr {
    padding: 5px 0;
}
.widget cite {
    padding-left: 5px;
}
.widget_rss .widgettitle .rsswidget {
    float: left;
    margin: 5px 15px 0 0;
}
.rss-date {
    display: block;
    padding-left: 10px;
    text-indent: 0;
}
.widget_calendar caption {
    padding: 10px 0;
    text-align: center;
}
.widget_calendar table {
    text-align: center;
    width: 100%;
}
.widget_calendar table thead th {
    padding: 6px 0;
}
.widget_calendar table tbody td {
    height: 39px;
    width: 39px;
}
.widget_calendar table tbody td a {
    display: block;
    padding: 10px 0;
}
.widget_calendar tfoot td {
    padding-top: 18px;
}
.widget_custom_text_icon > table {
    margin-bottom: 10px;
}
.widget_custom_text_icon .widgettitle, .widget_custom_text_icon .widgetsubtitle {
    margin: 0;
    padding: 0 0 5px 10px;
}
.widget_custom_text_icon .with_image {
    width: 20%;
}
.widget_meta abbr {
    display: inline;
}
.widget_text figure {
    margin-bottom: 20px;
}
.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_meta li, .widget_links li, .widget_pages li, .widget_recent_entries li, .arrow_dash_r li {
    list-style: disc inside url("../images/list_image.png");
    overflow: hidden;
    padding: 0 0 10px 5px;
    position: relative;
}
.widget_links ul {
    margin-top: -5px;
}
.bottom_inner .widget_links li {
    list-style: disc inside url("../images/list_image_bottom.png");
    overflow: hidden;
    padding: 0 0 10px 5px;
    position: relative;
}
.widget_links li:first-child, .widget_archive li:first-child, .widget_categories li:first-child, .widget_nav_menu li:first-child, .widget_meta li:first-child, .widget_pages li:first-child, .widget_recent_entries li:first-child, .arrow_dash_r li:first-child {
    padding-top: 0;
}
.widget_links li:before, .widget_archive li:before, .widget_categories li:before, .widget_nav_menu li:before, .widget_meta li:before, .widget_pages li:before, .widget_recent_entries li:before, .arrow_dash_r li:before {
    top: 0;
}
.widget_links li:first-child:before, .widget_archive li:first-child:before, .widget_categories li:first-child:before, .widget_nav_menu li:first-child:before, .widget_meta li:first-child:before, .widget_pages li:first-child:before, .widget_recent_entries li:first-child:before, .arrow_dash_r li:first-child:before {
    content: none;
    display: none;
}
.widget li:last-child {
    padding-bottom: 0;
}
.widget_custom_advertising_entries {
}
.widget_custom_advertising_entries ul li, .adv_widget_image {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    list-style: none outside none;
    padding: 0 4% 4% 0;
}
.widget_custom_advertising_entries ul li:nth-child(2n), .adv_widget_image:nth-child(2n) {
    padding-right: 0;
}
.widget_custom_advertising_entries img {
    border: 1px solid rgba(193, 193, 193, 0.5);
}
.widget_custom_flickr_entries .flickr_badge_image a {
    display: block;
}
.widget_custom_flickr_entries ul {
    padding-bottom: 8px;
}
.widget_custom_flickr_entries ul li, .widget_custom_flickr_entries .flickr_badge_image {
    float: left;
    list-style: none outside none;
    padding: 0 4% 4% 0;
}
.widget_custom_flickr_entries:hover a img {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out 0s;
}
.widget_custom_flickr_entries:hover a:hover img {
    opacity: 1;
}
#sidebar .widget_custom_flickr_entries .wrap {
    overflow: hidden;
    padding-bottom: 15px;
}
.widget_custom_recent_entries ul > li {
    overflow: hidden;
}
.tweet_text {
    background-color: #FBFBFB;
    display: block;
    margin: 0;
    padding: 17px 18px 20px 21px;
    position: relative;
    word-wrap: break-word;
}
.bottom_inner .tweet_text {
    background-color: rgba(255, 255, 255, 0.08);
}
.tweet_text:before {
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #FBFBFB;
    bottom: -12px;
    content: "";
    left: 23px;
    position: absolute;
}
.bottom_inner .tweet_text:before {
    border-top: 12px solid rgba(255, 255, 255, 0.08);
}
.widget_custom_twitter_entries ul li {
    list-style: none outside none;
    margin-bottom: 20px;
}
.widget_custom_twitter_entries ul li .tweet_time {
    display: block;
    padding: 15px 15px 0 0;
    text-align: left;
}
.widget_custom_twitter_entries ul li .tweet_text p {
    padding-bottom: 0;
}
.widget_custom_contact_form_entries .cmsms-form-builder .form_info {
    padding-bottom: 15px;
}
.widgetinfo {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    color: #90CD67;
    display: none;
    margin: 0 0 15px;
    padding: 5px 10px;
    text-align: center;
}
.loading {
    background: url("../images/loader.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    float: right;
    height: 5px;
    margin-right: 4%;
    margin-top: 10px;
    opacity: 0;
    position: relative;
    width: 40px;
}
.search_line p {
    padding: 0;
}
.search_line input[type="text"] {
    float: left;
    padding-left: 10px;
    padding-right: 35px;
    width: 99%;
}
.search_line input[type="submit"] {
    background: url("../images/search.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin: 0 0 0 -36px;
    padding: 0;
    position: relative;
    width: 36px;
}
.error {
    padding-bottom: 70px;
    text-align: center;
}
.error h1 {
    font-size: 17em;
    line-height: 1em;
    margin: -45px 0 12px;
    padding-bottom: 15px;
    position: relative;
}
.error h2 {
    padding-bottom: 27px;
    position: relative;
}
.error .search_line {
    margin: 40px auto 27px;
    overflow: hidden;
    width: 29.5%;
}
.error .search_line form {
    overflow: hidden;
}
.widget_portfolio_link {
    display: block;
    padding-bottom: 8px;
}
.widget_rss > ul > li, .widget_recent_comments > ul > li {
    padding: 25px 0 10px;
}
.widget_rss > ul > li {
    padding-bottom: 20px;
}
.widget_rss > ul > li:first-child, .widget_recent_comments > ul > li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 10px;
}
.widget_rss > ul > li:first-child {
    padding-bottom: 20px;
}
.widget_custom_portfolio_entries .widgettitle {
    background: url("../images/popular_projects_widgettitle_dark.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 26px;
}
.bottom_inner .widget_custom_portfolio_entries .widgettitle {
    background: url("../images/popular_projects_widgettitle.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 26px;
}
.widget_links .widgettitle {
    background: url("../images/list_widgettitle_dark.png") no-repeat scroll 3px 2px rgba(0, 0, 0, 0);
    padding-left: 27px;
}
.bottom_inner .widget_links .widgettitle {
    background: url("../images/list_widgettitle.png") no-repeat scroll 3px 2px rgba(0, 0, 0, 0);
    padding-left: 27px;
}
.widget_custom_twitter_entries .widgettitle {
    background: url("../images/twitter_widgettitle_dark.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    padding-left: 32px;
}
.bottom_inner .widget_custom_twitter_entries .widgettitle {
    background: url("../images/twitter_widgettitle.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    padding-left: 32px;
}
.widget_custom_contact_form_entries .widgettitle {
    background: url("../images/contact_form_widgettitle_dark.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 26px;
}
.bottom_inner .widget_custom_contact_form_entries .widgettitle {
    background: url("../images/contact_form_widgettitle.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 26px;
}
.widget_custom_advertising_entries .widgettitle {
    background: url("../images/advertising_widgettitle_dark.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 28px;
}
.bottom_inner .widget_custom_advertising_entries .widgettitle {
    background: url("../images/advertising_widgettitle.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 26px;
}
.widget_custom_latest_popular_recent_entries .widgettitle {
    background: url("../images/recent_post_widgettitle_dark.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding-left: 23px;
}
.bottom_inner .widget_custom_latest_popular_recent_entries .widgettitle {
    background: url("../images/recent_post_widgettitle.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding-left: 23px;
}
.widget_custom_flickr_entries .widgettitle {
    background: url("../images/flickr_widgettitle_dark.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 24px;
}
.bottom_inner .widget_custom_flickr_entries .widgettitle {
    background: url("../images/flickr_widgettitle.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 24px;
}
.blog .post {
    margin-bottom: 71px;
    margin-top: 14px;
    overflow: hidden;
}
.blog.opened-article {
    padding: 0 0 0 130px;
}
.blog.opened-article .post {
    margin-bottom: 30px;
    margin-left: -130px;
}
.blog.short .post, .portfolio_container.short .portfolio {
    margin-bottom: 10px;
}
figure a {
    display: block;
}
.cmsms_wrapper_entry_content figure a {
    display: inline;
}
.cmsms_info {
    float: left;
    position: relative;
    width: 130px;
}
.cmsms_info .cmsms_date_day, .cmsms_info .cmsms_date_year_mounth {
    display: block;
    height: 38px;
    position: absolute;
    top: 7px;
    width: 38px;
}
.cmsms_info .cmsms_date_day {
    left: 5px;
    text-align: center;
}
.cmsms_info .cmsms_date_year_mounth {
    right: 8px;
}
.cmsms_info .published {
    background-color: #3A454B;
    height: 48px;
    margin: 0 0 3px 1px;
    position: relative;
    width: 99px;
}
.cmsms_post_img {
    background-image: url("../images/format_image.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    height: 48px;
    margin: 0 3px 0 1px;
    width: 48px;
}
.cmsms_info .cmsms_like {
    background-color: #33BEE5;
    float: left;
    height: 48px;
    width: 48px;
}
.format-standard .cmsms_post_img {
    background-image: url("../images/format_standard.png");
}
.format-image .cmsms_post_img, .format-album .cmsms_post_img {
    background-image: url("../images/format_image.png");
}
.format-aside .cmsms_post_img {
    background-image: url("../images/format_aside.png");
}
.format-link .cmsms_post_img {
    background-image: url("../images/format_link.png");
}
.format-slider .cmsms_post_img, .format-gallery .cmsms_post_img {
    background-image: url("../images/format_gallery.png");
}
.format-audio .cmsms_post_img {
    background-image: url("../images/format_audio.png");
}
.format-video .cmsms_post_img {
    background-image: url("../images/format_video.png");
}
.format-quote .cmsms_post_img {
    background-image: url("../images/format_quote.png");
}
.post .entry-header {
    margin: 0 0 25px;
    overflow: hidden;
}
.format-aside .entry-header {
    margin: 0;
}
.format-audio .entry-header {
    margin: 0;
    padding-bottom: 33px;
}
.post .entry-header .cmsms_title > h1 {
    margin-top: 15px;
}
.post .entry-header .entry-title {
    margin: 0;
    padding-bottom: 5px;
}
.post .divider {
    margin: 21px 0 14px;
}
.format-aside .divider {
    margin: 15px 0 14px;
}
.post .entry-header .cmsms_post_info {
    padding: 4px 0 0;
}
.post .entry-header .cmsms_post_info .user_name, .post .entry-header .cmsms_post_info .published, .post .entry-header .cmsms_post_info .post-categories {
    display: inline-block;
}
.post .cmsms_more {
}
.post .blog_media {
    margin-bottom: 20px;
}
.post .entry-meta {
    clear: both;
}
.post .cmsms_project, .post .cmsms_project li, .project .cmsms_project, .project .cmsms_project li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
}
.post .cmsms_project li a {
    position: relative;
}
.project_details .cmsms_project .button_click {
    padding-bottom: 10px;
}
.post.format-aside .entry-content {
    -moz-box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 17px;
    padding: 24px 12px 25px 22px;
}
.post.format-link .entry-header h4 {
    margin: 0;
    padding-bottom: 10px;
}
.post.format-quote blockquote {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 28px;
    padding: 23px 20px 25px 50px;
}
.project_content {
    float: left;
    margin: 18px 0 0;
    width: 71%;
}
.project_sidebar {
    float: right;
    margin: 11px 0 0;
    width: 26%;
}
.format-quote .entry-header {
    margin: 0;
}
.format-quote .divider {
    margin: 15px 0 14px;
}
.post.format-quote blockquote:before, .post.format-quote blockquote:after {
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 13px solid #E5E5E5;
    bottom: -13px;
    content: "";
    left: 32px;
    position: absolute;
    top: auto;
}
.post.format-quote blockquote:after {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 11px solid #FFFFFF;
    bottom: -10px;
    left: 33px;
}
.post.format-quote .entry-content {
    padding-bottom: 18px;
    text-transform: uppercase;
}
.post.format-quote .entry-content p {
    margin: 0;
}
header iframe {
    display: block;
    position: relative;
    z-index: 8;
}
.format-slider .shortcode_slideshow .cmsms_slides_nav, .format-gallery .shortcode_slideshow .cmsms_slides_nav, .entry .shortcode_slideshow_container .cmsms_slides_nav {
    display: block;
    left: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
    z-index: 2;
}
.format-slider .shortcode_slideshow .cmsms_slides_nav li, .format-gallery .shortcode_slideshow .cmsms_slides_nav li, .entry .shortcode_slideshow_container .cmsms_slides_nav li {
    display: inline-block;
    float: none;
}
.format-slider .shortcode_slideshow .cmsms_slides_nav li a, .format-gallery .shortcode_slideshow .cmsms_slides_nav li a, .entry .shortcode_slideshow_container .cmsms_slides_nav li a {
    height: 12px;
    text-indent: 9999px;
    width: 12px;
}
.post .shortcode_slideshow .cmsms_content_prev_slide, .post .shortcode_slideshow .cmsms_content_next_slide {
    display: none;
}
.post .shortcode_slideshow_container .cmsms_content_next_slide {
    right: 20px;
}
.wp-pagenavi {
    overflow: hidden;
    padding: 10px 0;
}
.wp-pagenavi .pages {
    padding-right: 10px;
}
.wp-pagenavi span.current, .wp-pagenavi a {
    -moz-box-sizing: border-box;
    display: inline-block;
    font-weight: normal;
    height: 38px;
    margin: 0 2px;
    text-align: center;
    width: 38px;
}
.wp-pagenavi a {
    margin: 0 6px;
}
.wp-pagenavi a.page {
    margin: 0 2px;
}
.wp-pagenavi span.current, .wp-pagenavi a span {
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 9px 2px;
}
.wp-pagenavi a span.next, .wp-pagenavi a span.prev {
    background: url("../images/pagenavi.png") no-repeat scroll 3px 13px rgba(0, 0, 0, 0);
}
.wp-pagenavi a span.prev {
    background-position: 1px -17px;
}
.subpage_nav, .entry .project_navi {
    overflow: hidden;
}
.entry .project_navi {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 15px 0 17px;
}
.entry .project_navi span {
    display: block;
    position: relative;
}
.entry .project_navi span a {
    background: url("../images/nav_arrow_left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    padding: 1px 15px 0;
    position: relative;
}
.entry .project_navi span a.next, .project_sidebar .cmsms_share {
    background: url("../images/nav_arrow_right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.share_posts h2 {
    margin-bottom: 28px;
}
footer.project_sidebar .share_posts .fl {
    margin-bottom: 20px;
}
.blog .cmsms_like a {
    transition: background-position 0.3s ease-in-out 0s;
}
.cmsms_like a {
    -moz-box-sizing: border-box;
    background-image: url("../images/heart.png");
    background-position: center 0;
    background-repeat: no-repeat;
    border: 1px solid #33BEE5;
    display: block;
    float: left;
    height: 48px;
    position: relative;
    text-decoration: none;
    width: 48px;
}
.cmsms_like a:hover {
    background-color: #33BEE5;
    background-position: center -50px;
}
.cmsms_like a.active {
    background-color: #FFFFFF;
}
.cmsms_like a span {
    display: none;
    line-height: 44px;
    transition: all 0.3s ease-in-out 0s;
}
.cmsms_like a.active {
    background-image: url("../images/heart.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    cursor: auto;
}
.cmsms_like a.active span {
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.cmsms_like a.active:hover {
    background-position: 0 -100px;
}
.cmsms_like a span {
    display: block;
    height: 46px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 46px;
}
.cmsms_like a:hover span {
    color: #FFFFFF;
    opacity: 1;
}
.cmsms_like a.active:hover span {
    display: block;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
.project_sidebar .cmsms_like a {
    background-color: rgba(51, 190, 229, 0.3);
    background-image: url("../images/heart_second.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid rgba(51, 190, 229, 0);
    height: 40px;
    margin: 0 40px 0 0;
    position: relative;
    transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
    width: 40px;
}
.project_sidebar .cmsms_like a span {
    display: block;
    height: 40px;
    line-height: 38px;
    opacity: 1;
    padding-left: 40px;
    width: 40px;
}
.project_sidebar .cmsms_like a:hover {
    transition: border-color 0.03s ease-in-out 0.01s;
}
.project_sidebar .cmsms_like a:hover, .project_sidebar .cmsms_like a.active {
    background-color: rgba(51, 190, 229, 0);
    background-position: center bottom;
    border: 1px solid #33BEE5;
    transition: background-color 0.3s ease-in-out 0s;
}
.cmsms_social {
    display: none;
    overflow: hidden;
    padding: 0 0 20px;
}
.cmsms_social a {
    display: inline-block;
    padding: 5px 10px 0 2px;
}
.cmsms_share {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px 3px 0;
}
.pin-it-button {
    min-width: 109px;
}
.button.cmsms_share {
    margin: 0 0 20px;
    padding: 8px 20px 9px;
}
.about_author {
    margin-bottom: -10px;
    margin-top: 0;
}
.about_author > h2 {
    margin-bottom: 15px;
}
.wrap_author_content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 0;
}
.wrap_author_content .alignleft {
    margin-right: 30px;
    margin-top: 5px;
}
.wrap_author_content h4 {
    margin-bottom: 7px;
}
.wrap_author_content > h3 {
    margin-bottom: 10px;
}
.related_posts {
    overflow: hidden;
}
.related_posts > h2 {
    margin-bottom: 25px;
}
.related_posts ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none outside none;
    margin: -3px 0 3px;
    overflow: hidden;
    padding: 0 0 20px;
}
.related_posts ul li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}
.related_posts .one_half {
    display: table;
    padding: 28px 0 0;
    width: 47%;
}
.related_posts_content div figure.alignleft {
    display: table-cell;
    margin-bottom: 0;
}
.related_posts_content div p {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
.related_posts_content a img {
    border: 3px solid rgba(0, 0, 0, 0);
}
#comments {
    margin-bottom: -2px;
    overflow: hidden;
}
.commentlist {
    margin-bottom: 8px;
    overflow: hidden;
}
.commentlist li {
    list-style: none outside none;
}
.commentlist ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.comment-body {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 25px;
    padding: 10px 0 16px;
    position: relative;
}
.comment-body .alignleft {
    margin-right: 30px;
    margin-top: 5px;
}
.comment-authorinfo {
    overflow: hidden;
}
.comment-reply-link {
    margin: 5px 3px 0 0;
    min-width: 64px;
    padding: 5px 0;
}
.comment-authorinfo h3.name {
    margin: 5px 0 0;
}
#cancel-comment-reply-link {
    float: right;
    padding-right: 6%;
}
#comments .comment-body .published {
    display: inline-block;
    float: right;
    height: auto;
    margin: 0 15px 0 0;
    padding: 10px 10px 0;
    width: auto;
}
.comment-body h3 {
    display: inline-block;
    margin: 0;
    padding-top: 3px;
}
.comment-body p {
    margin-bottom: 13px;
}
.comment-body .cmsms-edit, .comment-body .comment-edit-link {
    float: left;
}
#respond {
    padding-top: 20px;
}
#respond #commentform {
    padding-top: 0;
}
#commentform > h2 {
    margin-bottom: 24px;
}
#commentform p.form-submit {
    display: none;
}
.post #commentform {
    padding: 0;
}
#commentform input[type="text"] {
    float: left;
    width: 52%;
}
#commentform textarea {
    margin-top: 10px;
    min-height: 227px;
    resize: both;
    width: 80%;
}
#commentform p {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 7px;
}
#commentform label {
    display: inline-block;
    float: none;
    line-height: 32px;
    padding-left: 16px;
}
.comment_approve {
    color: #A8A8A8;
}
.one_block .portfolio, .one_block .portfolio.entry-content, .one_block .portfolio .entry-meta, .one_block .portfolio .entry-meta .post_category {
    text-align: center;
}
.portfolio_container {
    margin-right: -4%;
    position: relative;
}
.portfolio_container.four_blocks {
    margin-right: -3.9%;
}
.portfolio_container.one_block {
    margin-right: 0;
}
.project .cmsms_media, .project.format-slider .shortcode_slideshow {
    clear: both;
    margin-bottom: 30px;
}
.project.four_blocks .cmsms_media, .project.three_blocks .cmsms_media, .project.two_blocks .cmsms_media, .project.one_block .cmsms_media {
    margin-bottom: 0;
}
.project .cmsms_media .cmsms_media_box, .portfolio_container .portfolio {
    float: left;
}
.project.one_block .cmsms_media .cmsms_media_box {
    float: none;
}
.portfolio_container.one_block .cmsms_media .cmsms_media_box {
    float: none;
}
.portfolio_container .portfolio, .project .cmsms_media .cmsms_media_box, .project.four_blocks .cmsms_media .cmsms_media_box, .project.three_blocks .cmsms_media .cmsms_media_box, .project.two_blocks .cmsms_media .cmsms_media_box, .portfolio_container.four_blocks .portfolio, .portfolio_container.three_blocks .portfolio, .portfolio_container.two_blocks .portfolio, .portfolio_container.four_blocks .cmsms_media .cmsms_media_box, .portfolio_container.three_blocks .cmsms_media .cmsms_media_box, .portfolio_container.two_blocks .cmsms_media .cmsms_media_box {
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
    padding-right: 4%;
    position: relative;
}
.post_type_shortcode.four_blocks article {
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
    padding-right: 3.45%;
    position: relative;
}
.post_type_shortcode.four_blocks article + article + article + article {
    padding-left: 0;
    padding-right: 0;
}
.project .cmsms_media .cmsms_media_box .image_border {
    padding: 4px;
}
.project.four_blocks .cmsms_media .cmsms_media_box {
    width: 22%;
}
.project.three_blocks .cmsms_media .cmsms_media_box {
    width: 30.6%;
}
.project.two_blocks .cmsms_media .cmsms_media_box {
    width: 48%;
}
.portfolio_container.four_blocks .cmsms_media .cmsms_media_box {
    width: 21%;
}
.portfolio_container.three_blocks .cmsms_media .cmsms_media_box {
    width: 29%;
}
.portfolio_container.two_blocks .cmsms_media .cmsms_media_box {
    width: 46%;
}
.portfolio_container.four_blocks .portfolio {
    width: 21%;
}
.post_type_shortcode.four_blocks article {
    width: 22.4%;
}
.portfolio_container.three_blocks .portfolio {
    width: 29.3%;
}
.portfolio_container.two_blocks .portfolio {
    width: 45%;
}
.portfolio_container.one_block .portfolio {
    margin-bottom: 10px;
    width: 100%;
}
.portfolio_container .portfolio .post_category {
    margin-bottom: 14px;
}
.portfolio_container.short .portfolio .post_category {
    margin-bottom: 0;
}
.portfolio_container.one_block .portfolio figure.fullwidth {
    max-width: 63%;
    min-width: 63%;
}
.portfolio_container.one_block .portfolio .port_text {
    float: left;
    max-width: 33%;
    min-width: 33%;
    padding-left: 2%;
}
.portfolio_inner {
    overflow: hidden;
    position: relative;
}
.portfolio_inner > a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.portfolio_inner .project_rollover.1{background-color:#6cc437; }
.portfolio_inner .project_rollover.2{background-color:#fabe09;}
.project_rollover h6 {
    line-height: 18px;
}
.portfolio_inner .project_rollover .entry-header .entry-title a, .portfolio_inner .project_rollover .entry-header .cmsms_category li a {
    opacity: 1;
    position: relative;
    transition: opacity 0.3s ease-in-out 0s;
    z-index: 10;
}
.portfolio_inner .project_rollover .entry-header .entry-title a:hover, .portfolio_inner .project_rollover .entry-header .cmsms_category li a:hover {
    opacity: 0.7;
}
.portfolio_inner figure {
    height: 0;
    margin: 0;
    padding: 0 0 100%;
    width: 100%;
}
.portfolio_container.two_blocks .portfolio_inner figure {
    height: 0;
    margin: 0;
    padding: 0 0 66%;
    width: 100%;
}
.portfolio_container.one_block .portfolio_inner figure {
    height: 0;
    margin: 0;
    padding: 0 0 56%;
    width: 100%;
}
.portfolio_inner .project_rollover {
    -moz-box-sizing: border-box;
    bottom: 0;
    display: block;
    height: 25%;
    left: 0;
    padding: 11px 20px 9px 17px;
    position: absolute;
    transition: height 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio_inner .project_rollover:before {
    background: inherit;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: height 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 11;
}
.portfolio_container.one_block .portfolio_inner .project_rollover:before {
    background: inherit;
    bottom: 0;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    transition: height 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 0 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 25px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 0 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 25px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 10px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 20px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-bottom: 5px;
    margin-top: 8px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 0 15px 0 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-bottom: 5px;
    margin-top: 9px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 0 15px 0 0;
}
.portfolio_container.two_blocks .portfolio:nth-child(2n+1) {
    float: left;
    padding-left: 0;
    padding-right: 4%;
    width: 46%;
}
.portfolio_container.two_blocks .portfolio:nth-child(2n) {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: 46%;
}
.project_rollover .cmsms_post_img {
    background-color: rgba(0, 0, 0, 0);
    float: none;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
}
.project_rollover .entry-header h6 {
    margin: 0 15px 0 0;
    padding: 0;
}
.project_rollover .entry-header ul {
    margin-right: 15px;
}
.portfolio_inner .project_rollover .entry-content {
    margin-top: 25px;
}
.portfolio_inner .project_rollover .entry-header, .project_rollover .entry-header h6, .project_rollover .entry-header ul, .portfolio_inner .project_rollover .entry-content {
    display: block;
    overflow: hidden;
}
.portfolio_inner > figure, .portfolio_inner > .shortcode_slideshow, .portfolio_inner > .resizable_block, .portfolio_container .portfolio_inner > .resizable_block, .portfolio_container .portfolio_inner > .jp-video {
    margin: 0;
}
.portfolio_inner footer.entry-meta {
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.cmsms_our_team_wrap {
    margin-bottom: 23px;
}
.cmsms_our_team_wrap > div {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cmsms_our_team_wrap div .cmsms_team_rollover {
    -moz-box-sizing: border-box;
    bottom: 0;
    display: block;
    height: 25%;
    left: 0;
    max-height: 100%;
    padding: 0 20px;
    position: absolute;
    transition: height 0.3s ease-in-out 0s;
    width: 100%;
}
.cmsms_team_rollover .entry-header {
    display: table;
    height: 100%;
    padding: 0;
    transition: padding 0.3s ease-in-out 0s;
    vertical-align: middle;
}
.cmsms_team_rollover:hover .entry-header {
    height: auto;
    padding: 15px 0 25px;
}
.cmsms_team_rollover .entry-header > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.cmsms_our_team_wrap div .cmsms_team_rollover .entry-header h6 {
    margin: 0;
    padding: 0;
}
.cmsms_our_team_wrap .entry-header h6, .cmsms_our_team_wrap .entry-header span, .cmsms_our_team_wrap div .cmsms_team_rollover .entry-content, .one_fourth.cmsms_our_team_wrap div .cmsms_team_rollover .entry-footer {
    display: block;
    overflow: hidden;
}
.cmsms_our_team_wrap .cmsms_team_rollover .entry-footer {
    background-color: inherit;
    bottom: 0;
    height: 40px;
    left: 17px;
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
}
.cmsms_our_team_wrap .cmsms_team_rollover .entry-footer {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.1s;
}
.cmsms_our_team_wrap .cmsms_team_rollover:hover .entry-footer {
    opacity: 1;
}
.cmsms_team_rollover a {
    height: 18px;
    margin: 10px 1px 0;
    width: 26px;
}
.cmsms_team_rollover .facebook {
    background: url("../images/socicons/facebook_footer.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.cmsms_team_rollover .twitter {
    background: url("../images/socicons/twitter_footer.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.cmsms_team_rollover .vimeo {
    background: url("../images/socicons/vimeo_footer.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
ul.cmsms_category, ul.post-categories {
    list-style: none outside none;
    margin: 0;
}
ul.cmsms_category li, ul.post-categories li {
    display: inline-block;
    line-height: 18px;
}
.pj_sort {
    height: 73px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.p_options_loader {
    background: url("../images/loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 40px;
}
.p_options_block {
    display: none;
    opacity: 1;
    padding: 19px 0;
    position: relative;
    right: 0;
    z-index: 29;
}
.p_options_block a:hover {
    text-decoration: none;
}
.p_options_block:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 -30px;
    position: absolute;
    width: 130%;
}
.p_sort {
    float: right;
    position: relative;
}
.p_sort .button {
    min-width: 94px;
    padding-left: 16px;
    text-align: left;
}
.p_filter a.p_cat_filter {
    padding-left: 16px;
    position: relative;
    text-align: left;
    transition: background-position 0.3s ease-in-out 0s;
    width: 152px;
    z-index: 31;
}
.p_sort a:after, a.p_cat_filter:after {
    background: url("../images/pj_sort_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 16px;
    transition: background-color 0.3s ease-in-out 0s;
    width: 13px;
}
.p_sort a:hover:after, a.p_cat_filter:hover:after, .p_sort a.current[name="p_name"]:after, .p_sort a.current[name="p_date"]:after, .p_cat_filter.button:hover:after, .p_sort a.button[name="pj_name"]:hover:after, .p_sort a.button[name="pj_date"]:hover:after {
    background-position: right top;
}
a.p_cat_filter {
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 165px;
    z-index: 31;
}
.p_sort a[name="p_date"], .p_sort a[name="p_name"] {
    float: left;
}
.p_sort a[name="p_name"] {
    margin-right: 20px;
}
.p_filter_container:hover a.p_cat_filter:after {
    background-position: right bottom;
}
.p_sort a.current.reversed[name="p_name"]:after, .p_sort a.current.reversed[name="p_date"]:after {
    background-position: right bottom;
}
div.p_filter, .p_filter_container {
    position: relative;
    z-index: 29;
}
div.p_filter {
    float: right;
    padding: 0 20px 0 0;
}
.p_filter_container ul.p_filter {
    background-color: #3A454B;
    left: 0;
    list-style: none outside none;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s, padding-top 0.5s ease 0s, padding-bottom 0.5s ease 0s, top 0.5s ease 0s;
    width: 100%;
}
.p_filter_container:hover ul.p_filter {
    opacity: 1;
    padding: 10px 0 5px;
    top: 35px;
}
ul.p_filter li a {
    -moz-box-sizing: border-box;
    display: block;
    font-weight: normal;
    height: 0;
    padding: 0 0 0 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, color 0.3s ease 0s;
    width: 160px;
    z-index: 30;
}
.p_filter_container:hover ul.p_filter li a {
    height: 28px;
}
ul.p_filter li.current a, ul.p_filter li a:hover {
    display: block;
}
ul.p_filter li:first-child {
    padding-top: 6px;
}
ul.p_filter li {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 30;
}
.p_date {
    display: none;
}
.opened-article .project, .project footer {
    overflow: hidden;
}
.project ul.project_details {
    list-style: none outside none;
    overflow: hidden;
    position: relative;
}
.project ul.project_details li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    line-height: 20px;
    overflow: hidden;
    padding: 20px 0 7px;
    position: relative;
}
.project ul.project_details li div {
    float: right;
    overflow: hidden;
    width: 46%;
}
.project ul.project_details li div a {
    word-wrap: break-word;
}
.project ul.project_details li span.fl {
    padding: 0 10px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.project ul.project_details li .cmsms_like, .project ul.project_details li .button_click {
    margin-top: -10px;
}
.project ul.project_details li span, .project ul.project_details li div {
}
.preloader img {
    opacity: 0;
}
.portfolio_container.one_block article.status-publish {
    float: none;
    margin-bottom: 30px;
}
.portfolio_container.four_blocks .portfolio .jp-duration, .portfolio_container.four_blocks .portfolio .jp-current-time, .portfolio_container.four_blocks .portfolio .jp-time-sep, .portfolio_container .portfolio .jp-full-screen, .portfolio_container .portfolio .li-jp-full-screen {
    display: none;
}
.portfolio_container .portfolio .jp-volume-bar {
    right: 5px;
}
.cmsms-form-builder {
    padding-left: 2px;
}
.cmsms-form-builder label {
    padding-bottom: 10px;
}
.cmsms-form-builder .form_info {
    padding: 3px 0 13px;
}
.cmsms-form-builder span.db {
    display: block;
    margin: 5px 0 10px;
}
input[type="text"],input[type="email"],input[type="password"], textarea, select {
    background-color: #F7F7F8;
    border: 1px solid rgba(255, 255, 255, 0);
    height: 36px;
    line-height: 28px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
    width: 60%;
}
#contactform input[type="text"] {
    width: 53.5%;
}
#contactform .cmsms-form-builder textarea {
    width: 88%;
}
.bottom_inner .cmsms-form-builder input[type="text"],.bottom_inner .cmsms-form-builder input[type="email"], .bottom_inner .cmsms-form-builder textarea, .bottom_inner .cmsms-form-builder select {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0);
    height: 36px;
    line-height: 28px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
    width: 60%;
}
.bottom_inner .cmsms-form-builder fieldset div{ padding-bottom:5px}
.bottom_inner .cmsms-form-builder input[type="text"]:focus, .bottom_inner .cmsms-form-builder textarea:focus, .bottom_inner .cmsms-form-builder select:focus {
    background-color: rgba(0, 0, 0, 0.15);
}
.search_line input[type="text"]:focus {
    padding-right: 35px;
}
option {
    padding: 5px;
}
.widget select {
    padding-top: 8px;
}
.widget input[type="text"], textarea {
    width: 92%;
	height:150px;
}
.bottom_inner .cmsms-form-builder input[type="text"], .bottom_inner .cmsms-form-builder textarea {
    width: 100%;
}
.cmsms-form-builder select {
    height: 32px;
    width: 50%;
}
.cmsms-form-builder option {
    height: 32px;
    margin: 0;
    padding: 5px;
}
.cmsms-form-builder textarea {
    min-height: 200px;
    overflow: auto;
    resize: both;
}
.bottom_inner .cmsms-form-builder textarea {
    min-height: 100px;
    resize: vertical;
}
.cmsms-form-builder .check_parent {
    overflow: hidden;
    padding: 6px 0;
    position: relative;
}
.cmsms-form-builder .check_parent label {
    padding: 0;
}
.cmsms-form-builder .check_parent input[type="checkbox"], .cmsms-form-builder .check_parent input[type="radio"] {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.cmsms-form-builder .check_parent input[type="checkbox"] + label:before, .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before {
    background: url("../images/radio_check.png") no-repeat scroll 0 -85px rgba(0, 0, 0, 0);
}
.cmsms-form-builder .check_parent input[type="checkbox"]:checked + label:before, .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    background: url("../images/radio_check.png") no-repeat scroll 0 -57px rgba(0, 0, 0, 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 scroll 0 -29px rgba(0, 0, 0, 0);
}
.cmsms-form-builder .check_parent input[type="radio"]:checked + label:before, .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:before {
    background: url("../images/radio_check.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cmsms-form-builder .check_parent input[type="checkbox"] + label, .cmsms-form-builder input[type="radio"] + label {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 1px 0 0 25px;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    z-index: 1;
}
.cmsms-form-builder .check_parent input[type="checkbox"], .cmsms-form-builder .check_parent input[type="radio"] {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.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, .cmsms-form-builder .check_parent input[type="checkbox"] + label:before, .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before {
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}
.cmsms-form-builder .cmsms_checkbox .db, .cmsms-form-builder .cmsms_radio .db, .cmsms-form-builder .cmsms_checkboxes .db {
    display: block;
    padding-bottom: 15px;
}
.inputContainer {
    float: left;
    position: relative;
}
.formError {
    cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    top: 300px;
    z-index: 5000;
}
.ajaxSubmit {
    background-color: #55EA55;
    border: 1px solid #999999;
    display: none;
    padding: 20px;
}
.formError .formErrorContent {
    background-color: #000000;
    border: 1px solid #333333;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 4px 10px;
    position: relative;
    width: 150px;
    z-index: 5001;
}
.greenPopup .formErrorContent {
    background-color: #33BE40;
}
.blackPopup .formErrorContent {
    background-color: #393939;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
    z-index: 5006;
}
.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px;
}
.formError .formErrorArrow div {
    background-color: #000000;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.greenPopup .formErrorArrow div {
    background-color: #33BE40;
}
.blackPopup .formErrorArrow div {
    background-color: #393939;
}
.formError .formErrorArrow .line10 {
    border: 0 none;
    width: 15px;
}
.formError .formErrorArrow .line9 {
    border: 0 none;
    width: 13px;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    border-bottom: 0 none;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 1px;
}
.formError .formErrorArrow .line2 {
    background-color: #333333;
    border: 0 none;
    width: 1px;
}
.formError .formErrorArrow .line1 {
    background-color: #333333;
    border: 0 none;
    width: 0;
}
#middle.portfolio_page {
    transition: none 0s ease 0s;
}
.content_wrap {
    transition: background-position 0.3s ease-in-out 0s;
}
.error h1 {
    transition: font-size 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}
.widget_custom_portfolio_entries_container {
    position: relative;
}
.cmsms_content_slider_parent {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.responsiveContentSlider {
    background: url("../images/loader.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
    text-align: left;
    width: 100%;
}
.cmsms_content_slider_parent > .responsiveContentSlider, .responsiveContentSlider > li {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}
.responsiveContentSlider {
    left: 0;
    top: 0;
}
.responsiveContentSlider > li {
    left: 100%;
    top: 0;
    z-index: 1;
}
.widget_custom_portfolio_entries_container .responsiveContentSlider > li {
    padding-bottom: 25px;
}
.responsiveContentSlider > li img {
    height: auto;
}
a.cmsms_content_prev_slide, a.cmsms_content_next_slide {
    background: url("../images/widget_nav.png") no-repeat scroll left top #F6F6F6;
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: background-color 0.3s ease-in-out 0s;
    width: 21px;
    z-index: 8;
}
a.cmsms_content_prev_slide {
    right: 21px;
}
#top_sidebar a.cmsms_content_prev_slide, #top_sidebar a.cmsms_content_next_slide, .middle_sidebar a.cmsms_content_prev_slide, .middle_sidebar a.cmsms_content_next_slide, .bottom_inner a.cmsms_content_prev_slide, .bottom_inner a.cmsms_content_next_slide {
    background: url("../images/widget_nav.png") no-repeat scroll left top #F6F6F6;
    bottom: 1px;
    display: block;
    float: none;
    height: 21px;
    left: 0;
    margin: 0;
    position: absolute;
    top: auto;
    width: 21px;
    z-index: 8;
}
#top_sidebar a.cmsms_content_next_slide, .middle_sidebar a.cmsms_content_next_slide, .bottom_inner a.cmsms_content_next_slide {
    background-position: left bottom;
    left: 22px;
}
.bottom_inner a.cmsms_content_prev_slide, .bottom_inner a.cmsms_content_next_slide {
    background: url("../images/widget_nav_bottom.png") no-repeat scroll left top rgba(255, 255, 255, 0.1);
}
a.cmsms_content_next_slide, .bottom_inner a.cmsms_content_next_slide {
    background-position: left bottom;
    left: 22px;
}
.cmsms_content_slider_parent ul.cmsms_slides_nav {
    -moz-box-sizing: border-box;
    display: inline-block;
    left: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
    z-index: 10;
}
.cmsms_content_slider_parent ul.cmsms_slides_nav li {
    display: block;
    float: left;
    padding: 0 0 0 10px;
}
.cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {
    padding: 0;
}
.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
    border-radius: 50%;
    display: block;
    height: 10px;
    text-indent: 9999px;
    transition: background 0.3s ease-in-out 0s;
    width: 10px;
}
.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
    border-radius: 50%;
    display: block;
    height: 10px;
    text-indent: 9999px;
    transition: background 0.3s ease-in-out 0s;
    width: 10px;
}
.widget_custom_portfolio_entries_container .cmsms_content_slider_parent .cmsms_slides_nav {
    left: auto;
    max-width: 100%;
    padding: 15px 15px 0 0;
    position: absolute;
    text-align: right;
    top: auto;
    width: 100%;
}
.widget_custom_portfolio_entries_container .cmsms_content_slider_parent .cmsms_slides_nav li {
    display: inline-block;
    float: none;
}
#sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li, #top_sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li, .middle_sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li, .bottom_inner .cmsms_content_slider_parent ul.cmsms_slides_nav li {
    padding: 0 0 0 5px;
}
#sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li a, #top_sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li a, .middle_sidebar .cmsms_content_slider_parent ul.cmsms_slides_nav li a, .bottom_inner .cmsms_content_slider_parent ul.cmsms_slides_nav li a {
    background-color: #D6D6D6;
    border-radius: 50%;
    display: block;
    height: 8px;
    text-indent: 9999px;
    transition: background 0.3s ease-in-out 0s;
    width: 8px;
}
.bottom_inner .cmsms_content_slider_parent ul.cmsms_slides_nav li a {
    background-color: rgba(87, 97, 102, 0.7);
}
.widget_custom_portfolio_entries_container figure {
    margin-bottom: 18px;
}
@media only screen and (min-width: 1440px) {
#top, #header, .header_inner, .cont_nav, .headline, .middle_inner, .bottom_inner, #top_sidebar, .middle_sidebar, .footer_inner, .footer_inner:before {
    width: 1160px;
}
#header nav.fixed_nav {
    width: 1160px;
}
.portfolio_container.four_blocks .portfolio {
    padding-left: 0.1%;
    padding-right: 3.9%;
}
.responsiveSlider {
    font-size: 100%;
}
.social_block ul {
    display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
.portfolio_container.two_blocks, .portfolio_container.four_blocks {
    margin-right: -4%;
}
.social_block ul {
    display: block;
}
}
@media only screen and (min-width: 950px) and (max-width: 1439px) {
.related_posts .one_half {
    width: 49%;
}
.project_rollover .entry-header h6 {
    margin: 0 20px 0 0;
}
.project_rollover .cmsms_post_img {
    top: 11px;
}
.portfolio_inner .project_rollover {
    padding-top: 9px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 15px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    right: 10px;
    top: 10px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    right: 15px;
    top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    right: 10px;
    top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    right: 15px;
    top: 15px;
}
}
@media only screen and (min-width: 950px) and (max-width: 1024px) {
.related_posts .one_half {
    width: 49%;
}
.portfolio_inner .project_rollover {
    padding-top: 5px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.pricingtable .cmsms_price {
    padding: 12px 43px 12px 10px;
}
.one_third .pricingtable .cmsms_price {
    padding: 12px 43px 12px 10px;
}
}
@media only screen and (min-width: 801px) and (max-width: 950px) {
.portfolio_inner .project_rollover {
    padding-top: 5px;
}
.project_rollover .cmsms_post_img {
    right: 8px;
    top: 7px;
}
.project_rollover .entry-header h6, .project_rollover .entry-header ul {
    margin: 0 20px 0 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 4px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 0 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover.entry-header h6, .portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul.cmsms_category {
    margin: 0 5px 0 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 4px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 0 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover.entry-header h6, .portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul.cmsms_category {
    margin: 0 5px 0 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul.cmsms_category {
    margin-top: 0;
}
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
.project_rollover .cmsms_post_img {
    right: 5px;
    top: 5px;
}
.project_rollover .entry-header h6, .project_rollover .entry-header ul {
    margin: 0 15px 0 0;
}
.portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 7px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 7px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#navigation > li > a > span {
    width: 114px;
}
.responsiveSlider {
    font-size: 65%;
}
input[type="text"], textarea {
    width: 93%;
}
#bottom .cmsms-form-builder input[type="text"], #bottom .cmsms-form-builder textarea {
    width: 87%;
}
.logo {
    left: 0;
}
.entry .one_half .ovh, .entry .one_third .ovh, .entry .two_third .ovh, .entry .one_fourth .ovh, .entry .three_fourth .ovh {
    clear: both;
}
.commentlist .published {
    float: left;
    margin-left: 0;
}
.cmsms-form-builder select {
    width: 70%;
}
#sidebar {
    margin-left: 0;
    width: 32%;
}
#content {
    width: 64%;
}
.content_wrap:before {
    left: 66%;
}
.content_wrap.sidebar_left #content {
    padding-left: 4%;
}
.content_wrap.sidebar_left:before {
    left: 33.4%;
}
.bottom_inner {
    padding-bottom: 0;
}
.bottom_inner .one_fourth {
    padding-bottom: 16px;
}
.social_block ul {
    display: block;
}
.colored_button {
    padding: 0 10px 0 20px;
}
}
@media only screen and (min-width: 541px) and (max-width: 768px) {
.one_fourth, .one_fourth + .one_fourth + .one_fourth, .portfolio_container.four_blocks .portfolio:nth-child(2n+1), .format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n+1), .cms_archive li:nth-child(2n+1), .sitemap > li > ul > li:nth-child(2n+1), .project.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n+1) {
    float: left;
    padding-left: 0;
    padding-right: 4%;
    width: 46%;
}
.cms_archive li:nth-child(2n+1), .sitemap > li > ul > li:nth-child(2n+1) {
    padding-right: 5%;
}
.one_fourth.last, .one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth + .one_fourth, .portfolio_container.four_blocks .portfolio:nth-child(2n), .format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n), .cms_archive li:nth-child(2n), .sitemap > li > ul > li:nth-child(2n), .project.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n) {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: 46%;
}
.post_type_shortcode.four_blocks article:nth-child(2n+1) {
    float: left;
    padding-left: 0;
    padding-right: 4%;
    width: 48%;
}
.post_type_shortcode.four_blocks article:nth-child(2n) {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
}
.three_blocks.portfolio_container .portfolio:nth-child(2n+1) {
    float: left;
    padding-left: 0;
    padding-right: 2%;
    width: 48%;
}
.three_blocks.portfolio_container .portfolio:nth-child(2n) {
    float: right;
    padding-left: 2%;
    padding-right: 0;
    width: 48%;
}
.one_third.cmsms_our_team_wrap {
    float: left;
    padding-bottom: 18px;
    padding-right: 4%;
    width: 30.6%;
}
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 17px;
}
.project_rollover .entry-header h6, .portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header h6 {
    margin: 0 25px 0 0;
}
.portfolio_container.four_blocks .portfolio:nth-child(2n), .post_type_shortcode.four_blocks article {
    padding-right: 4%;
}
.post_type_shortcode.four_blocks, .post_type_shortcode.four_blocks {
    margin-right: 0;
}
.one_fourth + .one_fourth + .one_fourth {
    clear: both;
}
.one_fourth + .one_fourth + .one_fourth + .one_fourth {
    clear: none;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 0;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 5px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header h6 {
    margin: 0 25px 0 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
}
@media only screen and (min-width: 650px) and (max-width: 700px) {
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 25px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 25px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 5px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 10px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 20px;
}
}
@media only screen and (min-width: 541px) and (max-width: 650px) {
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 3px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 17px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 17px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 5px;
}
}
@media only screen and (min-width: 541px) and (max-width: 600px) {
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
}
@media only screen and (min-width: 400px) and (max-width: 540px) {
.responsiveSlider {
    font-size: 30%;
}
.responsiveSlider p {
    display: none;
}
#bottom .cmsms-form-builder input[type="text"], #bottom .cmsms-form-builder textarea {
    width: 93%;
}
#page, #footer {
    min-width: 240px;
}
#header nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 20px 0;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
}
#navigation > li {
    float: none;
}
#navigation > li > a > span {
    height: 18px;
    line-height: 18px;
    padding: 11px 0 11px 30px;
}
.portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 25px 0;
}
.error .search_line {
    width: 60%;
}
.commentlist ul {
    padding-left: 15px;
}
.portfolio_container.four_blocks, .post_type_shortcode.four_blocks {
    margin-right: 0;
}
}
@media only screen and (min-width: 450px) and (max-width: 540px) {
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_inner .project_rollover .entry-header, .portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 30px 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header {
    margin: 5px 15px 30px 0;
}
.project_rollover .cmsms_post_img, .portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 25px;
}
.project_rollover .entry-header ul, .portfolio_container.three_blocks .portfolio_inner .project_rollover .entry-header ul {
    margin-top: 5px;
}
}
@media only screen and (max-width: 1151px) {
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
}
#top, #header, .middle_inner, .headline, .cont_nav, .bottom_inner, #top_sidebar, .middle_sidebar, .footer_inner {
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
#header nav.fixed_nav {
    left: 7.7%;
    width: 84.4%;
}
.footer_inner:before {
    width: 100%;
}
}
@media only screen and (max-width: 1024px) {

#header, .header_inner {
    min-height: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.social_block {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 300;
}
.social_block ul {
    display: none;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0 20px 5px;
    text-align: center;
    width: auto;
}
.social_toggle {
    bottom: -20px;
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 2;
}
.resp_navigation {
    -moz-box-sizing: border-box;
    display: block;
    float: right;
    height: 38px;
    margin: 45px 30px 10px 0;
    position: relative;
    transition: background-color 0.3s ease-in-out 0s;
    width: 48px;
}
.resp_navigation span {
    background: url("../images/resp_nav_but_bg.png") no-repeat scroll 50% 12px rgba(0, 0, 0, 0);
    display: block;
    height: 38px;
}
.resp_navigation span:before {
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    content: "";
    height: 1px;
    left: 9%;
    position: absolute;
    width: 82%;
    z-index: 0;
}
.resp_navigation:hover, .resp_navigation.active {
    background-color: rgba(0, 0, 0, 0.1);
}
.resp_navigation:hover span:before, .resp_navigation.active span:before {
    box-shadow: none;
}
.logo {
    float: left;
    margin-left: 30px;
    position: relative;
}
#header nav.fixed_nav {
    position: relative;
    top: 0;
}
#header nav {
    box-shadow: none;
}
#navigation {
    -moz-box-sizing: border-box;
    display: none;
    height: auto;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#navigation li:before, #navigation li ul li:before {
    background-color: rgba(0, 0, 0, 0.08);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#header nav:before {
    content: none;
    display: none;
}
#navigation > li:hover {
    top: auto;
}
#navigation a {
    display: block;
}
#navigation > li > a {
    padding: 0 0 0 30px;
}
#header nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 30px 0 20px;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
}
#navigation > li {
    float: none;
}
#navigation > li > a > span {
    height: 18px;
    line-height: 18px;
    padding: 11px 0;
    text-align: left;
    width: 100%;
}
#navigation li.drop > a > span:before {
    background: url("../images/resp_nav_arrow.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    position: absolute;
    right: 29px;
    top: 17px;
    transition: background-position 0.3s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    width: 7px;
}
#navigation > li.drop > a:hover span:before, #navigation li.current_page_item > a span:before, #navigation > li.drop:hover > a span:before {
    background-position: left top;
}
#navigation li.drop li a:hover span:before, #navigation ul > li.current_page_item.drop span:before {
    background: url("../images/resp_nav_arrow.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
#navigation ul {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    display: none;
    left: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    top: auto;
    transition: none 0s ease 0s;
    visibility: visible;
}
#navigation ul ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin: 0;
    top: auto;
}
#navigation ul li:hover > ul {
    margin: 0;
}
#navigation ul ul:before {
    content: none;
    display: none;
}
#navigation ul li:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#navigation ul li {
    background: none repeat scroll 0 0 #FFFFFF;
}
#navigation ul li a {
    min-height: 40px;
    padding: 0 10px 0 30px;
    transition: background-color 0.3s ease-in 0s;
}
#navigation li.drop ul li {
    background-color: #FFFFFF;
}
#navigation li.drop ul li:hover, #navigation li ul li.current_page_item, #navigation ul li.current_page_item > a {
    background-color: #FDFDFD;
}
#navigation ul ul li a {
    padding-left: 60px;
}
#navigation ul ul ul li a {
    padding-left: 90px;
}
#navigation ul li.current_page_ancestor > a, #navigation ul li.current-menu-ancestor > a {
    background-color: #FFFFFF;
    transition: background-color 0.01s ease 0s;
}
#navigation ul li a span {
    display: block;
    padding: 12px 45px 10px 30px;
    white-space: normal;
}
#middle_content .share_posts, #middle_content .related_posts, #middle_content #comments, #middle_content #commentform, #middle_content .about_author {
    -moz-box-sizing: border-box;
    width: 100%;
}
.one_half, .one_half.last, .one_third, .one_third.last, .two_third, .two_third.last, .one_fourth, .one_fourth.last, .three_fourth, .three_fourth.last {
    padding-bottom: 36px;
}
.opened-article .portfolio_container.four_blocks .portfolio {
    width: 45%;
}
.logo {
    float: left;
    margin-left: 30px;
    position: relative;
}
#comments .comment-body .published {
    float: none;
    margin: 0;
    padding: 10px 10px 0 0;
}
.cmsms_slidershadow:before, .cmsms_slidershadow:after {
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.4);
}
}
@media only screen and (max-width: 1023px) {
.blog.opened-article {
    padding: 0;
}
.blog.opened-article .post {
    margin-left: 0;
}
.cmsms_info {
    float: none;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}
.cmsms_info .published {
    float: left;
    height: 48px;
    margin: 0 0 3px 1px;
    width: 99px;
}
.cmsms_post_img {
    margin: 0 3px 0 2px;
}
}
@media only screen and (max-width: 950px) {
.cmsms_slider_parent {
    border-radius: 20px;
    padding: 20px 20px 15px;
}
.cmsms_slider_parent a.cmsms_prev_slide {
    left: -50px;
}
.cmsms_slider_parent a.cmsms_next_slide {
    right: -50px;
}
.cmsms_slider_parent a.cmsms_prev_slide:before, .cmsms_slider_parent a.cmsms_next_slide:before {
    height: 230%;
    top: -115%;
}
.cmsms_slider_parent ul.cmsms_slides_nav {
    margin-top: -5px;
}
.cmsms_slider_parent ul.cmsms_slides_nav li a {
    height: 9px;
    width: 9px;
}
.skill_item > span {
    width: 30%;
}
.skill_item_colored_main_wrap {
    width: 64%;
}
.shortcode_skill:before {
    left: 32%;
}
.tabs li a {
    min-width: 85px;
    padding: 8px 10px;
}
.ls-container:before, .ls-container:after, .rev_slider_wrapper:before, .rev_slider_wrapper:after {
    bottom: 6px;
    box-shadow: 0 6px 8px 3px rgba(0, 0, 0, 0.25);
}
.pricingtable .cmsms_price {
    padding: 12px 30px 12px 10px;
}
.project_content {
    float: none;
    width: 100%;
}
.project_sidebar {
    float: none;
    width: 100%;
}
.text_block{float:right;margin-right:30px;padding-top:15px;}
}
@media only screen and (max-width: 795px) {
	
.content_wrap:before {
    content: none;
    display: none;
}
#content, #sidebar {
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#content {
    padding-bottom: 40px;
}
#sidebar {
    padding-top: 40px;
}
#sidebar:before {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio_container .portfolio, .project .cmsms_media .cmsms_media_box, .project.four_blocks .cmsms_media .cmsms_media_box, .project.three_blocks .cmsms_media .cmsms_media_box, .project.two_blocks .cmsms_media .cmsms_media_box, .portfolio_container.four_blocks .portfolio, .portfolio_container.three_blocks .portfolio, .portfolio_container.two_blocks .portfolio, .post_type_shortcode.four_blocks article, .portfolio_container.four_blocks .cmsms_media .cmsms_media_box, .portfolio_container.three_blocks .cmsms_media .cmsms_media_box, .portfolio_container.two_blocks .cmsms_media .cmsms_media_box {
    float: left;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
}
.portfolio_container.four_blocks .cmsms_media .cmsms_media_box {
    width: 46%;
}
.portfolio_container.three_blocks .cmsms_media .cmsms_media_box {
    width: 96%;
}
}
@media only screen and (max-width: 768px) {
.related_posts_content .one_half, .related_posts_content .one_half.last {
    padding: 28px 0 0;
    width: 100%;
}
.widget_custom_advertising_entries ul li:nth-child(2n), .adv_widget_image:nth-child(2n) {
    padding-right: 3%;
}
.portfolio_container.three_blocks, .portfolio_container.one_blocks {
    margin-right: 0;
}
.one_half, .one_half.last, .one_third, .one_third.last, .two_third, .two_third.last, .three_fourth, .three_fourth.last, .three_fourth + .one_fourth, .one_fourth + .one_half + .one_fourth, .portfolio_container.three_blocks .portfolio, .format-album.two_blocks .cmsms_media .cmsms_media_box, .format-album.three_blocks .cmsms_media .cmsms_media_box, .project.four_blocks .cmsms_media .cmsms_media_box, .project.three_blocks .cmsms_media .cmsms_media_box, .project.two_blocks .cmsms_media .cmsms_media_box {
    float: none;
    padding-right: 0;
    width: 100%;
}
.widget_custom_flickr_entries li, .adv_widget_image {
    padding: 0 4% 4% 0;
}
.widget_custom_flickr_entries li:last-child {
    padding-right: 0;
}
.tour_content {
    display: block;
    margin: 0;
}
.tour_box, .tour, .content_wrap .tour, .three_fourth .tour, .two_third .tour, .two_third .tour_box, .content_wrap .tour_box, .three_fourth .tour_box {
    float: none;
    margin: 0 0 20px;
    width: 100%;
}
.tour_box {
    padding: 20px 30px 10px;
}
.sitemap > li > ul > li {
    margin-bottom: 20px;
}
.sitemap > li > ul > li > ul {
    margin-left: 20px;
}
.four_blocks.portfolio_container .portfolio, .post_type_shortcode.four_blocks article, .one_fourth, .one_fourth.last, .one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth + .one_fourth {
}
#slider .button_medium, #slider .button_large {
    display: none;
}
.cmsms_slider_parent {
    border-radius: 30px;
    padding: 30px 30px 25px;
}
.portfolio_container.one_block .portfolio {
    float: none !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cmsms_slider_parent a.cmsms_prev_slide {
    left: -70px;
}
.cmsms_slider_parent a.cmsms_next_slide {
    right: -70px;
}
.cmsms_slider_parent a.cmsms_prev_slide:before, .cmsms_slider_parent a.cmsms_next_slide:before {
    height: 460%;
    top: -230%;
}
.cmsms_slider_parent ul.cmsms_slides_nav {
    margin-top: 2px;
}
.tab.lpr .tabs li {
    text-align: center;
}
#slide_top {
    right: 1px;
}
.colored_shortcode {
    display: block;
    width: 100%;
}
.colored_title {
    display: block;
    width: 100%;
}
.colored_title_inner {
    padding: 33px 40px 20px;
}
.colored_button {
    display: block;
    padding: 30px 40px;
}
.footer_inner:before {
    left: 5%;
    right: 5%;
    width: 90%;
}
#footer .footer_inner > span {
    display: block;
    margin: 3px auto 20px;
    text-align: center;
}
.footer_inner .fr {
    float: none;
}
#footer .footer_nav {
    text-align: center;
}
#footer .footer_nav > li {
    display: inline;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
}
.ls-container:before, .ls-container:after, .rev_slider_wrapper:before, .rev_slider_wrapper:after {
    bottom: 6px;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.portfolio_container.one_block .portfolio_inner .project_rollover:before {
    height: 0;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 5px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 10px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 20px;
}
.error h1 {
    font-size: 17em;
}
.comment-body .cmsms-edit {
    float: none;
}
.tp-bullets {
    bottom: 8px !important;
}
.responsiveSlider .slideCaption.left, .responsiveSlider .slideCaption.right {
    margin: 0 9%;
}
.cmsms_slider_timer {
    display: none;
}
.footer_inner span {
    clear: both;
    display: block;
    margin: 5px 0 20px;
}
#footer p {
    padding-bottom: 20px;
}
.footer_inner {
    padding: 30px;
}
}
@media only screen and (max-width: 700px) {
.portfolio_container.two_blocks .portfolio:nth-child(2n+1) {
    float: none;
    padding-right: 0;
    width: 96%;
}
.portfolio_container.two_blocks .portfolio:nth-child(2n) {
    float: none;
    padding-right: 0;
    width: 96%;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
}
@media only screen and (max-width: 600px) {

.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 20px;
}
}
@media only screen and (max-width: 540px) {
.resp_navigation {
    display: block;
    float: none;
    height: 38px;
    margin: 15px auto 10px;
    position: relative;
    width: 48px;
}
.logo {
    float: none;
    margin: 5px auto 5px;
	width:100%;
}
div.jp-video div.jp-current-time, div.jp-audio div.jp-current-time, div.jp-video div.jp-time-sep, div.jp-audio div.jp-time-sep, div.jp-video div.jp-duration, div.jp-audio div.jp-duration {
    display: none;
}
.comment-body .cmsms-edit {
    float: none;
}
.error .search_line {
    width: 60%;
}
.error h1 {
    font-size: 11em;
}
.responsiveSlider {
    width: 99.5%;
}
.portfolio.one_fourth, .one_fourth, .one_fourth.last, .one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth + .one_fourth, .portfolio_container.two_blocks .portfolio, .portfolio_container .portfolio, .project .cmsms_media .cmsms_media_box, .project.four_blocks .cmsms_media .cmsms_media_box, .project.three_blocks .cmsms_media .cmsms_media_box, .project.two_blocks .cmsms_media .cmsms_media_box, .portfolio_container.four_blocks .portfolio, .portfolio_container.three_blocks .portfolio, .portfolio_container.two_blocks .portfolio, .portfolio_container.four_blocks .cmsms_media .cmsms_media_box, .portfolio_container.three_blocks .cmsms_media .cmsms_media_box, .portfolio_container.two_blocks .cmsms_media .cmsms_media_box, .portfolio_container.four_blocks .portfolio:nth-child(2n+1), .portfolio_container.four_blocks .portfolio:nth-child(2n), .format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n+1), .format-album.four_blocks .cmsms_media .cmsms_media_box:nth-child(2n), .post_type_shortcode.four_blocks article, .post_type_shortcode.four_blocks article:nth-child(2n+1), .post_type_shortcode.four_blocks article:nth-child(2n), .cms_archive li:nth-child(2n+1), .cms_archive li:nth-child(2n), .sitemap > li > ul > li:nth-child(2n+1), .sitemap > li > ul > li:nth-child(2n), .portfolio_container.two_blocks .portfolio:nth-child(2n+1), .portfolio_container.two_blocks .portfolio:nth-child(2n) {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.portfolio_container.four_blocks .cmsms_media .cmsms_media_box {
    width: 100%;
}
.portfolio_container.three_blocks .cmsms_media .cmsms_media_box {
    width: 100%;
}
.tabs li, .related_posts ul li, .tab.lpr .tabs li, .tab.lpr .tabs li:first-child {
    float: none;
    margin: 0;
    width: 100%;
}
.tabs li {
    margin-bottom: 1px;
}
.tabs li a, .tab.lpr .tabs li:last-child a {
    border-radius: 0;
}
.tab.lpr .tab_content {
    margin: 0;
}
input[type="text"], textarea, #commentform input[type="text"], #commentform textarea {
    width: 90%;
}
#bottom .cmsms-form-builder input[type="text"], #bottom .cmsms-form-builder textarea {
    width: 94%;
}
.post_type_shortcode.four_blocks, .post_type_shortcode.two_blocks, .portfolio_container.two_blocks .portfolio, .portfolio_container.two_blocks {
    margin-right: 0;
}
.comment-body .ovh {
    overflow: visible;
}
#comments .comment-body .published, #comments .comment-body .comment-reply-link, #comments .comment-body h3 {
    clear: both;
    display: block;
    float: none;
    padding-left: 0;
}
#comments .comment-body .comment-reply-link {
    display: inline-block;
}
.commentlist ul {
    padding-left: 10px;
}
.pj_sort {
    height: 135px;
}
.p_options_loader {
    left: 0;
    top: 65px;
}
.p_options_block {
    left: 0;
}
.p_sort {
    float: none;
    overflow: hidden;
    padding-bottom: 10px;
}
div.p_filter {
    float: left;
}
#commentform label {
    padding-left: 0;
}
.cmsms-form-builder select {
    width: 70%;
}
.cmsms_slider_parent {
    border-radius: 10px;
    padding: 10px 10px 5px;
}
.cmsms_slider_parent a.cmsms_prev_slide {
    left: -30px;
    padding: 0 0 0 10px;
    top: 40%;
}
.cmsms_slider_parent a.cmsms_next_slide {
    padding: 0 10px 0 0;
    right: -30px;
    top: 40%;
}
.cmsms_slider_parent a.cmsms_prev_slide:hover, .cmsms_slider_parent a.cmsms_next_slide:hover {
    padding: 0 5px;
}
.cmsms_slider_parent a.cmsms_prev_slide:before, .cmsms_slider_parent a.cmsms_next_slide:before {
    height: 230%;
    top: -115%;
}
.cmsms_slider_parent ul.cmsms_slides_nav {
    display: none;
}
.sitemap_category:before, .sitemap > li:before {
    width: 130%;
}
#contactform input[type="text"] {
    width: 100%;
}
input[type="text"],input[type="email"], textarea, #commentform input[type="text"], #commentform textarea {
    width: 100%;
}
.cmsms_slidershadow:before, .cmsms_slidershadow:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.ls-container:before, .ls-container:after, .rev_slider_wrapper:before, .rev_slider_wrapper:after {
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.25);
    left: 2%;
}
.ls-container:after, .rev_slider_wrapper:after {
    left: auto;
    right: 2%;
}
.portfolio_container.four_blocks .portfolio_inner .project_rollover .cmsms_post_img, .post_type_shortcode.four_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 23px;
}
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 3px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .entry-header ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 5px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 15px;
}
.text_block{float:none;margin:0;padding-top:0;}
}
@media only screen and (max-width: 450px) {
.portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 20px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 15px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 0;
}
.portfolio_container.one_block .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover ul.cmsms_category {
    margin-top: 5px;
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}

}
@media only screen and (max-width: 400px) {
.responsiveSlider {
    font-size: 20%;
}
.responsiveSlider h1 {
    margin-bottom: 0;
}
.responsiveSlider p, .responsiveSlider a.button, .responsiveSlider a.slider_link {
    display: none;
}
.error h1 {
    font-size: 10em;
}
#bottom .cmsms-form-builder input[type="text"], #bottom .cmsms-form-builder textarea {
    width: 92%;
}
.comment-body .name {
    float: none;
}
.portfolio_container.four_blocks, .post_type_shortcode.four_blocks {
    margin-right: 0;
}
.one_half, .one_half.last, .one_third, .one_third.last, .two_third, .two_third.last, .three_fourth, .three_fourth.last, .three_fourth + .one_fourth, .one_fourth + .one_half + .one_fourth, .portfolio_container.three_blocks .portfolio, .format-album.two_blocks .cmsms_media .cmsms_media_box, .format-album.three_blocks .cmsms_media .cmsms_media_box {
    float: none;
    padding-right: 0;
    width: 100%;
}
.tab_content .tabs_tab h3 {
    clear: both;
}
.fullwidth_divider {
    width: 140%;
}
#footer div.fr {
    padding-bottom: 10px;
}
.related_posts ul li a {
    display: block;
}
.related_posts ul li {
    padding-bottom: 10px;
}
.comment-content {
    clear: both;
}
.footer_inner:before {
    left: 10%;
    right: 10%;
    width: 80%;
}
.cmsms_slidershadow:before, .cmsms_slidershadow:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.ls-container:before, .ls-container:after, .rev_slider_wrapper:before, .rev_slider_wrapper:after {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
    left: 2%;
}
.ls-container:after, .rev_slider_wrapper:after {
    left: auto;
    right: 2%;
}
.portfolio_container.four_blocks .portfolio_inner .project_rollover .cmsms_post_img, .post_type_shortcode.four_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 15px;
}
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 15px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 5px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 10px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 9px;
}
}
@media only screen and (max-width: 360px) {
.error h1 {
    font-size: 6em;
}
.comment-body .ovh, .widget div.ovh {
    overflow: visible;
}
.post .entry-header {
    clear: both;
    padding-top: 10px;
}
.comment-authorinfo {
    clear: both;
}
#navigation ul li a span {
    height: 18px;
}
#navigation ul li a span {
    padding-right: 5px;
}
.p_sort a[name="p_date"], .p_sort a[name="p_name"] {
    margin-bottom: 10px;
}
.entry .one_half .ovh, .entry .one_third .ovh, .entry .two_third .ovh, .entry .one_fourth .ovh, .entry .three_fourth .ovh {
    clear: both;
}
.entry .project_navi span {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.skill_item > span {
    width: 35%;
}
.skill_item_colored_main_wrap {
    width: 59%;
}
.shortcode_skill:before {
    left: 37%;
}
.colored_button {
    min-height: 85px;
    padding: 20px 10px 0 20px;
}
.portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover, .portfolio_container.three_blocks .portfolio_inner .project_rollover {
    padding-top: 10px;
}
.portfolio_container.four_blocks .portfolio_inner .project_rollover h6, .portfolio_container.three_blocks .portfolio_inner .project_rollover h6, .post_type_shortcode.four_blocks .portfolio_inner .project_rollover h6 {
    margin-right: 25px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover h6 {
    margin-right: 25px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 12px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 7px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover ul.cmsms_category {
}
.portfolio_container.one_block .portfolio_inner .project_rollover .cmsms_post_img {
    top: 4px;
}
}
@media only screen and (max-width: 320px) {
.cmsms_info {
    float: none;
    width: 130px;
}
.cmsms_info .published {
    margin: 0 0 3px 1px;
    width: 99px;
}
.cmsms_post_img {
    float: left;
    width: 48px;
}
.cmsms_info .cmsms_like {
    float: left;
    height: 48px;
    width: 48px;
}
.p_sort {
    margin-bottom: 0;
}
.colored_button {
    min-height: 85px;
    padding: 20px 5px 0 15px;
}
.pj_sort {
    margin-bottom: 20px;
}
.skill_item > span {
    width: 40%;
}
.skill_item_colored_main_wrap {
    width: 54%;
}
.shortcode_skill:before {
    left: 42%;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover {
    padding-top: 8px;
}
.portfolio_container.two_blocks .portfolio_inner .project_rollover .cmsms_post_img {
    top: 5px;
}
.portfolio_container.three_blocks .portfolio_inner .project_rollover ul.cmsms_category {
}
.UserDefinedForm iframe{
	width:100%;
	float:none;
}
}
.UserDefinedForm iframe{
	width:50%;
	float:left;
	
}
.leftblock{
	float:left;
	width:50%;	
}
.rightblock{
	float:right;
	width:50%;	
}

.effect2:before, .effect2:after {
    background: none repeat scroll 0 0 #777;
    bottom: 15px;
    box-shadow: 0 15px 10px #777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.effect2:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
.effect2:before, .effect2:after {
    background: none repeat scroll 0 0 #777;
    bottom: 15px;
    box-shadow: 0 15px 10px #777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.effect2 {
    position: relative;
}
