/*@charset UTF-8;*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&display=swap);

/* Style Index * /

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


/* #0 Reset */

body {
	font-size: 16px;
	/*font-family: Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	background: #fff;
}


/* #1 Layout Structure */

p {
	line-height: 150%;
	margin-bottom: 15px;
}

.alert-block {
	display: block;
	margin-bottom: 15px;
	padding: 12px 14px;
	background: #c1452d;
	font-size: 0.8em;
	position: relative;
	color: #fff;
	line-height: 150%;
}

.alert-block a {
	color: #fff!important;
}

.alert-block a.close-alert-block {
	float: right;
}

.alert-block strong {
	display: inline-block;
	padding-right: 7px;
}

.alert-block.success {
	background: #96C22B;
}

.alert-block.loading {
	background: #C7C7C7;
}

.widget p {
	font-size: 0.9em;
}

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

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

a:focus {
	outline: 0;
}

h1, h2, h3,
h4, h5, h6 {
	color: #3f484f;
	margin-bottom: 15px;
	line-height: 130%;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: inherit;
}

img {
	max-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);
}

.clear-float {
	clear: both;
}

.header-menu nav.main-menu,
.wrapper {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

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

.active.boxed {
	width: 1230px;
	margin: 0px auto;
	background: rgba(255,255,255,0.97);
	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;
}


/* #2 Main header */

.header {
	background: #f2f3f4;
	position: relative;
	z-index: 112;
}

.shortocde-content p:empty {
	display: none;
}

.header-block {
	display: table;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 30px;
}

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

.header-banner {
	width: 750px;
	text-align: right;
}

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

.header-logo h1 {
	font-size: 47px;
}

.widget > div > ul.menu {
	margin-bottom: 10px;
}

.widget > div > ul.menu li {
	margin-bottom: 4px;
}

.widget > div > ul.menu li > a {
	display: block;
	border-left: 4px solid #E4E4E4;
	line-height: 40px;
	font-size: 14px;
	color: #232323;
	padding-left: 14px;
	background: #FAFAFA;
}

.widget > div > ul.menu li > a:hover {
	border-left: 4px solid #ccc;
	color: #232323;
	background: #f0f0f0;
}

.widget > div > ul.menu ul li {
	padding-left: 10px;
}



/* #3 Main menu */

.header .header-menu {
	margin-top: 15px;
	background: #3f484f url(../images/texture-dotted.png) repeat center top;
	border-top: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 100px 80px -80px rgba(255,255,255,0.12), inset 0 1px 0 rgba(255,255,255,0.2), 0 5px 0 rgba(0,0,0,0.1);
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 110;
}

.header-menu .head-searcher {
	position: relative;
	margin-top: 7px;
}

.header-menu .head-searcher .head-search-input {
	position: relative;
	border: 0px;
	font-size: 0.9em;
	padding: 12px 35px 12px 16px;
	z-index: 0;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1), 0 1px 1px 1px rgba(0,0,0,0.1);
	width: 160px;
	opacity: 0.8;
	-webkit-appearance: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.header-menu .head-searcher .head-search-input:focus {
	width: 230px;
	opacity: 1;
}

.header-menu .head-searcher:after {
	display: block;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 20px;
	top: 10px;
	right: 0px;
	color: #3b4349;
	border-left: 1px dotted #ccc;
	font-size: 14px;
	line-height: 20px;
	font-family: "FontAwesome";
	content: '\f002';
	text-align: center;
}

.header-menu .head-searcher .head-search-button {
	position: absolute;
	display: block;
	z-index: 3;
	top: 0px;
	right: 0px;
	border: 0px;
	cursor: pointer;
	background: transparent;
	width: 30px;
	height: 40px;
	color: transparent;
}

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

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

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

.header .main-menu > ul > li {
	display: block;
	float: left;

}

.header .main-menu > ul > li > a {
	display: block;
	font-size: 1.03em;
	font-weight: 600;
	padding: 16px 18px 21px 18px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	border-top: 3px solid transparent;
	margin-top: -1px;
}

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

.header .main-menu > ul > li > a span:after {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '\f0d7';
	font-family: "FontAwesome", sans-serif;
	font-size: 0.7em;
	padding-top: 3px;
}

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

.header .main-menu > ul ul li > a span:after {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '\f0da';
	font-family: "FontAwesome", sans-serif;
	font-size: 0.7em;
	padding-top: 3px;
}

.header .main-menu > ul > li:hover > a {
	background: rgba(0,0,0,0.25);
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1);
}

.header .main-menu > ul li > ul {
	display: none;
	position: absolute;
	background: #3f484f url(../images/texture-dotted.png) repeat center top;
	width: 200px;
}

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



.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li {
	display: block;
	background: rgba(0,0,0,0.26);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li:first-child {
	border-top: 0px;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li:hover {
	background: rgba(0,0,0,0.36);
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li a {
	display: block;
	padding: 17px 19px;
	font-size: 0.9em;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) ul {
	left: 200px;
	margin-top: -48px;
}

.header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) ul,
.header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) {
	box-shadow: 0 3px 0 rgba(0,0,0,0.06);
}




/* Mega Menu */

.header .main-menu > ul > .has-ot-mega-menu > ul.ot-mega-menu {
	width: 100%;
	left: 0px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.06);
	color: #232323;
}

.has-ot-mega-menu > ul.ot-mega-menu > li {
	display: block;
	background: #fcfcfc;
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	border-top: 0;
	position: relative;
}

.has-ot-mega-menu > ul.ot-mega-menu > li:before {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	left: -1px;
	top: -5px;
	background: rgba(0,0,0,0.25);
	content: '';
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}


.has-ot-mega-menu > ul.ot-mega-menu > li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	width: 100%;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 20%;
	margin: 20px 0;
	padding: 0 20px;
	border-left: 1px dotted #C2C2C2;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget > h3 {
	border-bottom: 2px solid #3f484f;
	color: #3f484f;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.has-ot-mega-menu > ul.ot-mega-menu > li .widget:first-child {
	border-left: 0px;
}

.header .main-menu .ot-mega-menu a {
	color: #3f484f;
}



/* #4 Content styling */

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

.main-content-wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}

.main-content-wrapper > #sidebar {
	-webkit-box-flex: 0;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	max-width: 300px;
	-webkit-box-ordinal-group: 5;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 5;      /* OLD - Firefox 19- */
	-ms-flex-order: 5;              /* TWEENER - IE 10 */
	-webkit-order: 5;               /* NEW - Chrome */
	order: 5;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	width: 25%;
	min-width: 0px;
}

.main-content-wrapper > .main-content {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 3;         /* OLD - Firefox 19- */
	-webkit-flex: 3;          /* Chrome */
	-ms-flex: 3;              /* IE 10 */
	flex: 3;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
	-ms-flex-order: 3;              /* TWEENER - IE 10 */
	-webkit-order: 3;               /* NEW - Chrome */
	order: 3;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin-right: 20px;
}

.main-content-wrapper > .main-content-spacy {
	-webkit-box-flex: 400;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 11;         /* OLD - Firefox 19- */
	-webkit-flex: 11;          /* Chrome */
	-ms-flex: 11;              /* IE 10 */
	flex: 11;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
	-ms-flex-order: 3;              /* TWEENER - IE 10 */
	-webkit-order: 3;               /* NEW - Chrome */
	order: 3;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/*margin-right: 20px;*/
	min-width: 0px;
}

.main-content-wrapper.with-double-sidebar > .main-content {
	min-width: 0px;
}

.main-content-wrapper.with-double-sidebar > .small-sidebar {
	-webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 2;         /* OLD - Firefox 19- */
	-webkit-flex: 2;          /* Chrome */
	-ms-flex: 2;              /* IE 10 */
	flex: 2;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 4;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 4;      /* OLD - Firefox 19- */
	-ms-flex-order: 4;              /* TWEENER - IE 10 */
	-webkit-order: 4;               /* NEW - Chrome */
	order: 4;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	max-width: 160px;
	margin-right: 20px;
}

.main-content-wrapper.with-double-sidebar > #sidebar {
	-webkit-box-flex: 5;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 5;         /* OLD - Firefox 19- */
	-webkit-flex: 5;          /* Chrome */
	-ms-flex: 5;              /* IE 10 */
	flex: 5;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 5;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 5;      /* OLD - Firefox 19- */
	-ms-flex-order: 5;              /* TWEENER - IE 10 */
	-webkit-order: 5;               /* NEW - Chrome */
	order: 5;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.main-content-wrapper.full-width-page > .main-content-spacy,
.main-content-wrapper.full-width-page > .main-content {
	margin-right: 0px;
	margin-left: 0px;
}


.main-content-wrapper.small-sidebar-left > .main-content-spacy,
.main-content-wrapper.small-sidebar-left > .main-content,
.main-content-wrapper.big-sidebar-left > .main-content-spacy,
.main-content-wrapper.big-sidebar-left > .main-content {
	margin-right: 0px;
}

.main-content-wrapper.big-sidebar-left > #sidebar {
	-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
	-ms-flex-order: 1;              /* TWEENER - IE 10 */
	-webkit-order: 1;               /* NEW - Chrome */
	order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin-right: 20px;
}

.main-content-wrapper.big-sidebar-left:not(.small-sidebar-left) > .small-sidebar {
	margin-left: 20px;
	margin-right: 0px;
}

.main-content-wrapper.small-sidebar-left:not(.big-sidebar-left) > #sidebar {
	margin-left: 20px;
	margin-right: 0px;
}

.small-sidebar {
	min-width: 0px;
}

.main-content-wrapper.small-sidebar-left > .small-sidebar {
	order: 2;
	margin-right: 20px;
}


.split-blocks {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	width: 100%;
}

.split-blocks > div {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	padding-right: 10px!important;
}

.split-blocks > div:nth-child(2) {
	padding-left: 10px!important;
	padding-right: 0px!important;
}

.def-panel {
	display: block;
	margin-bottom: 30px;
}

.def-panel.shortocde-content {
	margin-bottom: 20px;
}

.def-panel.featured-color {
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 15px;
}

.def-panel .panel-title {
	display: block;
	box-shadow: inset 0 -2px 0 0 #e3e3e3;
	margin-bottom: 15px;
}

.def-panel .panel-title h2 {
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 2px solid #3f484f;
	color: #3f484f;
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 110%;
	/*padding-right: 15px;*/
	margin-bottom: 0px;
}

.def-panel .panel-title .right {
	font-size: 0.8em;
	padding-top: 3px;
	line-height: 130%;
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #2d9bdb;
}

.def-panel .panel-title .right:hover {
	border-bottom: 1px dotted #e32e15;
}

.item-header {
	position: relative;
}

.item-header .image-overlay-icons {
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	text-align: center;
	height: 100%;
	cursor: pointer;
}

.item-header .image-overlay-icons a {
	position: relative;
	top: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-block;
	background: #000;
	padding: 14px;
	border-radius: 50%;
	line-height: 98%;
	opacity: 0;
	margin-top: -24px;
	-moz-transition: opacity top 0.2s;
	-webkit-transition: opacity top 0.2s;
	-o-transition: opacity top 0.2s;
}

.item-header:hover > .image-overlay-icons a {
	top: 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.item-header .relative-element:hover > .image-overlay-icons a {
	top: 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.item-header .image-overlay-icons a:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.item-header .image-overlay-icons a:hover {
	/*background: #000;*/
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.item-header .hover-image {
	display: inline-block;
	max-width: 100%;
}

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

.item-header:hover .hover-image img {
	opacity: 0.7;
}

.article-list-big .item-the-huge {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.article-list-big .item-the-huge .item-header {
	display: block;
	margin-bottom: 15px;
}

.article-list-big .item-the-huge .item-content {
	display: block;
	margin-bottom: 15px;
}

.article-list-big .item-the-huge .item-content h3 {
	font-size: 1.3em;
	color: #232323;
	margin-bottom: 12px;
}

.article-list-big .item-the-huge .item-content p {
	font-size: 0.92em;
}

.read-more-link {
	display: inline-block;
	font-weight: 600;
	font-size: 0.92em;
	text-decoration: underline;
	color: #e32e15;
}

.read-more-link i.fa {
	padding-left: 8px;
	font-size: 0.76em;
	line-height: 1.7em;
}



.medium-article-list .item {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	margin-bottom: 15px;
}

.medium-article-list .item > .item-header {
	-webkit-box-flex: 5;
	-moz-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
	max-width: 114px;
	width: 100%;
}

.medium-article-list .item > .item-header img {
	max-width: 100%;
	height: auto;
}

.medium-article-list .item > .item-content {
	-webkit-box-flex: 13;
	-moz-box-flex: 13;
	-webkit-flex: 13;
	-ms-flex: 13;
	flex: 13;
	width: 80%;
	vertical-align: middle;
	align-items: center;
	margin-left: 15px;
}

.medium-article-list .item > .item-content h4 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: -4px;
}

.medium-article-list .item > .item-content p {
	font-size: 0.84em;
	line-height: 140%;
	margin-bottom: 0px;
}

.medium-article-list .item.no-image > .item-content {
	margin-left: 0px;
}



.noimg-article-list .item {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.noimg-article-list .item:before {
	display: block;
	background: #232323;
	content: '';
	width: 4px;
	height: 4px;
	left: 0px;
	top: 7px;
	position: absolute;
}

.noimg-article-list .item > .item-content {
	vertical-align: middle;
	margin-left: 20px;
}

.noimg-article-list .item > .item-content h4 {
	font-size: 1em;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 10px;
}

.noimg-article-list .item > .item-content p {
	font-size: 0.84em;
	line-height: 140%;
	margin-bottom: 0px;
}

.medium-article-list .item-header .image-overlay-icons {
	height: 79px;
}

.medium-article-list .item-header .image-overlay-icons a {
	font-size: 0.85em;
	width: 14px;
	height: 14px;
	padding: 10px;
}

.medium-article-list .item-header:hover .image-overlay-icons a {
	top: 40%;
}

.def-panel.featured-color .item {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.def-panel.featured-color .item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

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

.full-block.with-border-bottom {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.full-block .advert-links {
	display: block;
	font-size: 0.82em;
	/*color: #ccc;*/
}

.full-block .advert-links a {
	display: inline-block;
	margin-left: 11px;
	/*text-decoration: underline;*/
	color: #232323;
	border-bottom: 1px dotted #232323;
}

.full-block .advert-links a:hover {
	border-bottom: 1px dotted #e32e15;
}

.full-block .advert-links a:hover {
	color: #e32e15;
}

.relative-element {
	position: relative;
}


.main-article-list .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
}

.main-article-list .item .item-header {
	display: block;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	width: 100%;
	max-width: 212px;
}

.main-article-list .item .item-header img {
	width: 100%;
	height: auto;
}

.main-article-list .item .item-content {
	display: block;
	margin-left: 20px;
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	width: 80%;
}

.main-article-list .item.no-image .item-content {
	margin-left: 0px;
}

.main-article-list .item .item-content h3 {
	margin-bottom: 12px;
}

.main-article-list .item .item-content p {
	font-size: 0.9em;
}




.content .widget .large-article-list {
	border-bottom: 0px;
}

.large-article-list .item {
	display: block;
	margin-bottom: 15px;
}

.large-article-list .item > .item-header {
	max-width: 100%;
	margin-bottom: 10px;
}

.large-article-list .item > .item-header img {
	max-width: 100%;
	height: auto;
}

.large-article-list .item > .item-content {
	vertical-align: middle;
}

.large-article-list .item > .item-content h4 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 0px;
}

.large-article-list .item-header .image-overlay-icons a {
	font-size: 16px;
	width: 16px;
	height: 16px;
	padding: 12px;
	line-height: 88%;
	margin-top: -80px;
}

.large-article-list .item-header:hover .image-overlay-icons a {
	top: 40%;
}




.pagination {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 10px 12px;
	border: 1px solid #d1d5d8;
	border-radius: 2px;
	background: #f2f3f5;
	color: #43484c;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #fff;
	font-size: 0.9em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.pagination a.page-numbers:hover {
	background: #FCFCFC;
}

.pagination a.page-numbers:active {
	background: #E6E6E6;
	box-shadow: inset 0 55px 30px -30px rgba(255,255,255,0.4), inset 0 1px 0 #ccc;
}

.pagination span.page-numbers {
	cursor: default;
	background: #fff;
}

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

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

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

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

.shortocde-content {
	margin-bottom: 40px;
}

.shortocde-content .article-header {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #bfbfbf;
}

.article-header h1 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 25px;
	color: #2a2b2c;
}

.article-header .article-header-info {
	display: block;
	border-top: 1px dotted #bfbfbf;
	padding-top: 20px;
}

.article-header .article-header-info .article-header-meta:after {
	display: block;
	content: '';
	clear: both;
}

.article-header .article-header-info .article-header-meta > span {
	display: block;
	float: left;
	color: #2a2b2c;
	margin-right: 10px;
}

.article-header .article-header-info .article-header-meta > span:last-child {
	margin-right: 0px;
}

.article-header .article-header-info .article-header-meta .article-header-meta-date {
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
}

.article-header .article-header-info .article-header-meta .article-header-meta-time .head-time {
	font-size: 12px;
	line-height: 100%;
	display: block;
	padding-top: 2px;
}

.article-header .article-header-info .article-header-meta .article-header-meta-time .head-year {
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	display: block;
	padding-top: 1px;
}

.article-header .article-header-info .article-header-meta .article-header-meta-links {
	border-left: 1px dotted #bfbfbf;
	margin-left: 5px;
	padding-left: 14px;
	margin-top: -3px;
}

.article-header-meta-links.one-is-missing {
	padding-top: 8px!important;
	padding-bottom: 8px!important;
}

.article-header-meta .article-header-meta-date a {
	color: #3f484f;
}

.article-header-meta .article-header-meta-links a {
	display: block;
	font-size: 12px;
	color: #3f484f;
	line-height: 150%;
}

.article-header-meta .article-header-meta-date a:hover,
.article-header-meta .article-header-meta-links a:hover {
	color: #e32e15;
}

.article-header-meta .article-header-meta-date a strong,
.article-header-meta .article-header-meta-links a strong,
.article-header-meta .article-header-meta-links a span {
	border-bottom: 1px dotted transparent;
	-moz-transition: border-bottom 0.2s;
	-webkit-transition: border-bottom 0.2s;
	-o-transition: border-bottom 0.2s;
}

.article-header-meta .article-header-meta-date a:hover strong,
.article-header-meta .article-header-meta-links a:hover strong,
.article-header-meta .article-header-meta-links a:hover span {
	border-bottom: 1px dotted #e32e15;
}

.article-header-meta .article-header-meta-links a i.fa {
	padding-right: 7px;
}

.social-headers {
	display: block;
	cursor: default;
	margin-top: -3px;
	margin-bottom: -3px;
}

.social-headers a {
	display: inline-block;
	height: 35px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	background: transparent;
	color: #232323;
	border-bottom: 2px solid #232323;
	margin-left: 2px;
	font-size: 21px;
}

.social-headers a:hover {
	color: #fff!important;
	background: #232323;
}


.social-headers a.soc-facebook {
	color: #3b5998;
	border-bottom: 2px solid #3b5998;
}
.social-headers a.soc-facebook:hover {
	background: #3b5998;
}

.social-headers a.soc-twitter {
	color: #00aced;
	border-bottom: 2px solid #00aced;
}
.social-headers a.soc-twitter:hover {
	background: #00aced;
}

.social-headers a.soc-linkedin {
	color: #007bb6;
	border-bottom: 2px solid #007bb6;
}
.social-headers a.soc-linkedin:hover {
	background: #007bb6;
}


.panel-tags-cats {
	display: block;
	background: #efefef;
	border: 1px solid #e0e0e0;
	color: #999999;
	border-radius: 3px;
	padding: 15px 18px;
	font-size: 14px;
}

.panel-tags-cats > span {
	display: block;
	margin-bottom: 10px;
}

.panel-tags-cats .tagcloud a {
	background: #B8B8B8;
	font-size: 13px!important;
}

.panel-tags-cats .tagcloud a:hover {
	background: #232323;
}

.panel-tags-cats .article-splitter {
	display: block;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 100%;
}

.category-cloud {
	line-height: 150%;
}

.category-cloud a {
	display: inline-block;
	margin-right: 4px;
}

.category-cloud a:after {
	content: ',';
	color: #ccc;
	display: inline-block;
	padding-left: 2px;
}

.category-cloud a:last-child:after {
	display: none;
}

.about-author {
	display: block;
}

.about-author:after {
	display: block;
	clear: both;
	content: '';
}

.about-author .about-author-header {
	float: left;
	width: 100px;
}

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

.about-author .about-author-content strong {
	font-size: 22px;
	line-height: 100%;
	color: #2b2624;
	margin-bottom: 10px;
	display: block;
}

.about-author .about-author-content p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 10px;
}

.about-author-content .right {
	display: block;
	padding-top: 1px;
}

.about-author-content .right a {
	display: inline-block;
	height: 19px;
	width: 20px;
	text-align: center;
	line-height: 23px;
	background: transparent;
	color: #232323;
	border-bottom: 2px solid #232323;
	margin-left: 4px;
	font-size: 12px;
}

.about-author-content .right a:hover {
	color: #fff!important;
	background: #232323;
}




.about-author-content .right a.soc-facebook {
	color: #3b5998;
	border-bottom: 2px solid #3b5998;
}

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

.about-author-content .right a.soc-twitter {
	color: #00aced;
	border-bottom: 2px solid #00aced;
}

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

.about-author-content .right a.soc-linkedin {
	color: #007bb6;
	border-bottom: 2px solid #007bb6;
}

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

.related-articles {
	display: block;
	background: #efefef;
	margin-top: -15px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-content-wrapper.with-double-sidebar .related-articles {
	min-width: 0px; /* new algorithm mises the calculation of the width */
}


.related-articles .item {
	max-width: 200px;
}

.related-articles .item .hover-image,
.related-articles .item img,
.related-articles .item {
	width: 100%;
	max-width: 100%;
}

.related-articles .item-header {
	margin-bottom: 10px;
}

.related-articles h4 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}

.big-message {
	display: block;
	text-align: center;
	padding: 100px 0;
}

.big-message h2 {
	font-size: 200px;
	display: inline-block;
	padding: 16px 60px;
	line-height: 100%;
	background: #3f484f;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
}

.big-message h3 {
	display: inline-block;
	border-bottom: 2px solid #444444;
	font-weight: 300;
	font-size: 50px;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.big-message p {
	display: block;
	font-size: 1.2em;
}

.big-message .msg-menu {
	padding-top: 20px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}

.big-message .msg-menu a {
	display: inline-block;
	padding: 0 9px;
	color: #444444;
	position: relative;
}

.big-message .msg-menu a:after {
	display: block;
	width: 1px;
	height: 100%;
	top: 0px;
	right: -4px;
	content: '';
	background: #ccc;
	position: absolute;
}

.big-message .msg-menu a:last-child:after {
	display: none;
}

.archive-grid {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.archive-grid > div {
	flex: 1 32.19%;
	-moz-flex: 1 32.19%;
	-webkit-flex: 1 32.19%;
	max-width: 32.19%;
	margin-bottom: 35px;
	margin-left: 1.7%;
}

.archive-grid img {
	max-width: 100%;
}

.archive-grid > div:nth-child(3n+1) {
	margin-left: 0px;
}

.with-double-sidebar .archive-grid > div,
.with-double-sidebar .archive-grid > div:nth-child(3n+1) {
	margin-left: 4%;
}

.with-double-sidebar .archive-grid > div:nth-child(2n+1) {
	margin-left: 0px;
}

.with-double-sidebar .archive-grid > div {
	flex: 1 48%;
	-moz-flex: 1 48%;
	-webkit-flex: 1 48%;
	max-width: 48%;
}



.contact-us-page {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.contact-us-page > div {
	flex: 1 48%;
	-moz-flex: 1 48%;
	-webkit-flex: 1 48%;
	max-width: 48%;
}

.contact-us-page .map-page iframe {
	max-width: 100%;
}

.contact-us-page .map-page {
	margin-right: 4%;
}

.contact-info-page .shortocde-content {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#writecomment {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	padding-bottom: 30px;
}

#writecomment {
	width: auto;
}

#writecomment form > p {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.comment-form {
	border-bottom: 1px dotted #ccc;
}

form.comment-form {
	border-bottom: 0px;
}

#writecomment textarea,
#writecomment input[type=text],
#writecomment input[type=password] {
	width: 100%;
}

#writecomment textarea {
	height: 120px;
	resize: vertical;
}

#writecomment .error-msg {
	display: block;
	border-top: 3px solid #c1452d;
	margin-top: -2px;
	position: relative;
	z-index: 2;
	padding-top: 12px;
	font-weight: bold;
	font-size: 13px;
	line-height: 120%;
	color: #c1452d;
	overflow: hidden;
}

#writecomment .error-msg:before {
	display: block;
	width: 5px;
	height: 5px;
	background: #c1452d;
	content: '';
	position: absolute;
	left: 20px;
	top: -2px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#writecomment .error-msg i.fa {
	padding-right: 5px;
}

#writecomment textarea.error,
#writecomment input[type=text].error {
	border: 1px solid #c1452d;
}

#writecomment p {
	margin-bottom: 10px;
	position: relative;
}

#writecomment p label {
	position: absolute;
	right: 100%;
	text-align: right;
	padding-right: 12px;
	line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
	color: #7a7a7a;
}

.contact-form#writecomment p label {
	display: none!important;
}

#writecomment .required {
	display: inline-block;
	padding-left: 4px;
	font-weight: bold;
	color: #c1452d;
}

.comment-form .info-block {
	display: block;
	background: #f6f6f6;
	margin-bottom: 40px;
	margin-top: -15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 25px 25px;
	overflow: hidden;
	position: relative;
}

.comment-form .info-block strong {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	color: #393939;
	position: relative;
	z-index: 2;
}

.comment-form .info-block span {
	font-size: 14px;
	display: block;
	color: #6f6f6f;
	line-height: 150%;
	position: relative;
	z-index: 2;
}

.comment-form .info-block .icon-msg-large {
	font-size: 120px;
	display: block;
	position: absolute;
	z-index: 0;
	color: #ececec;
	top: 25px;
	left: -15px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.comment-form .info-block .icon-msg-medium {
	font-size: 60px;
	display: block;
	position: absolute;
	z-index: 0;
	color: #ececec;
	top: -10px;
	left: 100px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.comment-form .info-block .icon-msg-small {
	font-size: 40px;
	display: block;
	position: absolute;
	z-index: 0;
	color: #ececec;
	top: 55px;
	left: 150px;
	opacity: 0.8;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.main-content-wrapper.with-sidebar #writecomment p label,
.main-content-wrapper.with-double-sidebar #writecomment p label {
	display: none!important;
}

.main-content-wrapper.with-sidebar .medium-article-list .item-header .image-overlay-icons,
.main-content-wrapper.with-double-sidebar .medium-article-list .item-header .image-overlay-icons {
	height: 56px;
}


.item-header .hover-image,
.item-header .hover-image > img:not(.news-video-icon) {
	width: 100%;
}


.def-panel.banner {
	text-align: center;
}

.main-content .column12 .small-article-list .item > .item-header {
	width: 90px;
	max-width: 90px;
}

.main-content .column12 .small-article-list .item > .item-content {
	margin-left: 15px;
}

.main-content .column12 .small-article-list .item > .item-content h4 {
	font-size: 1.05em;
	margin-bottom: 5px;
}

.main-content .column12 .small-article-list .item > .item-content p {
	font-size: 14px;
	margin-bottom: 5px;
}

.full-block > .main-content .column8 .def-panel .small-article-list .item > .item-content p,
.full-block > .main-content .column6 .def-panel .small-article-list .item > .item-content p {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.main-content .column12 .medium-article-list .item > .item-content h4 {
	font-size: 1.12em;
	margin-bottom: 8px;
}

.main-content .column12 .medium-article-list .item > .item-content p {
	font-size: 14px;
	margin-bottom: 7px;
}

.main-content .column12 .video-news-list h3 {
	font-size: 18px;
	margin-bottom: 7px;
}

.main-content .column4 .medium-article-list .item > .item-header,
.main-content .column4 .small-article-list .item > .item-header,
.main-content .column4 .def-panel .panel-title .right {
	display: none;
}

.main-content .column4 .medium-article-list .item > .item-content,
.main-content .column4 .small-article-list .item > .item-content {
	margin-left: 0px;
}




.main-content-spacy .column12 .small-article-list .item > .item-header {
	width: 90px;
	max-width: 90px;
}

.main-content-spacy .column12 .small-article-list .item > .item-content {
	margin-left: 15px;
}

.main-content-spacy .column12 .small-article-list .item.no-image > .item-content {
	margin-left: 0px;
}

.main-content-spacy .column12 .small-article-list .item > .item-content h4 {
	font-size: 1.05em;
	margin-bottom: 5px;
}

.main-content-spacy .paragraph-row > div .small-article-list .item > .item-content p {
	display: none;
}

.main-content-spacy .column12 .small-article-list .item > .item-content p {
	display: block!important;
	font-size: 14px;
	margin-bottom: 5px;
}

.full-block > .main-content-spacy .column8 .def-panel .small-article-list .item > .item-content p,
.full-block > .main-content-spacy .column6 .def-panel .small-article-list .item > .item-content p {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.main-content-spacy .column12 .medium-article-list .item > .item-content h4 {
	font-size: 1.12em;
	margin-bottom: 8px;
}

.main-content-spacy .column12 .medium-article-list .item > .item-content p {
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}

.main-content-spacy .column12 .video-news-list h3 {
	font-size: 18px;
	margin-bottom: 7px;
}

.main-content-spacy .column4 .medium-article-list .item > .item-header,
.main-content-spacy .column4 .small-article-list .item > .item-header,
.main-content-spacy .column4 .def-panel .panel-title .right {
	display: none;
}

.main-content-spacy .column4 .medium-article-list .item > .item-content,
.main-content-spacy .column4 .small-article-list .item > .item-content {
	margin-left: 0px;
}

.column6 .medium-article-list .item-header .image-overlay-icons,
.column8 .medium-article-list .item-header .image-overlay-icons,
.column12 .medium-article-list .item-header .image-overlay-icons {
	height: 85px!important;
}


/* #7 Sidebar styling */



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

.sidebar-fixed {
	position: relative;
}


.small-sidebar .widget > h3 {
	font-size: 14px;
}

.small-sidebar .widget .photo-gallery-list .item-content .info-empty-link,
.small-sidebar .widget .comment-list .item-content > strong,
.small-sidebar .widget .tagcloud a:after,
.small-sidebar .widget .tagcloud a:before,
.small-sidebar .item-header,
.small-sidebar .bp-login-widget-user-avatar,
.small-sidebar .widget .item-list > li .item-avatar {
	display: none;
}

.small-sidebar .widget .comment-list .item .item-content,
.small-sidebar .small-article-list .item > .item-content,
.small-sidebar .bp-login-widget-user-links,
.small-sidebar .widget .item-list > li .item {
	padding-left: 0px;
	margin-left: 0px;
	position: static;
}

.small-sidebar .widget .tagcloud a {
	display: inline-block;
	margin-left: 0px;
	font-size: 12px!important;
}

.small-sidebar .widget > form {
	margin-bottom: 20px;
}

.small-sidebar .subscribe-form {
	width: 100%;
}


.content .widget {
	margin: 0;
	padding: 0;
}

.content .widget > ul,
.content .widget > div {
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

.content .widget > div.banner {
	border-bottom: 0px;
}

.widget > h3 {
	border-bottom: 2px solid #3f484f;
	color: #3f484f;
	margin-bottom: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.widget:first-child {
	border-left: 0px;
}

.widget .tagcloud {
	padding-bottom: 15px;
}

.tagcloud a,
.widget .tagcloud a {
	display: inline-block;
	margin: 0 0 5px 13px;
	background: #2a2b2c;
	padding: 7px 13px;
	font-size: 0.84em!important;
	font-weight: 500;
	color: #fff;
	position: relative;
}

.tagcloud a:hover,
.widget .tagcloud a:hover {
	background-color: #e32e15;
}

.tagcloud a:before,
.widget .tagcloud a:before {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	background: inherit;
	content: '';
	top: 4px;
	left: -9px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}

.tagcloud a:after,
.widget .tagcloud a:after {
	display: block;
	position: absolute;
	z-index: 2;
	background: #fff;
	content: '';
	width: 4px;
	height: 4px;
	left: 2px;
	top: 40%;
	border-radius: 50%;
}


.content .widget > div.small-article-list {
	border-bottom: 0;
}

.content .widget > div.subscribe-widget {
	padding-bottom: 15px;
}

.widget .socialize .socialize-icons {
	display: block;
	margin-bottom: 15px;
}

.small-article-list .item {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	margin-bottom: 15px;
}

.small-article-list .item > .item-header {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	max-width: 57px;
}

.small-article-list .item > .item-header img {
	max-width: 100%;
	height: auto;
}

.small-article-list .item > .item-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	vertical-align: middle;
	align-items: center;
	margin-left: 10px;
	width: 80%;
}

.small-article-list .item.no-image > .item-content {
	margin-left: 0px!important;
}

.small-article-list .item > .item-content h4 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 0px;
}

.header .main-menu .ot-mega-menu a.comment-link,
a.comment-link {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.86em;
	color: #e32e15;
	font-weight: 600;
}

a.comment-link span {
	display: inline-block;
	padding-left: 3px;
}

.subscribe-form {
	display: block;
	margin: 0 auto;
	width: 70%;
	margin-top: 25px;
	overflow: hidden;
}

.button,
.more-articles-button {
	display: block;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #fff, inset 0 -40px 30px -30px rgba(0,0,0,0.04);
	text-align: center;
	background: #f9fafa;
	border: 1px solid #d2d5d8;
	padding: 11px 17px;
	font-size: 0.88em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	cursor: pointer;
	color: #3f484f;
}

.button {
	display: inline-block;
}

.button:hover,
.more-articles-button:hover {
	box-shadow: inset 0 1px 0 #fff, inset 0 -40px 30px -30px rgba(0,0,0,0);
}

.button:active,
.more-articles-button:active {
	border: 1px solid #bfc1c4;
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.03), inset 0 30px 30px -30px rgba(0,0,0,0.1);
}

textarea,
input[type=password],
input[type=email],
input[type=text] {
	display: inline-block;
	border-radius: 3px;
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.04);
	text-align: left;
	background: #fff;
	border: 1px solid #d2d5d8;
	padding: 11px 17px;
	font-size: 0.88em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	color: #3f484f;
	font-family: Arial;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe-form input[type=email],
.subscribe-form input[type=text] {
	width: 100%;
}

.subscribe-form p {
	margin-bottom: 8px;
}



/* #8 Footer */

.footer .footer-widgets {
	margin-top: 15px;
	background: #3f484f url(../images/texture-dotted.png) repeat center top;
	border-top: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 -130px 80px -80px rgba(0,0,0,0.17), inset 0 130px 80px -80px rgba(0,0,0,0.17), inset 0 1px 0 rgba(255,255,255,0.2);
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 110;
	padding: 24px 0;
}

.footer .footer-widgets .widget {
	float: left;
	width: 31.3%;
	margin-left: 3%;
	margin-bottom: 8px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

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

.footer .footer-widgets .widget > h3 {
	color: #fff;
	text-transform: none;
	font-size: 1.3em;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

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

.footer .small-article-list .item > .item-content a.comment-link,
.footer .small-article-list .item > .item-content a,
.footer .small-article-list .item > .item-content h4 {
	color: #fff;
}

.footer .button,
.footer .more-articles-button {
	box-shadow: none;
	background: transparent;
	color: rgba(255,255,255,0.7);
	text-shadow: none;
	border: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
}

.footer .button:hover,
.footer .more-articles-button:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.7);
	text-decoration: none;
}

.footer .button:active,
.footer .more-articles-button:active {
	background: rgba(0,0,0,0.2)
}

.footer .subscribe-form input[type=email],
.footer .subscribe-form input[type=text] {
	background: rgba(0,0,0,0.2);
	text-shadow: none;
	border: 1px solid rgba(255,255,255,0.33);
	color: #fff;
}

.footer > .wrapper {
	padding-bottom: 25px;
}

.footer > .wrapper p {
	font-size: 0.9em;
	margin-bottom: 0px;
}

.footer > .wrapper ul.right {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	font-size: 0.9em;
	line-height: 150%;
}

.footer > .wrapper ul.right li {
	white-space: nowrap;
	margin-left: 25px;
	position: relative;
}

.footer > .wrapper ul.right li:before {
	display: block;
	position: absolute;
	left: -15px;
	content: '/';
	color: #ccc;
}

.footer > .wrapper ul.right li:first-child:before {
	display: none;
}

.footer > .wrapper ul.right li a {
	color: #232323;
}

.footer > .wrapper ul.right li a:hover {
	text-decoration: underline;
}

.large-icon {
	display: block;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: 600;
}

.large-icon i.fa {
	display: inline-block;
	padding-right: 10px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}



/* Menu background */
.dat-menu-setup {
	background-color: #665140;
	background-image: url(../images/dat-bg.jpg);
}

.main-menu-reposnive-button {
	display: none;
	font-size: 1.03em;
	font-weight: 600;
	padding: 16px 18px 21px 18px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	border-top: 3px solid transparent;
	margin-top: -1px;
	color: #fff;
	text-align: center;
}

.main-menu-reposnive-button:hover {
	color: #fff;
}

.main-menu-reposnive-button i.fa {
	padding-right: 8px;
}

div[itemprop="description"] {
	margin-bottom: 30px;
	clear: both;
}

.container .form-submit input {
	background: #fff;
	border: 2px solid #111;
	color: #111;
	font-size: 14px;
}

.container .form-submit input:hover {
	border-color: #119dd9;
	color: #119dd9;
	border-radius: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.widget > form > div #s {
	padding: 8px 10px;
	width: 130px;
}

.coupon h3 {
    padding: 11px 8px;    
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.coupon input#coupon_code {
    width: 29.6%;
    padding: 11px 8px 11px 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.coupon .button {
    width: auto;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

span.required {
	color: red;
}

form.login {
    background: #f9f9f9;
    border: 2px solid #f0f0f0;
    padding: 32px;
    margin: 30px 0px;
    border-radius: 4px;
    font-size: 13px;
}

form.login label {
    display: block;
}


p.form-row label {
    display: inline-block;
}

.widget {
	position: relative;
}


#sidebar .widget > form, #sidebar .widget > dl,
.widget > ul {
	padding-top: 2px!important;
	padding-bottom: 20px!important;
	margin-bottom: 20px!important;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

.widget > ul li {
	margin-top: 10px;
	line-height: 130%;
}

.logout-link {
	padding: 8px 12px!important;
	margin-bottom: 16px!important;
}

.screen-reader-text {
	display: none;
}















.small-text {
	font-size: 0.82em !important;
}
