﻿/*
Theme Name: SimpleWox - WordPress Creative Blog Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Description: SimpleWox is a Responsive, Retina Ready, Creative Wordpress Theme, Blog.
Version: 1.04
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
 * 		2.1 - Search Block
 * 		2.2 - Breaking News
 * 3.0 - Logo
 * 4.0 - Carousel Header
 * 5.0 - Custom Background
 * 6.0 - Typography
 * 		6.1 - Lists
 * 		6.2 - Margins
 * 7.0 - Page Title Bar
 * 8.0 - Blog ( index.php )
 * 9.0 - Pagination
 * 10.0 - Content
 * 		10.1 - Masonry
 * 		10.2 - Post Thumbnail
 * 		10.2 - Single Page
 * 		10.4 - Likes, Views, Comments (meta)
 * 		10.5 - Tags
 * 		10.6 - Reviews
 * 11.0 - To Top Arrow
 * 12.0 - Sidebar
 * 13.0 - Widgets
 * 		13.1 - Flickr Widget
 * 		13.2 - Instagram Widget
 * 		13.3 - Categories Widget
 * 		13.4 - Calendar Widget
 * 		13.5 - Custom Menu Widget
 * 		13.6 - Recent Posts Widget
 * 		13.7 - Recent Comments Widget
 * 		13.8 - Popular Posts Widget
 * 		13.9 - Social Counters Widget
 * 		11.10 - Twitter Widget
 * 		11.11 - Latest Reviews Widget
 * 		11.12 - WP Standard Widgets
 * 14.0 - Theme Pages
 * 15.0 - Footer
 * 16.0 - Video and Audio Responsive
 * 17.0 - Wordpress Core
 * 18.0 - Bootstrap Override
 * 19.0 - For IE
 * 20.0 - Super-fish Menu
 * 21.0 - Flexslider
 * 22.0 - PrettyPhoto
 * 23.0 - Contact Form
 * 24.0 - Retina Display Media Query
 * 25.0 - Browser Styles
 *
 * -----------------------------------------------------------------------------
 */

/**
 *  For HTML5 Blocks
 * -----------------------------------------------------------------------------
 */
header, footer, aside, nav, article, section {
	display: block;
}

a {
	outline: none !important
}
::selection , ::-moz-selection,
*::-moz-selection {
	background: #00FFD8 !important;
	color: #FFF !important;
	text-decoration: none !important;
}

/**
 * 1.0 Body
 * -----------------------------------------------------------------------------
 */
body {
	color: #48494a;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
#mainhead {
	background: #ffcc00;
	display: block;
	width: 100%;

 	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
}

#site-nav {
	z-index: 999999;
}

#site-nav .navigation {
	padding: 0;
}

/**
 * 2.1 Search block
 * -----------------------------------------------------------------------------
 */
#s {
	display: block;
	margin: 0 auto;
	width: 80%;
	position: relative;
	color: #949494;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	border: none;
	background: #FFF;
	float: right;
}

.sidebar #s {
	width: 100%;
	text-align: left;
	border-right: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;
}

.search-wrapper {
	display: none;
	width: 70%;
	position: absolute;
	right: 30px;
	top: -5px;
}

.search-wrapper .col-md-3 { padding-left: 0; padding-right: 0; margin-left: -15px; }

#menu {
    position: relative;
}

.sf-menu > li:last-child {
    padding-left: 25px;
}
.search-button {
    cursor: pointer;
}

.search-button > i {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.search-button:hover > i {
	color: #000;
}

/**
 * 2.2 Breaking News
 * -----------------------------------------------------------------------------
 */
.breaking-post {
	display: block;
	width: 100%;
	background: #000;
	display: none;
}

.break-icon {
	display: block;
	width: 80px;
	height: 60px;
	line-height: 70px;
	background: #FFF;
	top: -0;
	text-align: center;
	position: absolute;
	left: 15px;
}

.break-icon i {
	font-size: 28px;
	color: #000;
}

.ticker {
	height: 60px;
}

.ticker-block {
	padding-left: 110px;
}

.ticker-block h3.entry-title { margin-bottom: 0; line-height: 54px; }
.ticker-block .ticker p { margin-bottom: 0; }

.ticker-block h3.entry-title a {
	color: #FFF;
	font-size: 16px;
	font-style: italic;
}

.ticker-controls {
	position: absolute;
	right: 15px;
	padding-left: 0;
	top: 0;
}

.ticker-controls li {
	list-style-type: none;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ticker-controls li.jnt-play-pause { display: none; }

.ticker-controls li.jnt-prev:after {
	content: '\f104';
	display: block;
	width: 25px;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-family: 'FontAwesome';
	font-size: 34px;
}

.ticker-controls li.jnt-next:after {
	content: '\f105';
	display: block;
	width: 25px;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-family: 'FontAwesome';
	font-size: 34px;
}

.ticker-controls li.jnt-prev:hover:after,
.ticker-controls li.jnt-next:hover:after {
	color: #FFCC00
}

.break-category-link {
	font-weight: 600;
	font-style: normal !important;
	color: #FFCC00 !important
}

.break-category-link:hover {
	color: #FFF !important
}

/**
 * 3.0 Logo
 * -----------------------------------------------------------------------------
 */
#entry-logo {
 	display: block;
 	padding: 0;
 	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
 }

#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;
}

#entry-logo img.scale_img {
	transform: scale( .5,.5 );
	-webkit-transform: scale( .5,.5 );
	-moz-transform: scale( .5,.5 );
	margin-left: -78px;
}

/**
 * 4.0 Carousel Header
 * -----------------------------------------------------------------------------
 */
.carousel-head {
	display: block;
	position: relative;
	padding-top: 15px;
}

.carousel-inner > .item { margin-top: 10px; }

#ct-home-carousel .top-border-wide {
	position: absolute;
	left: 0;
	top: -25px;
	height: 5px;
	width: 200px;
	display: block;
	background: #000;
	display: none;
}

#ct-home-carousel {
	position: relative;
}

.carousel-head .carousel-indicators {
	top: -32px;
	left: 210px;
	margin-left: 0;
	bottom: auto;
	display: none;
}

.carousel-indicators li {
	border: 3px solid #000;
	width: 17px;
	height: 17px;
	background: #FFF;
	margin: 0 2px 0 !important;
	float: left;
}

.carousel-indicators li.active {
	width: 17px;
	height: 17px;
	background: #000;
	border: 3px solid #000;
	margin-right: 2px;
}

.carousel-inner .item > p {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}

/**
 * 5.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%;
}

/**
 * 6.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-top: 0 !important;
	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;
}

h2.carousel-title a,
.welcome-block h1,
.welcome-block h2,
.welcome-block h3,
.welcome-block h4 {
	font-size: 36px;
	line-height: 42px;
	color: #000;
	font-weight: 800;
	text-transform: capitalize;
}

.welcome-block,
.welcome-block p {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}

.welcome-block:after {
    background: #000;
    content: "";
    height: 5px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 20%;
}

h2.carousel-title a:hover { color: #FFF; }

h3 { margin-bottom: 15px; }
h5 { text-transform: uppercase; }

h6 { text-transform: uppercase; }

a, a:link, a:visited {
	color: #e65d5d;
	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: #463f39; text-decoration: none !important; }

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;
}

/**
 * 6.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;
}

/**
 * 6.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 !important; }

/**
 * 7.0 Page Title Bar
 * -----------------------------------------------------------------------------
 */
.ptbar {
	display: block;
	width: 100%;
	text-align: center;
	padding: 120px 0;
	position: relative;
}

.ptbar-mask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
}

.ptbar h1,
.ptbar h2 {
	font-size: 72px;
	line-height: 86px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.ptbar {
	font-style: normal;
	color: #FFF;
	font-size: 18px;
}

.ptbar p:last-child { margin-bottom: 0; }

.ptbar .category-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

.ptbar .entry-meta a { color: #FFF !important; }
.ptbar .entry-meta a:hover { color: #FFCC00 !important; }

.ptbar .entry-meta,
.ptbar .entry-meta a,
.ptbar .entry-meta .entry-date a,
.ptbar .entry-meta .entry-category a {
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
	color: #FFF;
}

.ptbar .entry-meta a,
.ptbar .entry-meta .entry-date a,
.ptbar .entry-meta .entry-category a { text-transform: uppercase; font-weight: bold; }

.ptbar .entry-meta .entry-date { margin-right: 10px; }

/**
 * 8.0 Blog (index.php)
 * -----------------------------------------------------------------------------
 */
.entry-tags {
	margin-bottom: 15px;
	margin-top: 30px;
	line-height: 20px;

  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
       -transition: all 0.2s linear;
}

.entry-tags:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.entry-tags a {
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 5px 10px;
	background: #000;
	display: inline-block;
	margin-bottom: 8px;
}

.entry-tags a:hover {
	color: #fff;
}

.post-thumbnail {
	margin-bottom: 20px;
	position: relative;
}

.post-thumbnail i {
 	background: rgba(29, 23, 17, 0.5);
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
  	-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
       -transition: all 0.2s linear;
}

.post-thumbnail i:hover {
	background: rgba(29, 23, 17, .8);
}

.entry-post .post-content {
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px solid #cfccc3;
	word-wrap: break-word;
}

/**
 * 9.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 !important;
	font-weight: 800;
	font-size: 12px;
	background: #f1f2f3;
	border: 1px solid #000;
}

.pagination span {
	background: #000;
	color: #fff !important;
	font-weight: 800;
	border: 1px solid #000;
}

.pagination a:hover,
.pagination span.current { background: #000; color: #FFF !important; }

/**
 * 10.0 Content
 * -----------------------------------------------------------------------------
 */
.format-quote .entry-content .entry-header,
.format-quote .entry-content .entry-header a {
	font-size: 22px;
	line-height: 32px;
	font-style: italic;
	font-weight: 600;
	color: #000;
}

.format-quote .entry-meta h2.entry-title {
	margin-bottom: 0;
	line-height: 18px;
}

.format-quote .entry-meta h2.entry-title a {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #909090;
	font-weight: bold;
}

/**
 * 10.1 Masonry
 * -----------------------------------------------------------------------------
 */
#blog-entry { margin-right: -2%; }

.masonry-box { float: left; }

.post-block,
.bg-wrapper {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}

.masonry-box {
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 3%;
}

#main-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

#blog-entry article .post-block ul,
#blog-entry article .post-block ol {
	padding-left: 30px;
}

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.post-block .entry-content {
    display: block;
    width: 100%;
    padding: 0 30px 30px 0;
    margin-bottom: 0;
    position: relative;
}

.search-no-results .page-content {
	text-align: center;
	padding: 45px 0;
}

.search-no-results .page-content p {
	font-size: 24px;
	margin-bottom: 30px;
}

.search-no-results #s {
	width: 50%;
	background: #f1f2f3;
	float: none;
    border-right: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

#menu #s { float: right; }

.bg-wrapper {
	background: #FFF;
	padding: 30px;
}

.post-block:after,
.bg-wrapper:after  {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	-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;
}

.sticky .post-block:after,
.sticky .bg-wrapper:after,
.sticky .post-block:before,
.sticky .bg-wrapper:before {
	background: #FFCC00;
}

.post-block:hover:after,
.bg-wrapper:hover:after {
	height: 40%;
}

.post-block:before,
.bg-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 0;
	background: #000;
	    -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;
}

.post-block:hover:before,
.bg-wrapper:hover:before  {
	width: 40%;
}


.post-block h2.entry-title a {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 800;
}

.post-block h2.entry-title a:hover {
	color: #FFCC00;
}

.post-format {
	border-left: 5px solid #ffcc00;
	border-top: 5px solid #ffcc00;
	text-align: center;
	display: block;
	width: 35px;
	height: 35px;
	margin-bottom: 15px;
	line-height: 32px;
}

.post-format i {
	color: #ffcc00;
	font-size: 16px;
	line-height: 16px;
}

.meta-divider {
	height: 3px;
	background: #000;
	width: 30%;
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
}

.entry-date a {
	color: #909090 !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.entry-date a:hover {
	color: #000 !important;
}

.post-block {
    -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;
}

.post-block .entry-meta {
	color: #c9c9c9;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	font-weight: 600;
}

.post-block .entry-meta .author a,
.post-block .entry-meta .entry-category a {
	text-transform: capitalize;
	color: #949494;
}

.post-block .entry-meta .author a:hover,
.post-block .entry-meta .entry-category a:hover {
	color: #000;
}

.post-block .entry-meta .entry-author {
    margin-right: 5px;
}

.post-block .entry-meta .entry-category a {
	margin-left: 3px;
}

#pbd-alp-load-posts {
	display: block;
	text-align: center;
	margin: 45px 0 30px;
	clear: left;
}

#pbd-alp-load-posts a,
#pbd-alp-load-posts .pbd-no-posts {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 10px 15px;
}

#pbd-alp-load-posts .pbd-no-posts  {
	display: inline-block;
	padding: 15px 20px;
}

#pbd-alp-load-posts a:hover {
	color: #FFCC00;
	border: 2px solid #FFCC00;
}

#pbd-alp-load-posts a i {
	margin-left: 10px;
}

.entry-overscore > .score-value {
	font-size: 18px;
	font-weight: 800;
}

.post-thumbnail a img {
	max-width: 100%;
}

.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");

    -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;
}

.post-thumbnail a img.grayscale:hover {
    filter: none;
	-webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);

}

/**
 * 10.2 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail iframe,
.post-thumbnail object,
.post-thumbnail video {
	width: 100%;
}

.post-thumbnail.audio-thumb iframe {
	min-height: 166px;
	width: 100%;
}

/**
 * 10.3 Single Page
 * -----------------------------------------------------------------------------
 */
.sm-credit {
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
}

.page-title-bar {
	display: block;
	width: 100%;
	padding: 30px 0;
	position: relative;
	text-align: center;
	color: #FFF
}

.page-title-bar .category-title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

.page-title-bar h1.entry-title,
.page-title-bar h1.entry-title a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
}

.page-title-bar .entry-cat-title {
	padding: 20px 0;
}

.page-title-bar #author-avatar {
	margin-bottom: 15px;
}

.page-title-bar .archive-description {
	font-size: 16px;
	line-height: 26px;
	width: 80%;
	margin: 0 auto;
	display: block;
}

.nav-links {
	display: block;
	text-align: center;
	margin: 0 auto;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-style: normal;
	margin-bottom: 45px;
}

.single-navigation .nav-links .nav-right {
	width: 49%;
	float: right;
	text-align: right;
	padding: 15px 0;
}

.single-navigation .nav-links .nav-left {
	width: 49%;
	float: left;
	text-align: left;
	padding: 15px 0;
}

.single-navigation .nav-links .nav-left a,
.single-navigation .nav-links .nav-right a {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
}

.single-navigation .nav-links .nav-left a:hover,
.single-navigation .nav-links .nav-right a:hover {
	color: #ffcc00;
}

.single-navigation .nav-links .nav-left a i,
.single-navigation .nav-links .nav-right a i {
	font-size: 16px;
}

.single-navigation .nav-links .nav-left a i { margin-right: 5px; }
.single-navigation .nav-links .nav-right a i { margin-left: 5px; }

.page-links {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-content { margin-bottom: 30px; }
.page.type-page .entry-content { margin-bottom: 0; }

.meta-tags {
	margin-bottom: 15px;
	display: block;
}

.form-allowed-tags { display: none; }

label {
	font-size: 13px;
	color: #74736f;
	text-transform: uppercase;
	font-weight: 600;
}

.required { color: #F30000; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: block;
	margin-bottom: 0;
	position: relative;
}

.form-submit input[type="submit"],
.btn-password {
	font-size: 16px;
	padding: 15px 20px;
	text-transform: uppercase;
	background: #000;
	border: none;
	font-weight: 800;
	color: #FFF;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.form-submit input[type="submit"]:hover,
.btn-password:hover {
	background: #ffcc00;
}

.avatar.avatar-75.photo {
	border-radius: 100%;
}

textarea#comment { margin-bottom: 0; }

.comment-block {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
	border-right: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;
}

.comments-title,
#reply-title,
.related-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
}

.related-title { margin-bottom: 15px; }

#reply-title { margin-bottom: 0; }

.comment-meta.comment-author {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.comment-content { font-size: 16px; }

.comment-time.muted-small { display: inline-block; }
.comment-time.muted-small span { margin: 0 10px; }

.comment-avatar img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.entry-comments-form {
	margin-top: 30px;
	border-top: 3px solid #000;
	padding-top: 30px;
}

.entry-comments-form .pagination {
	margin-bottom: 45px;
}

.comment-time time {
	color: #919293;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.comment-time time:hover { color: #272829; }

.comment-list {
	padding-left: 0;
	list-style-type: none;
}

.children { list-style-type: none; padding-left: 0; }

.fn a {
	color: #373839;
	font-weight: bold;
}
.comment-meta.commentmetadata a { color: #919293; }

.comment-reply-link {
 	background: #000;
    color: #fff !important;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

.comment-reply-link:hover {
	background: #ffcc00;
	color: #FFF !important;
}

.comment-reply-link i {
	margin-right: 5px;
}

.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.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}
.edit-link a { color: #777879; }

.edit-link:hover a,
.edit-link:hover i { color: #272829; }

.meta-tags > a {
	color: #00ffd8;
}

.meta-tags > a:hover { color: #050505; }

.single-categories {
	padding-left: 0;
	list-style-type: none;
	display: block;
	width: 100%;
}

.single-categories li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

.single-cat-item > a {
	padding: 4px 8px;
	color: #fff !important;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.single-cat-item > a:hover {
	background: #171819 !important;
}

.single-post-tags {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.single-post-tags > a {
	float: left;
	margin-right: 10px;
	color: #00ffd8;
}

.single-post-tags > a:hover { color: #171819; }

.entry-share-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 30px;
}

.entry-share-list li {
	float: left;
	margin-right: 7px;
}

.entry-share-list li.share-title {
	line-height: 40px;
	margin-right: 15px !important;
	text-transform: uppercase;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	background: #000;
	font-weight: 800;
	letter-spacing: 1px;
}

.entry-share-list li a {
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.entry-share-list li a i {
	line-height: 40px;
	text-align: center;
}
.ct-fb > a { background: #3b5998; }
.ct-twitter > a { background: #00aced; }
.ct-gplus > a { background: #d64431; }
.ct-pinterest > a { background: #cc2127; }
.ct-linkedin > a { background: #007bb6; }
.ct-reddit > a { background: #336699; }

.entry-share-list li a:hover { background: #1d1711; }

.related-posts {
	padding-left: 0;
	list-style-type: none;
}

.related-posts li {
	list-style-type: none;
	width: 100%;
	display: block;
	position: relative;
	border-top: 1px solid #cfccc3;
	padding: 15px 0;
	margin-bottom: 0 !important;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.related-posts li:hover {
	background: #ece9e2;
}

.related-posts li h4 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.related-posts li .entry-date {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.related-posts li .entry-date .date {
	color: #c3c0be;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
}

.related-posts li .entry-date .month-year {
	color: #c3c0be;
	font-size: 13px;
	display: inline-block;
}

.related-posts li h4 > span {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin-right: 10px;
	color: #c3c0be;
}

.related-posts li:last-child {
	margin-right: 0;
	border-bottom: 1px solid #cfccc3;
}

.related-posts li h4 a { color: #85817e; line-height: 28px; }
.related-posts li h4 a:hover { color: #e65d5d; }

.entry-related-content {
    display: block;
    text-align: center;
    z-index: 200;
}

.entry-related-posts {
    margin-bottom: 30px;
}

.single.single-portfolio .entry-related-posts {
    border-top: 2px solid #e7e8e9;
    margin-top: 30px;
    padding-top: 30px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#author-description p {
	margin-bottom: 15px;
}

#author-avatar {
	display: block;
	text-align: center;
}

#author-block #author-avatar {
	text-align: left;
	float: left;
	margin-right: 15px;
	display: block;
}

#author-avatar .avatar-block {
	display: inline-block;
}

#author-avatar img {
    height: 60px;
    width: 60px;
}

#author-block {
	padding: 30px;
	margin-bottom: 45px;
	position: relative;
	background: #000;
	color: #FFF;
}

#author-block h3 {
	color: #342e28;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

#author-block h3 a {
	font-size: 18px;
	color: #FFCC00;
	font-weight: 800;
}

#author-block h3 a:hover {
	color: #fff;
}

#author-block #author-description {
	padding-left: 80px;
}

#author-info {
	padding-top: 15px;
	text-align: left;
}

ul.entry-author-icons {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
	padding-left: 0;
	display: block;
}

ul.entry-author-icons li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	margin-right: 7px;
	margin-bottom: 7px;
	text-align: center;
	width: 40px;
	background: #222323;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

ul.entry-author-icons li a {
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

ul.entry-author-icons li.facebook:hover { background: #3b5998; }
ul.entry-author-icons li.twitter:hover { background: #00aced; }
ul.entry-author-icons li.github:hover { background: #f4cab1; }
ul.entry-author-icons li.linkedin:hover { background: #007bb6; }
ul.entry-author-icons li.pinterest:hover { background: #cb2027; }
ul.entry-author-icons li.googleplus:hover { background: #dd4b39; }

.more-author-posts {
	float: left;
	margin-left: 15px;
}

.single-format-chat .entry-content p {
	border-bottom: 1px solid #cfccc3;
	margin-bottom: 0;
	padding: 10px 0;
}

.page #respond {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #e7e8e9;
}

.page #comments { margin-top: 30px; }

.entry-single-meta {
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #c9c9c9;
}

.entry-single-meta a {
	color: #949494 !important;
	font-size: 14px;
	text-transform: capitalize;
}

.entry-single-meta a:hover { color: #000 !important; }
.entry-single-meta .meta-author,
.entry-single-meta .meta-comments,
.entry-single-meta .post-like { margin-right: 10px; }

.qtip.like.fa.fa-heart.alreadyvoted {
	color: #FF3300 !important;
}

.qtip.like.fa.fa-heart { color: #949494; }
.qtip.like.fa.fa-heart:hover { color: #000; }

.entry-related-posts h3 {
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
}

.carousel-thumb {
	text-align: center;
}
.carousel-thumb .post-thumbnail { margin-bottom: 10px; }

.carousel-thumb h3.entry-title a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

/**
 * 10.4 Likes, Views, Comments (meta)
 * -----------------------------------------------------------------------------
 */
.vlc-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	left: -64px;
	bottom: -11px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.vlc-list li {
	float: left;
	display: block;
	margin-right: 10px;
	color: #949494;
}

.post-block:hover .vlc-list {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	left: 0;
}

.entry-comments a i,
.entry-views i {
	margin-right: 3px;
}

/**
 * 10.5 Tags
 * -----------------------------------------------------------------------------
 */
.tagcloud { margin-right: -5px; margin-top: 20px; }

.widget .tagcloud a[class|=tag-link],
.entry-single-post a[rel=tag],
.tagcloud a[class|=tag-link] {
	font-size: 10px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
	color: #85817e;
	padding: 5px 15px;
	display: block;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
	line-height: 18px;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget .tagcloud a[class|=tag-link]:hover,
.entry-single-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover {
	border: 1px solid #FFCC00;
	color: #FFCC00 !important;
}

/**
 * 10.6 Reviews
 * -----------------------------------------------------------------------------
 */
.entry-review {
	display: block;
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #c7c8ca;
	border-top: none;
}

.entry-review .review_item {
	width: 100%;
	height: 30px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

.entry-review .review_item > .review_value {
	display: block;
	height: 3px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.overall {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: absolute;
	left: 15px;
	top: -10px;
}

.summary-text {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-style: italic;
}

.summary-title {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.overall .overall_score {
    font-size: 30px;
    font-weight: 800;
}

.over-summary {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
	border-bottom: none;
	padding: 30px;
	min-height: 115px;
}

.summary-block { padding-left: 80px; }

/**
 * 11.0 To Top Arrow
 * -----------------------------------------------------------------------------
 */
.ct-totop {
  color: #FFCC00 !important;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  display: block !important;
  text-transform: uppercase;

  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
       -transition: all 0.2s linear;
}

.ct-totop i { color: #FFCC00; font-size: 18px; }

.totop-title {
	display: block;
	font-weight: 800;
	font-size: 16px;
}

.ct-totop:hover,
.ct-totop:hover i {
	color: #FFF !important;
}

/**
 * 12.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar {
	padding: 30px;
	border: 3px solid #000;
	margin-bottom: 30px;
}

.entry-page .sidebar,
.sidebar.hometop,
.sidebar.homebottom {
	border: none;
	padding: 0;
}

.sidebar.homebottom { margin-top: 30px; }

.sidebar h3.entry-title,
.sidebar h3.entry-title a  {
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	font-size: 18px;
	position: relative;
}

.sidebar h3.entry-title {
	padding-bottom: 15px;
}

.sidebar h3.entry-title:before {
	content: '';
	display: block;
	height: 3px;
	width: 40%;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.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 .widget,
.widget {
	position: relative;
	margin-bottom: 45px;
	font-style: 16px;
}

.sidebar.home-top-boxed { margin-top: 45px; }
.sidebar.home-bottom-boxed { margin-bottom: 45px; }

.inner-widget .widget { margin-bottom: 0; }

.sidebar ul,
.vc_row ul,
.wpb_row ul,
.wpb_wrapper ul {
	padding-left: 0;
	list-style-position: inside;
	margin-bottom: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-position: outside;
	padding: 3px 0;
}

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

/**
 * 13.1 Flickr Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-flickr-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
	border: none !important;
	padding: 0 !important;
}

.main-sidebar [class^="ct-flickr-"] li {
	margin-bottom: 10px;
	margin-right: 10px;
}

[class^="ct-flickr-"] {
	list-style-type: none;
	margin: 30px 0 0 !important;
}

[class^="ct-flickr-"] li img {
	height: 130px;
	width: 130px;
	display: block;
}

[class^="ct-flickr-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 13.2 Instagram Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-instagram-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
	border: none !important;
	padding: 0 !important;
}

.main-sidebar [class^="ct-instagram-"] li {
	margin-bottom: 10px;
	margin-right: 10px;
}

[class^="ct-instagram-"] {
	list-style-type: none;
	margin: 30px 0 0 !important;
}

[class^="ct-instagram-"] li img {
	height: 130px;
	width: 130px;
	display: block;
}

[class^="ct-instagram-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 13.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;
}

/**
 * 13.4 Calendar Widget
 * -----------------------------------------------------------------------------
 */

.widget_calendar table { margin-bottom: 0; }

#wp-calendar {
	width: 100%;
}

#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: #00ffd8;
	color: #FFF;
	padding: 2px 0px;
}

#wp-calendar td#today a {
	color: #FFF !important;
}

#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td#prev a,
#wp-calendar td#next a {
	text-transform: uppercase;
}

/**
 * 13.5 Custom Menu Widget
 * -----------------------------------------------------------------------------
 */
.widget_nav_menu .menu {
	list-style-type: none;
	margin: 0;
}

.widget_nav_menu li:before {
	content: "\f046";
	font-size: 14px;
	font-family: "FontAwesome";
	padding-right:10px;
}

.widget_nav_menu li.current-menu-item:before,
.widget_nav_menu li.current-menu-ancestor:before {
	color: #F05B4F;
}

.widget_nav_menu ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	list-style-type: none;
}

/**
 * 13.6 Recent Posts Widget
 * -----------------------------------------------------------------------------
 */
.recent-posts-widget {
	padding-left: 0;
	list-style-type: none;
}

.recent-posts-widget li {
	list-style-type: none;
	padding: 20px 0 !important;
	border-bottom: 1px solid #000;
}

.recent-posts-widget li.no-list-border {
	border: none;
	padding: 10px 0 !important;
}

.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;
}

.recent-posts-widget li .entry-meta {
	margin-bottom: 0;
}

.recent-posts-widget li .entry-meta a { color: #949494 !important; margin-right: 15px; font-size: 12px; display: inline-block; }
.recent-posts-widget li .entry-meta a:hover { color: #000 !important; }

.recent-posts-widget li h4 a { color: #85817e; }

.recent-posts-widget li:first-child {
	padding-top: 10px !important;
	margin-top: 0;
}

.recent-posts-widget li a i,
.recent-posts-widget li i  { margin-right: 5px; font-size: 16px; }

.widget-post-thumbnail {
 	float: left;
 	margin-bottom: 0;
 	margin-right: 15px;
 	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 !important;
}

.widget-meta li i {
	margin-right: 5px;
	font-size: 14px;
}
.widget-meta li a {
	font-size: 12px;
	color: #717273;
}

/**
 * 13.7 Recent Comments Widget
 * -----------------------------------------------------------------------------
 */
.recent-comments-widget {
    margin-top: 10px;
}

.recent-comments-widget li {
	display: block;
  	padding: 5px 0 !important;
  	text-transform: capitalize;
}

.recent-comments-widget li:first-child {
	padding-top: 0;
}

.recent-comments-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.recent-comments-widget .widget-post-thumbnail img {
    height: 30px;
    width: 30px;
    display: block;
}

.recent-comments-widget .widget-post-thumbnail img.avatar-30 {
	width: 30px;
	height: 30px;
}

.recent-comments-widget .widget-post-thumbnail {
	margin-right: 10px;
}

.recent-comments-widget li h4.entry-title {
	margin-bottom: 0;
	font-size: 16px;
}

.recent-comments-widget li .widget-content {
	background: #fff;
	position: relative;
	margin-bottom: 15px;
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #000;
}

.recent-comments-widget li:last-child .widget-content { margin-bottom: 20px; }

.recent-comments-widget li .widget-content:before {
	border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    top: -8px;
    width: 0;
}

.recent-comments-widget li .comment-text,
.recent-comments-widget li .comment-text a {
	font-size: 14px;
	font-style: italic;
}

.recent-comments-widget li .comment-time {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #949494;
	text-align: right;
}

/**
 * 13.8 Popular Posts Widget
 * -----------------------------------------------------------------------------
 */
.popular-posts-widget {
	padding-left: 0;
	list-style-type: none;
}

.popular-posts-widget li {
	list-style-type: none;
	padding: 20px 0 !important;
	border-bottom: 1px solid #000;
}

.popular-posts-widget li.no-list-border {
	border: none;
	padding: 10px 0 !important;
}

.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;
}

.popular-posts-widget li .entry-meta {
	margin-bottom: 0;
}

.popular-posts-widget li .entry-meta a { color: #949494 !important; margin-right: 15px; font-size: 12px; display: inline-block; }
.popular-posts-widget li .entry-meta a:hover { color: #000 !important; }

.popular-posts-widget li h4 a { color: #85817e; }

.popular-posts-widget li:first-child {
	padding-top: 10px !important;
	margin-top: 0;
}

.ct_popular_posts_widget li a i,
.ct_popular_posts_widget li i  { margin-right: 5px; font-size: 16px; }

/**
 * 13.9 Social Counters Widget
 * -----------------------------------------------------------------------------
 */
#entry-counters ul {
	padding-left: 0;
	display: block;
	float: right;
}

#entry-counters ul li {
	list-style-type: none;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	background: #000;
	color: #FFF;
	line-height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

#entry-counters ul li:hover {
	background: #FFF;
}

.counter-item > i {
	font-size: 32px;
	line-height: 100px;
}

#entry-counters ul li:hover .counter-value {
	display: block;
}

#entry-counters ul li:hover i {
	display: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.counter-value {
    color: #fff;
    font-weight: 600;
    display: none;
}

.counter-value a { color: #000 !important;  display: block; width: 100%; height: 100%; }

.counter-title > a {
    color: #000 !important;
    font-weight: 800;
    text-transform: uppercase;
}

.social-inner { margin-top: 20px; }

.social-counter {
	padding-left: 0;
	list-style-type: none;
	display: block;
}

.social-counter li {
	list-style-type: none;
	background: #e4e2dc;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 15px !important;
}

.social-counter li i {
	font-size: 18px;
	color: #e65d5d;
	margin-right: 15px;
}

.social-counter li .fa.fa-youtube,
.social-counter li .fa.fa-twitter {
	margin-right: 10px;
}

.social-counter li .ct-counter {
	font-weight: bold;
	margin-right: 5px;
}

.social-counter li .ct-desc a {
	color: #c3c0be;
	text-transform: uppercase;
}

.social-counter li .ct-desc a:hover { color: #e65d5d; }

/**
 * 13.10 Twitter Widget
 * -----------------------------------------------------------------------------
 */
.ct-twitter-widget li {
	padding: 15px 0 !important;
	position: relative;
	margin-bottom: 20px;
}

.tweet-content {
	background: #fff;
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	color: #85817e;
	position: relative;
	border: 1px solid #000;
}

.tweet-content:before {
 	border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -8px;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    width: 0;
}

.tweet-text a {
	color: #85817e !important;
	font-weight: 600
}

.tweet-time a {
	color: #9a9995 !important;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.tweet-text a:hover,
.tweet-time a:hover { color: #e65d5d !important; }

.twitter-logo {
    float: left;
    margin-right: 15px;
}

/**
 * 13.11 Latest Reviews Widget
 * -----------------------------------------------------------------------------
 */
.latest-reviews-widget .widget-content {
	margin-bottom: 15px;
}

.latest-reviews-widget .widget-content h4.entry-title {
	margin-bottom: 5px;
	padding-right: 30px;
}

.widget-content .entry-overscore {
	background: #000;
	display: block;
	height: 3px;
	position: relative;
	width: 100%;
}

.widget-content .entry-overscore .score-value {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 14px;
}

.widget-content .entry-overscore .score-line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
}

/**
 * 13.12 WP Standard Widgets
 * -----------------------------------------------------------------------------
 */
.sidebar .widget {
	font-size: 14px;
	line-height: 28px;
}

.sidebar a {
	color: #222323 !important;
	line-height: 24px;
}

.sidebar .widget h4,
.sidebar .widget h4 a {
	font-size: 16px;
	color: #000 !important;
	font-weight: 700;
}

.sidebar a:hover,
.sidebar .widget h4 a:hover { color: #FFCC00 !important; }

.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: #919293;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

/**
 * 14.0 Theme Pages
 * -----------------------------------------------------------------------------
 */
.page-header {
	border-bottom: none;
	padding-bottom: 0;
	margin: 45px 0;
	position: relative;
}

.page-header h1.entry-title {
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.post-content .entry-title { margin-bottom: 15px; }

.page-header .archive-description {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.breadcrumbs {
	padding: 10px 15px 9px 42px;
	color: #fff;
	background: #e65d5d;
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.breadcrumbs i { margin-right: 8px; font-size: 18px; position: absolute; top: 16px; left: 30px; }

.breadcrumbs a {
	color: #FFF !important;
	text-transform: uppercase;
}

.breadcrumbs a:hover {
	color: rgba( 255,255,255, .8 );
}

/**
 * 15.0 Footer
 * -----------------------------------------------------------------------------
 */
.footer-right { text-align: right; }
.footer-left { text-align: left; }

#mainfooter .widget { margin-bottom: 0; }

#mainfooter {
	position: relative;
	font-size: 16px;
	padding: 45px 0;
	background-color: #000000;
}

#mainfooter .footer-columns { padding: 45px 0 0; }

#mainfooter .copyright {
	text-align: right;
	font-size: 14px;
}

#mainfooter a { color: #c1c2c3; }

#mainfooter ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

#mainfooter ul li {
	list-style-type: none;
	padding: 3px 0;
}

#mainfooter table { border: 2px solid #232425; }

#mainfooter table thead,
#mainfooter table tbody { border: 1px solid #232425; }

#mainfooter thead tr th,
#mainfooter table tbody tr th,
#mainfooter table tbody tr td { border-right: 1px solid #232425; }
#mainfooter table tbody tr { border-bottom: 1px solid #232425; }
#mainfooter table thead { border-bottom: 2px solid #232425;}

#footer-nav-wrapper {
	display: block;
	position: relative;
	text-align: center;
	background: #FFCC00;
	padding: 15px 0 10px;
}
#footer-nav {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0 !important;
}

#footer-nav li {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
}

#footer-nav li a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	color: #000;
}

#footer-nav li a:hover { color: #fff; }

.footer-menu-wrapper {
	text-align: center;
	padding-top: 16px;
	border-top: 1px dotted #232425;
	border-bottom: 1px dotted #232425;
	margin-bottom: 30px;
}

#mainfooter #s {
	background: #171819;
	border-color: #232425;
}

#mainfooter #s:active,
#mainfooter #s:focus {
	border-color: #414243;
}

#mainfooter ul.recent-posts-widget li { padding: 10px 0; }

/**
 * 16.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%;
}

.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;
}

/**
 * 17.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;
}

.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
}

#mainfooter img,
.widget.main-sidebar img,
.related-list li img,
.post-block img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

ul.slides li img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

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 {
	background: #000;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 15px !important
}

.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;
	text-transform: uppercase;
}

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 */
}

/**
 * 18.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: #000;
	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: #FFCC00;
}

blockquote {
	border-left: 3px solid #000;
	color: #000;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
}

cite {
	color: #919293;
	font-size: 14px;
}

p { margin-bottom: 15px; }

dd { margin-bottom: 30px; }

ins { background: none !important; }

code {
 	white-space: normal;
 	font-size: 18px;
 	line-height: 28px;
}

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: #949494;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-transform: normal;
    border: none;
    background: #fff;
    border-right: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s 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 {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    outline: none !important;
}

table { margin-bottom: 30px; }
table thead,
table tbody { text-transform: uppercase; font-size: 14px; }
thead tr th,
table tbody tr th,
table tbody tr td { padding: 10px; }
table tbody tr { border-bottom: 1px solid #000; }
table thead tr th {
	font-size: 12px;
	color: #32383D;
	letter-spacing: 1px;
	font-weight: normal;
}

.post-block table tbody tr td { padding: 3px; }

.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 {
	border: 3px solid #000 !important;
	margin-bottom: 10px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	color: #FFF;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
}

.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%!important;
	min-width: 100%!important;
	_width: 100%!important;
}

.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; }


/**
 * 19.0 For IE
 * -----------------------------------------------------------------------------
 */
.nav>li>a:hover { border: 0; }

/**
 * 20.0 Super-fish Menu
 * -----------------------------------------------------------------------------
 */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #FFF;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #FFF;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #FFF;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: #000;
        opacity: .9;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

.menu-not-defined {
    text-align: right;
    color: #FFF;
    padding: 30px 0;
}

.slider-preloader {
	display: none;
}

#infscr-loading {
	position: relative;
	display: none;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	z-index: 99999;
}

#infscr-loading img {
	display: none;
}

#infscr-loading div em {
	background: #FFCC00;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #000;
	width: 100%;
	padding: 30px 10px;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
}

.navigation-block { position: relative; margin: 30px 0 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; }

.sub-menu .sf-with-ul:after {
    color: #1d1711;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    line-height: 46px;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
}

.sub-menu .sub-menu {
	top: 0 !important;
}

.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: #1d1711 !important;
	font-weight: 400;
}

.sf-menu {
	float: right;
	display: none;
	margin-top: 5px;
}

.sf-menu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #FFF 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: #FFF;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding: 0 0 0 25px;
}

.sf-menu a strong {
	font-weight: normal;
	display: block;
	font-weight: 300;
}

.sf-menu a:hover {
	color: #1d1711;
}

.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 {
	border-bottom: 2px solid rgba(0,0,0,.1);
	background: #fff;
	text-align: left;
}

.sf-menu ul ul li {
	border-bottom: 2px solid rgba(0,0,0,.1);
}

.sf-menu ul li a, .sf-menu ul ul li a {
	padding: 10px 15px;
	font-size: 11px;
	color: #958e87;
}

.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: #FFF !important;
}
.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;
}

/**
 * 21.0 FlexSlider
 * -----------------------------------------------------------------------------
 */
.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: #1d1711; }

.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: 24px;
}

.flex-direction-nav .flex-next { right: 0; }

.flex-direction-nav .flex-next:after {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-size: 24px;
}

.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: 34px;
	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 {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;}
}

/**
 * 22.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;
}

/**
 * 23.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: #FFCC00;
	border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 12px;
    text-transform: uppercase;
}

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;
}

/**
 * 24.0 Retina Display Media Query
 * -----------------------------------------------------------------------------
 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* Retina-specific stuff here */
}

/**
 * 25.0 Browser Styles
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() {
	.entry-social-list li { line-height: 58px; }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
}

.screen-reader-text {}