@charset "UTF-8";
/*
Theme Name: muze
Theme URI: http://muze-studio.co.il/
Author: muze Project Delivery Unit
Author URI: http://muze-studio.co.il/
Description: muze
Version: 2.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: muze
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins
# Variables
# Typography
# Wordpress Classes Styling
# Parts
# Forms
# Comments
## Layout
# Header
# Footer
# Sidebar
# 404 page
# Search page
# Single post
# Post archive
# RTL-specific style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  Learn more about Sass mixins here: @link {http://sass-lang.com/guide#topic-6}
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-size: 15px; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Wordpress Classes Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Default Wordpress elements styling

  # Learn more: https://codex.wordpress.org/CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }
.entry-footer {
  float:left;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  display: block;
  border: 1px solid #CCC;
  font-size: 11px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Parts (Button, inputs, forms, etc)
--------------------------------------------------------------*/
/*
Theme Name:    viamaris
Theme URI: http://muze-studio.co.il
Description: Developed by <a href="http://muze-studio.co.il/">muze</a>
Author: <a href="http://muze-studio.co.il/">muze</a>.
Author URI: http://muze-studio.co.il/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
  font-size: 1em;
  line-height: 1em; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-set {
  font-family: 'icomoon';
  display: inline-block; }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  /*src: url("../../fonts/almoni-dl-aaa-400.eot");
  src: url("../fonts/almoni-dl-aaa-400.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-400.woff") format("woff"), url("../fonts/almoni-dl-aaa-400.ttf") format("truetype"); */
  }

@font-face {
  font-family: 'Open Sans';
  font-weight: 900;
  /*(black)*/
  font-style: normal;
  /*src: url("../fonts/almoni-dl-aaa-900.eot");
  src: url("../fonts/almoni-dl-aaa-900.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-900.woff") format("woff"), url("../fonts/almoni-dl-aaa-900.ttf") format("truetype"); */
  }

*:focus {
  outline: none; }

* {
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.no-scroll {
  overflow: hidden;
  padding-right: 5px; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

video {
  object-fit: cover; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

span, figcaption {
  font-size: 100%;
  font-weight: 300; }

strong {
  font-weight: 400 !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  webkit-text-fill-color: #315886 !important; }

input, button, textarea, select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  font-family: 'Open Sans', sans-serif; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #333;
  margin-bottom: 0.25em;
  text-decoration: none;
  font-size: 15px;/*1.2em;*/
  font-weight: 400;/*100;*/
  line-height: 1.5em;/*1.6em;*/
   
  }

blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 300;
  color: #5d5a5c;
  margin-bottom: 0.25em;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4em;
  quotes: "“" "”" "‘" "’"; }

a {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 300;
  color: #f0b800;
  text-decoration: none;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 0.25em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  font-weight: 300; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4em; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 400; }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em; }

li, ol {
  font-family: 'Open Sans', sans-serif; }

ul li {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 1.5em; }

strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.flexcroll {
  scrollbar-face-color: #efbb10;
  scrollbar-shadow-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000; }

.flexcroll::-webkit-scrollbar {
  width: 5px; }

.flexcroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #efefef; }

.flexcroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #efbb10; }

*:before, *:after, * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.clear {
  clear: both;
  overflow: hidden;
  height: 0; }

.wrapper_400 {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_600 {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_800 {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_900 {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_1040 {
  width: 100%;
  height: auto;
  max-width: 1040px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_1200 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_1400 {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 0em 4em 0 4em;
  position: relative; }

.wrapper_1400_slider {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 0em 0em 0 0em;
   }

.wrapper_page_1400 {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0em;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  min-height: 100vh;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.wrapper_1600 {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_1800 {
  width: 100%;
  height: auto;
  max-width: 1800px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_2000 {
  width: 100%;
  height: auto;
  max-width: 2000px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

.wrapper_2400 {
  width: 100%;
  height: auto;
  max-width: 2400px;
  margin: 0 auto 0 auto;
  padding: 0em 2em 0 2em;
  position: relative; }

/*
{
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}*/
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

/*-----------Classses and buttons -----------*/
.togglelogo {
  position: absolute;
  width: 100%;
  top: -80px;
  left: 0; }

#belowfold {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.yellow-btn {
  background-color: #efbb10;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  padding: 1em 2em 1em 2em; }

.yellow-cta {
  margin-top: 2em;
  display: inline-block;
  color: #efbb10;
  position: relative;
  padding: 1em 2em 1em 2em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.yellow-cta .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #efbb10;
  position: absolute;
  top: -1px;
  left: -10px; }

.scroll-down {
  position: absolute;
  bottom: 2em;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

/*-----------End of Classses and buttons -----------*/
.top-banner {
  width: 100%;
  float: left;
  position: relative; }

.top-banner.school-header-bkg {
  /*background-image: url(images/school-banner.jpg);*/
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0; }

.top-banner.club-header-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0; }

.top-banner.abroad-header-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0; }

.top-banner.holiday-header-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0; }

.top-banner.geographic-header-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0; }

.touchDevice .top-banner.club-header-bkg {
  background-attachment: initial; }

.touchDevice .top-banner.school-header-bkg {
  background-attachment: initial; }

.touchDevice .top-banner.abroad-header-bkg {
  background-attachment: initial; }

.touchDevice .top-banner.holiday-header-bkg {
  background-attachment: initial; }

.touchDevice .top-banner.geographic-header-bkg {
  background-attachment: initial; }

.top-banner .top-title {
  position: absolute;
  bottom: -3em;
  right: 4em;
  z-index: 2;
  background-color: #003D74;
  padding: 2em;
  max-width: 700px; }

.top-banner.holiday-temp .top-title {
  background-color: #fff; }

.top-banner.holiday-temp .top-title h1 {
  color: #000;
  font-size: 4em; }

.top-banner .top-title .icon-set.study:before {
  content: '\e908';
  color: #fff;
  font-size: 6em;
  margin-bottom: 1em; }

.top-banner .top-title .icon-set.abroad:before {
  content: '\e90b';
  color: #fff;
  font-size: 6em;
  margin-bottom: 1em; }

.top-banner .top-title .icon-set.club:before {
  content: '\e901';
  color: #fff;
  font-size: 6em;
  margin-bottom: 1em; }

.top-banner .top-title h1 {
color: #fff;
font-size: 6em; 
display:inline-block;
margin-right: 20px;
}

.top-banner .top-title h2 {
  color: #fff;
  font-size: 1.2em; }

.top-banner .top-title .dates {
  margin-right: 20px;
}
.top-banner .top-title .dates li{
margin-left:20px;
font-size:1.2em;
float:right; 
}
.middle-banner {
  width: 100%;
  float: left;
  position: relative; }

.middle-banner .banner {
  width: 100%;
  height: 100%;
  float: left; }

.middle-banner .banner.school-banner-bkg {
  /*background-image: url(images/school-banner-bottom.jpg);*/
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed; }

.middle-banner .banner.club-banner-bkg {
  /*background-image: url(images/club-banner-bottom.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed; }

.middle-banner .banner.abroad-banner-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed; }

.touchDevice .middle-banner .banner.school-banner-bkg {
  background-attachment: initial; }

.touchDevice .middle-banner .banner.club-banner-bkg {
  background-attachment: initial; }

.touchDevice .middle-banner .banner.abroad-banner-bkg {
  background-attachment: initial; }

.middle-banner .top-title {
  position: absolute;
  bottom: -3em;
  right: 4em;
  z-index: 2;
  background-color: #fff;
  padding: 2em;
  max-width: 500px; }

.middle-banner .top-title h3 {
  color: #000;
  font-size: 2em;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 700; }

.middle-banner .top-title p {
  color: #000;
  font-size: 1em; }

.middle-banner .top-title:hover h3 {
  color: #efbb10; }

.middle-banner .top-title .inner .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #000;
  margin-right: -10px; }

.middle-banner:hover .top-title .inner .icon-set:before {
  color: #efbb10; }

/* those CSS are for -Study-Club-Abroad templates */
.categories-wrap.tall-box {
  width: 100%;
  float: left;
  padding-bottom: 8em; }

.categories-wrap.tall-box .part {
  width: 100%;
  float: left;
  background-color: #fff;
  cursor: pointer; }

.categories-wrap.tall-box .part.school-bkg1 {
  /*background-image: url(images/school-bkg1.png);*/
  background-position: right bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.school-bkg2 {
  /*background-image: url(images/school-bkg2.png);*/
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.school-bkg3 {
  /*background-image: url(images/school-bkg3.png);*/
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.abroad-bkg1 {
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.abroad-bkg2 {
  background-position: right bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.abroad-bkg3 {
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.abroad-bkg4 {
  background-position: right bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.club-bkg1 {
  /*background-image: url(images/club-bkg1.png);*/
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.club-bkg2 {
  /*background-image: url(images/club-bkg2.png);*/
  background-position: right bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part.club-bkg3 {
  /*background-image: url(images/club-bkg3.png);*/
  background-position: left bottom;
  background-repeat: no-repeat; }

.categories-wrap.tall-box .part .cat {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative; }
  
.footer.right{
	position: absolute;
    bottom: 2.3vh;
    left: 49vw;
    font-family: FbReforma, helvetica;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    /* letter-spacing: 0px; */
    width: 18vw;
    text-align: center;
    font-weight: 100;
 
 }
.left{
    position: absolute;
    bottom: 5.3vh;
    left: 49vw;
    font-family: FbReforma, helvetica;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 400;
    /* letter-spacing: 0px; */
    width: 17vw;
    text-align: center;
    font-weight: 100;
 
 }
 

.categories-wrap.tall-box .part .cat.right {
  float: right; }

.categories-wrap.tall-box .part .cat.info {
  display: table; }

.categories-wrap.tall-box .part .cat.info .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 8em 4em 0 4em; }

.categories-wrap.tall-box .part .cat.info .inner h3 {
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 1.4em;
  font-weight: 700; }

.categories-wrap.tall-box .part .cat.info .inner p {
  font-size: 1.1em;
  color: #666; }

.categories-wrap.tall-box .part .cat.info .inner .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #000;
  margin-right: -10px; }

.categories-wrap.tall-box .part .cat.poster {
  padding: 60% 0 0 0; }

.categories-wrap.tall-box .part .cat.poster img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.categories-wrap.tall-box .part:hover .cat.poster img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.categories-wrap.tall-box .part:hover .cat.info .inner h3 {
  color: #efbb10; }

.categories-wrap.tall-box .part:hover .cat.info .inner .icon-set:before {
  color: #efbb10; }

.categories-wrap.tall-box .part .cat.info .inner p {
  font-size: 1em;
  color: #000; }

.categories-wrap.tall-box .part .cat.info .inner .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #000;
  margin-right: -10px; }

.categories-wrap.tall-box .part .cat.poster {
  padding: 60% 0 0 0; }

.categories-wrap.tall-box .part .cat.poster img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.categories-wrap.tall-box .part:hover .cat.poster img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.categories-wrap.tall-box .part:hover .cat.info .inner h3 {
  color: #efbb10; }

.categories-wrap.tall-box .part:hover .cat.info .inner .icon-set:before {
  color: #efbb10; }

/* those CSS are for -Courses-Yachts templates */
.categories-wrap.small-box {
  width: 100%;
  float: left;
  padding-bottom: 8em; }

.categories-wrap.small-box .part {
  width: 100%;
  float: left;
  background-color: #fff; }

.categories-wrap.small-box .part .cat {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative; }

.categories-wrap.small-box .part .cat.right {
  float: right; }

.categories-wrap.small-box .part .cat.info {
  display: table; }

.categories-wrap.small-box .part .cat.info .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 6em 2em 0 2em; }

.categories-wrap.small-box .part .cat.info .inner h3 {
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 1.4em;
  font-weight: 700; }

.categories-wrap.small-box .part .cat.info .inner p {
  font-size: 1.1em; }

.categories-wrap.small-box .part .cat.info .inner .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #000;
  margin-right: -10px; }

.categories-wrap.small-box .part .cat.poster {
  padding: 50% 0 0 0;
  position: relative; }

.categories-wrap.small-box .part .cat.poster img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.categories-wrap.small-box .part .cat.poster .iyt-logo {
  position: absolute;
  top: 2em;
  left: 2em;
  z-index: 2;
  width: 120px; }

.touchDevice .categories-wrap.small-box .part .cat.poster .iyt-logo {
  display: none; }

.categories-wrap.small-box .part .cat.poster .iyt-logo img {
  position: static;
  float: left;
  width: 100%;
  height: auto; }

.categories-wrap.small-box .part .cat.info .inner p {
  font-size: 1.1em; }

.categories-wrap.small-box .part .cat.info .inner .icon-set:before {
  content: "\e907";
  font-size: 3em;
  color: #000;
  margin-right: -10px; }

.categories-wrap.small-box .part .cat.poster img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.inner-sider {
  width: 40%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 80px;
  float: left; }

.inner-sider.skipper-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.digital-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.international-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.club-sailing-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.club-events-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.club-training-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.inner-sider.abroad-independent-bkg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.main-wrapper {
  width: 100%;
  float: right; }

.main-wrapper .text-content {
  padding: 10em 0em 0em 0em;
  width: 60%;
  float: right;
  z-index: 2;
  position: relative;
  background-color: #efefef;
  height: 124.6vh !important;}

.main-wrapper .text-content .inner {
  width: 100%;
  float: left; }

.fluid-width-video-wrapper {
  float: right;
  margin-bottom: 4em; }

.main-wrapper .text-content h1 {
  font-size: 2em;
  margin-bottom: 1em; }

.main-wrapper .text-content h3 {
  font-size: 1.2em;
  font-weight: 700; }

.main-wrapper .text-content p {
  color: #000;
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 100; }
.main-wrapper .text-content b {  
font-weight: 900;
}

.main-wrapper .text-content img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 4em; }

.main-wrapper .text-content .bottom-nav {
  float: right;
  width: 100%; }

.main-wrapper .text-content .bottom-nav.col2 a {
  width: 50%;
  display: block; }

.main-wrapper .text-content .bottom-nav.col3 a {
  width: 33.333333333333%;
  display: block; }

.main-wrapper .text-content .bottom-nav a {
  float: right;
  padding: 1em; }

.main-wrapper .text-content .bottom-nav a .inner {
  background-color: #fff;
  padding: 2em;
  transition: all .3s;
  -webkit-transition: all .3s; }

.main-wrapper .text-content .bottom-nav a .inner h3 {
  font-size: 1em;
  text-align: center; }

.main-wrapper .text-content .bottom-nav a:hover .inner {
  background-color: #024580; }

.main-wrapper .text-content .bottom-nav a:hover .inner h3 {
  color: #fff; }

.main-wrapper .contact-info,
.main-wrapper .form-wrap {
  width: 100%;
  text-align: right; }

.calendar-wrap {
  width: 100%;
  float: left; }

.calendar-wrap .calendar {
  width: 100%;
  float: left; }

.calendar-wrap .calendar ul {
  width: 100%;
  float: left;
  position: relative; }

.calendar-wrap .calendar ul > li {
  width: 33.3333333333%;
  float: right;
  padding: 2px; }

.calendar-wrap .calendar ul > li a {
  width: 100%;
  display: block;
  float: left;
  position: relative; }

.calendar-wrap .calendar ul > li a .image-wrap {
  width: 100%;
  float: left;
  padding: 70% 0 0 0;
  overflow: hidden;
  position: relative; }

.calendar-wrap .calendar ul > li a .image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.calendar-wrap .calendar ul > li:hover a .image-wrap img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.calendar-wrap .calendar ul > li a .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }

.calendar-wrap .calendar ul > li a .info .inner {
  width: 100%;
  float: left;
  padding: 2em 1em 1em 1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50&0+0,0.65+53 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.65) 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.61)), color-stop(53%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.65) 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */ }

.calendar-wrap .calendar ul > li a .info .inner h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700; }

.calendar-wrap .calendar ul > li a .info .inner .dates {
  width: 100%;
  float: left; }

.calendar-wrap .calendar ul > li a .info .inner li {
  color: #fff;
  width: auto;
  display: inline-block;
  margin-left: 2em;
  position: relative; }

.calendar-wrap .calendar ul > li a .info .inner li:after {
  height: 3px;
  width: 20px;
  content: '';
  position: absolute;
  left: -27px;
  top: 9px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, white), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.calendar-wrap .calendar ul > li a .info .inner li:last-child:after {
  background: none; }

.alm-btn-wrap {
  right: 48.2%;
  position: absolute;
  bottom: 110px;
  z-index: 1;
  cursor: pointer; }
  .alm-btn-wrap button {
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 1; }

#commentform input {
  width: 100%;
  border: 1px solid #ddd; }

#commentform textarea {
  width: 100%;
  border: 1px solid #ddd; }

#commentform #submit {
  border: 1px solid #ddd;
  background: #ababab; }

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Visual Composer parts
--------------------------------------------------------------*/
.testimonials-container {
  display: block;
  max-width: 100%;
  position: relative; }
  @media only screen and (min-width: 992px) {
.bizon {font-size: 8em!important;
    margin-bottom: 0!important;
    font-weight: 700!important;}
	
    .testimonials-container {
      padding: 0 83px; } }
  .testimonials-container .testimonials-item-photo {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .testimonials-container .testimonials-item-photo .testimonials-avatar {
      border-radius: 50%;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .testimonials-container .testimonials-item-photo .testimonials-avatar {
          max-width: 160px; } }
  .testimonials-container .testimonials-quote {
    border: none;
    font-size: 14px;
    font-style: italic;
    padding: 23px 0 0 10px;
    line-height: 18px;
    outline: 0; }
    @media only screen and (min-width: 992px) {
      .testimonials-container .testimonials-quote {
        padding: 23px 0 0 71px;
        font-size: 16px;
        line-height: 27px; }
        .testimonials-container .testimonials-quote:before {
          content: '“';
          display: inline-block;
          position: absolute;
          width: 40px;
          height: 31px;
          color: inherit;
          top: 26px;
          left: 10px;
          font-size: 90px;
          font-style: normal; } }
  .testimonials-container .testimonial-author {
    padding: 0 0 0 10px; }
    @media only screen and (min-width: 992px) {
      .testimonials-container .testimonial-author {
        padding: 0 0 0 71px; } }
    .testimonials-container .testimonial-author .testimonial-name {
      display: block;
      font-size: 28px;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) {
        .testimonials-container .testimonial-author .testimonial-name {
          font-size: 40px; } }
    .testimonials-container .testimonial-author .testimonial-company {
      display: block;
      font-size: 19px;
      line-height: 23px; }
  .testimonials-container.lnr_controls {
    min-height: 290px; }
    .testimonials-container.lnr_controls .slick-arrow {
      background-repeat: no-repeat;
      background-position: center center;
      color: transparent;
      width: 40px;
      height: 70px;
      background-color: transparent !important;
      border: none;
      position: absolute;
      top: 48px;
      bottom: 0;
      z-index: 200; }
    .testimonials-container.lnr_controls .slick-prev {
      left: 0; }
    .testimonials-container.lnr_controls .slick-next {
      right: 0; }

/*--------------------------------------------------------------
>>> LAYOUT:
----------------------------------------------------------------

# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
--------------------------------------------------------------*/
.page-wrap {
  padding: 0 0 0 80px;
  width: 100%;
  float: left;
  position: relative;
  direction: rtl;
  background-color: #efefef;
  margin-top: -24px; }

.page-inner {
  width: 100%;
  float: left;
  position: relative; }

.viamaris-logo {
  position: fixed;
  top: 2em;
  right: 2em;
  z-index: 10; }

.viamaris-logo .icon {
  width: 60px;
  height: 60px;
  float: right; }

.viamaris-logo .icon img {
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.viamaris-logo .part {
  float: right;
  height: 60px;
  overflow: hidden; }

.viamaris-logo .part .icon-set {
  display: inline-block;
  float: right;
  margin-top: -2em;
  margin-right: 10px; }

.viamaris-logo .part .icon-set:before {
  content: "\e90a";
  font-size: 8em;
  color: #fff; }

.viamaris-logo:hover .icon img {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg); }

.nav-wrap {
  direction: ltr;
  width: 100%;
  height: 100%;
  background: rgba(2, 69, 128, 0.95);
  position: fixed;
  top: 0;
  left: 80px;
  z-index: 19;
  opacity: 0;
  display: none; }

.nav-wrap .navigation {
  height: 100%;
  margin: 0 0 0 4em;
  padding: 4em 0 4em 0;
  overflow-y: scroll;
  overflow-x: hidden; }

.nav-wrap .navigation ul {
  /*opacity:0;	*/ }

.nav-wrap .navigation .border {
  width: 1px;
  height: 100%;
  top: 0;
  left: 5em;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(#fff 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(#fff 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  -webkit-background-size: 1px 4px;
          background-size: 1px 4px;
  background-repeat: repeat-y; }

.nav-wrap .navigation li {
  display: block;
  clear: both;
  position: relative; }

.nav-wrap .navigation li a:before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 14px;
  top: 47%; }

.nav-wrap .navigation li a {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  padding: 20px 1em 20px 1.8em;
  opacity: 0;
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%); }

.nav-wrap .navigation li a:hover {
  color: #E8B443;
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.header {
  width: 100%;
  float: left; }

.viamaris-logo.black .part .icon-set:before {
  color: #000; }

.page-id-13 .viamaris-logo .part .icon-set:before {
  color: #000; }

.blog .viamaris-logo .part .icon-set:before {
  color: #000; }

.single-sail_the_world .viamaris-logo .part .icon-set:before,
.home .viamaris-logo .part .icon-set:before,
.page-template-cat_sailing-template .viamaris-logo .part .icon-set:before,
.single-geographic .viamaris-logo .part .icon-set:before,
.single-holidays .viamaris-logo .part .icon-set:before {
  content: "\e90a";
  font-size: 8em;
  color: #fff; }


.single-narrow .viamaris-logo .part .icon-set:before,
.single-post .viamaris-logo .part .icon-set:before,
.page-template-default .viamaris-logo .part .icon-set:before,
.page-template-sailtheworld-template .viamaris-logo .part .icon-set:before,
.page-template-calendar-holidays-template .viamaris-logo .part .icon-set:before,
.page-template-calendar-geogrphic-template .viamaris-logo .part .icon-set:before {
  color: #000; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Sidebar
--------------------------------------------------------------*/
.hamburger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 2em;
  left: 15px;
  z-index: 21;
  border-radius: 2px; }

.hamburger #nav-icon3 {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburger #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #024580;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hamburger #nav-icon3 span:nth-child(1) {
  top: 0px; }

.hamburger #nav-icon3 span:nth-child(2), .hamburger #nav-icon3 span:nth-child(3) {
  top: 9px; }

.hamburger #nav-icon3 span:nth-child(4) {
  top: 18px; }

.hamburger #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.hamburger #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 20px;
  left: 30%; }

.hamburger #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  width: 20px;
  left: 30%; }

.hamburger #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.hamburger #nav-icon3 p {
  margin-top: 1.2em;
  display: inline-block;
  color: #024580; }

.sidebar {
  position: fixed;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #efbb10;
  z-index: 20;
  direction: ltr; }

.sidebar .contact-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

.sidebar .contact-btn .icon-set:before {
  content: "\e902";
  font-size: 3em;
  color: #024580; }

.sidebar .social-wrap {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.sidebar .social-wrap .icon-set.facebook:before {
  content: "\ea90";
  font-size: 3em;
  color: #024580;
  margin-left: 15px; }

.sidebar .social-wrap .icon-set.instegram:before {
  content: "\ea92";
  font-size: 3em;
  color: #024580;
  margin-left: 15px; }

.sidebar .social-wrap .icon-set.youtube:before {
  content: "\ea9d";
  font-size: 3em;
  color: #024580;
  margin-left: 15px; }

.sidebar_wordpress {
  max-width: 395px;
  padding-left: 20px;
  padding-top: 55px; }

.content_sidebar_active {
  width: 60%;
  float: right;
  z-index: 2;
  position: relative;
  background-color: #efefef; }

.sidebar_wordpress input {
  border: 1px solid #707070;
  background: #fff; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error404 input {
  background: #fff;
  border: 1px solid #ddd; }

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
/*# Import posts and pages layout styles here:
--------------------------------------------------------------*/
.single-content ul {
  margin-bottom: 1em; }

.single-content ul li {
  font-size: 1.2em;
  list-style-type: circle; }

.home-top {
  width: 100%;
  float: left;
  position: relative; }

.home-top.home-header-bkg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.home-top .title-wrap {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.home-top .video-wrap {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden; }

.home-top .video-wrap .overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3); }

.home-top .video-wrap video {
position: absolute;
top: 0%;
left: 0%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  .home-top .video-wrap video{
    width: 100%;
    height: auto; /* actually taller than viewport */
  }
}
@media (max-aspect-ratio: 16/9) {
  .home-top .video-wrap video {
    width: auto; /* actually wider than viewport */
    height: 100%;
  }
}


.home-top .top-title {
  display: table;
  width: 100%;
  height: 100%; }

.home-top .top-title .inner {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }

.home-top .top-title .inner .info {
  width: 100%;
  max-width: 800px;
  float: right; }

.home-top .top-title .inner .info h1 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 0; }

.home-top .top-title .inner .info h2 {
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 1em; }

.home-top .top-title .inner .info h3 {
  color: #fff;
  font-size: 8em;
  margin-bottom: 0;
  font-weight: 700; }

.scroll-down .icon-set:before {
  content: "\e909";
  font-size: 3em;
  color: #efbb10;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.middle-title {
  width: 100%;
  padding: 8em 0 8em 0;
  float: left;
  position: relative;
  text-align: center; }

.middle-title h3,
.middle-title h1 {
  font-weight: 700;
  font-size: 2em; }

.middle-title p,
.middle-title h2 {
  font-size: 1.2em; }

.middle-title .border-wrap {
  width: 100%;
  float: left;
  padding: 0 4em 0 4em;
  margin-top: 1em; }

.middle-title .border-wrap .border {
  border-bottom: 1.5px dotted grey!important;	
 /* height: 3px!important;*/
  width: 100%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.middle-title .border-wrap .border .icon-set {
  position: absolute;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.middle-title .border-wrap .border .icon-set.wheel:before {
  content: "\e90f";
  font-size: 3em;
  color: #000; }

.middle-title .border-wrap .border .icon-set.anchore:before {
  content: "\e900";
  font-size: 3em;
  color: #000; }

.section {
  width: 100%;
  float: left; }

.section .boxes-wrap {
  width: 100%;
  float: left; }

.section .boxes-wrap .part {
  width: 50%;
  float: left; }

.section .boxes-wrap .part .inner {
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.section .boxes-wrap .part .inner.already-visible,
.section .boxes-wrap .part .inner.into-view {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.section .boxes-wrap .part .inner.full {
  width: 100%;
  height: 100%;
  float: left;
  padding: 5px; }

.section .boxes-wrap .part .inner.half {
  width: 100%;
  height: 50%;
  float: left;
  padding: 5px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.section .boxes-wrap .part .inner .box {
  width: 100%;
  height: 100%;
  float: left;
  position: relative; }

.section .boxes-wrap .part .inner .box.abroad {
  -webkit-background-size: cover;
  background-size: cover; }

.section .boxes-wrap .part .inner .box.study {
  -webkit-background-size: cover;
  background-size: cover; }

.section .boxes-wrap .part .inner .box.club {
  -webkit-background-size: cover;
  background-size: cover; }

.section .boxes-wrap .part .inner .box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.section .boxes-wrap .part .inner .box .info-wrap {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  z-index: 2; }

.section .boxes-wrap .part .inner .box .info-wrap .info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 4em 0 4em;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.section .boxes-wrap .part .inner .box .info-wrap .info .icon-set {
  margin-bottom: 10px; }

.section .boxes-wrap .part .inner .box .info-wrap .info .icon-set.abroad:before {
  content: '\e90b';
  color: #fff;
  font-size: 4em; }

.section .boxes-wrap .part .inner .box .info-wrap .info .icon-set.study:before {
  content: '\e908';
  color: #fff;
  font-size: 4em; }

.section .boxes-wrap .part .inner .box .info-wrap .info .icon-set.club:before {
  content: '\e901';
  color: #fff;
  font-size: 4em; }

.section .boxes-wrap .part .inner .box .info-wrap .info h3 {
  font-weight: 700;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 1px; }

.section .boxes-wrap .part .inner .box .info-wrap .info p {
  color: #fff;
  opacity: 0;
  font-size: 1em;
  font-weight: 300;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.section .boxes-wrap .part .inner .box:hover .overlay {
  background: rgba(0, 0, 0, 0.3); }

.section .boxes-wrap .part .inner .box:hover .info-wrap .info p {
  opacity: 1; }

.section .boxes-wrap .part .inner .box:hover .info-wrap .info {
  transform: translateY(-2%);
  -webkit-transform: translateY(-2%);
  -ms-transform: translateY(-2%); }

.touchDevice .section .boxes-wrap .part .inner .box .overlay {
  background: rgba(0, 0, 0, 0.3); }

.touchDevice .section .boxes-wrap .part .inner .box .info-wrap .info p {
  opacity: 1; }

.touchDevice .section .boxes-wrap .part .inner .box .info-wrap .info {
  transform: translateY(-2%);
  -webkit-transform: translateY(-2%);
  -ms-transform: translateY(-2%); }

.removeVideo .home-top .video-wrap video {
  display: none; }

.section {
  width: 100%;
  float: left; }

.section .sliders {
  width: 100%;
  float: left;
  padding-bottom: 8em;
  position: relative; }

.section .sliders .big-slider-wrap {
  width: 70%;
  float: left;
  position: relative;
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.section .sliders .big-slider-wrap.already-visible,
.section .sliders .big-slider-wrap.into-view {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.section .sliders .big-slider-wrap .yellow-cta {
  position: absolute;
  bottom: -1em;
  right: 4em; }

.section .sliders .big-slider {
  width: 100%;
  padding-bottom: 4em;
  float: left;
  direction: ltr;
  position: relative; }

.section .sliders .big-slider .slide {
  width: 100%;
  float: left; }

.section .sliders .big-slider .slide .image-wrap {
  width: 100%;
  float: left;
  padding: 50% 0 0 0;
  overflow: hidden;
  position: relative; }

.section .sliders .big-slider .slide img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.section .sliders .big-slider .slide .title {
  width: 100%;
  float: right;
  padding: 1em 6em 0 0;
  text-align: right; }

.section .sliders .big-slider .slide .title h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #024580;
  font-size: 1.2em; }

.section .sliders .big-slider .slide .title h4 {
  color: #efbb10; }

.section .sliders .small-slider-wrap {
  width: 35%;
  top: 25%;
  padding: 2em;
  right: 0;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  direction: ltr;
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.section .sliders .small-slider-wrap.already-visible,
.section .sliders .small-slider-wrap.into-view {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.section .sliders .small-slider-wrap .inner {
  width: 100%;
  height: 100%;
  padding-bottom: 1em;
  float: left;
  text-align: center;
  position: relative; }

.section .sliders .small-slider-wrap .inner h3 {
  color: #efbb10;
  font-size: 1.2em;
  margin-bottom: 1em; }

.section .sliders .small-slider {
  width: 100%;
  position: relative;
  float: left; }

.section .sliders .small-slider .slide {
  width: 100%;
  float: left;
  text-align: center; }

.section .sliders .small-slider .slide .image-wrap {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 75px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }

.section .sliders .small-slider .slide .image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
margin: auto;
transition: all 1s;
-webkit-transition: all 1s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%; }

.section .sliders .small-slider .slide .info {
width: 100%;
float: left; }

.section .sliders .small-slider .slide .info h3 {
color: #024580;
font-weight: 700; }

.section .sliders .small-slider .slide .info p {
font-size: 1em;
direction: rtl; }

.section .sliders .small-slider .slick-dots {
bottom: -35px;
z-index: 3; }

.section .sliders .small-slider .slick-dots li button:before {
font-size: 8px;
color: #000;
opacity: 1; }

.section .sliders .small-slider .slick-dots li.slick-active button:before {
color: #000;
opacity: 1;
border: 1px solid #000;
border-radius: 50%; }

.section .sliders .small-slider .slick-dots {
background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
background-position: center center;
-webkit-background-size: 3px 1px;
background-size: 3px 1px;
background-repeat: repeat-x; }





.section .trip-slider-wrap {
  width:100%;
  float:left;
  position:relative;
  z-index: 2;
  padding-top: 10px;
}
.section .trip-slider-wrap .trip-slider {
width: 100%;
padding-bottom: 4em;
float: left;
direction: ltr;
position: relative; }

.section .trip-slider-wrap .trip-slider .slide {
width: 100%;
float: left; }
.section .trip-slider-wrap .trip-slider .slick-slide {
width:100%;
height:auto;
}
.section .trip-slider-wrap .trip-slider .slide .image-wrap {
width: 100%;
float: left;
padding: 50% 0 0 0;
overflow: hidden;
position: relative;
}

.section .trip-slider-wrap .trip-slider .slide img {
position:absolute;  
height: auto;
width: 100%;
top: 50%;
left: 50%;
right: auto;
bottom: auto;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%)
}

.section .trip-slider-wrap .trip-slider .slide .title{
position:absolute;
z-index: 2;
right:10px;
bottom: 10px;
background-color: #044580;
padding:10px;
text-align: right;
}
.section .trip-slider-wrap .trip-slider .slide .title h3 {
color:#fff;
font-size: 18px;
}

.section .trip-slider-wrap .trip-slider .slick-dots {
bottom: 2em;
z-index: 3; }

.section .trip-slider-wrap .trip-slider .slick-dots li button:before {
font-size: 8px;
color: #000;
opacity: 1; }

.section .trip-slider-wrap .trip-slider .slick-dots li.slick-active button:before {
color: #000;
opacity: 1;
border: 1px solid #000;
border-radius: 50%; }

.section .trip-slider-wrap .trip-slider .slick-dots {
background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
background-position: center center;
-webkit-background-size: 3px 1px;
  background-size: 3px 1px;
background-repeat: repeat-x; }







.contact-wrap {
  width: 100%;
  float: right;
  padding: 6em 0 8em 0; }

.contact-wrap .form-wrap {
  width: 50%;
  float: right; }

.single-narrow .contact-wrap .form-wrap {
  width: 100%;
  float: right; 
  max-width: 600px;

}

.form-wrap #contact_form {
  display: block;
  width: 100%;
  float: right; }

.form-wrap #contact_form ul {
  width: 100%;
  padding: 2em 0 0 0;
  height: auto;
  margin: 0 auto 0 auto; }

.form-wrap #contact_form ul li {
  float: right;
  position: relative;
  width: 100%;
  padding: 0px;
  margin-bottom: 2em;
  border-radius: 0px; }

.form-wrap #contact_form ul li .inner {
  width: 100%;
  height: 100%;
  float: right;
  position: relative; }

.form-wrap #contact_form ul li .border {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.form-wrap #contact_form ul li.full-width {
  width: 100%; }

.form-wrap #contact_form ul li input {
  width: 100%;
  height: 50px;
  font-size: 1em;
  font-weight: 200;
  color: #000;
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.form-wrap #contact_form li:first-child input {
  /* WebKit browsers */
  color: #000; }

.form-wrap #contact_form ul li input:focus {
  outline: 0 !important; }

.form-wrap #contact_form ul li textarea:focus {
  outline: 0 !important; }

.form-wrap #contact_form ul li input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #242323 inset;
  -webkit-text-fill-color: white !important; }

.form-wrap #contact_form ul li label {
  float: left;
  color: #efefef;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.form-wrap #contact_form ul li textarea {
  width: 100%;
  float: left;
  height: 50px;
  font-weight: 200;
  font-size: 1em;
  color: #000;
  background: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  position: relative;
  padding: 1em 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  max-width: 100%; }

.form-wrap #contact_form ul li textarea:focus {
  height: 100px; }

.form-wrap #contact_form ul li .button {
  width: 100%;
  height: 60px;
  font-size: 2em;
  font-weight: 200;
  color: #000;
  background: #efbb10;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.form-wrap #contact_form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  font-weight: 400;
  font-size: 1em;
  text-transform: capitalize; }

.form-wrap #contact_form ::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-size: 1em;
  text-transform: capitalize; }

.form-wrap #contact_form ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  font-size: 1em;
  text-transform: capitalize; }

.contact-info {
  width: 50%;
  float: right;
  text-align: right;
  padding: 4em 8em 0 0; }

.contact-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #024580; }

.contact-info li p, .contact-info li a {
  font-size: 1.2em;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px; }

.contact-info ul li ul {
  margin-bottom: 2em; }

.main-content {
  width: 100%;
  float: left;
  padding: 8em 0 4em 0; }

.main-content #map{
width:110%;
height:500px;
float:left;
margin-top:4em;
margin-bottom: 4em;
}
.main-content .info {
  width: 50%;
  float: right;
  padding: 0 0 4em 0; }

.main-content .info p {
  font-size: 1em; }
.main-content .info strong {
  font-weight: 700!important;
}
.main-content .excerpt {
  width: 50%;
  float: right;
  padding-right: 8em; }

.main-content .excerpt .section {
  width: 100%;
  float: right;
  margin-bottom: 2em; }

.main-content .excerpt h3 {
  font-weight: 700;
  font-size: 1.2em;
  position: relative; }

.main-content .excerpt h3:before {
  font-family: 'icomoon';
  position: absolute;
  color: #000;
  font-weight: 300;
  font-size: 2em;
  top: 0;
  right: -1.2em; }

.main-content .excerpt h3.location:before {
  content: "\e903"; }

.main-content .excerpt h3.weather:before {
  content: "\e90e"; }

.main-content .excerpt h3.wind:before {
  content: "\e910"; }

.main-content .excerpt .section li {
  display: inline-block;
  float: right;
  clear: both; }

.main-content .excerpt .section li p {
  font-size: 1em; }

.more-info {
  width: 100%;
  float: left; }

.more-info .info {
  width: 100%;
  float: left;
  display: table;
  min-height: 600px; }

.more-info .border-bottom {
  height: 3px;
  width: 100%;
  float: right;
  margin-top: 4em;
  margin-bottom: 2em;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.more-info .part-image {
  width: 50%;
  display: table-cell; }

.more-info .part-image.trip-bkg {
  /*background-image: url(images/abroad-tile.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.more-info .part-image.holiday-bkg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.more-info .part-info {
  width: 50%;
  display: table-cell;
  padding: 4em;
  background-color: #fff; }

.more-info .part-info .inner {
  width: 100%;
  float: right; }

.more-info .part-info .inner .border {
  height: 3px;
  width: 100%;
  float: right;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.more-info .part-info .inner .titles {
  width: 100%;
  float: right; }

.more-info .part-info .inner .titles li {
  float: right;
  width: 33.333333333333%;
  font-weight: 700;
  padding-bottom: 1em;
  padding-right: 1em; }

.more-info .part-info .inner .option {
  width: 100%;
  float: right; }

.more-info .part-info .inner .option li {
  float: right;
  width: 33.333333333333%;
  padding: 1em 0 1em 0;
  padding-right: 1em; }

.more-info .part-info .inner .details {
  width: 100%;
  float: right;
  padding-top: 4em; }

.more-info .part-info .inner .section {
  width: 100%;
  float: right;
  margin-bottom: 2em; }

.more-info .part-info .inner .section h3 {
  font-size: 1em;
  font-weight: 700; }

.more-info .part-info .inner .section p {
  font-size: 1em; }

.pages-nav {
  width: 100%;
  float: left;
  text-align: center; }

.pages-nav .cta {
  width: 44%;
  display: block;
  float: left;
  background-color: #fff;
  margin: 2em;
  padding: 2em 0 2em 0;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s; }

.pages-nav .cta a {
  width: 100%;
  display: inline-block; }

.pages-nav .cta .title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1em;
  font-weight: 700; }

.pages-nav .cta .dates {
  width: 100%;
  float: left; }

.pages-nav .cta li {
  display: inline-block;
  margin: 0 10px 0 10px;
  transition: all .3s;
  -webkit-transition: all .3s; }

.pages-nav .cta:hover {
  background-color: #024580;
  color: #fff; }

.pages-nav .cta:hover li {
  color: #fff; }

.pinboard-wrap {
  width: 100%;
  float: left;
  background-color: #efefef; }

.pinboard-wrap .pinboard {
  width: 100%;
  float: left;
  position: relative;
  background-color: #efefef;
  text-align: center;
  z-index: 4;
  padding-bottom: 4em; }

.pinboard-wrap .pinboard .grid {
  width: 100%;
  float: left;
  position: relative; }

.pinboard-wrap .pinboard .grid-sizer,
.pinboard-wrap .pinboard .grid .grid-item {
  width: 25%;
  overflow: hidden;
  position: relative; }

.pinboard-wrap .pinboard .grid .grid-item:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.pinboard-wrap .pinboard .grid-item img {
  width: 100%;
  float: left;
  transition: all 1s;
  -webkit-transition: all 1s; }

.pinboard-wrap .pinboard .grid-item.widthX1 {
  width: 25%; }

.pinboard-wrap .pinboard .grid-item .excerpt {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0; }

.pinboard-wrap .pinboard .grid-item .excerpt .inner {
  width: 100%;
  float: left;
  padding: 2em 1em 1em 1em;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.65) 53%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.61)), color-stop(53%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.65) 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }

.pinboard-wrap .pinboard .grid-item .excerpt .inner h3 {
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  text-align: right; }

.single-content {
  width: 100%;
  float: left; }

.single-content p {
  margin-bottom: 1em; }

.single-content h3 {
  font-weight: 700;
  font-size: 1.4em; }

.single-content img {
/*  width: 160%;*/
  margin: 1em 0 2em 0;
  /*float: left;*/
  float: none;
  height: auto;
  /*margin-left: -30%;*/
  margin-auto;}

.load-more {
  width: 100%;
  float: left;
  text-align: center;
  padding: 8em 0 8em 0; }

.load-more a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  position: relative; }

.load-more a .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #efbb10;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.load-more a .circle .inner {
  width: 100%;
  float: left;
  position: relative; }

.load-more a .circle .icon-set {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  margin-top: 6px; }

.load-more a .circle .icon-set:before {
  content: "\e907";
  font-size: 2.5em;
  color: #000; }

.load-more a .border-wrap {
  width: 100%;
  float: left;
  padding: 0 4em 0 4em; }

.load-more a .border-wrap .border {
  height: 3px;
  width: 100%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.main-team {
  width: 100%;
  float: left; }

.founders-wrap {
  width: 100%;
  float: left;
  display: table;
  background: #fff;
  min-height: 500px; }

.founders-wrap .part {
  display: table-cell;
  width: 50%;
  padding: 4em; }

.founders-wrap .part .inner {
  width: 100%;
  float: right; }

.founders-wrap .part .inner h3 {
  font-weight: 700;
  font-size: 1.4em; }

.founders-wrap .part .inner p {
  font-size: 1em; }

.founders-wrap .part.founders-bkg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.team {
  width: 100%;
  float: left;
  position: relative;
  padding: 8em 0 0em 0; }

.team ul {
  width: 100%;
  float: left; }

.team ul li {
  width: 33.333333333333333%;
  float: right;
  padding: 1em; }

.team ul li .inner {
  width: 100%;
  float: left; }

.team ul li .image-wrap {
  width: 100%;
  float: right;
  padding: 100% 0 0 0;
  position: relative;
  overflow: hidden; }

.team ul li .image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.team ul li .info-wrap {
  width: 100%;
  height: 460px;
  overflow: hidden;
  float: left;
  background-color: #fff;
  padding: 1.5em; }

.team ul li .info-wrap h3 {
  font-weight: 700;
  font-size: 1.4em; }

.team ul li .info-wrap h3.job-title {
  font-weight: 700;
  font-size: 1em; }

.team ul li .info-wrap p {
  font-size: 1em; }

.contact-person {
  width: 100%;
  float: left;
  padding: 12em 0 0 0; }

.contact-person .image-wrap {
  width: 150px;
  height: 150px;
  float: right;
  overflow: hidden;
  border-radius: 50%; }

.contact-person .image-wrap img {
  width: 100%;
  height: auto; }

.contact-person .info {
  float: right;
  display: inline-block;
  width: 70%;
  padding: 2em; }

.contact-person .info h1 {
  font-size: 1.2em; }

.contact-person .info h2 {
  font-size: 1em; }

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loader-wrapper .loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.loader-wrapper .loader .gif-anim {
  width: 100px;
  height: 100px;
  /*margin: -50px 0 0 -50px;*/
  background-image: url(../images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  margin-bottom: 15px; }

.loader-wrapper .loader {
  display: inline-block;
  color: #FEBF2E;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }

.single-content ul {
  margin-bottom: 1em; }

.single-content ul li {
  font-size: 1.2em;
  list-style-type: circle; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Footer
--------------------------------------------------------------*/
.footer-wrap {
  width: 100%;
  float: left; 
background-color: #efefef;
}

.footer {
  direction: rtl;
  width: 100%;
  float: left;
  background-color: #efefef; }
  

.footer .border {
  height: 3px;
  width: 100%;
  top: 0;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, black 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  -webkit-background-size: 3px 1px;
          background-size: 3px 1px;
  background-repeat: repeat-x; }

.footer .bottom-nav {
  width: 100%;
  float: left; }

.footer .bottom-nav section {
  width: 25%;
  padding: 2em;
  float: right; }

.footer .bottom-nav section h3 {
  font-size: 1em;
  font-weight: 700; }

.footer .bottom-nav section a {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  display: block;
  line-height: 1.4em;
  margin-bottom: 10px; }

.footer .bottom-nav section a:hover {
  color: #000; }

.footer .bottom-nav section h3 a.title {
  font-size: 1em;
  font-weight: 700;
  color: #000; }

.footer .bottom-nav .form-wrapper {
  margin: 2em 0 8em 0;
  width: 100%;
  float: left; }

.footer .bottom-area {
  width: 100%;
  float: left; }

.footer .bottom-area .part {
  width: 50%;
  float: left;
  padding: 4em 1em 4em 1em; }

/* ---- style for narrow pages footer --*/
.text-content .footer .bottom-area .part {

  width: 100%; }
.text-content .footer .bottom-area .part .adidas-sailing a img {
  margin-bottom: 0; }

.text-content .contact-info {
  padding: 4em 0em 0 0; }

.text-content .contact-wrap {
  padding: 4em 0 4em 0; }

/* ---- style for narrow pages footer --*/
.footer .bottom-area .part .adidas-sailing {
  width: 100%;
    float: left; }
.footer .bottom-area .part .mifrasim {
    display: inline-block;
    max-width: 68%;
    margin-right: 24%;
    margin-top: -10vw;
	}
   .footer .bottom-area .part .mifrasim p{
    width: 57%;
    float: left;
    margin-top: -9vw;}
.footer .bottom-area .part .adidas-sailing a {
    display: block;
    width: 100px;
float: right;}

.footer .bottom-area .part .adidas-sailing a img {
    width: 100%;
    height: auto;
    float: right;}

.footer .bottom-area .part .title-wrap {
      width: 50%;
   /* float: left;
    padding: 4em 1em 4em 1em;*/ }

  .footer .bottom-area .part .title-wrap.br {
    width: 30%;
    display: inline-block;
}
.footer .bottom-area .part h3 {
  font-size: 1.2em;
/*  margin-bottom: 1em;*/
  font-weight: 400;
 /* text-align:center;*/}

.footer .subscribe-wrapper {
  width: 100%;
  float: left;
  text-align: center; }

.footer .subscribe-wrapper .subscribe {
  width: 100%;
  float: right;
  border: 1px solid #bbb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  max-width: 400px; }

.footer .subscribe-wrapper .subscribe ul {
  width: 100%;
  float: left;
  padding: 1em; }

.footer .subscribe-wrapper .subscribe ul li:first-child {
  width: 70%;
  float: left; }

.footer .subscribe-wrapper .subscribe ul li input {
  width: 100%;
  color: #000;
  font-size: 1em;
  line-height: 2.2em;
  padding: 0 0 0 1em;
  text-align: left; 
  direction:ltr;

}

.footer .subscribe-wrapper .subscribe ul li input:focus {
  background-color: #efefef; }

.footer .subscribe-wrapper .subscribe ul li:nth-child(2) {
  width: 30%;
  float: right;
  background-color: #efbb10;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden; }

.footer .subscribe-wrapper .subscribe ul li button {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  cursor: pointer; }

.footer .subscribe-wrapper .subscribe ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  font-weight: 400;
  font-size: 1em;
  text-transform: capitalize; }

.footer .subscribe-wrapper .subscribe ::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-size: 1em;
  text-transform: capitalize; }

.footer .subscribe-wrapper .subscribe ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  font-size: 1em;
  text-transform: capitalize; }

.footer .credits {
  width: 100%;
  float: left;
  padding: 1em; }

.footer .credits .left {
  float: left;
  width: 50%;
  text-align: left; }

.footer .credits .left a {
  font-size: 14px;
  font-weight: 300;
  color: #000; }

.footer .credits .right {
  float: right;
  width: 50%; }

.footer .credits .right p {
  font-size: 14px;
  font-weight: 300;
  color: #000; }

.footer div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 20px; }

.footer .subscribe-wrapper .subscribe ul li input.wpcf7-submit {
text-align: center;
padding: 0; }

.wpcf7-form-control-wrap {
direction: rtl; }

#contact_form .inner p {
margin-bottom: 0; }

.wpcf7-validation-errors,
.wpcf7-response-output {
border: none !important;
text-align: center;
font-family: 'Open Sans', sans-serif;
}

#wpcf7-f122-o2 {
position: relative; }
#wpcf7-f122-o2 input[type='submit'] {
background-color: #efbb10;
border-radius: 50px; }
#wpcf7-f122-o2 .wpcf7-response-output {
top: 62px;
left: 0;
position: absolute; 
font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
# RTL-specific styles
--------------------------------------------------------------*/
/*
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right_to_Left_Language_Support

*/
body.rtl {
  direction: rtl;
  unicode-bidi: embed; }

/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
/*-----------R E S P O N S I V E by M U Z E-----------*/

@media screen and (max-width: 1450px) {
  .top-banner .top-title h1 {
    font-size: 4em; }
  .top-banner .top-title .icon-set.study:before,
  .top-banner .top-title .icon-set.abroad:before,
  .top-banner .top-title .icon-set.club:before {
    font-size: 4em; }
  .top-banner.holiday-temp .top-title h1 {
    font-size: 3em; } }

@media screen and (max-width: 1300px) {
  .team ul li {
    width: 50%; } 
    .categories-wrap.small-box .part .cat {
    width: 100%;
    padding-bottom: 4em; }
  }

@media screen and (max-width: 1200px) {
  .calendar-wrap .calendar ul > li {
    width: 50%; }

  .categories-wrap.small-box .part .cat.poster {
    padding: 100% 0 0 0; }
  .main-content .info {
    width: 100%; }
  .main-content .excerpt {
    width: 100%; 
   padding-right:4em;}
  .pinboard-wrap .pinboard .grid-item.widthX1 {
    width: 50%; }
  .founders-wrap .part {
    width: 100%;
    display: block;
    float: right; 
    padding:4em 1.5em;
  }
  .founders-wrap .part.founders-bkg {
    padding: 60% 0 0 0; } }

@media screen and (max-width: 1040px) {
.single-content img {
   width: 100%!important;
   margin: 1em 0 2em 0;
   float: none; 
   height: auto;
   margin-left: 0; 
}	
  .home-top .top-title .inner .info h3 {
    font-size: 4em; }
  .home-top .top-title .inner .info h2 {
    font-size: 1.2em; }
  .home-top .top-title .inner .info {
    max-width: 700px; }
  .section .boxes-wrap .part {
    width: 100%;
    height: auto !important; }
  .section .boxes-wrap .part .inner.half,
  .section .boxes-wrap .part .inner.full {
    height: 500px; }
  .boxes-wrap .wrapper_1400 {
    padding: 0; }
  .section .sliders .big-slider-wrap {
    width: 100%;
    margin-bottom: 2em;
    background-color: #fff; }
  .section .sliders .small-slider-wrap {
    position: static;
    float: left;
    width: 100%; }
  .section .sliders .big-slider-wrap .yellow-cta {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0em 2em 0; }
  .section .sliders .big-slider .slide .title {
    padding: 1em 2em 0 0; }
  .section .sliders .big-slider {
    padding-bottom: 2em; }
  .categories-wrap.tall-box .part .cat {
    width: 100%;
    padding-bottom: 4em; }
  .categories-wrap.tall-box .part .cat.poster {
    padding: 100% 0 0 0; }
  .top-banner .top-title {
    right: 0;
    max-width: 100%;
    width: 100%;
    padding: 2em; }
  .middle-banner .top-title {
    float: left;
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 2em; }
  .more-info .part-image {
    width: 100%;
    display: block;
    padding-top: 80%;
    float: right; }
  .more-info .part-info {
    width: 100%;
    float: right; }
  .pages-nav .cta {
    width: 100%;
    padding: 2em 0 2em 0;
    margin: 2em 0; }
  .footer .bottom-area .part {
    width: 100%; } }
	
@media screen and (max-width: 960px) {
  .main-wrapper .text-content {
    width: 100%; }
  .contact-info {
    padding: 4em 4em 0 0; }
  .footer .bottom-nav section {
    width: 50%; }
  .team ul li {
    width: 100%; }
  .team ul li .info-wrap {
    height: auto; }
  .contact-person .info {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .calendar-wrap .calendar ul > li {
    width: 100%; }
 }



@media screen and (max-width: 725px) and (orientation: portrait) { 
.nagish-container {width: 300px; right: 100px; }
}

@media screen and (max-width: 725px) {
.nagish-container .inner-wrap {
	
   padding: 2em 1em 1em 1em;  
}
.sidebar .contact-btn .icon-set:before {font-size: 2.5em;}
.wheelchair {
    width: 20px;
    height: 20px;
    margin-left: 2px;   
}
.sidebar .social-wrap .icon-set.instegram:before {margin-left: -9px; font-size: 2.5em;}
.sidebar .social-wrap .icon-set.youtube:before  {margin-left: -9px; font-size: 2.5em;}
.sidebar .social-wrap .icon-set.facebook:before {margin-left: -13px;}
	
 .sidebar {
   	width: 22px; }	

  .top-banner .top-title .icon-set {
    font-size: 0.8em;
  }
  .viamaris-logo {
    top: 1.5em;
    right: 1.5em; }
  .viamaris-logo .icon {
    width: 50px;
    height: 50px; }
  .viamaris-logo .part {
    display: none; }
  .viamaris-logo .part .icon-set:before {
    font-size: 6em;
    margin-top: 10px; }
  .nav-wrap .navigation {
    margin: 0 0 0 6em; }
  .nav-wrap .navigation .border {
    left: 7em; }
  .home-top .top-title .inner .info h1 {
    font-size: 1.4em; }
  .home-top .top-title .inner .info h3 {
    font-size: 2em; }
  .home-top .top-title .inner .info h2 {
    font-size: 1em; }
  /* --- Grid --- */
 
  .page-wrap {
    padding: 0 0 0 0px; }
  .footer {
    padding-left: 0px; }
  .nav-wrap {
    left: 0px;
    width: 110%; }
  .hamburger {
    top: 1.5em;
    left: 22px;
    background-color: #024580; }
  .hamburger #nav-icon3 {
    margin-top: 15px;
    margin-right: 10px;
    width: 30px; }
  .hamburger #nav-icon3 span {
    background: #fff; }
  .hamburger #nav-icon3 p {
    display: none; }
  .hamburger #nav-icon3.open span:nth-child(3) {
    left: 20%; }
  .hamburger #nav-icon3.open span:nth-child(2) {
    left: 20%; }
	
	
  .wrapper_1400, .wrapper_1200, .wrapper_800, .wrapper_1040 {
    padding: 0 1.2em 0 2.5em; }
	
	
  /* --- End Grid --- */
  .nav-wrap .navigation li a {
    font-size: 1.2em;
    padding: 15px 1em 15px 1.8em; }
  .nav-wrap .navigation {
    padding: 2em 0 2em 0; }
  .section .boxes-wrap .part .inner .box .info-wrap .info {
    padding: 0 1em 0 1em; }
  .middle-title h3,
  .middle-title h1 {
    font-size: 1.2em; }
  .middle-title p,
  .middle-title h2 {
    font-size: 1em; }
  .section .sliders {
    padding-bottom: 4em; }
  .contact-wrap {
    padding: 4em 0 4em 0; }
  .contact-wrap .form-wrap {
    width: 100%; }
  .contact-info {
    width: 100%;
    padding: 6em 2em 0 0;
    text-align: right; }
  .footer .bottom-nav section {
    width: 50%;
    min-height: 220px; }
  .categories-wrap.tall-box .part .cat.info .inner {
    padding: 4em 2em 2em 2em; }
  .categories-wrap.tall-box .part .cat {
    padding-bottom: 0; }
  .categories-wrap.tall-box .part .cat.info .inner h3 {
    font-size: 1.4em; }
  .categories-wrap.tall-box .part .cat.info .inner p {
    font-size: 1em; }
  .categories-wrap.small-box .part .cat.info .inner {
    padding: 4em 2em 2em 2em; }
  .categories-wrap.small-box .part .cat {
    padding-bottom: 0; }
  .categories-wrap.small-box .part .cat.info .inner h3 {
    font-size: 1.4em; }
  .categories-wrap.small-box .part .cat.info .inner p {
    font-size: 1em; }
  .middle-banner .top-title p {
    font-size: 1em; }
  .middle-banner .top-title h3 {
    font-size: 1.5em; }
  .main-wrapper .text-content .bottom-nav.col2 a {
    width: 100%;
    display: block; }
  .main-wrapper .text-content .bottom-nav.col3 a {
    width: 100%;
    display: block; }
  .top-banner .top-title h1 {
    font-size: 1.5em; }
  .top-banner .top-title h2 {
    font-size: 1em; }
  .top-banner .top-title {
    padding: 1em; }
  .top-banner.holiday-temp .top-title h1 {
    font-size: 2em; }
  .more-info .part-info {
    padding: 4em 1em 4em 1em; }
  .more-info .wrapper_1400 {
    padding: 0; }
  .more-info .part-info .inner .titles li {
    padding: 0; }
  .more-info .part-info .inner .option li {
    padding: 1em 0 1em 1em; }
  .single-content p {
    font-size: 1em; }
  .footer .bottom-area .part {
    padding: 4em 0 4em 0; } 

    .section .sliders .big-slider .slide .image-wrap {
      padding:80% 0 0 0 ;
    }
    .section .trip-slider-wrap .trip-slider .slide .image-wrap {
     padding:80% 0 0 0 ; 
    }
    .section .sliders .big-slider .slide img {
    height:100%;
    width:auto;
    top:50%;
    left:50%;
    right:auto;
    bottom:auto;  
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }

}

@media screen and (max-width: 600px) {
  .pinboard-wrap .pinboard .grid-item.widthX1 {
    width: 100%; }
  .footer .bottom-nav section {
    width: 100%;
    min-height: auto; } }



/*.email-230:before {
    content: "*";
    float: right;
    color: red;
    width: 20px;
    font-size: 25px;
    padding-top: 30p;
    display: inline;
    position: absolute;
    bottom: 0px;
    right: 25px;
}


.tel-309:before{
    content: "*";
    float: right;
    color: red;
    width: 20px;
    font-size: 25px;
    padding-top: 30p;
    display: inline;
    position: absolute;
    bottom: 0px;
    right: 25px;
}


.your-name:before{
    content: "*";
    float: right;
    color: red;
    width: 20px;
    font-size: 25px;
    padding-top: 30p;
    display: inline;
    position: absolute;
    bottom: 0px;
    right: 13px;
} 
*/

#breadcrumbs {display: block;
    /*float: right;*/ /*rh*/
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    text-align: center; /*RH*/
}


.widget_archive select {font-size: 20px; text-decoration: underline;}
.error-404 .search-submit {background: #efbb10; }
.error-404 input {font-size: 20px;}
.footer .email-230:before {display: none;}

.dflex{display:flex;justify-content:space-between;}
.dflex img{max-width:49%;}

.yachts{font-size: 1.2em;}
.yachts span{font-weight: 600;}
	
	
p #breadcrumbs {text-align: right!important; padding-right: 30px;}

.mycontact li label {float: right!important; color: black!important; font-size: 20px!important; margin-left: 5px;}
.mycontact li .myspan {float: right!important; color: red!important; font-size: 25px!important;}
.mykeshtit {text-align: right; font-weight: 700; font-size: 2em; margin-top: 25px;}

span.wpcf7-not-valid-tip {text-align: right!important;}
.breadyamin {text-align: right; padding-right: 35px;}


.nav-links .dates {display: none;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
.nagish-container {left: auto!important;}
.flexcroll {scrollbar-darkshadow-color: #fff; scrollbar-track-color: #fff; }	 
}

@supports (-ms-ime-align:auto) {
  /* IE Edge 12+ CSS styles go here */ 
.nagish-container {left: auto!important;}	
}


.single-geographic #breadcrumbs {margin-bottom: 30px!important;}
.single-holidays #breadcrumbs {margin-bottom: 30px!important;}

/*
.postid-2213 .main-wrapper .text-content {width: 100%!important;}
*/

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

.wbm_ssf_box {padding-top: 50px!important; padding-bottom: 80px!important;}
}


.bigsearch {max-width: 1300px!important; margin: auto!important;}

.gova {
  position: relative;
  margin: 0 -4em;
}

.page-id-2232 .viamaris-logo .part .icon-set:before {
  color: black;
}

.bigsearch iframe {height: 3500px!important; overflow: hidden!important;}
.box_content:first-child {display: block!important; width: 100%!important;}

@media screen and (max-width: 1234px) {
iframe.rashi {height: 800px!important;}
}

@media screen and (min-width: 500px) and (max-width: 767px){
iframe.rashi {height: 270px!important;}
}

@media screen and (min-width: 1235px) and (max-width: 1376px){
iframe.rashi {height: 280px!important;}	
	}

	


#accessibility-settings {
	display:none;
}
	
    
    
/* Header logo */
/*In non elemntor page hide the white logo*/
body:not(.elementor-page) .l-logo { 
  display: none !important; 
}

body:not(.elementor-page) .d-logo { 
  display: block !important; 
  opacity: 1 !important; /* disable the fade effect */
  will-change: auto !important;
}
    
    
    
    

body:not(.elementor-page) .header-main-button p {
    margin-block-end: 0.9rem;
    margin-block-start: 0;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
    font-weight: 700;
    color: #132232;
}    



@media (max-width: 767px) {



    body:not(.elementor-page) .header-main-button p {
        margin-block-end: 0.9rem;
        margin-block-start: 0;
        display: block;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
        font-size: clamp(0.875rem, 0.8333rem + 0.1852vw, 1rem);
        font-weight: 700;
        color: #132232;
    }    

    
} /*767*/
