/*###########################################################################*/
/*################################### Reset #################################*/
/*###########################################################################*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
  
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img{
	display:block;
}
address{
	font-style: normal;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none; /* avoid automatic text adjustement in safari on mobiles */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* remove clicked menu hightlight in iphone */
}
ul{
	padding:0px;
}
ul li{
	list-style-type: none;	
}
a:link, a:visited{
	text-decoration:none;
}
a img{
	border:none;
}
a{
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe{
	display:block;
}

/*###########################################################################*/
/*################################# Sprites #################################*/
/*###########################################################################*/

ul.icon li:before,
blockquote:before,
blockquote:after,
.phone:before,
.email:before,
.time:before,
.vhf:before,
.location:before,
.tripAdvisor,
.facebook,
.wifi,
.qr:before,
.collapsible div,
[data-type='dropDBox'] div,
.inputWrap .label div,
.labelRadio div,
.labelCheck div,
.owl-theme .owl-controls .owl-buttons div,
#topArrow,
.imagelightbox-arrow,
#imagelightbox-close,
.moButton div,
.moArrowR,
.moArrowL,
.rBCont .roundButton div,
.scrollDownButton,
.languageButton,
.compass,
.timeLogo,
.fbSmallIcon,
.cookieIcon,
.instSmallIcon,
.iconSquare,
.twSmallIcon{
	background: url('../img/sprite2x.png');
	background-size:800px 800px;
	background-repeat: no-repeat;
}


/*.toApply{
	position: absolute;
	top:-0.1em; left:0;
	width: 25px; height: 25px;
	background-position: -75px -25px;
}*/


/*###########################################################################*/
/*############################### Font Face #################################*/
/*###########################################################################*/

/*@font-face {
  font-family: 'Museo';
  src: url('font/MuseoSansRounded-500-webfont.eot?') format('eot'), 
  url('font/MuseoSansRounded-500-webfont.woff') format('woff'), 
  url('font/MuseoSansRounded-500-webfont.ttf') format('truetype');
}*/

/*@font-face {
  font-family: 'Open';
  src: url('font/OpenSans-Regular-webfont.eot') format('eot'),
  url('font/OpenSans-Regular-webfont.woff') format('woff'), 
  url('font/OpenSans-Regular-webfont.ttf') format('truetype');
}*/

/*###########################################################################*/
/*################# Graphic Acceleration, Font Flickering ###################*/
/*###########################################################################*/

/*.touchscreen .container,*/
.touchscreen .slice{ /* Graphic acceleration on touchscreens */
	/*-webkit-transform: translate3d(0, 0, 0);*/ /* Can make Chrome Mobile to crash */
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/*-webkit-transform: translateZ(0);*/
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-transform: rotateZ(360deg);*/
}

body{
	-webkit-font-smoothing: antialiased; /* Fix Font Flickering With Slideshow, CSS and JS Animations */ 
	/*-webkit-backface-visibility: hidden; /* Fix Flickering With Animations */
}

/* Background attachment */
/*.touchScreen .fixedBackgroundContainer{
	background-attachment:scroll;
}
.touchScreen .backgroundCoverContainer{
	background-size: 100% auto;
	background-repeat:no-repeat;
}*/

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*###########################################################################*/
/*################################## Grid ###################################*/
/*###########################################################################*/


#contentStartAnchor{
	display:block;
	position:absolute;
}
.displayNone{
	display:none;
}

/* ----- container */
.container{
	width:100%;
	float:left;
	/*overflow:hidden; /* for shadow effect on entire container */ 
}
.slice{
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.slice:after{ /* Fix float parent collapsing */
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.limited{
	/*max-width:1300px;*/
	/* max-width:1190px; /* for testing purpose */
	/* width:100%; /* In case of imbricated limited sections, or when it is in a smaller container */
	max-width:1174px; /* 1191 - scoll bar width 17px */
	width:100%;
}
.limitedSmall{
	max-width:850px;
	width:100%; /* In case of imbricated limited sections, or when it is in a smaller container */
}
.limitedTiny{
	max-width:680px;
	width:100%; /* In case of imbricated limited sections, or when it is in a smaller container */
}
.limitedMedium{
	max-width:980px;
	width:100%; /* In case of imbricated limited sections, or when it is in a smaller container */
}
.alLeft{
	text-align:left;
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.limited{
	width:963px; /* 980 - scoll bar width 17px */
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.limited{
	/* width:703px; /* 720 - scoll bar width 17px */
	width:100%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.limited{
	width:100%;
}
}

/* ----- columns */
.col{
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----- even col wrapper */

[data-even]{ 
	overflow: hidden;
}
[data-even] > div{
	float: left;
	width:100%;
	position: relative;
}
[data-even] > div > .col{
	position: relative;
}

/* ---- invert order of columns (practical for mobiles pile order) */
.floatRight > .col,
[data-even].floatRight > div > .col{
	float:right;
}

/* fifty */
.fifty > .col,
[data-even].fifty > div > .col{
	width: 50%;
}
[data-even].fifty > div{
	left: 50%;
}
[data-even].fifty > div > .col{
	right: 50%;
}

/* sixty fourty */
.sixtyForty > .col,
[data-even].sixtyForty > div > .col{
	width: 40%;
}
.sixtyForty > .col:first-child,
[data-even].sixtyForty > div > .col:first-child{
	width: 60%;
}
[data-even].sixtyForty > div{
	left: 60%;
}
[data-even].sixtyForty > div > .col{ 
	right: 60%;
}
[data-even].sixtyForty.floatRight > div{
	left: 40%;
}
[data-even].sixtyForty.floatRight > div > .col{
	right: 40%;
}

/*
Application:
<div class="slice limited colorLeft sixtyForty floatRight" id="mySectionID" data-even="colorRight">
<div class="col">Right col</div>
<div class="col colourMobilePiling ">Left col because of float:right</div>
</div>
*/



@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.limited{
	/* width:970px; /* for testing purpose */
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.limited{
	/* width:710px; /* for testing purpose */
}
.fifty > .col,
[data-even].fifty > div > .col,
.sixtyForty > .col,
.sixtyForty > .col:first-child,
[data-even].sixtyForty > div > .col,
[data-even].sixtyForty > div > .col:first-child,
[data-even].sixtyForty.floatRight > div > .col{
	width: 100%;
	right: 0;
}
[data-even].fifty > div,
[data-even].sixtyForty > div,
[data-even].sixtyForty.floatRight > div{
	left:0;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.fifty > .col,
[data-even].fifty > div > .col,
.sixtyForty > .col,
.sixtyForty > .col:first-child,
[data-even].sixtyForty > div > .col,
[data-even].sixtyForty > div > .col:first-child,
[data-even].sixtyForty.floatRight > div > .col{
	width: 100%;
	right: 0;
}
[data-even].fifty > div,
[data-even].sixtyForty > div,
[data-even].sixtyForty.floatRight > div{
	left:0;
}
}

/*###########################################################################*/
/*################################ Global Styles ############################*/
/*###########################################################################*/

body{
	font-family: 'Open Sans', sans-serif; /* Google Font Imported */
	font-size: 1.1em;
	line-height: 1.6;
	color: #4A4A4A;
	background-color: #0f3954;
	background-image: url(../img/texture.png);
}

/* --------------------------- typo + paragraphs */
a, 
.collapsible{
	color: #F27209;
}
a:hover, 
.collapsible:hover{
	text-decoration: underline;
}
p{
	margin-bottom:1em;
}
h1, h2, h3, h4{
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: bold;
}
h2{
	font-size:1.6em;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
}
.red{
	color:#e62117;
}
/* --------------------------- blocks */

/*.centered{
	text-align:center;
}*/

/* --------------------------- colors */
.colorA{
	background-color: #F5F5F5;
}
.colorB{
	background-color: #FFFFFF;
}

/* --------------------------- dough */
/* Columns dough */
.doughCol{
	padding:0 30px;
}
/* Double dough (with color change from one slice to the next) */
.doubleDoughH1{
	padding:20px 0 80px 0;
}
.doubleDoughH2{
	padding:50px 0 80px 0;
}
.doubleDough{
	padding:80px 0;
}
/* Single dough (just regular spacing between slices) */
.singleDoughH1{
	padding:20px 0 0 0;
}
.singleDoughH2{
	padding:50px 0 0 0;
}
.singleDough{
	padding:80px 0 0 0; /* better at top for auto-scrolling buttons */
}
.singleDoughBottom{
	padding:0 0 80px 0; /* better at top for auto-scrolling buttons */
}
.singleDoughBottomMob{
	padding:0 0 80px 0; /* better at top for auto-scrolling buttons */
}
/* Mobiles latteral dough (default latteral margin on mobiles) */
.mobLatDough{	
}
.tabletLatDough{
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.doughCol{
	padding:0;
}
/* Mobiles latteral dough (default latteral margin on mobiles) */
.singleDoughBottom{
	padding:0; /* better at top for auto-scrolling buttons */
}
.mobLatDough{
	padding-left:30px;
	padding-right:30px;
}
.tabletLatDough{
	padding-left:30px;
	padding-right:30px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */

/* Double dough (with color change from one slice to the next) */
.doubleDoughH1{
	padding:10px 0 60px 0;
}
.doubleDoughH2{
	padding:40px 0 60px 0;
}
.doubleDough{
	padding:60px 0;
}
/* Single dough (just regular spacing between slices) */
.singleDoughH1{
	padding:10px 0 0 0;
}
.singleDoughH2{
	padding:40px 0 0 0;
}
.singleDough{
	padding:70px 0 0 0; /* better at top for auto-scrolling buttons */
}
.singleDoughBottom{
	padding:0; /* better at top for auto-scrolling buttons */
}
.singleDoughBottomMob{
	padding:0 0 60px 0; /* better at top for auto-scrolling buttons */
}
/* mob */
.mobLatDough{
	padding-left:30px;
	padding-right:30px;
}
.doughCol{
	padding:0;
}
.latDough{
	padding-left:30px;
	padding-right:30px;
}
}



/* ------ special mobile */
.mobOnly{ /* usage: <br class="mobOnly" /> */
	display:none;
}

/* ------ hide preloading images ---- */
.preloadingImg{
	display:none;
}
.tabOnly{
	display:none;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.noTab{ /* usage: <br class="noTab" /> */
	display:none;
}
.tabOnly{
	display:inline-block;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.mobOnly{
	display:inline-block;
}
.noMob{ /* usage: <br class="noMob" /> */
	display:none;
}
}


/*###########################################################################*/
/*################################## Preloader ##############################*/
/*###########################################################################*/

#preloadingPage,
#videoPreloader{
	width: 0;
	height: 0;
	line-height: 0;
	border: 22px solid transparent;
	border-radius: 22px;
	border-top: 22px solid;
	border-bottom: 22px solid;
	position: fixed;
	z-index: 9999;
	right: 31px;
	bottom: 31px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	display: none; /* to comment for adjustment */
	border-top-color: #002035;
	border-bottom-color: #002035;
}
#videoPreloader{
	z-index: 0;
	display: block;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
#preloadingPage.activity{
	display:block;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/*###########################################################################*/
/*################################## Overlay ################################*/
/*###########################################################################*/

.overlayPage{
	position:fixed;
	top:0;
	right:0px; /* -17px */
	height:100vh;
	width:40%;
	max-width:100%;
	background-color:#432340;
	transition: transform 400ms cubic-bezier(0.39, 0.58, 0.57, 1);
	transform: translateX(100vw) translateZ(0);
	z-index:999;
	overflow: hidden;
	/* overflow-y: scroll; */
}
.overlayPage.open{
    transform: translateX(0) translateZ(0);
}
.overlayPage .fg{
    min-width:100%;
    min-height:100%;
    background: radial-gradient(ellipse at center, rgba(86, 12, 105, 0.48) 0%,rgb(74, 10, 90) 80%);
}

.overlayClose{
	position:absolute;
	top:13px;
	right:13px;
	z-index:1;
}
button.sl-close:hover .closingCross,
.overlayClose:hover .closingCross{
	transform:rotate(225deg);
}
.touchScreen .overlayPage{
	right:0;
}
/*.overlayMask{
	top:0;
	left:0;
	position:fixed;
	height:100vh;
	width:100vw;
	background-color:rgba(255, 255, 255, 0.59);
	z-index:999;
	display:none;
}
.overlayMask.open{
	display:block;
}*/
.closingCross{
	width: 20px;
	height: 20px;
	position:relative;
	transition:transform 0.5s ease;
	transform:rotate(45deg);
	transform-origin:center;
}
.closingCross:after,
.closingCross:before{
	content:'';
	top:50%;
	left:0;
	position:absolute;
	width:100%;
	height:3px;
	margin-top:-2px;/*To adjust depending on parent size*/
	background-color:#ffffff;
}
.closingCross:after{
	transform:rotate(-90deg);
}

/* ------------------------------- Overlay page customizations */

#cookieConscent{
	position:fixed;
	top:auto;
	bottom:0px;
	right: auto;
	left:0%;
	height:auto;
	width:300px;
	min-height:auto;
	background-color:#003c64;
	border-radius:0px;
	padding:30px 30px 30px 30px;
	box-sizing:border-box;
	font-size:0.9rem;
	transform: translate(-110%, 110%);
    overflow-y: hidden;
    color:#ffffff;
    font-weight:normal;
}
.cookieIcon{
	float:left;
	margin:0 10px 0 0;
	width: 36px; height: 37px;
	background-position: -425px -488px;
}
#cookieConscent.open{
	transform: translate(0, 0);
}
a[data-cookies]{
	background-color:#f58628;
	color:#ffffff;
	padding:6px 14px;
	border-radius:4px;
	font-size:1rem;
	box-sizing:border-box;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin:7px 0 0 0;
}
a[data-cookies]:hover{
	background-color:#F46B06;
	text-decoration:none;
}
#cookieConscent .biggerIcon{
	height: 31px;
	margin-top:-15px;
}


/* ------------------------------- Main Menu */


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}

/*###########################################################################*/
/*######################## Page to Page Transitions #########################*/
/*###########################################################################*/

/* --- content + transitions */
#main{
	position:relative;
}
#main .ctTemp{
	position: absolute;
	top: 0;
	left: 0;
	margin-top:0px;
	width: 100%;
	height:100vh;
	z-index: 2;
    /*transition: margin 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530);*/ /* easeInQuad */
	transition: opacity 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

/* coloring example ... */
.ctWrapper{
	background-color: #333333;
}
.homepage .ctWrapper{
	background-color: #333333;
}



/*############################################################################################################################################*/
/*############################################################################################################################################*/
/*####################################################### Frame + Persistent Elements ########################################################*/
/*############################################################################################################################################*/
/*############################################################################################################################################*/


/* ------------------------------------------------------------------------------ Logo */

.homepage .logo{
	width: 230px;
	margin: 10px 0 0 -115px;
}
.logo{
	width: 180px;
	display: block;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin: 25px 0 0 -90px;
	overflow:hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.logo img{
	max-width:100%;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.homepage .logo{
	width: 210px;
	margin: 40px 0 0 -105px;
}
.logo{
	width: 160px;
	margin: 30px 0 0 -80px;
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.logo,
.homepage .logo{
	position:static;
	width: 190px;
	display: inline-block;
	margin: 10px 0 0 0;
}
.homepage .logo{
	width: 240px;
	margin: 30px 0 0 0;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.logo,
.homepage .logo{
	position:static;
	display: inline-block;
	width: 190px;
	margin: 20px 0 0 0;
}
.homepage .logo{
	width: 220px;
	margin: 30px 0 0 0;
}
}

/* ------------------------------------------------------------------------------ Header */

#header{
	position:absolute;
	z-index:4;
}
.headerColA,
.headerColB,
.headerColC{
	float:left;
	position:relative;
	width:42%;
	min-height:120px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.homepage .headerColB{
	width: 20%;
}
.homepage .headerColA,
.homepage .headerColC{
	width: 40%;
}
.headerColB{
	width: 16%;
}
nav{
	position:absolute;
	top:90px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.homepage nav{
	top:70px;
}

.headerColA nav{
	right:0;
}
.headerColB nav{
	
}

#topHeadingMenu{
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	z-index: 9999;
}
.languageButton{
	width:29px;
	height:20px;
	background-position: -470px -575px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 6px;
}
.instSmallIcon,
.fbSmallIcon,
.twSmallIcon{
	display:inline-block;
	width:26px;
	height:26px;
	background-position: -572px -571px;
	vertical-align:middle;
	margin:0 4px;
}
.twSmallIcon{
	background-position: -601px -571px;
	right:108px;
}
.instSmallIcon{
	background-position: -630px -570px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.homepage nav{
	top:75px;
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.homepage nav{
	top:0px;
}
.headerColA nav,
.headerColC nav{
	display:none;
}
.headerColB,
.homepage .headerColB{
	width: 100%;
	text-align: center;
}
.headerColA,
.headerColC,
.homepage .headerColA,
.homepage .headerColC{
	width: 0;
}

/* top right buttons */
#topHeadingMenu{
	top: 13px;
	right: 20px;
	position: fixed;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.homepage nav{
	top:0px;
}
.headerColA nav,
.headerColC nav{
	display:none;
}
/* top right buttons */
#topHeadingMenu{
	top: 13px;
	position: fixed;
	right: 20px;
}
.headerColB,
.homepage .headerColB{
	width: 100%;
	text-align: center;
}
.headerColA,
.headerColC,
.homepage .headerColA,
.homepage .headerColC{
	width: 0;
}
}

/* ------------------------------------------------------------------------------ Special Announcements */

#websiteContainer{
	float:left;
	width:100%;
	position:relative;
}

#specialsBlock{
	/*background-color: #124567;*/
	color: #FFFFFF;
	/*background: repeating-linear-gradient(
	  -45deg,
	  #0F3954,
	  #0F3954 30px,
	  #124567 30px,
	  #124567 60px
	);*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
	min-height:124px; 
	
}

a.renovations{
	display:block;
	text-align:center;
	background: repeating-linear-gradient(
	  -65deg,
	  #0F3954,
	  #0F3954 30px,
	  #F7812B 30px,
	  #F7812B 60px
	);
	box-sizing: border-box;
	color:#ffffff;
	padding:10px 0;
	width:100%;
	float:left;
	min-height:40px;
}

#specialsBlock .slice{
	text-align:center;
	font-size:0.85em;
}
#specialsBlock .owl-item span{
	font-weight: bold;	
	font-size:1.2em;
}
#specialsBlock .owl-item{
	text-align:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
}
/* nav */
#specialsBlock .owl-buttons {
    margin-top: -30px;
}
#specialsBlock .owl-theme .owl-controls .owl-buttons div{
	width: 31px;
    height: 61px;
    background-position: -600px -150px;
}
#specialsBlock .owl-theme .owl-controls .owl-buttons div.owl-next{
	background-position: -650px -150px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#specialsBlock .slice{
	font-size:0.85em;
}
#specialsBlock .owl-buttons {
   display:none;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#specialsBlock .owl-buttons {
   display:none;
}
#specialsBlock{
	height:auto;
}
#specialsBlock .slice{
	padding: 0 10px;
}
}

/* ------------------------------------------------------------------------------ topMenu */

.topMenuR,
.topMenuL{
	display: block;
	background-color: rgba(0,94,157,0.6);
	float: left;
	padding: 10px 24px;
	font-size: 1.1em;
	color: #FFF;
	border-radius: 3px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position:relative;
}
.topMenuR:hover, 
.topMenuL:hover,
.topMenuR.menuActive, 
.topMenuL.menuActive{
	text-decoration: none;
	background-color: #002D4A;
	color: #FFF;
}
.topMenuR:hover, 
.topMenuL:hover{
	background-color: #f58628;
}
.homepage .topMenuL{
	margin:0 40px 0 0;
}
.homepage .topMenuR{
	margin:0 0 0 40px;
}
.topMenuL{
	margin:0 30px 0 0;
}
.topMenuR{
	margin:0 0 0 30px;





}


/* menu arrow */
.topMenuR.menuActive:after, 
.topMenuL.menuActive:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 50px;
	border-color: transparent transparent #002D4A transparent;
	position:absolute;
	bottom:-200px;
	left:0;
}
[data-pre="usefulpage"] .topMenuR.menuActive:after{
	bottom:-100px;
	left:20px;
}
[data-pre="servicespage"] .topMenuL.menuActive:after{
	bottom:-100px;
	left:8px;
}
[data-pre="marinapage"] .topMenuL.menuActive:after{
	bottom:-100px;
	left:12px;
}
[data-pre="contactpage"] .topMenuR.menuActive:after{
	bottom:-100px;
	left:6px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.topMenuR,
.topMenuL{
	padding: 8px 20px;
	font-size: 1em;
}
.topMenuL{
	margin:6px 35px 0 0;
}
.topMenuR{
	margin:6px 0 0 35px;
}
[data-pre="usefulpage"] .topMenuR.menuActive:after{
	left:15px;
}
[data-pre="servicespage"] .topMenuL.menuActive:after{
	left:5px;
}
[data-pre="marinapage"] .topMenuL.menuActive:after{
	left:12px;
}
[data-pre="contactpage"] .topMenuR.menuActive:after{
	left:0px;
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}

/* ------------------------------------------------------------------------------ Main (Frame) */

#main{
	
}
.homePage #main{
	
}

/* ------------------------------------------------------------------------------ Testimonials */

#testimonialsBlock{
	padding: 100px 0;
	color: #002D4A;
	background-image: url('../conti/headings/heading.jpg');
	background-position: center;
	background-size: cover;
}
.limitedTesti{
	max-width:800px;
	text-align:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.limitedTesti{
	padding:0 30px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#testimonialsBlock{
	padding: 50px 0;
}
.limitedTesti{
	padding:0 30px;
}
}


/* ------------------------------------------------------------------------------ Video */

#videoBlock{
	padding: 120px 0;
	color: #002D4A;
	background-color: #00406A;
	background-image: url('../img/texture.png');
	background-repeat: repeat;	
}
#videoBlock h2{
	width: 100%;
	text-align: center;
	padding: 0 0 80px 0;
	font-size: 2.2em;
	line-height: 1;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#videoBlock .limitedSmall{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#videoBlock{
	padding: 50px 0 0 0;
}
#videoBlock .limitedSmall{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
}
#videoBlock h2{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 50px 30px;
	font-size: 2em;
	line-height: 1.6;
}
}


/* ------------------------------------------------------------------------------ Time And Location */

#timAndLocation{
	padding: 140px 0;
	background-color: #005E9D;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.colGps{
	padding: 20px 0px 20px 80px;
}
.colTimes{
	padding:20px 80px 20px 0px;
	border-right-color: #004F84;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: right;
}
.tiny{
	font-size:0.9rem;
}
.colGps h2,
.colTimes h2{
	margin: 5px 0 15px 0;
	color: #003C64;
	font-weight: bold;
	line-height:1.2;
}
.compass,
.timeLogo{
	display:inline-block;
	width:125px;
	height:125px;
	background-position: -125px -675px;
}
.timeLogo{
	background-position: -375px -675px;
}

.mapButton{
	background-color: #F58628;
	color: #FFFFFF;
	padding: 6px 14px;
	border-radius: 4px;
}
.mapButton:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #F46B06;
}

.weatherWidget{
	box-sizing:border-box;
	padding:30px;
	width:1000px;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#timAndLocation{
	padding: 80px 30px;
}
#timAndLocation .fifty > .col{
	width:50%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#timAndLocation{
	padding: 50px 30px;
}
.colGps{
	padding:40px 0 70px 0;
	text-align: center;
}
.colTimes{
	border-right-style: none;
	text-align: center;
	padding:0 0 50px 0;
}
}

/* ------------------------------------------------------------------------------ Access Map */


#accessMap{
	background-color:white;
	text-align:center;
	padding: 100px 0 100px 0;
}
#accessMap h2{
	padding:0 0 80px 0;
	font-size: 2.8em;
    line-height: 1.2;
	color:#f58628;
}
a.mapContainer{
	display:inline-block;
	max-width:80%;
}
.mapContainer img{
	display:block;
	width:100%;
	height:auto;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#accessMap{
	padding: 80px 0 60px 0;
}
a.mapContainer{
	max-width:100%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#accessMap{
	padding: 60px 0 40px 0;
}
a.mapContainer{
	max-width:100%;
}
#accessMap h2{
	padding:0 0 40px 0;
	font-size: 2em;
}
}

/* ------------------------------------------------------------------------------ No Bridge */

#noBridge{
	
}
#noBridge > div{
	margin:0 auto;
	display: flex;
	/*max-width:1200px;*/
	/*background-color:#005e9d;*/
}
.noBridgeImg{
    width:50%;
    position:relative;
    overflow:hidden;
}
.noBridgeImg div{
	width:100%;
	position:absolute;
    overflow:hidden;
    top:50%;
    transform:translate(0,-50%);
}
.noBridgeImg div img{
	height:100%;
	max-height:700px;
	width:auto;
	position:relative;
	left:50%;
	display:block;
    transform:translate(-50%, 0);
}
.noBridgeText > div{
	position:relative;
	padding:140px 80px;
}
.noBridgeText{
    width:50%;
    color:#ffffff;
}
.noBridgeText h1{
    font-size:2.5rem;
    line-height:1.2;
}
.noBridgeText h1 span{
	font-size:4.2rem;
}
.noBridgeText .txtContainer{
	font-size:1.1rem;
	max-width:350px;
	margin-top:20px;
}

.noBridgeButton{
	display:inline-block;
	background-color: #F58628;
	color: #FFFFFF;
	padding: 8px 18px;
	border-radius: 4px;
	text-shadow:none;
}
.noBridgeButton:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #F46B06;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.noBridgeText h1{
    font-size:2rem;
}
.noBridgeText h1 span{
	font-size:4rem;
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.noBridgeText h1{
    font-size:2rem;
    line-height:1.6;
}
.noBridgeText h1 span{
	font-size:4rem;
    line-height:1;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.noBridgeText h1{
    font-size:2rem;
    line-height:1.6;
}
.noBridgeText h1 span{
	font-size:4rem;
    line-height:1;
}
.noBridgeImg,
.noBridgeText{
   width:100%;
}
.noBridgeImg{
	min-height:500px;
}
#noBridge > div{
	flex-wrap: wrap;
}
.noBridgeText > div{
	position:relative;
	padding:100px 30px;
}
}

/* ------------------------------------------------------------------------------ Close By */

#closeBy{
	padding: 140px 0;
	color: #FFF;
	background-color: #005E9D;
}
.introCloseBy{
	max-width:800px;
	text-align:center;
}
.introCloseBy h2{
	font-size:2.8em;
	line-height:1.2;
	margin-bottom:10px;
}
.roundWindows{
	padding:50px 0 0 0;
	max-width:1000px;
}



.rWindow{
	float:left;
	text-align:left;
	width:33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rWindow a{
	display:inline-block;
	width:250px;
	text-align:center;
}
.rWindow a img{
	max-width: 100%;
	border-radius: 50%;
	border-color: #004777;
	border-style: solid;
	border-width: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rWindow a:hover img{
	border-color: #003E66;
}
.rWindow a:hover span{
	display:inline-block;
	margin:20px 0 0 0;
	background-color: #F46B06;
}
.rWindow a span{
	display: inline-block;
	padding: 8px 18px;
	margin: 20px 0 0 0;
	border-radius: 4px;
	background-color: #F58628;

	color: #FFF;
}

.rWindowA{
}
.rWindowB{
	text-align:center;
	width:34%;
}
.rWindowC{
	text-align:right;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
.roundWindows{
	padding:50px 30px;
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.introCloseBy{
	max-width:600px;
}
.roundWindows{
	padding:60px 0 0 0;
	max-width:700px;
}
.rWindow a{
	display:inline-block;
	width:200px;
	text-align:center;
}

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#closeBy{
	padding: 50px 30px 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introCloseBy{
	max-width:100%;
}
.roundWindows{
	padding:0;
	max-width:700px;
}
.rWindow{
	text-align:center;
	width:100%;
	margin:50px 0 0 0;
}
.rWindow a{
	display:inline-block;
	width:200px;
	text-align:center;
}
.rWindow a span{
	margin: 15px 0 0 0;
}
.introCloseBy h2{
	font-size:2em;
	line-height:1.2;
	margin-bottom:15px;
}
}

/* ------------------------------------------------------------------------------ Ad Space */

.adContainer{
	background-color: #002D4A;
	background-image: url('../img/texture-2.png');
	background-repeat: repeat;	
	padding: 0;
	padding-left:0.3%;
	padding-bottom:30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.partnersIntro{
	width:100%;
	text-align:center;
}
.partnersIntro h2{
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: italic;
	padding: 30px 0;
	font-weight: normal;
}
.adRow{
	max-width:1600px;
	text-align:center;
}
.adBlock{
	display:inline-block;
	width:250px;
	position:relative;
	margin:0 15px;
	/*margin:0 -5px -8px 0;/* compensate inline block spaces */
}
.adBlock img{
	max-width:100%;
}
.adBlock .veil{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.adBlock:hover .veil{
	background-color: rgba(0,94,157,0);
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.adBlock{
	width:200px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.adBlock{
	width:250px;
	margin:0 0 30px 0;
}
.adContainer{
	padding-bottom:20px;
}
.rWindow a{
	width:250px;
}
}

/* ------------------------------------------------------------------------------ Footer */
#footer{
	padding: 100px 0 120px 0;
	background-color: #00406A;
	background-image: url('../img/texture.png');
	background-repeat: repeat;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footerMenu{
	text-align:center;
}
.footerMenu a{
	display: inline-block;
	padding: 8px 18px;
	background-color: #00385E;
	margin: 20px 10px 0 10px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
}
.footerMenu a:hover{
	background-color: #f58628;
	text-decoration: none;
}
.realFooter{
	font-size: 0.7em;
	text-align: center;
	padding: 60px 0 0 0;
	color: #ffffff;
}
.realFooter a{
	color: #ffffff;
}
.managedBy{
	text-align:center;
	padding:60px 0 0 0;
}
.managedBy a{
	display:inline-block;
	margin:40px;
	position:relative;
}
.managedBy a img{
	max-width:100%;
}
.port{
	max-width:140px;
}
.smile{
	max-width:220px;
}
.operated{
	position:absolute;
	top:-30px;
	font-size:0.9rem;
	color:#ffffff;
}
/* sub footer */
.subFooter{
	text-align:center;
	padding: 60px 0 0 0;
}
.subFooter .languageButton,
.subFooter .fbSmallIcon,
.subFooter .twSmallIcon{
	margin: 0 6px;
}
.subFooter .fbSmallIcon{
	width:40px;
	height:40px;
	background-position: -571px -601px;
}
.subFooter .twSmallIcon{
	width:40px;
	height:40px;
	background-position: -617px -601px;
}
.subFooter .instSmallIcon{
	width:40px;
	height:40px;
	background-position: -664px -598px;
}
.subFooter .languageButton{
	margin: 0 0 0 12px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#footer{
	padding: 60px 30px 80px 30px;
}
.managedBy{
	padding:30px 0 0 0;
}
.managedBy a{
	margin:40px 40px;
}
.realFooter{
	padding: 40px 0 0 0;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#footer{
	padding: 40px 30px 80px 30px;
}
.managedBy{
	padding:30px 0 0 0;
}
.managedBy a{
	margin:40px 40px;
}
.realFooter{
	padding: 40px 0 0 0;
}
}

/* ----------------------------------------------------------------------------- Quick Info */

#quickInfo{
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.phone,
.email,
.time,
.location,
.vhf{
	position: relative;
	display: inline-block;
	padding-left: 35px;
}


/* ---------------- Phone(s) */
.phone{
	font-size: 1.2em;
	line-height:1.2;
}
.phone span{
	font-size: 1.3em;
	vertical-align: middle;
	display:inline-block;
	font-weight:bold;
}
.phone span:first-child{
	font-size: 1em;
	vertical-align: middle;
	font-weight:normal;
}
.phone:before{
	position:absolute;
	content:'';
	background-position: -225px -150px;
	width:25px;
	height:50px;
	left:0;
	top:0;
}
.phone.secondary{
	font-size:0.9em;
}
.phone.secondary:before{
	display:none;
}


/* ----------------- Email */
.email{
	margin-top:15px;
}
.email:before{
	position:absolute;
	content:'';
	background-position: -225px -225px;
	width:25px;
	height:25px;
	left:0;
	top:1px;
}

/* ------------- Time */
.time{
	margin-top:2em;
}
.time:before{
	position:absolute;
	content:'';
	background-position: -275px -225px;
	width:25px;
	height:25px;
	left:0;
	top:-1px;
}

/* ---------------- VHF */
.vhf{
	margin-top:2em;
}
.vhf:before{
	position:absolute;
	content:'';
	background-position: -375px -150px;
	width:25px;
	height:50px;
	left:0;
	top:-20px;
}

/* ---------------- Location */

.location{
	margin-top:1.8em;
}
.location:before{
	position:absolute;
	content:'';
	background-position: -275px -150px;
	width:25px;
	height:59px;
	left:0;
	bottom:-2px;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#quickInfo{
	width:280px;
}
.phone{
	font-size: 1.1em;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#quickInfo{
	width:100%;
	padding:0;
	margin: 0;
	text-align:center;
}
#quickInfo h2{
	font-size: 2em;
}
.location{
	text-align:left;
}
/* -- centering phone logo */

/* -- centering time logo */
.time{
	padding-left: 0;
	margin-top:50px;
}
.time:before{
	left:50%;
	margin-left:-13px;
	top:-30px;
}
}

/* ------------------------------------------------------------------------------ Bridge Page */

.bridgeAdContainer{
	display:block;
}
.bridgeAdContainer img{
	display:block;
	width:100%;
	height:auto;
	border-radius:6px;
}

/* ------------------------------------------------------------------------------ Contact Page */
.colContactFirst,
.colContactSecond{
	padding:50px 80px 80px 80px;
	min-height:600px;
}
.colContactFirst{
	text-align:left;
}
.colContactSecond{
	text-align:right;
	padding-top:20px;
}
.colContactSecond > div{
	display:inline-block;
	max-width:400px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}

/* ---------------------------------------------------------------- QR + Social Icons */

.tripAdvisor, 
.facebook, 
.wifi,
.qr{
	display:inline-block;
}

/* ----- icon boxes */

.tripAdvisor{
	width: 168px; height: 31px;
	background-position: -550px -41px;
}
.facebook{
	width: 125px; height: 30px;
	background-position: -625px -102px;
}
.wifi{
	width: 75px; height: 75px;
	background-position: -625px -175px;
}

/* ----- qr code */
.qr:link, .qr:visited{
	position: relative;
	width: 110px;
	height: 110px;
}
.qr img{
	max-width:100%;
}
.qr:before{
	content:'';
	width: 25px; height: 59px;
	background-position: -325px -150px;
	position:absolute;
	top:26px;
	left:-30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* ----------------------------------------------------------------------------------------------------- Video */


.videoContainer{
	position:relative; 
	min-height:700px; 
	overflow:hidden;
	max-height:1000px;
}
video.bgvid{ 
	position: absolute; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto;
	background-size: cover; 
}
video.bgvid.alignTop{
	bottom: auto;
	top:0;
}
.novideo video.bgvid{
	display:none;
}
#raster{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	/*background-image:url('../img/raster.png');*/
	background-repeat:repeat;
	background-color:rgb(15 57 84 / 60%);
}


/* -------------- Alt Slideshow */

.novideo #videoPreloader{
  display:none;
}

.novideo .videoContainer .altPhoto{
	position:absolute;
  	opacity:0;
    height:100%;
	min-width:100%;
	/*max-width:100%;*/
	top:50%; /* keep image centered */
	left:50%; /* keep image centered */
	transform: translate(-50%, -50%); /* keep image centered */
	-webkit-transform: translate(-50%, -50%); 
	-webkit-animation:round 16s infinite; /* timing depends on the amount of pics */
	animation:round 16s infinite; 
}
.novideo .videoContainer .altPhoto:nth-child(4){
	-webkit-animation-delay:0s;
	animation-delay:0s;
}
.novideo .videoContainer .altPhoto:nth-child(3){
	-webkit-animation-delay:4s;
	animation-delay:4s;
}
.novideo .videoContainer .altPhoto:nth-child(2){
	-webkit-animation-delay:8s;
	animation-delay:8s;
}
.novideo .videoContainer .altPhoto:nth-child(1){
	-webkit-animation-delay:12s;
	animation-delay:12s;
}
@keyframes round{   
  25%{opacity:1;}
  40%{opacity:0;}
} 
@-webkit-keyframes round{   
  25%{opacity:1;}
  40%{opacity:0;}
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.videoContainer{
	height:600px; 
	min-height:auto;
}
#raster{
	display:block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #002D4A;
	opacity:0.4;
}
}

/*############################################################################################################################################*/
/*############################################################################################################################################*/
/*############################################################# In-Pages Styles ##############################################################*/
/*############################################################################################################################################*/
/*############################################################################################################################################*/


/* ------------------------------------------------------------------------------ Home Page */

.homeButtons{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 800px;
	height: 180px;
	z-index:3;
	margin:0 0 0 -400px;
}
.rBCont{
	float:left;
	text-align:left;
	width:33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height:1px;
}
.rBContainerB{
	width:34%;
	text-align:center;
}
.rBContainerC{
	text-align:right;
}
.roundButton{
	display: inline-block;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	/*background-color: rgba(0,94,157,0.4);*/
	width: 170px;
	height: 170px;
	text-align: center;
	color: #00385E;
}
.roundButton:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgb(245 134 40);
}
.roundButton span{
	font-size: 1.6em;
	line-height: 1;
	font-weight: bold;
}
.rBCont .roundButton div{
	display: inline-block;
	width:50px;
	height:50px;
	background-position: -425px -425px;
	margin-top:30px;
}
.rBContainerA .roundButton div{
}
.rBContainerB .roundButton div{
	background-position: -500px -425px;
}
.rBContainerC .roundButton div{
	background-position: -575px -425px;
}
.scrollDownButton{
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-44px;
	width:88px;
	height:48px;
	background-position: -50px -425px;
	background-color: rgba(255,255,255,0.2);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	z-index:3;
}
.scrollDownButton:hover{
	background-color: rgba(0,94,157,0.4);
}

.secondaryBanner{
	width:100%;
	float:left;
	text-align:center;
	background-color:#0f3954;
	box-sizing:border-box;
	padding:30px 0;
	background-image: url(../img/texture.png);
}
.secondaryBanner a{
	display:inline-block;
	font-size:0.9rem;
	margin:0 20px;
}
.iconSquare{
	width:37px;
	height:37px;
	background-position:-487px -489px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
}
.iconSquare.water{
	background-position:-487px -489px;
}
.iconSquare.moreservices{
	background-position:-530px -489px;
}
.iconSquare.map{
	background-position:-574px -489px;
}
.iconSquare.recycle{
	background-position:-618px -489px;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.homeButtons{
	bottom: 100px;
	width: 650px;
	margin:0 0 0 -325px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.homeButtons{
	bottom: 0;
	width: 100%;
	margin: 0;
	left: 0;
	height:280px;
}
.scrollDownButton{
	display:none;
}
.roundButton{
	width: 150px;
	height: 150px;
	font-size: 1em;
	display: inline-block;
	border-radius: 6px;
	background-color: rgba(0,94,157,0.6);
	color: #FFFFFF;
	width: 80%;
	height:auto;
	padding:10px 10px 3px 10px;
	text-align: left;
	margin:0 0 20px 0;
	line-height:3.5;
	font-size:0.9em;
}
.roundButton span{
	font-size: 1.4em;
	margin-right:4px;
}
.rBCont .roundButton div{
	margin-top:0;
	margin-right: 10px;
	float:left;
}
.rBCont{
	width:100%;
	min-height:1px;
	text-align:center;
}
.secondaryBanner a{
	margin:10px 20px;
}
}

/* ------------------------------------------------------------------------------ Typical Menu Pages */

.headingImageMenu{
	height: 240px;
	background-image: url('../conti/headings/heading-5.jpg');
	background-position: center;
	background-size: cover;
}

#menuContainer{
	background-color: #002D4A;
	/*background-image: url('../img/texture-2.png');*/
	padding: 90px 0;
	min-height:300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menuSlice{
	width:800px;
	position:relative;
}

.menuSlice .col{
	text-align:center;
	padding:0 0 0 60px;
}
.menuSlice .col.textAlignLeft{
	text-align:left;
}
.menuSlice .col.textAlignRight{
	text-align:right;
}
.menuSlice .col:first-child{
	border-right-color: #001F33;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 0 50px 0 0;
}
.menuSlice .col > ul,
.menuSlice .col > div{
	display:inline-block;
	/*text-align:left;*/
}
.menuText{
	display: inline-block;
	text-align: left;
	max-width: 350px;
	color: #FFF;
}
.menuSlice .col > ul.icon li{
	margin-bottom: 20px;
}
.menuSlice .col > ul.icon li a{
	color: rgba(255,255,255,1);
	padding: 8px 18px;
	border-radius: 4px;
	background-color: #003559;
	
}
.menuSlice .col > ul.icon li a:hover{
	background-color: rgb(245 134 40);
	text-decoration: none;
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#menuContainer{
	padding: 90px 30px;
}
#menuContainer .fifty .col{
	width:50%;
}
.menuSlice{
	width:100%;
}
.menuSlice .col{
	padding:0 0 0 30px;
}
.menuSlice .col:first-child{
	padding: 0 30px 0 0;
}
#menuContainer .menuSlice .col > ul.icon li a{
	line-height:1.8;
	font-size:0.9em;
}
.menuText{
	font-size:0.9em;
}
.headingImageMenu{
	height: 220px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#menuContainer{
	padding: 40px 30px;
}
.menuSlice{
	width:100%;
}
#menuContainer .fifty .col{
	width:100%;
}
.menuSlice h1{
	line-height:1;
	margin:0 0 50px 0;
}
.menuSlice .col:first-child{
	border-right-style: none;
	padding: 0;
	margin:0 0 30px 0;
}
.menuSlice .col{
	text-align:left;
	padding:0;
}
#menuContainer .menuSlice .col > ul.icon li a{
	line-height:1.8;
	font-size:0.9em;
}
.menuText{
	font-size:0.9em;
}

}

/* ------------------------------------------------------------------------------ Contact Page */

.ctPage{
	color: #FFFFFF;	
}
.ctPage .menuSlice .col:first-child{
	border-right-style: none;
	border-left-color: #001F33;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0 0 0 90px;
}
.ctPage .menuSlice .col:last-child{
	padding: 0 60px 0 0;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.ctPage .menuSlice .col:first-child{
	padding: 0 30px 0 60px;
}
.ctPage .menuSlice .col:last-child{
	/*padding: 0 60px 0 30px;*/
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.ctPage .menuSlice .col:first-child{
	margin:0;
}
.ctPage .menuSlice .col h1{
	margin:0 0 20px 0;
}
.ctPage .menuSlice .col{
	text-align:center;
}
.ctPage .menuSlice .col:first-child{
	border-right-style: none;
	border-left-style: none;
	padding: 0;
}
.ctPage .menuSlice .col:last-child{
	padding: 0;
}
}



/* ------------------------------------------------------------------------------ Typical Pages */

.headingImage{
	position:relative;
	height: 240px;
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* page top background variations */
.headingImage.cover-default{
	background-image: url('../conti/headings/heading-1.jpg');
}
.headingImage.cover-1{
	background-image: url('../conti/headings/heading-1.jpg');
}
.headingImage.cover-2{
	background-image: url('../conti/headings/heading-2.jpg');
}
.headingImage.cover-3{
	background-image: url('../conti/headings/heading-3.jpg');
}
.headingImage.cover-4{
	background-image: url('../conti/headings/heading-4.jpg');
}
.headingImage.cover-5{
	background-image: url('../conti/headings/heading-5.jpg');
}
.headingImage.cover-6{
	background-image: url('../conti/headings/heading-6.jpg');
}
.headingImage.cover-7{
	background-image: url('../conti/headings/heading-7.jpg');
}
.headingImage.cover-8{
	background-image: url('../conti/headings/heading-8.jpg');
}
.headingImage.cover-9{
	background-image: url('../conti/headings/heading-9.jpg');
}
.headingImage.cover-10{
	background-image: url('../conti/headings/heading-10.jpg');
}
.headingImage.cover-11{
	background-image: url('../conti/headings/heading-11.jpg');
}
.headingImage.cover-12{
	background-image: url('../conti/headings/heading-12.jpg');
}
.headingImage.cover-13{
	background-image: url('../conti/headings/heading-13.jpg');
}
.headingImage.cover-14{
	background-image: url('../conti/headings/heading-14.jpg');
}
.headingImage.cover-15{
	background-image: url('../conti/headings/heading-15.jpg');
}
.headingImage.cover-16{
	background-image: url('../conti/headings/heading-16.jpg');
}
.headingImage.cover-17{
	background-image: url('../conti/headings/heading-17.jpg');
}


.regularPage{
	/*margin-top:120px;*/
	background-color: #FFFFFF;
	text-align: center;
	min-height: 800px;
}
.regularPage h1{
	width: 100%;
	font-size: 2.3em;
	font-weight: bold;
	margin: 40px 0 30px 0;
}
.regularPage h1, 
.regularPage h2, 
.regularPage h3, 
.regularPage h4{
	color: #666666;
}
.smallerInfo{
	font-size:0.9em;
}
.smallerInfo .smallerInfo i{
	display:inline-block;
}
/* paragraph alignement */
.textAlignLeft{
	text-align:left;
}
.textAlignRight{
	text-align:right;
}
.textAlignCenter{
	text-align:center;
}
/* buttons */
a.inPageButtons{
	display:inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	background-color: #34709A;
	color: #FFFFFF;
	margin:20px 10px 0 10px;
}
a.inPageButtons:hover{
	text-decoration: none;
	background-color: #f58628;
}
a.downloadButton{
	display:inline-block;
	padding: 6px 14px;
	background-color: #666666;
	color: #FFFFFF;
	border-radius:4px;
	margin:20px 10px 0 10px;
}
a.downloadButton:hover{
	text-decoration: none;
	background-color: #525252;
}
i.small{
	font-size: 0.8em;
	display: inline-block;
}
b.bigger{
	font-size: 1.2em;
	display: inline-block;
}
.inlineImg{
	display: inline-block;
}
.logo-resto{ 	
	width:350px; 	
	max-width:80%; 
}
.standAloneImg{
	width:100%;
}
.inlineImg img,
.standAloneImg img{
	max-width:100%;
	margin:0 auto;
	display:block;
}
.limitedHalf{
	width:50%;
	float:left;
}
.inlineImage{
	display:inline-block;
	max-width:100%;
	width:auto;
}
.doubleImageContainer{
	display:inline-block;
	width:100%;
}
.centeredImage{
	text-align:center;
}
span.resaNum{
	background-color: #666666;
	color: #FFFFFF;
	padding:6px 14px;
	border-radius:4px;
	display:inline-block;
	margin:3px 6px;
}
a.orangeButton{
	background-color: #F58628;
	color: #FFFFFF;
}
a.orangeButton:hover{
	color: #FFF;
	background-color: #F46B06;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.headingImage{
	height: 220px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.regularPage h1{
	font-size: 2em;
	line-height:1.3;
}
}


/* ------------------------------------------------------------------------------ Special Elements in Pages */

.marinaLogo{
	margin:0 20px;
}


/* ----------------------------------------------------------------------------- Blog Page */

.blogItem{
	display:inline-block;
	margin:0 0 200px 0;
	color:#666666;
}
.blogItem:hover{
	text-decoration:none;
}
.blogItem .readMore{
	display:inline;
	color: rgba(255,255,255,1);
    padding: 8px 18px;
    border-radius: 4px;
    background-color: #003559;
}
.blogItem .date{
	font-size:0.9em;
	font-style:italic;
}
.blogItem h2{
	padding:20px 0;
}
.blogItem .shortDescription{
	padding:20px 0 35px 0;
}
.illustration{
	width:250px;
	display:inline-block;
	border-radius:50%;
	overflow:hidden;
	border:solid #d7d7d7 10px;
}
.illustration img{
	width:100%;
}


/* ----------------------------------------------------------------------------- Notice Items */
.noticesContainer{
	display:flex;
	flex-wrap: wrap;
}
.noticeItem{
	width:100%;
	display:inline-block;
	margin:0 0 100px 0;
	color:#666666;
	text-align:left;
	padding:0 30px 0px 30px;
	box-sizing:border-box;
	font-size:1rem;
	border-left:solid 10px #dddddd;
}
.noticeItem:hover{
	text-decoration:none;
}

.noticeItem .readMore{
	display:inline-block;
	color: rgba(255,255,255,1);
    padding: 4px 9px;
	font-size:1rem;
    border-radius: 4px;
    background-color: #003559;
	margin-top:15px;
}
.noticeItem:hover .readMore{
	
    background-color: #e36f25;
}

/* ----------------------------------------------------------------------------- Blog Template */

.blogTmplPage h1{
	margin-bottom:10px;
}
.blogTmplPage .date{
	font-size:0.9em;
	font-style:italic;
}
.blogTmplPage .alignLeft{
	text-align:left;
}


/* ------------------------------------------------------------------------------ FAQ Sections*/

.faqSection{
	
}
.faqSection h2{
	
}
.faqSection h3{
	margin:2rem 0 1rem 0;
}
.faqSection h3::before{
	content:'→ ';
}
.faqSection dl{
	margin:2rem 0 0 0;
}
.faqSection dt{
	font-weight:bold;
}
.faqSection dd{
	font-size:0.9rem;
}

/* ------------------------------------------------------------------------------ Paygen Page */

/* template related */

/* paygen */
.paygenpage code{
	display: inline-block;
	font-family: inherit;
	background-color: #666;
	padding: 20px 30px;
	color: #F2F2F2;
	font-size: 0.8em;
	border-radius:4px;
}
.centeredInput{
	display:inline-block;
}
.centeredInput .inputWrap{
	margin-right:0;
}
.paygenpage form{
	float:none;
	clear:both;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}



/*###########################################################################*/
/*################################# Lists ###################################*/
/*###########################################################################*/

ul.icon{
	display:inline-block; /* allow lists with floating objects */
}
ul.icon li{
	position: relative;
	padding-left:2.2em;
	text-align:left;
}
ul.icon li:before{
	position: absolute;
	top:0; left:0;
	width: 25px; height: 25px;
	content: '';
}

/* -------------------------------------- lists variations */
ul.icon.check li:before{
	background-position: -75px -25px;
}
ul.icon.hand li:before{
	background-position: -25px -25px;
}
ul.icon.arrow li:before{
	background-position: -125px -25px;
}
ul.icon.thinArrow li:before{
	background-position: -225px -50px;
}
ul.icon.star li:before{
	background-position: -25px -75px;
}
ul.icon.play li:before{
	background-position: -224px 0px;
}
ul.icon.roundCheck li:before{
	background-position: -175px -75px;
}
ul.icon.info li:before{
	background-position: -125px -75px;
}
ul.icon.smile li:before{
	background-position: -275px -50px;
}
ul.icon.file li:before{
	background-position: -175px -25px;
}
ul.icon.heart li:before{
	background-position: -75px -75px;
}
ul.icon.present li:before{
	background-position: -325px 0px;
}
ul.icon.bright li:before{
	background-position: -375px 0px;
}

/* ------------------------------------------- more list variations */

ul.icon.leftArrow li:before{
	background-position: -375px -50px;
}
ul.icon.arrowRight li, 
ul.icon.arrowUp li, 
ul.icon.arrowDown li {
	padding-left:0;
	padding-right:2em;
	display:inline-block;
}
ul.icon.arrowRight li:before{
	background-position: -125px -25px;
	left:auto;
	right:0;
}
ul.icon.arrowUp li:before{
	background-position: -250px -100px;
	left:auto;
	right:0;
	top:-0.4em;
}
ul.icon.arrowDown li:before{
	background-position: -325px -50px;
	left:auto;
	top:0.4em;
	right:0;
}

/* --------------------------------------------- number lists */

ol{
	display:inline-block;
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
}
ol li{
	display: block;
	float:left;
	clear:both;
	position:relative;
	margin-bottom:2.9em;
	padding-left:3.5em;
}
ol li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -0.5em;
	left: 0;
	font-size: 1.4em;
	height: 2em;
	width: 2em;
	border-radius: 1em;
	background-color: #FF9966;
	color: #FFFFFF;
	padding-top: 0.2em;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*###########################################################################*/
/*################################# Drop Caps ###############################*/
/*###########################################################################*/

/* usage: <span class="dropcap">T</span>est */
.dropcap{
	font-size: 320%;
	float: left;
	line-height: 1em;
	padding: 0 0.15em 0 0;
	position: relative;
}

/*###########################################################################*/
/*################################## Quotes #################################*/
/*###########################################################################*/

blockquote{
	font-size: 1.2em;
	font-weight:bold;
	display: inline-block;
	margin: 0;
	padding-bottom:1.4em; /* at least the same as margin-bottom for "blockquote:after" */
}
blockquote:after,
blockquote:before{
	display:inline-block;
	width:50px;
	height:40px;
	content:'';
}
blockquote:before{
	background-position: -75px -225px;
	margin-bottom:-0.3em;
	margin-right:0.5em;
}
blockquote:after{
	background-position: -75px -175px;
	margin-bottom:-1.4em;
	margin-left:0.5em;
}
.quoteAuthor{
	font-style: italic;	
	margin: 1em 0;
	font-size:0.9em;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
blockquote{
	font-size: 1.1em;
}
}

/*###########################################################################*/
/*########################### Content Adjusters #############################*/
/*###########################################################################*/

.vOne{
	margin-top:1em;
}
.vTwo{
	margin-top:2em;
}
.vThree{
	margin-top:3em;
}
.vFour{
	margin-top:4em;
}
.vHalf{
	margin-top:0.5em;
}
.vZero{
	margin-top:0;
}
.vNeg{
	margin-top:-0.5em;
}
.pileOne, .pileTwo, .pileThree, .pileHalf{
	margin-top:0;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.pileOne{
	margin-top:1em;
}
.pileTwo{
	margin-top:2em;
}
.pileThree{
	margin-top:3em;
}
.pileHalf{
	margin-top:0.5em;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.pileOne{
	margin-top:1em;
}
.pileTwo{
	margin-top:2em;
}
.pileThree{
	margin-top:3em;
}
.pileHalf{
	margin-top:0.5em;
}
}


/*###########################################################################*/
/*################################ Chunk Bite ###############################*/
/*###########################################################################*/

/* Chunk Bites */

.chunkBite{
	display: block;
	border-radius: 5px;
	background-color: #EBEBEB;
	padding: 2em 2.5em;
}
.chunkBite.limited{
	display:inline-block;
	max-width:350px;
	width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.chunkBite{
	text-align:left;
}
.chunkBite.limited{
	text-align:left;
	max-width:100%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.chunkBite{
	border-radius: 0;
}
.chunkBite.limited{
	max-width:100%;
}
}

/*###########################################################################*/
/*################################## Tables #################################*/
/*###########################################################################*/

table{
	width:100%;
	border-left-style:solid;
	border-left-color: #CDCFD6;
	border-left-width: 1px;
	border-top-style:solid;
	border-top-color: #CDCFD6;
	border-top-width: 1px;
}
table td{
	text-align:left;
	padding:30px;
	border-right-style:solid;
	border-right-color: #CDCFD6;
	border-right-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #CDCFD6;
	border-bottom-width: 1px;
	vertical-align: middle;
}
table tr:first-child td{
	background-color: #F5F5F5;
	font-size: 1.3em;
	text-align:center;
	
}
table tr td:first-child{
	
}
table tr td:nth-child(2) {
	background-color: #F5F5F5;
}

/* Regular table */


table.regTable tr td:nth-child(2) {
	background-color: transparent;
}
table.regTable tr td{
	text-align:center;
}
table.regTable tr td:nth-child(1) {
	background-color: #F5F5F5;
	text-align:left;
}
table.regTable tr td.title{
	background-color: #F5F5F5;
	font-size: 1.3em;
	text-align:center;
}
table.regTable tr td.yes{
	background-color: #009933;
	color: #FFFFFF;
}
.horizontalScrollContainer{
	width:100%;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.horizontalScrollContainer{
	overflow-x: scroll;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.horizontalScrollContainer{
	overflow-x: scroll;
}
}


/*###########################################################################*/
/*################################## Tabs ###################################*/
/*###########################################################################*/

.tabContainer{
	float:left;
	position:relative;
	width:100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	overflow:hidden;
	height:0;
	margin:0;
}
.menuTabs, .ctTabs{
	position:absolute;
	/*top:100px;*/
	left:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity:0;
	/*transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;*/
	width:100%;
	z-index:-1;
}
.displaying{
	opacity:1;
	top:0px;
	z-index:1;
}


/*###########################################################################*/
/*############################## Google Maps ################################*/
/*###########################################################################*/


/* --------------- Map General -------------- */

.google-map{
	width:100%;
	height:700px;
	float:left;
}
.mapControls{ /* Controls Positioning */
	display:block;
	position:absolute;
	right:0px;
	top:40px;
}

#bridgesMap{
	height:600px;
}
#bridgesMap .mapControls{
	top:50px;
}

/* -------------- Info Windows ------------- */

.google-map .gm-style,
.google-map .gm-style .gm-style-iw, 
.google-map .gm-style .gm-style-iw a, 
.google-map .gm-style .gm-style-iw span, 
.google-map .gm-style .gm-style-iw label, 
.google-map .gm-style .gm-style-iw div{ /* Prevent "Roboto" font default loading + Reset from Google Maps default settings */
	font-family:inherit;
	font-weight:normal;
	/* font-size:inherit; */
}
.google-map .gm-style .gm-style-iw div > button{
	position:absolute !important;
	top:0px;
	right:0px;
}
.gm-style-iw-ch {
    padding-top: 0px;
}
.google-map .gm-style .gm-style-iw div.infoWindow{
	font-size:1rem;
}

.google-map .gm-style .gm-style-iw div.infoWindow:focus-visible {
  	outline: none;
}

.google-map .gm-style .gm-style-iw div > button span{
	
}

.gm-style .gm-style-iw-c {
    background-color: white;
    border-radius: 0px;
    padding: 0px;
}
.google-map .infoWindow{
	box-sizing:border-box;
	padding: 35px 20px 30px 20px; /* px fix scroll bar in IE */
	min-width: 260px; /* px fix width in IOS */
	max-width: 260px;
}


/* ------- Title & Paragraph */

.google-map .infoWindow h1{
	font-size:1.2em;
	margin:0;
}
.google-map .infoWindow p{
	margin-top:0.5em;
	display:block;
}

/* -------- Links */
/*.google-map .infoWindow a{
	color: #2FB5FF;
}
.google-map .infoWindow a:hover{
	color: #0099EC;
}*/

/* ----------- Zoom Buttons */
.google-map div.zoomButton{
	font-size:0.8em;
	color: #FFF;
	background-color: #F58628;
	padding:0.4em 0.6em;
	margin: 0.5em 1em 0 0;
	cursor:pointer;
	display:inline-block;
	border-radius:3px;
}
.google-map div.zoomButton:hover{
	background-color: #F46B06;
}



@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.google-map{
	height:400px;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.google-map{
	height:400px;
}
.google-map .infoWindow{
	min-width:150px; /* px fix width in IOS */
}
}


/*###########################################################################*/
/*########################## Collapsible Elements ###########################*/
/*###########################################################################*/

.collapsible{
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.collapsible + div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility:hidden;
	transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s; /* with a 0.2 s delay on opacity */
	-webkit-transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
	opacity:0;
}
.collapsible + div.display{
	visibility:visible;
	opacity:1;
}
/* ----- Bullets */
.collapsible div{
	display:inline-block;
	vertical-align:middle;
	margin:0 0.5em 0 0;
	width: 26px; height: 26px;
	background-position: -475px -50px;
}
.collapsible.active div{ 
	background-position: -425px -50px;
}

/* ---- Customizations */


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}


/*###########################################################################*/
/*################################# Form ####################################*/
/*###########################################################################*/


/* ---------- Blocks */

.form{
	float:left;
	padding:0;
	width:100%;
}
.legend{
	display:inline-block;
	font-style: italic;
	font-size:0.8em;
	margin-top:1em;
}
.hiddenForm{
	display:none;
}
#cellCont{ /* Honey Pot - Anti Spam */ 
	display:none;
}

/* ------------- Inputs */
input[type=text], 
textarea, 
input[type=submit]{
	padding: 0.5em 0.6em;
	font-family:inherit;
	font-size:inherit;
	border: 2px solid;
	-webkit-appearance: none;
	margin:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	border-radius:6px;
}
input[type=text].emptyField, 
textarea.emptyField{
	color: #BBB;
}
input[type=text], 
textarea{
	width:100%;
}
textarea{
	height:6em;
	resize: none; 
	overflow: auto; 
	display:block;
}
input[type=submit]{
	margin-top: 30px;
	cursor: pointer;
	padding: 8px 14px;
	background-color: #F58628;
	border-color: #F58628;
	color: #FFF;
}
input[type=submit]:hover{
	background-color: #F46B06;
	border-color: #F46B06;
}

/* On Focus */
input[type=text]:focus, 
textarea:focus{
	outline: none;
}


/*----------------------------- File Input */
input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.dropZone label {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: inline-block;
	cursor: pointer;
	cursor: pointer;
}
.dropZone label span{
	box-sizing:border-box;
	padding:8px 20px;
	display:block;
	width:100%;
	font-size:0.9rem;
}
.fileConsole{
	box-sizing:border-box;
}
.fileConsole .fileItem{
	background-color:#ffffff;
	color:inherit;
	box-sizing:border-box;
	border-radius:5px;
	padding:5px 10px;
	font-size:0.8rem;
	margin:10px 0px 0px 0px;
}
.formFile a[data-clear]{
	display:none;
	font-size:0.8rem;
}
.formFile a[data-remove]{
	font-size:0.8rem;
}
a[data-add]{
	font-size: 1.1em;
    line-height: 1.6;
	padding:5px 10px;
	color:#ffffff;
	background-color:#f58628;
	border-radius:3px;
}
a[data-add]:hover{
	background-color:#F46B06;
	text-decoration:none;
}
.formFile.fileSelected a[data-clear]{
	display:inline-block;
}
.dropZone{
	border:3px dashed #9c9c9c;
	height:40px;
	position:relative;
	margin:5px 0 0 0;
	border-radius:5px;
	background-color:white;
}
.dropZone.drag_over,
.dropZone:hover{
	background-color:rgb(255 255 255 / 0.5);
}
.inputWrap.formFile{
	text-align:left;
	vertical-align:middle;
}
.inputWrap.formFile .label{
	display:none;
}

/*errors*/
.formFile.error .dropZone{
	background-color:#ffa466;
	border-color:#b74900;
}

/*additional elements*/
.radioGroupLarge{
	display:inline-block;
	width:100%;
	max-width:569px;
	margin:0 2em 0 0;
	text-align:left;
}


/*preloading...*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}
#submitData{
	color:#f60;
	line-height:1.2;
}
#submitData span{
	font-size:0.8rem;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f60;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* end ---- preloading...*/


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.radioGroupLarge{
	max-width:16em;
	margin:0;
}
}

/* ----------- Ckeck Boxes / Radio / Form Box / File */

.labelRadio, 
.labelCheck, 
[data-type='dropDBox']{
	display:inline-block;
	cursor:pointer;
	position:relative;
	border-radius:5px;
	margin:1em 1em 0 0;
}
.labelRadio span, 
.labelCheck span,
[data-type='dropDBox'] span{
	display: inline;
	vertical-align: middle;
}
.labelRadio div, 
.labelCheck div{
	width: 26px;
	height: 26px;
	margin:2px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.labelRadio div{
	margin:1px 0.1em 0 0;
}
.labelRadio input, 
.labelCheck input{
	position:absolute; 
	top:0;
	left:0;
	z-index:-1; /* Forces IE 8 to behave - instead of hidden*/
}
.labelRadio div{
	background-position: -200px -349px;
}
.labelRadio.checked div{
	background-position: -250px -349px;
}
.labelCheck div{
	background-position: -100px -350px;
}
.labelCheck.checked div{
	background-position: -150px -350px;
}

/* --------- Drop Down (Form Box) */


.dropBoxContainer{
	position:relative;
	width:100%;
}
.dropBoxContainer i.small {
    color:#e5e5e5;
}
.dropBoxContainer [data-type='dropDBox']{
	box-sizing:border-box;
}
.dropBoxContainer [data-type='dropDBox'].active{
	
}
.dropBoxContainer [data-type='dropDBox'] + div{
	
}

[data-type='dropDBox'].active{
	border-radius: 5px 5px 0 0;
}
[data-type='dropDBox'] div{
	width: 26px;
	height: 26px;
	margin:0 0.1em 0 0;
	background-position: -349px -100px;
	display:inline-block;
	vertical-align:middle;
}
[data-type='dropDBox'].active div{ 
	background-position: -300px -100px;
}
[data-type='dropDBox'] span{
	margin:0 0.4em 0 0;
}
[data-type='dropDBox'] span.selection{
	margin:0;
}
[data-type='dropDBox'] + div{
	background-color: #666666;
	padding:0 0 1em 1em;
	border-radius: 0;
	display:none;
	margin-top:-1px;
}

/* ----------------- Wrappers */
.inputWrap{
	width:100%;
	max-width:16em;
	display:inline-block;
	margin: 1em 1em 0 1em;
	border-radius:5px;
	position:relative;
}
.formDate{
	max-width:16em;
}
.formPhone{
	max-width:12em;
}
.formAddress,
.formComment{
	max-width:30em;
}
.inputWrap .label div{
	display:inline-block;
	vertical-align:middle;
	margin:0 0.1em 0 0;
	width: 26px; height: 26px;
	background-position: -325px -350px;
}
.inputWrap .label span{
	display: none;
	vertical-align: middle;

	margin-left:0.4em;
}
.formPeople .label div{
	background-position: -375px -250px;
}
.formBoat .label div{
	background-position: -175px -400px;
}
.formGlobe .label div{
	background-position: -275px -400px;
}
.formElectric .label div{
	background-position: -225px -400px;
}
.formEmail .label div{
	background-position: -375px -300px;
}
.formPhone .label div{
	background-position: -100px -300px;
}
.formComment .label div{
	background-position: -375px -350px;
}
.formDate .label div{
	background-position: -325px -300px;
}
.formBirthM .label div{
	background-position: -175px -300px;
}
.formCrowd .label div{
	background-position: -275px -300px;
}
.formAddress .label div{
	background-position: -225px -300px;
}
.formCCard .label div,
.ccExpirationM .label div,
.ccExpirationY .label div{
	background-position: -425px -225px;
}
.formCVV .label div{
	background-position: -425px -325px;
}

/* Labeling */
.inputWrap .label{
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-radius:5px 0 0 5px;
}
.formComment .label,
.formAddress .label{
	border-radius: 5px 0 5px 0;
}

.limitedForm{
	display:inline-block;
	width:100%;
	max-width:604px;
	text-align:left;
}
.limitedForm .inputWrap {
    margin: 1em 2em 0 0;
}

.addList [data-template]{
	display:none;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.inputWrap{
	margin: 1em 0 0 0;
}
.limitedForm{
	max-width:16em;
}
}


/*###########################################################################*/
/*##################### glDatePicker (Date Picker) ##########################*/
/*###########################################################################*/

.gldp-default {
	position: absolute;
	font-family: inherit;
	margin-top:-1px !important;
	font-size:0.95em;
}

/* Core style for every cell */
.gldp-default .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	font-size:0.95em;
	background: #ffffff;
	color: #5B5B5B;	
}

/* Cell border */
.gldp-default .border {
	border-style: solid;
	border-width: 0;
}

/* Month / Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
	font-size: 1em !important;
}

/* Month / Year text */
.gldp-default .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev / Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
	text-decoration:none;
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
	
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
	
}

/* Days of the week */
.gldp-default .dow {
	color: #FFF;	
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {

}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {

}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
	color: #CCC;	
}

/* Hover + Currently selected day */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover,
.gldp-default .today:hover,
.gldp-default .selected {
	background-color: #F60;
	color: #FFF;
	border-right-color: #F60;
	border-bottom-color: #F60;
}

/* Non-Selectable days */
.gldp-default .noday {
	color: #666;
	font-weight: normal;
	cursor:default !important;
}

/* Today */
.gldp-default .today {

}

/* Special */
.gldp-default .special {

}

/*###########################################################################*/
/*############## Form Colors Quick Handle + Error Handling ##################*/
/*###########################################################################*/

input[type=text], 
textarea,
.gldp-default .border{
	border-color: #666666;
}
.labelRadio, 
.labelCheck,
.inputWrap .label,
div[data-type='dropDBox'],
.gldp-default .dow, 
.gldp-default .noday{
	background-color: #666666;
	color: #F7F7F7;
}

[data-type='dropDBox'] + div .labelRadio{
	background-color: #575757;
	font-size:0.9em;
}
[data-type='dropDBox'] span.selection{
	font-size:0.8em;
	margin-top:1px;
}

.labelRadio, 
.labelCheck, 
div[data-type='dropDBox'],
.inputWrap .label{
	line-height:1;
	padding:0.53em 0.7em; /* To potentially change with font size - see also in different browsers */
}


/* ---------------------- Errors Handling */

[data-type='dropDBox'].error, 
input[type=text].error, 
textarea.error, 
[data-type='dropDBox'] + div.error, 
.error{
	background-color: #FFA466;
	border-color: #F60;
	color: #B74900;
}
div.inputWrap.error .label{
	background-color: #F60;
	color: #FFF;
}
.errors{
	color: #FF0000;
	font-size: 0.95em;
}

/* -------------------------- Customizations */

.formColA{
	width: 60%;
}
.formColB{
	width: 36%;
	margin-left: 4%;
}

/* --- Contact Form*/

#contactForm textarea{
	height:9em;
}
#contactForm .inputWrap{
	max-width:20em;
}
#contactForm .formPhone{
	max-width:14em;
}
#contactForm .formComment{
	max-width:40em;
}

/* --------  birth date */
.formBirthM,
.formBirthD,
.formBirthY{
	float:left;
	margin:1em 0 0 0;
}
.formBirthM{
	max-width: 12.4em;
}
.formBirthM input{
	border-radius: 3px 0 0 3px;
}
.formBirthD{
	max-width: 3em;
}
.formBirthD input{
	border-radius: 0;
	border-left-style: none;
}
.formBirthY{
	max-width: 3.7em;
}
.formBirthY input{
	border-radius: 0 3px 3px 0;
	border-left-style: none;
}

/* ----------------------------------------------------  Dockage Price Form */


#estField input[type=text].emptyField{
	color: #333;
}
.formGroup{
	background-color: #F5F5F5;
	padding: 20px 0 30px 0;
	margin: 40px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.formGroup.recapGroup{
	padding:40px 30px 30px 30px;
}
.formGroup.recapGroup span{
	color: #A3A3A3;
	font-size: 0.9em;
	font-style: italic;
	display:inline-block;
	margin-right:6px;
}
.formGroup.lastGroup{
	margin-bottom:30px;
}
.formGroup .stepNum{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	font-size: 1.6em;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #E5E5E5;
	line-height: 1;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
}
#boatLengthMeter .inputWrap,
#boatLengthFeet .inputWrap{
	max-width:17em;
	margin-right:0;
}
#arrDate,
#estDate,
#depDate{
	max-width:17em;
	margin-right:0;
}
#dockagePrice #yearlyButton,
#dockagePrice #submitButton{
	display:none;
}
#dockagePrice #yearlyButton{
	background-color: #f58628;
}
#dockagePrice #yearlyButton:hover{
	background-color: #F46B06;
	border-color: #F46B06;
}


#packageDropBox{
	margin-right:0;
}

/* Price Box */
#estimatedPrice{
	display:inline-block;
	width:100%;
	position:relative;
}
#estimatedPrice .errors{
	margin-bottom:20px;
}
#estimatedPrice .actualPrice{
	font-size: 2em;
	display: inline-block;
	background-color: #2F6C98;
	padding: 6px 20px;
	color: #FFFFFF;
	border-radius: 6px;
	margin: 0;
}
#estimatedPrice .actualPrice .priceAsterix{
	font-size:0.6em;
}
sup{
	vertical-align: super;

    font-size: smaller;
}

/* Conditions Box */
.conditionsBlock{
	display: inline-block;
	background-color: #F5F5F5;
	width: 100%;
	margin: 30px 0;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9em;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.conditionsBlock{
	margin: 30px 0 0 0;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#arrDate,
#estDate,
#depDate{
	max-width:16em;
}
.keepMeInformed{
	margin-right:0;
	max-width:14em;
	line-height:1.4;
}
.conditionsBlock{
	margin: 30px 0 0 0;
}
.formGroup{
	padding-left:30px;
	padding-right:30px;
}

}

/* ----------------------------------------------------  Dockage Reservation + CC Form */

.radioGroup{
	display:inline-block;
	width:16em;
	margin:0 2em 0 0
}
.formGroup .groupTitle{
	position: absolute;
	top: -25px;
	left:50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 6px;
	background-color: #E5E5E5;
	line-height: 1;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #4a4a4a;
}
#contratAnnuel .formGroup,
#demandeResidence .formGroup,
#ccForm .formGroup,
#dockageReservation .formGroup,
#fuelReservation .formGroup{
	margin:40px 0 80px 0;
}
#contratAnnuel .formGroup.lastGroup,
#demandeResidence .formGroup.lastGroup,
#ccForm .formGroup.lastGroup,
#dockageReservation .formGroup.lastGroup,
#fuelReservation .formGroup.lastGroup{
	margin-bottom:30px;
}


small{
	font-size:0.9rem;
	font-style:italic;
}
small.darkBG{
	color:#ffffff;
	display:inline-block;
	margin:1rem 0 0 0;
}

.impNote{
	max-width: 17em;
   	margin: 1em 1em 0 1em;
	display:inline-block;
	font-size:0.9rem;
	font-style:italic;
}
#depTimeRule{
	display:none;
}
#depTimeRuleDock{
	max-width: 100%;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

.formGroup .groupTitle{
	font-size: 1.2em;
}

}


/* ---------------------------------------------------- CC Form */
#ccForm .radioGroup{
	display:inline-block;
	width:100%;
	margin:0;
}
.expDateGroup{
	display: inline-block;
	max-width: 19em;
	margin: 0;
}

#ccForm .formPeople,
#ccForm .formAddress,
#ccForm .formCCard,
#ccForm .formCVV{
	max-width: 17em;
	/*width: 19em;*/
	margin: 1em 0 0 0;
}
textarea#ccaddress{
	height:6em;
}
.ccExpirationM,
.ccExpirationY{
	float:left;
	margin:1em 0 0 0;
}
.ccExpirationM{
	max-width: 12em;
}
.ccExpirationY{
	max-width: 2.5em;
}
.ccExpirationM input{
	border-radius: 6px 0 0 6px;
}
.ccExpirationY input{
	border-radius: 0 6px 6px 0;
	border-left-style: none;
}

.formTerms{
	text-align:left;
	font-size:0.9em;
	display: inline-block;
	width: 100%;
	background-color: #666666;
	color: #FFFFFF;
	padding:20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#ccForm .formGroup{
	margin:40px 0;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}

/*###########################################################################*/
/*############################### Top Arrow #################################*/
/*###########################################################################*/

#topArrow{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 46px;
	height: 46px;
	background-position: -275px -550px;
	z-index: 5;
	opacity: 0;
	/*transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}
#topArrow.visible{
	opacity: 1;
}
#topArrow:hover{
	cursor: pointer;
	/*opacity: 1;*/
}
.touchScreen #topArrow{
	display:none;
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#topArrow{
	display:none;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#topArrow{
	display:none;
}
}

/*###########################################################################*/
/*############################ Viewport Effects #############################*/
/*###########################################################################*/

[data-viewportevent="zoomIn"],
[data-viewportevent="zoomOut"]{
	opacity:0;
}
[data-viewportevent="zoomIn"].seenInViewport{
	-webkit-animation: zoomIn 0.8s; /* Chrome, Safari, Opera */
    animation: zoomIn 0.8s;
	opacity:1;
}
[data-viewportevent="zoomOut"].seenInViewport{
	-webkit-animation: zoomOut 0.8s; /* Chrome, Safari, Opera */
    animation: zoomOut 0.8s;
	opacity:1;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
}


/*###########################################################################*/
/*############################### Main Menu #################################*/
/*###########################################################################*/

.mainMenu, .mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainMenu ul { /* menu level 1 */
	margin: -3em 0 0 0; /* animation distance */
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 3.2em; /* depending on menu + paddings height */
	left: 0;
	z-index: 999;  /* avoid Slider conflict */
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: linear-gradient(#444, #111);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	/*box-shadow: 2px 2px 2px #000000;	*/
}
.mainMenu li:hover > ul { /* calling transitions */
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.mainMenu ul ul {
	top: 0;
	left: 14em;
	margin: 0 0 0 3em; /* animation distance */
	/*box-shadow: 2px 2px 2px #000000;*/		
}
.mainMenu li {
	float: left;
	position: relative;
}
.mainMenu ul li {
	float: none;
	display: block;
	border: 0;
}

/* ------------------ links */

.mainMenu a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0.8em 1.4em;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #222;
	background: #444; /* support for ie 8 + 9  - image replacement ?*/
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: linear-gradient(#444, #111);
}
.mainMenu ul a{
	border:0;
}

.mainMenu a:hover { /* hover */
	background-color: #000000;
	background-image: none;
}
.mainMenu ul li:first-child a:hover:after {
	border-bottom-color: #000000; 
}
.mainMenu ul ul li:first-child a:hover:after {
	border-right-color: #000000; 
	border-bottom-color: transparent;	
}
.mainMenu a.menuActive { /* active */
	background-color: #FFFFFF;
	background-image: none;
}
.mainMenu > li > ul > li:first-child a.menuActive:after {
	border-bottom-color: #1EBC07; 
}
.mainMenu ul ul li:first-child a.menuActive:after {
	border-right-color: #1EBC07; 
}

/* ------------------------------ menu level 1 */

.mainMenu ul a {    
	width: 14em;
	display: block;
	float: none;
	background:none;
}
.mainMenu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 3.5em;
	top: -0.55em;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-bottom: 0.6em solid;
	border-bottom-color: #444;
}
.mainMenu ul ul li:first-child a:after {
	left:-0.55em;
	top: 50%;
	margin-top: -0.6em;
	border-left: 0;
	border-bottom: 0.6em solid transparent;
	border-top: 0.6em solid transparent;
	border-right: 0.6em solid;
	border-right-color: #444;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.mainMenu{
	display:none;
}
}

/*###########################################################################*/
/*############################### Accordion Menu ############################*/
/*###########################################################################*/

.accordionMenu li{
	display:block;
	overflow:hidden;
}
.accordionMenu ul{
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display:block;
}
/* color handles */
.accordionMenu a{
	display:block;
	padding:12px 22px;
	color:#FFF;
	border-top-color: #9DC9F4;
	border-bottom-color: #74B1EF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #8DBFF2;
	position:relative;
}
.accordionMenu a:hover{
	background-color:#69acf2;
	border-top-color: #69acf2;
	border-bottom-color: #69acf2;
	text-decoration:none;
}
.accordionMenu a.menuActive, 
.accordionMenu a.menuActive:hover{
	background-color: #135295;	
	border-top-color: #135295;
	border-bottom-color: #135295;
}
/* level 2 */
.accordionMenu ul li a{
	background-color: #1B72C9;
	border-bottom-color: #1865B1;
	border-top-color: #2483E1;
}
.accordionMenu ul li a:hover{
	background-color:#135295;
	border-top-color: #135295;
	border-bottom-color: #135295;
}



@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}

@media only screen and (max-width: 719px) { /* Mobile Devices */

}


/* --------------------------------------------------- mapMenu */

#mapMenu{
	position:absolute;
	top:3em;
	left:3em;
	width:15em;
	z-index:9;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
#mapMenu{
	float:left;
	position:static;
	width:100%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#mapMenu{
	float:left;
	position:static;
	width:100%;
}
}

/*###########################################################################*/
/*######################## Isotope Customization ############################*/
/*###########################################################################*/

.isotopeContainer{
	width:100%; 
	overflow:hidden;
}
.isotope{
	width: 103%;
}
/* -------- Elements */
.isotope .isotope-item{
	width:31%;
	margin-right:2%;
	margin-bottom:2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:1em;
	background-color: #333;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
}
.isotope .isotope-item img{
	max-width:100%;
}


/* ---------- Isotope buttons */

.isoButtons a{
	display:inline-block;
	font-size:0.9em;
	padding:0.4em;
	padding-left:0.6em;
	padding-right:0.6em;
	color: #FFF;
	background-color: #8DBFF2;
	border-radius:4px;
	margin-right:1em;
}
.isoButtons a:hover{
	background-color: #5BA4EC;
	text-decoration:none;
}
.isoButtons a.isoActive{
	background-color: #FF3300;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.isotope{
	width:104%;
}
.isotope .isotope-item{
	width:47.1%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.isotope{
	width:100%;
}
.isotope .isotope-item{
	width:100%;
	margin-right:0;
}
}


/*###########################################################################*/
/*############################## Mobile Menu ################################*/
/*###########################################################################*/

.moMenu{
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	display:none;
}
.moMenu.moOn{
	overflow: auto;
	height:100%;
}
.moButton{
	display: block;
	width: 100%;
	height:60px;
}
.moButton div{
	width: 60px; height: 60px;
	background-position: -25px -500px;
	float:left;
}
.moOn .moButton div{
	background-position: -100px -500px;
}
.moPanel{
	position:relative;
	width:100%;
	top:0;
	left:-100%;
	/*transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;*/
}
.moOn .moPanel{
	left:0;
}
.moMenu ul{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	/*transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;*/
}
.moMenu li a,
.moMenu li a:hover,
.moButton,
.moOn .moButton{ /* normal button - color handle */
	display: block;
	padding: 16px;
	background-color: #002742;
	border-top-color: #002F4F;
	border-bottom-color: #002035;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #FFF;
	text-decoration: none;
}
.moMenu li.moBackB a{ /* back button - color handle */
	background-color: #002D4A;
	padding-left: 10px;
}
.moButton span,
.moButton:hover span{ /* button text handle */
	display:inline-block;
	padding:16px;
	color: #FFF;
}
.moOn .moButton,
.moButton{ /* heading button (when menu opened) */
	border-top-style: none;
	padding:0;
}
.moButton{
	border-style: none;
}
.moArrowL,
.moArrowR{
	float:right;
	width: 26px; height: 26px;
	background-position: -225px -50px;
	margin-top:2px;
}
.moArrowL{
	float:left;
	-webkit-transform: rotate(180deg); 
  	transform: rotate(180deg);
	margin-right:10px;
}


/*******  Customizations (isotope menu) ********/
#mobIsoCt{
	position:relative;
	z-index:50;
}
#mobIsoCt.moOn{
	overflow:visible;
	height:100%;
}
#mobIsoCt li a,
#mobIsoCt li a:hover,
#mobIsoCt .moButton,
#mobIsoCt.moOn .moButton{
	background-color: #F30;
	border-top-color: #FF4617;
	border-bottom-color: #E62E00;
}
#mobIsoCt li.moBackB a{
	background-color: #FF582F;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.moMenu{
	display:block;
}
body:before{
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background-color: #333;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
body:before{
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background-color: #333;
}
.moMenu{
	display:block;
}
}


/*###########################################################################*/
/*################################ Owl ######################################*/
/*###########################################################################*/



/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	/*-webkit-transform: translate3d(0px, 0px, 0px);*/
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	/*-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;*/
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing { 
     cursor:url(../img/grab.png) 8 8, move;
}*/

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}





/*###########################################################################*/
/*################################ Owl Theme ################################*/
/*###########################################################################*/


.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: block;
	width: 50px; height: 100px;
	background-position: -500px -125px;
	position:absolute;
	left:0;
	opacity:0.4;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	background-position: -500px -249px;
	left:auto;
	right:0;
}
.owl-buttons{
	position:absolute;
	top:50%;
	margin-top:-50px;
	width:100%;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:1;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination */

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px 10px;
	border-radius: 20px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	background-color: transparent;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #FFFFFF;
}

#testimonials.owl-theme .owl-controls .owl-page span{
	border-color: #002D4A;
}

#testimonials.owl-theme .owl-controls .owl-page.active span,
#testimonials.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #012D4A;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}


/************************************  Customization *******/

/* --------- General */
.owl-carousel .owl-item img{ /* Makes the image fit its container */
	display: block;
	width: 100%;
	height: auto;
}
.contentSlide .owl-item a{
	display:block;
}
.owlCaption{
	width: 100%;
	text-align: center;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.8em;
	display:none;
}
.owl-pagination{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}

/* --------- imgGal */
.imgGal .owl-item > a{
	display:block;
	/* margin-right: 1em; /* Spacing betwen images when necessary */
}
.owl-carousel.imgGal .owl-wrapper-outer{ /* Fix overlaping images on the sides sometimes - depending on the width - for multiple images */
	padding-left:1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.imgGal .owl-pagination{
	position:static;
}
/* --------- contentslide (testimonials) */
.contentSlide .owl-pagination{
	position:static;
}
/* --------- fullImg */

/* --------- by ID */

#imageGallery .owl-item img{
	/*max-height: 334px; /* Avoid gallery stretching on load - see settings max width + crop ratio */
}

	
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
/*.owl-buttons{
	display:none;
}*/
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
/*.owl-buttons{
	display:none;
}*/
}


/*###########################################################################*/
/*##################### Home Slider Text + Animations #######################*/
/*###########################################################################*/


#owl-home .owl-item{
	position:relative;
}
#owl-home .slideBackground{
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-attachment: fixed; /* multiple bug with webkit (refresh issues or not displaying or not fixed) */
}

#owl-home-container,
#owl-home .slideBackground{
	min-height:530px; /* Slideshow min height */
}

#owl-home .slideContent{ /* Starting point for captions */
	position: absolute;
	left: 50%;
	top: 50%;
}
#owl-home .caption{
	position: absolute;
	font-weight: normal;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s; /* Safari */
	line-height: 1.2;
	transform: scale(2);
	-ms-transform: scale(2); /* IE 9 */
	-moz-transform: scale(2); /* Firefox */
	-webkit-transform: scale(2); /* Safari and Chrome */
	opacity: 0;
	font-size: 1.8em;
}
#owl-home .active .caption{
	opacity: 1;
	-ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
}
#owl-home .caption h2{
	font-size: 1.8em;
	color: #FFF;
	line-height:1;
}
#owl-home .caption span{
	color: #FFF;
	opacity:0.7;
	font-size:1em;
}
#owl-home .caption .readMore{
	display: inline-block;
	border-radius: 6px;
	padding: 0.2em 0.7em;
	background:rgba(255,255,255, 0.7);
	font-size: 0.6em;
	opacity:1;
}
#owl-home .caption .readMore:hover{
	background:rgba(255,255,255, 1);
}


/* Customizations ************************* */



/* ------------------------------------------------------------------------- Slide One */

#owl-home #slideOne .slideBackground{
	background-image: url(../conti/sample/02800_thefog_2880x1800-1200.jpg);
}

#owl-home #slideOne .caption{
	top: -100px;
	left: -150px;
	width: 300px;
	transition-delay: 0.5s;
	text-align:center;
}
#owl-home #slideOne .caption .readMore{
	color: #E46717; /* Depending on the background */
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}


/* ------------------------------------------------------------------------- Slide Two */

#owl-home #slideTwo .caption{
	top: -150px;
	left: -200px;
	width: 400px;
}
#owl-home #slideTwo .caption .readMore{
	color: #65A63E; /* Depending on the background */
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}




/* ------------------------------------------------------------------------- Slide Three */

#owl-home #slideThree .caption{
	top: -150px;
	left: -200px;
	width: 400px;
}
#owl-home #slideThree .caption .readMore{
	color: #428D8D; /* Depending on the background */
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}




/* -------------------------------------------------------------------------- Slide Four */

#owl-home #slideFour .caption{
	top: -100px;
	left: -230px;
	width: 460px;
	text-align: center;
}
#owl-home #slideFour .caption span,
#owl-home #slideFour .caption h2{
	color: #000;
}
#owl-home #slideFour .caption .readMore{
	color: #FEEEDF; /* Depending on the background */
	background: rgba(0,0,0,0.8);
}
#owl-home #slideFour .caption .readMore:hover{
	background:rgba(0,0,0,1);
}
#owl-home div[data-slide='2'] .owl-controls .owl-page span{
	border-color:#000;
}
#owl-home div[data-slide='2'] .owl-controls .owl-page.active span, 
#owl-home div[data-slide='2'] .owl-controls.clickable .owl-page:hover span{
	background-color:#000;
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}


/* -------------------------------------------------------------------------- Slide Five */


#owl-home #slideFive .caption{
	top: -100px;
	left: -200px;
	width:400px;
	text-align:center;
}
#owl-home #slideFive .imageContent{
	top: -200px;
	right: -100px;
	width: 140px;
	transition: opacity 0.6s ease-out;
   	transition: opacity 0.6s ease-out;
   	-webkit-transition: opacity 0.6s ease-out;
	transition-delay: 0s;
	transform: none;
	-ms-transform: none; /* IE 9 */
	-moz-transform: none; /* Firefox */
	-webkit-transform: none; /* Safari and Chrome */
}
#owl-home .active #slideFive .imageContent{
	/*-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	-webkit-animation: LoopingAnim 3s infinite;
  	-moz-animation:    LoopingAnim 3s infinite;
  	-ms-animation:      LoopingAnim 3s infinite;
}
#owl-home #slideFive .caption .readMore{
	color: #71442F; /* Depending on the background */
}
@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */

}

/*###########################################################################*/
/*################################ Lightbox #################################*/
/*###########################################################################*/


/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox{
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
}

/* WITH ACTIVITY INDICATION (Preloader) */

#imagelightbox-loading,
#imagelightbox-loading div{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#imagelightbox-loading{
	width: 20px; /* 40 */
	height: 20px; /* 40 */
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 10px; /* 10 */
	margin: -20px 0 0 -20px; /* 20 */
	/*box-shadow: 0 0 40px rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div{
	width: 20px; /* 20 */
	height: 20px; /* 20 */
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	-moz-animation: imagelightbox-loading .5s ease infinite;
	-o-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading{
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@-o-keyframes imagelightbox-loading{
	from { opacity: .5;	-o-transform: scale( .75 ); }
	50%	 { opacity: 1;	-o-transform: scale( 1 ); }
	to	 { opacity: .5;	-o-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading{
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}


/* WITH OVERLAY */

#imagelightbox-overlay{
	position:absolute;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* WITH "CLOSE" BUTTON */

#imagelightbox-close{
	width: 46px; /* 40 */
	height: 46px; /* 40 */
	text-align: left;
	text-indent: -9999px;
	position: fixed;
	z-index: 10002;
	top: 30px; /* 40 */
	right: 30px; /* 40 */
	opacity:0.6;
	background-position: -275px -500px;
}
#imagelightbox-close:hover{
	opacity:1;
}


/* WITH CAPTION */

#imagelightbox-caption{
	text-align: center;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
}
#imagelightbox-caption span{
	display:inline-block;
	padding: 1em; /* 10 */
	background-color: #FFF;
}

/* --- ARROWS --- */

.imagelightbox-arrow{
	display: block;
	position: fixed;
	top: 50%;
	left: 30px;
	z-index:99999;
	width: 50px; height: 100px;
	background-position: -500px -125px;
	margin-top:-50px;
	border-radius:5px;
	opacity:0.6;
}
.imagelightbox-arrow:hover{
	opacity:1;
}
.imagelightbox-arrow-right{
	left: auto;
	right:30px;
	background-position: -500px -249px;
}

/***************************** Lightbox Customization Handles ***************/

#imagelightbox-loading{
	background-color: rgba(255, 255, 255, 0.4);
}
#imagelightbox-loading div{
	background-color: #FFFFFF;
}
#imagelightbox-overlay{
	background-color: rgba(0,69,112,0.8);
}
#imagelightbox-caption span{
	background-color: rgba(0,105,170,0.9);
	color: #FFF;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#imagelightbox-close{
	top: 10px;
	right: 10px;
}
.imagelightbox-arrow{
	left: 10px;
}
.imagelightbox-arrow-right{
	left:auto;
	right:10px;
}
}


/*###########################################################################*/
/*############################# Thumbnail Gallery ###########################*/
/*###########################################################################*/


/* ----- Gallery row and columns */
.thumbCol{
	padding:0 2% 2% 0;
	float:left;
}
.thumbCol img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.imgPerLine1  .thumbCol{
	width:100%;
}
.imgPerLine2  .thumbCol{
	width:50%;
}
.imgPerLine3  .thumbCol{
	width:33%;
}
.imgPerLine1 .thumbCol,
.firstImgBig .thumbCol:first-child{
	width:100%;
}

@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
.imgPerLine3 .thumbCol{
	width:50%;
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
.thumbCol{
	text-align:center;
	width:100%;
	margin:0 0 1.5% 0;
}
}

/*###########################################################################*/
/*################################## Timeline ###############################*/
/*###########################################################################*/


ul.timeline{
	display:inline-block;
	width:100%;
}
ul.timeline li{
	margin:0;
	padding-left:3.6em;
	margin-left:18em; /************ handle *******/
	border-left-color: #ED5505;
	border-left-style: solid;
	border-left-width: 10px;
	padding-bottom:2em;
	position:relative;
}
ul.timeline li:before{
	content:'';
	width: 20px;
	height: 20px;
	border-radius: 15px;
	position:absolute;
	top:-2px;
	left:-20px;
	background-color: #F4F4F4;
	border-color: #ED5505;
	border-width: 5px;
	border-style: solid;
}
ul.timeline li span.date{
	display:block;
	position:absolute;
	top:0.2em;
	left:-14em; /************ handle *******/
	width:10em; 
	text-align: right;	
}
ul.timeline li span.details{
	font-size:0.85em;
}
ul.timeline li span.info{
	display:inline-block;
	background-color: #E8E8E8;
	position:relative;
	padding:0.5em;
	padding-left:1em;
	padding-right:1em;
	margin-top:-1em;
	border-radius:6px;
}
ul.timeline li span.info:before{
	content:'';
	position:absolute;
	top:1em;
	left:-20px;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right:20px solid #E8E8E8; 
}
/* One line */
ul.timeline li.oneLine span.info{
	margin-top:-0.5em;
}
ul.timeline li.oneLine span.info:before{
	top:0.25em;
}
/* Separator */
ul.timeline li.separator{
	padding-top:4em;
}
ul.timeline li.separator span.date{
	font-size:1.6em;
	left:-12.4em; /************ handle *******/
	font-weight:bold;
	color: #ED5505;
	top:2em;
}
ul.timeline li.separator span.info,
ul.timeline li.separator:before{
	display:none;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */
ul.timeline li{
	margin-left:16em; /************ handle *******/
}
}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */
ul.timeline li{
	margin-left:16em; /************ handle *******/
}
}
@media only screen and (max-width: 719px) { /* Mobile Devices */
ul.timeline li{
	margin-left:0.5em;
}
ul.timeline li.separator span.date{
	left:2.5em;
	top:1.5em;
	text-align:left;
	margin-bottom:0;
}
ul.timeline li span.date{
	position:static;
	text-align: left;
	font-weight:bold;
	margin-bottom:0.5em;	
	width:auto;
}
ul.timeline li span.info,
ul.timeline li.oneLine span.info{
	margin-top:0;
}
ul.timeline li span.info:before,
ul.timeline li.oneLine span.info:before{
	display:none;
}
ul.timeline li{
	padding-left:1.5em;
}
}



/*###########################################################################*/
/*################################ Social Stream ############################*/
/*###########################################################################*/


.dcsns-content {
	position: relative;
	padding: 0;
}

/* Stream Boxes */
.stream p {
	/*margin: 0;
	padding: 0;*/
}
.stream li a {
	/*color: #2DB6E8;*/
}
ul.stream li.isotope-item{
	background-color: #F5F5F5;
	position: relative;
	padding: 0;
	color: #333;
	overflow:hidden;
}
.stream li .inner {
	padding: 1.5em;
	display: block;
	float: left;
	padding-top: 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/*.stream li .icon {
	position: absolute;
	left: 3px;
	bottom: 0;
	z-index: 3;
}*/
.stream li .section-intro {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6em;
	color: #FFF;
	padding-left:3em;
	font-size:0.9em;
	text-align:left;
}
.stream li .clear {
	clear: both;
}
.stream li > a {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 2.4em;
	height: 2.4em;
}
.stream li > a img{
	width:100%;
}

/* Content blocks */

.stream li .inner > span {
	display: block;
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stream li .section-intro a {
	color: #FFF;
	text-decoration: underline;
	margin-right:0.5em;
}
.stream li .section-title {
	margin-top:1em;
}
.stream li .section-title a {
	
}
.stream li .section-title a:hover {
	
}
.stream li .section-thumb {
	margin-top:1em;
}
.stream li .section-thumb img {
	
}
.stream li .section-text {
	margin-top:1em;
}
.stream li .section-text br {

}
.stream li .section-user {
	margin-top:1em;
}
.stream li .section-user:before {
	content:'Author:';
	margin-right:0.3em;
}
.stream li .section-share {

}


/* ------------------------------------ Sharing Buttons */
.stream li .section-share a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 2px 0 0;
	background-color: #413A33;
}

/* --------------------------- Toolbar */
.dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* ------------------------- Filter */
.dcsns-toolbar .filter {
	padding: 0;
	margin: 35px 0 23px 0;
	text-align:center;
}
.dcsns-toolbar .filter li {
	display:inline-block;
	padding: 0;
	margin: 0 10px;
}
.dcsns-toolbar ul.filter li:before{
	display:none;
}
.dcsns-toolbar .filter .link-all {
	color: #fff;
	text-align: center;
	padding-top:0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dcsns-toolbar .filter li a {
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	background-color: #4882AA;
	border-radius:4px;
}
.dcsns-toolbar .filter li img {
	width:80%;
	margin:10% 0 0 10%;
}

/* ------------------------------------------------------ Feeds network specific styles */

.dcsns-toolbar .filter a.link-all:hover {
	background-color: #002D4A;
	text-decoration:none;
}
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover {
	background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover {
	background-color: #413A33;
}


/* ---------------------------------------------- Facebook */
.stream li.dcsns-facebook .section-text img {
	margin: 0;
	float: left;
	border: none;
	padding: 0;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
/*.stream li.dcsns-facebook .section-text a:first-of-type img {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}*/
.stream li.dcsns-facebook .section-text .fbBigImageReplaced{
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
/* ---------------------------------------------- Tumblr */

.stream li.dcsns-tumblr figure {
	margin-bottom:1em;
}


/* -------------------------------------------- Twitter */
.stream li.dcsns-twitter .section-thumb img {
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	width:100%;
	margin-top:1em;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
}
.stream li.dcsns-twitter .section-intro a{
	color: #FFF;
}
.stream li.dcsns-twitter a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	display:none;
}
.stream li.dcsns-twitter .twitter-user a {
	display:inline-block;
	margin-right:1em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
}
.stream li.dcsns-twitter .twitter-user a strong{
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
}




/* --------------------------------------------- Google */
.stream li.dcsns-google .section-title {
}
.dcsns .stream li.dcsns-google .section-thumb img {
}
.stream li.dcsns-google .meta span.plusones {
}
/* ------------------------------------------------- Rss */
.stream li.dcsns-rss .section-text img {
}
/* ------------------------------------------------- Stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
}
/* -------------------------------------------- Youtube */
.stream li.dcsns-youtube .section-thumb img {
	width: 100%;
}
/* ---------------------------------------------- Vimeo */
.stream li.dcsns-vimeo .section-thumb img {
	width: 100%;
}
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
}
.stream li.dcsns-vimeo .section-text .meta {
}
.stream li.dcsns-vimeo .logo {
}
/* --------------------------------------------- Flickr */
.stream li.dcsns-flickr .section-thumb {
}
.stream li.dcsns-flickr .section-thumb img{
}
/* --------------------------------------------- Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
	width: 100%;
}
/* ------------------------------------------ Dribbble */
.stream li.dcsns-dribbble .inner img {
}
/* -------------------------------------------- Lastfm */
.stream li.dcsns-lastfm .section-title {
}
/* -------------------------------------------- Deviantart */
.stream li.dcsns-deviantart .section-thumb {
}
.stream li.dcsns-deviantart .section-thumb img {
}
/* ------------------------------------------ Tumblr */
.stream li.dcsns-tumblr .section-text img {
}
.stream li.dcsns-tumblr .track {
}
/* ------------------------------------------ Instagram */
.stream li.dcsns-instagram .section-thumb img {
	width: 100%;
	max-width: 100%;

	margin-right: 0;
}



/*###########################################################################*/
/*############################### CSS Animations ############################*/
/*###########################################################################*/


/* Looping ------------------------------------------------------- */

@-webkit-keyframes LoopingAnim {
0%   {
	-webkit-transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
}
}
@-ms-keyframes LoopingAnim {
0%   {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}
@keyframes LoopingAnim {
0%   {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}



/* Appear from deep ------------------------------------------------- */

@-webkit-keyframes zoomIn {
0%   {
	-webkit-transform: scale(0.5); /* Safari and Chrome */
	opacity:0;
}
100% {
	-webkit-transform: scale(1); /* Safari and Chrome */
	opacity:1;
}
}
@-ms-keyframes zoomIn {
0%   {
	-ms-transform: scale(0.5); /* IE 9 */
	opacity:0;
}
100% {
	-ms-transform: scale(1); /* IE 9 */
	opacity:1;
}
}
@keyframes zoomIn {
0%   {
	transform: scale(0.5);
	opacity:0;
}
100% {
	transform: scale(1);
	opacity:1;
}
}


/* Appear big and zoom down ----------------------------------------- */

@-webkit-keyframes zoomOut {
0%   {
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	opacity:0;
}
100% {
	-webkit-transform: scale(1); /* Safari and Chrome */
	opacity:1;
}
}
@-ms-keyframes zoomOut {
0%   {
	-ms-transform: scale(1.5); /* IE 9 */
	opacity:0;
}
100% {
	-ms-transform: scale(1); /* IE 9 */
	opacity:1;
}
}
@keyframes zoomOut {
0%   {
	transform: scale(1.5);
	opacity:0;
}
100% {
	transform: scale(1);
	opacity:1;
}
}


/*###########################################################################*/
/*##################################### Elfsight ############################*/
/*###########################################################################*/

#socialWallPage,
#socialWall{
	background-color:#005e9d;
	text-align: center;
    padding: 100px 0 100px 0;
}
#socialWallPage{
	padding: 60px 0 100px 0;
}
#socialWallPage h1,
#socialWall h2 {
    padding: 0 0 40px 0;
    font-size: 2.8em;
    line-height: 1.2;
    color: #ffffff;
}
#socialWallPage h1{
	padding:0 0 20px 0;
}
.descriptionText{
	display:inline-block;
	width:100%;
	text-align:left;
	max-width:320px;
	color: #ffffff;
	box-sizing:border-box;
}
.descriptionText.centered{
	text-align:center;
}
.diRvtN{
	max-width:80% !important;
}
.kbvIBp{
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
    gap: 0px !important;
}

.iizgxX{
	background-color:#f58628 !important;
	padding: 6px 14px !important;
    border-radius: 4px !important;
	font-size:1rem !important;
	width: auto !important;
}
.dLPuDk{
	display:inline !important;
	padding:0 !important;
}
.iizgxX:hover{
	background-color:#F46B06 !important;
}

.bgRCJT {
    padding: 30px !important;
}

.kHuiiN {
    margin-top: 80px !important;
}


@media only screen and (min-width: 980px) and (max-width: 1190px) { /* Normal Screens */

}
@media only screen and (min-width: 720px) and (max-width: 979px) { /* Tablet Devices */

}
@media only screen and (max-width: 719px) { /* Mobile Devices */
#socialWallPage h1,
#socialWall h2 {
    font-size: 2em;
}
.diRvtN{
	max-width:100% !important;
}
.kbvIBp{
	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)) !important;
}
.descriptionText{
	max-width:100%;
	padding: 0 30px;
}
}



/******************************************* End Of CSS ********************************************/