﻿/*
Theme Name: Grideon - Responsive Creative Wordpress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Description: Grideon is Responsive, Retina Ready, Creative Wordpress Theme, Blog.
Version: 1.01
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 - Theme Wrapper 
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Logo
 * 6.0 - Welcome Block
 * 7.0 - Custom Background
 * 8.0 - Typography
 * 		8.1 - Lists
 * 		8.2 - Margins
 * 9.0 - Search
 * 10.0 - Breaking News
 * 11.0 - Pagination
 * 12.0 - Load More Button
 * 13.0 - Content
 * 		13.1 - Related Post List
 * 		13.2 - Post Thumbnail
 * 		13.3 - Author and Post Category
 * 		13.4 - Views
 * 		13.5 - Likes
 * 		13.6 - Read More Link
 * 		13.7 - To Top Arrow
 * 		13.8 - Single Page
 * 		13.9 - Tags
 * 		13.10 - Single Navigation
 * 14.0 - Sidebar
 * 15.0 - Widgets
 * 		15.1 - Carousel Widget
 * 		15.2 - Flickr Widget
 * 		15.3 - Instagram Widget
 * 		15.4 - Categories Widget
 * 		15.5 - Calendar Widget
 * 		15.6 - Custom Menu Widget
 * 		15.7 - Recent Posts Widget
 * 		15.8 - Recent Comments Widget
 * 		15.9 - WP Standard Widgets
 * 16.0 - Author Page
 * 17.0 - Not Found Page (404)
 * 18.0 - Theme Pages
 * 19.0 - Social Icons
 * 20.0 - Footer
 * 21.0 - Video and Audio Responsive
 * 22.0 - Wordpress Core
 * 23.0 - Bootstrap Override
 * 24.0 - For IE
 * 25.0 - Super-fish Menu
 * 26.0 - FlexSlider
 * 27.0 - PrettyPhoto
 * 28.0 - Contact Form
 * 29.0 - Visual Composer
 * 30.0 - Retina Display Media Query
 * 31.0 - Browser Styles
  * 
 * -----------------------------------------------------------------------------
 */

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

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

/**
 * 1.0 Body
 * -----------------------------------------------------------------------------
 */
body {
	color: #32383D;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

/**
 * 2.0 Theme Wrapper
 * -----------------------------------------------------------------------------
 */
.theme-wrapper {
	display: block;
	max-width: 1170px;
	margin: 0 auto;
}

/**
 * 3.0 Header
 * -----------------------------------------------------------------------------
 */
#mainhead {
	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;		
} 

#entry-top {
	display: block;
	width: 100%;
	padding: 20px;
 	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;	
} 

.search-block {
	display: inline-block;
	position: relative;	
}

.search-block #s {
	margin-bottom: 0;
	padding: 5px 10px;
}

.sf-menu li i {
	padding: 15px 10px;
	line-height: 24px;
	cursor: pointer;
}

/**
 * 4.0 Navigation
 * -----------------------------------------------------------------------------
 */
#site-nav {
	display: block;
	text-align: right;
}

#menu {
	display: inline-block;
	text-align: left;
}

#menu p.menu-not-defined {
	padding: 15px 0;
}

.navigation-block {
	text-align: center;
	display: block;
}

#site-nav #entry-logo { text-align: left;}

/**
 * 5.0 Logo
 * -----------------------------------------------------------------------------
 */
#entry-logo {
 	display: block;
 	-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: #050505;
	display: block;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 0px;
}

#entry-logo span {
	color: #878787;
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

/**
 * 6.0 Welcome Block
 * -----------------------------------------------------------------------------
 */

#welcome-block {
	border-bottom: 2px solid #FFF;
} 

#entry-counters { 
	padding: 30px 0;
	display: inline-block;
}

#entry-counters span.id-not-found {
	color: #FFF;
}

#entry-counters span.id-not-found em { color: #FFF; }

#entry-counters ul {
	display: block;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 0;
}

#entry-counters ul li.counter-item,
#entry-counters ul li.counter-item a {
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	width: 80px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px; 
}

#entry-counters ul li.counter-item,
#entry-counters ul li.counter-item a:hover { color: #FFF; }

#entry-counters ul li.counter-item .counter-title,
#entry-counters ul li.counter-item .counter-title a { margin-bottom: 5px; }

#entry-counters ul li.counter-item:last-child { margin-bottom: 0; }

#entry-counters ul li .counter-value {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border: 2px solid #FFF;
}

.welcome-text {
	display: block;
	float: left;
	padding: 60px 0 60px 45px;
	border-left: 4px solid #FFF;
	min-height: 440px;
}

.welcome-text p {
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: bold;
}

.welcome-text p.sub-title {
	font-family: 'Playball', cursive;
	font-size: 32px;
	line-height: 42px;
	color: #FFF;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
}

.no-left-border { border-left: 0; }

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

/**
 * 8.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	color: #32383D;
	margin-top: 0 !important;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 { font-size: 46px; line-height: 56px; font-weight: bold; }
h2 { font-size: 40px; line-height: 50px; font-weight: bold; }
h3 { font-size: 34px; line-height: 44px; }
h4 { font-size: 28px; line-height: 38px; }
h5 { font-size: 24px; line-height: 34px; }
h6 { font-size: 22px; line-height: 32px; }

a, a:link, a:visited {
	color: #F05B4F;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

a:hover { color: #339390; 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;
}

p {
	margin: 0 0 20px;
}

blockquote {
	border: none;
	padding: 20px 45px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position: relative;
	font-style: italic;
}

blockquote p {
    color: #FFF;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

blockquote:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 32px;
	color: #FFF;
	z-index: 10;
}

blockquote:after {
	content: "\f10e";
	font-family: 'FontAwesome';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 32px;
	color: #FFF;
}

.page-wrapper blockquote p,
.page-wrapper blockquote:after,
.page-wrapper blockquote:before { color: #32383D; }

.page-wrapper blockquote { margin-bottom: 30px; }

.page-wrapper blockquote p {
	font-size: 26px;
	line-height: 38px;
}

.format-quote h2.entry-title,
.format-quote h2.entry-title a {
	text-align: right;
	font-size: 38px !important;
}

/**
 * 8.1 Lists
 * -----------------------------------------------------------------------------
 */
ul.list.underline li {
	border-bottom: 1px dashed #DCE2E7;
}

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

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

/**
 * 9.0 Search
 * -----------------------------------------------------------------------------
 */
#searchform {
	position: relative;
	display: block;
} 

.search-button {
	padding: 20px 0 20px 15px;
	float: right;
	cursor: pointer;
	-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;		
}
.search-button:hover {
	color: #00F6FF;
}
.search-wrapper {
	position: fixed;
	padding: 120px 40px 40px;
	width: 100%;
	max-width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999999;
	background: rgba(0,0,0,.8);
	text-align: left;
	display: none;
}

.search-wrapper h2.entry-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
.search-wrapper input#s[type="text"] {
	background: #FFF;
	color: #515253;
	width: 100%;
	margin-left: 0 auto;
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	border: none;
}
.sidebar input#s[type="text"],
.widget-area input#s[type="text"]  {
	border: 1px solid #32383D;
}
.search-wrapper .close-button {
	width: 70px;
	height: 70px;
	display: block;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	line-height: 70px;
	position: absolute;
	right: 35px;
	top: 35px;
	cursor: pointer;

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

.search-wrapper .close-button i {
	font-size: 28px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */	
}

.search-wrapper .close-button:hover {
	background: #00F6FF;
	color: #FFF;
}
.search-wrapper input#s[type="text"]:focus,
.search-wrapper input#s[type="text"]:active {
	outline: none !important;
}

/**
 * 10.0 Breaking News
 * -----------------------------------------------------------------------------
 */
h2.entry-title.breaking-news-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
}

p.ticker-content { margin-bottom: 0; }
.ticker-block { min-height: 50px; }
.breaking-post { display: none; }
.breaking-post { min-height: 0 !important; background: #f30000 }
.breaking-post .right-side { min-height: 0; }
.ticker-block h3.entry-title { font-weight: 400; }

.breaking-post .left-side i {
	font-weight: bold;
	font-size: 42px !important;
	color: #FFF;
}

.js-hidden { display: none; }
/**
 * 11.0 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination { 
	display: block;
	background: #FFF;
	padding: 60px 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
} 
.pagination span,
.pagination a {
	border: 2px solid #00F6FF;
	padding: 10px 20px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 300;
	color: #717273;
	background: #FFF;
}

.pagination a:hover { border: 2px solid #32383D; color: #32383D; }
.pagination span.current {
	color: #32383D;
}

/**
 * 12.0 Load More Button
 * -----------------------------------------------------------------------------
 */
#pbd-alp-load-posts {
	text-align: center;
}

#pbd-alp-load-posts i { color: #FFF; margin-left: 20px; }

#pbd-alp-load-posts a, .pbd-no-posts {
	padding: 30px 30px;
	color: #050505;
	border-top: 2px solid #FFF;
	background: #32383d;
	width: 100%;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}
#pbd-alp-load-posts a:hover { text-decoration: none; background: #00f6ff; }

/**
 * 13.0 Content
 * -----------------------------------------------------------------------------
 */
.entry-post,
.breaking-post,
.single-page-title {
	background: #32383D;
	display: block;
	width: 100%;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	position: relative;
	min-height: 380px;
} 

.single-page-title,
.single-page-title .right-side { min-height: 200px; }
.single-page-title { border-bottom: 4px solid #FFF; }
.single-page-title .left-side { padding: 30px 0; }

.single-post .single-page-title { border-bottom: 4px solid #FFF !important; }
.entry-post .left-side i,
.breaking-post .left-side i,
.single-page-title .left-side i {
	color: #FFF;
	font-size: 32px;
}

.left-side,
.right-side {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 60px 0;
}

.right-side {
	text-align: left;
	border-left: 4px solid #FFF;
	padding: 60px 0 60px 45px;
	min-height: 390px;
}

.format-quote .right-side { min-height: 390px; }
.custom-ads .right-side { min-height: 180px; }
.breaking-post .right-side { min-height: 0; }

.right-side .entry-content img,
.right-side .entry-content iframe { max-width: 100%; }

#welcome-block .left-side {
	padding: 0;
}

.entry-post h2.entry-title,
.entry-post h2.entry-title a,
.entry-post h3.entry-title,
.entry-post h3.entry-title a,
.breaking-post h2.entry-title,
.breaking-post h2.entry-title a,
.breaking-post h3.entry-title,
.breaking-post h3.entry-title a,
#archive-header h1.entry-title,
#archive-header h1.entry-title a,
#page-title-bar h1.entry-title,
#page-title-bar h1.entry-title a {
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFF;
	
}

.author #archive-header .left-side { padding: 40px 0 30px; }

.entry-post h3.entry-title,
.entry-post h3.entry-title a,
.breaking-post h3.entry-title,
.breaking-post h3.entry-title a  {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 0;
	font-weight: normal;
}

.entry-post h2.entry-title a:hover,
.entry-post h3.entry-title a:hover,
.breaking-post h2.entry-title a:hover,
.breaking-post h3.entry-title a:hover  {
	color: #FFF;
	text-shadow: 0 0 15px rgba(255,255,255,.4);
}

.entry-post .entry-date {
	position: relative;
	display: block;
	margin-left: -45px;
	margin-top: -8px;
}

.entry-post .entry-date .date-value { 
	position: absolute;
	left: 100px;
	background: #FFF;
	top: -9px;
	left: 45px;
	padding: 10px 15px
}

.entry-post .entry-date .date-value span,
.entry-post .entry-date .date-value a {
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	display: block;
	color: #515253;
}

.date-graphics { position: relative; }

.date-graphics .date-circle {
    background: #FFFFFF;
    display: block;
    height: 16px;
    left: -10px;
    position: absolute;
    width: 16px;	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.date-graphics .date-line {
	width: 45px;
	height: 2px;
	background: #FFF;
	display: block;
	left: 0;
	top: 8px;
	position: absolute;
}

.date-graphics .date-author {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -27px;
	top: -16px;
	z-index: 100;
}
.date-graphics .date-author img {
	border: 4px solid #FFF;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.entry-header { padding-top: 60px; }

.entry-post ul.meta-list,
.breaking-post ul.meta-list {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 50px;
}

ul.meta-list li {
	width: 80px;
	height: 80px;
	display: block;
	line-height: 80px;
	border: 2px solid #FFF;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;

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

.single-post ul.meta-list { margin-bottom: 0; padding-left: 0; }
.single-post ul.meta-list li { float: left; margin-right: 15px; margin-bottom: 0; }

ul.meta-list li:last-child { margin-bottom: 0; }

ul.meta-list li.post-views { cursor: auto; }
ul.meta-list li .icon-block {
	font-size: 30px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.meta-list li:hover .icon-block {
	opacity: 0;
	bottom: -78px;
}

.value-block {
	display: block;
	width: 78px;
	height: 78px;
	line-height: 76px;
	font-size: 22px;
	font-weight: 400;
	color: #515253 !important;
	background: #FFF;
	position: absolute;
	letter-spacing: 0;
	text-align: center;
	top: -78px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);  
  	opacity: 0;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

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

ul.meta-list li:hover .value-block {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);  
  	opacity: 1;
	top: 0;
}

.entry-share-list {
	padding-left: 0;
}

.share-block {
	padding: 2px;
	position: absolute;
	left: 0;
	top: -78px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);  
  	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

ul.meta-list li:hover .share-block {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);  
  	opacity: 1;
	top: 0;
}

.share-item {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;	
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #fff;
	text-align: center;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

.share-item a i { font-size: 18px !important; color: #515253 !important; }

.share-item a {
	color: #515253 !important;
	display: block;
	width: 100%;
	height: 100%;
}

.share-item:nth-child(2n) { margin-right: 0; }
.share-item:hover { background: #00F6FF; }
.share-item:hover a,
.share-item:hover a i { color: #FFF !important; }

.entry-category,
.entry-post .entry-header .entry-category a {
	font-family: 'Playball', cursive;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	text-transform: none;	
}

.entry-category .post-categories {
	list-style-type: none;
	padding-left: 0;
}

.entry-category .post-categories li {
	list-style-position: outside;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.entry-content {
	color: #FFF;
	font-size: 22px;
	line-height: 32px;
}

.single-post .entry-content,
.page .entry-content,
.page-wrapper .entry-content {
	font-size: 18px;
	line-height: 28px;
}
.entry-post .post-mask,
.breaking-post .post-mask {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.entry-more {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.custom-ads { 
	min-height: 100px;
	opacity: 1 !important;
}

.custom-ads h2.entry-title {
	font-size: 38px;
	line-height: 48px;
}

.custom-ads .left-side i,
#archive-header .left-side i {
	font-size: 42px;
	font-weight: bold;
	color: #FFF;
}

.custom-ads .right-side { padding: 45px 0 45px 45px; }

#archive-header,
#page-title-bar
 {
	display: block;
	width: 100%;
	background: #32383D;
	border-bottom: 2px solid #FFF;
}

#archive-header .right-side,
#page-title-bar .right-side {
	min-height: 164px;
	padding: 45px 0 45px 45px;
}

#archive-header h1.entry-title,
#archive-header h1.entry-title a,
#page-title-bar h1.entry-title,
#page-title-bar h1.entry-title a {
	font-size: 40px;
	line-height: 66px;
	margin-bottom: 0;
}

#archive-header h2.search-count {
	color: rgba(255,255,255,.5);
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

.archive-description { color: #FFF; }

.page-header {
	padding: 0;
	margin: 0;
	border: none;
	margin-bottom: 10px;
}

/**
 * 13.1 Related Post List
 * -----------------------------------------------------------------------------
 */
span.related-title {
	text-transform: uppercase;
	font-weight: bold;
}

ul.related-list {
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

ul.related-list li {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 186px;
	height: 124px;
	position: relative;
}

ul.related-list li .entry-overscore {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 10px;
	left: 5px;
	top: 5px;
	z-index: 10;
}

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

.entry-related-posts h3 { 
	text-transform: uppercase;
	font-size: 22px;
}

.entry-related-posts .flexslider .slides .popup-title {
	text-align: center;
}

.entry-related-posts .carousel-thumb .popup-title h3.entry-title,
.entry-related-posts .carousel-thumb .popup-title h3.entry-title a {
	margin-bottom: 5px;
	line-height: 18px;
}

.entry-related-posts .carousel-thumb .popup-title {
	left: 0;
	width: 100%;
}

.entry-related-posts .carousel-thumb:hover .popup-title {
	bottom: 0;
}

.entry-related-posts .carousel-thumb { background: none; }

/**
 * 13.2 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.post-thumbnail img {
	max-width: 100%;
    -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 iframe,
.post-thumbnail object,
.post-thumbnail video {
	width: 100%;
}

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

/**
 * 13.3 Author and Post Category
 * -----------------------------------------------------------------------------
 */
.meta-block {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 100;
}

.user-category {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
}

.user-category li {
	list-style-type: none;
	position: relative;
	margin-right: 0 !important;
	padding-right: 1px;
	text-align: right;
}

.user-category li:last-child {
	margin-bottom: 0;
}

/**
 * 13.4 Views
 * -----------------------------------------------------------------------------
 */
.entry-views {
	margin-right: 15px;
	font-size: 11px;
	color: #050505;
	display: inline-block;
	text-align: center;
}

.entry-views i {
	font-size: 22px;
}

.entry-views .views-text {
	text-transform: uppercase;
	font-size: 11px;
	color: #878787;
}

.entry-views .count {
	font-size: 12px;
	color: #878787;
}

/**
 * 13.5 Likes
 * -----------------------------------------------------------------------------
 */

.post-like a .fa { font-size: 30px; }

.like,
.entry-share .icon-plus {  
	-moz-transition: all 0.2s linear;  
	-webkit-transition: all 0.2s linear;  
	-o-transition: all 0.2s linear;
}  
.entry-share .icon-plus { line-height: 7px; }

.icon-heart.alreadyvoted, .voted .icon-heart { color: #515253; font-size: 24px; }

.post-like a:hover { border: 0; }

.voted .like, .post-like .alreadyvoted {
	color: #515253 !important;
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
}

.post-like a:hover .like {
	color: #515253;
}

.post-like .count {
	font-size: 24px;
}

/**
 * 13.6 Read More Link
 * -----------------------------------------------------------------------------
 */
a.more-link {
	font-size: 16px;
	padding: 5px 15px;
	color: #FFF !important;
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

a.more-link:hover {
	color: #32383d !important;
	background: #FFF;
}

/**
 * 13.7 To Top Arrow
 * -----------------------------------------------------------------------------
 */
.ct-totop {
  width: 50px;
  height: 50px;
  position: fixed;
  line-height: 44px;
  right: 40px;
  bottom: 30px;
  display: none;
  border: 2px solid #FFFFFF;
  color: #FFF;    
  text-align: center;
  font-size: 16px;
  background: #32383D;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);  
  opacity: 0.8;

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

.ct-totop i { color: #FFF; }
.ct-totop:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1;
  background: #00F6FF;
}
a.ct-totop { color: #FFF; }

/**
 * 13.8 Single Page
 * -----------------------------------------------------------------------------
 */
.entry-single-post .post-thumbnail img {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;

	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.entry-date { color: #FFF; margin-left: 15px; }
.entry-date span {
	display: block;
	width: 100%;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

.entry-date .entry-day {
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
}

.entry-date .entry-month {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
}

.entry-date .entry-year {
   	border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 0 0;
}

#respond label { font-weight: 600; }
#commentform input,
#commentform textarea {
	color: #878787;
	height: 50px;
	font-size: 13px;
	text-transform: normal;
	margin-bottom: 0;
	border: 1px solid rgba(50,56,61,.1);
	border-bottom: 2px solid #32383D;

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

#commentform input:focus,
#commentform textarea:focus,
#commentform input:hover,
#commentform textarea:hover {
	border-bottom: 2px solid #00F6FF;
}

#commentform input:focus,
#commentform textarea:focus {
	border-top: 1px solid rgba(50,56,61,.3);
	border-left: 1px solid rgba(50,56,61,.3);
	border-right: 1px solid rgba(50,56,61,.3);
}

#commentform textarea {
	height: auto;
	padding: 20px;
	font-size: 14px;
}

#respond p label {
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

.logged-in-as,
.comment-notes,
#cancel-comment-reply-link {
	color: #878787;
	font-size: 14px;
}

#respond p label .required,
.comment-notes .required {
	color: #F05B4F;
}

#cancel-comment-reply-link {text-transform: none; }

.comment-form-author,
.comment-form-email {
	width: 49%;
	float: left;
}
.comment-form-author { margin-right: 2% !important; }

#respond input[type=submit] {
  	display: inline-block;
  	padding: 7px 15px;
    color: #32383D;
    font-size: 12px;    
    font-style: normal;
    height: 40px;
    text-transform: uppercase;
    border: 2px solid #32383D;
    background: #FFF;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
  
	-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;
}	

#respond input[type="submit"]:hover,
#respond input[type="submit"]:active
 {
  border: 2px solid #00F6FF;
  color: #00F6FF
}

#respond input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h3#reply-title {
	font-size: 22px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comment-awaiting-moderation {
	text-transform: uppercase;
	color: #00F6FF;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 4px solid #32383D;
}

h2.comments-title {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0;
	color: #BCBCBC;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

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

.comment-author .avatar {
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.comment-author .muted-small {
	float: left;
	line-height: 20px;
	padding: 10px 0 0;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.comment-author cite.fn {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

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

ol.comment-list li {
	list-style-type: none;
	position: relative;
}

ol.comment-list li .comment-body {
	margin-bottom: 30px;	
}

ol.comment-list li p {
	line-height: 28px;
}

ol.comment-list li ol.children {
	position: relative;
	padding-left: 30px;
}

.comment-author cite.fn {
	display: block;
	line-height: 20px;
}

.comment-author cite.fn a,
.comment-author cite.fn {
	font-weight: normal;
	font-size: 14px;
	padding: 10px 0 0;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}

.comment-author cite.fn a { padding-top: 0; }
.comment-author cite.fn { display: block; }

.comment-author .comment-time {
	padding-top: 5px;
	color: #acacac;
}
.says { 
	display: none;
}

.comment-meta {
	margin-bottom: 20px;
}

.reply i {
	font-size: 11px;
}

.reply {
	font-size: 13px;
	border: 1px solid #32383D;	
	font-weight: 600;
	float: right;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;	
}

.reply a.comment-reply-link {
	color: #32383D;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 15px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.reply:hover {
	border: 1px solid #00F6FF;
}

.reply:hover i { color: #00F6FF; }

.reply:hover a.comment-reply-link {
	color: #00F6FF;
} 

h3.comments-title { text-transform: uppercase; margin-bottom: 30px; }

.comment-meta a {
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
}

a.comment-meta-time {
	color: #878787 !important;
	font-size: 10px;
}
.comment-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.comment-content .edit-link {
	margin: 0;
}

#author-description span.entry-description {
	display: block;
	margin-bottom: 15px;
}

.more-author-posts a.author-site {
    color: #32383D;
    font-size: 12px;    
    padding: 7px 15px;
    border: 2px solid #32383D;
    text-transform: uppercase;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

.more-author-posts a.author-site:hover {
	color: #00F6FF;
	border: 2px solid #00F6FF;
}

.more-author-posts {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#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-block h3 {
	text-transform: uppercase;
	font-size: 20px;
}

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

#author-avatar img { 
    height: 79px;
    width: 79px;
    border: 2px solid #FFF;
}

#author-block {
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #32383D;
}

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

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

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

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

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

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

ul.entry-author-icons li a {
	color: #FFF;
	display: block;
	height: 100%;
	width: 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:hover { background: #00F6FF; }

.entry-share {
	display: block;
	float: right;
}

.page-not-found {
	text-align: center;
}

.page-links {	
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.page-links a,
.page-links a > span,
.page-links > span {
	color: #050505;
	padding: 5px;
}

.page-links a > span {
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}

.single-page-slider .slides li img {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.single-page-slider .slides li {
	max-height: 641px;
	overflow: hidden;
}
.single-bottom-widget {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

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

.single-post-category,
.single-post-category a {
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 26px !important;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.single-post-category { color: #666 !important; }

.entry-single-title {
	font-size: 60px;
	line-height: 72px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h3.ct-nav-title {
	color: #FFF;
	text-transform: uppercase;
}

/**
 * 13.9 Tags
 * -----------------------------------------------------------------------------
 */
.entry-tags {
	display: block;
	float: left;
	width: 50%;
}
.tags {
	display: block;
}

.tags a {	
   	border: 1px solid #D1D1D1;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.tags a:hover {
	background: #F05B4F;
	color: #FFF !important;
}

.entry-tags i {
    color: #D1D1D1;
    float: left;
    line-height: 26px;
    margin-right: 10px;
}

.entry-single-post .list-param {
	margin-bottom: 30px;
	margin-top: 15px;
}

.widget .tagcloud a[class|=tag-link],
.entry-single-post a[rel=tag],
.tagcloud a[class|=tag-link] {
	font-size: 12px !important;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #32383D;
	padding: 5px 15px;
	border: 1px solid #32383D;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	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 {
	border: 1px solid #00F6FF;
	color: #00F6FF
}

/**
 * 13.10 Single Navigation
 * -----------------------------------------------------------------------------
 */
.nav-links {
	display: block;
	text-align: center;
	margin: 0 auto;
	border-top: 2px solid #32383D;
	border-bottom: 2px solid #32383D;
	font-style: normal;
	margin-bottom: 30px;
} 

.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: #32383D;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
}

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

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

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

/**
 * 14.0 Sidebar
 * -----------------------------------------------------------------------------
 */
h3.widget-title,
h2.widgettitle,
h2.post-title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
}

h2.post-title a { color: #32383D; }

.sidebar .entry-block {
	border: 1px solid #DCDCDC;
	padding: 20px;
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget {
	margin-bottom: 30px;
}

.sidebar {
    background: #FFFFFF;
    text-align: left;
    padding: 30px;
    border: 1px solid #32383D;
    line-height: 22px;
    font-size: 16px;
}

.sidebar ul li {
	padding-bottom: 5px;
}
.sidebar p { line-height: 26px; }

.sidebar .widget:last-child { margin-bottom: 0 !important; }  

/**
 * 15.0 Widgets
 * -----------------------------------------------------------------------------
 */

/**
 * 15.1 Carousel Widget
 * -----------------------------------------------------------------------------
 */
#entry-carousel-widget {
	background: #252629;
	padding: 40px 0;
}

.carousel-thumb {
	position: relative;
	background: #000;

}

.carousel-thumb .post-format,
.carousel-thumb .bottom-triangle,
.carousel-thumb .entry-overscore {
	-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; 	
}

.carousel-thumb .popup-title {
	background: rgba(0,0,0,.8);
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 2px;
	display: block;
	width: 98%; 	
}

.carousel-thumb .popup-title h3.entry-title {
	margin-bottom: 5px;
	line-height: 16px;
}

.carousel-thumb .popup-title h3.entry-title a {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
}


/**
 * 15.2 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: 10px -15px 0 0;
}

[class^="ct-flickr-"] li img {
	height: 87px;
	width: 87px;
	display: block;
	border: 1px solid #32383D;
	padding: 5px;
}

[class^="ct-flickr-"] li:hover img {
	border: 1px solid #00F6FF;
}	

/**
 * 15.3 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: 10px -15px 0 0;
}

[class^="ct-instagram-"] li img {
	height: 87px;
	width: 87px;
	display: block;
	padding: 5px;
	border: 1px solid #32383D;
}

[class^="ct-instagram-"] li:hover img {
	border: 1px solid #00F6FF;
}

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

/**
 * 15.5 Calendar Widget
 * -----------------------------------------------------------------------------
 */
#wp-calendar {
	width: 100%;
}

#wp-calendar > caption {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;	
}

#wp-calendar > caption:after { clear: both }

thead tr th {
	color: #D1D1D1;
	font-size: 11px;
	text-align: center;
}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td#today {
	background-color: #339390;
	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;
}

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

/**
 * 15.7 Recent Posts Widget
 * -----------------------------------------------------------------------------
 */
.widget-content {
	padding-left: 100px;
}

.widget h3,
.widget h4,
.widget h5,
.widget h3 a,
.widget h4 a,
.widget h5 a {
	text-transform: uppercase !important;
}

.widget-content.no-left-padding {
	padding-left: 0;
}

ul.recent-posts-widget li {
	display: block;
  	padding: 10px 0;
  	text-transform: capitalize;
}

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

ul.recent-posts-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
ul.recent-posts-widget li .entry-date {
	display: block;
	line-height: 20px;
}

ul.recent-posts-widget li .entry-date a {
	color: #919293;
	text-transform: uppercase;
	font-size: 11px;
}
ul.recent-posts-widget li h5 {
	line-height: 18px;
	margin-bottom: 0px;
}

ul.recent-posts-widget li a {	
	font-size: 14px;
	text-transform: capitalize;
	color: #221E1F;
}

ul.recent-posts-widget li a:hover {
	color: #F05B4F;
}

.widget-post-small-thumb {
 	float: left;
 	margin-bottom: 0;
 	position: relative;
}

.widget-post-small-thumb .entry-overscore {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 10px;
	left: 5px;
	top: 5px;
	z-index: 10;
}

.widget-post-small-thumb a img {
    height: 87px;
    width: 87px;
    display: block;
    border: 1px solid #32383D;
    padding: 5px;
}

.widget-post-small-thumb a:hover img {
	border: 1px solid #00F6FF;
}

.widget .list-meta {
	display: block;
	line-height: 16px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 11px;
}

.widget .list-meta a {
	font-size: 11px;
	color: #919293 !important
}

.widget .entry-views i {
	font-size: 12px
}

.widget .voted .like,
.widget .post-like .alreadyvoted,
.widget .post-like a:hover .like {
	font-size: 11px;
}

.widget .date-widget,
.widget .entry-comments {
	float: none;
	margin-bottom: 5px;
	line-height: 16px;
}

.widget .date-widget a,
.widget .entry-comments a,
.widget .entry-comments {
	color: #878787;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;	
}

.widget .date-widget a i {
	margin-right: 5px;
}

.widget_recent_entries .post-date {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	color: #878787;
	line-height: 14px;
}

.widget_recent_entries ul li {
	margin-bottom: 5px;
}

.recent-posts-widget .widget-post-small-thumb .entry-overscore,
.recent-posts-widget .widget-post-small-thumb .post-format {
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	padding: 0;
	line-height: 34px;
}

/**
 * 15.8 Recent Comments Widget
 * -----------------------------------------------------------------------------
 */
.ct-comments-widget ul {
	list-style-position: inside;
	list-style-type: none;
}

.ct-comments-widget li {
	padding: 10px 0;
}

.ct-comments-widget li:first-child {
	padding-top: 5px;
}

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

.ct-comments-widget li img {
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.ct-comments-widget li .author-name h4 {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.ct-comments-widget li .comment-time {
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-transform: uppercase;
}

.author-page .author-description {
	color: #FFF;
}

/**
 * 15.9 WP Standard Widgets
 * -----------------------------------------------------------------------------
 */
.widget_archive ul li {
	padding-left: 25px;
}

.widget_archive ul li,
.widget_meta ul li,
.widget_categories li,
.widget_recent_comments li,
.widget_pages li,
.widget_nav_menu li,
.widget_recent_entries li {
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.widget_nav_menu li {
	padding: 1px 0;
}

.widget_nav_menu li:first-child {
	padding-top: 0
}

.widget_nav_menu li ul.sub-menu {
	margin-left: 15px;
}

.widget_nav_menu li ul.sub-menu li:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.widget_pages li,
.widget_archive li {
	padding:  0 0 0 25px;
}

.widget_categories li {
	padding: 0 0 0 15px;
}

.widget_archive li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	content: '\f133';
	font-family: 'FontAwesome';
}

.widget_pages li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	content: '\f016';
	font-family: 'FontAwesome';
}

.widget_categories li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: 'FontAwesome';
}

/**
 * 16.0 Author Page
 * -----------------------------------------------------------------------------
 */
#author-info {
	color: #d1d2d3;
}

#author-info strong {
	text-transform: uppercase;
	color: #FFF;
	margin-right: 10px;
}

#author-info #author-description .entry-author-icons {
	margin-top: 30px;
}

#author-info #author-description .entry-author-icons li {
	display: block;
	width: 50px;
	height:50px;
	line-height: 50px;
	margin-right: 10px;
	background: #FFF !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#author-info #author-description .entry-author-icons li a {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #32383D;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#author-info #author-description .entry-author-icons li a i {
	font-size: 18px;
}

#author-info #author-description .entry-author-icons li a.ct-twitter:hover { background: #00ACED; }
#author-info #author-description .entry-author-icons li a.ct-facebook:hover { background: #3B5998; }
#author-info #author-description .entry-author-icons li a.ct-github:hover { background: #f4cab1; }
#author-info #author-description .entry-author-icons li a.ct-linkedin:hover { background: #0274b3; }
#author-info #author-description .entry-author-icons li a.ct-pinterest:hover { background: #cc2127; }
#author-info #author-description .entry-author-icons li a.ct-googleplus:hover { background: #D64431; }

#author-info #author-description .entry-author-icons li a:hover {	
	color: #FFF;
}

#author-description span {
	display: block;
	margin: 5px 0;
}
#author-description span a:hover { color: #FFF; }

/**
 * 17.0 Not Found Page (404)
 * -----------------------------------------------------------------------------
 */
#post-0 {
	text-align: left;
	color: #32383D;
}

#post-0 .left-side i {
	font-size: 42px;
	font-weight: bold;
}
#post-0 .right-side {
	border-left: 4px solid #32383D;
}
#post-0 p {
	font-size: 38px;
	line-height: 48px;
}

#post-0 .block-title h3 {
	color: #32383D;
	text-transform: uppercase;
}

#post-0 .error-text {
	font-size: 18px;
}

#post-0 ul.archives {
	list-style-type: none;
	padding-left: 0;
}

#post-0 ul.archives li {
	list-style-position: outside;
	padding: 5px 0;
}

#post-0 #searchform {
	width: 50%;
	display: block;
}
#post-0 input#s[type="text"] {
	color: #363636;
	padding: 10px 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border: 1px solid #32383D;
}
#post-0 .entry-header {
	padding: 0;
}

#post-0 .entry-content {
	color: #363636;
}

#post-0 ul {
	padding-left: 0;
	list-style-position: inside;
	margin-bottom: 30px;
}

/**
 * 18.0 Theme Pages
 * -----------------------------------------------------------------------------
 */
.site-content { color: #32383D; }

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

.no-page-wrapper { background: #FFF; }

.page #archive-header { border-bottom: 4px solid #FFF; }

.page-wrapper .entry-content { color: #32383D; }

.form-submit { margin-bottom: 15px; }

.post-edit-link, .edit-link a, .edit-link i {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.edit-link i { padding-right: 3px; font-size: 14px; font-weight: normal; }

/**
 * 19.0 Social Icons
 * -----------------------------------------------------------------------------
 */
#entry-social {
	display: block;
	width: 100%;
	background: #282d31;
	padding: 30px 0;
	text-align: center;
	border-top: 4px solid #FFF;
}

#entry-social .right-side { 
	min-height: 162px;
	border-left: 4px solid #FFF;
	padding: 45px 0 45px 45px;
}

#entry-social .left-side i {
	font-size: 42px;
	color: #FFF;
	font-weight: bold;
}

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

.entry-social-list li {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	line-height: 75px;
	list-style-type: none;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

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

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

.entry-social-list li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold; 
}

.entry-social-list li.android-icon { background: #a4c639; }
.entry-social-list li.facebook-icon { background: #3b5998; }
.entry-social-list li.youtube-icon { background: #cd332d; }
.entry-social-list li.twitter-icon { background: #00aced; }
.entry-social-list li.apple-icon { background: #f5f5f5; }
.entry-social-list li.apple-icon a {color: #515253;}

.entry-social-list li.dribbble-icon { background: #ea4c89; }
.entry-social-list li.github-icon { background: #f4cab1; }
.entry-social-list li.flickr-icon { background: #0063dc; }
.entry-social-list li.instagram-icon { background: #4f7ca1; }
.entry-social-list li.skype-icon { background: #00aff0; }
.entry-social-list li.pinterest-icon { background: #cc2127; }
.entry-social-list li.googleplus-icon { background: #d64431; }
.entry-social-list li.rss-icon { background: #f36f24; }
.entry-social-list li.linkedin-icon { background: #0274b3; }

.entry-social-list li.android-icon:hover,
.entry-social-list li.facebook-icon:hover,
.entry-social-list li.youtube-icon:hover,
.entry-social-list li.twitter-icon:hover,
.entry-social-list li.dribbble-icon:hover,
.entry-social-list li.github-icon:hover,
.entry-social-list li.flickr-icon:hover,
.entry-social-list li.instagram-icon:hover,
.entry-social-list li.skype-icon:hover,
.entry-social-list li.pinterest-icon:hover,
.entry-social-list li.googleplus-icon:hover,
.entry-social-list li.rss-icon:hover,
.entry-social-list li.linkedin-icon:hover { 
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/**
 * 20.0 Footer
 * -----------------------------------------------------------------------------
 */
#mainfooter	{
	background: #252629;
	color: #FFF;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	border-top: 4px solid #FFF; 
}

#mainfooter a {
	color: #5C5D62;
}

#mainfooter a:hover {
	color: #FFF;
}

#mainfooter .copyright {
	display: block;
}

/**
 * 21.0 Video and Audio Responsive
 * -----------------------------------------------------------------------------
 */
iframe {
	width: 100%;
}

/* Video post format */
.format-video .entry-thumb,
.embed-youtube,
.entry-thumb {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}

.format-video .entry-thumb iframe,
.embed-youtube iframe,
.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;
}

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

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.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s 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);		
}

a img.alignright {
	float:right;
	margin: 5px 0 15px 15px;
}

a img.alignnone {
	margin: 15px 15px 15px 0;
}

a img.alignleft {
	float:left;
	margin: 5px 15px 15px 0;
}

a img.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #32383D;
	max-width: 96%; /* 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;
	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 5px;
}

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 {
	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: 15px;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/**
 * 23.0 Bootstrap Override
 * -----------------------------------------------------------------------------
 */
.container { margin-left: 0; margin-right: 0; } /* for Content */ 

dd { margin-bottom: 15px; }

ins { background: none !important; }

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

ul, ol {
	margin-bottom: 15px;
}
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: #878787;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 10px 12px;
    width: 100%;
    text-transform: normal;
}
table { margin-bottom: 30px; border: 2px solid #32383D; }
table thead,
table tbody { border: 1px solid #32383D; text-transform: uppercase; font-size: 14px; }
thead tr th,
table tbody tr th,
table tbody tr td { border-right: 1px solid #32383D; padding: 10px; }
table tbody tr { border-bottom: 1px solid #32383D; }
table thead { border-bottom: 2px solid #32383D;}
table thead tr th {
	font-size: 14px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	color: #32383D;
	letter-spacing: 1px;
	font-weight: normal;
}

table tbody tr th { text-align: center; }

.post-password-form input[type="password"] {
	border: 1px solid #32383D;
	text-transform: uppercase;
}
.post-password-form label {
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	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-family: 'Oswald','Open Sans',Helvetica,Arial,sans-serif;
    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;
}

.post-password-form input[type="submit"]:hover {
	border: 2px solid #00F6FF;
	color: #00F6FF;
}

.gallery-item img {
	padding: 5px;
	border: 1px solid #32383D !important;
	margin-bottom: 10px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	color: #32383D;
	font-family: 'Oswald','Open Sans',Helvetica,Arial,sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	font-style: normal;
}
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; }


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

/**
 * 25.0 Super-fish Menu
 * -----------------------------------------------------------------------------
 */
.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: #00F6FF;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 100%;
	padding: 30px 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.navigation-block { position: relative; }
.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-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	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; }

ul.sub-menu {
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    2px 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow:         2px 2px 7px rgba(0, 0, 0, 0.5);
}

.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 > a,
.current-page-item > a,
.current-menu-item > a
.current-page-item > a {
	color: #00f6ff !important;
}

.sf-menu {
	float: left;
	display: none;
	padding: 15px 0;
}

.sf-menu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #32383D transparent;
	position: absolute;
	top: -10px;
	left: 30px;
}
.sf-menu ul {
	min-width: 10em; /* allow long menu items to determine submenu width */
	*width: 10em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 99999;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
}

.sf-menu ul li:last-child { border-bottom: none; }

.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu a {
	color: #32383d;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	padding: 0 15px;
	letter-spacing: 1px;
}
.sf-menu a:hover {
	color: #00f6ff;
}

.sf-menu ul { border-top: 2px solid #32383D; }
.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 #32383D;
	background: #FFF;
}

.sf-menu ul ul li {
	border-bottom: 2px solid #313233;
}

.sf-menu ul ul li:first-child {
	border-top: 2px solid #313233;
}

.sf-menu ul li a, .sf-menu ul ul li a {
	padding: 10px 15px;
	font-size: 12px;
	color: #32383D;
}

.sf-menu ul li a:hover, .sf-menu ul ul li a:hover {
	background-color: #32383d;
}
.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;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.2em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 52%;
	right: 16px;
	margin-top: 0px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 4px solid transparent;
	border-top-color: #32383d; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #000; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -4px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #000; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(0,0,0,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: 000;
}

/**
 * 26.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: #1E1F22; }

.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: 40px;
	width: 40px;
	color: #FFF;
	border: 2px solid #FFF;
	line-height: 34px;
	text-align: center;
	font-style: normal;
} 

.flex-direction-nav .flex-prev {
	line-height: 34px;
	left: 0;
}

.flex-direction-nav .flex-prev:after {
	content: "\f053";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: 36%;
	top: 2px;
	font-size: 12px;
}

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

.flex-direction-nav .flex-next:after {
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: 40%;
	font-size: 12px;
	top: 2px;
}

.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: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); 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;}
}

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

/**
 * 28.0 Contact Form
 * -----------------------------------------------------------------------------
 */
.contact-form iframe {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

div.wpcf7-mail-sent-ok {
    background: #00F6FF;
    border: none;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald','Open Sans',Helvetica,Arial,sans-serif;
}

input[type=submit].wpcf7-submit {
    border: 2px solid #32383D;
    background: #FFF;
    color: #32383D;
    display: inline-block;
    font-family: 'Oswald','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 40px;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;

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

input[type=submit].wpcf7-submit:hover {
	border: 2px solid #00F6FF;
	color: #00F6FF;
}

div.wpcf7 {
	margin-top: 15px;
	margin-bottom: 45px;
}
.wpcf7-form p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;    
    text-align: left;
}

.wpcf7-form-control,
.wpcf7-form-control .wpcf7-text {
	border: 1px solid rgba(50,56,61,.1);
	border-bottom: 2px solid #32383D;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0 !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 

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

.wpcf7-form-control-wrap textarea {
	padding: 10px;
}

.wpcf7-form-control:hover,
.wpcf7-form-control:focus
{
	border: 1px solid rgba(50,56,61,.3);
	border-bottom: 2px solid #00F6FF;
}

#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 {
    border: 1px solid #32383D;
    display: block;
    line-height: 0;
    padding: 5px;
}

/**
 * 29.0 Visual Composer
 * -----------------------------------------------------------------------------
 */
/*.vc_separator.vc_sep_color_grey .vc_sep_line { border-color: #32383D !important; } */
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
	border: 1px solid #32383D !important;
    color: #32383D;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif; 
    font-size: 14px;
    margin-bottom: 15px !important;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
	border: 1px solid #00F6FF;
	color: #00F6FF;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
	color: #32383D;
	text-transform: uppercase;
	font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 20px !important;
}

.wpb_content_element .wpb_tabs_nav li {
	border: 1px solid #32383D;
	margin-bottom: -1px !important;

}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: none !important;
	border: 1px solid #32383D;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
	background: #00F6FF;

}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element .wpb_tabs_nav li:hover a {
	color: #FFF;
	background: #00F6FF	
}

.wpb_content_element .wpb_tabs_nav li { background: none !important; }

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

/**
 * 31.0 Browser Styles
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() { 
	.sf-arrows .sf-with-ul:after {
		top: 52%;
	}

	.ct-totop { line-height: 42px; }

}

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