body{
	/*font-family: 'Open Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(to bottom , #2f2f2f 40%, #ffffff 100% );
  background-repeat: no-repeat;
}

a,a:hover{
	text-decoration: none;
}

a:visited {
  color: #8B2121;
}

a:link {
  color: #8B2121;
}

html {
  scroll-behavior: smooth;
}
ul{
  padding-left: 0;
}

ul,li{
  list-style: none;
}

h1,h2,h3,h4,h5,h6{
  /*font-family: 'Fira Sans', sans-serif;*/
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}


.form-control{
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
}


.tbl{
  display: table;
  width: 100%;
  height: 100%;
}
.tbl_cell{
  display: table-cell;
  vertical-align: middle;
}


.sec_pad{
  padding: 20px 0;
}




.sec_top{
  background-color: #ffffff;
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 50px;
  height: 80px;
}


.language{
  float: right;
  margin-top: 5px;
}

.language .dropdown .btn {
  padding: 12px 12px;
  outline: 0;
  position: relative;
  background: transparent;
  min-width: 130px;
  border:1px solid #ddd;
}

.language .slt_input_lang {
  position: absolute;
  top: 0;
  border: none;
  border-radius: 4px;
  pointer-events: none;
  padding: 0px 20px 0 35px;
  height: 100%;
  background: transparent;
  left: 0;
  font-size: 12px;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} 

.language .dropdown .btn + span {
  position: absolute;
  top: 8px;
  display: inline-block;
  width: 18px;
  left: 12px;
  height: 12px;
}

#en {
  background: url(../img/lang/en.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#China {
  background: url(../img/lang/China.png);
  background-repeat: no-repeat;
  background-size: contain;
}


#European {
  background: url(../img/lang/European.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.lang_menu {
  position: absolute;
  padding-left: 0;
  border-radius: 0;
  min-width: 130px;
  padding-right: 0;
  margin-top: 0;
  left: 0;
  border: 0;
}

.lang_content {
  color: #555;
  padding: 2px 8px;
}

.lang_content label {
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #555;
  margin-bottom: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
}

.lang_content label input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
}

.lang_content label img {
  vertical-align: inherit;
}

.language .dropdown .btn .caret {
  position: absolute;
  right: 7px;
  top: 10px;
  color: #444;
}



.nav_adjust{
  /*padding-top: 18px;*/
}

.navbar-default {
  background-color: #139fd3;
  background: linear-gradient(to bottom, #139fd3 10%, #01b9fd 100%);
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 44px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 12px 15px;
  position: relative;
}

.navbar-default .navbar-nav>li>a:after{
  content: "";
  height: 100%;
  width: 2px;
  border-right: 2px groove #25c5ff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #272727;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.navbar-default .navbar-nav>.active>a:before, 
.navbar-default .navbar-nav>.active>a:focus:before, 
.navbar-default .navbar-nav>.active>a:hover:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #272727;
  position: absolute;
  top: -10px;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}



.search_box{
  background: #494949;
  padding: 20px 20px 5px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search_box label{
  color: #fff;
  font-size: 13px;
  font-weight: 600; 
}

.btn_primary{
  background: #03b5f7;
  color: #fff;
  border-color: white;
}

.btn_primary:hover{
  color: #fff;
  background:#139fd3;
}

.search_box .form-group{
  margin-bottom: 0;
}

.form-group p ,.form-group a{
  font-size:10px; 
  color: #c2c2c2;
  display: block;
  margin-top: 8px;
}

.form-group a{
  text-decoration: underline;
}

.search_box.tour_search{
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.search_box.tour_search label{
  margin-bottom: 27px;
}
.search_box.tour_search .btn{
  width: 130px;
}
.search_box.tour_search {
  background-image: url(../img/top-search-right-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}



.box{
  background-color: #fff;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.alfabet{
  display: flex;
  flex-wrap: wrap;
}

.alpha_store{
  padding: 10px 15px;
  background: #09ade9;
  border-radius: 10px;
}

.alfabet a{
  color:#b6ebff;
  text-transform: uppercase;
  flex:  0 0 12.5%;
  max-width: 12.5%;
  margin-bottom: 5px;
  font-weight: 600;
}

.alpha_store h4{
  margin: 0 auto 10px;
  color: #fff;
  font-weight: bold;
}

.heading{
  font-size: 30px;
  margin: 20px auto
}

.content_box p{
  line-height: 1.7;
  letter-spacing: 0.4px;
}

.social_box , .flex{
  display: flex;
  flex-wrap: wrap;
}

.social_box .img_box{
  flex: 0 0 30%;
  max-width:30%;
  margin-right: 10px;
}

.img_box img{
  width: 100%;
}


.grey_box{
  background: #EAEAEA;
  padding: 15px;
}
.grey_box.flex .img_box{
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}


.heading_sm{
  font-size: 20px;
  font-weight: bold;
  margin:  0 0 10px 
}

.heading_sm.has_title small{
  display: block;
  font-weight: bold;
  margin-top: 3px;
}

.news_box{
  padding: 15px;
  border: 2px dashed #ddd;
  border-radius: 6px;
}

.img_text_box .img_box{
  flex: 0 0 140px;
  max-width: 140px;
}

.img_text_box .text_box{
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 10px;
}

.txt_orange{
  color: #ec8005 !important;
}

.news_box .img_text_box{
  padding: 20px 0;
  border: solid #ddd;
  border-width: 2px 0;
  margin: 15px auto;
}

.link_left{
  padding: 10px 10px;
  border-radius: 10px;
  background: #ec8005;
  color: #fff;
}

.link_left a{
  color: #fff;
}

.link_right{
  margin-left: auto;
}

.flex_center{
  align-items: center;
}

.link_right .list-inline{
  margin-bottom: 0;
}

.link_right .list-inline li{
 padding: 0 5px;
 position: relative;
}

.link_right .list-inline li a{
  color: #a7a5a5;
}

.link_right .list-inline li:not(:last-child):after{
  content: "";
  height: 75%;
  top: 0;
  bottom: 0;
  width: 2px;
  position: absolute;
  background-color: #ddd;
  margin: auto;
  right: -2px;
}


.overige_box{
  padding: 10px;
  background-color: #EAEAEA;
  margin-bottom: 10px;
}
.news_box {
  position: relative;
}
.news_box .right_corner{
  color: #fff;
  position: absolute;
  background: #ec8005;
  padding: 10px;
  right: -2px;
  top: -2px;
  height: 90px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.news_box .right_corner span{
  transform: rotate(20deg);
  display: block;
  padding-left: 20px;
  padding-top: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
}

.news_box .right_corner:after{
 content: "";
 border: 0px solid transparent;
 position: absolute;
 bottom: 0;
 left: 0;
 border-bottom: 57px solid #fff;
 /* border-left: 0px solid #fff; */
 /* border-top: 0px solid #fff; */
 border-right: 150px solid transparent;

}

.table_frame{
  padding: 5px;
  background-color: #fff;
}

.table_frame table{
  margin-bottom: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #EAEAEA;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{
  color: #7d7d7d;
}

.table>thead>tr>th{
  background:url(../img/black-h2-bg.png)  repeat-x top left;; 
  color: #fff;
  background-size: contain;
  padding: 15px;
  font-size: 18px;
}

.overige_box a{
  color: #7d7d7d;
  font-weight: bold;
  font-size: 16px; 
}



.top_cities .img_text_box .img_box{
  flex: 0 0 100px;
  max-width: 100px;
}

.top_cities .img_text_box .text_box {
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
  padding-left: 10px;
}

.top_cities .img_text_box .text_box a{
  text-decoration: underline;
  color: #969696;
}


.top_cities .img_text_box{
  align-items: center;
  padding: 15px;
}

.top_cities .img_text_box:nth-of-type(2n-1){
  background-color: #eaeaea;
}

.grey_bg{
  background-color: #eaeaea;
}

.heading_black{
  background: url(../img/black-h2-bg.png) repeat-x top left;
  color: #fff;
  background-size: contain;
  padding: 12px 15px;
}

.top_cities,.alpha_store{
  margin-bottom: 15px;
}


.news_letter_box{
  margin: 15px auto;
  border-bottom: 40px solid #ddd;
  padding-bottom: 15px;

}

.news_letter_box  .img_text_box .text_box{
  padding-left: 0;
  padding-right: 10px;
  padding-top: 20px;
}


.news_letter_link{
  text-align: right;
  margin: 10px auto;
}

.news_letter_link a{
  display: inline-block;
  border: 1px solid #323232;
  background: #242424;
  color: #fff;
  padding: 5px 15px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
}
.hit_news .heading_black{
  margin-bottom: 10px;
}


.hit_news .img_box{
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  margin-bottom: 0px;
  padding: 3px;
}
.footer_box{
  border-radius: 10px;
  background: linear-gradient(to bottom , #dcdcdc 20%, #ffffff 100% );
  /* border: 1px solid rgba(183, 183, 183, 0.4); */
  padding: 15px;
  color: #bdbdbd;
  margin-bottom: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.link_footer_social li a{
  color: #bdbdbd;
  padding: 5px 5px;
  display: block;
  position:relative
}

.link_footer_social li:not(:last-child) a:after{
  content: "";
  height: 60%;
  width: 2px;
  background-color: #bdbdbd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
}
.footer_menu li a{
  color: #989898;
  padding: 2px;
  display: block;
}

.footer_menu{
  position: relative;
}

.footer_menu:after{
  height: 100%;
  width: 1px;
  background-color: #dddddd ;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  content: "";
}

.footer_bottom{
  margin: 40px auto 20px;
}



.language .dropdown.open .btn + div + span {
  position: absolute;
  top: 8px;
  display: inline-block;
  width: 18px;
  left: 12px;
  height: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}


.sec_search.sec_pad{
  padding-bottom: 0;
}