/*
Theme Name: VW Tour
Theme URI:  http://www.vwthemes.com/vw-tour-theme/
Author: VW Themes
Author URI:  http://www.vwthemes.com/
Description: VW TOUR is a premium WordPress theme for fitness and gym websites. It is a highly suitable theme for fitness centers,sports clubs, gyms and other exercise related websites. It has purpose oriented design, responsive layout and special features to manage Gallery, Schedule, Services, Pricing Plans, Calculate BMI, Blog, news posts and pages.
Version: 1.0
License: GNU General Public License
License URI:license.txt
Text Domain: vw-tour
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

VW TOUR WordPress Theme has been created by VW Themes(vwthemes.com), 2015.
VW TOUR WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */

*{
  margin:0;
  padding:0;
  outline:none;
}
body{ 
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#f1f1f1;
  position:relative;
  font:12px/22px arial;
  color:#5b5b5b;
  font-family:Open sans;
}
img{ 
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
}
p{ 
  margin:0 0 15px;
  padding:0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}
a{ 
  text-decoration:none;
  color:#00A885;
}
a:hover{ 
  text-decoration:none;
  color:#666;
}
a:focus,
a:hover{
  text-decoration:none !important;
}
ul{ 
  margin:0 0 0 15px;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.clear{ 
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{ 
  text-align:center;
  margin-bottom:40px;
}
.middle-align{ 
  margin:10px auto;
  padding:20px 0 20px;
  float: left;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.sticky{ 
  margin:0;
  padding:0;
  background-color:#d7d7d7;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright,
img.alignright { 
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.comment-list .comment-content ul { 
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
  margin:0;
  padding:0;
}
small{
  font-size:14px !important;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  /* margin-left: 10%; */
  color:#000;
}
input[type="number"]{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 11px 0;
  height:auto;
  border-radius: 5px;
  margin-left: 10%;
  color:#000;
}
textarea{
  height:111px;
}
input[type="submit"] {
    border: 2px solid #006fe5;
    background: #006fe5;
    text-align: center;
    font-size: 18px;
    padding: 7px 0;
    font-weight: bold;
    color: #fff;
    margin: 23px 0;
    display: table;
    width: 100%;
    font-family: oxygen;
    
}
input#searchtour {
    border-radius: 8px;
    margin-top: 0%;
    width: 100%;
}
input[type="submit"]:hover{
  background:#000;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e44;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.plans-box .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e44;
  border-radius:8px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gallery .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d3da36;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ---------Buttons--------- */
a.button-all{
  border:2px solid #000;
  color:#000;
  padding:8px 50px;
  margin:20px 0 0 0;
  font-weight:bold;
}
a.button{ 
  border: 2px solid #3890cb ;
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight:bold;
}  
  
/* Image Hover */
.view {
  width: 100%;
  height: 100%;
  margin: 10px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,
.view .content { 
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  width:100%;
}
.view a.info {
  background:url('images/link.png') center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding:0;
  text-indent:-9999px;
  width:20px;
  height:20px;
 }
.second-effect .mask {
  opacity: 0;
  overflow:visible;
  border:0px solid rgba(0,0,0,0.7);
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
 }
.second-effect a.info {
  position:relative;
  top:-10px;
  opacity:0;
  transform:scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
  opacity: 1;
  border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
/*---------------------------mega menu------------------------- */

.navbar-nav{
  float:right !important;
  margin:0;
}
ul.navbar-nav li {
    list-style: none;
}
.navbar-default {
    width: 100%;
}
ul .dropdown li h2.widgettitle {
    margin: 0 0 0 25px;
}
#header .navbar-default .navbar-nav .sub-menu ul li a:hover {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
    color: #99a4b0 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: #FFF;
  padding:0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
  font-weight:bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
  color: #FFF;
  background-color: transparent;
}
.navbar-default{
  background-color: transparent;
  border-color: transparent;
  margin-top: 19px;
}
.mega-dropdown {
  position: static !important;
}
i.fa.fa-sort-desc {
    margin: 0 0 0 4px;
    font-size: 19px;
}
li.dropdown.mega-dropdown {
    padding: 0 4px 0 12px;
}
.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 15px;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-collapse{
  padding:0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-widgettitle {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}
.mega-dropdown-menu form {
  margin: 3px 2px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.mega-dropdown-menu  div#calendar_wrap,
.mega-dropdown-menu  caption
.mega-dropdown-menu  div{
  padding:0;
  color: #FFF;
  margin: 0 0 0 25px;
}
.mega-dropdown-menu > div >li{
  float:left;
  width:33%;
}
#header .nav .mega-dropdown-menu{
  height:auto;
  padding: 2%;
  margin: 0px;
}
#header .nav .mega-dropdown-menu > div >li{
  float:left;
  width:34%;
  display: inline;
  position: initial;
}
.mega-dropdown-menu > div >li:nth-child(even){
  clear:right;
}
#header .nav .mega-dropdown-menu li > ul {
  display: block;
  width: 200px;
  position: inherit;
  text-align: left;
  padding: 0;
  float: left;
  margin:0;
}

#header .navbar-default .navbar-nav .sub-menu ul li a{
    color: #fff;
    padding: 7px 20px;
    display: block;
}

#header .navbar-default .navbar-nav .sub-menu ul li{
  display:block;
}

#header .nav .mega-dropdown-menu li:hover > ul {
  background: transparent;
  position: inherit;
  padding: 0;
  margin: 0;
}
li#archives-3 h2 {
  padding: 0 0 0 26px;
}
div#calendar_wrap {
  padding: 0 0 0 30px;
}
li#search-2 {
  padding: 35px 0 0 13px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    /*background: #1C3248;*/
    border: solid #fff;
    width:100%;
    background-image: url('images/topdestbackground.jpg');
}
h2.widgettitle {
    color: #fff;
    font-family: Open sans;
    border-bottom: solid 2px #006fe5;
    display: inline-table;
    font-size: 23px;
}
input.search-field {
    padding: 11px 13px 13px 11px;
    border: solid #113665;
}
.navbar {
    min-height: 0 !important;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff !important;
    text-align: left;
    font-size: 17px;
    border-bottom: solid 2px #006fe5;
    margin-bottom: 3%;
}
/* HEADER */
#header.fixed{
  position:fixed !important;
  top:0 !important;
  margin:0;
  padding:15px 0;
  z-index:99999999;
  background-color:#ffffff;
  opacity:inherit;
}
#header .logo{
  margin:0;
  padding:8px 0;
  text-align:center;
}
#header .logo h1{
  font-weight:700;
  text-transform:uppercase;
  padding:0;
  margin-bottom:8px;
  font-size:30px;
  font-weight:bold;
  margin-top: 0;
  text-align:center;
}
#header .logo a{ 
  color:#ffffff;
  font-family:'Roboto';
}
#header .logo p{ 
  font-size:12px;
  color: #999;
}
#header{
  z-index:999;
  width:100%;
  height:auto;
  background-color:#1C3248;
  color:#7e8c9b
}
#header .header-top{
  background:#000;
  color:#aaaaaa
}
#header .header-top a{
  color:#aaaaaa
}
#header .top-contact{
  padding:12px 0;
  font-size:15px;
}
#header .top-contact .call{
  background:url('images/phone1.png') no-repeat;
   padding:1px 0 1px 30px;
   margin-right:15px
}
#header .top-contact .email{
  background:url('images/email1.png') no-repeat;
  padding:0 0 0 30px;
}
#header .social-media{
  padding:12px 0;
  text-align:center;
}
#header .socialbox { 
  font-size:16px;
  text-align:right;
  padding-right: 0;
}
i.fa.fa-search {
  border: solid 1px;
  border-radius: 50%;
  padding: 2%;
}
#header .socialbox i{
  margin:0 7px;
  color:#99a4b0
}
#header .socialbox i:hover{
  color:#0f77e9;
}
#header .top-bar {
  border-bottom: 1px solid #5c6d80;
  padding: 10px 0;
  font-size: 16px; 
  width: 96%;  
  margin: 0 auto;
}
.buttonbox a{
  background:#3890cb;
  color:#fff;
  padding:8px 15px;
  display:block;
  margin:27px 0 0 0;
  border-radius:5px;
  text-align:center;
}
.buttonbox a:hover{
  background:#000;
  color:#fff;
}
#header .nav{ 
  margin:5px 0 0 0;
  padding:0;
  text-align:left;
  float:right;
}
#header .nav ul { 
  float:right;
  margin:0;
  padding:0;
  font-family:'Roboto';
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  font-weight:bold;
}
#header .nav ul li{ 
  display:inline-block;
  margin:0;
  position:relative;
}
#header .nav ul li a{ 
  color:#ffffff;
  padding:10px;
  display:block;
}

#header .nav ul li a:active{
  border-bottom: solid 3px #0f77e9;
}

#header .nav ul ul {
  margin:5% 0 0 0;
}
.col-md-6.phone-email {
    padding: 0;
}
i.fa.fa-envelope-o {
    margin-left: 14px;
}
/* SLIDER */
#slider{ 
  max-width:100%;
  margin:auto;
  padding:0;
  position:relative;
}
.nivo-caption {
  top:20% !important;
}
#slider .slide-cap{ 
  position:relative;
  margin:auto;
  width:90%;
  margin-right:auto;
  margin-left:auto;
  top:25%;
}
#slider .slide-cap h4{
  text-transform:uppercase;
  font-size:25px;
  width:30%;
  margin:0 auto;
  background:url('images/welcome.png') center no-repeat;
  background-position: center;
  padding:5px 0;
  font-weight:bold;
}
#slider .slide-cap h2{
  padding:0 25px 5% 0;
  font:700 80px 'Roboto';
  text-transform:uppercase;
  left:50%;
}
#slider .slide-cap p{ 
  color:#ffffff;
  font-weight:700;
  margin:0 0 0 0;
  line-height:20px;
  border-radius:0 0 5px 5px;
  font:25px/20px arial;
  text-transform:uppercase;
  font-weight:bold;
}
#slider .slide-cap a.read-more{
  border-radius:3px;
  padding:9px 50px;
  border:2px solid #dadada;
  color:#ffffff;
  background:#3890cb;
  font-size:18px;
  height:auto;
  display:table;
  margin:0 auto;
}
a.blog-more{ 
  display:inline-block;
  font:400 16px 'Roboto Condensed', sans-serif;
  padding:10px 30px;
  margin-top:21px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
  -ms-border-radius:4px;
  margin-right:15px;
}
/* SERVICES */
#our-services small{
  color:#6d6d6d;
  margin:0 0 20px 0;
}
#our-services .topmargin{
  margin-top: 13em;
}
#our-services .choosemargintop{
  margin-top: 3em;
}
.search_tour input[type="text"],
.search_tour input[type="number"], 
.search_tour input[type="tel"],
.search_tour input[type="email"],
.search_tour input[type="phno"],
.search_tour input[type="phno"],
.search_tour input[type="submit"] {
  margin-left: 0%;
}
#our-services h3.white-text,h4.white-text{
  color:#fff;
}
.backgroung-wrap h3 {
  font-family: 'Kaushan Script', cursive;
  text-transform: inherit;
  font-size: 30px;
  font-weight:bold;
  text-align:center;
  margin:30px 0 0 0;
}
.backgroung-wrap h4 {
  font-family: oxygen;
  margin-top: -3%;
}
#our-services .small-button{
  margin-top:30px;
}
#tourswork .backgroung-wrap{
  background: transparent;
  border-radius: 10px;
  margin-top: 1%;
  text-align: center;
  color: #fff;
  padding: 1%;
  border:2px solid #fff;
  margin-top:4em;
}
#our-services .page-box{
  margin:0 0 40px 0;
  text-align:left;
}
#our-services .page-box h4{
  color:#333333;
  margin:0 0 10px 8px;
  padding:0;
  font-size: 15px;
  font-weight:bold;
}
#our-services .page-box p{
  font-size:15px;
  margin:0 0 0 8px;
  color: #929292;
  font-weight:600;
}
#our-services .box-image{
  margin:0 0 25px 0;
  padding: 0;
}
.box-image img{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow:hidden;
}
.box-image img:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}
#our-services .services-box{
  margin:40px 0 20px 0;
}
i.fa.fa-clock-o,
i.fa.fa-arrows-h {
  font-size: 22px;
  margin-right: 11%;
  color: #0f77e9;
}
/* Top Destination */
img.dest-image {
  width:100%;
}
h2.borderline{
    margin: 0 0 20px;
}
h4.textwhite {
  color:#ffffff;
  font-size: 21px; 
}
.top_destination .inner-content {
  display:none;
}
.top_destination .text-title {
  display:none;
}
.top_destination .destination_hover:hover .text-title {
  position: absolute;
  width: 92%;
  background: #417bb2;
  top: 78%;
  opacity: 0.9;
  display:block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top_destination .destination_hover:hover .inner-content {
  position: absolute;
  text-align: center;
  display: block;
  margin:12% 0;
  width:95%;
  transition-delay: 1s; /* delays for 1 second */
  -webkit-transition-delay: 1s; /* for Safari & Chrome */
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color:#fff;
}
.title-destination h1{
    color:#000000;
    margin-left: 1%;
}
img.dest-image:hover {
  color: #000;
}
.inner-content a {
  border: 2px solid transparent;
  font-size: 20px;
  padding: 4px 15px 8px 15px;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-weight: 600;
}
.inner-content p {
  font-size: 20px;
  font-weight: 600;
}
#content-vw .inner-content p {
  text-align:center;
}
.inner-content a:hover {
  color: #fff;
}
/* How tour works */
#search-form{
  font-family: 'FontAwesome';
  padding: 1em;
}
#tourswork {
  margin-top: 1%;
}
#tourswork h4{
  padding-left: 25%;
  padding-right: 22%;
  color:#00b6f1;
  font-size: 15px;
  font-family: oxygen;
  font-weight: 600;
}
#tourswork p {
    padding-left: 25%;
    padding-right: 22%;
    font-size: 11px;
}
.vwtour-process {
  display: inline-block;
  position: relative;
  padding:20px 0px !important;
  float: none !important; 
  margin-left:21%;
  margin-top: 4%;
}
.vwtour-process img {
  max-width: 100%;
  margin-bottom: 2px; 
}
.vwtour-process .process {
  display: inline-block;
  position: absolute;
  width: 100%;
  margin-top: -32.4px;
  margin-left: -32.4px;
  margin-right: -32.4px; 
}
.vwtour-process .process .icon-wrapper {
  vertical-align: top; 
}
.vwtour-process .process .icon-wrapper i {
  display: block;
  font-size: 26px; 
  text-align:center;
}
.vwtour-process .process .details {
  min-width: 250px;
  width: 100%;
  max-width: 330px;
}
.vwtour-process .process.first {
  top: 14.6446%;
  right: 85.3554%;
  margin-left: 0;
  text-align: right; 
}
.vwtour-process .process.first .details {
  padding-right: 8%;
  padding-left: 0;
  margin-top: -23%; 
}
.vwtour-process .process.second {
  top: 14.6446%;
  left: 85.3554%;
  margin-right: 0;
  text-align: left; 
}
.vwtour-process .process.second .details {
  padding-left: 8%;
  padding-right: 0;
  margin-top: -23%;
}
.vwtour-process .process.third {
  top: 85.3554%;
  left: 85.3554%;
  margin-right: 0;
  text-align: left; 
}
.vwtour-process .process.third .details {
  padding-left: 8%;
  padding-right: 0;
  margin-top: -23%; 
}
.vwtour-process .process.forth {
  top: 85.3554%;
  right: 85.3554%;
  margin-left: 0;
  text-align: right; 
}
.vwtour-process .process.forth .details {
  padding-right: 8%;
  padding-left: 0;
  margin-top: -23%; 
}
.shift{
  margin-top: 10em;
}
.test-title{
  margin-right: 2em;
}
.disp{
  display:inline-flex;
}
.text-right h6,
.text-left h6 {
  color: #00b6f1;
}
i.fa.fa-calendar-check-o,
i.fa.fa-file-o {
  border-color: #01b7f2;
  background: #01b7f2;
  color: #fff;
  font-size: 1.5em;
  border: 1px solid #01b7f2;
  height: 68px;
  border-radius: 50px;
  padding: 17px 20px 0 23px;
  width: 19%;
}
i.fa.fa-anchor,
i.fa.fa-plane {
  border-color: #01b7f2;
  background: #01b7f2;
  color: #fff;
  font-size: 1.5em;
  border: 1px solid #01b7f2;
  height: 68px;
  border-radius: 50px;
  padding: 17px 20px 0 23px;
  width: 19%;
  margin-left: 81%;
}
.logos.wow.bounceInDown {
  position: absolute;
  margin-left: 19%;
  margin-top: 34%;
  text-transform: uppercase;
}
/* RECENTS BLOG POSTS */
section.blog-box .innerlightbox{
  background:#fff;
}
.post-box{
    text-align:center;
}
.post-box.inside-full-height:hover {
    border: solid #0f77e9;
}
section.blog-box .post-box{
  border:1px solid #e5e5e5;
}
section.blog-box .post-box p{
  margin:5px 15px;
  color:#7b7b7b;
  font-size:16px;
}
section.blog-box .post-box h4 a{
  color:#0f77e9;
  font-size:18px;
  font-weight:bold;
  margin:5px 15px;
}
section.blog-box .datebox .entry-date{
  margin:0 13px 0 12px;
  background:url('images/date.png') no-repeat;
  padding: 0 0 0 20px;
  font-weight: 600;
}
section.blog-box .button-box{
  margin:28px 0 28px 0;
  text-align:center;
}
section.blog-box .button-box a {
  font-size: 18px;
  border:2px solid #0f77e9;
  padding:6px 20px;
  font-weight: 700;
}
section.blog-box .button-box a:hover{
  background:#0f77e9;
  color:#fff;
}
/* WHAT CUSTOMER SAYS */
.cusdesig {
  color: #48a1fd;
  font-size: 20px;
  font-family: oxygen;
  font-weight: 600;
  text-align:left;
}
.custitle {
  color: #000;
  font-family: oxygen;
  font-size: 20px;
  font-weight: 600;
  text-align:right;
}
.caption p{
  font-size: 21px;
  color: #000;  
  font-family: oxygen;
  text-transform: uppercase;
}
#carousel-example-generic .carousel-indicators{
  position:unset;
  width:100%;
  margin-left:0;
}
.carousel-indicators li{ 
  border :1px solid #ccc;  
}
.carousel-indicators li {
  border: 1px solid #48a1fd !important;
  background-color: #4292e9 !important;
}
.carousel-indicators .active {
  background-color: #000 !important;
}
.carousel-indicators{
  top: 9em;
}
.adjust1{ 
  float:left;
  width:100%;
  margin-bottom:0;  
}
.adjust2{ 
  margin:0;  
}
.thumbnail{
  border: none !important;
}
/* WONDERFULL EUROPE */
section.feature-tourbox {
  margin: 2% 0;
}
section.feature-tourbox .innerdarkbox{
  padding:0;
}
.feature-tourbox .read-more a {
  font-size: 18px;
  border: 2px solid #fff;
  padding: 6px 12px 9px 14px;
  color: #fff;
}
.feature-tourbox .read-more a:hover {
  background: #0f77e9;
  border: 2px solid #0f77e9;  
  color: #0e2d4d;
}
section.feature-tourbox h5{
  margin:40px 0 15px 0;
  text-align:left;
}
.inneroverlay input[type="text"] {
    margin-left: 0;
}
.packgbtn {
    margin-top:3em;
}
p.packgcolor{
    color:#f9676b;
    font-weight: bolder;
	font-size: 30px;
}
h4.textwhites{
    color: #ffffff !important;
    font-size: 21px!important;
    font-weight: normal !important;
    padding: 6px !important;
}
/* TOUR TYPE */
div#fruitscarousel {
  padding:0 0 7% 0;
}
.carousel .carousel-control .glyphicon-chevron-right, 
.carousel .carousel-control .icon-next {
  margin-right: -48px;
}
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .icon-prev {
  margin-left: -48px;
}
.carousel-control{ 
  color:#31708f;
  width:5%;
}
.carousel-control:hover,
.carousel-control:focus{ 
  color:#31708f;
}
.carousel-control.left,
.carousel-control.right { 
  background-image: none;
}
.carousel-control.right,
.carousel-control.left{
  background-image: none !important;
}
/* DEALS AND DISCOUNT */
#deals-discounts{
  padding:32px 0;
}
#deals-discounts .discount-innerbox{
  border:1px solid #c0c0c0;
  margin-top: 6%;
}
.rating {
  position: absolute;
  top: 14px;
  z-index: 9999;
  color: #fff;
  left: 9%;
}
.price {
  position: absolute;
  z-index: 9999;
  top: 6%;
  right: 11%;
  border: 1px solid #198186;
  background-color: #198186;
  border-radius: 50px;
  color: #fff;
  padding: 9% 0;
  width:107px;
  text-align:center;
}
.price span {
  font-size: 17px;
  margin-right: 10%;
  display: inline-block;
}
span.strike{
  text-decoration: line-through;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 24px;
}
.rating > span:before,
.rating > span ~ span:before {
  content: "\2605";
  position: absolute;
  color: #0f77e9;
}
#deals-discounts h4{
  font-size:18px;
  color:#0f77e9;
  margin:10px;
  font-weight:bold;
  font-family: oxygen;
}
#deals-discounts p{
  font-size:15px;
  color:#7b7b7b;
  margin:10px;
  font-family: oxygen;
  letter-spacing: 2px;
}
#deals-discounts .image-box.discount img {
  height: 200px;
  width: 100%;
}
#deals-discounts .bottombox{
  border-top:1px solid #c0c0c0;
  margin-top: 25px;
}
#deals-discounts .bottombox .dayscount{
  border-right:1px solid #c0c0c0;
  text-align:center;
  padding:10px 0;
  font-family: oxygen;
  font-size: 15px;
}
.images_border {
  margin:0;
  text-align:center;
}
.bigpost-img.logobox {
  margin-top: 2%;
}
/* Headings */
section h3{
  font-weight:bold;
  text-align:center;
  margin:0 0 10px;
  padding:0;
  text-transform:uppercase;
  font-family: Oxygen;
  font-size: 35px;
}
section h4{
  color:#000;  
  font-size:18px;
}
section h5{
  color:#f9676b;
  font-weight:bold;
  font-size:37px;
  margin:0 0 10px 0;
  padding:0;
  font-family: oxygen;
}
.new-line,.box-content p{
  margin-bottom: 2em;
}
.box-content h3{
  color:#000;
  font-weight: bold;
}
a.r_button {
  padding: 5% 15%;
  color: #fff;
  border: solid 2px #fff;
}
.plans-box a.r_button {
  padding: 4% 20%;
  color: #001e44;
  border: solid 2px #001e44;
  border-radius: 13px;
}
#gallery a.r_button {
  padding: 1% 4%;
  color: #001e44;
  border: solid 2px #001e44;
  border-radius: 0;
  font-size: 20px;
}
.darkbox{
  padding:0;
}
section{
  font-family:Open sans;
}
section .innerlightbox{
  background-size:100% 100%;
  padding:4.5em 0;
  color:#000;
}
section .innerdarkbox{
  background-size:100% 100%;
  padding:5% 0 5% 0;
  color:#fff;
  clear: both;
}
section#tourtype{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .about-img img{
  border:3px solid #fff;
  width:100%;
}
#about .days-box{
  margin-top:40px;
  text-align: center;
  font-size:16px;
  font-weight:bold;
}
#about .day-title{
  margin-bottom:15px;
}
.text-light{
  color:#fff;
}
/* Newsletter Section */
#newsletter-box input[type="text"]{
  margin:0;
}
#newsletter-box input[type="submit"] {
  margin:0;
  background:#4c66ba;
  border:2px solid #fff;
  border-radius:3px;
  color:#fff;
}
#newsletter-box input[type="submit"]:hover{
  background:#3791cc;
}
/* Contact Section */
h3.contact-page {
  margin: 4% 0;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #0f77e9;
  display: table;
}
#contact-box{
  background:#f4f5f9;
}
div.wpcf7 {
    margin-left: -14px;
}
.contact-innerbox{
  background:#fff;
  padding:30px;
  box-shadow:5px 5px #eee;
  margin:0 0 20px 0;
}
#contact-box .contact-form-box label{
  width:100%;
}
#contact-box .contact-form-box p{
  font-size:14px;
  font-weight:bold;
  color:#000;
}
#contact-box .address-box p{
  margin:0 0 50px;
  color:#999999;
}
#contact-box .social-icons{
  margin-top:15px;
}
#contact-box .social-icons a{
  color:#000;
  padding:5px 10px;
}
#contact-box .social-icons a:hover{
  background:#3890cb;
  color:#fff;
}
#contact-box .mapbox{
  box-shadow:5px 5px #eee;
}
#contact-box .contact-form-box input[type="text"],
#contact-box .contact-form-box input[type="email"],
#contact-box .contact-form-box input[type="phno"],
#contact-box .contact-form-box textarea
{
  border:none;
  border-bottom:1px solid #999999;
  padding:4px 0 5px 0;
  width:100%;
  color:#000;
  margin:0 0 15px;
  font-size:14px;
}
#contact-box .contact-form-box textarea{
  height:50px;
}
#contact-box .contact-form-box input[type="submit"]{
  margin-top:20px;
}
.post-box.inside-full-height img {
  width: 100%;
}
/* Footer Section */
#footer{ 
  text-align:center;
  color:#fff;
  padding:40px 0 1px;
  text-align:left;
  font-family:Helvetica;
  filter:none !important;
}
#blog-right-sidebar h3,
#footer h3,
#content-vw #footer h3{
  color:#ffffff;
  text-align:left;
  text-transform:uppercase;
  font-size:24px;
  margin:0 0 24px 0;
  font-weight: 500;
}
#footer .copyright p{
  font-size:14px;
  text-align:center !important;
  padding: 20px 0 10px 0;
}
#footer .news-form{
  margin-top:24px;
}
#footer input[type="text"]{
  width:90%;
  padding:10px 5%;
  margin-left: -1%;
  border:2px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color:#fff;
}
#footer input[type="submit"]{
  width:60%;
  padding:8px 6% 8px 6%;;
  background:transparent;
  margin:0;
  color: #fff;
  border:2px solid #fff;
  font-weight:normal;  
}
#footer .copyright {
  text-align: center;
  border-top: 1px solid #5c6d80; 
  padding-top: 0;
  width: 90%;
  margin: 40px auto;
}
.copyright.text-center img {
    margin-top: -3%;
}
#footer ul {
  margin:0;
  padding:0;
}
#footer ul li{
  list-style:none;
  width:64%;
  margin:0 0 11px 0;
}
#footer p{
  color:#fff;
  font-size:15px;
  line-height: 23px;
  text-align:left !important;
}
.para_5 a {
    color: #fff;
}
.para_5 a:hover {
    color: #0f77e9;
}
.para_5 .col-md-12 {
    padding-left: 0px;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox{
  width:100%;
  border: solid 1px rgba(187, 187, 187, 0.12);
  box-shadow: 0px 1px 1px 1px #bbb;
}
.post-box.col-md-6.bigpost-img h3 {
  font-family: oxygen;
}
.post-box.col-md-6.bigpost-img p {
  font-family: oxygen;
  text-align: left;
}
.post-title {
  font-family: oxygen;
  font-size: 16px;
  margin: 4%;
  font-weight: 400;
  line-height: 26px;
  color: #7b7b7b;
}
nav.navigation.post-navigation {
  clear: both;
  width: 100%;
}
.nav-next,
.nav-previous {
  float: left;
  width: 50%;
}
span.meta-nav {
  clear: both;
  font-size: 18px;
  color: #000;
}
.nav-next {
  text-align: right;
}
.post-box.inside-full-height {
  height: 100%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:block;
}
#content-vw .postbox h3{
  font-size:35px;
  text-align: center;
  margin:15px 0 20px;
  font-weight:normal;
  font-size:35px;
}
#content-vw .postbox h4{
  text-align:left;
  margin: 0 0 10px;
  padding:0;
  font-size: 20px;
  font-size: 20px;
}
#blog-left-sidebar p{
  padding: 2%;
  line-height: 25px;
}
#blog-right-sidebar p{
  padding: 2%;
  line-height: 25px;
  color: #797575;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 12px 15px 12px 15px;
  color: #fff;
  margin-right: 2%;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px;
}
.blog-icon i.fa-digg {
  padding: 12px 10px 12px 11px;
}
.blog-icon i:hover{
  background: #18304c;
  color:#fff;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
#content-vw .blog-full-border{
  margin: 40px 0 0 0;
  padding: 0;
  border:none;
  border-bottom: 1px solid #bbb;
}
.metabox img {
    border-radius: 50%;
}
.post-content-box p {
  padding: 2%;
  line-height: 25px;
  color: #797575;
}
#content-vw .postbox p{margin:0 20px 20px;}
.postbox {
  margin-bottom:39px;
  border:1px solid #bbb;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.metabox {
  color: #000;
  padding: 15px 0;
  clear: both;
}
.metabox .entry-date{
  background:url('images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0 
}
.metabox .entry-author{
  background:url('images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
#content-vw  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
#content-vw  h6{
  margin:0 0 15px;
  font-size:17px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
/* --------- Inner Pages --------- */
.page-trainer-box {
  color:#fff;
  margin-bottom: 20px;
}
.page-trainer-box .trainer-name{
  color:#18304c;
  padding:13px 0px;
  font-size:25px;
  margin:15px 0 0 0;
}
.page-trainer-box .trainer-designation{
  color:#161b21;
  font-weight:bold;
  margin:0 0 0 15px;
  font-size:16px;
}
.page-trainer-box p{
  font-size:15px;
  line-height:normal;
  color:#000;
}
.page-trainer-box .image-box img{
  width:100%;
}
.about-socialbox i {
  padding: 10px 10px 10px 10px;
  margin: 4% 2% 0 0;
  color:#fff;
  background-color:#141a28;
}
.about-socialbox i:hover {
  background-color: #dd4827;
}
.page-trainer-box .image-box{
  padding-left: 0;
  padding-right: 0;
}
.content {
  color: #a9a9a9;
}
.text-right h6 ,
.text-left h6 {
  font-size: 20px;
}
/* --------- CONTACT Page --------- */
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info{
  font-size:16px;
  line-height:26px;
}
.contact-location i,
.contact-call i,
.contact-email i,
.contact-name i,
.contact-information i{
  width:45px;
  text-align: center;
  font-size: 17px;
  background: #18304c;
  padding:12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}
.contact-info .head{
  color:#000;
}
.contact_form textarea  {
  height: 75px;
}
.contact_form{
  background: #000;
  padding: 54px;
}
.contact_form p{
  color:#fff;
  margin:0 0 15px;
}
.contact_form input[type="text"] ,
.contact_form input[type="email"],
.contact_form textarea { 
  width: 100%;
  background: #262626;
  border: 1px solid #262626;
  color: #fcfcfc;
  padding: 8px 10px;
  margin:5px 0 0 0;
}
.contact-location,
.contact-call,
.contact-email,
.contact-information,
.contact-name{
  margin-bottom: 2%;
}
.form-1 input[type="submit"] {
  background: url('images/3.png') no-repeat 7px 10px;
}
.contact_form  input[type="submit"]{
  background:none;
  color:#fff;
  padding:10px 50px;
  text-transform:uppercase;
  color:#fcfcfc;
  display:table;
  margin:0 auto;
  text-align:center;
  border: 2px solid #fff;
}
.contact_form  input[type="submit"]:hover{
  background:#ffd34e;
  color:#000;
}
/* --------- POST --------- */
section#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
/* Comments BOX */
#comments{
  margin-top:40px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:6px 10px;
  font-size:18px;
  margin:0px;
  width:100%;
  border-radius:0;
}
#comments input[type="submit"].submit{
  background:#18304c !important ;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px;
  width:53%;
  color: #fff;
}
#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:#3890cb;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#content-vw #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#content-vw ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-vw #comments ul{
  margin:0 0 0 40px
}
#comments .reply{
  float:right;
}
#comments .comment-author{
  width:7%;
  float:left;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}
#comments p {
  width:90%;
  float:left;
}
/* Sidebar */
#sidebar{
  font-family:Helvetica;
}
#sidebar form{
  display: table;
  width: 100%;
}
#sidebar h3{
  margin:0 0 25px;
  padding:7% 5%;
  font-size:20px;
  font-family:Roboto;
  background: rgba(0, 0, 0, 0.9);
  color:#fff;
}
#sidebar input[type="search"] {
  padding:7px 10px;
  border:none;
  font-size:15px;
  color:#000;
  width:100%;
}
#sidebar label{
  width:70%;
  float:left;
}
#sidebar input[type="submit"]{
  background:#000;
  border:none;
  color:#fff;
  padding:10px 0;
  width:30%;
  font-size:14px;
  float:left;
  margin:0;
}
#sidebar aside{
  padding-bottom:30px;
  margin-bottom:30px;
  border:1px solid #bbb;
  box-shadow:1px 1px 7px #bbb;
}
#sidebar aside.widget_search{
  padding-bottom:0;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}
#sidebar ul li{
  margin:0 17px 15px;
  padding:0 0 0 30px;
}
#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
  padding: 0 0 0 6px;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#ffd34e;
}
/* Page */
.read-more {
  margin: -49px 0 0 0;
  font-family: oxygen;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  float: right;
}
.destination-template-default .read-more a {
  font-size: 18px;
  border: 3px solid #000;
  padding: 6px 12px 9px 14px;
  color: #000;
  line-height: 89px;
}
section#tourtype {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.title-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #f5f5f5;
    padding: 6% 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
}
.title-box h1 {
    font-size: 47px;
    line-height: normal;
}
.text_2 li a {
  color: #fff;
  font-size:14px;
}
.post-image p {
  color: #a4a4a4;
  margin-bottom: -2%;
  margin-top: 7%;
}
.post-image h5 {
  font-size: 18px;
  font-family: Oxygen;
}
.post1 h3 {
  font-family: Oxygen;
  font-size: 27px;
}
.post-box .col-md-7 .bigpost-img p {
  margin-top: 5%;
}
.post-image img {
    height: 350px;
}
.inner-content1 p {
  margin-left: 7%;
  margin-top: 4%;
}
.phone-email{
  margin-top: 6px;
}
/* Slider */
.carousel-indicators .active{ 
  background: #31708f;  
} 
.content{ 
  margin-top:20px;  
}
.media-object{ 
  margin:auto;
  margin-top:15%;
}
blockquote{
  border-left: none !important;
  text-align: center !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
  margin-left: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
  width: 100%;
}
/*----------Book Now----------*/
.middle-align .backgroung-wrap {
    background: #0f77e9;
    padding: 1em;
    color: #fff;
}
input#customer_confirm {
    background: #1c3248;
}
/*----------Content-vw-----------*/
#content-vw h6 {
  margin: 20px 11px 16px;
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}
#content-vw {
  font-family:Helvetica;
}
#content-vw p {
    line-height: 25px;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0px 20px 0 0;
    text-align: justify;
}
#content-vw hr{
  border:none;
  margin:35px 0;
  clear:both;
}
#content-vw h2{
  font-size:44px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
  font-family:'Roboto';
}
#content-vw h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:14px 0 25px;
  font-family:'Roboto';
}
#content-vw h4{
  font-size:31px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#18304c;
  margin:0 0 25px;
  font-family:'Roboto';
  text-align: center;
}
#content-vw ul{
  list-style:none;
  margin:0 0 0 10px;
  font-size:16px;
}
.middle-align ul li{
  background:url('images/bullet-fork.png') no-repeat;
  padding:0 0 0 35px;
  margin:0 0 20px 0; 
}
.middle-align ul li ul li{
  background:url('images/bullet-fork2.jpg') no-repeat 0 5px;
  margin-top: 3%;
}
.middle-align #flags ul li{
    background:none;
}
#content-vw #comments ul{
  margin: 0!important;
}
#content-vw ol{
  list-style: none;
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-vw ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
#content-vw ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}
.read-moresec{
  margin:2% 0;
}
/* Pagination */
.pagination {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  float:right;
  font-weight:bold;
}
 
.pagination span,
.pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #18304c ;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
 
.pagination a:hover{
  color:#0e2d4d;
  background: #0f77e9;
}
 
.pagination .current{
  padding:10px 15px;
  background: #0f77e9;
  color:#0e2d4d;
  font-weight:normal;
}
/* Slider */
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
.img-responsive{
  width:100%;
  height:auto;
}
/* Woocommerce */

.woocommerce #container{
  width: 63%;
  float: left;
  margin-top: 10%;
  margin-left: 6%;
  margin-right: 1%;
}
.woocommerce #sidebar{
  width: 21%;
  float: left;
  margin-top: 10%;
  
}

.col-md-7.new_secfir {
    padding-right: 0px;
}

p.social_icon {
    margin-top: 100px;
}


span.face a:hover {
    color: #006fe5 !important;
    border: 1px solid #006fe5;
}

span.face a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 33px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color 0.3s;
    transform: rotate(45deg);
    transition: border-color 0.3s;
      color: #9E9E9E !important;
    padding: 10px;
    border: 1px solid #9E9E9E;
}

span.twit a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 94px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color 0.3s;
    transform: rotate(45deg);
    transition: border-color 0.3s;
        color: #9E9E9E !important;
    padding: 10px;
    border: 1px solid #9E9E9E;
}

span.google a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 154px ;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color 0.3s;
    transform: rotate(45deg);
    transition: border-color 0.3s;
        color: #9E9E9E !important;
    padding: 10px;
    border: 1px solid #9E9E9E;
}

span.pint a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 219px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color 0.3s;
    transform: rotate(45deg);
    transition: border-color 0.3s;
        color: #9E9E9E !important;
    padding: 10px;
    border: 1px solid #9E9E9E;
}
p.third_sec {
    font-size: 15px;
    margin-top: 38px;
    float: right;
    background: #006fe5;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}
.face i.fa.fa-facebook, .twit i.fa.fa-twitter, .google i.fa.fa-google-plus, .pint i.fa.fa-pinterest-p {
      transform: rotate(315deg);
}

.col-md-5.new_section {
    padding-left: 0px;
}

.col-md-5.new_section img{     width: 174px; }
.third .first_sec {
    font-size: 20px;
    color: #006fe5;
        margin-top: 10px;
}
p.second_sec {
    font-size: 16px;
    color: #9E9E9E;
    margin: 7px 0 21px 0;
}
.contact-info h3.tour_cnt{ 
    margin-top: 0 !important;
    font-size: 22px;
    padding-top: 0;
    color: #006fe5;
}
p.sub_cnthd {
    color: #9E9E9E;
}
p.sub_cnthad {
  font-size: 15px;
  margin-top: 25px;
  color: #9E9E9E;
}
.wpcf7 textarea {
  height: 138px;
}

.sub_footer .second span {
     font-size: 17px;
    padding-bottom: 25px;
    color: #9E9E9E;
    width: 100%;
    float: left;
}
.sub_footer .first span {
  font-size: 17px;
  color: #9E9E9E;
}

.top-bar i.fa.fa-phone{
  margin-right: 0;   
}

i.fa.fa-phone,
i.fa.fa-globe,
i.fa.fa-envelope,
i.fa.fa-map-marker {
  margin-right: 15px;
}
/*Advance Search Page*/
#content-vw .backgrndwrapper {
    margin: 1em 0;
    border-bottom: 1px solid #1C3248;
    padding: 1em 0;
}
/* about us inner page */
.main_heading {
  color: #ababab;
  text-align: center;
  margin-bottom: 1%;
}
.para_info h1 {
  font-size: 21px;
  color: #1C3248;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
  font-family: Oxygen;
}
.para_info p {
  font-family: Open sans;
}
.best-travel h1 {
    font-family: oxygen;
    color: #1C3248;
    margin-top: 0;
}
.best-travel p {
    font-weight: normal;
    font-family: Open sans;
}
.para_info h3 {
    font-size: 26px !important;
}
.back_pic img {
  margin-bottom: 2%;
  margin-top: 3%;
}
.back_pic.text-center {
    background-size: 100% 100%;
    padding: 0;
}
.teams .shorthcode {
    margin: 53px 0 0 0;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    clear:both;
}
@media (min-width: 768px) and (max-width: 991px ) {
  .carousel-inner .active.left {
    left: -33.3%;
  }
  .carousel-inner .next {
    left:  33.3%;
  }
  .carousel-inner .prev {
    left: -33.3%;
  }
  .active > div:first-child {
    display:block;
  }
  .active > div:first-child + div {
    display:block;
  }
  .active > div:last-child {
    display:none;
  }
  .top_destination .destination_hover:hover .text-title  
  {
    top: 88%;
  }
}
@media screen and (max-width:768px){

  span.face a {
    position: inherit;
  }

  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left:  100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  #tourtype .active > div {
    display:block;
  }
  .active > div {
    display:none;
  }
  .active > div:first-child {
    display:block;
  }
  .media-object { 
    margin-top:0;
  }
  #our-services .page-box{
    margin-bottom:0.5em;
  }
  #trainer .trainer-content{
    background:#d3da36;
    padding:20px 0;
    margin-top:20px;
  }
  #trainer .trainer-content .trainer-image{
    margin-bottom:20px;
  }
  #pricing_plans .price-number{
    position:static;
  }
  #pricing_plans .price-title{
    margin-top:20px;
  }
  .post-box.col-md-3.bigpost-img {
      text-align: center;
  }
  .carousel-indicators {
    top: 18em !important;
  }
  #tourswork h4,#tourswork p{
    padding-left: 28%;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute !important;
  }
  .navbar-header-toggle{
    width: 100%;
    color: #fff;
    background: url('images/responsive_menu.png') no-repeat right center #3890cb;
    padding: 10px 10px;
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .navbar-header-toggle .navbar-toggle{
    margin:0;
    padding:0;
    float:none;
    clear:both;
    width: 100%;
    text-align: left;
  }
  .navbar-collapse .navbar-nav{
    float:right !important;
    margin:0;
  }

  .navbar-default .navbar-collapse {
      border: 0;
      -webkit-box-shadow: inset 0 1px 0 rgba(28,50,72,0);
      background-color: #222222 !important;
  }
  .navbar-default{
      margin-top:0;
  }
  li.dropdown.mega-dropdown{
      margin:12% 0;
  }
  .menubox .navbar{
      position: absolute;
      z-index: 9999;
      left: 0;
  }
}
@media screen and (max-width:999px) {
  .thirty{
    margin-bottom:6%;
  }
  i.fa.fa-anchor,
  i.fa.fa-plane,
  i.fa.fa-calendar-check-o,
  i.fa.fa-file-o{
    padding: 18px 38px 0 18px;
    float: left;
    height: 57px;
    margin-left: 0;
    width: 8%;
  }
  .vwtour-process-sm{
    display:block;
  }
  .vwtour-process{
    display:none;
  }
  #tourswork h4 {
    width: 100%;
  }
  .vwtour-process-sm > div{
    margin-bottom:5%;
  }
  .backgroung-wrap h3 {
     margin-bottom: 3%; 
  }
  #tourswork p {
    font-size: 13px;
  }
  p.third_sec{
    float: left;
  }
  span.face a { position: inherit;}
  span.twit a{ left: 80px;}
  span.google a{ left: 149px; }
  p.social_icon { margin: 34px 0;}
}
@media screen and (max-width:720px) {
  .toggle{
    display:block;
    padding: 5% 0 0 0;
  }
  .toggle a{
    width:100%;
    color:#fff;
    background:url('images/responsive_menu.png') no-repeat right center #3890cb;
    padding:10px 10px;
    font-size:16px;
  }
  .toggle a:hover{ 
    color:#fff
  }
  .toggle a.active{
    color:#fff;
  }
  .nav{
    display:none;
  }
  #header .nav{
    float:none;
    margin:0;
    position:absolute;
    z-index:99999;
    overflow-x:hidden;
    top:0px;
    left: 0;
    width:100%;
  }
  #header .nav ul{ 
    width:100%;
    float:none !important;
    margin-top:0;
    background-color:#222222;
  }
  #header .nav ul li{
    border-top:1px #303030 solid;
    display:block;
    float:none;
    text-align:left;
    z-index: 9999;
  }
  .nav ul li a{
    padding:5px 10px;
    display:block;
    color:#ffffff !important;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  #header .nav ul ul {
    margin: 0 !important;
  }
  .box-content.col-md-8.padding0 {
    text-align: center;
  }
  .copyright.text-center img {
    margin-top: -8%;
  }
  .wpcf7 textarea {
    height: 139px;
}

  #comments input[type="submit"].submit{
    width:100%;
  }
  .mega-dropdown-menu > div >li{
    float:left;
    width:33%;
  }
  .top_destination .destination_hover{
    width: 320px !important;
  }
  .top_destination .destination_hover:hover .text-title{
    width: 90.5% !important;
  }
  .blog-icon i{
    padding:9px 10px 9px 11px;
  }
  .blog-icon i.fa-google-plus{
    padding:7px 6px 7px 6px;
  }
    span.face a {
    position: inherit;
  }
   span.twit a{
    left: 80px;
   }
  span.google a{ 
    left: 149px; 
  }
  p.social_icon {
   margin: 34px 0;
 }
}
@media screen and (max-width:991px){
  .top_destination .destination_hover{
    width: 428px;
    margin: 0 auto;
  }
  .top_destination .destination_hover:hover .text-title{
    width: 93%;
  }
  .phone-email-sm{
    display: block;
    height: 1px;
  }
  #header .socialbox,
  #header .phone-email {
    text-align:center;
  }
  #slider .slide-cap h2{
    font-size:150%;
  }
  section#pricing_plans .innerlightbox{
    padding-bottom:0;
  }
  #pricing_plans .price-box{
    margin-bottom:70px;
  }
  .day-time{ 
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  #trainer .video{
    margin-bottom:20px;
  }
  section#clients .innerdarkbox{
    padding-bottom:0;
  }
  #clients .client_name{
    text-align:center;
    margin-top:20px;
  }
  #clients .client-info{
    margin-bottom:50px;
    text-align:center;
    font-weight:bold;
  }
  #our-services .topmargin {
    margin-top: 5em;
  }
  #tourswork .backgroung-wrap {
    padding: 5%;
  }
  .text-right {
    text-align: center !important;
  }
  .text-left {
    text-align: center !important;
  }
  section.blog-box .post-box h4 {
    text-align: center !important;
  }
  input[type="tel"] {
    margin-left: 0 !important;
}
  section.blog-box .datebox .entry-date {
    margin-left: 20%;
  }
  .post-title {
    text-align: center;
  }
  #deals-discounts h4 {
    text-align: center !important;
  }
  #deals-discounts p {
    text-align: center !important;
  }
  #deals-discounts .discount-innerbox {
    margin-bottom: 4%;
  }
  .post-image {
    text-align: center;
  }

  .text-title {
    text-align: center !important;
    vertical-align: bottom;
    bottom: 0;
    padding: 0;
    margin: 0;
  }
  .post-box {
    margin-bottom: 6%;
  }
  .img-responsive {
    width: 50% !important; 
    height: 0% !important;
    margin: 0 auto;
  }
  .post-box.col-md-6.bigpost-img {
    float: none !important;
  }
  .images-box {
    margin-bottom: 26%;
  }
  .carousel-indicators {
    top: 14em;
  }
  blockquote.adjust2.row div{
    text-align: center;
  }
  #carousel-example-generic .carousel-inner > .item{
    min-height: 176px;
  }
  .nav-next,
  .nav-previous {
      float: none;
      width: 100%;
  }
  .textwhite {
    font-size: 15px !important;
  } 
  .carousel .carousel-control .glyphicon-chevron-right, 
  .carousel .carousel-control .icon-next {
    margin-right: -8px;
  }
  .carousel .carousel-control .glyphicon-chevron-left, 
  .carousel .carousel-control .icon-prev {
    margin-left: -8px;
  }   
}
.thirty span {
  font-size: 20px;
   font-weight: bold;  
   font-style: italic;
 }
.thirty p { 
  text-align: center !important; 
  margin: 0 0 9px 0 !important; 
  font-size: 31px !important; 
   font-style: italic; 
   font-weight: bold;  
 }
.num_sec { 
  width: 100%; 
  padding: 65px 0 65px 0; 
  text-align: center; 
  margin: 35px 0 0 0; 
  background: rgb(238, 238, 238);
}
.best-travel { 
  float: left;  
  width: 100%;
  margin: 50px 0 0 0;
}
.best-travel h4 {
    text-align: left !important;
}
.abtsocialbox.div_box { 
  margin: 10px 0 0 0;
  text-align: center !important;
 }
.shorthcode {
 text-align: center;
}
a.facebook_social { 
  margin: 0 0 0 32px; 
}

a.linkedin_social {
 margin: 0 0 0 32px; 
}
p.text_top {
    text-align: center !important;
    font-size: 21px !important;
    margin: 0 0 9px 0 !important;
    color: #9E9E9E;
}
p.author {
    text-align: center !important;
    font-size: 21px !important;
    margin: 0px !important;
    color: #9E9E9E;
}

p.client_name {
  text-align: center !important;
   margin: 20px 0 0 0 !important;
    color: #9E9E9E;
  }
p.client-designation{ 
  text-align: center !important;
   margin: 0px !important; 
    color: #9E9E9E; 
    font-size: 14px !important;
     font-style: italic; 
   }
.facebook_social i.fa.fa-facebook {
 background: none; 
  color: #9E9E9E;
}
.twitter_social i.fa.fa-twitter {
 background: none; 
  color: #9E9E9E;
}
.linkedin_social i.fa.fa-linkedin {
 background: none;  color: #9E9E9E;
}
@media screen and (min-width:720px){
  #header .nav ul li ul{
    display:none;
    z-index:2;
    font-weight:normal;
  }
  #header .nav ul li:hover > ul{
    display:block;
    background:#222222;
    width:200px;
    position:absolute;
    top:25px;
    left:0;
    text-align:left;
    padding:10px 0;
    z-index:99;
  }
  #header .nav ul li:hover > ul li{ 
    display:block;
  }
  #header .nav ul li:hover > ul li a{ 
    padding:7px 0px 7px 10px;
    color:#ffffff;
  }
  #header .nav ul li:hover ul li ul{
    display:none;
  }
  #header .nav ul li:hover ul li:hover > ul{
    display:block;
    position:absolute;
    left:200px;
    top:-20px;
  }
  #header .nav ul.sub-menu{
    margin-top:10px;
  }
  #header .nav ul.sub-menu li a:hover{
    background:#3890cb;
    color:#fff;
  }
  #header .nav ul {
    margin:21px 0 0 0
  }
  #header .nav ul li a{
    color:#99a4b0;
    padding:7px 20px;
    display:block;
  }
  .top_destination {
    width: 99% !important;
  }
}
@media screen and (min-width: 992px ) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .next {
    left:  25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
}
@media screen and (min-width: 1000px) {
  #header #header-inner .nav ul li ul li{
    display:block;
    position:relative;
    float:none;
  }

  p.third_sec { font-size: 13px;}
  #header #header-inner .nav ul li ul li a{
    color:#000;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px #313131 solid;
  }
  .vwtour-process-sm{
    display:none;
  }
}
@media screen and (max-width: 400px ) {
  .carousel-indicators {
    top: 22em !important;
  }
  .caption p {
    font-size: 18px;
  }
  .read-more{
    margin:0;
    float: none;
  }
  .packgbtn{
    margin:0;
  }
  .top_destination .destination_hover:hover .text-title{
    width: 89% !important
  }
  .inner-content p {
    font-size: 15px;
  }
  .inner-content a {
    font-size: 15px;
    padding: 4px 11px 2px 11px;
  }
  .top_destination .destination_hover:hover .inner-content{
    margin: 2% 0;
  }
  .top_destination .destination_hover{
    width:100% !important;
  }
  .col-md-3.thirty {
    margin-top: 26px;
}
}