@font-face {
	font-family: gotham;
	src: url("/css/fonts/GothamNarrow-Book.otf") format("opentype");
}
@font-face {
	font-family: gotham;
	font-weight: bold;
	src: url("/css/fonts/GothamNarrow-Bold.otf") format("opentype");
}
/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background: #ebe7e0;
    font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
    font-size: 17px;
    line-height: 1.5em;
    color: #666666;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #1B75BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1B75BC;
}
:focus {
	outline: 0;
}
/* Headings */
h1 {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-size: 22px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h1:first-letter {
	text-transform: uppercase;
}
h2 {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-size: 22px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h2:first-letter {
	text-transform: uppercase;
}
h3 {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-size: 20px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h4 {
	font-family: 'Georgia', 'Arial', 'Verdana';
	font-size: 20px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h5 {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h6 {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-size: 17px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	/*color: #e54357;*/
}
/* Forms */
form {
	display: inline;
}
fieldset {
	border: 0;
}
/*legend        { display:none; }*/

/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* Content */
strong {
	font-family: 'gotham', 'Verdana', 'Arial', 'Helvetica';
	font-weight: bold;
}
address {
	font-style: normal;
	margin-bottom: 5px;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
sup {
	font-size: 1em;
	vertical-align: top;
}
/* Lists */
ul {
	list-style: none;
}
ol {
    /* list-style: none; */
	margin: 10px 0 10px 30px;
}
/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.nobr {
	white-space: nowrap !important;
}
.wrap {
	white-space: normal !important;
}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.f-left, .left {
	float: left !important;
}
.f-right, .right {
	float: right !important;
}
.f-none {
	float: none !important;
}
.f-fix {
	float: left;
	width: 100%;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-bg {
	background: none !important;
}
.clear {
	clear: both;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.cwhite {
	color: #fff !important;
}
hr {
	border-color: #cdcdcd;
}
/* ======================================================================================= */


p {
	margin-bottom: 1.5em;
}
a, a:hover, a:visited {
	color: #33366;
}
.md_button {
	background: none repeat scroll 0 0 #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: gotham, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: auto;
}
.md_button:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
	position: relative;
	top: -1px;
}
.md_button:active {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.46);
	top: 0;
}
.darkblue {
	background-color: #252A40;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.darkblue a, .darkblue a:hover, .darkblue a:visited {
	color: #fff !important;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
}
.buttonred {
	background: #E54357 url("../images/form_icon.png") no-repeat scroll 20px 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.buttonred a, .buttonred a:hover, .buttonred a:visited {
	color: #fff !important;
	display: block;
	padding: 18px 20px 13px 80px;
	text-decoration: none;
	text-align: center;
}
.reddot_pen {
	background: #fff url("../images/reddot-pen.png") no-repeat scroll 0px top;
	padding-left: 45px;
	min-height: 35px;
}
.reddot_boat {
	background: #fff url("../images/reddot-boat.png") no-repeat scroll 0px top;
	padding-left: 45px;
	min-height: 35px;
}
.reddot_question {
	background: #fff url("../images/reddot-question.png") no-repeat scroll 0px top;
	padding-left: 45px;
	min-height: 35px;
}
.reddot_register {
	background: #fff url("../images/reddot-register.png") no-repeat scroll 0px top;
	padding-left: 45px;
	min-height: 35px;
}
.hide {
	display: none;
}
.ajax_loader {
	margin: 0 auto;
	text-align: center;
}
.header {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.header-logo {
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eaeaea;
	margin: 0 auto;
	display: inline-block;
}
.logo {
	display: block;
	font-size: 17px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
	width: 50%;
	margin: 0 auto;
	float: left;
}
.logo:hover {
	text-decoration: none !important;
}
.trustpilot_block {
	width: 25%;
	float: left;
	display: block;
	
}

ul.languages {
	color: #000;
	position: absolute;
	right: 0;
	top: -25px;
}
ul.languages li {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}
ul.languages li img {
	vertical-align: middle;
}
ul.languages li span {
	margin: 0 5px;
}
ul.languages a, ul.languages a:hover, ul.languages a:visited {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.background-cover {
	background: url(/images/belgium-flag.jpg?v=0.02);
	background-position:center center;
	width: 1920px;
	height:auto;
	min-height: 600px;
	background-size: cover;
}
.content {
	/*	text-align:center;*/
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.content-slider {
	padding: 10px 20px 0px 20px;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	    padding-bottom: 20px;
}
.content-slider img {
	/*width: 100%;*/
}
.content-text {
	background: #fff;
    box-sizing: unset;
    max-width: 1170px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: left;
	/*	color:#666a6c;*//*	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;*//*	border-color: transparent;*//*	box-shadow: 0 0 0 1px #cecdcd inset;*//*	border: solid transparent 15px;*/
}
ul.halfbox {
}
ul.halfbox li {
	display: inline-block;
	width: 50%;
	float: left;
	border: none;
}
.content-header {
	max-width: 1400px;
	height: 286px;
	margin: 0 auto;
	position: relative;
	background: #fff url('../images/header_image.jpg') no-repeat scroll center center / auto 100%;
}
.content-main {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
	margin: 10px auto;
	max-width: 950px;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	text-align: left;
}
.content-wrapper {
	margin: 10px auto;
	max-width: 990px;
	position: relative;
	text-align: left;
}
.drop-shadow {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.content-main p {
	margin-bottom: 12px;
}
.main-left {
	background: none repeat scroll 0 0 #fff;
	max-width: 620px;
	width: 100%;
	float: left;
	padding: 20px;
	border-radius: 2px;
}
.main-right {
	background: none repeat scroll 0 0 #fff;
	float: right;
	max-width: 280px;
	width: 100%;
	padding: 20px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.batch {
	position: absolute;
	top: 40px;
	right: 0px;
}
.welcome-search {
	position: absolute;
	top: 40px;
	left: 0px;
	text-align: left;
	width: 635px;
	color: #fff;
}
.welcome-search h2 {
	font-weight: 300;
	font-family: "Lato", "Arial";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 34px;
}
.welcome-search h2 span {
	display: block;
	letter-spacing: normal;
	text-transform: none;
	font-size: 16px;
	margin-top: 5px;
}
.welcome-search h2 span a, .welcome-search h2 span a:hover, .welcome-search h2 span a:visited {
	color: #1B75BC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	font-weight: 400;
}
.welcome {
	position: absolute;
	top: 40px;
	left: 205px;
	text-align: left;
	width: 555px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	/*	background:#fff;
*//*	opacity:0.65;
*/	border-radius: 2px;
	box-shadow: 0 2px 0 #303030;
}
.welcome h2 {
	text-transform: uppercase;
	color: #75A633;
	font-family: "MSR7";
}
.welcome p {
	font-family: "Times New Roman";
	font-size: 14px;
}
.submenu {
	background-color: #C1D72D;
	color: #000;
	text-align: center;
}
.nav {
	padding-bottom: 10px !important;
    margin: 10px auto 0;
    /* background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0; */
}
ul.mainmenue {
	color: #666666;
	font-size: 18px;
	margin: 0;
	text-align: center;
}
ul.mainmenue a, ul.mainmenue a:visited {
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
ul.mainmenue a:hover {
	color: #333333;
}
ul.mainmenue li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px;
	margin: 0 100px 0 0;
}
ul.mainmenue li.index {
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px;
	margin: 0 35px 0 0;
}
ul.mainmenue li:last-child {
	margin: 0;
}
ul.mainmenue li.callus {
	font-family: 'MSR5';
	text-align: right;
}
ul.mainmenue li.callus strong {
	font-size: 25px;
	display: block;
}
ul.mainmenue li.callus span {
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 12px;
	color: #b1b7bf;
	display: block;
}
.navdevider {
	width: 50%;
	float: left;
	position: relative;
}
ul.submenue {
	color: #4D4D4D;
	font-family: 'Verdana';
	font-size: 12px;
	margin: 0;
	height: 34px;
	overflow: hidden;
}
ul.submenue a, ul.submenue a:hover, ul.submenue a:visited {
	color: #4D4D4D;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul.submenue li {
	display: inline-block;
	vertical-align: top;
	padding: 8px 5px;
	margin: 0 8px 0 0;
}
ul.submenue li.myaccount_header a {
	color: #7daa29;
}
ul.submenue li:last-child {
	margin: 0;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	position: absolute;
	left: 50%;
	margin: 3px 0 0 -20px;
	display: none;
}
/*TABS frontpage*/

.tab-container {
	max-width: 1400px;
	margin: 1px auto 0 auto;
	text-align: center;
}
ul.tabs {
	margin: 0 0 13px 0;
	padding: 0px;
	list-style: none;
	background-color: #252A40;
	color: #fff;
}
ul.tabs li {
	position: relative;
	background: none;
	color: #ccc;
	font-size: 20px;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-family: 'MSR3';
}
ul.tabs li.current {
	color: #fff;
}
ul.tabs li.current div.arrow-up {
	color: #fff;
	display: block;
	z-index: 1;
}
#tab_greenfee {
/*background: url("../images/corner-discounted.png") no-repeat scroll left top #fff;*/
}
#tab_golfcourses {
/*	background: url("../images/corner-popular.png") no-repeat scroll left top #fff;*/
}
#tab_destinations {
/*	background: url("../images/corner-destinations.png") no-repeat scroll left top #fff;*/
}
#popups {
	text-align: left;
}
.green_label {
	background: url("../images/green_label2.png") no-repeat scroll left top;
	color: white;
	font-family: "MSR5";
	left: -42px;
	padding: 14px 0 24px 65px;
	position: relative;
	width: 95%;
}
/*.tab-content{
	position:relative;
	display: none;
	background: #ededed;
	padding: 80px 40px 40px 40px;
	text-align:left;
	max-width:950px;
	background-color:#fff;
	margin:0 auto;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}

.tab-content.current{
	display: inherit;
}
*/
.cornerimage {
	position: absolute;
	top: 0px;
	left: 0px;
}
.results {
	padding: 20px;
}
.resultgrid li {
	margin: 0 10px 40px 0;
	padding: 0;
	position: relative;
	width: 310px;
	height: 221px;
	float: left;
}
.resultgrid li.hoursep {
	background-color: #252A40;
}
.resultgrid li.hoursep h5 {
	color: #fff;
	font-size: 20px;
	margin-top: 100px;
	font-family: "MSR7";
	text-align: center;
}
.result_image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 221px;
}
.result_image img {
	width: 100%;
	height: 221px;
}
.result_image img.bblock {
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0.8;
}
.result_desc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 160px;
	height: 60px;
}
.result_desc h3 a, .result_desc h3 a:hover, .result_desc h3 a:visited {
	color: #fff;
}
.result_desc h3 {
	font-size: 14px;
	padding: 4px 10px 0 9px;
	font-weight: normal;
	font-family: "MSR3";
	line-height: 1.2em;
}
.result_desc strong {
	font-size: 12px;
	font-weight: normal;
	font-family: "MSR3";
	position: absolute;
	left: 15px;
	bottom: -22px;
	font-style: italic;
	white-space: nowrap;
}
.result_desc span {
	bottom: -34px;
	font-family: "MSR3";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
	position: absolute;
	right: -120px;
	text-align: right;
}
.result_price {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	height: 44px;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	background-color: #868782;
	width: 200px;
}
.result_price a, .result_price a:hover, .result_price a:visited {
	margin-top: 15px;
	font-size: 18px;
	font-family: "Times New Roman";
	color: #fff;
	text-decoration: underline;
	font-style: italic;
	margin: 10px 0 0 20px;
	display: block;
}
.result_price span {
	height: 44px;
	font-style: italic;
	font-family: "Times New Roman";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	background-color: #89AD3F;
	color: #fff;
	box-shadow: -1px 2px 2px #666;
}
.result_price strong {
	font-size: 18px;
	font-weight: normal;
	margin: 7px 15px 0 15px;
	display: block;
}
.result_price span small {
	display: block;
	font-size: 12px;
	margin: -4px 12px 0 15px;
}
.resultgrid li:nth-child(3n+3) {
	margin: 0;
}
.resultlist li {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	/*	min-height:225px;*/
	border: solid 1px #fafafa;
	border-radius: 5px;
	padding: 10px;
}
.resultlist li.hoursep {
	background-color: #252a40;
}
.resultlist li.hoursep h5 {
	font-family: "MSR7";
	font-size: 18px;
	margin: 0;
	color: #fff;
}
ul.compact li {
	margin: 0 0 2px 0;
}
.list_image {
	background: url("../images/course.png") no-repeat scroll 50% 50% #fff;
	float: left;/*	width:310px;
	height:225px;
*/
}
ul.compact li .list_image {
	margin-top: -30px;
}
.list_image img {
	width: 250px;
	height: 187px;
	margin-right: 20px;
}
ul.compact .list_image img {
	width: 200px;
	height: 100px;
	margin-right: 20px;
}
.list_price {
	background: none repeat scroll 0 0 #fafafa;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px;/*	background: none repeat scroll 0 0 #fafafa;
	float: right;
	height: 205px;
	margin: -10px -10px -10px 0;
	padding: 20px;
	width:150px;*/
}
ul.compact li .list_price {
	background: none;
}
.list_price strong {
	display: block;
	font-family: "MSR7";
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
ul.compact li .list_price strong {
	font-size: 25px;
	display: block;
	left: -275px;
	margin-top: 50px;
	position: absolute;
}
.list_price small {
	display: block;
	font-family: "MSR3";
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}
ul.compact li .list_price small {
	font-size: 20px;
	left: -150px;
	margin-top: 50px;
	position: absolute;
}
.list_desc {
	padding-right: 200px;
}
.list_desc p {
	font-size: 13px;
}
ul.compact .list_desc p {
	display: none;
}
/*.list_desc span{
	background-color: #fff;
	border-radius: 2px;
	left: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 20px;
}*/
.resultlist li h3 {
	font-size: 30px;
	font-family: "MSR5";
	margin-bottom: 20px;
}
ul.compact li h3 {
	padding-left: 218px;
	font-size: 20px;
	font-family: "MSR5";
	margin-bottom: 10px;
}
.resultlist li h3 strong {
	/*	display: block;
*/	font-family: "MSR3";
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	margin-top: 3px;
	position: relative;
}
.resultlist li h3 strong span {
	left: 0;
	position: absolute;
	top: -15px;
	width: 150px;
}
ul.compact li h3 strong span {
	position: unset;
	margin-left: 10px;
}
.resultlist li h3 strong span img {
	vertical-align: unset;
}
.resultlist li h3 a:hover, .resultlist li h3 a:visited, .resultlist li h3 a {
	/*	color:#89ad3f;*/
	color: #4d4d4d;
}
.bookit {
	background-color: #89ad3f;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	width: 150px;
}
.bookit a, .bookit a:hover, .bookit a:visited {
	color: #fff !important;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
}
.greenbutton {
	background-color: #89ad3f;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	width: auto;
}
.greenbutton a, .greenbutton a:hover, .greenbutton a:visited {
	color: #fff !important;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
}
.bookitpage {
	background-color: #252A40;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	width: 65px;
}
.bookitpage a, .bookitpage a:hover, .bookitpage a:visited {
	color: #fff !important;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
}
ul.compact li .bookit {
	margin-top: 40px;
}
.listviews {
	float: right;
	margin-top: -10px;
}
.listviews strong {
	float: left;
}
.whyus {
	width: 990px;
	margin: 40px auto;
	text-align: left;/*	padding: 0 205px;*/
}
.whyus h3 {
	font-size: 28px;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 12px;
}
ul.whypoints {
	color: #4D4D4D;
	font-family: 'Verdana';
	font-size: 12px;
	margin: 20px 0 0 0;
}
ul.whypoints li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 0;
	width: 220px;
	text-align: center;
}
ul.whypoints li h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 8px;
}
ul.whypoints li p {
	text-align: justify;
	padding: 0 20px;
}
ul.whypoints li:last-child {
	margin: 0;
}
ul.whypoints_inside {
	color: #4D4D4D;
	font-size: 17px;
	font-family: gotham;
	margin: 20px 0 0 0;
}
ul.whypoints_inside li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	padding: 0;
	width: 273px;
	text-align: center;
}
ul.whypoints_inside li h4 {
	font-weight: bold;
	font-family: gotham;
	/*	text-transform: uppercase;*/
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 7px;
	/*	border-bottom:solid 1px #d8d8d8;*/
	padding-bottom: 8px;
}
ul.whypoints_inside li p {
	text-align: justify;
	padding: 0 20px;
}
ul.whypoints_inside li:last-child {
	margin: 0;
}
.searchbox {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.partner {
	width: 990px;
	margin: 40px auto;
	text-align: left;/*	padding: 0 205px;*/
}
.partner h3 {
	font-size: 17px;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.partners {
	color: #4D4D4D;
	font-family: 'Verdana';
	font-size: 12px;
	margin: 20px 0 0 0;
	width: 100%;
}
ul.partners li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 24.5%;
	text-align: center;
}
ul.partners li:last-child {
	margin: 0;
	padding: 0;
}
ul.articles img {
	float: left;
	margin-right: 10px;
}
ul.articles strong {
	display: block;
	color: #1B75BC;
}
.fat {
	color: #252a40;
	font-family: "MSR7";
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 7px #ffffff;
}
.shadow {
	text-shadow: 0px 0px 2px #000000;
}
.footer {
	/*	background: rgba(205, 205, 205, 0.85) none repeat scroll 0 0;*/
	    border-top: solid 0px #eaeaea;
	max-width: 1170px;
	margin: 10px auto;
	text-align: left;/*	padding: 0 205px;*//*	border-radius:2px;*/
}
.footer p {
	text-align: center;
	margin: 10px auto 10px;
	color: #fff;
}
.footer-left {
	width: 67%;
	margin: 0;
	height: 160px;
	text-align: left;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #fff;
	float: left;
}
.footer-content {
	padding: 30px;
	background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0;
}
.footer-content a, .footer-content a:visited {
	color: #1B75BC;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-content h5 {
	font-size: 18px;
	font-family: "MSR7";
}
.footer-content h5 span {
	color: #BED52D;
}
.footer-left h3 {
	font-size: 17px;
	border-bottom: solid 1px #ededed;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-right {
	text-align: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	height: 160px;
	width: 33%;
	float: right;
	background-color: #FAFAFA;
}
.footer-right img {
	margin-top: 30px;
}
ul.footerlinks {
	width: auto;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}
ul.footerlinks li.social {
	margin-top: 10px;
}
ul.footerlinks li.social a {
	margin-right: 10px;
}
ul.footerlinks {
	width: auto;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}
ul.footerlinks li.social {
	margin-top: 10px;
}
ul.footerlinks li.social a {
	margin-right: 10px;
}
ul.courses {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 600px; /* account for borders */
	width: 950px;
	overflow: auto;
}
ul.destinations {
	height: 800px;
}
ul.locations {
	height: 1000px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 97%, rgba(0,0,0,0.10) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 97%, rgba(0,0,0,0.10) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 97%, rgba(0,0,0,0.10) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 );
}
ul.courses a, ul.courses a:visited, ul.courses a:hover {
	color: #75a635;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	width: 75%;
}
ul.courses.locations a, ul.courses.locations a:visited, ul.courses.locations a:hover {
	width: 100%;
}
ul.courses li {
	margin-right: 40px;
	padding: 8px 0;
	border-bottom: solid 1px #ededed;
	width: 270px;
}
ul.courses li strong {
	background: url("../images/down-arrow.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 5px 0 5px 30px;
	margin-top: 10px;
	font-family: "MSR3";
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	display: block;
}
ul.courses li span {
	color: #75a635;
	float: right;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14px;
}
ul.courses li:first-child strong {
	margin: 0;
}
ul.courses li img.flag {
	float: right;
	margin-top: 3px;
}
#floatingbasket {
	position: absolute;
	top: 105px;
	right: 0px;
	cursor: pointer;
}
#floatingbasket span {
	color: #ffffff;
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin-top: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 32px;
}
#floatingbasket img {
	width: 32px;
}
/*form.searchform select, form.searchform input {
	padding: 7px 10px;
	border-radius: 3px;
	width:150px;
	margin-right:5px;
}*/

.searchform-box {
	margin-top: 20px;
}
.featfilter {
	font-family: "lato";
	font-size: 16px;
	text-transform: uppercase;
}
.featfilter label {
	margin-right: 15px;
}
.select-style {
	padding: 0;
	margin: 0 5px 20px 0;
	border: 1px solid #9f9f9f;
	width: 150px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	float: left;
	color: #9f9f9f;
	font-size: 12px;
}
.continent {
	background: #fff url("../images/continent.png") no-repeat 98% 50%;
}
.country {
	background: #fff url("../images/country.png") no-repeat 98% 50%;
}
.region {
	background: #fff url("../images/region.png") no-repeat 98% 50%;
}
.course {
	background: #fff url("../images/course.png") no-repeat 98% 50%;
}
.date {
	background: #fff url("../images/date.png") no-repeat 98% 50%;
}
.players {
	background: #fff url("../images/players.png") no-repeat 98% 50%;
}
.time {
	background: #fff url("../images/time.png") no-repeat 98% 50%;
}
.date-cpage {
	background: #fff url("../images/date.png") no-repeat 98% 50%;
	width: 104px;
}
.players-cpage {
	background: #fff url("../images/players.png") no-repeat 98% 50%;
	width: 50px;
	margin-right: 0;
}
.time-cpage {
	background: #fff url("../images/time.png") no-repeat 98% 50%;
	width: 70px;
}
.select-style select {
	color: #9f9f9f;
	padding: 10px 5px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-style input {
	color: #9f9f9f;
	padding: 11px 6px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-style select:focus {
	outline: none;
}
.search_now {
	background: none repeat scroll 0 0 #45bd9b;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	width: 150px;
	font-size: 16px;
	background: #45bd9b url("../images/lupa.png") no-repeat 90% 50%;
}
.search_now a, .search_now a:hover, .search_now a:visited {
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.search-cpage {
	width: 100% !important;
	text-align: center !important;
	background: #252a40 url("../images/find.svg") no-repeat 89% 50%;
}
.blue_button {
	background: none repeat scroll 0 0 #1B75BC;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	font-size: 16px;
}
.blue_button a, .blue_button a:hover, .blue_button a:visited {
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.button_shape {
	/*background: none repeat scroll 0 0 #1B75BC;*/
	color: #fff;
	text-align: left;
	border-radius: 5px;
	font-size: 16px;
}
.button_shape a, .button_shape a:hover, .button_shape a:visited {
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.button_blue {
	background: none repeat scroll 0 0 #1B75BC;
}
.button_green {
	background: none repeat scroll 0 0 #45bd9b;
}
.button_red {
	background: none repeat scroll 0 0 #d9534f;
}
.button_gray {
	background: none repeat scroll 0 0 #f6f6f6;
}
a.searchlink {
	/*	color:#1B75BC;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	margin-left:15px;
	font-weight: 400;
*/	position: absolute;
	top: -15px;
	right: -15px;
}
.bluebar {
	width: 1400px;
	background-color: #252a40;
	color: #fff;
	height: 12px;
	margin: 1px auto;
}
/*POPUPCSS*/



.popupcontent {
	border: 0 solid red;
	padding: 0;
	width: 100%;
}
.left {
	border: 0 solid blue;
	float: left;
	width: 520px;
}
.right {
	border: 0 solid green;
	float: right;
	margin-right: 20px;
	width: 240px;
}
.name {
	background-color: #2e70bd;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
.address {
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.promo {
	color: #666666;
}
.photo img {
	width: 240px;
}
.photos {
	clear: both;
	padding-top: 10px;
}
#gallery img {
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 0;
	vertical-align: top;
	width: 240px;
}
#gallery *:first-child {
	margin-left: 0;
}
/*POPUPCSS*/





.list_flags {
	list-style: outside none none;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	width: auto;
}
.list_flags li {
	margin: 0 5px;
	padding: 5px;
	position: relative;
	display: inline-block;
	min-height: auto;
	line-height: normal;
}
ul.whatsincluded {
	display: inline-block;
	list-style: outside none none;
	margin: 15px 0 0 0;
}
ul.compact li ul.whatsincluded {
	margin: 0;
}
ul.whatsincluded li {
	line-height: normal;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	min-height: auto;
	padding: 5px 0 5px 20px;
	border: none;
	background: url("../images/accept.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	font-size: 14px;
}
ul.compact li ul.whatsincluded li {
	background: url("../images/accept.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
	font-size: 12px;
	padding: 2px 0 2px 20px;
}
ul.whatsincluded li.title {
	color: #89ad3f;
	font-family: "MSR5";
	font-size: 20px;
	margin-bottom: 7px;
	padding: 0;
	background: none;
}
ul.compact li ul.whatsincluded li.title {
	display: none;
	padding: 0;
	background: none;
	font-size: 18px;
	background: none;
	margin-bottom: 2px;
}
ul.realtimeres {
	display: inline-block;
	list-style: outside none none;
	margin: 15px 0 0 0;
	color: #fff;
	position: absolute;
	bottom: 20px;
	background-color: #252a40;
}
ul.realtimeres li {
	line-height: normal;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	min-height: auto;
	padding: 3px 0 3px 30px;
	border: none;
	background: url("../images/tick.svg") no-repeat scroll left 2px rgba(0, 0, 0, 0);
	font-size: 17px;
}
.resbox {
	position: relative;
	min-height: 310px;
	padding: 20px;
	background: #c1d72d url('../images/blue_dark.jpg') no-repeat;
	background-position: bottom;
	background-size: 100% 120px;
}
.resultlistpopup li {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;/*	min-height:225px;*//*	border: solid 1px #fafafa;*//*	border-radius:5px;*/
}
.resultlistpage li {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
.poptime {
	display: block;
	float: left;
	font-family: "MSR7";
	font-size: 20px;
	width: 120px;
	padding-top: 9px;
}
.popincl {
	float: left;
	display: block;
	width: 350px;
	padding-top: 9px;
}
.popprice {
	display: block;
	float: left;
	font-family: "MSR7";
	font-size: 20px;
	width: 120px;
	padding-top: 9px;
}
.popbook {
	float: left;
	display: block;
	width: 150px;
}
.pagetime {
	display: block;
	float: left;
	font-family: "MSR7";
	font-size: 16px;
	width: 45px;
	padding: 0;
}
.pageincl {
	float: left;
	display: block;
	/*	width:350px;*/
	padding-top: 9px;
}
.pageprice {
	display: block;
	float: left;
	font-family: "MSR7";
	font-size: 16px;
	/*	width: 65px;*/
	padding: 0;
}
.pagebook {
	float: right;
	display: block;/*	width:150px;*/
}
ul.whatsincludedpop {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
}
ul.whatsincludedpop li {
	border: medium none;
	display: inline-table;
	float: left;
	font-family: "MSR3";
	font-size: 14px;
	margin: 0 7px;
	min-height: auto;
	padding: 0;
}
ul.whatsincludedpage {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
}
ul.whatsincludedpage li {
	border: medium none;
	display: inline-table;
	float: left;
	font-family: "MSR3";
	font-size: 12px;
	margin: 0 7px 0 0;
	min-height: auto;
	padding: 0;
}
ul.whatsincludedpage li.title {
	font-weight: bold;
}
ul.whatsincludedpop li.title {
	color: #89ad3f;
	font-family: "MSR7";
	font-size: 12px;
	/*	margin-bottom: 7px;*/
	padding: 0;
	background: none;
}
ul.links {
	margin-left: 25px;
}
ul.links li {
	margin-bottom: 15px;
}
ul.links li a, ul.links li a:visited {
	color: #2e70bd;
	font-weight: bold;
}
/*map*/

.map-arrow-up {
	border-bottom: 20px solid white;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	width: 0;
}
.infobox {
	background: none repeat scroll 0 0 #fff;
	color: #4d4d4d;
	font-family: arial;
	line-height: 20px;
	box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.4);/*position: absolute;*/
}
.infobox .map_content {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 120px;
	line-height: normal;
}
.infobox .small_content {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 80px;
	line-height: normal;
	font-family: "MSR3";
	font-size: 12px;
}
.infobox .small_content strong {
	display: block;
	font-family: "MSR3";
	font-size: 15px;
	line-height: normal;
	padding: 10px 0;
}
.infobox .map_content img {
	height: 120px;
	width: 120px;
	float: left;
}
.infobox .map_content strong {
	display: block;
	font-family: "MSR3";
	font-size: 15px;
	line-height: normal;
	padding: 10px 0;
}
.infobox .map_content strong span {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	display: block;
}
.infobox .map_content strong.price {
	font-size: 20px;
	display: block;
	text-align: center;
}
.infobox .map_content a.details {
	font-size: 12px;
}
.infobox .map_content span.map {
	background-color: #89ad3f;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	width: auto;
	margin: 0;
}
.map a, .map a:hover, .map a:visited {
	color: #fff;
	display: block;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
}
/*map*/







#contact_form input {
	margin: 5px 0;
	padding: 5px;
	width: 95%;
}
#contact_form textarea {
	padding: 5px;
	width: 95%;
}
#contact_form label {
	display: block;
	margin-bottom: 7px;
}
.contact_form input {
	margin: 5px 0;
	padding: 5px;
	width: 95%;
}
.contact_form textarea {
	padding: 5px;
	width: 95%;
}
.contact_form label {
	display: block;
	margin-bottom: 7px;
}
.err_msg {
	background-color: #f2dede;
	border: 1px solid;
	border-radius: 4px;
	color: #a94442;
	padding: 15px;
}
.err_msg ul li {
	font-weight: bold;
	background: rgba(0, 0, 0, 0) url("../images/bullet_error.png") no-repeat scroll left 2px;
	padding: 2px 0 2px 20px;
}
.ok_msg {
	background-color: #dff0d8;
	border: 1px solid;
	border-radius: 4px;
	color: #3c763d;
	padding: 15px;
}
.ok_msg ul li {
	font-weight: bold;
	background: rgba(0, 0, 0, 0) url("../images/accept.png") no-repeat scroll left 3px;
	padding: 2px 0 2px 20px;
}
.nobgcolor {
	background-color: transparent;
}
ul.greenfee {
}
ul.greenfee a, ul.greenfee a:visited, ul.greenfee a:hover {
	color: #75a635;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 14px;
	width: 135px;
	display: inline-block;
}
ul.greenfee li {
	margin: 0;
	padding: 8px 0;
	border-bottom: solid 1px #ededed;
	width: 280px;
}
ul.greenfee li span {
	color: #75a635;
	float: right;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14px;
}
.scorecard {
	width: 100%;
}
.scorecard th {
	background-color: #252A40;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 3px;
	text-align: center;
}
.scorecard tr.scoreline td {
	background-color: #dedede;
}
.scorecard td {
	/*	border-bottom:solid 1px #dedede;*/
	padding: 5px 3px;
	text-align: center;
}
.scorecard td:first-child {
	text-align: right;
	background-color: #C1D72D;
}
.popuptapcontent {
	height: 470px;
	overflow: auto;
}
ul.coursedet {
	width: 100%;
}
ul.coursedet li {
	padding: 7px;
}
ul.coursedet li:nth-child(odd) {
	background-color: #dedede;
}
ul.coursedet li span {
	font-weight: normal;
	display: flex;
}
ul.coursedet li strong {
	display: block;
	font-weight: bold;
	width: 50%;
	float: left;
}
ul.cartlist li {
	margin-bottom: 20px;
}
ul.cartlist li ul.whatsincluded li {
	display: inline;
	padding: 0 7px 0 18px;
	background: url("../images/accept.png") no-repeat scroll left 0px rgba(0, 0, 0, 0);
}
.cartimage {
	float: left;
	/*height: 150px;*/
	margin: 0 2% 0 0;
	width: 15%;
}
.cartcontent {
	width: 45%;
	float: left;
}
.cartprices {
	position: relative;
	float: right;
	min-width: 210px;
	text-align: right;
	width: 24%;
	font-family: 'MSR3', 'Arial', 'Helvetica', 'Verdana';
	font-size: 14px;
}
.cartprices strong {
	float: left;
}
.color_blue {
	color: #2e70bd;
}
.color_red {
	color: #D9534F;
}
.color_orange {
	color: #F0AD4E;
}
a.delcartid {
	/*	position:absolute;
	top:0px;
	right:-20px;
*/
	color: #d94141 !important;
	display: block;
	font-size: 14px;
	margin: 7px 0;
}
a.delcartid img {
	width: 15px;
	height: 15px;
}
#contact_form fieldset, .contact_form fieldset {
	/*    background-color: #f8f8f8;*/
	float: left;
	width: 100%;/*    margin-right: 2%;
    padding: 2%;
    width: 44%;*/
}
#contact_form input, .contact_form input {
	margin: 5px 0;
	padding: 5px;
	width: 100%;
}
#contact_form textarea, .contact_form textarea {
	padding: 5px;
	width: 100%;
}
#contact_form select, .contact_form select {
	margin: 5px 0;
	padding: 5px;
}
#contact_form fieldset strong, .contact_form fieldset strong {
	color: #999a9b;/*    font-family: Verdana,Arial;*/
}
#contact_form label, .contact_form label {
	display: block;
	margin-bottom: 7px;
}
.err_msg {
	background-color: #f2dede;
	border: 1px solid;
	border-radius: 4px;
	color: #a94442;
	padding: 15px;
}
.ok_msg {
	background-color: #dff0d8;
	border: 1px solid;
	border-radius: 4px;
	color: #3c763d;
	padding: 15px;
}
tr.totals_subtotal td {
	padding: 5px;
}
tr.totals_surcharge td {
	padding: 5px;
}
tr.totals_total td {
	padding: 5px;
	font-weight: bold;
	background-color: #efefef;
}
tr.totals_online td {
	padding: 5px;
	font-weight: bold;
}
tr.totals_nonref td {
	padding: 5px;
}
tr.totals_oncourse td {
	padding: 5px;
	font-weight: bold;
}
ul.tree {
	background: rgba(0, 0, 0, 0) url("img/vline.png") repeat-y scroll 0 0;
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
}
ul.tree ul {
	margin-left: 10px;
}
ul.tree li {
	background: rgba(0, 0, 0, 0) url("img/node.png") no-repeat scroll 0 0;
	color: #369;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 0 12px;
}
ul.tree li:last-child {
	background: #fff url("img/lastnode.png") no-repeat scroll 0 0;
}
.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.cmn-toggle-round + label {
	padding: 1px;
	width: 60px;
	height: 30px;
	background-color: #dddddd;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}
input.cmn-toggle-round + label:before {
	right: 2px;
	background-color: #f1f1f1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
	width: 29px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transition: margin 0.4s;
	-moz-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
	background-color: #89ad3f;
}
input.cmn-toggle-round:checked + label:after {
	margin-left: 30px;
}
ul.reviews {
/*padding: 0 7px;
	border: 1px solid #ccc;*/
}
ul.reviews li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
ul.reviews li:last-child {
	border-bottom: medium none;
}
ul.reviews li:nth-child(2n) {
	background: #f9f9f9 none repeat scroll 0 0;
}
ul.reviews li img {
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul.reviews li span {
	float: right;
	text-align: left;
	width: 49%;
}
.gmap_course_sidebar {
	width: 320px;
	height: 350px;
	position: relative;
	left: -20px;
	top: -20px;
}
.gmap_course_mainbar {
	width: 100%;
	height: 400px;
	position: relative;/*pointer-events: none;*/
}
#busywindow {
	display: none;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 32px;
	left: 50%;
	margin-left: -36px;
	margin-top: -36px;
	padding: 20px;
	position: fixed;
	top: 50%;
	width: 32px;
	z-index: 1000;
}
/*Gallery in course-page*/

.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url('../js/jssor/img/a21.png') center center no-repeat;
	overflow: hidden;
}
.jssora21l {
	background-position: -3px -33px;
	top: 123px;
	left: 8px;
}
.jssora21r {
	background-position: -63px -33px;
	top: 123px;
	right: 8px;
}
.jssora21l:hover {
	background-position: -123px -33px;
}
.jssora21r:hover {
	background-position: -183px -33px;
}
.jssora21l.jssora21ldn {
	background-position: -243px -33px;
}
.jssora21r.jssora21rdn {
	background-position: -303px -33px;
}
.jssor_container {
	display: none;
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.jssor_loadingcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
}
.jssor_filter {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.jssor_loadimage {
	position: absolute;
	display: block;
	background: url('../js/jssor/img/loading.gif') no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.jssor_slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	height: 340px;
	overflow: hidden;
}
 @-webkit-keyframes basketShake {
 0%, 10%, 20%, 30%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 1%, 3%, 5%, 7%, 9%, 21%, 23%, 25%, 27%, 29% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 2%, 4%, 6%, 8%, 22%, 24%, 26%, 28% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
@keyframes basketShake {
 0%, 10%, 20%, 30%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 1%, 3%, 5%, 7%, 9%, 21%, 23%, 25%, 27%, 29% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 2%, 4%, 6%, 8%, 22%, 24%, 26%, 28% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.basketShake {
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: basketShake;
	animation-name: basketShake;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	text-align: center;
	line-height: 1em;
	font-size: 1.1em
}
ul.breadcrumbs {
    font-family: gotham;
    color: #666666;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    /* width: 990px; */
    white-space: nowrap;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
}
ul.breadcrumbs li a, ul.breadcrumbs li a:hover, ul.breadcrumbs li a:visited {
	color: #666666;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.breadcrumbs li::before {
	content: "» ";
}
ul.breadcrumbs li:first-child::before {
	content: "";
}
.color_green {
	color: #75A633;
}
table.table_cart {
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.table_cart th {
	text-align: center;
	font-weight: bold;
	height: 30px;
	background-color: #588802;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 10px;
}
table.table_cart td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 16px;
}
table.table_cart .cell_remove {
	width: 80px;
	font-size: 12px;
}
table.table_desc {
	border-spacing: 0px;
}
table.table_desc td {
	border: 0px;
	padding: 0px;
	padding-right: 10px;
}
table.table_desc .coursename {
	color: #2E70BD;
	font-weight: bold;
}
table.table_cart .cell_center {
	text-align: center;
}
table.table_cart .cell_right {
	text-align: right;
}
#total {
	float: right;
	font-size: 14px;
	/*	color: #999999;*/
	width: 100%;
}
table.table_total {
	border: 1px solid #DDDDDD;
}
table.table_total td {
	padding: 5px;
	text-align: right;
	background-color: #F8F8F8;
	border-right: 1px solid #DDDDDD;
	padding-left: 20px;
}
table.table_total tr.cell_subtotal td {
	font-size: 16px;
	color: #555555;
}
table.table_total tr.cell_grandtotal td {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
table.table_total tr.cell_totaldueonline td {
	font-size: 18px;
	background-color: #DDDDDD;
	font-weight: bold;
	color: #588802;
}
table.table_total tr.cell_nonrefundable td {
	background-color: #DDDDDD;
}
table.table_total tr.cell_totaldueatcourse td {
	font-size: 18px;
	font-weight: bold;
	color: #2E70BD;
}
#checkout {
	width: 200px;
	float: right;
}
#continue {
	width: 200px;
	float: right;
}
div.formerrormsg {
	color: #666666;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	padding: 8px;
	margin: 4px;
	font-size: 14px;
}
ul.golfnearby {
/*	max-height: 300px;
	overflow: scroll;
*/}
ul.golfnearby li {
	height: 90px;
	width: 100%;
	cursor: pointer;
}
ul.golfnearby li a img {
	float: left;
	height: 75px;
	margin-right: 10px;
	width: 100px;
}
ul.golfnearby li div h6 strong {
	display: block;
	font-size: 12px;
}
ul.popular_courses {
}
ul.popular_courses li {
	margin: 0 1%;
	padding: 8px 0;
	border-bottom: solid 1px #ededed;
	width: 31%;
	float: left;
}
ul.popular_courses li.title {
	width: 97%;
	clear: both;
}
ul.popular_courses a, ul.popular_courses a:visited, ul.popular_courses a:hover {
	color: #75a635;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
}
ul.popular_courses li strong {
	background: url("../images/down-arrow.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 5px 0 5px 30px;
	margin-top: 10px;
	font-family: "MSR3";
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	display: block;
}
ul.popular_courses li span {
	color: #000000;
	float: right;
	font-family: "MSR3";
	/*font-weight:bold;*/
	font-size: 14px;
	font-style: italic;
}
ul.popular_courses li img.flag {
	float: right;
	margin-top: 3px;
}
ul.popular_courses a.location, ul.popular_courses a.location:visited, ul.popular_courses a.location:hover {
	width: 100%;
	white-space: unset;
}
.map_results {
	width: 950px;
	height: 500px;
}
.map_location {
	width: 100%;
	height: 400px;
}
.hcountry {
	font-size: 18px;
}
.course_teetimes_output {
	min-height: 60px;
	margin-bottom: 120px;
}
.content_reviews {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}
.reviewsbox {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	margin: 20px 0;
	padding: 20px 0;
	background: #fafafa none repeat scroll 0 0;
	position: relative;
}
.reviewspadding {
	padding: 0 15px;
}
.reviewsbody {
	font-size: 14px;
	color: #888686;
	text-align: left;
	float: left;
	width: 50%;
}
.reviewsbody span {
	display: block;
}
.reviewsborder {
	border-bottom: 1px solid #e9e8e8;
	clear: both;
	padding-top: 10px;
}
.reviewscomments {
	width: 100%;
	text-align: left;
	height: 95px;
	margin: 0;
}
blockquote::before, q::before {
	color: #ccc;
	content: open-quote;
	font-family: Georgia, Arial;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote::after, q::after {
	color: #ccc;
	content: close-quote;
	font-family: Georgia, Arial;
	font-size: 3em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.4em;
}
blockquote, q {
	color: #525252;
	display: block;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	line-height: 1.6em !important;
	margin: 1em 0 0;
	padding: 13px 0 0.5em;
	quotes: "“" "”" "‘" "’";
}
.reviewsrating {
	background: rgba(0, 0, 0, 0) url("images/rating-bg.png") no-repeat scroll 0 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	height: 46px;
	line-height: 3.7 !important;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 20px;
}
ul.ttfy_reviews {
/*	font-size: 12px;*/
}
ul.ttfy_reviews li {
	margin: 0 1.5% 0 0;
	padding: 0;
	width: 32.33%;
	float: left;
	text-align: center;
	padding: 20px;
}
ul.ttfy_reviews li:last-child {
	margin: 0;
}
.pricebanner {
	display: inline-block;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricebanner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pricebanner>* {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.is-flex .pricebanner_subtitles {
    margin-bottom: 20px;
}
.pricebanner_subtitles {
	    margin-right: 2% !important;
    margin-left: 2% !important;
    width: 30% !important;
    font-size: 12px;
    position: relative;
    text-align: center;
    z-index: 1000;
    font-family: Arial;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 175px;
    width: 26%;
    float: left;
    padding: 20px 20px 52px 20px;
    box-sizing: border-box;
    position: relative;
    /* width: 100%; */
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
    text-align: center;
    border-radius: 6px;
    margin-top: 0px !important;
    border: solid 1px #ccc !important;
    background: #fff !important;
}
.pricebanner_subtitles:hover, .pricebanner_subtitles_right:hover {
	color: #fff;
	background: #21366c;
	cursor: pointer;
}
.pricebanner_subtitles:hover .pricebanner_title, .pricebanner_subtitles:hover .pricebanner_title strong, .pricebanner_subtitles:hover .pricebanner_title + div .price, .pricebanner_subtitles_right:hover .pricebanner_title_right, .pricebanner_subtitles_right:hover .pricebanner_title_right strong, .pricebanner_subtitles_right:hover .pricebanner_title_right + div .price, .pricebanner_subtitles:hover .price_inclusive, .pricebanner_subtitles:hover ul.ticklist li {
	/*color: #fff;
	text-decoration: none;
	background: #21366c;*/
}
.pricebanner_subtitles:hover a {
	text-decoration: none;
}
.pricebanner_subtitles:hover .button-blue {
	background-color: #fff;
	color: #21366c !important;
}
.pricebanner_subtitles:hover ul.ticklist li {
	background: url(../images/tick-green.png) no-repeat scroll left 8px !important;
}
.pricebanner_subtitles:hover > ul li, .pricebanner_subtitles_right:hover > ul li {
	background: url(../images/tick-green.png) no-repeat scroll left 8px !important;
}
.pricebanner_subtitles_right {
	background: #d93d55 none repeat scroll 0 0;
	border: 0px solid #f3ecd2;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	height: 220px;
	right: 50%;
	margin-right: -595px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 325px;
	width: 300px;
	z-index: 1000;
	font-family: Arial;
	box-sizing: border-box;
	min-height: 230px;
}
.pricebanner_title {
	    border: none;
    color: #21366c;
    font-size: 19px;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 7px 7px;
    position: relative;
    text-align: center;
    top: 0;
    border-bottom: 1px solid #e8e6e6;
    min-height: 66px;
    width: 100%;
    z-index: 1002;
    font-weight: bold;
    box-sizing: border-box;
}

.pricebanner_title_border {
	background: #d93d55 none repeat scroll 0 0;
	border: 0px solid #f3ecd2;
	color: #fff;
	font-size: 12px;
	left: 50%;
	margin-left: -635px;
	overflow: hidden;
	padding: 7px 7px 7px;
	position: absolute;
	text-align: center;
	top: 284px;
	width: 300px;
	z-index: 999;
	height: 60px;
	font-family: georgia;
}
.pricebanner_title_right {
	background: #d93d55 none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	padding: 7px 7px 7px;
	position: relative;
	text-align: center;
	z-index: 1002;
	font-family: arial;
	border: none;
	top: 0px;
	width: 100%;
	margin-right: 0;
	box-sizing: border-box;
}
.pricebanner_title_right_border {
	background: #d93d55 none repeat scroll 0 0;
	border: 5px solid #f3ecd2;
	color: #fff;
	font-size: 12px;
	right: 50%;
	margin-right: -635px;
	overflow: hidden;
	padding: 7px 7px 7px;
	position: absolute;
	text-align: center;
	width: 300px;
	font-family: georgia;
	height: 60px;
	z-index: 999;
	top: 284px
}
.pricebanner_title strong, .pricebanner_title_right strong {
	    font-size: 19px;
    letter-spacing: 0px;
    font-family: Arial;
}
.pricebanner_subtitles strong {
    flex: 0 1 26%;
}
strong.price {
	font-size: 22px;
	font-weight: 700;
	color: #b53338;
	margin: 5px 15px;
}
.pricebanner_subtitles img {
	width: 150px;
}
.pricebanner_subtitles ul {
}
.pricebanner_subtitles ul li {
}
.banner-left {
	left: 0px;
	position: absolute;
	top: 18px;/*	width: 150px;*/
}
.price_inclusive {
	width: 100%;
	display: block;
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	color: #272727;
}
.button-block {
	  width: 100%;
    position: absolute;
    float: left;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
}
.button-blue {
	background-color: #21366c;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    position: relative;
    left: 0;
    bottom: 0;
    /* margin-top: 5px; */
    /* border-radius: 9px; */
    border-radius: 0 0 6px 6px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.datepicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.datepicker > div {
	display: none;
}
.datepicker table {
	width: 100%;
	margin: 0;
}
.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.datepicker td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datepicker td.day.disabled {
	color: #eeeeee;
}
.datepicker td.old, .datepicker td.new {
	color: #999999;
	background-color: #efefef;
	border-radius: 0;
}
.datepicker td.active, .datepicker td.active:hover {
	color: #ffffff;
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
	color: #ffffff;
	background-color: #0044cc;
 *background-color: #003bb3;
}
.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
	background-color: #003399 \9;
}
.datepicker td span {
	display: block;
	width: 47px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 2px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.datepicker td span:hover {
	background: #eeeeee;
}
.datepicker td span.active {
	color: #ffffff;
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
	color: #ffffff;
	background-color: #0044cc;
 *background-color: #003bb3;
}
.datepicker td span.active:active, .datepicker td span.active.active {
	background-color: #003399 \9;
}
.datepicker td span.old {
	color: #999999;
}
.datepicker th.switch {
	width: 145px;
}
.datepicker th.next, .datepicker th.prev {
	font-size: 21px;
}
.datepicker thead tr:first-child th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
	background: #eeeeee;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.table-condensed > thead > tr > th {
	font-weight: bold;
	color: #000;
}
.form-control:focus {
	border-color: #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 204, 204, 0.6);
}
ul.ticklist {
	    text-align: left;
}
ul.ticklist li {
    font-size: 14px;
    font-style: italic !important;
    font-family: arial;
}
ul.ticklist li {
	background: rgba(0, 0, 0, 0) url(../images/tick-green.png) no-repeat scroll left 8px;
    border: medium none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 3px 0 0 25px;
    list-style: none;
}
ul.anchorlist li {
	background: rgba(0, 0, 0, 0) url("../images/list_anchor.png") no-repeat scroll left 4px;
	padding: 0 0 0 20px;
	height: auto;
	font-style: normal;
}
ul.greentick li {
	background: rgba(0, 0, 0, 0) url("../images/gtick.png") no-repeat scroll left 3px;
}
ol.numberlist {
	list-style: initial;
	list-style-type: decimal;
	margin-left: 20px;
}
img.review_star {
	width: 12px !important;
	height: 12px !important;
}
h3.faq {
	border: 1px solid #cecece;
	font-size: 17px;
	font-family: gotham;
	font-weight: bold;
	margin: -1px;
	padding: 20px;
	background-color: #ececec;
	text-transform: none;
}
h3.faq span {
	float: right;
}
h3.ui-accordion-header-active {
	color: #000;
}
div.answer {
	padding: 20px;
}
strong.circle {
	display: block;
	text-align: center;
	font-size: 80px;
	color: #000;
	margin-bottom: 20px;
}
strong.circle img {
	vertical-align: text-bottom;
}
#Layer_1 {
	background-color: green;
}
.slicer_note {
	color: #21468b;
	font-family: Arial;
	font-weight: bold;
	left: 0;
	position: relative;
	text-align: center;
	z-index: 0;
	border-radius: 0px;
}
.slicer_note h1 {
	background: rgba(255,255,255,0.90);
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px 3px;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 0px;
	font-family: Arial;
}
.slicer_note hr {
	width: 50%;
	color: #fff;
	margin: 30px auto 20px;
	opacity: 0.65;
}
.languages {
	position: relative;
	float: right;
	color: black;
	width: 25%;
	text-align: right;
	display: block;
}
ul.languages_right {
	position: relative;
	float: right;
	color: black;
	width: auto;
	text-align: right;
}
ul.languages_right span {
	margin-left: 5px;
}
ul.languages_right li {
	border-bottom: 1px solid #eaeaea !important;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px 2px 0px;
    margin: 0 5px !important;
    font-size: 15px;
    box-sizing: border-box;
}
ul.languages_right li img {
	vertical-align: middle;
}
ul.languages_right li:first-child img:first-child {
    padding-right: 4px;
}

ul.languages_right li img {
    vertical-align: middle;
}
ul.languages_right li:first-child img:nth-child(even) {
    float: right;
    margin-top: 10px;
}

ul.languages_right a, ul.languages_right a:hover, ul.languages_right a:visited {
	color: black;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
ul.languages_right ul {
	position: absolute;
    display: none;
    z-index: 1002;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    opacity: 1;
    padding: 12px 8px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 358px;
    right: 0px;
    line-height: 2;
    font-size: 15px;
    font-family: Arial;
    box-sizing: border-box;
}
ul.languages_right ul li {
	width: 45%;
	margin-left: 0;
	margin-right: 4%;
	border: 0;
}
ul.languages_right ul li span {
	display: inline;
	margin-left: 5px;
	overflow: hidden;
	font-weight: normal;
}
ul.languages_right ul li a {
	color: #1b75bc !important;
}
ul.languages_right ul li a:hover {
	color: #1b75bc !important;
	text-decoration: underline;
}
ul.languages_right li:hover ul {
	display: block;
}

ul.languages_right ul li {
    width: 45% !important;
    margin-left: 0;
    margin-right: 4%;
    border: 0;
}
l.languages_right li:first-child img:first-child {
    padding-right: 4px;
}

.separator {
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}
.copyr {
	font-size: 14px;
	    padding-bottom: 20px;
}
.call-us {
	position: relative;
	color: #666666;
	float: right;
	width: 100%;
	text-align: right;
}
.mmsi_licence {
	left: 53px;
	background-color: rgba(255, 255, 255, 1.00);
	position: absolute;
	text-align: center;
	bottom: 34px;
	width: 300px;
	border-radius: 10px;
	min-height: 150px;
	box-sizing: border-box;
	z-index: 10005;
}
.mmsi_licence:hover {
	background: #d93d55;
	color: #fff;
}
.mmsi_licence:hover > a, .mmsi_licence:hover a + ul li {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}
.mmsi_licence:hover a + ul li {
	background: url(../images/white-tick.png) no-repeat scroll left 4px !important;
}
.mmsi_licence > a, .mmsi_licence > a:visited {
	font-size: 22px !important;
	color: #69a939;
	display: block;
	font-weight: bold;
	padding: 10px 0;
}
.mmsi_licence .ticklist li {
	line-height: 1.4;
	font-size: 12px;
	color: #666666;
	height: auto;
	font-style: normal;
	background: url("../images/green-tick2.png") no-repeat scroll left 4px !important;
}
div.trustpilot {
	background-color: rgba(255, 255, 255, 1.00);
	/*border: 1px solid #69a939;*/
	padding: 22px 7px;
	margin-top: -22px;
	margin-bottom: -20px;
	position: relative;
	float: left;
	text-align: center;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 150px;
	border: solid 1px transparent;
}
.trustpilot:hover {
	background: #fff;
	border: solid 1px #f3f3f5;
	color: #69a939;
}
div.trustpilot > span {
	color: #69a939;
	display: block;
	font-size: 28px;
	font-weight: bold;
	padding: 7px 0 13px 0;
}
div.trustpilot img {
	width: 170px;
}
.ipad_show_boxes {
	display: none;
}
.facebook{
	background: url("https://802e79350b7614915f82-b993e2caa619ca155569d72ccaf5682c.ssl.cf1.rackcdn.com/images/facebook_circle2.png?v=1.4") no-repeat;
    width: 38px;
    height: 38px;
    text-decoration: none;
    justify-content: center;
    display: inline-block;
    background-size: 100%;
}
.social {
    float: unset;
    margin-top: 0px;
    /* height: 24px; */
    /* width: 24px; */
    display: flex;
    justify-content: center;
    /* width: 100%; */
    padding-bottom: 20px;
}

#menu-toggle{display:none}

.cookie {
	color: rgb(255, 255, 255);
	background-color: rgb(35, 122, 252);
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	position: fixed;
	bottom: 0;
	z-index: 100000;
}
.cookie_button {
    color: rgb(255, 255, 255);
    opacity: 1 !important;
    display: inline-block;
    padding: .2em;
    background-color: #fff;
    color: rgb(35, 122, 252);
    background: transparent;
    border: solid 1px #fff;
    /* padding: 10px 25px; */
    min-width: 144px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    padding: .4em .8em;
}
.cookie_button:hover {
	background:#fff;
	color: rgb(35, 122, 252) !important;
	opacity:1 !important;
}
.cookie_container{
	color: #fff;
	background-color: rgb(35, 122, 252);
	opacity: 1;
}
.cookie_container a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
	opacity: 0.8;
}
.cookie_container a:hover {
	color: #fff;
	text-decoration: none;
}

header {
    background: #fff;
}


footer{
	    background: #21366c;
    width: 100%;
}
footer .contactaddress{
display:flex	
}
footer .contactaddress p{
	display:inline-block;
	width:33% !important; 
	text-align: left;
	margin: 0;
}


.sc_title_underline {
    padding-bottom: 30px;
    color: #050f36;
    position: relative;
    padding-top: 15px;
}
.h5-big {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.0;
    text-align: left;
}

.sc_title_underline:before {
    content: ' ';
    display: block;
    position: absolute;
    border-top: 1px solid #e5edf1;
    height: 0;
    width: 110px;
    min-width: 110px;
    left: 0;
    bottom: 0.1em;
}


.sc_title_underline:after {
    content: ' ';
    display: block;
    position: absolute;
    border-top: 2px solid #1842af;
    height: 0;
    width: 40px;
    min-width: 40px;
    left: 0;
    bottom: 0.1em;
}

footer .panel-heading{
display:flex;
    justify-content: space-between;
    align-items: center;
	
	
}

footer ul.mainmenue a, footer ul.mainmenue a:visited {
    color: #fff;
    text-decoration: underline;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu li {
    display: block !important;
    width: 100%;
    text-align: left;
    padding: 0px !important;
}

ul.mainmenue a, ul.mainmenue a:visited {
    color: #585858;
    text-decoration: none;
    margin: 0;
    border: solid 2px transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff !important;
    border-color: transparent !important;
}

.dropdown-menu img {
    margin: 3px 5px 0 0;
}
.mainmenue .dropdown-menu {
    background-color: #f6f8f9;
    border: 0px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.dropdown-menu .divider {
    background-color: #f1efef;
    margin: 1px 0 0;
}

.dropdown-menu > li > a:hover {
    background: #fff !important;
    color: #2b2b2b;
    background: transparent;
    border: solid 2px transparent;
}
ul.languages_right li:first-child {
    width: 169px;
}
.trustpilot_top iframe {
    height: 110px !important;
}
.panel-secondary {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.20) !important;
}
.panel {
    border-radius: 0px !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.index_height {
    min-height: 360px;
}
.panel-body {
       padding: 0px 25px 25px 25px;
    box-sizing: border-box;
}
.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.h2-small {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
    line-height: 1.0;
        color: #666666;
}
.h2-small strong {
   
        color: #666666;
}
.express_service_small {
    width: 98px !important;
    height: 102px;
    position: absolute;
    left: 0;
    top: -50px;
}
.panel p {
    margin-bottom: 0px;
}
.red_text {
    font-size: 20px;
    font-weight: 700;
    color: #b53338;
    margin: 10px 0;
    padding-bottom: 5px;
}
.from {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
    color: #6f6e6ecc;
}
ul.dots {
        list-style-type: disc;
    padding-left: 1em;
    padding-bottom: 22px;
    box-shadow: none;
}
ul.dots li {
    text-align: left;
    font-size: 15px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
ul {
    /* list-style: none; */
    padding: 3px 0 0 5px;
    margin-left: 5px;
    box-sizing: border-box;
}
.list-group+a {
    position: absolute;
    bottom: 34px;
    left: 42%;
}
.panel-body:after {
    clear: both;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
}




.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0em;
    border: none;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #2f74bb;
    font-weight: 700;
    vertical-align: middle;
        color: #fff;
}
.tablepress thead th {
    border-bottom: 1px solid #2c5988;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress .even td {
    background-color: #fff;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress tbody td {
    vertical-align: top;
}
.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex {
    flex-wrap: nowrap !important;
}

row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex .pricebanner_subtitles {
    margin-bottom: 20px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 13px 48px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-radius: 3px;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-group-lg>.btn, .btn-lg {
   padding: 13px 48px !important;
    font-size: 20px !important;
    line-height: 1.3333333 !important;
    border-radius: 3px !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    background: #002568 !important;
    border-radius: 0px;
    border: 0px;
}
.afterticklist +ul {
    padding: 3px 0px 52px 5px !important;
}

.pricebanner_subtitles:hover .pricebanner_title, .pricebanner_subtitles:hover .pricebanner_title strong, .pricebanner_subtitles:hover .pricebanner_title + div .price, .pricebanner_subtitles_right:hover .pricebanner_title_right, .pricebanner_subtitles_right:hover .pricebanner_title_right strong, .pricebanner_subtitles_right:hover .pricebanner_title_right + div .price, .pricebanner_subtitles:hover .price_inclusive, .pricebanner_subtitles:hover ul.ticklist li {
    color: #21366c;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #3f5898 !important;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.pricebanner_subtitles_delaware {
    width: 30%;
}


.delawareboxes .pricebanner_subtitles .tophead {
    background: #ebe7e0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0;
    padding: 8px 20px 2px 20px;
    height: 50px;
    width: 100%;
    align-items: center;
}

.delawareboxes .pricebanner_title {
    border: none;
    color: #21366c;
    font-size: 19px;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 7px 7px;
    position: relative;
    text-align: center;
    top: 0;
    /* border-bottom: 1px solid #e8e6e6; */
    min-height: 66px;
    width: 100%;
    z-index: 1002;
    font-weight: bold;
    box-sizing: border-box;
}
.delawareboxes .pricebanner_title strong, .pricebanner_title_right strong {
    font-size: 18px;
    letter-spacing: -1px;
}



.delawareboxes .pricebanner .pricebanner_subtitles:first-child {
    margin-left: 0% !important;
}
.delawareboxes .pricebanner:last-child .pricebanner_subtitles {
    width: 30%;
}
@media only screen and (min-device-width: 1024px){
.delawareboxes .pricebanner_subtitles {
    margin-top: 75px;
}
}
.delawareboxes .pricebanner_subtitles {
    margin-top: 100px !important;
}
.delawareboxes .pricebanner_subtitles {
    background: #fff none repeat scroll 0 0;
    font-size: 12px;
    position: relative;
    text-align: center;
    z-index: 1000;
    font-family: Arial;
    margin-right: 2% !important;
    margin-left: 0% !important;
    width: 32% !important;
    margin-top: 0px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    /* width: 100%; */
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
    text-align: center;
    border-radius: 6px;
    z-index: 0;
}

.delawareboxes .pricebanner .pricebanner_subtitles:last-child {
    /* display: inline-block; */
    margin-right: 0% !important;
    display: flex;
    flex-direction: column;
    height: auto;
}


.delawareboxes .pricebanner_subtitles {
    margin-top: 100px !important;
}


.delawareboxes .price_div {
       width: 100% !important;
    display: flex;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    font-size: 14px;
    font-style: italic;
    color: #21366c !important;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
}


.delawareboxes .slicer_note+.pricebanner .pricebanner_subtitles:first-child .price_div input[type=radio], .delawareboxes .slicer_note+.pricebanner .pricebanner_subtitles:nth-child(2) .price_div input[type=radio] {
    margin: 10px 9px 0 0;
    float: left;
    text-align: left;
}

.delawareboxes .pricebanner_subtitles strong {
    flex: 0 1 26%;
        white-space: nowrap;
      
}
.delawareboxes .pricebanner_subtitles strong:first-child {
    flex: 0 1 100%;
   
    white-space: nowrap;
    text-align: center;
}
.delawareboxes strong.price {
   font-weight: 700;
    color: #b53338;
    font-size: 15px;
    width: 90px;
    text-align: left;
    display: inline-block;
    float: right;
    margin: 3px 0px;
    margin-left: auto;
}


.delawareboxes ul.ticklist {
    display: inline-block;
    width: 100%;
    margin: 10px 0 !important;
    border-top: 1px solid #e8e6e6;
    padding-top: 10px;
}
.delawareboxes .servicefee {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
}

.delawareboxes .servicefee span {
    display: flex;
    border: solid 1px #69a93963;
    border-radius: 3px;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0px 8px 12px;
    color: #21366c;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    flex-wrap: wrap;
    align-items: center;
}

.delawareboxes .notetxt {
    color: #000 !important;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    margin-top: auto;
}

.delawareboxes .button-block {
    width: 100%;    
    float: l;
    float: left;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
        position: relative;
}
.delawareboxes .button-blue {
    background-color: #21366c;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 20px;
    position: relative;
    left: 0;
    bottom: 0;
    /* border-radius: 0 0 6px 6px; */
}

.delawareboxes .servicefee span:hover, .delawareboxes label.radio input:checked + span {
    background: #3598db;
    color: #fff;
    border: solid 1px transparent;
    cursor: pointer;
}


.tp-widget-businessinfo{
font-size: 14px;
    color: #191919;
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    
}
@media screen and (min-width: 235px){
.tp-widget-businessinfo__trustscore::after {
    content: '|';
    margin: 0 2px;
}
.tp-widget-businessinfo__trustscore, .tp-widget-businessinfo__total {
    display: inline-block;
    vertical-align: middle;
}
}