@font-face {
	font-family: social;
	src:url('../fonts/ss-social-circle.otf');
}

html, body {
    overflow: hidden;
    width: 100%;
    height:100%;
    background-color: #28303A;
    color:#6d7988;
}

body {
	position: relative;
}

*:focus {
	outline: none !important;
}

a {
    text-decoration: underline;
}
dl {
    color:#C4C4C4;
    font-weight: 400;
    font-style: normal;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
    /*margin:0px; padding: 0px;*/
}
dt {
    margin-bottom: -3.5px;
    color:#6d7988;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}
dd {
    display: block;
    margin-bottom: 7px;
}
dd a, dd a:hover, dd a:focus {
    color:#C4C4C4;
    cursor: pointer;
    cursor: hand;
    pointer-events:auto;
}
dd dt {
    color:#C4C4C4;
    font-weight: 500;
    font-style: normal;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}

.carousel {
    z-index: 1000;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .75s;
    -moz-transition: opacity .75s;
    -ms-transition: opacity .75s;
    -o-transition: opacity .75s;
    transition: opacity .75s;
}
.carousel .active.left {
    left:0;
    z-index:2;
    opacity:0;
}
.carousel .next {
    left:0;
    z-index:1;
    opacity:1;
}
.carousel-caption {
    z-index: 2000;
    height: 100%;
    color:#C4C4C4;
    text-shadow:none;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    padding: 1em;
    max-width: 700px;
    margin: 0 auto;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
	left: 5%;
	right: 5%;
	text-align: left;
}

.carousel-caption a {
	color: inherit;
}

.carousel-caption.flex {
    flex-wrap: wrap;
}

.carousel-caption img {
    width: 75px;
}

.carousel-caption--top {
	margin-top: auto;
	padding-top: 0px;
	font-size: 18px;
}

@media (max-width: 1000px) {
	
	.carousel-caption--top {
		font-size: 16px;
		padding-top: 60px;
	}
}

@media (max-width: 600px) {
	.carousel-caption--top {
		font-size: 14px;
	}
}

.carousel-caption--top p+p {
	margin-top: 1em;
}

.carousel-caption--bottom {
	font-size:14px;
	margin-top: auto;
}

.flex {
    display: -webkit-box;
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    display: -webkit-flex;
    /* NEW, Chrome 21+ */
    display: flex;
    /* OLD… */
    -ms-flex-align: center;
    /* NEW: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;
}
#home-page {
	top:0;
    z-index: 4001;
    padding:0;
    opacity:1;
}

#home-page ul.social {
	//position:absolute;
	//top:50px;
	//left: 50%;
	//transform: translateX(-50%);
	//width:100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding:0;
	margin:0 auto;
	font-family: social;
	color:#556171;
	font-size:24px;
	opacity:0;
	transition: opacity 1s;
}

#home-page ul.social li {
	display:inline-block;
	padding: 0 .25em;
}

#home-page ul.social a {
	text-decoration: none;
	color:inherit;
}

#home-page ul.social a:hover, #home-page ul.social a:focus {
	color:white;
}
#home-page .logo {
	display:block;
	margin:30px auto;
	transition: transform 1s, opacity 1s;
	transform: translateY(50px);
	opacity:0;
	max-width:100%;
}

#home-page p {
	transform: translateY(50px);
	margin-bottom:0;
	opacity: 0;
	transition: opacity 1.5s, transform 1.5s;
}

#explore {
	background-color: transparent;
	opacity:0;
	border: 0;
	display:  block;
	margin: 0 auto;
}

#explore svg .lines {
	opacity:0;
	transition: opacity 1s;
}

#explore.loaded:hover .lines, #explore.loaded:focus .lines {
	opacity:1;
}

#explore-button {
	margin-top:60px;
	width:120px;
	height:120px;
    cursor: wait;
    opacity:.5;
    transition: opacity 2s;
}

#explore-button text {
	font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B';
}

#explore.loaded #explore-button {
	cursor:pointer;
	opacity:1 !important;
}

#about-page a {
    color:#6d7988;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
#about-page h1 {
    color:#C4C4C4;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
}
#about-page h2 {
    margin-bottom: 0px;
    color:#C4C4C4;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
}
#about-page dl {
    color:#6d7988;
    font-weight: 400;
    font-style: normal;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
}
#about-page dt {
    color:#C4C4C4;
    text-transform:capitalize;
    font-weight: 400;
    font-style: normal;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
}
#about-page-menu a, #credits a {
    color:#f13452;
}
#about-page-menu dd {
    margin: 0px;
}
#questions a {
    color:#f13452;
}
#map-page {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 auto -40px;
    padding: 0 0 40px;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #28303A;
    opacity: 0;
}
#map {
    width: 100%;
    height: 100%;
    background-color: #28303A;
}
#map svg {
    width: 100%;
    height: 100%;
}
#map-timeline {
    width: 100%;
    height: 40px;
    overflow-x: auto;
    position: relative;
    background-color: #28303A;
    /*-webkit-box-shadow: 0px -10px 10px rgba(255, 0, 0, 0.10); -moz-box-shadow: 0px -10px 10px rgba(255, 0, 0, 0.10); box-shadow: 0px -10px 10px rgba(255, 0, 0, 0.10); z-index:30000;*/
}
#timeline {
    width: 100%;
    height: 100%;
}
#water {
    pointer-events: auto;
    fill: none;
}
.water {
    fill:#28303A;
}
.land {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    pointer-events:none;
    /*fill: #212830;*/
    fill: #182128;
    fill-opacity:.5;
    stroke: #28303A;
    stroke-opacity:0;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 1.5px;
}
.visible {
    pointer-events:auto;
    stroke-opacity: 1;
}
.enabled {
    cursor: pointer;
    cursor: hand;
    /*fill: #182128; */
    fill-opacity:1;
}
.invisible {
    fill-opacity:0;
}
.story {
    pointer-events:auto;
    stroke-opacity: 1;
    /*fill: #182128; */
    fill-opacity:1;
}
.highlighted, .selected {
    fill: #000;
}
.node {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    pointer-events: none;
    fill: none;
    /*fill:red;*/
    stroke: #f13452;
    stroke-opacity:0;
    stroke-width: 1.5px;
}
.node.visible {
    fill: none;
    stroke-opacity:.25;
}
.node.enabled {
    stroke-opacity:1;
}
.node.invisible {
    stroke-opacity:0;
}
.node.asylum {
    stroke: #00d7ed;
}
line.link {
    stroke-width: 1.5px;
    stroke-opacity:1;
}
line.link-hitarea {
    stroke-width: 4px;
    stroke: Red;
    stroke-opacity:0;
}
.navbar {
    z-index: 4000;
    padding-right: 50px;
    padding-left: 50px;
    border:none;
    background-color: #000;
    color:#fff;
}

@media (max-width: 600px) {
	.navbar {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.navbar ul, .navbar li {
    margin: 0px;
    padding: 0px;
}
.navbar a {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}
.navbar a.navbar-link, .share-button a {
    color:#6d7988;
}

.navbar .navbar-brand {
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.navbar .navbar-text {
    float: left;
/*
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
*/
}
.navbar-header {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-dropdown {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	font-size: 100%;
	font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: .25em;
	margin: 0;
	border: 0;

	color: #6d7988;
	margin-left: 1em;
	padding-right: 1em;
	background-image: url(select_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	
	position: relative;
	top: 1px;
}

@media (max-device-width: 1024px) {
	.nav-dropdown {
		//display: none;	
	}
}

@media (max-width: 600px) {
	.nav-dropdown {
		margin-left: auto;
	}
}

#tempCountrySelect {
	display: none;
}

.nav-dropdown:hover,.nav-dropdown:focus {
	color: #C4C4C4;
	background-image: url(select_arrow__active.svg);
}

.navbar-nav>li {
    float: left;
}
.navbar-right {
    float: right;
    display: flex;
    align-items: center;
}

#donate-button {
    padding-right: 15px;
}
.share-button {
    width: 24px;
    cursor: pointer;
    margin-right:2px;
    position: relative;
    top: 3px;
}
.share-button a {
    display: block;
    font-family: social;
    font-size:18px;
    //height: 24px;
    background-size: 24px;
}

.navbar a.navbar-link:hover, .navbar a.navbar-link:focus, .share-button a:hover, .share-button a:focus {
    color:#C4C4C4;
    cursor: pointer;
}

#map-nav-background {
    position: absolute;
    top:0px;
    left:0px;
    /*display:none;*/
    width: 700px;
    height: 95%;
    background-color: #000;
    opacity: 0;
}
#map-nav-head {
    position: absolute;
    top:100px;
    left:50px;
    width: 600px;
    height: 100px;
}

@media (max-width: 600px) {
	#map-nav-head {
		width: 90% !important;	
	}
}
#map-nav-body {
    position: absolute;
    top:225px;
    left:50px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 700px;
    height: 450px;
}
#year-region {
    z-index: 2001;
    color:#EF3753;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', serif;
    line-height: 36px;
}

#year-region.asylum {
    color:#00d7ed;
}
#stats {
    float:left;
    padding-right: 25px;
    width: 200px;
    height: 100%;
}
#stats dl {
    margin:0px;
    padding: 0px;
}

#stats dl dt, #stats dl dd {
	line-height:1.2;
}

#stats dl dt.stat_label {
	margin-top:4px;
	margin-bottom:1px;
}

#top-values dt {
	margin-bottom:1px;
}

#story-head {
    float:left;
    margin-bottom: 42px;
    height: 92px;
    color: #C4C4C4;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', serif;
    line-height: 36px;
    opacity: 0;
    /*word-break: break-all;*/
}
#story-head a {
    /*border-bottom:1px solid #C4C4C4;*/
    color: #C4C4C4;
    /*text-decoration: none;*/
    cursor: pointer;
    cursor: hand;
}
#story-head a:hover {
    /*border-bottom:1px solid #C4C4C4; 
    text-decoration: none;*/
}
#story-head p {
    width: 100%;
    height: 100%;
}
#story-head .badge {
    background-color:#000;
    color:#C4C4C4;
    vertical-align: 110%;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}
#story-body {
    float:left;
    padding-right: 25px;
    padding-left: 25px;
    width: 400px;
    height: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', serif;
    opacity: 0;
}
#story-body dd {
    margin-bottom: 0px;
}
#story-body-border {
    float:left;
    height: 100%;
    border-left: 1px solid #C4C4C4;
}

@media (max-width: 600px) {
	#year-region, #story-head {
		font-size: 24px;
	}
	
	#map-nav-head,#map-nav-body {
		left: 2rem;
	}
}


.story-button {
    opacity: .5;
    cursor: pointer;
    cursor: hand;
}
image.story-button {
    opacity: .5;
}
.toggle-button {
    z-index: 5000;
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.toggle-button a svg {
	width:100%;
}

#mode-buttons {
	margin-bottom:-10px;
}

#value-mode-button.origin-refugees svg .person {
	fill: #F13452;
}
#value-mode-button.origin-refugees svg .percent {
	fill: none;
}
#value-mode-button.origin-refugees svg .perc {
	fill: #546070;
}
#value-mode-button.origin-refugees:hover svg .perc {
	fill:white;
}
#value-mode-button.origin-refugees svg .guy {
	fill: black;
}

#value-mode-button.origin-refugees-population svg  .person {
	fill: none;
}
#value-mode-button.origin-refugees-population svg  .percent {
	fill: #F13452;
}
#value-mode-button.origin-refugees-population svg .perc {
	fill: black;
}
#value-mode-button.origin-refugees-population svg .guy {
	fill: #546070;
}
#value-mode-button.origin-refugees-population:hover svg .guy {
	fill: white;
}


#value-mode-button.asylum-refugees svg .person {
	fill: #00D7ED;
}
#value-mode-button.asylum-refugees svg .percent {
	fill: none;
}
#value-mode-button.asylum-refugees svg .perc {
	fill: #546070;
}
#value-mode-button.asylum-refugees:hover svg .perc {
	fill:white;
}
#value-mode-button.asylum-refugees svg .guy {
	fill: black;
}

#value-mode-button.asylum-refugees-population svg .person {
	fill: none;
}
#value-mode-button.asylum-refugees-population svg .percent {
	fill: #00D7ED;
}
#value-mode-button.asylum-refugees-population svg .perc {
	fill: black;
}
#value-mode-button.asylum-refugees-population svg .guy {
	fill: #546070;
}
#value-mode-button.asylum-refugees-population:hover svg .guy {
	fill: white;
}


#type-mode-button {
    margin-right: 5px;
}

#type-mode-button.origins svg .origin {
	fill: #F13452;
}
#type-mode-button.origins svg .originarrow {
	fill: black;
}
#type-mode-button.origins svg .asylum {
	fill: none;
}
#type-mode-button.origins svg .asylumarrow {
	fill: #546070;
}
#type-mode-button.origins:hover svg .asylumarrow {
	fill: white;
}


#type-mode-button.asylums svg .asylum {
	fill: #00D7ED;
}
#type-mode-button.asylums svg .origin {
	fill: none;
}
#type-mode-button.asylums svg .originarrow {
	fill: #546070;
}
#type-mode-button.asylums:hover svg .originarrow {
	fill: white;
}
#type-mode-button.asylums svg .asylumarrow {
	fill: black;
}

#type-mode-button a:hover {
    background-position: 0 -24px;
}
.value-mode-value {
    margin-top: 3.5px;
    color:#EF3753;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
    line-height: 21px;
}
.value-mode-value.asylum {
    color:#00d7ed;
}
#refugee-mode {
}
.world-rank-value {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}
#world-zoom-button {
    position: absolute;
    top: 100px;
    right: 50px;
    z-index: 5000;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}
#world-zoom-button a {
    display: block;
    width:100%;
    height:100%;
}
#world-zoom-button a svg {
	height:100%;
	width:100%;
}

#world-zoom-button a svg .togglecolor {
	fill:#F13452;
}
#world-zoom-button a svg .togglecolor.asylum {
	fill:#00D7ED;
}

#home-button img {
    width: 150px;
    height: 13px;
    line-height: 0;
}
#play-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100px;
    height: 40px;
}
#play-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#play-button.frame {
    border: none;
    background-color: #000;
}

#playpause {
	width:75%;
}

#play-button.pause #playpause .pause {
	display:initial;
}

#play-button.pause #playpause .play {
	display:none;
}

#play-button.play #playpause .pause {
	display:none;
}

#play-button.play #playpause .play {
	display:initial;
}

#playpause .togglecolor.asylum {
	stroke: #00D7ED;
}

.frame {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -ms-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
    fill: #000;
    stroke: none;
}
.frame > text {
    font-weight: 700;
    font-style: normal;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
    fill: #C4C4C4;
}
.frame:hover {
    fill: #C4C4C4;
    stroke: none;
}
#play-button.frame:hover .play, #play-button.frame:hover .pause path {
	fill: black;
	stroke:black;
}

.frame:hover > text {
    fill: #000;
    stroke: none;
}
.frame.selected {
    fill: #C4C4C4;
    stroke: none;
}
.frame.selected > text {
    fill: #000;
    stroke: none;
}
.frame.selected > rect {
    fill: #C4C4C4;
}
.frame-year {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    pointer-events: none;
    fill: #6B6B6B;
    text-anchor:middle;
}
.frame-refugees {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    stroke: none;
}
.frame-background {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.tooltip {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
    pointer-events: none;
}
.tooltip-inner {
    background-color: #f13452;
    background-color: rgba(241, 52, 82, .75);
    color:#000;
    white-space:pre-wrap;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #f13452;
    border-top-color: rgba(241, 52, 82, .75);
}
.tooltip.toggle .tooltip-inner {
    background-color: #000;
    color:#C4C4C4;
    /*background-color: rgba(0, 215, 237, .75);*/
    white-space:pre-wrap;
}
.tooltip.toggle .tooltip-arrow {
    border-top-color: #000;
    /*border-top-color: rgba(0, 215, 237, .75);*/
}
.tooltip.link-asylum .tooltip-inner {
    background-color: #00d7ed;
    background-color: rgba(0, 215, 237, .75);
    white-space:pre-wrap;
}
.tooltip.link-asylum.top .tooltip-arrow {
    border-top-color: #00d7ed;
    border-top-color: rgba(0, 215, 237, .75);
}
.tooltip.link-origin .tooltip-inner {
    background-color: #f13452;
    background-color: rgba(241, 52, 82, .75);
    white-space:pre-wrap;
}
.tooltip.link-origin.top .tooltip-arrow {
    border-top-color: #f13452;
    border-top-color: rgba(241, 52, 82, .75);
}
.tooltip-value {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-family:'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B', sans-serif;
}
.mouse-tooltip {
    position: absolute;
    visibility: hidden;
    width:10px;
    height: 10px;
    background-color: White;
}
/* Standard (Mozilla) */
 @keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.blink {
    animation: blink 1.5s infinite;
}
/* Chrome & Safari */
 @-webkit-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.blink {
    -webkit-animation: blink 1.5s infinite;
}
/* Mobile */
 #mobile-map-page, .navbar .year, .navbar .toggle, .navbar-mobile {
    display: none;
}
@media only screen and (max-height: 680px) {
    #home-page {
        position: absolute;
        top: 0;
        overflow: auto;
        width: 100%;
        opacity: inherit;
        -webkit-overflow-scrolling: touch;
    }
    .carousel {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .carousel-caption {
        position: static;
        top: 80px;
        bottom: auto;
        bottom: 0;
        margin: 10px auto 0;
        height: auto;
    }
    #home-page ul.social {
	    width: 80%;
	    font-size:36px;
    }
}

.page {
	display:none;
	position: absolute;
    top: 50px;
    left: 0px;
    z-index: 1000;
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
    width:100%;
    background-color: #182128;
    color:#6d7988;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    font-family:'Chronicle SSm A', 'Chronicle SSm B', sans-serif;
    opacity: 0;
    transition: opacity .6s;
}

.page.open {
	display:initial;
}
