/*   

Theme Name: Goodplace

Theme URI: http://www.goodplace.com

Description: Template for Bike-Goodplace

Author: Marko Lampret

Author URI: http://www.lampret.net

Version: 1

*/

/* General styles */
body {
	margin: 0px;
	padding: 0px;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 150%;

/* or 27px */

color: #2B324C;
}
.narrow {
	max-width: 1250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
h1,h2,h3,h4,h5 {
	font-family: 'Source sans pro', sans-serif;
	margin-top: 0px;
	font-weight: 400;
}
header, main, footer {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover {
	color: #003D76;
	cursor: pointer;
}
.large-wrapper {
	border-bottom: 3px solid #eee;
	margin-left: -15px;
	margin-right: -15px;
}
.sticky-wrapper .large-wrapper {
	border-bottom: 3px solid #003D76 !important;	
}
.large-wrapper.logistics-wrapper {
	border-color: transparent !important;
}
.large-wrapper.borderless {
	border-bottom: 2px solid transparent;
	margin-left: -15px;
	margin-right: -15px;
}
.sticky {
	z-index: 100;
	background-color: #fff;
}
.ppt {
display: none !important;
}

/* Transitions */
a, a:hover, .fp-tour-imagewrapper img, .above-footer img, .bookingitem a img:hover, .bookingitem a img {
  transition-property: background-color, color, border-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

/* Header */
header {
	height: 195px;
	position: relative;
}
.headline_wrapper {
	background-color: #E6E6E6;
	color: #153E94;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2.headline {
	font-weight: 300;
	text-align: center;
	color: rgb(0, 61, 118);
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.home header {
	height: auto;
	min-height: 195px;
}
.menu-wrapper {
	position: absolute;
	top: 0px;
	max-width: 100%;
	width: 100%;
	z-index: 10000;
	background-image: url(img/bg_header.png);
	background-repeat: repeat-x;
	background-position: center left;	
	margin-top: 20px;
}
.slider {
	min-height: 500px;
	width: 100%;
	background-image: url(img/bg_slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home .slider-wrapper {
	height: 800px;
	min-width: 50%;
}

.term-trekking .slider {
	background-image: url(/wp-content/uploads/2016/02/trekking.jpg);
	background-position: center bottom;		
}
.term-mtb .slider {
	background-image: url(/wp-content/uploads/2016/02/mtb.jpg);	
	background-position: center bottom;
}
.term-road .slider {
	background-image: url(/wp-content/uploads/2016/02/road_crop.jpg);	
	background-position: center center;
}
.page-template-template-booking .slider,.page-template-template-contact .slider {
	background-position: center bottom;
}

.mainmenu ul, .mainmenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainmenu ul {
	margin-top: 80px;
}
.mainmenu li {
	float: left;
	margin-right: 55px;
	background-image: url(img/bg_menu_li.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainmenu li:hover, .mainmenu .current-menu-item, .mainmenu .current-menu-parent {
	background-image: url(img/bg_menu_li_hover.jpg);	
}
.mainmenu li:last-child {
	margin-right: 0px;
}
.mainmenu li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Source sans pro', sans-serif;
	font-size: 22px;
	font-weight: 400;	
	padding-bottom: 20px;
	display: block;
	text-align:center;
	width: 100%;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.mainmenu .sub-menu {
	display: none;
}
.mainmenu li {
position: relative;
}

.mainmenu .sub-menu {
    background-color: #cdd8e4;
    left: -50px;
    position: absolute;
    top: -20px;
    width: 200px;
padding: 10px;
}
.mainmenu .sub-menu li {
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
text-align: center;
  float: none;
  margin-right: 0px;
width: 100%;
}
.mainmenu .sub-menu li a {
  color: #133C76;
  display: block;
  font-family: "Source sans pro",sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
text-align: center;
}
.mainmenu .sub-menu li.current-menu-item a {
  color: #FFF;
  background-color: #D60077;
}
.mainmenu .sub-menu li {
border-top: 1px dotted #133C76;
}
.mainmenu .sub-menu li.current-menu-item, .mainmenu .sub-menu li.current-menu-item + li, .mainmenu .sub-menu li:first-child  {
border-top: 1px dotted transparent;
}
.slider h1 {
	margin-top: 250px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	text-shadow: 2px 2px rgba(0,0,0,0.7);
	font-weight: 600;
}
.slider h2 {
	text-align: center;
	text-transform: uppercase;
	color: #ED1E79;
	font-size: 60px;
	font-weight: 600;	
	text-shadow: 2px 2px rgba(0,0,0,0.7);
}

.home .slider h1 {
	margin-top: 350px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	text-shadow: 2px 2px rgba(0,0,0,0.7);
	font-weight: 600;
}
.home .slider h2 {
	text-align: center;
	text-transform: uppercase;
	color: #ed1e79;
	font-size: 60px;
	font-weight: 600;	
	text-shadow: 2px 2px rgba(0,0,0,0.7);
}
.home .slider {
	min-height: 800px;
	width: 100%;
	background-image: url(img/bg_slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/* Main area */
main {
	padding-top: 30px;
	padding-bottom: 80px;
}
main .headline {
	font-size: 25px;
	color: #003D76;
	text-align: center;
	margin-bottom: 40px;
}
main .heading {
	font-size: 28px;
	color: #003D76;
	text-transform: uppercase;	
	margin-bottom: 30px;
}
main .h2-with-green-bg {
	font-size: 23px;
	color: #FFF;
	background-color: #ed1e79;
	padding: 5px;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
main .fp_news .h2-with-green-bg {
	background-color: #ED1E79;
}
main .h2-with-green-bg a {
	color: #fff;
}
.fp-tour-imagewrapper {
	position: relative;
}
.fp-tour-imagewrapper h3 {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	margin: 0px;
	width: 100%;
	padding: 5px;
	text-transform: uppercase;
}
.fp-tour-imagewrapper .attachment-medium-tour:hover {
	opacity: 0.8;
}
.bookingitem h3 a {
font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 110%;

/* identical to box height, or 51px */

color: #003D76;
}
.bookingitem a .attachment-medium-tour:hover {
	opacity: 0.8;
}

.guaranteed_icon {
	position: absolute;
	right: -2px;
	top: -2px;
	opacity: 1 !important;
	z-index: 1000;
}

/* Frontpage columns */
.fp_columns {
	background-color: #E6E6E6;
	line-height: 155%;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
}

/* Frontpage news */
.fp_news {
	color: #fff;
	background-color: #999999;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 155%;
}

/* Frontpage instagram */
.fp_instagram {
	padding-top: 40px;
	padding-bottom: 0px;
	line-height: 155%;
}
.fp_instagram h2 {
	font-size: 22px;
}
.fp_instagram h2 img {
	margin-right: 20px;
}

/* Booking form */
.booking {
	background-color: #F2F2F2;
	color: #003d76;
}
.large-wrapper.booking {
	border-color: transparent;
}
.bookingitem .separator {
	clear: both;
	display: block;
}
.basicinfo .separator hr {
	border: 1px solid #003D76;
	margin-top: 0px;
	margin-bottom: 0px;
}
.largeicon {
	border: 2px solid #003D76;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 200px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.largeicon:hover {
	border: 2px solid #003D76;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 200px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #003D76;
}
.largebooking {
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	padding-right: 30px;	
	border: 2px solid #ED1E79;	
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;	
	font-weight: 600;
	text-decoration: none;
font-style: normal;
font-weight: 600;
font-size: 16px;
max-width: 155px;
}
.largebooking:hover {
	border: 2px solid #003D76;	
	color: #fff;
	background-color: #003D76;
	text-decoration: none;
}
.bookingitem h3 {
	letter-spacing: 1px;
}
.bookingitem h4 {
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 110%;
margin-bottom: 0px;

/* identical to box height, or 27px */

color: #003D76;
}
.bookingitem .basicinfo {
	margin-bottom: 20px;
	text-transform:uppercase;
}
.bookingitem .basicinfo p {
	margin-bottom: 20px;
}
p.category {
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 150%;
color: #809EBA;
}
.category-trekking {
	color: #91C632;
}
.category-mtb {
	color: #E31979;
}
.category-road {
	color: #47ACE4;
}

/* Selection menu */
.selection-menu ul, .selection-menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 37px;
	line-height:35px;
}
.selection-menu ul {
	border-bottom: 2px solid #003D76;
	margin-bottom: 20px;
	display: block;	
	text-transform: uppercase;
	font-weight: 600;
}
.selection-menu li {
	float:left;
	background-color: #fff;	
	display: block;
	margin-right: 2px;
}
.selection-menu li.active, .selection-menu li.current-menu-item {
	color: #fff;
	background-color: #003D76;		
}
.selection-menu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #003D76;			
}
.selection-menu li a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}
.selection-menu li.active a, .selection-menu li.current-menu-item a  {
	color: #fff;	
	display: block;
}
.selection-menu li.active a:hover, .selection-menu li.current-menu-item a:hover {
	color: #fff;	
	display: block;
	background-color: transparent;
}

/* Tour */
h2.tourtitle {
	font-size: 35px;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #003d76;
}
.marginleft {
	margin-left: 15px;
}
.accent-font {
  color: #e31979;
}
.topmargin100 {
	margin-top: 50px;
}
.tour-menu .current-menu-item a {
	color: #fff;
	background-color: #E31979;
}
.price-header-wrapper li.active a {
	color: #fff;
	background-color: #E31979;
}

/* Tour menu */
.tour-menu ul, .tour-menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
	line-height:35px;
}
.tour-menu ul {
	display: block;	
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 0px;
}
.tour-menu li {
	float:left;
	background-color: #fff;	
	display: block;
	margin-right: 2px;
	border-bottom: 0px;	
}
.tour-menu li a.active {
	color: #fff;
	background-color: #003D76;		
}
.tour-menu li a {
	display: block;
	padding-left: 15px; 
	padding-right: 15px;	
	border-bottom: 0px;	
	text-decoration: none !important;		
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 35px;

/* identical to box height, or 27px */

color: #003D76;	
}
.tour-menu li a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}
.tour-menu li a.active:hover {
	text-decoration: none;
	background-color: #003D76;
	color: #fff;
}
.tour-menu li.active a {
	color: #fff;	
	display: block;
}
.tour-menu li.active a:hover {
	color: #fff;	
	display: block;
	background-color: #e31979;
}

/* Tour page */
.description-panel {
	margin-top: 30px;
}
.longdescription {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tour-page .smalltitle, .longdescription h4 {
/* Title 2, 34 px, Open Sans */
font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 110%;
text-transform: capitalize !important;

/* identical to box height, or 51px */

color: #003D76;
}
.tour-page .marginbottom {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tour-page .large-wrapper h2 {
font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 110%;
color: #003D76;	
}

/* Gallery */
.smallphotos a:nth-child(1) img {
	margin-bottom: 22px;
}

/* Logistics */
.logistics-wrapper {
	background-color: #f2f2f2;
}

/* Itinerary */
.square-date {
	width: 60px;	
	padding: 5px;
}
.square-date-day {
	width: 100%;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	display: block;
font-style: normal;
font-weight: 600;
font-size: 14px !important;

color: #BFC2C9 !important;
}
.square-date-dayno {
	color: #fff;
	width: 100%;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 32px;
	font-weight: 600;
}
.itinerary-items h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.distance, .altitude {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.distance img, .altitude img {
	margin-right: 10px;
}
.distance strong, .altitude strong {
	text-transform: uppercase;
	color: #999;
}
.itinerary-description {
	clear: both;
}
.itinerary-items hr {
	color: #666;
	border-color: #666;
}
.itinerary-items .itinerary-item:last-child {
	margin-bottom: 30px;
}
.itinerary-items .itinerary-item:last-child .separator {
	display: none;
}
.accent-background {
	background-color: #E31979;
}

/* Logistics */
.logistics-wrapper h1, .logistics-wrapper h2, .logistics-wrapper h3, .logistics-wrapper h4 {
	color: #003D76;
}
.logistics-wrapper h3, .logistics-wrapper h4 {
	margin-top: 20px;
	margin-bottom: 3px;
}

/* Dates */
.dates-wrapper ul, .dates-wrapper li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.dates-wrapper li {
	padding: 8px;
}
.dates-wrapper li:nth-child(odd) {
	background-color: #eee;
}
.dates-wrapper .dates-date {
  color: #003d76;
  font-weight: 600;	
}
.dates-wrapper strong {
	text-transform: uppercase;
}

/* Prices */
.price-wrapper {
	background-color: #eee;
}
.price-includes ul, .price-excludes ul {
	margin-left: 8px;
	padding-left: 10px;
}
.price-includes ul {
	margin-bottom: 30px;
}
.price-wrapper .col-md-12 {
	display: none;
}
.price-wrapper .active {
	display: block;
}

/* Above footer */
.above-footer {
	background-color: #EFEFEF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.above-footer a:hover img {
	opacity: 0.8;
}
.above-footer img {
margin-left: 5px;
margin-right: 5px;
}

/* Footer */
footer {
	background-color: #003D76;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 80px;
	line-height: 150%;
	font-size: 14px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer p {
	padding-right: 20px;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer h2 {
	font-size: 20px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
footer .social-icons a {

}
footer .social-icons a:hover {

}
footer .social-icons {

}

/* Accents */
.pink {
	color: #E31979 !important;	
}
.exp {
	position: relative;
	top: -10px;
	left: 5px;
}
.category.mtb {
	color: #E31979;	
}
.mtb .accent-font {
	color: #E31979;
}
.mtb .accent-background {
	background-color: #E31979;
}
.mtb .tour-menu .active a {
	background-color: #E31979;
}

.category.trekking {
	color: #91C632;	
}
.trekking .accent-font {
	color: #91C632;
}
.trekking .accent-background {
	background-color: #91C632;
}
.trekking .tour-menu .active a {
	background-color: #91C632;
}

.category.road {
	color: #47ACE4;	
}
.road .accent-font {
	color: #47ACE4;
}
.road .accent-background {
	background-color: #47ACE4;
}
.road .tour-menu .active a {
	background-color: #47ACE4;
}

/* Floating contact form banner */

#floatingcontact {
	position: fixed;
	bottom: 40vh;
	left: -51px;
	transform: rotate(90deg);
}
#floatingcontact i {
	margin-right: 10px;
}
#floatingcontact a {
	display: block;
	line-height: 120%;
	font-size: 14px;
	color: #fff;
	background-color: #ed1e79;
	text-align: center;
	padding-right: 3px;

	padding: 10px;
	padding-right: 20px;
}
#floatingcontact a:hover {
	text-decoration: none;
	background-color: #000;	
}

/* Forms */
.wpcf7-text,.wpcf7-textarea {
	border: 0px;
	background-color: #eee;
	color: #000;
	padding: 3px;
}
.booking .wpcf7-text, .booking .wpcf7-textarea {
	background-color: #fff;
}
.wpcf7-recaptcha {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpcf7-submit {
	border: 0px;
	border-radius: 0px;
	color: #fff;
	background-color: #ed1e79;
	padding: 7px;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: 600;
}
span.wpcf7-not-valid-tip {
  color: #ed1e79 !important;
  display: block;
  font-size: 12px !important;
}
div.wpcf7-validation-errors {
  border: 2px solid #ed1e79 !important;
}
div.wpcf7-response-output {
	margin-top: 2em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em !important;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
.wpcf7-select  {
	border: 0px;
	background-color: #eee;
	color: #000;
	padding: 3px;	
}
.booking .wpcf7-select  {
	background-color: #fff;
}

/* Mailchimp form */
.mailinglist {
	background-color: #ed1e79;
	color: #fff;
	font-family: 'Source sans pro', sans-serif;
	text-align: center;
	font-weight: 100;
	padding: 7px;	
	padding-top: 9px;
	font-size: 16px;
}
.mailinglist input[type="email"] {
	background-color: #600032;
	border: none;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 190px;
}

.mailinglist input[type="submit"] {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 3px;
}

/* Language switcher */
#languageswitcher {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 999999;
}
#lang_sel_list li, #lang_sel_list a {
	background-color: transparent !important;
}
.icl-de {
	display: none;
}

/* Responsive */
@media (min-width: 1100px) {
	#sbi_images {
		position: relative;
		left: -10px;
	}
}

@media (max-width: 1200px) {
.mainmenu li a {
  color: #fff;
  display: block;
  font-family: "Source sans pro",sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.mainmenu li {
  background-image: url("img/bg_menu_li.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  float: left;
  margin-right: 25px;
}
}
@media (max-width: 992px) {
	.mainmenu {
		display: none;
	}
	header {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.menu-wrapper {
		position: absolute;
		top: 0px;
		width: 100%;
		margin-right: -0px !important;
		margin-left: -0px !important;
	}
	.logo-wrapper {
		width: 100% !important;
	}
	.logo-wrapper img {
		max-width: 120px;
		height: auto;
	}
	header {
		height: auto;
	}
	.slider-wrapper {
		position: inherit;
		width: 100%;
		margin-right: -0px !important;
		margin-left: -0px !important;
		max-height: 500px;
	}
	.home .slider {
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-size: cover;
	  min-height: 500px;
	  width: 100%;
	}	
	.slider h1 {
	  color: #fff;
	  font-size: 40px;
	  margin-top: 50px !important;
	  text-align: center;
	  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	  text-transform: uppercase;
	}	
	.slider h2 {
	  color: #fff;
	  font-size: 20px;
	}
	.slider {
		padding-top: 200px;
		padding-bottom: 50px;
		min-height: auto;
	}
	.home article {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
.above-footer img {
	margin-bottom: 20px;
}
	.slider h1 {
	  color: #fff;
	  font-size: 25px !important;
	  margin-top: 50px !important;
	  text-align: center;
	  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	  text-transform: uppercase;
	}	
	.slider h2 {
	  color: #fff;
	  font-size: 25px !important;
	}

	.fp_columns .col-sm-4 {
		margin-bottom: 40px;
		font-size: 16px;
	}
	
	.fp_instagram h2 {
		display: none;
	}
footer div {text-align: center !important;}
}