/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* COLORS 
 Light Blue #00afe9
 Dark Blue  #0d539f */
/* line 8, templates/it_delight/custom/scss/custom.scss */
a {
  color: #00afe9;
}
/* line 9, templates/it_delight/custom/scss/custom.scss */
a:hover {
  color: #0d539f;
}
/* line 12, templates/it_delight/custom/scss/custom.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  background: #00afe9;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 30, templates/it_delight/custom/scss/custom.scss */
.button:hover {
  background: #0d539f;
  color: #fff;
}
/* line 34, templates/it_delight/custom/scss/custom.scss */
.button:active, .nice-select.open.button, .button:focus {
  background: #0d539f;
  color: #fff;
}
/* line 38, templates/it_delight/custom/scss/custom.scss */
#g-page-surround .btn.btn-primary:hover, #g-offcanvas .btn.btn-primary:hover, #g-page-surround .btn.btn-primary:active, #g-page-surround .nice-select.open.btn.btn-primary, #g-offcanvas .btn.btn-primary:active, #g-offcanvas .nice-select.open.btn.btn-primary, #g-page-surround .btn.btn-primary:focus, #g-offcanvas .btn.btn-primary:focus {
  background: #0d539f;
  color: #fff;
}
/* TOP - MENU */
/* line 44, templates/it_delight/custom/scss/custom.scss */
#g-top .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 7px 15px 0px 15px;
}
/* line 47, templates/it_delight/custom/scss/custom.scss */
[dir="rtl"] #g-top .g-main-nav .g-toplevel > li:last-child {
  border-left: 0px solid #eaeaea;
}
/* line 48, templates/it_delight/custom/scss/custom.scss */
[dir="rtl"] #g-top .g-main-nav .g-toplevel > li {
  border-right: 1px solid #eaeaea;
  margin: 0;
  margin-left: 0;
  margin-right: -4px;
  float: none !important;
}
/* line 55, templates/it_delight/custom/scss/custom.scss */
#g-top {
  border-top: 0px solid #3695eb;
  border-bottom: 0px solid #eaeaea;
  z-index: 1003;
  font-size: 0.8rem;
}
/* TOP - SOCIAL AND LANG SWITCH */
/* line 62, templates/it_delight/custom/scss/custom.scss */
:lang(en) .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 0px;
}
/* line 66, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-top .g-contacts.style1 .g-contacts-item:first-child {
  border-left: 0px solid #e6e6e6;
}
/* line 67, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-top .g-contacts .g-contacts-item > a {
  color: #333;
  font-size: 0.9rem;
}
/* line 68, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-top .g-contacts .g-contacts-item > a:hover {
  color: #00afe9;
  font-size: 0.9rem;
}
/* TOP - EMERGENCY BUTTON */
/* line 71, templates/it_delight/custom/scss/custom.scss */
#g-top .button.button-purple {
  background: #c00;
  margin-right: 30px;
}
/* line 72, templates/it_delight/custom/scss/custom.scss */
#g-top .button.button-purple:hover {
  background: #f30;
  margin-right: 30px;
}
/* line 73, templates/it_delight/custom/scss/custom.scss */
#g-top .button.button-dark {
  background: #3695eb;
  margin-right: 30px;
}
/* line 74, templates/it_delight/custom/scss/custom.scss */
#g-top .button.button-dark:hover {
  background: #00afe9;
  margin-right: 30px;
}
/* line 75, templates/it_delight/custom/scss/custom.scss */
#g-header .button.button-purple {
  background: #c00;
}
/* line 76, templates/it_delight/custom/scss/custom.scss */
#g-header .button.button-purple:hover {
  background: #f30;
}
/* line 77, templates/it_delight/custom/scss/custom.scss */
#g-header .button.button-dark {
  background: #3695eb;
}
/* line 78, templates/it_delight/custom/scss/custom.scss */
#g-header .button.button-dark:hover {
  background: #00afe9;
}
/* TOP - SEARCH */
/* line 81, templates/it_delight/custom/scss/custom.scss */
#g-top textarea, input[type="search"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  padding: 10px;
  border-radius: 0;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
/* NAVIGATION - LOGO */
/* line 98, templates/it_delight/custom/scss/custom.scss */
.g-logo {
  margin: 10px 0;
  display: inline-block;
}
/* NAVIGATION - NAV BAR - ALIGNED WITH LOGO */
/* line 104, templates/it_delight/custom/scss/custom.scss */
#g-navigation .fa-lg {
  font-size: 2rem;
  line-height: 0.75em;
  vertical-align: -15%;
}
/* line 109, templates/it_delight/custom/scss/custom.scss */
#g-navigation .g-menu-item-container > i {
  vertical-align: middle;
  margin-right: 0rem;
}
/* line 113, templates/it_delight/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0;
  margin: 65px 20px 0 20px;
  border-right: 0px solid #efefef;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 121, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0;
  margin: 65px 20px 0 20px;
  border-left: 0px solid #efefef;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* NAVIGATION - NAV BAR - ICON ON TOP OF TEXT */
/* line 130, templates/it_delight/custom/scss/custom.scss */
#g-navigation .fa {
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
}
/* NAVIGATION CLICK BUTTON */
/* line 132, templates/it_delight/custom/scss/custom.scss */
.buttonclick {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 0.1875rem;
  background: #3695eb;
  color: #fff;
  border: 0;
  line-height: 0.2em;
  font-size: 1rem;
  vertical-align: top;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 149, templates/it_delight/custom/scss/custom.scss */
.buttonclick:hover {
  background: #00afe9;
  color: #fff;
}
/* NAVIGATION - NAV BAR - BORDERS REMOVED */
/* line 152, templates/it_delight/custom/scss/custom.scss */
:lang(he) #g-navigation .g-main-nav .g-toplevel > li:last-child > .g-menu-item-container {
  border-left: 0px solid #efefef;
}
/* line 153, templates/it_delight/custom/scss/custom.scss */
:lang(he) #g-navigation .g-main-nav {
  float: left;
  margin: 0;
  text-align: center;
}
/* line 158, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-navigation .g-main-nav {
  float: right;
  margin: 0;
  text-align: center;
}
/* line 163, templates/it_delight/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container:before, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container:before {
  border-top-color: transparent;
}
/* line 164, templates/it_delight/custom/scss/custom.scss */
#g-navigation {
  border-top: 0px solid #efefef;
  border-bottom: 0px solid #efefef;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
}
/* BREADCRUMB - ALIGN RIGHT */
/* line 167, templates/it_delight/custom/scss/custom.scss */
:lang(he) #g-breadcrumb .g-grid > .g-block:first-child ul.breadcrumb {
  text-align: right;
}
/* line 168, templates/it_delight/custom/scss/custom.scss */
:lang(en) #g-breadcrumb .g-grid > .g-block:first-child ul.breadcrumb {
  text-align: left;
}
/* line 169, templates/it_delight/custom/scss/custom.scss */
.breadcrumb > .active {
  color: #0d539f;
}
/* line 170, templates/it_delight/custom/scss/custom.scss */
.breadcrumb > li + li:before {
  padding: 0px;
  color: #d4e5f8;
  content: "/\00a0";
}
/* FULLWIDTH SHOWCASE - NEWS SLIDER */
/* line 176, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro-slideset .g-content-pro-item {
  border: 0px solid #efefef;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
/* line 181, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  background: rgba(0, 0, 0, 0.3) !important;
}
/* line 182, templates/it_delight/custom/scss/custom.scss */
#g-showcase .g-content-pro-slideset .g-content-pro-title a {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
/* line 183, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro-slideset .g-content-pro-title a {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
/* line 184, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro-slideset .g-content-pro-desc {
  padding: 0 100px;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  color: #fff;
}
/* line 185, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro-slideset .g-article-details {
  color: #f5f5f5 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 186, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro-slideset .g-content-pro-item {
  border: 0px solid #efefef;
}
/* line 187, templates/it_delight/custom/scss/custom.scss */
#g-showcase {
  padding: 0;
}
/* line 188, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .uk-slidenav, #g-showcase .uk-slidenav {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 22px;
  border-radius: 3px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
/* line 197, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .uk-slidenav:hover, #g-showcase .uk-slidenav:hover {
  background: rgba(255, 255, 255, 0);
  color: #00afe9 !important;
}
/* line 201, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .button:hover, #g-showcase .button:hover {
  background: #00afe9;
  color: #fff;
}
/* line 205, templates/it_delight/custom/scss/custom.scss */
.uk-dotnav {
  margin: 0;
  margin-top: 10px;
  margin-left: -15px;
}
/* INTRO - FEATURES - CALL CENTERS */
/* line 212, templates/it_delight/custom/scss/custom.scss */
#g-intro .g-features-particle.style7 .g-features-particle-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 223, templates/it_delight/custom/scss/custom.scss */
body .g-content-pro .g-info-container, body .g-content-pro-slider .g-info-container, body .g-content-pro-slideset .g-info-container {
  padding: 20px 15px;
}
/* BOTTOM - WANTED */
/* line 226, templates/it_delight/custom/scss/custom.scss */
#g-bottom .g-features-particle.style7 .g-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2rem;
}
/* line 235, templates/it_delight/custom/scss/custom.scss */
.g-features-particle.style7 .g-features-particle-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 247, templates/it_delight/custom/scss/custom.scss */
.page-header {
  padding-bottom: 0px;
  margin: 40px 0 20px;
  border-bottom: 0px solid #eee;
}
/*Search windows on top */
/* line 254, templates/it_delight/custom/scss/custom.scss */
form {
  margin: 0 0 0 0 !important;
}
/* line 255, templates/it_delight/custom/scss/custom.scss */
.article-info dd i {
  margin-left: 5px;
}
/* article image margin */
/* line 259, templates/it_delight/custom/scss/custom.scss */
.pull-left.item-image {
  margin: 4rem 1.5rem 1.5rem 0;
}
/* article header border removed 
 .g-article-header {padding: 0 0 15px 0; border-bottom: 0px solid #efefef;}
 .page-header {padding-bottom: 9px; margin: 0px 0 20px; border-bottom: 0px solid #eee;}*/
/* line 266, templates/it_delight/custom/scss/custom.scss */
.g-article-header {
  padding: 15px 0 0 0;
  border-bottom: 0px solid #efefef;
}
/* line 270, templates/it_delight/custom/scss/custom.scss */
.title-center .g-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 277, templates/it_delight/custom/scss/custom.scss */
#g-mainbody {
  padding: 0 0;
}
/* SPACING */
/* line 280, templates/it_delight/custom/scss/custom.scss */
.ptop0 {
  padding-top: 0px;
}
/* line 281, templates/it_delight/custom/scss/custom.scss */
.pbottom0 {
  padding-bottom: 0px;
}
/* line 282, templates/it_delight/custom/scss/custom.scss */
.ptop10 {
  padding-top: 10px;
}
/* line 283, templates/it_delight/custom/scss/custom.scss */
.pbottom10 {
  padding-bottom: 10px;
}
/* line 284, templates/it_delight/custom/scss/custom.scss */
.ptop20 {
  padding-top: 20px;
}
/* line 285, templates/it_delight/custom/scss/custom.scss */
.pbottom20 {
  padding-bottom: 20px;
}
/* line 286, templates/it_delight/custom/scss/custom.scss */
.mtop0 {
  margin-top: 0px;
}
/* line 287, templates/it_delight/custom/scss/custom.scss */
.mbottom0 {
  margin-bottom: 0px;
}
/* line 288, templates/it_delight/custom/scss/custom.scss */
.mtop20 {
  margin-top: 20px;
}
/* line 289, templates/it_delight/custom/scss/custom.scss */
.mbottom20 {
  margin-bottom: 20px;
}
/* line 290, templates/it_delight/custom/scss/custom.scss */
.mright20 {
  margin-right: 20px;
}
/* line 291, templates/it_delight/custom/scss/custom.scss */
.mleft20 {
  margin-left: 20px;
}
/* line 292, templates/it_delight/custom/scss/custom.scss */
.mtop30 {
  margin-top: 30px;
}
/* line 293, templates/it_delight/custom/scss/custom.scss */
.mbottom30 {
  margin-bottom: 30px;
}
/* line 294, templates/it_delight/custom/scss/custom.scss */
.mright30 {
  margin-right: 30px;
}
/* line 295, templates/it_delight/custom/scss/custom.scss */
.mleft30 {
  margin-left: 30px;
}
/* line 296, templates/it_delight/custom/scss/custom.scss */
.mtop40 {
  margin-top: 40px;
}
/* line 297, templates/it_delight/custom/scss/custom.scss */
.mbottom40 {
  margin-bottom: 40px;
}
/* line 298, templates/it_delight/custom/scss/custom.scss */
.mright40 {
  margin-right: 40px;
}
/* line 299, templates/it_delight/custom/scss/custom.scss */
.mleft40 {
  margin-left: 40px;
}
/* line 300, templates/it_delight/custom/scss/custom.scss */
.pleft0 {
  padding-left: 0px;
}
/* line 301, templates/it_delight/custom/scss/custom.scss */
.pright0 {
  padding-right: 0px;
}
/* line 302, templates/it_delight/custom/scss/custom.scss */
.mleft0 {
  margin-left: 0px;
}
/* line 303, templates/it_delight/custom/scss/custom.scss */
.mright0 {
  margin-right: 0px;
}
/* line 304, templates/it_delight/custom/scss/custom.scss */
.mtopnews {
  padding-top: 80px;
}
/* line 305, templates/it_delight/custom/scss/custom.scss */
.mbottomnews {
  padding-bottom: 20px;
}
/* line 306, templates/it_delight/custom/scss/custom.scss */
.mtopclick {
  margin-top: 59px;
}
/* line 309, templates/it_delight/custom/scss/custom.scss */
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -25rem;
}
/* line 312, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  background: rgba(0, 0, 0, 0.5);
}
/* line 316, templates/it_delight/custom/scss/custom.scss */
.rl_tooltips.popover {
  text-align: right;
}
/* line 320, templates/it_delight/custom/scss/custom.scss */
[dir="rtl"] .g-news-pro .uk-slidenav-position .g-news-pro-nav {
  top: -55px;
  left: 0;
  right: 95%;
  width: auto;
  padding-right: 0;
}
/*#g-breadcrumb {
 padding: 5rem 0 4rem 0;}*/
/* line 333, templates/it_delight/custom/scss/custom.scss */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 337, templates/it_delight/custom/scss/custom.scss */
.g-features-particle .g-features-particle-title a {
  font-size: larger;
}
/* line 340, templates/it_delight/custom/scss/custom.scss */
#g-fullwidth .g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  background: none !important;
}
/* line 343, templates/it_delight/custom/scss/custom.scss */
h4 {
  font-size: 1.4rem;
}
/* line 344, templates/it_delight/custom/scss/custom.scss */
#g-intro {
  padding: 0;
}
/* line 347, templates/it_delight/custom/scss/custom.scss */
#stl_acc_menu.left div.acc_hide_toolbar.acc-icon-small {
  right: -65px;
}
/* line 348, templates/it_delight/custom/scss/custom.scss */
#stl_acc_menu div.acc_hide_toolbar.acc-icon-small {
  top: 100px;
}
/* line 350, templates/it_delight/custom/scss/custom.scss */
.g-offcanvas-toggle {
  font-size: 2rem;
  color: #0d539f;
  left: 1.4rem;
  top: 105px;
}
/* PHONE SLIDESHOW NEWS */
/* line 358, templates/it_delight/custom/scss/custom.scss */
#g-showcase .g-content-pro-slideset .g-content-pro-title a {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
/* line 363, templates/it_delight/custom/scss/custom.scss */
#g-showcase .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 0.8rem;
  font-size: 1rem;
}
/* line 367, templates/it_delight/custom/scss/custom.scss */
#g-showcase .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 0px solid #efefef;
  width: 100%;
}
/* line 371, templates/it_delight/custom/scss/custom.scss */
#g-showcase .g-content-pro-slideset.gutter-enabled .g-content-pro-item {
  box-shadow: none;
}
/* line 373, templates/it_delight/custom/scss/custom.scss */
.serhe {
  font-family: "Arimo";
  font-size: 0.9rem;
}
/* line 375, templates/it_delight/custom/scss/custom.scss */
:lang(en) .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: left;
}
/* Jchat*/
/* line 384, templates/it_delight/custom/scss/custom.scss */
label.jchat_label_validate {
  margin-right: 5px;
  font-size: 9px;
  color: #999;
  float: right;
  padding-top: 3px;
}
/* line 391, templates/it_delight/custom/scss/custom.scss */
label.jchat_label_title, a.jchat_label_title {
  margin-right: 3px;
  float: right !important;
  font-size: 13px;
}
/* line 396, templates/it_delight/custom/scss/custom.scss */
.jchat_closebox_bottom {
  float: left !important;
}
/* line 397, templates/it_delight/custom/scss/custom.scss */
.jchat_minimizebox_bottom {
  float: left !important;
}
/* line 398, templates/it_delight/custom/scss/custom.scss */
.jchat_tab {
  float: right;
}
/* line 399, templates/it_delight/custom/scss/custom.scss */
.jchat_tabpopup {
  text-align: right !important;
  direction: rtl;
}
/* line 400, templates/it_delight/custom/scss/custom.scss */
*[id^=jchat], *[class^=jchat] {
  text-align: inherit;
}
/* line 401, templates/it_delight/custom/scss/custom.scss */
.jchat_userstabtitle span.jchat_privatechattitle {
  margin-right: 70px;
}
/* line 402, templates/it_delight/custom/scss/custom.scss */
#jchat_userstab_text {
  float: right !important;
}
/* line 403, templates/it_delight/custom/scss/custom.scss */
.jchat_userstabclick #jchat_optionsbutton, .jchat_userstabclick #jchat_closesidebarbutton, .jchat_userstabclick #jchat_maximizebutton, .jchat_userstabclick #jchat_loginbutton {
  display: none;
}
/* line 405, templates/it_delight/custom/scss/custom.scss */
div.jchat_userscontent {
  height: 45% !important;
}
/* line 407, templates/it_delight/custom/scss/custom.scss */
.search .search-results .result-item .search-item-info dd i {
  margin-right: 0px;
  margin-left: 7px;
}
/* line 412, templates/it_delight/custom/scss/custom.scss */
.formResponsive .formHorizontal .formControlLabel {
  width: 50% !important;
}
/* line 416, templates/it_delight/custom/scss/custom.scss */
:lang(he).formResponsive .formRow [class*="formSpan"] {
  float: right;
}
/* line 420, templates/it_delight/custom/scss/custom.scss */
#sbox-window.shadow {
  display: none;
}
/*# sourceMappingURL=custom_18.css.map */