/*
Theme Name:         Laverde
Theme URI:          http://www.uxde.net/2012/09/24/laverde-premium-theme/
Description:        Laverde is a premium Wordpress theme by UXDE dot Net.
Version:            1.0.1
Author:             Toan Nguyen Minh
Author URI:         http://www.uxde.net
Tags: white, black, two-columns, custom-colors, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* -------------------------------------------------- 

   Table of Contents

-----------------------------------------------------

:: 01. Global 
:: 02. Header
:: 03. WordPress Outputs
:: 04. Widgets
:: 05. Comments
:: 06. Footer
:: 07. Portfolio
:: 08. Home
:: 09. Skin

/* ---------------------------------------------------



   01. Global

   

--------------------------------------------------- */



@import url('extras.css');
::selection {
	color: #FFFFFF;
}



::-moz-selection {
 color: #FFFFFF;
}
body {
	background: #EFEFEF;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	word-wrap: break-word;
}
iframe, embed, img {
	max-width: 100%;
}
embed, img {
	height: auto !important;
}
ins iframe {
	height: 100%;
}
input,  textarea,  select {
	padding: 11px;
	outline: none;
	font-size: 12px;
	line-height: 20px;
}
textarea {
	resize: vertical;
	width: 97%;
}
hr {
	margin: 55px 0;
}
.post-content .tabs-content .columns,  .post-content .tabs-content .columns.last {
	margin-bottom: 0;
	margin-top: 20px;
}
.post-content .tabs-content br {
	display: none;
}
p {
	font-size: 14px;
	line-height: 22px;
}
blockquote, pre {
	margin: 50px 0 50px 25px;
	padding: 0 0 0 25px;
	border-left: 5px solid #EFEFEF;
}
.post-box blockquote p, .post-box pre p {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}
#laverde {
	display: none;
}
#container {
	background: #FFFFFF;
}
#header {
	position: relative;
}
#main-content {
	width: 960px;
	margin: 0 30px;
	overflow: hidden;
}
#content {
	margin-right: 30px;
}
#sidebar {
	margin: 0;
}
.wp-caption {
}
.wp-caption-text {
	text-align: center;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------



   02. Header

   

--------------------------------------------------- */



.logo {
	display: block;
	margin: 20px 30px;
}
.logo img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.logo h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 39px;
	margin: 0;
	padding: 0;
}
.logo h1 a {
	margin: 0;
	padding: 0;
	color: #222222;
	text-decoration: none;
}
.logo h1 a:hover {
	opacity: 0.8;
}
.logo div a:hover {
	opacity: 0.8;
}
.logo h4 {
	color: #AAAAAA;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 21px;
}
.search-form {
  float: right;
    margin: 20px 26px auto;
    min-height: 75px;
    min-width: 280px;
    text-align: center;
}
#searchform {
	margin: 0;
}
#searchform input[type='text'] {
	float: left;
	border: none;
	color: #AAAAAA;
	width: 328px;
	font-size: 12px;
	line-height: 20px;
	outline: none;
	margin: 0;
	padding: 12px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#searchform input[type='submit'] {
	background: url(images/search-icon.png) no-repeat;
	background-position: 12px 9px;
	background-color: #222222;
	float: left;
	width: 42px;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 12px;
	cursor: pointer;
	margin: 0 0 0 4px;
	box-shadow: inset 0px 1px 0px #71757E;
	-webkit-box-shadow: inset 0px 1px 0px #71757E;
	-moz-box-shadow: inset 0px 1px 0px #71757E;
}
#top-bar {
	background: #222222;
	padding: 0;
	height: 40px;
}
.social-icons {
	float: right;
	margin: 5px 30px 0 30px;
}
.social-icons ul {
	margin: 0;
}
.social-icons ul li {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	text-indent: -9999px;
}
.social-icons ul li:last-child {
	margin: 0 0 5px 0;
}
.social-icons ul li.rss-item {
	width: 25px;
	height: 24px;
}
.social-icons ul li.email-item {
	width: 25px;
	height: 24px;
}
.social-icons ul li.twitter-item {
	width: 23px;
	height: 24px;
}
.social-icons ul li.facebook-item {
	width: 19px;
	height: 24px;
}
.social-icons ul li.google-item {
	width: 20px;
	height: 24px;
}
.social-icons ul li.pinterest-item {
	width: 22px;
	height: 24px;
}
.social-icons ul li.linkedin-item {
	width: 25px;
	height: 24px;
}
.social-icons ul li.rss-item a {
	background: url("images/social-icons.png") no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
}
.social-icons ul li.email-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -33px 0;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
}
.social-icons ul li.twitter-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -65px 0;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
}
.social-icons ul li.facebook-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -97px 0;
	display: block;
	float: left;
	height: 30px;
	width: 23px;
}
.social-icons ul li.google-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -129px 0;
	display: block;
	float: left;
	height: 30px;
	width: 23px;
}
.social-icons ul li.pinterest-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -160px 0;
	display: block;
	float: left;
	height: 30px;
	width: 23px;
}
.social-icons ul li.linkedin-item a {
	background: url("images/social-icons.png") no-repeat;
	background-position: -191px 0;
	display: block;
	float: left;
	height: 30px;
	width: 26px;
}
.subheader {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.form-mobile {
	display: none;
}
#primary-nav {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 3px 0 0 0;
}
.primary-menu {
	margin: 8px 30px 0 30px;
	float: left;
	list-style: none;
	line-height: 40px;
}
#primary-nav ul.primary-menu {
	margin: 8px 30px 0 30px;
	float: left;
	list-style: none;
	line-height: 40px;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
	margin: 0;
}
#primary-nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}
#primary-nav ul ul li {
	width: 100%;
}
/*  Make sub menus appear -------------------------------------------------*/

#primary-nav ul li:hover ul,  #primary-nav ul li.sfHover ul {
	position: absolute;
	left: -1px;
	margin: 4px 0 0 0; /* Added to push sub-menu down */
	top: 25px; /* match top ul list item height */
}
/* Hide all subs subs (4 levels deep) -------------------------------------*/

#primary-nav ul li:hover li ul,  #primary-nav ul li.sfHover li ul,  #primary-nav ul li li:hover li ul,  #primary-nav ul li li.sfHover li ul,  #primary-nav ul li li li:hover li ul,  #primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}
/* Displays all subs subs (4 levels deep) ---------------------------------*/

#primary-nav ul li li:hover ul,  #primary-nav ul li li.sfHover ul,  #primary-nav ul li li li:hover ul,  #primary-nav ul li li li.sfHover ul,  #primary-nav ul li li li li:hover ul,  #primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -5px;
}
/* top level skin ---------------------------------------------------------*/

#primary-nav > ul > li > a {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	top: -1px;
}
#primary-nav ul a {
	padding: 0 30px 0 0;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
	text-decoration: none;
}
#primary-nav ul a:hover,  #primary-nav ul li.sfHover > a:hover {
	color: #FFFFFF;
	opacity: 0.8;
}
#primary-nav ul li.sfHover > a,  #primary-nav ul li.current-cat > a,  #primary-nav ul li.current_page_item > a,  #primary-nav ul li.current-menu-item > a {
	color: #FFFFFF;
	text-decoration: none;
}
#primary-nav ul li.current-cat > a:hover,  #primary-nav ul li.current_page_item > a:hover,  #primary-nav ul li.current-menu-item > a:hover {
	color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
}
/* 2nd level skin --------------------------------------------------------*/

#primary-nav ul ul {
	z-index: 9999;
	padding: 0;
	background: #222222;
	border: 1px solid #252525;
}
#primary-nav ul ul li {
	border-bottom: 1px solid #252525;
	padding: 9px 0;
	line-height: 22px;
	float: none;
	background: none;
}
#primary-nav ul ul li:first-child {
	margin-top: 0;
}
#primary-nav ul ul li:last-child {
	border-bottom: none;
}
#primary-nav ul ul li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 15px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}
#primary-nav ul ul li.current-cat > a,  #primary-nav ul ul li.current_page_item > a,  #primary-nav ul ul li.current-menu-item > a {
	border: none;
	color: #FFFFFF;
}
#primary-nav ul ul li a:hover {
	border: none;
	color: #FFFFFF;
	opacity: 0.8;
}
#primary-nav ul li.sfHover ul a {
	border: none;
}
#primary-nav ul li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow-2.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 14px;
	margin-right: 30px;
	opacity: 1;
}
#primary-nav ul li.menu-item-ancestor a:hover {
	opacity: 0.8;
}
#primary-nav ul li.menu-item-ancestor ul a {
	background: none;
	padding-right: 24px;
	opacity: 1;
}
#primary-nav ul li.menu-item-ancestor ul a:hover {
	opacity: 0.8;
}
#primary-nav .sub-menu li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 24px;
	margin: 0;
	opacity: 1;
}
#primary-nav .sub-menu li.menu-item-ancestor a:hover {
	opacity: 0.8;
}
#primary-nav .sub-menu li.menu-item-ancestor li a {
	background-image: none;
	padding-right: 15px;
	margin: 0;
}
/* ---------------------------------------------------



   03. WordPress Outputs

   

--------------------------------------------------- */



.top-ad {
	width: 960px;
	float: left;
	margin: 0 30px 30px 30px;
}
.post-box {
	overflow: hidden;
	display: block;
}
.slider-wrapper {
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.slider {
	width: 630px;
	float: left;
	margin-right: 0px;
	display: block;
}
.slider-ad {
	width: 120px;
	float: left;
	display: block;
}
/* SLIDER

--------------------------------------- */



.post-box .slider ul {
	margin: 0 0 0 0 ! important;
	list-style: none;
}
.flexslider .slides {
	margin: 0 0 0 0;
}
.flexslider .slides > li {
	margin: 0 0 0 0;
}
.flex-caption {
	margin: 15px 0;
}
.post-box .flex-caption h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 8px 0;
}
.post-box .flex-caption h2 a {
	color: #222222;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: none;
}
.post-box .flex-caption h2 a:hover {
	background: #EFEFEF;
	color: #222222;
	text-shadow: 0 1px 0 #FFFFFF;
}
.post-box .flex-caption span {
	display: inline-block;
	color: #AAAAAA;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}
.post-box .flex-caption span a {
	font-weight: normal;
	text-decoration: none;
}
.post-box .flex-caption span a:hover {
	font-weight: normal;
	text-decoration: none;
}
.post-box .flex-caption p {
	display: block;
}
.post-box .flex-caption .slider-categories {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.post-box .flex-caption .slider-categories a {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
}
.post-box .flex-caption .slider-categories a:hover {
	font-weight: normal;
	text-decoration: none;
}
.post-box .flex-direction-nav a:hover {
	background-color: none ! important;
}
/* RECENT POSTS

-------------------------*/



.post-box .recent-posts {
	border-top: 1px solid #EAEAEA;
	overflow: hidden;
}
.post-box .recent-posts h4 {
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.post-box h1.main-page-title {
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.hentry {
	border-bottom: 1px solid #EAEAEA;
	padding: 35px 0 10px 0;
}
.hentry:last-child {
	border-bottom: none;
}
.hentry.single {
	padding: 0 0 10px 0;
}
.post-box .featured-image {
	width: 200px;
	height: 160px;
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}
.post-box .featured-image a {
	line-height: 1;
	display: block;
}
.post-content {
	width: 410px;
	float: left;
	display: block;
}
.post-content.full {
	width: auto !important;
}
.post-content-single {
	width: 630px;
	float: left;
	display: block;
}
.post-header {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.post-header-page {
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 0;
}
.post-box h2.post-title {
	color: #222222;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 7px;
	text-decoration: none;
}
.post-box h1.post-title {
	color: #222222;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 12px;
	text-decoration: none;
}
.post-box .post-title a {
	color: #222222;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}
.post-box .post-title a:hover {
	background: #EFEFEF;
	color: #222222;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}
.meta-info {
	color: #AAAAAA;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	padding: 0 0 8px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.meta-info span {
	display: inline;
}
.meta-info span p {
	display: inline;
	margin-bottom: 0;
	color: #AAAAAA;
}
.meta-info span a {
	font-weight: normal;
	text-decoration: none;
}
.meta-info span a:hover {
	font-weight: normal;
	text-decoration: none;
}
.meta-categories {
	margin: 0 0 17px 0;
	display: block;
	overflow: hidden;
}
.post-box .meta-categories a {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
}
.post-box .meta-categories a:hover {
	font-weight: normal;
	text-decoration: none;
}
.hentry footer {
	margin: 10px 0;
	display: block;
	overfolow: hidden;
}
.hentry footer a {
	font-weight: normal;
}
.hentry footer a:hover {
	font-weight: normal;
}
.hentry a {
	font-weight: bold;
	color: #222222;
}
.hentry a:hover {
	font-weight: bold;
	color: #222222;
	background: #EFEFEF;
}
.hentry a:hover img {
	background: none;
}
.post-box p {
	font-size: 14px;
	line-height: 22px;
	color: #222222;
}
.post-box h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
}
.post-box h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
}
.post-box h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}
.post-box h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
.post-box h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.post-box h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.post-box ol {
	margin: 0;
	list-style-position: inside;
}
.post-box .columns.last {
	margin: 0 0 30px 0;
	float: right;
}
.post-box .columns {
	margin: 0 4.4% 30px 0;
}
.post-box ul {
	margin-left: 35px;
	list-style: square outside none;
}
.post-box ul li {
	border: medium none;
}
.post-box ul ul,  .post-box ol ol {
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 0;
}
.post-box ul,  .post-box ol {
	margin-top: 25px;
	margin-bottom: 25px;
}
.post-box ul.tabs-content,  .post-box ol {
	margin-top: 0;
	margin-bottom: 0;
}
.post-box ul.tabs-content {
	margin-bottom: 55px;
	margin-left: 0;
}
.post-box ul {
	list-style: square outside none;
	margin-left: 35px;
}
.post-thumb {
	margin-bottom: 20px;
}
.post-thumb img {
	width: 100%;
}
.body-ad {
	display: block;
	width: 336px;
	height: 280px;
	margin: 0 0 0px 0px;
}
.post-first-letter {
	padding-right: 1px;
	font-size: 40px;
	font-weight: bold;
	color: #F55D2D;
}
/* NAVIGATION

--------------------------- */



#post-nav {
	border-top: 1px solid #EAEAEA;
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
}
.pagination a,  .pagination span {
	font-family: 'Open Sans', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 8px 10px;
	float: left;
	margin: 0 8px 0 0;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
.pagination a {
	color: #FFFFFF;
	background: #f55d2d;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination span {
	background: #f55d2d;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination .current {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}
/* Add Align Class for Images */

img.alignright {
	float: right;
	margin: 0 0 8px 16px;
}
img.alignleft {
	float: left;
margin: margin: 0 16px 8px 0;
}
img.aligncenter {
	display: block;
	margin: 18px auto;
}
.post-content img.alignnone {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.post-content img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5DD;
	max-width: 100%;
	padding: 5px;
}
.toggle-pane {
	font-size: 14px;
}
/* SHARE BUTTONS

----------------------------------- */



.share-buttons {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.share-buttons ul {
	display: block;
	list-style: none;
	margin: 0 0 0 0;
}
.share-buttons ul li {
	float: left;
	margin-bottom: 15px;
	height: 22px;
}
.share-buttons ul li.twitter-button {
	width: 100px;
}
.share-buttons ul li.facebook-button {
	width: 92px;
}
.share-buttons ul li.google-button {
	width: 80px;
}
.share-buttons ul li.pinterest-button {
	width: 82px;
}
.share-buttons ul li.stumble-button {
	width: 92px;
	margin-top: 1px;
}
.share-buttons ul li.linkedin-button {
	width: 120px;
}
/* AUTHOR

----------------------------------- */



.author-wrap {
	color: #222222;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 0;
	margin: 20px 0 30px 0;
	display: block;
	overflow: hidden;
}
.author-wrap h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.author-gravatar {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	float: left;
	display: block;
	line-height: 1;
}
.author-info {
	width: 535px;
	float: left;
}
.author-title {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	display: inline;
	margin: 0 1px 0 0;
}
.author-title a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
	display: inline;
}
.author-title a:hover, .author-title a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}
.author-description {
	display: inline;
}
.author-description p {
	display: inline;
	margin: 0;
}
/* RELATED POSTS

------------------------------------ */



.related-posts {
	display: block;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.related-posts h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.related-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}
.related-posts ul li {
	float: left;
	width: 142px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.related-posts ul li:last-child {
	margin-right: 0 ! important;
}
.related-posts a img {
	display: block;
	line-height: 1;
}
.related-posts a:hover img {
	background: none ! important;
}
h4.related-article {
	font-size: 13px;
	line-height: 18px;
	margin: 7px 0 0 0;
}
h4.related-article a {
	color: #222222;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
h4.related-article a:hover {
	font-weight: bold;
}
/* ---------------------------------------------------



   04. Widgets

   

--------------------------------------------------- */



.widget {
	padding: 0;
	margin: 0 0 30px 0;
}
h3.widget-title {
	border-top: 1px solid #EAEAEA;
	display: block;
	margin: 0 0 20px;
}
h3.widget-title p {
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.widget p {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
}
.widget a {
	color: #f55d2d;
	text-decoration: underline;
}
.widget a:hover {
	color: #666666;
	text-decoration: none;
}
.widget li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.sidebar-section {
	overflow: hidden;
}
.facebook-like-wrap {
/*height: 600px;*/

}
/* CATEGORIES, ARCHIVES, PAGES & META 

--------------------------------------- */



#sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar .widget_meta li, #sidebar .widget_pages li, #sidebar .widget_links li {
	float: left;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0;
	width: 50%;
	border: none;
	padding: 0 0 7px 0;
}
/* 125 x 125 BANNERS 

--------------------------------------- */



.uxde_ad125_widget {
	margin-bottom: -20px;
}
.ads-125 ul {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}
.ads-125 li {
	float: left;
	margin-bottom: 0;
}
.ads-125 li a img {
	margin: 0 50px 50px 0;
	width: 125px;
	height: 125px;
	display: block;
	line-height: 1;
}
.ads-125 li:nth-child(2n) a img {
	margin-left: 0;
	margin-right: 0;
}
/* CALENDAR

--------------------------------------- */



.widget_calendar table {
	width: 100%;
}
.widget_calendar table caption {
	margin-bottom: 15px;
}
.widget_calendar tbody > tr > td {
	padding: 5px 0 6px;
	text-align: center;
	width: 14.2857%;
}
.widget_calendar a:hover {
	text-decoration: underline;
}
/* OPTIN FORM 

--------------------------------------- */



.optin input.name[type="name"] {
	background: url(images/name-icon.png) no-repeat;
	background-position: 7px 8px;
	padding: 8px 10px 8px 26px;
	margin-bottom: 10px;
	width: 220px;
}
.optin input.email[type="email"] {
	background: url(images/email-icon.png) no-repeat left center;
	background-position: 7px 10px;
	padding: 8px 10px 8px 27px;
	margin-bottom: 10px;
	width: 220px;
}
.optin input.name[type="text"] {
	background: url(images/name-icon.png) no-repeat;
	background-position: 7px 8px;
	padding: 8px 10px 8px 26px;
	margin-bottom: 10px;
	width: 220px;
}
.optin input.email[type="text"] {
	background: url(images/email-icon.png) no-repeat left center;
	background-position: 7px 10px;
	padding: 8px 10px 8px 27px;
	margin-bottom: 10px;
	width: 220px;
}
.optin input[type="submit"] {
	font-size: 12px;
	line-height: 20px;
	width: 92px;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 8px 12px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-indent: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.optin input[type="submit"]:hover {
	background: #222222;
}
.optin p {
	margin-bottom: 10px;
}
/* RECENT & POPULAR POSTS 

--------------------------------------- */



#sidebar .UXDE_Recentposts .post,  #sidebar .UXDE_Popularposts .post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#sidebar .UXDE_Recentposts .post:last-child {
	margin: 0;
	padding: 0;
}
#sidebar .UXDE_Popularposts .post-title {
	margin: 0;
}
#sidebar .UXDE_Recentposts .post-title,  #sidebar .UXDE_Popularposts .post-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
#sidebar .UXDE_Recentposts .post-title a,  #sidebar .UXDE_Popularposts .post-title a {
	font-weight: 600;
	color: #222222;
	text-shadow: 0 1px 0 #FFFFFF;
}
#sidebar .UXDE_Recentposts .post-title a:hover,  #sidebar .UXDE_Popularposts .post-title a:hover {
	background: #EFEFEF;
}
#sidebar .UXDE_Recentposts .hentry,  #sidebar .UXDE_Popularposts .hentry {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	width: 100%;
}
#sidebar .UXDE_Recentposts .hentry:last-child,  #sidebar .UXDE_Popularposts .hentry:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar .UXDE_Recentposts .hentry .featured-image,  #sidebar .UXDE_Popularposts .hentry .featured-image {
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	margin: 2px 15px 10px 0;
}
#sidebar .UXDE_Recentposts .hentry .featured-image,  #sidebar .UXDE_Popularposts .hentry .featured-image a:hover {
	background: none;
}
#sidebar .UXDE_Recentposts .hentry span,  #sidebar .UXDE_Popularposts .hentry span {
	color: #AAAAAA;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}
/* RECENT & POPULAR POSTS 

--------------------------------------- */



#sidebar .Category_Recent_posts ul {
	margin: 0;
	padding: 0;
}
#sidebar .Category_Recent_posts ul li:last-child {
	margin: 0;
	padding: 0;
}
#sidebar .Category_Recent_posts .post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#sidebar .Category_Recent_posts .post:last-child {
	margin: 0;
	padding: 0;
}
#sidebar .Category_Recent_posts .post-title {
	margin: 0;
}
#sidebar .Category_Recent_posts .post-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
#sidebar .Category_Recent_posts .post-title a {
	color: #222222;
	text-shadow: 0 1px 0 #FFFFFF;
}
#sidebar .Category_Recent_posts .post-title a:hover {
	background: #EFEFEF;
}
#sidebar .Category_Recent_posts .hentry {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	width: 100%;
}
#sidebar .Category_Recent_posts .hentry .featured-image {
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	margin: 2px 15px 10px 0;
}
#sidebar .Category_Recent_posts .hentry .featured-image a:hover {
	background: none;
}
#sidebar .Category_Recent_posts .hentry span {
	color: #AAAAAA;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}
/* TABS 

--------------------------------------- */



.widget .tabs {
	float: left;
	padding: 0;
}
.tab_wrap {
	background: #FFFFFF;
	border-top: 1px solid #EAEAEA;
	float: left;
}
.widget .tab ul {
	float: left;
	margin: 0;
}
.widget .tabs ul.drop {
	float: left;
	width: 300px;
	height: 43px;
	margin: 0 0 20px 0;
}
.widget .tabs ul.drop li a {
	border-top: 5px solid #FFFFFF;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	display: block;
	padding: 12px 0 11px 0;
	text-transform: uppercase;
}
.widget .tabs ul.drop li {
	float: left;
	margin: 0;
}
.widget .tabs ul.drop li.tab_nav_1 {
	width: 35%;
}
.widget .tabs ul.drop li.tab_nav_2 {
	width: 30%;
}
.widget .tabs ul.drop li.tab_nav_3 {
	width: 35%;
}
.widget .tabs ul.nav {
	width: 258px;
}
.widget .tabs .tab {
	float: left;
	padding: 0;
	margin: 0;
}
.widget .tabs .tab li {
	float: left;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	width: 300px;
	border-bottom: none;
}
.widget .tabs .tab li:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.widget .tabs .tab li .hentry {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.widget .tabs .tab li .featured-image {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	margin: 2px 15px 10px 0;
	padding: 0;
}
.widget .tabs .tab li .featured-image a:hover {
	background: none;
}
.widget .tabs .tab li .featured-image-comment {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	margin: 2px 15px 10px 0;
	padding: 0;
}
.widget .tabs .tab li .featured-image-comment a:hover {
	background: none;
}
.widget .tabs .tab li h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
.widget .tabs .tab li h4 a {
	color: #222222;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: 600;
}
.widget .tabs .tab li h4 a:hover {
	background: #EFEFEF;
	font-weight: 600;
}
.widget .tabs .tab li span {
	color: #AAAAAA;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}
.ui-tabs .ui-tabs-hide {
	left: -10000px;
	position: absolute;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/* CONTACT

--------------------------------------- */



.contact input {
	width: 51%;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
}
.contact textarea {
	height: 260px;
	width: 94%;
	margin-top: 2px;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
}
.contact #submit {
	width: 200px;
	padding: 10px 0;
	height: 50px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact #submit:active {
	margin: 0;
}
.contact #submit:hover {
}
.contact .alert-box {
	display: none;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form textarea {
	width: 95%;
}
input.contactbutton {
	font-size: 20px;
}
/* ---------------------------------------------------



   05. Comments

   

--------------------------------------------------- */



#comments {
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
}
.comment-header {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
.comment-header h3 {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 11px 0 30px 0;
	padding: 12px 20px;
}
.comment-header h3 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.comment-header h3 a:hover {
	color: #FFFFFF;
	background: none;
	font-weight: 600;
}
.comment-header ul {
	color: #7E7E75;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 32px;
}
.comment-header ul li a {
	float: left;
	padding: 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.comment-header ul li a:hover {
	text-decoration: underline;
}
.commentlist {
	margin: 0;
	list-style: none;
}
.comment-body {
	margin-bottom: 25px;
	min-height: 80px;
	overflow: hidden;
	padding: 0 0 25px 0;
	position: relative;
	border-bottom: 1px solid #EAEAEA;
}
.comment-body .avatar {
	padding: 0;
	margin: 0 20px 0 0;
	position: absolute;
	left: 0;
}
.comment .vcard {
	margin-bottom: 2px;
}
.comment {
	margin: 0 0 25px 0;
	font-size: 16;
	line-height: 22px;
}
.comment-body .fn {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding-right: 5px;
	margin-left: 52px;
}
.comment-body .fn a {
	text-decoration: none;
}
.comment-body .fn a:hover {
	color: #494949;
	text-decoration: none;
}
.comment-body time {
	display: inline;
	color: #989898;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	margin-left: 52px;
}
.comment-body time a {
	font-style: italic;
	font-weight: normal;
	color: #989898;
	text-decoration: none;
}
.comment-body time a:hover {
	font-weight: normal;
	color: #989898;
	text-decoration: none;
}
.comment-edit-link {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	display: inline;
}
.comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	bottom: 15px;
	left: 0;
	position: absolute;
}
a.comment-reply-link {
	text-decoration: none;
	font-weight: bold;
}
a:hover.comment-reply-link {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}
#allowed_tags,  .comment p {
	font-size: 14px;
	line-height: 25px;
	color: #474646;
}
section.comment {
	padding: 10px 0;
	margin: 0;
	background: #FFFFFF;
}
.comment .children {
	margin: 0;
}
.comment .children li {
	list-style: none outside none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}
.comments-previous {
	float: left;
}
.comments-next {
	float: right;
}
#respond {
	margin: 50px 0 40px 0;
}
#respond h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
#respond p {
	font-size: 14px;
}
form label {
	color: #222222;
	margin: 5px 0 3px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
form label.comment-field {
	display: block;
}
#respond input {
	background: #FFFFFF;
	margin-right: 1.33%;
	width: 51%;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
}
#respond p.respond_desc {
	font-size: 12px !important;
}
#respond input#url {
	margin-right: 0;
}
#respond textarea {
	background: #FFFFFF;
	height: 230px;
	width: 606px;
	margin-top: 2px;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
}
#respond #submit {
	width: 200px;
	padding: 10px 0;
	height: 45px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#respond #submit:hover {
	margin: 0;
}
#respond #submit:active {
	margin: 0;
}
.commentlist #respond {
	margin: 50px 0 50px 45px;
}
/* ---------------------------------------------------



   06. Footer

   

--------------------------------------------------- */



#border-footer {
	background: #EFEFEF;
	height: 10px;
}
#footer {
	background: #222222;
	padding: 40px 0 0 0;
}
.footer-widgets {
	margin: 0 30px 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.footer-widgets .widget {
	float: left;
	width: 217px;
	margin: 0 30px 0 0;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
}
.footer-widgets .widget:last-child {
	margin: 0 0 0 0;
}
.footer-widgets .widget p {
	color: #FFFFFF;
	font-size: 13px;
	line-heigh: 21px;
	text-shadow: 0 1px 1px #000000;
	padding: 0 0 0 0;
}
.footer-widgets .widget a {
	color: #FFFFFF;
}
.footer-widgets .widget a:hover {
	color: #CCCCCC;
}
.footer-widgets .widget h3.widget-title {
	border-top: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.footer-widgets .widget h3.widget-title p {
	border-top: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.footer-widgets .widget li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.footer-widgets .widget li:last-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: none;
}
/* TAGS CLOUD

--------------------------------------- */



.footer-widgets .widget .tagcloud a {
	background: #323232;
	color: #FFFFFF;
	font-size: 12px ! important;
	line-height: 20px;
	padding: 3px 6px;
	margin: 0 -1px 2px 0;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .8s ease-out;
	-moz-transition: .8s linear;
	transition: .8s linear;
}
.footer-widgets .widget .tagcloud a:hover {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .01s ease-out;
	-moz-transition: .01s linear;
	transition: .01s linear;
}
/* TWITTER

--------------------------------------- */



.twitter {
	margin: 0;
	text-shadow: 0 1px 1px #000000;
}
.footer-widgets .twitter li {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #FFFFFF;
}
.footer-widgets .twitter li:last-child {
	margin-bottom: 0;
}
.footer-widgets .twitter a {
	display: inline;
	color: #CCCCCC;
}
.footer-widgets .twitter a:hover {
	color: #FFFFFF;
}
.visit-wrap {
	margin-top: 15px;
	text-align: right;
}
/* FLICKR

--------------------------------------- */



.flickr_badge_image {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
}
.flickr_badge_image img {
	border: 5px solid #191919;
	width: 50px;
	height: 50px;
	-webkit-transition: .8s ease-out;
	-moz-transition: .8s linear;
	transition: .8s linear;
}
.flickr_badge_image img:hover {
	width: 50px;
	height: 50px;
	-webkit-transition: .01s ease-out;
	-moz-transition: .01s linear;
	transition: .01s linear;
}
/* COPYRIGHT

--------------------------------------- */



.copyright {
	border-top: 1px solid #282828;
	background: #000000;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
.copyright-left {
	margin-left: 30px;
}
.copyright-left p {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000000;
}
.copyright-left p:last-child {
	margin: 0 0 0 0;
}
.copyright-left a {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 1;
}
.copyright-left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.8;
}
.copyright-right {
	margin: 0 30px 0 0;
	float: right;
}
.copyright-right a {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 1;
}
.copyright-right a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#footer-nav {
	overflow: hidden;
	margin: 0;
}
#footer-nav .footer-menu {
	float: right;
}
#footer-nav ul {
	margin: 0 0 5px 0;
}
#footer-nav ul li {
	background: url(images/footer-li.png) no-repeat;
	background-position: 0 8px;
	display: inline-block;
	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}
#footer-nav ul li:first-child {
	background: none;
}
#footer-nav ul li a {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
}
#back-top {
	bottom: 43%;
	position: fixed;
	right: 20px;
	opacity: 1;
	visibility: visible;
}
#back-top a {
	display: block;
	width: 50px;
}
#back-top span {
	background: url(images/back-top.png) no-repeat;
	background-color: #000000;
	border-radius: 30px 30px 30px 30px;
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0.5;
}
#back-top span:hover {
	background-position: 0 -50px;
	opacity: 0.8;
}
/* ---------------------------------------------------



   09. Skin

   

--------------------------------------------------- */



body {
	color: #222222;
}
.button {
	color: #FFFFFF !important;
}
.button.white {
	color: #787878 !important;
}
input,  textarea,  input:focus,  textarea:focus,  select {
	border: 1px solid #e8e8e8;
	color: #919594;
	background: #FFFFFF;
}
#respond #submit:hover, #respond #submit:active,  .contact #submit:hover, .contact #submit:active {
	background: #222222;
}
.contact #submit, #respond #submit {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #222222;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222222;
}
/* FULL WIDTH

-----------------------------------*/



.full-width {
	width: 960px;
}
.full-width .post-content-single {
	width: 960px;
}
/* ARCHIVES

-----------------------------------*/



.archive-lists span {
	display: block;
	text-align: right;
}
.archive-lists ul {
	border-bottom: 1px solid #EAEAEA;
	clear: both;
	margin: 0 0 40px 0;
	list-style: none outside none;
}
.archive-lists ul li {
	display: block;
	border-top: 1px solid #EAEAEA;
	margin-bottom: 0;
}
.archive-lists ul li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	font-weight: normal;
}
.archive-lists ul li a:hover {
	font-weight: normal;
	text-decoration: none;
}
.archive-lists span.comments_number {
	color: #777777;
	float: right;
	margin-right: 20px;
	width: 50px;
}
.archive-lists span.archdate {
	color: #8B9091;
	float: left;
	letter-spacing: 1px;
	margin-right: 30px;
	padding: 0 0 10px 8px;
	width: 70px;
}
/* STATIC CSS

-----------------------------------*/



#top-bar {
	border-top: 10px solid #F55D2D;
}
#footer {
	border-top: 10px solid #F55D2D;
}
.post-box h1.main-page-title, .post-box .recent-posts h4, h3.widget-title p, .widget .tabs ul.drop li.ui-tabs-selected a, .widget .tabs ul.drop li.ui-tabs-selected a:hover, .widget .tabs ul.drop li a:hover {
	border-top: 5px solid #F55D2D;
}
.post-box .flex-caption .slider-categories a, .post-box .flex-caption .slider-categories a:hover, .post-box .meta-categories a, .post-box .meta-categories a:hover {
	background: #F55D2D;
}
.post-box .flex-caption .slider-categories a, .post-box .flex-caption .slider-categories a:hover, .post-box .meta-categories a, .post-box .meta-categories a:hover {
	color: #FFFFFF;
}
.post-box .flex-caption span a, .post-box .flex-caption span a:hover, .meta-info span a, .meta-info span a:hover {
	background: #ffff66;
}
.post-box .flex-caption span a, .post-box .flex-caption span a:hover, .meta-info span a, .meta-info span a:hover {
	color: #000000;
}
.pagination a, .footer-widgets .widget .tagcloud a:hover, .author-title, .author-title a, #respond #submit, #respond #submit, .contact #submit, .contact #submit, .comment-header h3, .optin input[type="submit"] {
	background: #F55D2D;
}
.flickr_badge_image img:hover {
	border: 5px solid #F55D2D;
}
#back-top span:hover {
	background-color: #F55D2D;
}
a.comment-reply-link {
	color: #F55D2D;
}
::selection {
	background: #F55D2D;
}

::-moz-selection {
background: #F55D2D;
}
.hentry a {
	color: #F55D2D;
}
#jwplayer-0_wrapper {
	margin-bottom: 15px;
}

/*a.button-preventivo,  a.button-preventivo:hover,  a.button-preventivo:focus {
	display: block;
	background: url("images/button-preventivo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 50px;
	width: 220px;
}
a.button-preventivo:hover,  a.button-preventivo:focus {
	opacity: 0.6;
}
*/

a.button-preventivo::after{content:"Richiedi preventivo"}
a.button-preventivo,  a.button-preventivo:hover,  a.button-preventivo:focus {
background: #b4e391;
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
    color: white;
    display: block;
    font-size: 15px;
    padding: 5px 0 5px 10px;
    text-align: center;
    text-shadow: none;
    width: 200px;
}

a.button-preventivo-head::after{content:"Richiedi preventivo per risparmiare"}
a.button-preventivo-head,  a.button-preventivo-head:hover,  a.button-preventivo-head:focus {
background: #b4e391;
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
    color: white;
    font-size: 15px;
    padding: 6px;
    text-align: center;
    text-shadow: none;
    width: 290px;
    font-weight: bold;
    display: block;
}


/* FABIO */
.page ul.elenco li a,
#sidebar ul.menu li a,
#sidebar ul.sub-menu li a {
	text-transform:none;
    font-size:16px;
}
.page ul.elenco {
	margin:0;
}
.page ul.elenco li {
	list-style: none;
	padding:21px 20px 21px 80px;
	border:1px solid #eaeaea;
	background:url(https://assicurazioneonline.com/assets/guida-icon.jpg) 10px center no-repeat;
}
.page ul.elenco li a {
	font-size:140%;
	line-height:140%;
}

#sidebar ul.sub-menu {
	margin:10px 0 0 10px;
}
#sidebar ul.menu {
	border-bottom:1px solid #eaeaea;
}
#sidebar ul.menu li,
#sidebar ul.sub-menu li {
	margin:0;
	padding:10px 0;
	border-top:1px solid #eaeaea;
}
#sidebar ul.menu li a:hover,
#sidebar ul.sub-menu li a:hover,
#sidebar ul.menu li.current_page_item > a,
#sidebar ul.sub-menu li.current_page_item > a {
	color:#f55d2d;
}
.rating {
   color:#555;
   font-family:arial;
}

#menu-item-1964 {
   background-color:#fff;
}
#primary-nav #menu-item-1964 a {
   color:#000;
   padding:0px 20px 0px 20px;
}
.guida-child h1 i.fa,
.guida-child h2 i.fa {
color:#f55d2d;
}
.buttons {
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    padding: 12px 10px;
    text-decoration: none;
    width: auto;
}
.buttons span {
    float: none;
    overflow: hidden;
}
a.buttons {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
a.buttons.left {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
a.buttons.right {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0;
}
div.button-center {
    text-align: center;
    width: 100%;
}
a.buttons.center {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}
a.btn_white {
    color: #4f4f4f !important;
}
.btn_brown {
    background-color: #c5703f;
    color: white;
}
.btn_brown:hover {
    background-color: #d1b593;
    color: white !important;
}
.btn_blue {
    background-color: #a5b8da;
    color: white;
}
.btn_blue:hover {
    background-color: #9badcc;
    color: white !important;
}
.btn_green {
    background-color: #6cb24c;
    color: white;
}
.btn_green:hover {
    background-color: #5f9d43;
    color: white !important;
}
.btn_yellow {
    background-color: #ffda6b;
    color: #fff;
}
.btn_yellow:hover {
    background-color: #ffd351;
    color: #fff !important;
}
.btn_red {
    background-color: #e83030;
    color: white;
}
.btn_red:hover {
    background-color: #e63131;
    color: white !important;
}
.btn_white {
    background-color: #f7f7f7;
    color: #4f4f4f;
}
.btn_white:hover {
    background-color: #f4f4f4;
    color: #4f4f4f !important;
}
.btn_white:active {
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 8px 2px #c1c1c1 inset;
}

.bff {
    display: none;
    z-index: 100;
    bottom: 0;
    position: fixed;
    width: 100%;
    margin-right: 0;
    padding: 0
}
.bff a.buttons {
    padding: 20px 20px 20px 0px;
    margin: 0!important;
    width: 100%!important;
    border-radius: 0
}

.button-green {

background-color:#4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 12px;
}

a.button-green {
color: white;
}