@charset "utf-8";


/* Icons Font */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),
    	 url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    	 url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    	 url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
}
/* END Icons Font */

@font-face {
    font-family: "FiraSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FiraSansExtraCondensed-Regular.eot") format("embedded-opentype"),
    	 url("../fonts/FiraSansExtraCondensed-Regular.woff") format("woff"),
    	 url("../fonts/FiraSansExtraCondensed-Regular.ttf") format("truetype"),
    	 url("../fonts/FiraSansExtraCondensed-Regular.svg") format("svg"),
    	 url("../fonts/FiraSansExtraCondensed-Regular.otf") format("opentype");
}
@font-face {
    font-family: "FiraSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FiraSansExtraCondensed-Bold.eot") format("embedded-opentype"),
    	 url("../fonts/FiraSansExtraCondensed-Bold.woff") format("woff"),
    	 url("../fonts/FiraSansExtraCondensed-Bold.ttf") format("truetype"),
    	 url("../fonts/FiraSansExtraCondensed-Bold.svg") format("svg"),
    	 url("../fonts/FiraSansExtraCondensed-Bold.otf") format("opentype");
}
@font-face {
    font-family: "FiraSansLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FiraSansExtraCondensed-Light.eot") format("embedded-opentype"),
    	 url("../fonts/FiraSansExtraCondensed-Light.woff") format("woff"),
    	 url("../fonts/FiraSansExtraCondensed-Light.ttf") format("truetype"),
    	 url("../fonts/FiraSansExtraCondensed-Light.svg") format("svg"),
    	 url("../fonts/FiraSansExtraCondensed-Light.otf") format("opentype");
}
@font-face {
    font-family: "Cyberella";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AC-Cyberella_Unicode.eot") format("embedded-opentype"),
    	 url("../fonts/AC-Cyberella_Unicode.woff") format("woff"),
    	 url("../fonts/AC-Cyberella_Unicode.ttf") format("truetype"),
    	 url("../fonts/AC-Cyberella_Unicode.svg") format("svg"),
    	 url("../fonts/AC-Cyberella_Unicode.otf") format("opentype");
}
/* reset/default rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: "FiraSans",sans-serif;
}
ol li, ul li {
	font-family: "FiraSansLight"!important;
	font-size: 22px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
a, .inputbox {
	outline-width:0;
}
p {
	margin-bottom: 14px;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #2B5A9E;
	outline: none!important;
}
a:hover {
	color: #FFAD1E;
	text-decoration: none;
}
body {
	margin:0px auto;
	padding:0px;
	height:100%;
	max-width: 1920px;
	font-family: 'FiraSans', sans-serif;
	color: #000;
}
html {
	height:100%;
	width:100%;
}
.block {
	display: inline-block;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.innerBlock{
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: 0;
}
.outterBlock{
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	border-bottom: 0;
}
/* /reset/general rules */

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

/* base typography */
h1{ font-size: 1.8em }
h2{ font-size: 1.6em }
h3{ font-size: 1.4em }
h4{ font-size: 1.3em }
h5{ font-size: 1.2em }
h6{ font-size: 1em }
/* /base typography */

/* Buttons */
button {
	font-family: "FiraSans";
	font-size: 43px;
	color: #fff;
	border: 5px solid #fff;
	background: transparent;
	padding: 0 20px;
	transition: all .5s ease;
}
.rsform-submit-button {
	margin-left: 0;
}
button:hover {
	background: #000;
	transition: all .5s ease;
}
.rsform-submit-button, .acymailing_form p.acysubbuttons input {
	font-size: 24px;
	border-radius: 0;
}
.rsform-submit-button:hover {
	border: 5px solid #fff;
}
/* /Buttons */

/* Header */
.header {
	display: block;
	height: 150px;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
.headerRight {
	display: block;
	float: right;
	width: 75%;
	text-align: right;
}
/* /Header */

/* Logo */
.logo {
	float: left;
	text-align: left;
	margin: 10px 0;
	width: 22%;
}
.logo img {
	width: 100%;
}
/* /Logo */

/* Social Bar */
.socialBar {
	display: inline-block;
	float: right;
	margin-top: 25px;
}
.socialBar li {
	display: flex;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
.socialBar li img {
	max-width: 40px;
}
/* /Social Bar */

/* Menu */
.mainMenu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	float: right;
	z-index: 1000;
	margin-top: 32px;
	margin-right: -10px;
	position: relative;
}
.mainMenu li {
	float: left;
	box-sizing: border-box;
}
.mainMenu li:last-child a {
	border-right: unset;
}
.mainMenu li a {
	font-size: 20px;
	position: relative;
	padding-right: 0;
}
.mainMenu li a:hover, .mainMenu li.active a, .mainMenu li a:focus {
	background: 0;
	transition: all .5s ease;
	text-decoration: none;
}
.slicknav_menu {
	margin-top: -20px;
}
.slicknav_nav .nav li {
	width: 100%;
	border: 0;
	padding: 0;
}
.slicknav_nav .nav li:hover, .slicknav_nav .nav li.active {
	border: 0;
	margin: 0;
}
.slicknav_nav .nav li a {
	color: #fff!important;
}
.slicknav_nav .nav li a:hover {
	color: #bbb!important;
}
.slicknav_nav .nav-child li a {
	margin: 0!important;
}
.slicknav_nav a {
	padding: 0!important;
	margin: 10px 0;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #000!important;
}
/* Sub Menu */
@media screen and (min-width: 1025px) {
	.parent ul {
		display: none;
		position: absolute;
	    z-index: 1000;
	    width: 270px;
		background: #fff;
	}
	.parent ul li {
		color: #fff;
		width: 100%;
		padding: 0 20px;
	}
	.parent ul li a {
		width: 100%;
	    display: block;
	    position: relative;
	    float: left;
	    text-align: left;
		font-size: 20px;
		border-bottom: 1px solid #2B5A9E;
	    padding: 15px 0;
	}
	.parent ul li:last-child a {
		border-bottom: 0;
	}
	.nav-child.unstyled.small li a {
		border-right: unset;
	}
	ul.menu li.parent {
		position: relative;
	}
	ul.menu li.parent ul {
		position: absolute;
		top: 49px;
		left: -1px;
		transition: all .5s ease;
		display: block;
		max-height: 0px;
		overflow: hidden;
	}
	ul.menu li.parent:hover ul {
		opacity: 1;
		max-height: 400px;
		transition: all .7s ease;
	}
	.mainMenu ul.nav a.dropdown:after {
		content: '\f0d8';
		font-family: "FontAwesome";
		font-size: 14px;
		color: #2B5A9E;
		margin: 5px -5px 0 7px;
		float: right;
		transition: all .2s ease;
		transform: rotate(90deg);
	}
	.mainMenu ul.nav a.dropdown:hover:after {
		transform: rotate(180deg);
		margin-top: 7px;
		color: #FFAD1E;
		transition: all .2s ease;
	}
}	
/* /Sub Menu */
/* /Menu */

/* slider / bg image */
.sliderTop {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.slider {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
.slider img {
	width: 100%;
}
.sliderCont {
	width: 100%;
	float: left;
	position: relative;
}
.forground img {
	display: block;
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sliderImage img, .hoverOp img {
	width: 100%;
	object-fit: cover;
	opacity: .3;
	transition: all .5s ease;
}
.sliderText:hover ~ .hoverOp img {
	opacity: .8;
}
.sliderText {
	position: absolute;
	top: 50%;
	left: 10%;
	border: 3px solid #2b5a9e;
	padding: 20px 40px;
	background: rgba(255,255,255,.5);
	z-index: 10;
}
.sliderText1 {
	font-size: 66px;
	font-weight: bold;
}
.sliderText1 span {
	color: #2B5A9E;
}
.sliderText2 {
	font-size: 32.5px;
	font-weight: bold;
	margin-top: -10px;
}
/* /slider / bg image */

/* Breadcrumbs */
.breadcrumbs {
	display: block;
	width: 100%;
	text-align: left;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translate(0, -20%);
	-ms-transform: translate(0, -20%);
	-webkit-transform: translate(0, -20%);
}
ul.breadcrumb {
	background: transparent;
}
ul.breadcrumb li:nth-child(2):before {
	content: '';
}
ul.breadcrumb li, ul.breadcrumb li span {
	font-size: 24px;
	color: #fff;
}
ul.breadcrumb li a span{
	color: #fff;
	transition: all .5s ease;
}
ul.breadcrumb li a:hover span {
	color: #FFAD1E;
	transition: all .5s ease;
}
ul.breadcrumb li span {
	margin-left: -5px;
}
/* /Breadcrumbs */

/* Modal */
.ui-widget-content {
	z-index: 1000!important;
	top: 5%!important;
}
#popup img {
	width: 100%;
}
/* /Modal */

/* Top 1 */
.top1 {
	background: url(../images/top1bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.top1left {
	display: inline-block;
	width: 55%;
	text-align: right;
	font-family: "FiraSansBold";
	font-size: 43px;
	color: #fff;
	padding: 65px 0;
}
.top1right {
	display: inline-block;
	float: right;
	width: 45%;
	text-align: left;
	font-family: "FiraSansBold";
	font-size: 43px;
	color: #fff;
	padding: 90px 0;
}
.top1right button {
	margin-left: 40px;
}
/* /Top 1 */

/* Top 2 */
.top2 {
	display: inline-block;
	float: left;
	width: 100%;
	max-height: 810px;
	color: #fff;
	margin-bottom: 60px;
}
.top2left {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
}
.top2left img {
	width: 100%;
}
.top2right {
	display: inline-block;
	float: left;
	width: 50%;
	margin: 0;
	overflow: hidden;
}
.top2 button {
	position: absolute;
	top: 60px;
	left: 60px;
}
.top2text {
    display: block;
    position: absolute;
    bottom: 70px;
    left: 150px;
}
.top2leftName {
	font-size: 58px;
	text-shadow: 2px 2px 5px #333;
}
.top2leftDesc {
	font-size: 23.5px;
	margin-top: -15px;
	text-shadow: 2px 2px 5px #333;
}
.top2rightBanner {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.top2rightBanner img {
	width: 100%;
}
.top2 .bannerIntDiv {
	display: block;
	float: left;
	width: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-43%, -50%);
	-ms-transform: translate(-43%, -50%);
	-webkit-transform: translate(-43%, -50%);
}
.top2 .bannerIntDivLeft, .top2 .bannerIntDivRight2 {
	display: block;
	float: left;
	width: 17%;
}
.top2 .bannerIntDivLeft img, .top2 .bannerIntDivRight2 img {
	max-width: 120px;
}
.top2 .bannerIntDivRight, .top2 .bannerIntDivLeft2 {
	display: block;
	float: left;
	width: 83%;
	font-size: 54px;
}
.top2 .bannerIntDivLeft2.text {
	padding-right: 40px;
}
.top2 .bannerIntDivLeft2 {
	width: 75%!important;
	text-align: right;
}
.top2 .text {
	padding: 20px 0;
}
.top2 .textDouble {
	line-height: 60px;
}

.categoriesCont {
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.categoryBlock {
	width: 33.33%;
	margin: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
}
.categoryBlock img {
	width: 100%;
	transition: all .5s ease;
}
.categoryBlock a {
	font-size: 20px;
	font-weight: bold;
}
.categoryBlock.green {
	background: #D3F7DC;
}
.categoryBlock.green a {
	color: #000;
}
.categoryBlock.orange {
	background: #FFEFD3;
}
.categoryBlock.orange a {
	color: #000;
}
.categoryBlock.blue {
	background: #D7EFFC;
}
.categoryBlock.blue a {
	color: #000;
}
.categoryBlock a:hover img {
	scale: 1.1;
	transition: all .5s ease;
}
.categoryBlockTitle {
	display: block;
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 101%;
	padding: 10px 20px;
	text-align: center;
}
/*/Top 2 */

/* Top 3 */
.top3 {
	display: block;
	float: left;
	width: 100%;
	background: #eee;
	position: relative;
	margin-bottom: 60px;
}
.top3title {
	font-size: 48px;
	color: #2B5A9E;
	margin: 60px auto 0;
	text-align: center;
	letter-spacing: -1px;
}
.slick {
	display: block;
	float: left;
	width: 100%;
}
.slickText, .slickText.short {
	font-size: 48px;
	text-align: center;
	padding: 60px;
	position: relative;
}
.slickText.short {
	transform: translate(0, 30%);
}
.slickText .quotesLeft {
	position: absolute;
	left: 30px;
	top: 30px;
}
.slickText .quotesRight {
	position: absolute;
	right: 30px;
	bottom: 40px;
	transform: rotate(180deg);
}
/* /Top 3 */

/* Top 4 - Top 5 - Top 8 */
.top4, .top5, .top8 {
	float: left;
	width: 100%;
	height: auto;
	padding: 60px 20px 110px;
	position: relative;
}
.top5 {
	background: #627b35;
}
.top4 ul, .top5 ul, .top8 ul {
	list-style: none;
}
.top4 h3, .top5 h3, .top6 h3, .top8 h3, .itemVideoBlock h3, .itemImageGallery h3 {
	margin-bottom: 60px;
	font-size: 48px;
	text-align: center;
	letter-spacing: -1px;
}
.top4 h3 span, .top5 h3, .top6 h3 span, .top8 h3 span, .itemVideoBlock h3, .itemImageGallery h3 {
	color: #FFAD1E;
}
.top4 .k2ItemsBlock li, .top5 .k2ItemsBlock li {
	float: left;
	width: 25%;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
.top4 .k2ItemsBlock li img, .top5 .k2ItemsBlock li img, .top8 .k2ItemsBlock li img {
	display: inline;
	width: 100%;
	height: 300px;
}
.top4 a li img, .itemList a:hover img, .top8 a li img {
	opacity: .7;
	transition: all .5s ease;
}
.top4 a li:hover img, .itemList a:hover img, .top8 a:hover img {
	opacity: 1;
	transition: all .5s ease;
}
.itemImage {
	display: block;
	position: relative;
	overflow: hidden;
}
.cover {
  object-fit: cover;
}
.top4 .titleDate, .top5 .titleDate, .catItemView .titleDate, .top8 .titleDate {
	display: block;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 10px;
	position: absolute;
	bottom: 0;
	transition: all .5s ease;
}
.top4 a li:hover .titleDate, .top5 a li:hover .titleDate, .itemContainer a:hover .titleDate, .top8 a li:hover .titleDate {
	bottom: -150px;
	transition: all .5s ease;
}
.top4 .itemTitle, .top5 .itemTitle, .catItemView .catItemTitle, .top8 .itemTitle {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	padding-bottom: 5px;
}
.top4 .itemDateCreated, .top4 .itemHits, .top5 .itemDateCreated, .top5 .itemHits, .catItemView .catItemDateCreated, .catItemView .catItemHits, .top8 .itemDateCreated, .top8 .itemHits {
	float: left;
	color: #fff;
	padding-top: 5px;
	font-size: 16px;
	width: 30%;
}
.top4 .itemHits, .top5 .itemHits, .catItemView .catItemHits, .top8 .itemHits {
	float: right!important;
	text-align: right;
}
.top4 .itemDateCreated:before, .top5 .itemDateCreated:before, .catItemView .catItemDateCreated:before, .top8 .itemDateCreated:before {
	font-family: "FontAwesome";
	content: '\f073';
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}
.top4 .itemHits:before, .top5 .itemHits:before, .catItemView .catItemHits:before, .top8 .itemHits:before {
	font-family: "FontAwesome";
	content: '\f06e';
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}
.top4 .itemCategory, .top4 .extraFieldsValue, .catItemExtraFields li, .top8 .extraFieldsValue {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	transition: all .5s ease;
}
.top4 a li:hover .itemCategory, .top4 a li:hover .extraFieldsValue, .itemContainer a:hover .catItemExtraFields li, .top8 a li:hover .extraFieldsValue {
	left: -130px;
	transition: all .5s ease;
}
.top4press .itemCategory {
	background: #2B5A9E;
	z-index: 100;
}
.top4articles .itemCategory {
	background: #FFAD1E;
	z-index: 100;
}
.top4interviews .itemCategory {
	background: #10D63F;
	z-index: 100;
}
.top4actions .itemCategory {
	background: #b56300;
	z-index: 100;
}
.top4articles .itemCategory {
	background: #FFAD1E;
	z-index: 100;
}
.top4 .extraFieldsValue, .catItemExtraFields li {
	background: #960000;
	z-index: 100;
}
.top4 .play, .itemList .play {
	border: 3px solid #fff;
	border-radius: 50%;
	padding: 10px 18px 10px 20px;
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 24px;
	top: 40%;
	left: 43%;
	opacity: 1;
	transform: scale(0)!important;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .5s ease;
}
.top4 a li:hover .play, .itemList a:hover .play {
	transform: scale(1)!important;
	opacity: 1;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .5s ease;
}
.top4 a li .border, .itemList a .border {
	display: block;
	float: left;
	width: 120%;
	height: 120%;
	border: 3px solid #fff;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(1.5);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .5s ease;
}
.top4 a li:hover .border, .itemList a:hover .border {
	width: 90%;
	height: 90%;
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/* /Top 4 - Top 5 */

/* Top 6 */
.top6 {
	display: block;
	width: 100%;
	background: #eee;
	padding-bottom: 60px;
	background: url(../images/top6bg.jpg);
}
.top6 {
	float: left;
	width: 100%;
	padding: 60px 0;
}
/* /Top 6 */


/* Tabs */
.gkTabsWrap.vertical ol, .gkTabsWrap.horizontal > ol {
	background: 0!important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
	font-size: 28px!important;
	text-shadow: unset!important;
	transition: all .3s ease;
	height: 79px!important;
	color: #fff!important;
	background: #0670ad!important;
}
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active {
	background: #009DF8!important;
	color: #fff!important;
}
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover {
	background: #009DF8!important;
	color: #fff!important;
	transition: all .3s ease;
	height: 79px!important;
}
.gkTabsItem {
	min-height: 340px!important;
}
/* /Tabs */

/* Top 8 */
.top8 {
	background-image: linear-gradient(#fff, #ffebb5, #fff);
}
.top8 .k2ItemsBlock li {
	width: 25%;
	float: left;
	padding: 0 5px;
}
.top8 .extraFieldsValue, .catItemExtraFields li {
	background: #10d63f;
	z-index: 100;
}
.top8 h3 {
	color: #000;
	text-decoration: underline;
	font-family: "Cyberella";
	font-weight: bold;
	font-size: 60px !important;
}
.top8 .itemCustomLink {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 40px;
}
.catItemView.polites .catItemExtraFields li {
	background: #10d63f;
}
.top8 .itemCustomLink a {
	font-size: 24px;
	padding: 6px 12px;
}
/* /Top 8 */

/* Top 7 */
.top7 {
	background: #FFAD1E;
}
.top7 .acymailing_module_form {
	padding: 40px 0!important;
	background: rgba(255,255,255,1);
}
.top7, .acymailing_module {
	display: block;
	float: left;
	width: 100%;
	padding: 60px 20px 40px;
}
.top7 .acymailing_introtext {
	margin: 0 auto;
	padding: 0 0 20px 0!important;
	text-align: center;
	font-size: 30px;
}
.fieldacyemail {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 460px;
	margin-bottom: 30px;
}
.fieldacyemail input {
	height: 50px;
	padding: 0 10px;
	border: unset;
	border-bottom: 1px solid #000!important;
	background: transparent;
	font-size: 20px;
}
/* /Top 7 */

/* Top 9 */
.top9 {
	display: block;
	width: 100%;
	float: left;
	background: url(../images/top9bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.top9Cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 800px;
}
.top9Left, .top9Right {
	padding: 0 60px;
}
.top9Right {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top9Right img {
	max-width: 400px;
	box-shadow: 5px 5px  10px #bbb;
}
.top9LeftTitle {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 3vw;
}
.top9LeftText {
	font-size: 30px;
	margin-bottom: 20px;
}
.first-text {
	font-size: 30px;
}
.top9LeftAnimatedText{
	margin-bottom: 40px;
    overflow: hidden;
}
.top9LeftAnimatedText .text{
    position: relative;
    font-size: 40px;
    font-weight: bold;
}
.top9LeftAnimatedText .text.first-text{
    font-weight: normal;
}
.text.sec-text:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-left: 3px solid #000;
    animation: animate 4s steps(12) infinite;
}
@keyframes animate{
    40%, 60%{
        left: calc(100% + 4px);
    }
    100%{
        left: 0%;
    }
}
/* /Top 9 */

/* Top 10*/
.top10 {
	padding: 50px 20px;
}
.top10title {
	margin-bottom: 30px!important;
	font-weight: bold;
}
/* /Top 10*/

/* Contact Form */
.contactIntro {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	padding: 0 20px;
}
.contactForm {
	width: 100%;
	margin: 0 auto 40px;
	float: left;
}
.formLeft, .formRight {
	display: block;
	width: 50%;
	float: left;
	padding: 20px;
}
.buttonCont {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.rsform-submit-button, .acymailing_form p.acysubbuttons input, .top8 .itemCustomLink a {
	background: #2B5A9E;
	border: 5px solid #2B5A9E;
	color: #fff;
	transition: all .5s ease;
}
.rsform-submit-button:hover, .acymailing_form p.acysubbuttons input:hover, .top8 .itemCustomLink a:hover {
	background: transparent;
	color: #2B5A9E;
	border: 5px solid #2B5A9E;
	transition: all .5s ease;
}
.rsform-block-name, .rsform-block-email, .rsform-block-phone {
	padding: 0!important;
	height: 50px;
	margin-bottom: 9px;
	font-size: 20px;
}
input.rsform-input-box, .rsform-text-box, .rsform-block-captcha input {
	border: unset;
	border-bottom: 1px solid #000!important;
	background: transparent;
	width: 100%;
	height: 50px;
	font-size: 20px;
}
.rsform-block-captcha a {
	width: 100%;
}
.rsform-text-box {
	height: 100px;
	margin-top: 15px;
}
.rsform-block-file {
	border-bottom: 0!important;
}
.rsform-block.rsform-block-recaptcha {
	display: table;
	margin: 0 auto!important;
}
.error span {
	font-size: 14px;
	font-weight: normal;
}
/* Contact Form */

.centerContent {
	display: block;
	float: left;
	width: 80%;
	margin-bottom: 60px;
}

.columnRight {
	display: block;
	float: right;
	width: 20%;
	margin-top: 13px;
}
.columnRight .moduletable {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
.columnRight h3 {
 	padding: 10px 15px;
 	background: #000;
 	color: #fff;
}
.columnRight li a {
 	font-size: 20px;
 	font-family: "FiraSansLight";
	transition: all .5s ease;
	border-left: 1px solid #fff;
	color: #000;

}.columnRight li a:hover, .columnRight li.active a {
	border-left: 1px solid #FFAD1E;
	transition: all .5s ease;
	color: #FFAD1E;
	background: #f9f9f9;
}

/* Item Block */
.itemView {
	padding: 0 20px 60px;
}
.itemView ol {
	padding: 0 40px;
}
.itemView ul li {
	list-style: circle;
}
.itemListCategory h2, .itemHeader h2.itemTitle, .top10title {
	border-bottom: 1px solid #000;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	font-family: "FiraSansLight";
	letter-spacing: -1px;
}
h2.itemTitle, .top10title {
	font-size: 30px;
	line-height: 40px;
}
.itemHeader .itemTitle.video {
	width: 80%;
	float: left;
}
.itemHeader .itemExtraFields h2 {
	width: 30%;
	float: right;
	text-align: right;
	padding: 10px 0;
	font-family: "FiraSansLight";
	color: #960000;
}
.dateHits {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.itemView .itemDateCreated {
	width: 50%;
	float: left;
	color: #2B5A9E;
}
.itemView .itemDateCreated:before, .itemView .itemHits:before {
	font-size: 20px;
	color: #2B5A9E;
	margin-right: 5px;
}
.itemView .itemDateCreated:before {
	font-family: "FontAwesome";
	content: '\f073';
}
.itemView .itemHits {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 20px;
	color: #2B5A9E;
	font-family: "FiraSansLight";
}
.itemView .itemHits:before {
	font-family: "FontAwesome";
	content: '\f06e';
}
.itemView .itemTitle.video {
	display: block;
	width: 100%;
	float: left;
	padding: 10px 0;
	font-family: "FiraSansLight";
}
.itemListCategory h2 {
	width: 100%;
	font-size: 34px;
}
.itemImageBlock, .itemImage {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.itemView .itemImage img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}
.itemView .itemImageBlock.misc .itemImage img {
	max-height: 900px;
}
.itemFullText p {
	font-size: 22px;
	font-family: "FiraSansLight";
}
.itemFullText p.italic, .top3 p.italic {
	font-style: italic;
}
.itemFullText ul {
	margin-left: 40px;
}
.itemFullText {
    float: left;
    width: 100%;
}
.itemVideoBlock {
	display: block;
	width: 100%;
	float: left;
}
.itemVideoBlock iframe {
	width: 100%;
	height: 554px;
}
.itemImageGallery {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.galleryCont {
	display: flex;
}
ul.sigProElegant {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.sigProElegant li.sigProThumb a.sigProLink {
	border: 0!important;
	background: 0!important;
}
ul.sigProElegant li.sigProThumb {
	list-style: none;
}
ul.sigProElegant li.sigProThumb a.sigProLink:hover {
	filter: grayscale(100%);
	box-shadow: 2px 2px 10px #444;
}
.embed-container {
	margin-bottom: 60px;
}
.separator {
	display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.bio, .ergo {
	display: block;
	width: 100%;
	float: left;
	margin: 20px 0;
}
.ergo {
	margin-top: 0;
}
.bioImage {
	display: block;
	width: 42%;
	float: left;
}
.bioImage img {
	width: 100%;
	box-shadow: 2px 2px 5px #777;
}
.bioText {
	width: 58%;
	float: left;
}
.bioText ul li {
	margin-bottom: 22px;
	line-height: 26px;
}
.dimotiko, .topiko {
	display: block;
	width: 100%;
	float: left;
	padding: 40px 0 0;
	text-align: center;
}
.leader {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 20px;
	
	text-align: center;
}
.leader img {
	max-width: 400px;
}
.counselorsCont {
	display: block;
	float: left;
	width: 33.33%;
	padding: 20px;
}
.counselors.more .counselorsCont {
	width: 25%;
}
.counselorsCont .counselorsImage img {
	width: 100%;
	box-shadow: 2px 2px 5px #777;
}
.nameText {
	font-size: 28px;
	margin-top: 10px;
}
.profesionText {
	font-size: 18px;
}
.topiko h2 {
	text-align: left;
}
.programContText {
	width: 80%;
	float: left;
}
.programContBanner {
	width: 20%;
	float: right;
	background: #009ef8;
	font-size: 24px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}
.programContBanner a {
	color: #fff;
}
.programContBanner img {
	width: 48px;
}
/* /Item Block */

/* Category Item */
.itemContainer {
	float: left;
	padding: 0 20px 30px;
	overflow: hidden;
}
.itemListCategoriesBlock {
	float: left;
	width: 100%;
	padding: 0 20px 20px;
}
.catItemView {
	overflow: hidden;
}
.catItemImage {
	position: relative;
}
.catItemImage img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}

/* Category Candidates Item */
.catCands .flip-card-front img {
	width: 100%!important;
}
.catCands .itemContainer {
	padding: 0 10px 30px;
}
.itemListView.cands h3.catItemTitle {
	color: #000;
}
.catCands .catItemView {
	overflow: visible;
}
.catCands .bioText {
	width: 100%;
}
.flip-card {
	background-color: transparent;
	width: 300px;
	height: 380px;
	perspective: 1000px;
	margin: 0 auto;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	transition: all 1s ease-in-out;
}
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-card-title {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 50px;
	padding: 13px 10px;
	font-size: 18px;
	background-image: linear-gradient(90deg, #f1f1f1, #fff, transparent);
}
.flip-card-back {
	background-image: linear-gradient(135deg, #e1e1e1, #ccc);
	color: #000;
	transform: rotateY(180deg);
	height: 383px;
	overflow: scroll;
	font-size: 16px;
}
.flip-card-back img.quotesStart {
	position: absolute;
	width: 50%;
	top: -30px;
	left: -20px;
}
.flip-card-text {
	padding: 20px;
	position: absolute;
	top: 0;
	z-index: 10;
}
.socialBlock {
	width: 16%;
	float: left;
	padding: 5px;
}
.socialBlock img {
	width: 100%;
}
/* /Category Candidates Item */

/* Candidates Item */
.itemView.candidates {
	float: left;
}
.itemPhotoCont, .itemInfoCont {
	display: block;
	width: 50%;
	float: left;
}
.itemCand .itemPhotoCont img {
	width: 95%!important;
	margin-left: 7px;
}
.itemInfoCont p img {
	width: 70%;
	margin: 20px 0 10px;
}
.itemInfoCont h2.itemTitle {
	font-size: 34px;
	font-weight: bold;
}
.itemInfoCont .itemExtraFields li {
	list-style: none;
	font-size: 24px;
}
/* /Candidates Item */
/* /Category Item */

/* Pagination */
.k2Pagination {
    display: block;
    float: left;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.k2Pagination ul li a, .k2Pagination ul li span {
    color: #fff;
    line-height: 2em;
    margin-right: 1%;
    padding: 3px 10px;
}
.k2Pagination ul {
	text-align:center;
}
.k2Pagination ul li {
	display:inline;
}
.k2Pagination ul li a {
	color: #2B5A9E;
    font-size: 16px;
}
.k2Pagination ul li span {
	color: #000;
    font-size: 16px;
}
.k2Pagination ul li a:hover {
	color: #FFAD1E;
}
/* /Pagination */

/* Timeline */
main {
  min-width: 300px;
  max-width: 800px;
  margin: auto;
}
.timeline {
  font-size: 22px;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #01649d 0%, #009ef8 100%);
     border-image: linear-gradient(to right, #01649d 0%, #009ef8 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  font-family: "FiraSansLight";
}
.timeline:before {
	content: counter(section);
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	height: 54px;
	width: 54px;
	background-color: #01649d;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	font-size: 24px;
}
.timeline:nth-child(odd) {
  border-left: 3px solid;
  padding-right: 0;
}
.timeline:nth-child(odd):before {
  right: 100%;
  margin-right: -25px;
}
.timeline:nth-child(even) {
  border-right: 3px solid;
  padding-left: 0;
}
.timeline:nth-child(even):before {
  left: 100%;
  margin-left: -25px;
}
.timeline:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.timeline:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.timeline:nth-child(2n):before {
	background-color: #009ef8;
}
.timeline:nth-child(2n+1):before {
	background-color: #01649d;
}
/* /Timeline */

/* footer */
.copyright {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
	padding: 15px 20px;
}
.copyright a, .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright .innerBlock {
    padding: 0 20px;
}
/* /footer */