/*
Theme Name: Onevox-Blog
Theme URI: http://gbthemes.net/onevox/
Description: Onevox v1.0 : Responsive Wordpress Theme for Blog
Author: gbthemes
Author URI: http://gbthemes.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, fluid-layout, responsive-layout, post-formats, theme-options, translation-ready
*/
		


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
	
}

.content_back {
  background:#f7f7f7; /*fcfcfc*/
  padding-top:40px;
  padding-bottom:40px;
  
}



input[type="submit"]{
	border: 0px solid #d8d8d8;
	padding: 12px;
	outline: none;
	
	color: #fff;
	margin: 0;
	max-width: 100%;
	margin-bottom: 20px;
	background: #90cfca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border-radius:0px;
  behavior: url(css/PIE.htc);
  
  }
  
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
}

.wpcf7 input[type="text"], input[type="email"]{
	width:50%;
  
  }



/* =============================================================== */
/* Header
================================================================ */
header {
  width:100%;
  background:#ffffff;
}



.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  padding-top:0px;
  padding-bottom:20px;
  margin-bottom:0px;
  text-align:center;
  margin-top:-20px;
  
}
.wrap-slide-page h1 {
  display: inline-block;
  font-size:200%;
  text-align:center;
  margin:0;
  padding:0;
}




/* =============================================================== */
/* Menu
================================================================ */
.site-menu {
  width:100%;
  z-index:3;
}
#site-menu2 {
  max-width:1170px;
  position: relative;
  background:#ffffff;
  padding-top:0px; padding-bottom:0px;
  border-top:1px solid #eeeeee;
  margin-left:auto; margin-right:auto;
  z-index: 9999;
  
}
#site-menu2.floating {
  position: fixed;
  max-width:2000px;
  width:100%;
  top: 0;
  padding-top:0px; padding-bottom:0px;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(11, 14, 21, 0.1);
   box-shadow: 0px 2px 5px 2px rgba(11, 14, 21, 0.1); 
   z-index:99999;
   -vendor-animation-iteration-count: 1;
}

.z-indexMenu {z-index:9999;}



/* Logo & Menu sections
==========================*/
.logo-header {
  float:center;
  margin-top:25px;
  text-align:center;
  margin-bottom:20px;
}
.logo-header img {
  margin-left:auto; margin-right:auto;
  display: inline-block;
}
.menu-header {
  float:center;
  margin-left:auto; margin-right:auto;
  
}
.logo-site-text {margin-top:2px;}
.tagline {font-size:85%;}
.menu-site-text {margin-top:10px; margin-bottom:10px;}

.margin-menu {padding-bottom:0px;}

/* Main Navigation
==========================*/
nav { 
    
    list-style:none; 
    margin:0;
    padding:0;
    text-align:center;
	letter-spacing:0px;
	z-index: 9999;
}
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline-block;}
nav ul li{position:relative;}
nav ul li:after{content: '/'; color:#eee;}
nav ul ul li:after{content: ''; color:#eee;}
nav ul li:last-child:after {content: '';}
nav ul li a { 
	display: inline-block;
	color:#888;
	padding: 18px 15px 18px 15px;
	margin: 0 0px;
	text-decoration: none;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
	margin-left:2px;
	position:relative;
	text-transform: uppercase;
}


nav ul ul {
	opacity: 0; 
	margin: 0px 0 0 2px;
  filter: alpha(opacity=0); 
	position: absolute;
	top:-9999px; 
	left: 0;
	background: #90cfca;
	z-index: 9999;
  padding-top:10px; padding-bottom:10px;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
z-index: 9999;
}


nav ul ul li a:hover {color:#fff;}

nav ul ul li a {
	padding: 8px 0;
	display: block;
	width: 190px;
	margin: 0 0px;
	border-bottom: 1px dotted #dddddd;
	color:#ffffff;
	padding-left:18px; padding-right:18px;
	text-transform:none;
	text-align:left;
}
nav ul ul ul { 
	position:absolute; 
	top:-9999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 9999;
	
	background: #90cfca;
}
nav ul ul ul li a { 
	border-top: 1px solid transparent;
	color:#ffffff;
	text-transform:none;
	text-align:left;
	padding: 8px 0;
	padding-left:18px; padding-right:18px;
}
nav ul li:last-child a {}
nav ul ul li:last-child a {border-bottom: 0px solid transparent}
nav ul ul li:last-child a:hover {border-bottom: 0px solid #90cfca; }
nav ul ul ul li:last-child a {border-bottom: 0px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }

nav ul ul li:hover > a {border-bottom: 1px solid transparent !important; background:#ffffff; transition: opacity 0.5s;
    -webkit-transition: opacity 1s; color:#888888;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}


nav ul li:hover > a {color: #90cfca;}






/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#90cfca;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}



/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 9px 25px 9px 25px;  
  font-size: 11px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button:active {}

.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 15px 25px 15px 25px;  
  font-size: 20px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button2:active {}

.button.light {color:#000; background:#fff; border:2px solid #90cfca;}
.button.light:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#90cfca;
  color:#fff;
  border:2px solid #90cfca;
}

.button.dark {background: #90cfca;  color:#fff; border:2px solid #90cfca;}
.button.dark:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  border:2px solid #90cfca;
  background:#fff;
  color:#000;
}

.button2.dark2 {color:#fff; background:#000;}
.button2.dark2:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#000;
  color:#fff;
}

/* =============================================================== */
/* Blackquote
================================================================ */
blockquote {
  
  line-height:170%;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(images/quotes.gif) left top no-repeat;
  min-height:29px;
  margin-bottom:40px;
  font-style:italic;
}
blockquote p {
  line-height:170%;
  font-style:italic;
  font-size:100%;
}

/* Lasted post widget
==========================*/
.latest-post {margin-top: 25px; min-height:53px;  padding-bottom:8px;}
.latest-post:last-child {border: none;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 120%;
	font-weight:normal;
	
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:11px;
	font-weight:normal;
}
.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border:0;
	height: 52px; width: 52px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius:0px;
}
.latest-post img:hover {}

/* Flickr widget
==========================*/
.flickr_image {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 0px;
  border:0;
  line-height: 0;
}
.flickr_image:hover {}
.flickr_image img {
  height: 90px;
  width: 90px;
  border-radius:0px;
}



/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




.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;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}




/* Site content
==========================*/
.wrap {
  padding-left:40px; 
  padding-right:40px;
}
#wrap {
  padding-left:40px; 
  padding-right:40px;
}
.container {
  width: auto;
  max-width: 1170px;
}
.container-fluid {
  width: auto;
  max-width: 1170px;
}

/* Social icons
==========================*/

.social-icon {
  display: inline-block;
  color:#aaaaaa;
  text-decoration:none;
  width:40px;
  height: 35px;
  border: 1px solid #eee;
  padding-top:5px;
  border-radius:50%;
  margin-bottom:20px;
  margin-top:10px;
  margin-left:5px; margin-right:5px;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}


/* White background content
==========================*/
.back-white {
  background:#ffffff;
  padding:40px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(11, 14, 21, 0.1);
-moz-box-shadow:    1px 1px 2px 0px rgba(11, 14, 21, 0.1);
box-shadow:         1px 1px 2px 0px rgba(11, 14, 21, 0.1);
}

.back-white-post {
  background:#ffffff;
  padding:40px;
  margin-bottom:30px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(11, 14, 21, 0.1);
-moz-box-shadow:    1px 1px 2px 0px rgba(11, 14, 21, 0.1);
box-shadow:         1px 1px 2px 0px rgba(11, 14, 21, 0.1);
}
.back-white-post2 {
  background:#ffffff;
  padding:40px;
  margin-bottom:30px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(11, 14, 21, 0.1);
-moz-box-shadow:    1px 1px 2px 0px rgba(11, 14, 21, 0.1);
box-shadow:         1px 1px 2px 0px rgba(11, 14, 21, 0.1);
}

.border-top-img {
  
}


/* Back to top
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 0px;
	margin: 0 20px 0 0;
	z-index:100;
	
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#90cfca;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
	
  behavior: url(css/PIE.htc);
    
}
#backtotop a:hover {background-color: #90cfca;}


/* =============================================================== */
/* Blog
================================================================ */

.blog-archive-page {padding-top:10px;}
.blog-archive-page ul li {
padding-top:0px; padding-bottom:0px;

}

/* Blog navigation
==========================*/
.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/

.widget {
  background:#ffffff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(11, 14, 21, 0.1);
-moz-box-shadow:    1px 1px 2px 0px rgba(11, 14, 21, 0.1);
box-shadow:         1px 1px 2px 0px rgba(11, 14, 21, 0.1);
padding:40px;
}

.widget_search input[type="text"] {width:92%; border-radius:0; margin-top:20px; background: #ffffff url(images/search.png) no-repeat no-repeat 96% 50%;}
.widget_search input[type="submit"] {display:none;}
.widget_search .screen-reader-text {display:none;}
.span4 .widget {margin-bottom:40px;}
.widget-title { 
  padding-top:10px;
  padding-bottom:0;
}
.widget-title li:after {
    content: " ";
    display: table;
}
.widget-title li:after {
    clear: both;
}
.widget-title h6 {text-transform:uppercase; }
.widget-title .tagcloud a {padding-right:20px;}

.gb-recent-posts {padding-bottom:50px;}
.gb-flick {padding-top:16px; padding-bottom:20px;}

.widget ul {margin-top:0px;}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding-top:8px;
	background: url(images/arrow_blog.png) no-repeat 0 12px;
	
}

.widget li:last-child { border-bottom: none; }
.widget li a {
	display: block;
	padding: 0px 0 10px 10px;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #90cfca; }

.widget_categories li {text-align:right; padding-top:8px;}
.widget_categories li a {float:left; text-align:left;}
.widget_categories li:after {
    content: " ";
    display: table;
}
.widget_categories li:after {
    clear: both;
}


.widget .recentcomments {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(images/comment.png) left no-repeat;
	line-height:130%;
}
.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
}
.widget_calendar tr th {
	font-weight:bold;
	background:#eee;
	padding:10px;
}
.widget_calendar tr td {
	padding: 8px 6px;
	text-align: center;
	font-weight:normal;
	
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
	padding-top:20px;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
	padding-top:20px;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 0 0;
	line-height: 15px;
	font-weight:bold;
}
.widget h5 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:110%;
	text-transform:uppercase;
	border-bottom:1px solid #eeeeee;
    font-weight:normal;	
}
.widget h6 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:110%;
	text-transform:uppercase;
	border-bottom:1px solid #eeeeee;
	font-weight:normal;
	
}

.tagcloud {margin-top:0px;}
.tagcloud a {padding:10px 10px; color:#888888; border: 2px solid #90cfca; font-weight:normal; margin-top:2px; margin-bottom:2px; display: inline-block;}
.tagcloud a:hover {color:#fff; background:#90cfca; border: 2px solid #90cfca;}
.border-next {border:2px solid #90cfca;}

.post-tags a {font-weight:italic; font-size:100%; }


/* Posts
==========================*/
.post {margin: 0px 0 50px 0;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative;}
.margin-left-100 {margin-left:0px; margin-bottom:0px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 0px 0px;}
.post-img {}
.post-content {margin: 0 0 0 0 !important;}
.post-title h2 {
	font-size: 27px;
	color: #000;
	margin: 0 0 0px 0px;
	display: block;
	padding-bottom:6px;
	font-weight:600;
}
.post-title h2 a {
	font-size: 27px;
	color: #000;
	display: block;
	font-weight:600;
}
.margin-left {margin-left:20px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 20px 0 15px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.post-info {
	padding: 0px 0 0px 0px;
	
}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 0px 0px; margin-bottom:20px;}
.post-meta, .post-meta a {color: #c1c1c1;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 0px solid #c1c1c1;
	font-size:90%;
	color:#c1c1c1;
}
.post-meta span a, .post-meta span a:hover {
	color:#c1c1c1;
}
.post-type {
	width:80px;
	height:65px;
  color:#fff;
  text-align:center;
  font-size:27px;
  background:#90cfca;
  padding-top:15px;
}

.more-link {margin-top:10px;}
.more-link, .navleft a, .navright a {font-size:90%; font-style:italic;}
.more-link:hover, .navleft a:hover, .navright a:hover {font-size:90%;}

.info-blog {padding-top:7px;}

.link-post-det1 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-right:10px
}
.link-post-det2 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-left:10px
}
.link-post-det {
  margin-bottom:20px;
  margin-top:-20px;
}
.re-ant {padding-top:10px; font-size:80%; font-style:italic;}
.re-ant2 {margin-top:-10px; font-size:90%;}

.link-post-det a {
  color:#606060;
  padding-bottom:4px;
  border-bottom: 1px dotted #cccccc;
}
.min-margin {}

.color-font-icon {color:#90cfca;}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#ffffff;
	padding:20px;
}
.avatar {float:left;}
.vcard img {border-radius:50%;
  behavior: url(css/PIE.htc);}

.comment-show {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	border-bottom: 1px dotted #eee;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	line-height:170%;
}
.comment-author a {
	color: inherit;
}
      
/* Leave a Comment
==========================*/
.comment-form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}
.comment-form label span {color:#ea1c1c;}
.comment-form input, .comment-form textarea {
	width: 240px;
}
.comment-form textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}
.form-allowed-tags {display:none;}

/* Link post
==========================*/
.link-post {
  margin-bottom:15px;
  background:#90cfca;
  margin-top:-15px;
  padding:20px;
  padding-top:80px; padding-bottom:80px;
}
.link-post h3 {text-align:center;}
.link-post h3 a {
  color:#ffffff;
}


/* Quote post
==========================*/
.quote-post {
  font-style: italic;
  
  padding: 30px; margin-top:-20px;
  
  position: relative;
  background: #F9F9F9 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:20px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 10px 0px 40px 70px;
  padding:20px;
  background: #f9f9f9;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.author-info h3 {
  
}
.author-info a {
  
}
.author-info a:hover {
  
}

.author-bio {margin-top:60px;}
.author-bio img {border-radius:50%;
  behavior: url(css/PIE.htc);}

  
/* Post tags
==========================*/
.post-tags {
  margin: 10px 0px 40px 0px;
}


/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  color:#606060;
  margin-top:0px;
}


.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
  
}
#sub_footer {
  padding-top:10px;
  font-size:16px;
}
#sub_footer p {
  font-weight:normal;
}
#sub_footer {
  background: #fff;
  font-weight:normal;
  overflow:hidden;
}


img.alignright {float:right; padding-left:10px;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left; padding-right:10px;}


#infscr-loading {text-align:center; margin-left:auto; margin-right:auto;}
#infscr-loading img {margin-left:auto; margin-right:auto;}




/* =============================================================== */
/* Slider
================================================================ */

.su-slider-slide img {border-radius:4px;
  behavior: url(css/PIE.htc);}

.round-slide div {border-radius:3px;
  behavior: url(css/PIE.htc);}
  

.outside {margin-bottom:-44px; z-index:999; position:relative;}
.outside .slider-prev a {background:#90cfca; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px; margin-right:2px;}
.outside .slider-next a {background:#90cfca; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px;}

.ssba {margin-top:10px; margin-bottom:0; padding-bottom:0;}

.relatedposts {margin-top:30px; margin-bottom:60px;}
.relatedposts p {padding-bottom:0px; margin-bottom:0px;}


pre:after {
    content:'';
	display:block;
    clear: both;
}
code:after {
    content:'';
	display:block;
    clear: both;
}
pre,
code  {
	   float:left;
	   margin-bottom:10px;
	   width:98%;
       }
	   

.colsa {
    -moz-column-count:2;
    -moz-column-gap: 2%;
    -moz-column-width: 20%;
    -webkit-column-count:2;
    -webkit-column-gap: 2%;
    -webkit-column-width: 20%;
    column-count: 2;
    column-gap: 2%;
    column-width: 20%;
	height:100%;
}


div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current {
width:30px;
height:30px;
text-align:center;
padding:0;
-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  padding:5px;
  margin-left:3px; margin-right:3px;
  background:transparent;
  text-shadow: white 0 0px 0;
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  border:1px solid #90cfca;
}
div.pagination a:hover, div.pagination a:focus {
background:#90cfca;
border:1px solid #ffffff;
color:#ffffff !important;
}
div.pagination span.current {
background:#90cfca;
border-color: #ffffff !important;
  text-shadow: black 0 0px 0;
border:1px solid #ffffff;
color:#fff !important;
}



#upprev_box { border-top:2px solid #90cfca;}
#upprev_close { padding-top:20px; padding-right:5px;}
  
/* =============================================================== */
/* Mobile
================================================================ */
  

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.text-align-right {text-align:left;}
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}

.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}

.columns3 {width: 100%;}
.columns4 {width: 100%;}

.fullwidth-header .social-icon {margin-right:20px;  margin-left:0;}


.logo-header {
  float:left;
  margin-top:25px;
  margin-bottom:10px;
  text-align:left;
}
.menu-header {
  float:right;
}

nav { 
    border:0px solid #ccc;
    border-width:0px 0;
}

#site-menu2.floating {
  position: inherit;
  top: auto;
  -webkit-box-shadow: 0px 0px 0px 0px #252525;
   box-shadow: 0px 0px 0px 0px #252525; 
   z-index:99999;
}

#site-menu2 {display:none;}


.logo-header-img {width:50%; text-align:left;}

.camera_caption {font-size:70%; line-height:130%; top:10%; width: 96%;}

nav ul li:after{content: ''; color:#eee;}
nav ul ul li:after{content: ''; color:#eee;}
nav ul li:last-child:after {content: '';}

}



/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}

.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}


.columns3 {width: 50%;}
.columns4 {width: 50%;}

.fullwidth-header .social-icon {margin-right:20px;  margin-left:0;}



.logo-header {
  float:left;
  margin-top:25px;
  z-index:3;
  text-align:left;
}
.menu-header {
  float:right;
  z-index:3;
}

nav { 
    border:0px solid #ccc;
    border-width:0px 0;
}


#site-menu2.floating {
  position: inherit;
  top: auto;
  -webkit-box-shadow: 0px 0px 0px 0px #252525;
   box-shadow: 0px 0px 0px 0px #252525; 
   z-index:99999;
}

#site-menu2 {display:none;}

.camera_caption {font-size:70%; line-height:130%; top:10%; width: 96%;}

.logo-header-img {width:50%; text-align:left;}

nav ul li:after{content: ''; color:#eee;}
nav ul ul li:after{content: ''; color:#eee;}
nav ul li:last-child:after {content: '';}

}



  