@charset "utf-8";
@import url(css/reset.css);
@import url(css/wp-core.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900italic,900&subset=vietnamese,latin);
body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.7
}
ul li {
    list-style: none
}
a {
    color: #222;
    ouline: none;
}
a:active,
a:hover {
    color: #1F95B9
}
img{
    max-width: 100%;
    height: auto
}
blockquote{
    background: #fdfdce;
    padding: 20px;
}
select {
    padding: 0 10px;
    margin: 0;
    background: #ECECEC;
    color: #999;
    border: none;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase
}
.select-control {
    position: relative;
    width: 100%
}
.select-control:after {
    content: '>';
    font: 17px Consolas, monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 50%;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    height: 10px;
    line-height: 10px;
    margin-top: -5px
}
.search-select{
    padding: 0 28px 0 10px !important;
}
.search-select option{
    padding: 10px;
}
.ui-widget-content {
    border-radius: 0!important;
    z-index: 99999!important
}
.ui-widget-content .ui-widget-header {
    background: #1F95B9!important;
    border: 0!important;
    border-radius: 0!important;
    color: #fff;
    font-weight: 700
}
.col-xs-15 {
    width: 20%;
    float: left
}
.row-no-padding {
    margin-left: 0!important;
    margin-right: 0!important
}
.row-no-padding[class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}
.row-padding-10 {
    margin-left: -5px!important;
    margin-right: -5px!important
}
.row-padding-10[class*=col-] {
    padding-left: 5px!important;
    padding-right: 5px!important
}
.row-padding-15 {
    margin-left: -7.5px!important;
    margin-right: -7.5px!important
}
.row-padding-15[class*=col-] {
    padding-left: 7.5px!important;
    padding-right: 7.5px!important
}
.row-padding-20 {
    margin-left: -10px!important;
    margin-right: -10px!important
}
.row-padding-20[class*=col-] {
    padding-left: 10px!important;
    padding-right: 10px!important
}
.row-padding-30 {
    margin-left: -15px!important;
    margin-right: -15px!important
}
.row-padding-30[class*=col-] {
    padding-left: 15px!important;
    padding-right: 15px!important
}
.row-padding-40 {
    margin-left: -20px!important;
    margin-right: -20px!important
}
.row-padding-40[class*=col-] {
    padding-left: 20px!important;
    padding-right: 20px!important
}
.main-navigation {
    display: none;
    clear: both;
    float: left;
    width: 100%;
    background-color: #1F95B9;
    border-radius: 0;
    margin: 0;
    border: 0
}
.close-menu{
    display: none !important
}
.off-canvas-toggle {
    float: left
}
.off-canvas-toggle .icon-bar {
    background-color: #fff
}
#off-canvas {
    background: #3c3c3c;
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    transition: transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s;
    -webkit-transition: -webkit-transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s
}
body.mnopen #off-canvas {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    overflow-scrolling: touch;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    visibility: visible;
    z-index: 9999;
    transition: transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
    -webkit-transition: -webkit-transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s
}
.off-canvas-inner {
    text-align: left;
    width: 100%;
    background: #3c3c3c;
    color: #fff
}
.off-canvas-inner ul {
    float: left;
    width: 320px
}
.off-canvas-inner ul li {
    float: left;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, .1)
}
.off-canvas-inner ul li a {
    padding: 9px 30px;
    margin: 0 auto;
    display: block;
    color: #999;
    font-size: 13px;
    text-transform: uppercase
}
.off-canvas-inner ul li a .fa-times-circle {
    opacity: .3;
    color: #1F95B9;
    font-family: FontAwesome;
    font-size: 28px;
    margin-right: 0!important
}
.off-canvas-inner ul li a:hover {
    background: #212327;
    color: #fff
}
.off-canvas-inner ul li a:hover .fa-times-circle {
    opacity: 1
}
.off-canvas-inner ul li i.fa {
    margin-right: 10px
}
.off-canvas-inner ul li .sub-menu li {
    line-height: normal
}
.off-canvas-inner ul li .sub-menu li a {
    padding-left: 40px
}
.off-canvas-inner ul li .sub-menu li a:before {
    content: '-';
    display: inline-block;
    font-family: Fontawesome;
    color: #999;
    margin: 0 5px 0 0
}
.off-canvas-inner ul li .sub-menu li:last-child {
    border-bottom: 0
}
.off-canvas-inner ul li .sub-menu .sub-menu li a {
    padding-left: 60px
}
.off-canvas-inner ul li:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
.off-canvas-inner ul li:hover {
    border-color: #212327
}
.off-canvas-inner ul li.menu-item-has-children:hover {
    border-color: rgba(255, 255, 255, .1)
}
.off-canvas-inner .close-menu {
    text-align: center;
}
.wrapper-menu ul {
    font-size: 0;
}
.wrapper-menu ul>li {
    display: inline-block;
    position: relative
}
.wrapper-menu ul>li a {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 700;
    display: block
}
.wrapper-menu ul>li.booking{background-color: #FEB64F; margin-left: 15px}
.wrapper-menu ul>li.booking a {line-height: 30px; padding: 0 20px}
.wrapper-menu ul>li .sub-menu {
    background: #1F95B9;
    min-width: 220px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    text-align: left;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.wrapper-menu ul>li .sub-menu ul {
    left: 220px;
    margin-top: -40px
}
.wrapper-menu ul>li .sub-menu li {
    margin: 0;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.wrapper-menu ul>li .sub-menu li a {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px
}
.wrapper-menu ul>li:hover>.sub-menu {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .3s ease, opacity .2s ease .1s;
    -webkit-transition: -webkit-transform .3s ease, opacity .2s ease .1s
}
.wrapper-menu ul li.search {
    float: right
}
.wrapper-menu ul li.search #searchform {
    margin-top: 3px
}
.wrapper-menu ul li.search #searchform:hover {
    background: 0 0
}
.wrapper-menu ul li.search input[type=text] {
    background: #555;
    border: none;
    height: 34px;
    float: left;
    padding: 0 0 0 10px;
    color: #fff;
    width: 240px
}
.wrapper-menu ul li.search input[type=submit] {
    border: none;
    cursor: pointer;
    height: 34px;
    width: 38px;
    text-indent: -9999px;
    float: left
}
.wrapper-menu ul>li.current-menu-item,
.wrapper-menu ul>li.current-menu-parent,
.wrapper-menu ul>li:hover {
    background: #FEB64F
}
.wrapper-menu ul>li.current-menu-item a,
.wrapper-menu ul>li.current-menu-parent a,
.wrapper-menu ul>li:hover a {
    text-decoration: none
}
.search-form .search-popup-bg {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    display: none;
    cursor: url(images/close.png), progress;
    transition: All .5s ease;
    z-index: 9999;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.search-form #searchform {
    left: 50%;
    margin-left: -300px;
    position: fixed;
    top: 100%;
    width: 600px;
    opacity: 0;
    z-index: 9999;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.search-form #searchform .search-form-container {
    position: relative
}
.search-form #searchform .search-form-container input[type=text] {
    background: 0 0;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #fafafa;
    color: #ccc;
    padding: 0 30px 0 15px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 900
}
.search-form #searchform .search-form-container label {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 40px
}
.search-form #searchform .search-form-container label input[type=submit] {
    display: none;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.search-form #searchform .search-form-container label::before {
    font-family: FontAwesome;
    content: '\f002';
    color: #ccc;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px
}
.search-form.open .search-popup-bg {
    opacity: 1;
    display: block;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease
}
.search-form.open #searchform {
    opacity: 1;
    top: 30%
}
.clear {
    clear: both
}
#header .top-nav {
    background: #222;
    color: #999;
    padding: 15px 0
}
#header .top-nav .top-menu {
    text-align: right
}
#header .top-nav .top-menu ul {
    font-size: 0
}
#header .top-nav .top-menu ul li {
    display: inline-flex;
    padding-left: 23px;
    position: relative;
    margin-right: 20px;
}
#header .top-nav .top-menu ul li a {
    color: #999;
    text-transform: uppercase;
    font-size: 12px
}
#header .top-nav .top-menu ul li a:hover {
    text-decoration: none;
    color: #fff
}
#header .top-nav .top-menu ul li::before {
    position: absolute;
    content: '\f274';
    font-family: FontAwesome;
    top: 0;
    left: 0;
    color: #1F95B9;
    font-size: 12px
}
#header .top-nav .top-menu ul li+li::before {
    content: '\f086'
}
#header .top-nav .top-menu ul li+li+li::before {
    content: '\f0e0'
}
#header .top-nav .top-social {
    float: right
}
#header .top-nav .top-social ul li {
    float: left;
    margin-left: 15px
}
#header .top-nav .top-social ul li a i {
    color: #999
}
#header .top-nav .top-social ul li a:hover i {
    color: #fff
}
#header .top-header {
    padding: 20px 0
}
#header .top-header .logo {
    display: block;
    float: left
}
#header .top-header .right-header {
    float: right
}
#header .top-header .right-header .contact-header {
    max-width: 470px;
    text-align: center
}
#header .top-header .right-header .contact-header li {
    display: inline-block;
    margin: 0 10px
}
#header .top-header .right-header .contact-header li a {
    color: #666;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px
}
#header .top-header .right-header .contact-header .booking {border: 1px solid #FF8000;padding: 0px 10px;line-height: 30px;display: block}
#header .top-header .right-header .contact-header li a i {
    margin-right: 5px
}
#header .top-header .right-header p {
    background: url(images/icon-phone.png) left 50% no-repeat rgba(0, 0, 0, 0);
    color: #444;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 51px;
    line-height: 25px;
    margin-left: 70px;
    padding-left: 75px;
    text-transform: uppercase
}
#header .top-header .right-header p span {
    color: #999;
    display: block;
    font-weight: 400;
    text-transform: initial
}
#header .top-header .right-header p+p {
    background: url(images/icon-booking.png) left 50% no-repeat
}
#header .site-description {
    display: none
}
#header .header-menu {
    background: #1F95B9
}
#header .header-menu #main-menu .navbar {
    min-height: 0;
    margin-bottom: 0
}
#header .header-menu #main-menu .navbar .navbar-nav>li>a {
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase
}
#header .header-menu #main-menu .navbar .navbar-nav>li .dropdown-menu>li>a {
    color: #fff
}
#header .header-menu #main-menu .navbar .navbar-nav>li:hover .dropdown-menu {
    display: block
}
#header .banner {
    position: relative
}
#header .banner #search-tour {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: 0 0
}
#header .banner .owl-carousel .owl-item img {
    width: auto
}
#header .top-page {
    height: 80px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#header .top-page>.container {
    padding-top: 30px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#header .top-page.fixed {
    background: #1F95B9!important;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #fff;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#header .top-page.fixed>.container {
    padding-top: 12px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#header .top-page.fixed .wrapper-menu ul>li .sub-menu {
    padding-top: 23px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#header .top-header .right-header .contact-header li a:active,
#header .top-header .right-header .contact-header li a:focus,
#header .top-header .right-header .contact-header li a:hover {
    text-decoration: none;
    color: #1F95B9
}
#header .top-header .right-header p a:active,
#header .top-header .right-header p a:focus,
#header .top-header .right-header p a:hover {
    text-decoration: none;
    color: #FEB64F
}
#header .header-menu #main-menu .navbar .navbar-nav>li>a.open,
#header .header-menu #main-menu .navbar .navbar-nav>li>a:active,
#header .header-menu #main-menu .navbar .navbar-nav>li>a:focus,
#header .header-menu #main-menu .navbar .navbar-nav>li>a:hover {
    background: #1F95B9;
    color: #fff
}
#header .header-menu #main-menu .navbar .navbar-nav>li .dropdown-menu,
#header .header-menu #main-menu .navbar .navbar-nav>li.active a {
    background: #1F95B9
}
#header .header-menu #main-menu .navbar .navbar-nav>li .dropdown-menu>li>a:focus,
#header .header-menu #main-menu .navbar .navbar-nav>li .dropdown-menu>li>a:hover {
    background: #FEB64F
}
.input-group {
    width: 100%
}
#search-tour {
    background: #fff;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 999
}
#search-tour .content-search-form {
    padding: 20px 30px;
    background: rgba(225, 225, 225, .3)
}
#search-tour h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin: 0 0 15px;
    text-transform: uppercase
}
#search-tour .input-group {
    display: block;
    margin-bottom: 15px
}
#search-tour .input-group .form-control {
    background: #ececec;
    float: none;
    height: 46px;
    line-height: 46px;
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 0 15px;
    text-transform: uppercase;
    color: #999;
    border: none;
    box-shadow: none;
    font-weight: 300
}
#search-tour .input-group .date-control {
    position: relative;
    width: 100%
}
#search-tour .input-group .date-control::after {
    position: absolute;
    content: '\f073';
    top: 50%;
    right: 10px;
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin-top: -7px;
    font-family: FontAwesome;
    z-index: 99;
    color: #aaa;
    font-weight: 300;
    font-size: 17px
}
#search-tour .btn.btn-default {
    background: #1F95B9;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    width: 175px;
    padding: 0;
    font-weight: 400;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
#search-tour::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 50px;
    bottom: -50px
}
#search-tour .btn.btn-default:active,
#search-tour .btn.btn-default:hover {
    background: #FEB64F
}
.element-title {
    color: #222;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.element-title span {
    color: #FEB64F;
    text-transform: capitalize
}
.element-title a,
.element-title a:hover,
.element-title a:focus{
    color: #FEB64F;
    text-decoration: none
}
.title-left {
    text-align: left
}
.title-white-black {
    line-height: 130px;
    color: #fff
}
.title-white {
    color: #fff
}
.photo-item:nth-child(4n + 1){
    clear: both
}
.video-item a{
    display: block;
    position: relative
}
.video-item i{
    font-size: 70px;
    color: #FEC0A1;
    position: absolute;
    left: 44%;
    top: 42%;
}
.element-excerpt {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    text-align: center;
}
.welcome {
    background: url(images/world-bg.png) top center no-repeat #f9f9f9;
    padding: 50px 0
}
.featured-tours {
    background: #f4f4f4;
    padding: 50px 0 0
}
.tours-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}
.tours-list .tour-item {
    margin-bottom: 50px
}
.tour-list-option option, .cruise-list-option option{
    padding: 7px 10px;
}
.tours-list .tour-item .tour-container {
    background: #fff;
    position: relative
}
.tours-list .tour-item .tour-container a {
    display: block;
    overflow: hidden
}
.tours-list .tour-item .tour-container a img {
    width: 100%;
    display: block;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0)
}
.tours-list .tour-item .tour-container .tour-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .5);
    right: 0
}
.tours-list .tour-item .tour-container .tour-info .title {
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase
}
.tours-list .tour-item .tour-container .tour-info .title a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px
}
.tours-list .tour-item .tour-container .tour-info .price {
    color: #FFDB3D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px
}
.tours-list .tour-item .tour-container:hover img {
    transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -webkit-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -moz-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -o-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -ms-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0)
}
.tours-list .tour-item .tour-container:hover .tour-info {
    background: rgba(0, 0, 0, .5)
}
.tours-list .tour-item .tour-container .tour-info .title a:active,
.tours-list .tour-item .tour-container .tour-info .title a:hover,
.tours-list .tour-item .tour-container .tour-info .title a:focus{
    text-decoration: none;
    color: #FFF832
}
.news-list {
    list-style: none;
    margin: 35px 0 0;
    padding: 0
}
.news-list .item .tour-container {
    background: #fff
}
.news-list .item .tour-container a {
    display: block;
    overflow: hidden
}
.news-list .item .tour-container a img {
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0)
}
.news-list .item .tour-container .tour-info {
    border: 1px solid #ddd;
    border-top: 1px solid #f4f4f4;
    background: #f4f4f4
}
.news-list .item .tour-container .tour-info .title {
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 15px
}
.news-list .item .tour-container .tour-info .title a {
    color: #222;
    font-size: 18px;
    font-weight: 400
}
.news-list .item .tour-container .tour-info .days {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px 15px;
    color: #999
}
.news-list .item .tour-container:hover img {
    transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -webkit-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -moz-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -o-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -ms-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0)
}
.news-list .item .tour-container .tour-info .title a:active,
.news-list .item .tour-container .tour-info .title a:hover {
    text-decoration: none;
    color: #1F95B9
}
.what-we-do {
    padding: 50px 0 30px;
    background: url(images/bg-why-us.jpg) center top
}
.what-we-do .what-we-do-list {
    margin-top: 30px
}
.what-we-do .what-we-do-list li {
    text-align: center;
    margin-bottom: 30px
}
.what-we-do .what-we-do-list li .icon i {
    background: #1F95B9;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease
}
.what-we-do .what-we-do-list li .title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}
.what-we-do .what-we-do-list li .description {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}
.what-we-do .what-we-do-list li:hover .icon i {
    background: #FEB64F;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease
}
.interesting-tours {
    background: url(images/bg-interesting-tour.jpg) top center repeat-y #222;
    padding-bottom: 50px
}
.interesting-tours .tours-info-inner {
    max-width: 1250px;
    margin: 0 auto!important
}
.tours-cat li .tour-container {
    position: relative
}
.tours-cat li .tour-container .title {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    right: 0;
    background: rgba(0, 0, 0, .5)
}
.tours-cat li .tour-container .title a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase
}
.tours-cat li .tour-container .title:hover a{text-decoration: none;color: #FEB64F}
.tours-cat li a {
    display: block;
    overflow: hidden;
    font-size: 0
}
.tours-cat li a img {
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0)
}
.tours-cat li:hover img {
    transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -webkit-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -moz-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -o-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0);
    -ms-transform: rotate(8deg) scale(1.3) skew(1deg) translate(0)
}
.tours-cat .owl-controls .owl-nav .owl-prev, .tours-cat .owl-controls .owl-nav .owl-next,
.tours-list .owl-controls .owl-nav .owl-prev, .tours-list .owl-controls .owl-nav .owl-next{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tours-cat .owl-controls i, .tours-list .owl-controls i{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 50px !important;
    line-height: 46px;
    padding: 0 !important;
    position: absolute;
    top: 35%;
}
.tours-list .owl-controls i{
    top: 30% !important
}
.tours-cat .owl-controls .owl-prev i, .tours-list .owl-controls .owl-prev i{
    left: 20px;
}
.tours-cat .owl-controls .owl-next i, .tours-list .owl-controls .owl-next i{
    right: 20px;
}
.slider-tour {
    background: #1F95B9;
    padding: 50px 0
}
.bg-thumb{background: #fff;padding: 5px;display: block}
.slider-tour .tour-title a {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px
}
.slider-tour .tour-excerpt p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0
}
.slider-tour .tour-readmore {
    background: #fff;
    color: #1F95B9;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.slider-tour .owl-controls {
    margin-top: 0
}
.slider-tour .owl-controls .owl-nav i {
    background: 0 0!important;
    height: 46px;
    position: absolute;
    top: 50%;
    color: #fff;
    margin: -27px 0 0!important;
    padding: 0!important;
    font-size: 80px!important;
    line-height: 46px
}
.slider-tour .owl-controls .owl-nav .owl-next {
    background: 0 0!important;
    padding: 0!important;
    margin: 0!important
}
.slider-tour .owl-controls .owl-nav .owl-next i {
    right: -5%;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.slider-tour .owl-controls .owl-nav .owl-prev {
    background: 0 0!important;
    padding: 0!important;
    margin: 0!important
}
.slider-tour .owl-controls .owl-nav .owl-prev i {
    left: -5%;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.slider-tour .tour-title a:active,
.slider-tour .tour-title a:focus,
.slider-tour .tour-title a:hover {
    text-decoration: none;
    color: #FEB64F
}
.slider-tour .tour-readmore:active,
.slider-tour .tour-readmore:focus,
.slider-tour .tour-readmore:hover {
    background: #FEB64F;
    color: #fff;
    text-decoration: none;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.slider-tour:hover .owl-controls .owl-nav .owl-next i {
    opacity: 1;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.slider-tour:hover .owl-controls .owl-nav .owl-prev i {
    opacity: 1;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.blogs-list li:first-child {
    width: 100%;
    padding-top: 0
}
.blogs-list li:first-child img{width: 100%}
.blogs-list .blog-item {
    padding-top: 30px;
    padding-bottom: 30px
}
.blogs-list {
    height: auto;
    width: 100%
}
.blogs-list .blog-item .title {
    margin: 15px 0
}
.blogs-list .blog-item .title a {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase
}
.blogs-list .blog-item .title a:hover, .blogs-list .blog-item .title a:focus{
    text-decoration: none
}
.blogs-list .blog-item .caption .entry-meta>span {
    margin-right: 15px
}
.blogs-list .blog-item .caption .entry-meta>span a {
    color: #999;
    font-size: 13px
}
.blogs-list .blog-item .read-more {
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    background: #1f95b9 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    display: inline-block !important;
    height: auto !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 20px;
}
.blogs-list .blog-item .read-more:active,
.blogs-list .blog-item .read-more:focus,
.blogs-list .blog-item .read-more:hover {
    background: #1F95B9;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}
.related-discoveries {
    padding: 50px 0
}
.related-discoveries .block-tours-cat {
    padding-top: 30px
}
.block-tours-cat ul li{
    padding: 0
}
.news-tour,
.testimonial-list {
    padding: 50px 0
}
.testimonial-list .testimonial {
    margin-top: 30px
}
.testimonial-list .testimonial .content {min-height: 250px; background: #1F95B9;color: #fff;font-size: 16px;font-weight: 400;line-height: 26px;padding: 30px 30px 20px;position: relative;text-align: left}
.testimonial-list .testimonial .content::after {
    content: '\f0d9';
    left: -5px;
    color: #1F95B9;
    display: block;
    font-family: FontAwesome;
    font-size: 36px;
    height: 18px;
    top: 45%;
    position: absolute;
    width: 18px;
    z-index: 9999;
    margin-left: -9px;
    text-align: center
}
.testimonial-list .testimonial .avatar {
    margin: 30px auto 10px;
    max-width: 120px;
    max-height: 120px;
    overflow: hidden
}
.testimonial-list .testimonial .avatar img {
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonial-list .testimonial .name {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    text-align: center
}
.testimonial-list .testimonial .owl-dot span {
    height: 12px;
    width: 12px;
    margin: 5px
}
.testimonial-list .video iframe {width: 100%}
.star-rating {margin: 10px 0 0}
.star-rating i {
    color: #FEB64F;
    font-size: 14px;
    margin: 0 1px
}
.star-left.star-rating {
    text-align: left
}
.testimonial-list .testimonial .owl-dot.active span,
.testimonial-list .testimonial .owl-dot:hover span {
    background: #1F95B9
}
.call-to-action {
    background: url(images/bg-discovery.jpg) bottom center;
    color: #fff;
    padding-bottom: 50px
}
.call-to-action .info {
    float: left;
    max-width: 80%
}
.call-to-action .info .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 70px
}
.call-to-action .info .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px
}
.call-to-action .action-link {
    background: #fff;
    border: 1px solid #fff;
    color: #1F95B9;
    display: block;
    float: right;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
    margin-top: 100px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.call-to-action:hover .action-link {
    background: #1F95B9;
    color: #fff
}
.call-to-action .action-link:active,
.call-to-action .action-link:hover {
    background: #FEB64F;
    color: #fff;
    text-decoration: none
}
#footer {
    background: #282828
}
#footer a{
    color: #999 !important;
}
#footer a:hover,
#footer a:focus{
    color: #FFF !important;
    text-decoration: none;
}
#footer .title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    margin: 55px 0 30px
}
#footer .title::after {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100px;
    height: 2px;
    background: #1F95B9;
    content: ''
}
#footer .about-us {
    color: #999;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px
}
#footer .call-us {
    background: url(images/icon-user.png) left 50% no-repeat rgba(0, 0, 0, 0);
    color: #999;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    margin-top: 20px;
    padding-left: 65px;
    padding-top: 3px
}
#footer .call-us a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
#footer .call-us a:hover {
    color: #1F95B9;
    text-decoration: none
}
#footer .news-post li {
    margin-top: 30px
}
#footer .news-post li img {
    float: left;
    margin-right: 25px
}
#footer .news-post li .news-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}
#footer .news-post li .post-date {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px
}
#footer #quick-link li a {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 15px
}
#footer #quick-link li a::after {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    top: 50%;
    left: 0;
    color: #999;
    margin-top: -15px
}
#footer #quick-link li a:hover {
    color: #1F95B9;
    text-decoration: none
}
#footer #quick-link li a:hover::after {
    color: #1F95B9
}
#footer #contact-list li i {
    color: #999;
    font-size: 16px
}
#footer #copyright {
    margin-top: 30px;
    background: #3e3e3e;
    padding: 30px 0
}
#footer #copyright .footer-menu {
    float: left
}
#footer #copyright .footer-menu li {
    float: left;
    margin-right: 30px
}
#footer #copyright .footer-menu li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}
#footer #copyright .copyright-text {
    color: #999;
    float: right;
    font-size: 16px;
    font-weight: 400
}
#footer .news-post li .news-title:active,
#footer .news-post li .news-title:hover {
    text-decoration: none;
    color: #1F95B9
}
#footer #contact-list li a,
footer #contact-list li span {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative
}
#footer #contact-list li a:hover,
#footer #contact-list li span:hover {
    color: #1F95B9;
    text-decoration: none
}
#footer #contact-list li a:hover::after,
#footer #contact-list li span:hover::after {
    color: #1F95B9
}
#footer #copyright .footer-menu li a:active,
#footer #copyright .footer-menu li a:hover,
#footer #copyright .footer-menu li.active a {
    text-decoration: none;
    color: #fff
}
.page-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    margin: 30px 0 30px;
    text-transform: uppercase
}
.header-title {
    bottom: 30px;
    color: #1F95B9;
    font-size: 26px;
    font-weight: 400;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    z-index: 999
}
.page-breadcrumb {
    background: #eaeaea;
    padding: 15px 0;
    font-size: 15px;
}
.page-breadcrumb .breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0
}
.page-breadcrumb .breadcrumb,
.page-breadcrumb .breadcrumb a {
    color: #999;
}
.page-breadcrumb .breadcrumb a:active,
.page-breadcrumb .breadcrumb a:hover {
    text-decoration: none;
    color: #1F95B9
}
.tour-description {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px
}
.tour-description .title {
    color: #444;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px
}
.tour-description p {
    margin-bottom: 20px;
    text-align: justify
}
.new-tours-page {
    padding: 30px 0;
    background-color: #F4F4F4
}
.main-content,
.sidebar {
    margin: 0
}
.sidebar .widget{
    border: 1px solid #DDDDDD;
    padding: 25px 30px;
    margin-bottom: 30px
}
.sidebar .widget-title{
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}
.sidebar .widget_recent_entries ul li, .sidebar .recent-posts-widget-with-thumbnails ul li{
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}
.sidebar .widget_recent_entries ul li a, .sidebar .recent-posts-widget-with-thumbnails ul li a{
    display: block;
    text-transform: uppercase
}
#footer .recent-posts-widget-with-thumbnails ul li{
    color: #999
}
.entry-content, .entry-footer{
    margin-bottom: 20px
}
.entry-content p {
    padding-bottom: 15px
}
.itinerary-list li {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    list-style: none !important;
    background-color: #FFF
}
.itinerary-list li.active .title::after,
.itinerary-list li:active .title::after,
.itinerary-list li:focus .title::after{
    color: #e7a85a
}
.itinerary-list li.active .title::after {
    content: '\f056'
}
.itinerary-list li .title {
    background: #FFFFFF;
    cursor: pointer;
    line-height: 36px;
    padding: 0 30px 0 30px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #CCC;
}
.itinerary-list li .title::after {
    content: '\f055';
    color: #2C93B0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px
}
.itinerary-list li .content {
    display: none;
    font-weight: 400;
    line-height: 26px;
    margin: 15px 10px 15px 0;
    padding-left: 10px;
}
.block {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px 0
}
.block .block-title {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}
.block .block-content {
    margin-top: 20px;
    padding: 0 40px
}
.block#search-tour {
    padding: 40px 0 0
}
.block#search-tour h3 {
    color: #222;
    font-size: 24px;
    line-height: 40px
}
.tour-menu .block-content>ul>li {
    width: 100%;
    margin-top: 3px
}
.tour-menu .block-content>ul>li>a {
    height: 46px;
    display: block;
    line-height: 46px;
    background: #ECECEC;
    position: relative;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px
}
.tour-menu .block-content>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '\f107';
    font-family: FontAwesome;
    margin-top: -23px;
    color: #666;
    font-size: 16px
}
.tour-menu .block-content>ul>li .sub-menu {
    display: none;
    margin: 10px 0 10px 20px
}
.tour-menu .block-content>ul>li .sub-menu>li>a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px
}
.tour-menu .block-content>ul>li:first-child {
    margin-top: 0
}
.tour-menu .block-content>ul>li.active>a {
    color: #1F95B9;
    text-decoration: none
}
.tour-menu .block-content>ul>li.active>a::before {
    color: #1F95B9;
    content: '\f106'
}
.tour-menu .block-content>ul>li>a:active,
.tour-menu .block-content>ul>li>a:hover {
    color: #1F95B9;
    text-decoration: none
}
.tour-menu .block-content>ul>li>a:active::before,
.tour-menu .block-content>ul>li>a:hover::before {
    color: #1F95B9
}
#tour-slider {
    float: left;
    width: 100%
}
#tour-slider img {
    width: 100%
}
.tour-single #tour-info .top-info {
    border: 1px solid #ddd;
    margin-bottom: 25px
}
.tour-single #tour-info .top-info #tour-slider {
    font-size: 0
}
.tour-single #tour-info .top-info #tour-slider img {
    width: 100%
}
.tour-single #tour-info .top-info #tour-slider .owl-theme .owl-controls {
    bottom: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center
}
.tour-single #tour-info .top-info #tour-slider .owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #362f3b;
    margin: 5px
}
.tour-single #tour-info .top-info #tour-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span,
.tour-single #tour-info .top-info #tour-slider .owl-theme .owl-controls .owl-dots .owl-dot:hover span {
    background: #1F95B9
}
.tour-single #tour-info .top-info .tour-properties .properties {
    padding: 15px 0
}
.special-offers{color: #fff;font-size: 20px;margin-top: 64px;display: block;text-align: center;border-right: 1px solid #c2c2c2}
.properties{
    padding-top: 15px
}
.properties .title {
    color: #1F95B9;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}
.properties .title a{
    color: #1F95B9;
}
.properties .title a:hover, .properties .title a:focus{
    text-decoration: none;
    color: #FEB64F
}
.archive .tour-properties .properties{
    padding: 25px;
    border: 1px solid #DDD;
}
#tour-info .top-info .tour-properties .properties .item {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
}
#tour-info .top-info .tour-properties .properties .item ul{
    padding-left: 20px;
}
#tour-info .top-info .tour-properties .properties .item span {
    color: #333;
    display: inline-block;
    font-weight: 700;
    width: 125px
}
.tour-single #tour-info .top-info .tour-properties .tour-price {
    float: right;
    text-align: center
}
.tour-single #tour-info .top-info .tour-properties .tour-price .price {
    color: #FEB64F;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}
.tour-single #tour-info .top-info .tour-properties .tour-price .link-booking {
    background: #1F95B9;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 160px
}
.tour-single #tour-info .top-info .tour-properties .tour-price .link-booking:active,
.tour-single #tour-info .top-info .tour-properties .tour-price .link-booking:hover {
    background: #FEB64F;
    text-decoration: none
}
.tour-single .tour-content {
    margin-top: 40px
}
.tour-single .tour-content .nav-tabs>li>a {
    border-radius: 0;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 300
}
.tour-single .tour-content .nav-tabs>li.active>a,
.tour-single .tour-content .nav-tabs>li.active>a:focus,
.tour-single .tour-content .nav-tabs>li.active>a:hover {
    background: #ECECEC;
    font-weight: 700;
    color: #6A6A6A;
    outline: none
}
.tour-single .tour-content .tab-content {
    border: 1px solid #ddd;
    border-top: none
}
.tour-single .tour-content .tab-content .tab-pane {
    background: #ececec;
    padding: 40px
}
.tour-single .tour-content .tab-content p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px
}
.tour-single .tour-content .tab-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.tour-single .tour-content .tab-content ul {
    padding-left: 20px;
}
#tab-2 li:before,#tab-3 li:before,#tab-4 li:before{content: "• ";color: #FEB64F;font-size: 30px;line-height: 0;margin-top: 12px;float: left;margin-right: 10px;}
.price-block {
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px;
    text-align: center
}
.properties .tour-price {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 46px !important;
    text-transform: uppercase !important;
    color: #FEB64F !important;
    float: none !important;
    text-align: left !important;
}
.booking-link {
    background: #1F95B9;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.booking-link:active,
.booking-link:focus,
.booking-link:hover {
    text-decoration: none;
    color: #fff;
    background: #FEB64F;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.related-tours {
    background: #ecf1f4;
    padding: 50px 0
}
.tour-booking-form .booking-title {
    border-bottom: 1px solid #1F95B9;
    color: #1F95B9;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin: 50px 0;
    text-transform: uppercase
}
.tour-booking-form .input-group {
    width: 100%;
    margin-bottom: 30px
}
.tour-booking-form .input-group label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase
}
.tour-booking-form .input-group .form-control {
    background: #ececec;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none;
    float: none;
    margin-bottom: 10px
}
.tour-booking-form .input-group #submit-booking {
    background: #1F95B9;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
}
.tour-booking-form .input-group #submit-booking:active,
.tour-booking-form .input-group #submit-booking:focus,
.tour-booking-form .input-group #submit-booking:hover {
    text-decoration: none;
    color: #fff;
    background: #FEB64F;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.blog-list li {
    padding: 30px 0;
    border-top: 1px solid #ececec
}
.blog-list li .post-thumb {
    float: left;
    margin-right: 30px;
    width: 33%
}
.blog-list li .post-thumb img {
    width: 100%;
    margin: 0;
    height: auto
}
.blog-list li:first-child {
    padding-top: 0;
    border-top: none
}
.caption .title {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase
}
.caption .entry-meta {
    color: #999;
    font-weight: 400;
    margin-top: 15px
}
.caption .entry-meta>span {
    margin-right: 15px
}
.caption .entry-meta>span i {
    margin-right: 3px
}
.caption .entry-meta>span label {
    font-size: 12px;
    font-weight: 400
}
.caption .entry-content {
    text-align: justify
}
.caption .entry-content,
.caption .entry-excerpt {
    margin-top: 15px
}
.caption .entry-content p,
.caption .entry-excerpt {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: justify
}
.caption .entry-content h5,
.caption .entry-excerpt h5 {
    color: #999;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center
}
.caption .bnt-readmore .readmore:active,
.caption .bnt-readmore .readmore:hover {
    background: #1F95B9;
    text-decoration: none;
    color: #FFF
}
.bnt-green {
    background: #1F95B9!important;
    color: #fff!important;
    display: table !important;
    height: auto !important;
    line-height: 50px!important;
    margin: 0 auto !important;
    padding: 0 20px;
    border: none !important;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.bnt-green:active,
.bnt-green:focus,
.bnt-green:hover {
    background: #FEB64F!important;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}
.bnt-readmore {
    margin-top: 20px
}
.bnt-readmore .readmore {
    background: #666;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 90px
}
.bnt-readmore .readmore:active,
.bnt-readmore .readmore:hover {
    background: #1F95B9;
    text-decoration: none;
    color: #FFF
}
.blog-single .thumbnail {
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.author-panel {
    margin: 40px 0
}
.author-panel .author-detail {
    padding: 40px;
    border: 1px solid #ccc
}
.author-panel .author-detail .avatar {
    float: left;
    margin-right: 20px;
    max-width: 100px
}
.author-panel .author-detail h3 {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px
}
.author-panel .author-detail p {
    color: #666;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px
}
.travel-tips .blog-list li {
    padding: 20px 0
}
.travel-tips .blog-list li .post-thumb {
    width: 30%;
    margin-right: 20px
}
.travel-tips .blog-list li .caption .title {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase
}
.travel-tips .blog-list li .caption .entry-meta i {
    margin-right: 0
}
.travel-tips .blog-list li .caption .entry-meta>span {
    margin-right: 5px
}
.contact-page {
    margin-top: 80px;
    margin-bottom: 80px
}
.contact-page .maps iframe {
    height: 565px;
    width: 100%
}
.contact-page .contact-info {
    margin-top: 55px
}
.contact-page .contact-info>p {
    color: #666;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px
}
.contact-page .contact-info .contact-info-list li {
    margin-top: 20px
}
.contact-page .contact-info .contact-info-list i {
    background: #ececec;
    color: #666;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    margin-right: 20px
}
.contact-page .contact-form {
    margin-top: 60px
}
.contact-page .contact-form textarea {
    background: #ececec;
    border: none;
    color: #666;
    height: 110px;
    line-height: 26px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px
}
.contact-page .contact-form input[type=submit] {
    height: 40px;
    width: 140px;
    border: none;
    background: #1F95B9;
    color: #FFF;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px
}
.contact-page .contact-info .contact-info-list a,
.contact-page .contact-info .contact-info-list span {
    color: #666;
    font-size: 13px;
    font-weight: 400
}
.contact-page .contact-info .contact-info-list a:active,
.contact-page .contact-info .contact-info-list a:hover {
    color: #1F95B9;
    text-decoration: none
}
.contact-page .contact-form input[type=email],
.contact-page .contact-form input[type=text] {
    background: #ececec;
    border: none;
    color: #666;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px
}
.contact-page .contact-form input[type=submit]:active,
.contact-page .contact-form input[type=submit]:hover {
    background: #666
}
.ajax-more-tours {
    background: #ececec;
    border: 1px solid #ddd;
    color: #999;
    display: block;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase
}
.ajax-more-tours:active,
.ajax-more-tours:focus,
.ajax-more-tours:hover {
    text-decoration: none;
    color: #1F95B9
}
.read-more {
    background: #ececec;
    border: 1px solid #ddd;
    color: #999;
    display: block;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase
}
.read-more:active,
.read-more:focus,
.read-more:hover {
    text-decoration: none;
    color: #1F95B9
}
/****************
advanced comment styles
****************/

h3#comments,.comment-navigation,.comment-navigation:after,#respond:after,.comment-rss{display:block}
ol.commentlist{width:100%}
h3#comments,#respond h3{text-align:left;background:#1F95B9;color:#fff;padding: 0 10px;line-height: 40px}
ol.commentlist,li.authorcomment,li.comment,#respond h3,form#commentform,input#submit{margin:0}
ol.commentlist,ol.commentlist ul,form#commentform{padding:0;margin-top: 10px}
ol.commentlist{border-bottom:1px solid #ccc}
ol.commentlist ul{margin:0 0 0 20px}
li.authorcomment,li.comment,form#commentform textarea,form#commentform input{border:1px solid #ccc}
li.authorcomment,li.comment{padding:10px 0 0 10px;list-style:none;border-bottom:none}
li.even{background:#fff}
li.odd{background:#efefef}
.authorcomment{background:#deebf9}
ul.children ul{margin-left:20px}
ul.children li{border-right:none}
.vcard img{float:left;background:#c4c4c4}
.vcard img,.comment-navigation .newer a,.comment-navigation .older a{padding:5px}
.comment-meta,ol.commentlist li small,p.subscribe-to-comments label{position:relative}
.comment-meta,ol.commentlist li small{top:10px;left:10px}
.comment-text{margin:0 10px 0 0}
.reply,.comment-navigation .newer,input#submit{float:right}
.comment-navigation .newer a,.comment-navigation .older a,input#submit{background:#1F95B9}
.reply{margin:0 10px 10px 0}
a.comment-reply-link,.reply a:link,
.comment-navigation .newer a,.comment-navigation .older a,input#submit{display:inline-block;text-align:center;cursor:pointer;color:#fff}
a.comment-reply-link,.reply a:link{padding:5px 0} a.comment-reply-link,.reply a:link,input#submit{width:70px;background: #1F95B9;border: 1px solid #1F95B9}
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,input#submit:hover{background:#e7e7e7;text-decoration:none;color:#1F95B9;font-weight:bold}
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,.comment-navigation .older a:hover{border:1px solid #1F95B9}
.comment-navigation{margin:10px 0 10px 0} .comment-navigation:after,#respond:after{content:".";height:0;visibility:hidden}
.clear{clear:both}
.comment-navigation .newer a:hover,.comment-navigation .older a:hover{padding:4px}
form#commentform textarea,form#commentform input{padding:2px 3px}
form#commentform textarea{width:100%}
input#submit{padding:5px 0 !important;border:0 !important}
input#submit,p.subscribe-to-comments input{outline:0}
input#submit:hover{padding:4px 0 !important;border:1px solid #1F95B9 !important}
p.subscribe-to-comments{background:url('images/email_32.png') no-repeat}
p.subscribe-to-comments,.comment-rss{height:32px;text-indent:42px;padding:5px 0 0 0}
p.subscribe-to-comments input{margin:5px 3px 3px 3px !important;border:0}
p.subscribe-to-comments label{top:-2px;color:#666}
.comment-rss{background:url('images/rss_32.png') no-repeat}

/*comment total stlying*/
.comment-total{text-align: center;font-size: 1.5em;color: #fff;}
.comment-total span{font-size: 2em;color: #800000}
#commentform p{margin-bottom: 10px}

.wp-pagenavi{float: right}
.wp-pagenavi a, .wp-pagenavi span {line-height: 20px; padding: 6px 12px; margin: 0 5px 0 0; border: 1px solid #1F95B9; color: #1F95B9; background: #fff; display: inline-block }
.wp-pagenavi a:last-child, .wp-pagenavi span:last-child{margin-right: 0}
.wp-pagenavi span.current, .wp-pagenavi a:hover {background: #1F95B9; color: #fff; border: 1px solid #1F95B9 }

@media screen and (max-width: 1200px) {
    .wrapper-menu ul li a {
        padding: 0 15px
    }
}
@media screen and (max-width: 1024px) {
    .interesting-tours .inter-tours-info {
        padding: 0 15px
    }
    .interesting-tours .inter-tours-info .tours-list {
        max-width: 96%
    }
    .interesting-tours .inter-tours-info .tours-cat li .title::after {
        right: 10px
    }
    .interesting-tours .inter-tours-info .tours-cat li .title a {
        padding: 20px 0 0 10px
    }
    #header .banner #search-tour h3 {
        font-size: 36px;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 980px) {
    #header .top-nav .top-menu {
        text-align: center
    }
    #header .top-page {
        background: 0 0;
        height: auto
    }
    #header .main-navigation {
        display: block
    }
    #header .wrapper-menu {
        display: none
    }
    #header .top-page.fixed {
        background: 0 0!important;
        height: 80px;
        position: absolute;
        right: 0;
        top: auto;
        left: 0;
        border: none
    }
    #header .navbar-toggle , .close-menu{
        display: block !important;
    }
    #header .top-header .right-header p {
        margin-left: 20px;
        font-size: 14px;
        padding-left: 65px
    }
    #header .banner #search-tour {
        bottom: 30px;
        margin-bottom: 0
    }
    #header .banner #search-tour h3 {
        font-size: 25px;
        line-height: 40px;
        margin: 0 0 10px
    }
    #header .banner #search-tour .content-search-form {
        margin: 0 auto;
        padding: 20px 30px
    }
    #header .banner #search-tour .content-search-form .col-xs-15 {
        width: 100%
    }
    .header-title {
        text-align: center;
        left: 0;
        bottom: 50px;
        right: 0
    }
    .page-breadcrumb {
        right: 0;
        left: 0;
        bottom: 10px;
        text-align: center
    }
    .interesting-tours .inter-tours-info {
        padding: 0 15px
    }
    .interesting-tours .inter-tours-info .tours-list {
        max-width: 96%
    }
    .call-to-action .info {
        max-width: 70%
    }

}
.scrolltotop {
    background: #1F95B9;
    border-radius: 50%;
    bottom: 10px;
    color: #FEB64F;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    z-index: 9999;
    display: none
}
.scrolltotop i {
    color: #FFF
}
.scrolltotop:active i,
.scrolltotop:hover i {
    color: #ffdb3d
}

.ew-image-holder{position: relative; width: 100%; display: inline-block; vertical-align: top; background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; overflow: hidden;}
.ew-image-holder:before{display: block; content: ""; width: 100%; padding-top: 66.6667%; background: none; box-shadow: none;}
.ew-image-holder:before{ padding: 0; height: 272px}

/*Call*/
.ew-alo-phone {position: fixed; left: 0; bottom: 4%; z-index: 9999}
.ew-alo-phone .call-text{margin-top: 50px; margin-left: 50px; padding: 0 15px 0 50px; background: #000; border-radius: 50px; line-height: 40px; font-size: 16px}
.ew-alo-phone .call-text a{color: #fff}
.ew-alo-ph-circle {width: 100px; height: 100px; top: 20px; left: 20px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); border: 2px solid #48A5D4 9; opacity: .1; -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out; -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out; -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out; -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out; animation: ew-alo-circle-anim 1.2s infinite ease-in-out; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {-webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important; -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important; -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important; -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important; animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important }
.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {-webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important; -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important; -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important; -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important; animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important }
.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone:hover .ew-alo-ph-circle {border-color: #309ACF; opacity: .5 }
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {border-color: #FDAA38; border-color: #ffc272 9; opacity: .5 }
.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {border-color: #309ACF; border-color: #48A5D4 9; opacity: .5 }
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {border-color: #ccc; opacity: .5 }
.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {border-color: #FDAA38; opacity: .5 }
.ew-alo-ph-circle-fill {width: 100px; height: 100px; top: 20px; left: 20px; position: absolute; background-color: #000; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; opacity: .1; -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out; -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out; -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out; -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out; animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {-webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important; animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important }
.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {-webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important; animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important; opacity: 0 !important }
.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone:hover .ew-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.5); background-color: #309ACF 9; opacity: .75 !important }
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {background-color: rgba(117, 235, 80, 0.5); background-color: #ffc272 9; opacity: .75 !important }
.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.5); background-color: #a6e3fa 9; opacity: .75 !important }
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {background-color: rgba(204, 204, 204, 0.5); background-color: #ccc 9; opacity: .75 !important }
.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {background-color: rgba(117, 235, 80, 0.5); opacity: .75 !important }
.ew-alo-ph-img-circle {width: 40px; height: 40px; top: 50px; left: 50px; position: absolute; background: rgba(30, 30, 30, 0.1) url("images/icon-phone1.png") no-repeat center center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; opacity: 1; -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out; -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out; -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out; -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out; animation: ew-alo-circle-img-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
.ew-alo-ph-img-circle{background-size: 30px 30px}
.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {-webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important; -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important; -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important; -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important; animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important }
.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {-webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important; -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important; -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important; -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important; animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important }
.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {background-color: #309ACF }
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {background-color: #FDAA38}
.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {background-color: #E90000}
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {background-color: #ccc }
 .ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {background-color: #FDAA38 }
@-moz-keyframes ew-alo-circle-anim {
    0% {-moz-transform: rotate(0) scale(.5) skew(1deg); opacity: .1; -moz-opacity: .1; -webkit-opacity: .1; -o-opacity: .1 }
    30% {-moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .5; -moz-opacity: .5; -webkit-opacity: .5; -o-opacity: .5 }
    100% {-moz-transform: rotate(0) scale(1) skew(1deg); opacity: .6; -moz-opacity: .6; -webkit-opacity: .6; -o-opacity: .1 }
}
@-webkit-keyframes ew-alo-circle-anim {
    0% {-webkit-transform: rotate(0) scale(.5) skew(1deg); -webkit-opacity: .1 }
    30% {-webkit-transform: rotate(0) scale(.7) skew(1deg); -webkit-opacity: .5 }
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg); -webkit-opacity: .1 }
}
@-o-keyframes ew-alo-circle-anim {
    0% {-o-transform: rotate(0) kscale(.5) skew(1deg); -o-opacity: .1 }
    30% {-o-transform: rotate(0) scale(.7) skew(1deg); -o-opacity: .5 }
    100% {-o-transform: rotate(0) scale(1) skew(1deg); -o-opacity: .1 }
}
@-moz-keyframes ew-alo-circle-fill-anim {
    0% {-moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% {-moz-transform: rotate(0) -moz-scale(1) skew(1deg); opacity: .2 }
    100% {-moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {-webkit-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg); opacity: .2 }
    100% {-webkit-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-o-keyframes ew-alo-circle-fill-anim {
    0% {-o-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% {-o-transform: rotate(0) scale(1) skew(1deg); opacity: .2 }
    100% {-o-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-moz-keyframes ew-alo-circle-img-anim {
    0% {transform: rotate(0) scale(1) skew(1deg) }
    10% {-moz-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% {-moz-transform: rotate(25deg) scale(1) skew(1deg) }
    30% {-moz-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% {-moz-transform: rotate(25deg) scale(1) skew(1deg) }
    50% {-moz-transform: rotate(0) scale(1) skew(1deg) }
    100% {-moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes ew-alo-circle-img-anim {
    0% {-webkit-transform: rotate(0) scale(1) skew(1deg) }
    10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg) }
    30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg) }
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg) }
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg) }
}
@-o-keyframes ew-alo-circle-img-anim {
    0% {-o-transform: rotate(0) scale(1) skew(1deg) }
    10% {-o-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% {-o-transform: rotate(25deg) scale(1) skew(1deg) }
    30% {-o-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% {-o-transform: rotate(25deg) scale(1) skew(1deg) }
    50% {-o-transform: rotate(0) scale(1) skew(1deg) }
    100% {-o-transform: rotate(0) scale(1) skew(1deg) }
}

@media screen and (max-width: 768px) {
    #header .top-page {
        background: 0 0;
        height: auto
    }
    #header .main-navigation {
        display: block
    }
    #header .wrapper-menu {
        display: none
    }
    #header .top-page.fixed {
        background: 0 0!important;
        height: 80px;
        position: absolute;
        right: 0;
        top: auto;
        left: 0;
        border: none
    }
    #header .container {
        text-align: center
    }
    #header .container .logo {
        display: inline-block;
        float: none;
        margin: 0 auto;
        text-align: center
    }
    #header .container #search-tour {
        background: #fff;
        bottom: 0;
        float: right;
        left: 50%;
        margin-left: -180px;
        padding: 20px 20px 0;
        position: absolute;
        right: auto;
        text-align: center;
        width: 360px
    }
    #header .header-title {
        font-size: 20px
    }
    #header .banner #search-tour{
        position: static
    }
    #header .banner #search-tour h3{
        color: #2D93AF
    }
    .interesting-tours .inter-tours-info .tours-list {
        max-width: 100%
    }
    .interesting-tours .inter-tours-info .tours-list .tour-item .tour-container .tour-info .title {
        text-align: center
    }
    .interesting-tours .block-tours-cat,
    .interesting-tours .block-tours-list {
        width: 100%
    }
    .element-title {
        font-size: 40px
    }
    .what-we-do-list li {
        width: 100%
    }
    .blog-list li .post-thumb {
        width: 27%
    }
    #footer #copyright{
        text-align: center;
    }
    #footer #copyright .footer-menu {
        float: none
    }
    #footer #copyright .footer-menu ul{
        margin: 0 auto;
        display: inline-block
    }
    #footer #copyright .footer-menu #menu-footer {
        text-align: center
    }
    #footer #copyright .footer-menu #menu-footer li {
        display: inline-block;
        float: none;
        margin: 5px 10px
    }
    #footer #copyright .copyright-text {
        float: none;
        margin-top: 15px;
        text-align: center;
        line-height: 20px;
        clear: both
    }
    .ew-alo-phone{bottom: 10%}
    .ew-alo-phone .call-text a{display: none}
}
@media screen and (max-width: 650px) {
    .search-form #searchform {
        left: 5%;
        margin: 0;
        top: 100%;
        width: 90%
    }
    .search-form #searchform .search-form-container input[type=text] {
        font-size: 20px
    }
}
@media screen and (max-width: 600px) {
    #header .banner #search-tour .content-search-form {
        padding: 20px 0
    }
    .interesting-tours .block-tours-cat li {
        width: 100%
    }
    .call-to-action .info {
        float: none;
        max-width: 100%
    }
    .call-to-action .action-link {
        float: none;
        margin-top: 30px
    }
    #tour-slider{
        display: block;
        float: none;
        margin-right: 0
    }
    .tour-single #tour-info .tour-properties .properties {
        float: none
    }
    .tour-single #tour-info .tour-properties .tour-price {
        float: none;
        margin-top: 30px;
        text-align: left
    }
    .blog-list li .post-thumb {
        margin: 0 0 25px;
        width: 100%
    }
}
@media screen and (max-width: 480px) {
    #header .top-nav .top-menu ul li {
        float: none;
        margin: 5px 0;
        text-align: left
    }
    #header .top-header .right-header {
        float: none;
        text-align: center
    }
    #header .top-header .right-header p {
        float: none;
        margin: 15px auto 0;
        max-width: 230px;
        text-align: left
    }
    #header .container #search-tour {
        margin-left: -45%;
        width: 90%
    }
    .navbar-toggle {
        padding: 5px 10px
    }
    .off-canvas-toggle {
        margin-left: 10px
    }
    .featured-tours {
        padding: 50px 0
    }
    .tours-list .tour-item {
        margin-bottom: 30px
    }
    .what-we-do .what-we-do-list li .title span {
        font-size: 22px;
        height: 35px
    }
    .interesting-tours .inter-tours-info .tours-list {
        max-width: 100%
    }
    .tours-list .tour-item .tour-container .tour-info .title {
        font-size: 17px
    }

    .element-title {
        font-size: 30px
    }
    .element-title.title-left {
        text-align: center
    }
    .block .block-content {
        padding: 0 15px
    }
    .tour-single #tour-info .tour-properties {
        padding: 30px 15px
    }
    .tour-single .tour-content .nav-tabs>li {
        text-align: center;
        width: 50%
    }
    .tour-single .tour-content .nav-tabs>li>a {
        font-size: 15px;
        padding: 0
    }
    .tour-single .tour-content .tab-content .tab-pane {
        padding: 30px 15px
    }
    .travel-tips .blog-list li .caption .entry-meta>span {
        display: block;
        line-height: 17px;
        margin-right: 0
    }
    .author-panel .author-detail {
        padding: 20px 15px
    }
    #footer #copyright .footer-menu #menu-footer li {
        display: block;
        margin: 15px 10px
    }
    #footer #copyright .copyright-text {
        font-size: 13px
    }
}
