/*
Theme Name: ExploreTravel
Author: VT
Description: Description
--------------------------------------------------------------*/
@import url('css/scrollbar.css');
@import url('css/main.css');
@import url('css/responsive.css');
/* @import url('css/font-awesome.css'); */
@font-face {
    font-family: RobotoLight;
    src: url('fonts/Roboto-Light.woff');
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.woff');
}
@font-face {
    font-family: RobotoBold;
    src: url('fonts/Roboto-Bold.woff');
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
}
a, a:hover{text-decoration: none;}
#wrapper{overflow: hidden;}
#overlay{
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  display: none;
  z-index: 3000;
}
.vs-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  display: none;
}
img.aligncenter{display: block; margin: 0 auto}
#backtotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#backtotop i {
    font-size: 30px;
    color: #f99b28;
}