@charset UTF-8;
/*@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');

/* 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 */


/*@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;
}*/
@font-face {
    font-family: 'Publico Text';
    src: url('../fonticons/PublicoText-Roman.eot');
    src: url('../fonticons/PublicoText-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonticons/PublicoText-Roman.woff2') format('woff2'),
        url('../fonticons/PublicoText-Roman.woff') format('woff'),
        url('../fonticons/PublicoText-Roman.ttf') format('truetype'),
        url('../fonticons/PublicoText-Roman.svg#PublicoText-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


::selection
{
background:#264c84;
color:#fff;
}
::-moz-selection
{
background:#264c84;
color:#fff;
}


html, body {
	height: 100%;
        
}

html {
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	/*background: url(../images/background-texture-1.jpg) top center;*/ 
        background-color:#F7F7F7;
	line-height:1.1;
        
}

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

table, tr, td {
	margin: 0;
	padding: 7px;
	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;
}*/

.icon-text {
	font-family: "Entypo"!important;
	font-weight: normal!important;
}

.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);*/
}

span.image-hover {
	position: relative;
	background: #232323;
	display: inline-block;
}

span.image-hover span.set-image-border {
	background: transparent;
}

span.image-hover span.drop-icons {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	text-align: center;
}

span.image-hover span.drop-icons .icon-block {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

span.image-hover span.drop-icons .icon-block a {
	display: block;
	background-color: #fff;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}

span.image-hover span.drop-icons .icon-block:nth-child(2) {
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}

span.image-hover span.drop-icons .icon-block:nth-child(3) {
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}

span.image-hover span.drop-icons .icon-block a.icon-loupe {
	background-image: url(../images/icon-article-loupe.png);
}

span.image-hover span.drop-icons .icon-block a.icon-link {
	background-image: url(../images/icon-article-link.png);
}

span.image-hover:hover span.drop-icons .icon-block {
	position: relative;
	top: 50%;
	margin-top: -15px;
	/*margin-top: 21%;*/
	opacity: 0.9;
	filter: alpha(opacity=90);
}

span.image-hover:hover span.drop-icons .icon-block:hover {
	/*margin-top: 21%;*/
	opacity: 1;
	filter: alpha(opacity=100);
}

span.image-hover span.drop-icons .icon-block a {
	display: block;
	/*margin-top: 20%;*/
}

span.image-hover:hover span.drop-icons .icon-block:hover a {
	box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.3);
}

span.image-hover img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

span.image-hover:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* #1 Layout Structure */

a {
	color: #264c84;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a:hover {
	/*color:#232323;*/
	color:#f95464;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width:1170px;
	margin:1px auto;
	position:relative;
}

/*@media all and (max-width: 1034px) and (min-width: 1000px) {
	.main-content-right {
		width: 261px!important;
		overflow: hidden;
	}

	.main-content-right .main-split-left,
	.main-content-right .main-split-right {
		width: 120px!important;
		overflow: hidden;
	}

	.wrapper {
		width: 961px;
	}

	.panel .set-image-border img {
		width: 100%;
	}

	.banner img {
		width: 95%;
	}
}*/

.left {
	float:left;
}

.right {
	float:right;
}

.boxed {
	display: block;
	margin: 0px auto;
	width: 100%;
/*	background-color: #fff;*/
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100%;
}

.boxed.active {
	width: 1040px;
	min-height: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.26), inset 0px 0px 0px 1px rgba(255,255,255,0.5);
}


/* #2 Main header */

.header .header-menu.thisisfloat {
	display: none;
        
}

.header {
	display: block;
	margin-bottom: 15px;
	z-index: 6;
	position: relative;
	margin-top: 26px !important;
}

.double-split {
	display: block;
	height: 0px;
/*	border-top: 1px dotted #ccc;*/
	/*border-bottom: 1px dotted #ccc;*/
	margin-top: 10px;
}

.single-split {
	display: block;
	height: 0px;
	/*border-bottom: 1px dotted #ccc;*/
	margin-top: 10px;
	background:#b60002;
}

.header-very-top {
	display: block;
	margin: -6px auto;
        height: 60px;
        margin-top: -1px;
        background:##222525;
        color:#ffffff;
	
}

.header-middle {
	display: block;
	/*margin-bottom: 20px;
	background: #CA0002;*/
	height:100%;
}

/*.header-middle .logo-image {
	display: block;
	float: left;
}

.header-middle .logo-image h1 {
	display: none;
}

.header-middle .logo-image a {
	font-size: 55px;
}

.header-middle .logo-image a img {
	vertical-align: middle;
}

.header-middle .logo-text {
	display: block;
	float: left;
}

.header-middle .logo-text h1 {
	font-size: 55px;
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	line-height: 130%;
}

.header-middle .logo-text h1 a {
	color: #232323;
}*/
.header-middle .banner {
	display: block;
	float: right;
	width: 468px;
	
}



.sponsored {
	display: block;
	text-align: center;
	color: #999999;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}

.sponsored .icon-default {
	display: inline-block;
	color: transparent;
	background: url(../images/icon-default.png) no-repeat center;
	width: 7px;
	height: 7px;
	padding: 6px 7px;
}



/* #3 Main menu */

.phone-icon {
	display: none;
}

.header .header-menu {
	display: block;
/*	border-top: 1px dotted #c5c5c5;*/
	/*background: #f6f6f6;*/
	/*border-bottom: 1px dotted #c5c5c5;*/
}

.header .header-menu li {
	display: block;
	float: left;
/*        float: right;*/
/*	background: #F6F6F6;*/
	padding-top:4px;
/*	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;*/
	color: #232323;
	/*-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-family: Arial, Helvetica, sans-serif; */
}

.header .header-menu li a {
	display: block;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
        font-weight:700;
        padding: 5px 9px;
	text-transform: capitalize;
/*	border-top: inherit;
	border-bottom: inherit;*/
	margin-top: -1px;
	margin-bottom: 0px;
/*	color: inherit;*/
}

.header .header-menu a {
/*	display: block;*/
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
        font-weight:700;
        padding: 5px 9px;
	text-transform: capitalize;
/*	border-top: inherit;
	border-bottom: inherit;*/
	margin-top: -1px;
	margin-bottom: 0px;
/*	color: inherit;*/
}

.header .header-menu li:hover {
	padding-left:0px;
	padding-right:0px;
	padding-top: 1px;
	border-top: 3px solid #004563;
	border-left: 1px solid #e5e4da;
	border-right: 1px solid #e5e4da;
}

.header .header-menu li:hover a {
	color: #555;
	border: 0px;
	background: #fff;
}

.header .header-menu li > a span {
	display: inline-block;
	height: 5px;
	width: 5px;
	/*background-color: #ccc;
	background-image: url(../images/icon-default-menu.png);
	background-repeat: no-repeat;
	margin: 7px 0px 0px 10px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;*/
}

.header .header-menu li:hover > a span {
	/*background-color: transparent;
	background-image: url(../images/icon-default-menu-hover.png);
	background-repeat: no-repeat;*/
}

.header .header-menu ul.main-menu > li > ul.sub-menu {
	display: none;
	position: absolute;
	width: 280px;
	z-index: 100;
	background: inherit;
}

.header .header-menu ul.main-menu > li > ul.sub-menu > li > ul.sub-menu {
	display: none;
	position: absolute;
	left: 280px;
	margin-top: -38px;
	width: 280px;
	z-index: 100;
	background: inherit;
}

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

.header .header-menu ul.main-menu > li > ul.sub-menu > li > ul.sub-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.03);
}

.header .header-menu ul.main-menu > li > ul.sub-menu > li > ul.sub-menu li a {
	background: rgba(0,0,0,0.07);
}

.header .header-menu ul.main-menu > li > ul.sub-menu > li > ul.sub-menu li:hover a {
	background: rgba(0,0,0,0.2);
}

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

.header .header-menu ul.main-menu > li > ul.sub-menu li {
	display: block;
	float: none;
	background: inherit;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

.header .header-menu ul.main-menu > li > ul.sub-menu li > a {
	display: block;
	width: 280px;
	float: none;
	margin: 0px;
	background: transparent;
	color: #fff;
	width: auto;
	font-size: 13px;
}

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

.header .header-menu ul.main-menu > li > ul.sub-menu li > a span {
	background-color: transparent;
	background-image: url(../images/icon-default-menu-hover.png);
	background-repeat: no-repeat;
}

.header .header-menu ul.main-menu > li > ul.sub-menu li:hover > a {
	/*margin: 0px;
	background: rgba(0,0,0,0.07);
	width: auto;*/
}

.header .header-menu ul.main-menu > li > ul.sub-menu li, .header .header-menu ul.main-menu > li > ul.sub-menu li:hover {
	margin: 0px;
	padding: 0px;
}

.header .menu-search {
	display: block;
	position: relative;
	margin-top: 6px;
}

.header .menu-search input[type=text] {
	display: block;
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: inset 0px 2px 10px rgba(0,0,0,0.05);
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px 10px;
	padding-right: 25px;
	color: #232323;
	font-size: 12px;
}

.header .menu-search input[type=text]:focus {
	border: 1px solid #cdcdcd;
}

.header .menu-search input[type=submit] {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 12px;
	height: 12px;
	padding: 14px;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	color: transparent;
	cursor: pointer;
}

.header .weather-report > b {
	color: #232323;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}

.header .weather-report > span {
	color: #c6c6c6;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}

.header .weather-report .weather-meter {
	display: inline-block;
	/*background: #e87c2d;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);*/
	color: #fff;
	font-weight: bold;
	/*border-radius: 2px;
	-moz-border-radius: 2px;*/
	padding: 1px 6px;
	margin-left: 6px;
	margin-top: -1px;
}



/* ### */

.header .header-undermenu {
	display: none;
	background: rgba(255,255,255,0.4);
	border-bottom: 1px solid #C8C8C8;
}

.header .header-undermenu ul {
	display: block;
	padding-left: 2px;
}

.header .header-undermenu ul li {
	display: block;
	float: left;
	padding: 8px;
	background: url(../images/icon-menu-split.jpg) no-repeat right center;
}

.header .header-undermenu ul li:last-child {
	background: none;
}

.header .header-undermenu ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #989898;
}

.header .header-undermenu ul li a:hover {
	color: #232323;
}



/* ee */

.very-top-menu {
	display: block;
        margin-top: 26px;
}

.very-top-menu > li {
	display: block;
	float: left;
	margin-right: 9px;
	/*border-right: 1px dotted #e5e5e5;
	background:url(line.png) center right no-repeat;*/
}

.very-top-menu > li:last-child {
	border-right: 0px;
}

.very-top-menu > li ul.sub-menu:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: -4px;
	background: inherit;
	border-left: inherit;
	border-top: inherit;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.very-top-menu > li ul.sub-menu {
	display: none;
	position: absolute;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1), inset 0px 0px 0px 1px #fff;
	background: #f6f6f6;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 170px;
	padding: 9px 14px;
	margin-top: 7px;
	margin-left: -10px;
	z-index: 100;
}

.very-top-menu > li > ul.sub-menu > li > ul.sub-menu {
	left: 190px;
	margin-top: -28px;
}

.main-content-split .article-side-block .article-header h2 a {
	font-size: 15px;
}

.very-top-menu > li ul.sub-menu > li > ul.sub-menu:before {
	left: -4px;
	top: 14px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.very-top-menu > li:hover > ul.sub-menu {
	display: block;
}

.very-top-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block;
}

.very-top-menu > li > ul.sub-menu li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #c5c5c5;
}

.very-top-menu > li > ul.sub-menu li:last-child, .very-top-menu > li > ul.sub-menu li.last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.very-top-menu > li a {
	display: block;
	padding: 0px 1px 0px 0px;
	margin-right: 9px;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	height: 19px;
}

.main-nosplit .panel .banner {
	margin-bottom: 0px;
}

.very-top-menu > li li a {
	height: auto;
}

.very-top-menu > li a:hover {
	color: #F2F2F2 !important;
}

.very-top-menu > li > a span {
	display: block;
	background: url(../images/icon-default.png) no-repeat right 7px;
	padding-right: 13px;
}

.very-top-menu > li a span {
	display: block;
	background: url(../images/icon-default.png) no-repeat right 7px;
	padding-right: 13px;
}

.very-top-menu > li:hover > a span {
	padding-bottom: 20px;
}





/* # */

.breaking-news {
	display: block;
	overflow: hidden;
	height: 29px;
	margin-bottom: 15px;
}

.breaking-news .breaking-icon {
	float: left;
	display: block;
	background-color: transparent;
	background-image: url(../images/icon-breaking.png);
	background-size: 13px 13px;
	background-position: center;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: default;
	margin: 3px 8px 0px 0px;
}

.breaking-news .breaking-controls {
	display: block;
	background-color: #264c84;
	float: right;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
	padding: 5px 11px;
	position: relative;
	margin-left: 20px;
	height: 29px;
	margin-top: -29px;
}

.breaking-news .breaking-controls .the-corner {
	display: block;
	position: absolute;
	background: inherit;
	width: 40px;
	height: 40px;
	left: -6px;
	top: 0px;
	z-index: 1;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}

.breaking-news .breaking-controls .breaking-arrow-left {
	/*display: none;*/
	display: inline-block;
	background-color: transparent;
	background-image: url(../images/icon-breaking-left.png);
	background-size: 11px 11px;
	background-position: center;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	padding: 4px 3px;
}

.breaking-news .breaking-controls .breaking-arrow-right {
	/*display: none;*/
	display: inline-block;
	background-color: transparent;
	background-image: url(../images/icon-breaking-right.png);
	background-size: 11px 11px;
	background-position: center;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	padding: 4px 3px;
}

.breaking-news.isscrolling .breaking-block {
	margin-right: 45px;
}

.breaking-news.isscrolling .breaking-block ul {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.breaking-news.isscrolling .breaking-controls .breaking-arrow-right,
.breaking-news.isscrolling .breaking-controls .breaking-arrow-left {
	display: none!important;
}

.breaking-news .breaking-controls .breaking-arrow-left:hover, .breaking-news .breaking-controls .breaking-arrow-right:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.breaking-news .breaking-title {
	display: block;
	background-color: #264c84;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: normal!important;
	cursor: default;
	padding: 5px 11px;
	position: relative;
	margin-right: 20px;
}

.breaking-news .breaking-controls a {
	position: relative;
	z-index: 2;
}

.breaking-news .breaking-title span,
.breaking-news .breaking-title b {
	position: relative;
	z-index: 2;
}

.breaking-news .breaking-title .the-corner {
	display: block;
	position: absolute;
	background: inherit;
	width: 40px;
	height: 40px;
	right: -8px;
	top: -10px;
	z-index: 1;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}

.breaking-news .breaking-block {
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 120px;
	margin-right: 80px;
	height: 29px;
}

.breaking-news .breaking-block ul {
	white-space: nowrap;
	padding-top: 6px;
	width: 8000px;
	padding-bottom: 4px;
	position: relative;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.breaking-news .breaking-block ul li {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}

.breaking-news .breaking-block ul li a {
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	color: #000000;
}

.breaking-news .breaking-block ul li span {
	color: #C7C6C6;
	font-weight: bold;
}


/* ## */

.slider-container {
	display: block;
	/*margin-bottom: 15px;*/
	margin-bottom: -7px;
}

.slider-container .slider-content {
	display: block;
	overflow: hidden;
	width: 680px;
	height: 250px;
	position: relative;
	background-color: #e5e5e5;
}

.slider-container .slider-content ul {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-o-transition: top 0.2s;
}

.slider-container .slider-content ul li {
	display: block;
	z-index: 5;
	position: relative;
	height: inherit;
	width: inherit;
	overflow: hidden;
}

.slider-container .slider-content ul li.active {
	z-index: 7;
}

.slider-container .slider-content .slider-info {
	display: block;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background: rgba(0,0,0,0.7);
	z-index: 10;
	color: #f0f0f0;
	padding: 12px 18px;
	font-size: 13px;
	max-width: 310px;
	font-weight: bold;
}

.slider-container .slider-content ul li:hover .slider-info {
	background: #000;
}

.slider-container .slider-content .slider-loading {
	display: block;
	height: 4px;
	width: 0%;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin: 0px;
}

.slider-container .slider-controls {
	display: table;
	width: 100%;
}

.slider-container .slider-controls .slider-control {
	display: table-cell;
	width: 10%;
}

.slider-container .slider-controls .slider-control a {
	display: block;
	width: auto;
	background: #e5e5e5;
	margin-top: 1px;
	margin-right: 1px;
	color: transparent;
	height: 10px;
	overflow: hidden;
	text-indent: -100px;
}

.slider-container .slider-controls .slider-control a:hover {
	background: #232323;
}

.slider-container .slider-controls .slider-control.active a {
	background: #264c84;
}

.slider-container .slider-controls .slider-control:last-child a {
	margin-right: 0px;
}




/* #4 Content Styling */

.main-content-left {
	display: block;
	float: left;
/*	width: 680px;*/
        width: 750px;
	margin-bottom: 30px;
}

.main-content-split {
	display: block;
	width: 100%;
	overflow: hidden;
/*	padding-top:9px;*/
}
/*#############################   jogiCodeStart  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.main-content-split .main-split-left {
	display: block;
	width: 360px;
	float:left;
	margin-right:30px;
}

.main-content-split .main-split-right {
	display: block;
	float: left;
	width: 360px;
}

.main-content-split .main-split-left2 {
	display: block;
	width: 477px;
	float:left;
	margin-right:30px;
        margin-bottom:30px;
}

.main-content-split .main-split-right2 {
	display: block;
	float: left;
	width: 243px;
        margin-bottom:30px;
}



.article-big-block .article-photo {
	display: block;
	padding-bottom: 12px;
}



/*.article-big-block .article-header h2, .article-small-block .article-header h2 {
	font-size: 20px;
	font-family: 'Merriweather',sans-serif;
	margin-top: -4px;
}*/

.article-big-block .article-header h2 a, .article-small-block .article-header h2 a {
	color: #232323;
/*	line-height: 135%;*/
        line-height: 1.1;
}

.article-big-block .article-header h2 a:hover, .article-small-block .article-header h2 a:hover {
/*	color: #232323;
	*/
        color:#277F9C;
        
}


.article-small-block .article-photo {
	display: block;
	padding-bottom: 12px;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	width: 75px;
	height: 59px;
}

.article-small-block .article-photo img {
	/*width: 140px;
	height: 110px;
	width: 94px;
	height: 74px;*/
	width: 75px;
	height: 59px;
}

.archive .article-big-block .article-photo, .archive .article-big-block .article-photo img {
	width: 320px;
	height: 194px;
}

.article-big-block .article-photo, .article-big-block .article-photo img {
	width: 330px;
	height: 200px;
}

.main-nosplit .article-big-block .article-photo, .main-nosplit .article-big-block .article-photo img {
	width: 680px;
	height: 320px;
}

.article-small-block .article-content {
	display: block;
	padding-bottom: 2px;
}



/*.article-small-block .article-content p {
	line-height: 140%;
	font-weight:normal;
}*/

.article-big-block .article-links, .article-small-block .article-links, .images-content .article-links, .article-middle-block .article-links, .article-side-block .article-links {
	display: block;
	padding-bottom: 0px;
	clear: both;
}

.article-big-block .article-links .article-icon-link, .article-small-block .article-links .article-icon-link, .images-content .article-links .article-icon-link, .article-middle-block .article-links .article-icon-link, .article-side-block .article-links .article-icon-link, .article-classic .article-links .article-icon-link {
	display: inline-block;
	margin-right: 13px;
	font-weight: bold;
	font-size: 11px;
	color: #ced0d1;
}

.article-big-block .article-links .article-icon-link .icon-text, .article-small-block .article-links .article-icon-link .icon-text, .images-content .article-links .article-icon-link .icon-text, .article-middle-block .article-links .article-icon-link .icon-text, .article-side-block .article-links .article-icon-link .icon-text, .article-classic .article-links .article-icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
	font-size: 13px;
}

.article-big-block .article-links .article-icon-link:hover, .article-small-block .article-links .article-icon-link:hover, .images-content .article-links .article-icon-link:hover, .article-middle-block .article-links .article-icon-link:hover, .article-side-block .article-links .article-icon-link:hover, .article-classic .article-links .article-icon-link:hover {
	color: #264c84;
	color:#277F9C;
}


.content-panel {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
}

.content-panel .panel-header {
	display: block;
	background: #ececec;
	height: 29px;
	overflow: hidden;
	margin-bottom: 15px;
}

.content-panel .panel-header b {
	display: block;
	background: #264c84;
	color: #fff;
	padding: 5px 10px;
	float: left;
	position: relative;
	z-index: 0;
	text-transform: uppercase;
	font-size: 11px;
}

.content-panel .panel-header b .icon-text {
	display: inline-block;
	padding-right: 8px;
}

.content-panel .panel-header b:after {
	display: block;
	position: absolute;
	background: inherit;
	width: 40px;
	height: 40px;
	right: -10px;
	top: -10px;
	z-index: -1;
	content: '';
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}

.content-panel .panel-header .top-right {
	float: right;
	padding: 4px 10px;
	text-transform: uppercase;
}

.content-panel .panel-header .top-right a {
	font-size: 10px;
	font-weight: bold;
	color: #616161;
}

.content-panel .panel-header .top-right a:hover {
	color: #232323;
}

.article-array {
	display: block;
}

.article-array.content-category:empty {
	display: none;
}



.article-array li a.comment-icon {
	display: inline-block;
	padding-left: 10px;
	color: #afafaf;
	font-size: 10px;
}

.article-array li a.comment-icon .icon-text {
	display: inline-block;
	font-size: 11px;
	padding: 1px 4px 0px 0px;
}

.article-array li a.comment-icon:hover {
	color: #464646;
	text-decoration: none;
}

.main-nosplit .banner {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
	text-align: center;
}

.main-content-right .main-content-split .banner {
	margin-bottom: 15px;
}

.main-content-right .main-content-split .banner img {
	width: 100%;
}

.video-blocks {
	display: block;
}

.video-blocks .video-left {
	width: 684px;
	display: block;
	float: left;
}


.homevideodiv{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.homevideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }   
.video-blocks .video-right {
	width: 458px;
	display: block;
	float: left;
/*	margin-left: 20px;*/
        padding-left:20px;
        padding-top:20px;
        background-color:#292A2C;
}

.video-blocks .video-large {
	display: block;
}

.video-blocks .video-large .video-image {
	display: block;
	margin-bottom: 13px;
}

.video-blocks .video-large h2 {
	display: block;
	font-size: 15px;
}

.video-blocks .video-large h2 a {
	color: #232323;
}

.video-blocks .video-large h2 a:hover {
	color:#277F9C;
}

a .hover-icon {
	position: absolute;
	z-index: 5;
	margin-left: 18px;
	display: block;
	background: #da472a;
	color: #fff;
	padding: 12px 10px 7px 10px;
	font-size: 15px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(0,0,0,0.1);
}

a:hover .hover-icon {
	padding-top: 16px;
}

.video-small {
	display: block;
	width: 40%;
/*	margin-bottom: 25px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 12px;
	margin-right: 20px;*/
	float: left;
}

.video-small2 {
	display: block;
	width: 51%;
        height: 80px;
	margin-bottom: 25px;
/*	border-bottom: 1px dotted #cccccc;
	padding-bottom: 12px;
	margin-right: 20px;*/
	float: left;
}

/*.video-small:nth-child(2) {
	margin-right: 0px;
}

.video-small:nth-child(3) {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.video-small:nth-child(4) {
	margin-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.video-small a .hover-icon {
	padding: 5px 7px;
	margin-left: 14px;
}

.video-small a:hover .hover-icon {
	padding-top: 8px;
}*/

.photo-gallery-blocks {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px 0px;
	margin-bottom: -25px;
}

.photo-gallery-blocks ul.images-scroll {
	display: block;
	width: 10000px;
	position: relative;
	margin-left: -60px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.photo-gallery-blocks ul.images-scroll li {
	display: block;
	float: left;
	width: 250px;
	height: 183px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin-top: 16px;
}

.photo-gallery-blocks ul.images-scroll li img {
	display: block;
	width: 250px;
	height: 183px;
}

.photo-gallery-blocks ul.images-scroll li.active, .photo-gallery-blocks ul.images-scroll li.active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	margin-top: 0px;
}

.photo-gallery-blocks ul.images-scroll li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.photo-gallery-blocks ul.images-scroll li.active, .photo-gallery-blocks ul.images-scroll li.active img {
	width: 300px;
	height: 220px;
	box-shadow: 0px 0px 200px 40px #fff;
	position: relative;
	z-index: 10;
}

.photo-gallery-blocks .photo-scroll-left {
	display: block;
	position: absolute;
	top: 108px;
	left: 150px;
	z-index: 12;
	font-size: 36px;
	color: #313131;
	text-shadow: 0px 1px 0px #fff;
}

.photo-gallery-blocks .photo-scroll-right {
	display: block;
	position: absolute;
	top: 108px;
	right: 150px;
	z-index: 12;
	font-size: 36px;
	color: #313131;
	text-shadow: 0px 1px 0px #fff;
}

.photo-gallery-blocks .images-content {
	display: block;
	z-index: 12;
	background: #f7f7f7;
	position: relative;
	margin-top: 16px;
	padding-bottom: 14px;
}

.photo-gallery-blocks .images-content > li {
	display: none;
}

.photo-gallery-blocks .images-content > li.active {
	display: block;
}

.photo-gallery-blocks .images-content > li div.d-wrapper {
	display: block;
	width: 300px;
	margin: 0px auto;
	padding: 0px;
}

.photo-gallery-blocks .images-content li div.article-header {
	display: block;
	margin-bottom: 10px;
}

.photo-gallery-blocks .images-content li div.article-header h2 a {
	color: #232323;
	display: block;
	font-size: 16px;
	line-height: 120%;
	font-family: 'Titillium Web', sans-serif;
}

.photo-gallery-blocks .images-content li div.article-header h2 a:hover {
	color:#277F9C;
}

.photo-gallery-blocks .images-content li div.gallery-thumbs {
	background: #ececec;
	margin-bottom: 12px;
}

.gallery-thumbs {
	padding: 10px 0px;
}

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

.gallery-thumbs ul li:last-child {
	margin-right: 0px;
}

.gallery-thumbs ul > li {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery-thumbs ul > li:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.content-article-title {
	display: block;
/*	margin-bottom: 15px;
	padding-bottom: 18px;*/
	/*border-bottom: 4px solid #264c84;
	color: #264c84;*/
	position: relative;
	margin-top:10px;
}



.content-article-title .right-title-side {
	position: absolute;
	top: 4px;
	vertical-align: bottom;
	right: 0px;
	line-height: 110%;
	text-align: right;
}

.content-article-title .right-title-side a {
	display: block;
	color: #858585;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.content-article-title .right-title-side a:hover {
	color: #232323;
}

.content-article-title .right-title-side a.orange {
	color: #ff6600;
}

.content-article-title .right-title-side a.orange:hover {
	color: #a94400;
}

.content-article-title .right-title-side a span.icon-text {
	display: inline-block;
	padding-right: 7px;
}


.page-pager {
	display: block;
	text-align: center;
	font-size: 0;
	border-top: 1px solid #264c84;
	margin-top: 20px;
}

.page-pager li {
	display: inline-block;
}

.page-pager a.page-numbers, .page-pager span.page-numbers {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #8f8e8e;
	padding: 7px 11px;
	background: #f6f6f6;
	vertical-align: middle;
	line-height: 110%;
	text-transform: uppercase;
}

.page-pager span.page-numbers, .page-pager a.page-numbers:hover {
	/*background: #264c84;*/
        background: #666666;
	color: #fff;
}

.page-pager > a, .page-pager > span {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #8f8e8e;
	padding: 7px 11px;
	background: #f6f6f6;
	vertical-align: middle;
	line-height: 110%;
	text-transform: uppercase;
}

.page-pager > span, .page-pager > a:hover {
	background: #264c84;
	color: #fff;
}

.page-pager .prev {
	float: left;
}

.page-pager .next {
	float: right;
}

.page-pager .prev span.icon-text {
	display: inline-block;
	padding-right: 9px;
	line-height: 120%;
}

.page-pager .next span.icon-text {
	display: inline-block;
	padding-left: 9px;
	line-height: 120%;
}



/* #5 Comments */

.comment-block {
	display: block;
	margin-bottom: 25px;
}

.comment-block .commment-content {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.comment-block .commment-content .user-avatar {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 3px;
}

.comment-block .commment-content .user-avatar img {
	width: 60px;
	height: 60px;
}

.comment-block .commment-content .user-nick {
	display: block;
	margin-left: 75px;
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.comment-block .commment-content .user-nick .marker {
	font-size: 10px;
	display: inline-block;
	padding: 2px 4px;
	background: #232323;
	color: #fff;
	line-height: 100%;
	margin: 3px 0px 0px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: default;
}

.comment-block .commment-content .user-nick a {
	color: #232323;
}

.comment-block .commment-content .user-nick a:hover {
	color:#277F9C;
}

.comment-block .commment-content .time-stamp {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b8b8b8;
	font-size: 11px;
}

.comment-block .commment-content .comment-text {
	display: block;
	margin-left: 75px;
	padding-bottom: 8px;
}

.comment-block .commment-content .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 75px;
	display: block;
}

.comment-block .commment-content .icon-link:hover {
	color: #232323;
	color:#277F9C;
}

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


.comment-block > ol > li ul li .commment-content {
	display: block;
	background: #f6f6f6;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 15px;
}

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

.comment-block > ol > li > ul:before {
	display: block;
	background: #fff;
	content: '';
	position: absolute;
	top: -3px;
	left: 90px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.comment-block > ol > li ul li .commment-content .user-avatar,
.comment-block > ol > li ul li .commment-content .user-avatar img {
	width: 40px;
	height: 40px;
}

.comment-block > ol > li ul li .commment-content .icon-link,
.comment-block > ol > li ul li .commment-content .comment-text,
.comment-block > ol > li ul li .commment-content .user-nick {
	margin-left: 55px;
}

.comment-block > ol > li ul li .commment-content .time-stamp {
	top: 15px;
	right: 15px;
}


#writecomment {
	display: block;
	padding-bottom: 25px;
}

#writecomment p {
	display: block;
	padding-bottom: 7px;
	text-align: center;
	position: relative;
	width: 300px;
	margin: 0px auto;
	text-align: left;
}

#writecomment p.comment-notes {
	display: block;
	padding-bottom: 20px;
	font-size: 12px;
}

#writecomment p label {
	position: absolute;
	right: 320px;
	white-space: nowrap;
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
}

#writecomment p label .required {
	position: absolute;
	right: -10px;
	color: #cc1c1c;
	font-size: 13px;
	font-weight: bold;
}

#writecomment p .comment-error {
	display: block;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	width: 180px;
	background: #cc1c1c;
	color: #fff;
	padding: 2px 8px;
	cursor: default;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#writecomment p .comment-error.textarea-error {
	width: 100%;
	margin-top: -5px;
}

#writecomment p .comment-error .icon-text {
	display: inline-block;
	padding-right: 6px;
}

#writecomment input[type=text], #writecomment textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

#writecomment input[type=text] {
	padding: 5px 8px;
	width: 180px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0px 10px 15px rgba(0,0,0,0.04);
	color: #6f6f6f;
	font-size: 12px;
}

#writecomment input[type=text].error, #writecomment textarea.error {
	border: 1px solid #cc1c1c;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
}

#writecomment textarea {
	padding: 5px 8px;
	width: 100%;
	height: 100px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0px 10px 15px rgba(0,0,0,0.04);
	color: #6f6f6f;
}


.split-line {
	display: block;
	border-bottom: 1px dotted #ccc;
	height: 1px;
	margin-bottom: 25px;
}

.article-split-line {
	display: block;
	border-bottom: 1px dotted #ccc;
	height: 1px;
	margin-bottom: 15px;
}

.tag-block a {
	display: inline-block;
	color: #6f6f6f;
	background: #fff;
	font-size: 14px!important;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #737373;
	margin: 0px 7px 7px 0px;
}

.tag-block a:hover {
	background: #264c84;
	border: 1px solid #264c84;
	color: #fff;
}

.main-content-right:first-child {
	margin-left: 0px;
	margin-right: 20px;
}

.no-comment-block {
	display: block;
	width: 360px;
	margin: 35px auto 30px auto;
}

.no-comment-block p {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	padding-bottom: 10px;
}

.no-comment-block .big-icon {
	display: block;
	float: left;
	font-size: 44px;
	color: #232323;
	line-height: 56px;
}

.no-comment-block b {
	display: block;
	margin-left: 70px;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Titillium Web', sans-serif;
	color: #232323;
	line-height: 150%;
	padding-bottom: 4px;
}

.no-comment-block .icon-link {
	margin-left: 70px;
}

.no-comment-block .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
}

.no-comment-block .icon-link:hover {
	color: #232323;
	color:#277F9C;
}

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


.huge-message {
	margin: 90px 0px;
	text-align: center;
}

.huge-message .big-title {
	font-size: 80px;
	font-weight: bold;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	color: #232323;
	line-height: 110%;
}

.huge-message .small-title {
	font-size: 40px;
	font-weight: bold;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	color: #232323;
	line-height: 120%;
}

.huge-message p {
	margin-top: 20px;
	font-size: 12px;
}

.huge-message .icon-link {
	margin-top: 20px;
	display: inline-block;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
}

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

.huge-message .icon-link:hover {
	color: #232323;
	color:#277F9C;
}




/* #6 Photo Gallery */

.gallery-panel {
	background: #f6f6f6;
	padding-bottom: 0px;
	border: 0px;
}

.gallery-panel .article-big-block {
	margin-bottom: 0px;
	border: 0px;
	padding-bottom: 0px;
}

.gallery-panel .article-header {
	margin: 0px 15px;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.gallery-panel .article-header h2 {
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.gallery-panel .article-content {
	margin: 0px 15px;
}

.gallery-panel .the-button {
	background: #ececec;
	color: #686868;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 8px 0px;
}

.gallery-panel .the-button .icon-text {
	padding-right: 8px;
}

.gallery-panel .the-button:hover {
	background: #e0e0e0;
}

.gallery .gallery-block {
	display: block;
	float: left;
	width: 320px;
	margin-right: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

.gallery .gallery-block:not(.isotope-item) {
	margin-right: 25px;
}

.gallery .gallery-block:not(.isotope-item):nth-child(3n) {
	margin-right: 0px;
}

.gallery .gallery-block .content-panel.gallery-panel {
	margin-right: 25px;
}

.gallery .gallery-block:nth-child(3n+0) .content-panel.gallery-panel {
	margin-right: 0px;
}

.gallery .article-big-block .article-photo, .gallery .article-big-block .article-photo img {
	width: 320px;
	height: 200px;
}

.gallery .gallery-block .article-content {
	margin-bottom: 15px;
	padding: 0px;
	overflow: hidden;
	height: 74px;
}


.gallery-box {
	display: block;
	background: #232323;
	position: relative;
	z-index: 5;
	color: #fff;
	padding: 20px;
}

.gallery-box .gallery-box-header {
	display: block;
	margin-bottom: 20px;
	font-size: 0;
}

.gallery-box .gallery-box-header h2 {
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	padding-right: 110px;
	font-weight: normal;
}

.gallery-box .gallery-box-header .numbering {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.gallery-box .gallery-box-header .numbering .numbers {
	display: inline-block;
	padding: 0px 10px 0px 15px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 12px;
	margin-top: -1px;
	text-align: center;
}

.gallery-box .gallery-box-header .numbering a {
	font-size: 19px;
	color: #fff;
	padding: 0px 5px;
}

.gallery-box .gallery-box-main-image {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.gallery-box .gallery-box-about {
	display: block;
	border-bottom: 1px dotted #5c5c5c;
	margin-bottom: 20px;
}

.gallery-box .gallery-box-thumbs {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gallery-box .gallery-box-thumbs a.control-left.active, .gallery-box .gallery-box-thumbs a.control-right.active {
	display: block;
}

.gallery-box .gallery-box-thumbs a.control-left {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	color: transparent;
	text-indent: -100px;
	overflow: hidden;
	background: url(../images/gallery-left.png) repeat-y center;
	height: 70px;
	width: 72px;
	color: #fff;
	z-index: 20;
}

.gallery-box .gallery-box-thumbs a.control-right {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
	color: transparent;
	text-indent: -100px;
	overflow: hidden;
	background: url(../images/gallery-right.png) repeat-y center;
	height: 70px;
	width: 72px;
	color: #fff;
	z-index: 20;
}

.gallery-box .gallery-box-thumbs ul {
	display: block;
	font-size: 0;
	width: auto;
	white-space: nowrap;
	transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-webkit-transition: margin 0.2s;
	-o-transition: margin 0.2s;
}

.gallery-box .gallery-box-thumbs ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.gallery-box .gallery-box-thumbs ul li a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.gallery-box .gallery-box-thumbs ul li a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	content: '';
}

.gallery-box .gallery-box-thumbs ul li.active:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: inset 0px 0px 0px 5px #fff;
	content: '';
	z-index: 10;
}





.content .filter {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0;
	line-height: 100%;
}

.content .filter b {
	font-size: 11px;
	display: inline-block;
	padding: 3px 10px 3px 0px;
	margin-bottom: 5px;
	line-height: 120%;
}

.content .filter a {
	font-size: 11px;
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 120%;
	background: #e9e9e9;
	color: #8f8e8e;
	margin-bottom: 5px;
}

.content .filter a:hover {
	color: #8f8e8e;
	background: #e1e1e1;
}

.content .filter a.active {
	background: #264c84;
	color: #fff;
}


/*  */

.archive {
	display: block;
}

.archive .archive-block {
	display: block;
	float: left;
	width: 320px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.archive .archive-block .content-panel {
	border-bottom: 0px;
}

.archive .archive-block:nth-child(3n+0):after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 1px
}

.archive .archive-block:nth-child(3n+0) {
	margin-right: 0px;
}




/* #8 Sidebar styling */

.main-content-right {
	display: block;
/*	width: 310px;*/
        width: 390px;
	float: left;
	/*margin-top: 15px;*/
        margin-left: 30px;
        padding-top: 15px;
}

.main-content-right .main-split-left {
	display: block;
	width: 145px;
}

.main-content-right .main-split-right {
	display: block;
	width: 145px;
}

.main-content-right .first.widget-content { margin-top:15px;}

.article-middle-block {
	display: block;
	background: #f6f6f6;
	margin-bottom: 15px;
}

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

.article-middle-block .article-header {
	display: block;
	padding: 0px 10px 4px 10px;
}

.article-middle-block .article-header h2 a {
	display: block;
	font-size: 13px;
	line-height: 128%;
	font-family: 'Titillium Web', sans-serif;
	color: #232323;
}

.article-middle-block .article-header h2 a:hover {
	color:#277F9C;
}

.article-middle-block .article-links {
	display: block;
	padding: 0px 10px 7px 10px;
}

.article-middle-block .article-links .article-icon-link {
	color: #a2a2a2;
}

.article-middle-block .article-links .article-icon-link:hover {
	color: #232323;
}

.main-content-right .panel {
	display: block;
	margin-bottom: 15px;
	position: relative;
        background-color: #ffffff !important;
}

.main-content-right .panel h3 {
	display: block;
	background-color: #ffffff !important;
	color: #010101;
	line-height: 110%;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	
/*        margin: 16px 14px;
	padding: 7px 10px 6px 10px;*/
        
        margin: 16px 0;
	padding: 7px 10px 6px 16px;
	text-transform: capatalize;
/*        border-bottom:2px solid #989898;*/
}
.main-content-right .main-nosplit .panel h3 {
    text-decoration: underline;
}
li.cat-item {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	padding-left: 12px;
	position: relative;
}

.category-list {
	display: block;
}

.category-list li {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	padding-left: 12px;
	position: relative;
}

.category-list li a {
	font-size: 12px;
	font-weight: bold;
	color: #232323;
}

.category-list li a:hover {
	color:#277F9C;
}

.category-list li .article-count {
	display: inline-block;
	font-size: 10px;
	color: #6f6f6f;
	padding-left: 6px;
}

.category-list li .category-bull {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #264c84;
	top: 7px;
	left: 0px;
	cursor: default;
	text-indent: -1000px;
}

.panel-comment {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

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

.main-content-split .panel-comment .comment-image {
	display: none;
}

.panel-comment .comment-image {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-top: 3px;
}

.main-nosplit .panel-comment .comment-header,
.main-nosplit .panel-comment .comment-content,
.main-nosplit .panel-comment .comment-links {
	margin-left: 55px;
}

.panel-comment .comment-image:before {
	display: block;
	content: '';
	clear: both;
}

.panel-comment .comment-header {
	display: block;
	padding-bottom: 6px;
}

.panel-comment .comment-header b {
	color: #232323;
	font-size: 12px;
}

.panel-comment .comment-header b a {
	color: #232323;
}

.panel-comment .comment-header b a:hover {
	color:#277F9C;
}

.panel-comment .comment-header .comment-wrote {
	font-size: 11px;
	display: inline-block;
	padding: 1px 0px 0px 4px;
}

.panel-comment .comment-content {
	display: block;
	padding-bottom: 6px;
}

.panel-comment .comment-content p {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 160%;
}

.panel-comment .comment-links {
	display: block;
}

.panel-comment .comment-links .comment-icon-link {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #a7a7a7;
}

.panel-comment .comment-links .comment-icon-link:hover {
	color: #232323;
	color:#277F9C;
}

.panel-comment .comment-links .comment-icon-link .icon-text {
	display: inline-block;
	padding-right: 8px;
	font-size: 13px;
}

.panel-gallery {
	display: block;
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

.panel-gallery .gallery-images {
	display: block;
	margin-bottom: 8px;
	position: relative;
}

.panel-gallery .gallery-header {
	display: block;
}

.panel-gallery .gallery-header b {
	display: block;
}

.panel-gallery .gallery-header b a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #232323;
	line-height: 140%;
	font-family: 'Titillium Web', sans-serif;
}

.panel-gallery .gallery-header b a:hover {
	color:#277F9C;
}

.panel-gallery .gallery-images .gallery-navi-left {
	display: block;
	background: #fff;
	position: absolute;
	font-size: 17px;
	padding: 5px 10px;
	z-index: 10;
	left: -1px;
	top: 50%;
	margin-top: -13px;
	color: #232323;
	opacity: 0;
	filter: alpha(opacity=0);
}

.panel-gallery .gallery-images:hover .gallery-navi-left {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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

.panel-gallery .gallery-images .gallery-navi-right {
	display: block;
	background: #fff;
	position: absolute;
	font-size: 17px;
	padding: 5px 10px;
	z-index: 10;
	right: -1px;
	top: 50%;
	margin-top: -13px;
	color: #232323;
	opacity: 0;
	filter: alpha(opacity=0);
}

.panel-gallery .gallery-images:hover .gallery-navi-right {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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

.panel-gallery .gallery-images ul {
	display:block;
	width:145px;
	height:101px;
	position:relative;
	margin-bottom:10px;
}

.main-nosplit .panel-gallery .gallery-images ul,
.main-nosplit .panel-gallery .gallery-images ul li {
	width: 310px;
	height: 216px;
}

.main-content-split .panel-gallery .gallery-images ul li img {
	width:145px!important;
	height:101px!important;
}

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

.panel-gallery .gallery-images ul li {
	display:block;
	width:145px;
	height:101px;
	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-gallery .gallery-images ul li.active {
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
}

.info-message {
	display: block;
	background: #f4ebda;
	font-size: 11px;
	line-height: 140%;
	color: #8b755e;
	padding: 10px 10px;
}

.info-message p {
	display: block;
}

.info-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.main-content-split .info-message span.icon-text {
	display: none;
}

.main-content-split .info-message b {
	font-size: 16px;
}

.info-message span.icon-text {
	display: block;
	float: left;
	font-size: 32px;
	height: 30px;
	padding-top: 10px;
	padding-right: 12px;
}

.info-message.success {
	background: #589f19;
	color: #fff;
}

.info-message.fail {
	background: #9f2919;
	color: #fff;
}

.main-nosplit .panel, .main-content-right .widget-content {
	margin-bottom: 30px;
/*	padding-bottom: 15px;*/
/*	border-bottom: 1px dotted #ccc;*/
}

.subscribe-block {
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}

.main-content-split .subscribe-block p {
	width: auto!important;
}

.subscribe-block p {
	display: block;
	width: 220px;
	margin: 0px auto;
	margin-bottom: 5px;
}

.subscribe-block p label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.subscribe-block p input[type=text] {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 6px 10px;
	color: #6f6f6f;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe-block p input[type=text]:focus {
	border: 1px solid #bbbbbb;
}

.subscribe-block p.sub-submit {
	margin-top: 15px;
}

.subscribe-block p input[type=submit], input.submit-button {
	display: block;
	background: #ebebeb;
	border: 1px solid #cacaca;
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.03), inset 0px 1px 0px rgba(255,255,255,0.5);
	padding: 6px 16px;
	font-size: 11px;
	font-weight: bold;
	color: #6e6e6e;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	cursor: pointer;
}

.subscribe-block p input[type=submit]:hover, input.submit-button:hover {
	box-shadow: inset 0px 0px 20px rgba(255,255,255,0.4);
}

.subscribe-block p input[type=submit]:active, input.submit-button:active {
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.04), inset 0px 1px 2px rgba(0,0,0,0.05);
}

.panel .tagcloud {
	display: block;
}

.panel .tagcloud > a {
	display: inline-block;
	color: #6f6f6f;
	background: #f5f5f5;
	font-size: 10px!important;
	font-weight: bold;
	padding: 1px 9px;
	border: 1px solid #ececec;
	margin: 0px 7px 7px 0px;
}

.panel .tagcloud > a:hover {
	background: #264c84;
	border: 1px solid #264c84;
	color: #fff;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	background: #4d4d4d;
	margin-top: -12px;
	padding: 9px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

#wp-calendar thead th {
	color: #4d4d4d;
	padding: 12px 0px;
}

#wp-calendar thead {
	color: #4d4d4d;
}

#wp-calendar td {
	padding: 0px;
}

.main-content-split #wp-calendar td {
	line-height: 60%;
}

.main-content-split #wp-calendar tfoot #prev a:hover, .main-content-split #wp-calendar tfoot #next a:hover {
	background: none;
}

.main-content-split #wp-calendar tfoot #prev a {
	margin-top: -6px;
	padding: 10px 10px 11px 10px;
	width: 0px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}

.main-content-split #wp-calendar tfoot #next a {
	margin-top: -6px;
	padding: 10px 10px 11px 10px;
	text-align: right;
	display: inline-block;
	right: 0px;
	position: absolute!important;
	white-space: nowrap;
}

.main-content-split #wp-calendar tfoot #next {
	position: absolute;
	right: 0px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

#wp-calendar tfoot #prev {
	text-align: left;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tbody td span {
	background: #f5f5f5;
	display: block;
	padding: 5px 0px;
	margin: 2px;
	font-weight: 400;
	border: 1px solid #ececec;
	color: #787878;
	font-size: 15px;
}

#wp-calendar tbody td#today span, #wp-calendar tbody td#today a {
	color: #ffffff;
	background: #F95464;
        
	border: 1px solid #4d4d4d;
        font-weight: 700;
}

#wp-calendar tbody td a:hover {
	background: #a1a1a1;
        color: #fff;
}

#wp-calendar tbody td#today a:hover {
	background: #a1a1a1;
}

#wp-calendar tbody td a {
	display: block;
	background: #efefef;
	border: 1px solid #E4E4E4;
	color: #8b755e;
	margin: -6px -1px;
	padding: 5px 0px;
}

#calendar_wrap {
	position: relative;
}

#wp-calendar tfoot {
	position: absolute;
	top: -3px;
	width: 100%;
}

#wp-calendar tfoot #prev {
	position: absolute;
	left: 0px;
}

#wp-calendar tfoot #next {
	position: absolute;
	right: 0px;
}

#wp-calendar tfoot a {
	margin-top: -12px;
	padding: 10px 14px 11px 14px;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
}

#wp-calendar tfoot a:hover {
	background: rgba(0,0,0,0.05);
}

.main-content-split .panel .top-right {
	display: none;
}

.panel .top-right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.panel .top-right a {
	color: #fff;
}

.panel .top-right a:hover {
	color:#277F9C;
}

.article-side-block {
	display: block;
	/*margin-bottom: 7px;
	padding-bottom: 8px;*/
	margin-bottom: 4px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
}

.main-content-split .article-side-block .article-photo, .main-content-split .article-side-block .article-photo img {
	width: 100%;
}

.article-side-block .article-photo {
	display: block;
	padding-bottom: 10px;
}

.article-side-block .article-header {
	display: block;
	padding-bottom: 2px;
}

.article-side-block .article-header h2 a {
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	margin-top: -4px;
	color: #232323;
	line-height: 116%;
}

.article-side-block .article-header h2 a:hover {
	color:#277F9C;
}

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

.main-content-right .banner {
	padding-top: 5px;
	background: #ececec;
	padding-bottom: 5px;
	border: 0px;
}

.main-content-right .banner .banner-info {
	padding-top: 5px;
}

.article-classic {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.article-classic .article-photo {
	display: block;
	float: left;
	width: 330px;
	margin: 0px 15px 0px 0px;
}

.article-classic .article-header {
	display: block;
	padding-bottom: 10px;
	margin-left: 345px;
}

.article-classic .article-header h2 a {
	color: #232323;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}

.article-classic .article-header h2 a:hover {
	color:#277F9C;
}



.article-classic.article-no-image .article-header,
.article-classic.article-no-image .article-content,
.article-classic.article-no-image .article-links {
	margin-left: 0px;
}

.article-classic .article-content {
	margin-bottom: 10px;
	margin-left: 345px;
}

.article-classic .article-content p {
	color: #6f6f6f;
	text-align: justify;
	line-height: 150%;
	font-size: 12px;
	font-weight:normal;
}

.article-classic .article-links {
	margin-left: 345px;
}



/* #9 Footer */

.footer {
	padding-top: 12px;
/*	background-color:#494d4c;*/
}

.footer-content {
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
	color:#fff;
        margin-bottom:60px;
}

.footer-content .menu2{
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	padding:15px 0px 15px 0px;
	text-decoration:none;
}

.footer-content .menu2:hover{
	color: #cccccc;
}

.footer-content .footer-menu {
	display: block;
	padding-bottom: 8px;
	padding-top: 10px;
        text-align:center;
}

.footer-content .footer-menu ul {
	display: block;
	font-size: 0;
}

.footer-content .footer-menu ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-transform: capitalize;
	position: relative;
	
}

.footer-content .footer-menu ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	background: #000000;
	top: 0px;
	right: 0px;
	margin-top: 2px;
	/*transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-moz-transform: rotate(10deg);*/
}

.footer-content .footer-menu ul li:last-child:before {
	display: none;
}

.footer-content .footer-menu ul li a {
	color: #000000;
        font-weight: 400;
	font-family: 'Roboto', sans-serif;
        
}

.footer-content .left {
	font-size: 11px;
	color: #8b8b8b;
}

.footer-content .right {
	font-size: 11px;
	color: #8b8b8b;
}


.social-icons-float.morespace {
	margin-top: 80px;
}

.social-icons-float {
	display: block;
	position: absolute;
	top: 70px;
	left: -115px;
	background: #fff;
	width: 70px;
	padding: 15px;
	padding-bottom: 0px;
	z-index: 10;
}

.social-icons-float .soc-header {
	display: block;
	position: absolute;
	background: #fff;
	top: -30px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 6px 0px;
	color: #a0a0a0;
}

.social-icons-float .soc-header:before {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 1px;
	bottom: 1px;
	left: 15px;
	border-bottom: 1px dotted #e5e5e5;
}

.social-icons-float .social-icon {
	display: block;
	padding-bottom: 15px;
	font-size: 13px;
}

.social-icons-float .social-icon .social-count {
	display: block;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 12px 0px;
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color: #a0a0a0;
	position: relative;
	margin-bottom: 8px;
}

.social-icons-float .social-icon .social-count .social-arrow {
	display: block;
	overflow: hidden;
	height: 10px;
	position: absolute;
	bottom: -10px;
	width: 100%;
}

.social-icons-float .social-icon .social-count .social-arrow:before {
	display: block;
	content: '';
	background: #e3e3e3;
	width: 10px;
	height: 10px;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.social-icons-float .social-icon .social-button {
	background: #495fbd;
	color: #fff;
	display: block;
}

.social-icons-float .social-icon .social-button .icon-text {
	display: inline-block;
	padding: 1px 0px;
	float: left;
	width: 22px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.social-icons-float .social-icon .social-button font {
	display: inline-block;
	padding: 1px 1px;
	font-size: 10px;
	display: block;
	background: rgba(255,255,255,0.15);
	margin-left: 22px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.social-icons-float .social-icon .social-button:hover font {
	background: none;
}

.social-icons-float .social-icon .social-button:hover .icon-text {
	/*background: none;*/
	background: rgba(0,0,0,0.1);
}


.main-article-content {
	display: block;
	margin-bottom: 25px;
}



.main-article-content .shortcode-content-static {
	display: block;
	margin-bottom: 100px;
        margin-top: 0px;
}

/*.main-article-content .shortcode-content p {
	margin-bottom: 8px;
	color: #6f6f6f;
	text-align: justify;
	font-weight:normal;
}*/

.main-article-content .article-photo {
	display: block;
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
}

.main-article-content .article-controls {
	display: block;
	margin-bottom: 15px;
	margin-top: -15px;
	padding-bottom: 0px;
/*	border-bottom: 1px dotted #ccc;*/
}



/*.main-article-content .article-controls .date .calendar-date {
	float: left;
	font-size: 28px;
	font-weight: normal;
	color: #ced0d1;
	font-family: 'Merriweather',sans-serif;
	line-height: 200%;
}

.main-article-content .article-controls .date .calendar-time {
	display: block;
	float: left;
	padding: 16px 0px 0px 10px
}*/

.main-article-content .article-controls .date .calendar-time font {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	color: #232323;
}
.main-article-content .article-controls .left-side {
	display: block;
	float: left;
/*	height: 60px;*/
}

.main-article-content .article-controls .right-side {
	display: block;
	float: right;
/*	height: 60px;*/
}

.main-article-content .article-controls .right-side > div {
	float: right;
	vertical-align: middle;
	padding-top: 10px;
	text-align: right;
	line-height: 160%;
}

.main-article-content .article-controls .right-side .colored {
	background: #f6f6f6;
	border-left: 1px dotted #ccc;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
	margin-left: 20px;
	text-align: left;
}

.main-article-content .article-controls .icon-link {
	color: #232323;
	font-weight: bold;
	display: block;
	font-size: 12px;
}

.main-article-content .article-controls .icon-link:hover {
	color:#277F9C;
}

.main-article-content .article-controls .icon-link .icon-text {
	display: inline-block;
	padding-right: 8px;
}

/*.article-share-bottom {
	display: block;
	background: #f6f6f6;
	margin-bottom: 25px;
        margin-top: 25px;
	padding: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}*/

.article-share-bottom > b {
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
	float: left;
	padding: 1px 13px 1px 0px;
}

.article-share-bottom .social-icon {
	display: block;
	float: left;
	font-size: 0;
}

.article-share-bottom .social-icon .social-button {
	display: inline-block;
	color: #fff;
	padding: 0px;
	width: 70px;
}

.article-share-bottom .social-icon .social-button font {
	font-size: 10px
}

.article-share-bottom .social-icon .social-count {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	font-family: 'Titillium Web', sans-serif;
	padding: 0px 5px;
	color: #a0a0a0;
	margin-left: 5px;
	position: relative;
}

.article-share-bottom .social-icon .social-count .social-arrow {
	display: block;
	position: absolute;
	left: -5px;
	width: 5px;
	height: 100%;
	top: 0px;
	cursor: default;
	overflow: hidden;
}

.article-share-bottom .social-icon .social-count .social-arrow:before {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	margin-top: -3px;
	left: 2px;
	width: 5px;
	height: 5px;
	background: #ccc;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}


.article-share-bottom .social-icon .social-button {
	background: #495fbd;
	color: #fff;
	display: inline-block;
}

.article-share-bottom .social-icon .social-button .icon-text {
	display: inline-block;
	padding: 1px 0px;
	float: left;
	width: 22px;
	text-align: center;
	font-size: 10px;
}

.article-share-bottom .social-icon .social-button font {
	padding: 1px 1px;
	font-size: 10px;
	display: block;
	background: rgba(255,255,255,0.15);
	margin-left: 22px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.article-share-bottom .social-icon .social-button:hover font {
	background: none;
}

.article-share-bottom .social-icon .social-button:hover .icon-text {
	/*background: none;*/
	background: rgba(0,0,0,0.1);
}

.author-photo {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding-top: 3px;
	margin-bottom: 20px;
}

.author-content {
	display: block;
	margin-left: 80px;
	position: relative;
	margin-bottom: 20px;
}

.author-content p {
	text-align: justify;
}

.author-content h3 {
	color: #232323;
	font-family: 'Merriweather',sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.author-content .right-top {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0;
}

.author-content .right-top a {
	font-size: 17px;
	margin-left: 4px;
	color: #adadad;
}

.author-content .right-top a:hover {
	color: #232323;
}


/* #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.6);
    text-align:center;
	z-index:200;
	display:none;
	overflow-y:scroll!important;
}

.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:1010px;
	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; 
}

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

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

.loading-message {
	display: block;
	background: #f0f0f0;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 140%;
}

.loading-message img {
	display: block;
	float: left;
	width: 34px;
	padding-right: 15px;
}

.main-content-split .loading-message img {
	display: none;
}

.loading-message:before {
	display: block;
	content: '';
	clear: both;
}

.loading-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.panel .searchform {
	text-align: center;
}

.panel label.screen-reader-text {
	display: none
}

.main-content-split .panel input[type=text].search {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.panel input[type=text].search {
	padding: 6px 8px;
	margin-right: 5px;
	width: 170px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0px 10px 15px rgba(0,0,0,0.04);
	color: #6f6f6f;
	font-size: 12px;
}

.panel input[type=submit]#searchsubmit {
	background: #ebebeb;
	border: 1px solid #cacaca;
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.03), inset 0px 1px 0px rgba(255,255,255,0.5);
	padding: 6px 16px;
	font-size: 11px;
	font-weight: bold;
	color: #6e6e6e;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	cursor: pointer;
}

.panel li.cat-item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

body.logged-in .floatingmainmenu {
	top: 28px!important;
}

body.logged-in .floatingmainmenu_b {
	top: 69px!important;
}

.floatingmainmenu_b {
	z-index: 19!important;
}

.backtopbutton {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #fff;
	padding: 12px 14px;
	font-size: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000;
	line-height: 150%;
	text-align: center;
	font-size: 10px;
	opacity: 0.6;
	z-index: 15;
}

.backtopbutton:hover {
	color: #fff;
	opacity: 1;
}

.backtopbutton .icon-text {
	display: block;
	font-size: 20px;
}



/*  */

.text-indent {
	text-indent: 96px;
}

#writemessage {
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
}

#writemessage p {
	display: block;
	padding-bottom: 7px;
	text-align: center;
	position: relative;
	width: 300px;
	margin: 0px auto;
	text-align: left;
}

#writemessage p.comment-notes {
	display: block;
	padding-bottom: 20px;
	font-size: 12px;
}

#writemessage p label {
	position: absolute;
	right: 320px;
	white-space: nowrap;
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
}

#writemessage p label .required {
	position: absolute;
	right: -10px;
	color: #cc1c1c;
	font-size: 13px;
	font-weight: bold;
}

#writemessage p .comment-error {
	display: block;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	width: 180px;
	background: #cc1c1c;
	color: #fff;
	padding: 2px 8px;
	cursor: default;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#writemessage p .comment-error.textarea-error {
	width: 100%;
	margin-top: -5px;
}

#writemessage p .comment-error .icon-text {
	display: inline-block;
	padding-right: 6px;
}

#writemessage input[type=text], #writemessage textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

#writemessage input[type=text] {
	padding: 5px 8px;
	width: 180px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0px 10px 15px rgba(0,0,0,0.04);
	color: #6f6f6f;
	font-size: 12px;
}

#writemessage input[type=text].error, #writemessage textarea.error {
	border: 1px solid #cc1c1c;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
}

#writemessage textarea {
	padding: 5px 8px;
	width: 100%;
	height: 100px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0px 10px 15px rgba(0,0,0,0.04);
	color: #6f6f6f;
}







#_legatus-tooltip {
	display:block;
	background:#232323;
	color:#fff;
	position:absolute;
	padding:3px 9px;
	font-size:11px;
	left:0px;
	top:0px;
	z-index:-1;
	opacity:0;
	filter:alpha(opacity=0);
	margin-top:-20px;
	border-radius:2px;
	-moz-border-radius:2px;
	cursor:default;
	box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	/*-moz-transition: opacity 0.2s, margin-top 0.2s;
	-webkit-transition: opacity 0.2s, margin-top 0.2s;
	-o-transition: opacity 0.2s, margin-top 0.2s;*/
}

#_legatus-tooltip:before {
	display:block;
	content:'';
	width:6px;
	height:6px;
	background:inherit;
	position:absolute;
	bottom:-2px;
	left:50%;
	margin-left:-3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#_legatus-tooltip.active {
	display:block;
	z-index:100;
	margin-top:-28px;
	opacity:1;
	filter:alpha(opacity=100);
}




.main-content-split .article-header .article-rating {
	margin-bottom: 0px;
	margin-top: 3px;
}

.main-content-split .article-header .article-rating .icon-text {
	font-size: 15px;
}

.article-header .article-rating {
	margin-bottom: 0px;
	margin-top: 9px;
}

.article-header .article-rating .icon-text {
	font-size: 17px;
}

.article-rating {
	font-size: 0;
	margin-bottom: 11px;
}

.article-rating .icon-text {
	font-size: 18px;
	cursor: default;
	margin-right: 3px;
	color: #B9B9B9;
}

.article-rating .icon-text.active {
	color: #E75835;
}

.related-block .article-array {
	display: block;
	margin-bottom: 20px;
}

.article-share-bottom .review-title {
	display: block;
	font-size: 18px;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #232323;
	margin-left: -10px;
	margin-right: -10px;
	padding: 12px 20px 15px 20px;
	background: rgba(0,0,0,0.03);
	margin-top: -10px;
}

.article-share-bottom .review-content {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 20px;
	margin-bottom: 0px;
}

.article-share-bottom .review-foot {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	padding: 15px 20px 15px 20px;
	position: relative;
	margin-bottom: -10px;
	background: rgba(0,0,0,0.03);
}

.article-share-bottom .review-foot .review-sum {
	display: block;
	width: 80%;
}

.article-share-bottom .review-foot .review-total {
	display: block;
	width: 15%;
	position: absolute;
	right: 17px;
	top: 15px;
	height: 100%;
	text-align: center;
	color: #232323;
}

.article-share-bottom .review-foot .review-total b {
	display: block;
	font-size: 35px;
	line-height: 110%;
}

.article-share-bottom .review-foot .review-total > span {
	display: block;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 7px;
}







.content .review-block {
	font-size: 0;
	margin-bottom: -16px;
	display: block;
}

.content .review-block .review-item:last-child {
	border-bottom: 0px;
}

.content .review-item {
	display: inline-block;
	width: 48.93617021276595%;
	margin-right: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.content .review-item:nth-child(2),
.content .review-item:nth-child(1) {
	margin-top: 0px!important;
}

.content .review-item:nth-child(2n+0) {
	margin-right: 0px!important;
}

.content .review-item .review-image {
	display: block;
	float: left;
	width: 30%;
	margin-right: 20px;
}

.content .review-item .review-image a,
.content .review-item .review-image img {
	max-width: 100%;
	width: 100px;
	height: auto;
	max-height: 61px;
	display: block;
}

.content .review-item .review-image .review-category {
	display: block;
	text-align: center;
	background: #a31a1a;
	font-size: 9px;
	font-weight: bold;
	margin-top: 1px;
	color: #fff;
	padding: 3px 0px;
	text-transform: uppercase;
}

.content .review-item .review-content {
	display: block;
	margin-left: 36%;
}

.content .review-item .review-content h2 {
	font-size: 16px;
	margin-top: -3px;
	margin-bottom: 7px;
}

.content .review-item .review-content > span {
	display: block;
	margin-bottom: 7px;
}

.content .review-item .review-content .stars-block {
	margin-bottom: 0px;
}

.content .review-item .review-content .stars-block .star-overlay {
	background: url(../images/star-overlay-dark.png) repeat-x left center;
}

.review-content h2 {
	font-family: 'Titillium Web', sans-serif;
}

.review-content h2 a {
	color: #232323;
}

.review-content h2 a:hover {
	color:#277F9C;
}




.main-content-blocks {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.main-content-blocks .inner-content-blocks {
	display: block;
	width: 102%;
}

.main-content-blocks .custom-block {
	display: block;
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.main-content-blocks .custom-block h3 {
	padding: 12px;
	color: inherit;
	font-size: 17px;
	font-family: 'Merriweather',sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	bottom: 57px;
	line-height: 100%;
}

.main-content-blocks .custom-block h3 a {
	color: inherit;
	line-height: 100%;
}

.main-content-blocks .custom-block h3 a span {
	padding: 0px 5px 11px 5px;
	line-height: 100%;
	display: inline-block;
}

.main-content-blocks .custom-block a {
	color: inherit;
}

.main-content-blocks .custom-block .block-image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

.main-content-blocks .custom-block .hover-block {
	display: block;
	position: absolute;
	z-index: 1;
	background: transparent;
	bottom: 0px;
	width: 100%;
}

.main-content-blocks .custom-block .hover-block .hover-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 1;
}

.main-content-blocks .custom-block .hover-block > span {
	position: relative;
	z-index: 2;
	display: block;
}

.main-content-blocks .custom-block .hover-block .author-avatar {
	display: block;
	overflow: hidden;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	float: left;
}

.main-content-blocks .custom-block .hover-block .author {
	padding: 12px;
}

.main-content-blocks .custom-block .hover-block .inner-content {
	height: auto;
	padding: 0px 12px 12px 12px;
	overflow: hidden;
	height: 0px;
	padding-bottom: 0px;
}

.main-content-blocks .custom-block .hover-block .author b {
	display: block;
	margin-left: 50px;
	font-size: 12px;
	font-weight: normal;
}

.main-content-blocks .custom-block .hover-block .author b.user {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}

.main-content-blocks .custom-block .hover-block .author-avatar img {
	width: 40px;
	height: 40px;
}

.comment-in {
	background-color: inherit;
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	padding: 3px 7px;
	z-index: 2;
	font-style: normal;
	font-size: 12px;
	line-height: 150%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.article-share-bottom .review-foot {
	min-height: 85px;
}

/*+++++++++++++++++ jogiCodeStart  +++++++++++====================  */

/*@media (max-width: 1000px) {
	.sub-menu .jogiClass,.sub-menu .jogiClass .menuPostBox {
		display:none;
	}
}*/
@media (min-width: 800px) {

.sub-menu .liClass {
	float: left;
width: 273px;
background: #ffffff;
border-left: 1px solid #e5e4da;
border-right: 1px solid #e5e4da;
border-bottom: 1px solid #e5e4da;
padding-left: 10px;
padding-right: 10px;
margin-right: 10px;
height:299px;
padding-bottom:2px;
}
.sub-menu .jogiClass {
	float:left;
	width:704px;
	height:299px;
	background:#ffffff;
	border-right: 1px solid #e5e4da;
	border-bottom: 1px solid #e5e4da;
	padding-bottom:2px;
	
}
.header .header-menu ul.main-menu > li > ul.sub-menu {
	position: absolute;
/*	width: 1010px;	*/
        width: 200px;	
	left:auto;
	top:32px;
	padding-top: 10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}
.sub-menu .jogiClass .menuPostBox {
	width:332px;
	height:129px;
	float:left;
	border-bottom: 1px solid #e5e4da;
	background:#fff;
	padding:10px;
}

.header .header-menu ul.main-menu > li > ul.sub-menu li {
	background: #f4f3f0;
	margin-bottom:2px;
	margin-top:2px;
}
.header .header-menu ul.main-menu > li > ul.sub-menu li:hover {
	background: #004563;
	color:#ffffff;
	margin-bottom:2px;
	margin-top:2px;
	border-top: 0px solid #004563;
}
.header .header-menu ul.main-menu > li > ul.sub-menu li:hover {
	background: #004563 !important;
}


.sub-menu .jogiClass .menuPostBox .heading {
	color:#000000;
	font-weight:bold;
	text-transform:capitalize;
}
.sub-menu .jogiClass .menuPostBox .heading a {
	color:#000000;
	padding-left:0px;
	text-transform:capitalize;
}
.sub-menu .jogiClass .menuPostBox img {
	width:100px;
	height:75px;
}
.sub-menu .jogiClass .menuPostBox .postImgDiv{
	float:left;
}
.sub-menu .jogiClass .menuPostBox .postContent {
	float:left;
	width:210px;
	font-weight:normal;
	text-decoration:none;
	margin-left:15px;
	line-height:127%;
}

.menuPostClear {
	clear:both;
}
.left  ul.very-top-menu {
	float:left;
} 
.header .menu-search {
	margin-top: 3px;
	margin-right:1px;
	margin-left:1px;
}
.header-middle {
/*	padding-top: 14px;
	padding-bottom: 15px;*/
	margin-bottom: 0px;
/*	background: #CA0002;*/
}
.banner-info {
	display:none;
}
.header-very-top {
margin: -6px auto;
height: 60px;
margin-top: -1px;
background:#232426;
color:#ffffff;
}

.very-top-menu > li a {
	color:#ffffff;
}
.very-top-menu > li a:hover {
	color:#000000;
}

.double-split {
 display: block; 
 height: 1px; 
/* border-top: 1px solid #b60002; 
border-bottom: 1px solid #b60002;*/
margin-top: 10px;
}

.shortcode-content {
	line-height:175%;
	font-size:13px;
	font-weight:normal;
}

/*.main-article-content .shortcode-content p {
font-size: 15px !important;
font-weight:normal;
}*/
.header .header-menu ul.main-menu > li > ul.sub-menu li > a {
	color:#004563;
}
.header .header-menu ul.main-menu > li > ul.sub-menu li > a:hover {
	color:#fff;
}
.header .header-menu ul.main-menu > li:hover > ul.sub-menu {
background: #ffffff;
}
.main-content-split {
	margin-top:15px;
}
.topMenuDate {
	float:left;
	margin-right: 25px;
        margin-top:27px;
}



}
/*+++++++++++++++++ jogiCodeEnd  +++++++++++====================  */
.logo-image {
    display: block;
    float: left;
    margin:0px 0px;
    padding-right:25px;
    verticle-align:top;
}

/*.position6,.position7 {float:left; width:50%;}*/
.img-responsive {width:100%;}

.position1 {min-height:530px;}
.position2,.position3 {min-height: 248px;}

.position4 {min-height:375px;}
.position5 {min-height:178px;}
.position6,.position7 {min-height:147px;}
.position3 {margin-top:30px;}

.position6 {float:left; width:164px;margin-top:30px;}
.div-quarter-col {float:left; width:22%; margin-right:30px; }
.positionop {min-height:185px;}
.position7 {float:left; width:164px;margin-left:30px;margin-top:30px;}
.positionrest {margin-bottom:19px; min-height:180px;}
.imgpositionrest a {padding:15px;float:right; width:282px;}
.article-big-block .article-header, .article-small-block .article-header {
	display: block;
	/*padding-bottom: 5px;*/
        padding: 0px 11px 11px 11px;
}
.div-quarter-col.lastitem {margin-right:0; }
.main-nosplit h1, .main-content-split h1, .content-article-title h2{
        font-size: 24px;
        font-weight:700;
	font-family: 'Roboto', sans-serif;
        color:#000000;
        text-transform:uppercase;    
/*        text-decoration:underline;*/
        margin:0;
    margin-bottom: 5px;
}

.content-article-title h2 span{
    font-size: smaller;
    vertical-align: baseline;
    font-weight: 500;
}
.content-article-title h2 a:nth-child(3) { color: #f95464; }

.main-nosplit h1 span{
    color:#ffffff !important;
    text-decoration:underline;
}
 .main-content-split h1 span{
    color:#000 !important;
    text-decoration:underline;
}
.video-blocks .video-left h2 {
        font-size: 28px;
        font-weight:700;
        line-height:1;
	font-family: 'Roboto', sans-serif;
        padding:25px 0 10px 0;
}

.video-blocks .video-left h2 a {
        color:#ffffff !important;
}
        


.video-blocks .video-left .article-content p{
        font-size: 20px;
        font-weight:400;
	font-family: 'Roboto', sans-serif;
        color:#999999;
        line-height:1;
        margin-bottom:25px;
}

.video-small2 h2 a {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}

.video-small2 h2 a:hover {
	color:#737373;
}

.video-small .video-image {
	display: block;
	margin-bottom: 8px;
}

.video-small2 .video-category a{
/*        display: block;*/
	font-size: 13px;
        font-weight:900;
	font-family: 'Roboto', sans-serif;
	color: #f95464;
        text-transform:uppercase;
        margin-bottom;5px;
}


.article-big-block .article-content {
	display: block;
/*	padding-bottom: 2px;*/
        padding: 0px 11px 11px 11px;
}

.article-big-block .article-slug {
	/*	padding-bottom: 2px;*/
        display: block;
        padding: 11px 11px 11px 11px;
        font-size: 14px;
        font-weight:700;
	font-family: 'Roboto', sans-serif;
        color:#f95464;
        text-transform:uppercase;        
}
.article-big-block .article-slug a{
    color:#f95464;
}
.position1 .article-slug, .position2 .article-slug,.position3 .article-slug, .position4 .article-slug {
	/*	padding-bottom: 2px;*/
        padding: 4px 12px 0px 11px;
        position: relative;
        top: -12px;
        display: inline-table;
        background-color:#ffffff;
}



.article-big-block .article-author {
	display: block;
        text-transform: capitalize;
/*	padding-bottom: 2px;*/
        padding: 11px 11px 11px 11px;
        font-size: 15px;
        font-weight:700;
	font-family: 'Roboto', sans-serif;
        color:#000000;
        
}

.article-big-block .article-author span {
	font-weight:400;
	color:#999999;
        text-transform:lowercase;
}

.article-big-block .article-content p, .article-small-block .article-content p {
	color: #999999;
/*	text-align: justify;
	line-height: 140%;*/
	font-size: 12px;
/*	font-weight:normal;*/
}

.article-big-block, .article-small-block {
	display: block;
	padding-bottom: 3px;
	
/*	border-bottom: 1px dotted #cccccc;*/
        border-right: 1px solid #E6E6E6;
        box-shadow: 1px 2px 0 0 rgba(0,0,0,0.05);
}

.article-section-block {
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #E6E6E6;
        border-right: 0px;
        box-shadow: 0px 0px 0 0;
/*        margin:0px 10px;*/
        
}

.main-article-content h2.article-title {
/*	font-size: 22px;*/
	font-weight: 700;
	/*font-family: 'Titillium Web', sans-serif;*/
	margin-bottom: 15px;
	line-height: 130%;
	color: #000000;
	text-transform: capitalize;
}

.main-article-content div.article-intro {
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 130%;
	color: #737373;
	font-style:italic;
}

.article-controls .date, .shortcode-content blockquote p em {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
        color:#737373;
        font-weight: 700;
        margin-top: 10px;
        font-style:none;
        min-height:20px;
}
.main-article-content .article-photo-caption {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
        color:#737373;
        font-weight: 500;
        margin-top: 10px;
        font-style:none;
/*        min-height:20px;*/
        margin-bottom: 20px;
}

/*.content-article-title h2 {
	font-size: 33px;
	font-weight: normal;
        font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-right: 150px;
	line-height: 35px;	
}*/

.content-article-author {
	display: block;
/*	padding-bottom: 2px;*/
        padding: 0px 0px 24px 0px;
        font-size: 17px;
        font-weight:700;
	font-family: 'Roboto', sans-serif;
        color:#000000;
        text-transform:capitalize;
}

.content-article-author span {
	font-weight:400;
	color:#737373;
        
}

.content-article-title h3{
	font-size: 17px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
        color:#737373;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top:17px;
}

.content-article-title h3 a{
        color:#ca0000;
}

.content-article-title h3 span{
        color:#ca0000;
}

.related-block{
    margin-top:20px;
}

.article-array li {
	display: block;
/*	padding-left: 14px;*/
	margin-top: 0px;
	position: relative;
}

.article-array li a, .wpp-post-title {
/*	font-weight: bold;
	font-size: 13px;*/
	color:#000000;
        font-size: 17px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
        line-height:21px;
}

/*.article-array li:before {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	content: '';
	padding: 0px;
	background: #264c84;
	top: 7px;
	left: 0px;
}*/

.article-array.content-category li:before {
	background: #232323;
}

.article-array.content-category li a {
	color: #232323;
}

.article-array li a:hover {
	color:#277F9C;
}

.article-array div.related-story-date{
        color:#737373;
        font-size: 13px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
        margin-bottom:15px;
}

.shortcode-content blockquote p {
    display: block;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    line-height: 38px !important;
    color:#000000;
    font-style: italic;
    /*background: url(../images/quote-1.png) no-repeat 0px 3px;*/
    padding: 0 20%;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align:center;
}

.footer-top{
        font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
        color:#000000;
        border-top:1px solid #DEDEDE;
        border-bottom:1px solid #DEDEDE;
        width:100%;
        padding:17px 0px;
        
}
.main-content-in-picture{
    width:100%;
    /*text-align:center;*/
}

.carousel-image{
    position: relative;
    text-align: center;
    color: white;
}
.carousel-caption {
    /*left: 30px;*/
    /*bottom: 30px;*/
	bottom: 0px;
    /*text-align: left;*/
    position: absolute;
	background: rgba(54, 54, 53, 0.2);
	padding: 10px 20px 10px 20px;
}

.carousel-caption a {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    /*line-height:1;*/
	line-height: 50px;
    text-shadow: 2px 2px 4px #000000;
}

.category-in-picture .article-header h2 {
    color: #fff;
    background-image: url('inpic-icon.png');
    background-repeat: no-repeat;
    display: block;
    margin-left: 1px;
    text-indent: 25px;
    background-size: 20px 20px;
}
.category-videos-multimedia .article-header h2 {
    color: #fff;
    background-image: url('video-icon.png');
    background-repeat: no-repeat;
    display: block;
    margin-left: 1px;
    text-indent: 25px;
    background-size: 20px 20px;
}
.position1.category-in-picture .article-header h2 {
    text-indent: 40px;
    background-size: 35px 35px;
}
/*responsive media query*/


.divrelatedstories {
    width:30%;
    float:right;
    margin-left:30px;
    background-color:#e6e6e6;
    padding:0px 15px 15px 15px;
    margin-top:5px;
}


/*most read number*/
/*.wpp-list li span {
    font-family: 'Roboto', sans-serif;
    font-size:22px;
    font-weight:900;
    margin-right:15px;
    height: 18px;
    width: 18px;
    text-align:center;
    background-color: #F95464;
    border-radius: 50%;
    display: inline-block;
    color:#fff;
    padding:5px 5px;
}*/

.wpp-list li .number {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    height: 17px;
    width: 17px !important;
    text-align:center;
    background-color: #F95464;
    border-radius: 50%;
    display: inline-block;
    color:#fff;
    padding:5px 5px;
    line-height: 16px;
    margin-top: 3px;
}

.divrelatedstories ul li {margin:0}

.bottom-related-stories{
        
        display:none;
        margin:0 0px;
        padding:0px;
    
}

.banner-block{
/*    margin-bottom:30px;*/
    padding-bottom: 30px;
    background: #f7f7f7;
}

.widget-1,.first{
    background-color:#ffffff;
}

.header-menu .wrapper{
    display: table;
    border-bottom:1px solid #C8C8C8;
    padding:0px 0px 15px 0px;
    text-align:center;
    flex-wrap:wrap;
  justify-content:center;
}

.ham-menu, .ham-search{
    display:inline;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:700;
    text-transform:capitalize;
    padding-left:15px;
    
}
.ham-menu span{
    background-image: url('menu.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    background-size: 20px 20px;
}

.ham-search span{
    background-image: url('search.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    background-size: 20px 20px;
}
/*
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #232426;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel a, .dropdown-btn {
    padding: 6px 8px 12px 21px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: solid 1px #818181;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    margin: 6px 0;
}

.sidepanel a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  
}

.sidepanel .closebtn span{font-size: 18px;color:#fff;}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 12px;
}

.dropdown-container a{
	font-size: 14px;
	color:#818181;
}
*/


.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /*new line added*/
  background-color: #fff;
  margin-top:39px;
  /*margin-right:15px;*/
  /*box-shadow: 5px 2px 5px rgba(0,0,0,.25);*/
  overflow: scroll;
  /*new line end*/
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  /*new line added*/
  color: #232426;
  /*new line end*/
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  /*new line added*/
  color: #000000;
  /*new line end*/
}

/* Style the sidenav links and the dropdown button */
.sidepanel a, .dropdown-btn {
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  font-size: 14px;
  /*new line added*/
  color: #232426;
  /*new line end*/
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  border-bottom:solid 1px #C1C1C1;
 
 font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
}

/* On mouse-over */
.sidepanel a:hover, .dropdown-btn:hover {
 /*new line added*/
  color: #000000;
  /*new line end*/
}

.sidepanel .closebtn {
  position: absolute;
  /*new line added*/
  top: 0px;
  left: 0px;
  /*new line end*/
}

.sidepanel .closebtn span{font-size: 18px;color:#fff;}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  /*new line added*/
  background-color: #f1f1f1;
  /*new line end*/
 
  padding-left: 8px;
}

.dropdown-container a{
    /*font-size: 16px;*/
    /*new line added*/
  /*color: #232426;*/
  /*new line end*/
    font-size: 14px;
    color:#818181;
    font-weight: 400;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}


.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #232426;
  color: white;
  padding: 0px 10px;
  border: none;
}

.openbtn:hover {
  background-color:#232426;
  border-bottom:#737373;
}

#searchdiv {
  display:none;	
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-color: #232426;
  margin-top: 0px;
}

.footerlogo{width:10%;}
.footertext{width:45%;text-align: center;padding-top: 30px;}
.footersocial{width:18%;padding-top: 22px;}
.footersubscribe{width:27%;padding-top: 16px;}
.subscribebottom{width:44%;padding: 7px;background-color: #fff; border:solid 1px #D5D5D5;border-radius: 5px;margin: 0 auto;}

@media (min-width: 1001px) and (max-width: 1200px)  {
    
    .wrapper {width: 962px;}

    .main-content-right .panel h3{margin-top:0px;}

    .main-content-left {width: 65%;}

    .main-content-right {width: 30%;}

    .main-content-split .main-split-left2 {width: 59%;}

    .main-content-split .main-split-right2 {width: 35%;}

    .main-content-split .main-split-left {width: 100%;}

    .main-content-split .main-split-right {width: 100%;}

    .position4 {width:100%;min-height: 0px;}
    .position5{width:100%;margin-top:15px;min-height: 0px;} 
    .position6{width:100%;margin-top:15px;min-height: 0px;} 
    .position7{width:100%;margin-top:15px;margin-left:0px; min-height: 0px;}

    .video-blocks .video-left {width: 60%; height:auto;}
    .video-blocks .video-right {width: 35%; height:auto;}
    .video-small { width: 50%;}
    .video-small2 { width: 48%;}
/*    .main-content-right {
        display: block !important;
        margin:0 auto !important;
    }*/
    .main-content-right img, .main-content-right panel, .wpp-list, .widget-4.panel {width:100% !important;}
    
    .wpp-list li {
        height: auto;
    }
    .div-quarter-col {
        margin-right: 22px;
    }
    .positionop {
        min-height: 210px;
    }
}

@media (min-width: 768px) and (max-width: 1000px){

    .header .header-menu a {
        font-size: 13px;
        }
        .position5 .article-content, .position5 .article-author {display:none;}
    .header-very-top {background: #222525!important;}

    .topMenuDate {
        float: left;
    margin-left: 25px;
    margin-top: 27px;
    }

    .main-content-left {width: 100%;}

    .main-content-right {width: 100%;margin-top: 0px;margin-left: 0px;}

    .main-content-split .main-split-left2 {width: 60%;margin-right: 25px;margin-bottom: 25px;}

    .main-content-split .main-split-right2 {width: 35%;}

    .main-content-split .main-split-left {width: 52%;}

    .main-content-split .main-split-right { width: 43%;}

    /*.position1 {min-height: 616px;}*/


    .logo-image {padding-right:0px; padding-bottom:15px;}

    .position2 .article-header h2, .position3 .article-header h2, .position4 .article-header h2, .position5 .article-header h2, .positionrest .article-header h2 {
        font-size: 20px !important;
    }

    .video-blocks .video-left {width: 100%; height:auto;}
    .video-blocks .video-right {width: 100%; height:auto;}

    .video-blocks .video-left h2 {font-size: 20px;padding: 13px 0 10px 0;}
    .video-blocks .video-left .article-content p {font-size: 16px;line-height: 1.2;}

    .video-small {
        width: 30%;
    }

    .video-small2 {
        width: 70%;
    }

    .carousel-caption a {font-size: 25px; font-weight: 700;}
    
    .shortcode-content blockquote p {
        display: block;
        font-size: 24px;
        font-family: 'Playfair Display', serif;
        line-height: 28px !important;
        color:#000000;
        font-style: italic;
        background: url(../images/quote-1.png) no-repeat 0px 3px;
        padding: 0px 40px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    
    
    
    .banner-block img{
        width:100%;
    }
    
    .ham-menu, .ham-search{
        display:inline;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        font-weight:700;
        text-transform:capitalize;
        padding-left:10px;

    }
    .ham-menu span{
        background-image: url('menu.png');
        background-repeat: no-repeat;
        text-indent: 30px;
        background-size: 15px 15px;
    }

    .ham-search span{
        background-image: url('search.png');
        background-repeat: no-repeat;
        text-indent: 30px;
        background-size: 15px 15px;
    }

    .div-quarter-col {float:none; width:100%; margin-right:0; margin-bottom:15px;min-height:0;}
    .positionop {min-height:0px;}
    .openbtn {padding: 0px 0px;}
    .footerlogo{width:100%;}
    .footertext{width:100%;}
    .footersocial{width:100%;margin-top:20px;text-align: center;}
    .footersubscribe{width:100%;margin-top:20px;text-align: center;}
    .subscribebottom{width:86%;padding: 8px;font-size:12px;}
    
    .footer-content .footer-menu ul li a {font-size: 13px;}

    .position4 {width:100%;min-height: 0px;}
    .position5{width:100%;margin-top:15px;min-height: 0px;} 
    .position6{width:100%;margin-top:15px;min-height: 0px;} 
    .position7{width:100%;margin-top:15px;margin-left:0px; min-height: 0px;}
}

@media only screen and (max-width: 767px) {
    
    .logo-image {padding: 0px;}
    
    .main-content-split .main-split-left2 {width: 100%; margin-bottom: 0px; }

    .main-content-split .main-split-right2 {width: 100%;}
    
    .position1,.position2, .position3, .position4  {min-height: 0px;}
    
    .position2, .position3, .position4  {margin-top:15px;}
    .position5{margin-top:15px;min-height: 0px;} 
    .position6{width:100%;margin-top:15px;min-height: 0px;} 
    .position7{width:100%;margin-top:15px;margin-left:0px;min-height: 0px;}
    
    .divrelatedstories{visibility: hidden; /*width:0%;*/ margin:0 0px; padding:0px;}
    
    .bottom-related-stories{display:block;}
    
    .carousel-caption a {font-size: 23px;font-weight: 700;}
    
    .imgpositionrest a {padding:0px; float: none;width: 100%;}
    
    .video-blocks .video-right {padding: 12px 0 12px 12px;}
    
    .video-small2 {margin-bottom: 0px;border-bottom: solid 1px #c1c1c1;padding-bottom: 10px;}
    
    .video-small .video-image {margin-bottom: 21px;text-align: right;border-bottom: solid 1px #c1c1c1;padding-bottom: 10px;}  
    
    .footer-top{border:0px; padding:0px;}
    .footerlogo{width:100%;text-align: center;}
    .footertext{width:100%;text-align: center;}
    .footersocial{width:100%;margin-top:20px;text-align: center;}
    .footersubscribe{width:100%;margin-top:20px;text-align: center;}
    .subscribebottom{width:86%;padding: 8px;font-size:12px;}
    
    .footer-content .footer-menu ul li a {font-size: 14px;line-height: 19px;}
    
    .div-quarter-col {
        width: 100%;
        margin-bottom: 30px;
        min-height: 0;
    }
    .positionop {min-height:0;}
    .div-quarter-col.lastitem {margin-bottom:0; }
}

@media only screen and (max-width: 430px) {
    
    .openbtn {
      padding: 0px 5px;
    }

    .topMenuDate { clear:both;display:none;}
    .responsivebanner{width:300px !important;}
    .main-content-right {
        display: block !important;
        margin:0 auto !important;
        width: 100%;
    }
    .main-content-right img, .main-content-right panel, .wpp-list, .widget-4.panel {width:100% !important;}
    
    .wpp-list li {
        height: auto;
    }
}