/*
Theme Name: Masa
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.9
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/
/* My Minimal WordPress Styling comes here */
@import url('fonts.css');

/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 0em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 0em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.img-fullwidth {
    width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    /*border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;*/
    max-width: 100%;
    width: auto !important;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}

.editor-content {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}

.editor-content>table>tbody>tr>td>img {
    border: 0;
    padding: 5px 0 0 10px;
}

.editor-content p,
.editor-content p span,
.editor-content table span {
    /*font-family: inherit !important;*/
    /*font-size: inherit !important;*/
    text-align: justify !important;
    /*color: inherit !important;*/
}

.editor-content .wp-caption .wp-caption-text {
    color: #0095b6 !important;
    font-size: 15px !important;
}

.editor-content h1,
.editor-content h1,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content .h1,
.editor-content .h2,
.editor-content .h3,
.editor-content .h4,
.editor-content .h5,
.editor-content .h6 {
    font-family: "Arial", Helvetica, Arial, sans-serif;
    color: #0095b6;
}

.editor-content img[width] {
    width: 100%;
}

.editor-content a {
    color: #0095B6;
}

.editor-content a:hover {
    color: #0095B6;
    text-decoration: underline;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    border-radius: 0;
}

.desktop-navbar .dropdown-submenu:active>.dropdown-menu,
.desktop-navbar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 29px;
    border-top: 0;
    border-radius: 0;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
    clear: both;
}

/******* Margin Helpers *******/
/*	Margin-All	*/
.m-0 {
    margin: 0px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

/*  Margin-left	*/
.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

/* Margin-right	*/
.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

/* Margin-Horizontal */
.mh-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mh-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mh-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mh-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mh-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mh-30 {
    margin-left: 30px;
    margin-right: 30px
}

/* Margin Vertical	*/
.mv-5 {
    margin: 5px 0;
}

.mv-10 {
    margin: 10px 0;
}

.mv-15 {
    margin: 15px 0;
}

.mv-20 {
    margin: 20px 0;
}

.mv-25 {
    margin: 25px 0px;
}

.mv-25 {
    margin: 30px 0;
}

/* Margin-top */
.mt-0 {
    margin-top: 0px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

/*	Margin-bottom */
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

/******* Padding Helpers *******/
/*	Padding-All	*/
.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

/*  Padding-left	*/
.pl-3 {
    padding-left: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

/* Padding-right	*/
.pr-3 {
    padding-right: 3px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

/* Padding-Horizontal */
.ph-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ph-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ph-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.ph-30 {
    padding-left: 30px;
    padding-right: 30px
}

/* Padding Vertical	*/
.pv-5 {
    padding: 5px 0;
}

.pv-10 {
    padding: 10px 0;
}

.pv-15 {
    padding: 15px 0;
}

.pv-20 {
    padding: 20px 0;
}

.pv-25 {
    padding: 25px 0px;
}

.pv-25 {
    padding: 30px 0;
}

/* Padding-top */
.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

/*	Padding-bottom */
.pb-0 {
    padding-bottom: 0px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

/******* Align Helpers *******/

/*******************************************************************************
 *              				Custom Styles
 *******************************************************************************/

/*
* Masa color scheme
* ###########################
* super light blue - #edf3f5
* light blue - #93aab1
* highlight blue - #0095b6
* cloud blue - #e5f1f4
* blue - #28525f
* orange - #f0ae00
*/

/*** Fonts ***/
@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alef-Regular.woff') format('woff'),
        url('fonts/Alef-Regular.ttf') format('truetype'),
        url('fonts/Alef-Regular.svg#Alef-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alef-Bold';
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Alef-Bold.woff') format('woff'),
        url('fonts/Alef-Bold.ttf') format('truetype'),
        url('fonts/Alef-Bold.svg#Alef-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** Globals ***/
.super-light-blue-cl {
    color: #edf3f5;
}

.light-blue-cl {
    color: #93aab1;
}

.highlight-blue-cl {
    color: #0095b6;
}

.blue-cl {
    color: #28525f;
}

.orange-cl {
    color: #f0ae00;
}

.cloud-blue-cl {
    color: #e5f1f4
}

.super-light-blue-bg {
    background-color: #edf3f5;
}

.light-blue-bg {
    background-color: #93aab1;
}

.highlight-blue-bg {
    background-color: #0095b6;
}

.blue-bg {
    background-color: #28525f;
}

.orange-bg {
    background-color: #f0ae00;
}

.cloud-blue-bg {
    background-color: #e5f1f4
}

.ff-alef-bold {
    font-family: "Alef-Bold", Helvetica, Arial, sans-serif;
}

/* Responsive video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Overlay Hover */
.overlay-hover {
    position: relative;
}

.before-overlay-hover,
.after-overlay-hover {
    transition: opacity 0.3s ease-in-out;
}

.before-overlay-hover {
    opacity: 1;
    /*z-index: 1;*/
}

.after-overlay-hover {
    opacity: 0;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
}

.overlay-hover:hover .before-overlay-hover {
    opacity: 0;
}

.overlay-hover:hover .after-overlay-hover {
    opacity: 1;
}

/* Positions */
.bottom-absolute-full-width {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Image with caption*/
.img-caption {
    position: relative;
    height: 282px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.img-caption .caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    width: 100%;
}

/*** General ***/
body {
    font-family: "Arial", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000000;
    background-color: transparent;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Alef", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 15px
}

a {
    color: #ff8a00;
}

a:hover,
a:focus {
    color: #222222;
    /*temporary*/
    text-decoration: none;
}

p a:hover,
p a:focus {
    text-decoration: underline;
}

optgroup {
    color: #000000;
}

option {
    color: #000000;
}

.btn {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    font-family: "Alef", Helvetica, Arial, sans-serif;
    background: #DDDDDD;
    color: #000000;
}

.btn-primary {
    color: #000000;
    background-color: #f0ae00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #f0ae00;
    background-color: #000000;
}

.btn-info {
    background-color: #0095B6;
    color: #ffffff;
}

.btn-default-inverse {
    /*    width: 50%;*/
    min-width: 160px;
    font-size: 18px;
    border: 1px solid #0095B6;
    background: transparent;
    color: #0095B6;
    border-radius: 5px;
    line-height: 1;
    /*    max-width: 290px;*/
}

.btn-default-inverse:hover {
    border: 1px solid transparent;
    background: #0095B6;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle:after {
    content: '';
    width: 100%;
    height: 20px;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
}

.google-ad-links-wrapper {
    padding: 10px;
    border: 1px solid #33AAC5;
    border-radius: 5px;
    margin: 10px 0;
    overflow: auto;
}

/* Mega Menu */
.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 0;
    font-family: "Alef", Helvetica, Arial, sans-serif;
    width: 134.5%;
    max-width: 1181px;
}

.mega-dropdown-menu-tabs.mega-dropdown-menu-column {
    border-right: 0;
}

.mega-dropdown-menu-column {
    border-right: 1px solid #306373;
    min-height: 340px;
    margin: 10px 0;
    font-size: 18px;
}

.col-md-3.mega-dropdown-menu-column {
    border-right: 0;
}

.navbar-nav>li>.dropdown-menu {
    /*/*display: block !important;*/
}

.mega-dropdown-menu-column-bottom,
.mega-dropdown-menu-header {
    background: #306373;
    padding: 0 10px;
}

.mega-dropdown-menu-column-bottom {
    text-align: center;
    overflow: hidden;
    font-size: 22px;
}

.mega-dropdown-menu-column-bottom a,
.mega-dropdown-menu-header {
    color: #ffffff;
}

.mega-dropdown-menu-column a {
    display: block;
    margin: 3px 0;
    color: #306373;
    padding: 0px 10px;
}

.mega-dropdown-menu-column a:hover,
.mega-dropdown-menu-column a:active,
.mega-dropdown-menu-column a:focus,
.mega-dropdown-menu-column a.active {
    background: #3399AF;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #f0ae00;
    border-color: transparent;
}

.btn-default {
    background: #306373;
    color: #ffffff;
}

.btn-lg {
    font-size: 22px;
}

.btn-md {
    font-size: 18px;
    padding: 2px 20px;
}

.btn-sm {
    font-size: 14px;
    padding: 0 20px;
}

.btn-xs {
    font-size: 12px;
}

.form-control {
    border-radius: 0;
    height: 30px;
    color: #000000;
    background: #F3F3F3;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
    text-align: right;
    font-size: 12px;
}

.breadcrumb_last {
    color: #0095B6;
}

.panel {
    border-color: transparent;
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent;
    border-radius: 0;
    border: 0;
}

.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /*margin-bottom: 5px;*/
    padding: 15px 15px;
    border: 0;
}

.panel-default>.panel-heading {
    color: #edf3f5;
    background-color: #306373;
}

.panel-default.video-panel>.panel-heading>h1,
.panel-default.video-panel>.panel-heading>h2,
.panel-default.video-panel>.panel-heading>h3,
.panel-default.video-panel>.panel-heading>h4,
.panel-default.video-panel>.panel-heading>h5,
.panel-default.video-panel>.panel-heading>h6 {
    color: #edf3f5;
}

.panel-info>.panel-heading {
    color: #edf3f5;
    background-color: #33aac5;
}

.panel-info>.panel-heading .panel-title>a,
.panel-info>.panel-heading .panel-title>small,
.panel-info>.panel-heading .panel-title>.small,
.panel-info>.panel-heading .panel-title>small>a,
.panel-info>.panel-heading .panel-title>.small>a {
    color: #edf3f5;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    color: #edf3f5;
    background: #3399af;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body a {
    /*color: #F2C244;*/
    color: #edf3f5;
    text-decoration: underline;
}

.panel-group .panel {
    position: relative;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0;
}

.panel-group .panel.panel-info {
    border-bottom: 1px solid #ffffff;
}

.panel-group .panel.panel-info:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    background: #33AAC5;
    left: 50%;
    transform: translateX(-50%) rotateZ(45deg);
    bottom: -7px;
    z-index: 1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.panel-group .panel.panel-info:last-child:after {
    display: none;
}

.panel-group .panel.panel-info.active:after {
    background: #3399AF;
}

.panel-group .panel-info.active>.panel-heading {
    /*border-bottom: 1px solid #fff;*/
}

.panel>.panel-heading h1,
.panel>.panel-heading h2,
.panel>.panel-heading h3,
.panel>.panel-heading h4,
.panel>.panel-heading h5,
.panel>.panel-heading h6 {
    margin: 0;
    color: inherit;
}

.panel>.panel-heading h1>a,
.panel>.panel-heading h2>a,
.panel>.panel-heading h3>a,
.panel>.panel-heading h4>a,
.panel>.panel-heading h5>a,
.panel>.panel-heading h6>a {
    display: block;
    color: #edf3f5;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-default.depth-2>.panel-heading {
    background: #407384;
}

.page-heading {
    padding: 9px 10px 10px 9px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    background: #f4f4f4;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #dfdfdf;
    border-right: 0;
    margin: 0;
    font-family: "Alef", Helvetica, Arial, sans-serif;
    color: #A1A1A1;
}

.nav-tabs>li>a:hover {
    border-color: #d1d1d1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-right: 0;
}

.full-width-tabs {
    /*overflow: hidden;*/
}

.full-width-tabs>ul.nav.nav-tabs>li>a {
    text-align: center;
}

.full-width-tabs>ul.nav.nav-tabs>li:last-child>a {
    border-left: 0;
}

.tab-content {
    background: #ffffff;
    padding: 10px;
}

.list-group-item {
    margin-bottom: 5px;
    background-color: #0095b6;
    font-family: "Alef", Helvetica, Arial, sans-serif;
    padding: 7px;
}

.list-group-inverse .list-group-item {
    color: #306373;
    background-color: transparent;
}

.panel>.list-group.list-group-inverse .list-group-item,
.panel>.panel-collapse>.list-group.list-group-inverse .list-group-item {
    border: 1px solid #0095B6;
}

.list-group-inverse a.list-group-item:hover,
.list-group-inverse a.list-group-item:focus,
.list-group-inverse a.list-group-item:active,
.list-group-inverse a.list-group-item.active,
.list-group-inverse a.list-group-item.active:hover {
    background-color: #0095B6;
    color: #ffffff;
}

a.list-group-item {
    color: #edf3f5;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item:active,
a.list-group-item.active,
a.list-group-item.active:hover {
    background-color: #edf3f5;
    color: #0095B6;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0;
}

/* pagination */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #ffffff;
    background-color: #0095B6;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    color: #ffffff;
    background-color: #0095B6;
    border-color: #dddddd;
}

/*Read More*/
[data-readmore][aria-expanded="false"] {
    position: relative;
}

[data-readmore][aria-expanded="false"]:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+99 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

/* Search form */
.search-form .search-form-label {
    position: relative;
    margin: 0;
}

.search-form .search-field {
    background-color: #00A6C5;
    padding-left: 34px;
    color: #EDF3F5;
    font-family: Alef;
    font-weight: normal;
}

.search-form .search-field::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #EDF3F5;
}

.search-form .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #EDF3F5;
}

.search-form .search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #EDF3F5;
}

.search-form .search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #EDF3F5;
}

.search-form .search-field::-ms-input-placeholder {
    /* Edge */
    color: #EDF3F5;
}

.search-form .search-field:placeholder-shown {
    /* Standard one last! */
    color: #EDF3F5;
}

.search-form .search-field,
.search-form .custom-search-submit {
    border: none;

}

.search-form .custom-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url('images/icons/magnifier.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.advanced-search-btn {
    background-color: #00A6C5;
}

/* Locations search form */
.locations-filter {
    position: relative;
}

.locations-filter .form-control {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    font-family: alef;
    padding: 2px 5px;
    box-shadow: none;

}

/*Ajax musk (faloading jquery plugin)*/

.fa-loading-bg,
.fa-loading-icon-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-loading-full-screen .fa-loading-bg,
.fa-loading-full-screen .fa-loading-icon-wrapper {
    position: fixed;
}

.fa-loading-bg {
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99999;
}

.fa-loading-icon-wrapper {
    z-index: 999999;
    top: 50%;
    text-align: center;
}

.fa-loading-icon {
    margin-top: -2.5em;
    font-size: 5em;
    color: #000;
}

/* Toolar Links */
.toolbar-links {}

.toolbar-links ul {
    padding: 0;
    margin: 0;
}

.toolbar-links ul li {
    display: inline-block;
}

.toolbar-links ul li label {
    font-weight: normal;
}

.toolbar-links.toolbar-links-block ul li {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 14px;
}

.toolbar-links.toolbar-links-block ul li:last-child {
    margin-left: 0;
}

.toolbar-links ul li a {
    color: #A0A0A0;
}

.toolbar-links.toolbar-links-block ul li a {
    display: block;
    font-family: alef;
    line-height: 1.2;
}

.toolbar-links ul li a span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.toolbar-links.toolbar-links-block ul li a span {
    display: block;
    margin: 0;
    font-size: 24px;
    margin-bottom: 5px;
}

/* Banner */

.firsomet {
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    background: #efefef;
}

.firsomet.top-firsomet {
    margin-bottom: 0;
}

.firsomet>div {
    margin: 10px auto;
    position: relative;
    display: block !important;
}

.firsomet>div>a.close-firsomet {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1003;
    display: none;
    width: 25px;
    height: 25px;
    line-height: 0;
}

.responsive-sidebar .right-sidebar-firsomet-mobile>div {
    margin: 0 auto;
}

/*splashscreen*/
#splashscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 1002;
}

#splashscreen .firsomet {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*#splashscreen > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/

/*.firsomet {
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}*/

/* jQuery - List Show Hide */
.list-show-hide {
    overflow: hidden;
}

.show-hide-read-more,
.show-hide-read-less {
    text-align: center;
    width: 100%;
}

.show-hide-read-less.fa,
.show-hide-read-more.fa {
    font-size: 40px;
    position: relative;
    padding-top: 20px;
    color: #0095b6;
}

.show-hide-read-less.fa:hover,
.show-hide-read-more.fa:hover {
    cursor: pointer;
}

.show-hide-read-less.fa span,
.show-hide-read-more.fa span {
    display: block;
    position: absolute;
    top: 10px;
    font-size: 16px;
    left: 0;
    right: 0;
    font-family: alef;
    color: #306373;
}

.show-hide-read-less {
    display: none;
}

/*** bootstrap carousel - global styling** */

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 28.5%;
        left: 28.5%;
    }
}

.carousel-caption {
    padding: 15px;
    bottom: 50%;
    transform: translateY(50%);
    background-color: rgba(0, 0, 0, 0.65);
    text-align: right;
}

.carousel-caption-title {}

.carousel-caption-excerpt {
    font-family: Arial, Helvetica, sans-serif;
}

.carousel-control {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control.left,
.carousel-control.right {
    background: #000000;
    background-image: none;
    opacity: 0.3;
}

/*** Header ***/
.site-header {
    /*min-height: 118px;*/
    /*overflow: hidden;*/
    background-image: url('images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background: #ffffff;

}

.header-wrapper {}

.header-top {
    padding: 4px 0;
}

.home-header-image {
    height: 282px;
    /*overflow: hidden;*/
    background-image: url('images/masa-home-top-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}

.location-general-serach .form-control {
    font-size: 22px;
    padding: 14px 18px;
    border: 1px solid #0095b6;
    color: #0095b6;
}

.location-general-serach select.form-control {
    padding: 0 14px;
}

.location-general-serach .form-control::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #0095b6;
}

.location-general-serach .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #0095b6;
}

.location-general-serach .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #0095b6;
}

.location-general-serach .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #0095b6;
}

.location-general-serach .form-control::-ms-input-placeholder {
    /* Edge */
    color: #0095b6;
}

.location-general-serach .form-control:placeholder-shown {
    /* Standard one last! */
    color: #0095b6;
}

.location-general-serach .tt-menu .tt-suggestion .tt-highlight {
    color: #0095b6;
}

.location-general-serach .form-control.typeahead.form-control.tt-hint {
    color: #555555;
}

/*jquery ui location search*/
.location-general-serach .ui-selectmenu-button.ui-button {
    width: 100%;
    height: 46px;
    line-height: 26px;
    font-size: 22px;
}

.location-general-serach .ui-selectmenu-icon.ui-icon {
    margin-top: 6px;
}

.location-general-serach .ui-state-default a,
.location-general-serach .ui-state-default a:link,
.location-general-serach .ui-state-default a:visited,
.location-general-serach a.ui-button,
.location-general-serach a:link.ui-button,
.location-general-serach a:visited.ui-button,
.location-general-serach .ui-button {
    color: #0095b6;
    border: 1px solid #0095b6;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0;
}

.ui-widget {
    font-family: alef;
}

.ui-selectmenu-open {
    z-index: 1300;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #F3F3F3;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #efefef;
}

/***Navigation***/
.navbar {
    border: 0;
    border-radius: 0;
    min-height: auto;
}

/*.navbar-collapse{
	padding-right: 0px;
    padding-left: 0px;
}*/

.navbar-default {
    background: transparent;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li:first-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-left: none;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1;
    border-left: 1px solid;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-left: none;
}

/* Mobile Menu */
.mobile-site-header {}

.mobile-navbar-header {
    background: #0095B6;
    height: 52px;
    font-size: 20px;
    position: fixed;
    z-index: 1001;
    top: 0;
    font-family: alef-Bold;
    box-shadow: 0 0px 10px 0px #000;
    padding-top: 13px;
    right: 0;
    left: 0;
}

.mobile-navbar-header,
.mobile-navbar-header a {
    color: #ffffff;
}

.mobile-navbar-wrapper {
    background: #ffffff;
    position: fixed;
    z-index: 1000;
    overflow-y: auto;
    bottom: 0;
    top: 52px;
    width: 80%;
    right: -100%;
    /*transform: translateX(100%);*/
    transition: all 0.3s ease-in-out;
}

.mobile-navbar-open .mobile-navbar-wrapper {
    /*transform: translateX(0);*/
    right: 0;
}

.mobile-navbar .navbar-nav {
    margin: 0;
}

.mobile-navbar .navbar-nav li a {
    border-bottom: 1px solid #0095B6;
    color: #2F6171;
    font-family: alef;
    font-size: 20px;
    position: relative;
}

.mobile-navbar .caret {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    vertical-align: middle;
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    bottom: 0;
    border-right: 1px solid;
    text-align: center;
    width: 50px;
}

/*.mobile-navbar .navbar-nav li:last-child a{
	 border-bottom: 0;
}*/

.mobile-navbar .navbar-nav .open .dropdown-menu {
    padding: 0;
}

.mobile-navbar .navbar-nav .dropdown-menu li {}

.mobile-navbar .navbar-nav .dropdown-menu.depth_0>li>a {
    padding: 10px 30px 10px 15px;
}

.mobile-navbar .navbar-nav .dropdown-menu.depth_1>li>a {
    padding: 10px 45px 10px 15px;
}

.mobile-navbar .navbar-nav .dropdown-menu.depth_2>li>a {
    padding: 10px 60px 10px 15px;
}

.mobile-navbar .dropdown-submenu>a:after {
    display: none;
}

.mobile-navbar .caret:before {
    content: "\f0d7";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.mobile-navbar .dropdown>a:after{
	content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    height: 22px;
    font-size: 11px;
    width: 11px;
    line-height: 24px;
}*/

/*.mobile-navbar .dropdown.open>a:after{
	content: "\f077";
	color:#ffffff;
}*/

.mobile-navbar .nav li>a,
.mobile-navbar .nav li>a:hover,
.mobile-navbar .nav li>a:focus {
    background: #ffffff;
    border-bottom: 1px solid #0095B6;
}

.mobile-navbar .nav .open>a,
.mobile-navbar .nav .open>a:hover,
.mobile-navbar .nav .open>a:focus {
    background: #33AAC5;
    color: #ffffff;
}

.mobile-navbar .nav .depth_0 li>a,
.mobile-navbar .nav .depth_0 li>a:hover,
.mobile-navbar .nav .depth_0 li>a:focus {
    background: #BFE4ED;
}

.mobile-navbar .nav .depth_0 li.open>a,
.mobile-navbar .nav .depth_0 li.open>a:hover,
.mobile-navbar .nav .depth_0 li.open>a:focus {
    background: #66BFD3;
}

.mobile-navbar .nav .depth_1 li>a,
.mobile-navbar .nav .depth_1 li>a:hover,
.mobile-navbar .nav .depth_1 li>a:focus {
    background: #D9EFF4;
}

.mobile-navbar .nav .depth_1 li.open>a,
.mobile-navbar .nav .depth_1 li.open>a:hover,
.mobile-navbar .nav .depth_1 li.open>a:focus {
    background: #8CCFDE;
}

.mobile-navbar .nav .depth_2 li>a,
.mobile-navbar .nav .depth_2 li>a:hover,
.mobile-navbar .nav .depth_2 li>a:focus {
    background: #F2FAFB;
}

.site-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    width: 100%;
    z-index: 800;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mobile-navbar-open .site-overlay {
    display: block;
    opacity: 1;
}

/* Main Menu */
.site-navigation {
    background: rgba(48, 99, 115, 0.75);
    padding: 5px 0;
    font-family: "Alef-Bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #207D9C;
}

.site-navigation .site-navigation-inner {
    margin-top: 6px;
}

.site-navigation .navbar-default .navbar-nav>li>a {
    border-width: 2px;
    border-color: #93aab1;
    color: #edf3f5;
}

.site-navigation .navbar-default .navbar-nav>li>a:hover,
.site-navigation .navbar-default .navbar-nav>li>a:focus,
.site-navigation .navbar-default .navbar-nav>.active>a,
.site-navigation .navbar-default .navbar-nav>.active>a:hover,
.site-navigation .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #f0ae00;
}

.site-navigation .dropdown-menu,
.site-navigation .tab-content {
    background: #f7f7f7;
}

.site-navigation .dropdown-menu li a {
    font-size: 18px;
    font-family: Alef;
    margin-bottom: 2px;
    color: #306373;
}

.site-navigation .dropdown-menu li a:hover,
.site-navigation .dropdown-menu li a:focus,
.site-navigation .dropdown-menu>.active>a,
.site-navigation .dropdown-menu>.active>a:hover,
.site-navigation .dropdown-menu>.active>a:focus {
    background-image: none;
    background-color: #3399AF;
    color: #ffffff;
}

/* Sub Menu */
.site-sub-navigation {
    padding: 8px 0;
    font-family: "arial", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.site-sub-navigation .navbar-default .navbar-nav>li>a {
    border-width: 1px;
    border-color: #28525f;
    color: #28525f;
}

.site-navigation .navbar-default .navbar-nav>li.left-right-menu>ul.dropdown-menu {
    min-width: 570px;
    padding: 10px;
}

.site-navigation .navbar-default .navbar-nav>li.left-right-menu>ul.dropdown-menu>li {
    width: 50%;
}

.site-navigation .navbar-default .navbar-nav>li.left-right-menu>ul.dropdown-menu>li:nth-child(1n) {
    float: right;
}

.site-navigation .navbar-default .navbar-nav>li.left-right-menu>ul.dropdown-menu>li:nth-child(2n) {
    float: left;
}

.site-navigation .navbar-default .navbar-nav>li.left-right-menu>ul.dropdown-menu>li.left-right-menu-bottom-strip {
    width: 104%;
    display: block;
    float: none;
    clear: both;
    margin-left: 0;
    background: #306373;
    margin-right: -11px;
    margin-bottom: -13px;
    text-align: center;
}

.site-navigation .dropdown-menu li.left-right-menu-bottom-strip a {
    color: #ffffff;
    font-size: 22px;
}

.site-navigation .dropdown-menu li.left-right-menu-bottom-strip a:after {
    content: "\f100";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

/* Top menu links*/
.top-links-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1;
}

.top-links-menu>li {
    font-size: 12px;
    border-left: 1px solid #000;
    line-height: 1;
    margin-left: 5px;
    padding-left: 5px;
    display: inline-block;
    margin-right: -4px;
}

.top-links-menu>li:last-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.top-links-menu>li>a {
    display: block;
    color: #28525f;
}

/*** Rihgt sidebar offCanvas ***/

.responsive-sidebar .right-sidebar-open,
.responsive-sidebar .right-sidebar-close,
.responsive-sidebar .right-sidebar-firsomet-mobile {
    display: none;
}

.responsive-sidebar>.right-sidebar-open {
    /*z-index: 750;
    width: 100%;
    background: #306373;
    color: #ffffff;
    box-shadow: 0 0px 6px 0px #000;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;*/
    width: 100%;
    color: #ffffff;
    line-height: 30px;
    background: #0095B6;
    height: 40px;
    font-size: 20px;
    z-index: 750;
    font-family: alef-Bold;
    box-shadow: 0 0px 10px 0px #000;
    padding: 6px 0 0 0;
}

.responsive-sidebar>.right-sidebar-open>i.fa {
    vertical-align: middle;
}

.responsive-sidebar .right-sidebar-close {
    font-size: 22px;
    color: #306373;
}

.responsive-sidebar>.sidebar.open {
    right: 0;
    /*transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);*/
}

/*** Addthis ***/
.addthis_inline_share_toolbox {
    text-align: left;
}

/*** Content ***/
.main-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*** Single ***/
.post-meta,
.post-meta a {
    color: #0095b6;
}

.single-event .single-thumbnail-wrapper,
.single-event .single-excerpt {
    /*height: 333px;*/
}

.single-thumbnail-wrapper img {
    width: 100%;
    height: auto;
    max-width: 592px;
}

.single-content table td {
    max-width: 100px;
    overflow: hidden;
}

.single-content table,
#useful-info-main-content table,
#useful-info-main-content table img {
    width: 100%;
}

/*** Excerpt Box ***/
.excerpt-box {
    height: 186px;
    display: block;
    margin-top: 20px;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
}

.trip-item .excerpt-box,
.large-excerpt-box .excerpt-box {
    height: 260px;
}

.excerpt-title,
.excerpt-text {
    color: #ffffff;
    margin: 0;
}

.before-overlay-hover .excerpt-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    right: 0;
    padding: 10px;
}

.after-overlay-hover .excerpt-title {
    margin-bottom: 6px;
}

.excerpt-text {
    font-size: 13px;
}

/*** Event Excerpt Box ***/
.event-excerpt-box {
    position: relative;
    height: 130px;
    background-color: #efefef;
    margin-bottom: 15px;
    display: block;
    background-position: center;
    background-size: cover;
}

.event-excerpt-post-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 0 4px 0 4px;
    /* height: 50%;*/
}

.event-excerpt-post-title {
    color: #000000;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 5px;
}

.event-excerpt-post-title>span {
    font-size: 12px;
}

/*** Excerpt Details Box ***/
.excerpt-details-box {
    display: block;
    height: 160px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-color: #EFEFEF;
    margin-top: 20px;
}

.small-excerpt-details-box .excerpt-details-box {
    height: 130px;
}

.excerpt-details-box-title.text-center {
    margin: 6px 0 6px 0;
}

.excerpt-details-box.overlay-hover .before-overlay-hover {
    background: rgba(0, 0, 0, 0.65);
    padding: 1px 5px;
    bottom: 0;
    top: auto;
    position: absolute;
    width: 100%;
    color: #ffffff;
}

.excerpt-details-box.overlay-hover .after-overlay-hover p,
.excerpt-details-box-title {
    color: #ffffff;

}

.excerpt-details-box.overlay-hover .after-overlay-hover p {
    font-size: 13px;
}

/*** Excerpt map box ***/
.excerpt-map-box,
.excerpt-map-box-main {
    /*margin-top: 20px;*/
    display: block;
    margin-bottom: 50px;
}

.excerpt-map-box-title,
.excerpt-map-box-main-title {
    color: #0095b6;
    font-size: 1.5em;
    height: 46px;
    overflow: hidden;
}

.excerpt-map-box-image {
    height: 185px;
}

.excerpt-map-box-main-image {
    height: 300px;
}

.excerpt-map-box-medium .excerpt-map-box-image {
    height: 300px;
}

.excerpt-map-box-image,
.excerpt-map-box-main-image {

    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*** Fancy tabs ***/
.fancy-tabs {}

.fancy-tabs-links-depth-1 {
    position: relative;
    height: 110px;
}

.fancy-tabs-links-depth-1 .fancy-tabs-strip {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #0095b6;
    height: 55px;
    display: block;
    bottom: 0;
}

.fancy-tabs-links-depth-1>li>a {
    background: #0095B6;
    color: #ffffff;
    height: 100px;
    border: 2px solid transparent;
    margin-left: 5px;
    padding: 10px 8px;
    border-radius: 10px;
}

.fancy-tabs-links-depth-1>li:last-child>a {
    margin-left: 0;
}

.fancy-tabs-links-depth-1.nav-tabs>li.active>a,
.fancy-tabs-links-depth-1.nav-tabs>li.active>a:hover,
.fancy-tabs-links-depth-1.nav-tabs>li.active>a:focus {}

.fancy-tabs-links-depth-1.nav-tabs>li.active>a,
.fancy-tabs-links-depth-1.nav-tabs>li:hover>a,
.fancy-tabs-links-depth-1.nav-tabs>li.focus>a,
.fancy-tabs-links-depth-1.nav-tabs>li:active>a {
    background: #ffffff;
    color: #0095B6;
    border: 2px solid #0095b6;
}

.fancy-tabs-links-depth-1>li>a>span {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 5px;
}

.tab-content.fancy-tabs-content-depth-1 {
    padding: 0;
    border-left: 2px solid #0095b6;
    border-right: 2px solid #0095b6;
    border-bottom: 2px solid #0095b6;
}

.fancy-tabs-links-depth-2>li>a {
    font-size: 18px;
}

/*** Ordering Center Tabs ***/
/*
.ordering-center .panel-default>.panel-heading:hover {
	cursor: pointer;
}*/

.ordering-center .panel-body {
    padding: 15px;
}

.ordering-center-tabs .tab-content {
    background: #a9e0f2;
    color: #306373;
}

.ordering-center-tabs .nav-tabs>li>a {
    background: #306373;
    border-color: #a9e0f2;
    border-top-color: transparent;
    color: #ffffff;
    font-size: 22px;
}

.ordering-center-tabs .nav-tabs>li.active>a,
.ordering-center-tabs .nav-tabs>li.active>a:hover,
.ordering-center-tabs .nav-tabs>li.active>a:focus {
    color: #306373;
    background-color: #a9e0f2;
    border-color: transparent;
}

.print-popup .ordering-center {
    display: none !important;
}

/*** Video Articles ***/
.video-articles .panel-body {
    padding: 0;
}

/*Article Excerpt Large*/
.excerpt-box.main-article-excerpt {
    position: relative;
    height: 435px;
}

.excerpt-box.main-article-excerpt .main-article-excerpt-flag {
    background: #f0ae00;
    display: inline-block;
    padding: 7px 10px;
    color: #000000;
}

.excerpt-box.main-article-excerpt .excerpt-box-content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 0 15px;
}

.excerpt-box.main-article-excerpt .excerpt-box-content h6 {
    font-family: "Alef-Bold", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.excerpt-box.main-article-excerpt .excerpt-box-content p {
    color: #ffffff;
}

/*** Home ***/
.carousel.home-slider {
    margin-bottom: 30px;
}

.sidebar-newsletter {
    background-color: #0095b6;
    color: #ffffff;
    padding: .5rem 1rem 0rem 1rem;
}

@media only screen and (min-width: 320px) {
    .carousel.home-slider {
        height: 400px;
    }
}

@media only screen and (min-width: 480px) {
    /*
    .carousel.home-slider {
        height: 260px;
    }
    */
}

@media only screen and (min-width: 768px) {
    /*
    .carousel.home-slider {
        height: 320px;
    }
    */
}

@media only screen and (min-width: 992px) {
    /*
    .carousel.home-slider {
        height: 380px;
    }
    */
}

@media only screen and (min-width: 1200px) {
    /*
    .carousel.home-slider {
        height: 400px;
    }
    */
}

/*** Recommendations Page ***/

.recommendations-tabs-wrapper {
    margin-top: 3rem;
}

.recommendations-tabs-wrapper .tab-content {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.recommendations-tabs-wrapper .nav-tabs>li {
    width: 25%;
    text-align: center;
}

.recommendations-tabs-wrapper .nav-tabs>li:first-child>a {
    border-right: 1px solid #d1d1d1;
}

.recommendations-tabs-wrapper.full-width-tabs ul.nav.nav-tabs>li:last-child>a {
    border-left: 1px solid #d1d1d1;
}

.recommendation {
    border-bottom: 1px solid #d1d1d1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;
}

.recommendation:last-child {
    border-bottom: 0;
}

.recommendation .recmmendation-title {
    margin: 0 0 3px 0;
}

.recommendation .recommendation-header {
    margin-bottom: 5px;
}

.recommendation .recommendation-details small {
    color: #9babb0;
}

.recommendation .recommendation-meta {
    margin-top: 15px;
    color: #333333;
}

.recommendation .recommendation-view-more {
    /*margin-top: 15px;*/
}

.recommendation .recommendation-tip-rating {
    text-align: left;
}

.recommendation-tip-rating .recommendation-tip {
    margin-left: 20px;
}

.icon {
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.conversation-icon {
    background-image: url(images/icons/conversation-icon.png);
}

.envelop-icon {
    background-image: url(images/icons/envelop-icon.png);
}

.briefcase-icon {
    background-image: url(images/icons/briefcase-icon.png);
}

.pdf-icon {
    background-image: url(images/icons/pdf-icon.png);
}

.print-icon {
    background-image: url(images/icons/print-icon.png);
}

.recommendation-content {
    line-height: 1.7;
    color: #555555;
    margin-bottom: 10px;
}

.recommedation-place-details {
    background: #f3f3f3;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-image: url(images/recommendation-folding.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #555555;
    /*min-height: 146px;*/
}

.recommedation-place-details .rec-row:nth-child(odd) {
    padding-left: 0;
}

.recommedation-place-details table {
    width: 100%;
}

.recommedation-place-details table td {
    vertical-align: top;
    padding-bottom: 8px;
}

span.rating {
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    z-index: 1;
}

.review-comment-wrapper {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 30px;
    transform: translateX(50%);
}

.review-comment-form {
    padding: 10px;
    width: 300px;
    height: 200px;
    text-align: right;
    box-shadow: 0 0 3px #ccc;
    background-color: rgba(255, 255, 255, 0.7);
    background: #F3F3F3;
}

#rating-comment-wrap textarea {
    width: 100%;
    height: 200px;
}

/*span.rating:hover .review-comment-wrapper, 
.review-comment-wrapper:hoverת
.review-comment-wrapper:{
	display:block;
}*/

.recommendation-view-more a {
    border-bottom: 1px solid;
}

.recommendation-readmore-btn {
    border-bottom: 1px solid;
    display: inline-block !important;
    width: auto !important;
    float: left;
    margin-bottom: 15px;
    font-weight: bold;
}

.recommendation-footer {
    clear: both;
    margin-top: 20px;
}

/*** Country ID Card ***/
.location-main-image {
    height: 330px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.location-main-image,
.country-id-card,
.location-main-image>img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.location-main-image>img {
    max-width: unset;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.location-main-image.id-card-open>img {
    height: 200%;
}

.country-id-btn-open {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #59828F;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    margin-left: 15px;
    text-align: center;
    line-height: 1;
    font-family: alef;
}

.country-id-btn-open,
.country-id-btn-open:hover,
.country-id-btn-open:active,
.country-id-btn-open:focus {
    color: #ffffff;
}

.country-id-btn-open:hover {}

.country-id-btn-open .icon-id {
    margin-bottom: 5px;
}

.country-id-btn-open .icon-id,
.country-id-btn-close {
    font-size: 30px;

}

.country-id-btn-close,
.country-id-btn-close:hover,
.country-id-btn-close:active,
.country-id-btn-close:focus {
    color: #555555;
}

.country-id-card {
    position: absolute;
    right: 0;
    top: 100%;
    background: #EFEFEF;
    width: 100%;
    padding: 15px 15px 20px 0;
}

.id-card-open .country-id-card {
    top: 0;
}

.location-id-card-column-title {
    margin-top: 0;
}

.location-id-card-column-content {}

.location-id-card-column-content p {
    margin-bottom: 5px;
}

/*location read-more*/
a.location-readmore-less-btn,
a.scrolltpage,
.scrolltpage {
    font-size: 16px;
    color: #3399af;
    display: inline-block;
}

a.location-readmore-less-btn .fa,
a.scrolltpage .fa,
.scrolltpage .fa {
    font-size: 40px;
    line-height: 0.5;
}

/* Events Page */

/*** Footer ***/
.footer-widgets {
    background-color: #0095b6;
}

.footer-widgets span.wpcf7-not-valid-tip {
    color: #ffffff;
}

.footer-widgets-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-widgets-inner .widget-title {
    /*margin-bottom: 30px;*/
}

.footer-widgets-inner .nav>li>a {
    color: #ffffff;
    padding: 2px 0;
    display: inline-block;
}

.footer-widgets-inner .nav>li>a:hover,
.footer-widgets-inner .nav>li>a:focus {
    text-decoration: underline;
    background-color: transparent;
}

ul.social-page-links {
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul.social-page-links li {
    display: inline-block;
    margin-left: 30px;
}

ul.social-page-links li a {
    /* width: 44px;
     height: 44px;
     background-image:url("images/icons/facebook-page-icon.png");
     background-repeat:no-repeat;
     background-position:center;*/
    display: block;
}

.footer-copyright {
    background-color: #3E3E3E;
    padding: 7px 0;
    border-top: 1px solid #D5D9DB;
}

.footer-copyright-inner {
    color: #D5D9DB;
    font-size: 12px;
}

.footer-copyright-inner a {
    /*width: 310px;*/
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    direction: ltr;
    color: #D5D9DB;
    display: block;
}

.footer-copyright-inner a>img {
    height: 21px;
}

/**** touch sidebar overlay menu *****/

.wrap-touch-sec-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.39);
    z-index: 999999;
}

button.sec-nav-btn {
    font-family: "Alef", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    background: #306373;
    border: 0;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 999999;
}

.status {
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: fixed;
    z-index: 9000;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.close-touch-button .icon-button,
.nav-click {
    color: #fff;
    transition: all 350ms ease;
}

.close-touch-button {
    float: right;
    padding-right: 0;
    font-size: 2rem;
    position: absolute;
    right: 0;
    margin: 5px;
}

.touch-nav-container {
    background: #303030;
    padding: 0;
    text-align: center;
    color: #FFF;
    font-size: 2em;

}

.touch-nav-container ul li {
    padding-left: 1rem;
}

.wrap-touch-nav {
    background: #303030;
    padding: 0;
    transform: translateY(100%);
    width: 100%;
    max-width: 100%;
    transition: all 350ms ease;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 19821;
}

.wrap-touch-nav.show-menu {
    transform: translate3d(0px, 0, 0);
}

.open-touch-button,
.close-touch-button {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    z-index: 99;
}

/* example 5 */
.creonav span {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.creonav.nav-click span {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.creonav span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.creonav.nav-click span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.creonav span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.creonav.nav-click span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

/* Accessability */
button.aicon_link {
    width: 18px;
    height: 18px;
}

.aicon_link {
    left: -28px;
}

/* Back To Top Button */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 900;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #ECECEC;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #DCDCDC;
}

#back-to-top.show {
    opacity: 1;
}

#content {
    /*height: 2000px;*/
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
.container {
    max-width: 1210px;
    padding-bottom: 0;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

    .editor-content {
        padding: 0 16.5px;
    }

    .single-thumbnail-wrapper,
    .single-excerpt {
        overflow: hidden;
    }

    .vimeo-article,
    .youtube-article {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .vimeo-article iframe,
    .youtube-article iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        /*height: 714px;*/
    }

    .location-general-serach .form-control {
        height: 46px;
        line-height: 1;
    }

    .full-width-tabs>ul.nav.nav-tabs {
        display: table;
        width: 100%;
    }

    .full-width-tabs>ul.nav.nav-tabs>li {
        float: none;
        display: table-cell;
    }

    .location-tabs-links>li {
        width: 14.28571428571429%;
        text-align: center;
    }

    .location-sub-tabs-links>li {
        width: 33.33333333333333%;
        text-align: center;
    }

    .location-tabs-links>li,
    .location-sub-tabs-links>li {
        margin-bottom: 0;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}

/* XLarge Devices, Wide Screens */
@media only screen and (min-width: 1340px) {
    .container {
        width: 1210px;
    }
}

@media only screen and (min-width: 1024px) {
    .single-extra_page .container {
        width: 100%;
        max-width: 100%;
    }

    .single-extra_page .container .entry-content img {
        max-width: 100%;
        width: 100%;
    }

    .single-extra_page .container .single-content {
        text-align: center;
    }

    .single-content .extra_page.type-extra_page .entry-content {
        width: 592px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-content .extra_page.type-extra_page .entry-content p:has(> img),
    .single-content .extra_page.type-extra_page .entry-content p:has(+ img),
    .single-content .extra_page.type-extra_page .entry-content p:not(::text) {
        width: 100% !important;
    }

    .single-extra_page .extra_page .entry-content p::text,
    .single-extra_page .extra_page .entry-content p,
    .single-extra_page .extra_page .entry-content p ::text {
        width: 592px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-extra_page .container .single-content table {
        width: 592px !important;
        margin-left: auto;
        margin-right: auto;
    }

}

/*==========  Non-Mobile First Method  ==========*/

/* XLarge Devices, Wide Screens */
@media only screen and (max-width: 1340px) {
    .toolbar-links.toolbar-links-block ul li {
        margin-left: 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .toolbar-links.toolbar-links-block ul li {
        margin-left: 6px;
        font-size: 11px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    body .accessability_container {
        top: 15%;
        z-index: 600;
    }

    .addthis_inline_share_toolbox {
        text-align: right !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    /*** Rihgt sidebar offCanvas ***/
    .responsive-sidebar .right-sidebar-open,
    .responsive-sidebar .right-sidebar-close,
    .responsive-sidebar .right-sidebar-firsomet-mobile {
        display: block;
    }

    .responsive-sidebar .right-sidebar-open,
    .responsive-sidebar>.sidebar {
        bottom: 0;
        position: fixed;
    }

    .responsive-sidebar>.sidebar {
        top: 52px;
        width: 100%;
        right: -100%;
        /*transform: translateX(100%);*/
        z-index: 700;
        background: #ffffff;
        overflow-y: auto;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        padding: 15px 15px 35px 15px;
    }

    .responsive-sidebar .right-sidebar-firsomet-mobile {
        position: fixed;
        bottom: 0px;
        background: #F3F3F3;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 755;
    }

    .ordering-center .panel>.panel-heading .panel-title {
        font-size: 22px;
        text-align: center;
    }

    .site-wrapper {
        margin-bottom: 30px;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .recommendations-tabs-wrapper .nav-tabs>li>a {
        min-height: 62px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}

.location-tabs-wrap .tab-content li.inner-tab {
    width: 33%;
}

.recommendations-tab h4>a,
.tab-content .recommendations-tab h4>a:hover {
    color: #000000;
}

.mapsvg {
    margin: 0 auto;
    max-width: 100%;
}

#flights .iframe-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#flights .iframe-wrapper iframe {
    height: 380px;
    border: 0;
}

.all-destinations-continent-link {
    color: #0095B6;
}

.review-wrap {
    border: 1px solid #f3f3f3;
}

.review-wrap .review-row {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}

.review-wrap .review-row:last-child {
    border-bottom: 0;
}

.article-review-form-wrapper textarea {
    height: 60px;
}

/*OFIS*/

.ofisrelative {
    position: relative;
}

#locations-search-submit[disabled="true"]~#reguSearch {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#search-mobile-ofis {
    margin-left: 5px;
}

div#form-search-mobile {
    display: none;
    clear: both;
}

div#form-search-mobile.open {
    text-align: center;
    padding: 17px 0 10px;
    background: #efefef;
    display: block;

}

.navbar-nav li.bold {
    font-weight: bold;
}

.menu-sub-menu-container .bold {
    font-weight: 700;
}

/*OFIS*/
/********** 
Ruslan Fixes 
***********/

@media screen and (max-width: 768px) {

    .event-excerpt-post-inner button {
        width: 100%;
        background: #F0AE00;
        color: #000;
        padding: 5px;
    }

    .event-excerpt-post-inner {
        padding: 0;
    }

    .vimeo-article iframe {
        height: auto;
    }
}

html #uni-toolbar #style_selector .style-toggle {
    width: 30px !important;
    height: 30px !important;
}

html #uni-toolbar #style_selector .uni-toolbar-sprite-toggle {
    width: 20px !important;
    height: 20px !important;
    background-size: cover !important;
}

.js .tmce-active .wp-editor-area {
    color: #000;
}

@media (min-width: 992px) {
    .postid-121464 .single-top-content .col-md-5 {
        width: 36%;
    }

    .postid-121464 .single-top-content .col-md-7 {
        width: 64%;
    }

    .postid-75447 .single-top-content .col-md-5 {
        width: 36%;
    }

    .postid-75447 .single-top-content .col-md-7 {
        width: 64%;
    }
}

/*custom style*/
.header-description {
    padding: 15px 0;
}

.header-description p {
    margin: 0;
    font-weight: 600;
}

.trips-filter-wrapper {
    overflow: hidden;
}

.trips-sidebar-header {
    padding: 0;
}

.trips-sidebar-header a {
    padding: 15px;
}

.trips-sidebar-header:hover {
    background-color: #3a8394;
}

.nsl-container .nsl-button-default span {
    margin: 0px !important;
}

/*end custom style*/

.home_link {
    display: none;
}

.page-id-53 .home_link {
    display: block;
}

.single-article .col-md-7-6 {
    float: left;
}

@media (max-width: 767px) {
    .single-article .col-md-7-6 {
        margin-bottom: 20px;
    }
}

.custom_link {
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    direction: rtl;
}

.custom_link a {
    color: #3b5998 !important;
    font: bold 14px Arial;
    direction: rtl;
    display: block;
    text-align: right;
    text-decoration: underline;
    padding-bottom: 12px;
}

.destination_area {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background: url('images/destination_bg.jpg') 0 0 no-repeat #f5f5f5;
    background-size: cover;
    padding: 15px 0 20px;
}

.destination_area .head {
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
}

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

.destination_area ul li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #326372;
    padding: 10px 10px 0;
    border-radius: 5%;
    width: 160px;
    height: 80px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .destination_area ul li {
        width: 90px;
        height: 90px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .destination_area+div>div {
        left: 0 !important;
        width: 100% !important;
    }
}

.destination_area ul li:hover,
.destination_area ul li.active {
    opacity: 1;
}

.destination_area ul li small {
    border-radius: 15px;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
}

.destination_area ul li:nth-child(1) small {
    background: #327238;
}

.destination_area ul li:nth-child(2) small {
    background: #be9a45;
}

.destination_area ul li:nth-child(3) small {
    background: #723232;
}

.destination_area ul li p {
    text-align: center !important;
    line-height: 15px;
}

.row>.text-center>.location-readmore-less-btn {
    display: none;
}

.row>.text-center>.location-readmore-less-btn.scrolltpage,
[aria-controls=location-content] .text-center>.location-readmore-less-btn {
    display: block;
}

.panel-hotels {
    height: 600px;
    overflow: auto;
}

/*POP UP BUTTON*/
.ulp-buynow-yellow,
.ulp-buynow-yellow:visited {
    background-color: #ecc809;
    background-repeat: repeat-x;
    background-image: linear-gradient(#eac709, #FFEB3B);
    transition-duration: .3s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bcef', endColorstr='#019ad2', GradientType=0);
    border: 1px solid #c5c5c500;
    padding: 10px;
}

@media (max-width: 767px) {

    #ASP_2,
    #AXP_3 {
        display: none !important;
    }
}

.alooma-active {
    width: 100%;
    padding: 10px 10px 0;
    border: 1px solid #33aac5;
    border-radius: 5px;
    margin: 10px 0;
    overflow: auto;
}

.title_masacenter {
    text-align: center;
    font-size: 18px;
    display: block;
    color: #edf3f5;
    background-color: #306373;
    font-family: alef, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.page-template-authors-page small,
.page-template-authors-page .small,
.page-template-authors-page .container p b,
.page-template-all-destinations .search-result {
    font-size: 130%;
    line-height: 2;
}

#imageData #bottomNavClose {
    margin-bottom: 10px;
    float: right;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

a#bottomNavClose>div {
    display: none;
}

a#bottomNavClose:before,
a#bottomNavClose:after {
    content: '';
    border-left: 1px solid #000;
    height: 22px;
    display: inline-block;
}

a#bottomNavClose:after {
    transform: rotate(45deg);
}

a#bottomNavClose:before {
    transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
    .single-article .single-top-content .row>div {
        clear: both;
    }
}


.grecaptcha-badge {
    visibility: hidden;
}


@media screen and (max-width:768px) {
    .responsive-sidebar #right-sidebar-open {
        display: none;
    }
}





html {
    scroll-behavior: smooth;
}

.button-to-all-comment {
    margin: 10px 0 10px 10px !important;
}



.tab-content.fancy-tabs-content-depth-1 {
    background: white;
    position: relative;
}

#location-content .editor-content {
    background: white;
}

#location-tabs .location-tabs-links {
    background: white;
}

.add-text-and-link-wrapper {
    margin: 0 15px 15px 15px;
}

.add-text-and-link {
    width: 300px;
    border: 1px solid #e4952e;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    color: #e4952e;
}

.add-text-and-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #e4952e;
}

.single-article .add-text-and-link {
    width: 300px;
    border: 1px solid #0095B6;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    color: #0095B6;
}

.single-article .add-text-and-link a {
    font-weight: bold;
    text-decoration: underline;
    color: #0095B6;
}

.single-article .add-text-and-link.orange_color,
.single-article .add-text-and-link.orange_color a {
    color: #e4952e;
}

.single-article .add-text-and-link.orange_color {
    border: 1px solid #e4952e;
}

#location-content {
    overflow: hidden;
}

.col-md-12.text-center.mt-20.mb-10,
.col-md-12.text-center.mb-10,
.col-md-12.text-center.mb-10 {
    width: 98%;
    margin-right: 5px;
}

.home-popular-articles .col-md-12.text-center.mt-20.mb-10,
.home-popular-articles .col-md-12.text-center.mb-10,
.home-popular-articles .col-md-12.text-center.mb-10 {
    width: 100%;
    margin-right: 0px;
}

.single-article .thetime {
    color: #898686;
    margin-top: -10px;
    margin-bottom: 10px;
}

.recommendation .recommendation-content {
    height: auto !important;
}

body [data-readmore][aria-expanded="false"]:after,
body .recommendation-readmore-btn {
    display: none !important;
}

@media screen and (max-width:768px) {

    .editor-content,
    .single-content-excerpt {
        font-size: 17px;
    }
}

.carousel-control.left,
.carousel-control.right {
    opacity: .6 !important;
}


.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 35px;
    margin-top: -23px;
}

.popular-traveling-agencies .miq .text-center,
.tax-article_category .text-center{
    background: transparent;
}


#wpcf7-f51-o2 label {
    font-weight: normal;
} 

#wpcf7-f51-o2 label a {
    color: #fff;
    text-decoration: underline;
}

/*

.text-center {
    background: white;
}*/