﻿/*
Theme Name: Pravda - Retina Responsive WordPress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: Pravda is Responsive, Retina Ready, WordPress theme Pravda for your Blog.
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.12
Tags: light, white, flexible-width, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
*/



/* for HTML5 blocks */
header, footer, aside, nav, article, section { display: block; }  

a {
	outline: none !important
}
::selection , ::-moz-selection {
	background-color: #333 !important;
	color: #FFF !important;
}
/* 
   ------------------------------------------------------
							Body
   ------------------------------------------------------
*/
body, .body-class {
	color: #363636;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.muted-small,
.meta-time.muted-small {color: #9D9D9D; font-size: 11px; font-weight: normal; }
.italic { font-style:italic; }
.bold { font-weight: bold; }
.colored { color:#c2374c; }

/* Colors */
.aqua { color: #00FFFF; }
.aquamarine { color: #7FFFD4; }
.blue { color: #0000FF; }
.blueviolet { color: #8A2BE2; }
.brown { color: #A52A2A; }
.brown-tf { color: #69472a; }
.cornflowerblue { color: #6495ED }
.crimson { color: #DC143C }
.darkblue { color: #00008B }
.darkgreen  { color: #006400 }
.darkmagenta { color: #8B008B }
.darkorange { color: #FF8C00 }
.darkorchid  { color: #9932CC }
.deepskyblue { color: #00BFFF }
.dodgerblue { color: #1E90FF }
.forestgreen  { color: #228B22 }
.gold { color: #FFD700 }
.hotpink { color: #FF69B4 }
.olivedrab { color: #6B8E23 }
.red { color: #FF0000 }


iframe { border: none; }

/* Border Top 1px */
.bt-1px { border-top: 1px solid #E3E4E4; }
.bt-5px { border-top: 5px solid #000; }
.border-1px { border: 1px solid #A5A5A5; }

/* Border Bottom 1px */
.bb-1px { border-bottom: 1px solid #E3E4E4; }

/* Border Bottom Shadow 1px */
.bb-shadow-5px {
	border-bottom: 1px solid #E3E4E4;
	-moz-box-shadow: 0px 5px 0px 0px #f1f2f2;
	-webkit-box-shadow: 0px 5px 0px 0px #f1f2f2;
	box-shadow: 0px 5px 0px 0px #f1f2f2;
}

.box-shadow-2px {
	-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);
}

/* Border Top + Pading Top */
.bt-pt15-1px { border-top: 1px solid #EBECED; padding-top: 15px;}
.bt-pt5-1px { border-top: 1px solid #EBECED; padding-top: 5px;}

.clear { clear: both; }

#content {
	margin-top: 35px;
}

.post.format-standard,
.post.format-audio,
.post.format-gallery,
.post.format-image,
#footer {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.archive #content { margin-top: 15px; }
.archive-header, .not-found { background: #FFF; margin-bottom: 20px; }
.archive-meta p { margin-bottom: 0; }
.category-ads .widget { box-shadow: none; -webkit-box-shadow: none;	-moz-box-shadow: none; }
.archive .no-results, .not-found { background: #FFF; margin-bottom: 35px; }
.no-results .entry-title { padding-bottom: 0; }
h1.archive-title { font-size: 28px; }
.archive #author-avatar { padding-top: 0; padding-left: 0; }
.archive #author-info { padding: 0; margin: 0; }

/* 
   ------------------------------------------------------
						Custom Background
   ------------------------------------------------------
*/
#bg-stretch { position: fixed;top: 0;left: 0; height:inherit; width:inherit; max-width:inherit; min-width: 100%;min-height: 100%;z-index: -1;}
.bg-width { width: 100%; }
.bg-height { height: 100%; }


/* 
   -----------------------------------------------------
							Header
   -----------------------------------------------------
*/
#header { background: #2b2e30; }
.top-block { padding: 50px 0; }
.banner { float: right; vertical-align:middle; }
.banner img { max-width: 100%; }

/* 
   ------------------------------------------------------
							Logo
   ------------------------------------------------------
*/
#logo { margin:0 auto; padding: 0; }
#logo h1 { margin-bottom:0;line-height: 0; }
#logo h1 a { color:#4D4D4D; }
#logo a:hover { border: 0;}
.logo-slogan { }

/* 
   ------------------------------------------------------
							Logo
   ------------------------------------------------------
*/
.welcome-block { margin: 35px 0 0 0; position: relative; }
.welcome-text { max-width: 1170px; background: #1e2021; text-align: center; padding: 50px 190px; }
.welcome-text h1, .welcome-text h2, .welcome-text h3, .welcome-text h4 { color: #FFF; margin-bottom: 0; font-weight: normal; }
.welcome-text a { color: #435F6D; }
.welcome-strip { background: #2b2e2f; height: 100px; position: absolute; top: 40px; display: block; left: 0; width: 100%; z-index: -1; }

/* 
   -------------------------------------------------------
						Typography
   -------------------------------------------------------
*/
h1,h2,h3,h4,h5,h6 { 
	color: #363636;
	margin-top: 0;
	margin-bottom:15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;
}

a:hover { border-bottom: 1px solid #c2374c; color: #c2374c; }

a img {
	line-height:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;		
}

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 }


/* 
   ------------------------------------------------------
							Margins
   ------------------------------------------------------
*/

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

/* paddings */
.padding-20 { padding:20px; }


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


/*
   ------------------------------------------------------
				SUPERFISH MENU
   ------------------------------------------------------
*/

#mainmenu-block-bg, #bottommenu-block-bg { background:#FBFBFB; }
#mainmenu-block-bg {
	z-index:10; 
	width: 100%; 
	border-top: 4px solid #a3a6a8; 
	border-bottom: 4px solid #a3a6a8; 
	max-height: 48px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

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

.bottom-menu { 	display: inline-block; height: auto; background: #FFF; position: relative; }
.sf-menu.add-nav li { margin-right: 0px; border: none; padding: 15px 15px; border-right: 1px solid #EBEBEB; }
.sf-menu.add-nav li a { text-transform:uppercase; font-size:13px;}
.sf-menu.add-nav li a:hover { color: #c2374c;  }
.sf-menu.add-nav li:last-child::after { content: none; }

.ct-dropdown-menu {
	margin-top: 20px;
	text-transform: uppercase;
	background: #FFF;
	border: 0 !important;
	border-top: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;	
	margin-bottom: -25px;
	margin-left: 20px;
}

.sf-menu li { margin-right: 0px; border: none; padding: 15px 20px; }
.sf-menu li:last-child { margin-right: 0; }
/*.sf-menu .sub-menu li { padding: 0; }*/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:9499;
	text-shadow: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li ul li:first-child {
	border-top: none;
}	

.sf-menu li:hover {
	visibility:	inherit; 
}

.sf-menu > li {
	float: left;
	position: relative;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu a:hover { border: transparent; color: #c2374c !important; }

.sf-menu a {
	text-decoration:none;
	text-transform:uppercase;
	font-size: 16px;	
	display: block;
	position: relative;
}

.sf-menu > li > a { display: inline-block; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 5px;
	top: 43px; 
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 11.3em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; 
	top: 0;
}

.sf-menu li [class^="icon-"] { text-align: left; }
.sf-menu li [class^="icon-"]:before { float: left; padding-top: 3px; padding-right: 5px; }
.sf-menu a { font-family: "Open Sans", Helvetica, Arial, sans-serif;}
.sf-menu a, .sf-menu a:visited  { color: #080808; }
.sf-sub-indicator { position: absolute; }

a > .sf-sub-indicator {  
	bottom: -1px;
	right: -18px;
}

.menu-main-nav-container ul:first-child > [class^="icon-"] { line-height: inherit; font-size: 17px; }
.menu-main-nav-container ul:first-child > [class^="icon-"] a { padding-left: 4px; }

#menu-main-nav ul > [class^="icon-"] { font-size: 13px; }
/*#menu-main-nav ul > [class^="icon-"] a { padding-left: 5px; }*/

ul.sub-menu, ul.sub-menu ul.sub-menu { z-index: 9999 }
ul.sub-menu ul.sub-menu { margin-left: 95px; margin-top: 0px; }

.sf-menu ul .sf-sub-indicator { top: 13px; right: 10px; }

.sf-menu > li > ul, .sf-menu ul li ul {
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
}
.sf-menu ul li { position:relative; border-bottom: 1px dotted #ddd; padding: 10px; }
.sf-menu ul li:last-child { border-bottom: none; }
.sf-menu li li a { font-size:13px; text-transform:none; font-weight: normal; position: initial; }
.sf-menu ul > li:hover { background:#EBEBEB; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left: 18px;top: 48px}

.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') right top no-repeat #363636;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #E3E4E4;
	text-transform:uppercase;
	font: 14px/16px Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #E2E2E2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 35px;
}
.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);
}

/*
   ------------------------------------------------------
						BLOG
   ------------------------------------------------------
*/
h1.entry-title { margin-bottom: 0; }
.entry-title a:hover { border: 0; }

#blog-entry {
	margin-right: -35px;
/*	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);*/
}

#blog-entry .col1 { width: 218px; }
#blog-entry .col2 { width: 456px; }
#blog-entry .col3 { width: 694px; }

h1.entry-title,
.entry-content { padding: 20px; }

h1.entry-title { padding-right: 70px; }

h1.entry-title { font-size: 24px; font-weight: normal; line-height: 26px; text-transform: uppercase;}
h1.entry-title a { color: #363636; }
#blog-entry .entry-content { font-size: 16px; }

.entry-format { text-align: center; color: #929292; font-size: 18px; height: 46px; width: 46px; position: absolute; right: 10px; background: url(img/sprites.png) 0 0 no-repeat; top: 10px; border: 1px solid transparent; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
.entry-format.border {border-color: rgba(0, 0, 0,0.2); -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
.entry-format i { position: relative; line-height: 47px; }

.entry-meta { padding: 10px 20px; color: #FFF; font-size: 11px; background: #000 url(img/pattern01.png) left top; }
.entry-meta span:last-child { margin-left:0; }
.entry-extra { padding: 20px; padding-top: 0; color: #FFF; font-size: 11px; position: relative; }
.entry-meta a,
.entry-extra a { color: #FFF; }

.entry-share { position: relative; float: right; cursor: pointer; }
.entry-share:hover .icon-plus { color: #363636; }
.entry-share i { padding-left: 5px; }
.entry-share .icon-facebook { padding-left: 8px; }
.entry-share .ct-fb, .entry-share .ct-twitter, .entry-share .ct-gplus, .entry-share .ct-pinterest { width: 22px; height: 22px; line-height: 25px; background: #fff; display: block; float: left; }
.entry-share .ct-fb { background: #3b5998; }
.entry-share .ct-twitter { background: #00aced; }
.entry-share .ct-gplus { background: #d64431; }
.entry-share .ct-pinterest { background: #cc2127; }
.entry-share-icons { position: absolute; bottom: -20px; bottom: -20px; right:-105px; width: 90px;}
.entry-share-icons i { font-size: 14px !important; line-height: 14px; padding-right: 0px !important; padding-left: 4px; }
.entry-share-icons a:hover { border: 0; color:#FFF; }
.entry-share-icons {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.entry-share:hover .entry-share-icons { right:-10px; opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }

.entry-meta [class^="icon-"],
.entry-meta [class*=" icon-"],
.entry-extra [class^="icon-"],
.entry-extra [class*=" icon-"] { font-size: 14px; padding-right: 3px; }

.entry-meta [class^="meta-"] { float: right; margin-left: 20px; line-height: 48px; }
.entry-meta .icon-eye-open { font-size: 15.5px; }
.entry-date { float: left; font-size: 18px; text-transform: uppercase; text-align: center; margin-right: 20px; }
.date-month { display: block;}
.meta-category a:hover,
.meta-author a:hover,
.meta-tags a:hover { border-bottom: 1px solid #FFF; }

.meta-tags { text-transform: capitalize; }

.comments-link { float: left; }
.comments-link.white a:hover { border-bottom: 1px solid #FFF; }
.comments-link.dark a:hover { border-bottom: 1px solid #363636; }
.comments-link.white a { color: #FFF; }
.comments-link.dark a { color: #363636; }

.post-block {
	background: #FFF;
	width: 277px; /* 4 columns */
	margin-right: 35px;
	margin-bottom: 35px;
	padding: 0px;
	/*float: left;*/
	position: relative;
	display: block;
	overflow: hidden;
	-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);
}
.centered {	margin: 0 auto; }
.post-block .entry-thumb 	   { position: relative; display: block; line-height: 0  }
.post-block .entry-thumb img { display: block }
.post-block .entry-thumb img:hover { opacity: 0.7;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }


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

/* Audio post format */
.format-audio .entry-thumb iframe { min-height: 160px; width: 100%; }

.no-top-padding .entry-content { padding-top: 0; }


/*
   ------------------------------------------------------
					SINGLE POST
   ------------------------------------------------------
*/
.single-post .post-block { width: 100%; margin-right: 0; }
.widget-area { margin-top: 35px; }
.widget-area .widget:last-child { margin-bottom: 35px; }
.home .widget-area,
.archive .widget-area { margin-top: 0; }
.single .entry-thumb img:hover { opacity: inherit; }
.post-edit-link { color: #363636; font-size: 11px; }
.post-edit-link:hover { color: #363636; border-bottom-color: #363636; } 
.edit-link .icon-pencil { padding-right: 5px; font-size: 11px; width: auto; }
.post .edit-link { display: block; margin-bottom: 10px; padding: 0 20px; margin-top: 0; }
.nav-block { background: #FFF; margin-bottom: 20px; }
.comments-block { background: #FFF; margin-bottom: 35px; }

#author-avatar { float: left; padding: 20px 15px 20px 20px; }
#author-block {
	background: #FFF;
	margin-bottom: 20px;
}

#author-info {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.add-author-info { margin-bottom: 0; font-size: 20px; }
.add-author-info a { margin-right: 5px; }
.add-author-info a:hover { border: 0; }
.add-author-info .icon-facebook-sign { color: #3b5998; }
.add-author-info .icon-twitter-sign { color: #00aced; }
.add-author-info .icon-google-plus-sign { color: #d64431; }


/*
   ------------------------------------------------------
					REVIEW
   ------------------------------------------------------
*/
.review-block {
	display: block;
	background: #f7f8f9;
	min-width: 220px;
	border: 1px solid #DDD;
	border-bottom: none;
	width: 40%;
	margin: 20px;
	float: right;
}

.overall_score { font-size: 17.5px;	font-weight: bold; }

.overall_score > .score_name {
	line-height: 55px;
	padding-left: 10px;
}
.overall_score > .score_value {
	font-size: 30px;
	background-color: #ececec;
	padding: 15px 10px;
	float: right;
	margin-left: 15px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	min-width: 43px;
	text-align: center;
}

ul.score-list, ul.score-list li { list-style-type: none; }
ul.score-list li { font-size: 14px;	font-weight: bold;	padding: 10px 10px;	border-bottom: 1px solid #DDD; }
ul.score-list li:first-child { border-top: 1px solid #DDD; padding-top: 10px; }
ul.score-list li.summary-review { color: #FFF; font-size: 11px; font-weight: normal; }
.criteria_name { float: left; margin-right: 15px; }
.rating-stars {	float: right; margin-top: 2px; }
ul.score-list, ul.score-list li { list-style-type: none; margin: 0; }
ul.score-list { margin-top: -1px; background-color: #fff; }


/*
   ------------------------------------------------------
					INFINITE SCROLL
   ------------------------------------------------------
*/
#infscr-loading {
	position: absolute;
	left: 40.5%;
	bottom: 10px;
	display: block;
	text-align: center;
/*	background: #000;
	background: rgba(0, 0, 0, 0.8);*/
}

#infscr-loading > img {
	padding: 10px;
	margin-bottom: 5px;
	background: #FFF;
	-moz-border-radius: 96px; -webkit-border-radius: 96px; border-radius: 96px;
	border: 1px solid #000;
/*	opacity: .9
*/	
}
#infscr-loading > div {
	padding: 5px 10px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
}

/*
   ------------------------------------------------------
						COMMENTS
   ------------------------------------------------------
*/
#reply-title, .comments-title, .author-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	background: #FBFBFB;
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
	padding: 10px 20px;
	margin-bottom: 0;
}

#commentform { padding: 0 20px; margin-top: 20px; }
.logged-in-as, .comment-notes,
#cancel-comment-reply-link { font-size: 11px; }
#cancel-comment-reply-link {text-transform: none; }

#comment { width: 98%; }
#comments .form-allowed-tags { display: none; }
.commentlist { margin: 0; padding: 20px; list-style-type: none; }
.commentlist .children { list-style-type: none; }
.comment-avatar { float: left; margin-right: 15px; }
.comment-meta-time { }
.comment-meta { margin-bottom: 10px; }
.comment-meta .fn { display: block; font-weight: bold; }
.reply { font-size: 11px; float: right; }
article.comment { margin-bottom: 15px; border-bottom: 1px dotted rgba(204, 204, 204, 0.38); }
.comments-block .pagination {
	padding: 0 20px;
	background: #FBFBFB;
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
	margin-bottom: 20px;
}
#comments .edit-link { float: left; margin-bottom: 0; font-size: 11px; }


#respond input[type=submit] {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
/*  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
		  
}	

#respond input[type="submit"]:hover,
#respond input[type="submit"]:active
 {
  color: #333333;
  background-color: #e6e6e6;

}

#respond input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

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



/*
   ------------------------------------------------------
						WordPress Core
   ------------------------------------------------------
*/

.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { } 

/* From Twentytwelve */
.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;
}
/* End From Twentytwelve */

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 {
	height: 1px;
	background-color: #e9eef4;
	margin: 10px 0;
	width: 100%;
}

.divider-5px, .divider-10px, .divider-15px, .divider-20px {
	background: url(images/vert-bg.png) left 2px repeat-x;
	height: 5px;
	width: 100%	
}

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.divider-1px-dashed {
	height: 1px;
	width: 100%;	
	border-bottom: 1px dashed #e9eef4
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}

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

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

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

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


.highlight { 
	padding: 0; 
	color:#edeae2; 
	background-color: #2a2a2a; 
}
.highlight.pink 	{ background:#bd1e7b; }
.highlight.green 	{ background:#668508; }
.highlight.red 		{ background:#ef2d2d; }
.highlight.orange 	{ background:#ff6600; }
.highlight.blue 	{ background:#308aef; }
.highlight.yellow 	{ background:#cb7a0b; }
.highlight.custom 	{ background:#921529; }

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



/*
   ------------------------------------------------------
		Tag Cloud Widget and Tags
   ------------------------------------------------------
*/
.widget .tagcloud a[class|=tag-link],
.tagcloud a[class|=tag-link],
#entry-post a[rel=tag] {
	font-size: 10px !important;
	padding: 3px 5px 3px;
	line-height: 14px;
	color: #363636;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-transition: background-color 0.2s linear;
	text-transform: uppercase;
	border: 1px solid #EBEBEB;
}

#entry-post a[rel=tag] {  }

.widget .tagcloud a[class|=tag-link]:hover,
#entry-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover { background-color:#c2374c; color: #FFF; }

.widget .tagcloud { margin-right: -5px; margin-top: -5px; }


/*
   ------------------------------------------------------
					Copyrights
   ------------------------------------------------------	
*/
#footer { position: relative; background: #2B2E30; border-top: 4px solid #a3a6a8; }
#footer .container { padding: 35px 0; }
.copyright-info, .add-info { color:#FFF; font-size: 11px; }
.add-info { float: right; }
.copyright p, .add-info p { margin-bottom:0;}


/*
   ------------------------------------------------------
					Blog pagination
   ------------------------------------------------------	
*/
.pagination { position:relative; font-size:12px; margin: 0; }
.page .pagination { margin-top: 30px; }
.container-pagination {
	background: #FBFBFB;
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
}

#entry-comments .pagination { margin-top: 15px; margin-bottom: 30px; }
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin-right: 2px;
	padding:6px 9px 6px 9px;
	text-decoration:none;
	width:auto;
	color:#363636;
}

.pagination a {	background: #EBEBEB; }
.pagination a:hover { color:#fff !important; background: #c2374c; border: none; }
.pagination .current { padding:6px 9px 6px 9px; background: #c2374c; color:#fff; }
.blog-navigation { text-align:center; }

.page-desc { color: #9D9D9D;font-style: italic; margin-bottom:20px; }
.page .edit-link {
	display: block;
	padding: 0 20px;
	padding-bottom: 20px;
}

.page h1.entry-title { 
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
	padding: 10px 20px;
}
.entry-page { background: #FFF; }
.entry-page-content { padding: 20px; }
.page #content { margin-bottom: 35px; }
.entry-page .info_fieldset { padding: 20px; padding-top: 0; }
.google-map iframe { width: 100%; }
.page #comments { padding-bottom: 20px; }

.page #commentform,
.page #commentform p { margin-bottom: 0; }



.demo-class { color: #ccc }
.demo-class strong { color: #fff }

.nav-previous {	float: left; width: 50%; }
.nav-next {	float: right; text-align: right; width: 50%; }
.nav-single .widget-devider { margin-bottom: 15px; margin-top: 30px;}
.nav-single-hidden { display: none; }

.home .container-pagination { margin-top: 15px; }

/* 
   ------------------------------------------------------
				Popular & Recent Posts Widget
   ------------------------------------------------------
*/
.sb4 { margin-bottom: 35px; }

.recent-posts-widget .post-title a,
.popular-posts-widget .post-title a,
.small-slider .entry-title a { color:#363636; }

.recent-posts-widget .post-title a:hover,
.popular-posts-widget .post-title a:hover,
.small-slider .entry-title a:hover { color:#c2374c; }

.popular-posts-widget,
.recent-posts-widget,
.recent-comments-widget {  list-style:none; margin-left:0; margin-bottom: 0; }

.popular-posts-widget li,
.recent-posts-widget li,
.recent-comments-widget li { border-bottom: 1px solid #EBEBEB; margin-bottom: 15px; }

 .recent-comments-widget li:last-child,
 .recent-posts-widget li:last-child,
 .popular-posts-widget li:last-child  { margin-bottom: 0; }

.popular-posts-widget h5,
.recent-posts-widget h5,
.comment-text { margin-bottom: 5px; }

.popular-posts-widget h5,
.recent-posts-widget h5,
.small-slider .entry-title { font-family: inherit; }

.small-slider .entry-title { margin-top: 15px; margin-bottom: 5px; }

.meta [class^="icon-"],
.meta [class*=" icon-"] { font-size: 14px; }

.meta { color: #929292; font-size: 11px; line-height: 22px; }
.meta [class^="meta-"] { margin-left: 17px; display: inline-block; }
.meta span:first-child { margin-left: 0; }
 
.meta .post-like a,
.meta .meta-category a,
.meta .meta-author a,
.meta .meta-comments a { color: #929292; }

.meta .meta-category a:hover,
.meta .meta-author a:hover,
.meta .meta-comments a:hover { border-bottom-color: #c2374c; }

.small-slider .entry-title a:hover { border-bottom: 1px solid #c2374c; }

.meta .meta-category a:hover,
.meta .meta-author a:hover,
.meta .meta-comments a:hover { color: #c2374c; }

.meta .icon-eye-open { font-size: 15.5px; }

.popular-posts-widget li [class^="icon-"],
.popular-posts-widget li [class*=" icon-"],
.recent-posts-widget li [class^="icon-"],
.recent-posts-widget li [class*=" icon-"],
.small-slider li [class^="icon-"],
.small-slider li [class*=" icon-"] { width: auto; padding-right: 3px; }

.small-slider .flex-direction-nav a { top: 40%; }

.popular-posts-widget .meta,
.recent-posts-widget .meta,
.recent-comments-widget .meta { border-top: 0; padding-top: 0; padding-bottom: 10px; }

.widget-post-small-thumb a:hover { border: 0; }

.widget-post-small-thumb { position:relative; float: left; }
.widget-post-small-thumb img { width: 75px;	max-width: 75px; margin-right: 15px; margin-bottom: 15px; }

/* 
   ------------------------------------------------------
						Flickr Widget
   ------------------------------------------------------
*/

[class^="ct-flickr-"] { list-style-type: none; margin: -9px -9px 0 0; }
[class^="ct-flickr-"] li { list-style-type: none; float: left; display: block; margin-right: 9px; margin-top: 9px; border: none; padding:0; }
[class^="ct-flickr-"] li a img { display: block; }

/* 
   ------------------------------------------------------
						Instagram Widget
   ------------------------------------------------------
*/

[class^="ct-instagram-"] li { list-style-type: none;float: left; margin-top:9px; margin-right:9px; }
[class^="ct-instagram-"] { list-style-type: none; margin: -9px -9px 0 0; }
[class^="ct-instagram-"] li img { width: 104px; height: 104px; }

/* 
   ------------------------------------------------------
						Related Posts Widget
   ------------------------------------------------------
*/
.related-posts-single { list-style:none; margin: -9px -9px 0 0;}
.related-posts-single img { width:104px; height: 104px; }
.related-posts-single li { float:left; padding:0; margin-top: 9px; margin-right:9px; position: relative; }
.ct-relatedposts-widget .review-box { padding: 0; font-size: 11px; }

/* 
   ------------------------------------------------------
						Categories Widget
   ------------------------------------------------------
*/
.ct_categories_widget li:before { content: "\f00c"; font-family: FontAwesome; padding-right:4px; font-size: 10px; }
.ct_categories_widget ul { list-style-type: none; margin: 0; }

/* 
   ------------------------------------------------------
					Search Widget
   ------------------------------------------------------
*/
.screen-reader-text,
.assistive-text {
	display: none;
}

#searchform input[type="text"] {
	margin-bottom: 0;
	font-size: 11px;
	padding: 8px 8px;
	float: left;
	margin-right: 6px;
	width: 77%;
	border-radius: 0;
	text-transform: uppercase;
}
#searchform #searchsubmit {
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 0;
	color: #929292;
}

.widget_search form,
.no-results form { margin-bottom: 0; }
.no-results #searchform input[type="text"] { width: 50%; }


/* 
   ------------------------------------------------------
					Calendar Widget
   ------------------------------------------------------
*/
#wp-calendar { width: 100%; }
#wp-calendar > caption { font-weight: bold;	padding: 5px; margin-bottom: 10px; }
#wp-calendar > caption:after { clear: both }
#wp-calendar td { text-align: center; padding: 5px 0 }
#wp-calendar td#today {	background-color: #c2374c; color: #FFF }
#wp-calendar td a {	padding: 2px 8px; }
#wp-calendar td#prev, #wp-calendar td#next, #wp-calendar td#prev a, #wp-calendar td#next a {
	text-transform: uppercase;
	background: none !important;
	color: #333 
}

/* 
   ------------------------------------------------------
					Twitter Widget
   ------------------------------------------------------
*/

.tweet_list { list-style: none;	overflow-y: hidden; margin:0; }
.tweet_list .awesome,
.tweet_list .epic { text-transform: uppercase; }
.tweet_list li { overflow-y: auto; overflow-x: hidden; display: block; padding: 10px 0; }
.tweet_list li:first-child { padding-top: 0; }
.tweet_list li:last-child { padding-bottom: 0; }
.tweet_list .tweet_avatar {  float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle;	}
.tweet_list .tweet_time a { color: #9D9D9D; font-size: 11px; font-weight: normal; }
.tweet_list .tweet_time a:hover { color: #c2374c; }
a.tweet_avatar { display: block; }
.tweet_list li span.tweet_time { display:block; }
a.tweet_avatar { margin-right: 10px; margin-bottom: 20px; }


/* 
   ------------------------------------------------------
						Post Like
   ------------------------------------------------------
*/
.like,
.entry-share .icon-plus {  
	-moz-transition: all 0.2s ease-out 0.1s;  
	-webkit-transition: all 0.2s ease-out 0.1s;  
	-o-transition: all 0.2s ease-out 0.1s;
}  
.entry-share .icon-plus { line-height: 7px; }

.icon-heart.alreadyvoted, .voted .icon-heart { color: #fa3045; }
.post-like a { color: #FFF; }
.post-like a:hover .icon-heart { color: #fa3045; }
.post-like a:hover { border: 0; }

.voted .like, .post-like .alreadyvoted, .post-like a:hover .like {  
}


/* 
   ------------------------------------------------------
						Flex Slider
   ------------------------------------------------------
*/
.flexslider { margin: 0; border: 0; box-shadow: none; border-radius: 0; }
.flex-carousel { background: none; }
.flex-carousel li {
	-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);
}
.flex-carousel li { margin-right: 10px }
.flex-direction-nav li [class^="icon-"],
.small-slider li [class^="icon-"] { width: auto; }

.flex-carousel .slides { padding-bottom: 6px; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	font-size: 26px;
	height:50px;
	width:25px;
	background:#fff;
	color: #929292;
	line-height: 46px;
	text-align: center;
} 
.flex-direction-nav .flex-prev {
	left: 0;
	border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius:  0 50px 50px 0;
}
.flex-direction-nav .flex-next {
	right: 0;
	border-radius: 50px 0px 0px 50px;
	-moz-border-radius: 50px 0px 0px 50px;
	-webkit-border-radius:  50px 0px 0px 50px;
}
.flex-direction-nav a:hover { border: none; color: #c2374c; }
.flex-direction-nav a {
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: 0;
	opacity: inherit;
}
.flexslider:hover .flex-next {opacity: inherit; right: 0;}
.flexslider:hover .flex-prev {opacity: inherit; left: 0;}

/* 
   ------------------------------------------------------
						Custom Widgets
   ------------------------------------------------------
*/
.widget {
	background: #FFF;
	overflow: hidden;
	padding: 20px;
	-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);
}

.widget-title {
	font-size: 16px;
	font-family: inherit;
	font-weight: normal;
	background: #FBFBFB;
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
	line-height: 18px;
	margin: -20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	word-spacing: 5px;
}

.category-item, .title-block .category-item { top:0px; right:0px; font-size: 12px; }
.category-item a { color:#FFF; text-decoration:none; padding: 3px 5px; display: inline-block; text-transform: uppercase; }
.category-item a:hover { border: 0; color: #FFF; }
.carousel-thumb .category-item { position:absolute; max-width: 75%; }
.carousel-thumb { position:relative;overflow:hidden; }

.carousel-thumb { background-color:#FFF; }
.carousel-thumb .video, .entry-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 44%;
	width: 32px;
	height: 32px;
     border-radius: 32px;
     -moz-border-radius: 32px;
     -webkit-border-radius: 32px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: 14px;
	/*background-image: url('img/icons/video-icon.png');	*/
	}
.carousel-thumb:hover .video.youtube a, .entry-thumb:hover .video.youtube a { color: #c83e39; }
.carousel-thumb:hover .video.vimeo a, .entry-thumb:hover .video.vimeo a { color: #47bcff; }
.carousel-thumb:hover .video.dailymotion a, .entry-thumb:hover .video.dailymotion a { color: #20b0ca; }
.carousel-thumb .video a, .entry-thumb .video a { display: block; width: 100%; height: 100%; color: #FFF; }
.carousel-thumb .video i, .entry-thumb .video i { line-height: 32px; }
.carousel-thumb .video a:hover, .entry-thumb .video a:hover { border: 0; }
.carousel-thumb .title-mask {
	color:#000;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom:-80px;
	padding: 10px;
	width:284px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.carousel-thumb:hover .title-mask {	bottom: 0px; }
.ct_carousel_widget { padding:0; background: none; box-shadow: none; }

.ico-plus {background:url('img/icons/icons-sprite.png') no-repeat 0 -30px;width:12px; height:15px;margin-right: 3px;display:inline-block;vertical-align: text-top;margin-left:1px;margin-top: 1px;}

.widget-carousel .carousel-thumb .title-mask { width:130px; }
.carousel-thumb .title-mask h5 { color:#FFF; margin-bottom:0;}
.carousel-thumb .entry-content { display:inline-block; }

.review-box { position: absolute; top: 0; left: 0; background-color: #fff; padding: 3px; }


/* 
   ------------------------------------------------------
					Custom Menu Widget
   ------------------------------------------------------
*/
.widget_nav_menu .menu { margin: 0; list-style-type: none; }
.widget_nav_menu li a { color: #363636; }
.widget_nav_menu li a:hover { color: #c2374c; }
.widget_nav_menu li:before { content: "\f00c"; font-family: FontAwesome; padding-right:10px; font-size: 10px; }
.widget_nav_menu li.current-menu-item:before,
.widget_nav_menu li.current-menu-ancestor:before { color: #c2374c; }
.widget_nav_menu ul.sub-menu { 
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	list-style-type: none;
}


/* 
   ------------------------------------------------------
						Widgets Area
   ------------------------------------------------------
*/
.top-widgets-area { margin-top: 35px; }


/* 
   ------------------------------------------------------
							Ads
   ------------------------------------------------------
*/

.rwd-google-ads {
	text-align: center;
	border-top: 5px solid white;
	margin: -25px -20px -20px -20px;
}

.entry-ads, .entry-ads-110 { list-style:none; margin:0;}
.entry-ads li { margin-top:20px; }
.entry-ads li:first-child { margin-top:0; }
.entry-ads-110 { margin-right: -8px;}
.entry-ads-110 li { margin-bottom:8px; margin-right:8px; float:left;}
ul.entry-ads-110 { margin-bottom: -8px; }

.adsense-left { float: left; margin: 0 15px 15px 0; }
.adsense-right { float: right; margin: 0 0 15px 15px; }

/* 
   ------------------------------------------------------
					Bootstrap Override
   ------------------------------------------------------
*/

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 {
font-size: 12px;}
.comments-title h4 { border-bottom: 1px solid #EBECED; font-weight:normal; }

#contacts-form input[type=text], #contacts-form input[type=password], #contacts-form input[type=email], #contacts-form input[type=url] {
	/*height:auto;*/
}

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

/*.margin-comments li:first-child .first-comment { padding-top:0; }*/
.textwidget .accordion { margin-bottom:0; }

.accordion-heading .accordion-toggle { font-weight: bold; }

/* sitemap  */
.entry-sitemap { padding: 20px; }
.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 { width:auto; display:inline-block; }
.entry-sitemap .posts-name li ul li, .entry-sitemap .category-name li ul li, .entry-sitemap .pages-name li { padding-bottom:5px; }

.entry-archives { padding: 20px; }


.twitter-tweet-rendered { width:100% !important;}
.twt-border {
	_width: 100%!important;
	max-width: 100%!important;
	min-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 {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.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;
}


/* Misc styles */
#content li, .widget li { line-height: inherit; }
.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; }

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

}

/* 
   ------------------------------------------------------
				For stupid IE
   ------------------------------------------------------
*/
.ie8 .related-posts-single img,
.ie8 .widget-post-small-thumb img  { max-width: inherit; }
.ie8 .widget-thumb li { float: left; margin-right: 8px; margin-top: 8px; position: relative; }
.ie8 .widget-thumb li:first-child { margin-right: 0px; margin-top: 0px; }
.ie10 .carousel-thumb img,
.ie10 .widget-post-big-thumb img,
.ie10 .widget-big-thumb img,
.ie10 .related-posts-single img { visibility: visible !important; opacity: 1 !important; }
.ie8 #mainmenu-block-bg { background:#FBFBFB !important; }


/* DEMO */
.ct-the-icons { list-style:none; margin:0; }
.ct-the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

.nav>li>a:hover { border: 0; }


/* -------- Added in v 1.01 ------------------- */
.entry-summary { padding: 20px;}
.search-results .archive-title { margin-bottom: 0; }

/* -------- Added in v 1.02 ------------------- */
#blog-sharing-block { background: #FFF;	margin-bottom: 20px; }
#blog-sharing-block a:hover { border: 0; }
/*#post-ct-ads { text-align: center; line-height: 0; }*/

/* -------- Added in v 1.04 ------------------- */
.to-top {
	background: #FFF;
	-moz-border-radius: 96px;
	-webkit-border-radius: 96px;
	border-radius: 96px;
	width: 48px;
	position: fixed;
	right: 5px;
	bottom: 10px;
	height: 48px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 0.8;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
}

/* -------- Added in v 1.05 ------------------- */
.single .post { transform: none; }
.home .entry-thumb.ct-featured, .home .entry-thumb.ct-auto { height: auto; padding-bottom: 0; }
#menu [class^="icon-"], #menu [class*=" icon-"] { display: inline-block; }

/* -------- Added in v 1.06 ------------------- */
.archive .entry-thumb.ct-featured, .archive .entry-thumb.ct-auto, .search .entry-thumb.ct-featured, .search .entry-thumb.ct-auto { height: auto; padding-bottom: 0; }
.search-results .sb4 { margin-top:0; }

/* -------- Added in v 1.07 ------------------- */
.masonry-box { float: left; }

/* -------- Added in v 1.08 ------------------- */
.single .masonry-box { float: none; }

/* -------- Added in v 1.10 ------------------- */
.banner img { width: 100%; }
.home.page .entry-title { padding-right: 70px; }
.home.page .entry-title { border: none; }
.ct-one-related-posts li { max-width: 25%; }

/* -------- Added in v 1.11 ------------------- */
#mainmenu-block-bg { position: relative; }
h1.entry-title { word-wrap: break-word; }
.to-top i { line-height: 48px; }
.page-template-template-blog-php article .entry-title { border: inherit; padding: 20px 70px 20px 20px;}
.ct-footer-wigets { border-bottom: 1px solid #a3a6a8;}
.page-template-template-blog-php .edit-link { padding-bottom: 0; }
.span12.logo-block #logo { text-align: center; }

.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu ul ul { top: 0; left: 102%; }
ul.sub-menu ul.sub-menu { margin-left: .75em; margin-top: inherit; }
.sf-menu ul li { width: inherit; }
.sf-menu ul { min-width: 12em; }
.post .edit-link { margin-bottom: 0; padding-bottom: 10px; }
.post-block { float: none; }
.banner img { width: auto; }
.page-template-template-blog-php .sb4 { margin-top: 0; }

/*
   ------------------------------------------------------
					WOOCOMMERCE
   ------------------------------------------------------
*/
.ct-shop-content { margin-top: 35px !important; }
.shop-area { margin-top: 35px !important; }

/* -------- Added in v 1.12 ------------------- */
.woocommerce #content,
.woocommerce .widget-area { margin-top: 35px; }
.menu-main-nav-container ul:first-child > [class^="icon-"] { line-height: 20px; }