/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import '/assets/css/app.css?v=2';
@import '/assets/css/blocks.css?v=3';

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

@font-face { font-family: 'days'; src: url('fonts/Days.otf'); font-weight: normal; font-style: normal}

@font-face { font-family: 'HelveticaNeueLTStd-Roman'; src: url('fonts/HelveticaNeueLTStd-Roman.eot'); src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg'); font-weight: normal; font-style: normal}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.col-gallery { position: relative; margin-bottom: 25px; }
/* .vgallery_thumb { max-width: 308px;} */
.vgallery_title .image { position: relative; display: block;}
.vgallery_play { position: absolute; top: 0; left: 0; right: 0; background: url(/img/videos/play.png) center center no-repeat; bottom: 0;}
.vgallery_play_header { position: absolute; top: 0; left: 0%; right: 0; background: url(/img/videos/play.png) center center no-repeat; background-size: 45px; bottom: 0;}

.formDisabled { opacity: .2; pointer-events: none;}

/* Europe */
.europe .top-section h1 { text-align: center; font-size: 35px; color: black; font-family: "days", Helvetica, Arial, sans-serif; margin-bottom: 1px; }
.europe .top-section  h2 {  text-align: center; font-size: 16px; font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif; font-style: italic; margin-top: 5px; line-height: 21px}
.europe .gray-section { background-color: #f7f7f7; }

.europe .coaches h2 { margin-top: 20px; margin-bottom: 15px; font-size: 23px; font-weight: bold; font-family: "days", Helvetica, Arial, sans-serif; text-align: center;	}
.europe .coaches .instructor-wrapper span { color: #777; display: block; font-size: 16px; margin-bottom: 5px; text-transform: uppercase;text-align: center; margin-top: 4px; line-height: 1.2;}
.europe .coaches .instructor-wrapper a:hover { text-decoration: none; }
.europe .nl-europe .book-now { margin-top: 40px; }

.europe .instructor-wrapper { min-height: 230px; }

.europe .euro-ad-brento { padding-top: 15px; }
.europe .euro-ad-espen { padding-top: 5px; }
.europe .euro-ad-rock-drop { padding-top: 10px; }
.europe .euro-ad-exit-point { padding-top: 15px; }

@media (min-width: 769px) {
	.europe > .instructor-wrapper { min-height: 150px !important; border: 1px solid blue; }
}