@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Sidebar styling
#8 Footer
#9 Lightbox


/* #0 Reset */


@font-face {
    font-family: 'entypo';
    src: url("../fonticons/entypo.svg") format('svg');
    src: url("../fonticons/entypo.eot") format('embedded-opentype'),
         url("../fonticons/entypo.svg") format('svg'),
         url("../fonticons/entypo.woff") format('woff'),
         url("../fonticons/entypo.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
}

html {
	height:100%;
}

body {
	height:100%;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	background-color:#f6f6f6;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow:0 0 1px transparent;
	/* background-image:url("../images/texture-1.png"); */
	background-position:top center;
	line-height:150%;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body, div, p, a, table, td {
	-webkit-text-size-adjust: none;
	letter-spacing: .015em;
}

.set-image-border {
	display: inline-block;
	background: #fff;
	padding: 0px;
	position: relative;
}

.set-image-border:before {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
}


/* #1 Layout Structure */

a:not(.wpb_button_a) {
	color:#2d2d2d;
	text-decoration: none;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-o-transition: all 0.12s;
	position:relative;
	display:inline-block;
}

body.withcuffon a.font-replace, body.withcuffon .font-replace a {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

a:hover {
	color:#c53c1c;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width:980px;
	margin:0px auto;
	position:relative;
}

.boxed:not(.enableboxed) {
	display:block;
	width:100%;
	min-height:100%;
	background:#fff;
	padding:0px;
	margin:0px auto;
	box-shadow:0 0px 0px 1px rgba(0,0,0,0.1);
}

.boxed {
	display:block;
	max-width: 100%;
	width:1020px;
	min-height:100%;
	background:#fff;
	padding:0px;
	margin:0px auto;
	box-shadow:0 0px 0px 1px rgba(0,0,0,0.1);
}

.left {
	float:left;
}

.right {
	float:right;
}

.icon-text {
	font-family:'Entypo';
	font-weight:normal;
}

.setborder {
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#232323;
}

a:hover .setborder {
	background-size:103%;
	background-position:center;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.side-gallery a:hover .setborder {
	background-size:auto;
}

a:hover .hover-icon {
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#232323;
	zoom:100%
}

.hover-icon {
	display:block;
	position:absolute;
	z-index:4;
	color:#fff;
	background:#fff;
	width:60px;
	height:60px;
	text-align:center;
	font-size:25px;
	line-height:60px;
	font-weight:normal;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1);
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-o-transition: all 0.12s;
	zoom:170%
}

a:hover .hover-icon.hover-small {
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#232323;
	zoom:60%
}

.hover-icon.hover-small {
	zoom:69%
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display:inline;
}


/* #2 Main Header */

.header {
	display:block;
	margin-bottom:20px;
}

.header .header-top {
	display:block;
	border-bottom:1px dotted #b2b2b2;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.header .header-top ul {
	display:block;
}

.header .header-top ul li {
	display:block;
	float:left;
	margin-right:20px;
	position:relative;
}

.header .header-top ul.left li:last-child {
	margin-right:0px;
}

.header .header-top ul.left li:last-child:after {
	display:none;
}

.header .header-top ul.right li {
	margin-left:20px;
	margin-right:0px;
}

.header .header-top ul.right li:first-child {
	margin-left:0px;
	margin-right:0px;
}

.header .header-top ul.right li:last-child:after {
	display:none;
}

.header .header-top ul li:after {
	display:block;
	content:'';
	position:absolute;
	right:-10px;
	top:-1px;
	background:transparent;
	width:1px;
	height:16px;
	border-right:1px dotted #d9d9d9;
}

.header .header-top ul li a {
	display:block;
	font-size:10px;
	line-height:15px;
	color:#515151;
	font-weight:bold;
}

.header .header-top ul li a.icon-text {
	font-weight:normal;
	font-size:11px;
	line-height:15px;
}

.header .header-top ul li a:hover {
	color:#c53c1c;
}

.header .header-content {
	display:table;
	width:100%;
	margin:12px 0px;
    margin-bottom: 0px;
}

.header .header-content > div {
	display:table-cell;
}

.header .header-content > div.header-logo {
    width: 39%;
    padding-top:8px;
}

.header .logo-img a {
	display:block;
	overflow:hidden;
	white-space: nowrap;
}

.header .header-weather .weather-report {
	display:table;
	text-align:right;
	padding-left:70px;
	text-transform:uppercase;
	position:relative;
	margin-right:20px;
	
	line-height: 100%;
}

.header .header-weather .weather-report .weather-image {
	display:block;
	text-align:right;
	text-transform:uppercase;
	width:52px;
	height:47px;
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	top:-7px;
	left:0px;
}

.header .header-weather .weather-report > div {
	display:table-cell;
	color:#3b3b3b;
}

.header .header-weather .weather-report small {
	display:block;
	font-size:9px;
	color:#a0a0a0;
	padding-top:3px;
	padding-bottom:3px;
}

.header .header-weather .weather-report b {
	display:block;
	font-size:13px;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .header-weather .weather-report strong {
	display:block;
	font-size:30px;
	margin-left:18px;
	line-height:36px;
}

.header .breaking-message {
	display:table;
	width:100%;
	border-bottom: 1px dotted #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}

.header .breaking-message strong {
	text-transform:uppercase;
	font-size:11px;
	line-height:12px;
}

.header .breaking-message > div {
	display:table-cell;
}

.header .breaking-message .thanews {
	width:120px;
	color:#c53c1c;
}

.header .breaking-message .breaking-line {
	display:block;
	overflow:hidden;
	width:860px;
	position:relative;
	line-height: 100%;
}

.header .breaking-message .breaking-line ul {
	display:block;
	width:8000px;
	position:relative;
	left:0px;
	top:0px;
}

.header .breaking-message .breaking-line ul li {
	display:block;
	width:860px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:11px;
	float:left;
	margin-right:10px;
}

.header .breaking-message .breaking-line ul li a {
	font-weight:bold;
	margin-right:8px;
}

.header .breaking-message .breaking-line ul li span {
	color:#9d9d9d;
}

.header .breaking-message a.breaking-navi {
	text-align:center;
	line-height:13px;
	width:10px;
	height:13px;
	display:inline-block;
}

.header .logo-text {
	display:block;
	font-size:37px;
	line-height:30px;
	margin-top:1px;
	margin-bottom:5px;
	white-space: nowrap;
}

.header .logo-text a {
	color:#3b3b3b;
	white-space: nowrap;
}


/* #3 Main menu */

.main-menu {
	display:block;
	margin-top:0px;
}

.logged-in .main-menu.this-floating {
	top:28px;
}

.main-menu.this-floating {
	display: none;
	position: fixed;
	z-index: 80;
	margin-left: 20px;
	top: 0px;
	background: #fff;
	margin-top: 0px;
}

.main-menu ul.main-menu-ul {
	display:block;
	height:47px;
	background:#232323;
}

.main-menu ul.main-menu-ul li {
	display:block;
	float:left;
	height:47px;
	background:inherit;
	/*border-right:1px solid #2e2e2e;
	margin-right:-1px;*/
}

.main-menu ul.main-menu-ul > li > a {
	display:block;
	background:#232323;
	margin-top:4px;
	color:#fff;
	padding:14px 20px 14px 20px;
	position:relative;
	letter-spacing:0px;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow:inset -1px 0px 0px rgba(255,255,255,0.07);
}

.main-menu ul.main-menu-ul > li > a:before {
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	top:-4px;
	left:0px;
	background:rgba(255,255,255,0.15);
}

.main-menu ul.main-menu-ul > li:not(.custom-color):hover {
	background:#1a1a1a;
}

.main-menu ul.main-menu-ul > li:not(.custom-color):hover > a {
	background:transparent;
}

.main-menu ul.main-menu-ul > li.custom-color:hover > a {
	background:transparent;
	box-shadow:none;
	box-shadow:-1px 0px 0px rgba(0,0,0,0.4);
}

.main-menu ul.main-menu-ul > li:first-child:hover > a {
	box-shadow:none;
	box-shadow:inset -1px 0px 0px rgba(255,255,255,0.07);
}

.main-menu ul.main-menu-ul > li:hover > a:before {
	background:transparent;
	width:90%;
}


/* -- */

.main-menu ul.main-menu-ul li a span {
	display:inline-block;
	padding-right:16px;
	position:relative;
}

.main-menu ul.main-menu-ul li a span:after {
    /*
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	content:'\E75C';
	color: #fff;
	font-family:'Entypo';
	font-weight:normal;
	*/
}


.main-menu ul.main-menu-ul li ul {
	display:none;
	background:inherit;
	z-index:30;
	position:absolute;
	width:270px;
}

.main-menu ul.main-menu-ul li:hover > ul {
	display:block;
}

.main-menu ul.main-menu-ul li ul li {
	display:block;
	float:none;
	height:auto;
	background:inherit;
	position:relative;
}

.main-menu ul.main-menu-ul li ul li a {
	display:block;
	float:none;
	color:#fff;
	display:block;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 20px;
	border-bottom:1px dotted rgba(255,255,255,0.14);
}

.main-menu ul.main-menu-ul li ul > li:last-child > a {
	border-bottom:0px;
}

.main-menu ul.main-menu-ul li ul li:hover a {
	background:rgba(0,0,0,0.15);
}


/* ------------------ */

.main-menu ul.main-menu-ul li ul li ul {
	left:270px;
	background:inherit;
	top:0px;
}

.main-menu ul.main-menu-ul li ul li ul li:hover a {
	background:rgba(0,0,0,0.25);
}

.main-menu ul.main-menu-ul li ul li a span {
	display:block;
	padding-right:0px;
	position:relative;
}

.main-menu ul.main-menu-ul li ul li a span:after {
	/*
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	content:'\E75E';
	color: #fff;
	font-family:'Entypo';
	font-weight:normal;
	*/
}


/* ------------------ */

.main-menu ul.main-under-menu-ul {
	display:block;
	height:35px;
	background:#f5f5f5;
	border-bottom:1px dotted #dcdcdc;
}

.main-menu ul.main-under-menu-ul li {
	display:block;
	float:left;
	height:35px;
}

.main-menu ul.main-under-menu-ul li a {
	display:block;
	color:#4a4a4a;
	padding:10px 15px 10px 15px;
	position:relative;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px dotted #dcdcdc;
}

.main-menu ul.main-under-menu-ul li:hover a {
	background:rgba(0,0,0,0.034);
}

.main-menu .search-box {
	display:block;
	position:absolute;
	top:6px;
	right:0px;
}

.main-menu .search-box input[type=text] {
	border:0px;
	width:10px;
	padding:10px 20px 10px 10px;
	right:6px;
	cursor:pointer;
	position:absolute;
	z-index:4;
	background:transparent;
	color:transparent;
	line-height:15px;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-o-transition: all 0.12s;
}

.main-menu .search-box input[type=text]:focus + div.header {
	display:none;
}

.main-menu .search-box input[type=text]:focus, .main-menu .search-box input[type=text]:valid {
	border:0px;
	width:150px;
	padding:10px 20px 9px 10px;
	cursor:text;
	position:absolute;
	z-index:2;
	background:#fff;
	color:#232323;
	padding-right:40px;
}

.main-menu .search-box input[type=submit] {
	border:0px;
	right:7px;
	padding:1px 0px 3px 0px;
	width:40px;
	position:absolute;
	cursor:pointer;
	z-index:3;
	font-family:'Entypo';
	line-height:15px;
	font-size:16px;
	background:transparent;
	color:#919191;
	height:36px;
}

.main-menu .search-box input[type=submit]:focus {
	z-index:5;
}


/* #4 Content styling */

.content-box {
	display:table;
	width:100%;
	margin-bottom:20px;
}

.content-without-middle .left-side {
	margin-bottom:25px;
}

.content-box .content-box-main {
	display:table-cell;
}

.content-box .content-box-sidebar {
	display:table-cell;
	width:300px;
	padding-left:20px;
}

.content-with-middle .left-side {
	display:table-cell;
}

.content-without-middle .article-main-content {
	width:100%!important;
}

.content-with-middle .middle-side {
	display:table-cell;
	width:134px;
	padding-left:20px;
}

.content-with-middle .middle-side:first-child {
	padding-left:0px;
	padding-right:20px;
}

/* --- */

.middle-side .middle-panel {
	display:block;
	margin-bottom:20px;
}

.middle-side .middle-panel > h3 {
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:14px;
	border-bottom:1px dotted #b2b2b2;
	font-weight:normal;
	font-size:15px;
}

.middle-side .middle-panel > h3 a {
	display:block;
	color:inherit;
}

.middle-side .middle-panel .middle-article {
	display:block;
	margin-bottom:20px;
}

.middle-side .middle-panel .middle-article .article-photo {
	display:block;
	margin-bottom:8px;
}

/* --- Start new header styles --- Tonio --- */

body.single-post h1 {
	font-size: 24px;
	line-height: 24px;
}

body.single-post .article-main-content h2 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	line-height: 23px;
	color: #2d2d2d;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.content-with-middle .news-item-block h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

body.single-post h1.single-review-title,
body.single-post .slot-single-page h2,
body.category .content-with-middle .cat-desc h2,
body.category .content-with-middle h2.sub-title,
body.category .content-with-middle h1,
section.popular-slots h2.heading,
.curated-content .curated-content-item h2.heading,
.videos-widget-sidebar h2.heading {
	font-size: 18px;
	line-height: 18px;
	color: #000;
}

.curated-content .curated-content-item h2.heading {
	padding-bottom: 6px;
}

h2.offset-top-20 {
	text-transform: uppercase;
	margin-bottom: 6px;
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

h1.page-heading {
	font-size: 24px;
	line-height: 24px;
}

/* --- End new header styles --- Tonio --- */

h4 {
	display:block;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}

h4 a {
	display:inline;
}

h4 a.article-comment-icon .comment-icon{
	width:9px;
	height:9px;
	background-color:#c53c1c;
	background-image:url("../images/icon-article-comments-small.png");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:9px 9px;
	position:absolute;
	display:block;
	left:0px;
	top:4px;
	content:'';
	color:transparent;
}

.article-background h4 a.article-comment-icon .comment-icon, .sticky h4 a.article-comment-icon .comment-icon {
	background-image:url("../images/icon-featured-article-comments-small.png");
}

h4 a.article-comment-icon {
	display:inline-block!important;
	color:#c53c1c;
	font-weight:bold;
	margin-left:8px;
	position:relative;
	padding-left:13px;
	line-height:18px;
	font-size:10px;
}

a.article-comment-icon:hover {
	color:#232323;
}

h4 a.article-comment-icon:hover .comment-icon {
	background-color:#232323;
}

.left-article-block.article-background {
	background:#f8f8f8;
	display:block;
	padding-bottom:0px;
}

.left-article-block {
	display:block;
	margin-bottom:15px;
}

.left-article-block.single-line {
	padding-bottom:15px;
}

.left-article-block.archive-line {
	padding-bottom:15px;
	margin-bottom:15px;
}

.left-article-block.archive-line .article-content h3 {
	font-size:15px;
	line-height:150%;
}

.left-article-block.archive-line .article-content span.right {
	display:block;
	margin-top:2px;
	font-size:11px;
	font-weight:normal;
	color:#9e9e9e;
}

.left-article-block > .article-photo {
	display:block;
	margin-bottom:20px;
}


.left-article-block.article-background > .article-content {
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

.left-article-block .article-content h2,
.left-article-block .article-content h3.main-story {
	display:block;
	font-weight:bold;
	font-size:22px;
	line-height:25px;
	margin-bottom:10px;
}

.left-article-block .article-content h3.sub-story, .video-item-block h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

.left-article-block .article-content h3 {
	display:block;
	font-weight:normal;
	font-size:18px;
	line-height:23px;
}

.left-article-block.single-line .article-photo {
	margin:0px;
	margin-top:20px;
}

.article-background:not(:first-child) {
	padding-top:20px;
	margin-top:-15px;
	position:relative;
	display:block;
	margin-bottom:15px;
}

.left-article-block .article-content p {
	font-size:12px;
	line-height:20px;
	color:#707070;
	text-align:justify;
}

h2 a.article-comment-icon .comment-icon,.post-comment-icon  {
	width:14px;
	height:14px;
	background-color:#c53c1c;
	background-image:url("../images/icon-article-comments-big.png");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:14px 14px;
	position:absolute;
	display:block;
	left:0px;
	top:1px;
	content:'';
	color:transparent;
}

.article-background h2 a.article-comment-icon .comment-icon, .sticky h2 a.article-comment-icon .comment-icon {
	background-image:url("../images/icon-featured-article-comments-big.png");
}

h2 a.article-comment-icon {
	display:inline-block;
	color:#c53c1c;
	font-weight:bold;
	margin-left:12px;
	position:relative;
	padding-left:19px;
	line-height:100%;
	font-size:15px;
	top:-1px;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

h3 a.article-comment-icon .comment-icon {
	width:11px;
	height:11px;
	background-color:#c53c1c;
	background-image:url("../images/icon-article-comments-medium.png");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:11px 11px;
	position:absolute;
	display:block;
	left:0px;
	top:1px;
	content:'';
}

.article-background h3 a.article-comment-icon .comment-icon, .sticky h3 a.article-comment-icon .comment-icon {
	background-image:url("../images/icon-featured-article-comments-medium.png");
}

h3 a.article-comment-icon {
	display:inline-block;
	color:#c53c1c;
	font-weight:bold;
	margin-left:12px;
	position:relative;
	padding-left:15px;
	line-height:100%;
	font-size:12px;
	top:-1px;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

a.article-comment-icon:hover {
	color:#232323;
}

a.article-comment-icon:hover .comment-icon {
	background-color:#232323;
}

.article-background .triple-article {
	display:table;
	width:auto;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
}

.triple-article {
	display:table;
	width:100%;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}

.triple-article > div.triple-article-single {
	display:table-cell;
	width:30%;
	text-align:center;
}

.triple-article > div.triple-article-single:first-child {
	text-align:left;
}

.triple-article > div.triple-article-single:last-child {
	text-align:right;
}

.triple-article > div.triple-article-single > div {
	display:inline-block;
	width:152px;
	text-align:left;
}

.triple-article > div.triple-article-single > .article-photo {
	padding-bottom:8px;
}

.double-article {
	display:table;
	width:100%;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}

.double-article > div.double-article-single {
	display:table-cell;
	width:50%;
	text-align:center;
}

.double-article > div.double-article-single:first-child {
	text-align:left;
}

.double-article > div.double-article-single:last-child {
	text-align:right;
}

.double-article > div.double-article-single > div {
	display:inline-block;
	width:243px;
	text-align:left;
}

.double-article > div.double-article-single > div.article-photo {
	padding-bottom:8px;
}

.double-article > div.double-article-single > div h3 {
	font-size:15px;
	line-height:20px;
}

.double-left-article {
	display:table;
	width:100%;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}

.double-left-article > div.double-article-single {
	display:table-cell;
	width:50%;
	text-align:center;
}

.double-left-article > div.double-article-single:first-child {
	text-align:left;
	width:354px;
}

.double-left-article > div.double-article-single:last-child {
	text-align:right;
	width:152px;
}

.double-left-article > div.double-article-single > div {
	display:inline-block;
	text-align:left;
}

.double-left-article > div.double-article-single > div.article-photo {
	padding-bottom:8px;
}

.double-left-article > div.double-article-single > div h3 {
	font-size:17px;
	line-height:23px;
	text-align:left;
}

.double-left-article > div.double-article-single:last-child > div h3 {
	font-size:15px;
	line-height:19px;
	text-align:left;
}

.left-banner-block {
	display:block;
	margin-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
	text-align:center;
	padding-bottom:15px;
}

.category-block {
	display:table;
	width:100%;
}

.category-block > div {
	display:table-cell;
}

.category-block > div:first-child {
	width:230px;
	padding-right:20px;
}

.full-left-box {
	display:block;
	position:relative;
}

.full-left-box .thetitle {
	display:block;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 5px solid #232323;
	border-bottom: 1px dotted #b2b2b2;
	color: #232323;
	font-size: 15px;
	line-height: 20px;
}

.category-left-block .article-block {
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: 1px dotted #b2b2b2;
}

.category-left-block .article-block:last-child {
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:0px;
}

.category-left-block .article-block .article-photo {
	display:block;
	padding-bottom:8px;
}

.category-left-block .article-block h4 {
	display:block;
	font-size:13px;
	line-height:16px;
}

.category-right-block .article-photo {
	display:block;
	padding-bottom:15px;
}

.category-right-block .article-content {
	display:block;
	padding-bottom:30px;
}

.category-right-block .article-content h2 {
	display:block;
	padding-bottom:12px;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
}

.category-right-block .article-content p {
	font-size: 12px;
	line-height: 20px;
	color: #707070;
	text-align: justify;
}

.full-left-box .title-top {
	position:absolute;
	top:14px;
	right:0px;
}

.full-left-box .title-top a {
	opacity:0.8;
	filter:alpha(opacity=80);
	font-size:11px;
}

.content-blog {
	display:table;
	padding-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
	margin-bottom:15px;
	width:100%;
}

.content-main-title {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:5px solid #232323;
	position:relative;
	color:#232323;
}

.content-main-title h2, .content-main-title h1 {
	font-size:20px;
	line-height:18px;
	color:inherit;
	text-transform: uppercase;
}

.content-main-title .top-right-corner {
	font-size:11px;
	color:inherit;
	position:absolute;
	font-weight:bold;
	top:5px;
	right:0px;
	cursor:default;
}

.content-main-title .top-right-corner a {
	display:inline-block;
	margin-left:10px;
	opacity:0.7;
	color:inherit;
	filter:alpha(opacity=70);
}

.content-main-title .top-right-corner a.active {
	padding:1px 7px;
	background:#232323;
	border-radius:2px;
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}

.content-main-title .top-right-corner .icon-text {
	display:inline-block;
	padding-left:8px;
	padding-top:1px;
}

.content-blog > div:first-child {
	padding-right:20px;
}

.content-blog > div {
	display:table-cell;
	width:50%;
}

.content-blog .article-block-big-image {
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
	max-width: 320px;
}

.content-blog .article-block-big-image:last-child {
	margin-bottom:0px;
	border-bottom:0px;
}

.content-blog .article-block-big-image .article-photo {
	display:block;
	margin-bottom:10px;
}

.content-blog .article-block-big-image .article-content {
	display:block;
}

.content-blog .article-block-big-image .article-content h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
}

.content-blog .article-block-small-image {
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
}

.content-blog .article-block-small-image:last-child {
	margin-bottom:0px;
	border-bottom:0px;
}

.content-blog .article-block-small-image h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 10px;
}

.content-blog .article-block-small-image .article-content {
	display:table;
}

.content-blog .article-block-small-image .article-content > div {
	display:table-cell;
}

.content-blog .article-block-small-image .article-content > div.article-photo {
	width:80px;
	padding:2px 15px 0px 0px;
}

.content-blog .article-block-small-image .article-content p {
	font-size: 12px;
	line-height: 150%;
	color: #707070;
	text-align: justify;
}

.content-pager {
	display:block;
	position:relative;
	padding-bottom:20px;
}

.content-pager .right {
	position:absolute;
	top:7px;
	right:0px;
	text-transform:uppercase;
	opacity:0.7;
	filter:alpha(opacity=70);
	font-weight:bold;
	font-size:11px;
}

.content-pager .right a .icon-text {
	display:inline-block;
	padding-left:6px;
	padding-top:1px;
}

.content-pager ul {
	display:block;
	margin:0px auto;
	text-align:center;
	line-height: 100%;
}

.content-pager ul li {
	display:inline-block;
	margin-right:0px;
}

.content-pager ul li a {
	display:block;
	margin-right:1px;
	background:#f2f2f2;
	color:#232323;
	font-weight:bold;
	font-size:12px;
	padding:8px 12px;
}

.content-pager ul li a:hover {
	background:#dbdbdb;
}

.content-pager ul li span {
	display:block;
	margin-right:1px;
	background:#232323;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:8px 12px;
}

.content-pager ul li.pager-navi {
	padding:0px 10px;
}

.content-pager ul li .next, .content-pager ul li .prev {
	font-family: "Entypo";
}

.article-navigation-left {
	display:block;
	position:fixed;
	z-index:20;
	top:40%;
	left:0px;
}

.article-navigation-left a {
	display:block;
	background:#fff;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.15);
	padding:10px 0px 0px 0px;
	position:relative;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.article-navigation-left a:hover {
	opacity:1;
	filter:alpha(opacity=10);
}

.article-navigation-left a:before {
	position:absolute;
	content:'\E75D';
	display:block;
	top:25px;
	left:10px;
	font-family:'Entypo';
	font-size:22px;
	color:#7f7f7f;
}

.article-navigation-left a img {
	display:block;
	margin:0px 10px 10px 30px;
}

.article-navigation-left a:hover img {
	margin-left:40px;
}

.article-navigation-left a strong {
	display:block;
	border-top:1px solid #eeeeee;
	font-size:9px;
	text-transform:uppercase;
	padding:8px 10px 8px 0px;
	line-height:9px;
	text-align:right;
	color:#7f7f7f;
}

.article-navigation-right {
	display:block;
	position:fixed;
	z-index:20;
	top:40%;
	right:0px;
}

.article-navigation-right a {
	display:block;
	background:#fff;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.15);
	padding:10px 0px 0px 0px;
	position:relative;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.article-navigation-right a:hover {
	opacity:1;
	filter:alpha(opacity=10);
}

.article-navigation-right a:before {
	position:absolute;
	content:'\E75E';
	display:block;
	top:25px;
	right:10px;
	font-family:'Entypo';
	font-size:22px;
	color:#7f7f7f;
}

.article-navigation-right a img {
	display:block;
	margin:0px 30px 10px 10px;
}

.article-navigation-right a:hover img {
	margin-right:40px;
}

.article-navigation-right a strong {
	display:block;
	border-top:1px solid #eeeeee;
	font-size:9px;
	text-transform:uppercase;
	padding:8px 0px 8px 10px;
	line-height:9px;
	text-align:left;
	color:#7f7f7f;
}

.article-big-header {
	display:block;
	padding-bottom:20px;
}

.article-big-header h2 {
	padding-top:5px;
	display:block;
	padding-bottom:20px;
	font-size:22px;
	line-height:25px;
	color:#2d2d2d;
}

.article-option-line {
	background:#f8f8f8;
	height:35px;
	border-top:1px dotted #dfdfdf;
	border-bottom:1px dotted #dfdfdf;
}

.article-option-line .this-button {
	display:block;
	float:left;
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#797979;
	line-height:35px;
	padding:0px 14px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.article-option-line .this-button .icon-text {
	font-size:15px;
	padding-right:9px;
}

.article-option-line a.this-button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.article-option-line .this-button.active {
	background:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	box-shadow:0px -3px 0px rgba(0,0,0,0.03);
	border-bottom:1px solid #fff;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	margin-top:-1px;
	cursor:default;
}

.article-option-line .this-button .article-comment-button {
	background:url("../images/icon-article-comments.png") no-repeat center;
	display:inline-block;
	width:16px;
	height:14px;
	top:11px;
	position:relative;
	margin-right:8px;
}

.article-option-line span.this-button {
	cursor:default;
	font-weight:normal;
}

.article-option-line span.this-button.serious-stuff a {
	font-size: 8px;
	padding: 1px 6px;
	line-height: 13px;
	text-transform: uppercase;
}

.article-option-line span.this-button.serious-stuff a.active {
	background:#232323;
	opacity:1;
	filter:alpha(opacity=100);
}

.article-option-line span.this-button a {
	display:inline-block;
	background:#797979;
	font-weight:bold;
	font-size:12px;
	line-height:13px;
	padding:0px 4px;
	padding-bottom:1px;
	margin-left:8px;
	color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.article-option-line span.this-button a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.article-option-line span.this-button a:last-child {
	margin-left:3px;
}

.article-option-line.upper-direction {
	margin-top:20px;
}

.article-option-line.upper-direction .this-button.active {
	box-shadow:0px 3px 0px rgba(0,0,0,0.03);
	border-top:1px solid #fff;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

.changable-content {
	display:block;
}

.the-article-content {
	display:block;
	margin-bottom:15px;
}

.the-article-content .article-photo {
	display:block;
	margin-bottom:20px;
}

.the-article-content .article-author {
	display:block;
	margin-bottom:20px;
	padding-bottom:20px;
	height:40px;
	border-bottom:1px dotted #d9d9d9;
	line-height: 100%;
}

.the-article-content .article-author .article-user {
	display:block;
	float:left;
	white-space:nowrap;
}

.the-article-content .article-author .article-user img {
	display:block;
	float:left;
	margin-right:12px;
}

.the-article-content .article-author .article-user strong {
	display:block;
	font-size:13px;
	line-height:20px;
	color:#434343;
}

.the-article-content .article-author .article-user > a {
	display:block;
	margin-top:2px;
	padding-left:2px;
	font-size:11px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.the-article-content .article-author .article-date {
	display:block;
	float:right;
	text-align:right;
}

.the-article-content .article-author .article-date strong {
	display:block;
	line-height:19px;
	margin-bottom:2px;
	font-weight:normal;
}

.the-article-content .article-author .article-date span {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.article-main-content {
	display:block;
}

.article-main-content p {
	font-size:13px;
	line-height:150%;
	margin-bottom:20px;
}

.article-soc-likes {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
    padding-top:10px;
	margin-top:10px;

	border-bottom: 1px dotted #d9d9d9;
}

.article-soc-likes.upper-direction {
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	border-bottom:0px;
}

.article-soc-likes .social-icon {
	display:inline-block;
	margin-right:10px;
}

.article-soc-likes .social-icon > a {
	display:inline-block;
	padding:0px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#7d7d7d;
	position:relative;
	overflow:hidden;
	width:21px;
	height:20px;
	line-height:20px;
}

.article-soc-likes .social-icon > a:hover {
	width:auto;
	padding:0px 7px 0px 27px;
}

.article-soc-likes .social-icon > a:before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	content:'';
	z-index:3;
	background:rgba(255,255,255,0.3);
}

.article-soc-likes .social-icon > a .icon-text {
	position:absolute;
	background-color:inherit;
	top:0px;
	left:0px;
	width:21px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	line-height:20px;
	z-index:4;
}

.article-soc-likes .social-icon > .like-count:before {
	display:block;
	content:'';
	position:absolute;
	background-color:inherit;
	border-left:1px solid #cecece;
	border-bottom:1px solid #cecece;
	width:4px;
	height:4px;
	top:6px;
	left:-3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.article-soc-likes .social-icon > .like-count {
	display:inline-block;
	position:relative;
	padding:4px 6px;
	background-color:#f7f7f7;
	border:1px solid #cecece;
	font-size:9px;
	margin:1px 0px 0px 4px;
	line-height: 100%;
}

.article-related-ones {
	display:block;
	padding-bottom:15px;
	border-bottom:1px dotted #d9d9d9;
	margin-bottom:20px;
	margin-top:-5px;
}

.article-related-ones strong {
	display:block;
	margin-bottom:15px;
	font-size:14px;
	color:#afafaf;
	padding-left:20px;
	font-weight:normal;
}

.article-related-ones ul {
	padding-left:0px;
	margin-left:15px;
}

.article-related-ones ul li {
	padding-left:5px;
	list-style:url("../images/icon-related-li.png");
	line-height:15px;
	padding-bottom:4px;
}

.article-related-ones ul li h4 {
	font-size:12px;
	line-height:15px;
}


/* #5 Comments */

.comment-block {
	display:block;
}

.comment-block .comments {
	display:block;
	list-style:none;
	padding:10px 0px;
}

.comment-block .comments li {
	display:block;
	list-style:none;
}

.comment-block .comments > li:last-child > .commment-content {
	padding-bottom:0px;
	margin-bottom:20px;
	border-bottom:0px;
}

.comment-block .comments > li:last-child #respond, .comment-block .comments > li:last-child > ul > li:last-child #respond {
	border-top: 1px dotted #cccccc;
	margin-top:20px!important;
}

.comment-block .comments > li:last-child > ul.children, .comment-block .comments > li:last-child > ul > li:last-child > ul {
	border-top: 1px dotted #cccccc;
	margin-top: 20px!important;
	padding-top: 20px;
}

.comment-block .comments > li:last-child > ul > li:last-child > ul {
	padding-top: 0px!important;
}

.comment-block .comments > li:last-child > ul > li:last-child {
	margin-bottom: -31px;
}

.comment-block .comments li ul li .commment-content {
	background:#f8f8f8;
	padding-top:20px;
	margin-top:-20px;
	padding-left:130px;
}

.comment-block .comments > li > ul {
	position:relative;
}

.comment-block .comments > li > ul:before, ol#comments #respond:before {
	display:block;
	content:'';
	width:9px;
	height:9px;
	position:absolute;
	background:#fff;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	top:-5px;
	left:86px;
	z-index:4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.registered-user-restriction {
	display: block;
	padding: 50px 0px 20px 0px;
	text-align: center;
}

.comment-block .comments li .commment-content {
	display:block;
	padding-left:65px;
	padding-bottom:22px;
	margin-bottom:20px;
	border-bottom:1px dotted #cccccc;
	position:relative;
}

.comment-block .comments li .commment-content > .icon-link {
	opacity:0.4;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.comment-block .comments li .commment-content > .time-stamp {
	opacity:0.5;
}

.comment-block .comments li .commment-content:hover > .icon-link, .comment-block .comments li .commment-content:hover > .time-stamp {
	opacity:1;
}

.comment-block .comments li > .commment-content > .set-image-border {
	left: 0px;
}

.comment-block .comments li li .commment-content .set-image-border {
	left: 65px;
}

.comment-block .comments li .commment-content img.user-avatar {
	position:absolute;
	margin-top:2px;
	display: block;
}

.comment-block .comments li .commment-content strong.user-nick {
	color:#232323;
}

.comment-block .comments li .commment-content .user-nick {
	display:inline-block;
	margin-right:6px;
	font-size:15px;
	padding-bottom:12px;
	font-weight:bold;
	line-height: 100%;
}

.comment-block .comments li .commment-content .time-stamp {
	display:inline-block;
	margin-left:5px;
	margin-right:6px;
	font-size:11px;
	color:#979797;
	padding-top:3px;
	line-height: 100%;
}

.comment-block .comments li .commment-content .marker {
	position:relative;
	display:inline-block;
	margin-right:6px;
	margin-top:2px;
	font-size:11px;
	color:#fff;
	padding:2px 5px 3px 5px;
	background:#232323;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 100%;
}

.comment-block .comments li .commment-content .comment-text {
	display:block;
	padding-bottom:12px;
	color:#3b3b3b;
	font-size:12px;
	line-height:19px;
}

.comment-block .comments li .commment-content .icon-link {
	display:inline-block;
	color:#232323;
	font-size:10px;
	line-height:11px;
}

.comment-block .comments li .commment-content .icon-link:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.comment-block .comments li .commment-content .icon-link .icon-text {
	display:inline-block;
	padding-top:1px;
	padding-right:6px;
}

.comment-form, #respond {
	display:block;
	padding-bottom:20px;
}

ol#comments #respond {
	border-bottom: 1px dotted #cccccc;
	background: #f8f8f8;
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
	position:relative;
}

#reply-title {
	padding: 0px 30px 20px 0px;
	text-align: right;
}

#reply-title a {
	color:#cf281c;
}

.comment-form form p, #respond form p {
	display:block;
	width:280px;
	position:relative;
	margin:0px auto;
	padding:5px 0px 5px 60px;
}

.comment-form form p label, #respond form p label {
	display:block;
	position:absolute;
	right:280px;
	text-align:right;
	margin-right:20px;
	top:13px;
	white-space:nowrap;
	line-height: 100%;
}

.comment-form form p label .required, #respond form p label .required {
	position:absolute;
	right:-12px;
	font-weight:bold;
	color:#ce1b1b;
}

.comment-form form input[type=text], .comment-form form textarea, #respond form input[type=text], #respond form textarea {
	width:254px;
	margin-left:1px;
}

.comment-form form input[type=text].error, .comment-form form textarea.error, #respond form input[type=text].error, #respond form textarea.error {
	box-shadow: 0px 0px 0px 1px #ae1919;
}

.comment-form form .comment-error, #respond form .comment-error {
	display:block;
	background:#ae1919;
	color:#fff;
	padding:7px 10px 8px 10px;
	font-size:10px;
	line-height: 100%;
}

.comment-form form .comment-error .icon-text, #respond form .comment-error .icon-text {
	display:inline-block;
	padding-top:1px;
	padding-right:7px;
}

.comment-form form .comment-notes, #respond form .comment-notes {
	display:block;
	margin-bottom:15px;
	font-size:11px;
	line-height:16px;
}

.comment-form form .comment-notes .required, #respond form .comment-notes .required {
	color:#ce1b1b;
}

.comment-form h2.small-title, #respond h2.small-title {
	display:block;
	padding-top:30px;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px dotted #cccccc;
	color:#636363;
}

.comment-form p > .icon-text, #respond p > .icon-text {
	font-size:20px;
	position:absolute;
	left:23px;
	top:10px;
	color:#b2b2b2;
}

.the-error-msg {
	display:block;
	padding:80px 0px;
	text-align:center;
}

.the-error-msg strong {
	display:block;
	color:#2d2d2d;
	font-size:24px;
	line-height:55px;
	padding-bottom:50px;
	text-transform:uppercase;
	
}

.the-error-msg span {
	display:block;
	color:#2d2d2d;
	padding-bottom:15px;
	font-size:17px;
	text-transform:uppercase;
	 
}

.the-error-msg p {
	width:290px;
	margin:0px auto 15px auto;
	line-height:17px;
	font-size:11px;
	color:#797979;
	 
}

.the-error-msg p a {
	font-weight:bold;
}

.comments.inline-comments {
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}

.contact-form.comment-form p {
	padding: 5px 0px 5px 0px;
}

.contact-form.comment-form p label {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	text-align: left;
	display: inline-block;
}

.the-sidebar-top-space {
	display:block;
	height:35px;
}

.calendar-category-select {
	display:block;
	padding-bottom:15px;
	border-bottom:1px dotted #b2b2b2;
	margin-bottom:10px;
}

.calendar-arrow {
	display: inline-block;
	padding: 0px 15px;
}

.select-wrapper select {
	background:transparent;
	border: 0px;
	padding:3px 6px 3px 6px;
	position:relative;
	z-index:6;
	font-size:11px;
	cursor:pointer;
	background:#efefef;
}

.calendar-category-select label {
	display:inline-block;
	padding:3px 6px 0px 0px;
}



/* #6 Photo gallery */

.photo-gallery-content {
	display:block;
	width:980px;
	overflow:hidden;
	height:auto;
	margin-bottom:20px;
}

.photo-gallery-content .photo-gallery-layer {
	display:block;
	height:auto;
	width:1000px;
}

.photo-gallery-content .photo-gallery-layer .photo-tile {
	display:block;
	margin:0px 20px 20px 0px;
	float:left;
	width:230px;
	height:160px;
	position:relative;
}

.photo-gallery-content .photo-gallery-layer .photo-tile:hover img {
	box-shadow:inset 0px 0px 0px 10px #000;
	opacity:1;
	filter:alpha(opacity=100);
	background-size:auto;
}

.photo-tile .gallery-title {
	display:block;
	position:absolute;
	background:#000;
	bottom:0px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	z-index:5;
	opacity:0.7;
	filter:alpha(opacity=70);
	line-height:140%;
	 
}

.photo-tile .gallery-title span {
	display:block;
	padding:9px 12px;
}

.photo-tile:hover .gallery-title {
	opacity:1;
	filter:alpha(opacity=100);
}


.single-photo-content {
	display:block;
	margin-bottom:20px;
}

.single-photo-content .single-photo-frame {
	display:block;
	background:#f3f3f3;
	position:relative;
	min-height:200px;
	box-shadow:inset 0px 0px 0px 1px #ccc;
	overflow:hidden;
	text-align:center;
}

.single-photo-content .single-photo-frame .photo-gallery-arrow-left, .single-photo-content .single-photo-frame .photo-gallery-arrow-right {
	display:block;
	width:44px;
	height:44px;
	background:url("../images/icon-photo-left.png") no-repeat center;
	color:transparent;
	z-index:5;
	position:absolute;
	right:auto;
	left:-44px;
	top:50%;
	margin-top:-22px;
	opacity:0;
	filter:alpha(opacity=0);
}

.single-photo-content .single-photo-frame .photo-gallery-arrow-right {
	background:url("../images/icon-photo-right.png") no-repeat center;
	left:auto;
	right:-44px;
}

.single-photo-content .single-photo-frame:hover .photo-gallery-arrow-left {
	left:-5px;
	opacity:1;
	filter:alpha(opacity=100);
}

.single-photo-content .single-photo-frame:hover .photo-gallery-arrow-right {
	right:-5px;
	opacity:1;
	filter:alpha(opacity=100);
}

.single-photo-content .single-photo-frame .photo-gallery-arrow-left:hover {
	left:0px;
}

.single-photo-content .single-photo-frame .photo-gallery-arrow-right:hover {
	right:0px;
}

.photo-gallery-line {
	display:block;
	background:#f3f3f3;
	text-align:center;
	padding:15px 20px;
	border:1px dotted #cccccc;
	border-top:0px;
	position:relative;
	margin-bottom:20px;
}

.photo-gallery-line > .icon-text {
	display:block;
	position:absolute;
	font-size:25px;
	text-align:center;
	padding:30px 20px;
	top:0px;
}

.photo-gallery-line > .icon-text.photo-line-arrow-left {
	left:0px;
}

.photo-gallery-line > .icon-text.photo-line-arrow-right {
	right:0px;
}

.photo-gallery-line .actual-photo-line {
	display:block;
	height:50px;
	overflow:hidden;
	margin:0px 34px;
	text-align:left;
	width:870px;
	position:relative;
}

.photo-gallery-line .actual-photo-line ul {
	display:block;
	width:8000px;
	height:50px;
	position:absolute;
	left:0px;
	top:0px;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-o-transition: all 0.12s;
}

.photo-gallery-line .actual-photo-line ul li {
	display:block;
	float:left;
	margin-right:10px;
}

.photo-gallery-line .actual-photo-line ul li.active img {
	box-shadow:inset 0px 0px 0px 5px #000;
}

.lightbox .photo-gallery-line .actual-photo-line ul li.active:before {
	display:block;
	content:'';
	position:absolute;
	box-shadow:inset 0px 0px 0px 5px #000;
	width:70px;
	height:50px;
	z-index:100;
}

.empty-break {
	display:block;
	height:20px;
}



/* #7 Sidebar styling */

.panel:first-child .banner125 {
	border-top:0px;
}

.banner125 {
	display:table;
	width:100%;
	border-top:1px dotted #b2b2b2;
	padding-top:20px;
}

.banner125 > div:first-child > div {
	padding-bottom:15px;
}

.banner125 > div {
	width:100%;
	display:table-row;
}

.banner125 > div > div {
	width:125px;
	display:table-cell;
	text-align:left;
}

.banner125 > div > div:first-child {
	text-align:right;
	padding-right:15px;
}

.content-box .content-box-sidebar:first-child {
	padding-left:0px;
	padding-right:20px;
}

.content-box-sidebar .panel {
	display:block;
	margin-bottom:20px;
	position:relative;
}

.content-box-sidebar .panel > h3 {
	display:block;
	margin-bottom:15px;
	padding-top:7px;
	padding-bottom:7px;
	border-top:5px solid #232323;
	border-bottom:1px dotted #b2b2b2;
	color:#232323;
	font-size:15px;
	line-height:20px;
}

a.text-ad {
	display:block;
	background:#f7f7f7;
	color:#4d4d4d;
	border:1px solid #ebebeb;
	padding:12px 15px;
	font-size:13px;
	margin-bottom:2px;
	line-height:17px;
}

a.text-ad > strong {
	display:block;
}

a.text-ad > span {
	display:block;
	font-size:11px;
	padding-top:6px;
	color:#a2a2a2;
	white-space:nowrap;
	width:268px;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:12px;
}

a.text-ad > span .icon-text {
	display:inline-block;
	padding-right:5px;
	font-size:10px;
	padding-top:1px;
}

a.text-ad:hover {
	background:#fcfcfc;
}

a.text-ad:active {
	box-shadow:inset 0px 0px 30px rgba(0, 0, 0, 0.08);
}

.panel .tagcloud a {
	display:inline-block;
	background:#f0f0f0;
	color:#232323;
	padding:4px 9px 5px 9px;
	font-weight:normal;
	font-size:11px!important;
	margin:0px 3px 4px 0px;
	line-height: 100%;
}

.panel .tagcloud a:hover {
	color:#fff;
	background:#232323;
}

.panel .title-top {
	position:absolute;
	top:16px;
	right:0px;
	font-size:10px;
}

.panel .title-top a {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.panel .side-comment {
	display:table;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #b2b2b2;
	width:100%;
}

.panel .side-comment:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.panel .side-comment .comment-photo {
	display:table-cell;
	width:55px;
}

.panel .side-comment .comment-content {
	display:table-cell;
}

.panel .side-comment .comment-content strong {
	display:block;
	padding-bottom:8px;
	font-size:14px;
	color:#232323;
	line-height:18px;
	font-weight:normal;
	 
	margin-top:-3px;
}

.panel .side-comment .comment-content p {
	display:block;
	padding-bottom:12px;
	font-size:11px;
	color:#828282;
	line-height:16px;
}

.panel .side-comment .comment-content .timestamp {
	display:block;
	float:right;
	font-size:10px;
	color:#cdcdcd;
	line-height:12px;
}

.panel .text-link {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
}

.panel .text-link .icon-text {
	display:inline-block;
	padding-right:6px;
}

.panel .side-article {
	display:table;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #b2b2b2;
	width:100%;
}

.panel .side-article:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.panel .side-article > div {
	display:table-cell;
}

.panel .side-article .article-photo {
	width:95px;
}

.panel .side-article .article-content h4 {
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	margin-top:-3px;
	margin-bottom:8px;
}

.panel .side-gallery {
	display:block;
	width:300px;
	height:auto;
	position:relative;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #b2b2b2;
}

.panel .side-gallery:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.panel .side-gallery .gallery-navi-left {
	display:block;
	position:absolute;
	top:112px;
	left:0px;
	z-index:5;
	background:url("../images/icon-gallery-navi-left.png") no-repeat center;
	color:transparent;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-1000px;
	opacity:0;
	filter:alpha(opacity=0);
}

.panel .side-gallery:hover .gallery-navi-left {
	left:20px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.panel .side-gallery .gallery-navi-left:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.panel .side-gallery .gallery-navi-right {
	display:block;
	position:absolute;
	top:112px;
	right:0px;
	z-index:5;
	background:url("../images/icon-gallery-navi-right.png") no-repeat center;
	color:transparent;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-1000px;
	opacity:0;
	filter:alpha(opacity=0);
}

.panel .side-gallery:hover .gallery-navi-right {
	right:20px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.panel .side-gallery .gallery-navi-right:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.panel .side-gallery ul {
	display:block;
	width:300px;
	height:250px;
	position:relative;
	margin-bottom:10px;
}

.panel .side-gallery ul li {
	display:block;
	width:300px;
	height:250px;
	position:absolute;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.panel .side-gallery ul li.active {
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
}

.panel .side-gallery h4 {
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

.info-message {
	display:block;
	font-size:11px;
	color:#fff;
	padding:8px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

.info-text {
	display:block;
	padding-left:32px;
	position:relative;
	font-size:10px;
	font-weight:normal;
	line-height:16px;
	color:#707070;
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #b2b2b2;
}

.info-text:before {
	content:'\E705';
	display:block;
	font-size:20px;
	font-family:'Entypo';
	position:absolute;
	left:0px;
	top:26px;
	color:#b2b2b2;
}

.content {
	min-height: 400px;
}

.content input[type=text] {
	background:#fafafa;
	border:1px solid #fff;
	box-shadow:0px 0px 0px 1px #cecece;
	font-size:12px;
	padding:5px 11px;
	width:220px;
	color:#6a6a6a;
	font-family:'Open Sans', Arial;
}

.content input[type=text]:focus {
	background:#fff;
}

.content textarea {
	background:#fafafa;
	border:1px solid #fff;
	box-shadow:0px 0px 0px 1px #cecece;
	font-size:12px;
	padding:5px 11px;
	width:220px;
	height:100px;
	color:#6a6a6a;
	font-family:'Open Sans', Arial;
}

.content textarea:focus {
	background:#fff;
}

.content input[type=submit] {
	background:#f1f1f1;
	border:1px solid #cecece;
	box-shadow:0px 3px 0px rgba(0,0,0,0.03), inset 0px 1px 0px #fff;
	font-size:10px;
	padding:6px 17px 7px 17px;
	color:#6a6a6a;
	font-family:'Open Sans', Arial;
	text-shadow:0px 1px 0px #fff;
	border-radius:2px;
	-moz-border-radius:2px;
	font-weight:bold;
	cursor:pointer;
}

.content input[type=submit]:hover {
	background:#ececec;
}

.content input[type=submit]:active {
	background:#ececec;
	box-shadow:0px 0px 0px transparent, inset 0px 1px 0px rgba(0,0,0,0.03);
}

.subscribe-form {
	line-height: 100%;
}

.subscribe-form form p {
	display:block;
	padding-bottom:10px;
	text-align:center;
	width:244px;
	margin:0px auto;
}

.subscribe-form form p label {
	display:block;
	text-align:left;
	width:100%;
	padding-bottom:7px;
	font-size:10px;
	color:#ababab;
}

.subscribe-form form p.subscribe_submit {
	display:block;
	padding-top:10px;
}

#calendar_wrap {
	display:block;
}

#calendar_wrap table {
	width:100%;
}

#calendar_wrap table td {
	text-align:center;
	position:relative;
	font-weight:bold;
	width:43px;
	height:29px;
	line-height:28px;
}

#calendar_wrap table td#today {
	text-align:center;
	position:relative;
	font-weight:bold;
	background:#ececec;
	color:#fff;
	background:#3e3e3e;
}

#calendar_wrap table td a {
	text-align:center;
	background:#ececec;
	position:relative;
	line-height:28px;
	width:43px;
	height:29px;
}

#calendar_wrap table td#prev {
	padding-top:10px;
	text-align:left;
}

#calendar_wrap table td#next {
	padding-top:10px;
	text-align:right;
}

#calendar_wrap table td#prev a, #calendar_wrap table td#next a {
	padding-right:10px;
	padding-left:10px;
	border-radius:2px;
	-moz-border-radius:2px;
}

#calendar_wrap table td#today a {
	background:inherit;
	color:inherit;
}

#calendar_wrap table thead {
	text-align:center;
	background:#3e3e3e;
	color:#fff;
	line-height:30px;
}

#calendar_wrap table caption {
	text-align:center;
	color:#232323;
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	 
	padding-bottom:10px;
}

.loading-message {
	display:block;
	font-size:18px;
	text-align:center;
	padding-bottom:20px;
}


/* #8 Footer */

.footer .wrapper {
	background:#1e1e1e;
	color:#fff;
	padding-top:6px;
}

.footer .footer-content {
	background-color:#313131;
	padding:20px;
	color:#8a8a8a;
	display:table;
	width:940px;
	position:relative;
}

.footer .footer-content p.footer-title {
	text-transform: uppercase;
	margin: 0 0 6px 0;
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.footer .footer-content .footer-block {
	position:relative;
	display:table-cell;
	padding-left:40px;
}

.footer .footer-content .footer-block:first-child {
	padding-left:0px;
}

.footer .footer-content .footer-block .footer-logo {
	display:block;
	margin-bottom:20px;
}

.footer .footer-content .footer-block .footer-set {
	display:block;
	margin-bottom:50px;
	width:300px;
}

.footer .footer-content p {
	font-size:12px;
	line-height:16px;
}

.footer .footer-copy {
	position:relative;
	display:block;
	padding:10px 20px;
}

.footer .footer-copy p {
	font-size:10px;
	color:#8a8a8a;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 100%;
}

.footer .footer-bottom {
	cursor:default;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
}

.footer a.soc-button {
	font-size:23px;
	display:inline-block;
	margin-right:3px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.footer a {
	color:#2d2d2d;
}

.footer a:hover {
	color:#333333;
}

.footer h2.footer-title {
	display:block;
	width:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #505050;
	 
	font-size:16px;
	line-height:18px;
	color:#cfcfcf;
	text-transform:uppercase;
}

.footer ul {
	display:block;
	list-style:none;
	width:130px;
	line-height: 100%;
}

.footer ul li {
	display:block;
	color:#cfcfcf;
	font-size:11px;
	text-transform:uppercase;
}

.footer ul li a {
	color:#cfcfcf;
	position:relative;
	padding-left:0px;
	display:block;
	padding-bottom:10px;
}

.footer ul li:hover a {
	padding-left:8px;
}

.footer ul.category-listing li a {
	padding-left:20px;
}

.footer ul.category-listing li:hover a {
	padding-left:28px;
}

.footer ul li a .category-square {
	display:block;
	position:absolute;
	left:0px;
	top:3px;
	width:7px;
	height:7px;
	color:transparent;
	overflow:hidden;
}

.footer .footer-contact-form {
	display:block;
	width:240px;
	margin-bottom: 50px;
}

.footer .footer-contact-form p {
	display:block;
	margin-bottom:20px;
}

.footer .contact-msg {
	display:block;
	color:#cfcfcf;
	font-size:14px;
	margin-top:9px;
}

.footer .contact-msg .icon-text {
	display:inline-block;
	padding-right:10px;
	right:0px;
}

.footer .relative-block {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}


/* #9 Lightbox */

.lightbox .loading-box {
	padding:50px 0px;
	line-height: 24px;
}

.startlightbox  {
	overflow: hidden;
	color:#232323;
}

.startlightbox .lightbox {
	display:block;
}

.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    text-align:center;
	z-index:200;
	display:none;
	overflow-y:scroll;
}

.lightbox .main-black-block {
	box-shadow:none;
	background:#212121;
	color:#ccc;
	font-size: 11.5px;
	line-height: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	color:#8a8a8a;
}

.lightbox .lightcontent .light-close span, .lightbox .lightcontent-loading .light-close span {
	font-family: 'Entypo';
	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:980px;
	margin:100px auto 70px auto;
	position:relative;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	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; 
	font-size: 24px;
}

.loading-box {
	display:block;
	text-align:center;
}

.loading-box .loading-msg {
	font-size: 18px;
}

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

.lightbox .article-main-content {
	padding: 0px 55px;
	width: auto;
}


.success-message {
	display:block;
	position: relative;
}

.success-message > strong {
	display:block;
	padding-bottom:10px;
	font-size:18px;
	color:#232323;
	margin-left: 30px;
}

.success-message > span {
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
	margin-left: 30px;
}

.success-message > span.icon-text {
	display: block;
	float: left;
	font-size: 22px;
	color: #232323;
	left: 0px;
	top: 3px;
	margin-left: 0px;
}




/* Other Stuff */

.parallax-slider {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.breaking-line ul li span {
	line-height:14px;
}

.themobile-top {
	display:none;
}

.waiter {
	cursor:pointer;
	overflow: hidden;
}

.error-page {
	display:block;
	text-align:center;
	padding:145px 0px;
}

.no-bottom-line {
	border-bottom:0px;
}

.triple-article > .article-photo:first-child {
	margin-bottom: 15px;
}

.content .panel form label {
	text-align: left;
	display: block;
	padding-bottom: 7px;
}

.content .panel input[type=text].search {
	width: 155px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-right: 2px;
}

#infscr-loading {
	display: block;
	background: rgba(255,255,255,0.7);
	width: 190px;
	text-align: center;
	height: 64px;
	padding-bottom: 14px;
	margin-left: -100px;
}

#infscr-loading img {
	margin: 0px auto 15px auto;
	width: 30px;
}

.sticky {
	background: #f8f8f8; padding: 0px 0px 16px 0px;
}

.sticky .article-content {
	padding: 0px 16px;
}

.article-block-small-image.sticky .article-header {
	padding: 8px 20px 0px 16px;
}



.comments-pager:empty {
	display: none;
}

.comments-pager {
	display: block;
	text-align: center;
	border-top: 1px dotted #cccccc;
}

.comments-pager a.page-numbers {
	display: inline-block;
	padding: 2px 10px 3px 10px;
	background: #fff;
	margin-right: 2px;
	font-weight: bold;
	border: 1px solid transparent;
}

.comments-pager a:hover {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #232323;
}

.comments-pager .page-numbers.current {
	display: inline-block;
	padding: 4px 10px 3px 10px;
	margin-top: -1px;
	background: #fff;
	color: #232323;
	border: 1px dotted #cccccc;
	border-top: 0px;
}

.post-pages {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-top: 1px dotted #d9d9d9;
	border-bottom: 1px dotted #d9d9d9;
	background: #f8f8f8;
	padding-left: 15px;
}



/* POPULAR SLOTS*/
.popular-slots {

}
.popular-slots > div.slots > a {
    display: block;
}

.popular-slots > div.slots {
    margin-bottom: 10px;
}
.popular-slots > div.slots:last-child {
    margin-bottom: 0;
}

@media all and (max-width:788px){
    /*
    .popular-slots h3 {
        text-align: left;
    }
    .popular-slots > div.slots > a img {
        width: 100%;
    }
    .popular-slots > div.slots {
        display: inline-block;
        width: 30.8%;
    }

    .popular-slots >div.slots:nth-child(3n){
        margin:0 3%;
    }

    .popular-slots > div.slots:nth-child(4n+1) {
        display: block;
        margin-right: 0;
    }
    .popular-slots  .custom-block {
        text-align: right !important;
    }
    .popular-slots .divider {
        margin-bottom: 20px;
    }
    */
}
/* END OF POPULAR SLOTS */


.uppercase{
    text-transform: uppercase;
}

.center
{
    text-align: center !important;
}