@charset UTF-8;

/*------------------------------------------------------------------
[Google Fonts]
-------------------------------------------------------------------*/

.ot-shortcode-accordion .active .toggle-content {
    display: block;
}

/*------------------------------------------------------------------
[Style Index]

0. Reset
1. Main header
2. Main menu
3. Content styling
4. Comments
5. Photo gallery
6. Sidebar styling
7. Footer
-------------------------------------------------------------------*/
@import url("./../modules/banner/style.css");

.list-posts__filters{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.list-posts__filters > * + *{
	margin-left: 10px;
}

.list-posts__filters ul {
	list-style: none;
	display: flex;
	margin: 0 -2.5px;
	padding: 0;
}

.list-posts__filters ul li{
	padding: 0 2.5px;
}

.list-posts__filters li button {
	text-transform: uppercase;
	background: #e1e1e1;
	color: #898989;
	font-weight: bold;
	line-height: 1;
	padding: 12px 10px;
	width: 60px;
	border-radius: 5px;
	transition: all .5s;
}

.list-posts__filters li:hover button, .list-posts__filters li.active button {
	background: #52cbf5;
	color: #FFF;
}

@media screen and (max-width: 1024px) {
	.filter-months {
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 30px;
	}

	.list-posts__filters{
		display: block;
	}

	.filter-search{
		margin-left: 0;
	}

}

.filter-search i.fa {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.filter-search {
	padding-left: 15px;
	width: 100%;
}

.filter-search input {
	border-radius: 0;
	padding: 10px;
	width: calc(100% - 40px);
	border: 0;
	border-bottom: solid 1px #868686;
}

.filter-search input:focus{
	border-color: #007bb6;
}

.list-posts .posts ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-posts .posts ul li{
	margin-bottom: 10px;
}

.post-list__box {
	padding: 1rem 2rem 0.3rem;
	background: #ededed;
	border-radius: 5px;
	color: #497989;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-list__box .date {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	width: 40px;
	margin-right: 20px;
	line-height: 1;
}

.post-list__box .date span {
	font-weight: 800;
	font-size: 24px;
	display: block;
	line-height: 1;
}

.post-list__box .date a, .post-list__box .date a:hover{
	text-decoration: none;
	color: inherit;
}

.post-list__box h3 {
	color: #497989;
	font-size: 18px;
	margin-top: 0;	
	font-weight: bold;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.post-list__box h3 a, .post-list__box h3 a:hover{
	text-decoration: none;
	color: inherit;
}

.post-list__box > *{
	margin-bottom: 1rem;
	margin-right: 20px;
}

.post-list__box > *:last-child{
	margin-right: 0;
}

.post-list__box .button {
	min-width: 230px;
	text-align: center;
	background: #52cbf5;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	line-height: 1;
	padding: 18px 15px;
	font-size: 16px;
	font-weight: bold;
	transition: all .5s;
}

.post-list__box .button:hover{
	background: #035a83;
	text-decoration: none;
	outline: none;
}

.view-more-posts {
	min-width: 180px;
	text-align: center;
	background: #497989;
	color: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	line-height: 1;
	padding: 15px 15px;
	font-size: 17px;
	font-weight: bold;
	transition: all .5s;
	display: table;
	margin: 30px auto;
}

.view-more-posts:hover{
	background: #52cbf5;
	color: #FFF;
}

.post-list__box .local{
	min-width: 180px;
	color: #878787;
	font-weight: bold;
	font-size: 17px;
}

#lista-reunioes{
	/* margin-bottom: 40px; */
}

.title-feature {
	color: #52cbf5;
	font-size: 40px;
	font-style: italic;
	margin: 20px 0;
}

.button{
	text-align: center;
	background: #65bbf1;
	color: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	line-height: 1;
	padding: 17px 15px;
	font-size: 26px;
	font-weight: bold;
	transition: all .5s;
	display: block;	
}

.button.success{
	background: #83d3b8;
	color: #FFF;
	text-decoration: none;
}

.button.success:hover, .button.success.active{
	background: #65bb9e;
}

.button.info{
	background: #65bbf1;
	color: #FFF;
	text-decoration: none;
}

.button.info:hover, .button.info.active{
	background: #4a99ca;
}

.group-buttons{
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}

.group-buttons .button{
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin: 5px 10px;
}

.box-subscription {
	background: #f5f5f5;
	border-radius: 2px;
	box-shadow: rgba(0,0,0,.3) 0 2px 3px;
	padding: 4rem;
	text-align: center;
	font-size: 18px;
}

.box-subscription .box-subscription-content {
	max-width: 690px;
	margin: 0 auto;
}

.box-subscription p {
	font-size: 1.3em;
	color: #797979;
}

.box-subscription .form-group input {
	border: 0;
	border-bottom: solid 2px #999;
	background: transparent;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 10px;
	transition: all .3s;
}

.box-subscription .form-group{
	margin-bottom: 25px;
}

.box-subscription .form-group input:focus{
	border-color: #52cbf5;
}

.box-subscription form button{
	max-width: 400px;
	margin: 0 auto;
	display: block;
	width: 100%;
	background: #c5c5c5;
	color: #FFF;
	line-height: 1;
	border: 0;
	padding: 17px 15px;
	font-size: 24px;
	border-radius: 3px;
	font-weight: bold;
}

.title-line .title.primary {
	color: #242e7d;
	text-transform: uppercase;
	font-weight: bold;
}

.block-post.small {
	padding: 2.3rem 2rem;
	background: #f5f5f5;
	border-radius: 5px;
	color: #242e7d;
	margin-bottom: 20px;
	position: relative;
	height: 120px;
}

.block-post__blody {
	display: flex;
	align-items: center;
}

.block-post.small .date {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}

.block-post.small .date span {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	display: block;
}

.block-post.small h3 {
	margin: 0 0 4px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}

.block-post.small p{
	color: inherit;
	margin: 0;
}

.link-absolute:hover, .link-absolute:active, .link-absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
	background: transparent;
	text-decoration: none;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.8);
	fill: #52cbf5;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .8s;
	opacity: 0;
	transform: scale(0);
}

.loading.active {
	opacity: 1;
	transform: scale(1);
}

.loading svg {
	width: 180px;
	height: 180px;
	stroke: #242e7d;
	fill: #242e7d;
}

body > .loading{
	position: fixed;
}

.no-results {
	padding: 6rem;
	border: dashed 4px #52cbf554;
	text-align: center;
	font-size: 18px;
	color: #497989a3;
}

.no-results i.fa{
	display: block;
	font-size: 70px;
	margin: 0 auto;
	opacity: 0.5;
}



/*------------------------------------------------------------------
[0. Reset]

Reseting styles for individual theme
-------------------------------------------------------------------*/

body {
	font-size: 16px;
	/*font-family: Arial, sans-serif;*/
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	color: #4e565d;
}

p {
	font-family: "Open Sans", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

hr.separator-half {
	margin: 1em 0;
}

a:hover {
	color: #3779bc;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: 0;
	text-decoration: underline;
}

a:active {
	outline: 0;
	text-decoration: none;
}

.clear-float {
	clear: both;
}

.wrapper {
	width: 1140px;
	/*width: 960px;*/
	margin: 0px auto;
	position: relative;
	max-width: 98%;
}
.boxed { position: relative; }
.boxed:not(.active) {
	background: #fff;
}

.main-menu-placeholder.wrapper {
	max-width: 100%;
}

.active.boxed {
	width: 1210px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.material-icons,
i.fa {
	line-height: inherit;
	font-weight: normal;
	vertical-align: bottom;
	font-size: inherit;
}

.material-icons {
	font-size: 1.2em;
}

button:active,
button,
select:active,
select,
textarea:active,
textarea,
input:active,
input {
	outline: none;
}

p {
	margin-bottom: 15px;
	line-height: 150%;
}

p:last-child {
	margin-bottom: 0;
}



@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;
}


.ot-responsive-menu-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 120;
	background-color: #fff;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	text-align: center;
	vertical-align: middle;
}

.ot-responsive-menu-header-logo {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.ot-responsive-menu-header-logo img {
	display: inline-block;
	height: 33px;
	line-height: 50px;
	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 {
	padding: 0;
	margin: 0;
	width: 100%;
}

.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;
}







/*------------------------------------------------------------------
[1. Main header]

+ .header
	+ 
		+ 

Navigation	  #main-menu
-------------------------------------------------------------------*/

.header {
	display: block;
}

.header .header-top {
	display: block;
	position: relative;
	font-size: 10px;
	z-index: 2;
	border-bottom: 2px solid #e9e9e9;
	padding: 6px 0 0 0;
}

.header .header-top ul {
	display: block;
	padding: 0;
	margin-bottom: 0px;
}

.header .header-top ul:after {
	display: block;
	clear: both;
	content: '';
}

.header .header-top ul li {
	display: block;
	float: left;
    padding: 1em .3em;
}

.header .header-top ul li a {
	display: block;
	padding: .25em .5em;
	color: #fff;
}

.header .header-top > ul > li:first-child > a {
	display: block;
	padding-left: 0;
}

.header .header-top > ul > li:first-child > ul.sub-menu {
	margin-left: -10px;
}

.header .header-top ul li a span {
	display: block;
}

.header .header-top ul li a span:after {
	display: inline-block;
	content: '\f0d7';
	font-family: "FontAwesome";
	padding-left: 4px;
	font-size: 12px;
}


.header-top-socials {
	display: block;
	float: right;
}

.header-top-socials:after {
	display: block;
	clear: both;
	content: '';
}

.header-top-socials > a {
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
	padding: 8px 0;
	font-size: 1.2em;
	color: #000!important;
}

.header-top-socials > a i.fa {
	display: block;
	line-height: 22px;
	height: 24px;
	width: 24px;
	text-align: center;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	transition: background-color .2s, border-color .2s;
	-moz-transition: background-color .2s, border-color .2s;
	-webkit-transition: background-color .2s, border-color .2s;
	-o-transition: background-color .2s, border-color .2s;
}

.header-top-socials > a {
	color: #fff;
}
.header-top-socials > a:hover {
	text-decoration: none!important;
}
.header-top-socials > a i.fa {
	border-color: #fff;
	border: 1px solid transparent;
}




a.ot-color-hover-facebook:hover i.fa {
	color: #3b5998;
	border-color: #3b5998;
	background-color: #fff;
}

a.ot-color-hover-facebook i.fa {
	background-color: #3b5998;
	color: #fff;
}


a.ot-color-hover-flickr:hover i.fa {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
a.ot-color-hover-flickr i.fa {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}


a.ot-color-hover-twitter:hover i.fa {
	background-color: #fff;
	color: #00aced;
	border-color: #00aced;
}

a.ot-color-hover-twitter i.fa {
	background-color: #00aced;
	color: #fff;
}

a.ot-color-hover-google-plus {
	color: #dd4b39;
}



a.ot-color-hover-google-plus i.fa {
	background-color: #dd4b39;
	color: #fff;
}
a.ot-color-hover-google-plus:hover i.fa {
	border-color: #dd4b39;
	color: #dd4b39;
	background-color: #fff;
}




a.ot-color-hover-linkedin:hover i.fa {
	background-color: #fff;
	color: #007bb6;
	border-color: #007bb6;
}
a.ot-color-hover-linkedin i.fa {
	background-color: #007bb6;
	color: #fff;
}


a.ot-color-hover-pinterest {
	color: #cb2027;
}
a.ot-color-hover-pinterest i.fa {
	background-color: #cb2027;
	color: #fff;
}

a.ot-color-hover-rss {
	color: #f60;
}
a.ot-color-hover-rss i.fa {
	background-color: #f60;
	color: #fff;
}



a.ot-color-hover-youtube:hover i.fa {
	background-color: #fff;
	color: #e52d27;
	border-color: #e52d27;
}
a.ot-color-hover-youtube i.fa {
	background-color: #e52d27;
	color: #fff;
}




.header-top-socials > a span {
	display: block;
	position: absolute;
	bottom: 8px;
	right: -3px;
	background-color: #8b949d;
	color: #fff;
	font-size: 8px;
	padding: 2px 5px;
	border-radius: 2px;
}


.header .header-content {
	display: table;
	padding: 2em 0;
	width: 100%;
}


.header .header-content > div {
	display: table-cell;
	vertical-align: middle;
}

.header .header-content-o {
	width: 728px;
}


.short-links ul li a {
	color: #007bb6!important;
}

.short-links ul li {
	font-size: 1em;
}

.short-links ul li.highlight a {
	background-color: #68c9f4!important;
	color: #fff!important;
	border-radius: 3px;
    padding: .2em 1.4em;
}




.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;
}

.paragraph-row {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 0px;
}







/*------------------------------------------------------------------
[2. Main Menu]

+ #main-menu
	+ 
		+ 

-------------------------------------------------------------------*/

#main-menu {
	display: block;
	background-color: #d5d5d5;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	z-index: 100;
}

#main-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#main-menu > ul:after {
	display: block;
	clear: both;
	content: '';
}

#main-menu > ul > li {
	display: block;
	float: left;
}

#main-menu ul.sub-menu:not(.ot-mega-menu) li > a,
#main-menu > ul > li > a {
	display: block;
	padding: 16px 20px;
	color: #787878;
}


.header-top > ul > li:hover > a > span,
#main-menu > ul > li:hover > a > span {
	box-shadow: 0 -4px 0 0 #fff, 0 -5px 3px rgba(0,0,0,.07), 0 -10px 30px rgba(0,0,0,.05);
	/*box-shadow: 0 -10px;*/
	border-radius: 3px 3px 0 0;
}



#main-menu > ul > li:hover > a {
	background-color: rgba(255,255,255,0.1);
}

#main-menu > ul > li:first-child > a {
	padding-left: 18px;
}

#main-menu > ul > li:first-child > a span {
	padding-left: 18px;
	margin-left: -18px;
}

#main-menu > ul ul.sub-menu:not(.ot-mega-menu) li > a > span,
#main-menu > ul > li > a > span {
	display: block;
	padding: 18px 14px;
	margin: -18px -14px;
}

.header-top > ul ul.sub-menu:not(.ot-mega-menu) li > a > span,
.header-top > ul > li > a > span {
	display: block;
	padding: 18px 10px;
	margin: -18px -10px;
}

.header .header-top ul ul li {
	display: block;
	float: none;
}

.header .header-top ul ul li a {
	display: block;
}

/*.header-top > ul ul.sub-menu:not(.ot-mega-menu) li > a > span:after,
.header-top > ul > li > a > span:after,
#main-menu > ul ul.sub-menu:not(.ot-mega-menu) li > a > span:after,
#main-menu > ul > li > a > span:after {
	display: inline-block;
	content: '\f0d7';
	font-family: "FontAwesome";
	padding-left: 8px;
	font-size: 12px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}*/

.header-top > ul > li:hover > a > span,
#main-menu > ul > li:hover > a > span {
	background-color: #fff;
	color: #4f5357;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

#main-menu ul li a{
	font-weight: bold;
}
#main-menu ul li{
	text-transform: uppercase;
}
#main-menu ul li ul li{
	text-transform: none;
}

#main-menu ul li:hover a {
	
	cursor: pointer;
	background-color: #ddd;
	border-radius: 5px 5px 0 0;
}
#main-menu ul li:hover ul li a {
	background: #fff;
}




.header-top > ul ul.sub-menu,
#main-menu ul ul.sub-menu {
    display: none;
    top: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 10;
    width: 250px;
    background: #fff;
    font-size: 16px;
    box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 20px 40px rgba(0,0,0,.15);
    border-radius: 0 0 3px 3px;
}

.header-top > ul ul.sub-menu {
	width: 200px;
}

#main-menu ul ul.sub-menu.ot-mega-menu {
	left: 0;
	width: 100%;
}

.header-top > ul li:hover > ul.sub-menu,
#main-menu ul li:hover > ul.sub-menu {
	display: block;
	-webkit-animation: fadein 0.2s; /* Safari and Chrome */
	-moz-animation: fadein 0.2s; /* Firefox */
	-ms-animation: fadein 0.2s; /* Internet Explorer */
	-o-animation: fadein 0.2s; /* Opera */
	animation: fadein 0.2s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari and Chrome */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.header-top ul ul.sub-menu li,
#main-menu ul ul.sub-menu li {
	display: block;
	position: relative;
}

.header-top ul ul.sub-menu:not(.ot-mega-menu) li > a,
.header-top ul ul.sub-menu > li > a,
#main-menu ul ul.sub-menu:not(.ot-mega-menu) li > a,
#main-menu ul ul.sub-menu > li > a {
	display: block;
	color: #4f5357;
	padding:.7em 2em; 
	font-size: 13px;
}

/*.header-top ul ul.sub-menu:not(.ot-mega-menu) li > a > span:after,
.header-top ul ul.sub-menu li > a span:after,
#main-menu ul ul.sub-menu:not(.ot-mega-menu) li > a > span:after,
#main-menu ul ul.sub-menu li > a span:after {
	float: right;
	content: '\f0da';
}*/

.header-top ul ul.sub-menu > li:hover > a,
#main-menu ul ul.sub-menu > li:hover > a {
	background-color: rgba(0,0,0,0.05);
}

.header-top ul ul.sub-menu ul,
#main-menu ul ul.sub-menu ul {
	left: 100%;
	top: 0;
	border-radius: 3px;
}





#main-menu ul ul.sub-menu.ot-mega-menu > li {
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 30px;
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget {
	font-size: 14px;
	display: block;
	padding-top: 0;
	width: 300px;
	max-width: 100%;
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget:first-child {
	padding-top: 0px;
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget-split {
	display: block;
	white-space: normal;
	max-width: 300px;
	vertical-align: top;
	/*padding: 0 20px;*/
	/*border-right: 1px dotted rgba(0,0,0,0.1);*/
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget-split:last-child {
	border-right: 0px;
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget-split .widget {
	margin-bottom: 40px;
}

#main-menu ul ul.sub-menu.ot-mega-menu .widget-split .widget:last-child {
	margin-bottom: 0px;
}

#responsive-menu-holder ul.ot-mega-menu {
	padding: 20px;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	font-size: 14px;
}







#main-menu ul .ot-mega-menu ul.sub-menu > li {
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 15px 30px;
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget {
	font-size: 14px;
	display: block;
	padding-top: 0;
	width: 300px;
	max-width: 100%;
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget:first-child {
	padding-top: 0px;
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget-split {
	display: block;
	white-space: normal;
	max-width: 300px;
	vertical-align: top;
	/*padding: 0 20px;*/
	/*border-right: 1px dotted rgba(0,0,0,0.1);*/
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget-split:last-child {
	border-right: 0px;
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget-split .widget {
	margin-bottom: 40px;
}

#main-menu ul .ot-mega-menu ul.sub-menu .widget-split .widget:last-child {
	margin-bottom: 0px;
}

#responsive-menu-holder .ot-mega-menu ul {
	padding: 20px;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	font-size: 14px;
}







#responsive-menu-holder .widget h3,
#main-menu .widget h3 {
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f2f2f2;
	color: #4f5357;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}

#responsive-menu-holder .widget h3 {
	font-size: 16px;
	margin-bottom: 15px;
}




.main-menu-placeholder.main-menu-placeholder-wrap {
	position: relative;
}

.ot-menu-will-follow #main-menu.is-now-following {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	width: inherit;
}

.admin-bar.ot-menu-will-follow #main-menu.is-now-following {
	top: 32px;
}




#main-menu > form {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#main-menu > form input[type=text] {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	border: 0;
	border-radius: 2px;
	background-color: #fff;
	color: #787878!important;
	line-height: 44px;
	font-weight: normal;
	padding: 0 12px 0 12px;
	width: 275px;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=0);
	cursor: auto;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	
	height: 44px;
}

#main-menu > form input[type=text]:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: text;
	padding: 0 40px 0 12px;
}



#main-menu > form input[type=text]:focus + button {
	z-index: 4;
	color: #ccc;
}

#main-menu > form button {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	border: 0;
	border-radius: 2px;
	background-color: transparent;
	color: #787878;
	line-height: 44px;
	padding: 0 12px;
	z-index: 4;
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}







/*------------------------------------------------------------------
[3. Content styling]

+ .content
	+ 
		+ 

Main panels	  .ot-panel-block
-------------------------------------------------------------------*/

.content {

}

.main-slider {
	display: block;
	margin: 0 0 40px 0;
}

.main-slider-owl {
	display: block;
	position: relative;
}

.main-slider-owl .item {
	display: block;
}

.main-slider-owl .item a {
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 5%;
	width: 70%;
	z-index: 10;
	display: block;
	position: absolute;
	font-size: 50px;
	line-height: 120%;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0,0,0,0.4);
	z-index: 10;
}

.main-slider-owl .item:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/slider-overlay.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
	content: '';
}

.main-slider img {
	border-radius: 3px;
}

.main-slider-owl .item .main-slider-owl-title {
	margin-bottom: 46px;
}

.main-slider-owl .item .main-slider-owl-title:hover {
	text-decoration: underline;
}

.main-slider-owl .item .main-slider-owl-calendar {
	font-size: 18px;
	line-height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.main-slider-owl .item .main-slider-owl-calendar:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.main-slider-owl .item .main-slider-owl-calendar .material-icons,
.main-slider-owl .item .main-slider-owl-calendar i.fa {
	display: inline-block;
	margin-right: 15px;
}

.main-slider-smaller .main-slider-owl .item .main-slider-owl-title {
	font-size: 22px;
	margin-bottom: 30px;
}

.main-slider-smaller .main-slider-owl .item .main-slider-owl-calendar {
	font-size: 14px;
}


.main-slider-owl.owl-carousel {
	overflow: visible;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dots {
	padding-top: 0;
	overflow: visible;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot.active,
.main-slider-owl.owl-carousel .owl-controls .owl-dot:hover,
.main-slider-owl.owl-carousel .owl-controls .owl-dot {
	padding-top: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	width: 50px;
	height: 24px;
	margin: 0;
	margin-bottom: 20px;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot {
	counter-increment: slider;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 4px;
	margin-left: -2px;
	background-color: #f0f0f0;
	border-radius: 0;
	box-shadow: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot:hover:before,
.main-slider-owl.owl-carousel .owl-controls .owl-dot.active:before {
	background-color: #8b949d;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot:after {
	display: block;
	position: absolute;
	top: 100%;
	text-align: center;
	width: 100%;
	left: 0;
	content: counter(slider);
	padding-top: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.main-slider-owl.owl-carousel .owl-controls .owl-dot:hover:after,
.main-slider-owl.owl-carousel .owl-controls .owl-dot.active:after {
	color: #8b949d;
}




.content-wrapper {
	display: block;
	position: relative;
}

.content-wrapper:after {
	display: block;
	clear: both;
	content: '';
}



.content-wrapper > .composs-main-content {
	display: block;
	width: 100%;
}

.content-wrapper > .composs-main-content.composs-main-content-s-1 {
	width: 68.42105263157895%;
	margin-left: 5.263157894736842%;
	float: left;
}

.content-wrapper > .composs-main-content.composs-main-content-s-1:first-child {
	margin-left: 0;
}
.content-wrapper > composs-main-content-s-2{
    margin-top: 5rem;
}
.content-wrapper > #sidebar {
	display: block;
	float: left;
	width: 26.31578947368421%;
	margin-left: 5.263157894736842%;
}


.content-wrapper > #sidebar:first-child {
	margin-left: 0;
}




.content-wrapper > #sidebar:before {
	display: block;
	width: 2px;
	height: 100%;
	background-color: #f2f2f2;
	right: 26.31578947368421%;
	margin: 0 2.631578947368421%;
	content: '';
	position: absolute;
}

.content-wrapper > #sidebar:first-child:before {
	left: 26.31578947368421%;
}



.content-wrapper > #sidebar.isfixedsidebar:before {
	right: auto;
	left: -30px;
	margin: 0;
}

.content-wrapper > #sidebar.isfixedsidebar:first-child:before {
	left: auto;
	right: -30px;
}





.lets-do-1:after,
.lets-do-2:after,
.lets-do-3:after,
.lets-do-4:after,
.lets-do-5:after {
	display: block;
	clear: both;
	content: '';
}

.lets-do-1 > .item,
.lets-do-2 > .item,
.lets-do-3 > .item,
.lets-do-4 > .item,
.lets-do-5 > .item {
	display: block;
	float: left;
	margin-left: 3.846153846153846%;
}

.lets-do-1 > .item {
	width: 100%;
	margin-left: 0;
}

.lets-do-2 > .item {
	width: 48.07692307692308%;
}

.lets-do-3 > .item {
	width: 30.76923076923077%;
}

.lets-do-4 > .item {
	width: 22.11538461538462%;
}

.lets-do-5 > .item {
	width: 16.92307692307692%;
}

.lets-do-2 > .item:nth-child(2n+1),
.lets-do-3 > .item:nth-child(3n+1),
.lets-do-4 > .item:nth-child(4n+1),
.lets-do-5 > .item:nth-child(5n+1) {
	margin-left: 0!important;
	clear: both;
}

.lets-do-5 > .item:nth-child(n+6),
.lets-do-4 > .item:nth-child(n+5),
.lets-do-3 > .item:nth-child(n+4),
.lets-do-2 > .item:nth-child(n+3),
.lets-do-1 > .item:nth-child(n+2) {
	margin-top: 30px;
}




.item-header img {
	/*width: 100%;*/
}



.composs-panel {
	display: block;
	margin-bottom: 2em;
}

.composs-panel > .composs-panel-title {
	display: block;
	border-bottom: 2px solid #8b949d;
	cursor: default;
	margin-bottom: 30px;
}

.composs-panel > .composs-panel-title.with-table {
	margin-bottom: 0;
}

.composs-panel > .composs-panel-title a.right {
	font-size: 14px;
	color: #8B949D;
	line-height: 40px;
}

.composs-panel > .composs-panel-title a.right:hover {
	color: #4F5357;
}

.composs-panel > .composs-panel-title > strong {
	display: inline-block;
	border-radius: 2px 2px 0 0;
	background-color: transparent;
	padding: 10px 20px;
	cursor: default;
	border: 2px solid #f2f2f2;
	border-bottom: 0;
	font-size: 14px;
}

.composs-panel > .composs-panel-title.composs-panel-title-tabbed > strong {
	cursor: pointer;
}

.composs-panel > .composs-panel-title > strong:hover {
	border-color: transparent;
	background-color: #f2f2f2;
}

.composs-panel > .composs-panel-title:not(.composs-panel-title-tabbed) > strong,
.composs-panel > .composs-panel-title > strong.active {
	color: #fff!important;
	border-color: transparent;
	background-color: #8b949d;
}




.composs-panel-inner > .composs-panel-tab {
	display: none;
}

.composs-panel-inner > .composs-panel-tab.active {
	display: block;
}




.composs-article-split-block {
	display: block;
}

.composs-article-split-block:after {
	display: block;
	clear: both;
	content: '';
}

.composs-article-split-block .item-large,
.composs-article-split-block .item-small {
	margin-left: 3.8%;
	float: left;
}

.composs-article-split-block .item-large:first-child,
.composs-article-split-block .item-small:first-child {
	margin-left: 0;
}

.composs-article-split-block .item-large .item-header {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.composs-article-split-block .item-large .item-content h2 {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}

.composs-article-split-block .item-large .item-content h2 a {
	line-height: 140%;
	display: inline-block;
}

.composs-article-split-block .item-meta {
	display: block;
	margin-bottom: 0.1em;
	font-size: 11px;
	line-height: 100%;
}

.composs-article-split-block .item-meta .item-meta-item {
	display: inline-block;
	margin-right: 18px;
	color: #8b949d;
}

.composs-article-split-block .item-meta .item-meta-item .material-icons,
.composs-article-split-block .item-meta .item-meta-item i.fa {
	padding-right: 8px;
}

.composs-article-split-block .item-meta a.item-meta-item:hover {
	color: #3779bc;
}

.composs-article-split-block .item-small .item-meta .item-meta-item {
	margin-bottom: 0;
}

.composs-article-split-block .item-small .item-content p,
.composs-article-split-block .item-large .item-content p {
	line-height: 170%;
	display: block;
	font-size: 13px;
}

.img-read-later-button {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
	font-weight: 700;
	background-color: #8B949D;
	color: #FFF;
	padding: 12px 19px;
	line-height: 100%;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}

.img-read-later-button:hover {
	color: #4f5357;
	background-color: #fff;
}

.item-article:hover > .item-header > .img-read-later-button,
.item:hover > .item-header > .img-read-later-button {
	opacity: 1;
	filter: alpha(opacity=100);
}


.img-read-later-button.rm-btn-small {
	left: 3px;
	text-align: center;
	padding: 9px 5px;
	font-size: 11px;
}




.composs-article-split-block .item {
	display: block;
	margin-bottom: 25px;
}

.composs-article-split-block .item:last-child {
	margin-bottom: 0;
}

.composs-article-split-block .item-small .item:after {
	display: block;
	clear: both;
	content: '';
}

.composs-article-split-block .item-small .item .item-header {
	float: left;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}

.composs-article-split-block .item-small .item .item-content {
	margin-left: 110px;
}

.composs-article-split-block .item-small .item .item-content h2 {
	margin-top: 0;
	font-size: .8em;
	margin-bottom: .2em;
	font-weight: bold;
	color: #000;
}

.composs-article-split-block .item-small .item .item-content h2 a {
	line-height: 140%;
	display: inline-block;
}

.composs-article-split-block .item-small .item .item-content h3 {
	margin: 0 0 .6em 0;
	font-size: .8em; 
	padding: 0;
}

.composs-article-split-block .item-small .item .item-content h3 a {
	color: #898989;
}


.composs-article-split-block .item-small .item-meta:last-child {
	margin-bottom: 0;
}



.composs-article-list .item-header {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 15px;
}

.composs-article-list .item-header img {
	overflow: hidden;
	border-radius: 3px;
}


.composs-article-list .item-meta:last-child {
	margin-bottom: 0;
}

.composs-article-list .item-content h2 {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 15px;
	margin-top: 0;
}

.composs-article-list .item-content h2 a {
	line-height: 140%;
	display: inline-block;
}

.composs-article-list .item-meta {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 100%;
}

.composs-article-list .item-meta .item-meta-item {
	display: inline-block;
	margin-right: 18px;
	color: #8b949d;
}

.composs-article-list .item-meta .item-meta-item .material-icons,
.composs-article-list .item-meta .item-meta-item i.fa {
	padding-right: 8px;
}

.composs-article-list .item-meta a.item-meta-item:hover {
	color: #3779bc;
}

.composs-article-list .item-content p {
	line-height: 170%;
	display: block;
	font-size: 12px;
}

.composs-article-list .item-stars {
	margin-bottom: 12px;
}

.composs-article-list .item-stars:last-child {
	margin-bottom: 0;
}



.item-stars {
	display: inline-block;
	font-family: "FontAwesome";
	position: relative;
	letter-spacing: 2px;
	margin-right: 5px;
	margin-bottom: 4px;
	font-size: 17px;
}

.item-stars:before {
	display: block;
	content: '\f005\f005\f005\f005\f005';
	color: #e4e5e6;
}

.item-stars .stars-inner {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
}

.item-stars .stars-inner:before {
	display: block;
	content: '\f005\f005\f005\f005\f005';
	color: #8b949d;
}






.lets-do-slider .owl-item .item {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}

.owl-carousel .owl-controls .owl-dots {
	display: block;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}

.owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #8B949D;
	position: relative;
	margin: 0 4px;
}

.owl-carousel .owl-controls .owl-dot:before {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-radius: 50%;
	content: '';
}

.owl-carousel .owl-controls .owl-dot:hover:before {
	background-color: #8B949D;
}

.owl-carousel .owl-controls .owl-dot.active {
	background-color: #8B949D;
}





.composs-blog-list .item-header {
	display: block;
	float: left;
	width: 32.05128205128205%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.composs-blog-list .item-content {
	display: block;
	margin-left: 35.8974358974359%;
}
.composs-blog-list .item-content.nomargin  {
	margin-left: 0;
}

.composs-blog-list .item-content h2 {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
	margin-top: 0;
}

.composs-blog-list .item-content h2 a {
	line-height: 140%;
	display: inline-block;
}

.composs-blog-list .item-meta {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 100%;
}

.composs-blog-list .item-meta .item-meta-item {
	display: inline-block;
	margin-right: 18px;
	color: #8b949d;
}

.composs-blog-list .item-meta .item-meta-item .material-icons,
.composs-blog-list .item-meta .item-meta-item i.fa {
	padding-right: 8px;
}

.composs-blog-list .item-meta a.item-meta-item:hover {
	color: #3779bc;
}

.composs-blog-list .item-content p {
	line-height: 170%;
	display: block;
	font-size: 14px;
	margin-bottom: 0;
}



.composs-blog-list.lets-do-5 .item-header,
.composs-blog-list.lets-do-4 .item-header,
.composs-blog-list.lets-do-3 .item-header {
	float: none;
	margin-bottom: 18px;
	width: 100%;
}

.composs-blog-list.lets-do-5 .item-content,
.composs-blog-list.lets-do-4 .item-content,
.composs-blog-list.lets-do-3 .item-content {
	float: none;
	margin-left: 0;
	width: 100%;
}

.composs-blog-list.lets-do-1 .item-content h2 {
	font-size: 21px;
}

.composs-blog-list.lets-do-5 > .item:nth-child(n+6),
.composs-blog-list.lets-do-4 > .item:nth-child(n+5),
.composs-blog-list.lets-do-3 > .item:nth-child(n+4),
.composs-blog-list.lets-do-2 > .item:nth-child(n+3),
.composs-blog-list.lets-do-1 > .item:nth-child(n+2) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #F2F2F2;
}


.main-slider {
	display: block;
	overflow: hidden;
}

.main-slider .owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.main-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;
}

.main-slider-owl.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.main-slider-owl .owl-item:not(.active) .item:before {
	background: rgba(255,255,255,0.8)!important;
	z-index: 20!important;
}

.main-slider .owl-nav {
	display: block;
}

.main-slider .owl-grab .owl-nav {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 50%;
	font-size: 0;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-right: -30px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.main-slider .owl-nav .owl-next:before,
.main-slider .owl-nav .owl-prev:before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	line-height: inherit;
	font-size: 12px;
	content: "\f053";
	font-family: "FontAwesome";
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 50%;
	font-size: 0;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-left: -30px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.main-slider .owl-nav .owl-next:before {
	content: "\f054";
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #232323;
}




.ot-follow-share {
	display: block;
	position: fixed;
	top: 20%;
	left: 20px;
	z-index: 20;
}

.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;
}

.ot-follow-share a:before {
	position: absolute;
	display: block;
	line-height: inherit;
	left: 0;
	padding-left: 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 {
	left: 100%;
	padding-left: 20px;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ot-follow-share a:hover {
	background-color: transparent!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;
}



.composs-panel-pager {
	display: block;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #F2F2F2;
	text-align: center;
	cursor: default;
}

.composs-panel-pager:after {
	display: block;
	clear: both;
	content: '';
}

.composs-panel-pager .page-numbers {
	display: inline-block;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 700;
	background-color: #f4f4f4;
	letter-spacing: -.4px;
	color: #8b949d;
	border-radius: 3px;
	/*box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2);*/
}

.composs-panel-pager a.page-numbers:hover {
	background-color: #ebebeb;
}

.composs-panel-pager span.page-numbers {
	background-color: #8b949d;
	color: #fff;
}

.composs-panel-pager .composs-pager-button.left i.fa,
.composs-panel-pager .page-numbers.prev i.fa,
.composs-panel-pager .page-numbers.prev {
	margin-right: 8px;
}

.composs-panel-pager .composs-pager-button.right i.fa,
.composs-panel-pager .page-numbers.next i.fa,
.composs-panel-pager .page-numbers.next {
	margin-left: 8px;
}



.composs-panel-pager .composs-pager-button {
	display: inline-block;
	padding: 11px 24px;
	font-size: 15px;
	font-weight: 700;
	background-color: #f4f4f4;
	letter-spacing: -.4px;
	color: #8b949d;
	border-radius: 3px;
}

.composs-panel-pager a.composs-pager-button.active,
.composs-panel-pager a.composs-pager-button:hover {
	background-color: #8b949d;
	color: #fff;
}

.composs-panel-pager a.composs-pager-button.active:hover {
	background-color: #4f5357;
}



.composs-panel-pager p {
	padding: 11px 0;
}



.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;
}

.big-error-message p a {
    font-weight: 700;
}



.composs-archive-list .item {
	position: relative;
}

.composs-archive-list h3.item-title > a.right {
	position: absolute;
	right: 0;
	float: none;
	cursor: pointer;
	font-size: 13px;
}

.composs-archive-list h3.item-title > a.right:hover {
	color: #232323!important;
}

.composs-archive-list .item-article {
	position: relative;
}


.footer-button {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	background-color: #f0f0f0;
	color: #8b949d;
	padding: 12px 10px!important;
	position: relative;
	z-index: 2;
}

.footer-button.item {
	margin-top: -22px;
}

.footer-button:hover {
	color: #fff;
	background-color: #8b949d;
}




.composs-main-article-content {
	display: block;
}

h6, h5, h4,
h3, h2, h1 {
	color: #007bb6;
}

.composs-main-article-content h6,
.composs-main-article-content h5,
.composs-main-article-content h4,
.composs-main-article-content h3,
.composs-main-article-content h2,
.composs-main-article-content h1 {
	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: 1.4em;
}
h1 {
	font-size: 30px;
}

.composs-main-article-content p {
	font-size: 17px;
	color: #4e565d;
	line-height: 150%;
	margin-bottom: 25px;
}

.composs-main-article-content p:last-child {
	margin-bottom: 0;
}

body .wp-caption {
	margin-bottom: 30px;
}

body .wp-caption:last-child {
	margin-bottom: 0;
}


.composs-main-article-head {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f0f1f2;
}

.composs-main-article-head > p {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
}

.composs-main-article-head > p:before {
	display: block;
	content: '"';
	left: 0;
	top: 0;
	position: absolute;
	font-size: 60px;
	line-height: 80%;
}

.composs-main-article-head .composs-main-article-media {
	display: block;
	margin-bottom: 5px;
	border-radius: 3px;
	overflow: hidden;
}

.composs-main-article-head .composs-main-article-meta {
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 15px;
}

.composs-main-article-head .composs-main-article-meta:last-child {
	margin-bottom: -32px;
}

.composs-main-article-head .composs-main-article-meta .item {
	display: inline-block;
	margin-right: 18px;
	color: #4f5357;
	line-height: 100%;
}

.composs-main-article-head .composs-main-article-meta .item .material-icons,
.composs-main-article-head .composs-main-article-meta .item i.fa {
	display: inline-block;
	margin-right: 10px;
}

.composs-main-article-head .composs-main-article-meta .item a {
	display: inline-block;
	margin-right: 6px;
	color: #4f5357;
}

.composs-main-article-head .composs-main-article-meta .item a:after {
	display: inline-block;
	content: ',';
	color: #aaa;
	padding-left: 2px;
}

.composs-main-article-head .composs-main-article-meta .item a:last-child:after {
	display: none;
}

.composs-main-article-head .composs-main-article-meta a.item:hover,
.composs-main-article-head .composs-main-article-meta .item a:hover {
	color: #3779bc;
}



.composs-review-block {
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 30px 20px;
	border: 2px solid #F2F2F2;
	border-radius: 2px;
	position: relative;
}

.composs-review-block:after {
	display: block;
	clear: both;
	content: '';
}

.composs-review-block > div {
	display: block;
	float: left;
	width: 33%;
}

.composs-review-block .composs-review-block-score {
	width: 20%;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}

.composs-review-block .composs-review-block-bad,
.composs-review-block .composs-review-block-good {
	width: 40%;
	padding-left: 60px;
}

.composs-review-block .composs-review-block-bad:before,
.composs-review-block .composs-review-block-good:before {
	display: block;
	position: absolute;
	content: '';
	width: 2px;
	background-color: #f2f2f2;
	top: 30px;
	bottom: 30px;
	margin-left: -40px;
}

.composs-review-block > div > strong {
	display: block;
	margin-bottom: 12px;
	font-size: 26px;
	color: #88c442;
	line-height: 100%;
}

.composs-review-block .composs-review-block-bad > strong {
	color: #c45742;
}

.composs-review-block > div > ul {
	display: block;
	margin: 0;
	padding: 0;
}

.composs-review-block > div > ul li {
	display: block;
	margin: 0;
	padding: 6px 0 0 18px;
	position: relative;
	font-size: 14px;
}

.composs-review-block > div > ul li:before {
	display: block;
	position: absolute;
	left: 0;
	content: '+';
}

.composs-review-block .composs-review-block-bad > ul li:before {
	content: '-';
}


.composs-tag-list {
	display: block;
	cursor: default;
}

.composs-tag-list a {
	display: inline-block;
	line-height: 100%;
	background-color: #f2f2f2;
	border-radius: 2px;
	padding: 13px 19px;
	font-size: 14px;
	margin: 0 4px 9px 0;
	font-weight: normal;
}

.composs-tag-list a:hover {
	color: #232323;
	background-color: #e2e2e2;
}



.composs-author-block {
	display: block;
	margin: 30px 0;
	padding: 30px 0;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}

.composs-author-block:after {
	display: block;
	content: '';
	clear: both;
}

.composs-author-block .item-header {
	display: block;
	float: left;
	width: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.composs-author-block .item-content {
	display: block;
	margin-left: 115px;
}

.composs-author-block .item-content > strong {
	display: block;
	margin-bottom: 14px;
	color: #232323;
	font-size: 20px;
	line-height: 100%;
}

.composs-author-block .item-content > p {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}


.composs-button {
	display: inline-block;
	line-height: 120%;
	color: #aaa;
	padding: 10px 14px;
	border-radius: 2px;
	margin-right: 8px;
	font-size: 14px;
	border: 1px solid #aaa;
}

.composs-button:hover {
	color: #232323;
	border-color: transparent!important;
	background-color: #f2f2f2;
}

.composs-button.composs-button-green {
	color: #5cb71a;
	border-color: #5cb71a;
}

.composs-button.composs-button-green:hover {
	color: #fff;
	background-color: #5cb71a;
}

.composs-button.composs-button-orange {
	color: #f08722;
	border-color: #f08722;
}

.composs-button.composs-button-orange:hover {
	color: #fff;
	background-color: #f08722;
}

.composs-button .material-icons,
.composs-button i.fa {
	padding-right: 8px;
}



.ot-shortcode-tabs:not(.style-2) {
	padding: 32px!important;
}

.shortcode-content ol,
.shortcode-content ul {
	margin-bottom: 25px;
}

.shortcode-content ol.fa-ul li,
.shortcode-content ul.fa-ul li {
	margin-top: 15px;
}
.shortcode-content ul .fa-li.fa {
	margin-top: -4px;
}

.pos-photo-gallery {
	margin-bottom: 30px!important;
}



.composs-panel-buttons {
	display: block;
	margin-bottom: 2px;
	padding-bottom: 30px;
	border-bottom: 2px solid #F2F2F2;
	margin-bottom: 30px;
	cursor: default;
}

.composs-panel-buttons a {
	border: 0;
	box-shadow: inset 0 0 0 100px #f4f4f4;
	background-color: #8b949d;
	color: #8b949d;
	border-radius: 2px;
	border: 2px solid #f4f4f4;
}

.composs-panel-buttons a.active,
.composs-panel-buttons a:hover {
	color: #fff;
	background-color: #8b949d;
	box-shadow: inset 0 0 0 100px transparent;
	border-color: transparent;
}



.content-photo-wide {
	display: block;
	background-color: #4f5357;
	color: #fff;
	margin-bottom: 30px;
}

.content-photo-thumbs {
	display: block;
	background-color: #34383b;
}

.photo-gallery-full-controls {

}

.photo-gallery-full-controls button.control-right {
	right: auto;
	left: 100%;
}

.photo-gallery-full-controls button {
    display: block;
    position: absolute;
    z-index: 2;
	left: auto;
	right: 100%;
    top: 50%;
    height: 60px;
    line-height: 60px;
    border: 0;
    background: rgba(255,255,255,0.1);
    width: 60px;
    text-align: center;
    padding: 0!important;
    box-shadow: none!important;
    color: #fff;
    border-radius: 0;
    font-size: 30px;
    border-radius: 50%;
    margin-top: -30px;
    opacity: 0;
    line-height: 100%;
    filter: alpha(opacity=0);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.photo-gallery-full-controls button:hover {
    background: rgba(255,255,255,0.3);
}

/*.content-photo-wide .photo-gallery-full-controls button {*/
.content-photo-wide:hover .photo-gallery-full-controls button {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0 36px;
    margin-left: 20px;
    margin-right: 20px;
}

.content-photo-wide > .wrapper2,
.content-photo-wide > .wrapper {
	min-height: 400px;
	line-height: 400px;
	text-align: center;
	background-color: rgba(0,0,0,0.04);
	position: relative;
}

.lightbox .main-block {
	padding-bottom: 30px;
}

.content-photo-thumbs {
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
    background-color: #37383a;
}


.photo-gallery-nav-right,
.photo-gallery-nav-left {
	line-height: 65px;
	height: 65px;
}

.photo-gallery-nav-left:active,
.photo-gallery-nav-left:focus,
.photo-gallery-nav-left {
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	background-color: #337fb9;
	padding: 0;
	box-shadow: none;
	border: 0;
	color: #fff;
	width: 40px;
	bottom: 0;
	border-radius: 2px;
}

.photo-gallery-nav-right:active,
.photo-gallery-nav-right:focus,
.photo-gallery-nav-right {
	display: block;
	position: absolute;
	right: 0;
	top: 16px;
	background-color: #337fb9;
	padding: 0;
	box-shadow: none;
	border: 0;
	color: #fff;
	width: 40px;
	bottom: 0;
	border-radius: 2px;
}

.photo-gallery-thumbs-inner {
	display: block;
	position: relative;
	padding: 16px 0;
	margin: 0 58px;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}

.photo-gallery-thumbs-inner:after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 100%;
	width: 100px;
	height: 100%;
	box-shadow: 5px 0 60px 40px #37383A;
	content: '';
}

.photo-gallery-thumbs-inner:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 100%;
	width: 100px;
	height: 100%;
	box-shadow: -5px 0 60px 40px transparent;
	content: '';
}
.photo-gallery-thumbs-inner:after,
.photo-gallery-thumbs-inner:before {
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.photo-gallery-thumbs-inner.not-first:before {
	box-shadow: -5px 0 60px 40px #37383A;
}

.photo-gallery-thumbs-inner.is-last:after {
	box-shadow: -5px 0 60px 40px transparent;
}

.photo-gallery-thumbs-inner .item:first-child {
	margin-left: 0;
}
.photo-gallery-thumbs-inner .item {
	margin-right: 11px;
	display: inline-block;
	/*padding: 1px;*/
	/*border: 3px solid transparent;*/
	margin-left: -3px;
	opacity: .4;
	filter: alpha(opacity=40);
	width: 80px;
	/*height: 78px;*/
	vertical-align: middle;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.photo-gallery-thumbs-inner .item img {
	border-radius: 2px;
	overflow: hidden;
}

.photo-gallery-thumbs-inner .item:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs-inner .item.active {
	/*border: 3px solid #256dc1;*/
	/*box-shadow: inset 0 0 0 3px #337fb9;*/
	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: 2;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.photo-gallery-thumbs-inner .item.active:before {
	box-shadow: inset 0 0 0 2px #337fb9, inset 0 0 0 4px #37383A;
}






/*------------------------------------------------------------------
[4. Comments]

+ .comments-block
	+ 
		+ 

-------------------------------------------------------------------*/

.composs-secondary-title {
	display: block;
	padding-bottom: 30px;
	border-bottom: 2px solid #F2F2F2;
	margin-bottom: 30px;
}

.composs-secondary-title a.right {
	margin-right: 0;
}

.composs-secondary-title > strong {
	display: block;
	line-height: 40px;
	font-size: 20px;
}

.composs-secondary-title > strong .material-icons,
.composs-secondary-title > strong i.fa {
	padding-right: 14px;
}


.composs-comments .comment-list {
	display: block;
	position: relative;
}

.composs-comments .comment-list ul,
.composs-comments .comment-list ol {
	display: block;
	margin: 0;
	padding: 0;
}

.composs-comments .comment-list li {
	display: block;
}

.composs-comments .comment-list li li .comment-block {
	padding-left: 50px;
}

.composs-comments .comment-list .comment-block {
	display: block;
	margin-bottom: 30px;
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 30px;
}

.composs-comments .comment-list .image-avatar {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
}

.composs-comments .comment-list .comment-text {
	display: block;
	margin-left: 70px;
}

.composs-comments .comment-list .comment-text .time-stamp {
	display: block;
	font-size: 13px;
	color: #c5c5c5;
}

.composs-comments .comment-list .comment-text .user-nick {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 100%;
}

.composs-comments .comment-list .comment-text .user-nick .user-label {
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
	background-color: #8b949d;
	color: #fff;
	vertical-align: top;
	padding: 0 6px;
	border-radius: 2px;
	line-height: 20px;
	margin-top: -1px;
}

.composs-comments .comment-list .comment-text p {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}

.composs-comments .comment-list .comment-text .read-more-button {
	font-size: 12px;
	padding: 9px 13px;
}


.comment-form {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.comment-info {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
}

.comment-info strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
}

button,
input[type=submit],
input[type=button] {
	border: 0;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	padding: 0 23px;
	border-radius: 2px;
	background-color: #8b949d;
	box-shadow: inset 0 0 0 100px transparent;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

button:hover,
input[type=submit]:hover {
	box-shadow: inset 0 0 0 100px rgba(255,255,255,0.1);
}

button:active,
input[type=submit]:active {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}


.contact-form-content {
	display: block;
}

.contact-form-content p {
	display: block;
	margin-bottom: 12px;
}

.contact-form-content label {
	display: block;
}

.contact-form-content label span {
	display: block;
	padding-bottom: 4px;
	font-size: 13px;
	color: #8b949d;
}

.contact-form-content label span .required {
	display: inline-block;
	padding-left: 6px;
	color: #F15A36;
	font-size: 20px;
	line-height: 100%;
	vertical-align: bottom;
	font-style: normal;
}

.contact-form-content label textarea,
.contact-form-content label input {
	display: block;
	border: 2px solid #f0f1f2;
	border-radius: 2px;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
}

.contact-form-content label textarea {
	resize: vertical;
	height: 130px;
}

.contact-form-content label textarea:focus,
.contact-form-content label input:focus {
	border-color: #8b949d;
}

.form-submit {
	margin-top: 24px;
}


.comments-big-message {
	display: block;
	/*position: relative;*/
	padding: 30px 0 60px 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-bottom: 30px;
}

.comments-big-message:before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	content: '';
	border-bottom: 2px solid #f2f2f2;
}

.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: 0.5;
	filter: alpha(opacity=50);
}





.map-block {
	display: block;
}

.map-block .map-block-header {
	display: block;
	padding: 30px;
	background-color: #f0f0f0;
	font-size: 14px;
}

.map-block .map-block-header h3 {
	margin-top: 0;
	margin-bottom: 20px;
	display: block;
}

.map-block .map-block-header .large-icon {
	display: block;
	text-align: center;
	font-size: 100px;
	line-height: 100%;
}

.map-block .map-block-header ul {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #4f5357;
}

.map-block .map-block-header ul li {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 18px;
	vertical-align: middle;
	margin-top: 14px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}

.map-block .map-block-header ul li:first-child {
	margin-top: 0;
}

.map-block .map-block-header ul li .material-icons {
	display: inline-block;
	position: absolute;
	left: 0;
}

.map-block-content {
	display: block;
}




.comment-form .alert-message {
	border-radius: 2px;
	overflow: hidden;
}

.comment-form .alert-message,
.comment-form .alert-message p,
.comment-form .alert-message strong {
	color: #fff!important;
}

.comment-form .alert-message p {
	position: relative;
	z-index: 2;
}

.comment-form .alert-message:before {
	opacity: 1;
	filter: alpha(opacity=100);
}







/*------------------------------------------------------------------
[5. Photo gallery]

+ .photo-gallery-blocks
	+ 
		+ 

-------------------------------------------------------------------*/

.photo-gallery-blocks {

}



.composs-photo-gallery-list {
	display: block;
}

.composs-photo-gallery-list .item {
	position: relative;
}

.composs-photo-gallery-list .item-header {
	display: block;
	position: relative;
	z-index: 1;
}

.composs-photo-gallery-list .item-header a {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.composs-photo-gallery-list .item-header a:before {
	display: block;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -300px 200px -200px #232323;
	position: absolute;
	opacity: 0.8;
	border-radius: inherit;
	overflow: hidden;
	z-index: 2;
	filter: alpha(opacity=80);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.composs-photo-gallery-list .item:hover .item-header a:before {
	/*background-color: rgba(0,0,0,0.3);*/
}

.composs-photo-gallery-list .item-header img {
	width: 100%;
	position: relative;
	z-index: 0;
}

.composs-photo-gallery-list .item-content {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 25px;
	right: 25px;
}

.composs-photo-gallery-list .item-content > a {
	display: block;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.4);
}

.composs-photo-gallery-list .item-content .item-categories {
	position: absolute;
	display: block;
	bottom: 100%;
	margin-bottom: 10px;
	cursor: default;
}

.composs-photo-gallery-list .item-content .item-categories a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 2px;
	color: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	margin-right: 2px;
}

.composs-photo-gallery-list .item-content .item-categories a:hover {
	background-color: #fff!important;
	color: #232323!important;
	box-shadow: none;
}

.composs-photo-gallery-list .item-content > a strong {
	display: block;
}

.composs-photo-gallery-list .item:hover .item-content > a strong {
	text-decoration: underline;
}

.composs-photo-gallery-list .item-content > a .item-meta {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 100%;
	padding-top: 9px;
	font-size: 13px;
	font-weight: normal;
}

.composs-photo-gallery-list .item-content > a .item-meta .material-icons {
	padding-right: 6px;
}


.composs-photo-gallery-description {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 5px 0 30px 0;
	max-width: 100%;
}

.composs-photo-gallery-description h2 {
	margin-bottom: 25px;
}









/*------------------------------------------------------------------
[6. Sidebar styling]

+ #sidebar
	+ 
		+ 

Widget content	  .widget > div
-------------------------------------------------------------------*/

#sidebar {

}





.widget-instagram-photos {
	display: block;
}

.widget-instagram-photos:after {
	display: block;
	clear: both;
	content: '';
}

.widget-instagram-photos .item {
	display: block;
	width: 47%;
	float: left;
	margin-bottom: 20px;
	margin-left: 6%;
}

.widget-instagram-photos .item:nth-child(2n+1) {
	margin-left: 0px;
}

.widget-instagram-photos .item .item-header {
	display: block;
	margin-bottom: 13px;
}

.widget-instagram-photos .item .item-header a {
	display: block;
}

.widget-instagram-photos .item .item-content {
	display: block;
}

.widget-instagram-photos .item .item-content h4 {
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.5px;
	line-height: 130%;
}

.widget-instagram-photos .item .item-content .insta-like-count {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
	display: block;
	color: #ec6c7e;
}

.widget-instagram-photos .item .item-content .insta-like-count i.fa {
	padding-right: 6px;
}

.widget-instagram-photos .item .item-content .item-meta {
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}

.widget-instagram-photos .item .item-content .item-meta a {
	color: inherit!important;
	margin-right: 8px;
	display: inline-block;
	letter-spacing: -0.5px;
}

.widget-instagram-photos .item .item-content .item-meta a:hover {
	color: #7B7B7B;
}

.widget-instagram-photos .item .item-content .item-meta a .material-icons,
.widget-instagram-photos .item .item-content .item-meta a i.po,
.widget-instagram-photos .item .item-content .item-meta a i.fa {
	padding-right: 8px;
}



.widget {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.composs-archive-list h3.item-title,
#sidebar .widget > h3 {
	display: inline-block;
	border-radius: 2px 2px 0 0;
	background-color: transparent;
	padding: 10px 20px;
	cursor: default;
	border: 2px solid #f2f2f2;
	border-bottom: 0;
	font-size: 15px;
	color: #fff;
	border-color: transparent;
	background-color: #8b949d;
	margin-top: 0;
	margin-bottom: 20px;
}

.composs-archive-list h3.item-title:after,
#sidebar .widget > h3:after {
	display: block;
	font-size: 16px;
	height: 2px;
	content: '';
	width: 100%;
	left: 0;
	background: inherit;
	position: absolute;
	margin-top: 10px;
}




.widget .search-form {
	display: block;
	width: 100%;
	font-size: 0;
	vertical-align: bottom;
}

.widget .search-form label {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    width: 71%;
}

.widget .search-form label span {
    display: none;
}

.widget .search-form label input {
    width: 100%;
    border: 0;
    background-color: #f2f2f2;
    border-radius: 2px;
    padding: 12px 16px;
	line-height: 140%;
}

.widget .search-form > input {
    display: inline-block;
    font-size: 13px;
    width: 27%;
    border: 1px solid transparent;
    border-radius: 2px;
    border: 0;
    background-color: #e94422;
    color: #fff;
    padding: 12px 16px;
    margin-left: 2%;
	line-height: 140%;
}

.widget .search-form > input:hover {
    background-color: #c92a09;
}

.widget .tagcloud {
	cursor: default;
}

.widget .tagcloud a {
	display: inline-block;
	font-size: 13px;
	padding: 8px 13px;
	font-weight: 700;
	background-color: #f4f4f4!important;
	letter-spacing: -.4px;
	color: #8b949d!important;
	border-radius: 2px;
	margin: 0 3px 7px 0;
}

.widget .tagcloud a:hover {
	background-color: #8b949d!important;
	color: #fff!important;
}

.widget .menu {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.widget .menu li {
	display: block;
	padding: 0;
	margin-top: 8px;
	padding-left: 15px;
	position: relative;
	font-weight: normal;
}

.widget .menu li:before {
	display: block;
	font-family: "FontAwesome";
	content: '\f0da';
	position: absolute;
	left: 0;
}

.widget .menu li ul {
	padding-left: 0;
}

.widget .menu > li:first-child {
	margin-top: 0;
}




.ot-w-socialize {
	display: block;
}

.ot-w-socialize > a {
	display: block;
	margin-bottom: 16px;
	line-height: 34px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.ot-w-socialize > a i.fa {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	line-height: inherit;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	box-shadow: inset 0 0 0 30px #fff, 0 0 0 0 rgba(0,0,0,0.2);
	transition: box-shadow 0;
	-moz-transition: box-shadow 0;
	-webkit-transition: box-shadow 0;
	-o-transition: box-shadow 0;
}

.ot-w-socialize > a:hover i.fa {
	border-color: transparent;
	box-shadow: inset 0 0 0 0 #fff, 0 0 0 15px transparent;
	transition: box-shadow 0.15s;
	-moz-transition: box-shadow 0.15s;
	-webkit-transition: box-shadow 0.15s;
	-o-transition: box-shadow 0.15s;
}

.ot-w-socialize > a span {
	display: block;
	margin-left: 48px;
	line-height: inherit;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid transparent;
}

.ot-w-socialize > a span i {
	font-style: normal;
}





.ot-w-article-list {
	display: block;
}

.ot-w-article-list .item:after,
.ot-w-article-list:after {
	display: block;
	content: '';
	clear: both;
}

.ot-w-article-list .item {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #F2F2F2;
}

.ot-w-article-list .item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.ot-w-article-list .item .item-header {
    float: left;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    width: 80px;
}

.ot-w-article-list .item .item-content {
    margin-left: 100px;
}

.ot-w-article-list .item .item-content h4 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ot-w-article-list .item .item-content h4 a {
    line-height: 140%;
    display: inline-block;
}

.ot-w-article-list .item .item-meta {
    display: block;
	margin-bottom: 6px;
    font-size: 12px;
}

.ot-w-article-list .item .item-meta:last-child {
    margin-bottom: 0;
}

.ot-w-article-list .item .item-meta .item-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #8b949d;
    line-height: 100%;
}

.ot-w-article-list .item .item-meta .item-meta-item .material-icons,
.ot-w-article-list .item .item-meta .item-meta-item i.fa {
    padding-right: 8px;
}

.ot-w-article-list .item .item-stars {
	margin-bottom: 10px;
	font-size: 14px;
}

.ot-w-article-list .item .item-stars:last-child {
	margin-bottom: 0;
}

.ot-w-article-list .item p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 150%;
}









.ot-w-comments-list {
	display: block;
}

.ot-w-comments-list .item:after,
.ot-w-comments-list:after {
	display: block;
	content: '';
	clear: both;
}

.ot-w-comments-list .item {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #F2F2F2;
}

.ot-w-comments-list .item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.ot-w-comments-list .item .item-header {
    float: left;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    width: 50px;
}

.ot-w-comments-list .item .item-content {
    margin-left: 70px;
}

.ot-w-comments-list .item .item-content h4 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ot-w-comments-list .item .item-content h4 a {
    line-height: 140%;
    display: inline-block;
}

.ot-w-comments-list .item .item-meta {
    display: block;
	margin-bottom: 6px;
    font-size: 13px;
}

.ot-w-comments-list .item .item-meta:last-child {
    margin-bottom: 0;
}

.ot-w-comments-list .item .item-meta .item-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #8b949d;
}

.ot-w-comments-list .item .item-meta .item-meta-item i.fa {
    padding-right: 8px;
}

.ot-w-comments-list .item .item-stars {
	margin-bottom: 10px;
	font-size: 14px;
}

.ot-w-comments-list .item .item-stars:last-child {
	margin-bottom: 0;
}

.ot-w-comments-list .item p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 8px;
}

.ot-w-comments-list .item p:last-child {
	margin-bottom: 0;
}


.ot-w-comments-list .item .item-meta .item-meta-item.meta-button {
	color: #3779bc;
	font-weight: bold;
	line-height: 100%;
}

.ot-w-comments-list .item .item-meta a.item-meta-item.meta-button:hover {
	color: #232323;
}

.ot-w-comments-list .item .item-meta .item-meta-item.meta-button i.fa {
    padding-left: 4px;
    padding-right: 0;
}




.ot-w-gallery-list {
	display: block;
}

.ot-w-gallery-list .item:after,
.ot-w-gallery-list:after {
	display: block;
	content: '';
	clear: both;
}

.ot-w-gallery-list .item {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #F2F2F2;
}

.ot-w-gallery-list .item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.composs-photo-gallery-list .item .owl-nav,
.ot-w-gallery-list .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;
}

.composs-photo-gallery-list .item:hover .owl-nav,
.ot-w-gallery-list .owl-carousel:hover .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-prev,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0;
	margin-right: 20px;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-right: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-next,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0;
	margin-left: 20px;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-left: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-prev,
.composs-photo-gallery-list .owl-controls .owl-nav .owl-next {
	top: 50%;
	margin-top: -20px;
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-prev:hover,
.composs-photo-gallery-list .owl-controls .owl-nav .owl-next:hover,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev:hover,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:hover {
	background-color: #fff;
	color: #232323;
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-next:before,
.composs-photo-gallery-list .owl-controls .owl-nav .owl-prev:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev:before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	line-height: inherit;
	font-size: 12px;
	content: "\f053";
	font-family: "FontAwesome";
}

.composs-photo-gallery-list .owl-controls .owl-nav .owl-next:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}


.ot-w-gallery-list .owl-dots {
	display: block;
	padding: 15px 0 0 0!important;
}

.ot-w-gallery-list .owl-dots .owl-dot {
	box-shadow: inset 0 0 0 2px #ccc;
	width: 12px;
	height: 12px;
	position: relative;
}

.ot-w-gallery-list .owl-dots .owl-dot.active {
	box-shadow: inset 0 0 0 2px transparent;
	background-color: #8b949d;
}

.ot-w-gallery-list .owl-dots .owl-dot:hover {
	box-shadow: inset 0 0 0 2px #8b949d;
}

.ot-w-gallery-list .owl-carousel .owl-controls .owl-dot:before {
	display: none;
}

.ot-w-gallery-list .owl-carousel .owl-controls .owl-dot:after {
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	content: '';
}





.ot-w-gallery-list .item-header {
	display: block;
	margin-bottom: 12px;
}


.ot-w-gallery-list .item-header .item-photo img {
	border-radius: 3px;
	overflow: hidden;
}

.ot-w-gallery-list .item-header .item-photo {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: block;
}


.ot-w-gallery-list .item .item-content h4 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.ot-w-gallery-list .item .item-content h4 a {
    line-height: 140%;
    display: inline-block;
}

.ot-w-gallery-list .item .item-meta {
    display: block;
	margin-bottom: 8px;
    font-size: 14px;
}

.ot-w-gallery-list .item .item-meta:last-child {
    margin-bottom: 0;
}

.ot-w-gallery-list .item .item-meta .item-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #8b949d;
    line-height: 100%;
}

.ot-w-gallery-list .item .item-meta .item-meta-item .material-icons,
.ot-w-gallery-list .item .item-meta .item-meta-item i.fa {
    padding-right: 8px;
}

.ot-w-gallery-list .item .item-stars {
	margin-bottom: 10px;
	font-size: 14px;
}

.ot-w-gallery-list .item .item-stars:last-child {
	margin-bottom: 0;
}

.ot-w-gallery-list .item p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 8px;
}

.ot-w-gallery-list .item p:last-child {
	margin-bottom: 0;
}



.ot-w-flickr-feed {
	display: block;
}

.ot-w-flickr-feed:after {
	display: block;
	clear: both;
	content: '';
}

.ot-w-flickr-feed .item {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 3px;
}

.ot-w-flickr-feed.lets-do-5 > .item:nth-child(n+6),
.ot-w-flickr-feed.lets-do-4 > .item:nth-child(n+5),
.ot-w-flickr-feed.lets-do-3 > .item:nth-child(n+4),
.ot-w-flickr-feed.lets-do-2 > .item:nth-child(n+3),
.ot-w-flickr-feed.lets-do-1 > .item:nth-child(n+2) {
    margin-top: 10px;
}







/*------------------------------------------------------------------
[7. Footer]

+ .footer
	+ 
		+ 

Copyright information	  .footer-copy p
-------------------------------------------------------------------*/

#footer {
	display: block;
	margin-top: 30px;
}

#footer > .wrapper > ul:after,
#footer > .wrapper:after {
	display: block;
	clear: both;
	content: '';
}

#footer > .wrapper > ul {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	border: 2px solid #F2F2F2;
	cursor: default;
	padding-left: 0;
}

#footer > .wrapper > ul > li {
	display: inline-block;
}

#footer > .wrapper > ul > li a {
	display: block;
	padding: 14px 7px;
	font-size: 14px;
	font-weight: normal;
}

#footer .footer-widgets {
	display: block;
}

#footer .footer-widgets .widget-split {
	white-space: normal;
	vertical-align: top;
}

#footer .footer-widgets .widget-split .widget {
	margin-bottom: 20px;
}

#footer .footer-widgets .widget-split .widget:last-child {
	margin-bottom: 0;
}

.footer-copyright {
	display: block;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
	border-top: 2px solid #F2F2F2;
}

#footer .widget h3 {
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f2f2f2;
	color: #4f5357;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

#footer p {
	font-size: 13px;
}







/* 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;
}










.ver-todas-noticias a.unstyled {
	color: #007bb6;
	font-size: .7em;
	margin-top: 1.2em;
	display: block;
	margin: 0;
}
.ver-todas-noticias a.unstyled:hover {
	text-decoration: underline;
}

.composs-article-split-block .item-large {
}

.composs-article-split-block .item-small {
	padding: 0 1.4em;
	margin: 0
}

.btn.btn-full { width: 100%; padding: .8em 1em; border-radius:3px;
	
	font-size: .6em;
}
.btn.btn-gray {
	background-color: transparent;
	color: #8b949d;
	border: 2px solid #8b949d;
	font-size: 9px;
	font-weight: bold;
	padding: 13px 0;
	border-radius: 3px;
}


h2.item-title {
	font-weight: bold;
	line-height: 1.6em;
	height: 2.4em;
	padding: 0 .3em;
	height: 3.4em;
	color: #8b949d;
}

.item-large, .item-small { padding: 0; }

.no-padding { padding: 0!important; }

.botoes-destaque-home { padding-right: .2em; }

.item-content .widget { margin-bottom: 0; }
.composs-panel-tab.active.with-table { margin-bottom: 0; }


.table.table-striped.calendario { font-size: .7em; }

.composs-blog-list a.read-more { color: #7d7d7d; margin-top: 1em; display: inline-block; }
.composs-blog-list a.read-more:hover { text-decoration: underline; }




.servicos-diversos .item-header { margin-bottom: 0; border-radius: 0; }
.servicos-diversos .item-header img { border-radius: 0; }
.servicos-diversos .item-content { 
	margin-bottom: 0; 
	display: inline-block;
	padding: 1em;
	background: #fdb515;
	width: 100%;
}
.servicos-diversos .item-content.verde { background: #b5d434; }
.servicos-diversos .item-content.verde a { color: #3a6117; }

.servicos-diversos .item-content.azul { background: #002d4a; }
.servicos-diversos .item-content.azul a { color: #fdb515; }

.servicos-diversos .azul a.link-envie-curriculo { color: #fff; }

.servicos-diversos .item-content h2 {
	margin: 0;
	font-size: 1em
}
.servicos-diversos .item-content h2 a { color: #002d4a; }
.servicos-diversos .item-content p a { color: #fff; }


.servicos-diversos .item {
	border-radius: 3px;
	overflow: hidden;
}
.servicos-diversos .item .overlay {
	position: absolute;
	z-index: 2;
	height: 80px;
	width: 100%;
	bottom: -80px;
	font-size: .75em;
	padding: 1.4em 2em;
	
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.servicos-diversos .item .overlay * {
	color: #fff;
	padding: 0;
	margin: 0;
}

.servicos-diversos .item:hover .overlay {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=1);
}


.header-content-o.banner-full {
	text-align: right;
}
.header-top-socials p {
	margin: 0;
	text-align: right;
	font-size: .7em;
}

.shortheader-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: #40c8f4;
}


#main-menu .area-associado {
	background: #21a1cb;
	display: inline-block;
	margin-top: 11px;
	border-radius: 3px;
}
#main-menu .area-associado a {
	color: #fff;
	padding: .5em 3em;
}
#main-menu .area-associado a .fa {
	margin-right: 1em;
}
#main-menu .area-associado a:hover {
	border: 0;
	padding-bottom: .5em;
}

.ot-follow-share { display: none!important; }








/* Header Search */
.header-content-logo {
	width: 190px;
	
}
.header-content .search-header {
	width: 334px;
}
.header-content .search-header .container-search {
	border: 1px solid #ddd;
	height: 44px;
	border-radius: 3px;
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}
.header-content .search-header .container-search .btn-search {
	background-color: #ddd;
	border: 0;
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 10px 16px;
}
.header-content .search-header .container-search input[type="text"] {
	width: 100%;
	padding: .6em 1em .4em 1em;
	border: 0;
}




/* Footer */
#footer {
	background: url('../images/rodape_limpo.png') no-repeat center;
	background-color: #022750;
	min-height: 339px;
	padding: 40px 0;
	color: #fff;
}
@media (max-width: 768px){
	#footer{
		background: #0d287a;
	}
	
	#footer .col-sm-3 { margin-bottom: 2em; }
	#footer .col-sm-3:last-child { margin-bottom: 0; }
}

#footer a { color: #fff; }
#footer a:hover { color: #ddd; }
#footer p { line-height: 1.8em; }
#footer .links-expediente ul li a { border-right: 1px solid #fff; padding-right: 1em; font-size: .8em; }
#footer .links-expediente ul li:last-child a { border: 0; padding-right: 0; }

#footer .links ul { list-style: none; padding: 0; }
#footer .links h3 { font-size: .9em; margin: 0 0 .4em 0; text-transform: uppercase; color: #61d1f6; }
#footer .links ul li { font-size: .8em; margin-bottom: .2em; color: #ddd; }
#footer .links ul li a { color: #ddd; }
#footer .links ul li a:hover { color: #adadad; }
#footer .links ul li:before { content: '» '; } 




.campanha-carrossel .item .item-header h2 {
	display: table-cell;
	bottom: 1em;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
}




.featured-posts {
width: 50% !important;
}








.featured-posts .item .owl-nav,
.ot-w-gallery-list .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;
}

.featured-posts .item:hover .owl-nav,
.ot-w-gallery-list .owl-carousel:hover .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.featured-posts .owl-controls .owl-nav .owl-prev,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0;
	margin-right: 20px;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-right: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.featured-posts .owl-controls .owl-nav .owl-next,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0;
	margin-left: 20px;
	border-color: transparent;
	background-color: #4f5357;
	color: #fff;
	margin-left: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.featured-posts .owl-controls .owl-nav .owl-prev,
.featured-posts .owl-controls .owl-nav .owl-next {
	top: 50%;
	margin-top: -20px;
}

.featured-posts .owl-controls .owl-nav .owl-prev:hover,
.featured-posts .owl-controls .owl-nav .owl-next:hover,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev:hover,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:hover {
	background-color: #fff;
	color: #232323;
}

.featured-posts .owl-controls .owl-nav .owl-next:before,
.featured-posts .owl-controls .owl-nav .owl-prev:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-prev:before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	line-height: inherit;
	font-size: 12px;
	content: "\f053";
	font-family: "FontAwesome";
}

.featured-posts .owl-controls .owl-nav .owl-next:before,
.ot-w-gallery-list .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}




.ot-shortcode-accordion>div>div p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.ot-shortcode-accordion>div>div h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: .6em;
}



.diretor-thumb img { border-radius: 100%; }
.listagem-diretoria h2 { font-size: 1.2em; }

@media(min-width: 960px){
	.listagem-diretoria { height: 160px; }
}
@media(max-width: 979px){
	.diretor-thumb { padding-bottom: 1em; }
}


.listagem-diretoria .diretor-dados { font-size: .9em; }
.listagem-diretoria .row { margin-bottom: 1em; }



img.alignright { float: right; display: block; margin: 0 0 1em 1em; }
img.alignleft { float: left; display: block; margin: 0 1em 1em 0; }


.ot-shortcode-accordion div.active a { color: #61d1f6!important; }
.ot-shortcode-accordion div.active a:before { background-color: #61d1f6!important; }
.ot-shortcode-accordion div.active a.button { color: #fff!important; }

.convenio-content img.attachment-post-thumbnail { /*float: right*/; margin: 0 0 1em 1em; }

/*.comite-content img.attachment-post-thumbnail { float: right; margin: 0 0 1em 1em; }*/


.button-list-convenios.listCol1{
	width: 24%;
	float: left;
}
.button-list-convenios li {
	margin-top: 0!important;
}


.depoimentos-container {
	background: #f2f2f2;
	padding: 2em 0;
}
.depoimentos-sc-foto img { border-radius: 100%; }
.depoimentos-content .title { 
	color: #61d1f6;
	font-weight: bold;
	font-size: 1.2em; 
	margin-top: .6em;
}

.depoimentos-content blockquote {
	height: 214px;
	vertical-align: middle;
	display: table-cell;
}


.row.gray-bg {
	margin: 2em 0;
	padding: 2em 0;
	background-color: #f6f6f6;
}

div.ver-todas-noticias {
	margin-top: 1.25em;
	margin-left: 1em;
}



.ROLAGEM {
}

.ot-mega-menu {
	position: static;
}

@media (max-width: 960px){
	.ot-mega-menu {
		position: relative;
	}
	.ot-mega-menu ul {
		display: none!important;
	}
}

.ot-mega-menu .sub-menu {
	width: 100% !important;
	padding: 1em 2em !important;
}

.ot-mega-menu ul.sub-menu > li.menu-item {
	width: 33.33333%!important;
	float: left;
}



.recent-posts-widget-with-thumbnails a {
	padding: 0 .5em!important;
}


.recent-posts-widget-with-thumbnails ul li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #F2F2F2;
}
.recent-posts-widget-with-thumbnails ul li:last-child { border: 0; }

span.rpwwt-post-title {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700
}




.title-line {
	border-bottom: 1px solid #a3aab1;
	margin-bottom: 2em;
}


.title-line h2, .title-line .title {
	border-bottom: 4px solid #a3aab1;
	display: inline-block!important;
	margin-bottom: 0!important;
	padding-bottom: 10px!important;
	font-size: 1.7em;
}
.title-line h3, .title-line .title {
		font-size: 1.25em;
		border-bottom: 4px solid #a3aab1;
		display: inline-block!important;
		margin-bottom: 0!important;
		padding-bottom: 10px!important;
		margin-top: -15px!important;
}

.title-line h1, .title-line .title {
	border-bottom: 4px solid #a3aab1;
	display: inline-block!important;
	margin-bottom: 0!important;
	padding-bottom: 10px!important;
	font-size: 1.7em;
}


.fullwidth-banner {
	position: relative;
	height: 330px;
	width: 100%; 
	background-size: cover;
}

.tab-full-width {
	position: absolute;
	bottom: -31px;
	left: 0;
	width: ;
}






/* Shortcode APAS FACILITY */
.apas-facility {
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	padding: 2em;
	margin-bottom: 2em;
	background: #f5f5f5;
	border-radius: 3px;
	height: 150px;
}
.apas-facility .fa {
	font-size: 3em;
	color: #007bb6;
	margin: 0 .5em;
}
.apas-facility .table { margin-bottom: 0!important; }
.table {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.table-row {
	display: table-row;
	height: 100%;
}
.table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.apas-facility .table-cell:first-child {
	width: 20%;
}
.apas-facility .table-cell:nth-child(2) {
	width: 80%;
	padding-left:1em;
	border-left: 1px solid #007bb6;
}


.apas-facility .table-cell:nth-child(2), .apas-facility .table-cell:nth-child(2) p {
	
	font-size: small!important;

}

/* Shortcode APAS Contact Card */

.contact-card {
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	padding: 10px;
}
.contact-card, .contact-card p{
	font-size: 1em;
	color: #a0a0a0;
}

.contact-card a{
	color: #3779bc;
	text-decoration: underline;
}








.campanha-sidebar a {
	color: #4c798c;
	text-decoration: underline;
}




.instituicoes-list {
	height: 55px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 1em;
	overflow: hidden;
}

.instituicoes-list a.full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
}
.instituicoes-list a.full-link:hover {
	background: #dcdcdc;
}

.instituicoes-list a.full-link .table {
	height: 100%;
	display: table;
}

.instituicoes-list a.full-link .table .cell {
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}




.cursos_shortcode p {
	font-size: .85em;
}

a.link-modal-curso {
	border-radius: 3px;
	display: inline-block;
	padding: .5em .8em;
	margin: 0 .8em;
	text-transform: uppercase;
	color: #fff;
	background: #a81936;
}

a.link-modal-curso:hover {
	background: #731226;
	color: #fff;
}




.custom-tabs-apas li { padding: 0 1em; }

.custom-tabs-apas { padding: 0 -1em; }
.custom-tabs-apas .content-tab{
	text-align: center;
}
.custom-tabs-apas li div a {
	background: #ececec;
	text-align: center;
	border-radius: 3px;
	padding: 1.4em 0;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.custom-tabs-apas li.active div  a{
	background: #d7d7d7;
}

.custom-tabs-apas li div a,
.custom-tabs-apas li div a:hover {
	color: #8b949d;
}








.ot-shortcode-tabs:not(.style-2)>div {
	margin-left: 25%!important;
}

.ot-shortcode-tabs:not(.style-2)>ul {
	width: 25%!important;
}


@media(min-width: 960px){
	.modal-dialog {
		width: 900px;
	}
}



/* APAS ACTION BUTTON */
.apas-action-button {
	border: 0;
	font-size: 1em;
	background: #f2f2f2;
	padding: .6em 1em;
	color: #4e565d;
	border-radius: 3px;
	display: inline-block;
}




.modal-foto-diretoria {
	width: 400px;
	text-align: center;
}






/* Detalhes de notícias */
.noticia-content h1,
.noticia-content h2 {
	color: #787878;
}
.noticia-content h2 {
	color: #818183;
}

.tags .post-tag {
	display: inline-block;
	padding: .2em .4em;
	margin: 0 .4em;
	background-color: #f0f0f0;
	border-radius: 3px;
}



span.img-thumbnail { position: relative; border: 0; padding: 0; }
span.img-thumbnail .featured {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}






.ot-shortcode-tabs .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f5f5f5
}

a.link-popover-categories {
	display: block;
	padding: .6em 0;
	border-bottom: 2px solid #8b949d;
}
li:last-child a.link-popover-categories {
	margin-bottom: 0;
	border-bottom: 0;
}






.search-overlay {
	display: none;
	opacity: .8;
	background: #000;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}




.youtube_player { background: #000; }
.youtube_player p b { color: #fff; }
.youtube_player hr { opacity: .5; }


/*.ROLAGEM .item { height: 90px; } */










.featured-posts .item-title { color: #000; }




.apas_clipping_list .rss-reading {
	height: 110px;
	padding-left: 1em;
	font-size: .8em;
	margin-bottom: 2em;
	display: table;
}
.apas_clipping_list .rss-reading .celled {
	display: table-cell;
	vertical-align: middle;
	
	border-left: 1px solid #a0a0a0;
	padding-left: 10px;
}
.apas_clipping_list .rss-reading h2 {
	font-size: 1em;
	margin: 0 0 .4em 0;
	line-height: 1.2em;
}

.apas_clipping_list .rss-reading p {
	font-size: .8em;
	margin: 0;
	line-height: 1.5em;
}

.apas_clipping_list .rss-reading a {
	color: #5ec2ef;
}





#posts-destacados .carousel-inner .item img {
}




#posts-destacados .carousel-caption {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-shadow: none;
}

#posts-destacados .carousel-control.right,
#posts-destacados .carousel-control.left {
	background-image: none;
	background: transparent;
	
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}




.btn.btn-azul-apas {
	color: #fff;
	background-color: #68c9f4;
	border-color: #68c9f4;
}









div.atclear { clear: initial!important; margin-bottom: 1em; }

.btn.btn-azul-apas:hover {
	color: #fff;
	background-color: #0B8BC2;
}



figure{
	background: transparent!important;
	text-align: left!important;
}



.input_news input { width: 100%; }





.featured-text {
	position: absolute;
	z-index: 2;
	color: #fff;
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 46px;
	left: -2px;
	width: 120px;
	text-align: center;
}





.home-noticias h2 a {
	color: #007bb6;
}
.home-noticias h3 a {
	color: #000!important;
}




.redes-sociais .addthis_toolbox {
	display: inline-block!important;
}

.redes-sociais .addthis_toolbox .atclear {
	clear: none!important;
	display: inline!important;
}

body.single .composs-main-article-head .composs-main-article-meta .item {
	display: block;
	float: left;
	margin-top: 8px;
}






#main-menu ul ul.sub-menu > li.no-padding:hover > a {
	background: transparent!important;
	text-decoration: underline;
}

.btn.btn-newsletter {
	width: 100%;
	border-radius: 3px!important;
	background-color: #e66d35!important;
	color: #fff;
	border:  0;
	font-size: 1.3em!important;
}


a {
	color: #007bb6;
}





.searchandfilter ul {
	margin: 1em 0;
	padding: 0;
}
.searchandfilter input[type="text"] {
	padding: .5em;
	width: 100%;
}
.sf-field-search, .sf-input-text { display: none!important; }
.searchandfilter li {
	display: block;
	width: 100%!important;
}

.sf-field-search label {
	width: 100%;
}



#menu-main a:hover {
	text-decoration: none;
}



.table .table {
	background-color: transparent;
}






@media (max-width: 960px){
	.ads img {
		width: 100%;
	}
}





.carousel-control.right,
.carousel-control.left {
	margin-bottom: 5em;
}





.testemonials-inner {
	height: 300px;
	background: #f1f1f1;
	border-radius: 5px;
}

.testemonials-inner .item{
	height:100%;
}

.testemonials-inner .item .depoimentos-content{
	height: 100%;
	display: table;
	padding: 0 10em;
}

#carousel-testemonials .carousel-control.right, #carousel-testemonials .carousel-control.left{
	margin-bottom: 0;
	background: transparent;
}






a[title="Produtos"], a[title="Serviços"]{
	background: transparent!important;
	font-weight: bold;
	font-size: 0.85em!important;
	color: #007bb6!important;
	padding: .6em 1.2em!important;
	cursor: default!important;
	text-transform: uppercase !important;
}




.convenios.cat-description {
	display: none;
}






div.ie_alert_top {
	z-index: 99999;
	padding: 1em;
}



/*styles reunioes abertas*/

.reuniao h1,
.reuniao h2,
.reuniao h3,
.reuniao h4,
.reuniao h5,
.reuniao h6,
.reuniao .titulo {
	color: #cb1f52;
}


.destaq{

	font-size: 50px;
    font-style:  italic;
    color: #abadb1;
    height: 500px;
    border-left: 3px solid #9e9e9e;
    height: auto;
    padding:3px 12px 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


.palestra {

	font-size: 21px;
}

.palestrante{
	
}



.sidebar-proximas-datas-curso {
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	padding: 2em;
	margin-bottom: 2em;
	background: #f5f5f5;
	border-radius: 3px;
}

.btn.btn-lg.btn-warning.escola-apas {
	padding: 2em 8em;
}

.btn .btn-primary .ins {
	background-color: #5DB75D;
	border-color: #5DB75D;
}


/* styles catalogo de cursos */
.programa-de-formacao-basica h1,
.programa-de-formacao-basica h2,
.programa-de-formacao-basica h3,
.programa-de-formacao-basica h4,
.programa-de-formacao-basica h5,
.programa-de-formacao-basica h6,
.programa-de-formacao-basica .titulo {
	color: #2864a5;
}
.programa-de-formacao-basica .label.label-default { background: #2864a5; }

.programa-especifico-apas h1,
.programa-especifico-apas h2,
.programa-especifico-apas h3,
.programa-especifico-apas h4,
.programa-especifico-apas h5,
.programa-especifico-apas h6,
.programa-especifico-apas .titulo {
	color: #cb1f52;
}
.programa-especifico-apas .label.label-default { background: #cb1f52; }

.programa-especifico-abras h1,
.programa-especifico-abras h2,
.programa-especifico-abras h3,
.programa-especifico-abras h4,
.programa-especifico-abras h5,
.programa-especifico-abras h6,
.programa-especifico-abras .titulo {
	color: #cb1f52;
}
.programa-especifico-abras .label.label-default { background: #cb1f52; }

.programa-de-gestao h1,
.programa-de-gestao h2,
.programa-de-gestao h3,
.programa-de-gestao h4,
.programa-de-gestao h5,
.programa-de-gestao h6,
.programa-de-gestao .titulo {
	color: #df542f;
}
.programa-de-gestao .label.label-default { background: #df542f; }



.programa-especifico-apas #sidebar .widget > h3 {
	background-color: #cb1f52!important;
	color: white!important;
}

.programa-de-gestao #sidebar .widget > h3 {
	background-color: #df542f!important;
	color: white!important;
}

.programa-de-formacao-basica #sidebar .widget > h3 {
	background-color: #2864a5!important;
	color: white!important;
}

/*styles reunioes abertas*/

.reuniao h1,
.reuniao h2,
.reuniao h3,
.reuniao h4,
.reuniao h5,
.reuniao h6,

.reuniao .titulo {
	color: #337ab7;
	font-family: 'Lato', sans-serif !important;
}
.reuniao p {
	font-family: 'Lato', sans-serif !important;
}


.texto-destaque{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
    font-style:  italic;
    color: #abadb1;
    height: 500px;
    border-left: 3px solid #9e9e9e;
    height: auto;
    padding:3px 12px 3px;
    font-weight: 300;
}

.reuniao-aberta{
	font-family: 'Lato', sans-serif;
}

.palestra {

	font-size: 17px;
}

.palestrante{

}

.inscricao {
/* min-height: 233px; */
	background:  #f1f1f1;
	padding: 5rem 2.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 30px auto;
}

.btn-inscricao{
	background:  #2abfea;
	color: #fff;
    /* padding-left: 48px; */
}

.btn-patrocinar {
	max-width: 400px;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #c5c5c5;
    color: #FFF;
    line-height: 1;
    border: 0;
    padding: 17px 15px;
    font-size: 24px;
    border-radius: 3px;
    font-weight: bold;
}

.sidebar-proximas-datas-curso {
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	padding: 2em;
	margin-bottom: 2em;
	background: #f5f5f5;
	border-radius: 3px;
}

.btn.btn-lg.btn-warning.escola-apas {
	padding: 2em 8em;
}

p .info-reuniao {

	color:#cb1f52;
}

.confira-reuniao {

    display: inline-block;
    border-radius: 1px 2px 0 0;
    background-color: transparent;
    padding: 10px 20px;
    cursor: default;
    border: 2px solid #f2f2f2;
    border-bottom: 0;
    font-size: 15px;
    color: #fff;
    border-color: transparent;
    background-color: #cb1f52;
    margin-top: 0;
    margin-bottom: 0px;

}

iframe .video-pre {
	width: 100%
}

/* ---------------- Custom mobile Diretoria ------------------- */
@media screen and (max-width: 600px){
	div.ot-shortcode-tabs.tab-cp>ul>li > a {
    font-size: 16px;
	}
	div.ot-shortcode-tabs.tab-cp>ul>li > a:before {
    content: none;
	}
	div.ot-shortcode-tabs.tab-cp>ul::-webkit-scrollbar {
		display: none; 
	}
	div.ot-shortcode-tabs.tab-cp>ul {
    float: none;
    width: auto!important;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		position: relative;
	}

	div.ot-shortcode-tabs.tab-cp{
		position: relative;
	}

	div.ot-shortcode-tabs.tab-cp:before {
    left: 0;
    background-image: linear-gradient(to right, #f9f9f9 30%,transparent 100%);
	}
	div.ot-shortcode-tabs.tab-cp:after {
    right: 0;
    background-image: linear-gradient(to left, #f9f9f9 30%,transparent 100%);
	}
	div.ot-shortcode-tabs.tab-cp:before, div.ot-shortcode-tabs.tab-cp:after {
		content: "";
    width: 40px;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 4;
	}

	.ot-shortcode-tabs.tab-cp .listagem-diretoria {
    width: 50%;
    text-align: center;
    margin: 0 auto 15px;
	}

	div.ot-shortcode-tabs.tab-cp>div.active {
    margin-left: 0!important;
    margin: 0!important;
    display: flex;
    flex-wrap: wrap;
	}

	.theiaStickySidebar div.ot-shortcode-tabs.tab-cp {
    margin: 0 -15px;
    padding-left: 0!important;
    padding-right: 0!important;
	}

	.ot-shortcode-tabs:not(.style-2)>div.active.calendar {
		display: flex !important;
	}

}
/* ----------------/  Custom mobile Diretoria ------------------- */
