body {font: 14px/1.7em Arial, Helvetica Neue, sans-serif; color: #3e3e3e; font-weight: 300; font-style: normal; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; background-color: #EDE4C7;}

html {  
}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

img {width: 100%; height: auto;}
a, a:focus {text-decoration: none; color: #006584; font-weight: bold;}
a:hover {text-decoration: underline;}

.clear {clear: both;}
.shadow {box-shadow: 0px 0px 5px #333;}
.margin30 {margin-top: 30px;}
.margin15 {margin-top: 15px;}
.padding25 {padding-top: 25px;}
.padding15 {padding-top: 15px;}
.center {text-align: center;}

.got_webtitle {
	margin-top: 28px;
	width: 150px;
	height: 46px;
}

.menu {margin-top: 50px;}
.navbar {border-radius: 0px; min-height: 80px;}
.navbar-default {background: none; border: none; margin: 0px; background: rgba(255, 255, 255, 0.65); border-top: 5px solid #444; border-left: 1px solid #aba189; border-right: 1px solid #aba189;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #000;}
.navbar-nav {width: 100%;}
.navbar-default .navbar-toggle .icon-bar {background-color: #0a7e8b;}
.navbar-default .navbar-toggle {border-color: #0a7e8b; margin-top: 15px;}
.navbar-default .navbar-nav>li>a {color: #A50000; font-size: 13px; font-weight: 600;}
.navbar-default .navbar-collapse ul {padding: 0px; margin: 0px; float: left;}
.navbar-default .navbar-collapse ul li {padding: 0px; margin: 0px;}
.navbar-default .navbar-collapse ul li a:hover {background: #07343c; color: #02e0f8;}
.navbar-default .navbar-collapse ul li.current {background: #07343c; color: #02e0f8;}
.navbar-collapse {padding: 0px;}

.got_home_top { }
.got_home_top img {width: 100%;}
.got_home_top_left { 
    background-color: #0a4c57;
	color: #8cd2de;
	margin-right: -30px;
	padding: 30px;
}
.got_page_top { 
	background-color: #0a4c57;
	padding: 30px 40px;
	color: #8cd2de;
	}
.got_home_top_left h1, .got_page_top h1 { 
	font-size: 28px; 
	color: #ffffff; 
	font-family: 'Oswald', sans-serif; 
	font-weight: 700;
	margin-bottom: 10px;
}
.got_hometop_stitle { 
	font-size: 20px; 
	margin-bottom: 10px;
	color: #eee;
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	opacity: 0.7;
}

.got_home_top a, .got_page_top a {color: #cdf0f6; text-decoration: none;}
.got_home_top a:hover, .got_page_top a:hover {text-decoration: underline;}
	
a.got_buttongreen { 
	padding: 10px 30px; 
	margin-top: 10px; 
	text-align: center; 
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	background: #006584;
	color: #fff; 
	width: auto; 
	float: left; 
	font-size: 16px;
	font-weight: 400;
	transition: all 0.2s ease;
}
a.got_buttongreen:hover {color: #eee; background: #25596e; text-decoration: none;}

.got_content {
	background: #ffffff;
	color: #3e3e3e;
}
.got_content div.para {
	padding: 20px 30px;
}
.got_content div.para .big{
	font-size: 22px;
 	font-family: 'Oswald', sans-serif;	
}
.got_content div.para .lead{
	font-size: 17px;
}


/* === Sidebar === */

.got_recent_wrapper, .got_tours_wrapper, .got_links_wrapper, .got_scenes_wrapper { 
	color: #3e3e3e;
	font-family: Arial, Helvetica Neue, sans-serif;
	font-size: 13px;
	background: #f5f2ed;
}
.got_recent_wrapper .maintitle, .got_tours_wrapper .maintitle, .got_links_wrapper .maintitle, .got_scenes_wrapper .maintitle { 
	background: #225b6f;
	color: #fff;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
	}
.got_recent_wrapper div.recent_box {color: #3e3e3e; font-weight: 600; padding: 20px; float: left; width: 100%;}
.got_recent_wrapper div.recent_box:hover {background: #e9e9e9;}
.got_recent_wrapper div.recent_box .image {width: 114px; float: left; margin-right: 15px;}
.got_recent_wrapper a:focus div.recent_box {background: #e9e9e9;}

.got_tours_wrapper div.tours_box {color: #3e3e3e; padding: 20px; float: left; width: 100%; letter-spacing: 0.2px;}
.got_tours_wrapper div.tours_box:hover {background: #e9e9e9;}
.got_tours_wrapper div.tours_box .image {width: 114px; float: right; margin-left: 10px;}
.got_tours_wrapper a:focus div.tours_box  {background: #e9e9e9;}
.got_tours_wrapper div.tours_box .small {color: #fff; background: #006584; padding: 4px 6px;}

.got_links_wrapper div.links_box {color: #3e3e3e; padding: 10px 20px; float: left; width: 100%;}
.got_links_wrapper div.links_box:hover {background: #e9e9e9;}
.got_links_wrapper a:focus div.links_box  {background: #e9e9e9;}
.got_links_wrapper div.links_box .text {font-weight: 600; float: left;}
.got_links_wrapper div.links_box:hover .text {color: #006584; font-weight: 600;} 
.got_links_wrapper div.links_box .arrow {width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(../images/arrow-right-circle.svg) no-repeat;
	float: right;
	transition: all 0.2s ease;
}
.got_links_wrapper div.links_box:hover .arrow {margin: 0; transition: all 0.2s ease;}

.got_scenes_wrapper div.scenes_box {text-align: center; font-weight: 600; padding: 20px 20px 5px 20px; float: left; width: 50%;}
.got_scenes_wrapper div.scenes_box:hover {background: #e9e9e9;}
.got_scenes_wrapper div.scenes_box a {color: #3e3e3e;}
.got_scenes_wrapper div.scenes_box a:hover {color: #006584; text-decoration:none;}
.got_scenes_wrapper div.scenes_box a:focus {background: #e9e9e9;}


/* === Add === */

.got_addon_wrapper { 
	color: #3e3e3e;
	font-family: Arial, Helvetica Neue, sans-serif; 
	font-size: 14px;
	background: #f9f6ec;
}
.got_addon_wrapper div.addon_box {color: #3e3e3e; padding: 20px; float: left; width: 100%;}
.got_addon_wrapper div.addon_box .image {width: 26%; float: right; margin-left: 15px;}
.got_addon_wrapper div.addon_box .image:hover {box-shadow: 0px 0px 5px #333;}

.got_addon {color: #fff;}
.got_addontext {
	position: relative;
	margin-top: -140px;
	height: 140px;
	padding: 0 0 0 40px;
}
.got_addontext .text{
	font: 18px/1.4em Arial, Helvetica Neue, sans-serif;
	width: 395px;
	background-color: rgba(0, 0, 0, 0.56);
	padding: 3px 8px;
}
.got_addontext a{
	margin-top: 4px;
}


/* === Tours page === */

.got_tour {color: #fff;}
.got_tourtext {
	position: relative;
	background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
	margin-top: -300px;
	height: 300px;
	padding: 150px 35px 0 30px;
}
.got_tourtext h2.big { 
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}


/* === Items list === */

.got_itemlist {margin-top: 30px;}
.got_itemlist a {text-decoration: none; color: #2e2e2e;}
.got_itemlist .got_itembox {
	position: relative;
	margin-top: -85px;
	height: 85px;
}
.got_itemlist .itembg {
	width: 265px;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 6px 5px 5px 30px;
	transition: all 0.3s ease;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.got_itemlist a:hover .itembg {width: 285px; background-color: rgba(245, 242, 237, 0.85);}
.got_itemlist .got_itembox .itemtext {
	color: #2e2e2e;
	font-family: 'Oswald', sans-serif; 
	font-size: 14px;
	font-weight: 300;
	float: left;
}
.got_itemlist .got_itembox .itemtext h2 {
	color: #0a4651;
	font-family: 'Oswald', sans-serif; 
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease;
}
.got_itemlist a:hover .got_itembox .itemtext h2 {color: #006584;}
.got_itemlist .got_itembox .icon {
	width: 24px;
	height: 24px;
	background: url(../images/arrow-right-circle.svg) no-repeat;
	margin: 8px;
	float: right;
}


/* Icon Play */
.img-holder {position: relative;}
.img-holder .play {
    position: absolute;
	width: 96px;
	height: 96px;
    top: 50%;
	left: 50%;
	margin: -48px 0 0 -48px;
	background: url(../images/fotorama.png) no-repeat 0 bottom;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (max-width: 450px) { 

}
@media (min-width: 450px) {
	.got_webtitle {margin-top: 20px; width: 190px; height: 54px;}
}
@media (max-width: 579px) { 
	.video iframe {width: 100%; height: 287px;}
	.makni {display: none;}
	.got_addontext {margin-top: -110px; height: 110px; padding: 0 0 0 25px;}
	.got_addontext .text {font-size: 13px; width: 290px;}
}
@media (min-width: 580px) {
	.video iframe {width: 100%; height: 388px;}
	.got_scenes_wrapper div.scenes_box {width: 33%;}
}
@media (max-width: 767px) {
	body {background: url(../images/bg-mbody.jpg) no-repeat #EDE4C7 top center fixed; background-size: cover;}
	.got_home_top_left h1, .got_page_top h1 {font-size: 22px;}
	.got_hometop_stitle {font-size: 16px;}
	.got_webtitle { position: absolute; z-index: 1000; top: -10px; margin-left: 20px; font-size: 40px;}
	.navbar-default .navbar-nav>li>a { border-top: 1px solid #093e47;}
	.g_margin30 { margin-top: 30px;}
	div#top-menu { margin-top: 20px;}
	.menu { margin-top: 15px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.got_tours_wrapper div.tours_box .image {float: left; margin-right: 25px;}
}

@media (max-width: 991px) {
	.got_home_top_left { margin-right: 0px;}
	.s_margin30 { margin-top: 30px;}
	.got_webtitle { padding: 0px;}
	.top_img {display: none;}
}

@media (min-width: 768px) {
	body {background: url(../images/bg-body.jpg) no-repeat #EDE4C7 top center fixed; background-size: cover;}
	.got_home_top_left, .got_page_top {background: url(../images/top-bg.png) no-repeat #0a4651; background-position: top right;}
	.video iframe {width: 720px; height: 405px;}
	.container-fluid { padding: 0px; margin: 0px;}
	.nav>li>a { padding: 0px 24px; line-height: 80px;}
	.menu .col-sm-8, .menu .col-sm-4 { float: right;}
	.got_webtitle {margin: 0 auto;}
	.navbar-default .navbar-collapse ul li a:hover { border-top: 5px solid #0f707e; margin-top: -5px;}
	.navbar-default .navbar-collapse ul li.current { border-top: 5px solid #0f707e; margin-top: -5px;}
	.got_scenes_wrapper div.scenes_box {width: 50%;}
}

@media (min-width: 992px) {
	.video iframe {width: 617px; height: 347px;}
	.got_webtitle {margin: 0 auto; width: 260px; height: 74px;}
	.got_home_top_left { min-height: 341px; padding: 30px;}
	.navbar-default { margin-right: -30px;}
	.mob_view {display: none;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.makni {display: none;}
}

@media (min-width: 1200px) {
	.video iframe {width: 750px; height: 422px;}
 	.got_home_top_left  { min-height: 419px; padding: 30px 40px;}
}