body {
	font-family: 'Barlow', sans-serif;
	margin: 0;
	padding: 125px 0 0 0;
 	background: #ffffff;
	color: #0d243e;
	font-size: 14px;
}

body.topics {
	background: #fff;
}

main {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.only-image-margin {
	margin: -19px -16px -16px -16px !important;
}

#remove-filters {
	position: absolute;
    top: 0;
    font-size: 11px;
    right: 79px;
    border-radius: 0px 0px 5px 5px;
    border: none;
    background: rgb(0, 94, 184);
    color: white;
    font-weight: bold;
    width: 132px;
    height: 20px;
}

.wrapper {
	position: relative;
	width: 100%;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: transform 0.5s ease;
	   -moz-transition: transform 0.5s ease;
	    -ms-transition: transform 0.5s ease;
		 -o-transition: transform 0.5s ease;
		    transition: transform 0.5s ease;
}

.pushed .wrapper {
	-webkit-transform: translateX(260px);
		-ms-transform: translateX(260px);
			transform: translateX(260px);
}

.navbar-fixed-top {
	width: 100%;
}


/* overwriting bootstrap */

.container.bottomwidth4 {
	padding-left: 19px;
	padding-right: 9px;
}

.container,
.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.row-block.container {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.module {
    margin-top: 18px;
}

.navbar-default .navbar-toggle {
	border: none;
	float: left;
}


.navbar-toggle .icon-bar + .icon-bar,
.navbar-toggle-left .icon-bar + .icon-bar {
	margin-top: 3px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle-left .icon-bar {
	background-color: #0d243e;
	border-radius: 5px;
	width: 25px;
	height: 4px;
}

.navbar-collapse-left {
	top: 0;
	left: -260px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 260px;
    height: 100vh !important;
    max-height: none !important;
    background-color: #d9d9d9;
}

.navbar-collapse-left .navbar-right {
	margin: 0;
}

.navbar-collapse-left .navbar-right li {
	font-size: 16px;
	background: #fff;
	border-left: 4px solid #d9d9d9;
	border-right: 4px solid #d9d9d9;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}

.navbar-collapse-left .navbar-right li a {
	color: #0d243e;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-collapse-left .navbar-right li a:hover {
	color: #0d243e;
	text-decoration: underline;
}

.input-group-addon {
	padding: 6px;
}

/* general */

a:active, a:focus {
	outline: none;
}

a {color: #0d243e; text-decoration: none;}
a:hover {color: #0d243e;}

.logo {
	height: 44px;
	float: left;
	margin-top: 26px;
    margin-left: 3px;
}

.navbar-toggle .icon-bar-2 {
    width: 33px;
}

.navbar-toggle-profile {
	background: transparent;
	outline: none;
	border: none;
	float: right;
	margin-top: 22px;
	padding: 6px 0;
}

.navbar-header {
	width: 100%;
	min-height: 77px;
	margin: 0 !important;
}

.navbar {
	z-index: 8;
	border: 0;
}


.header {
	background: #fff;
	z-index: 1000;
	position: fixed;
	top: 0;
	text-align: left;
	height: 125px;
	width: 100%;
}
.header_after {
	/*
	border-bottom: #48d475 1px solid;
	border-top: #48d475 1px solid;
	*/
	display: block;
	height: 3px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 125px;
	background: url('../images/dupla_vonal.svg') white repeat-x;
}
.header a {
	color: #0d243e;
	font-size: 18px;
}

.header input {
	border: 1px solid #48d475;
	color: #666666;
	width: 300px;
	height: 25px;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 32px;
	outline: none;
}

.header input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cdcdcd;
}
.header input::-moz-placeholder { /* Firefox 19+ */
  color: #cdcdcd;
}
.header input:-ms-input-placeholder { /* IE 10+ */
  color: #cdcdcd;
}
.header input:-moz-placeholder { /* Firefox 18- */
  color: #cdcdcd;
}

.search-button {
	background: #48d475;
	border: 0;
	height: 25px;
	width: 25px;
	display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.search-button img {
	margin-left: -1px;
	margin-top: -2px;
}

.header-container {
	position: relative;
	height: 85px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header-container,
.header_after {
	-webkit-transition: transform 0.5s ease;
	   -moz-transition: transform 0.5s ease;
	    -ms-transition: transform 0.5s ease;
		 -o-transition: transform 0.5s ease;
		    transition: transform 0.5s ease;
}


.pushed .header-container,
.pushed .header_after {
	-webkit-transform: translateX(260px);
		-ms-transform: translateX(260px);
			transform: translateX(260px);
}

.header-right {
	position: absolute;
	padding-right: 0;
	right: 10px;
	height: 80px;
}

.header-page-name {
	position: absolute;
	margin: 0;
	left: 185px;
	top: 36px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Barlow Condensed';
	width: auto;
	height: auto;
	color: #0d243e;
	z-index: 1;
}

.main-content {
	/*padding-bottom: 20px;*/
}

.menu {
	position: relative;
	display: table;
	list-style: none;
	margin-bottom: 0px;
	padding: 4px 0 0 0;
	float: right;
	text-align: right;
	min-width: 100px;
}

.menu-search {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 2px 0 10px;
	float: right;
	text-align: right;
	height: 29px;
}

.menu-search .search-button {
	position: absolute;
	right: 0;
	top: 0;
}

.menu-search form {
	position: relative;
	border: 1px solid transparent;
}

.menu-search form:hover {
	border: 1px solid #666;
}

.menu li {
	position: relative;
	display: table-cell;
	margin: 0 1.5%;
	padding: 8px 20px 0px 20px;
	font-size: 14px;
	color: #666666;
}

.menu li:last-child {
	padding-right: 0px;
}

.sub-menu {
	height: 40px;
}

.menu3 {
	list-style: none;
	padding: 7px 18px 0 18px;
	float: right;
	width: 100%;
	height: 40px;
}

.menu3 li {
	display: inline;
	margin: 0 1.9%;
	padding: 0 0.5% 4px;
	font-size: 16px;
	padding-bottom: 10px;
}

.menu3 a {
	color: #0d243e;
	text-decoration: none;
}

.menu4 {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 7px 14px 0 14px;
	float: left;
	width: 70%;
	height: 40px;
}

.menu4 a {
	color: #0d243e;
	text-decoration: none;
	font-size: 18px;
}
.menu4 a:hover {
	color: #48d475;
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu4 {
		padding-left: 15px;
		padding-right: 5px;
	}
}

@media (min-width: 991px) {
	.menu4 {
		width: 75%;
	}
	.menu4 li.separator, .menu li.separator, .footer-menu li.separator {
		width: 3px;
		height: 12px;
		border: #48d475 1px;
		border-style: none solid;
		display: inline-block;
		margin-top: 9px;
		padding: 0px;
	}
	.footer-menu li.separator {
		border: white 1px;
		border-style: none solid;
	}
	.footer-menu li.separator:last-child {
		display: none;
	}
}

.header .menu1 a, .header .menu1 a {
	color: #fff;
}

.download-btn {
	display: block;
	padding-left: 30px;
	background: url('../images/public-icon.png') no-repeat left;
}

#jqxWidget {
	position: absolute;
	right: 9px;
	top: 7px;
	background: url('../images/arrow3.png') right no-repeat;
	background-size: auto 35%;
	background-position: 135px 8px;
}

/* BREADCRUMB */

.bread {
	position: relative;
	height: 30px;
	border-top: 1px solid rgba(0,159,218,0.8);
	background: #fff;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1;
}

.bread .row {
	padding-left: 9px;
}

.breadcrumb-list {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
	padding: 9px 18px 0 0;
	width: 100%;
	height: 29px;
}

.breadcrumb-list li {
	display: inline;
	margin: -5px 5px 0 0;
	padding: 3 1.5% 3;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.breadcrumb-list li a {
	color: rgba(0,159,218,0.8);
}


.breadcrumb-list li:after {
	content: "–";
	margin: 0 5px 0 10px;
	padding: 3 1.5% 3;
	padding-bottom: 10px;
}

.breadcrumb-list li:last-child:after {
	display: none;
}

.breadcrumb-list li a {
	color: rgba(0,159,218,0.8);
}


/* SLIDER */


.slider {
	min-height: 200px;
	background: #ccc;
}

.indicator-container {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -30px;
	z-index: 5;
}

.carousel-indicators li {
	background-color: white;
	border: 1px solid #0d243e;
	margin: 2px 7px -1px 7px;
	width: 14px;
	height: 14px;
}

.carousel-indicators .active {
	background-color: #0d243e;
	width: 14px;
	height: 14px;
}

.arrow-left, .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.carousel-control {
	width: auto;
	background: none;
}

.carousel-control.right {
 background-image: none !important;
}

.carousel-control.left {
 background-image: none !important;
}

.carouse-inner .item {
	overflow: hidden !important;
}

.slider-text-container {
    position: absolute;
    color: #fff;
}

.slider-text-container {
    position: absolute;
    top: 0;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.slider-text-bg {
	position: absolute;
	right: 15%;
	width: 500px;
	height: 300px;
	top: 0;
	background-color: rgba(0,159,218,0.9);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.slider-text {
	position: absolute;
	right: 15%;
	width: 500px;
	height: 300px;
	top: 0;
	padding: 10px 40px 30px 80px;
}


*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.small-slider-text-container {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 40%;
    color: #fff;
    height: 100%;
}

.small-slider-text-container h2 {
    font-size: 54px;
    font-family: 'Barlow Condensed';
    margin-bottom: 0;
    margin-top: 0;
	line-height: 1;
}
.small-slider-text-container h3 {
	line-height: 1.3;
}
@media (max-width: 767px){
	.small-slider-text-container h2 {
		font-size: 24px;
	}
}

.small-slider-text-container h2,
.small-slider-text-container h3 {
	color: #fff;
}

.small-slider-text-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.small-slider-text-bg + .small-slider-text4 {
	padding-right: 75px;
}

.small-slider-text-bg.kpmg {
	background-color: rgba(0,51,141,1);
}

.small-slider-text-bg.darkgreen {
	background-color: rgba(0,154,68,1);
}

.small-slider-text-bg.lightgreen {
	background-color: rgba(67,176,42,1);
}

.small-slider-text-bg.purple {
	background-color: rgba(71,10,105,1);
}

.small-slider-text-bg.blue {
	background-color: rgba(0,94,184,1);
}


.small-slider-text,
.small-slider-text2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 10px 40px 30px 55px;
}

.small-slider-text h3, .small-slider-text2 h3, .small-slider-text3 h3, .small-slider-text4 h3 {
	font-size: 16px;
	text-transform: none;
	margin-top: 10px !important;
}

.small-slider-text .readmore, .small-slider-text2 .readmore, .small-slider-text3 .readmore, .small-slider-text4 .readmore {
	font-family: 'Barlow Condensed';
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 18px;
	margin-top: 15px;
    color: white;
    cursor: pointer;
    /*position: relative;*/
}
.small-slider-text .readmore-carousel, .small-slider-text2 .readmore-carousel, .small-slider-text3 .readmore-carousel, .small-slider-text4 .readmore-carousel {
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	position: absolute;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 15px;
}
.small-slider-text .readmore-carousel, .small-slider-text2 .readmore-carousel, .small-slider-text4 .readmore-carousel {
    color: white;
}
.small-slider-text3 .readmore-carousel {
	color: #0d243e;
}

.small-slider-text .readmore-carousel,
.small-slider-text2 .readmore-carousel,
.small-slider-text3 .readmore-carousel,
.small-slider-text4 .readmore-carousel {
	bottom: 20px;
}

.small-slider-text .readmore-carousel img, .small-slider-text2 .readmore-carousel img, .small-slider-text3 .readmore-carousel img, .small-slider-text4 .readmore-carousel img {
    margin-top: -2px;
    margin-right: 5px;
    width: 10px !important;
}


.small-slider-text .readmore img, .small-slider-text2 .readmore img, .small-slider-text3 .readmore img, .small-slider-text4 .readmore img {
	margin-top: -2px;
	margin-right: 5px;
	width: 16px !important;
}

.showRfpPopup {
    cursor: pointer;
}

.small-slider-text-bg2 {
	position: absolute;
	right: 7%;
	width: 425px;
	height: 275px;
	top: 0;
	background: rgba(0,159,218,0.9);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.small-slider-text-bg2b {
	position: absolute;
	right: -260px;
	width: 425px;
	height: 275px;
	bottom: -550px;
	background: rgba(0,51,141,0.40);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.small-slider-text-bg3 {
	position: absolute;
	left: 20%;
	width: 425px;
	height: 275px;
	top: 0;
	background: rgba(0,159,218,0.9);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.small-slider-text-bg3b {
	position: absolute;
	left: -307px;
	width: 425px;
	height: 275px;
	bottom: -550px;
	background: rgba(0,51,141,0.40);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.small-slider-text3 {
	color: #0d243e;
}

.small-slider-text3 h2,
.small-slider-text3 h3 {
	color: #0d243e;
}

.small-slider-text3,
.small-slider-text4 {
	position: absolute;
	top: 0;
	left: 55px;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 10px;
}

.small-slider-text-bg4 {
	position: absolute;
	left: 7%;
	width: 425px;
	height: 275px;
	bottom: 0;
	background: rgba(0,159,218,0.9);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.small-slider-text-bg4b {
	position: absolute;
	left: -260px;
	width: 425px;
	height: 275px;
	top: -550px;
	background: rgba(0,51,141,0.40);
    -webkit-transform: skew(-18.5deg);
		-ms-transform: skew(-18.5deg);
    		transform: skew(-18.5deg);
}

.carousel-indicators {
	bottom: -11px !important;
}

.small-carousel {
	margin-top: 18px;
	margin-bottom: 30px;
}

.small-carousel .item img {
	height: auto;
	width: 100%;
}

.arrow-left {
	left: 0;
}

.arrow-right {
	right: 0;
}

.content-1-left, .content-1-right {
	min-height: 180px;
}

/* MODULE - HEADLINE */

.headline-row {
	background: #fff;
	padding: 0;
}

.headline {
	position: relative;
	overflow: hidden;
	height: auto;
	font-size: 30px;
}

.headline-container {
	height: auto;
	padding: 10px 14px;
	overflow: hidden;
	position: relative;
}

.headline-szoveg {
	position: relative;
	z-index: 2;
	font-family: 'Barlow Condensed';
	font-size: 5.4rem;
	color: #0d243e;
	line-height: 0.9;
}

.headline-szoveg2 {
	font-size: 16px;
	line-height: 1.4;
	padding: 8px 0 0;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}

.headline-szoveg2 p {
	margin: 0;
}

/* SUBHEADLINE */


.sub-headline, .sub-headline-purple {
	position: relative;
	overflow: hidden;
	height: auto;
	font-size: 30px;
}

.sub-headline-icon {
	width: 15px;
	margin-right: 7px;
	font-size: 16px;
	color: #6d2077 !important;
	-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
    		transform: translateY(-1px);
	text-align: center;
	margin-top: 2px;
}

.sub-headline-icon::before {
    content: "\e284";
}

.sub-headline-text {
	position: relative;
	z-index: 2;
	color: #6d2077;
	display: table-cell;
	height: 28px;
	vertical-align: middle;
	font-family: 'Barlow Condensed';
	font-size: 3.6rem;
	margin-bottom: 10px;
	line-height: 1.1;
}

.module-1widetext-inner span {
	color: #0d243e;
	font-size: 16px;
}

.module-1widetext-inner a span {
	color: #666;
}


.mail-icon {
	margin-top: -2px;
	margin-left: 10px;
}


/* MODULE - BASICS */

.module-1wide-text {
	overflow: hidden;
}

.module-1wide-text h3,
.module-2wide-text h3,
.module-3wide-text h3,
.module-1wide-content h3 {
	line-height: 1.25;
}
.module-1wide-text h2,
.module-2wide-text h2,
.module-3wide-text h2,
.module-1wide-content h2 {
	text-transform: uppercase;
	font-size: 16pt;
}

.module-1wide-popuptext {
    display: none;
}

.module-text-container, .module-1widetext-container {
	margin-top: 18px;
}

.module-fixtext-content, .module-text-content {
	width: 100%;
	background: #fff;
	padding: 20px 16px 16px 16px;
}

.module-text-content {
	min-height: 50px;
}
.module-text-content:only-child {
	height: calc(100% - 18px);
}

.module-fixtext-content {
	height: 191px;
	max-height: 191px;
	overflow: hidden;
}

.module-1widetext-content {
	width: 100%;
	height: 400px;
	background: #fff;
	padding: 10px 10px 30px 10px;
	overflow: hidden;
}

.module-1widetext-content p {
	margin-bottom: 6px;
}

.module-1widetext-inner h1 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	color: #0d243e;
}

.module-1widetext-inner {
	width: 100%;
	height: auto;
	padding: 8px 0;
}

.module-1widetext-inner .readmore {
	bottom: 25px;
}

.module-1wide-container {
	margin-top: 18px;
}

.module-1wide-content {
	background: #fff;
	padding: 10px 10px 25px;
	height: 400px;
}

.module-1wide-thumbnail-container {
	width: 100%;
	height: auto;
	max-height: 260px;
	position: relative;
	overflow: hidden;
}

.module-1wide-thumbnail-container.image3 {
    max-height: 350px;
}

.module-1wide-thumbnail-container.image1 {
    max-height: 380px;
}

/*
.module-1wide-thumbnail-text::before {
	background: rgba(0,159,218,0.8);
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 80%;
	min-height: 30px;
	overflow: hidden;
	transform: skewX(-12deg);
	content: "";
	z-index: 1;
	position: absolute;
	opacity: 0.80;
}
*/

.module-1wide-thumbnail-text {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 95%;
}
.module-1wide-thumbnail-text .background {
  position: absolute;
  width: 100%;
  border-top: 100px solid #009fda;
  border-right: 50px solid transparent;
  opacity: .8;
  bottom: 0;
}
.module-1wide-thumbnail-text h3 {
  position: relative;
  font-size: 15px;
  margin: 5px 0 3px 7px;
  color: #fff;
  text-transform: uppercase;
  max-height: 64px;
  overflow: hidden;
  padding-right: 13%;
}
.module-1wide-thumbnail {
	width: 100%;
	position: relative;
	z-index: 0;
}
.module-1wide-icon {
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 0;
}
.module-1wide-fifpro {
	width: auto;
}

.module-1wide-title,
.module-social-title {
	font-family: 'Barlow Condensed';
	overflow: hidden;
	font-size: 3.6rem;
	color: #0d243e;
	margin-bottom: 10px;
	line-height: 1.1;
}

.inside .col-md-4 .module-1wide-content {
	border-right: double #48d475;
}
.col-md-4:last-child .module-1wide-content {
	border: none;
}

@media (min-width: 768px) {
	.module-1wide-title,
	.module-social-title {
		white-space: nowrap !important;
		text-overflow: ellipsis;
	}
}

.module-box {
	width: 100%;
	height: 130px;
	background-color: #0091da;
	padding: 15px;
}

.module-box-container {
	margin-top: 18px;
	position: relative;
}
.module-box-container:only-child {
	height: calc(100% - 18px);
}

.readmore {
	color: #0d243e;
	/*text-align: right;*/
	font-size: 14px;
	font-family: "Barlow";
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
	right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.readmore:hover {
	text-decoration: underline;
}

.readmore img, .readmore-carousel img {
	margin-top: -3px;
	margin-right: 5px;
}


/* MODULE - 3 WIDE CONTENT */

.module-3wide {
	min-height: 191px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	position: relative;
}

.module-3wide-thumbnail-container {
	width: 100%;
	max-width: 250px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	float: left;
}

.module-3wide-text {
	padding: 0 0 20px 16px;
	max-width: 536px;
	max-height: 160px;
	overflow: hidden;
	float: left;
	height: auto;
	top: 0;
	left: 0;
}

.module-3wide .readmore {
	bottom: 10px;
	right: 10px;
}


/* MODULE - IMAGE */

.module-image {

}


/* MODULE - 2 WIDE CONTENT */

.module-2wide {
	height: 191px;
	background: #fff;
	padding: 0;
}

.module-2wide-big {
	height: 400px;
	background: #fff;
	padding: 0;
}

.width1 .module-2wide-big {
    height: 262px;
}

.module-2wide-img-container {
	height: 191px;
	float: left;
	width: auto;
	padding: 0;
}

.module-fiximage-content {
	/*
	height: 348px;
	max-height: 348px;
	overflow: hidden;
	*/
}

.module-2wide-img {
	height: 100%;
	width: auto;
	padding: 0;
	position: absolute;
}
.module-2wide-img2 {
	height: auto;
	width: 100%;
	padding: 0;
}

.module-2wide-text {
	float: left;
	padding: 16px 20px 20px 20px;
	width: 100%;
	max-width: 325px;
	overflow: hidden;
	max-height: 180px;
}

.mobile-warning {
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
}

/* MODULE - CONTACT */

.contact-name {
	font-family: 'Barlow Condensed';
	font-size: 36px;
	color: #0d243e;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
}

.contact-job-title {
	margin: 7px 0;
	font-size: 14px;
}

.module-contact {
  	width: 100%;
	height: 200px;
	background: url('../images/contact2.jpg') no-repeat right;
	background-size: cover;
}

.module-contact-text {
	height: 100%;
	background: rgba(0,94,184,0.8);
	color: #fff;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}

.contactfollow .module-1widetext-inner {
	max-height: 130px;
	overflow: hidden;
}

.contactfollow .module-1widetext-inner a {
	text-decoration: none;
}

.contactfollow .module-1widetext-inner a:hover span {
	text-decoration: underline;
}

.contactfollow .module-1widetext-inner img {
	margin-right: 7px;
}

.doublecontact .module-1widetext-content {
	height: auto;
	padding: 10px;
}

.doublecontact .bottom-module-box {
	height: 125px !important;
	margin-bottom: 5px;
}

.doublecontact .readmore {
	bottom: 0 !important;
	margin-bottom: 0;
}

.doublecontact .bottom-module-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

.doublecontact .module-1wide-title {
	font-family: 'Arial';
	font-size: 16px;
	margin-top: 5px;
}

.module-contact-text h3 {
	color: #fff;
}

.module-contact-subtext {
	background: #fff;
	height: 200px;
	padding: 16px 10px 35px;
	overflow: hidden;
}

.module-contact-subtext {
	background: #fff;
	padding: 16px 10px 35px;
	overflow: hidden;
}

.module-contact-subtext-main {
	height: 140px;
	overflow: hidden;
}

.module-contact-subtext-inner {
	height: auto;
	overflow: hidden;
	max-height: 140px;
}

.module-contact-subtext .readmore {
	right: 10px;
	bottom: 10px;
}

.readmore-contact {
    cursor: pointer;
}

/* SEARCH HEADER */

.search-header {
	background: #fff;
	min-height: 160px;
	padding: 16px 10px 30px;
	margin-bottom: 28px;
}

.search-header .readmore {
	position: relative;
	bottom: auto;
	right: auto;
	margin-bottom: 32px;
}

.search-header .readmore a::after {
	content: "\e90d" !important;
}

.search-header input {
	float: left;
	width: 100%;
	height: 28px;
	max-width: 518px;
	padding-left: 7px;
	border: 1px solid #48d475;
}

.search-header .search-button {
	height: 28px;
	padding: 5px;
	width: 30px;
	margin-left: -30px;
	border-left: 0;
	border-top: 1px solid #48d475;
	border-right: 1px solid #48d475;
	border-bottom: 1px solid #48d475;
}

.search-header button {
	float: left;
}

.search-settings {
	position: relative;
    padding-top: 10px;
	background-color: #fff;
	border-right: double #48d475;
}

.search-settings + h1 {
	margin-top: 0;
	padding-top: 18px;
}

.search-header-right {
	text-align: right;
	font-size: 16px;
	text-transform: uppercase;
	color: #0d243e;
	position: absolute;
	right: 0;
	top: 0;
}

.search-settings select{
	background-color: #fff;
}

.search-noresult {
	font-weight: bold;
	margin-bottom: 0;
}

.search-correct {
	margin-bottom: 15px;
}

.search-checkboxgroup {
	position: relative;
	min-height: 20px;
	padding: 17px 1px !important;
}

.search-checkboxgroup::after,
.module-social-icons::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 1px solid #48d475;
}

.search-checkboxgroup:last-child::before {
	display: none;
}

.search-checkboxgroup.main .search-checkboxgroup-title,
.search-checkboxgroup.main {
	font-size: 16px;
}

.search-checkboxgroup.main .search-checkboxgroup-title {
	color: #0d243e;
}

.search-checkboxgroup.main {
	color: #666;
}

.search-checkboxgroup .icon {
	color: #48d475;
	margin-right: 5px;
}

.search-checkboxgroup.main a:hover {
	text-decoration: none;
}

.search-checkboxgroup.main a:hover span:last-child {
	text-decoration: underline;
}

.search-checkboxgroup:last-child {
	border-bottom: none;
}

.search-checkboxgroup .search-checkboxgroup-title {
	margin-top: 0;
	color: #0d243e;
	font-size: 18px;
	font-family: "Barlow Condensed";
	text-transform: uppercase;
}

.search-checkboxgroup.date .search-checkboxgroup-title {
	margin-bottom: 17px;
}

.search-checkboxgroup label {
	width: 100%;
	margin: 7px 0;
	font-weight: normal;
}

.search-checkboxgroup.date label {
	position: relative;
	width: 30%;
	margin: 0 !important;
	z-index: 2;
	background: white;
}

.search-checkboxgroup.date label::before {
	margin-bottom: 11px;
}

.search-checkboxgroup.date input[type=checkbox].css-checkbox2 + label.css-label2:last-child::after {
	display: none;
}
.search-checkboxgroup.date input[type=checkbox].css-checkbox2 + label.css-label2::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 51px;
	width: 50%;
	height: 2px;
	z-index: -1;
}

.search-checkboxgroup.date input[type=checkbox].css-checkbox2 + label.css-label2::before {
	/* width: 100%; */
}

input[type=checkbox].css-checkbox2 {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox2 + label.css-label2::before,
input[type=checkbox].css-checkbox2 + label.css-label2.clr::before {
	content: "";
	position: relative;
	padding-left:21px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:top;
	cursor:pointer;
	z-index: 1;
}

input[type=checkbox].css-checkbox2:checked + label.css-label2::before,
input[type=checkbox].css-checkbox2 + label.css-label2.chk::before {
	background-image:url('../images/search_checkbox_fill.svg');
}
input[type=checkbox].css-checkbox2:checked:hover + label.css-label2::before {
	background-image:url('../images/search_checkbox_fill.svg');
}

label.css-label2::before {
	background-image:url('../images/search_checkbox.svg');
}

label.css-label2 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search-filter {
	padding: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #0d243e;
}

.search-filter select, select.filter, input.filter {
	width: 100%;
    padding-right: 22px;
}
select.filter_by {
    width: 80px;
}


/* MODULE - SEARCH RESULTS */

.module-search-container {
	float: right !important;
	margin-bottom: 0px;
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.module-search-content {
	background: #fff;
	height: auto;
	border-bottom: 1px solid #48d475;
}

.module-search-thumbnail-container {
	width: 100%;
	max-width: 257px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 10px;
	left: -10px;
}
/*
.module-search-thumbnail-text::before {
	background: rgba(0,159,218,0.8);
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 80%;
	min-height: 30px;
	overflow: hidden;
	transform: skewX(-12deg);
	content: "";
	z-index: 1;
	position: absolute;
	opacity: 0.80;
}
*/

.module-search-right {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 10px 35px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.module-search-right {
		position: static;
		height: 145px;
		padding: 10px 0px;
	}
}

.module-search-thumbnail-text {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 95%;
}
.module-search-thumbnail-text .background {
	position: absolute;
	width: 100%;
	border-top: 100px solid #009fda;
	border-right: 50px solid transparent;
	opacity: .8;
	bottom: 0;
}
.module-search-thumbnail-text h3 {
	position: relative;
	font-size: 15px;
	margin: 5px 0 3px 7px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	padding-right: 20%;
}
.module-search-thumbnail {
	width: 100%;
	position: relative;
	z-index: 0;
}

.module-search-title h2{
	display: block;
	font-size: 18px;
	color: #0d243e;
	padding-right: 40px;
	text-transform: uppercase;
	margin-top: 0px;
}

.module-search-title:hover {
	color: #0d243e;
}

.module-search-right .search-readmore {
	position: absolute;
	left: 265px;
	bottom: 0px;
	margin-top: 10px;
	width: 150px;
	color: #0d243e;
}
.search-readmore a.readmore {
	float: left;
	position: relative;
	left: 0px;
}
.search-readmore a.readmore:after{
	background-image: url("../images/arrow_green.svg");
	width: 10px;
	height: 12px;
	margin-top: 7px;
	float: none;
}

.module-search-icon {
	position: absolute;
	right: 14px;
	top: 14px;
	/*background: #efefef;*/
	height: 28px;
	width: 22px;
    text-align: right;
    font-size: 16px;
    color: #0d243e;
}
.module-search-date {
	color: #48d475;
}
.module-search-text {
    overflow: hidden;
	text-overflow:ellipsis;
}

.module-search-pagination ul {
	font-family: 'Barlow Condensed';
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
	padding: 0 10px 55px 0;
	float: none;
	width: 100%;
	height: 35px;
}

.module-search-pagination li {
	position: relative;
	display: inline;
	margin: 0 0 0 3%;
	padding: 8px 2px 4px 2px;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pagination > li > a, .pagination > li > span {
	border: none;
	font-size: 16px;
	font-family: "Barlow";
	color: #0d243e;
}
.pagination > li.current-page > a {
	font-weight: bold;
}
.pagination > li > a > img {
	width: 14px;
	height: 14px;
}
.pagerTalalat {
	display: block;
	color: #48d475;
}
.flip-vert {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.module-search-pagination-arrow {
	font-size: 20px;
}


/* MODULE - SOCIAL BOX */


.module-socialbox-content, .module-socialbox-content-double {
	width: 100%;
	background: #fff;
	padding: 10px;
}

.module-socialbox-content {
	height: 400px;
}

.mCSB_scrollTools {
	top: 5px;
}

.mCSB_scrollTools::after {
	content: "";
	position: absolute;
	top: -5px;
    width: 6px;
    right: 5px;
    height: 10px;
	background: #f0f0f0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	z-index: 1;
}

.mCSB_inside > .mCSB_container {
	margin-right: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.module-socialbox-content-3 {
    height: 610px;
}

.module-socialbox-content-double {
	height: 819px;
}

.module-socialbox-content .content {
	height: 275px;
}

.module-socialbox-content-double .content {
	height: 690px;
}
.module-socialbox-content-3 .content {
    height: 467px;
    width: 102%;
}


.module-social-icons {
	position: relative;
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.module-social-icons img {
	margin-right: 7px;
}

.module-social-post:first-child {
	border-top: 5px solid #f0f0f0;
	padding-top: 10px;
}

.module-social-post:first-child .social-post-twitter {
	top: 10px;
}

.module-social-post {
	position: relative;
	border-bottom: 15px solid #f0f0f0;
	margin-bottom: 10px;
	padding: 0 15px 4px;
}

.module-social-post:last-child {
	margin-bottom: 0;
}

.social-post-row1 {
	width: 100%;
	min-height: 40px;
}

.social-post-row1 img {
	width: 30px;
	float: left;
	margin-right: 10px;
	padding-top: 3.5px;
}

.social-post-title2 img {
	width: 15px;
	margin-right: 4px;
	padding-top: 0;
}

.social-post-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: -2px;
}

.social-post-title2 {
	font-size: 12px;
	color: #999999;
}

.social-action {
	float: right;
	font-size: 12px;
	margin: 0 6px;
	color: #9a9a9a;
}

.social-post-twitter {
	color: #999;
	position: absolute;
	right: 10px;
	top: 0;
}

.social-post-twitter::before {
	font-family: "FontAwesome";
	content: "\f099";
}

.social-post-row2 {
	width: 100%;
	min-height: 30px;
	margin-bottom: 9px;
	margin-top: 9px;
}

.social-post-actions {
	width: 100%;
	min-height: 25px;
}

.social-post-row2 a {color: #0d243e; text-decoration: none;}


/* CONTENT-BOTTOM */

.content-bottom {
	background: #e4e4e4;
	min-height: 100px;
	padding-bottom: 20px;
	margin-top: 18px;
}

.bottom-module-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #0d243e;
}

.bottom-module-box {
	position: relative;
	width: 100%;
	height: 220px;
	background: #fff;
	padding: 15px;
}

.bottom-module-text {
	padding-left: 95px;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 1.3;
	width: 100%;
	max-height: 140px;
	overflow: hidden;
}

.bottom-module-img {
	position: absolute;
	top: 28px;
	margin-right: 10px;
}

.bottom-module-box .readmore {
    bottom: 10px;
    right: 10px;
}

/*.popup-send::after,*/
.readmore a::after,
p.readmore::after,
a.readmore::after,
.bottom-module-box .readmore::after {
	content: "";
	background-image: url("../images/arrow_green.svg");
	display: inline-block;
	width: 9px;
	height: 11px;
	font-size: 16px;
	float: right;
	margin-left: 6px;
	margin-top: 4px;
}

.bottom-module-box .readmore img {
	width: 8px;
}

.bottom-module-box-container {
	margin-top: 18px;
}

    #owl-demo .item{
    background: #42bdc2;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    }


/* TWO AND THREE COLUMN LAYOUT */

.layout-column {
	padding: 0;
}

.layout-column .module-box-container, .layout-column .module-text-container {
	width: 100% !important;
	padding: 0 9px;
}


/* FOOTER */

.row-block + .footer,
.pageid + .footer {
	margin-top: 18px;
}

.content-bottom + .footer {
	margin-top: 0;
}

.content-bottom {
	margin-top: 18px;
}

.footer {
	min-height: 80px;
	background: #48d475;
}

.footer-menu-container, .copyright {
	margin: 0;
}

.footer-menu-container {
	text-align: center;
	padding: 12px 2px;
	background: #48d475;
	border-bottom: 1px solid white;
	margin-bottom: 1px;
}

.footer-menu {
	list-style: none;
	margin: 0px;
	padding-left: 0;
	float: left;
	text-align: left;
	width: 100%;
}

.footer-menu li {
	display: inline;
	margin: 0 6% 0 0;
	font-size: 14px;
	padding-bottom: 10px;
}

.footer-menu2 {
	list-style: none;
	margin: 0px -8px 0 0;
	padding-left: 0;
	float: right;
	text-align: right;
	width: 100%;
}

.footer-menu2 li {
	display: inline;
	margin: 0 0 0 3%;
	font-size: 14px;
	padding-bottom: 10px;
}


.footer-menu a {
	color: #0d243e;
	font-size: 18px;
}

.footer-menu2 .mail-icon {
    margin: 0 10px 0 0;
}

.copyright{
	padding: 10px 0;
	background: #48d475;
	font-size: 12px;
	border-top: 1px solid white;
}

.copyright p {
	margin-bottom: 0;
}

h1 {
	/*font-family: 'Univers Pro 65 Bold';
	font-family: 'Univers 65 Bold';
	font-family: 'Univers Pro 55 Roman';*/
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 34px;
	text-align: center;
	padding-bottom: 20px;
	margin: 48px 0;
}

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #0d243e;
	font-size: 40px;
}

h3 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #0d243e;
	font-size: 1.6rem;
	margin-top: 8px;
	margin-bottom: 8px;
}
.headline h1,
.module-text-content h1 {
	font-family: 'Barlow Condensed';
	font-size: 18pt;
	color: #0d243e;
	margin: 10px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.headline h1::after,
.module-text-content h1::after {
	content: "";
	height: 3px;
	width: 80px;
	background: url('../images/dupla_vonal.svg') white repeat-x;
	display: block;
	margin: 15px auto;
}
.module-text-content hr {
	border: none;
}
.module-text-content hr:after {
	content: "";
	height: 3px;
	width: 98%;
	background: url('../images/dupla_vonal.svg') white repeat-x;
	display: block;
	margin: 15px auto;
}
.module-box-title {
	font-family: 'Barlow Condensed';
	font-size: 32px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
}

.module-box-title::after {
	content: "\e90e";
	font-family: "icomoon";
	color: #fff;
	font-size: 22px;
	margin-left: 5px;
}

.module-box-title a {
    color: white;
}

.box-info-gomb {
	width: 250px;
	height: 35px;
	text-align: center;
	background: #e29537;
	color: #fff;
	padding: 8px 15px 8px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

.tovabb-gomb {
	width: 95px;
	height: 35px;
	text-align: center;
	background: #e29537;
	color: #fff;
	padding-top: 8px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 25px auto -17px;
}

.module-downloadpdf-content a {
	display: block;
	position: relative;
	background: #fff;
    padding: 18px 10px;
}

.module-downloadpdf-content .download-pdf::after {
	content: "\e920";
	font-family: "icomoon";
	color: #43b02a;
	font-size: 24px;
	float: left;
	margin-right: 4px;
	margin-top: -6px;
}

.clebo {
	clear: both;
}

/* XS CLASSOK */

@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }

	body {
		padding-top: 78px;
	}

	.pushed main {
		overflow: hidden;
	}

	.header {
		height: 78px;
        background: none;
        margin-bottom: 18px;
	}
	.header_after {
		top: 78px;
	}
	.navbar {
		background-color: #fff;
        margin-bottom: 0px;
        border-bottom: 3px solid #f0f0f0;
	}

	.logo {
		height: 34px;
		margin-top: 20px;
		margin-bottom: -15px;
		margin-left: 0px;
	}

	.small-carousel {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.headline-container, .module-box {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.module-text-container {
		max-width: 500px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.module-box-container {
		max-width: 500px;
		float: none;
		margin-left: auto;
		margin-right: auto;
    	clear: both;
	}

	.module-text-content, .module-fixtext-content {
	   margin-bottom: 18px;
	}

	.headline-szoveg2 {
		position: relative;
		width: 100%;
	}

	.module-contact {
		height: 250px;
		position: relative;
		background-position: right;
	}

	.module-contact-text {
		position: absolute;
		bottom: 0;
		height: 100px;
	}

	.width2 .module-contact-text {
		height: 100%;
	}

	.width1 .module-2wide-big,
	.module-2wide-big {
		height: 376px;
	}

	.module-3wide {
		padding: 10px;
        height: auto;
	}

	.module-3wide-text {
		padding: 0 0 25px 0;
	}

	.module-1wide-content {
		max-height: none;
		min-height: auto;
		height: auto;
		padding-bottom: 35px;
	}

	.module-1widetext-content, .module-contact-subtext {
		height: auto;
		max-height: auto;
	}

	.module-search-right {
		padding-bottom: 35px;
	}

	.bottom-module-box-container {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 518px;
	}

	.bottom-module-box {
		min-height: 180px;
		margin: 0 auto;
	}

    .module-search-thumbnail-container {
        max-width: none;
    }

	.module-search-container {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.copyright p {
		max-width: 450px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.footer-menu li {
		margin: 0 auto 0 0 !important;
		display: block;
		text-align: center;
	}

	.footer-menu {
		margin: 15px auto;
		max-width: 200px;
		float: none;
	}

	.footer-menu2 {
		text-align: center;
		margin-bottom: 10px;
	}

	h3 {
		margin-top: 10px;
	}


	/* SM 2WIDE */

	.module-2wide {
		height: auto;
	}

	.module-2wide-img-container {
		height: 200px;
		width: 100%;
		overflow: hidden;
	}

	.module-2wide-img {
		height: auto;
		width: 100%;
		padding: 0;
	}

	.module-2wide-text {
		float: left;
		padding: 24px 20px 20px 20px;
		width: 100%;
		height: auto;
		max-width: none;
		overflow: hidden;
		max-height: none;
	}
    .module-3wide-thumbnail-container {
        float: none;
        width: 100%;
        max-width: none;
    }
    .module-3wide-text {
        float: none;
        max-height: none;
    }

    .bluebox .module-box {
        max-width: 500px;
        margin-bottom: 18px;
    }


    /* SEARCH */
    .search-filter select, input.filter {
        display: block;
        margin: 5px auto;
    }
    .search-header-left {
        padding-top: 40px;
    }

    .search-header-left p {
      text-align: center;
    }

    .search-header-right {
        text-align: center;
        position: relative;
    }

    .filter_by {
        text-align: center;
	}
}


/* SM CLASSOK */

@media (min-width: 768px) and (max-width: 991px) {


	.header input {
	width: 105px;
	}

	.menu2 li {
		margin: 0 0.5%;
	}

	.footer-menu li {
		margin: 0 2% 0 0 !important;
	}

	.menu3 li {
		padding-left: 1%;
		padding-right: 1%;
	}

	.module-box-title {
		font-family: 'Barlow Condensed';
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		line-height: 1.1;
		margin-top: 10px;
	}

	.social-action {
		margin-left: 7px;
		margin-right: 0;
		font-size: 11px;
	}
    /*
	.module-contact {
		background-size: auto;
		background-position: right;
	}
    */
	.module-3wide-text {
		padding: 0;
	}

	.bottom-module-box {
		min-height: 180px;
	}

	.small-slider-text {
		padding: 10px 20px 30px 70px;
	}

	.small-slider-text h2 {
		font-size: 18px;
	}

	.small-slider-text h3 {
		font-size: 12px;
	}

	.small-slider-text-container .readmore {
	    -webkit-transform: scale(0.7,0.7); /* Safari */
	    	-ms-transform: scale(0.7,0.7); /* IE 9 */
	    		transform: scale(0.7,0.7);
	}


	/* SM 2WIDE */

	.module-2wide {
		height: auto;
	}

	.module-2wide-img-container {
		height: 200px;
		width: 100%;
		overflow: hidden;
	}

	.module-2wide-img {
		height: auto;
		width: 100%;
		padding: 0;
	}

	.module-2wide-text {
		float: left;
		padding: 24px 20px 20px 20px;
		width: 100%;
		height: auto;
		max-width: none;
		overflow: hidden;
		max-height: none;
	}

	.module-search-thumbnail-container {
		max-width: none;
	}


	/* TWO AND THREE COLUMN LAYOUT */

	.layout-column .module-box-container, .layout-column .module-text-container {
		width: 100%;
		padding: 0 9px;
	}

	.module-fixtext-content  {
		height: auto;
	}

	.module-contact-subtext, .module-1wide-content, .module-3wide {
		padding-bottom: 40px;
		height: auto;
		min-height: auto;
	}

	.module-3wide-thumbnail-container img {
		width: 100%;
	}

	.module-3wide-thumbnail-container {
		max-width: none;
	}

	.module-socialbox-content {
		height: 600px;
	}

	.module-socialbox-content .content {
		height: 465px;
	}

	.module-3wide-text {
		max-height: 140px;
		overflow: hidden;
	}

    .module-3wide-thumbnail-container {
        float: none;
    }

    .module-3wide-text {
        float: none;
        max-height: none;
	}

}


/* SM CLASSOK */

@media (min-width: 768px) and (max-width: 991px) {


	.header input {
	width: 105px;
	}

	.menu2 li {
		margin: 0 0.5%;
	}

	.footer-menu li {
		margin: 0 2% 0 0 !important;
	}

	.menu3 li {
		padding-left: 1%;
		padding-right: 1%;
	}

	.menu1 {
		max-width: 250px;
	}

	.menu1-bg {
		right: 275px;
	}

	.module-box-title {
		font-family: 'Barlow Condensed';
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		line-height: 1.1;
		margin-top: 10px;
	}

	.social-action {
		margin-left: 7px;
		margin-right: 0;
		font-size: 11px;
	}

	.module-3wide-text {
		max-width: 450px;
	}

	.bottom-module-box {
		min-height: 180px;
	}

	.small-slider-text {
		padding: 10px 20px 30px 70px;
	}

	.small-slider-text h2,
	.small-slider-text2 h2,
	.small-slider-text3 h2,
	.small-slider-text4 h2 {
		font-size: 32px;
	}

	.small-slider-text h3,
	.small-slider-text2 h3,
	.small-slider-text3 h3,
	.small-slider-text4 h3 {
		font-size: 13px;
	}

	.small-slider-text-container .readmore {
	    -webkit-transform: scale(0.7,0.7); /* Safari */
		    -ms-transform: scale(0.7,0.7); /* IE 9 */
			    transform: scale(0.7,0.7);
	}

	.search-header-right {
		font-size: 14px;
	}

	.search-filter {
		font-size: 14px;
		text-transform: uppercase;
		color: #0d243e;
	}

	/* SM 2WIDE */

	.module-2wide {
		height: auto;
	}

	.module-2wide-img-container {
		height: 200px;
		width: 200px;
		overflow: hidden;
	}

	.module-2wide-big .module-2wide-img-container {
		height: 100%;
		width: 100%;
	}
	.module-2wide-big .module-2wide-img-container {
		position: relative;
	}


	.module-2wide-img {
		height: auto;
		width: 100%;
		padding: 0;
	}

	.module-2wide-text {
		float: left;
		padding: 10px 10px 10px 20px;
		width: 100%;
		min-height: 200px;
		overflow: hidden;
		max-width: 520px;
		max-height: none;
	}

	.bottom-module-box .readmore {
		bottom: 10px;
		right: 10px;
	}

    .width1 .module-2wide-big {
        height: 540px;
    }

	/* MODULE - HEADLINE */

	.headline-container {
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.module-socialbox-content, .module-socialbox-content-double {
	width: 100%;
	background: #fff;
	padding: 10px;
	}

	.module-socialbox-content, .module-socialbox-content-double {
		/*height: 400px;*/
	}

	.module-socialbox-content .content, .module-socialbox-content-double .content {
		/*height: 275px;*/
	}

	.module-1wide-text {
		/*max-height: 80px;*/
	}
	.search-checkboxgroup.date label {
		width: 47%;
	}
}


/* MD CLASSOK */

@media (min-width: 992px) and (max-width: 1199px) {

	.footer-menu li {
		margin: 0 5% 0 0 !important;
	}

	.social-action {
		margin-left: 7px;
		margin-right: 0;
		font-size: 11px;
	}

	.module-3wide-text {
		max-width: 430px;
	}

	.module-2wide-text {
		max-width: 270px;
		font-size: 13px;
	}

	.module-2wide-big {
		height: 347px;
	}

    .width1 .module-2wide-big {
        height: 227px;
    }

    .module-3wide-thumbnail-container {
		margin-bottom: 0;
	}

	.small-slider-text h2,
	.small-slider-text2 h2,
	.small-slider-text3 h2,
	.small-slider-text4 h2 {
		font-size: 50px;
	}

	.small-slider-text h3 {
		font-size: 14px;
	}

	.small-slider-text-container .readmore {
	    -webkit-transform: scale(0.7,0.7); /* Safari */
	    	-ms-transform: scale(0.7,0.7); /* IE 9 */
	    		transform: scale(0.7,0.7);
	}

	.module-search-right {
		max-width: 428px;
	}

	.bottom-module-box .readmore {
		bottom: 10px;
		right: 12px;
	}

	.contact1 .module-1wide-text {
		max-height: 40px;
	}

	.width3 .module-1wide-text {
		max-height: 70px;
	}

	/* MODULE - HEADLINE */

	.headline-container {
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.module-box-title {
		font-family: 'Barlow Condensed';
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		line-height: 1.1;
		margin-top: 10px;
	}
}


/* LG CLASSOK */

@media (min-width: 1200px) {

    .page {
        min-height: 600px;
    }
	.main-content {
		/*min-height: 600px;*/
	}

	.bottom-module-box {
		height: 227px;
	}

	.bottom-module-box .readmore {
		bottom: 10px;
		right: 10px;
	}

	.module-3wide-thumbnail-container {
		margin-bottom: 0;
	}

	.module-search-right {
		max-width: 534px;
	}

	.width1 .module-1wide-text {
		max-height: 400px;
	}

	.width3 .module-1wide-text {
		height: 75px;
	}

	.width1 .contact1 .module-1wide-text {
		height: 20px;
	}

	/* MODULE - HEADLINE */
}


/* POPUP */

.popup-container {
	position: relative;
	max-width: 540px;
	/*min-height: 500px;*/
	background: #fff;
	padding: 30px 30px 40px;
	outline: none;
}
@media (max-width: 767px) {
	.popup-container {
		width: auto;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		width: 722px;
	}
	.popup-container {
		max-width: 720px;
	}
}

.popup-title {
	font-family: 'Barlow Condensed';
	font-size: 32px;
	text-transform: uppercase;
	color: #0d243e;
	margin: 0;
}

.popup-text, .popup-text2 {
	margin: 0 0 15px;
}


.popup-text2 {
	font-size: 13px;
	margin-top: 2px;
}

.popup-close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: #48d475;
	padding: 4px 5px 5px 5px;
}
.popup-close img {
	width: 20px;
	height: 20px;
}

.popup-premium,
.popup-send {
	border: 1px solid #48d475;
	width: 250px;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
}

.popup-send:hover {
	text-decoration: underline;
}

.popup-send img,
.popup-premium img {
	margin-right: 5px;
	margin-top: -3px;
}

.linkedin-login {
	margin-top: 18px;
	background: #0d243e;
	color: #48d475;
}

.linkedin-login a img {
	display: block;
	width: 100%;
	height: 40px;
}

.linkedin-login img {
	width: 16px;
	margin-right: 10px;
	margin-top: -3px;
}

.sendBtn {
	/*float: right;*/
}

.premiumBtn {
	/*float: left;*/
}

.sendBtn,
.deleteProfileBtn,
.premiumBtn {
	margin-top: 25px;
}

.required-example {
	height: 26px;
	padding: 4px 0 0 9px;
	font-size: 13px;
	border-left: double #48d475;
}

select {
	background: url('../images/select_green.svg') right no-repeat;
	width: 100%;
	height: 28px;
	border: 1px solid #acacac;
	color: #909090;
	padding-left: 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.width-80percent {
  width: 81% !important;
}

.popup-container input, .popup-container textarea, .popup-container select {
	width: 100%;
	height: 26px;
	border: none;
	border-left: none;
	outline: none;
}

.popup-container textarea {
	min-height: 150px;
	height: 150px;
	max-height: 150px;
	padding-top: 4px;
	max-width: 80%;
	min-width: 80%;
}

.popup-ajaxloader {
  background: url("../images/ajax-loader.gif") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 3px;
  display: none;
}
.popup-ajaxloader-container {
  height: 16px;
  display: block;
  text-align: right;
}

.popup-lostpass {
  width: 80%;
  padding-top: 5px;
  margin-bottom: 0;
}

.popup-error {
  color: #ff0000;
}

.premium-holder {
	background: #F0F0F0;
	margin-top: 20px;
	padding: 10px;
}


input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
	position: relative;
	padding-left: 33px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	background-size: 25px 25px;
	height: 25px;
	padding-top: 5px;
}

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
	background-image:url('../images/checkbox_filled.svg');
}
label.css-label {
	background-image:url('../images/checkbox.svg');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-label {
	position: absolute;
	width: 4px;
	height: 16px;
	margin-right: -3px;
	z-index: 10000;
	left: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

label {
}

label a {color: #48d475; text-decoration: none;}
label a:hover {color: #48d475; text-decoration: underline;}


.input-row, .checkbox-row {
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}

.textarea-row {
	min-height: 120px;
	padding-bottom: 30px;
}

.input-group-addon {
	border-radius: 0;
	background: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 3px;
}

.textarea-row .input-group-addon {
	vertical-align: top;
}

.input-requiered {

}


.gi {
	font-family: "Glyphicons Halflings";
	color: #605ec6;
}

.glyphicon {
    color: #605ec6;
}

.gi-profile::before {
	content:"\e008";
}

.gi-password::before {
  content: "\e033";
}

.gi-error::before {
  content: "\e083";
}

.gi-mail::before {
	content: "✉";
}

.gi-role::before {
	content:"\e139";
}

.gi-phone::before {
	content:"\e145";
}

.gi-company::before {
	content:"\e124";
}

.gi-pencil::before {
	content:"\270f";
}

.gi-globe::before {
	content:"\e135";
}

.gi-board::before {
	content:"\e218";
}

.gi-location::before {
  content:"\e146";
}

.gi-star::before {
	font-family: "Glyphicons Halflings";
	content:"\e006";
}

.gi-reply::before {
	font-family: "Glyphicons Halflings";
	content:"\e095";
}

.gi-retweet::before {
	font-family: "Glyphicons Halflings";
	content:"\e115";
}

.field-postfix-icon {
  color: #c62628;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.field-postfix-text {
	position: relative;
	color: #c62628;
	margin-bottom: 2px;
	cursor: pointer;
	display: none;
}

.input-row.error input,
.input-row.error .input-group-addon {
	border-color: #c62628;
}

.field-postfix-icon + .tooltip > .tooltip-inner {background-color: #c62628;}
.field-postfix-icon + .tooltip > .tooltip-arrow {border-top-color:#c62628;}




/* XS CLASSOK */

@media (max-width: 767px) {

}


/* SM CLASSOK */

@media (min-width: 768px) and (max-width: 991px) {



}


/* MD+ CLASSOK */

@media (min-width: 992px) and (max-width: 1199px) {


}


/* LG CLASSOK */

@media (min-width: 1200px) {

}




/* ERROR */


.error-content {
	min-height: 400px;
	background: #fff;
	padding: 30px 20px;
	margin: 9px 0 18px;
	line-height: 1.3;
}

.error-text-container {
	width: 100%;
	max-width: 500px;
	padding: 18px 0;
}

.error-content a {
	color: #007ead !important;
}

.error-title {
	font-size: 20px;
	color: #0d243e;
	margin: 0 0 17px;
}

.error-text {
	margin-bottom: 7px;
}

.error-lead {
	font-size: 16px;
	color: #0d243e;
	margin-bottom: 19px;
}

.error-szoveg {
	font-size: 13px;
	margin-bottom: 25px;
	margin-top: 5px;
	width: 100%;
	max-width: 600px;
}

.dummy {
  display: none;
}

.bi-iframe {
    width: 100%;
    border: none;
    height: 600px;
}

@media print {
  .biframe {
    display: none;  /* hide whole page */
  }
}

.biPopup, .youtubePopup {
    cursor: pointer;
}

.youtubePopup .youtubePlayButton {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/view/images/play-x2.png");
}

.youtubePopup .youtubePlayButton.bs25 {
    background-size: 25%;
}

/*http://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows*/
/* body, */
body.modal {
	padding-right: 0 !important;
}

body.modal-open,
.modal-open .header {
	padding-right: 17px;
}

body .modal {
	overflow: unset;
}

.premium-modal .modal-content {
	padding: 20px 20px 35px;
}

.premium-modal .modal-body {
	padding: 0;
}

.premium-modal .modal-dialog {
	width: 100%;
	max-width: 650px;
}

.premium-modal input {
	padding-left: 5px;
}

.premium-modal label {
	margin-bottom: 2px;
}

.bluebox .glyphicon {
    color: white;
    font-size: 26px;
}

.bluebox {
	margin-left: -9px;
	margin-right: -9px;
}

.bottomwidth4 .bluebox {
	margin-left: 0;
	margin-right: 0;
}

.content-width4wb .bottomwidth4 {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.content-width4wb .row-zone {
	margin-top: 18px;
    margin-left: -10px;
    margin-right: -10px;
    background: #f6f6f6;
    padding-bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;
}

@media (min-width: 992px) {

	.content-width4wb .bottomwidth4 {
		padding-left: 24px;
		padding-right: 14px;
	}

	.content-width4wb .bottom-module-box-container {
		margin-top: 10px;
		padding: 0 18px 0 0 !important;
	}

	.content-width4wb .bottom-module-box-container:last-child {
		padding: 0 !important;
	}
}

.bluebox a:hover {
	text-decoration: none !important;
}

.module-1wide-content a,
.module-1wide-text a,
.module-2wide-text a,
.module-3wide-text a,
.module-1wide-text a span,
.module-2wide-text a span,
.module-3wide-text a span {
    color: #0d243e;
}


.biframe iframe {
    border: none;
}

  /*
.pagination > li > a, .pagination > li > span {
    background-color: rgba(0, 159, 218, 0.9);
    color: white;
}
*/

.glyphicon.green {
    color: #7ab800;
}

a.download {
    font-size: 14px;
}

.biframe {
    -webkit-overflow-scrolling: touch;
}

.search-box {
	padding: 10px;
	min-height: auto;
}

.search-box input {
	max-width: 100%;
}

div.form-error {
	color: #c62628;
	font-size: 12px;
	margin: 5px 0 0 0;
	display: none;
}

 .text-center {
 	text-align: center;
 }

 .linkWithFlag {
 	background-image: url("https://www.footballbenchmark.com/assets/plugins/ckeditor/plugins/link/images/anchor.png?t=E6FD");
	padding-left: 18px;
	background-repeat: no-repeat;
 }

 .premium_membership_title {
 	text-align: left;
 	font-family: 'Barlow Condensed';
    font-size: 32px;
    color: #0d243e;
    margin: 10px 0 10px 0;
    padding: 0;
 }

 .input-group {
	 border: 1px solid #48d475;
	 width: 100%;
 }

 .input-group .help-block {
	 font-size: 10px;
 }

 .input-group .input-group-addon {
	 border: none;
 }

 .privacyPopup a {
    color: #0d243e;
 }

#playervaluation,
#playervaluation td,
#playervaluation th {
	border: 0;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

#playervaluation thead {
	border-bottom: 2px solid #0d243e;
}

#playervaluation_length {
	display: none;
}

#playervaluation_filter {
	display: none;
}

#playervaluation_info {
	display: none;
}

.playervaluationtable {
	background: #0d243e;
	color: white;
	font-size: 12px;
}

.playervaluationtable .description {
	padding: 0 20px 10px;
}

.playervaluationtable .club-most-valuable {
	/*padding-bottom: 20px;*/
	padding-bottom: 5px;
}

.playervaluationtable .head-dot {
	padding: 5px 10px 0 0
}

.playervaluationtable th {
	cursor: pointer;
}

#playervaluation_processing {
	display: none;
}

.market_value_cell_container {
	text-align: right !important;
}

.market_value_cell {
	color:#0d243e
	display: block;
	font-weight: bold;
}

.playervaluationtable p.title {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 0;
	margin: 0;
}

.playervaluationtable select {
	background: #0d243e url(/assets/img/expand.png) 96% 15px no-repeat;
	height: 38px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 35px 12px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 1px solid #48d475;
}

.playervaluationtable .next a {
	content: "";
}
.playervaluationtable .next a, .playervaluationtable .previous a,
.playervaluationtable .next a:hover, .playervaluationtable .previous a:hover,
.playervaluationtable .next a:focus, .playervaluationtable .previous a:focus,
.playervaluationtable .next a:disabled, .playervaluationtable .previous a:disabled,
.playervaluationtable .next a:visited, .playervaluationtable .previous a:visited
{
	background: #0d243e;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

.playervaluationtable .next a:before {
	content: "";
	background-image: url("../images/arrow_green.svg");
	display: inline-block;
	width: 9px;
	height: 10px;
	margin-top: 6px;
	font-size: 16px;
	float: right;
	margin-left: 4px;
}

.playervaluationtable .previous a:before {
	content: "";
	background-image: url("../images/arrow_green.svg");
	display: inline-block;
	width: 9px;
	height: 10px;
	margin-top: 6px;
	font-size: 16px;
	float: left;
	margin-right: 4px;

	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


.playervaluationtable .dataTables_paginate {
	width: 100%;
	margin: 0;
	float: none;
}

.playervaluationtable .dataTables_paginate .pagination {
	width: 100%;
	margin: 0;
}
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button,
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{
	padding: 0;
	border: 0;
}
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button a,
.playervaluationtable .dataTables_wrapper .dataTables_paginate .paginate_button a:hover
{
	border: 0;
}

.playervaluationtable .dataTables_paginate .pagination li {
	display: none;
}

.playervaluationtable .dataTables_paginate .pagination li.previous,
.playervaluationtable .dataTables_paginate .pagination li.next {
	visibility: visible;
	display: block;
	float: left;
}

.playervaluationtable .dataTables_paginate .pagination li.previous {

}

.playervaluationtable .dataTables_paginate .pagination li.next {
	float: right;

}

.kpmg-tooltip {
	background: white;
}

.methodology-container {
	display: flex;
	flex-direction: row;
	margin-top: -20px;
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: 20px;
}

.methodology-container:after {
	content: " ";
	clear: both;
}

.methodology-container a {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a.methodology-first,
a.methodology-third,
a.methodology-1,
a.methodology-3 {
	background: #0d243e;
}
a.methodology-second,
a.methodology-2,
a.methodology-4 {
	background: #48d475;
}

.methodology-container a:hover,
.methodology-container a.selected {
	background: white;
	color: #0d243e;
}

@media only screen and (max-width: 480px)  {
	.methodology-container {
		display: block;
	}

	.methodology-container a {
		width: 100%;
		float: left;
	}

	a.methodology-third {
		margin-bottom: 20px;
	}
}

.module-3wide-text .getPremiumAccessForBI {
	color: #0d243e;
	position: absolute;
	right: 18px;
	bottom: 18px;
	font-size: 14px;
}

.module-3wide-text .getPremiumAccessForBI:after {
	content: "\e90e";
	font-family: "icomoon";
	color: #43b02a;
	font-size: 16px;
	float: left;
	margin-right: 4px;
	margin-top: -1px;
}


.icon-with-link {
    text-align: center;
}
.icon-with-link .icon {
    color: #0091da;
	height: 50px;
	background-color: white;
	background-size: 50px 50px;
	background-position: center;
	display: block;
	margin: 0px auto;
	background-repeat: no-repeat;
}
.icon-with-link .icon:before {
    font-size: 65px;
}
.icon-with-link .title {
    margin-top: 10px;
    color: #0d243e;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;

}
.icon-with-link .text {
    margin-top: 10px;
    margin-bottom: 15px;
}
.icon-with-link .button {
    background-color: white;
    padding: 7px 30px;
    color: #0d243e;
	border: 1px solid #48d475;
    padding-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 10px auto;
    display: block;
    width: 75%;
}
.icon-with-link .button:hover {
	background: #48d475;
}
/* Vertikálisan kitöltő div */

@media (min-width: 991px) {

	.module-1wide-content {
    	flex-direction: row;
    	flex: 1;
    	height: calc(100% - 18px);
	}

	.width1 {
		display: flex;
    	flex-direction: row;
	}

	.row.content {
		display: flex;
    	flex-direction: row;
	}

	.menu3 {
		padding-left: 166px;
	}
}

.player_valuation_datatable .player_name {
	text-align: left;
	padding-left: 5px;
}

.social-icons {
	float: right;
	margin-top: 16px;
  }

  .social-icons a {
    width: 22px;
    height: 22px;
    display: block;
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
  }
  .social-icons .facebook {
    background-image: url("/assets/img/social-icons2/facebook.svg");
  }
  .social-icons .linkedin {
    background-image: url("/assets/img/social-icons2/linkedin.svg");
  }
  .social-icons .twitter {
    background-image: url("/assets/img/social-icons2/twitter.svg");
  }
  .social-icons .youtube {
    background-image: url("/assets/img/social-icons2/youtube.svg");
  }
  .social-icons .instagram {
	background-image: url("/assets/img/social-icons2/instagram.svg");
	background-size: cover;
  }

  .footer-menu2 li a img {
    height: 26px;
  }

  .crossref-box {
	  padding: 10px; 
	  background-color: #dedede;
  }
  .row-zone {
	  width: 100%;
  }
  table.player_valuation_datatable.dataTable tbody th, 
  table.player_valuation_datatable.dataTable tbody td {
	  padding: 0px 10px;
  }