@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:focus {outline:0;}
a, a:hover, a:focus, a:visited{
  text-decoration: none !important;
}
textarea:focus, input:focus{
  outline: none;
}
input:focus {outline:none !important;}
textarea:focus {outline:none !important;}
*:focus {
  outline: none;
}
h1{
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 400;
  margin:0;
  padding: 0;
}
h2{
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin:0;
  padding: 0;
}
h3{
  font-family: "Rozha One" ,serif;
  font-size: 20px;
  color: #1e9ad7;
  margin:0;
  padding: 0;
}
h4{
  font-family: "Oswald" ,sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1e9ad7;
}
h5{

}
h6{

}
.main-header{
  background-color: #FFFFFF;
  padding:15px;
  box-shadow: 0 30px 20px rgba(0,0,0,0.05);
}
.main-menu-column{
  text-align: right;
}
.main-menu-btn{
  padding: 10px;
  color: #000;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
#footer{
  background-color: #262262;
  padding: 20px;
  text-align: center;
}
#footer img{
  max-width: 300px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-image{
  text-align: center;
  background-size: cover;
  background-position: center center;
  height: 50vh;
  margin-top: 50px;
}
.main-image .row, .main-image .container{
  height: 100%;
}
.main-image i{
  margin: 10px auto;
  color: #fbb040;
  font-size: 20px;
}
.main-image h1, .main-image h2{
  color: #FFFFFF;
}
ul{
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
ul li{
  padding-left: 1.3em;
  padding-bottom: 5px;
}
ul li:before{
  font-family: "Oswald", sans-serif;
  content: '>';
  color: #1e9ad7;
  padding-right: 10px;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#why{
  padding-top: 60px;
  padding-bottom: 40px;
}
.country-list-container .lists{
  font-size: 12px;
  line-height: 17px;
}
.lists h3{
  padding-bottom: 15px;
}
.visa-free-column{
  background-color: #f1f2f2;
  padding: 30px;
}
.visa-arrival-column{
  background-color: #e6e7e8;
  padding: 30px;
}
#preliminarysteps{
  padding-top: 60px;
  padding-bottom: 40px;
}
.steps-text h3{
  padding-bottom: 10px;
}
.steps-text strong{
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
#howtoacquirepassport{
  padding-top: 60px;
  padding-bottom: 40px;
}
.howto-header-column{
  text-align: center;
}
.howto-header-column p{
  padding: 15px;
}
.howto-container h1, .howto-container h2{
  color: #f7941d;
}
.howtolist{
  padding-bottom: 60px;
}
.howto-list-element{
  padding: 15px;
}
.howto-list-button{
  color: inherit;
  text-align: center;
  display: block;
  background-color: #ffffff;
  border: 1px solid #1e9ad7;
  border-radius: 10px;
  box-shadow: 0 15px 10px rgba(25,50,90,0.1);
  padding: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.option-number{
  background-color: #1e9ad7;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.option-heading{
  font-family: Oswald, sans-serif;
  color: #414042;
  font-size: 22px;
  font-weight: 400;
  margin: 10px;
}
.more-visual{
  color: #808285;
  font-size: 11px;
  font-weight: 400;
  padding-top: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.howto-list-button img{
  max-height: 90px;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.howto-list-button:hover{
  border: 1px solid #f7941d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.howto-list-button:hover .option-number{
  background-color: #f7941d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.howto-list-button:hover .more-visual{
  color: #f7941d;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-body{
  padding: 30px;
}
.modal-body h2{
  color: #f7941d;
  line-height: 38px;
}
.modal-body .option-number{
  margin-left: 0;
}

.modal-body strong{
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.modal-content{
  background-color: #ffffff;
  border: 1px solid #1e9ad7;
  box-shadow: 0 15px 10px rgba(25,50,90,0.1);
}
.close{
  color: #1e9ad7;
  opacity: 1;
}
.contact-container{
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 80px 15px;
}
.contact-text{
  color: #f7941d;
  font-size: 20px;
  font-weight: 600;
}
.contact-mail{
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  line-height: 64px;
  margin:15px auto;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-number{
  font-family: Oswald, sans-serif;
  color: #ffffff;
  font-size: 40px;
}
.contact-mail:hover{
  color: #f7941d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-content{
	padding: 40px 15px;
	color: #ffffff !important;
	font-weight: 700;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.modal-button{
  text-align: right;
}
.modal-menu-btn{
  font-size: 30px;
  line-height: 33px;
  color: #414042;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.modal-menu{
  padding: 40px 10px;
  text-align: center;
}



@media (max-width: 768px){
  .why-text-column{
    padding-top: 15px;
  }
  .steps-text{
    padding-top: 15px;
  }
  .contact-mail{
    font-size: 25px;
    line-height: 12px;
  }
  .contact-number {
    font-size: 20px;
}