@import url(https://fonts.googleapis.com/css?family=Poppins);

html,body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	color:#121212;
}

li {
	font-family: 'Poppins', sans-serif !important;
}

p {
	color:#444 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size:1em !important;
}

h2 {
	color:#444 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size:1.8em !important;
}

h3 {
	color:#444 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size:1.3em !important;
}

.button {
	background:#D86243 !important;
	font-family: 'Poppins', sans-serif !important;
}

.anchor-orange {
	color:#D86243 !important;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

#top-border {
    height: 5px;
    background: #6F0D21;
    background: -webkit-linear-gradient(left, #6F0D21 , #D86243);
    background: -o-linear-gradient(right, #6F0D21, #D86243);
    background: -moz-linear-gradient(right, #6F0D21, #D86243);
    background: linear-gradient(to right, #6F0D21 , #D86243);
}

div.wrapper {
	width:100%;
	margin:0 auto;
	height:auto;
}

#header .row {
	max-width: 100%;
	margin-top:10px;
}

#header .logo-large img {
	width:200px !important;
	max-width:200px;
}

#header .menu-large {
	text-align:right;
}

#header .menu-large ul {
	list-style-type: none;
    margin: 35px 0 0 0;
    padding: 0;
    overflow: hidden;
}

#header .menu-large ul li {
	display: inline-block;
	margin-left:20px;
}

#header .menu-large ul li:hover {
	background:#D86243;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
	border-radius:5px;
}

#header .menu-large ul li:hover > a {
	color:#fff !important;
}

#header .menu-large ul .active {
	background:#D86243;
	color:#fff;
	border-radius:5px;
}

#header .menu-large li a {
    display: block;
    color: #444;
	font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 5px;
	padding-left:20px;
	padding-right:20px;
    text-decoration: none;
}

#header .mobile-menu {
		z-index:999;
		display:none;
}

#index-s1 .front-bg {
	text-align:center;
	width:95%;
	margin:50px auto;
	height:300px;
	background-image:url('../images/update/traintrack.jpg');
	background-size:cover;
	background-position:center top;
}

#index-s1 .career-bg {
	text-align:center;
	width:95%;
	margin:50px auto;
	height:300px;
	background-image:url('../images/update/teamwork.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

#index-s1 .services-bg {
	text-align:center;
	width:100%;
	margin:50px auto;
	height:350px;
	background-image:url('../images/update/railway.jpg');
	background-size:cover;
	background-position:68%;
	background-repeat:no-repeat;
}

#index-s1 .ref-bg {
	text-align:center;
	width:95%;
	margin:50px auto;
	height:300px;
	background-image:url('../images/update/oresund.jpg');
	background-size:cover;
	background-position:center center;
}

#index-s1 .training-bg {
	text-align:center;
	width:95%;
	margin:50px auto;
	height:300px;
	background-image:url('../images/training-bg.png');
	background-size:cover;
	background-position:center center;
}

#index-s2 .reference {
	margin-top:100px;
	margin-bottom:60px;
	text-align:center;
}

#index-s2 .reference .small-2 {
	min-height:50px;
	position:relative;
}


#index-s2 .reference .small-2 img {
	position:absolute;
    top:0;
    bottom:0;
    margin:auto;
	width:70%;
}

#index-s2 .row {
	max-width:76%;
}

#index-s2 .row .columns{

}

#index-s2 .news-item {
	
}

#index-s2 .news-date {
	font-size:.8em;
}

#index-s2 .education-item {
	background:#D86243;
	border-radius:5px;
}

#index-s2 .education-item p {
	padding:8px;
}

#index-s2 .education-item a {
	color:#fff;
}

#index-s2 .education-item .education-date {
	color:#fff;
	font-size:0.8em;
}

#footer .footer {
	min-height:250px;
	margin-top:50px;
}

#footer .footer .row {
	max-width:76%;
	border-top:1px solid #ccc;
	padding-top:20px;
}

#footer .legal {
	background:#D86243;
	text-align:center;
}

#footer .footer .legal p{
	color:#fff !important;
	font-size: .8em !important;	
	padding:5px;
}

#footer .footer .social {
	float:right;
}

#footer .footer .social img {
	width:50px;
	margin-top:30px;
}

/* class row fix */
@media only screen and (max-width: 1024px) {

	.row {
		width:95% !important;
		margin:0 auto;
	}

	#index-s2 .row {
		max-width:100%;
	}
	#footer .footer .row {
		max-width:100%;
	}
	#index-s2 .reference .small-2 {
		width:100% !important;
	}
	#index-s2 .reference .small-2 img {
		position:relative;
		max-width:250px;
	}
	#index-s2 .reference .small-2:not(:first-child) {
		margin-top:30px;
	}
}

/* instagram */
#index-s3 {
	margin-top:50px;
}

#presentation-4 {
	min-height:500px;
	background:#f3f3f3;
	overflow:auto;
	border-top:1px solid #ccc;
}

div.presentation-4-inner {
	width:70% !important;
	margin:70px auto;
	padding-bottom:50px;
	text-align:center;
}

div.presentation-4-inner  h3 {
	font-size:1.6em;
}

div.presentation-4-inner h3 a {
	color:#444;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

div.presentation-4-inner h3 a:hover {
	color:#D86243;
}

div.instagram-feed {

}

div.instagram-container {
	background:#fff;
	margin-top:40px;
	padding:15px 15px 0px 15px;
	display: inline-block;
	max-width:43%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.instagram-comment p {
	text-align:left;
	font-size:14px;
	padding-top:15px;
	min-height:50px;
}

div.instagram-info {
	text-align:left;
	border-top:1px solid #ccc;
	padding-top:7px;
}

div.instagram-info p {
	font-size:12px;
	font-weight:600;
	color:#8A8A8A
}

div.instagram-info img {
	width:15px;
}

/* contact */

div.booking-failed {
	padding:10px;
	background:#F5A9A9;
}

div.booking-successfull {
	padding:10px;
	background:#BCF5A9;
}

#index-s4 .row {
	max-width: 100% !important;
}

div.contact-form {
	padding-top:60px;
	margin-top:60px;
	min-height:350px;
	text-align:center;
	background:#f7f7f7;
	padding-bottom:60px;
	border-top:1px solid #f2f2f2;
}

div.form-upper {
	width:70%;
	margin:20px auto;
}

div.form-below {
	width:70%;
	margin:20px auto;
}

div.form-below textarea {
	min-height:110px;
}

div.form-center INPUT[TYPE="TEXT"] {
	width:45%;
	padding:20px;
	font-size:16px;
	font-weight:400;
	color:#444;
	font-family: 'Poppins', sans-serif !important;
	border:1px solid #ccc;
	box-shadow:none !important;
}

.white {
	background:#fff !important;
	border-top:none !important;
	margin-top:0px !important;
}

div.form-center INPUT[TYPE="SUBMIT"] {
	background: #D86243;
	padding:12px;
	border:none;
	width:150px;
	font-family: 'Poppins', sans-serif !important;
	margin-top:10px;
	color:#fff;
}

.left {
	float:left;
}

.right {
	float:right;
}

div.form-center {
	margin:0 auto !important;
	width:67%;
}

div.contact-form h3 {
	font-size:2em;
	color:#444;
}

/* Contact form */
@media only screen and (max-width: 1024px) {
	div.form-center {
		width:100%;
	}
	div.form-center INPUT[TYPE="TEXT"] {
		width:100%;
	}
}

/* Social */
@media only screen and (max-width: 1024px) {
	#footer .footer .social {
		float:left;
	}
}

/* Map */
@media only screen and (max-width: 1024px) {
	#map {
		width:100% !important
	}
}

/* Instagram */
@media only screen and (max-width: 1024px) {
  div.instagram-container {
    max-width:100% !important;
  }
}

/* Mobile menu */
@media only screen and (max-width: 1024px) {
	#header .menu-large {
		display:none;
	}
	
	div.menu-mobile-button {
		background-image:url('../images/mobile-menu.png');
		background-repeat:no-repeat;
		background-size:30px;
		background-position:center right;
		width:80px !important;
		height:80px;
		float:right;
		cursor:pointer;
		-webkit-transition: opacity 0.5s ease-in-out;
		  -moz-transition: opacity 0.5s ease-in-out;
		  -ms-transition: opacity 0.5s ease-in-out;
		  -o-transition: opacity 0.5s ease-in-out;
		  transition: opacity 0.5s ease-in-out;
	}
	
	div.menu-mobile-button-close {
		display:none;
		background-image:url('../images/close.png');
		background-repeat:no-repeat;
		background-size:30px;
		background-position:center right;
		width:80px !important;
		height:80px;
		float:right;
		cursor:pointer;
		-webkit-transition: opacity 0.5s ease-in-out;
		  -moz-transition: opacity 0.5s ease-in-out;
		  -ms-transition: opacity 0.5s ease-in-out;
		  -o-transition: opacity 0.5s ease-in-out;
		  transition: opacity 0.5s ease-in-out;
	}

	div.menu-mobile-button:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	
	div.mobile-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	div.mobile-menu ul li {
		background:#444;
		padding:10px;
		padding-top:15px;
		padding-bottom:15px;
		border-bottom:1px solid #5b5757;
	}
	
	div.mobile-menu ul li:hover {
		background:#cc5f43;
	}
	
	div.mobile-menu ul .active {
		background:#D86243;
		color:#fff;
		border-bottom:none;
	}
	
	div.mobile-menu ul a {
		color:#fff;
		font-family: 'Poppins', sans-serif;
	}

}

/* Booking */
div.course-submit {
	display:none;
}

.course-title {
	float:left;
	color:#D86243 !important;
	font-weight:bold;
}

.course-date-and-location {
	float:right;
}

div.course-submit INPUT[TYPE="TEXT"] {
	width:50%;
	display:inline-block
}

div.course-submit INPUT[TYPE="NUMBER"] {
	width:50%;
	display:inline-block
}
