/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
#basic-modal {display: none;}
#basic-modal-content {
	display: none;
}

/* Overlay */
#simplemodal-overlay {
	background-color: #333;
}

/* Container */
#simplemodal-container {
	font-family: "Amaranth", Verdana, Arial, Helvetica, sans-serif;
	color: #192133;
	/*	background-image: url(images/popupbackdrop.png);
	background-image: url(images/newsflash.jpg);
	background-repeat: no-repeat;*/
	height: 356px;
	width: 714px;
	background-color: #fff;
/*	border: 1px solid #F0BE28;*/
}
#simplemodal-container .simplemodal-data {padding:8px;}

#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {
	width: 32px;
	height: 32px;
	display: inline;
/*	display: none;*/
	z-index: 3200;
	position: absolute;
	background-color: rgb(25,33,51);
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url(images/closepop.jpg);
	background-repeat: no-repeat;
}
#simplemodal-container a.modalCloseImg:hover {
	background-image: url(images/closepop-ro.jpg);
}
#simplemodal-container h3 {color:#84b8d9;}
#popupstar {
	top: -80px;
	left: 167px;
	position: absolute;
	width: 160px;
	height: 159px;
	background-image: url(images/newsflash-star.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#popupheading {
	font-size: 35pt;
	text-align: left;
	top: 80px;
	left: 40px;
	position: absolute;
	width: 240px;
	font-weight: bold;
	line-height: 117%;
}
#popupbody {
	position: absolute;
	font-size: 16.5px;
	text-align: left;
	top: 453px;
	left: 60px;
	width: 1085px;
	height: 164px;
	line-height: 140%;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	-webkit-column-rule: 1px outset #192133; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #192133; /* Firefox */
	column-rule: 1px outset #192133;
}
.popuplogo {
	background-image: url(img/logo209x149.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	height:150px;
	width: 150px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
#popupsendmeupdates {
	font-family: 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	position: absolute;
	font-size: 16.5px;
	top: 368px;
	left: 1427px;
}
#popupsendmeupdates a:visited {
	color: #fff;
}
#popupsendmeupdates a:link {
	color: #fff;
}
#popupsendmeupdates a:hover {
	color: #f0be28;
}
#popupcharterenquiry {
	font-family: 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	position: absolute;
	font-size: 16.5px;
	top: 368px;
	left: 1182px;
}
#popupcharterenquiry a:visited {
	color: #fff;
}
#popupcharterenquiry a:link {
	color: #fff;
}
#popupcharterenquiry a:hover {
	color: #f0be28;
}
#popupcomingsoon {
	font-family: 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	position: absolute;
	font-size: 15.5px;
	color: #fff;
	height: 21px;
	width: 212px;
	background-color: rgb(222,68,44);
	top: 10px;
	left: 787px;
}
#popupcontactus {
	font-family: 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	position: relative;
	font-size: 16.5px;
	height: auto;
	width: 300px;
	left: 120px;
	top: 80px;
	text-align: left;
}
#popupcontactus a:visited {
	color: #FFF;
}
#popupcontactus a:link {
	color: #FFF;
}
#popupcontactus a:hover {
	color: #f0be28;
}
#popupreducer {
	text-align: center;
	width: 330px;
	margin: auto;
}
#popuplogo {
	position: relative;
	text-align: center;
	margin: auto;
	height: 79px;
	width: 100%;
	top: 12px;
	background-image: url(images/popuplogo.png);
	background-repeat: no-repeat;
	background-position: center;
}