@charset UTF-8;
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Portfolio gallery
#8 Sidebar styling
#9 Footer


/* #0 Reset */

@media print {

}

@font-face {
    font-family: 'entypo';
    src: url('../fonticons/entypo.svg#entypo') format('svg');
    src: url('../fonticons/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonticons/entypo.svg#entypo') format('svg'),
         url('../fonticons/entypo.woff') format('woff'),
         url('../fonticons/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
}

html {
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*font-family: 'Monda', sans-serif;*/
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	/*background:#232323;*/
}

h1, h2, h3, h4, h5, h6, span, p, input, span.as_h2 {
	margin: 0;
	padding: 0;
}
span.as_h2{font-weight: bold;}

h1 span{ font-size: 16px; color: #7d7d7d;}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

@media screen and (min-width: 1024px) {
  
    #mob_loader{display: none;}
  
}


.boxed {
	background:#fff url(../images/neweklog-bg.png) top center repeat-x;
}


/* #1 Layout Structure */

a {
	color: #232323;
	text-decoration: none;
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

a:hover {
	color:#ff7800;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width:1000px;
	height:100%;
	margin:0px auto;
	position:relative;
	background: #fff;
	border-left: 15px solid #ffffff;
	border-right: 15px solid #ffffff;
}

.wrapper .wrapper{border: 0;}

.left {
	float:left;
}

.right {
	float:right;
}

.icon-text {
	font-family:'entypo', Arial;
}

.image-border-font {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

.image-border-font.inverted-border {
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.3);
}

.image-hover {
	display:inline-block;
	position:relative;
	background:#232323;
}

.image-hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	max-width: 100%;
}

.image-hover:hover img {
	opacity:0.2;
	filter:alpha(opacity=20);
}

a .search-icon {
	display:block;
	position:absolute;
	top:0px;
	z-index:0;
	width:100%;
	height:100%;
	background:url(../images/search2.png) no-repeat center;
    background-size: 1px 1px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

a:hover .search-icon {
	opacity:1;
	filter:alpha(opacity=100);
	background:url(../images/search2.png) no-repeat center;
    background-size: 42px 42px;
}

/*  */

.header {
	height:117px;
}

.header .header-logo span {
	color:#232323;
	font-size:26px;
	display: block;
}

.header .header-logo span a {
	display:block;
	padding-top:16px;
}

.header .header-logo span.the-logo {
	overflow:hidden;
	color:transparent;
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	max-width:90%;
}

.header .header-logo span.the-logo a {
	color:transparent;
	padding-top:0px;
}

div.top-banner, div.top-obj-b  {
	display:block;
	margin:0 auto;
	width:728px;
}

div.header-banner, div.header-obj-b {
	display:block;
	float:right;
	margin-top:24px;
}

div.header-logo {
	display:block;
	float:left;
	margin-top:5px;
}

div.header-logo h1.logo {
	padding-top:12px;
	font-size:36px;
}


/*  */

div.menu {
	display:block;
	
}
div.menu .wrapper
{
	padding-bottom:20px;
}

ul.menu {
	display:block;
	height:38px;
	background:#cb0500;
}

ul.menu li {
	display:block;
	float:left;
	padding-right:6px;
	background:url(../images/menu-split-white.png) no-repeat right center;
	/*position:relative;*/
}

ul.menu div li, ul.undermenu div li
{
	background: none;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	float: none;
}

ul.menu li a {
	display:block;
	padding:12px 15px;
	color:#fff;
}

ul.menu div li a, ul.undermenu div li a  {
	display:inline;
	padding:0;
	color: #514c3c;
}

ul.menu div ul, ul.undermenu div ul {
	float: left;
	margin: 0 20px 0 0;
}

ul.undermenu div ul 
{
	width: 225px;
}

ul.menu li a:hover, {
	opacity:0.6;
	filter:alpha(opacity=60);
}

ul.undermenu {
	display:block;
	height:39px;
	background:rgba(255,255,255,0.6);
	border-bottom:1px dotted #b2b2b2;
}

ul.undermenu li {
	display:block;
	float:left;
	padding-right:5px;
	background:transparent;
	border-right:1px solid #f0f0f0;
}

ul.undermenu li:hover {
	display:block;
	float:left;
	padding-right:5px;
	background: #f0f0f0;
}


ul.undermenu li a {
	display:block;
	padding:12px 16px;
	font-size:12px;
}


ul.uppermenu {
	display:block;
	height:35px;
	background:rgba(255,255,255,0.6);
	border-top:1px dotted #b2b2b2;
	text-align:right;
	cursor:default;
}

ul.uppermenu li {
	display:inline-block;
}

ul.uppermenu li a {
	display:block;
	padding:12px 16px 12px 0px;
	font-size:12px;
	color: #0B5899;
}

div.socials-header {
	display:block;
	position:absolute;
	padding:8px 14px;
	z-index:2;
	font-size:20px;
}

.div.socials-header.mob_layout{display: none;}

div.socials-header a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.socials-header a span.social-bubble {
	display:inline-block;
	background:url(../images/social-bubble-arrow.png) no-repeat left center;
	font-size:10px;
	line-height:7px;
	font-weight:bold;
	margin:2px 7px 2px 5px;
	padding-left:3px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.socials-header a span.social-bubble font {
	padding:5px 6px;
	background:#232323;
	display:inline-block;
	color:#fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*  */

.content {
	display:block;
	margin-bottom:20px;
}
.content .wrapper{border-top: 20px solid #ffffff;}

.content .content-left {
	width:500px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.content .content-left-internal_wide {
	width:500px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.content .content-left.content-full-width {
	width:100%;
	margin-right:0px;
}

.content .content-middle {
	width:160px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.content .content-middle-internal_wide {
	width:160px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:0px;
	overflow:hidden;
}

.content .content-right {
	width:300px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:0px;
	overflow:hidden;
	float: right;
}

.content .content-full {
	width:100%;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}

.comments-small {
	color:#ff7800!important;
	font-size:9px!important;
	font-weight:bold;
	margin-left:8px;
	padding-left:12px;
	background:url(../images/comments-small.png) no-repeat left center;
}

.content-middle h3 {
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}

.content-middle .middle-panel {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom: 1px dotted #B2B2B2;
}

.content-middle .middle-panel:last-child {
	border-bottom:0px;
}

.banner-160x600, .obj-b-160x600 {
	display:block;
	width:160px;
	overflow:hidden;
	text-align:center;
}

.banner-300x250, .obj-b-300x250 {
	display:block;
	width:300px;
	text-align:center;
	overflow:hidden;
}

.banner-468x60, .obj-b-468x60 {
	display:block;
	width:468px;
	text-align:center;
	overflow:hidden;
	margin:0px auto;
}

.sponsored-advert {
	font-size:10px;
	display:block;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	color:#8b8b8b;
}

.sponsored-advert span {
	font-size:12px;
	padding:0px 8px;
	display:inline-block;
}

.right-panel {
	margin-bottom:25px;
	position:relative;
}

.right-panel a.textpk > span{overflow: hidden;}

h2.panel-title, span.as_h2.panel-title {
	display:block;
	background:url(../images/panel-title-bg.png) repeat top left;
	font-size:19px;
	color:#232323;
	margin-bottom:18px;
}

h2.panel-title span, span.as_h2.panel-title span{
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

a.textpk, .textpk {
	display:block;
	background:#f0f0f0;
	border:1px solid #d2d2d2;
	box-shadow:0px 2px 1px #f2f2f2, inset 0px 1px 0px #fff;
	text-shadow:0px 1px 0px #fff;
	color:#8c8c8c;
	font-size:10px;
	line-height:15px;
	padding-top:14px;
	padding-bottom:4px;
	margin-bottom:10px;
	-moz-border-radius:3px;
	border-radius:3px;
}

a.textpk:hover {
	background:#f9f9f9;
}

a.textpk > span {
	display:block;
	padding:0px 20px 10px 20px;
}

a.textpk span.textpk-title, div.textpk span.textpk-title, .textpk-title {
	color:#232323;
	font-size:15px;
	font-weight:bold;
}

a.textpk span.textpk-link {
	color:#ff7800;
	font-weight:bold;
}

a.textpk span.textpk-link span.icon-text {
	padding-right:6px;
	font-weight:normal;
}

.tagcloud {
	cursor:default;
}

.tagcloud > a {
	display:inline-block;
	color:#fff;
	background:#232323;
	font-size:12px!important;
	padding:6px 9px;
	margin:0px 1px 4px 0px;
}

.tagcloud > a:hover {
	background:#ff7800;
}

p {
	line-height:18px;
	font-size:12px;
	color:#232323;
}

.mailing-list-form {
	display:block;
	padding:20px 0px;
	text-align:center;
}

.content textarea {
	display:inline-block;
	border:1px solid #232323;
	color:#232323;
	padding:6px 13px;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
	font-size:11px;
	width:180px;
	height:90px;
	float: left;
}

.content input[type=text], .content input[type=radio],.content input[type=checkbox], .content select {
	display:inline-block;
	border:1px solid #232323;
	color:#232323;
	padding:6px 13px;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
	font-size:11px;
	width:180px;
	margin: 4px 0;
	float: left;
}

img.captcha{float: left;}
.content input[type=text].captcha{float: left;left: 129px; position: relative;clear: both;}

.content input[type=radio],.content input[type=checkbox]
{
	width: auto;
}

.mailing-list-form input[type=text] {
	display:block;
	margin:0px auto 4px auto;
}

input[type=submit] {
	display:inline-block!important;
	background:#232323;
	border:0px;
	color:#fff;
	padding:7px 13px;
	display:block;
	margin:10px auto 0px auto;
	cursor:pointer;
	font-size:10px;
}

input[type=submit]:hover {
	background:#ff7800;
}

.right-panel .screen-reader-text {
	display:none;
}

.right-panel form {
	text-align:center;
}

.panel-right-side {
	display:block;
	position:absolute;
	background:#fff;
	height:19px;
	top:0px;
	right:0px;
	padding-left:10px;
	font-size:12px;
	padding-top:1px;
}

.panel-right-side .icon-text:first-child {
	padding-left:0px;
}

.panel-right-side .icon-text {
	display:inline-block;
	font-size:17px;
	padding-left:9px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.panel-right-side .icon-text.active {
	opacity:1;
	filter:alpha(opacity=100);
}

.comment-item {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #B2B2B2;
}

.comment-item:after {
	display:block;
	content:'';
	clear:both;
}

.comment-item .comment-avatar {
	display:block;
	float:left;
	width:60px;
}

.comment-item .comment-content {
	display:block;
	margin-left:75px;
}

.comment-item .comment-content h3 {
	font-size:14px;
	padding-bottom:10px;
}

.icon-link {
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	margin-right:14px;
}

.icon-link .icon-text {
	padding-right:6px;
	font-weight:normal;
}

.comment-item .comment-content .icon-link {
	display:inline-block;
	margin-top:11px;
}

.comment-item .comment-content .icon-link .icon-text {
	padding-left:6px;
}

#panel-comments > .comment-item:last-child, .article-item > .article-content:last-child, .gallery-item:last-child {
	border-bottom:0px;
	margin-bottom:0px;
}

.article-item h3, .gallery-item h3 {
	font-size:15px;
	line-height:21px;
}

.article-item .article-image {
	padding-bottom:10px;
}

.article-item .article-content {
	padding-bottom:10px;
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom:10px;
}

.alert-message {
	font-size:10px;
	text-align:center;
	display:block;
}

.alert-message .icon-text {
	padding-right:8px;
}

.gallery-item .gallery-image {
	padding-bottom:10px;
	position:relative;
	width:300px;
	height:182px;
}

.image-big-gallery {
	position: relative;
	width:100%;
}

.gallery-item {
	padding-bottom:14px;
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom:18px;
	width:300px;
}

.gallery-preview-thumbs {
	display:block;
	position:absolute;
	z-index:10;
	background:rgba(0,0,0,0.8);
	padding:10px 12px;
	margin-left:-126px;
	left:50%;
	bottom:24px;
	border:1px solid rgba(255,255,255,0.6);
	-moz-border-radius:3px;
	border-radius:3px;
}

.gallery-preview-thumbs > a > span {
	margin:0px 2px;
}

.waiter {
	width:100%!important;
	overflow: hidden;
}

.sexyslider-title {
	padding:15px 20px!important;
	width:auto!important;
}

.sexyslider-title h2, .sexyslider-title span.as_h2{
	padding-bottom:8px;
}

.sexyslider-title h2 a, .sexyslider-title span.as_h2 a{
	font-size:15px;
	color:#fff;
}

.sexyslider-title {
	font-size:10px;
	color:#fff;
	line-height:16px;
}

.slider {
	 border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 16px;
    padding-bottom: 65px;
    position: relative;
    background-repeat: no-repeat;
}

.slider_webtv { padding-bottom: 20px; }
#slider_thumbs2 { padding:10px 0; margin:0 auto; text-align:center; }

#navigation {
	position:absolute;
	bottom:32px;
	left:0px;
	z-index:9;
	width:100%;
}

#navigation a.sexyslider-prev {
	float:left;
}

#navigation a.sexyslider-next {
	float:right;
}

#navigation a.sexyslider-prev:after {
	display:block;
	content:'\E75D';
	float:left;
	padding-right:6px;
	font-family:'entypo', Arial;
}

#navigation a.sexyslider-next:after {
	display:block;
	content:'\E75E';
	float:right;
	padding-left:6px;
	font-family:'entypo', Arial;
}

#navigation a {
	color:#bcbcbc;
	font-size:10px;
	font-weight:bold;
}

#navigation a:hover {
	color:#787878;
}

#control{
	position:relative;
	display:block;
	padding-top:16px;
	text-align:center;
	margin:0px auto;
	width:200px;
	z-index:10;
}

#slider_thumbs {
	position:relative;
	display:block;
	padding-top:16px;
	text-align:center;
	margin:0px auto;
	width:100%;
	z-index:10;
}

#slider_thumbs a{float: left; margin: 0 15px 0 0;}
#slider_thumbs a:last-child{margin: 0 0 0 0;}

#control a {
	background:#bcbcbc;
	color:transparent;
	display:inline-block;
	margin:0px 3px;
	width:10px;
	height:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#control a:hover {
	background:#787878;
}

#control a.active {
	background:#ff7800;
}

.post-stock {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
	text-align:center;
}

.post-stock .post-small.post-fix {
	display:inline-block;
	margin:0px 30px;
	text-align:left;
	float:none;
}

.post-stock .post-small span.img_cont 
{
	min-height: 96px; overflow: hidden; text-align: center;
}

.post-stock .post-small .article-list
{
	border-bottom: 1px dotted #b2b2b2;
    display: block;
    margin-bottom: 16px;
    padding-bottom: 14px;
    min-height: 62px;
}

.post-stock .post-small .article-list .article-thumb
{
	float: left; margin: 0 5px 5px 0;
	min-height: 145px;
}


.post-stock .post-small .article-list h3
{
	font-size:15px; margin:0; padding:0; height:75px;
}

.post-stock .post-small .article-list:last-child
{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-stock .post-small .post-small-first
{
	min-height: 306px;
	border-bottom: 1px dotted #b2b2b2;
    display: block;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.post-stock .post-small.col3-internal_wide .post-small-first
{
	min-height: 320px;
}

.post-stock .post-small .post-small-first h3
{
	height:58px;
}

.post-stock:after {
	display:block;
	clear:both;
	content:'';
}

.content-left .double-panel h3, .content-left .post-stock h3,  h4.as_h3 {
	padding-top:10px;
	margin: 0 0 12px 0;
}

.content-left .double-panel .article-list h3 {
	padding-top:0px;
}

.content-left h3, h4.as_h3 {
	line-height:20px;
}

.double-full-article h4.as_h3 a{font-size: 15px;}

.post-stock .post-small h3 {
	font-size:14px;
	line-height:20px;
}

.post-stock .post-big {
	display:block;
	width:328px;
	float:left;
	text-align:left;
}

.post-stock .post-small {
	display:block;
	width:154px;
	float:right;
	margin-left:19px;
	text-align:left;
}

.post-stock .post-small.col3-internal_wide {width:214px;}

.post-stock .post-small.-internal_wide {width: 320px;margin-top: 40px;}
.post-stock > .post-small:last-child {
	margin-left:0px;
}


.post-stock .time-stamp  {
	color: #858080;
    display: block;
    font-size: 11px;
    position: relative;
    top: 6px;
}

.post-stock .time-stamp .icon-text {
	padding-right:8px;
}

.banner-panel,.obj-b-panel {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	overflow: hidden;
	
}
.content-left .banner-panel, .content-left .obj-b-panel {margin: 0 0 20px 0;}

.double-panel > div {
	width:240px;
}

.double-panel.-internal_wide > div { width:310px; }

.double-panel div.double-article-list > h3 {
	display:block;
	padding-bottom:12px;
	border-bottom:1px dotted #B2B2B2;
}

.double-panel div.double-article-list > h3 a{min-height: 42px; display: block; float: left;}
/*
.double-panel > div > div.double-article-list > h3:last-child {
	border:0px;
}*/

.double-panel {
	display:block;
	padding-top:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
}

.double-panel:after {
	display:block;
	clear:both;
	content:'';
}

a.button-full-width, a.button-center-width {
	display:block;
	background:#f0f0f0;
	border:1px solid #d2d2d2;
	box-shadow:0px 2px 1px #f2f2f2, inset 0px 1px 0px #fff;
	text-shadow:0px 1px 0px #fff;
	color:#8c8c8c;
	font-size:9px;
	line-height:15px;
	padding:8px 0px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
}

a.button-full-width:hover, a.button-center-width:hover {
	background:#f7f7f7;
}

a.button-full-width:active, a.button-center-width:active {
	background:#e9e9e9;
}

a.button-center-width {
	margin:0px 130px;
}

.double-panel div.double-full-article > h3, .double-panel h4.as_h3 {
	display:block;
	padding-bottom:8px;
	clear: both;
}

.double-article-img-list .article-list {
	display:block;
	padding-bottom:14px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:16px;
}

.double-article-img-list .article-list:last-child {
	border:0px;
	margin-bottom:8px;
}

.double-article-img-list .article-list:after {
	display:block;
	clear:both;
	content:'';
}

.double-article-img-list .article-thumb {
	display:block;
	float:left;
	width:50px;
	height:33px;
	margin:3px 5px 0 0;
}

.double-article-img-list h3 {
	display:block;
	margin-left:64px;
	padding-top:0px;
	margin-top:-3px;
	font-size:13px;
	line-height:18px;
}

.content-left > div:last-child {
	border:0px;
}

.page-view-block {
	display:block;
	padding-bottom:5px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:5px;
	line-height: 20px;
}

.full-width-page {
	color:#232323;
}

.page-view-block p, .full-width-page p {
	padding-bottom:16px;
	color:#232323;
	line-height:20px;
	font-size: 14px;
}

.page-view-block li p {padding-bottom: 0px;}
.page-view-block {
	color:#232323;
}

.article-main-icons {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	min-height: 24px;
}

.article-main-icons .article-icon {
	display:inline-block;
	color:#9c9c9c;
	font-size:10px;
	margin-right:14px;
	line-height: 15px;
}

.article-main-icons a.article-icon:hover {
	color:#ff7800;
}

.article-main-icons .article-icon .icon-text {
	padding-right:7px;
}

.article-main-photo {
	padding-bottom:16px;
	text-align: center;
	
}

.article-main-photo img
{
	width: auto;
	max-width: 100%;
}

.page-view-block h2, .page-view-block span.as_h2{
	font-size:20px;
	line-height:25px;
	padding-bottom:16px;
}

h2.article-main-title, h1, span.as_h2.article-main-title {
	font-size:20px;
	line-height:25px;
	display:block;
	border-bottom:1px dotted #B2B2B2;
	padding-bottom:16px;
	margin-bottom: 18px;
	color:#232323;
}

.article-tag-block {
	display:block;
	border-top:1px dotted #B2B2B2;
	padding-top:16px;
}

.article-tag-block .tag-text {
	display:inline-block;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
	padding:5px 0px;
}

.article-tag-block .tag-text .icon-text {
	font-weight:normal;
	padding-right:6px;
}

.article-tag-block .tagcloud {
	display:inline-block;
	width: 430px;
}

.article-tag-block .tagcloud > a {
	font-size: 10px!important;
}


.single-panel div.single-full-article > h3 {
	display:block;
	padding-bottom:8px;
}

.single-article-img-list .article-list {
	display:block;
	padding-top:14px;
	border-top:1px dotted #B2B2B2;
	margin-top:16px;
	height:36px;
	overflow:hidden;
}

.single-article-img-list .article-list:first-child {
	border:0px;
	padding-top:0px;
}

.single-article-img-list .article-list:last-child {
	margin-bottom:16px;
}

.single-article-img-list .article-list:after {
	display:block;
	clear:both;
	content:'';
}

.single-article-img-list .article-thumb {
	display:block;
	float:left;
	width:50px;
	height:33px;
	margin-top:1px;
}

.single-article-img-list h3 {
	display:block;
	margin-left:64px;
	padding-top:0px;
	font-size:14px;
	line-height:18px;
}

.single-article-img-list p {
	display:block;
	margin-left:64px;
	padding-top:0px;
	margin-top:0px;
	font-size:13px;
	line-height:18px;
	font-size:9px;
	width:430px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.full-panel {
	display:block;
	margin-bottom:26px;
	overflow: hidden;
}

.page-view-block .social-likes {
	display:block;
	border-top:1px dotted #B2B2B2;
	padding-top:14px;
	margin-top:12px;
}

.social-likes > div {
	display:inline-block;
	margin-right:7px;
}

.social-likes > div > a span.icon-text {
	display:inline-block;
	background:#f3f3f3;
	font-weight:normal;
	padding:0px 7px 0px 7px;
	font-size:11px;
	margin-right:7px;
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

.social-likes > div > a {
	display:inline-block;
	margin-right:4px;
	border:1px solid #e4e4e4;
	padding:0px 7px 0px 0px;
	font-size:10px;
	font-weight:bold;
	line-height:19px;
	color:#232323;
}

.social-likes > div > span {
	display:inline-block;
	border:1px solid #e4e4e4;
	padding:0px 3px;
	font-size:9px;
	line-height:17px;
	font-weight:normal;
	color:#686868;
	margin:2px 0px;
	cursor:default;
	text-shadow:0px 1px 0px #fff;
	position:relative;
}

.social-likes > div > span span.bullet {
	display:block;
	width:4px;
	height:4px;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	position:absolute;
	left:-3px;
	top:6px;
	background:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.social-likes > div > a:hover {
	border:1px solid #cecece;
	color:#232323;
	background:#efefef;
}

.social-likes > div > a:hover span.icon-text {
	background:#5c5c5c;
	color:#fff;
	border-top:1px solid #5c5c5c;
	border-left:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom:-1px;
}

.social-likes > div.soc-button-facebook > a:hover span.icon-text {
	background:#475aaf;
	border-top:1px solid #3c4d95;
	border-left:1px solid #3c4d95;
	border-bottom:1px solid #3c4d95;
}

.social-likes > div.soc-button-twitter > a:hover span.icon-text {
	background:#30b1d1;
	border-top:1px solid #2997b2;
	border-left:1px solid #2997b2;
	border-bottom:1px solid #2997b2;
}

.social-likes > div.soc-button-pinterest > a:hover span.icon-text {
	background:#ca3737;
	border-top:1px solid #ac2f2f;
	border-left:1px solid #ac2f2f;
	border-bottom:1px solid #ac2f2f;
}

.about-author-image {
	display:block;
	float:left;
}

.about-author-content {
	display:block;
	margin-left:120px;
}

.about-author-content h2, .about-author-content span.as_h2 {
	padding-bottom:10px;
}

.about-author-content p {
	padding-bottom:10px;
}

.about-author-block {
	display:block;
	padding-bottom:10px;
}

.about-author-block:after {
	display:block;
	content:'';
	clear:both;
}

.comment-block {
	display:block;
	border-bottom:1px dotted #B2B2B2;
	padding-bottom:16px;
	margin-bottom:16px;
}

.comment-block .comment-avatar {
	width:60px;
	height:60px;
	display:block;
	float:left;
}

.comment-block .commment-content {
	display:block;
	margin-left:75px;
}

.comment-block .time-stamp {
	display:block;
	font-size:10px;
	padding-top:4px;
	color:#b5b5b5;
}

.comment-block .time-stamp .icon-text {
	padding-right:8px;
}

.comment-block h3 {
	padding-bottom:10px;
}

.comment-block h3 font {
	font-size:10px;
	display:inline-block;
	padding-left:10px;
	padding-top:2px;
	color:#ff7800;
}

.comment-block h3 font .icon-text {
	padding-right:4px;
}

.comment-block p {
	padding-bottom:12px;
	color:#232323;
}

.comments > li:last-child .comment-block:last-child {
	border:0px;
}

ul.children .comment-block:before {
	display:block;
	position:absolute;
	content:'\21B3';
	left:26px;
	top:18px;
	font-family:'entypo', Arial;
	font-size:20px;
	color:#e5e5e5;
}

ul.children .comment-block {
	padding-left:75px;
	position:relative;
}


/* Footer */

.footer {
	background:#232323;
	color:#eaeaea;
	padding:10px 0px 10px 0px;
}

.footer .wrapper{background:transparent; border-left:0px solid #232323;  border-right:0px solid #232323;} 
.footer a {
	color:#fff;
}

.footer a:hover {
	color:#ccc;
}


.footer .logo {
	display:block;
	float:left;
	font-weight:700;
	font-size:30px;
}

.footer .logo img {
	margin-bottom:0px;
}

.footer h2.logo, .footer span.as_h2.logo {
	padding-bottom:13px;
}

.footer .social-icons {
	float:right;
	opacity:0.6;
	filter:alpha(opacity=60);
	font-size:20px;
	margin-top:6px;
	cursor:default;
	position: relative;right: 10px;
}

.footer .social-icons a {
	display:inline-block;
	margin-left:3px;
}

.footer .menu-section {
	font-size:13px;
	margin-top:10px;
}

.footer .menu-section ul {
	display:block;
	text-align:center;
	padding-bottom:2px;
	margin-bottom:18px;
	border-bottom:1px solid #494949;
}

.footer .menu-section ul li {
	display:inline-block;
	position:relative;
}

.footer .menu-section ul li:last-child:after {
	display:none;
}

.footer .menu-section ul li:after {
	position:absolute;
	display:block;
	height:12px;
	width:1px;
	background:#757575;
	right:1px;
	top:16px;
	content:'';
}

.footer .menu-section ul li a {
	display:inline-block;
	padding:15px 10px 20px 10px;
	margin-right:10px;
	font-size:14px;
}

.footer .foot-menu ul {
	margin-bottom:10px;
}

.footer ul {
	text-align:center;
}

.footer .middle-section ul li {
	display:inline-block;
	padding:6px 12px;
	font-size:12px;
	position:relative;
}

.footer .middle-section ul li:last-child:after {
	display:none;
}

.footer .middle-section ul li:after {
	position:absolute;
	display:block;
	height:11px;
	width:1px;
	background:#757575;
	right:-3px;
	top:6px;
	content:'';
}

.footer .middle-section  ul li a {
	display:inline-block;
}

.footer .middle-section {
	padding-bottom:20px;
	border-bottom:1px solid #494949;
	margin-bottom:20px;
}

.footer .foot-middle-left {
	float:left;
	width:460px;
	display:block;
	padding-right:40px;
}

.footer .foot-middle-left h2, .footer .foot-middle-center h2, .footer .foot-middle-right h2,
.footer .foot-middle-left span.as_h2, .footer .foot-middle-center span.as_h2, .footer .foot-middle-right span.as_h2 {
	padding-bottom:10px;
	font-size:17px;
}

.footer .copystuff {
	 display: block;
    float: left;
    text-align: center;
    width: 75%;
}

.footer .copystuff p {
	color: #a4a4a4;
    font-size: 11px;
    line-height: 77px;
    text-align: center;
    vertical-align: middle;
}

.footer .copystuff p img {
	padding:0px 5px;
}

.footer .footer-split {
	display:inline-block;
	height:11px;
	width:1px;
	margin: 34px 10px;
	background:#757575;
}



/*  */

#writecomment {
	text-align:center;
}

#writecomment p.comment-form-author {
	padding-top: 6px;
}

#writecomment p.logged-in-as {
	width: 280px;
	margin: 15px auto 15px auto;
	padding-left: 16px;
}

#writecomment p.logged-in-as a:last-child {
	color: #B71616;
}

#writecomment p.logged-in-as a {
	font-weight: bold;
}

#writecomment .comment-error, #writecomment label span.error {
	float: left;
	width:100%;
	font-size:10px;
	text-align:left;
	margin:0px auto;
	padding:20px 0 10px 130px;
	color:#b71616;
}

#writecomment .comment-error, #writecomment label span.error
{
	padding:20px 0 10px 130px;
}


#writecomment .comment-error .icon-text, #writecomment div.container span.error {

	padding-right:7px;
}

#writecomment p.comment-notes, #writecomment h3 {
	padding-top:10px;
	padding-bottom:25px;
	color: #232323;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

#writecomment p.comment-notes .required, #writecomment p.comment-notes .required {
	color: #b71616;
}

#writecomment p, #writecomment div.container {
	display:block;
	padding-bottom:5px;
	color:#232323;
	font-weight:bold;
	font-size:11px;
	float: left;
	clear: both;
}

#writecomment div.container {width: 90%;}

#writecomment p label, #writecomment div.container label {
	display:inline-block;
	margin-right:15px;
	width:115px;
	text-align:right;
	padding-top:5px;
	position:relative;
	float: left;
}

#writecomment p label .required {
	color: #b71616;
	position: absolute;
	right: -8px;
}

#writecomment input.error {
	border:1px solid #b71616;
}

#writecomment .form-submit {
	margin-left: 26px;
}

a[href='#top'] {
	position:fixed;
	background:#232323;
	z-index:20;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:14px 20px;
	bottom:20px;
	right:20px;
	display:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.3;
	filter:alpha(opacity=30);
	text-align:center;
	text-shadow:0px 1px 0px #000;
}

a[href='#top']:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

a[href='#top'] div {
	padding-bottom:7px;
	font-size:20px;
}

.paginator, #pagination {
	display:block;
	padding-bottom:16px;
	text-align:center;
}

.paginator ul, #pagination ul {
	display:inline-block;
	cursor:default;
}

.paginator ul li, #pagination ul li {
	display:inline-block;
}

.paginator ul li a:hover, #pagination ul li a:hover {
	color:#232323;
}

.paginator ul li a, #pagination ul li a {
	color:#bbbbbb;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 2px;
}

.paginator ul li span.active, #pagination ul li span.active{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 2px;
	color:#fff;
	background:#232323;
}

.no-comments-box {
	width:300px;
	display:block;
	background:url(../images/no-comments.png) no-repeat 0px 8px;
	padding-left:70px;
	margin:30px auto;
	color:#232323;
}

.no-comments-box h3 {
	font-size:19px;
	font-weight:bold;
	line-height:32px;
}

.photo-gallery-page {
	width:1000px;
}

.photo-gallery-page:after {
	display:block;
	content:'';
	clear:both;
}

.photo-gallery-page .gallery-item {
	margin-left:16px;
	margin-right:16px;
	float:left;
	height:250px;
	border:0px;
}

.title-right-corner {
	position:absolute;
	right:0px;
	top:8px;
}

.title-right-corner b {
	display:inline-block;
	font-weight:bold;
	font-size:11px;
	color:#232323;
	padding:2px 8px;
}

.title-right-corner a {
	margin-left:16px;
	font-size:11px;
}

.title-right-corner a.active {
	background:#232323;
	color:#fff;
	padding:2px 8px;
}

.photo-gallery-huge-pic {
	display:block;
	padding-bottom:30px;
	position:relative;
}

.photo-gallery-page blockquote {
	display:block;
	width:80%;
	margin:0px auto;
}


.carousel-box {
	position:relative;
}

.carousel-box .image-list {
	display:block;
	width:925px;
	position:relative;
	height:139px;
	overflow:hidden;
	margin:0px auto;
	margin-top: -20px;
}

.carousel-box .image-list ul {
	display:block;
	width:90000px;
	position:absolute;
	top:0px;
	left:0px;
	-moz-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
}

.carousel-box .image-list ul li {
	display:block;
	float:left;
	padding:25px 6px 25px 0px;
	margin-left: 0px!important;
}

.full-content .carousel-box .image-list ul li {
	padding:10px 6px 25px 0px;
}

.full-content .carousel-box .carousel-left, .full-content .carousel-box .carousel-right {
	top:10px;
}

.carousel-box .carousel-left {
	font-family: entypo, Arial;
	position:absolute;
	left:0px;
	top:25px;
	font-size:34px;
	display:block;
	padding:28px 5px 27px 5px;
}

.carousel-box .carousel-right {
	font-family: entypo, Arial;
	position:absolute;
	right:0px;
	top:25px;
	font-size:34px;
	display:block;
	padding:28px 5px 27px 5px;
}

.carousel-box .image-list li.active a img {
	width: 111px;
	height: 73px;
	border: 8px solid #ff7800;
}


.photo-gallery-huge-pic .left-button {
	left:20px;
	top:48%;
	position:absolute;
	font-size:36px;
	font-weight:normal;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	z-index:100;
}

.photo-gallery-huge-pic .right-button {
	right:20px;
	top:48%;
	position:absolute;
	font-size:36px;
	font-weight:normal;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	z-index:100;
}

.photo-gallery-huge-pic:hover  .left-button, .photo-gallery-huge-pic:hover  .right-button {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.photo-gallery-huge-pic .left-button:hover, .photo-gallery-huge-pic .right-button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.archive-main-block .page-view-block {
	border:0px;
	margin-bottom:10px;
}

.huge-map-view {
	display:block;
	margin-bottom:25px;
}

.success-msg, .error-msg {
	display:block;
	width:auto;
	margin:30px auto;
	text-align:center;
}

.mailing-list-form .success-msg, .mailing-list-form .error-msg {
	margin-top:10px;
	margin-bottom:25px;
}

.success-msg h3 {
	font-size:20px;
	color:#6f9a1b;
	padding-bottom:2px;
}

.error-msg h3 {
	font-size:20px;
	color:#9a2a1b;
	padding-bottom:2px;
}

.mailing-list-form {
	position:relative;
}

.loading-msg {
	display:block;
	background:rgba(255,255,255,0.9) url(../images/loading.gif) no-repeat center 5px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
}

.loading-msg h3 {
	font-size:20px;
	padding-bottom:2px;
	margin-top:70px;
	color:#232323;
}

.success-msg p, .error-msg p, .loading-msg p {
	font-size:12px;
	color:#575757;
}

#searchform {
	text-align:center;
}

#searchform label {
	display:none;
}

#searchform input[type=text] {
	width: 190px;
}

#searchform input[type=submit] {
	margin:0px;
	display:inline-block;
	padding:7px 17px;
}


/* Lightbox */

.lightbox .loading-box {
	padding:50px 0px;
	line-height: 24px;
}

.startlightbox  {
	overflow: hidden;
}

.startlightbox .lightbox {
	display:block;
}

.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    text-align:center;
	z-index:200;
	display:none;
	overflow-y:auto;
}

.lightbox .lightcontent .light-close span, .lightbox .lightcontent-loading .light-close span {
	font-family: entypo, Arial;
	font-size:14px;
	display:inline-block;
	margin-top:-2px;
	margin-right:6px;
}

.lightbox .lightcontent .light-close:hover, .lightbox .lightcontent-loading .light-close:hover {
	color:#db2727;
}

.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
	color:#b01e1e;
}

.lightbox .lightcontent .light-close, .lightbox .lightcontent-loading .light-close {
	display:block;
	right:0px;
	top:-30px;
	font-family: Arial;
	position:absolute;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
}

.lightbox .lightcontent, .lightbox .lightcontent-loading {
	background:#fff;
	width:1000px;
	margin:100px auto 70px auto;
	position:relative;
	box-shadow: 0px 1px 4px #222;
	text-align:left;
}

.lightbox .light-title {
	display:block;
	position:absolute;
	top:-33px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
	height:23px;
	width:780px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
}

.loading-box {
	display:block;
	text-align:center;
}

.loading-box .loading-image {
	display:block;
	text-align:center;
	padding-top:20px;
}

.lightbox .carousel-left {
	left:8px;
}

.lightbox .carousel-right {
	right:8px;
}

.lightbox blockquote {
	padding-bottom:30px;
}

.mobile-menu {
	display:none;
}

.comments #respond {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #B2B2B2;
}

#respond #replt-title {
	text-align: right;
	margin-bottom: 20px;
	color: #b71616;
}

#respond #replt-title a {
	color: #b71616;
}

#infscr-loading {
	display: block;
	background: rgba(255,255,255,0.7);
	width: 190px;
	text-align: center;
	height: 80px;
	padding-bottom: 14px;
}

#infscr-loading img {
	margin: 0px auto 15px auto;
}

#wp-calendar {
	width:100%;
	margin:0px auto;
}

#wp-calendar caption {
	padding-bottom:16px;
}

#wp-calendar td {
	padding:6px 0px;
	text-align:center;
}

#wp-calendar thead {
	background:#eaeaea;
}

#wp-calendar th {
	padding:5px 0px;
}

.articles-not-found {
	display: block;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B2B2B2;
	font-weight: bold;
}

.content-right li {
	margin-bottom: 6px;
	display: block;
}

#ot-lightbox-content {
	margin: 0px 40px 40px 40px;
}












/* Sofia New */


h2.panel-title-green, span.as_h2.panel-title-green {
	display:block;
	background:url(../images/panel-title-green.png) repeat top left;
	font-size:19px;
	color:#6b9d0a;
	margin-bottom:18px;
}

h2.panel-title-green a, span.as_h2.panel-title-green a{font-size:19px; color:#6b9d0a;}

h2.panel-title-green span, span.as_h2.panel-title-green  span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

h2.panel-title-blue, span.as_h2.panel-title-blue {
	display:block;
	background:url(../images/panel-title-blue.png) repeat top left;
	font-size:19px;
	color:#0b5899;
	margin-bottom:18px;
}

h2.panel-title-blue a, span.as_h2.panel-title-blue a {font-size:19px; color:#0b5899;}

h2.panel-title-blue span, span.as_h2.panel-title-blue span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

h2.panel-title-red, span.as_h2.panel-title-red {
	display:block;
	background:url(../images/panel-title-red.png) repeat top left;
	font-size:19px;
	color:#cb0500;
	margin-bottom:18px;
}

h2.panel-title-red a, span.as_h2.panel-title-red a{font-size:19px;color:#cb0500;}

h2.panel-title-red span, span.as_h2.panel-title-red span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

h2.panel-title-yel, span.as_h2.panel-title-yel {
	display:block;
	background:url(../images/panel-title-yel.png) repeat top left;
	font-size:19px;
	color:#ff7400;
	margin-bottom:18px;
}

h2.panel-title-yel a, span.as_h2.panel-title-yel a{font-size:19px;color:#ff7400;}

h2.panel-title-yel span, span.as_h2.panel-title-yel span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

h2.panel-title-tur, span.as_h2.panel-title-tur {
	display:block;
	background:url(../images/panel-title-tur.png) repeat top left;
	font-size:19px;
	color:#007283;
	margin-bottom:18px;
}

h2.panel-title-tur a, span.as_h2panel-title-tur a{font-size:19px; color:#007283;}

h2.panel-title-tur span, span.as_h2.panel-title-tur span{
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

h2.panel-title-grey, span.as_h2.panel-title-grey {
	display:block;
	background:url(../images/panel-title-bg.png) repeat top left;
	font-size:19px;
	color:#5e5e5e;
	margin-bottom:18px;
}

h2.panel-title-grey span, span.as_h2.panel-title-grey span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

#scroller_container{width: 100%;  height:16px; margin-bottom:20px;background: url(../images/recent-news1000x22.jpg) no-repeat;
    overflow: hidden;
    padding: 3px 0 3px 126px;
    position: relative;
    width: 100%;}

    /*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
ul.megamenu {
  list-style: none;
  display: none;
 position: relative;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  z-index: 10;
  height: 14px;
}

ul.undermenu.megamenu a.mm-item-link:link, ul.undermenu.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  z-index: 8;
  height: 14px;
}

*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
}

ul.megamenu div.mm-item-content {
 left:0;
  position: absolute;
  z-index: 9;
}

ul.undermenu.megamenu div.mm-item-content {
 left:0;
  position: absolute;
  z-index: 8;
}

.mm-content-base {
  background: transparent;
  color: #514c3c;
  position: relative;
  z-index: 11;
  line-height: 18px;
  width:980px; min-height:300px; border-top:1px solid #D84440;
  overflow: hidden;
  height: 100%;
}

.undermenu .mm-content-base {
	background: #D2D2D2;
    border-top: 1px solid #A4A4A4;
    color: #595959;
}

.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 10;
}
.megamenu_title{ font-size: 16px; color: #828282; margin: 0 0 10px 0;}
.undermenu .megamenu_title{color: #444444;}
.menu .megamenu_seperator{border-right:1px solid #828282; margin:0 20px 0 0; width:20px; float:left; display:inline; min-height:300px; height:100%;}
ul.menu div h3, ul.menu div h3 a {
	color: #828282; font-size: 14px;
	margin: 0 0 6px 0;
}

.items_per_page{margin: 0 0 10px 0;}
.datepicker { background:#ffffff url('../images/calendar.png') right no-repeat; padding: 0px 4px 4px 3px; border:none; }
/*jQuery UI Datepicker 1.8.14*/
.ui-datepicker { width: 13em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:12px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: 11px; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.nomosxedia_container {float:left; width:auto;}
.gallops_container{float:right; width:auto; line-height: 30px;}
.explain{border-left: 1px solid #CECECE; float: right; font-size: 10px;padding: 0 0 0 7px;position:relative; top:3px;}
.info_icon{float:left; margin: 0 6px 0 0;}
.select_filter_icon{float:left; margin: 0 6px 0 0;}

.standalone_block_content{background:#F2EFEF; border: 1px solid #cecece; padding:10px; margin: 10px 0 10px 0; overflow:hidden;min-height: 137px;}
.standalone_block_content label{float: left;padding-right: 10px;text-align: right;width: 144px; line-height: 35px;}
.standalone_block_content input {margin: 0 10px 5px 0;}
.standalone_block_content .field.error{ background:#FFBFC2; color:#7F5757; padding:4px;}
.standalone_block_content .login_error{ background:#FFBFC2; color:#7F5757; padding:4px; margin:0 0 3px 0; border:1px dashed #FF9FA5;}
.standalone_block_content #-error {font-size:10px; color:red;}

#myBreadcrumb, #breadcrumb { overflow:hidden; background: transparent; clear: both; margin: 0 0 11px 0;}
#myBreadcrumb ul, #breadcrumb ul { list-style:none; display:inline;}
#myBreadcrumb ul li, #breadcrumb ul li { float:left; margin:0; color:#3D6E81; background:transparent; padding:0 2px 0 2px;}
#myBreadcrumb a:link, #myBreadcrumb a:visited, #breadcrumb a:link, #breadcrumb a:visited {color: #3D6E81;text-decoration: none;font-size: 11px;}  
#myBreadcrumb a:hover, #breadcrumb a:hover {color: #f7a145;}  
.cleared, .clear{clear:both; padding: 0; margin:0;}

.slider_video {
	 border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 16px;
    padding-bottom: 12px;
    position: relative;
    background-repeat: no-repeat;
}

#navigation_video {
	position:absolute;
	bottom:12px;
	left:0px;
	z-index:9;
	width:100%;
}

#navigation_video a.sexyslider-prev {
	float:left;
}

#navigation_video a.sexyslider-next {
	float:right;
}

#navigation_video a.sexyslider-prev:after {
	display:block;
	content:'\E75D';
	float:left;
	padding-right:6px;
	font-family:'entypo', Arial;
}

#navigation_video a.sexyslider-next:after {
	display:block;
	content:'\E75E';
	float:right;
	padding-left:6px;
	font-family:'entypo', Arial;
}

#navigation_video a {
	color:#bcbcbc;
	font-size:10px;
	font-weight:bold;
}

#navigation_video a:hover {
	color:#787878;
}

#control_video{
	position:relative;
	display:block;
	padding-top:16px;
	text-align:center;
	margin:0px auto;
	width:200px;
	z-index:10;
}



#control_video a {
	background:#bcbcbc;
	color:transparent;
	display:inline-block;
	margin:0px 3px;
	width:10px;
	height:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#control_video a:hover {
	background:#787878;
}

#control_video a.active {
	background:#ff7800;
}

/*pkcharts*/

.content-left ul.pkchart, ul.pkchart, .page-view-block ul.pkchart, .full-width-page ul.pkchart { padding: 0; list-style: none; position: relative; height: 300px;
  margin: 1.1em 0 3.5em; padding: 0;
  background: #DDD repeat-x;
  border: 2px solid gray; list-style: none;
  font: 9px Helvetica, Geneva, sans-serif;
  margin: 0 0 50px 0;
}

.content-left ul.pkchart li, ul.pkchart li, .page-view-block ul.pkchart li, .full-width-page ul.pkchart li { /*position: absolute; bottom: 0;*/ z-index: 2; margin: 0; padding: 0; text-align: center; list-style: none; min-height: 0; background:transparent url(../images/square_blue.gif) no-repeat 0 10px;min-height:10px;padding:1px 10px;}

ul.pkchart li.pkbar {height: 300px; background: transparent;}
ul.pkchart li.bar {border: 0; border-bottom: none; color: #000;position: absolute;bottom: 0;display: none; padding: 4px; background: transparent; min-height: 0; height:0;}
ul.pkchart li.bar p.bar_title {margin: 5px 0 0; padding: 0; position: absolute;bottom: -40px; left:0; text-align: center;width: 100%; font-size:10px;}
ul.pkchart li.bar p.bar_percent {margin: 5px 0 0; padding: 0; position: relative;top: -25px;width: 100%}

ul.pkchart #q1 {left: 0;}
ul.pkchart #q2 {left: 150px;}
ul.pkchart #q3 {left: 300px;}
ul.pkchart #q4 {left: 450px; border-right: none;}

ul.pkchart #ticks {width: 100%; height: 300px; z-index: 1; background: transparent; margin: 0; padding: 0;}
ul.pkchart #ticks .tick {position: absolute; border-top: 1px solid #BBB; width: 100%; left:0; bottom: 0; display: none; height:0;}
ul.pkchart #ticks .tick p { right: -36px; position: absolute; width: 30px; text-align: left;}
ul.pkchart #ticks .tick span{display:none;}
.content-left ul.pkchart h2, ul.pkchart h2
.content-left ul.pkchart span.as_h2, ul.pkchart span.as_h2
{color: #968C8C; font-size: 11px; font-weight: bold; position: relative; text-align: center; text-shadow: 1px 1px 0 #C8C8C8; top: 3px;}

/*end pkcharts*/

.left_fixed, .right_fixed{display: none;}

.button-full-width .btn_gallops_all .last-child { background-color:#6b9d0a; color:#FFFFFF; font-size:13px; text-shadow:none; }

.pkslider_wrapper, .pkslider_wrapper_webtv { width:100%; height:384px; display:none; position:relative;  background-color: #F3F3F3; background-position: center center; background-repeat: no-repeat;}
.pkslider_wrapper_webtv {background-size: 100%;}
.pkslider_text, .pkslider_text_webtv { background-color:#000000; color:#ffffff; position: absolute; padding: 5px 10px; z-index: 5; bottom: 0px; left: 0px; width: 480px; opacity: 0.7; line-height: 14px; font-size: 12px;}
.pkslider_text h2, .pkslider_text_webtv h2, h2 a, .pkslider_text span.as_h2, .pkslider_text_webtv span.as_h2, span.as_h2 a { font-size: 18px;line-height: 24px; }
.pkslider_text span.as_h2, .pkslider_text_webtv span.as_h2{display: block;}
.pkslider_text h2, .pkslider_text_webtv h2, .pkslider_text span.as_h2, .pkslider_text_webtv span.as_h2 {margin: 0 0 5px 0;}
.pkslider_text a, .pkslider_text_webtv a {color: #ffffff;}
.textpk-description.right_col_gallop{line-height:23px; color:#232323; font-size:12px; text-align:left; padding-left:19px;}
.textpk.mod_gallops{background-color:#ebf1e3;}
.textpk.mod_gallops .textpk-title{float: left; line-height: 18px; margin: 0 0 5px 18px;}
.textpk.mod_gallops .left_title {float:left;margin: 0 10px 0 0; width:110px;}
.textpk.mod_gallops select{font-size:12px;padding: 1px 6px; width:146px;margin:2px 0 0 0; border:1px solid #C2C2C2;}
.textpk.mod_gallops .datepicker{font-size:12px;padding: 1px 6px; width:131px;margin:2px 0 0 0; border:1px solid #C2C2C2; line-height:20px;}
.textpk.mod_gallops input[type="submit"], .textpk.mod_gallops input[type="submit"]:hover, .banner-panel.mod_poll input[type="submit"], .banner-panel.mod_poll input[type="submit"]:hover{background: transparent; border: 0 none; color: #ff7800; cursor: pointer; display: inline-block !important; font-size: 13px;font-weight: bold; margin: 10px auto 0; padding: 3px 13px;}

.banner-panel.mod_poll .polltextpk, .obj-b-panel.mod_poll .polltextpk{background-color:#f1f1e3;padding:20px;line-height:20px;}
.banner-panel.mod_poll .textpk-title, .obj-b-panel.mod_poll .textpk-title{ display: block; line-height: 18px; margin: 0 0 13px;}
.banner-panel.mod_poll .textpk-description, .obj-b-panel.mod_poll .textpk-description{font-size:12px; color:#232323}
.banner-panel.mod_poll ul, .obj-b-panel.mod_poll ul{list-style:none; line-height:24px;}
.banner-panel.mod_poll ul li, .obj-b-panel.mod_poll ul li{list-style:none; background:transparent;float:left;}
.banner-panel.mod_poll input[type="radio"], .obj-b-panel.mod_poll input[type="radio"] {float:left; margin:4px 10px 0 0;}
.banner-panel.mod_poll .poll_option, .obj-b-panel.mod_poll .poll_option{float:left;width:233px;}

.controller_polls_results .page-view-block ul.poll_ul li{background: transparent;}
.poll-contents{margin: 10px 0;}
.poll_ul li{cursor:default;}
.poll-option-result-box{width:99%;height:10px;background-color:#FFF;border:1px solid #666;}
.poll-option-result-fill{height:10px;}
.poll_green{background-color:#5d7f52;}
.poll_orange{background-color:#dd6f35;}
.poll_blue{background-color:#3e6e94;}
.poll_red{background-color:#c11919;}


 #tags_menu,  #tags_menu ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative; z-index:1;font-family:arial;
font-size:11.5px;}
 #tags_menu{ background: #FCFCFC;
    border: 1px solid #CECECE;
    float: left;
    margin: 0 0 10px;
    min-height: 35px;
    padding: 6px;
    width: 486px;
}
.tags_array a{color:#15739F;}
.tags_array a:hover{color:#15739F;text-decoration:underline;}

 #tags_menu .tags_menu_title{background:url('../images/dropdown.png') no-repeat right; padding: 0 20px 0 0;}
 #tags_menu a{display:block; color:#777676;float: left;}

 #tags_menu li{float:left;position:relative; top:5px; padding:7px 10px 5px 2px; min-width:50px; text-align:center; background:transparent;}
 #tags_menu li:hover{background:transparent;}
 #tags_menu li:hover a{color:#777676; text-decoration:none;}
 #tags_menu ul {position:absolute;display:none;width:15em; top:21px;left:0px;}
 #tags_menu li ul a{width:16em;height:auto;float:left; color:#ffffff;text-align:left;}
 #tags_menu li ul li{background-color: #cecece; opacity:0.95;filter:alpha(opacity=95) color:#777676;border-bottom:1px solid #ffffff;padding:7px 5px 7px 10px;}
 #tags_menu li:hover ul li a{color: #777676;}
 #tags_menu li ul li.active a{color: #ffffff;}
 #tags_menu li ul li:hover,   #tags_menu li ul li.active{background-color: #AD0F0F; background-image:none;}
 #tags_menu li:hover ul li:hover a,  #tags_menu li:hover ul li.active:hover a{color: #ffffff;}


 #tags_menu li:hover ul a{color: #000000;}
 #tags_menu li ul li:hover {border-bottom:1px solid #ffffff;}
 #tags_menu ul ul{top:auto;}	
 #tags_menu li ul ul {left:15em;}
 #tags_menu li li li{color:#ffffff;}
 #tags_menu li:hover ul ul,  #tags_menu li:hover ul ul ul,  #tags_menu li:hover ul ul ul ul{display:none;}
 #tags_menu li:hover ul,  #tags_menu li li:hover ul,  #tags_menu li li li:hover ul,  #tags_menu li li li li:hover ul{display:block;}
 #tags_menu li li li {margin:0 0 0 7px;}
 .to_hide{display: none;}

 div.help{background:#F0F6F9;
    border: 1px solid #49A5C9;
    clear: both;
    color: #393939;
    font-size: 12px;
    margin: 10px 0 10px;
    padding: 10px;}
a.help_link{float:left; background:url(https://static.eklogika.gr/resources/images/info2.png) no-repeat left; margin: 0 0 10px; padding: 0 0 0 30px; line-height:22px; }
div.help ol{list-style-type:decimal; list-style:inside;}
div.help ol li{margin:0 0 8px 0; line-height:16px;}

.nomosxedia_container {float:left; width:260px;}
.gallops_container{float:right; width:241px;}
.explain{border-left: 1px solid #CECECE; float: right; font-size: 10px;padding: 0 0 0 7px;position:relative; top:3px;}
.info_icon{float:left; margin: 0 6px 0 0;}
.select_filter_icon{float:left; margin: 0 6px 0 0;}

.search_icon{float:left;}
.nomosxedia_item_right{ padding: 0 0 0 8px;position: relative;top: -8px;}
.nomosxedia_item_right img{position:relative; top:6px; left: 3px;}
.red.nomosxedia{padding:5px 10px 0 10px;}
form .container{width: 100%;float: left; margin: 5px 0;}
.content h2, .content span.as_h2{margin: 0 0 10px 0;}

.parties { border: 1px solid #cccccc; float: left; height: 100px; margin: 8px; padding: 0 5px; width: 100px;}
.content-left ul, .content-left ol{line-height: 24px; margin: 15px 0 15px 15px; list-style-type: square;}

.img_left{ float:left; margin: 0 10px 10px 0;}

/* red menu */
#cssdropdown_menu .home_icon a{background: url(https://static.eklogika.gr/resources/images/elements.png) no-repeat scroll -29px -98px transparent; height: 13px; text-decoration: none; width: 16px; font-size: 0;}
#cssdropdown_menu a.latest_new_in_menu{padding:0; color:#828282;}
.bottom-section{height: 61px; line-height: 66px;}

#cssdropdown_menu, #cssdropdown_menu ul, #cssdropdown_menu1, #cssdropdown_menu1 ul{padding:0;margin:0;list-style:none;}
#cssdropdown_menu li, #cssdropdown_menu1 li{float:left;}
.mainitems{}
.mainitems a{color: #514C3C; margin-left: 0px; margin-right: 0; padding: 5px 6px 7px;  text-decoration: none}
.mainitems a:hover, .mainitems a.active{} 
#cssdropdown_menu li>ul, #cssdropdown_menu1 li>ul{float: left; left: auto; margin: 0 30px 0 18px; max-width: 272px; min-width: 180px; top: auto; width: auto; padding: 5px 0;}
#cssdropdown_menu li>ul.subuls, #cssdropdown_menu1 li>ul.subuls{width:980px; min-width:980px; max-width:980px; margin: 0 0 0 0;}
/*#cssdropdown_menu li:hover ul,#cssdropdown_menu1 li:hover ul, li.over ul{ display:block;}*/
#cssdropdown_menu li.hovering ul,#cssdropdown_menu1 li.hovering ul, li.over ul{ display:block;}

.subuls{display:none;width:240px;position:absolute;top:1.2em;left:0;padding:5px 0 0;font-size:11px; border-radius: 0 0 4px 4px; box-shadow: 0 0px 0px #bebebe}
.subuls div li:before { color: #FFFFFF; content: "•"; display: block; font-size: 22px; left: -18px; max-height: 0; max-width: 0; position: relative; text-shadow: 0 0 1px #000000; line-height: 19px; }
.subuls div li:hover:before  {color: #B8B5B5;}
.subuls div li{background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; display: list-item; float: none; line-height: 20px; list-style: none inside none; margin: 0 0 5px 18px; width: 100%;}    
.subuls div li a, #topmenu .subuls div li a{padding: 0; margin: 0}


/* gray menu */
#cssdropdown, #cssdropdown ul, #cssdropdown1, #cssdropdown1 ul{padding:0;margin:0;list-style:none;}
#cssdropdown li, #cssdropdown1 li{float:left;}
.mainitems{}
.mainitems a{color: #514C3C; margin-left: 0px; margin-right: 0; padding: 5px 6px 7px;  text-decoration: none}
.mainitems a:hover, .mainitems a.active{} 
#cssdropdown li>ul, #cssdropdown1 li>ul{float: left; left: auto; margin: 0 30px 0 18px; max-width: 272px; min-width: 180px; top: auto; width: auto; padding: 5px 0;}
#cssdropdown li>ul.subuls, #cssdropdown1 li>ul.subuls{width:1000px; min-width:1000px; max-width:1000px; margin: 0 0 0 0;}
/*#cssdropdown li:hover ul,#cssdropdown1 li:hover ul, li.over ul{display:block;}*/
#cssdropdown li.hovering ul,#cssdropdown1 li.hovering ul, li.over ul{ display:block;}

.subuls li li:before { color: #FFFFFF; content: "•"; display: block; font-size: 22px; left: -18px; max-height: 0; max-width: 0; position: relative; text-shadow: 0 0 1px #000000; }
.subuls li li:hover:before  {color: #B8B5B5;}
.subuls li li{background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; display: list-item; float: none; line-height: 20px; list-style: none inside none; margin: 0 0 5px 18px; width: 100%;}    
.subuls li li a, #topmenu .subuls li li a{padding: 0; margin: 0}
ul.accordion_list {list-style-type: none;}
.accordion_list li{background-image: none !important; border: 1px solid silver; float: left; margin: 5px;}
#middlecolumn table {max-width: 500px;}
#middlecolumn p a{color: #0b5899;}
#middlecolumn p{margin: 0 0 10px 0; font-size: 14px;}
.content-left{font-size: 15px;}
#middlecolumn .tagcloud a{color: #ffffff;}
div.top-obj-b.top_banner_setted{margin:0px auto 15px auto; padding: 5px 0 0 0;}
.obj-b-250x90.top_right_b{float: right;}
.post-small.foot_icat{width: 150px;}
.content-left.two_cols_wide{width: 680px;}
.cc_message{color: #ffffff;}
.g-recaptcha{float: left;}
.post-stock .post-small .article-list.min_155_main{min-height: 155px;}
.post-stock .post-small.col3-internal_wide .article-list.min_155_main{min-height: 215px;}
.double-full-article.min_370_main{min-height: 370px;}
.-internal_wide .double-full-article.min_370_main{min-height: 370px;}

.double-article-img-list .article-thumb.w_h_auto{width: auto; height: auto;}
#eklogika-logo{max-height:112px;width: auto;}
.place_138{width:100%; height:138px;}
.proeklogiki-diafimisi{font-size: 10px; color:#9f9f9f; text-align: center; display: block; margin: 0 auto;position: relative; top: 3px;}
.sxolio_tou_eklogika img.sxolio_graphic{width: 158px;}
.sxolio_tou_eklogika{height:385px;}
.sxolio_tou_eklogika .textpk-description{padding:0px 10px 10px 12px; font-size:12px; line-height:16px; color:#6c6c6c; height:133px; overflow:hidden;}

.obj-b-panel.margin_80{ margin:0 80px 0 0;width:auto; float:left;}

.page-view-block .img_left img{max-width: 250px;}

