/*siteart.gr - pcmanager.gr*/

html:lang(en-gb) { 
	/*english site specific styling*/
}
html:lang(el-gr) { 
	/*greek site specific styling*/
}

@media screen and (max-width: 768px) {
}

/*vertical align*/
	/*position: relative;
  	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);*/

/*COLORS
#7b6a58
#BCA875
#2f2118 / dark
*/


/*GLOBAL OVERRIDES*/
body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	color: #000000; 
} 
hmtl, body, .t3-wrapper {
	padding: 0;
	margin: 0;
}
/*BOOTSTRAP OVERRIDES*/
/*#slider .row .col-xs-12 {
	padding-left: 0; 
	padding-right: 0;
}*/

/*FOOTER*/
.footer img {
	max-width: 100%;
}
footer#t3-footer {
	background: none; 
	background-color: #000000;
	background-image: none;
	border-top: none;
	color: #000000;
}
section.t3-copyright {
	padding-top: 0; 
	padding-bottom: 0;
	border-top: none;
	color: #ffffff;
}
div.pcmplustoocopyright {
	text-align: center;
	font-size: 15px; 
	letter-spacing: 0.1em;
	line-height: 1;
	padding-top: 32px;
	padding-bottom: 22px;
}
div.pcmplustoocopyright:after {
	content: "";
	border-bottom: 1px solid #BCA875;
	width: 876px; 
	position: absolute; 
	left: 50%; 
	margin-left: -438px;
	bottom: 0;
}
div.pcmplustoocopyright::after {
	content: "";
	border-bottom: 1px solid #00adbb;
	/* border-bottom: 1px solid #3587CB; */
	width: 876px;
	position: absolute;
	left: 50%;
	margin-left: -438px;
	bottom: 0;
}
div.pcmplustoocopyright strong {
	color: #00adbb;
	/* color: #3587CB; */
}
div.pcmcopyright {
	text-align: center;
	font-size: 10px; 
	letter-spacing: 0.1em; 
	line-height: 1; 
	padding-top: 30px;
	padding-bottom: 22px; 
	color: #ffffff;
}
div.pcmcopyright a {
	color: #ffffff;
}
div.pcmcopyright a:hover, 
div.pcmcopyright a:focus {
	text-decoration: none; 
	/*color: #BCA875;*/
	color: #3587CB;
}

@media screen and (max-width: 876px) {
	div.pcmplustoocopyright:after {
		width: 100%; 
		left: 0;
		margin-left: 0;
	}
	div.pcmplustoocopyright::after {
		width: 100%; 
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	span.pcmcopyrightborder {
		display: none; 
		visibility: hidden;
	}
	span.pcmcopy { 
		float: left; 
		width: 100%; 
		margin-top: 10px;
	} 
	span.pcmreserved {
		clear: both; 
		float: left; 
		text-align: center; 
		width: 100%;
	}
}

/*BACK TO TOP*/
.back-to-top {
	/*background-color: rgba(0, 0, 0, 0.3);*/
	background-image: url('../images/backtotop.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 15px;
	margin: 0;
	position: fixed;
	right: 15px;
	width: 59px;
	height: 59px;
	z-index: 1000;
	opacity: 0;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
}
     
.back-to-top.reveal {
	cursor: pointer;
	opacity: 0.6;
}
.back-to-top.reveal:hover, 
.back-to-top.reveal:focus, 
.back-to-top.reveal:active {
	/*background-color: rgba(0, 0, 0, 1);*/
	opacity: 1;
}

/*HEADER*/
#t3-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}
/*logo*/
.logo {
	text-align: center; 
}
.logo p {
	margin-bottom: 0;
}
.logo a {
	outline: none;
}
#t3-header .logo .logo-image {
	margin-top: 30px;
}
.logo img {
	max-width: 100%;
}
/*mainmenu*/
.navbar-default {
	background-color: transparent;
	background-image: none; 
	background: none;
	border: none; 
	border-radius: 0; 
	box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	/*padding: 45px 15px;*/
	padding: 45px 0;
}
#t3-headerfixed .navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar {
	min-height: 1px;
}
#t3-headerfixed .navbar-default .navbar-nav > li > a {
	/*padding: 20px 15px;*/
	padding: 20px 0;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.highlighted > a {
	color: #00adbb !important;
	/* color: #3587CB !important; */
	outline: none;
}
.navbar-default .navbar-nav > li > a:focus {
	outline: none;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	#t3-header {
		position: absolute;
		z-index: 999;
		width: 100%;
		background-color: rgba(255,255,255,1);
	}
}
	
/*fixed and relative header on scroll*/
#t3-headerfixed {
	display: none;
}
#t3-headerfixed.headerscrolledoff {
	position: fixed; 
	display: block !important; 
	width: 100%; 
	background-color: rgba(0,0,0,0.6); 
	left: 0; 
	top: 0;
	opacity: 0; 
	z-index:1000;
	padding: 5px 5px;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
}
#t3-headerfixed.headerscrolledon {
	position: fixed; 
	top: 0; 
	background-color: rgba(0,0,0,0.8);
	opacity: 1;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
} 
.logofixed { 
	padding: 16px 0;
}

/*********************** Horizontal list items - fit to 100% with even spacing - START ************************/
#t3-mainnav ul.navbar-nav {
	font-size: 0; /* Eliminate spacing between inline block elements */
    text-align: justify;
    width: 100%;
    /*background: #cacaca;*/
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0; 
}
#t3-mainnav ul.navbar-nav:after, 
#t3-mainnav ul.navbar-nav::after {
    content: 'abc';
    display: inline-block;
    width: 100%;
    height: 0;
}
#t3-mainnav ul.navbar-nav li {
    display: inline-block;
    /*background: #fafafa;*/
    font-size: 1rem; /* Reuse root element's font size */
	float: none;
}
/*********************** Horizontal list items - fit to 100% with even spacing - END ************************/

/*********************** Horizontal list items - fit to 100% with even spacing - for fixed nav - START ************************/
#t3-mainnavfixed ul.navbar-nav {
	font-size: 0; /* Eliminate spacing between inline block elements */
    text-align: justify;
    width: 100%;
    /*background: #cacaca;*/
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0; 
}
#t3-mainnavfixed ul.navbar-nav:after, 
#t3-mainnavfixed ul.navbar-nav::after {
    content: 'abc';
    display: inline-block;
    width: 100%;
    height: 0;
}
#t3-mainnavfixed ul.navbar-nav li {
    display: inline-block;
    /*background: #fafafa;*/
    font-size: 1rem; /* Reuse root element's font size */
	float: none;
}
/*********************** Horizontal list items - fit to 100% with even spacing - for fixed nav -  END ************************/

@media screen and (max-width: 1660px) {
	.navbar-default .navbar-nav > li > a { 
		/*padding: 45px 10px; */
		letter-spacing: 0em;
	}
	#t3-headerfixed .navbar-default .navbar-nav > li > a { 
		/*padding: 20px 10px; */
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 1484px) {
	li.hideonextralg { 
		display: none !important; 
		visibility: hidden;
	}
}
@media screen and (max-width: 1294px) {
	li.hideonlg { 
		display: none !important; 
		visibility: hidden;
	}
}
@media screen and (max-width: 1167px) {
	li.hideonmd { 
		display: none !important; 
		visibility: hidden;
	}
}
@media screen and (max-width: 1035px) {
	.navbar-default .navbar-nav > li > a, 
	#t3-headerfixed .navbar-default .navbar-nav > li > a { 
		/*padding: 23px 6px; */
	}
}
@media screen and (max-width: 944px) {
	li.hideonsm { 
		display: none !important; 
		visibility: hidden;
	}
}
@media screen and (max-width: 768px) {
	#t3-headerfixed.headerscrolledoff, 
	#t3-headerfixed.headerscrolledon {
		display: none !important;
	}
}
/*off-canvas*/
button.off-canvas-toggle, 
button.off-canvas-toggle:hover, 
button.off-canvas-toggle:focus {
	/*background-color: #BCA875; */
	/* background-color: #174259; */
	float: right;
	background-color: transparent;
	color: #000000;
}
button.off-canvas-toggle i.fa-bars {
	font-size: 28px; 
}

#t3-off-canvas {
	/* background-color: #BCA875; */
	/* background-color: #174259; */
	z-index: 99999;
	background-color: #00818A;
}
.t3-off-canvas .t3-off-canvas-body {
	padding: 40px 12px 24px;
}
#t3-off-canvas .accordeonck ul li {
	color: #ffffff;
	border-bottom: none;
	border-radius: 0;
	margin-bottom: 10px;
}
#t3-off-canvas .accordeonck ul li#item-103, 
#t3-off-canvas .accordeonck ul li#item-102 {
	display: none; 
	visibility: hidden;
}
#t3-off-canvas .accordeonck ul li ul {
	padding-left: 15px;
}
#t3-off-canvas .accordeonck ul li ul li {
	border-top: none; 
	border-radius: 0; 
	list-style-type: none;
}
#t3-off-canvas .accordeonck ul li a {
	font-weight: normal;
	padding: 10px 4px 10px 15px; 
	text-transform: uppercase;
}
#t3-off-canvas .accordeonck ul li a:hover, 
#t3-off-canvas .accordeonck ul li a:focus {
	outline: none;
}


/*SLIDER*/
#slider {
	/*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); */
	position: relative; 
	z-index: 9;
}
@media screen and (max-width: 768px) {
	img.mobileimgslider {
		max-width: 80% !important;
		display: block !important; 
		margin: 0 auto !important;
	}
}

/*SUBSLIDER*/
#subslider {
	/* background-color: #BCA875; */
	/* background-color: #174259; */
	/* background-color: #1B506D; */
	/* background-color: #7b6a58; */
	background-color: #00818A;
	color: #ffffff;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.1em;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	font-weight: 300;
}
#subslider .subslider {
	max-width: 1200px;
	margin: auto;
	float: none;
}
@media screen and (max-width: 768px) {
	#subslider {
		padding-top: 30px; 
		padding-bottom: 30px; 
		font-size: 28px;
		line-height: 40px; 
		letter-spacing: 0em;
	}
}

/*ACCOMMODATION*/
#accommodation {
	padding-top: 60px;
	/* padding-bottom: 80px; */
}
.accommodationtop {
	margin-bottom: 50px;
}
.accommodationtop h3 {
	text-align: center;
	text-transform: uppercase;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	/*color: #BCA875; */
	/*color: #174259;*/
	color: #00adbb;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.accommodationtop h3:after {
    /*border-bottom: 2px solid #000000;*/
    /*border-bottom: 2px solid #174259;*/
    border-bottom: 3px solid #00adbb;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.accommodationtop p {
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: normal;
	line-height: 44px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	max-width: 1024px;
	margin: auto;
	/* color: #000000; */
	/* color: #174259; */
	color: #00adbb;
}

.accommodationbelow {
	background-color: #00818A;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 80px;
}
.accommodationbelow table {
 	table-layout: fixed;
 	width: 850px;
 	text-indent: 20px;
} 
.accommodationbelow table td {
	border-top: 0px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	
} 
.accommodationbelow table td strong {
	border-bottom: 1px solid #ffffff;
	margin-top: 60px;
	display: block;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	font-size: 24px; 
} 

@media screen and (max-width: 900px) {
	.accommodationbelow table {
		width: 100%
	}
} 
@media screen and (max-width: 767px) {
	.accommodationbelow table {
		text-indent: 0px; 
	} 
	.accommodationbelow table td {
		padding: 10px 5px; 
	}
}


/*INTERIOR*/
/*ACCOMMODATION*/
/*SPECIFICATIONS*/
/*EQUIPMENT*/
#interior { 
	padding-top: 60px; 
	padding-bottom: 0; 
}
#specifications {
	padding-top: 60px;
	padding-bottom: 0;
}
#equipment { 
	padding-top: 0; 
	padding-bottom: 0; 
}
#equipment .equipment {
	background-color: #00818A;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
}
.interiortop, 
.specificationstop, 
.equipmenttop {
	margin-bottom: 50px;
}
.interiortop h3, 
.specificationstop h3, 
.equipmenttop h3 {
	text-align: center;
	text-transform: uppercase;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	/*color: #BCA875; */
	/*color: #174259;*/
	color: #00adbb;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.interiortop h3:after, 
.specificationstop h3:after, 
.equipmenttop h3:after {
    /*border-bottom: 2px solid #000000;*/
    /*border-bottom: 2px solid #174259;*/
    border-bottom: 3px solid #00adbb;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.interiortop p, 
.specificationstop p, 
.equipmenttop p {
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: normal;
	line-height: 44px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	max-width: 1024px;
	margin: auto;
	/* color: #000000; */
	/* color: #174259; */
	color: #00adbb;
}
.interiortop ul, 
.specificationstop ul, 
.equipmenttop ul {
	list-style-type: none;
	max-width: 1024px;
	margin: auto;
}
.interiortop ul li, 
.specificationstop ul li, 
.equipmenttop ul li {
	padding: 12px 20px;
	color: #00adbb;
	font-size: 20px;
	font-weight: bold;
}

.interiorbelow {
	background-color: #00818A;
	color: #ffffff;
	font-size: 26px;
	font-weight: 300;
} 
.interiorbelow strong {
	font-weight: 600; 
} 
.interiorbelow .moduletable {
	max-width: 703px;
	margin: 80px auto;
} 
.interiorbelow .moduletable li {
	padding: 12px 20px;
}

.specificationsbelow {
	background-color: #00818A;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 80px;
}
.equipmentbelow {
	background-color: #00818A;
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 80px;
}
.specificationsbelow table, 
.equipmentbelow table {
 	table-layout: fixed;
 	width: 850px;
 	text-indent: 20px;
} 
.specificationsbelow table td, 
.equipmentbelow table td {
	border-top: 0px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} 
.specificationsbelow table td + td, 
.equipmentbelow table td + td {
	text-indent: 0px;
}
.specificationsbelow table td strong, 
.equipmentbelow table td strong {
	border-bottom: 1px solid #ffffff;
	margin-top: 60px;
	display: block;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	font-size: 24px; 
} 

@media screen and (max-width: 900px) {
	.specificationsbelow table, 
	.equipmentbelow table {
		width: 100%
	}
} 
@media screen and (max-width: 767px) {
	.specificationsbelow table, 
	.equipmentbelow table {
		text-indent: 0px; 
	} 
	.specificationsbelow table td, 
	.equipmentbelow table td {
		padding: 10px 5px; 
	}
}

/*VIDEO SLIDER*/
#video .video {
	box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.3);
}
.video-text h3 {
	/*color: #bca875; */
	color: #3587CB;
	font-size: 26px !important; 
	font-weight: 600 !important;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
	letter-spacing: 0.05em;
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'Comfortaa', cursive !important;
}

.video-text table {
	max-width: 600px;
	color: white;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

.video-text table th,
.video-text table td {
	padding: 5px;
	text-align: left; 
	/*border-bottom: 1px solid #bca875; */
	border-bottom: 1px solid #3587CB;
	border-top: none;
}

/*CHARTER*/
#charter { 
	padding-top: 120px; 
	padding-bottom: 120px; 
}
.charter h3 {
	text-align: center;
	text-transform: uppercase;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	/*color: #BCA875; */
	/* color: #174259; */
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #00adbb;
}
.charter h3:after {
    /* border-bottom: 2px solid #000000; */
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
    border-bottom: 3px solid #00adbb;
}
.charter p { 
	font-size: 28px; 
	letter-spacing: 0.05em; 
	font-weight: 600;
	line-height: 44px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	max-width:600px; 
	margin: auto;
}
#fin-name, 
#fin-email, 
#fin-telephone {
	margin: 0 auto;
	width: 630px; 
	text-align: center;
	border-bottom: 1px solid #000000; 
}
#fin-name input, 
#fin-email input, 
#fin-telephone input {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	background: none;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 300;
	text-shadow: none;
	text-align: center;
	width: 100% !important;
}
.charter-dates {
	text-align: center; 
	margin-top: 50px; 
	font-size: 22px;
}
#charter-dates-row-container {
	max-width: 630px; 
	margin: auto;
}
#form-row-charterdatefrom, 
#form-row-charterdateto {
	width: 50%; 
	display: inline-block; 
	text-align: center;
}
#form-row-charterdatefrom label, 
#form-row-charterdateto label {
	max-width: auto; 
	min-width: auto; 
	color: #999999; 
	font-size: 14px; 
	font-weight: normal; 
	display: inline-block; 
	float: none !important;
	padding-top: 0 !important; 
	vertical-align: super;
}
#form-row-charterdatefrom #fin-charterdatefrom, 
#form-row-charterdateto #fin-charterdateto { 
	display: inline-block; 
	float: none !important; 
}
#form-row-charterdatefrom input, 
#form-row-charterdateto input { 
	box-shadow: none; 
	background: none; 
	background-image: none; 
	background-color: transparent; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: 1px solid #000000; 
	border-radius: 0;
}
#form-row-charterdatefrom .gdatetimepicker-panel, 
#form-row-charterdateto .gdatetimepicker-panel {
	border-color: #BCA875 !important; 
	background-color: #BCA875 !important;
}
#form-row-charterdatefrom .gtooltip-arrow,
#form-row-charterdatefrom .gtooltip-arrow-border, 
#form-row-charterdateto .gtooltip-arrow, 
#form-row-charterdateto .gtooltip-arrow-border  { 
	border-top-color: #BCA875 !important; 
}
#form-row-additionalcomments {
	margin-top: 50px;
}
#form-row-additionalcomments label {
	text-align: center !important; 
	font-size: 14px; 
	font-weight: normal;
}
#form-row-additionalcomments #fin-additionalcomments {
	box-shadow: none; 
	background: none; 
	background-image: none; 
	background-color: transparent; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: 1px solid #000000; 
	border-radius: 0;
	margin: auto;
}
#form-row-additionalcomments #fin-additionalcomments textarea {
	box-shadow: none; 
	background: none; 
	background-image: none; 
	background-color: transparent; 
	border: none; 
	border-radius: 0;
}
#form-row-chrono_security_answer {
	margin-top: 30px;
}
#form-row-chrono_security_answer label {
	text-align: center !important; 
	font-size: 14px; 
	font-weight: normal;
}
#form-row-chrono_security_answer label i.fa-asterisk {
	display: none !important; 
	visibility: hidden !important; 
	color: #ffffff !important;
}
#form-row-chrono_security_answer #fin-chrono_security_answer {
	box-shadow: none; 
	background: none; 
	background-image: none; 
	background-color: transparent; 
	border: none; 
	border-radius: 0;
	margin: auto;
}
#form-row-chrono_security_answer #fin-chrono_security_answer input {
	box-shadow: none; 
	background: none; 
	background-image: none; 
	background-color: transparent; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: 1px solid #000000; 
	border-radius: 0;
	
}
#form-row-charter-button #fin-charter-button {
	margin: auto;
}
#form-row-charter-button #fin-charter-button input#charter-button {
	margin: auto;
	/*background-color: #BCA875;*/
	/* background-color: #174259; */
	background-image: none;
	/*border: 1px solid #BCA875;*/
	/* border: 1px solid #174259; */
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: 20px;
	padding: 10px 40px;
	text-shadow: none;
	background-color: #00818A;
	border: 1px solid #00adbb;
}
#form-row-charter-button #fin-charter-button input#charter-button:hover, 
#form-row-charter-button #fin-charter-button input#charter-button:focus {
	outline: none;
	/*background-color: #646567;*/
	/* background-color: #3587CB; */
	background-color: transparent;
	color: #2f2118;
}

@media screen and (max-width: 768px) {
	#charter {
		padding-top: 30px; 
		padding-bottom: 30px;
	}
	#fin-name, 
	#fin-email, 
	#fin-telephone {
		width: auto; 
	}
	#charter .gbs3 .A {
		width: 100% !important;
	}
}

/*CHARTERBELOW*/
.charterbelow {
	padding-top: 90px;
}
.charterbelow img {
	max-width: 100%;
}

/*CONTACT*/
#contact {
	/*padding-top: 120px; 
	padding-bottom: 60px;*/
	padding-top: 180px;
	padding-bottom: 100px;
	background-image: url('../images/contact-photo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.3);
	background-attachment: fixed;
} 
.contactrowdivswrapper {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0; 
	padding: 10px; 
	color: #ffffff;
}
.contactlogorow {
	margin-top: 40px; 
	margin-bottom: 40px;
}
.contactlogo img {
	max-width: 100%;
}
.contactrowdivs {
	margin-bottom: 40px;
}
.contactrowdivs > div {
	margin-top: 20px; 
	margin-bottom: 20px; 
	/*min-height: 300px;*/ 
	text-align: center; 
}
.contactrowdivs > div > div {
	display: inline-block; 
	text-align: center;
}
.contactrowdivs > div h4 {
	margin-top: 0;
}
.contactrowdivs > div a { 
	color: #ffffff;
}
.contactrowdivs > div a:hover, 
.contactrowdivs > div a:focus { 
	/*color: #BCA875;*/
	color: #3587CB; 
	text-decoration: none;
}

.contactbutton {
	margin: 60px 0 0 0; 
	text-align: center; 
}
.contactbutton > div {
	display: inline-block;
	cursor: pointer;
	background-color: #000000;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	letter-spacing: 2px;
	line-height: 20px;
	margin-top: 20px;
	padding: 10px 40px;
	text-shadow: none;
}
.contactbutton > div:hover, 
.contactbutton > div:focus {
	/*background-color: #B1A69E; */
	/*background-color: #BCA875;*/
	/* background-color: #3587CB; */
	background-color: #00818A;
}
@media screen and (max-width: 366px) { 
	.contactbutton > div {
		padding: 10px 20px;
	}
	
}

/*CONTACTFORM*/
section#contactform {
	display: none;
}
section#contactform .gbs3 .A {
	width: 100% !important; 
}
.close-x {
	text-align: right; 
	margin-top: 40px;
	margin-bottom: 40px; 
}
.close-x img:hover {
	cursor: pointer;
}
.contactform {
	margin-bottom: 70px;
}

#fin-contactname, 
#fin-contactemail, 
#fin-contacttelephone, 
#fin-contactmessage {
	margin: 0 auto;
	width: 630px; 
	text-align: center;
	border-bottom: 1px solid #000000; 
}
#fin-contactsend {
	margin: 0 auto;   
}
#fin-contactname input, 
#fin-contactemail input, 
#fin-contacttelephone input, 
#fin-contactmessage textarea, 
#fin-contactsend input {
	text-align: center; 
	display: inline-block; 
	
}
#fin-contactname input, 
#fin-contactemail input, 
#fin-contacttelephone input, 
#fin-contactmessage textarea {
	box-shadow: none; 
	background-image: none;
	background-color: transparent;
	background: none; 
	border-radius: 0; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: none; 
	font-size: 15px; 
	letter-spacing: 2px;
	font-weight: 300;
	text-shadow: none;  
}
#fin-contactsend input {
	box-shadow: none;
	/*background-color: #BCA875;*/
	/*border: 1px solid #BCA875;*/
	/* background-color: #174259; */
	/* border: 1px solid #174259; */
	background-image: none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 2px;
	padding: 10px 40px;
	text-shadow: none;
	height: 40px;
	margin-top: 20px;
	background-color: #00818A;
	border: 1px solid #00adbb;
}
#fin-contactsend input:hover {
	/*background-color: #646567;*/
	/*border: 1px solid #646567;*/
	/* background-color: #3587CB; */
	/* border: 1px solid #3587CB; */
	color: #2f2118;
	background-color: transparent;
}

section#contactform #form-row-chrono_security_answer-contact {
	width: 100% !important;
}
section#contactform #form-row-chrono_security_answer-contact .fa-asterisk {
	display: none; 
	visibility: hidden;
}
section#contactform #form-row-chrono_security_answer-contact label, 
section#contactform #form-row-chrono_security_answer-contact #fin-chrono_security_answer, 
section#contactform #form-row-chrono_security_answer-contact #fin-chrono_security_answer input {
    margin: auto;
    text-align: center !important;
}
section#contactform #form-row-chrono_security_answer-contact label {
	color: #555555; 
	font-weight: normal;
}
section#contactform #form-row-chrono_security_answer-contact #fin-chrono_security_answer-contact {
	margin: auto;
}
section#contactform #form-row-chrono_security_answer-contact #fin-chrono_security_answer-contact input {
	border-radius: 0; 
	border-bottom: 1px solid #646567; 
	border-left: none; 
	border-top: none; 
	border-right: none; 
	box-shadow: none; 
}
section#contactform #form-row-chrono_security_answer-contact #fin-chrono_security_answer-contact input:focus {
}

@media screen and (max-width: 768px) {
	#contact { 
		padding-top: 30px; 
	}
	.contactrowdivs > div {
		text-align: center; 
	}
	.contact-8, 
	.contact-9, 
	.contact-10, 
	.contact-11, 
	.contact-12 {
		display: none; 
		visibility: hidden;
	}
}

@media screen and (max-width: 660px) {
	#fin-contactname, 
	#fin-contactemail, 
	#fin-contacttelephone, 
	#fin-contactmessage {
		width: 90%; 
	}
}


/*debuggin below this point*/

/*html.gecko.firefox.firefox49.firefox49_0.win.win10.js.retina_1x.hidpi.com_k2.view-item.j36.mm-hover.no-touch.datauri.supports.csstransforms3d.csstransformspreserve3d.wf-montserrat-n4-active.wf-active.minw_1200.orientation_landscape body div.t3-wrapper div#t3-mainbody.container.t3-mainbody {
	width: 100% !important;
}*/

/*slidertext styling*/
#slidertext {
	position: absolute; 
	height: 100px; 
	width: 100%;
	margin-top: -100px; 
	background-color: rgba(0,0,0,0.56);
	z-index: 999999;
}
.slidertextleft {
	padding-top: 20px;
}
.slidertextleft img {
	max-width: 100%;
}
.slidertextleft p {
	margin-bottom: 0;
}
.slidertextright {
	padding-top: 16px;
}
.homeslidertext {
}
@media screen and (max-width: 1180px) {
	.homeslidertext {
		font-size: 12px !important;
	}
}
@media screen and (max-width: 998px) {
	.homeslidertext {
		font-size: 10px !important;
	}
}




/*additions for minerva site*/
@media screen and (max-width: 1300px) {
	/*li[data-id="126"] {
		display: none !important; 
	} */
	#t3-header .logo .logo-image {
		margin-top: 35px;
	}
} 
@media screen and (max-width: 1080px) {
	li[data-id="168"] {
		display: none !important; 
	} 
}
@media screen and (max-width: 992px) {
	li[data-id="136"] {
		display: none !important; 
	} 
	#t3-header .logo .logo-image {
		margin-top: 40px;
	}
} 
@media screen and (max-width: 840px) {
	/*li[data-id="127"] {
		display: none !important; 
	}*/
} 
@media screen and (max-width: 768px) {
	#t3-header .logo .logo-image {
		margin-top: 10px;
		text-align: left;
	}
	.accommodationtop h3, .interiortop h3, .specificationstop h3, .equipmenttop h3 {
		font-size: 26px;
	}
	.accommodationtop p, .interiortop p, .specificationstop p, .equipmenttop p  {
		font-size: 22px;
	}
}

/*off-canvas toggle - em fix*/
em.fa.fa-bars {
	font-size: 27px;
}

