/* Header Start */
.header-wrapper {
  background-color: #1e1e1e;
}

.header {
  position: relative;
}


.logo {
  display: inline-block;
}

.logo img {
  width: 400px;
  max-width: 100%;
  height:100%;
}

.flag {
  height: 180px;
  position: absolute;
  right: 12px;
  top: 0;
}
/* Header End */

/* Sidebar Start */

.sidebar-shadow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: -1
}

.sidebar-shadow.show {
	z-index: 1;
	background-color:rgba(0, 0, 0, 0.5);
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;	
	height: 100%;
	width: 270px;
	margin-left: -270px;
	transition: .5s;
	background-color: #fff;
	z-index: 2;
	overflow: auto
}

.sidebar.show {
	margin-left: 0;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .15)
}

/* Sidebar End */

/* Home Start */
.pick {
  width: 656px;
  max-width: 100%;
  height:100%;
}

.region {
  max-width: 975px;
}

.region-item {
  flex-basis: 25%;
  text-align: center;
  cursor: pointer;
}

.region-item img {
  width: 200px;
  height:100%;
}

@media(max-width: 991px) {
  .region-item img {
    width: 150px;
  }
}

.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.city-list li {
  display: inline-block;
  margin: 10px;
}

.city-list a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
}
/* Home End */

/* Footer Start */
.footer-wrapper {
  background-color: #1e1e1e;
}

.footer {
  color: #c5c5c5;
}

.footer span{
  text-align: center;
}

.footer a {
  color: #c5c5c5;
  text-decoration: none;
}

.footer-icon {
  width: 30%;
  max-width: 138px;
  height:100%;
}

@media(max-width: 767px) {
  .footer-icon {
    float: left;
  }
}

.footer-content {
  flex-basis: 300px;
  margin-bottom: 0;
}

.footer-contact {
  padding-left: 100px;
}

@media(max-width: 767px) {
  .footer-contact {
    padding: 0;
  }
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav-item {
  display: inline-block;
  border-right: 1px solid #c5c5c5;
  line-height: 1;
}

.footer-nav-item:last-child {
  border-right: none;
}

@media(max-width: 767px) {
  .footer-nav-item {
    border-right: none;
  }
}

.footer-nav-item a {
  margin: 0 20px;
}
/* Footer End */

/*! disclaimer*/
.modal-body a{color:#c12525;text-decoration:none;cursor:pointer;}
.modal-body p{font-size:14px;font-weight:400;line-height:24px;color:#666e82;margin:0;}

.fade{transition:opacity .15s linear;}
@media screen and (prefers-reduced-motion:reduce){
.fade{transition:none;}
}
.collapse:not(.show){display:none;}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px);}
@media screen and (prefers-reduced-motion:reduce){
.modal.fade .modal-dialog{transition:none;}
}
.modal.show .modal-dialog{-webkit-transform:none;transform:none;}
.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2));}
.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:"";}
.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem;}
.modal-footer>:not(:first-child){margin-left:.25rem;}
.modal-footer>:not(:last-child){margin-right:.25rem;}
@media (min-width:576px){
.modal-dialog{max-width:500px;margin:1.75rem auto;}
.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2));}
.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2));}
}
@media (min-width:992px){
.modal-lg{max-width:800px;}
}


@media (min-width:415px){
#ageCollapse{display:block;}
.ageReadMore{display:none;}
}
@media (max-width:414px){
.ageReadMore{display:block;margin:1.5rem 0 1rem;}
}

@media (max-width:414px){
.logo img {width: 250px;}
}

@media (max-width:320px){
.logo img {width: 200px;}
}


