﻿@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,800);
/*---------------- FONT (Raleway) IMPORT FROM GOOGLE FONTS ---------------*/
@import url(fontello/css/fontello.css);
/*---------------- FONTELLO - ICON FONTS ---------------*/
@import url(../js/jreject/css/jquery.reject.css);
/*---------------- BROWSER REJECTION ---------------*/
@import url(../js/mediaplayer/mediaelementplayer.css);
/*---------------- MEDIAELEMENT API ---------------*/

/*
Theme URI: http://zenhtml.themerex.net/
Author: themerex
Author URI: http://themerex.net/
Description: ZEN | Portfolio | Blog \ PSD theme
Version: 1.0
*/

/*------------------------------------------------------------------
[Table of contents]

1. Reset
2. Common styles
3. Main background / body
4. Parallax background / .parallax
5. Wrap box
6. Position / .align(left,right,center,none)
7. Post image size / figure.sc_image
8. Isotope settings / .isotope
9. Blockquote and highlight / blockquote and .sc_highlight_style_1
10. Header / #header
11. Main menu / #mainmenu
12. Articles / article
13. Button read more / .readmore
14. Page navigation / .nav_pages
15. Sidebar widgets common styles / #secondary
16. Widget search form / #searchform
17. Widget contacts / .widget_contacts
18. Widget recent comments / .widget_recent_comments
19. Widget popular / #popular_tabs
20. Widget tagcloud / .tagcloud
21. Widget Flickr / .widget_flickr
22. Widget socail / .widget_follow
23. Widget calendar / #calendar_wrap
24. Post content / .post_content
25. Comments / #comments
26. Portfolio page  / .portfolio_section
27. Slider / .slideshow
28. Features block / .features_block
29. TestiSlider / .testi_slider
30. Social / .social
31. Team / .sc_team
32. Custom panel / #opt_block
33. Button to top / #to_top
34. Error404 / .error404
35. Google map / #sc_googlemap
36. Footer / #footer
-------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------
										 [ 1. Reset ]
-----------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	/* [disabled]font-weight: inherit; */
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-spacing: 0;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*----------------------------------------------------------------------------------------
									[ 2. Common styles ]
-----------------------------------------------------------------------------------------*/

a img {
    vertical-align: top;
    border: none;
}
code {
    display: block;
    padding: 10px;
    font-family: 'Courier New', 'Courier New', monospace;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 9px;
	font-weight: 500;
}
h1.page-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.fullwidth h1.page-title {
    padding-top: 60px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 21px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}
h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}
p {margin-bottom: 17px;}

a {
    color: #e99a22;
    -webkit-transition: color ease .4s;
    -moz-transition: color ease .4s;
    -ms-transition: color ease .4s;
    -o-transition: color ease .4s;
    transition: color ease .4s;
}
a:hover {
	color: #575757;
}
strong {
    font-weight: 700;
}
figure {margin: 0;}
input[type="text"],
input[type="password"],
textarea {
    border: none;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    padding: 17px 18px 16px;
    color: #333;
    background: url(../images/input_bg.html) 0 0 repeat;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 14px;
    outline: none !important;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
    opacity: 1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
    opacity: 1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
    opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
    opacity: 1;
}
button, button:active, button:focus {outline: none; border: none;}
button::-moz-focus-inner {
    border: 0;
}
input[type="submit"] {
    background: none;
    border: 1px solid #bbb;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-size: 12px;
    height: 47px;
    padding: 0 17px 0 16px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: background ease .5s;
    -moz-transition: background ease .5s;
    -ms-transition: background ease .5s;
    -o-transition: background ease .5s;
    transition: background ease .5s;
}
input[type="submit"]:hover {
    padding: 0 16px 0px 15px;
    height: 45px;
    border: 2px solid #f88a35;
}
input[type="submit"]:hover:active {
    background: #00cbb1;
}
form label {
    cursor: pointer;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select {
    background: none;
    border: 1px solid #bbb;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
}
::selection {
    background: #f88a35; /* Safari */
    color: #fff;
}
::-moz-selection {
    color: #fff;
    background: #f88a35; /* Firefox */
}

/* clear */
.clearboth:after {
    clear: both;
    width: 100%;
    content: "";
    display: block;
}

/*----------------------------------------------------------------------------------------
								[ 3. Main background / body ]
-----------------------------------------------------------------------------------------*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	background-attachment: fixed;
	background-color: #eee;
	background-image: url(../images/littleknobs.png);
	background-repeat: repeat;
	background-position: 0 0;
}
body.pattern_1 {
	background-image: url(../images/patterns/pattern_1.html);
}
body.pattern_2 {
	background-image: url(../images/patterns/pattern_2.html);
}
body.pattern_3 {
	background-image: url(../images/patterns/pattern_3.html);
}
body.pattern_4 {
	background-image: url(../images/patterns/pattern_4.html);
}
body.pattern_5 {
	background-image: url(../images/patterns/pattern_5.html);
}
body.image_bg {
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	background-attachment: fixed !important;
}

/*----------------------------------------------------------------------------------------
							[ 4. Parallax background / .parallax ]
-----------------------------------------------------------------------------------------*/

.parallax {
    background-attachment:fixed;
    background-color: transparent;
}
.parallax_1 {
    background-image: url(../images/parallax/lake.jpg);
}
.parallax_2 {
	background-image: url(../images/parallax/field.jpg);
}
.parallax_3 {
	background-image: url(../images/parallax/flame.jpg);
}
.parallax_4 {
    background-image: url(../images/parallax/tropic.jpg);
}
.parallax_5 {
    background-image: url(../images/parallax/sky.jpg);
}
.parallax_6 {
	background-image: url(../images/parallax/flame.jpg);
}
.parallax_7 {
    background-image: url(../images/parallax/sunflower.jpg);
}
.parallax_8 {
    background-image: url(../images/parallax/bich.jpg);
}
.parallax_9 {
     background-image: url(../images/parallax/boardwalk.jpg);
}
.parallax_10 {
    background-image: url(../images/parallax/sand_and_water.html);
}
.parallax_11 {
    background-image: url(../images/parallax/sky3.jpg);
}

/*----------------------------------------------------------------------------------------
										[ 5. Wrap box ]
-----------------------------------------------------------------------------------------*/

.section_wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.extra_wrap {
    overflow: hidden;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
#primary {
	overflow: hidden;
	padding-bottom: 30px;
	float: left;
	width: 750px;
}

/* Main */
#main:after {
    clear: both;
    width: 100%;
    content: "";
    display: block;
}
#main > .container {
    width: 1140px;
}
#main.fullwidth {
    overflow: hidden;
    width: 100%;
}
#main.fullwidth #primary {
    width: 100%;
}

/* Page */
.page_content {
	padding-top: 24px;
}
.page #main.fullwidth {padding-bottom: 60px;}

/*----------------------------------------------------------------------------------------
							[ 6. Position / .align(left,right,center,none) ]
-----------------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignnone {
    float: right;
    margin: 0;
    display: block;
}

/*----------------------------------------------------------------------------------------
							[ 7. Post image size / figure.sc_image ]
-----------------------------------------------------------------------------------------*/

figure.sc_image {
    margin-bottom: 5px;
}
.sc_image.thumbnail img {
    width:30%;
}
.sc_image.medium {
    width:50%;
}
.sc_image.large img {
    width:100%;
}
figure.sc_image.sc_image_align_right + p {text-align: justify;}
figure.sc_image img {width: 100%; height: auto; vertical-align: top;}
span.op {
    opacity: .5;
}

/*----------------------------------------------------------------------------------------
							[ 8. Isotope settings / .isotope ]
-----------------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Shown effect */
@keyframes shown {
    0%   {
        transform: scale(.1);
        -webkit-transform: scale(.1);
    }
    25%  {
        transform: scale(.3);
        -webkit-transform: scale(.3);
    }
    50%  {
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes shown {
    0%   {
        transform: scale(.1);
        -webkit-transform: scale(.1);
    }
    25%  {
        transform: scale(.3);
        -webkit-transform: scale(.3);
    }
    50%  {
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*----------------------------------------------------------------------------------------
			[ 9. Blockquote and highlight / blockquote and .sc_highlight_style_1 ]
-----------------------------------------------------------------------------------------*/

blockquote.sc_quote {
	float: left;
	width: 38%;	
	position: relative;
	padding: 18px 27px 20px 34px;
	color: #9b9b9b;
	font-style: italic;
}
blockquote.sc_quote:after {
	clear: both;
	display: block;
	width: 100%;
	content: "";
}
blockquote.sc_quote .quotes {
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 14px;
	line-height: normal;
	width: 26px;
	height: 26px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 26px;
}
blockquote.sc_quote .quotes:before {
	display: inline-block;
	padding-top: 5px;
	color: #b1b1b1;
}

.sc_highlight_style_1 {
    color:white;
    background-color:#fb9640;
}
.sc_highlight_style_2 {
    color:white;
    background-color:#333;
}

/*----------------------------------------------------------------------------------------
								[ 10. Header / #header ]
-----------------------------------------------------------------------------------------*/

#header {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

/* section1 and section2 in header */
#header .section1 {
    padding: 30px 0 0;
    border-bottom: 1px solid #dddddd;
}
#header .section2 .gap_fullwidth {margin-bottom: 0;}
#sitename {
    margin-bottom: 10px;
    float: left;
}
.section2 {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.section2 .slideshow {
    min-height: 265px;
}
.section2 h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	text-transform: uppercase;
	color: #999;
	padding: 51px 50px 41px;
}

/* logo */
#logo.textlogo {
	display: inline-block;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
	line-height: 56px;
	padding: 0 3px 0 6px;
}

/*----------------------------------------------------------------------------------------
								[ 11. Main menu / #mainmenu ]
-----------------------------------------------------------------------------------------*/

#mainmenu_area {
	margin-bottom: -1px;
	padding-top: 46px;
	float: right;
}
nav #mainmenu:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
nav #mainmenu {
	position: relative;
	list-style: none;
}
nav #mainmenu > li {
	position: relative;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 20px 27px 20px;
}
nav #mainmenu li.follow {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #fb9640;
	display: block;
	padding: 0;
}
nav #mainmenu > li > a {
	text-decoration: none;
	color: #333;
}
nav #mainmenu li a {
	-webkit-transition: color ease .6s, background ease .8s;
	-moz-transition: color ease .6s, background ease .8s;
	-ms-transition: color ease .6s, background ease .8s;
	-o-transition: color ease .6s, background ease .8s;
	transition: color ease .6s, background ease .8s;
}
nav #mainmenu > li > a:hover,
nav #mainmenu > li.sfHover > a {
	color: #fb9640;
}
nav #mainmenu li ul {
	z-index: 9999;
	list-style: none;
	position: absolute;
	display: none;
	width: 195px;
	left: 0px;
	top: 44px;
}
nav #mainmenu li ul li {
	position: relative;
	background: #dddddd;
	margin-bottom: 1px;
}
nav #mainmenu li ul li a {
	display: block;
	padding: 11px 10px 11px 20px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
nav #mainmenu li ul li a:hover,
nav #mainmenu li ul li.sfHover > a,
nav #mainmenu li ul li.current_page_item > a {
	background: #fb9640;
	color: #333;
}
nav #mainmenu li ul li ul {
	left: 196px;
	top: 0;
}
#menu_show {display: none;}

/* select menu */
.select-menu {
	position: relative;
}
.select-menu > ul {
	position: absolute;
	top: 0;
	left: 0;
}
.select-menu .select-menu-button {
	border: 1px solid;
}

/*----------------------------------------------------------------------------------------
									[ 12. Articles / article ]
-----------------------------------------------------------------------------------------*/

article ul,
article ol {
    margin:0 0 20px 20px;
}
article li ul,
article li ol {
    margin-bottom: 0;
}
article .content_text ul {
    margin: 21px 0 20px;
}
#primary article.post {
    margin-top: 60px;
}
article.post {
    opacity: 0;
    overflow: hidden;
}
article.post.vis {
    opacity: 1;
}
article.post.shown {
	animation: shown .5s;
	-ms-animation: shown .5s;
	-webkit-animation: shown .5s;
	opacity: 1;
}
article.post .additional,
#primary > .additional {
	float: left;
	width: 60px;
	margin-right: 30px;
	text-align: center;
}
#primary > .additional {
	margin-top: 60px;
}
#main.left article.post .additional,
#main.left #primary > .additional {
	margin-right: 0;
	margin-left: 30px;
	float: right;
}
article.post .additional .post_format,
#primary > .additional .post_format {
	background: #fb9640;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding: 15px 0;
}
article.post .additional .post_comments,
#primary > .additional .post_comments {
	background: #333;
	color: #fff;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
}
article.post .additional .post_comments .icon,
#primary > .additional .post_comments .icon {
	display: block;
	padding-top: 3px;
	background: #333;
	position: relative;
	z-index: 99;
	-webkit-transition: all ease .2s .5s;
	-moz-transition: all ease .2s .5s;
	-ms-transition: all ease .2s .5s;
	-o-transition: all ease .2s .5s;
	transition: all ease .2s .5s;
}
article.post .additional .post_comments .icon:hover,
#primary > .additional .post_comments .icon:hover {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
article.post .additional .post_comments .counter,
#primary > .additional .post_comments .counter {
	display: block;
	position: absolute;
	left: 0;
	padding-top: 1px;
	right: 0;
	font-size: 14px;
}
article.post .additional .post_comments:hover .icon,
#primary > .additional .post_comments:hover .icon {
	margin-top: -26px;
}

/* article thumb */
.post_thumb ul.slides li {
    display: none;
}
.post_thumb ul li img {
    width: 100%;
    height: auto;
}

article .post_thumb {
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.fullwidth article .post_thumb img {
	width: 100%;
}
article.format-link .post_thumb {background: none;}
article.format-gallery .post_thumb,
article.format-audio .post_thumb {background: none;}
article.format-gallery .post_thumb {
	background: url(../images/preloader.html) center center no-repeat;
	min-height: 300px;
}
article.format-image .post_thumb {
	margin-bottom: 0;
}
.single article.format-image .post_thumb {
	margin-bottom: 24px;
}
article .post_thumb ul.slides {
	margin: 0;
	list-style: none;
}

/* flex in article */
article .post_thumb .flex-direction-nav {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	overflow: hidden;
}
article .post_thumb .flex-direction-nav li {
	float: left;
	margin-left: 10px;
}
article .post_thumb .flex-direction-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border: 1px solid #fff;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
article .post_thumb .flex-direction-nav li a span {
	padding-top: 4px;
}
article .post_thumb .flex-direction-nav li a span:before {
	display: block;
	margin: 4px 0 0 0;
	width: 100%;
}
article .post_thumb .flex-direction-nav li a:hover {
	background: #fb9640;
	border-color: #fb9640;
}

/* post format */
article.post h2 {
    margin-bottom: 10px;
}
article.post.format-image h2 {
    margin-bottom: 0;
}
article.post.format-audio h2 {
    margin-bottom: 10px;
}
.single article.post.format-image h2 {margin-bottom: 9px;}
article.post h2 a {
    -webkit-transition: color ease .6s;
    -moz-transition: color ease .6s;
    -ms-transition: color ease .6s;
    -o-transition: color ease .6s;
    transition: color ease .6s;
    color: #333;
    text-decoration: none;
}
article.post h2 a:hover {
    color: #fb9640;
}
article.post.format-standard .post_thumb:hover img,
article.post.format-image .post_thumb:hover img {
	opacity: .2;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.format-video .post_thumb {
	position: relative;
	cursor: pointer;
}
.post_thumb iframe {
	vertical-align: top;
}
.format-video .post_thumb .icon {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	padding: 8px 0;
	position: absolute;
	width: 58px;
	height: 42px;
	font-size: 42px;
	color: #fff;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: block;
}
.post_thumb .icon:hover {
	background: #fb9640;
	border-color: #fb9640;
}
.post_thumb img {
	max-width: 100%;
	-webkit-transition: all ease-out .5s ;
	-moz-transition: all ease-out .5s ;
	-ms-transition: all ease-out .5s ;
	-o-transition: all ease-out .5s ;
	transition: all ease-out .5s ;
	vertical-align: top;
}
article.format-image .extra_wrap {
	position: relative;
}
article.format-aside .extra_wrap {
	background: #333;
	color: #fff;
	padding: 26px 30px 23px;
}
article.format-aside .extra_wrap .post_content {color: #eeeeee;}
article.format-aside .extra_wrap .post_content p {
	margin-bottom: 0;
}
article.format-aside .extra_wrap a:hover {
	color: #fff;
}
article.format-status .extra_wrap {
	color: #fff;
	background: #fb9640;
	padding: 23px 30px 27px;
}
article.format-status .extra_wrap a {
	color: #fff;
}
article.format-status .extra_wrap a:hover {
	color: #000;
}
article.format-status .extra_wrap .post_content {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
article.format-status .extra_wrap .post_content > p {
	margin-bottom: 0;
}
article.format-status .extra_wrap .post_info {
	color: #000;
	margin-bottom: 0;
}
.post_info .post_cats a {
	text-decoration: none;
	margin-left: 3px;
}
article.format-image .extra_wrap .post_title {
	font-weight: 400;
	position: absolute;
	bottom: 30px;
	right: 30px;
	left: 30px;
	z-index: 999;
	background: #fff;
	padding: 14px 18px 14px;
}
article.format-image .extra_wrap .post_title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: -20px;
	border-width: 20px 0 20px 20px;
	border-style: solid;
	border-color: #fff red transparent transparent;
}
article.format-link .extra_wrap {
	padding-top: 9px;
}
article.format-link .link_wrap {
	margin-bottom: 9px;
}
article.format-link .post_link {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
}

article.post .post_info {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 21px;
}
article.post .post_info .post_author {
    text-decoration: none;
}
article.post.format-quote .post_info {
    margin-bottom: 0;
}
article.post.format-audio .post_info {
    margin-bottom: 21px;
}
article.post.format-quote .post_title {margin-bottom: 9px;}
article.post.format-quote .post_title a {text-decoration: none;}
article.post.format-quote .quote_wrap {
    border: 1px solid #bbbbbb;
    border-bottom: none;
    font-size: 24px;
    line-height: 30px;
    position: relative;
}
.single article.post.format-quote .quote_wrap {margin-top: 20px;}
article.post.format-quote .quote_wrap .inner {
    padding: 23px 30px 7px 29px;
}
.quote_wrap .bd_bot {
    margin-bottom: 24px;
}
.quote_wrap .bd_bot:after {
    clear: both;
    width: 100%;
    content: "";
    display: block;
}
.quote_wrap .bd_bot .bdl {
    position: relative;
    margin-right: 19px;
    float: left;
    height: 1px;
    width: 30px;
    background: #bbbbbb;
}
.quote_wrap .bd_bot .bdl:before {
    content: "";
    display: block;
    width: 1px;
    height: 27px;
    background: #bbb;
    position: absolute;
    right: -10px;
    top: -3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.quote_wrap .bd_bot .bdl:after {
    position: absolute;
    right: 0;
    height: 21px;
    width: 1px;
    background: #bbb;
    content: "";
}
.quote_wrap .bd_bot .bdr {
    display: block;
    overflow: hidden;
    height: 1px;
    background: #bbb;
}
article.post.format-chat ul,
article.post.format-chat .post_content ul {
    margin: 0;
    list-style: none;
}
article.post.format-chat .extra_wrap > ul > li,
article.post.format-chat .post_content > ul > li {
    padding: 21px 30px 23px;
    border: 1px solid #bbb;
}
article.post.format-chat .extra_wrap > ul > li + li,
article.post.format-chat .post_content > ul > li + li {
    margin-top: 10px;
}
article.post.format-chat .extra_wrap > ul > li > a,
article.post.format-chat .post_content > ul > li > a {
    font-size: 12px;
}
article.post.format-chat .extra_wrap ul li a,
article.post.format-chat .post_content ul li a {
    text-decoration: none;
}
article.post.format-chat .extra_wrap > ul > li ul,
article.post.format-chat .post_content > ul > li ul {
    padding: 6px 0 0 20px;
}

/* post author */
#post_author {
    overflow: hidden;
    margin: 57px 0 30px;
    border: 1px solid #ccc;
    padding: 26px 30px 23px;
}
#post_author h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
#post_author h3 a {
    text-decoration: none;
}
#post_author h3 a span {
    color: #333;
}
#post_author .photo {
    padding-top: 3px;
    float: left;
    margin-right: 20px;
}
#post_author .photo a {
    display: block;
    width: 60px;
}
#post_author .photo {
    width: 60px;
}
#post_author .photo img {
    width: 100%;
    height: auto;
    border-radius: 60px;
}

/* related posts */
#related_posts {
    margin-bottom: -20px;
    padding-top: 24px;
    overflow: hidden;
}
#related_posts h2 {text-transform: uppercase; margin-bottom: 24px;}
#related_posts .related_posts {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
#related_posts .related_posts .post_thumb {
    float: left;
    width: 60px;
    margin: 0 20px 0 0;
}
#related_posts .related_posts .post_thumb.placeholder {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
}
#related_posts .related_posts .extra {
    overflow: hidden;
    padding-right: 30px;
}
#related_posts .related_posts h3 {
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
#related_posts .related_posts h3 a {
    text-decoration: none;
    color: #333;
}
#related_posts .related_posts h3 a:hover {color: #d78324;}
#related_posts .related_posts .post-info {
    font-size: 12px;
    line-height: 15px;
    color: #999;
}

/* portfolio post */
.article_header {
    padding: 43px 0 23px;
    margin-bottom: 23px;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
}
.article_header .project_info {
    overflow: hidden;
    padding-top: 11px;
}
.article_header .project_info > span {margin-left: 25px;}
.article_header .project_info > span:first-child {margin-left: 0;}
.article_header .project_info span .label {
    color: #999;
    margin-right: 4px;
}
.article_header .project_info span a {text-decoration: none;}
.article_header .project_info span.project_date {
    text-transform: lowercase;
}
.article_header .project_info span.project_date span {
    text-transform: none;
}
.article_header .project_info span.project_client {
    margin-right: 5px;
}

/* portfolio nav */
#portfolio_nav {
    overflow: hidden;
    float: right;
}
#portfolio_nav a {
    float: left;
    color: #aaa;
}
#portfolio_nav .portfolio_link {
    margin: 3px 0 0;
    width: 25px;
    height: 25px;
    display: block;
}
#portfolio_nav .portfolio_link span {
    display: block;
    margin-right: -7px;
    overflow: hidden;
}
#portfolio_nav .portfolio_link i {
    float: left;
    margin: 0 2px 2px 0;
    width: 7px;
    height: 7px;
    background: #aaa;
}
#portfolio_nav .portfolio_link:hover i {
    background: #fb9640;
}
#portfolio_nav a .icon {
    font-size: 28px;
    line-height: 30px;
}
#portfolio_nav a:hover .icon {color: #fb9640;}
#portfolio_nav a .icon:before {
    margin: 0;
    width: auto;
}
#portfolio_nav a[rel='prev'] {
    margin-right: 21px;
}
#portfolio_nav a[rel='next'] {
    margin-left: 20px;
}

/*----------------------------------------------------------------------------------------
						     [ 13. Button read more / .readmore ]
-----------------------------------------------------------------------------------------*/

.readmore {padding-top: 6px;}
.readmore a {
    display: inline-block;
    border: 1px solid #bebebe;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    padding: 16px 19px 16px 18px;
    font-weight: 700;
    -webkit-transition: border-color ease .7s;
    -moz-transition: border-color ease .7s;
    -ms-transition: border-color ease .7s;
    -o-transition: border-color ease .7s;
    transition: border-color ease .7s;
}
.format-aside .readmore a {color: #fff;}
.readmore a:hover {
    padding: 14px 17px 14px 16px;
    border: 3px solid ;
    border-color: #fb9640;
}
.readmore a:hover:active {
    background: #fb9640;
    color: #fff;
    -webkit-transition: background ease .7s;
    -moz-transition: background ease .7s;
    -ms-transition: background ease .7s;
    -o-transition: background ease .7s;
    transition: background ease .7s;
}

/*----------------------------------------------------------------------------------------
							[ 14. Page navigation / .nav_pages ]
-----------------------------------------------------------------------------------------*/

.nav_pages,
.page-links {
    padding: 60px 0;
    overflow: hidden;
}
.nav_pages ul {
    padding-top: 30px;
    border-top: 1px solid #bebebe;
    overflow: hidden;
}
.nav_pages ul li {
    float: left;
    width: 43px;
    list-style: none;
    text-align: center;
}
.nav_pages ul li + li {
    margin-left: 10px;
}
.nav_pages ul li a,
.nav_pages ul li span {
    line-height: 20px;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 10px 5px 11px;
    color: #333;
    text-decoration: none;
}
.nav_pages ul li a:hover {
    padding: 9px 4px 10px;
}
.nav_pages ul li a:hover {
    border-color: #00cbb1;
    border-width: 2px;
}
.nav_pages ul li a:hover:active {
    background: #fb9640;
    border-color: #fb9640;
    color: #fff;
}
.nav_pages ul li.pager_pages span {
    padding: 12px 9px 10px 0;
    border: none;
}
.nav_pages ul li.pager_last,
.nav_pages ul li.pager_first,
.nav_pages ul li.pager_pages {
    width: auto;
}
.nav_pages ul li.pager_last a {
    position: relative;
    border-right: none;
    padding: 11px 9px 10px 14px;
}
.nav_pages ul li.pager_first {
    margin-left: 30px;
}
.nav_pages ul li.pager_first a {
    position: relative;
    border-left: none;
    padding: 11px 14px 10px 9px;
}
.nav_pages ul li.pager_first a:hover {
    padding: 10px 13px 9px 9px;
}
.nav_pages ul li.pager_last a:hover {
    padding: 10px 8px 9px 13px;
}
.nav_pages ul li.pager_first a:hover:active,
.nav_pages ul li.pager_last a:hover:active {
    color: #000;
    background: none;
}
.nav_pages ul li.pager_last a:after {
    display: block;
    position: absolute;
    top: -5px;
    right: -11px;
    width: 1px;
    height: 30px;
    content: "";
    background: #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav_pages ul li.pager_last a:hover:after {
    width: 2px;
    background: #fb9640;
    height: 29px;
}
.nav_pages ul li.pager_last a:before {
    display: block;
    position: absolute;
    bottom: -5px;
    right: -11px;
    width: 1px;
    height: 30px;
    content: "";
    background: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_pages ul li.pager_last a:hover:before {
    width: 2px;
    background: #fb9640;
    height: 29px;
}
.nav_pages ul li.pager_first a:after {
    display: block;
    position: absolute;
    top: -5px;
    left: -11px;
    width: 1px;
    height: 30px;
    content: "";
    background: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_pages ul li.pager_first a:hover:after {
    width: 2px;
    background: #fb9640;
    height: 29px;
}
.nav_pages ul li.pager_first a:before {
    display: block;
    position: absolute;
    bottom: -5px;
    left: -11px;
    width: 1px;
    height: 30px;
    content: "";
    background: #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav_pages ul li.pager_first a:hover:before {
    width: 2px;
    background: #fb9640;
    height: 29px;
}
.nav_pages ul li.pager_current span {
    color: #fff;
    border-color: #fb9640;
    background: #fb9640;
}

/*----------------------------------------------------------------------------------------
							[ 15. Sidebar widgets common styles / #secondary ]
-----------------------------------------------------------------------------------------*/

#secondary {
	float: left;
	width: 330px;
	margin-left: 60px;
	padding: 60px 0;
}
#secondary aside.widget {
	margin-top: 50px;
}
#secondary aside.widget:first-child {
	margin-top: 0;
}
#secondary aside.widget .widget_title {
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.widget_area aside.widget ul li {
	position: relative;
	list-style: none;
	padding-left: 12px;
	font-size: 14px;
	line-height: 24px;
}
.widget_area aside.widget ul li + li {
	margin-top: 6px;
}
.widget_area aside.widget ul li a {
	text-decoration: none;
}
.widget_area aside.widget ul li:after {
    content: "›";
	top: 0;
	left: 0;
	color: #fb9640;
	display: block;
	position: absolute;
}
.widget_area aside.widget ul.no_bull li {
	padding: 0;
}
.widget_area aside.widget ul.no_bull li:after {
	display: none;
}
.widget_area aside.widget li ul {
    margin: 6px 0 0 6px;
}

/*----------------------------------------------------------------------------------------
								[ 16. Widget search form / #searchform ]
-----------------------------------------------------------------------------------------*/

#searchform input[type="text"] {
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding: 12px 19px 11px;
    border: 1px solid #bbb;
    background: none;
    color: #333;
    -webkit-transition: background ease .5s;
    -moz-transition: background ease .5s;
    -ms-transition: background ease .5s;
    -o-transition: background ease .5s;
    transition: background ease .5s;
}
#searchform input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
input[type="text"]:focus,
#searchform input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #fb9640;
    background-color: #fb9640;
    background-image: none;
}
#searchform label {display: none;}
#searchform input[type="search"] {
    width: 90px;
}
form label.required {
    position: relative;
}
form label.required:after {
    content: "*";
    position: absolute;
    top: -2px;
    right: -12px;
    color: #bc3a3a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

/*----------------------------------------------------------------------------------------
							[ 17. Widget contacts / .widget_contacts ]
-----------------------------------------------------------------------------------------*/

.widget_contacts .contacts_address {
	margin-bottom: 17px;
}	
.widget_contacts .label {
	font-weight: 700;
	margin-right: 3px;
}
.widget_contacts .contacts_fax {
	margin-bottom: 17px;
}
.widget_contacts .widget_inner a {text-decoration: none;}
.tab_content {display: none;}

/*----------------------------------------------------------------------------------------
							[ 18. Widget recent comments / .widget_recent_comments ]
-----------------------------------------------------------------------------------------*/

.widget_recent_comments ul li {
	overflow: hidden;
	margin-bottom: 15px;
}
.widget_recent_comments ul li .user_avatar {
	padding-top: 5px;
	float: left;
	width: 60px;
	margin-right: 19px;
}
.widget_recent_comments ul li .user_avatar img {
	border-radius: 60px;
	vertical-align: top;
	width: 100%;
	height: auto;
}
.widget_recent_comments ul li .extra {
	overflow: hidden;
	font-size: 12px;
}
.widget_recent_comments ul li .extra .post_title {
	font-size: 14px;
	font-weight: 700;
	padding-top: 7px;
}
.widget_recent_comments ul li .extra .post_title a {
	color: #333;
}
.widget_recent_comments ul li .extra .post_title a:hover {
	color: #fb9640;
}

/*----------------------------------------------------------------------------------------
							[ 19. Widget popular / #popular_tabs ]
-----------------------------------------------------------------------------------------*/

.widget #popular_tabs .tab_title {
	border-bottom: 1px solid #bbb;
}
.widget #popular_tabs .tab_title li {
	padding: 0;
	margin: 0 0 -1px 0;
	float: left;
}
.widget #popular_tabs .tab_title li a {
	color: #333;
	display: inline-block;
	padding: 14px 20px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.widget #popular_tabs .tab_title li a:hover {
	color: #00cbb1;
}
.widget #popular_tabs .tab_content li .post_thumb:before {
	display: block;
	width: auto;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 10;
	text-align: center;
	margin-top: 17px;
	left: 0;
	right: 0;
	top: 0;
}
.widget #popular_tabs .tab_content li .post_thumb {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background: #c4c4c4;
	margin-right: 20px;
}
.widget #popular_tabs .tab_content li .post_thumb img {
	position: relative;
	z-index: 999;
}
.widget #popular_tabs .tab_content li .extra {
	overflow: hidden;
	padding-top: 2px;
}
.widget #popular_tabs .tab_content li .post_title {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
}
.widget #popular_tabs .tab_content li .post_title:hover {
	color: #fb9640;
}
.widget #popular_tabs .tab_title li a.current {
	color: #fff;
	background: #fb9640;
}
.widget #popular_tabs .tab_title li:after {
	display: none;
}
#popular_tabs .tab_title:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.widget #popular_tabs ul.tab_content {
	padding: 29px 30px 30px;
	border: 1px solid #bbb;
	border-top: none;
}
.widget #popular_tabs ul.tab_content li {
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.widget #popular_tabs ul.tab_content li + li {
	margin-top: 20px;
}
.widget #popular_tabs ul.tab_content li:after {
	display: none;
}
.widget #popular_tabs ul.tab_content li .post_views {
	padding-top: 9px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
}

/*----------------------------------------------------------------------------------------
							 [ 20. Widget tagcloud / .tagcloud ]
-----------------------------------------------------------------------------------------*/

.tagcloud {
	overflow: hidden;
}	
.tagcloud a {
	margin: 0 5px 5px 0;
	float: left;
	display: inline-block;
	padding: 7px 10px 7px 9px;
	background: #333;
	text-decoration: none;
	color: #fff;
	font-size: 14px !important;
	line-height: 17px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.tagcloud a:hover {
	background: #00cbb1;
}

/*----------------------------------------------------------------------------------------
							[ 21. Widget Flickr / .widget_flickr ]
-----------------------------------------------------------------------------------------*/

.flickr_images {
	overflow: hidden;
	padding-top: 6px;
}	
.flickr_images .flickr_badge_image {
	float: left;
	width: 74px;
	margin: 0 1px 1px 0;
	background: #fb9640;
	overflow: hidden;
}
.flickr_images .flickr_badge_image img {
	width: 100%;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	height: auto;
}
.flickr_images .flickr_badge_image img:hover {
	opacity: .5;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/*----------------------------------------------------------------------------------------
							[ 22. Widget socail / .widget_follow ]
-----------------------------------------------------------------------------------------*/

.widget_follow .socail_links {
	padding-top: 5px;
	overflow: hidden;
}
.widget_area .widget_follow .socail_links li {
	padding: 0;
	float: left;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
}
.widget_area .widget_follow .socail_links li + li {
	margin-left: 30px;
}
.widget_area .widget_follow .socail_links li a {
	color: #bbbbbb;
}
.widget_area .widget_follow .socail_links li a span:before {
	width: auto;
	margin: 0;
}
.widget_area .widget_follow .socail_links li a:hover {
	color: #fb9640;
}
#secondary .widget_follow .socail_links li:after {
	display: none;
}

/*----------------------------------------------------------------------------------------
					        [ 23. Widget calendar / #calendar_wrap ]
-----------------------------------------------------------------------------------------*/

#calendar_wrap {
	padding-right: 36px;
}
#cms-calendar {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
#cms-calendar td {
	border: 1px solid #bbb;
	text-align: center;
}
#cms-calendar td a {
	text-decoration: none;
}
#cms-calendar td#today {
	background: #333;
	color: #fff;
}
#cms-calendar tbody td {
	padding: 9px 0 8px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
#cms-calendar tbody td a {
	display: block;
}
#cms-calendar tbody td.has_post {
	background: #fff;
}
#cms-calendar tbody td.hover {
	background: #fb9640;
}
#cms-calendar td.pad {
	border: none;
}
#cms-calendar tfoot td {
	border: none;
	padding-top: 24px;
}
#cms-calendar tfoot td#prev  {
	text-align: left;
}
#cms-calendar tfoot td#next  {
	text-align: right;
}
#cms-calendar tfoot td a {
	text-decoration: none;
}
#cms-calendar th {
	padding: 8px 0 9px;
	color: #999999;
}
#cms-calendar caption {
	text-align: left;
	padding: 0 0 9px 10px;
	position: relative;
	color: #333;
}
#cms-calendar:before {
	position: absolute;
	top: 0;
	left: -1px;
	color: #333;
	content: "›";
}

/*----------------------------------------------------------------------------------------
								[ 24. Post content / .post_content ]
-----------------------------------------------------------------------------------------*/

.post_content {
	overflow: hidden;
}
.post_content a {
	text-decoration: none;
}
.post_content .post_col {
	float: right;
	width: 330px;
	margin-left: 60px;
}
.post_content .post_thumb {
	-webkit-transition: height ease .5s;
	-moz-transition: height ease .5s;
	-ms-transition: height ease .5s;
	-o-transition: height ease .5s;
	transition: height ease .5s;
	background: #C4C4C4;
	text-align: center;
	width: 100%;
	margin: 7px 0 0 0;
}
.post_content .post_thumb.loaded {
	min-height: 0;
}
.post_content .post_thumb span.placeholder {
	margin: 200px 0;
	display: inline-block;
}
.post_content .post_thumb span.placeholder:before {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.post_content .post_tags {
	padding-top: 19px;
	font-size: 12px;
	line-height: 15px;
}
.post_content .post_tags span {
	color: #999;
	margin-right: 4px;
}
.post_content .post_tags a {
	margin-right: 3px;
	text-decoration: none;
}
.post_content .project_links {
	padding-top: 27px;
	text-align: center;
}
.post_content .project_links .project_link {
	margin-right: 10px;
}
.post_content .project_links > a {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333;
	color: #fff;
	font-size: 18px;
	line-height: 41px;
	text-align: center;
}
.post_content .project_links > a:hover {
	background: #ec730b;
}
.post_content .project_links #ssba {
	display: none;
	padding: 30px 30px;
	border: 1px solid #bbb;
	margin-top: -20px;
}
.post_content .project_links #ssba a {
	display: inline-block;
	width: 30px;
}
.post_content .project_links #ssba a + a {
	margin-left: 15px;
}
.post_content .project_links #ssba img {
	display: block;
	padding: 0;
	width: 100% !important;
}

/*----------------------------------------------------------------------------------------
								 [ 25. Comments / #comments ]
-----------------------------------------------------------------------------------------*/

#comments {clear: both;}
#comments,
.single.single-portfolio .fullwidth #comments {
	padding-top: 54px;
	max-width: 750px;
}
.single .fullwidth #comments {
	max-width: 100%;
}
#comments .comments_title {
	margin-bottom: 24px;
	text-transform: uppercase;
}
#comments textarea {
	vertical-align: top; 
	margin: 0;
	height: 102px;
	min-height: 50px;
	max-height: 250px;
}
#comments h3 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	text-transform: uppercase;
}
#comments > .comment-list {
	margin-bottom: 54px;
}
#commentform .comment-form-comment {
	clear: both;
	padding-top: 10px;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	float: left;
	width: 49.3%;
	margin-bottom: 0;
}
#commentform .comment-form-email {margin-left: 1.33%;}
#commentform .comment-form-author input, 
#commentform .comment-form-email  input,
#commentform textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform .form-submit {
    text-align: right;
    padding-top: 10px;
}
.comment-list {
	margin: 0;
	list-style: none;
}
.comment-list .comment {
	list-style: none;
	margin-top: 20px;
	border: 1px solid #bbb;
}
.comment-list .comment + #respond {padding-top: 20px;}
.comment-list > .comment:first-child {margin-top: 0;}
.comment-list .comment .comment_ind {
	padding: 3px 30px 26px;
	overflow: hidden;
}
.comment-list .comment .photo {
	margin-right: 20px;
	float: left;
	width: 60px;
}
.comment-list .comment .comment_wrap {
	padding-top: 2px;
}
.comment-list .comment .comment_date {
	padding-top: 12px;
}
.comment-list .comment .photo img {
	width: 100%;
	border-radius: 60px;
	height: auto;
}
.comment-list .comment .comment_reply_link {
	text-align: right;
	margin: -1px -1px 0 0;
}
.comment-list .comment .comment_reply_link a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	padding: 6px 10px 7px 9px;
	background: #333;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.comment-list .comment .comment_reply_link a:hover {
	background: #fb9640;
}
.comment-list .comment h5 {
	overflow: hidden;
	margin-top: 12px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 0;
}
.comment-list .comment h5 a {
	text-decoration: none;
}
.comment-list .comment .comment_date {
	float: right;
	font-size: 12px;
	line-height: 15px;
	color: #999;
}
.comment-list .comment .comment_content {
	padding-top: 11px;
	font-size: 12px;
	line-height: 18px;
}
.comment-list .children {
	margin-left: 0;
	padding: 0 0 0 60px;
}
#cancel-comment-reply-link {
    display: none;
}

/*----------------------------------------------------------------------------------------
							[ 26. Portfolio page  / .portfolio_section ]
-----------------------------------------------------------------------------------------*/

.iso_filters {
	overflow: hidden;
	text-align: center;
	list-style: none;
	margin-bottom: 30px;
}
.iso_filters li {
	margin: 0 5px;
	display: inline-block;
}
.portfolio_section {
	margin-bottom: 60px;
	position: relative;
}
.portfolio_section .switcher {
	z-index: 999;
	position: absolute;
	right: -2px;
	top: 24px;
	width: 27px;
	cursor: pointer;
}
.portfolio_section .switcher .switch_wrap {
	overflow: hidden;
}
.portfolio_section .switcher i {
	float: left;
	width: 7px;
	height: 7px;
	margin: 0 2px 2px 0;
	background: #bbb;
}
.portfolio_section .switcher:hover i {
	background: #fb9640;
}
.portfolio_section .switcher ul {
	padding-top: 31px;
	display: none;
	position: absolute;
	right: 2px;
	top: 0;
	clear: both;
	width: 138px;
	overflow: hidden;
	text-align: right;
	list-style: none;
}
.portfolio_section .switcher ul li {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.portfolio_section .switcher ul li a {
	display: block;
	padding: 16px 20px 17px 15px;
	text-decoration: none;
	color: #fff;
	background: #333;
}
.portfolio_section .switcher ul li a:hover,
.portfolio_section .switcher ul li a.active {
	background: #fb9640;
}
.iso_filters li a,
.portfolio_section .more_link a {
	display: inline-block;
	padding: 16px 19px 16px;
	border: 1px solid #bbb;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	-webkit-transition: background ease .5s;
	-moz-transition: background ease .5s;
	-ms-transition: background ease .5s;
	-o-transition: background ease .5s;
	transition: background ease .5s;
}
.iso_filters li a:hover,
.portfolio_section .more_link a:hover {
	padding: 15px 18px;
	border: 2px solid #fb9640;
}
.portfolio_section .more_link a.no_results {
	color: #bbb;
}
.iso_filters li a:active,
.iso_filters li a.current,
.portfolio_section .more_link a:active {
	background: #fb9640;
	border-color: #fb9640;
	color: #fff;
}
.portfolio_posts {
	margin: -15px -15px 0;
}
.portfolio_section .more_link {
	padding: 15px 0 0;
	text-align: center;
}
.anim .portfolio_posts .hentry {
	position: relative;
	margin: 15px;
	width: 360px;
	display: none;
}
.anim .portfolio_posts .hentry2 {
	position: relative;
	margin: 15px;
	width: 230px;
	display: none;
}
.anim .portfolio_posts .hentry .portfolio_thumb img {width: 100%; height: auto;}
.anim.col2 .portfolio_posts .hentry {
	width: 555px;
}
.anim.col4 .portfolio_posts .hentry {
	width: 270px;
	margin: 10px;
}
.portfolio_posts .hentry.follow {
	overflow: hidden;
}
.anim .portfolio_posts .hentry a {
	display: block;
}
.anim .portfolio_posts .hentry .overlay {
	position: absolute;
	background: #fb9640;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	color: #fff;
}
.anim .portfolio_posts .hentry .overlay > * {
	margin: 0 30px;
}
.anim .portfolio_posts .hentry .overlay > h3 {
	padding-top: 24px;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}
.anim .portfolio_posts .hentry .overlay .post_cats {
	font-size: 12px;
	line-height: 15px;
}
.anim .portfolio_posts .hentry .overlay .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	text-decoration: none;
	font-size: 50px;
	line-height: 50px;
	margin: -25px 0 0 -30px;
}
.anim .portfolio_posts .hentry.follow .overlay {
	left: -100%;
	opacity: 1;
	filter: alpha(opacity = 100);
}
.anim .portfolio_posts .hentry.shift:hover .overlay {
	opacity: 1;
	filter: alpha(opacity = 100);
	top: 20px;
	left: 20px;
}
.anim .portfolio_posts .hentry.flip {
  position: relative;
  z-index: 1;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px;
}
.anim .col2 .portfolio_posts .hentry.flip {
	-webkit-perspective: 3500px;
	-moz-perspective: 3500px;
	-o-perspective: 3500px;
	perspective: 3500px;
}
.anim .portfolio_posts .hentry.flip > a {
  width: 100%;
  height: 100%;
  -ms-transform-style: preserve-3d;
  -ms-transition: all .5s linear;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all .5s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all .5s linear;
  transform-style: preserve-3d;
  transition: all .5s linear;
}
.anim .portfolio_posts .hentry.flip.hover > a,
.anim .portfolio_posts .hentry.flip:hover > a {
	text-decoration: none !important;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.anim .portfolio_posts .hentry > a:hover,
.anim .portfolio_posts .hentry > a:link,
.anim .portfolio_posts .hentry > a:active,
.anim .portfolio_posts .hentry > a:visited,
.anim .portfolio_posts .hentry > a:hover *,
.anim .portfolio_posts .hentry > a:link *,
.anim .portfolio_posts .hentry > a:active *,
.anim .portfolio_posts .hentry > a:visited * {
	text-decoration: none !important;
}
.anim .portfolio_posts .hentry.flip.hover > a * {
	text-decoration: none !important;
}
.msie .anim .portfolio_posts .hentry.flip > a {
	-ms-transform: rotateY(0deg);
}
.anim .portfolio_posts .hentry.flip > a > .portfolio_thumb {
	position: relative;
}
.anim .portfolio_posts .hentry.flip > a > * {
	opacity: 1 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.anim .portfolio_posts .hentry.flip > a > .overlay.post_info {
  display: block;
  -webkit-transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(180deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(180deg);
  -o-box-sizing: border-box;
  transform: rotateY(180deg);
  box-sizing: border-box;
}
.msie .anim .portfolio_posts .hentry.flip > a > .overlay.post_info {
  	transform: rotateY(0deg);
  	opacity: 0 !important;
}
.msie .anim .portfolio_posts .hentry.flip > a:hover > .overlay.post_info {
	opacity: 1 !important;
}

.anim .portfolio_posts .hentry.flip > a > .overlay.post_info .icon {
	filter: alpha(opacity = 0);
}
.anim .portfolio_posts .hentry.flip:hover > a > .overlay.post_info,
.anim .portfolio_posts .hentry.flip:hover > a > .overlay.post_info .icon {
	filter: alpha(opacity = 100);
}



/*----------------------------------------------------------------------------------------
								[ 27. Slider / .slideshow ]
-----------------------------------------------------------------------------------------*/

.slideshow.flexslider {
	position: relative;
	padding-bottom: 75px;
}
.fullwidth .slideshow.flexslider {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.slideshow .slides:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.slideshow .slides {
	list-style: none;
}
.slideshow.textslider.changing .slides {
	-webkit-transition: margin .8s .8s ease-in;
	-moz-transition: margin .8s .8s ease-in;
	-ms-transition: margin .8s .8s ease-in;
	-o-transition: margin .8s .8s ease-in;
	transition: margin .8s .8s ease-in;
}
.slideshow.textslider .slides li {
	display: none;
	min-height: 265px;
}
.slideshow .slides li .slide_inner {
	overflow: hidden;
	text-align: left;	
	padding: 51px 0 0px;
}
.textslider.slideshow li .slide_title {
	max-width: 80%;
	font-size: 60px;
	line-height: 60px;
	color: #fb9927;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	display: inline-block;
	padding-bottom: 22px;
	margin-bottom: 23px;
}
.slideshow.textslider li .slide_title:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 4px;
	width: 360px;
	height: 1px;
	background: #ddd;
	content: "";
}
.slideshow li .slide_content {
	padding-left: 3px;
	font-size: 24px;
	line-height: 30px;
}
.slideshow li .slider_icon {
	overflow: hidden;
	height: 200px;
	margin-right: 7px;
	padding-top: 24px;
	text-align: center;
	float: left;
	font-size: 120px;
	line-height: 120px;
	color: #fb9640;
	width: 33.2%;
	position: relative;
}
.slideshow li .slider_icon > span {
	position: absolute;
	top: 24px;
	left: 0;
	margin-left: 105px;
}
.slideshow .flex-control-nav {
	text-align: center;
	list-style: none;	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}
.slideshow .flex-control-nav li {
	display: inline-block;
	margin: 0 5px;
	font-size: 0;
	line-height: 0;
}
.slideshow .flex-control-nav li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ddd;
	cursor: pointer;
}
.slideshow .flex-control-nav li a:hover,
.slideshow .flex-control-nav li a.flex-active {
	background: #fb9640;
}

/*----------------------------------------------------------------------------------------
						[ 28. Features block / .features_block ]
-----------------------------------------------------------------------------------------*/

.features_block {
	position: relative;
	z-index: 100;
	overflow: hidden;
	padding: 52px 0 0;
}
.features_slideshow_viewport {
	display: none;
}
.features_slideshow_viewport.mCustomScrollbar {
	display: block;
}
.features_block.carousel {
	padding-bottom: 0;
}
.features_block .mCSB_container {
	padding-bottom: 60px;
	overflow: hidden;
}
.gap_fullwidth h2.section_title {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: 400;
	margin-bottom: 23px;
}
.features_block h2.section_title {
	margin-bottom: 30px;
}
.testi_slider h2.section_title {margin-bottom: 44px;}
.features_block h2.section_title:after,
.sc_heading h2.section_title:after {
	max-width: 360px;
	width: 100%;
	margin: 21px auto 0;
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	opacity: .22;
	filter: alpha(opacity = 22);
}
.features_block .mCSB_scrollTools {
	height: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
.features_block .mCSB_scrollTools .mCSB_draggerRail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
}
.features_block .mCSB_scrollTools .mCSB_dragger {
	background: #fb9640;
	z-index: 999;
	height: 10px;
}
.features_block .features_post {
	position: relative;
	float: left;
	width: 360px;
	overflow: hidden;
}
.features_block .features_post + .features_post {
	margin-left: 30px;
}
.features_block .features_post .post_thumb {
	position: relative;
	cursor: crosshair;
	min-height: 200px;
}
.features_block .features_post .post_thumb .features_title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
}
.features_block .features_post .post_thumb .features_title span {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 24px;
	line-height: 29px;
	padding: 6px 10px 7px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.features_block .features_post .post_content {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	margin-top: 999px;
	background: #fb9640;
	padding: 24px 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	-webkit-transition: all ease 2s;
	-moz-transition: all ease 2s;
	-ms-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
	top: 0;
}
.features_block .features_post:hover .post_content {
	margin-top: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.features_block .features_post .post_content h3 {
	margin-bottom: 18px;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.features_block .features_post .post_content a {
	color: #fff;
	font-weight: bold;
}
.features_block .features_post .post_content a:hover {
	text-decoration: underline;
}
.gap_fullwidth {
	position: relative;
	overflow: hidden;
	margin: -1px 0 45px;
	margin-left: -1000px;
	padding: 0 1000px;
	width: 100%;
}
.gap_fullwidth .fake_scrollbar {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10px;
	background: #333;
	opacity: .66;
	z-index: 99;
	display: none;
}
.gap_fullwidth > .overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

/*----------------------------------------------------------------------------------------
						[ 29. TestiSlider / .testi_slider ]
-----------------------------------------------------------------------------------------*/

.testi_slider .section_title {
	margin-bottom: 44px;
}
.gap_fullwidth .testi_slider {
	padding: 52px 0 0px;
}
.testi_slider .slides li {
	display: none;
	min-height: 240px;
	text-align: center;
	color: #fff;
}
.testi_slider .slides li .slide_content {
	margin-bottom: 24px;
}
.testi_slider .slides li .slide_thumb {
	margin-bottom: 24px;
}
.testi_slider .slides li .slide_thumb img {
	vertical-align: middle;
}
.testi_slider .slides li .slide_thumb:before {
	display: inline-block;
	content: "";
	height: 1px;
	width: 130px;
	background: #fff;
	margin-right: 15px;
	vertical-align: middle;
	opacity: .25;
}
.testi_slider .slides li .slide_thumb:after {
	display: inline-block;
	content: "";
	height: 1px;
	width: 130px;
	background: #fff;
	margin-left: 15px;
	vertical-align: middle;
	opacity: .25;
}
.testi_slider .slides li .slide_thumb img {
	border-radius: 60px;
}
.testi_slider .slides li .slide_title {
	color: #fb9640;
}
.testi_slider .slideshow .flex-control-nav li a {
	background: #fff;
}
.testi_slider .slideshow .flex-control-nav li a:hover,
.testi_slider .slideshow .flex-control-nav li a.flex-active {
	background: #fb9640;
}

/*----------------------------------------------------------------------------------------
							[ 30. Social / .social ]
-----------------------------------------------------------------------------------------*/

.social .soc_list {
	list-style: none;
	padding: 30px 0;
}
.social .soc_list li {
	display: inline-block;
	margin: 0 15px;
}
.social .soc_list li a img {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.sc_contacts_block {
	padding: 24px 0;
}
.sc_contacts_block a {
	font-size: 60px;
	line-height: 72px;
	color: #bbb;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 2px;
}
.sc_contacts_block a span:before {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

/*----------------------------------------------------------------------------------------
							       [ 31. Team / .sc_team ]
-----------------------------------------------------------------------------------------*/

.sc_team {overflow: hidden; margin: 0 -15px 34px; padding-top: 15px;}
.sc_team .sc_team_item {
	float: left;
	width: 360px;
	margin: 0 15px;
	overflow: hidden;
}
.sc_team .sc_team_item .sc_team_item_title {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: 700;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 8px;
}
.sc_team .sc_team_item .sc_team_item_position {
	text-align: center;
}
.sc_team .sc_team_item .avatar {
	margin-left: -60px;
	max-width: 480px;
	width: 480px;
	height: auto;
	vertical-align: top;
}
.sc_team .sc_team_item .profile_thumb {
	overflow: hidden;
	position: relative;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_team .sc_team_item .profile_wrap {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_team .sc_team_item:hover .profile_thumb {margin-top: -78px;}
.sc_team .sc_team_item:hover .profile_wrap {
	margin-bottom: 78px;
}
.sc_team .sc_team_item .profile_thumb .hover_block {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 100%;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.sc_team .sc_team_item:hover .profile_thumb .hover_block {
	top: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.sc_team .sc_team_item .profile_thumb .profile_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fb9640;
	opacity: .88;
	top: 0;
	left: 0;
}
.sc_team .sc_team_item .profile_thumb .sc_team_item_description {
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
}
.sc_team .sc_team_item .sc_team_item_social {
	padding-top: 19px;
	height: 78px;
	margin-bottom: -78px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
}
.sc_team .sc_team_item:hover .sc_team_item_social {
	margin: -78px 0 0;
}
.sc_team .sc_team_item .sc_team_item_social a {
	font-size: 24px;
	line-height: 30px;
	margin: 5px 15px;
	color: #bbb;
	text-decoration: none;
}
.sc_team .sc_team_item .sc_team_item_social a span:before {
	margin: 0;
	width: auto;
}
.sc_team .sc_team_item .sc_team_item_social a:hover {
	color: #fb9640;
}

/*----------------------------------------------------------------------------------------
								[ 32. Custom panel / #opt_block ]
-----------------------------------------------------------------------------------------*/

#opt_block {
	z-index: 19999;
	margin-right: -240px;
	position: fixed;
	top: 100px;
	right: 0;
	width: 295px;
}
#opt_block .block_header {
	cursor: pointer;
	position: relative;
	background: #333;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
	-moz-box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
	
	box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
}
#opt_block .block_header h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding: 19px 20px 18px 89px;
	position: relative;
}
#opt_block .block_header h2 .icon {
	position: absolute;
	top: 10px;
	left: 7px;
	font-size: 30px;
	line-height: 36px;
}
#opt_block .block_content {
	position: relative;
	z-index: 999;
	background: #e8e8e8;
	margin-left: 55px;
	border-radius: 0 0 0 2px;
	-webkit-box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
	-moz-box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
	
	box-shadow: 2px 1px 0 1px #cfcfcf,
				3px 2px 0 1px #cfcfcf, 
				4px 3px 0 1px #cfcfcf,
				5px 4px 0 1px #cfcfcf,
				6px 5px 0 1px #cfcfcf,
				7px 6px 0 1px #cfcfcf,
				8px 7px 0 1px #cfcfcf,
				9px 8px 0 1px #cfcfcf;
}
#opt_block .block_content .patterns_list {
	list-style: none;
}
#opt_block .block_content .content_row {
	padding: 9px 34px 13px;
}
#opt_block .block_content .content_row + .content_row {
	border-top: 1px solid #b2b2b2;
}
#opt_block .block_content .content_row .label {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
#opt_block .block_content .content_row .color_selector {
	position: relative;
	width: 29px;
	height: 29px;
	background: #fb9640;
	cursor: pointer;
}
#opt_block .block_content .content_row .color_selector:after {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	border: 1px solid #fff;
	opacity: .5;
	content: "";
	display: block;
}
#opt_block .block_content .content_row .color_selector span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-width: 0 3px 3px 3px;
	border-style: solid;
	border-color: #000 transparent #fff transparent;
	bottom: 4px;
	right: 3px;
}
#opt_block .block_content .content_row .patterns_list {
	overflow: hidden;
	padding-bottom: 2px;
}
#opt_block .block_content .content_row .patterns_list li {
	float: left;
	width: 29px;
}
#opt_block .block_content .content_row .patterns_list li + li {
	margin-left: 4px;
}
#opt_block .block_content .content_row .patterns_list li a {
	display: block;
	height: 27px;
	border: 1px solid #8b8b8b;
	overflow: hidden;
}
#opt_block .parallax_list {
	width: 100%;
	margin-bottom: 5px;
}
.colorpicker {z-index: 19999;}

/* select in custom panel */
.select-menu {
    position: relative;
}
.select-menu a.select-menu-button {
	display: block;
	border: 1px solid #bbb;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 20px 16px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}
.select-menu ul {
	list-style: none;
}
.select-menu > ul {
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 54px;
	right: 0;
}
.select-menu > ul li a {
	font-size: 12px;
	line-height: 15px;
	display: block;
	background: #333;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px 11px;
	text-align: center;
	border-bottom: 1px solid #bbb;
}
.select-menu > ul li a:hover {
	background: #fb9640;
	border-color: #fb9640;
}

/*----------------------------------------------------------------------------------------
								 [ 33. Button to top / #to_top ]
-----------------------------------------------------------------------------------------*/

#to_top {
	z-index: 99999;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	position: fixed;
	bottom: 126px;
	right: 50%;
	width: 55px;
	height: 55px;
	border: 1px solid #bbb;
	margin-right: -650px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
	display: none;
}
#to_top span {
	display: inline-block;
	margin-top: 10px;
}
#to_top:hover {
	color: #fff;
	background: #fb9640;
	border-color: #fb9640;
}

/*----------------------------------------------------------------------------------------
								 [ 34. Error404 / .error404 ]
-----------------------------------------------------------------------------------------*/

.text.nothing_found {
	text-align: center;
}
.error404 article .post_title {text-align: center; margin-bottom: 18px;}
.text.nothing_found #searchform {
	padding-top: 23px;
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
								[ 35. Google map / #sc_googlemap ]
-----------------------------------------------------------------------------------------*/
#sc_googlemap {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

/*----------------------------------------------------------------------------------------
								 [ 36. Footer / #footer ]
-----------------------------------------------------------------------------------------*/

#footer {
	padding: 27px 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	border-top: 1px solid #ddd;
	background: #fff;
}
