/*
Theme Name: Dobry Andel v2 - 2013
Theme URI: 
Description: DobryAndel.cz v2 theme 2013
Author: Ladislav Soukup, Peter Sladecek  |  PLAY.CZ
Author URI: http://play.cz
Version: 1.0
Tags: dobry andel
Text Domain: dobryAndel

Using grid system: http://www.responsivegridsystem.com/
*/

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url('images/bg_mainpage.png');
	min-width: 400px;
}

h1, h2, h3, h4, h5 {
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	margin: 0 0 10px 0;
}
h1 { font-size: 48px; }
h5 { display: inline; margin: 0; padding: 0; }

hr { width: 100%; border: none; background-color: #d1d1d1; height: 1px; margin: 15px 0; }

a {
	color: #c10f23;
}
a:hover {
	color: #A70D1E;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #A70D1E;
}

.clear_right, .clear_left, .clear { height: 1px; font-size: 1px; }
.clear_right { clear: right; }
.clear_left { clear: left; }
.clear { clear: both; }

.single_line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.error, .warning, .success, .info {
	padding: 5px 10px;
	margin: 10px 0;
	border-radius: 5px;
}

.error [class^="icon-"], .error [class*=" icon-"],
.warning [class^="icon-"], .warning [class*=" icon-"],
.success [class^="icon-"], .success [class*=" icon-"],
.info [class^="icon-"], .info [class*=" icon-"] { margin-right: 10px; }

.error, .error a {
	background-color: #c10f23;
	color: #fff;
}
.warning, .warning a {
	background-color: #f0e916;
	color: #000;
}
.success, .success a {
	background-color: #0cb03b;
	color: #fff;
}
.info, .info a {
	background-color: #54b7f5;
	color: #fff;
}

.btn {
	text-decoration: none;
	background-color: #c10f23;
	color: #fff;
	text-shadow: none;
	background-image: none;
	padding: 10px 30px;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 18px;
	
	
	border: 1px solid rgba(93,8,18,.6); /* stroke */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #c10f23; /* layer fill content */
	-moz-box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
	box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
	
}
.btn:hover {
	background-color: #A70D1E;
	color: #fff;
}
.btn-center {
	margin: 0 auto;
	width: auto;
	display: block;
	max-width: 200px;
}
.btn_small {
	padding: 5px 10px;
	font-size: 14px;
}
.btn_form_append {
	padding: 5px 10px;
	font-size: 14px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn_fb {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 100;
	background-color: #5272ac;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn_fb:hover {
	background-color: #5272ac;
	color: #fff;
}

.spacer { font-size: 1px; overflow: none; height: 15px; width: 15px; }
.spacer5 { height: 5px; width: 5px; }
.spacer10 { height: 10px; width: 10px; }

.big_text { font-size: 2em; line-height: 1.3em; }

.btn [class^="icon-"], .btn [class*=" icon-"] { margin-right: 10px; }

/* thumbs auto-aligement */
.cssthumb_wrap {
    width: 150px;
    height: 150px;
    position:relative;
    overflow: hidden;
    display: inline-block;
}
.cssthumb_wrap img.cssthumb {
    position:absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
}
img.cssthumb {
	max-height: 150px;
    max-width: 150px;
}

.partneri_wrap .cssthumb_wrap {
    margin: 10px;
    width: 160px;
    height: 80px;
}

/* ===== Content ===== */
#content p { line-height: 1.3em; }
#content h3 { font-size: 32px; }
#content h4 { font-size: 22px; margin: 0; }
#content ul { margin: 10px 0; }
#content ul li { margin: 15px 0; color: #c10f23; }
#content ol li { margin: 15px 0; color: #000000; }


/* ===== WordPress specific classess ===== */
img.alignleft { float: left; margin: 0 10px 5px 0 ;}
img.alignright { float: right; margin: 0 0 5px 10px; }


/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
 
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
 
/* To fill the container and nothing else */
#wrap .fb_iframe_widget, #wrap  .fb_iframe_widget span, #wrap  .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget iframe { position: relative !important; }

/* ===== HEADER ===== */

#header {
	height: 200px;
	background: url('images/header_bg.png') repeat-x;
	overflow: hidden;
}

#header_inner {
	max-width: 980px;
	margin: 0 auto;
}
#header_inner > div {
	margin-top: 3px;
}
#header_inner_menu {
	max-width: 980px;
	margin: 0 auto;
}

#header_logo {
	width: 255px;
	height: 150px;
	display: block;
	padding-bottom: 40px;
	margin-bottom: -40px;
	
	text-indent: -9999px;
}
#header_logo_mobile {
	display: none;
	float: right;
	width: 300px;
	height: 70px;
	margin: 0;
	text-indent: -9999px;
}

#header_logo_landing {
	width: 255px;
	height: 135px;
	display: block;
	
	text-indent: -9999px;
}

#header_inner nav.account ul { float: right; margin: 0; }
#header_inner nav.account ul li { display: block; float: left; list-style: none; }

#header_nav_lang, #header_nav_login, #header_nav_logout, #header_nav_profile {
	display: inline-block;
	height: 29px;
	text-decoration: none;
	color: #fefbe7;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 14px;
	padding: 6px 0 0 12px;
	margin: 0 0 -6px 5px;
}
#header_nav_lang a { margin: 0 3px; text-decoration: none; }
#header_nav_login, #header_nav_logout { background: url('images/header_nav_164.png') no-repeat; width: 154px; }
#header_nav_profile { background: url('images/header_nav_146.png') no-repeat; width: 136px; }

#header_cta_button {
	display: block;
	float: right;
	background: url('images/header_cta.png') no-repeat;
	width: 320px;
	height: 105px;
	margin: 10px 0 0 0;
	
	color: #fefbe7;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	text-decoration: none;
}
#header_cta_button .line1 {
	display: block;
	text-align: center;
	font-size: 44px;
	margin: 8px 0 0 0;
}
#header_cta_button .line2 {
	display: block;
	text-align: center;
	font-size: 30px;
}

/* breadcrumb */
#breadcrumbs {
	font-size: 13px;
	border-bottom: #ccc 1px solid;
	padding-bottom: 5px;
	color: #000;
	max-width: 980px;
	margin: 5px auto 10px auto;
}

/* ==== MENU === */
#topmenu a {
	color: #000;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}
#topmenu a:hover {
	color: #c10f23;
}

/* top items */
#topmenu ul { float: right; margin: 0; }
#topmenu ul li {
	float: left;
	list-style: none;
	margin: 0 4px;
	padding: 5px 0 0 0;
}

#topmenu ul li a {
	padding: 0 5px;
}
#topmenu ul li.menu_item_has_child > a {
	background: url('images/menu_sipka.png') no-repeat;
	background-position: 5px 0;
	padding: 0 10px 0 26px;
}
/* dropdown fx */
#topmenu ul li ul {
	display: none;
	overflow: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 99999;
	
	background: #fefbe7;
	padding: 5px 20px;
	border-radius: 0 5px 5px 5px;
	-webkit-box-shadow: 0px 3px 3px 1px #d7d2b7;
	box-shadow: 0px 3px 3px 1px #d7d2b7;
}
#topmenu ul li.menu_item_has_child:hover {
	background: #fefbe7;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 0px 3px 1px #d7d2b7;
	box-shadow: 0px 0px 3px 1px #d7d2b7;
}
#topmenu ul li.menu_item_has_child:hover > a {
	color: #c10f23;
	background: url('images/menu_sipka_hover.png') no-repeat;
	background-position: 5px 0;
}

#topmenu ul li:hover ul { display: block; }

/* subitems */
#topmenu ul li ul li {
	display: block;
	float: none;
	border-top: 1px solid #dcd7bd;
	padding: 10px 0;
}
#topmenu ul li ul li:first-child {
	border-top: none;
}

/* profile menu */
#profilemenu {
	padding: 5px 10px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5ddbf; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
}
#profilemenu .menu {
	padding: 0;
}

#profilemenu a {
	color: #000;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}
#profilemenu a:hover {
	color: #c10f23;
}

/* top items */
#profilemenu ul {  }
#profilemenu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#profilemenu ul li a {
	padding: 0 5px;
}


.notificationbar {
	width: 100%;
	max-width: 960px;
	
	margin: 10px auto;
	padding: 10px 10px;
	line-height: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f5c303;
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1);
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1);
}


/* ===== LOGIN ===== */

#login_form_wrap {
	width: 400px;
	margin: 30px auto;
	
	padding: 15px 20px;
	border: 4px solid #d1d1d1;
	border-radius: 10px;
	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(181,181,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(181,181,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

input.frmlogin {
	width: 360px;
}

#modal_wnd_login_form_inner, #modal_wnd_CTA_inner, #modal_wnd_login_form_wait {
	width: 400px;
	height: auto;
}

#modal_wnd_login_form_inner h1, #modal_wnd_CTA_inner h1, #login_form_wrap h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
}

.login_links {
	text-align: center;
	margin-top: 15px;
}
.login_links a {
	color: #121212;
	margin-top: 5px;
	display: block;
	text-decoration: none;
}
.login_links a:hover {
	text-decoration: underline;
}

/* ===== CONTENT ===== */
#content { }

#content div.blog_featured {
	padding: 15px 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5ddbf; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
}
#content div.blog_featured img.blog_featured {
	width: 95%;
	max-width: 300px;
	height: auto;
}
#content div.blog_featured div.excerpt { margin: 20px 0 20px 0; font-size: 110%; }

#content.dablog h2, #content div.blog_featured h2 {
	margin: 0;
	font-size: 24px;
}
#content.dablog em, #content div.blog_featured em {
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
#content.dablog em a, #content div.blog_featured em a { text-decoration: none; }

#content.dablog .post_thumbnail {
	float: right;
	width: 30%;
	max-width: 150px;
	margin: 0 0 10px 10px;
}

#content.dablog img.blog_list_img {
	float: left;
	height: 70px;
	width: auto;
	margin: 3px 10px 10px 0;
}


/* ===== HomePage ===== */
.hp_cta_box {
	padding: 30px 30px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fed101; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px #dfd7b9; /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px #dfd7b9; /* inner shadow */
	box-shadow: inset 0 0 0 1px #dfd7b9; /* inner shadow */
	border-color: #000 1px solid;
	
}
.hp_cta_box_item {
	margin-bottom: 13px;
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	clear: both;
}
.hp_cta_box_item > span {
	font-size: 22px;
	padding: 3px 0 0 8px;
	display: inline-block;
}
.hp_cta_box_item > b {
	font-size: 16px;
	background: #000000;
	border-radius: 5px;
	color: #eeeeee;
	padding: 6px 12px;
	display: inline-block;
	float: left;
}
.hp_cta_box h2 {
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 44px;
	text-align: center;
}

.hp_news_box h2 {
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 38px;
	text-align: center;
}


.hp_slide_stats.donor_count {
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 100px;
	text-align: center;
}

.hp_slide_stats.payment_sum {
	color: #2b291b;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 44px;
	text-align: center;
}
.hp_slide_stats.payment_sum span {
	color: #c10f23;
}


.hp_news {
	color: #2b291b; /* text color */
}
.hp_news h3 {
	margin: 0;
}
.hp_news .meta {
	color: #988f71;
	font-size: 0.9em;
}
.hp_news a {
	color: #2b291b; /* text color */
	text-decoration: none;
}
.hp_news a.read-more {
	color: #c10f23;
}
.hp_news p {
	margin: 5px 0 0 0;
}
.hp_news .spacer {
	height: 10px;
}

/* slider */

#hp_slider .ls-nav-prev,
#hp_slider .ls-nav-next {
	width: 45px;
	height: 100%;
	z-index: 10000;
	top: 140px;
	position: absolute;
	display: block!important;;
}

#hp_slider .ls-nav-prev {
	left: 0;
	background: url('images/ls-prev.png') no-repeat;
}
#hp_slider .ls-nav-next {
	right: 0;
	background: url('images/ls-next.png') no-repeat;
}


/* social feed */
.lsSocialFeedItemContainer {
	margin: 10px 0;
}
.lsSocialFeedItem_image {
	float: right;
	width: 50px;
	height: auto;
	margin: 5px 0 5px 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */

}

.lsSocialFeedItem_network, .lsSocialFeedItem_author, .lsSocialFeedItem_time { display: none; }
.lsSocialFeedItem_date { font-style: italic; }


/* ===== footer ===== */
#footer {
	background: #fed101 ;
	padding-top: 10px;
	margin-top:20px;
}
#footer_inner {
	max-width: 980px;
	min-height: 197px;
	margin: 0 auto;
	/*background: url('images/footer_container_bg.png') no-repeat;*/
}

/* ===== WIDGETS ===== */

#wrap .widget {
	padding: 15px 20px;
	margin-bottom: 20px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5ddbf; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
}
#wrap .widget h3 {
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 22px;
}

#wrap .widget li { margin: 15px 0; color: #c10f23; }
#wrap .widget .screen-reader-text { display: none; }
#wrap .widget input[type="text"] { width: 95%; }
#wrap .widget input[type="submit"] { 
	text-decoration: none;
	background-color: #c10f23;
	color: #fff;
	text-shadow: none;
	background-image: none;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	margin: 0 auto;
	width: auto;
	display: block;
	max-width: 200px;
	min-width: 100px;
	padding: 5px 10px;
	font-size: 14px;
	
	border: 1px solid rgba(93,8,18,.6); /* stroke */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #c10f23; /* layer fill content */
	-moz-box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
	box-shadow: 0 0 5px rgba(66,64,48,.64), inset 0 0 0 1px rgba(255,255,255,.42); /* drop shadow and inner shadow */
}

/* widget :: DA profil */
#wrap .widget_DA_profil h3 {
	text-align: left;
	margin: 10px 0 0 0;
}
#wrap .widget_DA_profil h4 {
	margin: 0;
}

.widget_DA_profil h2 {
	font-size: 32px;
}

.widget_DA_profil img.avatar {
	float: right;
	width: 40%;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
}
.widget_DA_profil img.avatar_small {
	width: 30%;
}

.widget_DA_profil_2 {
	text-align: center;
}
.widget_DA_profil_2 > div {
	margin: 15px 0;
	padding: 0;
}
.widget_DA_profil_2 .currency {
	color: #c10f23; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 54px;
}

/* widget dablog */
.widget_DA_blog .dablog_tags a {  
	display: inline-block;  
	height: 19px;  
	margin: 0 10px 4px 0;  
	padding: 2px 7px 0 14px;  
	white-space: nowrap;  
	position: relative;  
	
	background-color: #c10f23;  
	
	color: #ffffff;  
	font-family: 'BebasNeue', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase; 
	text-decoration: none;
	
	border-top: 1px solid #c10f23;  
	border-bottom: 1px solid #c10f23;  
	border-right: 1px solid #c10f23;  
	border-radius: 1px 3px 3px 1px;  
}
.widget_DA_blog .dablog_tags a:before { 
	content: '';  
	position: absolute;  
	top: 5px;  
	left: -6px;  
	width: 10px;  
	height: 10px;  
	 
	background-color: #c10f23;  
	
	border-left: 1px solid #c10f23;  
	border-bottom: 1px solid #c10f23;  
	border-radius: 0 0 0 2px;  
}
.widget_DA_blog .dablog_tags a:before { 
	-webkit-transform: scale(1, 1.5) rotate(45deg);  
	-moz-transform: scale(1, 1.5) rotate(45deg);  
	-ms-transform: scale(1, 1.5) rotate(45deg);  
	transform: scale(1, 1.5) rotate(45deg);  
}
.widget_DA_blog .dablog_tags a:after { 
	content: '';  
	position: absolute;  
	top: 7px;  
	left: 1px;  
	width: 5px;  
	height: 5px;  
	background: #FFF;  
	border-radius: 4px;  
	border: 1px solid #c10f23;  
}
.widget_DA_blog .dablog_tags a:hover { 
	background-color: #A70D1E;
}


/* === graphs === */
.graph_tooltip {
	width: 113px;
	height: 34px;
	background: url('images/graph_tooltip.png') no-repeat;
	color: #fdfae6; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	display: none;
}
.graph_tooltip.tooltip_red {
	background: url('images/graph_tooltip_red.png') no-repeat;
}

/* === social_footer === */
.social_footer {
	text-align: center;
}
.social_footer_inner {
	width: auto;
	margin: 20px auto 0 auto;
	display: inline-block;
}
.social_footer_inner > a {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px 0 10px;
	text-indent: -9999px;
	background: url('images/social_sprite80-160-240.png') no-repeat;
}


.social_footer_inner > .ico_fb {  }
.social_footer_inner > .ico_gplus { background-position: -80px 0; }
.social_footer_inner > .ico_twitter { background-position: -160px 0; }
.social_footer_inner > .ico_youtube { background-position: -240px 0; }
.social_footer_inner > .ico_linkedin { background-position: -320px 0; }



/* ===== MAIN PAGE CONTAINER ===== */
#wrap {
	max-width: 980px;
	min-height: 300px;
	margin: 0 auto;
}


/* ===== blog post nav links ===== */
#blog_post_nav {
	
}
#blog_post_nav ul {
	margin: 0;
	padding: 0;
}
#blog_post_nav ul li {
	display: block;
	float: left;
	max-width: 45%;
}
#blog_post_nav ul li.next-link {
	float: right;
	text-align: right;
}
#blog_post_nav ul li > a {
	text-decoration: none;
	background-color: #c10f23;
	color: #fff;
	text-shadow: none;
	background-image: none;
	padding: 7px 20px 7px 10px;
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 16px;
	border-radius: 10px; /* border radius */
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#blog_post_nav ul li.next-link > a {
	padding: 7px 10px 7px 20px;
}

#blog_post_nav ul li > a:hover {
	background-color: #A70D1E;
	color: #fff;
}



/* ===== tabs ===== */
#content .ui-tabs-nav {
	padding: 5px 10px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e5ddbf; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	-webkit-box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
	box-shadow: inset 0 0 0 1px rgba(43,41,28,.1); /* inner shadow */
}
#content .ui-tabs-nav li {
	list-style: none;
	float: left;
	margin: 10px 15px 0 0;
}
#content .ui-tabs-nav li a {
	text-decoration: none;
	color: #000000;
	font-family: 'BebasNeue', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
#content .ui-tabs-nav li.ui-state-hover a, #content .ui-tabs-nav li.ui-state-active a {
	color: #c10f23;
}

/* ====== SOCIAL share - sharrre ===== */
#DA_social_floater {
	position: absolute;
	top: -500px;
	left: 0px;
	overflow: hidden;
	
	width: 120px;
	height: auto;
	text-align: right;
	
	-webkit-transition: top 250ms ease-in-out;
	-moz-transition: top 250ms ease-in-out;
	-ms-transition: top 250ms ease-in-out;
	-o-transition: top 250ms ease-in-out;
	transition: top 250ms ease-in-out;
}


.sharrre .button {
	margin: 15px 20px 0 5px;
}


/* =====  bPopup_window ===== */
.bPopup_window {
	display: none;
	
	padding: 15px 20px;
	border: 4px solid #d1d1d1;
	border-radius: 10px;
	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(181,181,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(181,181,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(181,181,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

/* =====  parsley ===== */
ul.parsley-error-list { margin: 0 !important; padding: 0 !important; }
ul.parsley-error-list > li { margin: 0 0 5px 15px !important; }

.form_error {
	background-color: #fbb8b8!important;
	
}


/* ===== MOBILE version ===== */
.mobile-nav-0 ul li {
	padding: 5px 0;
}

@media only screen and (max-width: 600px) {
	#hp_slider { display: none; }
}
@media only screen and (max-width: 500px) {
	#topmenu > div > ul { display: none; }
	.btn_mobilenav { margin: 10px 0 0 5px; padding: 20px 10px; }
	
	#hp_slider { display: none; }
	#header { height: auto; }
	
	#header_logo { display: none; }
	#header_logo_mobile { display: block!important; }
	
	#header_cta_button {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		background: red;
		padding: 7px 10px;
	}
	#header_cta_button .line1, #header_cta_button .line2 {
		display: inline;
		text-align: center;
		font-size: 22px;
		margin: 8px 0 0 0;
	}
	
	
	h1 { font-size: 28px; }
	.hp_cta_box h2 { font-size: 28px; }
	.hp_news_box h2 { font-size: 28px; }
	.hp_cta_box {margin:0px;padding:0px;padding-left:15px;padding-right: 15px;}
	
	
	