/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo



*/
/* reset.less */
#page {
  background: #f4f4f4;
}
#page > header {
  background: #fff;
}
.banner-wrapper {
  margin: 25px 0;
}
.bx-viewport {
  direction: ltr;
}
#home-section-1 .bx-wrapper .bx-viewport {
  left: 0;
}
@media (min-width: 768px) {
  #home-section-1 .bx-wrapper .bx-viewport {
    border: none;
  }
}
.table-responsive {
  overflow-x: visible;
}
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
em,
img,
ins,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
.missing-box {
  background: red;
  width: 270px;
  height: 270px;
  max-width: 100%;
  margin-bottom: 20px;
}
.shabat {
  height: 180px;
}
.form-msg {
  height: 135px;
  margin-bottom: 20px;
}
.recipes {
  height: 493px;
  margin-bottom: 20px;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
img {
  max-width: 100%;
  height: auto;
}
.alignRight {
  float: right;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a img {
  border: 0 none;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.bx-wrapper .bx-viewport {
  left: 0 !important;
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
    line-height: 1.5;
  }
}
/* end reset.less */
/* variables.less */
h2 {
  font-size: 18px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 18px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
h4 {
  font-size: 16px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.post-title {
  color: #0776c7;
  font-weight: bold;
}
.read-more {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.read-more i {
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
li a {
  display: block;
}
.home .read-more {
  display: block;
}
@media (min-width: 768px) {
  .side-lines:before {
    content: "";
    border-top: 2px solid #89cc37;
    display: block;
    height: 1px;
    width: 95px;
    left: -110px;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .side-lines:after {
    content: "";
    border-top: 2px solid #89cc37;
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 95px;
    right: -110px;
  }
}
.error {
  color: #cf3427;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 35px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#id-error {
  display: none;
}
.btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
.btn i {
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.non-padding-bottom {
  padding-bottom: 0 !important;
}
.green {
  color: #89cc37;
}
.red {
  color: #cf3427 !important;
}
.blue {
  color: #02487a;
}
.bold {
  font-weight: bold;
}
.border-green {
  border: 1px solid #89cc37;
}
.border-white {
  border: 1px solid #fff;
}
.border-light-blue {
  border: 1px solid #0776c7;
}
.light-blue {
  color: #0776c7;
}
.bg-gray {
  background: #e1e1e1;
}
.bg-pack-gray {
  background: #666666;
}
.bg-light-blue {
  background: #0776c7;
}
.bg-form-gray {
  background: #c2c2c2;
}
.auto-height {
  max-height: none !important;
}
.no-border {
  border: none;
}
.bg-form {
  background: #2492e2;
}
.bg-blue {
  background: #02487a;
}
.bg-green {
  background: #89cc37;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.padding-top-15 {
  padding-top: 15px;
}
.dis-in-block {
  display: inline-block;
}
.blue-line {
  border-bottom: 9px solid #0776c7;
  padding-top: 4px;
}
@media (min-width: 992px) {
  .blue-line {
    border-bottom: 2px solid #0776c7;
    padding-top: 3px;
  }
}
.relative {
  position: relative;
}
.pink-title {
  color: #dd0085;
  text-transform: uppercase;
  font-size: 12px;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid red;
  display: inline-block;
  margin: 0 5px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
  display: inline-block;
  margin: 0 5px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #89cc37;
}
.under-line {
  text-decoration: underline;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.float-left {
  float: left;
}
.float-right {
  float: right !important;
}
.text-center {
  text-align: center;
}
.bg-black {
  background: #000;
}
.bg-green {
  background: #89cc37 !important;
}
.no-padding {
  padding: 0 !important;
}
.color-pink {
  color: #dd0085;
}
.yellow-line {
  height: 3px;
  background-image: -moz-linear-gradient(90deg, #ffd031 0%, #f08d00 35%, #ffd031 64%, #fff25c 100%);
  background-image: -webkit-linear-gradient(90deg, #ffd031 0%, #f08d00 35%, #ffd031 64%, #fff25c 100%);
  background-image: -ms-linear-gradient(90deg, #ffd031 0%, #f08d00 35%, #ffd031 64%, #fff25c 100%);
}
.flip:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
/* end variables.less */
/* mega_menu.less */
@media (min-width: 992px) {
  .mega_menu .sub-menu {
    width: auto !important;
    right: 0;
    padding-bottom: 20px;
  }
  .mega_menu .sub-menu li {
    display: inline-block;
    margin: 20px 25px;
    position: relative;
    width: 204px;
    height: 110px;
  }
  .mega_menu .sub-menu li:hover {
    background-color: none !important;
  }
  .mega_menu .sub-menu li a {
    border-bottom: none !important;
    padding: 0 !important;
    width: 204px;
    height: 108px;
    display: block;
  }
  /* mega backgrounds */
  .mega_menu_1 a:before,
  .mega_menu_3 a:before,
  .mega_menu_5 a:before {
    background-image: url("images/mega_menu_1.jpg");
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .mega_menu_2 a:before,
  .mega_menu_4 a:before,
  .mega_menu_6 a:before {
    background-image: url("images/mega_menu_2.jpg");
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
}
#footer .mega_menu .sub-menu {
  display: none;
}
/* end mega_menu.less */
/* primary-nav.less */
#primary-nav-wrapper ul {
  direction: rtl;
  position: relative;
  width: 199px;
}
@media (min-width: 992px) {
  #primary-nav-wrapper ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    width: auto;
  }
}
#primary-nav-wrapper ul li {
  line-height: 50px;
}
@media (min-width: 768px) {
  #primary-nav-wrapper ul li {
    flex-wrap: nowrap;
    flex-grow: 1;
    line-height: 1.2;
  }
}
#primary-nav-wrapper ul li > a {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #primary-nav-wrapper ul li > a {
    padding: 15px 0 15px;
  }
}
@media (min-width: 992px) {
  #primary-nav-wrapper ul li > a {
    padding: 45px 10px 35px;
    border-bottom: 1px solid transparent;
  }
}
#primary-nav-wrapper ul li > a:hover {
  color: #0776c7;
}
#primary-nav-wrapper ul li:hover > ul {
  display: block;
}
#primary-nav-wrapper ul li .sub-menu {
  display: none;
  position: static;
  z-index: 99;
  top: 100px;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
  margin-right: 0;
}
#primary-nav-wrapper ul li .sub-menu li {
  line-height: 20px;
}
@media (min-width: 992px) {
  #primary-nav-wrapper ul li .sub-menu {
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    margin-right: -25px;
    top: 86px;
    border-top: 2px solid #89cc37;
  }
}
@media (min-width: 992px) and (min-width: 1170px) {
  #primary-nav-wrapper ul li .sub-menu {
    top: 101px;
  }
}
#primary-nav-wrapper ul li .sub-menu li:hover {
  background-color: #f4f4f4;
}
#primary-nav-wrapper ul li .sub-menu li a {
  font-size: 18px;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  #primary-nav-wrapper ul li .sub-menu li a {
    border-bottom: 1px solid #c2c2c2;
  }
}
#primary-nav-wrapper ul li a {
  color: #02487a;
  font-weight: bold;
  font-size: 17px;
  display: block;
}
/* end primary-nav.less */
/* mixin.less */
/* how  to use  */
.example-div p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*  */
/* end mixin.less */
/* main.less */
#primary {
  padding-top: 15px;
}
@media (min-width: 992px) {
  #primary {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  #primary {
    padding-right: 325px;
    padding-top: 0;
    display: block;
  }
}
#primary .main-wrapper {
  padding: 15px 0 5px;
  border-width: 1px;
  border-color: #c2c2c2;
  border-style: solid;
  background-color: #ffffff;
  border-top: 4px solid #0567af;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
@media (min-width: 768px) {
  #primary .main-wrapper {
    padding: 20px 0;
  }
}
.primary-menu-wrapper {
  top: 63px;
  right: 0;
  z-index: 5;
  width: 100%;
  background: #0776c7;
  display: inline-block;
}
@media (min-width: 768px) {
  .primary-menu-wrapper {
    top: 106px;
  }
}
@media (min-width: 992px) {
  .primary-menu-wrapper {
    /*top: 65px;*/
    background: transparent;
    position: absolute;
  }
}
@media (min-width: 1450px) {
  .primary-menu-wrapper {
    position: static;
  }
}
#page-register + #footer #footer-top {
  display: none;
}
/* end main.less*/
/* box-1.less */
.main-wrapper {
  margin-bottom: 25px;
}
.box-1 {
  max-width: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .box-1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .box-1 {
    margin-bottom: 0;
  }
}
.box-1 .thumbnail-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-1 .thumbnail-wrapper img {
    width: 100%;
  }
}
.box-1 .roof-title {
  position: absolute;
  bottom: 25px;
}
.box-1 .post-title {
  font-size: 16px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .box-1 .post-title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .box-1 .post-title {
    height: 60px;
    overflow: hidden;
    margin: 15px 0;
  }
}
.box-1 .article-excerpt {
  margin-bottom: 5px;
  height: 49px;
  overflow: hidden;
  text-align: right;
}
@media (min-width: 1170px) {
  .box-1 .article-excerpt {
    margin-bottom: 20px;
  }
}
.box-1 header {
  border: none;
  padding-bottom: 0;
}
/* end box-1.less */
/* box-3.less*/
.box-3 {
  padding: 14.5px 0;
  margin: 0 15px;
  border-bottom: 1px solid #c2c2c2;
}
.box-3 .thumbnail-wrapper {
  position: relative;
  width: 135px;
  height: 90px;
  overflow: hidden;
  float: right;
}
.box-3 .roof-title {
  position: static;
  background: #0776c7;
  font-size: 12px;
  padding: 6px 10px 6px 15px;
}
.box-3 .post-title {
  font-size: 16.016px;
  height: 50px;
  margin-top: 10px;
  font-weight: 400;
  overflow: hidden;
  min-width: 100px;
}
.box-3 .post-title a {
  color: black;
}
.box-3 header {
  border: none;
  padding-right: 155px;
  padding-bottom: 0;
}
.box-3:last-child {
  border-bottom: none;
}
/* end box-3.less */
/* box-4.less */
.box-4 {
  margin-bottom: 25px;
  max-width: 400px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.box-4 article a:first-child {
  display: block;
  overflow: hidden;
}
.box-4 .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.box-4 .roof-title {
  position: absolute;
  top: 0;
  background: #0776c7;
  left: 15px;
  text-align: center;
  width: 40px;
  border-radius: 0 0 15px 15px;
  padding: 10px 0 11px;
  font-weight: 400;
  z-index: 5;
  font-size: 12px;
}
@media (min-width: 992px) {
  .box-4 .roof-title {
    font-size: 16px;
    width: 50px;
    border-radius: 0 0 25px 25px;
    padding: 10px 0 18px;
  }
}
.box-4 .roof-title i {
  padding-bottom: 5px;
}
.box-4 .post-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.639);
  padding: 5px 25px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  z-index: 5;
  font-size: 16px;
}
@media (min-width: 992px) {
  .box-4 .post-title {
    padding: 15px 25px;
    font-size: 24px;
  }
}
.box-4 .post-title a {
  height: 25px;
  overflow: hidden;
  display: block;
}
.box-4 .article-excerpt {
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
}
.box-4 header {
  border: none;
  padding-bottom: 0;
}
.box-4 .to-hide {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.639);
  padding: 70px 25px 70px;
}
.box-4 .to-hide .hidden-post-title {
  position: static;
  height: 25px;
  overflow: hidden;
  font-size: 19px;
  background-color: transparent;
  width: 100%;
  margin: 0 0 10px 0;
}
.box-4 .to-hide .article-excerpt {
  height: 34px;
  overflow: hidden;
}
.box-4-small:hover .to-hide {
  display: block;
  height: 100%;
}
.box-4-small:hover .post-title {
  display: none;
}
/* end box-4.less*/
/*  calender.less*/
#ui-datepicker-div {
  z-index: 9 !important;
}
.ui-datepicker td {
  line-height: 33px;
}
.has_events {
  border-radius: 50%;
  width: 35px;
  line-height: 35px !important;
  height: 35px;
  padding: 0;
}
.day-number {
  padding: 0 !important;
}
/* end calender.less */
/* box-4-small.less  */
.box-4-small {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 295px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .box-4-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1350px) {
  .box-4-small {
    margin-bottom: 0;
  }
}
.box-4-small .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-4-small .thumbnail-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-4-small .thumbnail-wrapper img {
    width: auto;
  }
}
.box-4-small .roof-title {
  position: absolute;
  background: #0776c7;
  top: 0;
  left: 15px;
  text-align: center;
  width: 40px;
  border-radius: 0 0 15px 15px;
  padding: 10px 0 11px;
  font-weight: 400;
  z-index: 5;
  font-size: 12px;
}
@media (min-width: 768px) {
  .box-4-small .roof-title {
    width: 50px;
    border-radius: 0 0 25px 25px;
    padding: 10px 0 18px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .box-4-small .roof-title {
    font-size: 14px;
    padding: 5px 0 10px;
    width: 40px;
  }
}
.box-4-small .roof-title i {
  padding-bottom: 5px;
}
.box-4-small .post-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.639);
  padding: 7px 25px 5px;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  margin: 0;
  z-index: 5;
}
.box-4-small .post-title a {
  height: 22px;
  overflow: hidden;
  display: block;
}
.box-4-small .article-excerpt {
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.box-4-small header {
  border: none;
  padding-bottom: 0;
}
.box-4-small .to-hide {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.639);
  padding: 30px 25px 30px;
}
.box-4-small .to-hide .hidden-post-title {
  position: static;
  height: 21px;
  overflow: hidden;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  margin: 0 0 10px 0;
}
.box-4-small .to-hide .article-excerpt {
  height: 33px;
  overflow: hidden;
}
.box-4:hover .to-hide {
  display: block;
  height: 100%;
}
.box-4:hover .post-title {
  display: none;
}
/* end box-4-small.less  */
/* box-5-video.less*/
.box-5-video {
  overflow: hidden;
}
.box-5-video .video-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .box-5-video .video-wrapper {
    width: 300px;
    height: 170px;
  }
}
@media (min-width: 1170px) {
  .box-5-video .video-wrapper {
    width: 595px;
    height: 355px;
  }
}
.box-5-video .video-wrapper a:after {
  content: "";
  background: url("images/play-img-mob.png");
  height: 50px;
  width: 50px;
  position: absolute;
  top: 55%;
  right: 55%;
  margin-right: -49px;
  margin-top: -49px;
}
@media (min-width: 992px) {
  .box-5-video .video-wrapper a:after {
    background: url("images/play-img.png");
    height: 97px;
    width: 98px;
    top: 50%;
    right: 50%;
  }
}
.box-5-video .roof-title {
  position: static;
  margin: 15px 0 20px;
}
.box-5-video .post-title {
  height: 55px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .box-5-video .post-title {
    margin-bottom: 20px;
  }
}
.box-5-video header {
  border-bottom: none;
  padding-bottom: 0;
}
/* end box-5-video.less */
/* box-5-video-small.less*/
.box-5-video-small {
  text-align: right;
  direction: rtl;
}
@media (min-width: 1170px) {
  .box-5-video-small {
    clear: both;
    height: 135px;
  }
}
.box-5-video-small .video-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-5-video-small .video-wrapper {
    height: 70px;
    width: 112px;
    float: right;
  }
}
@media (min-width: 1170px) {
  .box-5-video-small .video-wrapper {
    width: 225px;
    height: 125px;
  }
}
.box-5-video-small .video-wrapper a:after {
  content: "";
  background: url("images/play-img-xs.png");
  height: 25px;
  width: 26px;
  position: absolute;
  top: 55%;
  right: 55%;
  margin-right: -25px;
  margin-top: -25px;
}
@media (min-width: 992px) {
  .box-5-video-small .video-wrapper a:after {
    background: url("images/play-img-small.png");
    height: 49px;
    width: 50px;
    top: 50%;
    right: 50%;
  }
}
.box-5-video-small .roof-title {
  position: static;
  margin: 15px 0 15px;
}
@media (min-width: 768px) {
  .box-5-video-small .roof-title {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    height: 25px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .box-5-video-small .roof-title {
    height: 27px;
  }
}
@media (min-width: 1170px) {
  .box-5-video-small .roof-title {
    font-size: 20px;
    margin: 0 0 20px;
    height: 31px;
  }
}
.box-5-video-small .post-title {
  font-size: 16px;
  height: 44px;
  line-height: 1.2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-5-video-small .post-title {
    font-size: 14px;
    height: 32px;
  }
}
@media (min-width: 1170px) {
  .box-5-video-small .post-title {
    font-size: 18px;
    height: 45px;
  }
}
.box-5-video-small header {
  border-bottom: none;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .box-5-video-small header {
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .box-5-video-small header {
    padding-right: 130px;
  }
}
@media (min-width: 1170px) {
  .box-5-video-small header {
    padding-right: 255px;
  }
}
@media (max-width: 767px) {
  .video-wrapper img {
    width: 100%;
  }
}
/* end box-5-video-small.less */
/* box-6.less */
.box-6 {
  margin-bottom: 25px;
  max-width: 400px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.box-6 .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.box-6 .roof-title {
  position: absolute;
  top: 0px;
  background: #02487a;
  left: 15px;
  text-align: center;
  width: 50px;
  font-size: 16px;
  border-radius: 0 0 25px 25px;
  padding: 10px 0 18px;
  font-weight: 400;
  z-index: 5;
}
.box-6 .roof-title i {
  padding-bottom: 5px;
}
.box-6 .post-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.639);
  padding: 4px 25px;
  overflow: hidden;
  font-size: 18px;
  width: 100%;
  text-align: right;
  margin: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .box-6 .post-title {
    padding: 15px 25px;
  }
}
.box-6 .post-title a {
  height: 23px;
  overflow: hidden;
  display: block;
}
.box-6 .article-excerpt {
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
}
.box-6 header {
  border: none;
  padding-bottom: 0;
}
/* end box-6.less*/
/* box-7.less  */
.box-7 {
  overflow: hidden;
  border: 1px solid #c2c2c2;
  padding: 10px;
  display: inline-block;
  margin: 5px 2px 20px;
}
@media (min-width: 768px) {
  .box-7 {
    max-width: 345px;
  }
}
@media (min-width: 992px) {
  .box-7 {
    max-width: 310px;
  }
}
@media (min-width: 1170px) {
  .box-7 {
    max-width: 295px;
  }
}
.box-7 .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.box-7 .post-title {
  font-size: 16px;
  margin: 0;
  height: 40px;
  overflow: hidden;
}
.box-7 .date-wrapper .date-title {
  font-weight: bold;
  padding-left: 5px;
}
.box-7 header {
  border: none;
  text-align: right;
  padding-bottom: 0;
}
.lightgallery_page a {
  display: none;
}
.lightgallery_page a:first-child {
  display: block;
}
/* end box-7.less */
/* gallery-slider.less */
.gallery-slider-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.gallery-slider-wrapper .bx-controls {
  top: 50%;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .gallery-slider-wrapper .bx-controls {
    position: absolute;
    margin-top: -30px;
    display: block;
  }
}
.gallery-slider-wrapper .bx-prev {
  text-align: center;
  font-weight: bold;
  left: -10px;
  width: 45%;
  float: left;
  display: inline-block;
  background: #89cc37;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .gallery-slider-wrapper .bx-prev {
    display: block;
    height: 45px;
    position: absolute;
    width: 45px;
    float: none;
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .gallery-slider-wrapper .bx-prev {
    height: 60px;
    width: 60px;
  }
}
.gallery-slider-wrapper .bx-prev i {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}
@media (min-width: 768px) {
  .gallery-slider-wrapper .bx-prev i {
    padding-top: 14px;
    font-size: 19px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .gallery-slider-wrapper .bx-prev i {
    padding-top: 22px;
  }
}
.gallery-slider-wrapper .bx-prev:hover {
  opacity: 1;
}
.gallery-slider-wrapper .bx-next {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  right: -10px;
  width: 45%;
  float: right;
  background: #89cc37;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .gallery-slider-wrapper .bx-next {
    display: block;
    height: 45px;
    position: absolute;
    width: 45px;
    float: none;
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .gallery-slider-wrapper .bx-next {
    height: 60px;
    width: 60px;
  }
}
.gallery-slider-wrapper .bx-next i {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}
@media (min-width: 768px) {
  .gallery-slider-wrapper .bx-next i {
    padding-top: 14px;
    font-size: 19px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .gallery-slider-wrapper .bx-next i {
    padding-top: 22px;
  }
}
.gallery-slider-wrapper .bx-next:hover {
  opacity: 1;
}
.gallery-slider-wrapper .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none ;
  box-shadow: none;
  border: none;
  left: 0;
}
/* end gallery-slider.less */
/*  group-registration.less*/
#primary-admin-group .total-numbers {
  min-height: 0;
  padding: 0;
  line-height: 34px;
}
#primary-admin-group .group-payment {
  margin: 0;
}
#primary-admin-group .admin-search {
  padding: 10px 20px;
}
#primary-admin-group .mark-all label {
  font-weight: bold;
}
#primary-admin-group .group-reg-sub-title {
  padding-bottom: 15px;
}
#primary-admin-group .group-reg-sub-title .number-title {
  font-weight: bold;
}
#primary-admin-group .group-reg-sub-title .actual-number {
  margin-left: 20px;
}
#primary-admin-group .admin-search span i {
  position: static;
}
#primary-admin-group .form-group {
  margin: 0;
}
#primary-admin-group .form-group .right-side {
  float: right;
  padding: 12px 17px;
  border: 1px solid #c2c2c2;
}
#primary-admin-group .form-group .left-side {
  line-height: 54px;
  border: 1px solid #c2c2c2;
  width: calc( 100% - 56px);
  float: right;
  padding-right: 15px;
}
#primary-admin-group .group-regi-row:nth-child(odd) {
  background: #f9f9f9;
  width: 100%;
  float: right;
}
/* end group-registration.less */
/* page-register-rider.php */
#page-register {
  background-size: cover;
  padding-top: 50px;
  background: #f3f3f3;
}
@media (max-width: 991px) {
  #page-register {
    background: #f3f3f3 !important;
  }
}
@media (min-width: 992px) {
  #page-register {
    padding-top: 0;
    background: transparent;
  }
}
#page-register #primary-register {
  margin: 0 auto 30px;
  background: #f3f3f3;
  position: relative;
  display: block;
  padding: 15px;
}
@media (min-width: 992px) {
  #page-register #primary-register {
    width: 980px;
    padding: 40px 100px;
  }
}
#page-register #primary-register .register-form-wrapper form fieldset .form-group .select-box-wrapper {
  padding-bottom: 1px;
}
#page-register #primary-register .register-form-wrapper form fieldset .form-group .ddl-plus-check-wrapper {
  margin-bottom: 80px;
}
#page-register #primary-register .register-form-wrapper form fieldset .form-group .ddl-plus-check-wrapper .select-box-wrapper {
  float: right;
  padding-bottom: 1px;
  width: 50%;
  font-size: 14px;
}
@media (min-width: 992px) {
  #page-register #primary-register .register-form-wrapper form fieldset .form-group .ddl-plus-check-wrapper .select-box-wrapper {
    width: 65%;
    font-size: 18px;
  }
}
#page-register #primary-register .register-title-wrapper {
  display: inline-block;
  width: 100%;
  height: 50px;
}
#page-register #primary-register .register-title-wrapper .register-title {
  position: absolute;
  right: 0;
  background: #fff;
  margin: 10px 0;
  border-right: none;
  padding: 5px 50px 5px 25px;
  border-top: 1px solid #666666;
  border-radius: 20px 0 0 20px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-title-wrapper .register-title {
    padding: 5px 5px 5px 25px;
  }
}
@media (min-width: 992px) {
  #page-register #primary-register .register-title-wrapper .register-title {
    padding: 5px 100px 5px 25px;
  }
}
#page-register #primary-register .register-title-wrapper .register-title span {
  display: block;
  width: 75px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-title-wrapper .register-title span {
    display: inline-block;
  }
}
#page-register #primary-register .register-title-wrapper .register-title .icon-arshama:before {
  bottom: 0;
  color: #4F5561;
  right: -10px;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-title-wrapper .register-title .icon-arshama:before {
    right: auto;
  }
}
#page-register #primary-register .register-title-wrapper .register-title h2 {
  color: #4F5561;
  margin-bottom: 0;
  font-size: 17px;
  margin-top: 0;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-title-wrapper .register-title h2 {
    font-size: 24px;
  }
}
#page-register #primary-register .register-form-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-form-wrapper {
    overflow: hidden;
  }
}
#page-register #primary-register .register-form-wrapper legend {
  padding: 25px 0 15px;
  border-bottom: 3px solid #0776c7;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #page-register #primary-register .register-form-wrapper legend {
    padding: 25px 15px 15px;
  }
}
#page-register #primary-register .register-form-wrapper .client-approved-wrapper {
  padding-right: 15px;
  margin: 30px 0;
  display: inline-block;
}
#page-register #primary-register .register-form-wrapper .client-approved-wrapper div {
  margin-bottom: 15px;
}
#page-register #primary-register .register-form-wrapper .client-approved-wrapper .error {
  float: left;
  margin-right: 5px;
  position: static;
  bottom: auto;
  right: auto;
  line-height: 1.5;
}
#page-register #primary-register .register-form-wrapper .client-approved-wrapper .regulations {
  margin: 0 5px;
  display: inline-block;
}
#page-register #primary-register .back-to-products {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
}
#page-register #primary-register .back-to-products a {
  font-weight: normal;
}
#page-register #primary-register .back-to-products i {
  color: #0776c7;
  padding-left: 20px;
  padding-right: 0;
}
#page-register .register-submit {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  #page-register .register-submit {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
#page-register .register-submit button {
  font-size: 16px;
  opacity: 1;
}
.add-employee-wrapper {
  padding-right: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .register-form-wrapper .form-group label {
    display: inline-block;
  }
}
/* end page-register-rider.php */
/*  newsletter.less*/
.widget form {
  background: #89cc37;
  padding: 15px 15px 5px;
}
.widget form h2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 15px;
}
.widget form input {
  width: 100%;
  margin-bottom: 25px;
}
.widget form .wpcf7-submit {
  width: 50%;
  background: #0776c7;
  margin: 0 auto;
  display: block;
  float: none;
  border: none;
  cursor: pointer;
  font-size: 21px;
}
.widget form div.wpcf7-response-output {
  margin: 0;
}
.widget form span.wpcf7-not-valid-tip {
  margin-bottom: 10px;
  color: #cf3427;
  font-weight: bold;
}
/*  end newsletter.less*/
/* clubs.less */
.clubs-wrapper {
  padding: 5px 15px;
  border-right: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.clubs-wrapper .club-wrapper {
  border-bottom: 1px solid #c2c2c2;
  padding: 5px 0;
}
.clubs-wrapper .club-wrapper:last-child {
  border-bottom: none;
}
.clubs-wrapper .thumbnail-wrapper {
  text-align: center;
  max-height: 69px;
  overflow: hidden;
}
.clubs-wrapper .club-title {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}
.clubs-wrapper .club-title p {
  color: black;
}
/* end clubs.less */
/* main-nav.less */
body {
  font-family: 'Open Sans Hebrew';
  direction: rtl;
}
#main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* takes 2/3 of the remaining space */
  /* will be 200px if there is room if not will shrink up to 100px */
}
@media (max-width: 992px) {
  #main-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main-nav .logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#main-nav .fixed-width {
  -webkit-flex: none;
  flex: none;
  max-width: 100px;
}
@media (min-width: 768px) {
  #main-nav .fixed-width {
    width: 165px;
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  #main-nav .fixed-width {
    width: 20%;
    max-width: 175px;
  }
}
#main-nav .fixed-width-social {
  -webkit-flex: none;
  flex: none;
  width: auto;
  position: absolute;
  left: 30px;
}
@media (min-width: 1450px) {
  #main-nav .fixed-width-social {
    width: 9%;
    position: static;
  }
}
#main-nav .flex2 {
  /*-webkit-flex: 2;
    flex: 2;*/
  width: 23%;
}
@media (min-width: 992px) {
  #main-nav .flex2 {
    width: 60%;
    margin-right: 180px;
  }
}
#main-nav .initial {
  -webkit-flex: initial;
  flex: initial;
  width: 230px;
  min-width: 100px;
}
@media (min-width: 992px) {
  #main-nav .initial {
    position: absolute;
    left: 200px;
    top: -3px;
  }
}
@media (min-width: 1450px) {
  #main-nav .initial {
    position: static;
  }
}
#main-nav .search-wrapper {
  width: 10%;
}
/* mobile nav */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  width: 32px;
  height: 4px;
}
@media (max-width: 991px) {
  #page {
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
  }
  #primary-nav-wrapper {
    transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari and Chrome */
    position: fixed;
    right: 0;
    top: 0;
    padding-left: 0;
  }
  .push-nav > #page {
    transform: translate3d(-60%, 0, 0);
    -o-transform: translate3d(-60%, 0, 0);
    /* Opera */
    -ms-transform: translate3d(-60%, 0, 0);
    /* IE 9 */
    -moz-transform: translate3d(-60%, 0, 0);
    /* Firefox */
    -webkit-transform: translate3d(-60%, 0, 0);
    /* Safari and Chrome */
    position: fixed;
  }
  .push-nav > #page:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:after {
    content: "\f107";
    position: absolute;
    left: 27px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    top: 12px;
    color: #02487a;
  }
}
/* end  main-nav.less */
/* container.less  */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}
/* end container.less  */
/* flip-mobile-btn.less */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 39px;
  transition: all 1s;
  height: 5px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* end flip-mobile-btn.less */
/* video-slider.less */
.video-slider-wrapper {
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .video-slider-wrapper .bx-viewport {
    height: auto;
  }
}
@media (min-width: 768px) {
  .video-slider-wrapper {
    margin-top: 30px;
  }
}
.video-slider-wrapper .bx-controls.bx-has-controls-direction {
  display: block;
}
.video-slider-wrapper .bx-prev {
  text-align: center;
  background: #ebebeb;
  width: 45%;
  float: right;
  display: inline-block;
}
@media (min-width: 768px) {
  .video-slider-wrapper .bx-prev {
    position: absolute;
    display: block;
    width: 100%;
    float: none;
    bottom: -20px;
  }
}
.video-slider-wrapper .bx-prev i {
  font-size: 15px;
  font-weight: bold;
  color: #0776c7;
  padding: 10px;
}
@media (min-width: 768px) {
  .video-slider-wrapper .bx-prev i {
    font-size: 18px;
    padding: 3px;
  }
}
.video-slider-wrapper .bx-prev i:hover {
  color: #9A9A9A;
}
.video-slider-wrapper .bx-next {
  top: -30px;
  text-align: center;
  background: #ebebeb;
  width: 45%;
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .video-slider-wrapper .bx-next {
    display: block;
    position: absolute;
    width: 100%;
    float: none;
  }
}
.video-slider-wrapper .bx-next i {
  font-size: 15px;
  font-weight: bold;
  color: #0776c7;
  padding: 10px;
}
@media (min-width: 768px) {
  .video-slider-wrapper .bx-next i {
    font-size: 18px;
    padding: 3px;
  }
}
.video-slider-wrapper .bx-next i:hover {
  color: #9A9A9A;
}
.video-slider-wrapper .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none ;
  box-shadow: none;
  border: none;
  left: 0;
}
@media (max-width: 767px) {
  .bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
  }
}
#primary .main-wrapper.main-videos {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #primary .main-wrapper.main-videos {
    padding-bottom: 0;
  }
}
/* end video-slider.less */
/*search.less */
#search-container {
  padding: 40px 0 0;
  float: right;
  width: 90%;
}
#search-container #s {
  border-width: 1px;
  padding-right: 10px;
  border-color: #d7d7d7;
  border-style: solid;
  width: 100%;
  border-radius: 4px;
  text-align: right;
}
.screen-reader-text {
  display: none;
}
@media (min-width: 992px) {
  #search-container #s {
    margin-right: 0;
  }
}
form#searchform {
  position: relative;
  line-height: 26px;
}
#searchsubmit {
  text-indent: -99999px;
  position: absolute;
  border: none;
  top: 2px;
  height: 28px;
  background-repeat: no-repeat !important;
  left: 10px;
  width: 28px;
  padding: 0;
  background: url("images/magnified.png");
  cursor: pointer;
}
.search-results ol {
  list-style-position: inside;
  list-style-type: circle;
}
.search-results ol li {
  margin: 10px 0;
}
/* search-result */
.search-results #primary {
  padding-right: 0;
  padding-bottom: 50px;
}
.search-results #primary article {
  padding: 10px 0;
}
.search-results #primary li {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.search-no-results #primary {
  padding-right: 0;
}
/* end search.less */
/* socials.less */
#social-nav-wrapper ul {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #social-nav-wrapper ul {
    padding: 40px 0;
  }
}
#social-nav-wrapper ul li {
  display: inline-block;
  position: relative;
  width: 40px;
  text-indent: -9999px;
}
.face a:after {
  content: "";
  background: url("images/btn-face.png");
  height: 35px;
  width: 35px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.you-tube a:after {
  content: "";
  background: url("images/btn-you.png");
  height: 35px;
  width: 35px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.en a:after {
  content: "";
  background: url("images/btn-en.png");
  height: 35px;
  width: 35px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
/*footer-socials*/
.footer-social-wrapper .footer-face-wrapper,
.footer-social-wrapper .footer-you-tube-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.footer-social-wrapper .numbers-fans {
  padding-right: 40px;
  display: inline-block;
  text-align: center;
  width: 110px;
}
.footer-social-wrapper .numbers-fans span {
  display: block;
}
.footer-social-wrapper .numbers-fans .numbers {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.footer-social-wrapper .numbers-fans .fans {
  color: #a29f9f;
  font-size: 12px;
}
.footer-social-wrapper .face a:after {
  top: 0;
}
.footer-social-wrapper .you-tube a:after {
  top: 0;
}
/* end socials.less */
/*footer-info.less*/
footer h2 {
  padding-bottom: 25px;
}
.contact-info-wrapper div {
  padding: 10px 0;
  color: #4d4d4d;
}
.contact-info-wrapper div a {
  color: #4d4d4d;
}
.contact-info-wrapper div i {
  color: #89cc37;
  width: 20px;
  text-align: center;
}
/*end footer-info.less*/
/* mobile-nav.less */
/* end mobile-nav.less */
/*footer-menu.less*/
#footer-primary-nav-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
#footer-primary-nav-wrapper ul li a {
  display: block;
  padding-bottom: 25px;
}
#footer-primary-nav-wrapper ul li .sub-menu li {
  display: block;
}
#footer-primary-nav-wrapper ul li .sub-menu li a {
  font-size: 16px;
  padding-bottom: 0;
  color: #4d4d4d;
  line-height: 1.25;
  font-weight: 400;
}
#footer-primary-nav-wrapper ul li .sub-menu li:last-child a {
  padding-bottom: 10px;
}
#footer-primary-nav-wrapper ul li a {
  font-size: 18px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
/*end footer-menu.less*/
/*footer-contact.less*/
.contact-us-footer-wrapper form {
  direction: rtl;
  position: relative;
}
.contact-us-footer-wrapper form P {
  margin-bottom: 27px;
}
.contact-us-footer-wrapper form p:nth-child(2) {
  float: right;
}
.contact-us-footer-wrapper form textarea {
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact-us-footer-wrapper form textarea {
    margin-top: -125px;
    float: left;
  }
}
.contact-us-footer-wrapper form .wpcf7-submit {
  cursor: pointer;
}
.contact-us-footer-wrapper form span.wpcf7-not-valid-tip {
  position: absolute;
  padding-top: 5px;
  right: 0;
  color: #cf3427;
  font-weight: bold;
}
/*end footer-contact.less*/
/*forms.less*/
form.verified > .row:first-child {
  pointer-events: none;
}
form.verified > .row:first-child input {
  background: gainsboro;
}
form.verified > .row:first-child select {
  background: gainsboro;
}
form.verified > .row:first-child textarea {
  background: gainsboro;
}
form.verified > .row:first-child label span {
  background: gainsboro;
}
form.verified > .row:first-child .file-wrapper {
  background: gainsboro;
}
form.verified .admin_submit {
  background: gainsboro !important;
  pointer-events: none;
}
input,
select {
  height: 35px;
  border-width: 1px;
  padding-right: 10px;
  border-color: #cccccc;
  border-style: solid;
  line-height: 35px;
  border-radius: 4px;
  background-color: #ffffff;
}
textarea {
  height: 100px;
  padding-right: 10px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
}
.wpcf7-submit {
  background: #89cc37;
  height: 35px;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
footer form input {
  width: 100%;
}
@media (min-width: 992px) {
  footer form input {
    width: 49%;
  }
}
footer form .wpcf7-submit {
  width: 132px;
  margin: 0 30%;
}
@media (min-width: 992px) {
  footer form .wpcf7-submit {
    margin: 0;
  }
}
footer form textarea {
  width: 100%;
}
@media (min-width: 992px) {
  footer form textarea {
    width: 49%;
  }
}
.user_email_signup {
  color: red;
  position: relative;
  right: 15px;
  top: -8px;
}
#footer-middle iframe {
  position: relative;
  top: -13px;
}
@media (max-width: 330px) {
  #footer-middle iframe {
    right: -6px;
  }
}
#cuppon_error {
  width: 35%;
  margin: 5px auto;
  text-align: right;
  font-weight: bold;
}
.user_id_signup {
  color: #cf3427;
  position: relative;
  font-weight: bold;
  right: -48%;
  top: 72px;
  display: none;
}
#email-error,
.user_email_signup {
  display: none;
}
span#regulations_error {
  float: none;
  font-weight: bold;
}
ul.page-numbers {
  display: inline-block;
  float: left;
  margin: 0;
  border: 1px solid #02487a;
  padding: 10px;
  margin-top: -25px;
  margin-bottom: 20px;
  border-radius: 3px;
}
ul.page-numbers li {
  color: #89cc37;
  display: inline-block;
  padding: 0 10px;
}
ul.page-numbers li a {
  color: #02487a;
}
tr.hidden-table-row {
  display: none;
}
div#birthday_error {
  display: inline-block;
  margin-right: 15px;
  color: #cf3427;
  font-weight: bold;
}
.filename-preview {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 46%;
  right: 26px;
  direction: ltr;
}
.valid_error {
  color: #cf3427;
  font-weight: bold;
}
.valid_error.insurance {
  width: 50%;
  height: 20px;
}
@media (min-width: 768px) {
  .valid_error.insurance {
    position: relative;
    right: -350px;
    top: 75px;
  }
}
@media (min-width: 992px) {
  .valid_error.insurance {
    right: -390px;
  }
}
.camera-small i {
  position: absolute;
  top: 8px;
  left: 20px;
}
/*end forms.less*/
/* footer.less */
section#footer-middle {
  padding-top: 25px;
}
@media (min-width: 768px) {
  section#footer-middle {
    padding-top: 50px;
  }
}
footer {
  background: #f4f4f4;
}
footer #copyright {
  padding: 5px 0;
}
footer #copyright p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 1.2;
}
@media (min-width: 768px) {
  footer #copyright p {
    padding-bottom: 0;
  }
}
footer h3 {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  footer h3 {
    padding-top: 0;
  }
}
footer small {
  color: #6b6b6b;
  vertical-align: top;
  display: inline-block;
  padding-top: 12px;
  font-size: 12px;
}
/* end footer.less*/
/*  contact.less */
.contact-us-form-wrapper {
  max-width: 400px;
  display: inline-block;
}
.contact-us-form-wrapper input,
.contact-us-form-wrapper select {
  width: 100%;
}
@media (min-width: 1170px) {
  .contact-us-form-wrapper input,
  .contact-us-form-wrapper select {
    width: 400px;
  }
}
.contact-us-form-wrapper select {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  -ms-appearance: revert;
  -o-appearance: revert;
  appearance: revert;
}
.contact-us-form-wrapper label {
  display: block;
  padding: 10px 0;
  color: #9A9A9A;
}
.contact-us-form-wrapper textarea {
  height: 120px;
  width: 100%;
}
@media (min-width: 1170px) {
  .contact-us-form-wrapper textarea {
    width: 400px;
  }
}
.contact-us-form-wrapper .wpcf7-submit {
  padding: 0 75px;
  width: auto;
  background: #0776c7;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.contact-us-form-wrapper div.wpcf7-response-output {
  margin: 80px 0.5em 1em;
}
.contact-us-form-wrapper span.wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #cf3427;
  font-weight: bold;
}
.map-wrapper {
  padding-top: 25px;
}
.contact-info-wrapper {
  display: inline-block;
}
@media (min-width: 768px) {
  .contact-info-wrapper {
    margin-top: 0;
  }
}
/* end contact.less */
.custom-privacy-consent {
  margin-bottom: 10px;
}
.custom-privacy-consent label {
  line-height: 1.2;
}
.custom-privacy-consent label input {
  margin: 0 0 0 5px;
  display: inline-block;
}
.custom-privacy-consent label a {
  color: initial;
  text-decoration: underline;
}
/*  404.less */
.error-img {
  margin-top: 200px;
  margin-bottom: 50px;
}
.error-text {
  margin-bottom: 200px;
  margin-top: 30px;
}
.error-title {
  color: #89cc37;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}
.error-sub-title,
.error-text,
.error-link {
  font-size: 25px;
  font-weight: bold;
  color: #9A9A9A;
}
.error-sub-title {
  color: #9A9A9A;
}
.error-link {
  color: #89cc37;
}
/*  end 404.less */
/* ribbon.less */
.ribbon {
  position: absolute;
  left: 2px;
  top: -6px;
  z-index: 1;
  overflow: hidden;
  width: 225px;
  height: 218px;
  text-align: right;
}
.ribbon span {
  font-size: 19px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 200px;
  display: block;
  background: #d03328;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 37px;
  left: -37px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 5px solid #8F0808;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 5px solid transparent;
  border-right: 5px solid #8F0808;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #8F0808;
}
/* end ribbon.less */
/* content-page-1 */
#content-page-1 {
  padding-top: 45px;
}
#content-page-1 .aside-wrapper {
  margin-bottom: 25px;
}
/* content-page-1 */
/* modal-register-single-event.less */
.modal-dialog {
  width: 475px;
  margin: 200px auto;
  max-width: 90%;
}
.modal-content {
  padding: 0 50px;
}
.modal-header {
  padding: 15px 0;
  border-color: none;
  border-bottom: none;
}
.modal-header .icon-arshama_taharut:before {
  content: "\e901";
  position: absolute;
  top: -20px;
  font-size: 65px;
  color: inherit;
  right: 0;
}
.modal-header span {
  position: absolute;
}
.modal-header .green {
  color: #a6ce39;
  border-bottom: 3px solid #89cc37 !important;
}
.modal-body {
  padding: 0;
}
.modal-body label {
  padding-bottom: 10px;
  display: block;
}
.modal-body input {
  margin-bottom: 10px;
  width: 100%;
}
.btn-primary {
  border-color: transparent;
}
.close {
  position: absolute;
  font-size: 28px;
  left: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #0776c7;
  padding-bottom: 10px;
}
#admin_error .modal-title,
#admin_delete_user .modal-title {
  border-bottom: 3px solid #cf3427;
}
.modal-footer .btn {
  line-height: 21px;
  background: #0776c7;
}
.modal-footer .btn.register_race {
  font-size: 15px;
  background: #015490;
}
.modal-footer {
  padding: 15px 0;
  text-align: center;
  border-top: none;
}
/* end modal-register-single-event.less */
/* page-registration-packages.less */
.packages-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.packages-container > div > div[class^='box'] {
  height: 100%;
}
.packages-container .packages-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .packages-container {
    display: block;
  }
}
.register-title-wrapper {
  display: inline-block;
  width: 100%;
  height: 50px;
}
.register-title-wrapper .register-title {
  position: absolute;
  right: 0;
  background: #fff;
  margin: 10px 0;
  border-right: none;
  padding: 5px 100px 5px 25px;
  border-top: 1px solid #666666;
  border-radius: 20px 0 0 20px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
.register-title-wrapper .register-title span {
  display: inline-block;
  width: 40px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .register-title-wrapper .register-title span {
    width: 75px;
  }
}
.register-title-wrapper .register-title .icon-arshama:before {
  bottom: 0;
  color: #4F5561;
  right: auto;
}
.register-title-wrapper .register-title h2 {
  color: #4F5561;
  margin-bottom: 0;
}
.packages-wrapper {
  background: #f4f4f4;
  border: 2px solid #89cc37;
  margin-bottom: 25px;
}
.packages-wrapper .register-title-wrapper {
  height: 100px;
}
.packages-wrapper .register-title {
  position: absolute;
  right: 14px;
  background: #fff;
  margin: 30px 0;
  border-right: none;
  padding: 5px 0 5px 25px;
  border-top: 2px solid #89cc37;
  border-radius: 20px 0 0 20px;
  border-bottom: 2px solid #89cc37;
  border-left: 2px solid #89cc37;
}
.packages-wrapper .register-title h2 {
  color: #89cc37;
  font-size: 16px;
}
@media (min-width: 768px) {
  .packages-wrapper .register-title h2 {
    font-size: 18px;
  }
}
.packages-wrapper .register-title .icon-arshama:before {
  color: #89cc37;
}
.packages-wrapper .packages-text {
  padding: 0 15px 30px;
  color: #4d4d4d;
  line-height: 1.3;
  min-height: 90px;
}
.packages-wrapper .packages-text p {
  font-weight: bold;
}
.packages-wrapper .packages-bulletin {
  min-height: 300px;
}
.packages-wrapper .packages-bulletin li {
  line-height: 1.3;
  padding: 0 50px 15px 20px;
  position: relative;
}
.packages-wrapper .packages-bulletin li:before {
  content: "";
  background: url("images/red-bullatin.png");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 3px;
}
.packages-wrapper .packages-options {
  padding: 0 15px;
}
.packages-wrapper .packages-options label {
  display: block;
}
.packages-wrapper .packages-options .select-box-wrapper {
  position: relative;
  margin: 15px 0 0;
  display: block;
}
.packages-wrapper .thumbnail-wrapper {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .packages-wrapper .thumbnail-wrapper {
    padding: 0;
  }
}
.packages-wrapper .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 248px;
  margin-top: 15px;
}
.packages-wrapper .packages-submit {
  padding: 20px 0;
}
.packages-wrapper .packages-submit a {
  padding: 9px 73px;
}
.box-gray .packages-wrapper {
  border: 2px solid #666666;
}
.box-gray .packages-wrapper .register-title {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 2px solid #666666;
}
.box-gray .packages-wrapper h2 {
  color: #666666;
}
.box-gray .packages-wrapper .icon-arshama:before {
  color: #666666;
}
.box-blue .packages-wrapper {
  border: 2px solid #0776c7;
}
.box-blue .packages-wrapper .register-title {
  border-top: 2px solid #0776c7;
  border-bottom: 2px solid #0776c7;
  border-left: 2px solid #0776c7;
}
.box-blue .packages-wrapper .register-title h2 {
  color: #0776c7;
}
.box-blue .packages-wrapper .register-title .icon-arshama:before {
  color: #0776c7;
}
/* end page-registration-packages.less */
/* sprite.less */
.sprite {
  background-image: url(images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
.sprite.sprite-angle-bike {
  background-position: -5px -5px;
  width: 36px;
  height: 29px;
}
.sprite.sprite-bike-up {
  background-position: -51px -5px;
  width: 44px;
  height: 34px;
}
.sprite.sprite-location {
  background-position: -5px -49px;
  width: 24px;
  height: 39px;
}
.sprite.sprite-mountain {
  background-position: -39px -49px;
  width: 50px;
  height: 25px;
}
.sprite.sprite-road {
  background-position: -105px -5px;
  width: 46px;
  height: 38px;
}
.sprite.sprite-two-bikes {
  background-position: -99px -53px;
  width: 52px;
  height: 24px;
}
/* end sprite.less */
/* tabs.less */
.judges-tabs-wrapper .nav > li:hover a {
  color: #fff;
  background: #0776c7;
  border: none;
}
.judges-tabs-wrapper .nav > li:hover a span:before {
  color: #fff;
}
.judges-tabs-wrapper ul {
  border-bottom: none;
}
@media (min-width: 768px) {
  .judges-tabs-wrapper ul .active:after {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0776c7;
    position: absolute;
    bottom: -7px;
    right: 50%;
    margin-right: -3.5px;
    z-index: 1;
  }
}
.judges-tabs-wrapper ul li.active > a {
  border: none;
  border-radius: 0;
  background: #0776c7;
  color: #fff;
}
.judges-tabs-wrapper ul li.active > a span:before {
  color: #fff;
}
.judges-tabs-wrapper ul li.active {
  border: none;
  border-radius: 0;
  background: #0776c7;
  color: #fff;
}
.judges-tabs-wrapper ul li.active span:before {
  color: #fff;
}
.judges-tabs-wrapper ul li {
  border: 1px solid #0776c7;
  float: right;
  height: 45px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .judges-tabs-wrapper ul li {
    width: 33.33%;
  }
}
.judges-tabs-wrapper ul li a {
  color: #0776c7;
  padding: 9px 15px;
  font-weight: bold;
  margin: 0;
}
.judges-tabs-wrapper ul li a span:before {
  position: absolute;
  right: 15px;
  color: #0776c7;
  top: 0;
  font-size: 44px;
}
.judges-tabs-wrapper ul li:hover {
  color: #fff;
  background: #0776c7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #0776c7;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
/*  end tabs.less */
/* log-in.less */
.login-remember input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.login-submit {
  text-align: center;
}
#wp-submit {
  width: auto;
  padding: 0 66px;
  background: #0776c7;
  line-height: 20px;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
/* forget pass */
#forget-pass .forget-pass {
  padding: 5px 50px;
  margin: 20px 0;
}
#forget-pass .modal-body p {
  padding: 20px 0;
}
/* end log-in.less */
/* entry-content.less */
.entry-content {
  padding: 0 15px;
}
.entry-content h1 {
  font-size: 24px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content h2 {
  font-size: 21px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.entry-content h3 {
  font-size: 18px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 0;
}
.entry-content h4 {
  font-size: 16px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content h5 {
  font-size: 14px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content h6 {
  font-size: 12px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content P {
  line-height: 1.5;
  margin: 10px 0;
}
.entry-content li {
  padding: 10px 40px 10px 0;
  position: relative;
  line-height: 1.2;
  list-style: none;
}
.entry-content li:before {
  content: "";
  background-image: url(images/entry-content-li.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
}
.entry-content .alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  border: 1px solid #c2c2c2;
  padding: 10px;
}
.entry-content .alignright figcaption {
  text-align: center;
  color: #0776c7;
  font-size: 16px;
  font-weight: bold;
}
.entry-content .alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.entry-content .alignleft figcaption {
  text-align: center;
  color: #0776c7;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  padding: 10px;
  font-weight: bold;
}
@media (max-width: 1169px) {
  .entry-content table {
    max-width: 100%;
    overflow-x: scroll;
    display: block;
  }
}
/* end entry-content.less */
/*  entry-content-en.less */
.entry-content-en {
  padding: 0 15px;
}
.entry-content-en h1 {
  font-size: 24px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content-en h2 {
  font-size: 21px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.entry-content-en h3 {
  font-size: 18px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 0;
}
.entry-content-en h4 {
  font-size: 16px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content-en h5 {
  font-size: 14px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content-en h6 {
  font-size: 12px;
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content-en P {
  line-height: 1.5;
  margin: 10px 0;
}
.entry-content-en li {
  padding: 10px 0 10px 40px;
  position: relative;
  line-height: 1.2;
  list-style: none;
}
.entry-content-en li:before {
  content: "";
  background-image: url(images/entry-content-li.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}
.entry-content-en .alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  border: 1px solid #c2c2c2;
  padding: 10px;
}
.entry-content-en .alignright figcaption {
  text-align: center;
  color: #0776c7;
  font-size: 16px;
  font-weight: bold;
}
.entry-content-en .alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.entry-content-en .alignleft figcaption {
  text-align: center;
  color: #0776c7;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  padding: 10px;
  font-weight: bold;
}
@media (max-width: 1169px) {
  .entry-content-en table {
    max-width: 100%;
    overflow-x: scroll;
    display: block;
  }
}
/* default-page.less*/
#primary .text-title {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 10px 5px;
}
@media (min-width: 768px) {
  #primary .text-title {
    padding: 0 10px;
  }
}
#primary .thumbnail-wrapper-banner {
  margin: 15px;
}
@media (min-width: 768px) {
  #primary .thumbnail-wrapper-banner {
    margin: 15px;
  }
}
#primary .inside-pages {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #primary .inside-pages {
    padding: 20px 10px;
  }
}
#content-page-1 .inside-pages {
  padding: 20px 0;
}
/* end default-page.less*/
/* single-competition-single-event.less */
#single-competition-single-event {
  background: #fff;
}
#single-competition-single-event legend {
  background: #f3f3f3;
  margin-bottom: 0 !important;
  padding: 25px 0 15px;
}
#single-competition-single-event .thumbnail-wrapper {
  width: 150px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #single-competition-single-event .thumbnail-wrapper {
    float: right;
  }
}
#single-competition-single-event .register-comp-event {
  padding: 15px 30px;
  position: relative;
}
#single-competition-single-event .events-date {
  background: #0776c7;
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 5px 5px;
  position: absolute;
  top: 0px;
  right: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  margin: 0 20px;
}
#single-competition-single-event .events-date i {
  color: #fff !important;
  font-size: 12px;
  padding-bottom: 3px;
}
#single-competition-single-event h2 {
  padding: 10px 0 0px;
  display: block;
  font-size: 18px;
  float: right;
}
@media (min-width: 768px) {
  #single-competition-single-event h2 {
    padding: 35px 30px 0 15px;
  }
}
#single-competition-single-event .btn {
  padding: 5px 40px;
  margin-top: 10px;
  border-radius: 10px;
}
#single-competition-single-event .btn.bg-green {
  float: left;
}
#single-competition-single-event .event-details-wrapper {
  text-align: center;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  #single-competition-single-event .event-details-wrapper {
    padding: 0 14px;
  }
}
#single-competition-single-event .event-details-wrapper .col-md-2 {
  width: 20%;
}
#single-competition-single-event .event-details-wrapper .col-md-2 span,
#single-competition-single-event .event-details-wrapper .col-md-2 i {
  display: block;
  height: 35px;
}
#single-competition-single-event .event-details-wrapper i {
  font-size: 25px;
  color: #0776c7;
}
#single-competition-single-event .event-info-detail-wrapper {
  line-height: 70px;
  display: block;
  height: 70px;
}
#single-competition-single-event .event-partners-wrapper {
  display: inline-block;
  padding: 20px 0;
  border: 1px solid #c2c2c2;
}
#single-competition-single-event .event-partners-wrapper .partners-thumbnail-wrapper {
  margin: 20px 0;
}
#single-competition-single-event .event-map-wrapper {
  margin-bottom: 30px;
}
#single-competition-single-event .event-additional-info-wrapper {
  border: 1px solid #c2c2c2;
}
#single-competition-single-event .event-additional-info-wrapper .details-titles {
  width: 175px;
  float: right;
  background: #f9f9f9;
}
#single-competition-single-event .event-additional-info-wrapper .details-info {
  padding-right: 200px;
}
#single-competition-single-event .event-additional-info-wrapper .details-info span {
  font-weight: normal !important;
}
#single-competition-single-event .event-additional-info-wrapper .single-title {
  padding: 19px 0;
}
#single-competition-single-event .event-additional-info-wrapper .single-title span {
  font-weight: bold;
}
#single-competition-single-event .event-additional-info-wrapper .single-title i {
  padding: 0 15px 0 20px;
  color: #0776c7;
}
.client-approved-wrapper span {
  margin-bottom: 5px;
  float: right;
}
.reg-coupon-section {
  display: inline-block;
  width: 100%;
}
.reg-coupon-section button#i_have_coupon {
  margin: 0;
}
.reg-coupon-section #cuppon_error {
  margin: 5px;
  width: 100%;
}
.reg-coupon-section .event-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 40px;
  vertical-align: middle;
  color: #89cc37;
  font-weight: bold;
}
.reg-coupon-section .event-price div {
  color: #0776c7;
}
.reg-coupon-section .event-price div#calc_price {
  color: #89cc37;
}
/* end single-competition-single-event.less */
/* register-event.less */
.name-of-user {
  font-weight: normal;
  color: #4f5561;
}
.right-labels {
  float: right;
  width: 50%;
  text-align: right;
  font-weight: bold;
  background: #f9f9f9;
  border-left: 1px solid #c2c2c2;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .right-labels {
    width: 245px;
  }
}
.left-data {
  padding-right: 55%;
  text-align: right;
}
@media (min-width: 768px) {
  .left-data {
    padding-right: 270px;
  }
}
.single-line {
  padding: 15px 0;
}
.single-line span {
  height: 20px;
  display: block;
}
.client-approved-wrapper {
  padding-right: 15px;
  margin: 12px 0 30px;
  display: inline-block;
  font-size: 0.6rem;
}
.client-approved-wrapper label {
  line-height: 1.9 !important;
  white-space: nowrap;
}
.client-approved-wrapper input[type="checkbox"] + label span {
  margin-right: -20px;
}
.client-approved-wrapper div {
  margin-bottom: 15px;
}
/* end register-event.less */
/* facebook-posts.less */
#facebook-posts {
  text-align: center;
}
#facebook-posts .main-wrapper {
  padding: 0;
}
/* end facebook-posts.less */
/* fonts-style.less */
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-light-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-light-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-light-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-light-webfont.svg#open_sans_hebrewlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-lightitalic-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-lightitalic-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-lightitalic-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-lightitalic-webfont.svg#open_sans_hebrewlight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-regular-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-regular-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-regular-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-italic-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-italic-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-italic-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-italic-webfont.svg#open_sans_hebrewitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-bold-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-bold-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-bold-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.svg#open_sans_hebrewbold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-extrabold-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-extrabold-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-extrabold-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-extrabold-webfont.svg#open_sans_hebrewextra_bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 4, 2014 */
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/open_sans_hebrew/opensanshebrew-extrabolditalic-webfont.eot');
  src: url('fonts/open_sans_hebrew/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open_sans_hebrew/opensanshebrew-extrabolditalic-webfont.woff') format('woff'), url('fonts/open_sans_hebrew/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype'), url('fonts/open_sans_hebrew/opensanshebrew-extrabolditalic-webfont.svg#open_sans_hebrewXBdIt') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?fq0uim');
  src: url('fonts/icomoon.eot?fq0uim#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?fq0uim') format('truetype'), url('fonts/icomoon.woff?fq0uim') format('woff'), url('fonts/icomoon.svg?fq0uim#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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-arshama:before {
  content: "\e900";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-arshama:before {
    right: -20px;
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .icon-arshama:before {
    right: -30px;
    font-size: 65px;
  }
}
.icon-arshama_taharut:before {
  content: "\e901";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-arshama_taharut:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-arshama_taharut:before {
    right: -30px;
    font-size: 65px;
  }
}
.icon-havila_amemit:before {
  content: "\e902";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-havila_amemit:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-havila_amemit:before {
    right: -30px;
    font-size: 65px;
  }
}
.icon-havila_anshei_miktsoa:before {
  content: "\e903";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-havila_anshei_miktsoa:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-havila_anshei_miktsoa:before {
    right: -30px;
    font-size: 65px;
  }
}
.icon-havila_taharutit:before {
  content: "\e904";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-havila_taharutit:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-havila_taharutit:before {
    right: -30px;
    font-size: 65px;
  }
}
.icon-knisa:before {
  content: "\e905";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-knisa:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-knisa:before {
    font-size: 65px;
  }
}
.icon-kvutsa:before {
  content: "\e906";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 45px;
}
@media (min-width: 768px) {
  .icon-kvutsa:before {
    right: -20px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .icon-kvutsa:before {
    right: -30px;
    font-size: 65px;
  }
}
/* end fonts-style.less */
/* videos.less*/
#page-videos-wrapper .box-5-video {
  position: relative;
  border: 1px solid #c2c2c2;
  max-width: 100%;
  padding: 10px;
  display: inline-block;
  margin: 5px 2px 20px;
}
@media (min-width: 768px) {
  #page-videos-wrapper .box-5-video {
    max-width: 290px;
    margin: 5px 5px 20px;
  }
}
#page-videos-wrapper .box-5-video .video-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page-videos-wrapper .box-5-video .video-wrapper {
    width: 265px;
    height: 150px;
  }
}
#page-videos-wrapper .box-5-video .video-wrapper a:after {
  content: "";
  background: url("images/play-img-small.png");
  height: 49px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -25px;
  margin-top: -25px;
}
#page-videos-wrapper .box-5-video .roof-title {
  position: absolute;
  margin: 15px 0 20px 14px;
  bottom: 60px;
  right: 0;
}
@media (min-width: 768px) {
  #page-videos-wrapper .box-5-video .roof-title {
    bottom: 55px;
  }
}
#page-videos-wrapper .box-5-video .post-title {
  font-size: 16px;
  padding-top: 10px;
  margin: 0;
  height: 50px;
  overflow: hidden;
}
/* end videos.less */
/* zoom-in-effect.less */
/*
 *
 *	html guidelines

    class
    1.zoom-in-effect = main div
    2.img-box = the wrapper of img
    3.info-box = info div wrapper
   4. info-content = the actual info content
 *
 */
.img-box,
.info-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img,
.info-box img {
  display: block;
  position: relative;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box {
  position: relative;
}
.info-box {
  top: 0;
  left: 0;
  position: absolute;
}
.info-box .info-content {
  display: block;
  padding: 2%;
  float: left;
  left: 0;
  top: 0;
  position: relative;
  /* -webkit-transform: translateX(-50%) translateY(-50%); */
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  /* transform: translateX(-50%) translateY(-50%); */
}
.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}
.round-box {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box.bubble-effect,
.round-box.flip-effect,
.round-box.over-flip-effect,
.round-box.flip-back-effect,
.round-box.switch-3d-effect,
.round-box.flip-forward-effect {
  overflow: visible;
}
.round-box .img-box,
.round-box .info-box,
.round-box .info-content,
.round-box img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.zoom-in-effect {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.zoom-in-effect .img-box,
.zoom-in-effect .info-box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zoom-in-effect .img-box {
  z-index: 0;
}
.zoom-in-effect .info-box {
  z-index: 1;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.zoom-in-effect:hover .img-box {
  -webkit-transform: translateZ(0) scale(1.1, 1.1);
  -moz-transform: translateZ(0) scale(1.1, 1.1);
  -ms-transform: translateZ(0) scale(1.1, 1.1);
  -o-transform: translateZ(0) scale(1.1, 1.1);
  transform: translateZ(0) scale(1.1, 1.1);
}
.zoom-in-effect:hover .info-box {
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* end zoom-in-effect.less */
/*  inside-pages-slider-nav.less*/
.inside-pages-slider-nav {
  border: 1px solid #c2c2c2;
  padding: 25px 25px 0 25px;
  margin-bottom: 25px;
  border-top: 3px solid #0776c7;
  background: #fff;
}
.inside-pages-slider-nav .thumbnail-wrapper {
  width: 255px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}
.inside-pages-slider-nav li {
  position: relative;
  line-height: 65px;
  border-bottom: 1px solid #c2c2c2;
}
.inside-pages-slider-nav li a {
  font-family: 'Open Sans Hebrew', serif;
  color: #4F5561;
}
.inside-pages-slider-nav li:last-child {
  border-bottom: none;
}
.inside-pages-slider-nav li:before {
  color: #0776c7;
}
.inside-pages-slider-nav li:after {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  color: #0776c7;
  font-weight: bold;
  font-size: 20px;
}
.inside-pages-slider-nav .navbar {
  margin: 0;
}
.sidebar-blog-cat {
  position: relative;
}
.sidebar-blog-cat .inside-pages-slider-nav {
  padding: 90px 25px 0 25px;
}
.sidebar-blog-cat .inside-pages-slider-nav li {
  border: none;
  line-height: 45px;
}
.sidebar-blog-cat .inside-pages-slider-nav li a {
  padding-right: 30px;
}
.sidebar-blog-cat .inside-pages-slider-nav li:after {
  content: none;
}
.sidebar-blog-cat .inside-pages-slider-nav li:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  right: 0;
  color: #89cc37;
  font-weight: bold;
  font-size: 20px;
}
.sidebar-blog-cat #search-container {
  float: none;
  padding: 0;
  position: absolute;
  width: 90%;
  top: 70px;
  right: 16px;
}
.sidebar-blog-cat .side-cat.green {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
/*  end inside-pages-slider-nav.less*/
/* team.less */
.team-wrapper {
  max-width: 100%;
  padding: 15px;
  border: 1px solid #c2c2c2;
  margin: 0 6px 20px;
}
@media (min-width: 768px) {
  .team-wrapper {
    max-width: 290px;
    display: inline-block;
  }
}
.team-wrapper .team-title {
  font-size: 22.232px;
  color: #89cc37;
  font-weight: bold;
  line-height: 1.2;
}
.team-wrapper .team-thumbnail-wrapper {
  overflow: hidden;
  max-width: 100%;
  height: 225px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .team-wrapper .team-thumbnail-wrapper {
    width: 265px;
  }
}
.team-wrapper .job-description p {
  color: #4F5561;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
}
.team-wrapper .team-content {
  min-height: 65px;
}
.team-wrapper .team-link {
  background: #fff;
  border-radius: 50%;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #89cc37;
}
.team-wrapper .team-link i {
  font-size: 20px;
  color: #89cc37;
}
.team-wrapper .team-link:hover {
  background: #89cc37;
  border: 1px solid transparent;
}
.team-wrapper .team-link:hover i {
  color: #fff;
}
.job-description {
  min-height: 38px;
}
/* end team.less */
/* competition-results.less */
.temp-result {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#competition-results-wrapper .main-wrapper {
  padding: 0;
}
#competition-results-wrapper .table {
  margin-bottom: 0;
  text-align: center;
}
#competition-results-wrapper tbody tr td,
#competition-results-wrapper thead tr th {
  line-height: 36px !important;
}
#competition-results-wrapper th {
  color: #0776c7;
  text-align: center;
  background: #ebebeb;
  font-size: 18px;
}
#competition-results-wrapper th:first-child,
#competition-results-wrapper th:nth-child(2) {
  border-left: 1px solid #c2c2c2;
}
#competition-results-wrapper tbody tr td:first-child {
  color: #0776c7;
  border-left: 1px solid #c2c2c2;
}
#competition-results-wrapper tr:nth-child(odd) {
  background: #f9f9f9;
}
#competition-results-wrapper tbody tr td:nth-child(2) {
  text-align: right;
  border-left: 1px solid #c2c2c2;
}
#competition-results-wrapper .download-file {
  color: #89cc37;
  font-weight: bold;
}
#competition-results-wrapper .download-file i {
  padding-right: 20px;
}
/* end competition-results.less  */
.select-box-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .select-box-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.select-box-wrapper select {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.select-box-wrapper label:last-child {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  line-height: 1 !important;
}
.select-box-wrapper label:last-child i {
  font-size: 20px;
  font-weight: bold;
  color: #0776c7;
}
#selectbasic {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  width: 16px;
  height: 16px;
  background: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-left: 4px;
  border: 1px solid #c2c2c2;
}
input[type="checkbox"] + label span > i {
  display: block;
  visibility: hidden;
  text-align: center;
  font-size: 14px;
}
input[type="checkbox"]:checked + label span > i {
  color: #89cc37;
  text-align: center;
  font-size: 14px;
  visibility: visible;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span {
  width: 20px;
  height: 20px;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  margin: 5px;
  border: 1px solid #c2c2c2;
}
input[type="radio"] + label span > i {
  display: block;
  visibility: hidden;
  text-align: center;
  font-size: 14px;
  color: #0776c7 !important;
  padding-top: 2px;
}
input[type="radio"]:checked + label span > i {
  color: #89cc37;
  text-align: center;
  font-size: 14px;
  visibility: visible;
  padding-top: 2px;
}
/* form-insurance.less */
.forms-insurance-wrapper {
  text-align: center;
}
.forms-insurance-wrapper th {
  text-align: center;
  color: #0776c7;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .forms-insurance-wrapper tbody tr td {
    line-height: 1.5;
  }
}
@media (min-width: 1170px) {
  .forms-insurance-wrapper tbody tr td {
    line-height: 65px;
  }
}
.forms-insurance-wrapper th {
  color: #0776c7;
  text-align: center;
  border: 1px solid #c2c2c2 !important;
  background: #ebebeb;
}
.forms-insurance-wrapper th:first-child,
.forms-insurance-wrapper th:nth-child(2) {
  border: 1px solid #c2c2c2;
}
.forms-insurance-wrapper tbody tr td {
  border: 1px solid #c2c2c2;
}
@media (min-width: 768px) {
  .forms-insurance-wrapper tbody tr td {
    color: #0776c7;
  }
}
.forms-insurance-wrapper tr:nth-child(odd) {
  background: #f9f9f9;
}
.forms-insurance-wrapper tbody tr td:nth-child(2) {
  text-align: right;
  border: 1px solid #c2c2c2;
}
@media (min-width: 768px) {
  .forms-insurance-wrapper tbody tr td:nth-child(2) {
    padding-right: 30px;
  }
}
.forms-insurance-wrapper a {
  color: transparent;
  font-weight: bold;
}
@media (max-width: 767px) {
  .forms-insurance-wrapper a {
    height: 40px;
    display: block;
  }
}
@media (min-width: 768px) {
  .forms-insurance-wrapper a {
    color: #89cc37;
  }
}
.forms-insurance-wrapper a i {
  padding-left: 10px;
  color: #89cc37;
  display: block;
  position: relative;
  top: 12px;
}
@media (max-width: 767px) {
  .forms-insurance-wrapper a i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
}
@media (min-width: 768px) {
  .forms-insurance-wrapper a i {
    position: static;
    top: 25px;
    display: inline-block;
  }
}
/* form-insurance.less */
/* results.less */
#results-page {
  padding-top: 45px;
}
#results-page .events-table a i {
  padding-left: 20px;
  padding-right: 0;
}
#results-page .events-search {
  background: #89cc37;
}
#results-page .events-table th:last-child {
  color: #0776c7;
}
/* dates  */
.dates li:first-child {
  font-size: 24px;
}
.dates li:first-child i {
  padding: 0 10px;
}
.dates li {
  line-height: 65px;
  border-bottom: 1px solid #c2c2c2;
  cursor: pointer;
  font-size: 18px;
}
.dates li a:hover {
  background: #0776c7;
  color: #fff;
}
.dates .active a {
  background: #0776c7;
  color: #fff;
}
/* ends dates */
/*  end results.less*/
/* admin-table.less */
.main-wrapper {
  padding: 0;
}
.table {
  margin-bottom: 0;
  text-align: center;
}
tbody tr td {
  line-height: 65px;
}
th {
  text-align: center;
  border: 1px solid #c2c2c2 !important;
  background: #ebebeb;
}
th:first-child,
th:nth-child(2) {
  border: 1px solid #c2c2c2;
}
.admin-table-wrapper tbody tr td {
  text-align: right;
  color: #4F5561;
  border: 1px solid #c2c2c2;
  position: relative;
}
.admin-table-wrapper tbody tr td textarea {
  width: 100%;
}
.admin-table-wrapper tr:nth-child(odd) {
  background: #f9f9f9;
}
.icon-loc {
  float: right;
  position: relative;
  top: 15px;
  left: -25px;
}
label.error {
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  right: 16px;
  bottom: 9px;
}
.select-box-wrapper > label.error {
  right: 0;
  bottom: -25px;
}
.admin-table-wrapper a {
  color: #607d8b;
  font-weight: bold;
}
.admin-table-wrapper a i {
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.takin-wrapper {
  display: inline-block;
  position: relative;
}
.takin-wrapper .icon-camera {
  position: absolute;
  right: 5px;
  top: 15px;
}
.takin-wrapper .icon-camera i {
  font-size: 22px;
  color: #9A9A9A;
}
.takin-wrapper label {
  display: block;
  height: 25px;
  text-align: right;
  padding-right: 50px;
}
/* form in admin table */
legend {
  display: block;
  text-align: right;
  width: 100%;
  padding: 30px 15px 15px;
  color: #0776c7;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  border-bottom: none;
}
.form-group textarea {
  margin-bottom: 15px;
  height: auto;
}
.form-group label {
  display: block;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
}
.form-group #male-label,
.form-group #female-label {
  float: right;
  margin-left: 30px;
}
.form-group .select-box-wrapper {
  position: relative;
  display: block;
  line-height: 1;
  margin-left: 0;
  margin-bottom: -1px;
  height: 34px;
}
.form-group .select-box-wrapper select {
  width: 100%;
  background: #fff;
}
.excel-table-wrapper .modal-dialog {
  width: 95%;
  max-width: 100%;
  overflow: auto;
  height: 95%;
  margin: 20px auto;
  background: #fff;
}
.excel-table-wrapper .modal-content {
  padding: 0;
  display: inline-block;
}
.excel-table-wrapper .modal-dialog table tr td:last-child {
  width: 250px;
  display: block;
  color: red;
  border-bottom: none;
  border-right: none;
  line-height: 60px;
  white-space: nowrap;
}
.ltr {
  direction: ltr;
  text-align: left;
}
.trigger {
  margin: 0 0 20px;
}
.btn-close {
  float: right;
}
.btn-close i {
  padding-right: 0;
}
tbody tr td {
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}
.birth i {
  position: absolute;
  top: 40px;
  left: 25px;
  color: #0776c7;
}
input[type='radio'] {
  -webkit-appearance: none;
}
input[type='file'] {
  display: none;
}
.file-wrapper {
  background: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
  overflow: hidden;
  height: 37px;
  line-height: 37px;
  border: 1px solid #c2c2c2;
}
.file-wrapper .file-download {
  cursor: pointer;
  float: left;
  padding: 0 10px;
  background: #0776c7;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
}
.ddl-plus-check-wrapper {
  max-height: 35px;
  margin-bottom: 91px;
}
.ddl-plus-check-wrapper label.error {
  font-weight: bold;
}
.ddl-plus-check-wrapper select {
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
}
.ddl-plus-check-wrapper:last-child {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
}
.btns-form-wrapper {
  clear: both;
  padding: 15px 0;
}
.btns-form-wrapper button,
.btns-form-wrapper a {
  color: #fff;
  float: left;
  display: inline-block;
}
.table tbody tr td {
  vertical-align: middle;
}
.open {
  cursor: pointer;
}
.camera {
  position: relative;
  display: block;
}
.camera i {
  position: absolute;
  top: -59px;
  left: 5px;
}
#open-excel {
  margin-left: 10px;
}
.tab-content {
  padding: 0 0 40px;
}
.ekko-lightbox .modal-dialog {
  max-width: 300px !important;
  text-align: center;
}
.ekko-lightbox .img-responsive,
.ekko-lightbox .thumbnail > img,
.ekko-lightbox .thumbnail a > img,
.ekko-lightbox .carousel-inner > .item > img,
.ekko-lightbox .carousel-inner > .item > a > img {
  display: inline-block;
}
.ekko-lightbox .modal-content {
  padding: 10px 20px;
}
.ekko-lightbox .modal-header {
  padding: 15px 0;
  border-bottom: none;
}
#meta[regulations] * {
  display: block;
}
.loader {
  display: none;
}
.submit-medical-message {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #0776c7;
  color: #fff;
  text-align: center;
}
#yes_label,
#no_label {
  float: right;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #add_new_user_admin_button {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
#add_new_user_admin_button i {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #open-excel {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
#open-excel i {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .excel_export {
    margin-bottom: 5px;
  }
}
.excel_export i {
  padding-right: 0;
  padding-left: 10px;
}
.payment_confirm {
  cursor: pointer;
}
/* end admin-table.less */
/*  page-clubs.less*/
#clubs-page {
  padding: 45px 0;
}
@media (min-width: 768px) {
  #clubs-page .events-table th:last-child {
    color: transparent;
  }
}
#clubs-page .events-table th:first-child {
  color: transparent;
}
#clubs-page .events-table tr td:first-child span {
  background: transparent;
}
#clubs-page .clubs-thumbnail-wrapper {
  max-width: 75px;
  padding-top: 4px;
  margin: 0 auto;
  max-height: 75px;
  overflow: hidden;
}
.add-club {
  width: 100%;
}
@media (min-width: 768px) {
  .add-club {
    width: auto;
    margin: 20px 0 0;
  }
}
@media (min-width: 1170px) {
  .add-club {
    margin: 0;
  }
}
.add-club i {
  padding: 0 10px;
  font-size: 14px;
}
/*  end page-clubs.less*/
/*  single-club.less*/
#single-club {
  padding: 20px 0 10px;
  display: block;
}
#single-club .single-club-info-wrapper {
  border: 1px solid #0776c7;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  #single-club .single-club-info-wrapper {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
}
#single-club .single-club-info-thumbnail-wrapper {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #c2c2c2;
}
@media (min-width: 768px) {
  #single-club .single-club-info-thumbnail-wrapper {
    width: 45%;
    float: right;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  #single-club .single-club-info-thumbnail-wrapper {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#single-club .thumbnail-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  #single-club .all-info-wrapper {
    width: 47%;
    float: right;
  }
}
@media (min-width: 992px) {
  #single-club .all-info-wrapper {
    width: 100%;
    float: none;
  }
}
#single-club .all-info-wrapper .info-row {
  padding: 10px 0;
}
#single-club .all-info-wrapper .info-title {
  color: #0776c7;
  font-weight: bold;
}
#single-club .all-info-wrapper .club-btn-wrapper {
  padding: 17px 0;
}
#single-club .all-info-wrapper .club-btn-wrapper div {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #single-club .all-info-wrapper .club-btn-wrapper div {
    width: 49%;
    margin-bottom: 0;
  }
}
#single-club .all-info-wrapper .club-btn-wrapper div i {
  padding-left: 10px;
  padding-right: 0;
}
#single-club .all-info-wrapper .club-btn-wrapper .btn.green {
  float: left;
}
#single-club .all-info-wrapper a {
  color: black;
}
#single-club-team h2 {
  font-size: 21px;
  color: #0776c7;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 25px 0;
}
/*  end single-club.less*/
/*  single-blog.less */
#single-blog-row-2 {
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
}
#single-blog-row-2 .author-wrapper {
  float: right;
}
@media (min-width: 768px) {
  #single-blog-row-2 .author-wrapper {
    position: relative;
    top: 4px;
  }
}
@media (min-width: 992px) {
  #single-blog-row-2 .author-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1170px) {
  #single-blog-row-2 .author-wrapper {
    font-size: 16px;
  }
}
#single-blog-row-2 .socials-wrapper {
  display: inline-block;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #single-blog-row-2 .socials-wrapper {
    padding-left: 0;
  }
}
#single-blog-row-2 .facebook-like-wrapper {
  display: inline-block;
}
#single-blog-row-2 .text-title {
  margin-bottom: 15px;
}
#single-blog-row-2 .share-article {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #single-blog-row-2 .share-article {
    margin-top: -5px;
    margin-bottom: 0;
  }
}
#single-blog-row-2 .count-down-title {
  font-weight: bold;
}
@media (min-width: 992px) {
  #single-blog-row-2 .count-down-title {
    font-size: 14px;
  }
}
@media (min-width: 1170px) {
  #single-blog-row-2 .count-down-title {
    font-size: 16px;
  }
}
#single-blog-row-2 .date-title {
  font-weight: bold;
}
#single-blog-row-3 .blog-main-img {
  padding: 15px 0 20px;
}
#single-blog-row-4 {
  padding-top: 50px;
}
#single-blog-row-4 .blog-slider-wrapper {
  position: relative;
  padding-top: 20px;
}
#single-blog-row-4 .blog-slider-wrapper .box-8 {
  margin: 0;
  direction: rtl;
}
#single-blog-row-4 .blog-slider-wrapper .bx-controls {
  top: 50%;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  #single-blog-row-4 .blog-slider-wrapper .bx-controls {
    position: absolute;
    margin-top: -30px;
    display: block;
  }
}
#single-blog-row-4 .blog-slider-wrapper .bx-prev {
  text-align: center;
  left: -15px;
  position: static;
  width: 45%;
  float: left;
  background: #e1e1e1;
}
@media (min-width: 768px) {
  #single-blog-row-4 .blog-slider-wrapper .bx-prev {
    position: absolute;
    float: none;
    width: auto;
    background: transparent;
  }
}
#single-blog-row-4 .blog-slider-wrapper .bx-prev:hover i {
  color: #9A9A9A;
}
#single-blog-row-4 .blog-slider-wrapper .bx-prev i {
  font-size: 24px;
  font-weight: bold;
  color: #0776c7;
}
@media (min-width: 768px) {
  #single-blog-row-4 .blog-slider-wrapper .bx-prev i {
    padding-top: 18px;
  }
}
#single-blog-row-4 .blog-slider-wrapper .bx-next {
  text-align: center;
  right: -15px;
  position: static;
  width: 45%;
  float: right;
  background: #e1e1e1;
}
@media (min-width: 768px) {
  #single-blog-row-4 .blog-slider-wrapper .bx-next {
    position: absolute;
    float: none;
    width: auto;
    background: transparent;
  }
}
#single-blog-row-4 .blog-slider-wrapper .bx-next:hover i {
  color: #9A9A9A;
}
#single-blog-row-4 .blog-slider-wrapper .bx-next i {
  font-size: 24px;
  font-weight: bold;
  color: #0776c7;
}
@media (min-width: 768px) {
  #single-blog-row-4 .blog-slider-wrapper .bx-next i {
    padding-top: 18px;
  }
}
#single-blog-row-4 .title-wrapper {
  border-bottom: 3px solid #0776c7;
}
/*  end single-blog.less */
/* events.less */
.events-search {
  background: #0776c7;
  padding: 20px;
  position: relative;
}
.events-search .input-wrapper input,
.events-search .input-wrapper select {
  margin-left: 30px;
  width: 100%;
  line-height: 35px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .events-search .input-wrapper input,
  .events-search .input-wrapper select {
    width: 140px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .events-search .input-wrapper input,
  .events-search .input-wrapper select {
    width: 100px;
  }
}
@media (min-width: 1170px) {
  .events-search .input-wrapper input,
  .events-search .input-wrapper select {
    width: 200px;
  }
}
.events-search .input-wrapper span {
  position: relative;
}
.events-search .input-wrapper span i {
  position: absolute;
  left: 40px;
  top: 4px;
}
.events-search .input-wrapper input[type="submit"] {
  left: 0;
  top: 20px;
  margin-left: 35px;
  color: #fff;
  background: #015490;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 768px) {
  .events-search .input-wrapper input[type="submit"] {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .events-search .input-wrapper input[type="submit"] {
    position: static;
  }
}
.events-table .main-wrapper {
  padding: 0;
}
.events-table .table {
  margin-bottom: 0;
  text-align: center;
}
.events-table th {
  text-align: center;
  color: #0776c7;
  background: #ebebeb;
}
.events-table tbody tr td {
  line-height: 65px;
  white-space: nowrap;
}
.events-table th {
  color: #0776c7;
  text-align: center;
  border: 1px solid #c2c2c2 !important;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .events-table th:last-child {
    color: transparent;
  }
}
.events-table th:first-child,
.events-table th:nth-child(2) {
  border: 1px solid #c2c2c2;
}
.events-table tbody tr td {
  color: #4F5561;
  border: 1px solid #c2c2c2;
  position: relative;
}
.events-table tr:nth-child(odd) {
  background: #f9f9f9;
}
.events-table tr td:first-child {
  padding: 0;
  vertical-align: top;
}
.events-table tr td:first-child span {
  background: transparent;
  color: #4F5561;
  border-radius: 0 0 5px 5px;
  padding: 0 10px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  position: relative;
  top: 5px;
}
@media (min-width: 768px) {
  .events-table tr td:first-child span {
    background: #0776c7;
    position: static;
    color: #fff;
    font-weight: bold;
  }
}
.events-table tr td:first-child span i {
  padding-left: 5px;
}
.events-table .icon-loc {
  float: right;
  position: relative;
  top: 15px;
  left: -25px;
}
.events-table tbody tr td:nth-child(2) {
  text-align: right;
  border: 1px solid #c2c2c2;
  padding-right: 30px;
}
.events-table a {
  color: #89cc37;
  font-weight: bold;
  white-space: nowrap;
}
.events-table a i {
  font-size: 18px;
  font-weight: bold;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .events-table a i {
    padding-right: 20px;
  }
}
.event-table {
  height: 75px;
  padding: 10px;
  border: 1px solid #c2c2c2;
}
@media (min-width: 768px) {
  .event-table {
    width: 19%;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0;
  }
}
.event-table-info {
  line-height: 75px;
  height: 75px;
  border: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .event-table-info {
    width: 19%;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0;
  }
}
#single-row-2 i {
  color: red;
}
#single-row-2 .addeventatc {
  padding: 13px 43px 12px 20px;
  border: none;
  font-size: 22px;
  font-weight: bold;
  color: #4F5561;
}
#single-row-2 .addeventatc .addeventatc_icon {
  background: url("images/color-calander.png");
  width: 22px;
  height: 25px;
  right: 10px;
  top: 12px;
}
.event-map-wrapper iframe {
  max-width: 100%;
}
/* end events.less */
/*home-slider.less */
#home-section-1 .home-slide {
  background-size: cover;
  min-width: 100%;
}
#home-section-1 .home-slide:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  #home-section-1 .home-slide {
    height: 475px;
  }
}
#home-section-1 .text-wrapper {
  text-align: right;
  padding: 0 20px 20px;
  margin-top: 70px;
}
@media (min-width: 768px) {
  #home-section-1 .text-wrapper {
    margin-top: 140px;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) {
  #home-section-1 .text-wrapper {
    margin-top: 100px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  #home-section-1 .text-wrapper {
    margin-top: 100px;
  }
}
#home-section-1 .text-wrapper .home-slider-title {
  padding: 20px 0;
  line-height: 1.2;
  font-size: 25px;
  color: #89cc37;
  text-shadow: 0 1px 5px #383838;
}
@media (min-width: 768px) {
  #home-section-1 .text-wrapper .home-slider-title {
    font-size: 48px;
    padding: 0 0 10px 0;
  }
}
@media (min-width: 992px) {
  #home-section-1 .text-wrapper .home-slider-title {
    text-shadow: 0 1px 8px #383838;
  }
}
#home-section-1 .text-wrapper .home-slider-content {
  font-size: 14px;
  color: #fff;
  direction: rtl;
  padding-bottom: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  #home-section-1 .text-wrapper .home-slider-content {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
#home-section-1 .text-wrapper .btn {
  padding: 0 25px;
  line-height: 38px;
}
#mains_slider {
  display: none;
}
@media (min-width: 992px) {
  .home-slider-wrapper .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    display: inline-block;
  }
  .home-slider-wrapper .bx-next {
    position: absolute;
    left: 10px;
  }
  .home-slider-wrapper .bx-next i {
    font-size: 50px;
  }
  .home-slider-wrapper .bx-prev {
    position: absolute;
    right: 10px;
  }
  .home-slider-wrapper .bx-prev i {
    font-size: 50px;
  }
}
/* end home-slide.less*/
/*roof-title.less */
.roof-title {
  background: #89cc37;
  border-radius: 25px 0 0 25px;
  display: inline-block;
  padding: 5px 15px 5px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .roof-title {
    font-size: 20px;
  }
}
/*end roof-title.less */
/* single-event-row-1.less */
#single-row-1 {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #single-row-1 {
    border-bottom: 1px solid #c2c2c2;
  }
}
#single-row-1 .events-date,
#single-row-1 .icon-loc span {
  display: inline-block;
}
#single-row-1 .count-down-title {
  vertical-align: top;
  display: inline-block;
  padding-top: 16px;
  font-weight: bold;
  margin-left: 10px;
}
#single-row-1 .icon-loc {
  margin: 10px 15px;
  display: inline-block;
}
#single-row-1 .events-date {
  background: #0776c7;
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 5px;
  position: relative;
  top: -15px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  margin: 0 20px;
}
#single-row-1 .events-date i {
  padding-bottom: 10px;
}
/* end single-event-row-1.less  */
/* single-event-row-2.less */
#single-row-2 {
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}
#single-row-2 .count-down-title {
  vertical-align: top;
  display: inline-block;
  padding-top: 16px;
  font-weight: bold;
  padding-right: 15px;
  margin-left: 10px;
}
#single-row-2 .socials-wrapper {
  display: inline-block;
  padding-top: 9px;
  padding-left: 10px;
}
#single-row-2 .facebook-like-wrapper {
  display: inline-block;
}
#single-row-2 .add-to-calendar {
  margin-left: 15px;
  font-weight: bold;
}
#single-row-2 .add-to-calendar i {
  color: #0776c7;
  font-size: 20px;
  font-weight: bold;
}
/* end single-event-row-2.less */
/* single-event-row-3.less */
#single-row-3 {
  padding: 30px 0;
}
#single-row-3 .thumbnail-wrapper {
  overflow: hidden;
}
#single-row-3 h2 {
  padding: 20px 0 15px;
  display: block;
}
#single-row-3 .btn {
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16.768px;
}
@media (min-width: 768px) {
  #single-row-3 .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  #single-row-3 .btn {
    width: 100%;
  }
}
#single-row-3 .btn.bg-green {
  float: left;
}
#single-row-3 .event-map-wrapper {
  margin-bottom: 30px;
}
#single-row-3 .event-additional-info-wrapper {
  border: 1px solid #c2c2c2;
}
#single-row-3 .event-additional-info-wrapper .details-titles {
  width: 175px;
  float: right;
  background: #f9f9f9;
}
#single-row-3 .event-additional-info-wrapper .details-info {
  padding-right: 200px;
}
#single-row-3 .event-additional-info-wrapper .details-info span {
  font-weight: normal !important;
}
#single-row-3 .event-additional-info-wrapper .single-title {
  padding: 19px 0;
  line-height: 1.2;
}
#single-row-3 .event-additional-info-wrapper .single-title span {
  font-weight: bold;
  height: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  #single-row-3 .event-additional-info-wrapper .single-title span {
    word-break: break-all;
    height: 40px;
  }
}
#single-row-3 .event-additional-info-wrapper .single-title i {
  padding: 0 15px 0 20px;
  color: #0776c7;
}
.event-details-wrapper {
  padding: 0 14px;
  text-align: center;
  border: 1px solid #c2c2c2;
}
.event-details-wrapper .col-md-2 {
  width: 20%;
}
.event-details-wrapper .col-md-2 span,
.event-details-wrapper .col-md-2 i {
  display: block;
  height: 35px;
}
.event-details-wrapper i {
  font-size: 25px;
  color: #0776c7;
}
.event-info-titles-wrapper {
  float: right;
  background: #f9f9f9;
}
@media (min-width: 768px) {
  .event-info-titles-wrapper {
    display: block;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0;
    height: 75px;
    float: none;
  }
}
.event-info-detail-wrapper {
  line-height: 70px;
  display: block;
  height: 70px;
}
.event-partners-wrapper {
  display: inline-block;
  padding: 20px 0;
  border: 1px solid #c2c2c2;
}
.event-partners-wrapper .partners-thumbnail-wrapper {
  margin: 20px 0;
}
/* end single-event-row-3.less */
/* box-1-small.less */
.box-1-small {
  max-width: 345px;
  overflow: hidden;
}
.box-1-small .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-1-small .thumbnail-wrapper {
    width: 345px;
    height: 195px;
  }
}
.box-1-small .roof-title {
  position: absolute;
  bottom: 20px;
}
.box-1-small .post-title {
  font-size: 16px;
  margin: 10px 0;
  height: 48px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-1-small .post-title {
    margin: 10px 0;
    font-size: 20px;
  }
}
.box-1-small .article-excerpt {
  margin-bottom: 5px;
  height: 33px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-1-small .article-excerpt {
    margin-bottom: 15px;
  }
}
.box-1-small header {
  border: none;
  padding-bottom: 0;
}
/* end box-1-small.less */
/* manager-admin.less */
#primary-admin-manager .mark-all {
  width: 20px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
}
#primary-admin-manager th {
  line-height: 35px;
}
.group-payment {
  margin: 15px 0;
}
.user-log-modal .modal-dialog {
  width: 100%;
  max-width: 90%;
  margin: 0 auto !important;
}
.user-log-modal .modal-dialog .modal-body table {
  margin: 0 auto !important;
}
/* end manager-admin.less */
/*  page-gallery.less*/
.gallery-search {
  background: #0776c7;
  padding: 20px 20px 10px;
  margin: 0 5px;
  position: relative;
  right: -2px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery-search {
    padding: 20px;
  }
}
.gallery-search .input-wrapper input {
  margin-left: 30px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gallery-search .input-wrapper input {
    margin-bottom: 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .gallery-search .input-wrapper input {
    margin-left: 10px;
  }
}
.gallery-search .input-wrapper span {
  position: relative;
}
.gallery-search .input-wrapper span i {
  position: absolute;
  left: 40px;
  top: -1px;
}
@media (min-width: 768px) {
  .gallery-search .input-wrapper span i {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .gallery-search .input-wrapper span i {
    left: 20px;
  }
}
.gallery-search .input-wrapper input[type="submit"] {
  left: 0;
  top: 20px;
  margin-left: 35px;
  padding: 0 65px;
  color: #fff;
  background: #015490;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-search .input-wrapper input[type="submit"] {
    position: absolute;
  }
}
/* end page-gallery.less */
/* admin.less */
#primary-admin .nav > li:hover a,
#primary-admin-manager .nav > li:hover a {
  color: #fff;
  background: #89cc37;
  border: none;
}
#primary-admin .nav > li:hover a span:before,
#primary-admin-manager .nav > li:hover a span:before {
  color: #fff;
}
#primary-admin ul,
#primary-admin-manager ul {
  border-bottom: none;
}
#primary-admin ul .active:after,
#primary-admin-manager ul .active:after {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #89cc37;
  position: absolute;
  bottom: -14px;
  right: 50%;
  margin-right: -7px;
  z-index: 1;
}
#primary-admin ul li.active > a,
#primary-admin-manager ul li.active > a {
  border: none;
  border-radius: 0;
  background: #89cc37;
  color: #fff;
}
#primary-admin ul li.active > a span:before,
#primary-admin-manager ul li.active > a span:before {
  color: #fff;
}
#primary-admin ul li,
#primary-admin-manager ul li {
  border: 1px solid #89cc37;
  float: right;
  height: 45px;
  display: inline-block;
  width: 275px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  #primary-admin ul li,
  #primary-admin-manager ul li {
    width: 100%;
  }
}
#primary-admin ul li a,
#primary-admin-manager ul li a {
  color: #89cc37;
  padding: 9px 15px;
  font-weight: bold;
  margin: 0;
}
#primary-admin ul li a span:before,
#primary-admin-manager ul li a span:before {
  position: absolute;
  right: 15px;
  color: #89cc37;
  top: 0;
  font-size: 44px;
}
#primary-admin ul li:hover,
#primary-admin-manager ul li:hover {
  color: #fff;
  background: #89cc37;
}
.submit-medical-message {
  display: block;
  margin: 0 auto;
  background-color: #0776c7;
  color: #fff;
  text-align: center;
}
.page-template-page-admin .action-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
}
.page-template-page-admin .action-bar div {
  margin: 0 8px;
}
.page-template-page-admin .action-bar div button,
.page-template-page-admin .action-bar div a {
  border: 0;
}
/* end admin.less */
/* admin-search.less*/
.admin-search {
  background: #0776c7;
  padding: 15px 20px;
  position: relative;
}
.admin-search .total-numbers {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  min-height: 60px;
  padding: 10px 0 15px;
}
.admin-search .total-numbers .total-row {
  display: inline-block;
  margin-left: 70px;
}
.admin-search input,
.admin-search select {
  line-height: 35px;
  padding-left: 27px;
  border: none;
}
.admin-search input[type="text"] {
  width: 155px;
  margin-left: 30px;
}
.admin-search span {
  position: relative;
}
.admin-search span i {
  position: absolute;
  left: 40px;
  top: 4px;
}
.admin-search input[type="submit"] {
  padding: 0 35px;
  color: #fff;
  background: #015490;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.admin-search .search-btn-wrapper {
  display: inline-block;
  float: left;
  position: absolute;
  left: 15px;
  bottom: 13px;
}
@media (max-width: 768px) {
  .admin-search .search-btn-wrapper {
    padding-right: 20px;
    margin-top: 30px;
    position: relative;
    float: none;
  }
  .admin-search .search-btn-wrapper a {
    width: 100% !important;
  }
  .admin-search .search-btn-wrapper a div {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0;
  }
}
.admin-search .search-btn-wrapper div {
  font-size: 16px;
  margin-right: 10px;
}
.admin-search .search-btn-wrapper i {
  padding: 0 15px;
  padding-right: 0;
}
#admin-search-club {
  display: inline-block;
  width: 100%;
}
form#admin-search {
  display: inline-block;
  width: 100%;
}
/* end admin-search.less */
/* box-2.less */
.box-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 340px;
}
@media (min-width: 768px) {
  .box-2 {
    padding-top: 25px;
    max-width: 100%;
  }
}
.box-2 .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  float: right;
  max-width: 145px;
}
@media (min-width: 992px) {
  .box-2 .thumbnail-wrapper {
    max-width: 170px;
  }
}
.box-2 .roof-title {
  position: static;
  font-size: 14px;
}
@media (min-width: 768px) {
  .box-2 .roof-title {
    font-size: 16px;
  }
}
@media (min-width: 1170px) {
  .box-2 .roof-title {
    font-size: 18px;
  }
}
.box-2 .post-title {
  font-size: 14px;
  height: 32px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .box-2 .post-title {
    margin-top: 18px;
    height: 34px;
    font-size: 16px;
  }
}
@media (min-width: 1170px) {
  .box-2 .post-title {
    margin-top: 13px;
    height: 55px;
  }
}
.box-2 header {
  border: none;
  padding-right: 165px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .box-2 header {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .box-2 header {
    padding-right: 185px;
  }
}
/* end box-2.less */
/*  box-8.less*/
.box-8 {
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  padding: 10px;
  display: inline-block;
  margin: 5px 2px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .box-8 {
    max-width: 325px;
    margin: 5px 12px 20px;
  }
}
@media (min-width: 992px) {
  .box-8 {
    margin: 5px 13px 20px;
    max-width: 290px;
  }
}
@media (min-width: 1170px) {
  .box-8 {
    margin: 5px 2px 20px;
  }
}
.box-8 .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-8 .thumbnail-wrapper {
    width: 300px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .box-8 .thumbnail-wrapper {
    width: 270px;
  }
}
.box-8 .post-title {
  font-size: 16px;
  margin: 0;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-8 .post-title {
    margin-top: 10px;
  }
}
.box-8 .roof-title {
  margin: 15px 0 20px;
}
@media (min-width: 768px) {
  .box-8 .roof-title {
    top: 100px;
    position: absolute;
    right: 0;
  }
}
.box-8 .date-wrapper .date-title {
  font-weight: bold;
  padding-left: 5px;
}
.box-8 header {
  border: none;
  padding-bottom: 0;
}
.box-8 p.article-excerpt {
  height: 78px;
  overflow: hidden;
}
.box-8 .read-more {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}
.box-8 .author-wrapper {
  margin-top: 5px;
  font-size: 15.5px;
  color: #4F5561;
  height: 36px;
  overflow: hidden;
  line-height: 1.1;
}
.box-8 .author-wrapper span {
  display: inline-block;
}
.box-8 .author-wrapper .date-title {
  font-weight: bold;
  padding-left: 5px;
}
/* end box-7.less */
/*  box-8.less*/
/* aside.less */
aside {
  display: none;
  width: 300px;
  margin-left: 25px;
  float: right;
}
@media (min-width: 992px) {
  aside {
    display: block;
  }
}
aside .aside-wrapper {
  border-color: #4F5561;
  background-color: #ffffff;
  border-top: 4px solid #0776c7;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
  margin-bottom: 25px;
}
.home aside {
  position: absolute;
}
aside .widget {
  margin-bottom: 35px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* end aside.less */
/* home-section-2.less */
#home-section-2 {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  #home-section-2 {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  #home-section-2 .slider-nav-bg-wrapper {
    background: url("images/slider-nav-bg.png") no-repeat;
    background-position: 50%;
    min-height: 70px;
  }
}
#home-section-2 .slider-nav-bg-wrapper nav {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul {
    padding: 0 85px;
  }
}
@media (min-width: 1400px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul {
    padding: 0 190px;
  }
}
#home-section-2 .slider-nav-bg-wrapper nav ul li {
  display: block;
  position: relative;
  margin: 0 -15px 3px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  line-height: 60px;
  background-color: #0776c7;
}
@media (min-width: 992px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul li {
    background-color: transparent;
    display: inline-block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul li {
    line-height: 50px;
    left: 0;
  }
}
#home-section-2 .slider-nav-bg-wrapper nav ul li:before {
  right: 0px;
}
@media (min-width: 1200px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul li:last-child {
    position: relative;
  }
}
#home-section-2 .slider-nav-bg-wrapper nav ul li a {
  display: block;
  color: #fff;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 50px;
  padding: 0;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul li a {
    padding: 5px 0 5px;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  #home-section-2 .slider-nav-bg-wrapper nav ul li a {
    margin: 0 50px;
    font-size: 17px;
    padding: 10px 0 5px;
  }
}
#home-section-2 .slider-nav-bg-wrapper nav ul li a:hover {
  border-bottom: 2px solid #89cc37;
}
@media (max-width: 991px) {
  .home-slider-wrapper .bx-controls.bx-has-controls-direction {
    display: none;
  }
}
/* end slider-nav.less */
/*home-section-3.less*/
#home-5 {
  padding-bottom: 25px;
  padding-top: 20px;
}
/*end home-section-3.less*/
/* footer-top.less */
#footer-top {
  background: #fff;
  position: relative;
  text-align: center;
}
#footer-top h2 {
  color: #0776c7;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 22px;
  display: block;
  margin: 0;
  padding: 0;
}
#footer-top h2 span {
  position: relative;
  top: -6px;
  font-size: 24px;
}
#footer-top h2:before {
  content: "";
  border-top: 13px solid #0567af;
  display: inline-block;
  height: 1px;
  width: 25%;
  position: absolute;
  right: 0;
  border-radius: 5px 0 0 5px;
  top: 0;
}
@media (min-width: 768px) {
  #footer-top h2:before {
    width: 39%;
  }
}
@media (min-width: 992px) {
  #footer-top h2:before {
    width: 42%;
  }
}
@media (min-width: 1170px) {
  #footer-top h2:before {
    width: 45%;
  }
}
#footer-top h2:after {
  content: "";
  border-top: 13px solid #0567af;
  display: inline-block;
  height: 1px;
  width: 25%;
  position: absolute;
  left: 0;
  border-radius: 0 5px 5px 0;
  top: 0;
}
@media (min-width: 768px) {
  #footer-top h2:after {
    width: 39%;
  }
}
@media (min-width: 992px) {
  #footer-top h2:after {
    width: 42%;
  }
}
@media (min-width: 1170px) {
  #footer-top h2:after {
    width: 45%;
  }
}
#footer-top h2:last-child img {
  position: relative;
  top: 28px;
}
#footer-top h2:last-child:after {
  bottom: 0;
  top: auto;
  width: 40%;
}
@media (min-width: 768px) {
  #footer-top h2:last-child:after {
    width: 45%;
  }
}
@media (min-width: 992px) {
  #footer-top h2:last-child:after {
    left: 0;
    width: 46%;
  }
}
@media (min-width: 1170px) {
  #footer-top h2:last-child:after {
    width: 48%;
    bottom: 0;
    top: auto;
  }
}
#footer-top h2:last-child:before {
  width: 40%;
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  #footer-top h2:last-child:before {
    width: 45%;
  }
}
@media (min-width: 992px) {
  #footer-top h2:last-child:before {
    right: 0;
    width: 46%;
  }
}
@media (min-width: 1170px) {
  #footer-top h2:last-child:before {
    width: 48%;
    bottom: 0;
    top: auto;
  }
}
#footer-top .partners-wrapper {
  text-align: center;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  #footer-top .partners-wrapper {
    margin-bottom: -50px;
  }
}
#footer-top .thumbnail-wrapper {
  text-align: center;
  margin-bottom: 20px;
  height: 100px;
}
#footer-top .thumbnail-wrapper img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* end footer-top */
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: right;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
}
/* header.less */
div#logout_wrapper {
  position: absolute;
  z-index: 9;
}
header {
  border-bottom: 2px solid #89cc37;
}
@media (min-width: 992px) {
  header {
    padding-bottom: 50px;
  }
}
@media (min-width: 1170px) {
  header {
    padding-bottom: 0;
  }
}
header a#logo {
  display: block;
  max-height: 115px;
  margin-top: -3px;
}
@media (min-width: 768px) {
  header a#logo {
    max-height: 104px;
  }
}
header .navbar {
  margin-bottom: 0;
  border: none;
}
/* main header.less */
/* thank-you.less*/
.thanks p {
  font-size: 38px;
  margin-top: 150px;
}
.blue-heading {
  font-size: 45px;
  color: #0776c7;
  font-weight: bold;
}
.back-home {
  margin-bottom: 200px;
  font-size: 18px;
}
.thank-you-logo img {
  margin: 50px 0;
}
/* loader.less */
.loader {
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin: 0 auto 43px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.087em -0.825em 0 -0.42em #89cc37, -0.173em -0.812em 0 -0.44em #89cc37, -0.256em -0.789em 0 -0.46em #89cc37, -0.297em -0.775em 0 -0.477em #89cc37;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.338em -0.758em 0 -0.42em #89cc37, -0.555em -0.617em 0 -0.44em #89cc37, -0.671em -0.488em 0 -0.46em #89cc37, -0.749em -0.34em 0 -0.477em #89cc37;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.377em -0.74em 0 -0.42em #89cc37, -0.645em -0.522em 0 -0.44em #89cc37, -0.775em -0.297em 0 -0.46em #89cc37, -0.82em -0.09em 0 -0.477em #89cc37;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.087em -0.825em 0 -0.42em #89cc37, -0.173em -0.812em 0 -0.44em #89cc37, -0.256em -0.789em 0 -0.46em #89cc37, -0.297em -0.775em 0 -0.477em #89cc37;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.338em -0.758em 0 -0.42em #89cc37, -0.555em -0.617em 0 -0.44em #89cc37, -0.671em -0.488em 0 -0.46em #89cc37, -0.749em -0.34em 0 -0.477em #89cc37;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, -0.377em -0.74em 0 -0.42em #89cc37, -0.645em -0.522em 0 -0.44em #89cc37, -0.775em -0.297em 0 -0.46em #89cc37, -0.82em -0.09em 0 -0.477em #89cc37;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #89cc37, 0 -0.83em 0 -0.42em #89cc37, 0 -0.83em 0 -0.44em #89cc37, 0 -0.83em 0 -0.46em #89cc37, 0 -0.83em 0 -0.477em #89cc37;
  }
}
/* page-package.less*/
.page-template-page-package .i_declare_container,
.page-template-page-admin .i_declare_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-template-page-package .select-box-wrapper select,
.page-template-page-admin .select-box-wrapper select {
  margin-bottom: 0;
}
.page-template-page-package .gender-select label:not(:first-of-type),
.page-template-page-admin .gender-select label:not(:first-of-type),
.page-template-page-package .avatar-select label:not(:first-of-type),
.page-template-page-admin .avatar-select label:not(:first-of-type),
.page-template-page-package .medical-select label:not(:first-of-type),
.page-template-page-admin .medical-select label:not(:first-of-type),
.page-template-page-package .insurance-select label:not(:first-of-type),
.page-template-page-admin .insurance-select label:not(:first-of-type),
.page-template-page-package .payment-select label:not(:first-of-type),
.page-template-page-admin .payment-select label:not(:first-of-type) {
  display: inline-block;
}
div[id^="inside_form_fields_user"] > .form-group {
  height: 97px!important;
}
