@font-face {
	font-family: 'apex_newbook';
	src: url('../fonts/ufonts.com_apexnew-book-opentype-webfont.eot');
	src: url('../fonts/ufonts.com_apexnew-book-opentype-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_apexnew-book-opentype-webfont.woff') format('woff'), url('../fonts/ufonts.com_apexnew-book-opentype-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_apexnew-book-opentype-webfont.svg#apex_newbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'apex_newbold';
	src: url('../fonts/apex_new_bold-webfont.eot');
	src: url('../fonts/apex_new_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apex_new_bold-webfont.woff') format('woff'), url('../fonts/apex_new_bold-webfont.ttf') format('truetype'), url('../fonts/apex_new_bold-webfont.svg#apex_newbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'apex_newmedium';
	src: url('../fonts/ufonts.com_apexnew-medium-opentype-webfont.eot');
	src: url('../fonts/ufonts.com_apexnew-medium-opentype-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_apexnew-medium-opentype-webfont.woff') format('woff'), url('../fonts/ufonts.com_apexnew-medium-opentype-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_apexnew-medium-opentype-webfont.svg#apex_newmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'apex_newmedium_italic';
	src: url('../fonts/ufonts.com_apexnew-mediumitalic-opentype-webfont.eot');
	src: url('../fonts/ufonts.com_apexnew-mediumitalic-opentype-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_apexnew-mediumitalic-opentype-webfont.woff') format('woff'), url('../fonts/ufonts.com_apexnew-mediumitalic-opentype-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_apexnew-mediumitalic-opentype-webfont.svg#apex_newmedium_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MarkPro-Bold';
	src: url('../fonts/MarkPro-Bold.eot');
	src: url('../fonts/MarkPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MarkPro-Bold.woff') format('woff'), url('../fonts/MarkPro-Bold.ttf') format('truetype'), url('../fonts/MarkPro-Bold.svg#MarkPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General Reset */
body {
	margin: 0;
	color: #7f7f7f;
	font: 16px/28px 'apex_newmedium', Arial, Helvetica, sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img {
	border-style: none;
}
input,
textarea,
select {
	color: #000;
	vertical-align: middle;
	font: 100% Arial, Helvetica, sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
blockquote,
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
}
a {
	color: #4E4E4E;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #FFA500;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
p a {
	color: #FFA500;
}
p a:hover {
	color: #4E4E4E;
}
p strong {
	font-family: 'apex_newbold';
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	color: #fff;
	font: 36px/42px 'apex_newbold', sans-serif;
	margin: 0 0 3px;
}
h2 {
	color: #4E4E4E;
	font: 35px/42px 'apex_newbold', sans-serif;
	margin: 0 0 8px;
	letter-spacing: 1px;
}
h3 {
	color: #4E4E4E;
	font: 24px/28px 'apex_newmedium_italic', sans-serif;
	margin: 0 0 25px;
}
p {
	margin: 0 0 10px;
}
span.tag-banner {
	font-family: 'apex_newbold', sans-serif;
	padding: 5px 12px;
    background: #FFA500;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 0px;
    text-transform: uppercase;
}
div.align-right span.tag-banner {
	right: auto;
	left: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover,.nav-tabs>li>a:focus, .nav-tabs>li>a:active  {
    border-bottom-color: transparent;
}
.faq .panel-heading a {
	position: relative;
	padding-left: 21px;
	display: block;
}
.faq .panel-heading a:before {
	content: "\f055";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
}
.faq .panel-heading a[aria-expanded="true"]:before {
   	content: "\f056";
}

.cell {
	display: table-cell;
	vertical-align: middle;
}
#wrapper {
	position: relative;
}
.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 42px;
}
.clearfix:after,
.container:after {
	content: '';
	clear: both;
	display: block;
}
/* Pre Loader Spinner */
#loading{
    background-color: #fff ;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}
#object{
    width: 80px;
    height: 80px;
    background-color: transparent;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}

@-webkit-keyframes animate {
 0% { -webkit-transform: perspective(160px); }
 50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
 100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
 0% {
   transform: perspective(160px) rotateX(0deg) rotateY(0deg);
   -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
 }
 100% {
   transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
   -webkit-transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
 }
}
/*#header*/
#header {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: border-bottom .5s;
	-moz-transition: border-bottom .5s;
	-ms-transition: border-bottom .5s;
	-o-transition: border-bottom .5s;
	transition: border-bottom .5s;
}
#header:before {
	content: '';
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 1px;
	height: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: -1;
}
#header .logo {
	display: inline-block;
	background: url(../images/logo.svg) no-repeat;
	-webkit-background-size: 216px 150px;
	background-size: 216px 150px;
	width: 216px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
}
#header .logo a {
	display: block;
	height: 100%;
}
/*#header .type-01*/
#header.type-01 {
	top: 0;
	padding: 6px 0 6px;
	border-bottom: 1px solid #EBEBEB;
	position: fixed;
	z-index: 100;
	background-color: #fff;
}
body.sticky #header .logo,
#header.type-01 .logo {
	background: url(../images/logo-header.png) no-repeat;
	-webkit-background-size: 71px 71px;
	background-size: 71px 71px;
	width: 71px;
	height: 71px;
	float: left;
	margin-left: 3px;
}
body.sticky #header:before {
	height: 86px;
}
/*body.sticky */
body.sticky #header {
	position: fixed;
	top: 0;
	padding: 6px 0 6px;
	margin-bottom: 0px;
	border-bottom: 1px solid #EBEBEB;
	z-index: 100;
}
body.sticky #main-nav,
.type-01 #main-nav {
	float: right;
	text-align: right
}
body.sticky #main-nav ul,
.type-01 #main-nav ul {
	margin: 21px -7px 0 15px;
}
body.sticky #main-nav li a,
.type-01 #main-nav li a {
	color: #4E4E4E;
}
/*#main-nav*/
#main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 65px;
	font-size: 0;
	line-height: 0;
}
#main-nav li {
	font: 20px/25px 'apex_newmedium', sans-serif;
	color: #fff;
	display: inline-block;
}
#main-nav li + li {
	margin-left: 20px;
}
#main-nav li a {
	color: #fff;
}
#main-nav li a:hover {
	opacity: .7;
}
.open-menu {
	display: none;
}
/*.main*/
.main {
	margin: 96px 0 17px;
}
.main.type-01 {
	margin-top: 0;
}
/*.visual*/
.visual {
	background-color: #ccc;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	display: table;
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
	color: #fff;
}
.visual > img {
	display: none;
}
.visual h3 {
	color: #fff;
	margin: 0 0 40px;
}
.visual .holder {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 42px 15px 30px;
}
/*.info-block*/
.info-block {
	margin: 20px 0;
	display: table;
	height: 450px;
	width: 100%;
	position: relative;
}
.info-block + .info-block:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	border-top: 1px dashed #000;
}
.info-block:after {
	content: '';
	clear: both;
	display: block;
}
.info-block .img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0;
}
.info-block .img>img {
	display: none;
}
.info-block .info-box {
	padding: 65px 35px 35px 70px;
	display: table;
	float: right;
	margin-left: 50%;
	height: 450px;
	width: 100%;
	max-width: 50%;
}
.info-block .info-box .text p {
	margin-bottom: 32px;
}
/* Trip Advisor */
section#tripadvisor {
	background-color: #589442;
	margin-bottom: 0px;
	padding: 18px 0px;
}
section#tripadvisor h2 {
	color: #fff;
	margin-top: 19px;
	text-align: center;
	margin-bottom: 4px;
	text-transform: uppercase;
}
section#tripadvisor a {
	color: #fff;
    text-align: center;
    display: block;
}
section#tripadvisor a.arrow:after {
	content: '\f178';
	font-family: 'FontAwesome';
	font-size: 16px;
	position: relative;
    left: 6px;
    top: 2px;
    -webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
section#tripadvisor a.arrow:hover:after {
	left: 10px;
}
section#tripadvisor img {
	max-width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}
section#tripadvisor i {
	vertical-align: middle;
}
section#tripadvisor p.small {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
/*.info-block.type-01*/
.info-block.type-01 {
	margin: 0;
}
.info-block.type-01 + .info-block.type-01:before {
	display: none;
}
.info-block.type-01 .info-box .text p {
	margin-bottom: 29px;
}
/*align-right*/
.info-block.align-right .img {
	left: auto;
	right: 0;
}
.info-block.align-right .info-box {
	margin-left: auto;
	margin-right: 50%;
	padding: 63px 60px 35px 45px;
}
/*btn*/
.btn, .gform_button {
	display: inline-block;
	font: 16px/19px'MarkPro-Bold', sans-serif;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 14px 12px 12px;
	border-radius: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.btn-default, .gform_button {
	color: #FFA500;
	background-color: transparent;
	border-color: #FFA11C;
	min-width: 162px;
	position: relative;
	z-index: 1;
}
.btn-default:before, .gform_button::before {
	content: '';
	position: absolute;
	height: 0;
	left: 0;
	top: 0;
	right: 0;
	background-color: #FFA11C;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: -1;
}
.btn-default:hover, .gform_button:hover {
	color: #fff;
}
.btn-default:hover:before, .gform_button:hover:before {
	height: 100%;
	bottom: 0;
}
/*.block-guides*/
.block-guides {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 561px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.block-guides:before {
	content: '';
	background-color: #eee;
	opacity: .69;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.block-guides:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(right, rgba(238, 238, 238, 0.78) 0%, rgba(238, 238, 238, 0.78) 45%, rgba(225, 225, 225, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(238, 238, 238, 0.78) 0%, rgba(238, 238, 238, 0.78) 45%, rgba(225, 225, 225, 0) 100%);
	background: linear-gradient(to left, rgba(238, 238, 238, 0.78) 0%, rgba(238, 238, 238, 0.78) 45%, rgba(225, 225, 225, 0) 100%);
}
.block-guides .text-block {
    position: relative;
    width: 100%;
    z-index: 15;
    float: right;
    width: 50%;
    padding: 79px 22px 67px;
    position: relative;
}
.block-guides .text-block .logo {
    position: absolute;
    top: 50%;
    left: -367px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 242px;
}
.block-guides .text-block .logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.block-guides > img {
	display: none;
}
.block-guides .text-block .text {
	max-width: 415px;
	color: #4E4E4E;
}
.block-guides .text-block .text p {
	margin-bottom: 32px;
}
/*.link*/
.link {
	font: 16px/19px'MarkPro-Bold', sans-serif;
	color: #FFA500;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 0;
	background: transparent;
}
.link:hover {
	color: #FFBF1A;
}
.gform_wrapper select option[value=disabled] {
	opacity: 0.5;
	color: red;
}
/*.photo-list*/
.photo-list {
	list-style: none;
	padding: 0;
	margin: 0 2px 16px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.photo-list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.photo-list li .holder {
	padding: 2px;
	width: 100%;
	display: block;
}
.photo-list li img {
	max-width: 100%;
	width: 100%;
}
.contact p strong {
	font-family: 'apex_newbold', Arial, Helvetica;
}
/*info*/
.info {
	padding: 27px 0;
}
.info h2 {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
}
.info p {
	margin-bottom: 21px;
}
.info .row {
	margin: 0 -10px;
	font-size: 0;
	line-height: 0;
}
.info .col {
	width: 50%;
	display: inline-block;
	padding: 0 10px;
	font: 16px/28px 'apex_newmedium', sans-serif;
	float: left;
}
.text-page-box p{
	font-size: 16px;
    line-height: 26px;
    margin: 10px 0px 30px;
}
.text-page-box a {
	color: #FFA500 !important;
}
.text-page-box a:hover {
	color: #4E4E4E !important;
}
.text-page-box a.btn {
	color: #FFF!important;
    background-color: #FFA500;
    padding: 5px 10px;
    min-width: 200px;
    display: inline-block;
    margin: 10px;
    float: left;
    max-width: 200px;
}
.text-page-box a.btn:hover {
	background-color: #CE8002;
}
.text-page-box strong {
	font-family: 'apex_newbold', sans-serif;
}
/* Single Tour Breytingar Jan 2017 */
/* Single Post Mars 2017  */
.info.article-single .col.col-left {
	width: 70%;
	border-right: 1px solid #eee;
	padding-right: 19px;
}
.info.article-single .col.col-right {
	width: 30%;
	padding: 0px 20px;
}
.info.article-single img, .info.article-single .wp-caption {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.info.article-single .col.col-left img {
	margin-bottom: 20px;
	}
.info.article-single .wp-caption img {
	margin-bottom: 0px;
}
.single-post .visual {
    background-color: #ccc;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    color: #fff;
}
.single-post .container-white {
	background-color: #fff;
}
.single-post .main {
	background-color: #F1F1F1;
}
.single-post .intro-text p {
	font-size: 25px;
	line-height: 29px;
}
.single-post .info p {
    margin-bottom: 21px;
    margin-top: 0px;
    text-align: justify;
}
.related-articles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table;
}
.related-articles ul li {
	width: 31.2%;
    float: left;
    padding: 10px;
    background: #fff;
    margin: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.related-articles ul li:hover {
	-webkit-box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
	-moz-box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
	box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
	transition: all 0.3s ease-in-out;
}
.related-articles ul li img {
	max-width: 100%;
	height: auto;
}
.related-articles {
	padding: 40px 0px;
}
.related-articles .container-no-padding {
	padding: 0 15px;
}
.related-articles ul li h2 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 10px 0px 0px;
}
.related-articles h2.article-title {
    text-align: center;
    margin-bottom: 20px;
}
.addtoany_share_save_container {
    margin: 40px 0 20px !important;
}
.single-post .tour-box {
	text-align: center;
    margin-bottom: 20px;
}
/* End single post 2017 */
.info .tour-details {
	background: #F1F1F1;
	padding: 15px 20px;
    text-align: left;
}
.info .tour-details ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.info .tour-details ul li {
	width: 50%;
	float: left;
	font-size: 15px;
}
.info .tour-details ul li i {
	padding-right: 10px;
	color: #4E4E4E;
	font-size: 17px;
	min-width: 30px;
}
.attention-box {
	background-color: rgba(255,165,0,0.2);
	padding: 35px 40px 35px 110px;
	position: relative;
	margin: 20px 0px;
	text-align: justify;
	color: #4E4E4E;
}
.attention-box:before {
	content: '\f071';
    font-family: 'fontAwesome';
    position: absolute;
    top: 44%;
    left: 35px;
    font-size: 39px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
.single .tab-content {
	padding: 20px;
}
/* Partner Tours */
.post-type-archive-partner_tours main, .home-partner-tours {
	background: #F1F1F1;
}
.container.partner-tours {
    padding: 0px 0px 100px;
}
.container.partner-tours .button-holder {
    text-align: center;
    margin-top: 30px;
}
.partner-tours header {
	margin: 40px 0px 40px;
	text-align: center;
}
.partner-tours img {
	max-width: 100%;
	height: auto;
}
.partner-tours .partner-tour {
	background: #fff;
	transition: all 0.3s;
	margin-bottom: 20px;
}
.partner-tours .partner-tour .info-box .text {
	min-height: 220px;
}
.partner-tours .partner-tour:hover {
    -webkit-box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
    -moz-box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
    box-shadow: -1px 1px 5px 3px rgba(209,209,209,1);
    transition: all 0.3s ease-in-out;
}
.partner-tours .partner-tour .info-box {
	padding: 15px 20px 15px 20px;
}
.partner-tours .partner-tour h2 {
    font-size: 21px;
    line-height: 25px;
    margin: 7px 0px 5px;
}
.partner-tours .partner-tour .img {
	padding: 10px;
}
.partner-tours .partner-tour h3 {
    font-size: 18px;
    line-height: 22px;
}
/*booking*/
.booking {
	padding: 80px 0;
	background-color: #F1F1F1;
}
/*
.single-tours .booking {
	background-color: #fff;
}
.single-tours .info {
	background-color: #F1F1F1;
}
*/
.booking .container {
	padding: 0 32px;
}
.booking .cell {
	width: 50%;
	padding: 0 10px;
	vertical-align: top;
}
.booking .block {
	text-align: center;
	display: table;
	vertical-align: middle;
	min-width: 458px;
	height: 433px;
}
.booking .block .cell {
	vertical-align: middle;
}
.booking .col {
	width: 43%;
	padding: 0 10px;
	float: left;
	margin-right: 7%;
}
.booking .col.col-01 {
	width: 43%;
    padding: 0 10px;
    float: left;
    margin-right: 7%;
	text-align: center;
}
.booking p {
	margin-bottom: 33px;
}
/*.testimonials*/
.testimonials {
	text-align: center;
	padding: 51px 0;
}
.testimonials-list {
	list-style: none;
	padding: 0;
	margin: 74px -10px 0;
	font-size: 0;
	line-height: 0;
}
.testimonials-list > li {
	width: 33.33333%;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 15px;
}
.testimonials-list .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 180px;
	height: 184px;
	border-radius: 90px;
	margin: 0 auto 18px;
}
.testimonials-list .img img {
	display: none;
}
.testimonials-list q {
	font: 20px/24px 'apex_newbold', sans-serif;
	color: #4E4E4E;
	display: block;
	min-height: 48px;
	margin-bottom: 20px;
}
.testimonials-list q > span {
	display: inline-block;
}
.testimonials-list q:before {
	content: '\201C';
}
.testimonials-list q:after {
	content: '\201D';
}
.testimonials-list p {
	margin-bottom: 38px;
}
.testimonials-list .name {
	color: #4E4E4E;
	font: 20px/24px 'apex_newbold', sans-serif;
	margin-bottom: 4px;
}
.testimonials-list .adress {
	font: 16px/20px 'apex_newmedium_italic', sans-serif;
	margin-bottom: 5px;
	color: #797979;
}
.star-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 0;
	line-height: 0;
}
.star-list li {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #589442;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	position: relative;
}
.star-list li:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #589442;
	border-radius: 50%;
}
/*.testimonials.type-01 */
.testimonials.type-01 {
	padding: 22px 0 99px;
}
.testimonials.type-01 .testimonials-list .img {
	width: 225px;
	height: 225px;
	border-radius: 50%;
	margin-bottom: 25px;
}
.testimonials.type-01 h2 {
	margin: 0 0 14px;
}
.testimonials.type-01 .testimonials-list p {
	margin-bottom: 15px;
}
.testimonials.type-01 .testimonials-list {
	margin: 44px -10px 0;
}
.testimonials.type-01 .testimonials-list .name {
	margin-bottom: 16px;
}
/*.contact*/
.contact {
	background-color: #F1F1F1;
	padding: 88px 0 78px;
}
.contact p {
	margin: 0 0 28px;
}
.contact .row {
	margin: 0 -10px;
}
.contact .col {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.contact-list {
	list-style: none;
	padding: 0;
	margin: 9px 0 31px;
}
.contact-list li {
	text-align: right;
	color: #7f7f7f;
}
.contact-list li strong {
	font-family: 'apex_newbold', sans-serif;
	font-weight: normal;

}
.contact-list li a {
	color: #7f7f7f;
}
.contact-list li a:hover {
	color: #C3C3C3;
}
.contact .link, .gform_button {
	color: #FFA600;
	float: right;
	margin: 0 13px 10px 0;
	font-family: 'apex_newmedium', sans-serif;
}
.contact .link:hover, .gform_button:hover {
	color: #FFC01A;
}
.gform_wrapper .gfield_time_minute {
    margin-right: .5rem;
}
.gform_button#gform_submit_button_6:hover, .gform_button#gform_submit_button_2:hover {
	background-color: #FFA11C;
	color: #fff;
}
@media only screen and (min-width: 321px) {
	.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
	    max-width: 5rem !important;
	}
}
.gform_wrapper .gfield_time_ampm select {
	height: 44px;
}
.gform_wrapper .datepicker {
	width: 95% !important;
}
#gform_wrapper_6 label {
	display: none!important;
}
.gform_wrapper .gform_footer {
    padding: 0px 0 10px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.single .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}
.single #gform_wrapper_2 #field_2_1 label, .single #gform_wrapper_2 #field_2_4 label, #field_5_1 label, #field_5_2 label, #field_5_3 label  {
	display: none !important;
}
.information-form .form-group {
	margin-bottom: 18px;
}
.form-control {
	width: 100% !important;
	display: block;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	height: 43px !important;
	padding: 6px 14px !important;
	color: #7f7f7f !important;
	font: 16px/28px 'apex_newmedium', Arial, Helvetica, sans-serif !important;
}
.form-control::-moz-placeholder {
	color: #7f7f7f;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #7f7f7f;
}
.form-control::-webkit-input-placeholder {
	color: #7f7f7f;
}
ul.gfield_checkbox input {
	height: 20px !important;
}
textarea.form-control {
	resize: none !important;
	overflow: auto !important;
	height: 154px !important;
	padding: 12px 14px !important;
	margin-bottom: 29px !important;
}
/* Email Page */
.page-template-page-email header, .page-template-page-email footer, .page-template-page-email #sb_instagram,
.page-template-page-email section#tripadvisor {
	display: none !important;
	visibility: hidden;
}
.page-template-page-email .main {
    margin: 10px 0 30px;
}
.page-template-page-email .email-logo {
	text-align: center;
}
.page-template-page-email #gform_submit_button_1, .page-template-page-email .gform_button {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: none;
    background-color: #4C9E1D;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
.page-template-page-email .gform_wrapper .top_label .gfield_label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.page-template-page-email .ginput_container textarea {
    border: 1px #000 solid !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #333 !important;
    width: 100% !important;
}
.page-template-page-email .ginput_container input {
    border: 1px #000 solid !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #333 !important;
    width: 100% !important;
}
.text-page-box img {
	max-width: 100%;
    height: auto;
}
.logo.logo2 {
	display: none;
	visibility: hidden;
}
/*map-canvas*/
#map-canvas {
	width: 100%;
	margin: 18px 0 20px;
	height: 514px;
}
/*footer*/
#footer {
	background-color: #3D3D3D;
	padding: 83px 0 106px;
}
#footer .logo {
	float: left;
	background: url(../images/logo.svg) no-repeat;
	-webkit-background-size: 175px 122px;
	background-size: 175px 122px;
	width: 175px;
	height: 122px;
	text-indent: -9999px;
	overflow: hidden;
	margin: -16px 0 0 7px;
}
#footer .logo a {
	display: block;
	height: 100%;
}
#footer h3 {
	color: #fff;
	font: 24px/28px 'apex_newbold', sans-serif;
	margin: 0 0 19px;
}
.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.footer-list > li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 6px 20px;
}
.footer-list li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-list li ul li {
	color: #fff;
	font: 20px/24px 'apex_newbook', sans-serif;
	padding-bottom: 8px;
}
.footer-list li ul li a {
	color: #fff;
}
.footer-list li ul li a:hover {
	opacity: .7;
}
#footer ul.social-list li{
	display: inline-block;
	padding-right: 15px;
    font-size: 25px;
}
/* Google Map on Single Tours */
.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/* General settings */
@media only screen and (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
	/*	.info-block*/
	.info-block {
		margin: 10px 0;
	}
	.info-block + .info-block:before {
		content: '';
		top: -5px;
	}
	.info-block .info-box,
	.info-block.align-right .info-box {
		padding: 25px 15px;
	}
	/*	.photo-list*/
	.photo-list li {
		width: 33.3333%;
	}
	.contact,
	.info {
		padding: 35px 0 20px;
	}
	/*	.block-guides*/
	.block-guides {
		min-height: 480px;
	}
	.block-guides .text-block {
    	padding: 35px 0px;
	}
	.block-guides .text-block .logo {
		left: -290px;
	}
	/*	.booking*/
	.booking .container {
		padding: 0 10px;
	}
	.booking .block {
		width: 100%;
		min-width: 1px;
		height: 380px;
	}
	.booking .col {
		padding: 0 5px;
	}
	/*	.testimonials*/
	.testimonials,
	.testimonials.type-01 {
		padding: 25px 0;
	}
	.testimonials-list,
	.testimonials.type-01 .testimonials-list {
		margin-top: 30px;
	}
	/*	#footer */
	#footer {
		padding: 35px 0 15px;
	}
	#footer .logo {
		-webkit-background-size: 144px 10px;
		background-size: 144px 100px;
		width: 144px;
		height: 100px;
		margin: 0;
	}
	#footer h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.footer-list li ul li {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 5px;
	}
	body.sticky #main-nav ul,
	.type-01 #main-nav ul {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait) and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		min-width: 320px;
		font-size: 14px;
		line-height: 20px;
	}
	body.menu-opened {
		overflow: hidden;
	}
	/* wrapper */
	#wrapper {
		height: auto;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		min-height: 100vh;
		margin: 0;
		padding-bottom: 0;
	}
	#header {
		-webkit-transition: margin .3s;
		-o-transition: margin .3s;
		transition: margin .3s;
		padding: 13px 0 8px;
	}
	.menu-opened #wrapper,
	.menu-opened #header {
		margin: 0 55% 0 -55%;
	}
	.open-menu {
		display: block;
		font-size: 0;
		line-height: 0;
		width: 30px;
		height: 24px;
		padding: 0;
		position: absolute;
		top: 33px;
		right: 15px;
		margin-top: -10px;
		z-index: 45;
		-webkit-transition: all .0s;
		-o-transition: all .0s;
		transition: all .0s;
	}
	.open-menu span {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 4px;
		margin-top: -2px;
		border-radius: 2px;
		background: #333;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.open-menu span:nth-child(1) {
		margin-top: -12px;
	}
	.open-menu span:nth-child(3) {
		margin-top: 8px;
	}
	.menu-opened .open-menu span {
		margin-top: -2px;
	}
	.menu-opened .open-menu span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-opened .open-menu span:nth-child(2) {
		opacity: 0;
	}
	.menu-opened .open-menu span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#main-nav {
		position: fixed;
		top: 0;
		right: -55%;
		bottom: 0;
		width: 55%;
		z-index: 50;
		background: #fff;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	body.sticky #main-nav ul,
	.type-01 #main-nav ul {
		margin: 10px 0;
	}
	#main-nav ul {
		margin: 10px 0 0;
		padding: 0;
	}
	#main-nav ul li {
		display: block;
		float: none;
		margin: 0;
		line-height: 24px;
		text-align: left;
	}
	#main-nav ul li+li {
		margin: 0;
	}
	#main-nav ul li a {
		display: block;
		padding: 5px 8px;
		color: #4E4E4E;
	}
	.menu-opened #main-nav {
		right: 0;
	}
	/* Single Post */
	.info.article-single .col.col-right {
	    width: 100%;
	    padding: 0px;
	}
	.info.article-single .col.col-left {
	    width: 100%;
	    border-right: 0px solid #eee;
	    padding-right: 0px;
	}
	/* End Single Post */
	/* fader */
	.fader {
		display: block;
		opacity: 0;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
		cursor: pointer;
	}
	.menu-opened .fader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 40;
		opacity: .4;
		background: #000;
	}
	/*end menu*/
	body.sticky #header .logo,
	#header.type-01 .logo {
		margin-left: 0;
	}
	body.sticky #header,
	#header.type-01,
	#header {
		top: 0;
		background-color: #fff;
		padding: 10px 0;
		position: fixed;
		border-bottom: 1px solid #EBEBEB;
	}
	body.sticky #header .logo,
	#header.type-01 .logo,
	#header .logo {
		background: url(../images/logo-header.png) no-repeat;
		-webkit-background-size: 71px 71px;
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
		float: left;
	}
	.page-template-page-home .logo.logo2 {
		display: inline-block;
	    background: url(../images/logo.svg) no-repeat;
	    -webkit-background-size: 216px 150px;
	    background-size: 216px 150px;
	    width: 216px;
	    height: 150px;
	    text-indent: -9999px;
	    position: absolute;
	    margin: auto;
	    left: 0;
	    right: 0;
	    margin-top: 35px;
	    visibility: visible;
	}
	body.sticky #header:before {
		height: 70px;
	}
	.main.type-01,
	.main {
		margin: 70px 0 10px;
	}
	h1 {
		font-size: 30px;
		line-height: 34px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	h3,
	.visual h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.info-block .info-box .text p,
	.contact p,
	.info p,
	.booking p,
	.testimonials-list p,
	.block-guides .text-block .text p {
		margin-bottom: 15px;
	}
	/*	.visual*/
	.visual {
		height: 350px;
		margin-bottom: 10px;
	}
	.visual .holder {
		padding: 25px 15px;
	}
	/*	.info-block*/
	.info-block .info-box,
	.info-block.align-right .info-box {
		margin: 0;
		max-width: 100%;
		display: block;
		height: auto;
	}
	.info-block .img {
		position: relative;
		height: 200px;
		width: 100%;
	}
	/*	.photo-list*/
	.photo-list li {
		width: 50%;
	}
	/*	.contact*/
	.contact,
	.info {
		padding: 25px 0 15px;
	}
	.contact .col,
	.info .col {
		width: 100%;
	}
	.contact-list {
		margin: 0 0 15px;
	}
	.information-form .form-group {
		margin-bottom: 10px;
	}
	.info .col {
		font-size: 14px;
		line-height: 20px;
	}
	.info h2 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	/*.block-guides*/
	.block-guides .text-block {
		padding: 25px 0;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.block-guides .text-block .text {
		max-width: 100%;
	}
	.block-guides .text-block .logo {
		max-width: 180px;
		position: static;
		display: block;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		margin: 0 auto 20px;
	}
	/*	.booking */
	.booking .col {
		width: 100%;
		padding: 0 10px;
		float: none;
		margin-right: 0;
	}
	.booking .col.col-01 {
		margin: 30px auto;
		float: none;
		width: 90%;
	}
	.booking .block {
		height: 240px;
		margin-bottom: 20px;
	}
	/*	.testimonials*/
	.testimonials,
	.testimonials.type-01 {
		padding: 25px 0 5px;
	}
	.testimonials-list > li {
		width: 50%;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.testimonials-list .img {
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
	}
	.testimonials-list q {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
		min-height: 1px
	}
	.star-list {
		margin-bottom: 15px;
	}
	.testimonials-list .name {
		font-size: 18px;
		line-height: 20px;
	}
	.testimonials.type-01 .testimonials-list .img {
		width: 180px;
		height: 180px;
	}
	/*		footer*/
	.footer-list {
		text-align: center;
	}
	.footer-list li {
		width: 50%;
	}
	.footer-list li ul li {
		width: 100%;
	}
	#footer .logo {
		margin: 0 auto;
		float: none;
		display: inline-block;
	}
	textarea.form-control {
		margin-bottom: 20px;
	}
	#map-canvas {
		margin: 10px 0;
		height: 350px;
	}
}
@media screen and (max-width: 480px) {
	.photo-list li {
		width: 100%;
	}
	.visual {
		height: 280px;
	}
	.testimonials-list > li {
		width: 100%;
		margin-bottom: 15px;
	}
	.booking .block {
		height: 180px;
	}
	#footer {
		padding: 20px 0 5px;
	}
	.footer-list > li {
		width: 100%;
		padding-bottom: 15px;
	}
}
.info .container p img {
	max-width: 100%;
	height: auto;
}
.info .container p img.hertz {
	max-width: 400px;
    display: block;
    margin: 40px auto;
}
.alm-btn-wrap {
	text-align: center;
	margin: 30px 50px;
}
.alm-btn-wrap .alm-load-more-btn.done {
	display: none !important;
	visibility: hidden !important;
}