/* FORM STYLES */

.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: 100px;
}

label {
	font-size: 17px;
	font-weight: 600;
}

.form-group {
    margin-bottom: 25px;
}

.text-danger {
	font-size: 17px;
}

#contactForm button {
	padding: 20px 30px;
	background: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	border: none;
}

#contactForm button:hover {

	background: #000;
}

#contactForm button.close {
    padding: 2px 3px;
	background: none;
    color: #000;
    font-size: 17px;
    border: none;
}

/***/

#about {
	background: url(img/loru.png) no-repeat;
	background-size: cover;
}

.logo {
	width: 181px;
	height: 28px;
}

.left-col img, .right-col img {
	margin-bottom: 20px;
	width: 100%;
}

.shortcut-container {
	width: 78%;
	margin: auto;
}


.left-col, .right-col {
	padding: 25px 15px;
	-webkit-transition: all 0.35s;
	  -moz-transition: all 0.35s;
	  transition: all 0.35s;
}

.right-col {
	float: right;
}

.left-col {
	margin: auto;
	width: 370px;
}

.left-col:hover, .right-col:hover {
	-webkit-transition: all 0.35s;
	  -moz-transition: all 0.35s;
	  transition: all 0.35s;
	background: rgba(255, 255, 255, 0.15);
}

.front-shortcut-text-links {
	color: #fff;
	font-size: 28px;
}

.front-shortcut-text-links:hover {
	text-decoration: none;
	color: #d1d1d1;
}

#intro {
	background: url(../img/lumimaisema.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	height: 120%;
	width: 100%;
}

header.tarakka {
  background-image: url('../img/header-tarakka.jpg');
}

header.rollykka {
  background-image: url('../img/header-rollykka.jpg');
}

.tarakka-2x {
  height: 99px;
  width: 169px;
  margin-bottom: 20px;
}

.rollykka-logo {
	width: 110px;
	height: 93px;
	margin-bottom: 20px;
}

.buttons-container {
  text-align: center;
  margin: auto;
}

a.anchor-button {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 25px 14px 23px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

a.anchor-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

a.anchor-button i {
  margin-right: 5px;
  color: #aaa;
}

#sub-page {
	padding-top: 60px;
}

#sub-page p {
	font-size: 18px;
}

.general-ul {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 30px;

}

.general-ul li {
	display: inline-block;
	float: left;
	width: 50%;
	padding-bottom: 10px;
}

.general-ul li i {
	color: #d8460d;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
	height: 40px;

}

.general-ul li i.last {
	height: 83px;

}

#gallery {
	padding-top: 27px;
	padding-bottom: 60px
}

#googleMap {
	height: 500px;
}

#map-container {
	padding-bottom: 0;
}

.address {
	font-size: 64px;
	text-align: center;
	position: relative;
	top: -131px;
	width: 80%;
}

#contact {
	padding-top: 70px;
}

header .header-content .header-content-inner hr {
  margin: 15px auto;
}

header .header-content .header-content-inner p {

  margin-bottom: 30px;
}

/* Price section */

#price {
	padding: 0;
}

.reservation {
	display: none;
}

#price h4 {
	margin: 0;
}

.amount {
	font-size: 63px;
	margin-top: 0;
	color: #d3450e;
	font-weight: 600;
}

.currency {
	color: #d3450e;
	font-size: 31px;
	font-weight: 600;
}

.week {
	color: #bcbcbc;
	font-size: 24px;
	font-weight: 500;
}

#google-calendar {
	max-width: 600px;
	margin: 40px auto 0 auto;
}

.price-includes {
	font-size: 16px;
	max-width: 660px;
	margin: 0 auto 20px auto;
}

/**/

.navbar-default.affix {
    background: rgba(0, 0, 0, 0.8);
  }

  .navbar-default {
  background: none;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-default .logo {
	width: 135px;
	height: 21px;
}

/* NAV ICON */

.navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
}


.navbar-default .navbar-toggle  .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}



@media (max-width: 767px) {


	
		#intro {
		    height: 150%;
		    background-size: auto;
		}

		#intro p {
			font-size: 16px;
		}

		.left-col, .right-col {
			width: 100%;
			padding: 25px 15px;
			float: none;
			text-align: center;

		}

		.left-col, .right-col img {	

		}

		.front-shortcut-text-links {
			color: #fff;
			font-size: 18px;
		}

	.navbar-toggle {
	    position: relative;
	    margin-right: 0;
	    float: right;
	    padding: 18px 14px;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 0px;
	}

	.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	    font-weight: 700;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0;
	    color: #ffffff;
	}

	#contact {
		padding-top: 70px;
	}



	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	   background: rgba(0, 0, 0, 0.8);
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border: none;
	    background: rgba(0, 0, 0, 0.8);
	}

}

/**/

@media (min-width: 420px) and (max-width: 1199px) {
	
	.left-col, .right-col {
		width: 50%;
		float: left
	}

	#intro p {
			font-size: 20px;
		}
}



@media (max-width: 571px) {
		a.anchor-button {
	    	width: 100%;
	    	margin: 10px 0 0 0;
	}

	.reservation {
			border: 1px solid #dadada;
			display: inline-block;
		  font-weight: 500;
		  text-transform: uppercase;
		  font-size: 18px;
		  padding: 15px 25px 14px 23px;
		  margin: 20px 0 0 0 ;
		  color: #333;
		  border-radius: 3px;
		 
		}

		.reservation:hover {
		  background: #d3450e;
		  border: 1px solid #d3450e;
		  color: #fff;
		   text-decoration: none;
		}


		.reservation i {
		  margin-right: 5px;
		}



	.general-ul li {
	    display: inline-block;
	    float: left;
	    width: 100%;
	    padding-bottom: 10px;
	}


	
}


@media (min-width: 768px) {
	

  .navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 25px;
  }

   .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
  }

  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #bbbbbb;
  }

  .navbar-default.affix .navbar-header .navbar-brand {

    margin-top: -5px;
}

	header {
	min-height: 1000px
	}

  header.tarakka {
    min-height: 695px;
  }

  header.rollykka {
    min-height: 695px;
  }

  .navbar-nav>li>a {
    padding-left: 30px;
	}
}

/* POPUP STYLES */

#google-calendar-iframe { 
    background-color:#fff;
    border-radius:2px;
    color:#000;
    display:none; 
    padding:15px;
   
}


.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
