/* Main styles */
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #eaeaea;
}
p {
	font-size: 16px;
	color: #222;
}
a {
	color: #13c5ff;
}
a:hover, .btn:hover, li:hover {
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	text-decoration: none;
}
.content img:hover, .main-footer img:hover, button:hover {
	opacity: 0.7;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}
h1,h2,h3 {
	margin-bottom: 25px;
}
.bordered-image {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 3px 5px 0 #000000;
	box-shadow: 0 3px 5px 0 #000000;
}
.left-aligned {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.full {
	width: 100%;
}
.justify {
	text-align: justify;
}
.offer {
	max-width: 330px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 5px 2px #dbdbdb;
  	box-shadow: 0 0 5px 2px #dbdbdb;
}

/* Header */
.header-section {
	background-color: #000;
	padding: 40px 0;
}
.navbar-nav {
	float: right;
	margin-top: 35px;
}
.navbar-nav>li {
	margin-left: 30px;
}
.navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
	padding:0;
}
.navbar-nav>li>a span {
	float: left;
  	width: 15px;
  	height: 15px;
  	border-radius: 17px;
  	background-color: #13c5ff;
  	text-align: center;
  	margin-right: 5px;
  	line-height: 14px;
  	font-size: 12px;
  	margin-top: 3px;
}
.navbar-nav>li>a:hover, .navbar-nav>li.active>a {
	background: none;
	color: #13c5ff;
}
.navbar-nav>li>a:hover span, .navbar-nav>li.active>a span {
	color: #fff;
}
.navbar-collapse {
	padding: 0;
}

/* Carousel */
.relative {
	position: relative;
}
.gallery {
	position: relative;
	height:520px;
	margin-bottom: -140px;
}
.gallery img {
	display:block;
	width:100%;
	height:100%
}
.roundabout-holder {
	height: 5em;
}
.roundabout-moveable-item {
	cursor:pointer;
	width:636px;
	height:478px;
	margin-top:210px;
	padding-bottom:20px
}
.roundabout-in-focus {
	cursor:auto;
}
.roundabout-moveable-item img {
	-webkit-box-shadow: 0 3px 5px 0 #dbdbdb;
  	box-shadow: 0 3px 5px 0 #dbdbdb;
  	border: 10px solid #fff;
}

.row.row-bordered div[class^='col-'],
.row.row-bordered div[class*=' col-'] {
	border-right: 1px solid #a8a8a8;
}
.row.row-bordered div[class^='col-']:last-of-type,
.row.row-bordered div[class*=' col-']:last-of-type {
	border-right: 0;
}

/* Content */
.content, .text-content {
	padding: 40px 0;
}
.text-content ul li {
	font-size: 16px;
}
.content.home {
	margin-top: 50px;
}
.content.offer-page .border-box {
	padding-left: 50px;
}
.content.video-page .border-box {
	padding-left: 60px;
	margin-bottom: 30px;
}
.content.photo-page .border-box {
	padding-left: 60px;
}
.content .bordered-image {
	-webkit-box-shadow: 0 0 5px 2px #dbdbdb;
	box-shadow: 0 0 5px 2px #dbdbdb;
	margin-bottom: 15px;
}
.content .border-box {
	padding-left: 30px;
}
.content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.content ul li {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	margin-bottom: 30px;
}
.content.contact label {
	text-align: left;
	color: #222;
	font-size: 16px;
	font-weight: 400;
}
.content.contact input[type="text"], .content.contact textarea, .content.contact input[type="email"] {
	border-radius: 0;
	border: 1px solid #13c5ff;
}
.content.contact input:hover, .content.contact input:focus, .content.contact textarea:hover, .content.contact textarea:focus {
	outline: none;
	box-shadow: none;
}
.content.contact button[type="submit"] {
	border-radius: 0;
	border:0;
	background-color: #13c5ff;
	color: #fff;
	padding: 10px 30px;
}
.content.contact input[type="text"], .content.contact input[type="email"] {
	height: 40px;
	line-height: 40px;
}
/* Main Footer */
.main-footer {
	background-color: #3c3c3c;
	padding: 40px 0;
}
.main-footer h1 {
	margin-top: 0;
	color: #fff;
}
.main-footer p {
	font-weight: 600;
	color: #fff;
}
.border-box {
	background-image: url(../images/line_ver2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.content p span {
	font-weight: 600;
}
.content.contact h3 {
	margin-top: 0;
}
.content.contact h4 {
	font-weight: 600;
}
.content.contact p i {
	display: inline-block;
	width: 20px;
	color: #13c5ff;
}
.content.contact .names-section {
	margin-top: 50px;
}
.content.video-page iframe {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 5px 2px #dbdbdb;
  	box-shadow: 0 0 5px 2px #dbdbdb;
}
.content.photo-page img {
	width: 100%;
	border:2px solid #222;
}
.content.photo-page .cover-box {
	width: 390px;
	margin: 0 auto;
	text-align: center;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 5px 2px #dbdbdb;
  	box-shadow: 0 0 5px 2px #dbdbdb;
  	margin-bottom: 30px;
}
.content.photo-page .cover-box p {
	background-color: #222;
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
.content.photo-album .photo-box {
	border: 10px solid #fff;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 2px #dbdbdb;
  	box-shadow: 0 0 5px 2px #dbdbdb;
  	margin-bottom: 30px;
  	max-height: 245px;
}

.content.photo-album .photo-box img {
	width: 100%;
}

/* Footer */
.footer-section {
	background-color: #000;
	color: #fff;
	padding: 40px 0;
}
.footer-section p {
	line-height: 40px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
}
.footer-section ul.social {
	list-style-type: none;
	text-align: right;
}
.footer-section ul.social li {
	display: inline-block;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #6b6b6b;
}
.footer-section ul.social li.facebook:hover {
	background-color: #3b5998;
}
.footer-section ul.social li.delicious:hover {
	background-color: #008ced;
}
.footer-section ul.social li.stumbleupon:hover {
	background-color: #eb4924;
}
.footer-section ul.social li.twitter:hover {
	background-color: #00aced;
}
.footer-section ul.social li.linkedin:hover {
	background-color: #007bb6;
}
.footer-section ul.social li a {
	font-size: 18px;
	color: #fff;
}

#cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #eaeaea;
	padding: 20px 0;
	display: none;
}
#cookie-banner p {
	font-size: 12px;
	margin-bottom: 15px;
}
#cookie-banner a#accept-cookies {
	background-color: #13c5ff;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 22px;
	border-radius: 4px;
	font-size: 16px;
	display: inline-block;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.content.video-page .border-box {
		padding-left: 30px;
	}
	.content.photo-album .photo-box {
		max-height: 200px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li {
		margin-left: 20px;
	}
	.main-footer .border-box .bordered-image {
		width: 100%;
	}
	.relative {
		display: none;
	}
	.content.home {
		margin-top: 0;
	}
	.content.video-page iframe {
		width: 300px;
		height: 200px;
	}
	.content.video-page .border-box {
		padding-left: 50px;
	}
	.content.photo-page .cover-box {
		width: 100%;
	}
	.content.photo-page .border-box {
		padding-left: 0;
	}
	.offer {
		max-width: 260px;
	}
	.content.offer-page .border-box {
		padding-left: 60px;
	}
	.content.photo-album .photo-box {
		max-height: 150px;
	}
}

@media (min-width: 860px) and (max-width: 991px) {
	.relative {
		display: block;
	}
	.content.home {
		margin-top: 50px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.row.row-bordered div[class^='col-'],
	.row.row-bordered div[class*=' col-'] {
		border-right: 0;
	}
	.container {
		width: 470px;
	}
	.logo img {
		margin: 0 auto;
	}
	.sr-only {
		position: relative;
		color: #fff;
	}
	.navbar-toggle .icon-bar {
		display: none;
	}
	.navbar-toggle {
		background-color: #13c5ff;
		border-radius: 0;
		margin: 20px 0 0 0;
  		width: 100%;
	}
	.header-section, .content {
		padding: 20px 0;
	}
	.relative {
		display: none;
	}
	.content.home {
		margin-top: 0;
	}
	.content .border-box, .border-box {
		background-image: none;
		padding-left: 0;
	}
	.bordered-image {
		width: 100%;
	}
	.footer-section ul.social {
		padding-left: 0;
		text-align: left;
	}
	.main-footer .border-box {
		margin-top: 20px;
	}
	.navbar-nav {
		float: none;
		margin: 10px 0 0 0;
	}
	.navbar-collapse.in {
		overflow: hidden;
	}
	.navbar-nav>li {
		margin-left: 10px;
		line-height: 30px;
	}
	.content.photo-page .border-box, .content.video-page .border-box {
		padding-left: 0;
	}
	.content.photo-page .cover-box, .content.video-page iframe {
		width: 100%;
	}
	.content.video-page iframe {
		height: 300px;
		margin-bottom: 20px;
	}
	.content.video-page .border-box {
		margin-bottom: 0;
	}
	.content.offer-page .border-box {
		padding-left: 0;
	}
	.offer {
		max-width: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.content.contact .names-section {
		margin-top: 20px;
	}
	.content.photo-album .photo-box {
		max-height: none;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.container {
		width: 320px;
	}
	.sr-only {
		position: relative;
		color: #fff;
	}
	.navbar-toggle .icon-bar {
		display: none;
	}
	.navbar-toggle {
		background-color: #13c5ff;
		border-radius: 0;
		margin: 20px 0 0 0;
  		width: 100%;
	}
	.header-section, .content {
		padding: 20px 0;
	}
	.relative {
		display: none;
	}
	.content.home {
		margin-top: 0;
	}
	.content .border-box, .border-box {
		background-image: none;
		padding-left: 0;
	}
	.bordered-image {
		width: 100%;
	}
	.footer-section ul.social {
		padding-left: 0;
		text-align: left;
	}
	.main-footer .border-box {
		margin-top: 20px;
	}
	.navbar-nav {
		float: none;
		margin: 10px 0 0 0;
	}
	.navbar-collapse.in {
		overflow: hidden;
	}
	.navbar-nav>li {
		margin-left: 10px;
		line-height: 30px;
	}
	.content.photo-page .border-box, .content.video-page .border-box {
		padding-left: 0;
	}
	.content.photo-page .cover-box, .content.video-page iframe {
		width: 100%;
	}
	.content.video-page iframe {
		height: 200px;
		margin-bottom: 20px;
	}
	.content.video-page .border-box {
		margin-bottom: 0;
	}
}
