/* IE10 Mobile for Windows 8 and Windows Phone 8*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* FONT PATH - OPEN SANS
 * -------------------------- */

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/Open-Sans/OPENSANS.eot');
	src: url('../fonts/Open-Sans/OPENSANS.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Open-Sans/OPENSANS.woff') format('woff'),
	url('../fonts/Open-Sans/OPENSANS.TTF') format('truetype'),
	url('../fonts/Open-Sans/OPENSANS.svg#OpenSans') format('svg');
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/Open-Sans/OPENSANS-BOLD.eot');
    src: url('../fonts/Open-Sans/OPENSANS-BOLD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open-Sans/OPENSANS-BOLD.woff') format('woff'),
         url('../fonts/Open-Sans/OPENSANS-BOLD.ttf') format('truetype'),
         url('../fonts/Open-Sans/OPENSANS-BOLD.svg#OpenSansBold') format('svg');
}

strong {
  font-family: 'OpenSansBold';
  font-weight:    500;
}

/* FONT PATH - Calluna
 * -------------------------- */
@import url("//hello.myfonts.net/count/2b75f6");
  
@font-face {
	font-family: 'Calluna-Regular';
	src: url('../fonts/Calluna/webfonts/2B75F6_0_0.eot');src: url('../fonts/Calluna/webfonts/2B75F6_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/Calluna/webfonts/2B75F6_0_0.woff') format('woff'),url('../fonts/Calluna/webfonts/2B75F6_0_0.ttf') format('truetype');
	font-style: normal;
}

@font-family-serif: 'Calluna-Regular', Times, serif;


/* FONT PATH - GT Walsheim Bold
 * -------------------------- */
@font-face {
    font-family: 'GTWalsheimBold';
    src: url('../fonts/GTWalsheim/GT-Walsheim-Bold.eot');
    src: url('../fonts/GTWalsheim/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GTWalsheim/GT-Walsheim-Bold.woff') format('woff'),
         url('../fonts/GTWalsheim/GT-Walsheim-Bold.ttf') format('truetype'),
         url('../fonts/GTWalsheim/GT-Walsheim-Bold.svg#GTWalsheimBold') format('svg');
}

@font-family-sans-serif: 'OpenSans', Helvetica, Arial, sans-serif;




/* Custom Typography
* -------------------------- */
h1, .h1 {
  font-size: 28px; 
}

h2, .h2 {
  font-size: 40px; 
}

h3, .h3 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
        h3 { font-size: 28px;}
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
        h5 { font-size: 0.9em;}
}

h6, .h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'GTWalsheimBold';*/
  font-family: 'OpenSansBold';
  font-weight:    500;
}

p {
	font-family: inherit;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
        p {            
            font-size: 1.0em;
            padding-bottom: 10px;
        }
}

a {
  color: #3498db;
}
a:hover, 
a:focus {
  color: #2980b9;
}

.listGen {
	padding-left: 30px;
	font-size: 1.2em;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
        .listGen { font-size: 1.0em;}
}

ul ul.listGen {
	padding-left: 30px;
	font-size: 1.0em;
}

.font-fix {
	font-family:'OpenSans';
}
.font-fix-bold {
	font-family:'OpenSansBold';
}




/*Start: Custom styles */
/* Section navigation */
/* -------------------------- */
.side-nav-right {
  	position: fixed;
  	top: 18%;
  	right: 20px;
  	z-index: 1030;
  	display: none; /*control when to show with js*/
}
@media screen and (max-width: 767px) {
  	.side-nav-right {
    	 right: 3px;
    	 top: 8%;
  	}
}

.side-nav-right ul.nav-side-nav {
  	text-align: center;
  	list-style: none;
  	margin: 0;
  	padding-left: 0;
}
.side-nav-right ul.nav-side-nav > li {
  	line-height: 1.42857;
  	margin: 0;
  	padding: 8px 0;	
}

/* Section markers at beginning of each section */
.side-nav-right ul.nav-side-nav > li > .sectionNavMarker {
  	display: block;
  	background: #0F3B68;
  	color: #F2F2F2; 
  	font-size: 24px;
  	opacity: 0.4;
  	margin-bottom: 5px;
  	font-family: 'Calluna-Regular';
  	width: 32px; 
  	height: 32px;
  	text-align: center;
}
.side-nav-right ul.nav-side-nav > li > .sectionNavMarker:hover,
.side-nav-right ul.nav-side-nav > li > .sectionNavMarker:focus{  	
  	background: #3498db;
  	color: #F2F2F2; 
  	text-decoration: none;
  	opacity: 1;
}

/* Standard bullets for each section */

.side-nav-right ul.nav-side-nav > li > a {
  	border-radius: 50%; 
}
.side-nav-right ul.nav-side-nav > li > .sectionNavMarkerBullet {
  	display: block;
  	width: 8px;
  	height: 8px;	
  	background: #0F3B68; 
  	opacity: 0.4;
  	margin-left:10px;
}
.side-nav-right ul.nav-side-nav > li > .sectionNavMarkerBullet:hover, 
.side-nav-right ul.nav-side-nav > li > .sectionNavMarkerBullet:focus {
  background: #3498db; /*#afafaf*/
  text-decoration: none;
  opacity: 1;
}

.tooltip {font-family:'OpenSans'; width: 100px;}


/* Generic marker for Main Intro nav - on dark background */
.side-nav-right ul.nav-side-nav  > li > .markerGen {
  	display: block;
  	background: #F2F2F2;
  	width: 32px; 
  	height: 32px;
  	color: #333; 
  	font-size: 24px;
  	opacity: 0.45;
  	margin-bottom: 5px;
  	text-align: center;
  	font-family: 'Calluna-Regular';
}
.side-nav-right ul.nav-side-nav > li > .markerGen:hover,
.side-nav-right ul.nav-side-nav > li > .markerGen:focus{  	
  	background: #3498db;
  	color: #F2F2F2; 
  	text-decoration: none;
  	opacity: 1;
}

.side-nav-right ul.nav-side-nav > li > .markerGenBullet {
  	display: block;
  	width: 8px;
  	height: 8px;
  	border-radius: 50%;  	
  	background: #FFF; /*#e2e2e2*/
  	opacity: 0.4;
  	margin-left:10px;
}
.side-nav-right ul.nav-side-nav > li > .markerGenBullet:hover, 
.side-nav-right ul.nav-side-nav > li > .markerGenBullet:focus {
  background: #3498db; /*#afafaf*/
  text-decoration: none;
  opacity: 1;
}


@media screen and (max-width: 767px) {
  	.side-nav-right ul.nav-side-nav  > li > .markerGen,
  	.side-nav-right ul.nav-side-nav > li > .sectionNavMarker { width: 28px; height: 28px; font-size: 20px;}
}




/* -------------------------- */
/* Panels and Containers - Layout */
/* -------------------------- */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.0em;
  padding-right: 5.0em;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 2.2em;
  	padding-right: 2.2em; }
}

.scrollPast {
    position: relative;
}

/* Panel Padding - Layout */
.panel-pad-xs {padding: 25px 0;}
.panel-pad-sm {padding: 50px 0;}
.panel-pad-md {padding: 200px 0;}
	
	@media screen and (max-width: 767px) {
	    .panel-pad-md {padding: 100px 0;}
	}

.panel-pad-lg {padding: 400px 0;}

.panel-bottom-pad-xs {padding-bottom: 25px;}
.panel-bottom-pad-sm {padding-bottom: 50px;}
.panel-bottom-pad-md {padding-bottom: 200px;}

	@media screen and (max-width: 767px) {
	    .panel-bottom-pad-md {padding-bottom: 50px;}
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
	  .panel-bottom-pad-md {padding-bottom: 75px;}
	}

.panel-bottom-pad-lg {padding-bottom: 400px;}
	
	@media screen and (max-width: 767px) {
	    .panel-bottom-pad-lg {padding-bottom: 50px;}
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
	  .panel-bottom-pad-lg {padding-bottom: 75px;}
	  #relGallery.panel-bottom-pad-lg {padding-bottom: 205px;}
	}
	@media screen and (min-width: 1024px) and (max-width: 1200px) {
	  .panel-bottom-pad-lg {padding-bottom: 100px;}
	  #relGallery.panel-bottom-pad-lg {padding-bottom: 300px;}
	}


.panel-top-pad-xs {padding-top: 25px;}
.panel-top-pad-sm {padding-top: 50px;}

	@media screen and (max-width: 767px) {
	    .panel-top-pad-sm {padding-top: 10px;}
	    .panel-bkg.panel-top-pad-sm {padding-top: 50px;}
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
	  .panel-top-pad-sm {padding-top: 15px;}
	}


.panel-top-pad-md {padding-top: 200px;}

	@media screen and (max-width: 767px) {
	    .panel-top-pad-md {padding-top: 10px;}
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
	  .panel-top-pad-md {padding-top: 15px;}
	}
	@media screen and (min-width: 1024px) and (max-width: 1200px) {
	  .panel-top-pad-md {padding-top: 50px;}
	}

.panel-top-pad-lg {padding-top: 400px;}


/* -------------------------- */
/* Infinite Sea */
/* -------------------------- */
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width: 100%;
    min-height: 100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height: 100%;
    overflow: hidden;
}

/* content centering styles */
.content-a {
	display: table;
}
.content-b {
	display: table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.content-b h1 {
	color: #417aa4;
	text-shadow: 1px 2px 1px #ccc; 
	font-size: 32px;	
}

/* Smartphones portrait */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .content-b h1 {font-size: 26px;}
  .content-b {padding-top: 5.4em;}
}
/* Smartphones landscape */
@media screen and (min-width: 480px) and (max-width: 600px) {
  .content-b h1 {font-size: 26px;}
  .content-b {padding-top: 6.45em;}
}
/* sm tablet portrait */
@media screen and (min-width: 600px) and (max-width: 767px) {  
  .content-b {padding-top: 9.25em;}
}
/* sm tablet landscape */
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .content-b {padding-top: 8.75em;}
}
/* tablet portrait */
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .content-b {padding-top: 10.17em;}
}
/* tablet landscape */
@media screen and (min-width: 1024px) {
  .content-b {padding-top: 10.15em;}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	.content-b {padding-top: 11.0em;}
}


/* -------------------------- */
/* Infinite Sea Menu (Main navigation) */
/* -------------------------- */
.ocean-menu {display:inline-table; margin: 40px 0 0 0;}

ul.ocean-nav > li {
	text-align: center; 
	padding: 0 25px;
	font-family: 'Calluna-Regular';
  	font-size: 24px;
}
ul.ocean-nav > li > a {
  display: table-cell;
  /*width: 50px;
  height: 50px; 
  border-radius: 50%;
  background: #e2e2e2;*/
  vertical-align: middle; 
  opacity: 0.8;   
}
ul.ocean-nav > li > a:hover, 
ul.ocean-nav > li > a:focus {
   /*background: #afafaf;*/
  text-decoration: none; 
}

.ocean-nav-details {
	height: 50px; 	
	visibility: hidden;
	text-align: left;
	position: relative;
}
.ocean-nav-label {
	position: absolute;
	top: 0;
	color: #FFFFFF;
  	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  	font-size: 18px;
  	font-family: 'OpenSans';  	
  	background: rgba(0, 0, 0, 0.20);
}

#label-balseros, #label-guantanamo, #label-crisis, #label-intro {visibility: hidden;}

/*Responsive fixes - main menu */
@media only screen and (max-width: 600px) {
  .ocean-menu {margin: 10px 0 0 0;}
  ul.ocean-nav > li {padding: 0 15px; font-size: 20px;}
  .ocean-nav-label {font-size: 16px;}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {  
  .ocean-menu {margin: 25px 0 0 0;}
}


/* -------------------------- */
/* Scroll More */
/* -------------------------- */
#scroll-more {
  	position: fixed;
  	bottom: 5%;
  	right: 20px;
  	z-index: 1030;
  	background: #ffffff;
  	opacity: 0.6;
  	width: 32px;
  	height: 32px;
  	border-radius: 4px;
  	text-align: center;
  	font-size: 26px;
  	color: #0f3b68;
  	padding: 2px 0 0 2px;
  	cursor: pointer;
}
#scroll-more a,
#scroll-more a:hover {
	color: #0f3b68;
}

#scroll-more-text {
	position: fixed;
  	bottom: 5%;
  	right: 60px;
  	z-index: 1030;
  	font-size: 16px;
  	font-family: 'OpenSans';
  	color: #FFFFFF;
  	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  	visibility: hidden;
  	background: rgba(0, 0, 0, 0.25);
}


/* -------------------------- */
/* Helper and Reference Text - General */
/* -------------------------- */
.helper-text {	 
	font-size: 16px;
	font-family: 'OpenSans';
}
.helper-text a,
.helper-text a:link {	 
	font-size: 16px; 
	font-family: 'OpenSansBold';
}
.helper-text a:hover, 
.helper-text a:active {	
	text-decoration: none;
}

.reference-text {
	font-size: 14px;
	font-family: 'OpenSans';
}
@media only screen and (max-width: 767px) {
    .reference-text { font-size: 12px;}
}


/* -------------------------- */
/* Panels - Color Variations */
/* -------------------------- */
/* Primary Panel */
.panel-primary {
	background: #0f3b68;
	color: #FFFFFF;
}
.heading-primary {
	color: #3498db;
}
.panel-primary p {
	color: #FFFFFF;
}

.helper-text-primary {
	color: #d3d2d2;
}
.helper-text-primary > a,
.helper-text-primary > a:link {	 
	color: #CCCCCC;
}
.helper-text-primary > a:hover, 
.helper-text-primary > a:focus {	
	color: #FFFFFF;
}
.reference-primary {
	border-top: 1px solid #FFF;		
}


/* Bkg Image Panel */
.panel-bkg {
	background-image: url('../images/infinite-ocean_bw.jpg');
	background-position: top center;
	background-repeat: no-repeat; 
  	background-size: cover;
  	color: #666666;
}
.heading-panel-bkg {
	color: #0f3b68;
}
.panel-bkg p {
	color: #333333;
}

.helper-text-panel-bkg {
	color: #d3d2d2;
}
.helper-text-panel-bkg > a,
.helper-text-panel-bkg > a:link {	 
	color: #666666;
}
.helper-text-panel-bkg > a:hover, 
.helper-text-panel-bkg > a:focus {	
	color: #0f3b68;
}

.reference-panel-bkg {
	border-top: 1px solid #333333;		
}


/* Secundary Panel */
.panel-secundary {
	background: #2980b9;
	color: #FFFFFF;
}
.heading-secundary {
	color: #0F3B68;
}
.panel-secundary p {
	color: #FFFFFF;
}


/* Panel White */
.panel-white {
	background: #FFF;
  	color: #0f3b68;
}
.heading-panel-white {
	color: #3498db;
}
.panel-white p {
	color: #0f3b68;
}


/* -------------------------- */
/* Buttons */
/* -------------------------- */
.btn {font-family: 'OpenSansBold';}

.btn-primary,
.btn-primary:active, 
.btn-primary.active, 
.open > .btn-primary.dropdown-toggle,
.btn-primary:focus {
  color: #FFFFFF;
  background-color: #3498db;
}
.btn-primary:hover {
  color: #3498db;
  background-color: #FFFFFF;
}

.btn-panel-bkg,
.btn-panel-bkg:active, 
.btn-panel-bkg.active, 
.open > .btn-panel-bkg.dropdown-toggle,
.btn-panel-bkg:focus {
  color: #FFFFFF;
  background-color: #0f3b68;
}
.btn-panel-bkg:hover {
  color: #0f3b68;
  background-color: #FFFFFF;
}



.btn-media {
	background-color: transparent;
	text-align: left;
	padding: 0;
	font-family: 'OpenSans';
	font-size: 1.0em;
	margin-bottom: 15px;
}

.btn-media span.icon{vertical-align: bottom;}

.btn-media:hover {
	color: #3498db;
}

@media screen and (max-width: 480px) {
	.btn-media {
		font-size: 0.9em;
	}
}


/* -------------------------- */
/* Map Sections */
/* -------------------------- */
.map-container {	
	background: #b5d0d0; /* --previous #73b5e5-- */
}
#map1 { height: 700px;}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #map1 {
    height: 430px;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  #map1 {
    height: 280px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {  
  #map1 {
    height: 750px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  #map1 {
    height: 550px;
  }
}

@media screen and (min-width: 768px) and (max-width: 799px) {
  #map1 {
    height: 800px;
  }
}

.map-container p {
	color: #FFFFFF;
}


/* -------------------------- */
/* Timeline Section */
/* -------------------------- */
.timeline {
	margin: 60px 0 0 0;
	background: url('../images/timeline/dot.gif') left 46px repeat-x;	
}
	@media screen and (max-width: 1024px) {
	    .timeline { 
	    		margin: 25px 0 0 0;
	    		background: #f2f2f2;
	    		padding: 10px 0 0 0;
	    		border: 1px solid #D5D5D5;
	    		border-radius: 6px;
	    	}
	}

.dates {
	min-height: 30px;
}
.dates li {	
	height: 50px;	
	text-align: center;	
	padding: 0 18px 0 18px;
	font-family: 'OpenSansBold';
	font-size: 18px;	
	background: url('../images/timeline/biggerdot.png') center bottom no-repeat;
}
	@media screen and (max-width: 1024px) {
	    .dates li { 
	    		height: 30px;
	    		padding: 0 14px 0 14px;
	    		background: none;
	    	}
	}


.dates a,
.dates a:link {
	color: #0F3B68;
	line-height: 24px;
	
}
.dates a:hover,
.dates a:focus {
	text-decoration: none;	
	color: #2980b9;
}
.dates a.active,
.dates a:active {
    font-size: 24px;	
    color: #3498db;    
}

.bxslider p {
	font-size: 18px;
}
	@media only screen and (max-width: 767px) {
	    .bxslider p { 
	    		font-size: 16px;
	    	}
	}


.events{
	margin: 15px 42px 0 42px;
}
@media screen and (max-width: 767px) {
	    .events { 
	    		margin: 10px 28px 0 28px;
	    	}
	}

.media-object.pull-left {
	margin: 0 15px 0 0;
}
.media-object.pull-right {
	margin: 0 0 0 15px;
}		


/*-----------------------------------------------------*/
/* FOOTER
-------------------------------------------------------*/
.umlogo {
	background: #FFF;
	padding: 10px 5px;
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	    .chc { 
	    		font-size: 16px;
	    		padding-top: 15px;
	    	}
	}

.social-media{
	text-align: right;
}
@media only screen and (max-width: 1024px) {
	    .social-media { 
	    		text-align: left;
	    		padding-top: 15px;
	    	}
	}



/*-----------------------------------------------------*/
/* ICONS
-------------------------------------------------------*/
.icon {
	display: inline-block;
	/*margin-left: 2px;*/
	vertical-align: middle;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	/*border-radius: 50%;
	background-color: transparent;*/
}

.icon18 {width:18px; height: 18px;}
.icon24 {width:24px; height: 24px;}
.icon32 {width:32px; height: 32px;}
.icon48 {width:48px; height: 48px;}
.icon60 {width:60px; height: 60px;}


.icon50 {width:50px; height: 50px;}
@media only screen and (max-width: 600px) {  
  .icon50 { width: 40px; height: 40px;}
}

.icon-numeral1 {background-image:url('../images/icons/numeral1b.svg');}
.icon-numeral2 {background-image:url('../images/icons/numeral2b.svg');}
.icon-numeral3 {background-image:url('../images/icons/numeral3b.svg');}
.icon-numeral4 {background-image:url('../images/icons/numeral4.svg');}
.icon-language1 {background-image:url('../images/icons/language1.svg');}
.icon-language2 {background-image:url('../images/icons/language2.svg');}
.icon-language3 {background-image:url('../images/icons/language3.svg');}
.icon-pdf {background-image:url('../images/icons/pdf.svg'); cursor: pointer;}
.icon-pdf:hover, .icon-pdf2 {background-image:url('../images/icons/pdf2.svg');}
.icon-pdf3 {background-image:url('../images/icons/pdf3.svg');}
.icon-link {background-image:url('../images/icons/link.svg');}
.icon-link2 {background-image:url('../images/icons/link2.svg');}
.icon-link3 {background-image:url('../images/icons/link3.svg');}
.icon-email {background-image:url('../images/icons/email.svg');}
.icon-profile {background-image:url('../images/icons/profile.svg');}
.icon-audio {background-image:url('../images/icons/audio.svg');}
.icon-video {background-image:url('../images/icons/video.svg');}
.icon-video2 {background-image:url('../images/icons/video2.svg');}

/*-----------------------------------------------------*/
/* MISC - Fixes
-------------------------------------------------------*/
.expand {}

.panel-sidebar{
	background: #f2f2f2;
	padding: 15px;
	border: 1px solid #D5D5D5;
	border-radius: 6px;
}

.panel-group {font-size: 16px;}
.panel-title {font-size: 18px;}



/*-----------------------------------------------------*/
/*Pre-loader
-------------------------------------------------------*/

.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: 10px auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 25px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 190px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  color: #ccc;
  line-height: 60px;
  font-weight: bold;
  font-family:  'OpenSans', Arial, sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}

.pace.pace-inactive {
  display: none;
}

#seabkg {visibility: hidden;}

#blind {visibility: hidden;}




/*-----------------------------------------------------*/
/*Modal
-------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px 0;
  top: 15%;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #999999;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  color: #3498DB;
}
.modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #3498DB;
  text-shadow: 0 1px 0 #CCC;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-title {
  margin: 0;
  line-height: 1.1em;
}
.modal-body {
  position: relative;
  padding: 10px 10px 20px 10px;
  color: #0F3B68;
}
.modal-body p {
  color: #0F3B68;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {   
	    .modal-dialog {                                
	    		margin: 10px auto; 
	    		top: 5%;           
	    	}                                 
	} 


@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.visuallyhidden {
  opacity: 0;
}



