@charset UTF-8;

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

@media all and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/fontawesome-webfont.svg') format('svg'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont_v-3.2.1.woff') format('woff'), url('../fonts/fontawesome-webfont_v-3.2.1.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
}


/* Style Index * /

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


/* #0 Reset */

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	height: auto;
}


/* #1 Layout Structure */

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

p {
	line-height: 26px;
}

.shortcode-content li a,
.content a:hover {
	color: #c12026!important;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

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

.wrapper:after {
	display: block;
	clear: both;
	content: '';
}

.boxed:not(.active) {
	background: #fff;
}

.active.boxed {
	width: 1200px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

i.fa {
	line-height: inherit;
	font-weight: normal;
}


/* #2 Main header */

.header {

}

.header .wrapper {
	margin-bottom: 20px;
}

.header-block {
	display: table;
	width: 96.5%;
	margin-left: auto;
	margin-right: auto;
}

.header-block > div {
	display: table-cell;
	vertical-align: middle;
}

.header-block .header-logo {
	padding: 30px 0 20px 0;
}

.header-block .header-banner {
	width: 728px;
	text-align: center;
}

.header-block .header-banner a {
	display: block;
	color: #aaa;
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}

.header-logo h1 {
	display: inline-block;
	font-size: 49px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0px;
}


/* #3 Main menu */

.main-menu {
	display: block;
	background: #292a32;
	color: #292a32;
	box-shadow: inset 0 -3px 0 rgba(255,255,255,0.15);
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

.main-menu .wrapper {
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu {
	display: block;
	width: 100%;
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu:after {
	display: block;
	content: '';
	clear: both;
}

.main-menu ul.menu > li:hover {
	background: inherit;
}

.main-menu ul.menu > li {
	position: relative;
	float: left;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 3px;
}

.main-menu ul.menu > li:last-child:not(:hover) {
	box-shadow:  1px 0 0 rgba(255,255,255,0.08);
}

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

.main-menu ul.menu > li ul.sub-menu > li > a,
.main-menu ul.menu > li > a {
	display: block;
	color: #fff;
	padding: 15px 22px 13px 22px;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(0,0,0,0.25);
	position: relative;
	border-bottom: 3px solid transparent;
	z-index: 3;
}

.header-topmenu a span {
	position: relative;
	padding-right: 13px;
	display: block;
}

.header-topmenu a span:after {
	display: block;
	position: absolute;
	right: 0px;
	font-family: "FontAwesome";
	content: '\f0d7';
	top: 3px;
	font-size: 8px;
}

.header-topmenu ul ul li {
	position: relative;
}

.header-topmenu ul ul ul {
	left: 100%;
	top: -1px;
}

.header-topmenu ul ul li a span:after {
	content: '\f0da';
}

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

.main-menu ul.menu > li a span:after {
	display: block;
	position: absolute;
	right: 0px;
	font-family: "FontAwesome";
	content: '\f0d7';
	top: 4px;
	font-size: 10px;
}

.main-menu ul.menu > li ul a span:after {
	content: '\f0da';
}

.main-menu ul.menu > li:not(:hover) > a {
	border-bottom: 3px solid transparent!important;
	margin-bottom: -3px;
}

.main-menu ul.menu > li:hover > a {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	z-index: 4;
	border-bottom: 3px solid #c12026;
	margin-bottom: -3px;
}

/*.main-menu ul.le-first li:hover a:before {
	display: block;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 2;
}*/

.main-menu .search-block {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 3px;
	top: 0px;
	color: inherit;
	background: rgba(255,255,255,0.15);
}

.main-menu .search-block form {
	color: inherit;
}

.main-menu .search-block .search-value {
	position: relative;
	right: 0px;
	top: 0px;
	width: 10px;
	border: 0px;
	line-height: 100%;
	font-size: 14px;
	padding: 15px 20px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	color: #fff;
	height: 100%;
	z-index: 4;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.main-menu .search-block .search-value:focus {
	width: 120px;
	z-index: 2;
	margin-right: 30px;
	color: #fff;
	cursor: text;
}

.main-menu .search-block .search-button {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	height: 100%;
	border: 0px;
	cursor: pointer;
	width: 50px;
	overflow: hidden;
	color: inherit;
	font-family: 'FontAwesome', serif;
	background: transparent;
}


.main-menu ul.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 250px;
	background: inherit;
	margin-top: 3px;
}

.main-menu ul.menu > li:not(.mega-menu-full) ul li {
	background: inherit;
	position: relative;
}

.main-menu ul.menu > li:not(.mega-menu-full) ul li a {
	box-shadow: none!important;
}

.main-menu ul.menu > li:not(.mega-menu-full) ul ul {
	left: 100%;
	top: -3px;
}

.mega-menu-full > .sub-menu > li > .menu-blocks {

}

.main-menu ul.menu li.mega-menu-full:hover ul,
.main-menu ul.menu li:hover > ul {
	display: block!important;
}

.main-menu ul.menu li.mega-menu-full ul {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

.main-menu ul.menu li:not(.mega-menu-full) ul.sub-menu > li > a {
	display: block!important;
	font-size: 16px!important;
	text-transform: none!important;
	padding: 13px 22px!important;
}

.main-menu ul.menu ul li:not(.menu-block) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

.main-menu ul.menu ul li:hover > a {
	display: block;
	background: rgba(255,255,255,0.08);
}

.header-topmenu {
	display: block;
	background: #292a32;
	border-top: 2px solid #c12026;
	font-family: 'PT Sans Narrow', sans-serif;
}

.header-topmenu .le-first {
	display: block;
	width: 100%;
	border-left: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu .le-first:after {
	display: block;
	content: '';
	clear: both;
}

.header-topmenu li {
	display: block;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu a {
	color: #bcbcbc;
	padding: 8px 19px;
	display: block;
	text-transform: uppercase;
}

.header-topmenu li:hover > a {
	background: rgba(255,255,255,0.08);
}

.main-menu .mega-menu-full ul {
	display: block;
	color: #fff;
}

.main-menu .menu > .mega-menu-full {
	position: static;
}

.main-menu .menu > .mega-menu-full > ul.sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 0px;
	width: 100%;
	border-bottom: 4px solid rgba(255,255,255,0.2);
}

.header-topmenu li {
	background: #292a32;
}

.header-topmenu li > ul {
	position: absolute;
	width: 200px;
	background: inherit;
	display: none;
}

.header-topmenu li:hover > ul {
	display: block;
}

.header-topmenu li > ul li {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-right: 0px;
}

.header-topmenu {
	position: relative;
	z-index: 101;
}




.menu-blocks {
	display: block!important;
	position: relative!important;
	top: auto!important;
	left: auto!important;
	bottom: auto!important;
	right: auto!important;
	margin: 0px!important;
	padding: 0px!important;
}

.menu-blocks a {
	color: #fff;
}

.menu-blocks .menu-content {
	padding: 20px;
}

.color-light {
	background: rgba(255,255,255,0.05);
}

.color-light > ul {
	background: transparent!important;
}

.menu-block .category-menu a {
	display: block;
	position: relative;
	padding: 14px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
}

.menu-block .category-menu a:hover {
	background: rgba(255,255,255,0.05);
}

.menu-block .category-menu a:last-child {
	border-bottom: 0px;
	margin-bottom: -3px;
}

.menu-block .category-menu a:first-child {
	margin-top: -3px;
}

.comments-list .item,
.article-list .item {
	display: block;
	margin-bottom: 18px;
}

.comments-list .item:last-child,
.article-list .item:last-child {
	margin-bottom: 0px;
}

.comments-list .item:after,
.article-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.comments-list .item .item-photo,
.article-list .item .item-photo {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}

#sidebar .comments-list .item .item-content {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	padding-bottom: 15px;
}

.comments-list .item .item-content,
.article-list .item .item-content {
	display: block;
	margin-left: 75px;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	min-height: 50px;
	padding-bottom: 8px;
}

.comments-list .item .item-content h3 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 7px;
}

.article-list .item .item-content h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 7px;
}

.article-list .item .item-content h3 a {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.article-list .item .item-content h3 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.comments-list .item .item-content p {
	margin-bottom: 10px;
	font-size: 13px;
}

.comments-list .item .item-content span,
.article-list .item .item-content span {
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-weig