@font-face {
    font-family: "KozGoPro";
    src: url(../fonts/KozGoPro-Regular.otf);
}

@font-face {
    font-family: "KozGoPro";
    src: url(../fonts/KozGoPro-Heavy.otf);
    font-weight: 800;
}
@font-face {
    font-family: "KozGoPro";
    src: url(../fonts/KozGoPro-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: "KozGoPro";
    src: url(../fonts/KozGoPro-Light.otf);
    font-weight: 200;
}
@font-face {
    font-family: "KozGoPro";
    src: url(../fonts/KozGoPro-ExtraLight.otf);
    font-weight: 100;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
/// font awesome
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fa-stack.twitter{color:#00b8ef;}
.fa-stack.facebook{color:#3d5ca0; }
.fa-stack.google-plus{color:#d02313; }
.fa-stack.facebook .fa-facebook{color:white; }
.fa-stack.google-plus .fa-google-plus{color:white; }
.fa-stack.twitter .fa-twitter{color:white; }


.cookiePopup {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 250px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	z-index: 1000;
}

.shareThisBox {
	position: absolute;
	right: 0px;
	top: 20px;
	font-weight: 400;
	font-size: 14px;
}

@media (max-width: 768px) {
	.shareThisBox {
		position: relative;
		top: 0px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "KozGoPro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.8em;

}

h1 {
	font-size: 2em;
	line-height: 2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.17em;
	line-height: 1.17em;
}

h4 {
	font-size: 1.00em;
	line-height: 1.00em;
}

h5 {
	font-size: 0.83em;
	line-height: 0.83em;
}

h6 {
	font-size: 0.67em;
	line-height: 0.67em;
}

a,
a:hover {
	color: #d2794d;
}

.stdbody {
	background-color: #c3c3c3;
	margin: 15px 0px 15px 0px !important;
}

.stdbodycontent {
	padding: 15px 0px;
}




/* general */
.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
	background-color: #d2794d;
	border-radius: 0px;
	border-color: #d2794d;
	color: #ffffff;
}

.btn.btn-primary {
	background-color: #d2794d;
	border-radius: 0px;
	border-color: #d2794d;
}

.pagination > li > span,
.pagination > li > a {
	border: 0;
	color: #262626;
}


.pagination > li > a:hover {
	color: #262626;
}

.pagination > .active > a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
	background-color: #d2794d;
}

/* header */
.topmenu.navbar .navbar-collapse {
	font-size: 16px;

}

.topmenu.navbar-default {
	background-color: rgba(255,255,255,0.9);
	border: 0px solid rgba(255,255,255,0.9);
}

.topmenu .navbar-brand img {
	width: 170px;
	padding-bottom: 10px;
}

.topmenu .navbar-nav > li > a {
	color: #515050;
}

.topmenu.navbar-default .navbar-nav > li> a:focus,
.topmenu.navbar-default .navbar-nav > li > a:hover {
	color: #000000;
	background-color: transparent;
}

.topmenu.navbar-default .navbar-nav > .active > a,
.topmenu.navbar-default .navbar-nav>.active>a:focus,
.topmenu.navbar-default .navbar-nav>.active>a:hover {
	color: #000000;
	background-color: transparent;
}

@media (min-width: 768px) {
	.topmenu.navbar-default {
		height: 90px;
		margin-bottom: 0px;
	}

	.topmenu .navbar-brand img {
		width: 300px;
	}

	.topmenu .navbar-nav li a {
	    padding:0 15px;
	    line-height:80px;
	}

	.topmenu .navbar-nav form  {
		margin-top: 24px;
		width: 200px;
	}
}


#navbar2 {
	padding-left: 0px;
	padding-right: 0px;
}


.mainmenu.navbar .navbar-collapse {
	font-size: 20px;
	font-weight: 100;
}

.mainmenu.navbar-default {
	background-color: #d2794d;
	border: 0px solid #d2794d;
}



.mainmenu .navbar-nav > li > a {
	color: #ffffff;
}


.mainmenu.navbar-default .navbar-nav > li> a:focus,
.mainmenu.navbar-default .navbar-nav > li > a:hover {
	color: #000000;
	background-color: transparent;
}

.mainmenu.navbar-default .navbar-nav > .active > a,
.mainmenu.navbar-default .navbar-nav>.active>a:focus,
.mainmenu.navbar-default .navbar-nav>.active>a:hover {
	color: #000000;
	background-color: transparent;
}


@media (min-width: 768px) {
	.nav:before, .nav:after {
	    content:none !important;
	}

	.mainmenu.navbar-default ul {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;

		width: 100%;

		float: none;
		display: flex;
		justify-content: space-between;
	}

	.mainmenu.navbar-default li {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;

		float: none;
		display: inline-block;
	}

	.mainmenu.navbar-default li a {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;

		float: none;
		display: inline-block;
	}
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-slide {
	background-size: cover;
}

.mobileWallpaper {
	display: none;
	width: 100%;
    height: auto;
}

.mobileWallpaper img{
	width: 100%;
}

@media (max-width: 768px) {
	.swiper-container {
		display: none;
	}

	.mobileWallpaper {
		display: block;
	}
}



/* footer */
.footer {
	width: 100%;
	background-color: #f0f0f0;
}

.footer .row {
	padding-top: 20px;
}

.footer ul.footerlinks  {
	list-style: none;
	font-size: 13px;
	font-weight: 200;
	line-height: 24px;
	padding-left: 0px;
}

.footer ul.footerlinks a {
	color: #111111;
    text-transform: lowercase !important;
}

.footer .social .fa-stack {
	font-size:12px;
	margin-left: 5px;
}


.footer .copyright {
	font-size: 13px;
	color: #111111;
}


.footer .terms {
	font-size: 13px;
}

.footer .terms a {
	color: #111111;
	font-weight: 200;
}





/*homeage */
.homepageItems {
	margin-top: 40px;
	margin-bottom: 40px;
}


.homepageItems .homepageItem a {
	color: #ffffff;
	text-decoration: center;
	position: relative;
	display: block;
}

.homepageItems .overlay1 {
	position: absolute;
	top: 15px;
	display: block;
	width: 100%;

	font-size: 20px;
	font-weight: 200;

	text-shadow: 2px 2px 4px #555555;
}

.homepageItems .overlay1:after {
	position: absolute;
	bottom: -11px;


	width: 33%;
	height: 1px;
	background-color: #ffffff;
	content: "";
	display: block;
	margin-left: 33%;
}

/*
.homepageItems .overlay2:before {
	position: absolute;
	top: -5px;

	width: 33%;
	height: 1px;
	background-color: #ffffff;
	content: "";
	display: block;
	margin-left: 33%;
}
*/

.homepageItems .overlay2 {
	position: absolute;
	top: 60px;

	display: block;
	width: 100%;

	font-size: 20px;
	font-weight: 200;

	text-shadow: 2px 2px 4px #555555;
}

.homepageItems .homepageItem a:after {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 10px;

	font-family: "FontAwesome";
	font-size: 60px;
	color: #ffffff;
	content: "\f105";
}

.homepageItems .homepageItem a:hover:after {
	text-decoration: none;
}


@media (max-width: 768px) {
	.homepageItems .homepageItem {
		margin-bottom: 15px;
	}

	.homepageItems .homepageItem .img-responsive {
		display: inline;
	}
}


/* Spotlight */
.spotlightBanner {
	margin-top: 40px;
	margin-bottom: 0px;
}



/* Magazine section */
.magazineImage {
	margin-top: 20px;
}

.magazineTitle {
	margin-top: 20px;
}

.magazineTitle h3 {
	font-size: 20px;
}

.magazineButton {
	margin-top: 40px;
}

.magazineBody {
	margin-top: 40px;
}



/*interviews */
.interviewBanner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.interviews {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* elearnings */
.elearnings {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* news */
.newsBanner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.news {
	margin-top: 0px;
	margin-bottom: 40px;

	position: relative;
}

.newsRow {
	margin-top: 15px;
	margin-bottom: 30px;

	position: relative;
}


.newsRow:before {
	position: absolute;
	bottom: -25px;

	width: 33%;
	height: 1px;
	background-color: #686868;
	content: "";
	display: block;
	margin-left: 33%;
}

.secNews {
	max-height: 1150px;
	padding: 0px 10px 15px 20px;
	margin-left: 20px;
	margin-right: 10px;
	border: 1px solid #AAAAAA;
}

.secNews .date {
	width: 70px;
	float: left;
	font-size: 13px;
}

.secNews .title {
	float: left;
	width: calc(100% - 70px);
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 13px;
}


@media (max-width: 768px) {
	.secNews {
		max-height: 200px !important;
	}
}
