@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700&subset=latin,latin-ext);

body
{
	background-color: #ebebea;
	font-family: "Open Sans", Arial, sans-serif;
}

a, img
{
	transition: all 0.3s;
	color: #963188;
}

a:hover, a:active
{
	color: #cf416e;
}

.text-small
{
	font-size: 13px;
}

select
{
	font-size: 14px;
}

.button
{
	background-color: #cf416e;
	color: #fff;
	transition: all 0.3s;
}

.button:hover,
.button:focus,
.button:active
{
	background-color: #963188;
}


.header
{
	background-color: #ffffff;
}

.banner
{
	margin-top: 16px;
}

.banner iframe,
.banner object,
.banner img
{
	max-width: 100%;
	margin-left: auto;
}

.banner.header-slider
{
	background: transparent !important;
}

#slide
{
	display: none;
	width: 100% !important;
	max-width: 100% !important;
}

.top-menu
{
	border-top: solid 1px #cf416e;
	border-bottom: solid 3px #963188;
	font-weight: normal;
	background-color: #fff;
	text-transform: uppercase;
}

.top-menu ul
{
	margin: 0;
}

.top-menu li
{
	display: inline-block;
}

.top-menu li a
{
	color: #cf416e;
    display: inline-block;
    padding: 3px 0;
}

.top-menu li a:hover
{
	color: #963188;
}

.top-menu li:after
{
	content: "|";
	margin: 0 16px;
	color: #cf416e;
}

.top-menu li:last-of-type:after
{
	content: "";
}

.top-information,
.section-title
{
	background-color: #cf416e;
	color: #FFF;
	text-transform: uppercase;
}

.top-information span
{
	padding: 8px 0;
	display: block;
	font-size: 16px;
}


.top-menu .input-group
{
	margin: 3px 0 2px 0;
}


.top-menu input
{
	margin: 3px 0 2px 0;
	font-size: 12px;
	height: 25px;
	padding: 0 8px;
}

.top-menu .input-group-button a
{
	background-color: #cf416e;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 25px;
    margin: 3px 0 2px;
    padding: 3px 8px;
}

.top-menu .input-group-button a:hover
{
	background-color: #9a408d;
}


@media screen and (min-width: 960px)
{
	.large-23
	{
		width: 23%;
	}

	.large-54
	{
		width: 54%;
		padding: 0;
	}

	.large-77
	{
		width: 77%;
	}

	.no-padding-left
	{
		padding-left: 0;
	}
}


.left-menu
{
	background: #c7c7c6;
	padding-top: 16px;
	padding-bottom: 16px;
}

.left-menu a
{
	color: #9a408d;
	display: block;
	padding: 6px 16px;
	font-size: 15px;
}

.left-menu li.active a
{
	font-weight: bold;
}

.left-menu a:hover
{
	color: #fff;
	background-color: #cf416e;
}

.left-menu ul
{
	padding: 0;
	list-style: none;
	margin: 0;
}

.left-menu li
{
	display: block;
	padding: 0;
	position: relative;
	border-bottom: solid 1px #dedede;
}

.left-menu ul > li:last-of-type
{
	border: none;
}

.left-menu a.submenu:after
{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	color: #963188;
	font-size: 24px;
	right: 8px;
    top: -2px;
}

.left-menu li:hover a.submenu:after
{
	color: #fff;
}

.left-menu li:hover > ul li a.submenu:after
{
	color: #777;
}

.left-menu ul ul
{
	display: none;
	background-color: #e1e1e0;
}

.left-menu ul ul ul
{
	display: block;
	background-color: #EBEBEA;
}

.left-menu ul ul ul a
{
	padding-left: 24px;
}





.video-border
{
	margin-top: 16px;
	margin-bottom: 16px;
	border: solid 2px #a31c5f;
	background-color: #000;
}

.video-description,
.video-description p
{
	/*
	font-size: 13px;
	line-height: 16px;
	*/
	font-weight: 500;
	color: #000;
	font-size: 14px;
}



.bottom-category-selector
{
	background-color: #ae0740;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
}

.bottom-category-selector a
{
	color: #fff;
	display: inline-block;

	margin: 0 10px;
    padding: 8px 16px;
}

.bottom-category-selector a.active,
.bottom-category-selector a:hover
{
	background-color: #cf416e;
}


.bottom-video,
.bottom-video img,
.bottom-video .has-tip,
.bottom-video .has-tip img
{
	width: 100%;
	cursor: pointer;
	transition: all 0.5s;
}

.bottom-video
{
	margin-bottom: 16px;
}

.bottom-video-title
{
	display: none;
}

.bottom-video:hover
{
	/*background-color: #CF416E;*/
	color: #fff;
}

.bottom-video:hover img
{
	/*opacity: .8;*/
	-webkit-filter: saturate(150%);
    filter: saturate(150%);
	transform: rotate(-2deg) scale(1.5);
}



.related-video
{
	margin-top: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.related-video .small-5.columns
{
	padding-right: 0;
}

.related-video-image
{
	border: solid 2px #9a255a;
	overflow: hidden;
}

.related-video-image img
{
	width: 100%;
	transform: rotate(0deg) scale(1.01);
	transition: all 0.5s;
}

.related-video-title
{
	color: #963188;
	font-size: 13px;
	transition: all 0.3s;
}

.related-video:hover
{
	background-color: #CF416E;
}

.related-video:hover img
{
	-webkit-filter: saturate(150%);
    filter: saturate(150%);
	transform: rotate(-2deg) scale(1.5);
}

.related-video:hover .related-video-title
{
	color: #fff;
	opacity: .75;
}

.related-video-duration
{
	color: #aaa;
	font-size: 12px;
	text-align: left;
	text-indent: 4px;
}

.related-video:hover .related-video-duration
{
	color: #ddd;
}


.paginator
{
	margin-top: 32px;
	margin-bottom: 32px;
}

.paginator a
{
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	color: #7f7b7b;
	margin: 0;
	padding-left: 3px;
}

.paginator a:before
{
 	color: #cccbcb;
    content: "|";
    font-size: 12px;
    line-height: 22px;
    padding-right: 4px;
    vertical-align: top;
}

.paginator a:first-of-type:before,
.paginator a:nth-child(2):before,
.paginator a:last-of-type:before
{
	content: "";
}

.paginator i
{
	font-size: 24px;
	color: #99388b;
}

.paginator a.active
{
	color: #000;
}

.paginator a:hover
{
	color: #963188;
}

.footer
{
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 13px;
}



.menu-mobile
{
	background: #fff;
	margin-bottom: 16px;
}

.menu-mobile select
{
	font-size: 14px;
	padding: 4px 8px;
}


.select2-container
{
	width: 100% !important;
}

.select2-container--default .select2-selection--single
{
	height: 36px;
	line-height: 36px;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
	background-color: #CF416E;
}

.side-menu-button
{
	/*position: absolute;*/
	position: relative;
	/*top: 4px;*/
	left: 0px;
	width: 28px;
	height: 28px;
	background-color: #CF416E;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 100;


}

.side-menu-trigger-bar
{
	display: block;
	width: auto;
	text-align: left;
	padding: 4px 8px;
	font-weight: 300;
	background-color: #CF416E;
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

.side-menu-trigger-bar a
{
	color: #fff;
}

.side-menu-button:hover
{
	/*background-color: #963188;*/
}

.side-menu .section-title
{
	padding: 4px 16px;
}

.side-menu .side-menu-main-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-menu .side-menu-main-menu li a
{
	display: block;
    margin: 4px 0 8px;
    padding: 1px 8px;
	text-transform: none;
}

.accordion-title,
.accordion-title:focus,
.accordion-title:hover,
.accordion-title:active
{
	color: #99388b;
	text-transform: uppercase;
	font-size: 14px;
}

.accordion-content
{
	background: #E6E6E6;
	padding: 16px 0 0;
}

.related-video-image img
{
	width: 100%;
}

.side-menu .bottom-video
{
	font-size: 12px;
}

.side-menu .side-menu-link
{
	display: block;
	font-size: 14px;
    padding: 12px 4px;
}

.tooltip
{
	background-color: #dedede;
	color: #222;
}

.tooltip.top::before
{
	border-color: #dedede transparent transparent;
}

textarea
{
	min-height: 150px;
}

.search-filters-form
{
	background: #e1e1e0;
	margin-bottom: 16px;
}

.search-filters-form h5
{
	margin-top: 8px;
	color: #CF416E;
}

@media screen and (max-width: 959px)
{
	.logo
	{
		text-align: center;
	}

	.banner
	{
		margin-top: 0;
	}
}

.flex-video
{
	margin-bottom: 0;
	padding-bottom: 56%;
}

.ytp-large-play-button .ytp-large-play-button-bg
{
	fill: #cf416e;
}


#content-video-url input
{
	font-size: 12px;
    height: auto;
    padding: 2px 8px;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end */

.agmosfera_quick_edit_bar
{
	height: 36px !important;
}
