﻿/*
Theme Name: MaxiOne - Creative Personal Blog WordPress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Description: MaxiOne is a Responsive, Retina Ready, Creative Wordpress Theme, Personal Blog.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: color-theme-framework
*/
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Header
 * 3.0 - Logo
 * 4.0 - Custom Background
 * 5.0 - Typography
 * 		5.1 - Lists
 * 		5.2 - Margins
 * 6.0 - Pagination
 * 7.0 - Content
 * 		7.1 - Masonry
 * 		7.2 - Post Thumbnail
 * 		7.3 - Single Page
 * 		7.4 - Tags
 * 		7.5 - Post Formats
 * 		7.6 - To Top Arrow
 * 8.0 - Sidebar
 * 9.0 - Widgets
 * 		9.1 - Flickr Widget
 * 		9.2 - Instagram Widget
 * 		9.3 - Categories Widget
 * 		9.4 - Calendar Widget
 * 		9.5 - Custom Menu Widget
 * 		9.6 - Recent Posts Widget
 * 		9.7 - Recent Comments Widget
 * 		9.8 - Popular Posts Widget
 * 		9.9 - Twitter Widget
 * 		9.10 - Small Slider Widget
 * 		9.11 - Posts by Categories Widget
 * 		9.12 - WP Standard Widgets
 * 10.0 - Video and Audio Responsive
 * 11.0 - Wordpress Core
 * 12.0 - Bootstrap Override
 * 13.0 - For IE
 * 14.0 - Super-fish Menu
 * 15.0 - Flexslider
 * 16.0 - PrettyPhoto
 * 17.0 - Contact Form
 * 18.0 - Retina Display Media Query
 * 19.0 - Browser Styles
 *
 * -----------------------------------------------------------------------------
 */

/**
 *  For HTML5 Blocks
 * -----------------------------------------------------------------------------
 */
header, footer, aside, nav, article, section {
	display: block;
}

a {
	outline: none !important;
}

::selection , ::-moz-selection,
*::-moz-selection {
	background: #FF5A5A;
	color: #FFF;
	text-decoration: none;
}

/**
 * 1.0 Body
 * -----------------------------------------------------------------------------
 */
body {
	color: #414243;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
.site-header {
    float: left;
    position: fixed;
    width: 35%;
    background: #222323;
    min-height: 100%;
}

.brand-mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba( 56,63,67, .7 );
}

#masthead .ptbar {
    bottom: 35%;
    left: 7%;
    position: absolute;
    width: 85%;
}

#masthead .ptbar h1.entry-title,
#masthead .ptbar h2.entry-title {
	line-height: 68px;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

#masthead .ptbar h3.text-add,
#masthead .ptbar h2.text-add {
	line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#masthead > .entry-copyright {
	bottom: 8%;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	left: 7%;
	position: absolute;
	letter-spacing: 1px;
	width: 90%;
}

#masthead > .entry-copyright a:hover { color: #FFF; }

.search-wrapper {
	display: block;
	width: 50%;
	margin-top: 30px;
	float: left;
}

#searchform label {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #909090;
}

.search-no-results p { margin-bottom: 0; }

#s {
	display: block;
	width: 40%;
	margin-bottom: 0;
	padding: 0;
	font-weight: normal;
	background: #FFF;
	border-bottom: 1px solid #c7c8ca;
}

#s:active,
#s:focus {
	outline: none;
	border-bottom: 1px solid #000;
}

#sidebar #s {
	padding: 5px 10px;
	color: #fff;
	border: none;
	background: #414243;
	width: 100%;
}

#entry-social {
	margin-top: 25px;
}

.entry-social-list {
	float: right;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.entry-social-list li {
	list-style-type: none;
	float: right;
	margin-left: 5px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #c7c8ca;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-social-list li a {
	color: #c7c8ca;
	display: block;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-social-list li:hover {
	border: 1px solid #000;
}

.entry-social-list li:hover a {
	color: #000;
}

/**
 * 3.0 Logo
 * -----------------------------------------------------------------------------
 */
#entry-logo {
 	display: block;
	position: absolute;
	max-width: 90%;
	left: 7%;
	top: 5%;
 }

#entry-logo h1 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

#entry-logo h1 a {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 0px;
	font-weight: 800;
}

#entry-logo span {
	color: #FFF;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

/**
 * 4.0 Custom Background
 * -----------------------------------------------------------------------------
 */
#bg-stretch {
	height: inherit;
	left: 0;
	max-width:inherit;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	width: inherit;
	z-index: -1;
}

.bg-width {
	width: 100%;
}

.bg-height {
	height: 100%;
}

/**
 * 5.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h3 { margin-bottom: 15px; }
h5 { text-transform: uppercase; }

h6 { text-transform: uppercase; }

a, a:link, a:visited {
	color: #FF5A5A;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

a:hover { color: #414243; text-decoration: none; }

a img {
	line-height:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

iframe {
	border: none;
}

.clear {
	clear: both;
}

/**
 * 5.1 Lists
 * -----------------------------------------------------------------------------
 */
ul.underline { padding-left: 0; }
ul.underline li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	list-style-position: inside;
	list-style-type: square;
}

ul.unordered {
	list-style: none;
}

ul.ordered {
	list-style: inside decimal;
}

ul.square {
	list-style: inside square;
}

ul.circle {
	list-style: inside circle;
}

ul.bullets {
	list-style: inside disc;
}

/**
 * 5.2 Margins
 * -----------------------------------------------------------------------------
 */
.margin-top-10	{ margin-top:10px; }
.margin-15		{ margin-bottom: 15px; }
.margin-r15 	{ margin-right:15px; }

.padding-20 { padding:20px; }

.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }

.no-top-padding { padding-top: 0; }

/**
 * 6.0 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination span,
.pagination a {
	padding: 10px 20px;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
	color: #000;
	font-weight: 700;
	font-size: 11px;
	background: #f1f2f3;
}

.pagination span {
	background: #f1f2f3;
	color: #000;
	font-weight: 700;
}

.pagination a:hover,
.pagination span.current { background: #FF5A5A; color: #FFF; }

/**
 * 7.0 Content
 * -----------------------------------------------------------------------------
 */
.page-header {
	border-bottom: none;
	padding-bottom: 0;
	margin: 45px 0;
	position: relative;
}

.content-not-found > p {
	margin-bottom: 0;
}

/**
 * 7.1 Masonry
 * -----------------------------------------------------------------------------
 */
.content-area {
	float: right;
	max-width: 65%;
	width: 65%;
}

.site-main {
    display: block;
    width: 100%;
    padding: 0 30px;
}

.post-block .sticky-format {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba( 0, 191, 143, .8 );
	width: 40px;
	height: 40px;
	z-index: 100;
	line-height: 40px;
	text-align: center;
}

.post-block .sticky-format > i {
	color: #FFF;
}

.post-block .entry-content {
	padding: 20px;
	text-align: center;
}

.post-block .entry-content audio {
	visibility: visible;
}

.post-block .entry-content h2.entry-title {
	line-height: 18px;
	margin-top: 0;
}

.entry-more {
	display: block;
	width: 30px;
	height: 30px;
	margin: 30px auto 15px;
	position: relative;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-more a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-more a:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #999;
	position: absolute;
	top: 6px;
	left: 14px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-more a:after {
	content: '';
	display: block;
	height: 1px;
	width: 15px;
	background: #999;
	position: absolute;
	left: 7px;
	top: 13px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-more:hover a:before,
.entry-more:hover a:after { background: #ff5a5a; }

.format-link .post-block .entry-more a:before,
.format-link .post-block .entry-more a:after {
	background: #FFF;
}

.post-block .entry-content h2.entry-title a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.post-block .entry-content .entry-ad {
	color: #ababab;
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
	text-transform: lowercase;
}

.post-block .post-thumbnail img,
.carousel-thumb img,
.widget-home-area .post-thumbnail img {
	-webkit-transform: scale( 1.0 );
	-moz-transform: scale( 1.0 );
	-o-transform: scale( 1.0 );
	transform: scale( 1.0 );
	-webkit-transition: transform .4s linear 0s;
	-moz-transition: transform .4s linear 0s;
	-o-transition: transform .4s linear 0s;
	transition: transform .4s linear 0s;
}

.post-block:hover .post-thumbnail img,
.carousel-thumb:hover img,
.widget-home-area .post-thumbnail:hover img {
	-webkit-transform: scale( 1.15 );
	-moz-transform: scale( 1.15 );
	-o-transform: scale( 1.15 );
	transform: scale( 1.15 );
	-webkit-transition: transform 4s linear 0s;
	-moz-transition: transform 4s linear 0s;
	-o-transition: transform 4s linear 0s;
	transition: transform 4s linear 0s;
}

#blog-entry { margin-right: -2%; position: relative; }

.post-block {
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.post-block:hover {
	-webkit-box-shadow: 0 0 10px rgba( 0,0,0,.2 );
	-moz-box-shadow: 0 0 10px rgba( 0,0,0,.2 );
	-o-box-shadow: 0 0 10px rgba( 0,0,0,.2 );
	box-shadow: 0 0 10px rgba( 0,0,0,.2 );
}

.post-block .entry-content ul,
.post-block .entry-content ol {
	text-align: left;
}

.masonry-box {
	background: #FFF;
	float: left;
	display: block;
}

.masonry-box {
	width: 30.3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

#pbd-alp-load-posts {
	display: block;
	text-align: center;
	margin: 30px 0 45px;
	clear: left;
}

#pbd-alp-load-posts a {
	background: #000;
	color: #FFF;
}

#pbd-alp-load-posts > a,
#pbd-alp-load-posts > .pbd-no-posts {
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 15px;
}

#pbd-alp-load-posts > .pbd-no-posts  {
	display: inline-block;
	padding: 15px 20px;
}

#pbd-alp-load-posts a:hover {
	background: #ff5a5a;
}

#pbd-alp-load-posts a i {
	margin-left: 10px;
}

#infscr-loading {
	display: none;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	z-index: 99999;
	position: absolute;
}

#infscr-loading img {
	display: none;
}

#infscr-loading > div {
	padding: 5px 10px;
	background: #000;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
#infscr-loading div em {
	background: #FFCC00;
	color: #000;
	padding: 30px 10px;
	display: inline-block;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
}

.post-thumbnail a img {
	max-width: 100%;
}

/**
 * 7.2 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

}

.post-content .post-thumbnail { margin-bottom: 15px; }

.post-thumbnail iframe,
.post-thumbnail object,
.post-thumbnail video {
	width: 100%;
}

.post-thumbnail.audio-thumb iframe {
	min-height: 166px;
	width: 100%;
}

.post-thumbnail .entry-category {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 100;
	padding: 3px 10px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.post-thumbnail .entry-category a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
}

.post-thumbnail a img.grayscale,
.carousel-thumb a img.grayscale,
.widget-home-area .post-thumbnail a img.grayscale {
	-webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.post-block:hover img.grayscale,
.carousel-thumb:hover img.grayscale,
.widget-home-area .post-thumbnail:hover a img.grayscale {
    filter: none;
	-webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);

}

/**
 * 7.3 Single Page
 * -----------------------------------------------------------------------------
 */
.sm-credit {
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
}

.single-title {
	display: none;
}

.post-content,
.page-content {
	background: #FFF;
	padding: 30px;
	margin-bottom: 45px;
}

.entry-block-meta {
	background: #FFF;
	padding: 30px;
	margin-bottom: 5px;
}

.meta-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.meta-list li {
	display: block;
	text-align: center;
	float: left;
	width: 31%;
	margin: 0 1%;
	font-style: italic;
	font-size: 12px;
	color: #a1a2a3;
	letter-spacing: 1px;
}

.meta-list li a {
	font-weight: 700;
}

.meta-list li .meta-list-title {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 90%;
	margin: 0 auto 10px;
	color: #cecece;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #cecece;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.meta-list li:hover .meta-list-title {
	color: #000;
}

.entry-share-list {
	padding-left: 0;
	list-style-type: none;
}

.entry-share-list li {
	float: left;
	margin-right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-share-list li a {
	color: #fff;
	line-height: 38px;
	display: block;
	width: 100%;
	height: 100%;
}

.entry-share-list li.ct-fb { background: #3b5998; }
.entry-share-list li.ct-twitter { background: #00aced; }
.entry-share-list li.ct-gplus { background: #d64431; }
.entry-share-list li.ct-pinterest { background: #cc2127; }
.entry-share-list li.ct-linkedin { background: #007bb6; }
.entry-share-list li.ct-reddit { background: #336699; }
.entry-share-list li.ct-vkontakte {background: #567ca4;}

.entry-share-list li:hover {
	background: #000
}

.entry-share-list li:hover a { color: #FFF; }

.page-links {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#author-block {
    text-align: center;
    padding: 30px;
    background: #ececec;
    margin-bottom: 15px;
}

#author-description {
	text-align: center;
}

#author-description h3 { margin-bottom: 10px; }
#author-description h3 a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.entry-author-icons {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
}

.entry-author-icons li {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-author-icons li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}

.entry-author-icons li.facebook { background: #3b5998; }
.entry-author-icons li.twitter { background: #00aced; }
.entry-author-icons li.github { background: #4183c4; }
.entry-author-icons li.linkedin { background: #007bb6; }
.entry-author-icons li.pinterest { background: #cc2127; }
.entry-author-icons li.googleplus { background: #d64431; }

.entry-author-icons li:hover { background: #000; }

.avatar.avatar-60.photo {
    border-radius: 100%;
    margin-bottom: 15px;
}


.entry-comments-form {
	padding: 30px;
	background: #fff;
	margin-bottom: 45px;
}

.entry-comments-form .pagination {
	margin-bottom: 45px;
}

.comment-time time {
	color: #cecece;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.comment-time time:hover { color: #000; }

h3.comments-title {
    margin-bottom: 30px;
}

ol.comment-list {
	padding-left: 0;
	list-style-type: none;
}

.children { list-style-type: none; padding-left: 0; }

.fn a {
	font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comment-meta.commentmetadata a { color: #919293; }

.comment-body {
	border-bottom: 1px solid #e1e2e3;
	padding: 0 0 30px;
	margin-bottom: 30px;
}

.comment-meta.comment-author {
	float: left;
	margin-right: 15px;
}

.comment-reply-link {
 	background: #fff;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c7c8ca;
    text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.comment-reply-link > i {
	color: #c7c8ca;
}

.comment-reply-link:hover {
	border: 1px solid #000;
}

.comment-reply-link:hover > i {
	color: #000;
}

.comment-awaiting-moderation { color: #F30000; }

.edit-link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #777879;
	display: block;
	margin-bottom: 15px;
}

.edit-link i {
	margin-right: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}
.edit-link a { color: #777879; }

.edit-link:hover a,
.edit-link:hover i { color: #272829; }

/**
 * 7.4 Tags
 * -----------------------------------------------------------------------------
 */
.entry-tags {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.entry-tags.clearfix > a {
    background: #ececec;
    color: #717273;
    font-size: 10px;
    font-weight: 600;
    padding: 0 10px 2px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.entry-tags.clearfix > a:hover {
	background: #000;
	color: #FFF;
}

.tag-title {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-right: 10px;
    text-align: left;
    text-transform: uppercase;
}

.tagcloud {margin-top: 20px; }

.widget .tagcloud a[class|=tag-link],
.entry-single-post a[rel=tag],
.tagcloud a[class|=tag-link] {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #a1a2a3;
	background: #414243;
	padding: 5px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;

    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget .tagcloud a[class|=tag-link]:hover,
.entry-single-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover {
	color: #FFF;
	background: #FF5a5a;
}

/**
 * 7.5 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-chat .post-content .entry-content p:nth-child(2n+1) {
	background: #f1f2f3;
	padding: 15px;
}

.format-chat .post-content .entry-content p:nth-child(2n) {
	padding: 15px;
}

.format-aside .post-block .entry-content > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.format-aside .post-block .entry-content .entry-ad {
	margin-bottom: 5px;
}

.format-aside .post-block {
	background: #000;
	color: #FFF;
}

.format-quote .post-block,
.format-link .post-block {
	background: #ff5a5a;
}

.format-quote .post-block blockquote p {
	color: #FFF;
}

.format-quote .post-block:hover,
.format-link .post-block:hover {
	background: #000;
}

.format-quote .post-block .entry-content a,
.format-link .post-block .entry-content a {
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.format-link .post-block .entry-content .entry-ad {
	color: #FFF;
}

.format-quote .post-block .entry-content h2.entry-title a,
.format-link .post-block .entry-content h2.entry-title a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
}

.format-quote .post-block .entry-content .fa-quote-left,
.format-link .post-block .entry-content .fa-link {
	color: #FFF;
	margin-bottom: 15px;
	display: block;
}

.format-quote .post-block .entry-content blockquote { padding: 0; }

.format-quote .post-block .entry-content blockquote:before { content: ''; }
.format-quote .post-block .entry-content blockquote:after { content: ''; }

/**
 * 7.6 To Top Arrow
 * -----------------------------------------------------------------------------
 */
a.ct-totop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: block;
  color: #FFF;
  font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background: #FF5A5A;
  width: 45px;
  height: 45px;
  z-index: 99999;

  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
       -transition: all 0.5s linear;
}

.ct-totop i { color: #FFF; font-size: 16px; line-height: 45px; }

a.ct-totop:hover { color: #FFF; background: #000; }

/**
 * 8.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.widget-home-area ul,
.widget-home-area ol {
	padding-left: 0;
	list-style-type: none;
}

#sidebar {
	text-align: center;
}

#sidebar .sidebar-inner {
	padding: 30px;
	background: #222323;
	overflow: hidden;
}

#sidebar .sidebar-inner h3.entry-title {
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	font-size: 18px;
	position: relative;
}

#sidebar .sidebar-inner h3.entry-title {
	padding-bottom: 10px;
	border-bottom: 3px solid #ff5a5a;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.home-sidebar-area h3.entry-title {
	color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#sidebar .sidebar-inner a {
	font-size: 14px;
	font-weight: normal;
	color: #a1a2a3;
}

#sidebar .sidebar-inner ul,
#sidebar .sidebar-inner ol {
	margin-bottom: 0;
}

#sidebar .sidebar-inner a:hover {
	color: #fff;
}

.widget h3.entry-title > span {
	display: block;
	text-transform: none;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	color: #b1b1b1;
	margin-top: 5px;
}

#sidebar .sidebar-inner .widget,
.widget {
	position: relative;
	margin-bottom: 30px;
	font-style: 16px;
}

#sidebar .sidebar-inner .widget:last-child { margin-bottom: 0; }

#sidebar .sidebar-inner ul {
	padding-left: 0;
}

#sidebar .sidebar-inner ul li {
	list-style-type: none;
	list-style-position: outside;
	padding: 3px 0;
}

/**
 * 9.0 Widgets
 * -----------------------------------------------------------------------------
 */

/**
 * 9.1 Flickr Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-flickr-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 7px;
	margin-right: 7px;
	border: none;
	padding: 0;
}

[class^="ct-flickr-"] {
	list-style-type: none;
	margin: 30px -10px 0 0;
}

[class^="ct-flickr-"] li img {
	height: 70px;
	width: 70px;
	display: block;
}

[class^="ct-flickr-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 9.2 Instagram Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-instagram-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 7px;
	margin-right: 7px;
	border: none;
	padding: 0;
}

[class^="ct-instagram-"] {
	list-style-type: none;
	margin: 30px -10px 0 0;
}

[class^="ct-instagram-"] li img {
	height: 70px;
	width: 70px;
	display: block;
}

[class^="ct-instagram-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 9.3 Categories Widget
 * -----------------------------------------------------------------------------
 */
.ct_categories_widget li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 10px;
	padding-right:4px;
}

.ct_categories_widget ul {
	list-style-type: none;
	margin: 0;
}

/**
 * 9.4 Calendar Widget
 * -----------------------------------------------------------------------------
 */

.widget_calendar table { margin-bottom: 0; }

#wp-calendar {
	width: 100%;
}

#sidebar .sidebar-inner #wp-calendar td > a {
    font-size: 12px;
}

#wp-calendar > caption {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #919293;
}

#wp-calendar > caption:after { clear: both }

#wp-calendar thead tr th {
	color: #D1D1D1;
	font-size: 11px;
	text-align: center;
}

#wp-calendar td {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

#wp-calendar a {
    font-weight: bold;
}

#wp-calendar td#today {
	background-color: #ff5a5a;
	color: #FFF;
	padding: 2px 0px;
}

#wp-calendar td#today a {
	color: #FFF;
}

#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td#prev a,
#wp-calendar td#next a {
	text-transform: uppercase;
}

/**
 * 9.5 Custom Menu Widget
 * -----------------------------------------------------------------------------
 */
.widget_nav_menu .menu {
	list-style-type: none;
	margin: 0;
}

.widget_nav_menu ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	list-style-type: none;
}

/**
 * 9.6 Recent Posts Widget
 * -----------------------------------------------------------------------------
 */
#sidebar .sidebar-inner ul.recent-posts-widget {
	padding-left: 0;
	list-style-type: none;
}

#sidebar .sidebar-inner ul.recent-posts-widget li {
	list-style-type: none;
	padding: 15px;
	border-bottom: 1px solid #414243;
}

#sidebar .sidebar-inner ul.recent-posts-widget li.no-list-border {
	border: none;
	padding: 10px 0;
}

#sidebar .sidebar-inner ul.recent-posts-widget li h4.entry-title i {
	font-size: 18px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	color: #e65d5d;
}

#sidebar .sidebar-inner ul.recent-posts-widget li .entry-meta {
	margin-bottom: 0;
}

#sidebar .sidebar-inner ul.recent-posts-widget li .entry-meta a {
	color: #515253;
	font-size: 11px;
	display: block;
	font-weight: 600;
	font-style: italic;
}

#sidebar .sidebar-inner ul.recent-posts-widget li .widget-content .entry-meta a:hover { color: #FFF; }
#sidebar .sidebar-inner ul.recent-posts-widget li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.recent-posts-widget li a i,
.recent-posts-widget li i  { margin-right: 5px; font-size: 16px; }

.widget-post-thumbnail {
 	margin-bottom: 0;
 	position: relative;
 	overflow: hidden;
}

.widget-post-thumbnail a img {
    height: 100px;
    width: 120px;
    display: block;
}

.widget-content h4.entry-title {
	margin-bottom: 0;
}

.widget-meta {
	padding-left: 0;
	list-style-type: none;
}

.widget-meta li {
	float: left;
	margin-right: 15px;
	padding: 0;
}

.widget-meta li i {
	margin-right: 5px;
	font-size: 14px;
}
.widget-meta li a {
	font-size: 12px;
	color: #717273;
}

/**
 * 9.7 Recent Comments Widget
 * -----------------------------------------------------------------------------
 */
#sidebar .sidebar-inner ul.recent-comments-widget {
    margin-top: 10px;
}

#sidebar .sidebar-inner ul.recent-comments-widget li {
	display: block;
  	padding: 5px 0;
  	text-transform: capitalize;
}

#sidebar .sidebar-inner ul.recent-comments-widget li:first-child {
	padding-top: 0;
}

#sidebar .sidebar-inner ul.recent-comments-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar .sidebar-inner ul.recent-comments-widget .widget-post-thumbnail img {
    height: 30px;
    width: 30px;
    display: block;
}

#sidebar .sidebar-inner ul.recent-comments-widget .widget-post-thumbnail img.avatar-30 {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

#sidebar .sidebar-inner ul.recent-comments-widget li h4.entry-title {
 	color: #fff;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 10px 0;
    text-transform: uppercase;
}

#sidebar .sidebar-inner ul.recent-comments-widget li .widget-content {
	background: #414243;
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
}

#sidebar .sidebar-inner ul.recent-comments-widget li:last-child .widget-content { margin-bottom: 20px; }

#sidebar .sidebar-inner ul.recent-comments-widget li .comment-text,
#sidebar .sidebar-inner ul.recent-comments-widget li .comment-text a {
	font-size: 14px;
	font-style: italic;
}

#sidebar .sidebar-inner ul.recent-comments-widget li .comment-time {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #949494;
	text-align: right;
}

/**
 * 9.8 Popular Posts Widget
 * -----------------------------------------------------------------------------
 */
#sidebar .sidebar-inner ul.popular-posts-widget {
	padding-left: 0;
	list-style-type: none;
}

#sidebar .sidebar-inner ul.popular-posts-widget li {
	list-style-type: none;
	padding: 15px;
	border-bottom: 1px solid #414243;
}

#sidebar .sidebar-inner ul.popular-posts-widget li.no-list-border {
	border: none;
	padding: 10px 0;
}

#sidebar .sidebar-inner ul.popular-posts-widget li h4.entry-title i {
	font-size: 18px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	color: #e65d5d;
}

#sidebar .sidebar-inner ul.popular-posts-widget li .entry-meta {
	margin-bottom: 0;
}

#sidebar .sidebar-inner ul.popular-posts-widget li .entry-meta a {
	color: #515253;
	font-size: 11px;
	display: block;
	font-weight: 600;
	font-style: italic;
}

#sidebar .sidebar-inner ul.popular-posts-widget li .entry-meta a:hover { color: #FFF; }

#sidebar .sidebar-inner ul.popular-posts-widget li:first-child {
	padding-top: 10px;
	margin-top: 0;
}

#sidebar .sidebar-inner ul.ct_popular_posts_widget li a i,
#sidebar .sidebar-inner ul.ct_popular_posts_widget li i  { margin-right: 5px; font-size: 16px; }

/**
 * 9.9 Twitter Widget
 * -----------------------------------------------------------------------------
 */
#sidebar .sidebar-inner .ct-twitter-widget li {
	position: relative;
	margin-bottom: 15px;
}

#sidebar .sidebar-inner .tweet-content {
	background: #414243;
	padding: 15px;
	font-style: italic;
	color: #818283;
	position: relative;
}

#sidebar .sidebar-inner .tweet-text a {
	font-weight: 600;
	color: #aaa;
	font-size: 12px;
}

#sidebar .sidebar-inner .tweet-time a {
  	display: block;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 600;
}

#sidebar .sidebar-inner .tweet-text a:hover,
#sidebar .sidebar-inner .tweet-time a:hover { color: #FFF; }

.twitter-logo {
    margin-bottom: 15px;
}

/**
 * 9.10 Small Slider Widget
 * -----------------------------------------------------------------------------
 */
#sidebar .sidebar-inner .flex-small-slider .post-thumbnail {
	margin-bottom: 15px;
}

#sidebar .sidebar-inner .flex-small-slider .entry-date a {
	font-style: italic;
	color: #515253;
	font-weight: 600;
	font-size: 11px;
}

#sidebar .sidebar-inner .flex-small-slider .entry-date a:hover { color: #FFF; }

#sidebar .sidebar-inner .flex-small-slider .entry-content-widget {
	color: #949494;
}

#sidebar .sidebar-inner .ct-small-slider-widget { margin-bottom: 15px; }

#sidebar .sidebar-inner .entry-title { margin-top: 0; }

/**
 * 9.11 Posts by Categories Widget
 * -----------------------------------------------------------------------------
 */
.widget-title {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 3px solid #ff5a5a;
}

.widget-title > h3.entry-title a.categories-link {
	position: absolute;
	width: 24px;
	height: 20px;
	display: block;
	line-height: 30px;
	text-align: center;
	right: 0;
	top: 0;
	line-height: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.widget-title > h3.entry-title {
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.widget-title > h3.entry-title a.categories-link i {
	font-size: 12px;
	font-weight: normal;
	color: #c7c8ca;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.categories-link:after {
    background: #000;
    content: "";
    height: 18px;
    left: 14px;
    position: absolute;
    top: 0;
    width: 1px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.categories-link:before {
    background: #000;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    top: 9px;
    width: 19px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.categories-link:hover:after,
.categories-link:hover:before {
	background: #c7c8ca;
}

.widget-title > h3.entry-title a.categories-link:hover i {
	color: #000;
}

.ct_postsbycategories_widget .author .url { color: #949494; }
.ct_postsbycategories_widget .author .url:hover { color: #000; }

.first-post {
	background: #FFF;
}

.first-post .widget-content { padding: 20px 20px 20px 0; }

.widget-content h4.entry-title {
	margin-bottom: 10px;
	margin-top: 0;
}

.widget-content .entry-date {
	display: block;
	margin-bottom: 5px;
}

.widget-content .entry-date a {
	font-size: 11px;
	color: #ababab;
	font-style: italic;
	font-weight: 600;
	text-transform: lowercase;
}

.widget-content .entry-date a:hover { color: #000; }

.widget-content h4.entry-title a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.entry-widget-meta {
    border-top: 1px solid #c7c8ca;
    font-style: italic;
    margin-top: 30px;
    padding-top: 10px;
	color: #cacaca;
	font-size: 11px;
	font-weight: 600;
}

.entry-widget-meta a {
	color: #949494;
}

.entry-widget-meta a:hover {
	color: #000
}

.second-posts {
	display: block;
	width: 100%;
	padding: 20px;
	background: #FFF;
	margin-top: 3px;
	overflow: hidden;
}

.thumb-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.thumb-list li {
	display: block;
	float: left;
	margin-right: 10px;
}

.thumb-list li .post-thumbnail a img {
	max-width: 100%;
	width: 100%;
}

/**
 * 9.12 WP Standard Widgets
 * -----------------------------------------------------------------------------
 */
.widget_pages ul.children {
	padding-left: 15px;
}

.widget_pages ul.children li:last-child {
	border-bottom: none;
}

.widget_recent_entries ul li span.post-date {
	color: #414243;
	font-size: 12px;
	display: block;
}

/**
 * 10.0 Video and Audio Responsive
 * -----------------------------------------------------------------------------
 */
.post-thumbnail.entry-video-auto img {
	width: 100%;
}

iframe {
	width: 100%;
}

/* Video post format */
.entry-video-post,
.embed-youtube,
.format-video .entry-thumb {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
}

.post-block .entry-content .entry-video-post,
.format-video .post-block .entry-thumb,
.format-video .post-block .entry-video-post {
	margin-bottom: 0;
}

.entry-video-post iframe,
.embed-youtube iframe,
.format-video .entry-thumb iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Audio post format */
.format-audio .entry-thumb iframe {
	min-height: 166px;
	width: 100%;
}

.no-top-padding .entry-content {
	padding-top: 0;
}

/**
 * 11.0 Wordpress Core
 * -----------------------------------------------------------------------------
 */
.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { }

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

blockquote { line-height: 30px; }

strong, b {
	font-weight: bold;
	margin-bottom: 15px;
}
em {
   font-style: italic;
}

.wp-audio-shortcode { margin-bottom: 15px; }

.blockright {
	float: right;
	text-align: right;
}

.blockleft {
	float: left;
	text-align: left
}

.alignnone {
	margin: 5px 15px 15px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 15px 15px;
}

.alignleft {
	float:left;
	margin: 5px 15px 15px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.divider-1px,
.divider-1px-white,
.divider-1px-transparent
 {
	height: 1px;
	background-color: #32383D;
	margin: 10px 0;
	width: 100%;
}

.divider-1px-white {
	background-color: #FFF;
	margin: 30px 0;
}

.divider-1px-transparent { background: none; margin: 15px 0; }

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.divider-1px-dashed {
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #e9eef4
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}

a img.alignright {
	float:right;
	margin: 20px 0 20px 20px;
}

a img.alignnone {
	margin: 20px 0;
}

a img.alignleft {
	float:left;
	margin: 20px 20px 20px 0;
}

a img.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.protected-form p { margin-bottom: 0; }

.wp-caption {
	max-width: 100%; /* Image does not overflow the content area */
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0 0 15px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0 4px 12px;
}

span.dropcap  {
	font-size:40px;
	margin-right:6px;
	text-transform: uppercase;
	float: left;
	line-height: 1;
	font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; }
span.dropcap.red    { color:#ef2d2d; }
span.dropcap.orange { color:#ff6600; }
span.dropcap.blue   { color:#308aef; }
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img,
img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	margin-bottom: 20px;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/**
 * 12.0 Bootstrap Override
 * -----------------------------------------------------------------------------
 */
input[type=reset],
input[type=submit],
.bbp-submit-wrapper button {
	padding: 10px 20px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: #FF5A5A;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

input[type=reset]:hover,
input[type=submit]:hover,
.bbp-submit-wrapper button:hover {
	background: #000;
}

blockquote {
	text-align: center;
	border: none;
	color: #000;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding: 30px;
	position: relative;
}

blockquote:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	bottom: 0;
	color: #cecece;
}

blockquote:after {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	color: #cecece;
}

cite {
	color: #919293;
	font-size: 14px;
}

p { margin-bottom: 15px; }

dd { margin-bottom: 15px; }
dl { margin-bottom: 0; }

ins { background: none; }

code {
 	white-space: normal;
 	font-size: 13px;
 	line-height: 22px;
}

ul, ol {
	margin-bottom: 30px;
}

.entry-post ul li,
.entry-post ol li { margin-bottom: 10px; }

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
    border-radius: 0;
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-transform: normal;
    border: none;
    background: #e1e2e3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

textarea:focus,
input[type=text]:focus,
input[type="password"]:focus,
input[type=email]:focus,
textarea:active,
input[type=text]:active,
input[type="password"]:active,
input[type=email]:active {
	background: #f1f2f3;
    outline: none !important;
}

table { margin-bottom: 30px; width: 100%; max-width: 100%; }
table thead,
table tbody { text-transform: uppercase; font-size: 12px; }
thead tr th,
table tbody tr th,
table tbody tr td { padding: 5px 10px; }
table tbody tr { border-bottom: 1px solid #cecece; }
#sidebar table tbody tr { border-bottom: 1px solid #414243; }
#sidebar thead tr th {
    background: none repeat scroll 0 0 #414243;
    border: 1px solid #515253;
}

table thead tr th {
	font-size: 12px;
	color: #32383D;
	font-weight: normal;
}

.post-block table tbody tr td { padding: 10px 0; }

.post-password-form input[type="password"] {
	border: 1px solid #32383D;
	text-transform: uppercase;
}
.post-password-form label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	width: 50%
}

.post-password-form input[type="submit"] {
    background: #FFFFFF;
    border: 2px solid #32383D;
    color: #32383D;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    height: 40px;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item img {
	margin-bottom: 10px;
	border: none;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
}

.gallery-caption { color: #000; }

textarea {
	height: auto;
	overflow: hidden;
}
.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contacts-form i {
	margin-right: 0px;
}

#contacts-form .input-prepend {
	margin-bottom: 15px;
}

#contacts-form form {
	margin-bottom:0;
}

#contacts-form .btn {
	float:right;
	font-size: 12px;
}

#contacts-form textarea {
	margin-bottom:15px;
}

/* addthis service */
.addthis_button_facebook_like {
	height: 22px;
	margin-bottom: 0;
}

.addthis_button_tweet {
	height:22px;
}

.textwidget .accordion {
	margin-bottom:0;
}

.accordion-heading .accordion-toggle {
	font-weight: bold;
}

/* sitemap  */
.entry-sitemap h5 {
	margin-bottom: 5px;
}

.entry-sitemap ul {
	margin-bottom: 10px;
}
.entry-sitemap .posts-name {
	list-style: none;
	margin-bottom: 40px;
}

.entry-sitemap .category-name {
	list-style: none;
	margin-bottom: 40px;
}

.entry-sitemap .categories img {
	display: inline-block;
	width: auto;
}

.entry-sitemap .posts-name li ul li,
.entry-sitemap .category-name li ul li,
.entry-sitemap .pages-name li {
	padding-bottom: 5px;
}

.twitter-tweet-rendered {
	width:100% !important;
}

.twt-border {
	max-width: 100%;
	min-width: 100%;
	_width: 100%;
}

.category-ads ins {
	float:right;
}

/* google prettify */
.com {
	color: #93a1a1;
}

.lit {
	color: #195f91;
}

.pun,
.opn,
.clo {
	color: #93a1a1;
}

.fun {
	color: #dc322f;
}

.str,
.atv {
	color: #D14;
}

.kwd,
.prettyprint .tag {
	color: #1e347b;
}

.typ,
.atn,
.dec,
.var {
	color: teal;
}

.pln {
	color: #48484c;
}

.prettyprint {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 8px;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

.pp_pic_holder a:hover {
	border: 0 !important;
} /* for prettyphoto*/

.row-fluid .pull-left[class*="span"]:last-child {
	margin-left: 0;
}

.accordion-heading a:hover {
	border: 0;
}

.radio, .checkbox { padding-left: 0; }


/**
 * 13.0 For IE
 * -----------------------------------------------------------------------------
 */
.nav>li>a:hover { border: 0; }

/**
 * 14.0 Super-fish Menu
 * -----------------------------------------------------------------------------
 */
#menu i {
    float: left;
    line-height: 22px;
    font-size: 14px;
    margin-right: 15px;
}

#site-nav {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}
.menu-not-defined {
    text-align: left;
    color: #000;
}

.navigation-block { position: relative; margin: 45px 0; }
.navigation-block .pagination { margin: 0; }
.navigation p { margin-bottom: 0; }

.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') 98.5% 50% no-repeat #FFFFFF;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #ECECEC;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 16px;
	color: #919293;
	height: 30px;
	font-weight: normal;
	padding: 6px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navigation { padding: 0; }

.nav-links .nav-left,
.nav-links .nav-right {
	display: block;
	float: left;
	border: 1px solid #FFF;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-links .nav-left a,
.nav-links .nav-right a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}

.nav-links .nav-left a i { margin-right: 5px; font-size: 12px; }
.nav-links .nav-right a i { margin-left: 5px; font-size: 12px; }

.nav-links .nav-left { margin-right: 15px; }

.nav-links .nav-left:hover,
.nav-links .nav-right:hover {
	background: #FFF;
}

.nav-links .nav-left:hover a,
.nav-links .nav-right:hover a {
	color: #000;
}

#site-nav {
	margin-bottom: 45px;
	width: 100%;
	margin: 0 auto 45px;
	display: block;
	padding: 45px;
	background: #fff;
    z-index: 9999 !important;
}

.sub-menu .sf-with-ul:after {
    color: #FFF;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.sub-menu .sub-menu {
	top: 0;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li { position: relative; }
.sf-menu ul {
	position: absolute;
	display: block;
	top: 45px;
	left: 0;
	z-index: 99;
}

.sf-menu ul li { padding: 0; }
.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	padding: 0 20px;
}
.sf-menu ul ul {
	top: -2px;
	left: 101%;
}

/*** SKIN ***/
.current-menu-item,
.current-page-item,
.current-menu-item a,
.current-page-item a {
	color: #FF5A5A;
	font-weight: 400;
}

.sf-menu {
	float: left;
	display: none;
}

.sf-menu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	top: -8px;
	left: 30px;
}

.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 99999;
}

.sf-menu ul li:last-child { border-bottom: none; }

.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding: 0 15px 0 0;
}

.sf-menu a strong {
	font-weight: normal;
	display: block;
	font-weight: 300;
}

.sf-menu a:hover {
	color: #ff5a5a;
}

.sf-menu ul ul { border-top: none; }
.sf-menu ul ul:before { content: none; }
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #000;
	text-align: left;
	border-bottom: 1px solid #222323;
}

.sf-menu ul li a, .sf-menu ul ul li a {
	padding: 10px 15px;
	font-size: 11px;
	line-height: 22px;
	color: #FFF;
}

.sf-menu ul li a:hover, .sf-menu ul ul li a:hover,
.sf-menu ul ul li a.sf-with-ul:hover {
	background: #000;
	color: #ff5a5a;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.fa:before {
    line-height: 34px;
    position: absolute;
    right: 10px;
    color: #999;
    font-size: 14px;
    z-index: 100;
    font-family: FontAwesome;
}
.sf-menu li:hover.fa:before  {
	color: #313233;
}
.sf-menu li.fa {
    display: inherit;
    line-height: inherit;
}

/**
 * 15.0 FlexSlider
 * -----------------------------------------------------------------------------
 */
.carousel-thumb { text-align: center; position: relative; }

.carousel-thumb h3.entry-title {
	font-size: 13px;
	line-height: 22px;
}
.carousel-thumb h3.entry-title a {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.carousel-thumb h3.entry-title a:hover {
	color: #FF5A5A;
}

.flexslider {
	-webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}

.flexslider { margin: 0; border: 0; box-shadow: none; border-radius: 0; }
.flex-carousel { background: none; }

.flex-carousel li { margin-right: 20px; }
.flex-direction-nav li a { background: #000; }

.flex-direction-nav li [class^="fa-"],
.small-slider li [class^="fa-"] { width: auto; }
.flex-direction-nav li [class^="fa-"] { position: relative;}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	font-size: 14px;
	height: 50px;
	width: 50px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	font-style: normal;
}

.flex-direction-nav .flex-prev {
	line-height: 50px;
	left: 0;
}

.flex-direction-nav .flex-prev:after {
	content: "\f104";
	display: block;
	font-family: FontAwesome;
	font-size: 22px;
}

.flex-direction-nav .flex-next { right: 0; }

.flex-direction-nav .flex-next:after {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-size: 22px;
}

.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: inherit;
	color: #FFF;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev,
.ct-small-slider-widget .flex-direction-nav .flex-next {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.ct-small-slider-widget .flex-direction-nav .flex-next:after {
	left: 15%;
	top: -10%;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev:after {
	left: 15%;
	top: -10%;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 0 0 10px; list-style: none;}

.entry-single-post .slides,
.entry-single-post .flex-control-nav,
.entry-single-post .flex-direction-nav {
	padding: 0;
}

/* FlexSlider Necessary Styes
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { margin-bottom: 0; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-small-slider .slides img { margin-bottom: 0; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; padding-left: 0px;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; /*text-indent: -9999px; */opacity: 0; -webkit-transition: all .3s ease;}

/*.flex-small-slider .flex-direction-nav a { top: 50%;margin-top: -35px;  }*/
.flex-carousel .flex-direction-nav a { top: 50%; margin-top: -20px; }

.flex-direction-nav .flex-next {background-position: 100% 0; right: 20px; }
.flex-direction-nav .flex-prev {left: 20px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}

.entry-single-post .flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
.entry-single-post .flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .6 !important; filter:alpha(opacity=60); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 25px; left: 5px; text-align: left; z-index: 100; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { line-height: 30px; overflow: hidden; width: 12px; height: 12px; display: block; background: #fff; background: rgba(255,255,255,0.75); border: 2px solid rgba( 255,255,255, 1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #050505; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #050505; background: rgba(0,0,0,0.75); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/**
 * 16.0 PrettyPhoto
 * -----------------------------------------------------------------------------
 */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyphoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyphoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyphoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyphoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyphoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyphoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyphoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/prettyphoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyphoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyphoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyphoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyphoto/default/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: #1E2126;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyphoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(img/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}

div.light_square .pp_close{ width:75px;height:22px;background:url(img/prettyphoto/light_square/sprite.png ) -1px -1px no-repeat; cursor:pointer }
div.light_square .pp_close {
	width: 75px;
	height: 22px;
}

a.pp_close { color: #333; }

div.light_square .pp_nav .pp_play{background:url(img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{ padding-left: 15px !important }
.pp_content_container .pp_right{ padding-right: 15px !important }
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{ display:none;margin:0}
.pp_social {
	float: left;
	margin: 2px 0 0;
}

.pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{
	float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
    white-space: nowrap;
}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}

.pp_description {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/**
 * 17.0 Contact Form
 * -----------------------------------------------------------------------------
 */
.contact-form iframe {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

div.wpcf7-mail-sent-ok {
    background: #00FFD8;
    border: none;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

input[type=submit].wpcf7-submit {
	background: #FF5A5A;
	border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 12px;
    text-transform: uppercase;
}

input[type=submit].wpcf7-submit:hover {
	background: #000;
}

div.wpcf7 {
	margin-top: 15px;
	margin-bottom: 45px;
}
.wpcf7-form p {
	font-size: 13px;
	color: #74736f;
	text-transform: uppercase;
	font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.wpcf7-form-control,
.wpcf7-form-control .wpcf7-text {
	font-weight: normal;
	font-size: 13px;
	padding: 10px 10px 12px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.wpcf7-form-control-wrap textarea {
	padding: 10px;
}

#ajax-contact-form label {
	font-size: 10px;
	letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

#ajax-contact-form span.required {
	color: #F05B4F;
	font-weight: bold;
	margin-left: 2px;
}

.google-map {
    display: block;
    line-height: 0;
    padding: 5px;
}

/**
 * 18.0 Retina Display Media Query
 * -----------------------------------------------------------------------------
 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* Retina-specific stuff here */
}

/**
 * 19.0 Browser Styles
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() {
	.ct-totop i { line-height: 42px; }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
}





/**/
.gallery-item {
  padding: 0 1%;
}
/*------08-04-2015------*/
#golden-look{max-width:70%;}
@media (max-width: 480px){
#primary #site-nav {
  padding: 500px 15px 15px !important;
}
#sidebar {
  position: absolute;
  top: 454px;
  z-index: 9999;
  width: 100%;
  padding: 0;
}
#sidebar #ct-instagram-widget-2 {
display:none;
}
.sidebar-inner .widget:last-child {
  display: none;
}
#sidebar .sidebar-inner{padding: 0 30px;}
}
ul.entry-social-list.clearfix {
  margin: -5px -15px 0 !important;
}
li.clipyou-icon {
  top: 9px !important;
}
#playPause{display:none;}

.postid-2995 .site-header {
background-image: url(http://mityafomin.ru/wp-content/uploads/bg-offer-2.jpg) !important;
}

.bwp-recaptcha {
    margin-bottom: 20px;
}


 button.kassy_ru {
	padding: 10px 20px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: #5CBB8E;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

button.kassy_ru:hover {
	background: #000;
}