@media (min-width: 1060px){
 
 .navbar-fixed-top{
   position:fixed;
   top: 0;
 }
 
}

@media (max-width: 1059px) {

#Logo {
	margin-left: auto;
	margin-right: auto;
	float: none;
	Display: block;
}

#Flags {
float: none;
text-align: center;
}

#Flags img {
	width: 6%;
}

#ContentWrapper {
width: 95%;
margin-left:2.5%;
margin-right:2.5%;
}

#ContentColumn {
width:96%;
}

#ExtraColumn {
width:100%;
}

/*NavBar*/
.menu{
display:none;
}
 
.mobile-menu{
	display:block;
	float: left;
	background: -moz-linear-gradient(top, #1B4456 0%, #003751 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B4456), color-stop(100%,#003751));
	background: -o-linear-gradient(top, #1B4456 0%,#003751 100%);
	background: -ms-linear-gradient(top, #1B4456 0%,#003751 100%);
}
 
nav{
margin:0;
background:none;
}
 
.menu li{display:block;
margin:0;}
 
.menu li a {background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}
 
.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#797979;
border-left:3px solid #9CA3DA;}
 
/*level 2 and 3 - make same width as all items*/
.menu ul {
display:block;
position:relative;
top:0;
left:0;
width:100%;}
 
.menu ul ul {left:0;}
 /*End NavBar*/
 /*FOOTER*/
 /* Initially hide the GPS menu */
.menu {
    display: none;
}

/* Show the menu when 'open' class is added (for mobile) */
.menu.open {
    display: block;
}

/* Hide sub-menus by default */
.menu ul {
    display: none;
}

/* Show sub-menus when 'active' class is added */
.menu li.active > ul {
    display: block;
}
 
 #FooterWrapper {
width: 90%;
margin-left:5%;
margin-right:5%;
}

#FooterWrapper .copyright {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

#FooterWrapper .footerlist {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}
 
}
@media (max-width: 900px){

#Slideshow .group {
    width: 247px;
	font-size: 25px;
}

#Slideshow .featured {
    width: 279px;
	font-size: 29px;
}

#Slideshow .responsible {
    width: 247px;
	font-size: 25px;
}

#Slideshow .experts {
    width: 260px;
	font-size: 25px;
}

#Slideshow .yearly {
    width: 202px;
	font-size: 21px;
}

#Slideshow .bridges {
    width: 260px;
	font-size: 25px;
}

#Slideshow .independent {
    width: 400px;
	font-size: 31px;
}

#Slideshow .slidetext .style1 {
    font-size: 66px;
}

#Slideshow .slidetext .style2 {
    font-size: 43px;
}

#Slideshow .slidetext .style3 {
    font-size: 41px;
}

#Slideshow .slidetext .style4 {
    font-size: 40px;
}

}

@media (max-width: 500px){

#Slideshow .group {
	width: 100%;
    font-size: 18px;
}

#Slideshow .featured {
    width: 40%;
	font-size: 15px;
}

#Slideshow .responsible {
	width: 100%;
    font-size: 18px;
}

#Slideshow .experts {
	width: 100%;
    font-size: 18px;
}

#Slideshow .yearly {
	width: 100%;
    font-size: 18px;
	bottom: 0px;
	top: 80%;
}

#Slideshow .bridges {
	width: 100%;
    font-size: 18px;
	bottom: 0px;
	top: 80%;
}

#Slideshow .independent {
	width: 223px;
    font-size: 18px;
}

#Slideshow .slidetext .style1 {
    font-size: 20px;
}

#Slideshow .slidetext .style2 {
    font-size: 19px;
}

#Slideshow .slidetext .style3 {
    font-size: 20px;
}

#Slideshow .slidetext .style4 {
    font-size: 20px;
}

}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: 	url('flexslider-icon.eot');
  src: 	url('flexslider-icon.eot?#iefix') format('embedded-opentype'), 
  		url('https://www.north-korea-travel.com/support-files/flexslider-icon.woff') format('woff'), 
  		url('https://www.north-korea-travel.com/support-files/flexslider-icon.ttf') format('truetype'), 
  		url('https://www.north-korea-travel.com/support-files/flexslider-icon.svg#flexslider-icon') format('svg');
  		font-weight: normal;
 		 font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
	display:none;
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: none;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: none;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
