/*
Theme Name: UltraFire - Retina Responsive WordPress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: UltraFire is Responsive, Retina Ready, WordPress theme UltraFire for your Blog.
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.06
Tags: light, white, fluid-layout, 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: 13px;
	line-height: 24px;
}


.search-block {
	background-color: #515461;
	float: right;
	display: block;
	width: 120px;
	height: auto;
	color: #8f94a7;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	-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:hover {
	background-color: #FFF;
	cursor: pointer;
}
.post-not-found #s {
	width: 30%;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0;
}
.post-not-found form { margin: 0; }
.post-not-found {
	display: block;
	text-align: center;
}
.post-not-found h3 {
	color: #FFF;
	font-size: 38px;
	text-align: center;
	line-height: 48px;
	margin-bottom: 30px;
}
#search-form {
	position: fixed;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	width: 100%;
	background-color: #111;
	display: none;
	left: 0;
	top: 0;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	z-index: 9999;		
}
#search-form .close-search {
	position: absolute;
	cursor: pointer;
	right: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	background-color: #555;
	color: #FFF !important;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
		   -transition: all 0.3s linear;	
}
#search-form .close-search:hover { background-color: #333; }
.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; }

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

/* 
   ------------------------------------------------------
						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; 
	box-shadow: 1px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}

/* 
   ------------------------------------------------------
							Logo
   ------------------------------------------------------
*/
#logo { 
	/*margin:0 auto; */
	float: left;
	margin-right: 1px;
	padding: 0; 
	background-color: #db5858;
	text-align: center;
	min-height: 100px;
	height: auto;
}
#logo h1 { 
	margin-bottom:0; 
	padding: 25px 15px 0;
	font-family: "Carrois Gothic",Arial,sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 30px;
	font-weight: normal;
}
#logo h1 a { color:#FFF; }
#logo a:hover { border: 0;}
.logo-slogan { color: #FFF }

/* 
   -------------------------------------------------------
						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 {
	color: #db5858;
	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 { color: #313131; }

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

a.more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
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 }

blockquote { border-left: 5px solid #CFCFCF; }

/* 
   ------------------------------------------------------
							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; }
.margin-65t { margin-top: 65px; }
.margin-70t { margin-top: 70px; }
.margin-75t { margin-top: 75px; }
.margin-80t { margin-top: 80px; }
.margin-85t { margin-top: 85px; }
.margin-90t { margin-top: 90px; }
.margin-95t { margin-top: 95px; }
.margin-100t { margin-top: 100px; }

/* 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; }
.margin-65b { margin-bottom: 65px; }
.margin-70b { margin-bottom: 70px; }
.margin-75b { margin-bottom: 75px; }
.margin-80b { margin-bottom: 80px; }
.margin-85b { margin-bottom: 85px; }
.margin-90b { margin-bottom: 90px; }
.margin-95b { margin-bottom: 95px; }
.margin-100b { margin-bottom: 100px; }

.margin-b-n { margin-bottom: 0; }
.margin-t-n { margin-top: 0; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }


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

.bottom-menu { 	display: inline-block; height: auto; background: #FFF; position: relative; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.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: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.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: white;
}

/* **********************  */
.sf-menu > li > a {
	display: block;
	padding: 0 30px;
}

.sf-menu li { 
	margin-right: 0px; 
	border: none; 
	height: 100px;
	line-height: 100px;
	background-color: #515461;
	margin-right: 1px;
	-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;	
}
.sf-menu li:hover {
	background-color: #FFF;
	color: #333
}
.sf-menu li:hover a { color: #313131 !important }
.sf-menu li ul li, .sf-menu li ul li a { 
	line-height: 20px; 
	height: auto; 
	color: #313131;
	text-transform: capitalize;
}
.sf-menu li ul li {
	background-color: #FFF
}

.sf-menu a {
	border-left: 0;
	border-top: 0
}

.sf-menu {
	float: left;
	margin-bottom: 0;
}

.sf-arrows .sf-with-ul:after {
	display: none;
}

.sf-menu.add-nav li {
margin-right: 0px;
border: none;
padding: 20px 0px;
border-left: 1px solid #dfdfdf;
background-color: #FFF;
height: auto;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.sf-menu.add-nav li a {
text-transform: uppercase;
font-size: 14px;
color: #313131 !important;
height: auto !important;
font-style: normal;
font-weight: normal;
}

/*.sf-menu.add-nav { display: none; }
.sf-menu.add-nav li { margin-right: 0px; border: none; padding: 20px 0px; border-left: 1px solid #dfdfdf; background-color: #FFF; height: auto; box-shadow: none; -moz-box-shadow: none;-webkit-box-shadow: none; }
.sf-menu.add-nav li a { text-transform:uppercase; font-size:14px; color: #313131 !important; height: auto !important; font-style: normal; font-weight: normal; }
.sf-menu.add-nav li:last-child::after { content: none; }

.sf-menu.add-nav li ul li { padding: 10px }
.sf-menu.add-nav li ul.sub-menu { 
	top: 54px;
	left: -1px;
	border-top: 1px solid #dfdfdf; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.sf-menu.add-nav li ul.sub-menu li { border-bottom: 1px solid #dfdfdf; text-transform: capitalize; }
.sf-menu.add-nav li ul.sub-menu li a { text-transform: capitalize;}
.sf-menu.add-nav li ul.sub-menu li ul { top: 0; left: 158px; }
.sf-menu.add-nav ul > li:hover { background-color: #DFDFDF; }

.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; 
	height: 100px;
	line-height: 100px;
	background-color: #515461;
	margin-right: 1px;
	-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;	
}
.sf-menu li:hover {
	background-color: #FFF;
	color: #333
}
.sf-menu li:hover a { color: #313131 !important }
.sf-menu li ul li, .sf-menu li ul li a { 
	line-height: 20px; 
	height: auto; 
	color: #313131;
	text-transform: capitalize;
}
.sf-menu li ul li {
	background-color: #FFF
}
.sf-menu li:last-child { margin-right: 0; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	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;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

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

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

.sf-menu > li > a { 
	display: block;
	padding: 0 30px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 5px;
	top: 43px; 
	z-index: 99;
}

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: 0em; 
	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: "Carrois Gothic",Arial,sans-serif; }

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


.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') 97% top no-repeat #363636;
	width: 100%;
	margin: 15px 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;
	padding: 7px 5px;
}
.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
   ------------------------------------------------------
*/
.entry-media-title {
	padding: 20px 20px 0 20px;
}
.entry-media-title .meta-time { 
	color: #313131; 
	display: block;
	margin-bottom: 5px;
}
h1.media-title {
	font-size: 16px;		
	line-height: 20px;
	margin-bottom: 0;
	font-weight: bold;
}
h1.media-title a { color: #313131; }
.entry-title a:hover { border: 0; }

.masonry-box { float: left; }

#blog-entry {
	margin-right: -35px;
}

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

.entry-content { padding: 20px; background-color: #FFF }
.entry-content.without-feature { padding: 20px; }
.entry-content.without-feature .meta-info {
	padding-bottom: 70px;
}
.entry-content.without-feature .meta-info.meta-info-padding {
	padding-bottom: 40px;
}

h1.entry-title { font-size: 16px; line-height: 24px; margin-bottom: 15px; font-family: "Carrois Gothic",Arial,sans-serif; }
h1.entry-title a { color: #313131; font-weight: bold; text-transform: capitalize;}


#blog-entry .entry-content { font-size: 14px; }

.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-tags { 
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-size: 11px;
	font-weight: bold;

}

.comments-link { float: left; }
.comments-link.white a { color: #FFF; }
.comments-link.dark a { color: #363636; }

.post-block {
	background-color: #FFF;
	width: 270px; /* 4 columns */
	margin-right: 30px;
	margin-bottom: 30px;
	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);
}

.post-block .bg-mask {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	-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;		
}
.post-block:hover .bg-mask {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
} 
.entry-thumb .title-mask {
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Carrois Gothic",Arial,sans-serif;
	position: absolute;
	bottom:10px;
	padding: 15px;
}
.entry-thumb .title-mask a { color: #FFF }

.post-block .icon-views, .post-block .icon-likes {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 20px;	
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	line-height: 20px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.post-block .icon-views { line-height: 18px; font-size: 15px; }
.post-block .icon-likes { top: 50px;}
.post-block .icon-likes.likes-padding { top: 20px; }


.centered {	margin: 0 auto; }
.post-block .entry-thumb { position: relative; display: block; }
.post-block .audio-post-block { /*line-height: 0;*/ }
.post-block .audio-post-block > iframe { background-color: #FFF }
.widgetContainer { border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important}
.post-block .entry-thumb img { display: block }

/* Video post format */
.format-video .entry-thumb, .embed-youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.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%; display: block; }

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


/*
   ------------------------------------------------------
					TOOLTIPS
   ------------------------------------------------------
*/
.icon-rating:hover, .icon-likes:hover, .icon-views:hover { cursor: pointer; }
.single-social-icons li .tooltip-inner {
	background-color: #555;
	color: #FFF;
}
.single-social-icons li .tooltip.top .tooltip-arrow { border-top-color: #555; }
.tooltip-inner {
	white-space: nowrap;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #FFF;
	color: #000;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: "Open Sans",Arial,sans-serif;
	min-width: 60px;	
}
.tooltip.in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		
}

.tooltip.left { margin-left: -10px; }
.tooltip.top  { margin-top: 10px; }
.tooltip.right { margin-left: 7px }

.tooltip.left .tooltip-arrow { border-left-color: #FFF; }
.tooltip.top .tooltip-arrow { border-top-color: #FFF; }
.tooltip.right .tooltip-arrow { border-right-color: #FFF; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #FFF; }

/*
   ------------------------------------------------------
					PAGE TITLE
   ------------------------------------------------------
*/
.page-title-bar {
	display: block;
	width: 100%;
	padding: 60px 0;	
	background: url(img/bggg.png) left top repeat-x;
}
.page-title-bar h2, .page-title-bar h1.archive-title { 
	font-family: "Carrois Gothic",Arial,sans-serif;
	color: #FFF;
	margin-bottom: 0; 
}

.page-desc {
	font-size: 16px;
	float: right;
	color: #FFF;
	background-color: rgba(0,0,0,.3);
	padding: 15px;
	line-height: 24px;
}
/*
   ------------------------------------------------------
					SINGLE POST
   ------------------------------------------------------
*/
.media-thumb { display: block; line-height: 0; background-color: #FFF; text-align: center; }
.media-thumb iframe { background-color: #FFF; width: 100%; }
.audio-format iframe { min-height: 166px; }
#author-description {
	padding-left: 80px;
	display: block;
}
#author-description .ct-button {
	color: #313131 !important;
	margin-left: 10px;
	border: 1px solid #555;
	font-size: 11px;
}

#author-description .ct-button:hover {
	background-color: #ECECEC;
}
.entry-single-meta {	
	background-color: #db5858;
	display: block;
	width: 100%;
}

ul.single-meta { margin: 0 0 0 20px; }
ul.single-meta, ul.single-meta li { list-style-type: none; }
ul.single-meta li .post-like .count { font-size: 11px; }
ul.single-meta li [class^="icon-"], ul.single-meta li .post-like .qtip { margin-right: 3px; }
ul.single-meta li {
	float: left;	
	padding: 10px 10px 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

ul.single-meta li a { color: #fff;  font-size: 11px;}

ul.single-meta li .icon-calendar, ul.single-meta li .icon-tag, ul.single-meta li .icon-eye-open, ul.single-meta li .icon-eye-close, ul.single-meta li .cion-heart, ul.single-meta li .icon-heart-empty {
	font-size: 13px
}

ul.single-meta li .meta-time { color: #fff; }
ul.single-meta li .meta-divider {
	height: 1px;
	border: none;
	background-color: #FFF;
	width: 100%;
	display: block;
	margin: 5px 0;
}

a .icon-heart { 
	color: #FFF; 
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
}
a .icon-heart:hover, .voted .icon-heart {
	color: #FFF;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.single-post .post-block { width: 100%; margin-right: 0; }
.widget-area { 
	margin-top: 35px; 
	margin-bottom: 35px;
}
.widget #s { width: 96%; }
.widget #cat { width: 100%; }
.widget li { color: #414243; }

.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: 0px 15px 20px 0px; }
#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; }

.add-author-info .social-icon {	
	border: 2px solid #333;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

/*
   ------------------------------------------------------
					REVIEW
   ------------------------------------------------------
*/
.review-block {
	display: block;
	background: #f7f8f9;
	width: 100%;
	float: left;
}

.review-post {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFF
}

.overall_score { font-size: 24px; line-height: 30px; font-weight: bold; text-transform: uppercase;background-color: #DB5858; color: #FFF; }

.score_name {
	line-height: 30px;
	padding-left: 20px;
}
.score_value {
	padding-left: 20px;
	font-size: 120px;
	line-height: 120px;
	min-width: 43px;
	text-align: center;
}
.overall_score .left_over_score {
	text-align: center;
	padding: 20px 0px 20px 0px;
	float: left;	
	background-color: #DB5858;
	width: 100%;
}


ul.score-list, ul.score-list li { list-style-type: none; }
ul.score-list li { font-size: 14px;	font-weight: bold; padding: 5px 10px; border-bottom: 1px solid #DDD; }

.summary-review { 
	color: #FFF; 
	font-size: 11px; 
	font-weight: normal;
	padding: 20px;
	text-transform: none;
	line-height: 19px;
	background-color: #313131;
}

.summary-review .icon-pencil {
	float: left;
	font-weight: bold;
	font-size: 24px;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}
.criteria_name { float: left; margin-right: 15px; color: #313131; }
.rating-stars {	float: right; margin-top: 2px; }
ul.score-list, ul.score-list li { list-style-type: none; margin: 0; }
ul.score-list { background-color: #fff; margin-right: -1px; }

.ratings, .ratings ul li a, .ratings a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

/*
   ------------------------------------------------------
					INFINITE SCROLL
   ------------------------------------------------------
*/
#infscr-loading {
	position: absolute;
	left: 40.5%;
	bottom: 10px;
	display: block;
	text-align: center;
}

#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;
}
#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: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin-bottom: 0;
}

.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 20px 20px 0; list-style-type: none; }
.commentlist .children { list-style-type: none; }
.comment-avatar { float: left; margin-right: 15px; text-align: center; }
.comment-meta-time { font-size: 9px; font-weight: bold; text-transform: uppercase; }
.comment-meta { margin-bottom: 10px; }
.comment-meta .fn { display: block; font-weight: bold; text-transform: capitalize; }

.reply { 
	font-size: 11px; 
	position: relative;
	font-weight: bold;
	width: 35px;
	height: 35px;
	display: block;
	float: right; 
	border: 2px solid #555;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	line-height: 35px;
	text-align: center;

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

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;	
}
.reply:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		
}
.reply .icon-reply { margin-right: 0; }
.reply .comment-reply-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
article.comment { margin-bottom: 15px; border-bottom: 1px solid #CFCFCF; padding-bottom: 15px; }
.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: 7px 15px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;	  
}	

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


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-block {
	height: 1px;
	background-color: #CFCFCF;
	margin: 30px 0;
	width: 100%;
	position: relative;
}

.divider-block .inner-divider {
	position: absolute;
	background-color: #CFCFCF;
	height: 5px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: -2px;
	display: block;
}

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

.video-post-widget,
.embed-youtube,
.embed-vimeo,
.video-frame,
video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	z-index:10;
}
.video-post-widget iframe,
.embed-youtube iframe,
.embed-vimeo iframe,
.video-frame iframe,
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important
}

video { width: 100%; }


/* 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: #313131;
	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 #CFCFCF;
}

#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:#313131; color: #FFF; }

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

#primary { margin-bottom: 15px; }
/*
   ------------------------------------------------------
					Copyrights
   ------------------------------------------------------	
*/
#footer a { 
	color: #999; 
}
#footer a:hover { color: #FFF; }
#footer { position: relative; background: #2B2E30; }
#footer .container { padding: 35px 0; }
.copyright-info{ color:#FFF; font-size: 11px; }
.copyright p { margin-bottom:0;}

.social-block { display: block; }
ul.social-icons, ul.social-icons li { list-style-type: none; }
ul.social-icons { margin: 0; }
ul.social-icons li, ul.social-icons.single-social-icons li  { 
	float: right;
	width: 35px;
	height: 35px;	
	line-height: 35px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #555;

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

	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;

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

ul.social-icons.single-social-icons li { 
	float: left; 
	margin-left: 0;
	margin-right: 10px;
	display: block;
	line-height: 35px;
}

.single-social-icons { display: inline-block; }

ul.social-icons li:hover { 
	border: 2px solid #FFF;
	cursor: pointer;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

ul.social-icons.single-social-icons li:hover {
	border: 2px solid #555;
}
ul.social-icons li a, ul.social-icons.single-social-icons li a { border: none; width: 100%; height: 100%; display: block; color: #CCC !important; }
ul.social-icons.single-social-icons li a { line-height: 35px; color: #555 !important; }
ul.social-icons li a:hover { color: #FFF !important; }
ul.social-icons.single-social-icons li a:hover { color: #555 !important; }

/*
   ------------------------------------------------------
					Blog pagination
   ------------------------------------------------------	
*/
.pagination-top-line {
	width: 100%;
	height: 1px;
	display: none;
	background-color: #fff;
	margin: 0 0 30px 0;
	opacity: .5;

	position: relative;
}
.pagination-top-line .center-line {
	width: 40px;
	height: 5px;
	background-color: #fff;
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 auto;
	margin-left: -25px;
}
.pagination { 
	position:relative; 
	font-size:12px; 
	margin: 0; 
	display: none; 	
}

.container-pagination { text-align: center; }

#entry-comments .pagination { margin-top: 15px; margin-bottom: 30px; }

.pagination .pagination-line {
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #fff;
	top: 22px;
	left: 0;
	border: none;
	z-index: -1
}

.pagination span, .pagination a,.pagination .current {
	display:block;
	float:left;
	margin-right: 10px;	
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	text-decoration:none;
	text-align: center;
	line-height: 40px;	
	color:#363636;
	border: 2px solid #FFF;
	font-weight: bold;
}
.pagination a {
	background-color: #333
}
.pagination .current {
	padding: 0
}
.pagination span {
	background-color: #333;
	font-weight: bold;
	width: auto;
	margin-right: 15px;	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 10px;	
	color: #FFF;
}

.pagination a {	background-color: #515461; color: #FFF !important }
.pagination a:hover { color:#fff !important; background-color: #DB5858;}
.pagination .current { background-color: #DB5858; color:#fff; }
.blog-navigation { text-align:center; }

.page .edit-link {
	display: block;
	padding: 0 20px;
	padding-bottom: 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: 10px; }


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

.nav-previous .icon-chevron-left { margin-right: 3px; }
.nav-next .icon-chevron-right { margin-left: 3px; }

.nav-previous {	
	float: left; 
	width: 50%; 
	font-weight: bold;
	text-transform: uppercase;
}
.nav-next {	
	float: right; 
	text-align: right; 
	width: 50%; 
	font-weight: bold;
	text-transform: uppercase;
}
.nav-single .widget-devider { margin-bottom: 15px; margin-top: 30px;}
.nav-single-hidden { display: none; }
.nav-single-top {}
.nav-previous-top, .nav-next-top {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #FFF;
	float: right;
	margin-left: 10px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;

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

	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);		
}
.nav-previous-top:hover, .nav-next-top:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		

}
.nav-previous-top a, .nav-next-top a { color: #FFF !important; width: 100%; height: 100%; display: block; }
.nav-previous-top a .icon-chevron-left, .nav-next-top a .icon-chevron-right { width: 100%; height: 60%; display: block; margin-top: 13px; }
/* 
   ------------------------------------------------------
				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; }

.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 #DFDFDF; margin-bottom: 15px; padding-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-bottom: 5px; }
.date-widget .icon-time { font-size: 13px; }
.date-widget [class^="icon-"] { margin-right: 3px; }
.icon-rating.widget-post { cursor: text !important; }
.meta-widget {
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #999
}
.recent-posts-widget .meta-widget, .popular-posts-widget .meta-widget { margin-top: 0 }

.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 { color: #c2374c; }

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



.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: 50px;	max-width: 50px; 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: 75px; height: 75px; }

/* 
   ------------------------------------------------------
						Related Posts Widget
   ------------------------------------------------------
*/
.related-posts-single { list-style:none; margin: -9px -9px 0 0;}
.related-posts-single img { width: 75px; height: 75px; }
.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;
}

#search-form input[type="text"] {
	margin-bottom: 0;
	font-size: 11px;
	padding: 8px 8px;
	float: left;
	margin-right: 6px;
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	border: 4px solid #111;
}
#search-form #searchsubmit {
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-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;
	 border: 1px solid #cfcfcf;
}
#wp-calendar td#today {
	background-color: #DB5858;
	color: #FFF
}

#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: #313131; }
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: #FFF; }
.post-like a { color: #FFF; }
.post-like a:hover .icon-heart { color: #FFF; }
.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;b
	-moz-box-shadow: none; 	
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;}
.flex-carousel { 
	background: none; 
	border-top: 8px solid #db5858;
	border-bottom: 8px solid #db5858;
}

.flex-direction-nav li [class^="icon-"],
.small-slider li [class^="icon-"] { width: auto; }



.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	font-size: 26px;
	height:40px;
	width:30px;
	background:#fff;
	color: #929292;
	line-height: 40px;
	text-align: center;
} 
.flex-direction-nav .flex-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius:  0 3px 3px 0;
}
.flex-direction-nav .flex-next {
	right: 0;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}
.flex-direction-nav a:hover { border: none; color: #FFF; background-color: #DB5858; }
.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
   ------------------------------------------------------
*/
.ct_custommenu_widget { background-color: #FFF; padding: 0 !important }
.widget {
	background-color: #FFF;
	padding: 20px;
	font-size: 13px;
}

.widget-title {
	font-size: 14px;
	font-family: inherit;
	font-weight: bold;	
	line-height: 24px;
	margin-bottom: 20px;
	padding: 10px 0px;
	text-transform: uppercase;
	text-align: center;
	word-spacing: 5px;
	color: #414243;	
	border-bottom: 1px solid #CFCFCF;

	-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;	
}
.after-widget-title {
	width: 40px;
	height: 5px;
	background-color: #CFCFCF;
	display: block;	
	margin: 0 auto;
	margin-top: -23px;
	margin-bottom: 15px;

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

.widget:hover .widget-title {
	border-bottom: 1px solid #DB5858;	
}
.widget:hover .after-widget-title {
	background-color: #DB5858;
	box-shadow: 0px 1px 2px rgba(0,0,0,.3);
}
.category-item, .title-block .category-item { 
	top:20px; 
	left:20px; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	background-color: rgba(0,0,0,.5);

	-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;
}
.category-item:hover, .title-block .category-item:hover { background-color: rgba(255,255,255,.3)}
.category-item a { color:#FFF !important; text-decoration:none; padding: 1px 10px; 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 .video, .entry-thumb .video { 
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	border: 2px solid #FFF;
	line-height: 20px;
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;


}

.carousel-thumb .video a, .entry-thumb .video a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	color: #FFF; 
	margin-left: 1px;
	margin-top: -1px;
}
.carousel-thumb .video i, .entry-thumb .video i { line-height: 20px; }
.carousel-thumb .video a:hover, .entry-thumb .video a:hover { border: 0; }
.carousel-thumb .title-mask {
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Carrois Gothic",Arial,sans-serif;
	position: absolute;
	bottom:10px;
	padding: 15px;
	left: 5px;
}
.carousel-thumb .title-mask a {
	color: #FFF
}
.carousel-thumb .bg-mask, .bg-mask {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	-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 .bg-mask, .bg-mask:hover {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
} 

.bg-mask a {
	display: block;
	width: 100%;
	height: 100%;
}
.carousel-thumb .icon-rating .icon-star-empty, .post-block .icon-rating .icon-star-empty {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
.icon-rating.widget-post {
	font-size: 12px;
	font-weight: bold;
	color: #DB5858;
}
.icon-rating.widget-post .rating-text {
	margin-left: 3px;
	font-size: 11px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.meta-time {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.only-content { color: #313131 }
.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; }

.ct-button {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #FFF;
	text-decoration: none !important;
	color: #FFF !important;
	-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;		
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.ct-button:hover { cursor: pointer; background-color: rgba(255,255,255,.2); }

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


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

.input-append .add-on, .input-prepend .add-on {
	background-color: #DB5858;
	color: #FFF;
	border: 1px solid #DB5858;
}

#contacts-form i { margin-right: 0px; }
#contacts-form .input-prepend { margin-bottom: 15px; }
#contacts-form form { margin-bottom:0;}
#contacts-form .btn { 
  float:right; 
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5 !important;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

}
#contacts-form .btn:hover, #contacts-form .btn:focus {
	background-position: 0 0;
	background-color: #e6e6e6 !important;
}
#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 { 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; }


.entry-summary { padding: 20px;}
.search-results .archive-title { margin-bottom: 0; }
#blog-sharing-block { background: #FFF;	margin-bottom: 20px; }
#blog-sharing-block a:hover { border: 0; }

.to-top {
	background-color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 35px;
	position: fixed;
	right: 5px;
	bottom: 10px;
	height: 35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 0.8;
	text-align: center;
	line-height: 35px;
	font-size: 16px;

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

.to-top:hover { 
	background-color: #DB5858;
	color: #FFF
}


/* -------- Added in v 1.01 ------------------- */
h1.entry-title { margin-bottom: 0; }
.page-title-bar h1 { font-family: "Carrois Gothic",Arial,sans-serif; color: #FFF; margin-bottom: 0; font-style: normal; font-size: 31px; line-height: 40px; }
.hidden-meta-author { display: none; }
.five_columns .title-mask, .four_columns .title-mask { padding-bottom: 0; bottom: 5px; }
.post-block.five_columns .icon-likes, .post-block.four_columns .icon-likes { top: 45px; }
.post-block.five_columns .icon-views, .post-block.four_columns .icon-views  { top: 15px; }

/* -------- Added in v 1.04 ------------------- */
#blog-entry [class*="span"] {
	margin-left: 0;
	width: inherit;
}