@charset UTF-8;

/*------------------------------------------------------------------
[Google Fonts]
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: bottom;*/
	background: transparent;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	background-color: #3C3C3C;
	height: 100%;
	min-height: 100%;
}

* {
	box-sizing: border-box;
}

a {
	color: #4b4a4a;
	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: #e842a7;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

a:active {
	outline: 0;
	text-decoration: none;
}

.clear-float {
	clear: both;
}

.wrapper {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	max-width: 100%;
}

#boxed:not(.active) {
	background-color: inherit;
	background-image: none;
	min-height: 100%;
}

.active#boxed {
	width: 1400px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	padding: 0px;
	min-height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

i.fa {
	line-height: inherit;
	font-weight: normal;
}


p {
	margin-bottom: 20px;
	line-height: 150%;
}

p:last-child {
	margin-bottom: 0;
}

input, textarea, select, button {
	outline: none;
}



i.material-icons {
	line-height: inherit;
	font-size: 1.3em;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
}



body.ot_debug .wrapper {
	box-shadow: 1px 0 0 red, -1px 0 0 red;
}


h6, h5, h4,
h3, h2, h1 {
	color: #4f5357;
	display: block;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 130%;
}


h6 {
	font-size: 20px;
}
h5 {
	font-size: 22px;
}
h4 {
	font-size: 24px;
}
h3 {
	font-size: 26px;
}
h2 {
	font-size: 28px;
}
h1 {
	font-size: 30px;
}


select {
	max-width: 100%;
}

i.material-icons {
	line-height: initial!important;
	line-height: inherit!important;
	font-size: 1.2em;
}




.main-menu-placeholder {
	background-color: #D23B3B;
}

.main-menu-placeholder > .wrapper,
#main-menu {
	background-color: inherit;
}

#main-menu.otm > ul {
    background-color: inherit;
	font-size: 14px;
}






/*------------------------------------------------------------------
[1. Main header]

+ #header
	+ 
		+ 

Navigation	  #main-menu
-------------------------------------------------------------------*/

#header {
	background-color: #039be5;
	color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.16), 0 2px 30px 0 rgba(0,0,0,0.12);
	position: relative;
	z-index: 100;
}

#header a {
	color: #fff;
}

#header-logo-text {
	font-weight: normal;
	margin: 0;
	display: inline-block;
    vertical-align: middle;
}

#header-logo-text a {
	display: block;
	color: inherit;
}

.header-blocks {
	display: block;
}

.header-blocks:after {
	display: block;
	content: '';
	clear: both;
}




#header-benavente {
	display: block;
	background-color: #B03131;
	color: #fff;
}

#header-benavente #header-top-block {
	background-color: #6D2323;
	position: relative;
	z-index: 101;
}

#header-benavente #header-top-block nav>ul ul.sub-menu {
	background-color: #6D2323;
}

#header-benavente #header-top-block a {
	color: #ded6d6;
}

#header-benavente #header-top-block:after {
	display: block;
	clear: both;
	content: '';
}

#header-benavente #header-top-block nav > ul {
	display: block;
}

#header-benavente #header-top-block nav > ul li {
	display: block;
	float: left;
}

#header-benavente #header-top-block nav > ul li a {
	display: block;
	padding: 12px 15px;
}

#header-benavente #header-top-block nav > ul li:hover > a {
	background-color: rgba(255,255,255,0.12);
}

#header-benavente #header-top-block nav > ul li a > span:after {
	display: inline-block;
	font-family: "Material icons";
	content: '\E313';
	padding-left: 8px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 100%;
	vertical-align: middle;
}

#header-benavente #header-top-block nav > ul ul.sub-menu {
	display: none;
	position: absolute;
/*	background: #353535;*/
	width: 200px;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
}

#header-benavente #header-top-block nav > ul li:hover > ul.sub-menu {
	display: block;
	-webkit-animation: ot-anim-menu-show .4s forwards;
	-moz-animation: ot-anim-menu-show .4s forwards;
	-ms-animation: ot-anim-menu-show .4s forwards;
	-o-animation: ot-anim-menu-show .4s forwards;
	animation: ot-anim-menu-show .4s forwards;
}

#header-benavente #header-top-block nav > ul ul.sub-menu li {
	position: relative;
}

#header-benavente #header-top-block nav > ul ul.sub-menu ul.sub-menu {
	top: 0;
	left: 100%;
}


#header-benavente #header-top-block nav > ul ul.sub-menu li {
	float: none;
	width: 100%;
	display: block;
	padding: 0;
}



.header-blocks .header-blocks-logo {
	display: block;
	float: left;
	width: 20%;
	line-height: 150px;
	height: 150px;
	vertical-align: middle;
}

.header-blocks .header-blocks-logo a {
	display: inline-block;
	vertical-align: middle;
}

.header-blocks .header-blocks-logo img {
	vertical-align: middle;
}

.header-blocks .header-blocks-aspace {
	display: block;
	float: left;
	width: 80%;
	text-align: right;
	height: 150px;
	vertical-align: middle;
	line-height: 150px;
}

.header-blocks .header-blocks-aspace a {
	display: inline-block;
	vertical-align: top;
	line-height: 90px;
}

.header-blocks .header-blocks-aspace .bannersmall a img {

}


.header-blocks .header-blocks-aspace .bannerbig a {
	vertical-align: top;
}

.header-blocks .header-blocks-aspace .bannersmall a {
	vertical-align: baseline;
}


.bannerbig .pibannerslidingholder img {
	height: 90px;
}


.header-blocks .header-blocks-aspace img {
	vertical-align: bottom;
}



.header-blocks .header-blocks-aspace,
.header-blocks .header-blocks-logo {
	line-height: 120px;
	height: 125px;
}




#main-menu.otm.is-now-following > ul {
	z-index: 102;
}

#main-menu.otm.is-now-following > ul:before {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: inherit;
	height: 57px;
	background-color: inherit;
	content: '';
	z-index: 0;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.16),0 2px 30px 0 rgba(0,0,0,.12);
}


.header-top-block {
	display: block;
	background: rgba(0,0,0,0.1);
}

.search-header-bull {
	display: block;
}

.search-header-bull i {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	bottom: -25px;
	background-color: #fff;
	color: #232323!important;
	font-size: 23px;
	border-radius: 50%;
	right: -25px;
	z-index: 101;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.search-header-bull:hover i {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.search-header-bull:active i {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
}

.ot-menu-will-follow .otm.is-now-following + .search-header-bull {
	width: inherit;
	float: right;
}

.ot-menu-will-follow .otm.is-now-following + .search-header-bull i {
	position: fixed;
	z-index: 103;
	bottom: auto;
	right: auto;
	top: 32px;
	margin-left: -25px;
}

.header-top-block > .wrapper:after {
	display: block;
	clear: both;
	content: '';
}


.header-weather-block {
	display: table-cell;
	float: right;
	white-space: nowrap;
	padding-left: 30px;
}

.header-weather-block-deg {
	display: inline-block;
	line-height: 80px;
	font-size: 30px;
	padding-right: 15px;
}

.header-weather-block .wi {
	display: inline-block;
	line-height: 80px;
	font-size: 24px;
	padding-right: 15px;
}

.header-weather-block .header-weather-block-city {
	display: inline-block;
	padding: 20px 0;
}

.header-weather-block .header-weather-block-city strong {
	display: block;
	line-height: 20px;
	font-size: 16px;
}

.header-weather-block .header-weather-block-city span {
	display: block;
	line-height: 20px;
	font-size: 12px;
}

.header-top-block > .wrapper {
	display: table;
}

.header-breaking-news-block {
	display: table-cell;
	width: 90%;
}

.header-breaking-news-block > strong {
	display: block;
	float: left;
	width: 20%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
}

.header-breaking-news-block > .ot-breaking-news-controls {
	display: block;
	float: left;
	width: 6%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
	white-space: nowrap;
	text-align: right;
	font-size: 0;
	vertical-align: top;
}

.header-breaking-news-block > .ot-breaking-news-controls button {
	background-color: rgba(0,0,0,.1);
	border: 0;
	padding: 0 11px;
	display: inline-block;
	font-size: 19px;
	line-height: inherit;
	height: inherit;
	vertical-align: top;
	margin-right: 2px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.header-breaking-news-block > .ot-breaking-news-controls button:hover {
	background-color: rgba(0,0,0,.15);
}

.header-breaking-news-block > .ot-breaking-news-controls button:active {
	background-color: rgba(0,0,0,.2);
}

.header-breaking-news-block .header-breaking-news-block-frame {
	display: block;
	float: left;
	width: 74%;
	overflow: hidden;
	position: relative;
	line-height: 80px;
	height: 80px;
/*	border-left: 1px solid rgba(255,255,255,0.2);*/
	border-right: 1px solid rgba(255,255,255,0.2);
	/* background: rgba(0,0,0,.05); */
	padding: 0 20px;
}

/*
.header-breaking-news-block .header-breaking-news-block-frame:before {
	display: block;
	position: absolute;
	height: 100%;
	left: -40px;;
	content: '';
	background-color: #039be5;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 20px 0 50px 10px #039be5;
}
*/

.header-breaking-news-block-frame .header-breaking-news-block-inner {
	position: absolute;
	margin-left: 0;
	white-space: nowrap;
	width: 94%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0;
}

.header-breaking-news-block-frame .header-breaking-news-block-inner .item {
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	padding-right: 15px;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: rgba(255,255,255,0.8);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header-breaking-news-block-frame .header-breaking-news-block-inner .item strong {
	margin-right: 12px;
	color: #fff;
	vertical-align: baseline;
}

.header-breaking-news-block-frame .header-breaking-news-block-inner .item a:hover strong {
	border-bottom: 1px solid rgba(255,255,255,0.3);	
}

/*
.header-breaking-news-block-frame .header-breaking-news-block-inner .item,
.header-breaking-news-block-frame .header-breaking-news-block-inner li,
.header-breaking-news-block-frame .header-breaking-news-block-inner a {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}
*/









@keyframes ot-menu-slidein {
	from {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

/* Firefox */
@-moz-keyframes ot-menu-slidein {
	from {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

/* Safari and Chrome */
@-webkit-keyframes ot-menu-slidein {
	from {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

/* Internet Explorer */
@-ms-keyframes ot-menu-slidein {
	from {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

/* Opera */
@-o-keyframes ot-menu-slidein {
	from {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}



@keyframes ot-menu-slideout {
	from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	to   {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

/* Firefox */
@-moz-keyframes ot-menu-slideout {
	from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	to   {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

/* Safari and Chrome */
@-webkit-keyframes ot-menu-slideout {
	from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	to   {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

/* Internet Explorer */
@-ms-keyframes ot-menu-slideout {
	from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	to   {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

/* Opera */
@-o-keyframes ot-menu-slideout {
	from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	to   {
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}


body.nomorefixd {
	overflow-x: hidden;
	overflow-y: scroll;
}

body.nomorefixd > .boxed {
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: fixed;
}

body > .boxed:before {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 121;
	background-color: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
}

body.nomorefixd > .boxed:before {
	display: block;
	-webkit-animation: fadeout 0.2s forwards;
	-moz-animation: fadeout 0.2s forwards;
	-ms-animation: fadeout 0.2s forwards;
	-o-animation: fadeout 0.2s forwards;
	animation: fadeout 0.2s forwards;
}

body.ot-responsive-menu-show > .boxed:before {
	display: block;
	-webkit-animation: fadein 0.2s forwards;
	-moz-animation: fadein 0.2s forwards;
	-ms-animation: fadein 0.2s forwards;
	-o-animation: fadein 0.2s forwards;
	animation: fadein 0.2s forwards;
}


body.nomorefixd .ot-responsive-menu-background,
body.nomorefixd .ot-responsive-menu-content {
	display: block;
}

.ot-responsive-menu-content-c-header,
.ot-responsive-menu-background,
.ot-responsive-menu-content {
	width: 300px;
}

.ot-responsive-menu-content {
	display: none;
	left: 0;
	top: 0;
	position: relative;
	background-color: #fff;
	max-width: 100%;
	z-index: 1;
	-webkit-animation: ot-menu-slideout 0.2s forwards;
	-moz-animation: ot-menu-slideout 0.2s forwards;
	-ms-animation: ot-menu-slideout 0.2s forwards;
	-o-animation: ot-menu-slideout 0.2s forwards;
	animation: ot-menu-slideout 0.2s forwards;
}

.ot-responsive-menu-background {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	background-color: #fff;
	-webkit-animation: ot-menu-slideout 0.2s forwards;
	-moz-animation: ot-menu-slideout 0.2s forwards;
	-ms-animation: ot-menu-slideout 0.2s forwards;
	-o-animation: ot-menu-slideout 0.2s forwards;
	animation: ot-menu-slideout 0.2s forwards;
}

body.ot-responsive-menu-show .ot-responsive-menu-content {
	display: block;
	-webkit-animation: ot-menu-slidein 0.2s forwards;
	-moz-animation: ot-menu-slidein 0.2s forwards;
	-ms-animation: ot-menu-slidein 0.2s forwards;
	-o-animation: ot-menu-slidein 0.2s forwards;
	animation: ot-menu-slidein 0.2s forwards;
}

body.ot-responsive-menu-show .ot-responsive-menu-background {
	display: block;
	-webkit-animation: ot-menu-slidein 0.2s forwards;
	-moz-animation: ot-menu-slidein 0.2s forwards;
	-ms-animation: ot-menu-slidein 0.2s forwards;
	-o-animation: ot-menu-slidein 0.2s forwards;
	animation: ot-menu-slidein 0.2s forwards;
}

.ot-responsive-menu-content-inner {
	display: block;
	position: relative;
	z-index: 2;
	background-color: inherit;
	padding-top: 50px;
}


.ot-responsive-menu-content-inner form {
	display: block;
	padding: 14px 20px;
	font-size: 16px;
	position: relative;
}

.ot-responsive-menu-content-inner form input[type=search],
.ot-responsive-menu-content-inner form input[type=text] {
	display: block;
	border-radius: 2px;
	border: 1px solid transparent;
	background-color: #f2f2f2;
	width: 100%;
	padding: 9px 36px 9px 12px;
	line-height: 28px;
	font-family: Arial;
}

.ot-responsive-menu-content-inner form button,
.ot-responsive-menu-content-inner form input[type=submit] {
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
	margin: 0;
	padding: 9px 12px;
	line-height: 28px;
	background-color: transparent;
	color: #232323;
	box-shadow: none;
	border-radius: 0;
}


body .ot-responsive-menu-header {
	background-color: #B03131;
}

body.admin-bar .ot-responsive-menu-header {
	margin-top: 46px;
}

body .ot-responsive-menu-header-burger#ot-menu-burger-1:before {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 .25em 0 0 rgba(255, 255, 255, 0.6),0 .5em 0 0 rgba(255, 255, 255, 0.6);
}

.ot-responsive-menu-header-logo {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #fff!important;
}

.ot-responsive-menu-header-logo img {
	display: inline-block;
	height: 33px;
	line-height: 50px;
	max-height: 33px;
	vertical-align: middle;
}

.ot-responsive-menu-header-burger {
	position: absolute;
	left: 0;
	top: 0;
	line-height: inherit;
	height: inherit;
	font-size: 20px;
	padding: 0 12px;
	color: #aaa;
}

.ot-responsive-menu-header-burger:hover {
	background-color: #f0f0f0;
	color: #828282;
}


.ot-responsive-menu-content-c-header {
	display: none;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 5px 10px rgba(0,0,0,0.05);
	height: 50px;
	position: fixed;
	z-index: 3;
	line-height: 50px;
	background-color: inherit;
	-webkit-animation: ot-menu-slideout 0.2s forwards;
	-moz-animation: ot-menu-slideout 0.2s forwards;
	-ms-animation: ot-menu-slideout 0.2s forwards;
	-o-animation: ot-menu-slideout 0.2s forwards;
	animation: ot-menu-slideout 0.2s forwards;
}

body.nomorefixd .ot-responsive-menu-content-c-header {
	display: block;
}

body.ot-responsive-menu-show .ot-responsive-menu-content-c-header {
	display: block;
	-webkit-animation: ot-menu-slidein 0.2s forwards;
	-moz-animation: ot-menu-slidein 0.2s forwards;
	-ms-animation: ot-menu-slidein 0.2s forwards;
	-o-animation: ot-menu-slidein 0.2s forwards;
	animation: ot-menu-slidein 0.2s forwards;
}

.ot-responsive-menu-content-inner ul {
	display: block;
	padding: 0;
	margin: 0;
}

.ot-responsive-menu-content-inner ul[data-res-menu-title]:before {
	display: block;
	content: attr(data-res-menu-title);
	padding: 14px 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
}

.ot-responsive-menu-content-inner ul.sub-menu:not(.ot-mega-menu) li,
.ot-responsive-menu-content-inner>ul>li {
	position: relative;
}

.ot-responsive-menu-content-inner {
	overflow: hidden;
}

/*.ot-responsive-menu-content-inner ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
}*/

.ot-responsive-menu-content-inner ul li {
	display: block;
	padding: 0;
	margin: 0;
}

.ot-responsive-menu-content-inner ul.sub-menu:not(.ot-mega-menu) li>a,
.ot-responsive-menu-content-inner>ul>li>a {
	display: block;
	padding: 14px 20px;
	font-size: 14px;
}

/*.ot-responsive-menu-content-inner ul li a span:before {
	display: block;
	float: right;
	font-family: 'Material Icons';
	content: '\E313';
	color: #ccc;
	line-height: 18px;
	font-size: 16px;
}*/

.ot-responsive-menu-content-inner ul.sub-menu:not(.ot-mega-menu) li>a:hover,
.ot-responsive-menu-content-inner>ul>li>a:hover {
	background-color: #f2f2f2;
	color: #232323;
}




.ot-responsive-menu-content-inner .lets-do-1>.item,
.ot-responsive-menu-content-inner .lets-do-2>.item,
.ot-responsive-menu-content-inner .lets-do-3>.item,
.ot-responsive-menu-content-inner .lets-do-4>.item,
.ot-responsive-menu-content-inner .lets-do-5>.item {
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.ot-responsive-menu-content-inner .lets-do-1>.item:last-child,
.ot-responsive-menu-content-inner .lets-do-2>.item:last-child,
.ot-responsive-menu-content-inner .lets-do-3>.item:last-child,
.ot-responsive-menu-content-inner .lets-do-4>.item:last-child,
.ot-responsive-menu-content-inner .lets-do-5>.item:last-child {
	margin-bottom: 0;
}

.ot-responsive-menu-content-inner .lets-do-2.ot-theme-list>.item:nth-child(2n+1),
.ot-responsive-menu-content-inner .lets-do-3.ot-theme-list>.item:nth-child(3n+1),
.ot-responsive-menu-content-inner .lets-do-4.ot-theme-list>.item:nth-child(4n+1),
.ot-responsive-menu-content-inner .lets-do-5.ot-theme-list>.item:nth-child(5n+1) {
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.ot-responsive-menu-content-inner .ot-w-flickr-feed {
	text-align: center;
}

.ot-responsive-menu-content-inner .ot-w-flickr-feed .item {
	display: inline-block;
	width: 100px;
	margin: 6px 4px!important;
	padding: 0!important;
}


.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-2>.item:nth-child(2n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-3>.item:nth-child(3n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-4>.item:nth-child(4n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-5>.item:nth-child(5n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-2>.item:nth-child(2n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-3>.item:nth-child(2n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-4>.item:nth-child(2n+1),
.ot-responsive-menu-content-inner .ot-w-flickr-feed.lets-do-5>.item:nth-child(2n+1) {
	margin: 6px 4px!important;
}


#main-menu > ul ul.sub-menu.ot-mega-menu:before {
    display: block;
    content: '';
    left: 0;
    top: 0;
    height: 57px;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}








/*------------------------------------------------------------------
[2. Main Menu]

+ #main-menu
	+ 
		+ 

-------------------------------------------------------------------*/

#main-menu {
	display: block;
	font-size: 14px;
}

#main-menu > ul {
	display: block;
	line-height: initial;
}

#main-menu > ul:after {
	display: block;
	clear: both;
	content: '';
}

#main-menu > ul > li {
	display: block;
	float: left;
}

#main-menu > ul > li > a {
	display: block;
	padding: 20px 20px 17px 20px;

	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	position: relative;
	z-index: 14;
	color: #fff;
    transition: color .2s, background .2s;
    -moz-transition: color .2s, background .2s;
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
}

#main-menu > ul > li:hover > a {
	background-color: rgba(0,0,0,0.05);
	z-index: 16;
}

#main-menu > ul > li.active > a {
	border-color: #FFC100;
}

#main-menu > ul > li > a span {
	display: block;
	vertical-align: middle;
	padding: 20px;
	margin: -20px;
}

#main-menu > ul > li:hover > a span {
	background-color: #fff;
	color: #232323;
}

#main-menu > ul > li > a span:after {
	display: inline-block;
	font-family: 'Material icons';
	content: '\E5D4';
	padding-left: 6px;
	font-weight: normal;
	vertical-align: middle;
	line-height: inherit;
	margin-bottom: 2px;
	color: rgba(255,255,255,0.5);
}

#main-menu > ul > li:hover > a span {
	padding-right: 40px;
}

#main-menu > ul > li:hover > a span:after {
	display: block;
	height: 57px;
	border-bottom: 1px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	line-height: 57px;
	text-align: right;
	padding-right: 15px;
	color: rgba(0,0,0,0.5);
}

#main-menu > ul > li .sub-menu {
	display: none;
	position: absolute;
	z-index: 15;
	width: 230px;
	background-color: #fff;
	color: #232323;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	padding-top: 57px;
    margin-top: -57px;
	
	max-height: 0;
	border-radius: 0 0 200px 200px;
}

#main-menu > ul > li .sub-menu .sub-menu {
	padding-top: 0;
	margin-top: 0;
	left: 100%;
	top: 0;
}

#main-menu > ul li:hover > .sub-menu {
	display: none;
	
	-webkit-animation: ot-anim-menu-show 0.5s forwards; /* Safari and Chrome */
	-moz-animation: ot-anim-menu-show 0.5s forwards; /* Firefox */
	-ms-animation: ot-anim-menu-show 0.5s forwards; /* Internet Explorer */
	-o-animation: ot-anim-menu-show 0.5s forwards; /* Opera */
	animation: ot-anim-menu-show 0.5s forwards;
}

#main-menu > ul > li .sub-menu > li {
	display: block;
	position: relative;
}

#main-menu > ul > li .sub-menu > li > a {
	display: block;
    color: #808080;
    padding: 16px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#main-menu > ul > li .sub-menu > li > a span {
	display: block;
	position: relative;
}

#main-menu > ul > li .sub-menu > li > a span:after {
    display: inline-block;
    font-family: 'Material icons';
    content: '\E5D4';
    opacity: .5;
    filter: alpha(opacity=50);
    font-weight: 400;
    vertical-align: middle;
    line-height: inherit;
    margin-top: 2px;
	position: absolute;
	right: -5px;
}

#main-menu > ul > li .sub-menu > li:hover > a {
	background-color: rgba(0,0,0,0.05);
}

#main-menu > ul ul.sub-menu.ot-mega-menu {
    left: 0;
    width: 100%;
	padding: 80px 35px 35px 35px;
	z-index: 13;
}

#header .ot-mega-menu a {
	color: #232323;
}


#main-menu.hovering-mega-menu>ul>li>a {
	color: #aaa;
	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
}

#main-menu.hovering-mega-menu>ul>li.active>a {
	border-color: transparent!important;
}

#main-menu.hovering-mega-menu>ul>li:hover>a span:after {
	width: 100%;
}

#main-menu.hovering-mega-menu>ul>li>a span:after {
	color: rgba(0,0,0,0.3);
}







@keyframes ot-anim-menu-show {
    from {
		max-height: 0;
		border-radius: 0 0 110px 110px;
		overflow: hidden;
	}
    to   {
		max-height: 1700px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Firefox */
@-moz-keyframes ot-anim-menu-show {
    from {
		max-height: 0;
		border-radius: 0 0 110px 110px;
		overflow: hidden;
	}
    to   {
		max-height: 1700px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Safari and Chrome */
@-webkit-keyframes ot-anim-menu-show {
    from {
		max-height: 0;
		border-radius: 0 0 110px 110px;
		overflow: hidden;
	}
    to   {
		max-height: 1700px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Internet Explorer */
@-ms-keyframes ot-anim-menu-show {
    from {
		max-height: 0;
		border-radius: 0 0 110px 110px;
		overflow: hidden;
	}
    to   {
		max-height: 1700px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Opera */
@-o-keyframes ot-anim-menu-show {
    from {
		max-height: 0;
		border-radius: 0 0 110px 110px;
		overflow: hidden;
	}
    to   {
		max-height: 1700px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}





/*------------------------------------------------------------------
[3. Content styling]

+ #content
	+ 
		+ 

Main panels	  .ot-panel-block
-------------------------------------------------------------------*/

#content {
	display: block;
	padding: 40px 0 1px 0;
	background-color: #f4f5f6;
}




.full-width-map {
	display: block;
	margin-top: -40px;
	height: 340px;
	background-color: #e5e3df;
	background-image: url(../images/loading.gif);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.full-width-map:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.full-width-map.mousedown:before {
	display: none!important;
}

.full-width-map #ot-g-map,
.full-width-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}





.huge-slider {
	display: block;
	margin-top: -40px;
	margin-bottom: 15px;
	padding: 5px;
	height: 500px;
}

.huge-slider:after {
	display: block;
	clear: both;
	content: '';
}

.huge-slider-frame {
	display: block;
	float: left;
	width: 50%;
	padding: 5px;
	height: 100%;
}

.huge-slider-frame a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
}

.huge-slider-frame:nth-child(5),
.huge-slider-frame:nth-child(2),
.huge-slider-frame:nth-child(3),
.huge-slider-frame:nth-child(4) {
	width: 25%;
	height: 50%;
}

.huge-slider-image-block {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	position: relative;
	color: #fff;
	overflow: hidden;
	box-shadow:  inset 0 0 0 1000px transparent, inset 0 -360px 200px -200px rgba(14, 14, 14, 0.8);
}

.huge-slider-image-block:hover {
	box-shadow:  inset 0 0 0 1000px rgba(255,255,255,0.1), inset 0 -360px 200px -200px rgba(14, 14, 14, 0.8);
}

.huge-slider-content {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
}

.huge-slider-content > strong {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 100%;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

.huge-slider-content > .meta-items {
	display: block;
	margin-bottom: 0;
	font-size: 15px;
	color: rgba(255,255,255,0.8);
}



.huge-slider-frame:nth-child(5) .huge-slider-content > strong,
.huge-slider-frame:nth-child(2) .huge-slider-content > strong,
.huge-slider-frame:nth-child(4) .huge-slider-content > strong,
.huge-slider-frame:nth-child(3) .huge-slider-content > strong {
	font-size: 22px;
	line-height: 110%;
}

.huge-slider-frame:nth-child(5) .huge-slider-content > .meta-items,
.huge-slider-frame:nth-child(2) .huge-slider-content > .meta-items,
.huge-slider-frame:nth-child(4) .huge-slider-content > .meta-items,
.huge-slider-frame:nth-child(3) .huge-slider-content > .meta-items {
	font-size: 14px;
}





.ot-follow-share {
	display: block;
	position: fixed;
	top: 20%;
	right: 20px;
	z-index: 120;
}

.ot-follow-share a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	border: 2px solid transparent;
	font-size: 15px;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.ot-follow-share a:before {
	position: absolute;
	display: block;
	line-height: inherit;
	right: 0;
	padding-right: 0;
	font-size: 0;
	color: #232323;
	content: attr(data-h-title);
	white-space: nowrap;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.ot-follow-share a:hover:before {
	right: 100%;
	padding-right: 20px;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ot-follow-share a:hover {
/*	background-color: transparent!important;*/
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
	color: #fff!important;
}

.ot-follow-share a.ot-color-facebook {
	background-color: #3b5998;
}

/*
.ot-follow-share a.ot-color-facebook:hover {
	border-color: #3b5998;
	color: #3b5998;
}
*/

.ot-follow-share a.ot-color-twitter {
	background-color: #00aced;
}

/*
.ot-follow-share a.ot-color-twitter:hover {
	border-color: #00aced;
	color: #00aced;
}
*/

.ot-follow-share a.ot-color-google-plus {
	background-color: #dd4b39;
}

/*
.ot-follow-share a.ot-color-google-plus:hover {
	border-color: #dd4b39;
	color: #dd4b39;
}
*/

.ot-follow-share a.ot-color-rss {
	background-color: #ff6600;
}

/*
.ot-follow-share a.ot-color-rss:hover {
	border-color: #ff6600;
	color: #ff6600;
}
*/

.ot-follow-share a.ot-color-pinterest {
	background-color: #cb2027;
}

/*
.ot-follow-share a.ot-color-pinterest:hover {
	border-color: #cb2027;
	color: #cb2027;
}
*/

.ot-follow-share a.ot-color-linkedin {
	background-color: #007bb6;
}

/*
.ot-follow-share a.ot-color-linkedin:hover {
	border-color: #007bb6;
	color: #007bb6;
}
*/


.ot-article-list-error {
    display: block;
    padding: 40px 0;
    text-align: center;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

.ot-article-list-error img {
    display: inline-block;
    margin-bottom: 45px;
}

.ot-article-list-error h3 {
    display: block;
    margin-bottom: 25px;
    font-size: 26px;
}

.button-error {
    display: inline-block;
	margin-top: 4px;
	text-align: center;
	font-size: 14px;
	background-color: #e4e4e4;
	color: #656565;
	padding: 14px 18px;
	border-radius: 2px;
}

.button-error:hover {
	background-color: #d0d0d0;
	color: #232323;
}




.big-error-message {
    display: block;
    text-align: center;
    padding: 50px 0;
}

.big-error-message h3 {
    display: block;
    padding-top: 50px;
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 0;
}

.big-error-message strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.4px;
    margin-bottom: 30px;
}

.big-error-message p {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}






.ot-title-block {
	display: block;

	color: #a5a5a5;
	border-bottom: 2px solid #8e2627;
}

.ot-title-block h2 {
	display: inline-block;
	color: #8e2627;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 0;
	padding-bottom: 6px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 10px 15px;
}
.ot-title-block h3 a {
	color: #2a2666;
	font-size: 15px;
 }
.ot-title-block h3 {
	display: inline-block;

	line-height: 130%;
	border-bottom: 0;
	padding-bottom: 6px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 10px 15px;
	float:right;
}

.ot-content-wrapper-full .ot-title-block h2 {
	border-color: #d9d9d9;
	color: #8b8b8b;
}


.ot-content-block {
	display: block;
	
}


.ot-title-block .ot-title-selector {

	line-height: 35px;
	font-size: 14px;
}

.ot-title-block .ot-title-selector a {
	display: inline-block;
	margin-left: 10px;
}

.ot-title-block .ot-title-selector a.active {
	text-decoration: underline;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > a,
.ot-title-block .ot-title-selector > a:not(.active) {
	color: #0e0e0e;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > a:hover,
.ot-title-block .ot-title-selector > a:not(.active):hover {
	color: #4b4a4a;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop {
	position: relative;
	z-index: 3;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > span {
	display: none;
	position: absolute;
	text-align: center;
	top: 100%;
	left: 50%;
	margin-top: 15px;
	min-width: 100px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.13);
	-webkit-transform: translate(-50%,0) scale(1);
    -ms-transform: translate(-50%,0) scale(1);
    transform: translate(-50%,0) scale(1);
}

.ot-title-block .ot-title-selector .ot-title-selector-drop.active > span {
	display: block;
	-webkit-animation: ot-anim-menu-show .2s forwards;
    -moz-animation: ot-anim-menu-show .2s forwards;
    -ms-animation: ot-anim-menu-show .2s forwards;
    -o-animation: ot-anim-menu-show .2s forwards;
    animation: ot-anim-menu-show .2s forwards;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > span:before {
	display: block;
	content: '';
	position: absolute;
	height: 15px;
	bottom: 100%;
	width: 100%;
	left: 0;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > span a {
	margin-left: 0;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
}

.ot-title-block .ot-title-selector .ot-title-selector-drop > span a:hover {
	background-color: rgba(0,0,0,0.04);
}



.ot-content-tabs .ot-content-tab {
	display: none;
}

.ot-content-tabs .ot-content-tab.active {
	display: block;
}






.paragraph-row {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 0px;
}

.paragraph-row:after {
	display: block;
	clear: both;
	content: '';
}

.paragraph-row .column12{width:100%;}
.paragraph-row .column11{width:91.48936170212765%;*width:91.43617021276594%;}
.paragraph-row .column10{width:82.97872340425532%;*width:82.92553191489361%;}
.paragraph-row .column9{width:74.46808510638297%;*width:74.41489361702126%;}
.paragraph-row .column8{width:65.95744680851064%;*width:65.90425531914893%;}
.paragraph-row .column7{width:57.44680851063829%;*width:57.39361702127659%;}
.paragraph-row .column6{width:48.93617021276595%;*width:48.88297872340425%;}
.paragraph-row .column5{width:40.42553191489362%;*width:40.37234042553192%;}
.paragraph-row .column4{width:31.914893617021278%;*width:31.861702127659576%;}
.paragraph-row .column3{width:23.404255319148934%;*width:23.351063829787233%;}
.paragraph-row .column2{width:14.893617021276595%;*width:14.840425531914894%;}
.paragraph-row .column1{width:6.382978723404255%;*width:6.329787234042553%;}

.paragraph-row > li,
.paragraph-row > div {
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph-row > li:first-child,
.paragraph-row > div:first-child {
	margin-left: 0px;
}


.ot-block-article-slider {
	margin-bottom: 30px;
	position: relative;
}

.ot-block-article-slider:last-child {
	margin-bottom: 0;
}

.ot-block-article-slider .item {
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	margin-bottom: 5px;
}

.ot-block-article-slider .item a {
	position: relative;
	display: block;
}

.ot-block-article-slider .item a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -200px 400px -200px #000;
	content: '';
	z-index: 2;
}

.ot-block-article-slider .item a:hover:before {
	background-color: rgba(255,255,255,0.1);
}

.ot-block-article-slider .item a img {
	width: 100%;
}

.otg-slider .owl-nav > div {
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	background-color: #e842a7;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	overflow: hidden;
}

.otg-slider .owl-nav > div.owl-next {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -25px;
}

.otg-slider .owl-nav > div:before {
	display: block;
	font-size: 20px;
	line-height: inherit;
	font-family: "Material icons";
}

.otg-slider .owl-nav > div.owl-prev:before {
	content: '\E314';
}

.otg-slider .owl-nav > div.owl-next:before {
	content: '\E315';
}

.otg-slider .owl-nav > div:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.otg-slider .owl-nav > div:active {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
}

.otg-slider.owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.otg-slider.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


.ot-block-article-slider .item .item-content {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	z-index: 5;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.ot-block-article-slider .item .item-content > strong {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 130%;
	font-weight: 700;
}

.ot-block-article-slider .item .item-content > .meta-items {
	display: block;
	font-size: 13px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-bottom: 0;
	color: #fff;
}

.ot-block-article-slider .item .item-content > .meta-items > i {
	display: inline-block;
	font-style: normal;
	margin-right: 14px;
}

.ot-block-article-slider .item .item-content > .meta-items > i > i {
	margin-right: 8px;
}




div[data-ot-self-items] {
	display: block;
}

[data-ot-self-items]:after {
	display: block;
	clear: both;
	content: '';
}



[data-ot-self-items] > .item {
	display: block;
	float: left;
	margin-left: 2.5%;
}

[data-ot-self-items="1"] > .item {
	width: 100%;
	margin-left: 0;
}

[data-ot-self-items="2"] > .item {
	width: 48.75%;
}

[data-ot-self-items="3"] > .item {
	width: 31.666666666666664%;
}

[data-ot-self-items="4"] > .item {
	width: 23.125%;
}

[data-ot-self-items="5"] > .item {
	width: 18%;
}

[data-ot-self-items="2"] > .item:nth-child(2n+1),
[data-ot-self-items="3"] > .item:nth-child(3n+1),
[data-ot-self-items="4"] > .item:nth-child(4n+1),
[data-ot-self-items="5"] > .item:nth-child(5n+1) {
	margin-left: 0!important;
	clear: both;
}

[data-ot-self-items="5"] > .item:nth-child(n+6),
[data-ot-self-items="4"] > .item:nth-child(n+5),
[data-ot-self-items="3"] > .item:nth-child(n+4),
[data-ot-self-items="2"] > .item:nth-child(n+3),
[data-ot-self-items="1"] > .item:nth-child(n+2) {
	margin-top: 30px;
}



.ot-material-card {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;
}

.ot-grid-article-list .ot-material-card:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.ot-material-card .item-header {
	display: block;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
}

.ot-material-card .item-content {
	display: block;
	padding: 25px;
}

.ot-material-card .item-content > h3 {
	display: block;
	margin-bottom: 15px;
	color: #5c5c5c;
	font-size: 17px;
	font-weight: normal;
}


.ot-material-card-content {
	display: block;
	padding: 30px;
}

.ot-material-card-content .ot-title-block h2 {
	display: inline-block;
	border-bottom: 1px solid #e9eaea;
	padding-bottom: 20px;
	padding-bottom: 10px;
}

.ot-material-card-content h1,
.ot-material-card-content h2,
.ot-material-card-content h3,
.ot-material-card-content h4,
.ot-material-card-content h5,
.ot-material-card-content h6 {
	color: #7D7D7D;
}

.ot-material-card-content p {
	color: #aaa;
	font-size: 15px;
}

.img-with-no-margin {
	margin-bottom: 30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -31px;
	z-index: 2;
	position: relative;
}

.img-with-no-margin img {
	width: 100%;
}

.google-maps, .video-embed {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.google-maps iframe, .video-embed object, .video-embed embed, .video-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}


.ot-content-block .ot-material-card {
	margin-bottom: -20px;
}

.ot-content-block:last-child .ot-material-card {
	margin-bottom: 0;
}


.ot-material-card-content .ot-content-block {
	margin-bottom: 0;
}


.meta-items {
	display: block;
	font-size: 13px;
	margin-bottom: 17px;
	color: #767676;
}

.meta-items > .meta-items-i {
    display: inline-block;
    font-style: normal;
    margin-right: 14px;
	color: inherit;
}

.meta-items > .meta-items-i > i {
    margin-right: 8px;
}

.ot-material-card .item-content > p {
    color: #5c5c5c;
	font-size: 14px;
	line-height: 150%;
}

.ot-material-card .item-footer {
    display: block;
	padding: 10px 15px;
	border-top: 1px solid #EAEAEA;
}

.ot-material-card .card-footer-button {
	display: inline-block;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 2px;
}

.ot-material-card .card-footer-button:hover {
	background-color: #f2f2f2;
	color: #232323;
}



.card-footer-button i.material-icons {
	display: inline-block;
	margin-right: 7px;
}


.ot-content-wrapper-full {
	display: block;
	background-color: #e8e8e8;
	padding: 40px 0;
	margin-bottom: 50px;
}

.ot-content-wrapper-full:last-child {
	margin-bottom: 0;
}




.ot-title-block {
	display: block;
	position: relative;
}

.ot-title-block-navi {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -4px;
}


.ot-title-block-navi .owl-prev,
.ot-title-block-navi .owl-next {
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 0;
/*	background-color: #e842a7;*/
/*	background-color: rgba(0,0,0,0.05);*/
/*	color: #fff;*/
	color: #545454;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
/*	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);*/
	overflow: hidden;
	cursor: pointer;
	margin-left: 4px;
}

.ot-title-block-navi .owl-prev:before {
    content: '\E316';
    display: block;
    font-size: 20px;
    line-height: inherit;
    font-family: "Material icons";
}

.ot-title-block-navi .owl-next:before {
    content: '\E313';
    display: block;
    font-size: 20px;
    line-height: inherit;
    font-family: "Material icons";
}

.ot-title-block-navi .owl-prev:hover,
.ot-title-block-navi .owl-next:hover {
	background-color: #e842a7;
	color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.ot-title-block-navi .owl-prev:active,
.ot-title-block-navi .owl-next:active {
	background-color: #e842a7;
	color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
}






.ot-block-content-vertical-slider {
	display: block;
	overflow: hidden;
}

.ot-block-content-vertical-slider-wrapper {
	display: none;
}

.ot-block-content-vertical-slider-wrapper > .item {
	display: block;
	padding-bottom: 26px;
	position: relative;
}

.ot-block-content-vertical-slider-wrapper > .item:after {
	display: block;
	clear: both;
	content: '';
}

.ot-block-content-vertical-slider-wrapper > .item:last-child {
	padding-bottom: 0;
}

.ot-block-content-vertical-slider-wrapper > .item .item-header {
	display: block;
	width: 160px;
	float: left;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	margin-bottom: 4px;
}

.ot-block-content-vertical-slider-wrapper > .item .item-content {
	display: block;
	margin-left: 185px;
	padding: 6px 0;
}

.ot-block-content-vertical-slider-wrapper > .item.no-image .item-header {
	display: none;
}

.ot-block-content-vertical-slider-wrapper > .item.no-image .item-content {
	margin-left: 0;
}

.ot-block-content-vertical-slider-wrapper > .item .item-content h3 {
	display: block;
	margin-bottom: 11px;
	font-size: 18px;
	color: #4b4a4a;
}

.ot-block-content-vertical-slider-wrapper > .item .item-content .meta-items {
	margin-bottom: 0;
}



.ot-block-content-vertical-slider {
	display: block;
	position: relative;
}

.ot-block-content-vertical-slider-wrapper {
	opacity: 0;
    filter: alpha(opacity=0);
	transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.ot-block-content-vertical-slider-wrapper.active {
	display: block;
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}


/* Animate out */
.ot-block-content-vertical-slider-wrapper.suf-active {
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-animation: vslide-anim-up-out 0.5s; /* Safari and Chrome */
	-moz-animation: vslide-anim-up-out 0.5s; /* Firefox */
	-ms-animation: vslide-anim-up-out 0.5s; /* Internet Explorer */
	-o-animation: vslide-anim-up-out 0.5s; /* Opera */
	animation: vslide-anim-up-out 0.5s;
}

/* Animate in */
.ot-block-content-vertical-slider-wrapper.pre-active {
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
	height: 100%;
	position: absolute;
	-webkit-animation: vslide-anim-up-in 0.5s; /* Safari and Chrome */
	-moz-animation: vslide-anim-up-in 0.5s; /* Firefox */
	-ms-animation: vslide-anim-up-in 0.5s; /* Internet Explorer */
	-o-animation: vslide-anim-up-in 0.5s; /* Opera */
	animation: vslide-anim-up-in 0.5s;
}


/* Animate out */
.ot-block-content-vertical-slider-wrapper.suf-active-down {
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-animation: vslide-anim-down-out 0.5s; /* Safari and Chrome */
	-moz-animation: vslide-anim-down-out 0.5s; /* Firefox */
	-ms-animation: vslide-anim-down-out 0.5s; /* Internet Explorer */
	-o-animation: vslide-anim-down-out 0.5s; /* Opera */
	animation: vslide-anim-down-out 0.5s;
}

/* Animate in */
.ot-block-content-vertical-slider-wrapper.pre-active-down {
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
	height: 100%;
	position: absolute;
	-webkit-animation: vslide-anim-down-in 0.5s; /* Safari and Chrome */
	-moz-animation: vslide-anim-down-in 0.5s; /* Firefox */
	-ms-animation: vslide-anim-down-in 0.5s; /* Internet Explorer */
	-o-animation: vslide-anim-down-in 0.5s; /* Opera */
	animation: vslide-anim-down-in 0.5s;
}


@keyframes vslide-anim-up-in {
    from {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Firefox */
@-moz-keyframes vslide-anim-up-in {
    from {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Safari and Chrome */
@-webkit-keyframes vslide-anim-up-in {
    from {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Internet Explorer */
@-ms-keyframes vslide-anim-up-in {
    from {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Opera */
@-o-keyframes vslide-anim-up-in {
    from {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}





@keyframes vslide-anim-up-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Firefox */
@-moz-keyframes vslide-anim-up-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Safari and Chrome */
@-webkit-keyframes vslide-anim-up-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Internet Explorer */
@-ms-keyframes vslide-anim-up-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Opera */
@-o-keyframes vslide-anim-up-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}





/*  ----------------------  */


@keyframes vslide-anim-down-in {
    from {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Firefox */
@-moz-keyframes vslide-anim-down-in {
    from {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Safari and Chrome */
@-webkit-keyframes vslide-anim-down-in {
    from {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Internet Explorer */
@-ms-keyframes vslide-anim-down-in {
    from {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* Opera */
@-o-keyframes vslide-anim-down-in {
    from {
		-webkit-transform: translate(0,-110%);
		-ms-transform: translate(0,-110%);
		transform: translate(0,-110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
    to   {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}


/*  ----------------------  */


@keyframes vslide-anim-down-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Firefox */
@-moz-keyframes vslide-anim-down-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Safari and Chrome */
@-webkit-keyframes vslide-anim-down-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Internet Explorer */
@-ms-keyframes vslide-anim-down-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* Opera */
@-o-keyframes vslide-anim-down-out {
    from {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
    to   {
		-webkit-transform: translate(0,110%);
		-ms-transform: translate(0,110%);
		transform: translate(0,110%);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}




.ot-block-article-slider.ot-block-article-slider-large-text .item .item-content {
	padding: 30px;
}

.ot-block-article-slider.ot-block-article-slider-large-text .item .item-content>strong {
	font-size: 24px;
	margin-bottom: 16px;
}

.ot-block-article-slider.ot-block-article-slider-large-text .item .item-content>.meta-items {
	font-size: 14px;
}






.ot-content-wrapper-full .ot-content-block:last-child {
	margin-bottom: 0;
}



.shortcode-content {
	display: block;
	color: #656565;
}

.shortcode-content p {
	font-size: 20px;
	color: #313131;
	
}







.ot-short-video-preview {
	display: block;
	margin-bottom: 25px;
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.06),0 1px 3px transparent,0 1px 2px transparent;
	border-radius: 3px;
	background: rgba(255,255,255,0.14);
}

.ot-short-video-preview:hover {
	background: rgba(255,255,255,0.5);
	box-shadow: inset 0 0 0 3px transparent,0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.ot-short-video-preview .ot-short-video-header {
	display: block;
	float: left;
	width: 41%;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}

.ot-short-video-preview .ot-short-video-header i.material-icons {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	text-shadow: 0 0 30px rgba(0,0,0,0.8);
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
}

.ot-short-video-preview .ot-short-video-content {
	display: block;
	margin-left: 41%;
	padding: 17px 18px;
}

.ot-short-video-preview .ot-short-video-content > strong {
	display: block;
	margin-bottom: 8px;
	height: 38px;
	overflow: hidden;
	font-size: 16px;
}

.ot-short-video-preview .ot-short-video-content > .ot-short-video-href {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	color: #69a0d8;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ot-short-video-preview .ot-short-video-content > .button {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.06);
	color: #232323;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 2px;
	line-height: 10px;
}

.ot-short-video-preview:after {
	display: block;
	content: '';
	clear: both;
}

.ot-short-video-preview:last-child {
	margin-bottom: 0;
}


.shortcode-content .mdl-button {
	margin-right: 10px;
}


.widget .ot-short-video-preview .ot-short-video-header {
	float: none;
	width: 100%;
}

.widget .ot-short-video-preview .ot-short-video-header img {
	width: 100%;
	border-radius: 3px;
}

.widget .ot-short-video-preview .ot-short-video-content {
	margin-left: 0;
}

.widget .ot-short-video-preview .ot-short-video-content>strong {
	height: auto;
	line-height: 130%;
}


button,
input[type="submit"],
.button.ot-shortcode-button,
a.button.ot-shortcode-button,
.ot-short-button {
	display: inline-block;
	padding: 10px 18px 12px 18px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 100px transparent,inset 0 -2px 0 rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.08);
	background-color: #039be5;
	line-height: 16px;
	height: auto;
	border: 0;
	cursor: pointer;
	position: relative;
}

button:hover,
input[type="submit"]:hover,
.button.ot-shortcode-button:hover,
a.button.ot-shortcode-button:hover,
.ot-short-button:hover {
	box-shadow: inset 0 0 0 100px rgba(255,255,255,.1),inset 0 -2px 0 rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.08);
	color: #fff;
/*	box-shadow: inset 0 -50px 40px -40px rgba(0,0,0,.1),inset 0 -3px 0 rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.08);*/
}

button:active,
input[type="submit"]:active,
.button.ot-shortcode-button:active,
a.button.ot-shortcode-button:active,
.ot-short-button:active {
	color: #fff;
}

button .mdl-ripple {
	background-color: #fff;
}


.ot-material-card .ot-shortcode-accordion > div:not(.active) {
	background-color: #f8f9fa;
}
.ot-material-card .ot-shortcode-accordion > div:not(.active):hover {
	background-color: #f0f0f0;
}

.ot-shortcode-accordion > div {
	display: block;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.4);
	margin-bottom: 1px;
	padding: 0!important;
}

.ot-shortcode-accordion > div.active {
	margin-bottom: 8px;
	margin-top: 8px;
}

.ot-shortcode-accordion > div:first-child {
	margin-top: 0;
}

.ot-shortcode-accordion > div:last-child {
	margin-bottom: 0;
}

.ot-shortcode-accordion > div > a {
	padding: 17px 21px 0 50px;
	color: #5D5D5D;
}

/*
.ot-shortcode-accordion > div.active > a {
	padding: 17px 21px 20px 50px;
}
*/

.ot-shortcode-accordion > div > a:before {
	background: transparent!important;
	color: #ccc;
	content: '\E8FD'!important;
	font-family: 'Material icons';
	font-size: 22px;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 17px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: 0 1px 3px transparent,0 1px 2px transparent;
}

.ot-shortcode-accordion > div:hover {
	background: rgba(255,255,255,.5);
}

.ot-shortcode-accordion > div.active {
	background: rgba(255,255,255,.5);
    box-shadow: 0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.12);
}

.ot-shortcode-accordion > div.active > a:before {
	border-color: #DCDCDC;
}

.ot-shortcode-accordion > div {
	padding-bottom: 20px!important;
	overflow: hidden;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.ot-shortcode-accordion > div > div {
	padding-top: 38px;
}

.ot-shortcode-accordion > div:after {
	display: none!important;
}

.ot-shortcode-accordion > div > a:after {
	position: absolute;
	background: transparent!important;
	color: #ccc;
	content: '\E145'!important;
	font-family: 'Material icons';
	font-size: 22px;
	top: 0;
	right: 0;
	font-weight: normal;
	text-align: left;
	padding: 17px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: 0 1px 3px transparent,0 1px 2px transparent;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.ot-shortcode-accordion > div.active > a:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ot-shortcode-accordion > div > a:hover {
	color: #232323;
}

.pos-photo-gallery {
	width: 500px;
	max-width: 100%;
	margin-bottom: 25px;
}

.pos-photo-gallery>a.right {
	display: block;
	float: none;
	text-align: right;
	background-color: #f0f0f0;
	margin-top: 6px;
	padding: 8px 10px;
	border-radius: 2px;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #eee;
}

blockquote:after,
blockquote:before {
	display: none;
}

blockquote footer {
	font-size: 14px;
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}


.wp-caption {
	display: block;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    text-align: center;
    margin-bottom: 30px!important;
    max-width: 100%;
}

.wp-caption a {
    display: block;
    box-shadow: none!important;
}

.wp-caption > a {
	background-color: #E0E0E0;
}

.wp-caption p {
    font-style: italic;
    font-size: 14px;
    padding: 10px 12px;
    text-align: left;
    color: #6d6d6d;
}

.shortcode-content ol,
.shortcode-content ul {
    margin-bottom: 25px;
    line-height: 150%;
    font-size: 17px;
}

.shortcode-content ul:not(.fa-ul) {
	padding-left: 20px;
}

.shortcode-content .ot-shortcode-tabs > ul {
	padding-left: 0;
}

.shortcode-content ol {
    list-style: decimal;
    padding-left: 20px;
}

.shortcode-content ul li,
.shortcode-content ol li {
	margin-top: 10px;
}

.rss-widget-icon {
	vertical-align: middle;
}
.widget ul .rsswidget {
	font-weight: bold;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}

.widget ul li:first-child .rsswidget {
	margin-top: 0;
}

.widget .rss-date {
	display: block;
	margin-bottom: 10px;
}

.widget .rssSummary {
	display: block;
	margin-bottom: 10px;
}



#calendar_wrap {
	max-width: 100%;
}

#wp-calendar { width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: rgba(226, 226, 226, 0.2); border: 1px solid rgb(242, 242, 242); text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #8B949D; color: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }





pre,
.table {
	margin-bottom: 25px;
}


blockquote {
	margin-bottom: 25px;
}





.shortcode-content table {
	margin-bottom: 30px;
	width: 100%;
}

.shortcode-content table tr > th {
    padding: 5px;
}

.shortcode-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.shortcode-content table tr > th,
.shortcode-content table tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}


.shortcode-content dl:not(.gallery-item) {
	border: 1px dotted #ccc;
	padding: 1em;
}
.shortcode-content dl:not(.gallery-item) dt {
	float: left;
	clear: left;
	width: 170px;
	text-align: right;
	font-weight: bold;
	color: #ccc;
}
.shortcode-content dl:not(.gallery-item) dt:after {
	content: ":";
}
.shortcode-content dl:not(.gallery-item) dd {
	margin: 0 0 0 200px;
	padding: 0 0 1em 0;
}

th {
    text-align: left;
}








.ot-featured-author-block {
	display: block;
}

.ot-featured-author-block .ot-featured-author-header {
	display: block;
	float: left;
	width: 23.125%;
	text-align: center;
}

.ot-featured-author-block .ot-featured-author-header > strong {
	display: block;
	margin-bottom: 22px;
	font-size: 22px;
	color: #e842a7;
}

.ot-featured-author-block .ot-featured-author-header > strong a {
	color: inherit;
}

.ot-featured-author-block .ot-featured-author-header > strong a:hover {
	color: #232323;
}

.ot-featured-author-block .ot-featured-author-header > p {
	display: block;
	margin-bottom: 22px;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 150%;
}

.ot-featured-author-block .ot-featured-author-header > p:last-child {
	margin-bottom: 0;
}

.ot-featured-author-block .ot-featured-author-header .author-avatar {
	display: inline-block;
	margin-bottom: 22px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}

.ot-featured-author-block .ot-featured-author-header .author-avatar img {
	width: 100%;
	height: 100%;
}

.ot-featured-author-block .ot-featured-author-content {
	display: block;
	margin-left: 25.625%;
}

.ot-block-article-slider .item-category {
	margin-bottom: 7px;
	display: block;
	font-size: 14px;
	line-height: 100%;
}

.ot-block-article-slider .item-category .item-category-i {
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 2px;
	padding: 5px 7px;
	overflow: hidden;
	position: relative;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.58);
}

.ot-block-article-slider .item-category .item-category-i:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	border-bottom: 100px solid transparent;
	border-color: inherit;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.ot-featured-author-block:after {
	display: block;
	clear: both;
	content: '';
}

.button.ot-shortcode-button:last-child,
.ot-short-button:last-child,
a.button.ot-shortcode-button:last-child {
	margin-right: 0;
}







.ot-content-with-sidebar-right {
	display: block;
}

.ot-content-with-sidebar-right:after {
	display: block;
	clear: both;
	content: '';
}

.ot-content-with-sidebar-right .ot-main-page-content {
	display: block;
	float: left;
	width: 65.83333333333333%;
	margin-right: 2.5%;
}








.owl-item {
	-webkit-transform: translateZ(0);
}



:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}








/*------------------------------------------------------------------
[4. Comments]

+ .comments-block
	+ 
		+ 

-------------------------------------------------------------------*/


#respond p {
    display: block;
    margin-bottom: 12px;
}

#respond label {
    display: block;
}

#respond label span {
	display: block;
	padding-bottom: 4px;
	font-size: 13px;
	color: #8b949d;
	font-weight: bold;
}

#respond label span .required {
    display: inline-block;
    padding-left: 6px;
    color: #f15a36;
    font-size: 20px;
    line-height: 100%;
    vertical-align: bottom;
    font-style: normal;
}

#respond label textarea,
#respond label input {
    display: block;
    border: 2px solid #f0f1f2;
    border-radius: 2px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
	color: #232323;
}

#respond label textarea:focus,
#respond label input:focus {
    border-color: #039BE5;
}

#reply-title {
	text-align: center;
	color: #EA5C47;
}

#reply-title small {
	opacity: 1;
}

#reply-title a {
	color: inherit;
	background-color: rgba(255,0,0,0.08);
	padding: 9px 18px;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;
}

#reply-title a:hover {
	background-color: #EA5C47;
	color: #fff;
}

#respond label textarea {
	height: 146px;
}

#respond form {
	display: block;
	width: 460px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#respond .form-submit {
/*	margin-bottom: 0;*/
	margin-top: 25px;
}

.comment-info {
	display: block;
	padding-bottom: 35px;
	border-bottom: 1px solid #E9EAEA;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.comment-info h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.comment-info .comment-info-inner {
	display: block;
	width: 460px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.comment-info .material-icons {
	font-size: 46px;
	line-height: 36px !important;
	height: 36px;
	color: #E9EAEA;
	position: absolute;
	right: 100%;
	margin-right: 20px;
	font-weight: normal;
}



.ot-shortcode-alert-message {
	padding: 16px 18px;
}

#respond .ot-shortcode-alert-message {
	margin-bottom: 25px;
}


.fa-ul {
	font-size: 16px;
	margin-bottom: 25px;
}

.shortcode-content > .fa-ul:last-child {
	margin-bottom: 0;
}

.fa-ul li {
	padding-top: 3px;
	margin-top: 8px;
}

.ot-shortcode-social-icon i.fa, .ot-shortcode-social-icon i.ti {
	padding: 0;
	width: 30px;
    text-align: center;
}



.article-head {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9eaea;
}

.article-head h1 {
	font-size: 30px;
	color: #565656;
}

.article-head p {
	font-size: 17px;
	color: #7D7D7D;
	font-weight: bold;
}


.article-head-meta {
	display: block;
	font-size: 15px;
}

.article-head-meta .meta-item {
	display: inline-block;
	margin-right: 17px;
	font-weight: 500;
	color: #aaa;
}

.article-head-meta a.meta-item:hover {
	color: #232323;
}

.article-head-meta .meta-item i {
	display: inline-block;
	margin-right: 7px;
}


.article-foot-tags {
	display: block;
	margin-top: 30px;
	border-top: 1px solid #E9EAEA;
	padding-top: 30px;
}

.article-foot-tags > strong {
	display: block;
	font-size: 16px;
	color: #C3C3C3;
	font-weight: 500;
}

.article-foot-tags > strong i {
	display: inline-block;
	margin-right: 8px;
}

.article-foot-tags > div {
	display: block;
	margin-top: 20px;
}

.article-foot-tags > div a {
	display: inline-block;
	font-size: 14px!important;
	background-color: #F5F5F5;
	color: #656565;
	padding: 8px 14px;
	border-radius: 2px;
	margin: 0 5px 7px 0;
}

.article-foot-tags > div a:hover {
	background-color: #e4e4e4;
	color: #232323;
}



.about-author-block {
	display: block;
}

.about-author-block img {
	display: block;
	width: 100%;
}

.about-author-block h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 120%;
}



#comments {
	display: block;
	margin: 0;
	padding: 0;
}

#comments li {
    display: block;
}

#comments ul,
#comments ol {
    display: block;
    margin: 0;
    padding: 0;
}

#comments .comment-block {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9EAEA;
    padding-bottom: 30px;
}

#comments li li .comment-block {
    padding-left: 50px;
}

#comments > li:last-child > .comment-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#comments .comment-text {
    display: block;
    margin-left: 80px;
}

#comments .image-avatar {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

#comments .image-avatar img {
	width: 100%;
	height: 100%;
}

#comments .comment-text .time-stamp {
    display: block;
    font-size: 14px;
    color: #c5c5c5;
	line-height: 120%;
}

#comments .comment-text .user-nick {
    display: block;
    font-size: 18px;
	margin-bottom: 20px;
    line-height: 100%;
}

#comments .shortcode-content {
	margin-bottom: 20px;
	display: block;
}

#comments .shortcode-content p {
	font-size: 15px;
}

#comments .comment-text .read-more-button {
	font-size: 13px;
	padding: 11px 12px;
	line-height: 140%;
	margin-left: -12px;
	margin-top: -8px;
	border: 1px solid #e2e2e2;
}

#comments .comment-text .user-nick .user-label {
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    background-color: #039BE5;
    color: #fff;
    vertical-align: top;
    padding: 0 6px;
    border-radius: 2px;
    line-height: 20px;
    margin-top: -2px;
}

.article-review-content {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E9EAEA;
	padding-left: 150px;
}

.article-review-score {
	float: left;
	width: 120px;
	background-color: #039BE5;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.article-review-score .article-review-score-num {
	display: block;
	line-height: 76px;
	font-size: 44px;
}

.article-review-score .article-review-score-name {
	display: block;
	padding: 9px 6px;
	background-color: rgba(255,255,255,0.2);
	text-transform: uppercase;
	font-weight: normal;
}

.article-review-content h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.article-review-content:after {
	display: block;
	clear: both;
	content: '';
}

.article-review-block-bad > strong,
.article-review-block-good > strong {
    display: block;
    margin-bottom: 18px;
    font-size: 26px;
    color: #88c442;
    line-height: 100%;
}

.article-review-block-bad > strong {
    color: #DD4B39;
}

.article-review-block-bad ul,
.article-review-block-good ul {
    display: block;
    margin: 0;
    padding: 0;
}

.article-review-block-bad ul li,
.article-review-block-good ul li {
    display: block;
    margin: 0;
    padding: 6px 0 0 28px;
    position: relative;
    font-size: 14px;
}

.article-review-block-good ul li:before {
	display: block;
	position: absolute;
	left: 0;
	content: '\E145';
	font-family: 'Material icons';
	font-size: 18px;
	line-height: inherit;
	font-weight: normal;
	color: #aaa;
}

.article-review-block-bad ul li:before {
	display: block;
	position: absolute;
	left: 0;
	content: '\E15B';
	font-family: 'Material icons';
	font-size: 18px;
	line-height: inherit;
	font-weight: normal;
	color: #aaa;
}


.comments-big-message {
    display: block;
    padding: 30px 0 60px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	color: #aaa;
}

.comments-big-message .material-icons, .comments-big-message i.fa {
    display: block;
    float: left;
    font-size: 60px;
    line-height: 100%;
}

.comments-big-message strong {
    display: block;
    margin-left: 90px;
    font-size: 24px;
    margin-bottom: 4px;
}

.comments-big-message p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 90px;
    opacity: .5;
    filter: alpha(opacity=50);
}





/*------------------------------------------------------------------
[5. Photo gallery]

+ .photo-gallery-blocks
	+ 
		+ 

-------------------------------------------------------------------*/

.photo-gallery-frame {
	display: block;
	margin-top: -40px;
	background-color: #232323;
	text-align: center;
	color: #ccc;
	margin-bottom: 40px;
}

.photo-gallery-frame .wrapper {
	background-color: #303030;
}

.photo-gallery-frame .photo-gallery-inner {
	display: block;
	line-height: 400px;
	min-height: 400px;
	vertical-align: middle;
}

.photo-gallery-frame .photo-gallery-inner img {
	vertical-align: middle;
}

.photo-gallery-frame .ot-content-block {
	display: block;
	text-align: left;
	padding: 40px 50px;
	margin: 0;
	max-width: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.photo-gallery-frame .ot-content-block h1,
.photo-gallery-frame .ot-content-block h2,
.photo-gallery-frame .ot-content-block h3,
.photo-gallery-frame .ot-content-block h4,
.photo-gallery-frame .ot-content-block h5,
.photo-gallery-frame .ot-content-block h6 {
	color: #fff;
}

.photo-gallery-frame .ot-content-block p {
	font-size: 17px;
	line-height: 150%;
	color: #a5a5a5;
}


.photo-gallery-thumbs {
	display: block;
	text-align: left;
	padding: 24px;
	background-color: #3c3c3c;
	position: relative;
}

.photo-gallery-thumbs-inner {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
	padding-left: 4px;
}


.photo-gallery-thumbs-inner .item {
    margin-right: 15px;
    display: inline-block;
    margin-left: -3px;
    opacity: .4;
    filter: alpha(opacity=40);
    width: 100px;
    vertical-align: middle;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.photo-gallery-thumbs-inner .item.active,
.photo-gallery-thumbs-inner .item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.photo-gallery-thumbs-inner .item:before {
    display: block;
    position: absolute;
    box-shadow: inset 0 0 0 2px transparent,inset 0 0 0 4px transparent;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.photo-gallery-thumbs-inner .item.active:before {
    box-shadow: inset 0 0 0 3px #039BE5,inset 0 0 0 4px #37383A;
}

.photo-gallery-thumbs-inner .item img {
    border-radius: 2px;
    overflow: hidden;
}



.photo-gallery-nav-left,
.photo-gallery-nav-right {
	display: block;
	position: absolute;
	left: -25px;
	top: 36px;
	background-color: #e842a7;
	color: #fff;
	border: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	padding: 0;
	z-index: 3;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.photo-gallery-thumbs:hover .photo-gallery-nav-left,
.photo-gallery-thumbs:hover .photo-gallery-nav-right {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-nav-right {
	left: auto;
	right: -25px;
}

.photo-gallery-nav-left:focus,
.photo-gallery-nav-right:focus,
.photo-gallery-nav-left:hover,
.photo-gallery-nav-right:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.photo-gallery-nav-left:active,
.photo-gallery-nav-right:active {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36), inset 0 0 0 100px rgba(0,0,0,0.1);
}



.photo-gallery-thumbs-inner:after,
.photo-gallery-thumbs-inner:before {
    content: '';
    top: 0;
    z-index: 2;
    height: 100%;
    display: block;
    position: absolute;
    width: 100px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.photo-gallery-thumbs-inner:before {
    right: 100%;
    box-shadow: -5px 0 60px 40px transparent;
}

.photo-gallery-thumbs-inner:after {
    left: 100%;
    box-shadow: 5px 0 60px 40px #3C3C3C;
}

.photo-gallery-thumbs-inner.not-first:before {
    box-shadow: -5px 0 60px 40px #3C3C3C!important;
}

.photo-gallery-thumbs-inner.is-last:after {
    box-shadow: -5px 0 60px 40px transparent!important;
}






/*------------------------------------------------------------------
[6. Sidebar styling]

+ #sidebar
	+ 
		+ 

Widget content	  .widget > div
-------------------------------------------------------------------*/

.sidebar {
	width: 31.666666666666664%;
	float: left;
	margin-bottom: 50px;
}

.otg-item.sidebar .sidebar {
	float: none;
	width: 100%;
}

.otg-item.sidebar:first-child {
	padding-right: 30px;
}

.otg-item.sidebar:last-child {
	padding-left: 30px;
}

.widget {
	display: block;
	margin-bottom: 35px;
}

.widget > h3,
.widget > h4 {
	display: block;
	border-bottom: 2px solid #8d2526;
}

.widget > h3 > span,
.widget > h4 > span {
	display: inline-block;
	color: #8d2526;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 0;
	padding-bottom: 6px;
	font-weight: 400;
	margin-bottom: 0;
	margin-bottom: 25px;
	padding: 10px 15px;
	margin-bottom: 0;
}

.ot-content-wrapper-full .widget > h3 > span,
.ot-content-wrapper-full .widget > h4 > span {
	border-color: #d9d9d9;
	color: #8b8b8b;
}

.footer-widgets .widget > h3 > span,
.footer-widgets .widget > h4 > span {
	border-color: rgba(255,255,255,.2);
	color: #eeeeee;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .tagcloud {
	display: block;
}

.widget .tagcloud a {
	display: inline-block;
	font-size: 14px!important;
	background-color: #e4e4e4;
	color: #656565;
	padding: 9px 14px;
	border-radius: 2px;
	margin: 0 5px 7px 0;
}

.widget .tagcloud a:hover {
	background-color: #d0d0d0;
	color: #232323;
}

.widget .do-space {
	background-color: #efefef;
	text-align: center;
	padding: 35px 0;
}

#footer .widget .do-space {
	background-color: transparent;
	padding: 0;
}

#footer .ot-widget-article-list > .item.no-image .item-content {
	padding-bottom: 20px;
}

#footer .ot-widget-article-list > .item.no-image .item-content h4 a {
	padding-left: 0;
}

#footer .ot-widget-article-list > .item.no-image:last-of-type .item-content {
	padding-bottom: 0;
}



.widget .search-form {
	display: block;
	font-size: 0;
}

.widget .search-form .screen-reader-text {
	display: none;
}

.widget .search-form input[type="search"],
.widget .search-form input[type="text"] {
	display: inline-block;
	width: 65%;
	font-size: 14px;
	margin-right: 5%;
	padding: 12px 14px;
	background-color: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
}

.widget .search-form button,
.widget .search-form input[type="submit"] {
	display: inline-block;
	width: 30%;
	font-size: 14px;
	padding: 12px 14px;
	background-color: #00A2FF;
	border: 1px solid rgba(0,0,0,0.1);
	color: #fff;
	border-radius: 2px;
}

.widget .search-form button:hover,
.widget .search-form input[type="submit"]:hover {
	box-shadow: inset 0 0 0 100px rgba(255,255,255,0.1);
}

.widget .search-form button:active,
.widget .search-form input[type="submit"]:active {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}

.widget > ul,
.widget > div > ul,
.widget > ul li,
.widget > div > ul li {
	padding-left: 0;
	list-style: none;
}

.widget > ul ul,
.widget > div > ul ul {
	padding-left: 20px;
}


.ot-widget-article-list {
	display: block;

}

.ot-widget-article-list > .item {
	display: table;
	background: rgba(255,255,255,0.8);
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	border-radius: 2px;	
}
/*
.ot-widget-article-list > .item:first-child {
	border-radius: 2px 2px 0 0;
}

.ot-widget-article-list > .item:last-child {
	border-radius: 0 0 2px 2px;
}

.ot-widget-article-list > .item:first-child:last-child {
	border-radius: 2px;
}
*/
.ot-widget-article-list > .item h4 {
	font-size: 17px;
	margin-bottom: 8px;

}

.ot-widget-article-list > .item h4 a {
	display: block;
	padding: 12px 34px 12px 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;  	
	max-height: 100px;
}

.ot-widget-article-list > .item .item-header {
	display: table-cell;
	width: 33%;
	vertical-align: top;
	padding-bottom: 0;
}

.ot-widget-article-list > .item .item-content {
	display: table-cell;
	width: 70%;
	vertical-align: middle;

}

.ot-widget-article-list > .item.no-image .item-content {
	width: 100%;
}

.ot-widget-article-list > .item:last-child .item-content {
	box-shadow: none;
}

.ot-widget-article-list > .item .read-later-widget-btn {
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 0;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	background-color: #e842a7;
	color: #fff!important;
	margin-right: 0;
	margin-top: -18px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	opacity: 0;
	filter: alpha(opacity=0);
}

.ot-widget-article-list > .item .read-later-widget-btn:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.ot-widget-article-list > .item .read-later-widget-btn:active {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
}

.ot-widget-article-list > .item:hover .read-later-widget-btn {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-right: -18px;
}

.otg-items-3 .ot-widget-article-list,
.otg-items-4 .ot-widget-article-list,
.otg-items-5 .ot-widget-article-list,
.otg-items-6 .ot-widget-article-list {
	background-color: transparent!important;
	box-shadow: none!important;
}

.otg-items-3 .ot-widget-article-list .item-content,
.otg-items-4 .ot-widget-article-list .item-content,
.otg-items-5 .ot-widget-article-list .item-content,
.otg-items-6 .ot-widget-article-list .item-content {
	box-shadow: none;
	padding-top: 0;
	width: 80%;
	vertical-align: top;
}

.otg-items-3 .ot-widget-article-list > .item .item-header,
.otg-items-4 .ot-widget-article-list > .item .item-header,
.otg-items-5 .ot-widget-article-list > .item .item-header,
.otg-items-6 .ot-widget-article-list > .item .item-header {
	width: 20%;
	padding-top: 3px;
}

.otg-items-3 .ot-widget-article-list > .item h4 a,
.otg-items-4 .ot-widget-article-list > .item h4 a,
.otg-items-5 .ot-widget-article-list > .item h4 a,
.otg-items-6 .ot-widget-article-list > .item h4 a {
	padding-top: 0;
	font-size: 13px;
}

.otg-items-3 .ot-widget-article-list img,
.otg-items-4 .ot-widget-article-list img,
.otg-items-5 .ot-widget-article-list img,
.otg-items-6 .ot-widget-article-list img {
	padding-bottom: 20px;
}

.ot-inline-tooltip {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	background-color: #232323;
	color: #fff;
	font-style: normal;
	font-size: 11px;
	line-height: 100%;
	padding: 6px 9px 7px 9px;
	border-radius: 2px;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.ot-inline-tooltip:before {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background-color: inherit;
	content: '';
	top: 100%;
	position: absolute;
	left: 50%;
	margin-top: -5px;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	-ms-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

.read-later-widget-btn:hover .ot-inline-tooltip {
	display: block;
	-webkit-animation: ot-anim-tooltip-show .2s forwards;
    -moz-animation: ot-anim-tooltip-show .2s forwards;
    -ms-animation: ot-anim-tooltip-show .2s forwards;
    -o-animation: ot-anim-tooltip-show .2s forwards;
    animation: ot-anim-tooltip-show .2s forwards;
}

.ot-widget-button {
	display: block;
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
	background-color: #e4e4e4;
	color: #656565;
	padding: 14px 12px;
	border-radius: 2px;
}

.ot-widget-button:hover {
	background-color: #d0d0d0;
	color: #232323;
}






.ot-widget-comments-list {
	display: block;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	border-radius: 2px;
}

.ot-widget-comments-list > .item {
	display: table;
	background: rgba(255,255,255,0.8);
	position: relative;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
	width: 100%;
}

.ot-widget-comments-list > .item:first-child {
	border-radius: 2px 2px 0 0;
}

.ot-widget-comments-list > .item:last-child {
	box-shadow: none;
	border-radius: 0 0 2px 2px;
}

.ot-widget-comments-list > .item:first-child:last-child {
	border-radius: 2px;
}

.ot-widget-comments-list > .item:after {
	display: block;
	clear: both;
	content: '';
}

.ot-widget-comments-list > .item .item-header {
	display: block;
	float: left;
	margin: 20px;
}

.ot-widget-comments-list > .item .item-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}

.ot-widget-comments-list > .item .item-content {
	display: block;
	margin-left: 90px;
	padding: 18px 20px 18px 0;
}

.ot-widget-comments-list > .item .item-content h4 {
	font-size: 15px;
	color: #4e4e4e;
	margin-bottom: 12px;
}

.ot-widget-comments-list > .item .item-content p {
	font-size: 14px;
	margin-bottom: 12px;
}

.ot-widget-comments-list > .item .item-content .ot-comment-w-read-more {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e842a7;
	display: inline-block;
	background-color: transparent;
	padding: 5px 10px;
	border-radius: 2px;
	margin-left: -10px;
	margin-top: -3px;
	margin-bottom: -5px;
}

.ot-widget-comments-list > .item .item-content .ot-comment-w-read-more:hover {
	background-color: #f0f0f0;
}



.ot-main-panel-pager {
	display: block;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 3px solid rgba(0,0,0,0.05);
	text-align: center;
	cursor: default;
}

.ot-main-panel-pager .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(0,0,0,0.05);
    letter-spacing: -.4px;
    color: #9A9A9A;
    border-radius: 3px;
}

.ot-main-panel-pager a.page-numbers:hover {
    background-color: rgba(0,0,0,0.09);
}

.ot-main-panel-pager .ot-main-pager-button.left i.fa, .ot-main-panel-pager .page-numbers.prev i.fa, .ot-main-panel-pager .page-numbers.prev {
    margin-right: 8px;
}

.ot-main-panel-pager .ot-main-pager-button.right i.fa, .ot-main-panel-pager .page-numbers.next i.fa, .ot-main-panel-pager .page-numbers.next {
    margin-left: 8px;
}

.ot-main-panel-pager span.page-numbers {
    background-color: #039be5;
    color: #fff;
}

.ot-main-panel-pager:after {
    display: block;
    clear: both;
    content: '';
}

.ot-main-panel-pager .ot-main-pager-button.left i.fa, .ot-main-panel-pager .page-numbers.prev i.fa, .ot-main-panel-pager .page-numbers.prev {
    margin-right: 8px;
}

.ot-main-panel-pager .ot-main-pager-button.right i.fa, .ot-main-panel-pager .page-numbers.next i.fa, .ot-main-panel-pager .page-numbers.next {
    margin-left: 8px;
}



.ot-main-panel-pager .ot-main-pager-button {
    display: inline-block;
    padding: 11px 24px;
    font-size: 15px;
    font-weight: 700;
    background-color: rgba(0,0,0,0.05);
    letter-spacing: -.4px;
    color: #9A9A9A;
    border-radius: 3px;
}

.ot-main-panel-pager a.ot-main-pager-button.active, .ot-main-panel-pager a.ot-main-pager-button:hover {
    background-color: #039be5;
    color: #fff;
}

.ot-main-panel-pager p {
    padding: 11px 0;
	font-size: 15px;
	color: #aaa;
}

.item-header img {
    width: 100%;
}






.ot-articles-blog-list {
	display: block;
}

.ot-articles-blog-list .item {
	display: block;
}

.ot-articles-blog-list .item:nth-child(n+2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px solid rgba(0,0,0,.05);
}

.ot-articles-blog-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.ot-articles-blog-list .item-header {
    display: block;
    float: left;
    width: 32.05128205128205%;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.ot-articles-blog-list .item-content {
    display: block;
    margin-left: 35.8974358974359%;
}

.ot-articles-blog-list .item-content h2 {
    font-size: 21px;
	margin-bottom: 15px
}

.ot-articles-blog-list .item-content h2 a {
    line-height: 140%;
    display: inline-block;
}

.ot-articles-blog-list .item-meta {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 100%;
}

.ot-articles-blog-list .item-meta .item-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #9A9A9A;
}

.ot-articles-blog-list .item-meta .item-meta-item .material-icons, .ot-articles-blog-list .item-meta .item-meta-item i.fa {
    padding-right: 8px;
}





.ot-articles-material-blog-list {
	display: block;
}

.ot-articles-material-blog-list .item {
	display: block;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.ot-articles-material-blog-list .item:nth-child(n+2) {
	margin-top: 30px;
}

.ot-articles-material-blog-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.ot-articles-material-blog-list .item-header {
    display: block;
    float: left;
    width: 48.051282%;
    overflow: hidden;
    position: relative;
    border-radius: 2px 0 0 2px;
}

.ot-articles-material-blog-list .item-header .item-header-image:after {
	display: block;
	content: '';
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 100%;
	left: 100%;
	width: 100px;
	height: 100px;
	box-shadow: 0 0 200px 100px rgba(0, 0, 0, 0.58);
	z-index: 1;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
}

.ot-articles-material-blog-list .item:hover .item-header .item-header-image:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ot-articles-material-blog-list .item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.ot-articles-material-blog-list .item-content {
    display: block;
    margin-left: 48.051282%;
	padding: 16px;
	position: relative;
}

.ot-articles-material-blog-list .item-content h2 {
    font-size: 16px;
	margin-bottom: 0px
}

.ot-articles-material-blog-list .item-content h2 a {
/*    line-height: 140%;*/
    display: inline-block;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.ot-articles-material-blog-list .item-content p {
	height: 63px;
	overflow: hidden;
	line-height: 21px;
}

.ot-articles-material-blog-list .item-meta {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 100%;
}

.ot-articles-material-blog-list .item-meta .item-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #9A9A9A;
    
}

.ot-articles-material-blog-list .item-meta .item-meta-item .material-icons, .ot-articles-material-blog-list .item-meta .item-meta-item i.fa {
    padding-right: 8px;
}


.ot-articles-material-blog-list .item.item-vertical .item-header {
	float: none;
	width: 100%;
	border-radius: 0;
	max-height:152px;
}

@media screen and (max-width: 820px) {
	.ot-articles-material-blog-list .item.item-vertical .item-header {
		max-height:220px ;
	}
}

.ot-articles-material-blog-list .item.item-vertical .item-content {
	margin-left: 0;
	width: 100%;
}




.ot-articles-blog-list > .item .read-later-widget-btn,
.ot-articles-material-blog-list > .item .read-later-widget-btn {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: 20px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	background-color: #e842a7;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	opacity: 0;
	filter: alpha(opacity=0);
}

.ot-articles-blog-list > .item .read-later-widget-btn:hover,
.ot-articles-material-blog-list > .item .read-later-widget-btn:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.ot-articles-blog-list > .item .read-later-widget-btn:active,
.ot-articles-material-blog-list > .item .read-later-widget-btn:active {
	box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
}

.ot-articles-blog-list > .item:hover .read-later-widget-btn,
.ot-articles-material-blog-list > .item:hover .read-later-widget-btn {
	opacity: 1;
	filter: alpha(opacity=100);
}



.ot-articles-blog-list > .item.item-small .item-header {
	overflow: visible;
	padding-right: 10px;
}

.ot-articles-blog-list > .item.item-small .item-header img {
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.ot-articles-blog-list > .item.item-small .read-later-widget-btn {
	width: 30px;
	height: 30px;
	line-height: 30px;
	right: 20px;
	bottom: 10px;
}

.ot-articles-blog-list:not(:first-child) {
	margin-top: 30px;
}


.ot-articles-blog-list > .item.item-small {
	margin-top: 15px;
	padding-top: 15px;
	border: 0;
}

.ot-articles-blog-list > .item.item-small:first-child {
	margin-top: 0;
	padding-top: 0;
}

.ot-articles-blog-list > .item.item-small .item-content h2 {
	font-size: 17px;
	margin-bottom: 0;
}




@keyframes ot-anim-tooltip-show {
    from {
		max-height: 0;
		border-radius: 50px 50px 0 0;
		overflow: hidden;
	}
    to   {
		max-height: 50px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Firefox */
@-moz-keyframes ot-anim-tooltip-show {
    from {
		max-height: 0;
		border-radius: 50px 50px 0 0;
		overflow: hidden;
	}
    to   {
		max-height: 50px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Safari and Chrome */
@-webkit-keyframes ot-anim-tooltip-show {
    from {
		max-height: 0;
		border-radius: 50px 50px 0 0;
		overflow: hidden;
	}
    to   {
		max-height: 50px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Internet Explorer */
@-ms-keyframes ot-anim-tooltip-show {
    from {
		max-height: 0;
		border-radius: 50px 50px 0 0;
		overflow: hidden;
	}
    to   {
		max-height: 50px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}

/* Opera */
@-o-keyframes ot-anim-tooltip-show {
    from {
		max-height: 0;
		border-radius: 50px 50px 0 0;
		overflow: hidden;
	}
    to   {
		max-height: 50px;
		border-radius: 0 0 0 0;
		overflow: visible;
	}
}



.ot-do-large-space {
	display: block;
	background-color: #efefef;
    text-align: center;
    padding: 30px 0;
	margin-top: 30px;
}









/*------------------------------------------------------------------
[7. Footer]

+ #footer
	+ 
		+ 

Copyright information	  .footer-copy p
-------------------------------------------------------------------*/

#footer {
	background-color: #3C3C3C;
	color: #c8c8c8;
	padding: 30px 0;
}

.footer-classic {
	display: block;
}

.footer-classic .footer-nav {
	display: block;
}

.footer-classic .footer-nav ul {
	display: block;
	margin: 0;
	padding: 0;
	cursor: default;
}

.footer-classic .footer-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding: 18px 0;
}

.footer-classic .footer-nav li a {
	display: block;
	margin-left: 10px;
	box-shadow: 0 1px 0 transparent;
}

.footer-classic .footer-nav li a:hover {
	box-shadow: 0 1px 0 rgba(255,255,255,.3);
}

.footer-classic:after {
	display: block;
	clear: both;
	content: '';
}

#footer .footer-classic .footer-copyright {
	text-align: left;
}

#footer .footer-classic .footer-copyright .footer-copyright-logo {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px 10px 0;
	border-right: 2px solid rgba(255, 255, 255, 0.14);
	margin-right: 20px;
}

#footer .footer-classic .footer-copyright .footer-copyright-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

#footer .footer-classic .footer-copyright .footer-copyright-content:first-child {
	padding-left: 0;
}

#footer .footer-classic .footer-copyright .footer-copyright-logo a {
	display: block;
	box-shadow: none!important;
}

#footer .footer-classic .footer-copyright .footer-copyright-logo img {
	max-height: 40px;
	width: auto;
}

#footer a {
	color: #fff;
	display: inline-block;
}

#footer a:hover {
	color: #ccc;
}

#footer .footer-copyright a {
	color: #fff;
	display: inline-block;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

#footer .footer-copyright a:hover {
	box-shadow: 0 1px 0 #fff;
}

.footer-widgets {
	display: block;
	padding-bottom: 10px;
}

.footer-copyright {
	display: block;
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-copyright:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}


#footer .ot-widget-article-list {
	box-shadow: none;
}

#footer .ot-widget-article-list > .item {
	background-color: transparent;
}

#footer .ot-widget-button {
	display: block;
	background-color: rgba(255,255,255,0.1);
}

#footer .ot-widget-button:hover {
	display: block;
	background-color: rgba(255,255,255,0.15);
	color: #fff;
}

#footer .ot-widget-article-list > .item .item-header {
	width: 20%;
	padding-top: 3px;
}

#footer .ot-widget-article-list > .item .item-content {
	box-shadow: none;
/*	vertical-align: top;*/
}

#footer .ot-widget-article-list > .item .item-content h4 a {
	padding: 0 20px 0 20px;
	font-size: 13px;
}

.ot-widget-flicker-grid[data-ot-self-items="5"]>.item:nth-child(n+6),
.ot-widget-flicker-grid[data-ot-self-items="4"]>.item:nth-child(n+5),
.ot-widget-flicker-grid[data-ot-self-items="3"]>.item:nth-child(n+4),
.ot-widget-flicker-grid[data-ot-self-items="2"]>.item:nth-child(n+3),
.ot-widget-flicker-grid[data-ot-self-items="1"]>.item:nth-child(n+2) {
	margin-top: 10px;
}

.ot-widget-flicker-grid {
	overflow: hidden;
	padding-bottom: 0!important;
	text-align: center;
}

.widget > .menu {
	display: block;
}

.widget.widget_categories > ul li,
.widget > .menu li {
	margin-bottom: 5px;
}

.widget.widget_categories > ul a,
.widget > .menu a {
	display: block;
}

.widget.widget_categories > ul a:before,
.widget > .menu a:before {
	display: inline-block;
	content: '\E315';
	line-height: 20px;
	font-family: "Material icons";
	padding-right: 14px;
	vertical-align: bottom;
	padding-bottom: 2px;
}







#search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
	color: #444;
	overflow-x: hidden;
	overflow-y: scroll;
}

.big-search-active #search-overlay {
	display: block;
}

body.big-search-active {
	overflow: hidden;
}

.owl-carousel.owl-loaded.otg {
	margin-left: 0;
	margin-right: 0;
}

#search-overlay-inner {
	width: 1100px;
	max-width: 100%;
	display: inline-block;
	margin-top: 6%;
	margin-bottom: 6%;
}

#search-overlay-inner form {
	margin-bottom: 40px;
	width: 600px;
	max-width: 100%;
	display: inline-block;
}

#search-overlay-inner form:after {
	display: block;
	clear: both;
	content: '';
}

#search-overlay-inner input[type=search],
#search-overlay-inner input[type=text] {
	display: block;
	float: left;
	width: 85%;
	padding: 0 24px;
	border: 0;
	line-height: 58px;
	font-weight: bold;
	background: transparent;
	color: #fff;
	background-color: rgba(107, 107, 107, 0.7);
}

#search-overlay-inner button {
	display: block;
	float: left;
	width: 15%;
	border: 0;
	padding: 0;
	line-height: 58px;
	color: #fff;
	background-color: rgba(107, 107, 107, 0.7);
	box-shadow: none;
	border-radius: 0;
}

#search-overlay-inner button:hover {
	background: #808080;
    color: #fff;
}

#search-overlay-inner button:active {
	background: #949494;
    color: #fff;
}

#search-overlay-inner button i.fa {
	display: block;
	line-height: inherit;
}

#search-overlay-inner .ot-content-block {
	text-align: left;
}

#search-overlay-inner a {
	color: #444;
}

#search-overlay-inner .item-image a.item-image-c,
#search-overlay-inner .item-categies a {
	color: #fff;
}

#search-overlay-inner .item-categies a:hover,
#search-overlay-inner a:hover {
	color: #000;
}

#search-overlay-inner .category-listing-title {
	display: block;
	padding-top: 30px;
	margin-bottom: 40px;
}

#search-overlay-inner .category-listing-title span {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 130%;
	border-bottom: 3px solid #777777;
	padding-bottom: 6px;
	font-weight: 400;
	margin-bottom: 0;
}









/* 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: 1002;
    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: #232323;
    border-color: transparent;
    background-color: #f0f0f0;
}
.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
    background-color: #ccc;
    color: #232323;
    border-color: transparent;
}
.lightbox .lightcontent .light-close,
.lightbox .lightcontent-loading .light-close {
    display: block;
    right: 0;
    top: -50px;
    font-family: Arial;
    position: absolute;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center!important;
    border: 1px solid #fff;
    padding: 0;
    background-color: transparent;
}
.lightbox .lightcontent,
.lightbox .lightcontent-loading {
    background: #f4f4f4;
    width: 1200px;
    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;
}
.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;
}

.lightbox .photo-gallery-context-c {
	margin-top: 0px;
}

.ot-wrapper {
	position: relative;
}


/* 
 *  POM INLET
 */
.header-blocks-aspace .bannersmall a img {margin-top:0px;}
.header-blocks-aspace .bannersmall,
.header-blocks-aspace .bannerbig {display:inline-block}
.header-blocks-aspace .bannerkoda {
	padding-top: 18px; 
	background-color: transparent !important;
}
.bannerkoda {text-align:center;}
/*
.header-blocks-aspace .bannerholderfix img { margin-top: -85px;}
*/
.submeni { background-color:#efefef;margin-bottom:0px;}
.ban_item {text-align: center;overflow:hidden;}
.ot-content-block.vrocebranje.drugidel { background-color:#eda233;}
.ot-content-block.vrocebranje { background-color:#932a2c;}
.ot-content-block.vrocebranje .item-content{ padding-top:17px;}
.ot-content-block.vrocebranje h2 a,
.ot-content-block.vrocebranje h2 a:hover {color:#fff;}
.ot-content-block.vrocebranje.drugidel .item-meta-item {color:#efc88f;}
.ot-content-block.vrocebranje .item-meta-item {color:#b76869;}
.ot-content-block.vrocebranje p {color:#Fff;}

.topspace {margin-top:20px;}
.obcina {font-weight:400;font-size:12px;color:#D4D4D4;margin:10px 0px;}
.obc-hold {padding:15px 10px !important;}
.do-space .ban_item {
	margin-bottom: 10px;
}
.nestandard {
display: inline-block;width:49%;text-align:center;
}
#nestandard img,
#nestandard video 
{vertical-align: bottom !important;}
.oglas .item-content { padding:15px;margin-left:27% !important;}
.oglas .item-header { }
.oglas {
	background-color: #fff;
	
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite2.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.naslovna_linija {
width:100%; 
background-color: rgba(128, 180, 62, 0.27); 

margin-bottom: 40px;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#bannerm {display:none;}
@media screen and (min-width: 320px) and (max-width: 880px) {

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite_mobile.png');
	}
	#bannerm {display:block !important; }
	#bannerl, #bannerr {display:none;}
	#iinfo {position: absolute; top:-40px; left: 0px; height: 40px; width: 100%; background: #000;}


	.fancybox-overlay {
		background-color: #000;
	}
	.fancybox-skin {
		background-color: #000;
		color: #fff;
		padding:16px 0px 0px 0px !important;
	}
	.fancybox-nav span {
		left: 45% !important;
		top: 50% !important;
		visibility: visible;
	}

	.fancybox-nav {
		position: absolute;
		top: auto !important;
		width: 100%;
		height: 40px;
	}

	.fancybox-prev {
		top: 0px !important;
	}

	.fancybox-next {
		bottom: 0px !important;
	}



}
#bannerm {position: absolute; height: 90px; width: 100%;}
#bannerm iframe .bannerkoda {width:100%;}
#bannerm {position: absolute; height: 90px; width: 100%;}
#bannerm iframe { border:none; margin:0px; padding:0px; width: 100%; overflow:visible;}



.galslika {
	overflow:hidden;
	width: 164px;
	float: left;
	margin: 0 18px 18px 0;
	height: 120px;
	
}
@media screen and (max-width: 820px) {
	.galslika {
		overflow:hidden;
		width: 130px;
		float: left;
		margin: 0 12px 12px 0;
		height: 90px;
	}
	.vrocebranje h2 {
		margin: 0px 20px;
		padding-bottom: 0px;
	}
	.vrocebranje .item-meta {
		/*display: none;*/
		float: right;
		margin-top: 0px;
		margin-right: 2px; 
		margin-bottom: 14px;
	}
		
	.nestandard {
		display: inline-block;width:100% !important;text-align:center;
	}
			
}
.item-category span{ color:#fff; }
.newnaslovnica .item-category {
	padding:2px 4px;
	font-size: 12px;
	background-color: #ffae22;
}
.newnaslovnica .item-vertical .item-category {
	padding:0px 4px;
	font-size: 11px;
	background-color: #ffae22;
}
.item-category {
	padding:4px 8px;
	background-color: #ffae22;
}
.ocenadol {
	color: #902829;
} 
.ocenagor {
	color: #0b00ab;
} 
.ocenadol, 
.ocenagor {
	
	margin: 0px 16px;
	padding: 5px;

}
.replay-comment {
	float:right;
}
.sovrazni{
	font-size: 10px;
	color: #e2e2e2;
}
#bannerl {
	position: absolute;
	height:600px;
	width: 170px; 
}
#bannerr {
	position: absolute;
	height:600px;
	width: 170px; 
}

.item339 {
	background-color: #ff0000 !important; 
}

.bannerbig .bannerholderfix {
	height: auto !important;
}

.social-media-links {
	display: inline-block;
}

.social-media-links .fa {
	font-size: 20px;
	margin-right: 5px;
}

.slovar-beseda {
	width: 100%;
	background-color: #ffffff;
	border: solid 3px #EDA233;
	padding: 30px 0;
}

.slovar-beseda .beseda {
	display: block;
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	padding: 6px 20px;
}

.slovar-beseda .beseda-prevod {
	display: block;
	color: #4F4F4F;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 20px;
	line-height: 25px;
}

.widget.widget_search h3 span a {
	color: #8d2526;
}

.widget.widget_search h3 span a:hover {
	text-decoration: underline;
}

.adLeft, .adRight{
	display: none;
}

.show-ads-fncb{
	display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
}

.adLeft{
	height: 200px;
	background: gray;
}

.bannerl,.bannerr{
	position: absolute;
	z-index: 99999;
}

@media screen and (max-width: 1500px) {
	.fancybox__content img{
		width: 730px;
	}
}

@media screen and (max-width: 1200px) {
	.fancybox__content img{
		width: 550px;
	}
}

@media screen and (max-width: 1150px) {
	.is-now-following .load-responsive li:last-child{
		right: 20px;
    	position: fixed;
	}
}


@media screen and (max-width: 990px) {
	.fancybox__content img{
		width: 450px;
	}
}

@media screen and (max-width: 940px) {
	.ot-content-block iframe{
		width: 100%;
	}
}

@media screen and (max-width: 880px) {
	.bannerl, .bannerr{
		display: none !important;
	}
	.fancybox__content img{
		width: unset;
		height: auto;
	}
}

@media screen and (max-width: 359px) {
	.galslika{
		width: 164px;
		height: 120px;
	}
}

section.gallery-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.f-button[disabled] {
    display: none;
}