@charset UTF-8;

/*------------------------------------------------------------------
[Google Fonts]
-------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,600,700);



/*------------------------------------------------------------------
[Style Index]

0. Reset
1. Main header
2. Main menu
3. Content styling
4. Comments
5. Photo gallery
6. Sidebar styling
7. Footer
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[0. Reset]

Reseting styles for individual theme
-------------------------------------------------------------------*/

body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	color: #8d9092;
	background: #e8edf0;
}

a {
	color: #4b95d4;
	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;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear: both;
}

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

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

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

.left {
	float: left;
}

.right {
	float: right;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, 'Oswald', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

input {
	-webkit-appearance: none;
}




/*------------------------------------------------------------------
[1. Main header]

+ .header
	+ .top-menu
		+ .wrapper
			+ ul

	+ .top-banner
		+ .wrapper

	+ .header-blocks
		+ .wrapper

	+ .main-menu
		+ .wrapper
			+ ul

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

.header {
	position: relative;
	z-index: 100;
}

.header .top-menu {
	display: block;
	position: relative;
	z-index: 101;
}

.header .top-menu .wrapper:after {
	display: block;
	content: '';
	clear: both;
}

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

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

.header .top-menu ul li {
	display: block;
	float: left;
	font-size: 14px;
	position: relative;
}

.header .top-menu ul li a {
	display: block;
	color: #7a7a7a;
	padding: 14px 10px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.04);
	white-space: nowrap;
}

.header .top-menu ul li a span:after {
	display: inline-block;
	font-family: "FontAwesome";
	content: '\f107';
	padding-left: 6px;
}

.header .top-menu .sub-menu a span:before {
	content: '\f105';
}

.header .top-menu ul li:hover > a {
	background: rgba(255,255,255,0.5);
}

.header .top-menu li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 250px;
	z-index: 10;
	background: #F3F5F7;
}

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

.header .top-menu li .sub-menu li,
.header .top-menu li .sub-menu a {
	display: block;
	float: none;
}

.header .top-menu .sub-menu li {
	position: relative;
}

.header .top-menu .sub-menu li .sub-menu {
	left: 100%;
	top: 0px;
	position: absolute;
}



.header .top-banner {
	display: block;
	background: #dfe3e6;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.09), inset 0 1px 0 0 rgba(0,0,0,0.09);
	text-align: center;
}


.header .header-blocks {
	display: block;
}

.header .header-blocks .wrapper {
	display: table;
}

.header .header-blocks .wrapper .header-block {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 30px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .header-blocks .wrapper .header-block:last-child {
	padding-right: 0px;
}

.header .header-block h1 {
	display: block;
	color: #848893;
	text-transform: uppercase;
	font-size: 54px;
	letter-spacing: 1px;
	line-height: 100%;
}

.header .header-block h1 a {
	color: inherit;
	line-height: 100%;
}

.header .header-search {
	width: 280px;
}

.header .header-search form {
	position: relative;
}

.header .header-search input[type=text],
.header .header-search input[type=search] {
	width: 100%;
	border: 0px;
	background: #f4f6f8;
	color: #232323;
	font-size: 16px;
	padding: 15px 48px 15px 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.header .header-search input[type=text]:focus,
.header .header-search input[type=search]:focus {
	background: #fff;
}

.header .header-search form:after {
	display: block;
	position: absolute;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	top: 0px;
	right: 0px;
	font-family: "FontAwesome";
	content: '\f002';
}

.header .header-search input[type=submit] {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	color: transparent;
	height: 48px;
	width: 48px;
	border: 0px;
	background: transparent;
	cursor: pointer;
}

.header .header-weather:after {
	display: block;
	clear: both;
	content: '';
}

/*.header .header-weather .weather-icon {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}*/

.header .header-weather i.wi {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	margin-top: -10px;
	margin-bottom: -10px;
	font-size: 41px;
	line-height: 65px;
	color: #B7BBC3;
}

.header .header-weather > span {
	display: block;
	margin-left: 75px;
	border-left: 1px solid #DDD;
	padding-left: 19px;
	height: 41px;
	font-weight: bold;
	color: #B7BBBD;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-top: -8px;
	margin-bottom: -6px;
	font-size: 16px;
}

.header .header-weather > span span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-top: 6px;
}





/*------------------------------------------------------------------
[2. Main Menu]

+ .main-menu
	+ .wrapper
		+ ul

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

.header .main-menu {
	background-color: #252629;
}

.main-menu-wrapper {
	display: block;
	position: relative;
	z-index: 100;
}

.ot-menu-will-follow .main-menu-wrapper.is-now-following .main-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0 6px 0 rgba(0,0,0,0.1);
}

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

.header .main-menu ul a {
	color: #fff;
}

.header .w-articles img {
	width: 60px;
}

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

.header .main-menu .wrapper > ul > li {
	display: block;
	float: left;
	background: transparent;
	position: relative;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.header .main-menu .wrapper > ul > li.has-ot-mega-menu {
	position: static!important;
}

.header .main-menu .wrapper > ul > li:hover {
	background: rgba(240, 240, 240, 0.1);
}

.header .main-menu .wrapper > ul > li > a {
	color: #e8edf0;
	display: block;
	font-size: 16px;
	padding: 25px 16px;
	box-shadow: inset 0 63px 0 #252629;
	white-space: nowrap;
}

.header .main-menu .wrapper > ul > li > a span {
	display: block;
}

.header .main-menu .wrapper > ul > li > a span:after {
	display: inline-block;
	font-family: "FontAwesome";
	content: '\f107';
	padding-left: 8px;
	font-size: 14px;
	line-height: 11px;
}

.header .main-menu .wrapper > ul > li:hover > a {
	box-shadow: inset 0 0 40px -40px #252629!important;
}

.header .main-menu .wrapper > ul > li > ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	background: #252629;
	width: 320px;
}

.header .main-menu ul.sub-menu {
	box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}

.header .main-menu ul.sub-menu > li > a {
	display: block;
	font-size: 16px;
	padding: 18px 16px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

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

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

.header .main-menu ul.sub-menu li {
	position: relative;
	background: inherit;
}

.header .main-menu ul.sub-menu li a span:before {
	display: block;
	float: right;
	font-family: "FontAwesome";
	content: '\f105';
	padding-left: 8px;
	font-size: 14px;
	line-height: 16px;
}

.header .main-menu ul.sub-menu ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	background: inherit;
	width: 320px;
}

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


.header .main-menu .wrapper > ul > li > ul.ot-mega-menu {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0px;
	right: 0px;
	background: inherit;
}

.header .main-menu .wrapper > ul > li:hover > ul.ot-mega-menu {
	display: block;
}

.ot-mega-menu {
	display: block;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}

.ot-mega-menu > li {
	display: table;
	background: #252629;
	margin-top: 4px;
	width: 100%;
}

.ot-mega-menu > li .widget {
	display: table-cell;
	width: 33%;
	min-height: 0px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ot-mega-menu {
	color: #8e8f91!important;
}

.ot-mega-menu p {
	color: inherit;
}




/*------------------------------------------------------------------
[3. Content styling]

+ .content
	+ .breadcrumbs
		+ ul.right
		+ h2
	+ .head-slider


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

.content {

}

.content > .wrapper {
	padding: 40px 0;
}

.breadcrumbs {
	background-image: url(../images/breadcrumb-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e2f33;
	color: #e8edf0;
	padding: 40px 0;
	box-shadow: inset 0 8px 0 rgba(0,0,0,0.04), inset 0 -8px 0 rgba(0,0,0,0.04);
	z-index: 1;
	position: relative;
}

.breadcrumbs h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.breadcrumbs ul {
	display: block;
	padding: 10px 0;
	font-family: tahoma, 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
	color: rgba(255,255,255,0.5);
}

.breadcrumbs ul li:before {
	display: block;
	position: absolute;
	left: -5px;
	top: 0px;
	content: '/';
	font-family: "FontAwesome";
}

.breadcrumbs ul li:first-child:before {
	display: none;
}

.breadcrumbs a {
	color: rgba(255,255,255,0.5);
}

.breadcrumbs a:hover {
	color: #fff;
}



.header-photo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-color: #2e2f33;
	color: #e8edf0;
	padding: 120px 0;
	box-shadow: inset 0 8px 0 rgba(0,0,0,0.1), inset 0 -8px 0 rgba(0,0,0,0.1);
	position: relative;
	background-size: cover;
}

.header-photo:before {
	display: block;
	position: absolute;
	z-index: 0;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: inherit;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.article-header h2,
.header-photo h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.header-photo a {
	color: rgba(255,255,255,0.5);
}

.header-photo a:hover {
	color: #fff;
}

.header-photo .header-photo-inner {
	display: block;
	width: 62%;
}

.article-header h2,
.header-photo .header-photo-inner h2 {
	display: block;
	font-size: 46px;
	line-height: 120%;
	margin-bottom: 20px;
}

.article-header .comments-tag,
.header-photo .comments-tag {
	color: #fff;
	background: #f39c12;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-family: tahoma, 'Oswald', sans-serif;
	text-transform: uppercase;
	position: relative;
}

.article-header .comments-tag:before,
.header-photo .comments-tag:before {
	display: block;
	position: absolute;
	z-index: 0;
	background: inherit;
	content: '';
	width: 10px;
	height: 10px;
	left: 15px;
	bottom: -4px;
	-ms-transform: skew(0deg,-35deg);
	-webkit-transform: skew(0deg,-35deg);
	transform: skew(0deg,-35deg);
}

.article-header .header-photo-meta,
.header-photo .header-photo-meta {
	display: block;
	font-size: 20px;
	font-family: tahoma, 'Oswald', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}

.article-header .header-photo-meta .meta-p,
.header-photo .header-photo-meta .meta-p {
	display: inline-block;
	position: relative;
	margin-right: 26px;
}

.article-header .header-photo-meta .meta-p:after,
.header-photo .header-photo-meta .meta-p:after {
	display: block;
	position: absolute;
	content: '\f111';
	font-family: "FontAwesome";
	line-height: inherit;
	font-size: 6px;
	color: rgba(255,255,255,0.3);
	top: 0px;
	right: -18px;
	line-height: 20px;
}

.article-header .header-photo-meta .meta-p:last-child:after,
.header-photo .header-photo-meta .meta-p:last-child:after {
	display: none;
}



.head-slider {
	background-image: url(../images/breadcrumb-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e2f33;
	color: #e8edf0;
	padding: 40px 0;
	box-shadow: inset 0 8px 0 rgba(0,0,0,0.04), inset 0 -8px 0 rgba(0,0,0,0.04);
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.head-slider-wrap {
	display: block;
}

.head-slider-wrap .head-slider-slide {
	display: block;
}

.head-slider-wrap .head-slider-slide:after {
	display: block;
	clear: both;
	content: '';
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1500px, 0, 0);
				transform: translate3d(1500px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1500px, 0, 0);
				transform: translate3d(1500px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	}
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px, 0, 0);
				transform: translate3d(-1500px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px, 0, 0);
				transform: translate3d(-1500px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	}
}



@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(1500px, 0, 0);
				transform: translate3d(1500px, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(1500px, 0, 0);
				transform: translate3d(1500px, 0, 0);
	}
}


@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px, 0, 0);
				transform: translate3d(-1500px, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px, 0, 0);
				transform: translate3d(-1500px, 0, 0);
	}
}

.head-slider-wrap {
	position: relative;
}

.head-slider-wrap .head-slider-slide > div:before {
	display: block;
	position: absolute;
	content: '';
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.head-slider-wrap .head-slider-slide.active > div:before {
	display: none;
}

.head-slider-wrap .head-slider-slide {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.head-slider-wrap .head-slider-slide > div {
	display: none;
	position: relative;
}

.head-slider-wrap .head-slider-slide > div a {
	display: block;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	color: #fff;
	background: url(../images/slider-hover-bg.jpg) repeat center top;
}

.head-slider-wrap .head-slider-slide > div .sl-title {
	display: block;
	position: absolute;
	z-index: 2;
	left: 45px;
	bottom: 85px;
	font-size: 34px;
	font-weight: 600;
	padding-right: 150px;
	line-height: 110%;
	color: #fff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.head-slider-wrap .head-slider-slide > div a {
	color: #84B929;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.head-slider-wrap .head-slider-slide > div a img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.head-slider-wrap .head-slider-slide > div:hover a .sl-title {
	color: inherit;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-l {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-l span {
	display: block;
	content: '';
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 1;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -110px;
	bottom: -110px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-l span:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.head-slider-wrap .head-slider-slide > div:hover a .sl-icon-l span:before {
	opacity: 0;
	filter: alpha(opacity=0);
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-l i.fa {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	font-size: 30px;
	color: #252629;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	background: #ADBA22;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s .span-1 {
	-ms-transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
	margin-left: -28px;
	margin-top: -22px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s .span-2 {
	-ms-transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
	margin-left: -25px;
	margin-top: -31px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s .span-3 {
	-ms-transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
	margin-left: -15px;
	margin-top: -31px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s .span-4 {
	-ms-transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
	margin-left: -12px;
	margin-top: -22px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s .span-5 {
	margin-left: -20px;
	margin-top: -17px;
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s span:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.head-slider-wrap .head-slider-slide > div:hover a .sl-icon-s span:before {
	opacity: 0;
	filter: alpha(opacity=0);
}

.head-slider-wrap .head-slider-slide > div a .sl-icon-s i.fa {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-left: -10px;
	margin-top: -18px;
	font-size: 28px;
	color: #252629;
}

.head-slider-wrap .head-slider-slide > div .sl-date {
	display: block;
	position: absolute;
	z-index: 2;
	left: 45px;
	bottom: 45px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
	padding-bottom: 7px;
}

.head-slider-wrap .head-slider-slide > div .sl-date:after {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	letter-spacing: 1px;
	font-weight: normal;
	content: '....................................................';
}

.head-slider-wrap .head-slider-slide > div:hover a .sl-date {
	opacity: 1;
	filter: alpha(opacity=100);
}

.head-slider-wrap .head-slider-slide > div .sl-category {
	display: block;
	position: absolute;
	z-index: 2;
	left: 45px;
	top: 45px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 600;
	color: inherit;
	border: 1px solid #fff;
	border-color: inherit;
	padding: 8px 12px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.1);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.head-slider-wrap .head-slider-slide > div:hover a .sl-category {
	border: 1px solid transparent;
	background: #000;
}

.head-slider-wrap .head-slider-slide > div:nth-child(n+2) {
	text-align: center;
}

.head-slider-wrap .head-slider-slide > div:nth-child(n+2) .sl-title {
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	font-size: 19px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 120%;
}

.head-slider-wrap .head-slider-slide > div:nth-child(n+2) .sl-centered {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 20px;
	text-align: center;
	width: 100%;
}

.head-slider-wrap .head-slider-slide > div:nth-child(n+2) .sl-category {
	position: static;
	left: auto;
	top: auto;
	display: inline-block;
	padding: 7px 12px;
	font-size: 13px;
}

/*.head-slider-wrap .head-slider-slide > div:nth-child(n+2) i.fa {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}*/

.head-slider-wrap .head-slider-slide > div img {
	opacity: 0.4;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.head-slider-wrap .head-slider-slide > div:hover img {
	opacity: 0;
}

.head-slider-wrap .head-slider-slide.active {
	position: relative;
	z-index: 2;
}

.head-slider-wrap .head-slider-slide > div {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.head-slider-wrap .head-slider-slide.diss.active > div,
.head-slider-wrap .head-slider-slide.active > div {
	display: block;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.head-slider-wrap .head-slider-slide.diss.ot-go-left.active > div {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.head-slider-wrap .head-slider-slide.diss > div {
	display: block;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.head-slider-wrap .head-slider-slide.diss.ot-go-left > div {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}



.head-slider-wrap .head-slider-slide.ot-go-left > div:nth-child(1) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.head-slider-wrap .head-slider-slide.ot-go-left > div:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.head-slider-wrap .head-slider-slide.ot-go-left > div:nth-child(3) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.head-slider-wrap .head-slider-slide.ot-go-left > div:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.head-slider-wrap .head-slider-slide.ot-go-left > div:nth-child(5) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}



.head-slider-wrap .head-slider-slide > div:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.head-slider-wrap .head-slider-slide > div:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.head-slider-wrap .head-slider-slide > div:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.head-slider-wrap .head-slider-slide > div:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.head-slider .head-slide-1 {
	display: block;
	float: left;
	width: 59.5%;
}

.head-slider .head-slide-2 {
	display: block;
	float: left;
	margin-left: 0.834%;
	margin-bottom: 0.88%;
	width: 19.416%;
}

.head-slider .head-slide-2:nth-child(n+4) {
	margin-bottom: 0px;
}

.head-slider-nav {
	display: block;
	text-align: center;
	padding-top: 33px;
	text-transform: uppercase;
	font-size: 15px;
	cursor: default;
}

.head-slider-nav a {
	color: rgba(255,255,255,0.3);
	display: inline-block;
	line-height: 150%;
}

.head-slider-nav a:hover {
	color: #fff;
}

.head-slider-nav .prev i.fa {
	padding-right: 10px;
}

.head-slider-nav .next i.fa {
	padding-left: 10px;
}

.head-slider-nav .next {
	margin-left: 15px;
}

.head-slider-nav .prev {
	margin-right: 15px;
}

.head-slider-nav .slider-blob {
	background: url(../images/slider-blob-inactive.png) no-repeat center top;
	width: 21px;
	height: 21px;
	line-height: 21px;
	color: transparent;
	text-align: center;
	font-size: 0;
	vertical-align: bottom;
	opacity: 0.3;
	padding: 0 4px;
}

.head-slider-nav .slider-blob:hover {
	background: url(../images/slider-blob-active.png) no-repeat center top;
	color: transparent;
	opacity: 0.7;
}

.head-slider-nav .slider-blob.active {
	background: url(../images/slider-blob-active.png) no-repeat center top;
	color: transparent;
	opacity: 1;
}

.head-slider-nav .slider-blob.go-retina {
	background: url(../images/slider-blob-inactive@2x.png) no-repeat center top;
	background-size: auto 100%;
}

.head-slider-nav .slider-blob.go-retina:hover,
.head-slider-nav .slider-blob.go-retina.active {
	background: url(../images/slider-blob-active@2x.png) no-repeat center top;
	background-size: auto 100%;
}

.head-slider.reverse-show {
	display: none;
}

.head-slider.reverse-show .head-slider-slide {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	white-space: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div {
	display: block;
	width: 100%;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div img {
	width: 100%;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div .sl-title {
	left: 30px;
	bottom: 60px;
	font-size: 18px;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div .sl-date {
	left: 30px;
	bottom: 30px;
	font-size: 13px;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div .sl-category {
	right: 30px;
	left: auto;
	top: 30px;
	font-size: 12px;
	padding: 6px 8px;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div a .sl-icon-l span {
	right: -155px;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div a .sl-icon-l i.fa {
	right: 12px;
	bottom: 12px;
	font-size: 20px;
}

.head-slider.reverse-show .head-slider-wrap {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div .sl-date,
.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div a:hover,
.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div a {
	color: #fff!important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div a .sl-icon-l span {
	background: #fff!important;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div:hover a .sl-category {
	border-color: inherit;
	background: transparent;
}

.head-slider.reverse-show .head-slider-wrap .head-slider-slide > div:hover img {
	opacity: 0.4;
	filtee: alpha(opacity=40);
}




.main-block {
	display: block;
	margin-bottom: 40px;
}

.paragraph-row:last-child .main-block {
	margin-bottom: 0px;
}

.main-block .main-title {
	background: #f0f4f6 url(../images/title-lines.png) repeat-y left top;
	padding: 17px 20px 17px 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main-block .main-title h3 {
	color: #2D2E32;
	font-size: 22px;
}

.main-block .main-title h3 .title-category {
	color: #e86802;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: -5px;
}

.main-block .main-title h3 .title-category:after {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 18px;
	content: '..........................................................';
	line-height: 0px;
	cursor: text;
}

.main-block .main-title h3 a.title-category:hover {
	color: inherit!important;
}

.main-block .main-title h3 a.title-category:after {
	cursor: pointer;
}

.main-block .main-title .right {
	line-height: 100%;
	padding: 4px 0;
	display: block;
	font-size: 14px;
	color: #a2a5a7;
	text-transform: none;
}

.main-block .main-title a.right:hover {
	color: #232323;
}

.main-block .main-title > div {
	display: block;
}


.main-block .article-layout-default {
	display: block;
}

.main-block .article-layout-default .item {
	display: block;
	margin-bottom: 35px;
}

.post.sticky {
	padding: 20px!important;
	background-color: #F1F3F4!important;
}

.main-block .article-layout-default .item:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-layout-default .item .item-image {
	display: block;
	float: left;
	width: 32%;
}

.main-block .article-layout-default .item .item-image img {
	width: 100%;
	height: auto;
}

.main-block .article-layout-default .item .item-content {
	display: block;
	margin-left: 35%;
}

.main-block .article-layout-default .item .item-content > h3 {
	display: block;
	margin-bottom: 18px;
	font-size: 24px;
	color: #232323;
	text-transform: uppercase;
	line-height: 130%;
}

.main-block .article-layout-default .item .item-content > h3 a {
	color: inherit;
}

.main-block .article-layout-default .item .item-content > .item-meta a:hover,
.main-block .article-layout-default .item .item-content > h3 a:hover {
	color: #4b95d4;
}

.main-block .article-layout-default .item .item-content > .item-meta {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #737679;
	text-transform: uppercase;
	font-family: tahoma, 'Oswald', sans-serif;
	font-weight: 500;
}

.main-block .article-layout-default .item .item-content > .item-meta > span:after,
.main-block .article-layout-default .item .item-content > .item-meta > a:after {
	display: block;
	position: absolute;
	background: #B2B2B2;
	width: 4px;
	height: 4px;
	top: 6px;
	right: -12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	content: '';
}

.main-block .article-layout-default .item .item-content > .item-meta > span:last-child:after,
.main-block .article-layout-default .item .item-content > .item-meta > a:last-child:after {
	display: none;
}


.main-block .article-layout-default .item .item-content > .item-meta > span {
	display: inline-block;
	margin-right: 16px;
	position: relative;
}

.main-block .article-layout-default .item .item-content > .item-meta > a {
	display: inline-block;
	color: inherit;
	margin-right: 16px;
	position: relative;
}

.main-block .article-layout-default .item .item-content > .item-text {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 150%;
}

.main-block .article-layout-default .item-footer-more {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58595d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	background: #f2f5f7;
	padding: 12px 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.03);
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
	margin: 0 1px;
}

.main-block .article-layout-default .item-footer-more i.fa {
	padding-left: 8px;
	font-size: 10px;
}

.main-block .article-layout-default .item-footer-more:hover {
	background: #fff;
}



.main-block .article-layout-1 {
	display: block;
}

.main-block .article-layout-1 a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.main-block .article-layout-1 img {
	display: block;
	width: 100%;
	height: auto;
}

.main-block .article-layout-1 .item {
	display: block;
	float: left;
	width: 18.561%;
	margin-left: 1.8%;
}

.main-block .article-layout-1:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-layout-1 .item-header {
	display: block;
	position: absolute;
	z-index: 1;
	background: #e0582f;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 18px 8px 8px 8px;
	line-height: 100%;
	left: 10px;
	top: 0px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-1 .item-image {
	display: block;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
}

.main-block .article-layout-1 .item a .item-image img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-1 .item-content {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	background: rgba(37,38,41,0.7);
	padding: 18px 15px;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
	width: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block .article-layout-1 .item-content .meta-cat {
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #f16c00;
}

.main-block .article-layout-1 .item-content strong {
	display: block;
	line-height: 120%;
	font-size: 15px;
}

.main-block .article-layout-1 .item-content .meta-items {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	opacity: 0.5;
	font-weight: bold;
}






.main-block .article-layout-2 .item {
	display: block;
	float: left;
	position: relative;
}

.main-block .article-layout-2:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-layout-2 .item .item-image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
}

.main-block .article-layout-2 .item .item-image:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	box-shadow: inset 0 -80px 40px -40px rgba(0,0,0,0.7);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-2 .item .item-image img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-2 .item .item-header {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.main-block .article-layout-2 .item .item-header .item-meta {
	display: block;
	color: #fff;
	padding: 10px 0 17px 0;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -40px;
	border-top: 1px solid rgba(255,255,255,0.3);
	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;
}

.main-block .article-layout-2 .item .item-header .item-meta i.fa {
	padding-right: 7px;
}

.main-block .article-layout-2 .item .item-header .item-meta span {
	display: block;
	color: #fff;
}

.main-block .article-layout-2 .item .item-header strong {
	display: block;
	color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-2 .item .item-content {
	display: block;
	padding: 15px;
	color: #232323;
	background: #fff;
	width: 100%;
	font-size: 13px;
	line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block .article-layout-2 .item .item-footer {
	display: block;
	background: #2C2C30;
	color: #fff;
	padding: 17px 15px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.main-block .article-layout-2 .item .item-footer > i.set-blur {
	display: block;
	position: absolute;
	z-index: 0;
	width: 120%;
	left: -10%;
	top: -65%;
	background-size: 100% 100%;
	padding-bottom: 50%;
	overflow: hidden;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.main-block .article-layout-2 .item .item-footer > i.set-blur:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #2E2F32;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.main-block .article-layout-2 .item .item-footer > span {
	display: block;
	position: relative;
	z-index: 1;
}

.main-block .article-layout-2 .item .item-footer > span i.fa {
	padding-right: 8px;
}

.main-block .article-layout-2 .item .item-footer > span strong {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	margin-bottom: -4px;
}

.main-block .article-layout-2 .item .item-footer > span strong:after {
	display: block;
	content: '.....................................................';
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}






.main-block .article-layout-3 .item {
	display: block;
	float: left;
	position: relative;
}

.main-block .article-layout-3:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-layout-3 .item .item-image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
}

.main-block .article-layout-3 .item .item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.main-block .article-layout-3 .item .item-content {
	display: block;
	background: #f0f4f6;
	color: #232323;
	width: 100%;
	font-size: 14px;
	line-height: 150%;
	color: #737373;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block .article-layout-3 .item .item-content .item-text {
	display: block;
	padding: 15px;
}

.main-block .article-layout-3 .item .item-content .item-footer-more {
	display: block;
	padding: 15px 0;
	margin: 0 15px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.06);
	letter-spacing: 0.3px;
	color: #737373;
}

.main-block .article-layout-3 .item .item-image .item-header {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	background: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-3 .item .item-image .item-header strong {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-layout-3 .item .item-header .item-meta {
	display: block;
	color: #fff;
	padding: 10px 0 17px 0;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -40px;
	border-top: 1px solid rgba(255,255,255,0.3);
	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;
}

.main-block .article-layout-3 .item .item-header .item-meta i.fa {
	padding-right: 7px;
}

.main-block .article-layout-3 .item .item-header .item-meta span {
	display: block;
	color: #fff;
}

.main-block .article-layout-3 .item .item-header .item-category {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.main-block .article-layout-3 .item .item-header .item-category span {
	display: inline-block;
	border: 1px solid #f39c12;
	color: #f39c12;
	padding: 6px 10px 5px 10px;
	line-height: 100%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}



.article-videos {
	display: block;
}

.article-videos:after {
	display: block;
	clear: both;
	content: '';
}

.article-videos .item {
	display: block;
	float: left;
}

.article-videos .item .item-image-inner {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 55%;
	z-index: 0;
	background-size: 100% auto;
	background-position: center;
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.article-videos .item .item-image-inner:before {
	display: block;
	position: absolute;
	z-index: 1;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.article-videos .item .item-image {
	display: block;
	width: 100%;
	position: relative;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
}

.article-videos .item .item-content {
	display: block;
	width: 100%;
	top: 20%;
	text-align: center;
	position: absolute;
	padding: 0 20px;
	color: #fff;
	z-index: 1;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.article-videos .item .item-content strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
}

.article-videos .item .item-content .item-button {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 100%;
	padding: 9px 13px;
	margin-top: 13px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}







/* .lets-do-5 */
.main-block > div.lets-do-5 > .item {
	width: 18.561%;
	margin-left: 1.8%;
}

.main-block > div.lets-do-5 > .item:nth-child(5n+1) {
	clear: both;
	margin-left: 0px;
}

.main-block > div.lets-do-5 > .item:nth-child(n+6) {
	margin-top: 28px;
}


/* .lets-do-4 */
.main-block > div.lets-do-4 > .item {
	width: 23.2%;
	margin-left: 2.4%;
}

.main-block > div.lets-do-4 > .item:nth-child(4n+1) {
	clear: both;
	margin-left: 0px;
}

.main-block > div.lets-do-4 > .item:nth-child(n+5) {
	margin-top: 28px;
}


/* .lets-do-3 */
.main-block > div.lets-do-3 > .item {
	width: 31.33%;
	margin-left: 3%;
}

.main-block > div.lets-do-3 > .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.main-block > div.lets-do-3 > .item:nth-child(n+4) {
	margin-top: 28px;
}


/* .lets-do-2 */
.main-block > div.lets-do-2 > .item {
	width: 48.8%;
	margin-left: 2.4%;
}

.main-block > div.lets-do-2 > .item:nth-child(2n+1) {
	clear: both;
	margin-left: 0px;
}

.main-block > div.lets-do-2 > .item:nth-child(n+3) {
	margin-top: 20px;
}


/* .lets-do-1 */
.main-block > div.lets-do-1 > .item {
	width: 100%;
	margin-top: 28px;
	margin-left: 0px;
}


.main-content.more-button {
	display: block;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.main-content.more-button span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58595d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	background: #f2f5f7;
	padding: 16px 22px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.03);
	margin-bottom: 3px;
}

.main-content.more-button span:hover {
	background: #fff;
	cursor: pointer;
}

.main-content.more-button span:active {
	background: #f2f5f7;
}

.main-content.more-button:before {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	height: 1px;
	width: 50%;
	right: 50%;
	margin-right: 120px;
	top: 46%;
	background: #d7dee2;
}

.main-content.more-button:after {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	height: 1px;
	width: 50%;
	left: 50%;
	margin-left: 120px;
	top: 46%;
	background: #d7dee2;
}


.main-content.big-message {
	display: block;
	padding: 100px 0;
}

.big-message-inner {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #252629;
}

.big-message-inner > i.fa {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 150px;
}

.big-message-inner {
	padding-left: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.big-message-inner h1 {
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.big-message-inner h2 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #c0c2c9;
	font-weight: 500;
}

.big-message-inner p {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 150%;
	color: #78797f;
}

.big-message-inner .back-button {
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}

.big-message-inner .back-button i.fa {
	padding-right: 10px;
}




.main-block .article-featured .item a {
	position: relative;
	display: block;
	color: #fff;
	padding-bottom: 25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-block .article-featured .item:nth-child(n+2) {
	display: block;
	margin-top: 25px;
}

.main-block .article-featured .item-content {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(37,38,41,0.7);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	padding: 4% 10% 0 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-featured .item a:hover .item-content {
	background: rgba(37,38,41,0.8);
}

.main-block .article-featured .item-content .meta-cat {
	display: block;
	color: #f16c00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 10px;
}

.main-block .article-featured .item-content strong {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 15px;
}

.main-block .article-featured .item-content .content-text {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 15px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.main-block .article-featured .item-content .meta-items {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
}

.content.has-sidebar > .wrapper .main-content-area {
	width: 860px;
}

.content.has-sidebar {
	position: relative;
}




.main-block .article-split-cat:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-split-cat .item-left {
	display: block;
	width: 48.8%;
	float: left;
}

.main-block .article-split-cat .item-right {
	display: block;
	width: 48.8%;
	margin-left: 2.4%;
	float: left;
}

.main-block .article-split-cat .item-right .item {
	display: block;
}

.main-block .article-split-cat .item a,
.main-block .article-split-cat .item-full a {
	display: block;
	color: #2e2f33;
}

.main-block .article-split-cat .item-full a img {
	display: block;
	width: 100%;
	height: auto;
}

.main-block .article-split-cat .item a,
.main-block .article-split-cat .item-full .item-content {
	display: block;
	background: #f0f4f6;
	padding: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-split-cat .item-full .item-content strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.main-block .article-split-cat .item .item-content .meta-items,
.main-block .article-split-cat .item-full .item-content .meta-items {
	display: block;
	font-size: 13px;
	color: #95969a;
}

.main-block .article-split-cat .item:nth-child(n+2) {
	margin-top: 10px;
}

.main-block .article-split-cat .item a {
	display: block;
	padding: 0px;
}

.main-block .article-split-cat .item a:after {
	display: block;
	clear: both;
	content: '';
}

.main-block .article-split-cat a .item-image {
	position: relative;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
}

.main-block .article-split-cat a .item-image img {
	display: block;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.main-block .article-split-cat a .item-image:before {
	display: block;
	position: absolute;
	z-index: 2;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(136, 136, 136, 0);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .article-split-cat .item a .item-image {
	display: block;
	float: left;
	width: 22%;
}

.main-block .article-split-cat .item .item-content strong {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
}

.main-block .article-split-cat .item a .item-content {
	display: block;
	margin-left: 22%;
	padding: 10px;
	padding: 11px 10px 10px 12px;
}

.main-block .article-layout-1.lets-do-2 .item-content {
	padding: 24px 20px;
}

.main-block .article-layout-1.lets-do-2 .item-header {
	left: 20px;
}

.main-block .article-layout-1.lets-do-2 .item-content .meta-cat {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}

.main-block .article-layout-1.lets-do-2 .item-content strong {
	font-size: 19px;
}

.main-block .article-layout-1.lets-do-2 .item-content .meta-items {
	font-size: 13px;
	font-weight: normal;
	padding-top: 8px;
}



.main-block .reviews-layout {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main-block .reviews-layout > button {
	display: block;
	position: absolute;
	height: 100%;
	padding: 0 11px;
	background: rgba(207, 207, 207, 0.7);
	border: 0px;
	cursor: pointer;
	font-size: 17px;
	width: 32px;
	z-index: 5;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .reviews-layout > button:hover {
	background: rgba(168, 168, 168, 0.7);
}

.main-block .reviews-layout > button:active {
	background: rgba(124, 124, 124, 0.7);
}

.main-block .reviews-layout > button.right {
	right: 0px;
}

.main-block .reviews-layout .reviews-layout-wrapper {
	display: block;
	margin-left: 51px;
	margin-right: 51px;
}

.main-block .reviews-layout .reviews-layout-inner {
	display: block;
	position: relative;
	width: auto;
	white-space: nowrap;
	font-size: 0;
	transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
}

.main-block .reviews-layout .reviews-layout-inner .item {
	display: inline-block;
	white-space: normal;
	width: 240px;
	font-size: 16px;
	margin-left: 19px;
	position: relative;
}

.main-block .reviews-layout .reviews-layout-inner .item:first-child {
	margin-left: 0px;
}

.main-block .reviews-layout .reviews-layout-inner .item a {
	display: block;
	background: -webkit-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: -o-linear-gradient(bottom right, #c55f1e 0%, #66d6ff 100%);
	background: linear-gradient(to top left, #c55f1e 0%, #66d6ff 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.main-block .reviews-layout .reviews-layout-inner .item a img {
	display: block;
	width: 100%;
	height: auto;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .reviews-layout .reviews-layout-inner .item a:before {
	display: block;
	position: absolute;
	z-index: 1;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-header {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 2;
	color: #fff;
	top: 25px;
	left: 0px;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-header .meta-cat {
	display: block;
	margin-bottom: 14px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-header strong {
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-header .meta-items {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 2;
	color: #fff;
	bottom: 70px;
	left: 0px;
	width: 100%;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .rating-score {
	display: block;
	position: relative;
	z-index: 20;
	font-size: 22px;
	line-height: 120%;
	color: #EDEDED;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating:after {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background: #2a2d35;
	z-index: 1;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-var {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background: transparent;
	z-index: 2;
	overflow: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-bg {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background: #2a2d35;
	z-index: 1;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-inner {
	display: block;
	position: absolute;
	width: 100%;
	height: 9px;
	left: -2px;
	padding-right: 4px;
	top: 0px;
	background: #f16c00;
	z-index: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transform: skew(22.5deg,0deg);
	-webkit-transform: skew(22.5deg,0deg);
	transform: skew(22.5deg,0deg);
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-inner.nopadd,
.main-block .reviews-layout .reviews-layout-inner .item .item-rating.inactive .chunk-inner {
	width: 0px!important;
	padding-right: 0px;
	left: 0px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-2 .chunk-inner {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-3 .chunk-inner {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-4 .chunk-inner {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-5 .chunk-inner {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-6 .chunk-inner {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-7 .chunk-inner {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-8 .chunk-inner {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-1 {
	-ms-transform: rotate(22.5deg) skew(22.5deg,0deg);
	-webkit-transform: rotate(22.5deg) skew(22.5deg,0deg);
	transform: rotate(22.5deg) skew(22.5deg,0deg);
	margin-left: -2px;
	margin-top: -33px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-2 {
	-ms-transform: rotate(67.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(67.5deg) skew(-22.5deg,0deg);
	transform: rotate(67.5deg) skew(-22.5deg,0deg);
	margin-left: 3px;
	margin-top: -29px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-3 {
	-ms-transform: rotate(112.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(112.5deg) skew(-22.5deg,0deg);
	transform: rotate(112.5deg) skew(-22.5deg,0deg);
	margin-left: 7px;
	margin-top: -12px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-4 {
	-ms-transform: rotate(157.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(157.5deg) skew(-22.5deg,0deg);
	transform: rotate(157.5deg) skew(-22.5deg,0deg);
	margin-left: -2px;
	margin-top: 3px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-5 {
	-ms-transform: rotate(202.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(202.5deg) skew(-22.5deg,0deg);
	transform: rotate(202.5deg) skew(-22.5deg,0deg);
	margin-left: -18px;
	margin-top: 8px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-6 {
	-ms-transform: rotate(247.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(247.5deg) skew(-22.5deg,0deg);
	transform: rotate(247.5deg) skew(-22.5deg,0deg);
	margin-left: -33px;
	margin-top: 0px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-7 {
	-ms-transform: rotate(292.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(292.5deg) skew(-22.5deg,0deg);
	transform: rotate(292.5deg) skew(-22.5deg,0deg);
	margin-left: -38px;
	margin-top: -17px;
}

.main-block .reviews-layout .reviews-layout-inner .item .item-rating .chunk-8 {
	-ms-transform: rotate(337.5deg) skew(-22.5deg,0deg);
	-webkit-transform: rotate(337.5deg) skew(-22.5deg,0deg);
	transform: rotate(337.5deg) skew(-22.5deg,0deg);
	margin-left: -29px;
	margin-top: -33px;
}

.has-sidebar .main-content-area {
	float: left;
}

.has-sidebar.sidebar-left .main-content-area {
	float: right;
}

.has-sidebar.sidebar-left #sidebar {
	padding-left: 0px;
	padding-right: 40px;
	float: left;
}

.sidebar-left .sidebar-background {
	box-shadow: inset -4px 0 0 rgba(255,255,255,0.1), inset 0 3px 0 rgba(255,255,255,0.03);
}

.sidebar-left .sidebar-background-light {
	box-shadow: inset -4px 0 0 rgba(0,0,0,0.02), inset 0 3px 0 rgba(255,255,255,0.03);
}

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

.sidebar-background {
	width: 20%;
	background: #252629;
	content: '';
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 0px;
	right: 0px;
	box-shadow: inset 4px 0 0 rgba(255,255,255,0.1), inset 0 -3px 0 rgba(255,255,255,0.03);
}

.sidebar-background-light {
	width: 20%;
	background: #dadfe1;
	content: '';
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 0px;
	right: 0px;
	box-shadow: inset 4px 0 0 rgba(0,0,0,0.02), inset 0 -3px 0 rgba(255,255,255,0.03);
}


.main-block .main-content.shortcode-content {
	display: block;
	background: #f0f4f6;
	padding: 25px 25px 1px 25px;
}

.article-header {
	display: block;
	margin-bottom: 25px;
	border-bottom: 2px solid rgba(0,0,0,0.04);
	padding-bottom: 25px;
}

.article-header h2 {
	font-size: 41px;
}

.article-header .header-photo-meta .meta-p:after {
	color: rgba(0,0,0,0.3);
}

.article-header .header-photo-meta {
	font-size: 18px;
	color: rgba(0,0,0,0.5);
	line-height: 130%;
}

.article-header .header-photo-meta a {
	color: rgba(0,0,0,0.5);
}

.article-header .header-photo-meta a:hover {
	color: rgba(0,0,0,0.8);
}

.article-header .comments-tag {
	position: relative;
	z-index: 2;
}

.article-header.has-photo .comments-tag {
	float: right;
	margin-top: -12px;
	margin-bottom: -22px;
	margin-right: 20px;
}

.article-header-image {
	display: block;
	position: relative;
	z-index: 0;
	margin-bottom: 25px;
}

.article-header-image:last-child {
	margin-bottom: 0px;
}

.article-header-image img {
	width: 100%;
	height: auto;
}

.shortcode-content p {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
}

.shortcode-content h1,
.shortcode-content h2,
.shortcode-content h3,
.shortcode-content h4,
.shortcode-content h5,
.shortcode-content h6 {
	display: block;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #252629;
}

.shortcode-content blockquote {
	display: block;
	border-left: 3px solid #787a7d;
	padding-left: 25px;
	color: #787a7d;
	font-size: 19px;
	font-weight: bold;
}

.shortcode-content blockquote p {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

.white-box {
	display: block;
	background: #f0f4f6;
	padding: 25px;
	margin-top: 10px;
}

.white-box:first-child {
	margin-top: 0px;
}

.white-box h1,
.white-box h2,
.white-box h3,
.white-box h4,
.white-box h5,
.white-box h6 {
	color: #2D2E32;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.white-box .tagcloud a {
	margin: 0 2px 5px 0;
	display: inline-block;
	padding: 7px 10px;
	color: #9ca4a9!important;
	background: #e4e9eb;
	text-decoration: none;
	line-height: 120%;
	font-size: 14px!important;
	border-radius: 1px;
}

.white-box .tagcloud a:hover {
	color: #fff!important;
	background: #252629;
}

.about-author .author-content {
	display: block;
	margin-left: 125px;
}

.about-author .author-content h3 {
	margin-bottom: 20px;
	font-size: 22px;
}

.about-author .author-content .subtitle {
	margin-top: -10px;
	margin-bottom: 15px;
	display: block;
	color: #bdc0c3;
	text-transform: uppercase;
}

.about-author .author-content p {
	margin-bottom: 15px;
	display: block;
	line-height: 150%;
	font-size: 14px;
}

.about-author .author-content .read-more {
	display: inline-block;
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

.about-author .author-content .read-more i.fa {
	padding-right: 8px;
}

.about-author .author-content .author-socials {
	display: block;
	cursor: default;
}

.about-author .author-content .author-socials a {
	display: inline-block;
	background: #e4e9eb;
	color: #9ca4a9;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.about-author .author-content .author-socials a:hover {
	background: #232323;
	color: #f0f4f6;
}

.about-author .author-content .author-socials a.soc-hc-facebook:hover {
	background: #3b5998;
}

.about-author .author-content .author-socials a.soc-hc-twitter:hover {
	background: #00aced;
}

.about-author .author-content .author-socials a.soc-hc-google-plus:hover {
	background: #dd4b39;
}

.about-author .author-content .author-socials a.soc-hc-linkedin:hover {
	background: #007bb6;
}

.button {
	display: inline-block;
	border: 0px;
	font-weight: bold;
	padding: 10px 24px 13px 24px;
	cursor: pointer;
	background: #4b95d4;
	color: #fff;
	font-size: 14px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.08), inset 0 -100px 0 rgba(255,255,255,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

.button:hover {
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.08), inset 0 -100px 0 rgba(255,255,255,0.1);
}

.button:active {
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08), inset 0 -100px 0 rgba(0,0,0,0.1);
}


.review-verdict {
	color: #b9bbbd;
	position: relative;
	display: block;
}


.review-verdict:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(37, 38, 41, 0.90);
}

.review-verdict > span,
.review-verdict > p,
.review-verdict > a,
.review-verdict > div,
.review-verdict > h3 {
	position: relative;
	z-index: 2;
}

.review-verdict h1,
.review-verdict h2,
.review-verdict h3,
.review-verdict h4,
.review-verdict h5,
.review-verdict h6 {
	color: #fff;
}

.review-verdict a {
	color: #b9bbbd;
}

.review-verdict a:hover {
	color: #fff;
}

.review-verdict .review-bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-position: center;
	background-size: 100% auto;
	background-size: cover;
	z-index: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.review-verdict h3 {
	font-size: 36px;
	display: block;
	margin-bottom: 25px;
	font-weight: 500;
}

.review-verdict .review-score {
	display: block;
	margin-left: -25px;
	margin-right: -25px;
	color: #fff;
	background: #1a1a1b;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 30px;
	line-height: 50px;
	line-height: 80px;
	text-transform: uppercase;
	font-family: tahoma, 'Oswald', sans-serif;
	margin-bottom: 25px;
}

.review-verdict .review-author {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6A6D71;
}

.review-verdict .review-author:hover {
	color: #fff;
}

.review-verdict .review-author a {
	color: inherit;
	line-height: 36px;
}

.review-verdict p {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
}

.review-verdict .review-score .final-rating {
	font-size: 58px;
	line-height: inherit;
	background: #bbb928;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	padding: 0 20px;
	margin-right: 20px;
}

.review-verdict > a {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 100%;
}

.review-verdict > a i.fa {
	padding-right: 8px;
}

.review-verdict .pros-n-cons {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 25px;
	margin-bottom: 30px;
}

.review-verdict .pros-n-cons:after {
	display: block;
	content: '';
	clear: both;
}

.review-verdict .pros-n-cons .review-pros {
	display: block;
	float: left;
	width: 50%;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.review-verdict .pros-n-cons .review-cons {
	display: block;
	float: left;
	width: 50%;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.review-verdict .pros-n-cons > div > strong {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #737476;
}

.review-verdict .pros-n-cons > div > ul {
	display: block;
	margin-left: 80px;
	border-left: 1px solid rgba(255,255,255,0.1);
	padding-left: 25px;
}

.review-verdict .pros-n-cons > div > ul li {
	display: block;
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
}

.review-verdict .pros-n-cons > div > ul > li:first-child {
	margin-top: 0px;
}

.review-verdict .pros-n-cons > div > ul li i.fa {
	padding-right: 12px;
	font-size: 12px;
	line-height: 17px;
}

.review-verdict .pros-n-cons .review-pros {
	color: #b6cb1a;
}

.review-verdict .pros-n-cons .review-cons {
	color: #dd5c3c;
}



.ot-shortcode-photo-gallery {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.ot-shortcode-photo-gallery button {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 4.57%;
	padding: 0px;
	background: rgba(222, 226, 228, 0.8);
	border: 0px;
	cursor: pointer;
}

.ot-shortcode-photo-gallery button:hover {
	background: rgba(227, 232, 234, 0.8);
}

.ot-shortcode-photo-gallery button:active {
	background: rgba(208, 211, 213, 0.8);
}

.ot-shortcode-photo-gallery button.gal-nav-right {
	left: auto;
	right: 0px;
}

.ot-shortcode-photo-gallery-inner {
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.ot-shortcode-photo-gallery-inner .item {
	display: inline-block;
	font-size: 14px;
	width: 32%;
	margin-left: 2%;
	white-space: normal;
}

.ot-shortcode-photo-gallery-inner .item:first-child {
	margin-left: 0px;
}

.ot-shortcode-photo-gallery-inner:after {
	display: block;
	clear: both;
	content: '';
}

.ot-shortcode-photo-gallery-inner .item img {
	display: block;
	width: 100%;
	height: auto;
}

.ot-shortcode-photo-gallery-inner .item a {
	display: block;
}

.ot-shortcode-photo-gallery-inner .item-group {
	display: none;
}

.ot-shortcode-photo-gallery-inner .item-group.active {
	display: block;
}







/*------------------------------------------------------------------
[4. Comments]

+ #comments
	+ li
		+ .comment-text
+ .writecomment
	+ .comment-form
		+ .contact-form-content

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

.comments-big-message {
	display: block;
	width: 60%;
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 120px;
	position: relative;
	color: #252629;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comments-big-message > i.fa {
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
	font-size: 80px;
	line-height: 100%;
}

.comments-big-message > h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
	white-space: nowrap;
}

.comment-form .contact-form-user {
	display: block;
}

.comment-form {
	display: block;
}

.comment-form:after {
	display: block;
	clear: both;
	content: '';
}

.writecomment .comment-info {
	display: block;
	margin-bottom: 30px;
	background: #FCFCFC;
	color: #888;
	padding: 21px;
	font-size: 14px;
	border-left: 4px solid #DDAD15;
}

.writecomment .comment-info i.fa {
	display: block;
	float: left;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 19px;
	color: #fff;
	background: #E7E7E7;
	text-align: center;
	border-radius: 50%;
}

.writecomment .comment-info strong {
	display: block;
	margin-left: 54px;
	margin-bottom: 8px;
}

.writecomment .comment-info span {
	display: block;
	margin-left: 54px;
	line-height: 150%;
}

.writecomment .contact-form-avatar {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
}

.writecomment .contact-form-content {
	display: block;
	margin-left: 120px;
}

.writecomment .contact-form-content p:not(.form-submit) {
	background: #fff;
	margin-bottom: 15px;
	display: block;
}

.writecomment .contact-form-content p label {
	display: block;
	padding: 10px 12px 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: text;
	color: #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.writecomment .contact-form-content p label .required {
	display: inline-block;
	padding-left: 5px;
	color: #E78181;
}

.writecomment .contact-form-content p textarea,
.writecomment .contact-form-content p input[type=text] {
	display: block;
	padding: 12px 12px;
	width: 100%;
	border: 0px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.writecomment {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.writecomment .contact-form-content p.focused,
.writecomment .contact-form-content p.focused {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.writecomment .contact-form-content p textarea {
	height: 110px;
}


.comment-form .contact-form-user {
	width: 48%;
	float: left;
}

.comment-form .contact-form-email {
	display: block;
	width: 48%;
	float: right;
}

.comment-form .contact-form-comment {
	display: block;
	clear: right;
}

#comments {
	display: block;
}

#comments li {
	display: block;
}

#comments li:after {
	content: '';
	clear: both;
	display: block;
}

#comments li {
	display: block;
}

#comments .image-avatar {
	display: block;
	float: left;
}

#comments .image-avatar img,
#comments .image-avatar {
	width: 100px;
	height: 100px;
}

#comments li li .image-avatar img,
#comments li li .image-avatar {
	width: 50px;
	height: 50px;
}

#comments .comment-block {
	display: block;
}

#comments > li > .comment-block > .comment-text {
	display: block;
	margin-left: 120px;
	background: #f0f4f6;
	padding: 25px;
	margin-bottom: 20px;
}

#comments li li .comment-block {
	display: block;
	margin-left: 120px;
	background: #f0f4f6;
	padding: 25px;
	margin-bottom: 20px;
	margin-top: -18px;
}

#comments li li .comment-text {
	display: block;
	margin-left: 70px;
}

#comments .comment-block > .comment-text .time-stamp {
	display: block;
	color: #b4b7ba;
	text-transform: uppercase;
	font-family: tahoma, 'Oswald', sans-serif;
	font-size: 16px;
}

#comments .comment-block > .comment-text .user-nick {
	display: block;
	color: #2D2E32;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-family: tahoma, 'Oswald', sans-serif;
	font-size: 20px;
}

#comments .comment-block > .comment-text .user-nick a {
	color: #232323;
	line-height: 100%;
}

#comments .comment-block > .comment-text .user-nick .user-author {
	color: #fff;
	background: #595c5f;
	margin-left: 12px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	padding: 4px 8px;
}

#comments li li .comment-block > .comment-text .user-nick {
	font-size: 17px;
	margin-bottom: 14px;
}

#comments li li .comment-block > .comment-text .user-nick .user-author {
	font-size: 10px;
	margin-top: -1px;
}

#comments li li .comment-block > .comment-text .time-stamp {
	font-size: 14px;
}

#comments .comment-block > .comment-text p {
	margin-bottom: 15px;
	display: block;
	line-height: 150%;
	font-size: 14px;
}

#comments .comment-block > .comment-text .reply-button {
	display: inline-block;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
}

#comments .comment-block > .comment-text .reply-button i.fa {
	padding-right: 8px;
}







/*------------------------------------------------------------------
[5. Photo gallery]

+ .photo-gallery-items
	+ .item
		+ .item-header
			+ img
		+ .item-content
			+ h3
			+ .item-category
			+ p
			+ a.view-more

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

.photo-gallery-items {
	display: block;
}

.photo-gallery-items:after {
	display: block;
	clear: both;
	content: '';
}

.photo-gallery-items .item {
	display: block;
	float: left;
}

.photo-gallery-items .item .item-content {
	display: block;
	padding: 25px;
	background: #f0f4f6;
}

.photo-gallery-items .item .item-content h3 {
	display: block;
	margin-bottom: 8px;
	color: #4b95d4;
	font-size: 20px;
	text-transform: uppercase;
}

.photo-gallery-items .item .item-content h3 a {
	color: #232323;
}

.photo-gallery-items .item .item-content h3 a:hover {
	color: inherit;
}

.photo-gallery-items .item .item-content .item-category {
	display: block;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: tahoma, 'Oswald', sans-serif;
	font-weight: 500;
	color: #4b95d4;
}

.photo-gallery-items .item .item-content .item-category a {
	color: inherit;
}

.photo-gallery-items .item .item-content .item-category a:hover {
	color: #232323;
}

.photo-gallery-items .item .item-content p {
	display: block;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
}

.photo-gallery-items .item .item-content .view-more {
	display: block;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

.photo-gallery-items .item .item-header {
	position: relative;
}

.photo-gallery-items .item .item-header-overlay {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	padding: 25px 25px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 -80px 40px -40px rgba(0,0,0,0.4);
}

.photo-gallery-items .item .item-header a img {
	width: 100%;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.photo-gallery-full {
	display: block;
	position: relative;
}

.photo-gallery-full:hover .photo-gallery-full-nav-left,
.photo-gallery-full:hover .photo-gallery-full-nav-right {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-full .photo-gallery-full-nav-left {
	display: block;
	position: absolute;
	z-index: 5;
	color: #fff;
	background: rgba(0,0,0,0.3);
	left: 0px;
	top: 47%;
	padding: 22px 28px;
	font-size: 40px;
	line-height: 100%;
	color: #aaa;
	opacity: 0;
	filter: alpha(opacity=0);
}

.photo-gallery-full .photo-gallery-full-nav-right {
	display: block;
	position: absolute;
	z-index: 5;
	color: #fff;
	background: rgba(0,0,0,0.3);
	right: 0px;
	top: 47%;
	padding: 22px 28px;
	font-size: 40px;
	line-height: 100%;
	color: #aaa;
	opacity: 0;
	filter: alpha(opacity=0);
}

.photo-gallery-full .photo-gallery-full-nav-left:hover,
.photo-gallery-full .photo-gallery-full-nav-right:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.photo-gallery-inner {
	display: block;
	width: 100%;
	height: auto;
	background: #232323;
	text-align: center;
	position: relative;
}

.photo-gallery-inner img {
	width: 100%;
	height: auto;
}

.photo-gallery-thumbs {
	background: #232323;
	position: relative;
}

.photo-gallery-thumbs .photo-gallery-thumb-list {
	display: block;
	padding: 13px 47px;
	margin: 0 13px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}

.photo-gallery-thumbs .photo-gallery-thumb-list .item {
	display: inline-block;
	font-size: 14px;
	line-height: 100%;
	margin-right: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.photo-gallery-thumbs .photo-gallery-thumb-list .item.active:hover,
.photo-gallery-thumbs .photo-gallery-thumb-list .item.active {
	box-shadow: 0 0 0 1px #000, 0 0 0 4px #E2E2E2;
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs .photo-gallery-thumb-list .item:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs .photo-gallery-thumb-list .item img {
	display: block;
	width: 90px;
	height: 90px;
}

.photo-gallery-thumbs .photo-gallery-nav {
	position: absolute;
	z-index: 1;
	border: 0px;
	background: rgba(50, 50, 50, 0.8);
	color: #fff;
	top: 13px;
	left: 13px;
	cursor: pointer;
	height: 90px;
	width: 36px;
	font-size: 22px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.photo-gallery-thumbs .photo-gallery-nav.nav-me-right {
	left: auto;
	right: 13px;
}

.photo-gallery-thumbs .photo-gallery-nav:hover {
	background: rgba(82, 82, 82, 0.8);
}

.photo-gallery-thumbs .photo-gallery-nav:active {
	background: rgba(42, 42, 42, 0.8);
}


.photo-gallery-description {
	display: block;
	background: #f0f4f6;
	padding: 40px 50px 15px 50px;
}



.pagination {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 20px;
	position: relative;
	font-size: 0;
}

.pagination:before {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	height: 1px;
	width: 100%;
	right: 0px;
	bottom: 20px;
	background: #d7dee2;
	z-index: 0;
}

.pagination .page-numbers:before {
	display: block;
	position: absolute;
	content: '';
	width: 2px;
	right: 100%;
	top: 0px;
	height: 100%;
	background: #E8EDF0;
	padding-bottom: 3px;
	cursor: default;
}

.pagination .page-numbers:after {
	display: block;
	position: absolute;
	content: '';
	width: 2px;
	left: 100%;
	top: 0px;
	height: 100%;
	background: #E8EDF0;
	padding-bottom: 3px;
	cursor: default;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58595d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	background: #f2f5f7;
	padding: 14px 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.03);
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
	margin: 0 1px;
}

.pagination .page-numbers.current {
	cursor: default;
}

.pagination .page-numbers.current,
.pagination a:hover {
	background: #fff;
}

.pagination .page-numbers.next i.fa {
	padding-left: 8px;
}

.pagination .page-numbers.next {
	margin-left: 10px;
}

.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:before {
	width: 10px;
}

.pagination .page-numbers.prev {
	margin-right: 10px;
}

.pagination .page-numbers.prev i.fa {
	padding-right: 8px;
}

.pagination .page-numbers:last-child:after,
.pagination .page-numbers:first-child:before {
	width: 20px;
}




/*------------------------------------------------------------------
[6. Sidebar styling]

+ #sidebar
	+ .widget

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

#sidebar {
	display: block;
	float: right;
	width: 300px;
	color: #808081;
	padding: 40px 0 0 40px;
	margin-top: -40px;
}

#sidebar .w-articles .item-footer {
	margin-top: -21px;
	position: relative;
	z-index: 2;
}

.sidebar-light-scheme,
#sidebar.sidebar-light-scheme {
	color: #7d7d7d;
}

.sidebar-light-scheme a,
#sidebar.sidebar-light-scheme a {
	color: #545454;
}

.sidebar-light-scheme .widget .item strong .comment-link:hove,
#sidebar.sidebar-light-scheme .widget .item strong .comment-link:hover,
.sidebar-light-scheme a:hover,
#sidebar.sidebar-light-scheme a:hover {
	color: #222222;
}

.sidebar-light-scheme .widget .w-articles .ite,
#sidebar.sidebar-light-scheme .widget .w-articles .item,
.sidebar-light-scheme .widget > h2,
#sidebar.sidebar-light-scheme .widget > h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar-light-scheme .item-footer a,
#sidebar.sidebar-light-scheme .item-footer a {
	background-color: #e3e7e9;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}

.sidebar-light-scheme .item-footer a:hover,
#sidebar.sidebar-light-scheme .item-footer a:hover {
	background-color: #eaedef;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
}

.sidebar-light-scheme .w-photo-gallery .item .item-title,
#sidebar.sidebar-light-scheme .w-photo-gallery .item .item-title {
	box-shadow: inset 0 -190px 100px -100px rgba(87, 87, 87, 0.8);
	color: #fff;
}

.sidebar-light-scheme .widget > h2,
#sidebar.sidebar-light-scheme .widget > h2 {
	color: #898B8E;
}

.sidebar-light-scheme .tagcloud a,
#sidebar.sidebar-light-scheme .tagcloud a {
	background-color: #eaedef;
}

.sidebar-light-scheme .tagcloud a:hover,
#sidebar.sidebar-light-scheme .tagcloud a:hover {
	background-color: #FAFAFA;
}

#sidebar p {
	color: #808081;
}

#sidebar a {
	color: #dfe4e7;
}

#sidebar .widget .item strong .comment-link:hover,
#sidebar:not(.sidebar-light-scheme) a:hover {
	color: #fff;
}

#sidebar .widget {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

#sidebar .widget > h2 {
	display: block;
	color: #4c4e51;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid rgba(204, 204, 204, 0.1);
	margin-bottom: 17px;
	padding-bottom: 17px;
}

#sidebar .widget > div {
	display: block;
}

.widget p {
	display: block;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 15px;
}

.widget p:last-child {
	margin-bottom: 0px;
}

.widget .w-subscribe {
	display: block;
}

.widget .w-subscribe form {
	display: block;
	margin-top: 30px;
}

.widget .w-subscribe input[type=text] {
	display: block;
	width: 69%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	border: 0px;
	padding: 12px 14px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

.widget .w-subscribe input[type=submit] {
	display: block;
	width: 69%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 0px;
	font-weight: bold;
	padding: 10px 14px 13px 14px;
	cursor: pointer;
	background: #2e2f31;
	color: #969696;
	font-size: 14px;
	box-shadow: inset 0 -3px 0 rgba(255,255,255,0.04);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

.widget .w-subscribe input[type=submit]:hover {
	background: #393A3C;
}


.widget .w-popular-articles {
	display: block;
}

.widget .w-popular-articles .item {
	display: block;
	padding-bottom: 20px;
	position: relative;
}

.widget .w-popular-articles .item:before {
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	left: 10px;
	background: #2980b9;
	content: '';
	z-index: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.widget .w-popular-articles .item:last-child {
	padding-bottom: 0px;
}

.widget .w-popular-articles .item:last-child:before {
	display: none;
}

.widget .w-popular-articles .item .num {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background: #2980b9;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 12px;
	z-index: 1;
}

.widget .w-popular-articles .item strong {
	display: block;
	font-weight: 500;
	padding-left: 40px;
	line-height: 130%;
	font-size: 15px;
}

#sidebar .widget .item strong .comment-link,
.widget .item strong .comment-link {
	display: inline-block;
	color: #e06551;
	font-weight: bold;
	margin-left: 10px;
	font-size: 13px;
}

.widget .item strong .comment-link i.fa {
	padding-right: 6px;
}

.widget .w-popular-articles .item-footer {
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 19px;
	margin-top: 19px;
	text-align: right;
	color: #C5C5C5;
}

.widget .w-popular-articles .item-footer a {
	color: inherit;
	font-weight: normal;
}

.widget .w-popular-articles .item-footer a i.fa {
	padding-left: 9px;
}

.widget .w-popular-articles .item-footer a:hover {
	color: #fff;
}

.widget .w-articles {
	display: block;
}

.widget .w-articles .item {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget .w-articles .item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget .w-articles .item:after {
	display: block;
	content: '';
	clear: both;
}

.widget .w-articles .item .item-header {
	display: block;
	float: left;
	width: 60px;
}

.widget .w-articles .item .item-content {
	display: block;
	margin-left: 75px;
}

.widget .w-articles .item .item-content > strong {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 120%;
}

.widget .w-articles .item .item-content > p {
	display: block;
	margin-bottom: 8px;
	line-height: 150%;
	font-size: 13px;
}

.widget a.read-more {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #C5C5C5;
}

.widget a.read-more i.fa {
	display: inline-block;
	padding-left: 8px;
}

.ot-mega-menu .item-footer a span,
.footer .item-footer a span,
.widget a.read-more span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 3px;
}

.ot-mega-menu .item-footer a span:after,
.footer .item-footer a span:after,
.widget a.read-more span:after {
	position: absolute;
	display: block;
	content: '.....................................................................';
	line-height: 0px;
	left: 0px;
	top: 12px;
}

#sidebar .item-footer {
	display: block;
}

#sidebar .item-footer a {
	display: block;
	margin-top: -20px;
	border: 0px;
	text-align: center;
	font-weight: bold;
	font-weight: normal;
	padding: 10px 14px 13px 14px;
	line-height: 150%;
	cursor: pointer;
	background: #2e2f31;
	color: #969696;
	font-size: 14px;
	box-shadow: inset 0 -3px 0 rgba(255,255,255,0.04);
	font-family: "Open Sans", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar .item-footer {
	clear: both;
}

.w-cool-b {
	display: block;
	text-align: center;
}

.w-cool-b a {
	display: block;
	line-height: 100%;
}

#sidebar .widget .w-subscribe input[type=submit],
#sidebar .widget .w-subscribe input[type=text] {
	width: 82%;
}

#sidebar .widget .w-articles .item:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.widget .tagcloud a {
	margin: 0 2px 5px 0;
	display: inline-block;
	padding: 7px 10px;
	color: #a5a6a7!important;
	background: #393a3d;
	text-decoration: none;
	line-height: 120%;
	font-size: 14px!important;
	border-radius: 1px;
}

.widget .tagcloud a:hover {
	color: #252629!important;
	background: #d3d4d4;
}


.soc-flipper {
	display: block;
	width: 22.74%;
	height: 60px;
	margin-left: 3%;
	position: relative;
	float: left;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	-o-perspective: 200px;
	perspective: 200px;
}

.soc-flipper:hover {
	z-index: 2;
}

.soc-flipper:nth-child(4n+1) {
	clear: left;
	margin-left: 0px;
}

.soc-flipper:nth-child(n+5) {
	margin-top: 8px;
}

.soc-flipper:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
}

.soc-flipper .card {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.soc-flipper:hover .card {
	-webkit-transform: rotateX( 180deg );
	-moz-transform: rotateX( 180deg );
	-o-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
}

.soc-flipper .card > span {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 60px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.soc-flipper .card .front {
	background: #3b5998;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.soc-flipper .card .back {
	background: #fff;
	color: #2a2b2c;
	-webkit-transform: rotateX( 180deg );
	-moz-transform: rotateX( 180deg );
	-o-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
}

.soc-flipper .card .back strong {
	position: absolute;
	top: 20px;
	font-size: 20px;
	line-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	text-align: center;
	margin-top: -5px;
	display: block;
}

.soc-flipper .card .back i {
	position: absolute;
	top: 20px;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-style: normal;
	margin-top: -9px;
	text-transform: uppercase;
}

.soc-flipper.flip-twitter .card .front {
	background: #00aced;
}

.soc-flipper.flip-google .card .front {
	background: #dd4b39;
}

.soc-flipper.flip-youtube .card .front {
	background: #bb0000;
}

.soc-flipper.flip-instagram .card .front {
	background: #3f729b;
}

.soc-flipper.flip-linkedin .card .front {
	background: #007bb6;
}

.soc-flipper.flip-pinterest .card .front {
	background: #cb2027;
}

.soc-flipper.flip-stumbleupon .card .front {
	background: #eb4924;
}

.soc-flippers {
	display: block;
}

.soc-flippers:after {
	display: block;
	content: '';
	clear: both;
}


.w-instagram {
	display: block;
}

.w-instagram:after {
	display: block;
	content: '';
	clear: both;
}

.w-instagram .item {
	display: block;
	float: left;
	width: 48%;
	margin-left: 4%;
}

.w-instagram .item:nth-child(2n+1) {
	clear: both;
	margin-left: 0px;
}

.w-instagram .item:nth-child(n+3) {
	margin-top: 20px;
}

.w-instagram .item .item-header {
	display: block;
	margin-bottom: 15px;
}

.w-instagram .item .item-content {
	display: block;
	font-size: 12px;
}

.w-instagram .item .item-content .likes {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	color: #cf651d;
	font-weight: bold;
}

.w-instagram .item .item-content .likes i.fa {
	padding-right: 6px;
}

.w-instagram .item .item-content strong {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 120%;
}

.w-instagram .item .item-content .timestamp {
	display: block;
	font-weight: bold;
}

#sidebar .w-instagram .item-footer {
	padding-top: 20px;
}

#sidebar .w-instagram .item-footer a {
	margin-top: 0px;
}

#sidebar .item-footer a:hover {
	background: #393A3C;
}


.sidebar-fixed.is-now-fixed {
	position: absolute;
	z-index: 99;
	width: inherit;
}

.sidebar-fixed {
	position: relative;
}

.w-photo-gallery {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.w-photo-gallery:last-child {
	margin-bottom: 0px;
}

.w-photo-gallery .item-overlay {
	display: block;
	position: absolute;
	z-index: 4;
	font-size: 12px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	cursor: default;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 15px;
}

.w-photo-gallery .item-overlay:before {
	display: block;
	position: absolute;
	content: '';
	left: -15px;
	right: -15px;
	bottom: -15px;
	top: 0px;
	z-index: -1;
}

.w-photo-gallery .item-overlay .w-gal-pager {
	display: block;
}

.w-photo-gallery .item-overlay .w-gal-pager a {
	display: inline-block;
	line-height: 100%;
	width: 11px;
	height: 11px;
	color: transparent!important;
	border: 1px solid rgba(255,255,255,0.4);
	margin-right: 6px;
	border-radius: 50%;
	text-align: center;
}

.w-photo-gallery .item-overlay .w-gal-pager a:hover {
	border: 1px solid #fff;
}

.w-photo-gallery .item-overlay .w-gal-pager a.active {
	background: #fff;
	border: 1px solid #fff;
}

.w-photo-gallery .item-overlay .view-more {
	display: block;
	float: right;
	color: rgba(255,255,255,0.4)!important;
}

.w-photo-gallery .item-overlay .view-more:hover {
	color: #fff!important;
}

.w-photo-gallery .item-list {
	display: block;
	border-radius: 2px;
	overflow: hidden;
}

.w-photo-gallery .item {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background: #232323;
	opacity: 0;
	overflow: hidden;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.w-photo-gallery .item.active {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1!important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.w-photo-gallery .item.active.inprocess {
	position: absolute;
	z-index: 2!important;
}

.w-photo-gallery .item a {
	display: block;
	line-height: 100%;
}

.w-photo-gallery .item a img {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.w-photo-gallery .item .item-title {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 15px 55px 15px;
	box-shadow: inset 0 -190px 100px -100px rgba(0,0,0,0.7);
	font-size: 16px;
	line-height: 130%;
	z-index: 3;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}


.w-fixed-menu {

}

.w-fixed-menu li {
	display: block;
	margin-bottom: 3px;
}

.w-fixed-menu li a {
	display: block;
	background: #dee2e4;
	color: #909192!important;
	font-weight: bold;
	font-size: 15px;
	padding: 16px 20px 16px 48px;
	position: relative;
}

.w-fixed-menu li a:before {
	display: block;
	position: absolute;
	z-index: 0;
	content: '\f10c';
	font-family: "FontAwesome";
	font-size: 13px;
	left: 19px;
	top: 17px;
	color: #ccc;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.w-fixed-menu li:hover a:before {
	color: #2980b9;
}

.w-fixed-menu li.active a:before {
	content: '\f111';
	color: inherit;
}

.w-fixed-menu li.active a,
.w-fixed-menu li:hover a {
	background: #e3e7e9;
	color: #2980b9!important;
}

p:empty {
	display: none;
}

#lightbox-box > div > span {
	text-align: left;
}





/*------------------------------------------------------------------
[7. Footer]

+ .footer
	+ .footer-widgets
		+ .widget
			+ h2
			+ div
	+ .footer-bottom
		+ .footer-bottom-inner

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

.footer {
	background: #1c1c1f;
	color: #8e8f91;
}

.active.boxed .footer-bottom > .wrapper,
.active.boxed .footer > .wrapper {
	width: 100%;
}

.footer a {
	color: #dfe4e7;
}

.ot-mega-menu .item strong a.comment-link:hover,
.footer-widgets .item strong a.comment-link:hover,
.footer a:hover {
	color: #fff;
}

.footer-widgets {
	background: rgba(255,255,255,0.03);
	padding: 40px 40px;
}

.footer-widgets:after {
	display: block;
	clear: both;
	content: '';
}

.footer-widgets .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.footer-widgets .widget {
	display: block;
	float: left;
	width: 31%;
	margin-left: 3.5%;
}

.ot-mega-menu .widget > h2,
.footer-widgets .widget > h2 {
	display: block;
	color: #e8edf0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 20px;
}




.footer-bottom {
	background: rgba(255,255,255,0.04);
}

.footer-bottom .wrapper {
	background: rgba(255,255,255,0.04);
	padding: 20px 0;
}

.footer-bottom .footer-bottom-inner {
	display: block;
	padding: 0 40px;
}

.footer-bottom .footer-bottom-inner:after {
	display: block;
	clear: both;
	content: '';
}

.footer-bottom .footer-bottom-inner .footer-logo {
	display: block;
	font-size: 34px;
	color: #e8edf0;
	font-family: "Open Sans", sans-serif;
	cursor: default;
	padding-right: 25px;
}

.footer-bottom .footer-bottom-inner p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 3px;
	color: #8e8f91;
}

.footer-bottom .footer-bottom-inner ul {
	display: block;
}

.footer-bottom .footer-bottom-inner ul li {
	display: block;
	float: left;
	position: relative;
}

.footer-bottom .footer-bottom-inner ul li:before {
	display: block;
	content: '/';
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 9px 0;
	color: #464748;
}

.footer-bottom .footer-bottom-inner ul li:first-child:before {
	display: none;
}

.footer-bottom .footer-bottom-inner ul li a {
	display: block;
	padding: 11px 10px;
	margin-left: 10px;
	color: #8e8f91;
	font-size: 14px;
}

.footer-bottom .footer-bottom-inner ul li a:hover {
	color: #dfe4e7;
}





.strike-matrix {
	position: relative;
	display: block;
}

.strike-matrix > .innerObject {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.strike-matrix[data-matrix-href] {
	cursor: pointer;
}

.strike-matrix.loadframe > .innerObject {
	transform-origin: center center 0px;
	transition: all 0.1s ease 0s;
	-webkit-transform-origin: center center 0px;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transform-origin: center center 0px;
	-moz-transition: all 0.1s ease 0s;
	-o-transform-origin: center center 0px;
	-o-transition: all 0.1s ease 0s;
	-ms-transform-origin: center center 0px;
	-ms-transition: all 0.1s ease 0s;
}

.strike-matrix.inactive > .innerObject {
	position: relative;
	opacity: 1!important;
	transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1)!important;
	transform-origin: center center 0px;
	transition: all 0.2s ease 0s;
	-webkit-transform-origin: center center 0px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transform-origin: center center 0px;
	-moz-transition: all 0.2s ease 0s;
	-o-transform-origin: center center 0px;
	-o-transition: all 0.2s ease 0s;
	-ms-transform-origin: center center 0px;
	-ms-transition: all 0.2s ease 0s;
}

.ot-frame-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	background: #FAFCFD;
	border-radius: 3px;
	width: 500px;
	margin-top: -100px;
	margin-left: -250px;
	box-shadow: 0 0 20px rgba(0,0,0,0.12), inset 0 0 0 1px #fff;
}

.ot-frame-modal .ot-frame-modal-header {
	display: block;
	padding: 20px 25px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}

.ot-frame-modal .ot-frame-modal-header a.close-ot-modal {
	color: #d4584b;
}

.ot-frame-modal .ot-frame-modal-header a.close-ot-modal:hover {
	color: #232323;
}

.ot-frame-modal .ot-frame-modal-content {
	display: block;
	padding: 25px 25px 1px 25px;
}

.ot-frame-modal .ot-frame-modal-footer {
	display: block;
	padding: 0 25px 25px 25px;
}

.ot-frame-modal .ot-frame-modal-footer:empty {
	display: none;
}

.ot-frame-modal-footer .button {
	margin-right: 14px;
}





/* lightbox */

.lightbox hr {
    margin: 20px 0px;
}
.lightbox p,
.lightbox span,
.lightbox h2,
.lightbox h3 {
    color: #232323;
    text-shadow: none;
}
.lightbox .loading-box {
    padding: 50px 0px;
    line-height: 24px;
}
.startlightbox {
    overflow: hidden;
}
.startlightbox .lightbox {
    display: block;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    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: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: 14px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.lightbox .lightcontent,
.lightbox .lightcontent-loading {
    background: #f4f4f4;
    width: 1140px;
    max-width: 100%;
    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;
}
.lightbox .gallery-thumbs {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 95%;
}
.lightbox .thacontent {
    padding: 0px 25px 20px 25px;
}
.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;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
    z-index: 20px;
}
.ls-fullwidth .ls-nav-next {
    right: 50px!important;
}
.ls-fullwidth .ls-nav-prev {
    left: 50px!important;
}
.light-close i.fa {
    padding-right: 6px;
}
.lightbox .big-photo-block .the-image {
	box-shadow: none;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}
.lightbox .big-photo-block .the-image img {
	max-width: 98%;
}
.lightbox .big-photo-block .the-thumbs {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}
.lightbox .lightbox-content {
	display: block;
	padding: 0px 2% 8px 2%;
}
.the-image img {
	max-width: 100%;
}
.lightbox .photo-gallery-full {
	box-shadow: none;
}

.lightbox .photo-gallery-main:hover .photo-controls.prev {
	left: 20px;
}

.lightbox .photo-gallery-main:hover .photo-controls.next {
	right: 20px;
}


.waiter.loading {
	background-image: url(../images/loading-ot.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.waiter.loading img {
	opacity: 0.3;
}

.dat-menu-setup {
	background-color: #232323;
}

.dat-menu-list li {
	background: transparent!important;
}

a.responsive-menu-button {
	display: none;
	text-align: center;
	color: #f0f0f0;
	font-weight: bold;
	padding: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
}




/* Hover effects go off only above 900px */

@media only screen and (min-width: 900px) {

	.main-block .article-layout-3 .item a:hover .item-header .item-category span {
		border-color: transparent!important;
		background: #000;
	}

	.main-block .article-layout-3 .item a:hover .item-header .item-meta {
		bottom: 0px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.main-block .article-layout-3 .item a:hover .item-image .item-header strong {
		bottom: 50px;
	}

	.main-block .article-layout-3 .item a:hover .item-image .item-header {
		background: rgba(81, 81, 81, 0.7);
	}

	.main-block .article-layout-3 .item a:hover .item-image img {
		opacity: 1;
		filter: alpha(opacity=10);
	}

	.main-block .article-layout-3 .item a:hover .item-content {
		background: #fff;
		box-shadow: 0 3px 0 rgba(0,0,0,0.03);
	}

	.main-block .article-layout-3 .item a:hover .item-content .item-footer-more {
		font-weight: bold;
		letter-spacing: 0px;
		padding-right: 1px;
		color: inherit;
	}

	/*  */

	.main-block .article-layout-1 .item a:hover .item-image img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.main-block .article-layout-1 .item a:hover .item-header {
		padding: 8px 8px 8px 8px;
	}

	.main-block .article-layout-1 .item a:hover .item-content {
		bottom: -20%;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	/*  */
	.main-block .article-layout-2 .item a:hover .item-header strong {
		bottom: 35px;
	}

	.main-block .article-layout-2 .item a:hover .item-header .item-meta {
		bottom: 0px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.main-block .article-layout-2 .item a:hover .item-image img {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.main-block .article-layout-2 .item a:hover .item-image:after {
		background: rgba(81, 81, 81, 0.7);
	}

	.main-block .reviews-layout .reviews-layout-inner .item a:hover:before {
		background: rgba(81, 81, 81, 0.7);
	}

	.main-block .reviews-layout .reviews-layout-inner .item a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/*  */
	.main-block .article-split-cat a:hover .item-image:before {
		background: rgba(136, 136, 136, 0.5);
	}

	.main-block .article-split-cat .item a:hover, .main-block .article-split-cat .item-full a:hover .item-content {
		background: #fff;
		box-shadow: 0 3px 0 rgba(0,0,0,0.03);
	}

	.main-block .article-split-cat a:hover .item-image img {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*  */
	.article-videos .item a:hover .item-image-inner {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.article-videos .item a:hover .item-image-inner:before {
		background: rgba(30, 30, 30, 0.7);
	}

	.article-videos .item a:hover .item-content .item-button {
		background: #D34432;
		color: #fff;
	}

	.w-photo-gallery .item a:hover img {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}

	.photo-gallery-items .item .item-header a:hover img {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

}
