@import url('//cdn.jsdelivr.net/font-zero-width/latest/zero-width.css');
@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: inherit;
}
.clearfix:before {
  content: '';
  display: block;
  clear: both;
}
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.nav > li > a {
  padding: 0;
}
.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}
input[type],
textarea,
select,
.uneditable-input {
  height: auto;
}
.row {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.font-openSans {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.font-alef {
  font-family: Alef, sans-serif;
}
.transitionClean {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.transitionClean:hover,
.transitionClean:active,
.transitionClean:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.transitionGentle {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.transitionGentle:hover,
.transitionGentle:active,
.transitionGentle:focus {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.textHide {
  font-size: 0;
}
.textHide:before,
.textHide:after,
.textHide * {
  font-size: 1rem;
}
a,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  background: #1CBAED;
  color: #FFF;
  text-shadow: none;
  font-size: 1.1em;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.btn:hover,
.btn:active,
.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.btn:hover,
a.btn:hover {
  background: #757575;
  color: #FFF;
}
.btn.btn-thin,
a.btn.btn-thin {
  background: none;
  color: #333;
  display: inline-block;
  padding: 3px 7px;
  font-size: 1em;
  background: #FFF;
}
.btn.btn-thin:hover,
a.btn.btn-thin:hover {
  background: #1CBAED;
}
.btn.btn-alt,
a.btn.btn-alt {
  background: #757575;
  color: #FFF;
}
.btn.btn-alt:hover,
a.btn.btn-alt:hover {
  background: #1CBAED;
}
iframe {
  max-width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .1em auto .1em;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.65em;
}
h3 {
  font-size: 1.40em;
}
h4 {
  font-size: 1.30em;
  font-weight: bold;
  margin-bottom: 5px;
}
h5 {
  font-size: 1.18em;
}
h6 {
  font-size: 1.05em;
  font-weight: bold;
}
.wrapper {
  width: 1060px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper.row {
  width: 1090px;
}
p {
  margin-bottom: .35em;
}
td {
  border: solid #A8A8A8 1px;
  padding: .35em;
}
input,
button,
textarea {
  outline: none;
}
.moduletable img[style*="float: right"] {
  margin-left: 15px;
  margin-bottom: 15px;
}
.moduletable img[style*="float: left"] {
  margin-right: 15px;
  margin-bottom: 15px;
}
.fa {
  font-family: inherit;
}
.fa:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.page-header {
  margin: 0;
  border-bottom: 0;
}
.page-header h2 {
  line-height: 1;
}
#content ul,
#bottom ul {
  list-style: none;
  margin-right: 20px;
  margin-left: 0;
}
#content li,
#bottom li {
  list-style-position: outside;
  position: relative;
}
html,
body {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 15px;
}
html[dir="rtl"] html,
html[dir="rtl"] body {
  direction: rtl;
}
html[dir="ltr"] html,
html[dir="ltr"] body {
  direction: ltr;
}
html[dir="rtl"] html,
html[dir="rtl"] body {
  text-align: right;
}
html[dir="rtl"] html html,
html[dir="rtl"] body body {
  text-align: left;
}
body {
  background: #FFF;
}
.item-separator {
  margin: 10px 0;
}
ul.unim:after {
  content: '';
  display: block;
  clear: both;
}
ul.nav li {
  display: inline-block;
  vertical-align: top;
}
.vm-product {
  margin-bottom: 30px;
  text-align: center;
}
a.vm-product-link {
  display: block;
  text-align: center;
}
.vm-product-name {
  font-size: 1.1em;
}
.vm-product-name a {
  color: inherit !important;
}
.vm-product-details-link-container {
  text-align: center;
}
.vm-product-details-link {
  text-align: center;
  margin: 0 auto;
}
.vm-productdetails {
  margin-top: 25px;
  margin-bottom: 25px;
}
a.vm-productdetails-back-to-category {
  margin-bottom: 25px;
}
.vm-addtocart-area input.addtocart-button {
  background: #1CBAED;
  color: #FFF;
  text-shadow: none;
  font-size: 1.1em;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.vm-addtocart-area input.addtocart-button:hover,
.vm-addtocart-area input.addtocart-button:active,
.vm-addtocart-area input.addtocart-button:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.vm-addtocart-area input.addtocart-button:hover {
  background: #757575;
  color: #FFF;
}
.vm-addtocart-area input.quantity-input {
  max-width: 30px;
  text-align: center;
  height: 40px;
  margin-top: -4px;
}
.vm-addtocart-area input.quantity-controls {
  background: url(../img/sprite-icons.png) no-repeat;
  display: block;
  margin: 7px 10px;
  border: 0 !important;
  height: 14px;
}
.vm-addtocart-area input.quantity-controls.quantity-plus {
  background-position: -409px -96px;
}
.vm-addtocart-area input.quantity-controls.quantity-minus {
  background-position: -434px -96px;
}
.vm-product-media-container .main-image {
  overflow: hidden;
}
.vm-productdetails-full-description .title {
  font-size: 1.3em;
}
.categories {
  clear: both;
}
.categories ul {
  text-align: center;
  margin: 0;
}
.categories li {
  display: inline-block;
  width: 23%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all .3s;
  margin: 0px auto;
}
.categories li:hover {
  transition: all .3s;
}
.categories li a {
  text-align: center;
}
.categories li a img {
  width: 100%;
  height: auto;
  margin-top: 25px;
  transition: all .3s;
}
.categories li a span {
  padding: 0;
  font-size: 18px;
  color: #11111d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #fff;
}
.newsflash-II.articles {
  text-align: center;
}
.newsflash-item {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.newsflash-item .newsflash-article {
  padding: 10px 5px 0 15px;
  font-size: 14px;
}
.newsflash-title {
  color: #291e21;
}
.sidemenu ul.unim {
  margin: 0;
}
.sidemenu ul.unim li {
  display: block;
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
}
.sidemenu ul.unim li a {
  font-family: inherit;
}
.sidemenu ul.unim li a:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.sidemenu ul.unim li a:before {
  content: '\f0d9';
}
.sidemenu ul.unim li.opened > a:before,
.sidemenu .unim li.opened:hover > a:before {
  content: "\f0d7";
  color: #000;
}
.sidemenu ul.unim .submenu {
  margin-right: 15px;
}
.sidemenu ul.unim .submenu li a {
  color: #090b18 !important;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
}
.sidemenu ul.unim .submenu li:last-child {
  border-bottom: 0;
}
.sidemenu ul.unim.accordion li i {
  display: none;
}
.login-button {
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
  display: inline-block;
}
.login-button .module-title {
  margin: 0;
  cursor: pointer;
  background: #3c97d3;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  transition: all .3s;
}
.login-button .module-title:hover {
  background: #000;
}
.login-button #login-form {
  margin: 0 auto 0;
  background: #fff;
  border-radius: 0;
  padding: 16px 10px 10px;
  display: none;
  position: absolute;
  border: 1px solid #a9a9a9;
  width: 170px;
}
.login-button #login-form .pretext {
  color: #012C57;
  font-size: 18px;
  border-bottom: 1px solid #646464;
  text-align: right;
  margin-bottom: 10px;
}
#login-form .controls label {
  display: block;
  text-align: right;
}
#login-form .controls input {
  width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 25px;
}
#login-form ul {
  list-style: none;
  text-align: right;
}
#login-form ul li a span.icon-arrow-right {
  display: none;
}
#login-form #form-login-remember {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
#login-form #form-login-remember > * {
  display: inline-block;
  text-align: right;
}
#login-form input#modlgn-remember {
  height: 10px;
  width: 10px;
  float: right;
}
#form-login-submit {
  text-align: right;
}
#login-form .btn-primary {
  background: #ebebeb;
  color: #fff;
  border: 1px solid #ccc;
  text-shadow: none;
  border-radius: 0;
}
.search {
  position: relative;
}
.search input[type="text"] {
  border-radius: 2px;
  background: rgba(255,255,255,0.6);
}
.header-search input[type="text"] {
  border-radius: 10px;
  background: #ffffff;
  border: 0;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
  max-width: 155px;
}
.btn-toolbar {
  display: inline-block;
  position: relative;
}
.btn-group.pull-left button.btn.hasTooltip {
  position: absolute;
  left: 5px;
  top: 0;
  margin-top: 0;
  background: none !important;
}
#josForm .componentheading {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #257FAB;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.k2ProfileHeading {
  border-bottom: 3px solid #257FAB;
  text-align: right !important;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  background: none !important;
}
#k2Container tr td {
  padding-top: 10px;
}
#k2Container tr td.key {
  background: none !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.pg-image {
  margin-bottom: 15px;
}
.pg-image-inner {
  padding: 15px;
}
.pg-images.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.pg-image[class*='col-'] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.pg-image-link,
.pg-image-name {
  display: block;
  text-align: center;
}
.pg-image-name {
  font-size: 16px;
  padding: 5px 0;
}
.pg-image-thumbnail {
  overflow: hidden;
  display: inline-block;
  width: 90%;
  height: 160px;
}
.pg-image-thumbnail img {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.pg-image-thumbnail img:hover,
.pg-image-thumbnail img:active,
.pg-image-thumbnail img:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.pg-image-thumbnail img img:hover {
  transform: scale(1.1,1.1);
}
#phocagallery-new > .pg-cv-paginaton + div {
  display: none !important;
}
#sb-body-inner {
  direction: ltr;
}
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#sb-nav-next {
  position: absolute;
  left: 0px;
  overflow: visible;
  top: 0;
  z-index: 34234243;
}
#sb-counter {
  float: none;
  width: auto;
  direction: ltr;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  margin-right: -15px;
  bottom: -50vh;
  margin-bottom: 3vh;
}
#sb-nav-close {
  background-image: url(close.png);
  display: none !important;
}
#sb-info {
  position: absolute;
  z-index: 2323;
  width: 100%;
  overflow: visible;
  top: 50%;
}
#sb-nav-next {
  position: absolute;
  background-image: none;
}
#sb-nav-next:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 5px;
  content: "\f104";
  font-size: 109px;
  color: white;
}
#sb-nav-previous {
  position: absolute;
  background-image: none;
}
#sb-nav-previous:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  right: 5px;
  content: "\f105";
  font-size: 109px;
  color: white;
}
#sb-nav-next,
#sb-nav-previous {
  opacity: .075;
  transition: all .4s;
}
#sb-wrapper:hover #sb-nav-next,
#sb-wrapper:hover #sb-nav-previous {
  opacity: .8;
  transition: all .1s;
}
#sb-nav-pause {
  display: none !important;
}
#phocagallery-module-ri {
  margin-right: -15px;
  margin-left: -15px;
}
#phocagallery-module-ri .item {
  padding: 0 15px !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  width: 33.3333333333333% !important;
  margin: 0 0 30px !important;
  box-shadow: none !important;
  text-align: center;
  height: auto !important;
}
#phocagallery-module-ri a .shadowbox-button {
  display: block;
}
#phocagallery-module-ri .pg-box1 {
  width: 100%;
  height: auto !important;
}
#phocagallery-module-ri img {
  max-width: 100% !important;
  height: auto !important;
}
.foxcontainer {
  padding: 0 !important;
  color: #000;
  margin: 0 !important;
  width: 100% !important;
  max-width: 400px;
}
.foxcontainer .control-group {
  margin-bottom: 4px !important;
}
.foxcontainer .controls {
  position: relative;
}
.foxcontainer .error span.asterisk {
  position: absolute;
  z-index: 9;
  font-size: 12px;
  right: 2px;
  top: 6px;
}
.foxcontainer input,
.foxcontainer textarea {
  background: rgba(255,255,255,0.5) !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-style: italic;
}
.foxcontainer h2 {
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
.foxcontainer input {
  margin-bottom: 0;
  padding: 2px 6px !important;
  margin-top: 0;
}
.foxcontainer textarea {
  padding: 8px 10px !important;
}
.foxcontainer button.btn {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  margin-left: 0 !important;
  background: #1CBAED !important;
  margin-top: 4px;
}
.foxcontainer button.btn:hover {
  background: #757575 !important;
}
.foxcontainer button.btn span {
  color: #fff;
  text-shadow: none;
}
.foxcontainer .error input,
.foxcontainer .error textarea {
  border: #E73D3D inset 1px !important;
}
.foxcontainer .validfoxtext {
  box-shadow: none;
}
.foxform div {
  margin: 0 0 2px 0 !important;
}
#vitabookMessageForm label {
  clear: both;
  width: 30%;
  float: right;
}
#vitabookMessageForm input {
  width: 70%;
}
.vbContainer > h2 {
  float: none !important;
}
td.recaptcha_image_cell {
  width: 100%;
  max-width: 302px;
}
td.recaptcha_image_cell > td {
  padding: 0 !important;
}
img#recaptcha_challenge_image {
  width: 100%;
}
div#recaptcha_image {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
}
input#recaptcha_response_field {
  width: 100% !important;
  max-width: 302px;
  height: 25px;
  margin-right: 8px;
}
#vipervideopro #videowrapper {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#vipervideopro #vipervideo {
  width: 70% !important;
  height: 100% !important;
  max-width: 100% !important;
}
#vipervideopro .gallery-vert {
  width: 30% !important;
}
#vipervideopro .holder {
  max-width: 100%;
}
#vipervideopro .holder li a {
  height: auto;
  display: block;
}
#vipervideopro iframe {
  width: 100% !important;
  height: 250px;
}
img.shadow {
  opacity: 0;
}
#vipervideopro .gallery {
  direction: ltr;
  max-width: 100% !important;
}
#vipervideopro .gallery ul li {
  width: 30%;
  margin: 25px 0 !important;
  padding: 0 25px;
}
#vipervideopro .holder li a,
#vipervideopro .holder li a:hover {
  background: transparent;
  width: 100%;
  max-width: 300px;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#vipervideopro .holder li a .thumbtitle {
  position: absolute;
  background: rgba(255,255,255,0.8);
  padding: 7px;
  font-size: 14px;
  bottom: 0;
  direction: rtl;
}
#vipervideopro .holder li img {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.vm-mini-cart {
  float: left;
}
.browse-view form {
  margin: 0;
}
.browse-view input.button {
  margin-top: -25px;
}
.orderby-displaynumber > div {
  display: inline-block;
}
.orderby-displaynumber {
  width: 100%;
  margin: 10px 0;
  padding: 10px 5px;
  background: url(../images/transWhite.png);
  position: relative;
  z-index: 2;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 15px 0 0;
}
.orderlist {
  display: none;
  background: #fff;
  border: #CCC solid 1px;
  padding: 8px;
  position: absolute;
  color: #5648D9;
}
.orderby-displaynumber .width70.floatleft {
  float: left;
}
.orderlistcontainer > .orderlist {
  display: none;
}
.orderlistcontainer > div,
.orderlist > div {
  margin-left: 10px;
}
.floatright.display-number {
  float: left;
  margin-top: 21px;
  font-size: 13px;
}
.floatright.display-number select.inputbox {
  width: 60px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}
form.search {
  display: inline-block;
}
.virtuemart_search > * {
  display: inline-block;
  vertical-align: bottom;
}
body.contentpane {
  direction: rtl;
}
.ask-a-question-view {
  text-align: center;
}
.ask-a-question-view .product-summary {
  background: #FFF;
  padding: 8px;
  margin: 10px auto;
  border-radius: 2px;
  border: #B5A682 solid 1px;
}
.ask-a-question-view .product-name {
  width: 70%;
  display: inline-block;
}
.ask-a-question-view .product-image {
  width: 30%;
  display: inline-block;
}
.ask-a-question-view .charCount {
  display: none;
}
body.contentpane .ask-a-question-view .form-field {
  max-width: none;
  float: none;
}
.ask-a-question-view .form-field input,
.ask-a-question-view .form-field textarea {
  width: 100%;
  border: #B5A682 solid 1px;
  border-radius: 2px;
  margin: 2px auto 4px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.recaptchatable #recaptcha_response_field {
  font-size: 15px;
}
.ask-a-question-view .formError {
  left: 40px !important;
}
.ask-a-question-view #recaptcha_table {
  width: 100%;
}
.ask-a-question-view #recaptcha_privacy {
  display: none;
}
.formError .formErrorContent {
  background-color: #E63F2E;
}
#product-related {
  border-top: #EDEDED solid 26px;
}
#product-related .product-field {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 10px .5%;
}
#center.sidebar1.sidebar2 .floatright.display-number {
  display: block;
  float: none;
}
.product-fields,
.product-field.product-field-type-S {
  margin: 20px 0;
}
.chzn-container-single-nosearch .chzn-search input,
.chzn-search {
  left: 0;
  display: none;
}
.product-field-display .chzn-container {
  width: 100% !important;
}
.chzn-single {
  width: auto !important;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  border: none !important;
  box-shadow: none !important;
  max-height: 35px;
  line-height: 25px;
  width: auto;
}
.chzn-container-single .chzn-single {
  border: 1px solid #aaa;
  background: #F4F4F4;
}
a.chzn-single + .chzn-drop {
  display: none;
  right: 0;
  width: auto !important;
  background: #F4F4F4;
  padding-top: 12px;
  margin-top: -9px;
}
.chzn-container.chzn-with-drop a.chzn-single + .chzn-drop {
  display: block;
}
a.chzn-single.chzn-single-with-drop + .chzn-drop {
  width: 100% !important;
  display: inline-block;
  left: 0;
  right: 0;
}
.chzn-container .chzn-drop {
  background: #FBF6ED;
}
.vm-nodisplay {
  display: none;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 20px;
}
.PricebasePrice,
.vm-cart-price {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0px 5px;
}
.spacer {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.tags-sale {
  position: absolute;
  background: url(../img/tags-sale.png) no-repeat left top;
  width: 78px;
  height: 79px;
  top: 0;
  left: 0;
  z-index: 99;
}
.equal_prices .PricebasePriceWithTax {
  display: none;
}
.spacer,
.spacer h2 {
  margin-bottom: 0;
  line-height: 25px;
  font-weight: normal;
  font-size: 24px;
}
.spacer .image-wrap {
  width: auto;
  height: auto;
  max-height: 225px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 10px;
}
.spacer img {
  max-width: none;
  width: 100%;
  height: auto;
  max-height: 300px;
}
.spacer .product_s_desc {
  text-align: right;
  font-size: 15px;
  margin: 0 auto;
}
.addtocart-bar {
  margin: 10px auto;
}
.addtocart-bar > span {
  display: inline-block;
  vertical-align: middle;
}
a.product-details {
  width: 100%;
  display: block;
}
#center.sidebar1.sidebar2 .product.vm-col.vm-col-3,
#center.sidebar1.sidebar2 .category.width33 {
  width: 32%;
  padding: 5px;
}
#center.sidebar1.sidebar2 .product.vm-col.vm-col-4,
#center.sidebar1.sidebar2 .category.width25 {
  width: 24%;
  padding: 5px;
}
#center.sidebar1.sidebar2 .vm-product-media-container {
  margin: 0 auto 25px;
}
#product-details-block {
  float: none;
  display: inline-block;
}
#product-details-block.span6 {
  width: 60%;
  max-width: 500px;
}
.vm-product-media-container {
  width: 100%;
  max-width: 530px;
  height: auto;
  margin: 0 auto 10px;
  margin-left: 0 !important;
}
.productdetails-view.productdetails .vm-product-media-container {
  width: 65% !important;
}
.vm-product-media-container img {
  max-width: 100%;
  width: auto;
}
.vm-product-container {
  margin-top: 50px;
}
div.back-to-category {
  margin-top: 30px;
}
a.back-to-category {
  padding-right: 40px;
  background: url(../img/back_btn_bg.png) no-repeat right top;
  height: 40px;
  line-height: 30px;
  display: block;
}
.productdetails-view.productdetails > h1 {
  margin-bottom: 38px;
}
.full-product-description {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 50px auto;
}
#center .productdetails-view.productdetails h1.span4 {
  float: right;
  font-weight: normal;
}
#center.sidebar1 .productdetails-view.productdetails h1.span4,
#center.sidebar1 .productdetails-view.productdetails #product-details-block,
#center.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 50%;
  float: right;
  margin-left: 0;
}
#center.sidebar1.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar1.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 100%;
  float: none;
  margin-left: 0;
}
#center.sidebar1 .productdetails-view.productdetails h1.span4,
#center.sidebar1 .productdetails-view.productdetails #product-details-block,
#center.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 31%;
  float: right;
  margin-left: 0;
}
#center.sidebar1 .productdetails-view.productdetails .vm-product-media-container.span6,
#center.sidebar2 .productdetails-view.productdetails .vm-product-media-container.span6 {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#center.sidebar1.sidebar2 .productdetails-view.productdetails .vm-product-media-container.span6 {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.product-price,
span.product_sku,
span.stockhandle {
  margin-bottom: 10px;
  display: block;
}
.additional-images {
  text-align: center;
}
.thumbnails-container {
  width: 30%;
  height: auto;
  max-height: 85px;
  overflow: hidden;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}
.productdetails-view.productdetails .category-view {
  display: none;
}
.spacer-buy-area > .ask-a-question {
  display: block;
  clear: both;
}
.spacer-buy-area a.ask-a-question {
  font-size: 30px;
  color: #fff;
  background: #E63F2E !important;
  padding: 5px 40px 5px 15px;
  border-radius: 0 !important;
  position: relative;
}
.spacer-buy-area a.ask-a-question:hover {
  background: #fdb41f !important;
  color: #3a1d0d;
}
.spacer-buy-area a.ask-a-question:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #3a1d0d;
  font-size: 30px;
  padding-right: 0.5em;
  position: absolute;
  top: 18px;
  right: 10px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: all .3s;
}
a.btn.btn-inverse.btn-small,
a.btn.btn-primary.btn-small {
  font-size: 15px !important;
  color: #fff !important;
  background: #8F3E2B !important;
  border: 0;
  box-shadow: none;
}
a.btn.btn-inverse.btn-small:hover,
a.btn.btn-primary.btn-small:hover {
  background: #D39F91 !important;
}
#qaunity-selector {
  margin-bottom: 20px;
}
.final-price-title,
.final-price-for-km,
span.qaunity-selector-title {
  color: #6D2F17 !important;
}
.price-container > .price-pop-up {
  left: 0;
}
span.final-price-class-restore.final-price {
  font-size: 30px;
}
.product-discount-class-restore {
  display: none;
}
.product-short-description {
  margin-bottom: 18px;
}
.span12.larger-image-top-wrap {
  padding-bottom: 45px;
  background: url(../images/custom/shadow.png) no-repeat center bottom;
  background-size: 100%;
}
#fancybox-content {
  border: none !important;
  width: auto !important;
}
#fancybox-content h4 {
  margin: 25px 20px 10px;
  padding: 5px;
  background-color: #ECECEC;
}
.fancybox-bg {
  display: none;
}
#fancybox-content > div {
  text-align: center;
}
#fancybox-content a.continue,
#fancybox-content a.showcart {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background: #7F180A;
  margin: 5px;
  color: #fff;
  transition: all .3s;
}
#fancybox-content h4 {
  font-size: 18px;
  font-weight: normal;
}
#fancybox-content a.continue:hover,
#fancybox-content a.showcart:hover {
  background: #000;
  transition: all .3s;
}
#fancybox-left,
#fancybox-right {
  display: none !important;
}
#fancybox-title {
  display: none !important;
}
body.contentpane {
  background: #f8efe4;
}
body.contentpane .ask-a-question-view h1 {
  font-size: 22px;
}
body.contentpane .product-summary h2 {
  font-size: 20px;
  font-weight: normal;
}
body.contentpane .product-summary .short-description {
  display: none;
}
body.contentpane .product-summary .width30.floatleft.center {
  float: right;
  max-width: 75px;
  height: auto;
}
body.contentpane .product-summary .width30.floatleft.center img {
  width: 100%;
  height: auto;
}
body.contentpane .form-field {
  float: right;
  max-width: 300px;
  text-align: right;
  margin-top: 0px;
  direction: rtl;
}
body.contentpane table.askform td {
  float: right;
  direction: rtl;
}
body.contentpane table.askform input {
  display: inline-block;
  width: 100% !important;
  height: 25px;
  max-width: 150px;
}
body.contentpane table.askform textarea {
  display: inline-block;
  width: 100% !important;
  height: 60px;
  max-width: 250px;
}
a.ask-a-question,
input.highlight-button {
  text-shadow: none !important;
  font-size: 16px;
  box-shadow: none !important;
  border: 0 !important;
  background: url(../images/btn-bg.jpg) repeat-x center top !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  transition: all .3s;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: hand;
  cursor: pointer;
}
a.ask-a-question:hover,
input.highlight-button:hover {
  background: url(../images/btn-bg.jpg) repeat-x center bottom !important;
}
div#vmMainPageOPC input#sachone,
div#vmMainPageOPC fieldset.other_address label {
  float: right;
}
#vmMainPageOPC input.inputbox_update {
  text-align: center;
}
#vmMainPageOPC .coupon_wrapper {
  width: 98%;
}
#basket_container .black-basket div.col-module_fix {
  background: #fff;
}
div#basket_container div.op_basket_row div.op_col2,
div#basket_container div.op_basket_row div.op_col5,
div#basket_container div.op_basket_row div.op_col6 {
  float: right;
  border-right: 0;
  border-left: 1px solid #e4e4e2;
}
div#basket_container div.op_basket_row div.op_col7 {
  float: right;
  text-align: center;
}
div#basket_container div.op_basket_row div.op_col1_4 {
  float: right;
  text-align: left;
  border-right: 0;
  border-left: 1px solid #e4e4e2;
}
div#basket_container div.op_basket_row div.op_col5_3 {
  width: 14%;
  float: right;
  text-align: center;
}
.coupon_in {
  float: right;
  text-align: center;
}
#vmMainPageOPC .detailsbutton_opc {
  float: right;
}
.shadetabs {
  text-align: right;
}
div#opc_logged_wrapper .formLabel,
div#opc_unlogged_wrapper .formLabel {
  float: right !important;
  clear: right !important;
  text-align: right !important;
}
#vmMainPageOPC .formField {
  float: left !important;
  clear: left;
}
#vmMainPageOPC div#registertab div.formField {
  clear: left;
}
#vmMainPageOPC fieldset,
#vmMainPageOPC fieldset.notes_checkout {
  background: transparent;
}
#onepage_main_div div.left_checkout,
#onepage_main_div div.right_checkout {
  background: #fff;
}
form#adminForm {
  background: #fff;
}
#onepage_main_div form#adminForm ul#vmtabs {
  margin-top: -21px;
}
#center.sidebar1.sidebar2 #onepage_main_div div.right_checkout,
#center.sidebar1.sidebar2 #onepage_main_div div.left_checkout {
  float: none;
  width: 100%;
}
#vmMainPageOPC .formField {
  width: 63%;
}
#vmMainPageOPC .formField input[type="text"],
#vmMainPageOPC .formField input[type="email"],
#vmMainPageOPC .formField textarea,
#vmMainPageOPC .formField input[type="password"] {
  width: 100%;
  min-width: 150px;
  max-width: 78%;
}
div#vmMainPageOPC select {
  max-width: 87%;
}
#vmMainPageOPC .field_wrapper {
  padding: 0 10px;
}
#vmMainPageOPC div.left_checkout div ul#vmtabs li:before {
  display: none;
}
#vmMainPageOPC div.left_checkout div ul#vmtabs a {
  background: #257FAB;
}
#vmMainPageOPC input#confirmbtn.buttonopc {
  background: #257FAB !important;
  transition: all .3s;
}
#vmMainPageOPC input#confirmbtn.buttonopc:hover {
  background: #000 !important;
  transition: all .3s;
}
.vmTabSubInner {
  padding: 10px;
}
.vmTabSub {
  border-bottom: 0;
}
#vmMainPageOPC div.vr2 {
  position: relative;
}
#vmMainPageOPC div.vr2 input[type=checkbox] {
  position: absolute;
  right: -20px;
}
span.vmshipment_name,
span.vmpayment_name {
  display: block;
  font-weight: bold;
}
.ui-tooltip {
  position: absolute;
}
.ui-tooltip-content {
  z-index: 9999999;
}
body.contentpane {
  background: #f8efe4;
}
body.contentpane .ask-a-question-view h1 {
  font-size: 22px;
}
body.contentpane .product-summary h2 {
  font-size: 20px;
  font-weight: normal;
}
body.contentpane .product-summary .short-description {
  display: none;
}
body.contentpane .product-summary .width30.floatleft.center {
  float: right;
  max-width: 75px;
  height: auto;
}
body.contentpane .product-summary .width30.floatleft.center img {
  width: 100%;
  height: auto;
}
body.contentpane .form-field {
  float: right;
  max-width: 300px;
  text-align: right;
  margin-top: 0px;
  direction: rtl;
}
body.contentpane table.askform td {
  float: right;
  direction: rtl;
}
body.contentpane table.askform input {
  display: inline-block;
  width: 100% !important;
  height: 25px;
  max-width: 150px;
}
body.contentpane table.askform textarea {
  display: inline-block;
  width: 100% !important;
  height: 60px;
  max-width: 250px;
}
a.ask-a-question,
input.highlight-button {
  text-shadow: none !important;
  font-size: 16px;
  box-shadow: none !important;
  border: 0 !important;
  background: #E63F2E !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  transition: .4s;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}
a.ask-a-question:hover,
input.highlight-button:hover {
  background: #3a1d0d !important;
}
#phocagallery > div:last-of-type {
  display: none !important;
}
ul.sigProClassic li.sigProThumb {
  float: none;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper,
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink:hover {
  margin: 0;
  float: none;
  padding: 0;
  height: auto !important;
}
img.sigProImg {
  background-size: 100%;
}
.pagination,
.vm-pagination {
  margin: 16px auto;
}
.pagination span,
.vm-pagination span {
  border-radius: 3px;
  border: 1px solid #b0b0b0;
  border-bottom-color: #999;
  background: #ccc;
  text-shadow: 0 1px 0 white;
  color: #000;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
  padding: 3px 7px;
  font-size: 0.9em;
}
.pagination > span.vm-page-counter,
.vm-pagination > span.vm-page-counter {
  border: none;
  background: none;
  box-shadow: none;
}
.pagination li,
.vm-pagination li {
  list-style: none;
  padding: 2px;
  display: inline-block !important;
}
.pagination li:before,
.vm-pagination li:before {
  display: none;
}
.pagination a,
.vm-pagination a {
  border-radius: 3px;
  border: 1px solid #DCDDDE;
  border-bottom-color: #C9CACB;
  text-shadow: 0 1px 0 white;
  color: #444;
  border-color: #C9CACB;
  background: #FCFDFE;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
  padding: 3px 7px;
  font-size: 0.9em;
  text-decoration: none;
}
.pagination ul > pagination-start > span,
.pagination ul > pagination-prev > span,
.pagination ul > pagination-next > span,
.pagination ul > pagination-end > span,
.vm-pagination ul > pagination-start > span,
.vm-pagination ul > pagination-prev > span,
.vm-pagination ul > pagination-next > span,
.vm-pagination ul > pagination-end > span {
  border: 1px solid #DCDDDE;
  border-bottom-color: #C9CACB;
  text-shadow: 0 1px 0 white;
  color: #999;
  border-color: #C9CACB;
  background: #FCFDFE;
  padding: 3px 7px;
  font-size: 0.9em;
}
.pagination .counter,
.vm-pagination .counter {
  display: none;
}
.product-fields,
.product-field.product-field-type-S {
  margin: 20px 0;
}
.chzn-container-single-nosearch .chzn-search input,
.chzn-search {
  left: 0;
  display: none;
}
.product-field-display .chzn-container {
  width: 100% !important;
  max-width: 100px !important;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  background: none !important;
  width: 100px;
  border: 0 !important;
  box-shadow: none !important;
  max-height: 20px;
  line-height: 20px;
}
.chzn-drop {
  width: 100px !important;
}
a.chzn-single + .chzn-drop {
  display: none;
}
a.chzn-single.chzn-single-with-drop + .chzn-drop {
  display: inline-block;
}
.chzn-container .chzn-drop {
  background: #FBF6ED;
}
.foxcontainer .chzn-container .chzn-drop {
  display: none;
  right: 0;
}
.foxcontainer .chzn-container.chzn-with-drop .chzn-drop {
  display: block;
}
.chzn-container.chzn-with-drop .chzn-drop {
  display: block;
  width: auto !important;
  right: 0;
  background: #EAEAEA;
}
.foxcontainer .chzn-container {
  border: 1px solid #aaaaaa;
  color: #555555;
  font-size: 14px;
  font-style: italic;
  padding: 5px 10px;
  height: 42px;
  line-height: 30px;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  width: auto !important;
}
.chzn-container-single .chzn-single span {
  margin-right: 0;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
}
.foxcontainer .chzn-container-single .chzn-single {
  padding: 0 !important;
}
.chzn-container-single .chzn-single {
  height: auto !important;
}
.bt-cs .bt_handles {
  margin-top: -18px !important;
}
.bt-cs .bt_handles li a {
  background: #CCC;
  width: 15px;
  height: 15px;
  border: transparent solid 1px;
}
.bt-cs .bt_handles li a:hover,
.bt-cs .bt_handles li.current a {
  background: #FFF;
  border-color: #CCC;
}
.fa.circle-icon:before {
  border-radius: 50%;
  background: #000;
  padding: 4px 4px;
  display: block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  text-align: center;
}
body.cke_editable {
  color: #000;
  background: #FFF;
}
[id^="mod_improved_ajax_login"] .loginH3 {
  text-align: right;
}
[id^="mod_improved_ajax_login"] .gi-elem {
  text-align: right;
  float: right;
}
#back_to_top {
  background: url(../img/back-to-top.png) no-repeat center top;
  width: 69px;
  height: 69px;
  position: absolute;
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 10px;
  background-size: 100%;
  transition: .4s;
}
#back_to_top:hover {
  background-position: center bottom;
  transition: .4s;
}
.cf-form-search input {
  border: none;
  background: none;
  width: 100%;
}
.cf-form-search button[type="submit"] {
  font-family: inherit;
}
.cf-form-search button[type="submit"]:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.cf-form-search button[type="submit"]:before {
  content: '\f002';
}
.cf-form-search .input-append .btn {
  background: none;
  color: #1CBAED;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.cf-form-search .input-append .btn:hover,
.cf-form-search .input-append .btn:active,
.cf-form-search .input-append .btn:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.cf-form-search .input-append .btn:hover {
  transform: translateY(-3px);
}
#btl .btl-panel > span {
  background-color: #1CBAED !important;
}
ul.breadcrumb {
  background: none;
  font-size: 24px;
}
ul.breadcrumb span.divider.icon-location {
  display: none;
}
ul.breadcrumb .divider {
  background: url(../img/arrows.png) no-repeat center 6px;
}
ul.breadcrumb .divider img {
  opacity: 0;
}
#rights a {
  color: inherit;
}
.b2jcontainer {
  background: none !important;
  border: none !important;
}
.b2jcontainer input,
.b2jcontainer label {
  height: auto;
}
.b2jcontainer textarea {
  resize: none;
  margin-bottom: 0;
}
.b2jcontainer .asterisk,
.b2jcontainer .alert-error {
  display: none;
}
.b2jcontainer .b2j-contact-group-class {
  display: inline-block;
}
.b2jcontainer .controls {
  text-align: center;
}
.b2jcontainer .btn[type="submit"] {
  margin-left: 0 !important;
  font-family: inherit;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 1.2em;
}
.b2jcontainer .btn[type="submit"] span {
  background: none !important;
  padding-left: 0 !important;
}
a[href="http://www.faboba.com"] {
  display: none !important;
}
#menu,
#logo {
  position: relative;
  z-index: 101;
}
#rights {
  font-size: 12px;
  text-align: center;
}
.moduletable.mainmenu.sidemenu-mobile {
  display: none;
}
.moduletable.mainmenu {
  max-width: none;
  margin: 0 auto;
  height: auto;
}
.moduletable.mainmenu .unim > li > a i {
  display: none;
}
.moduletable.mainmenu .unim .mobile-show {
  visibility: hidden;
  width: 0;
  height: 0;
}
.moduletable.mainmenu .unim-icon.responsive.mobile {
  padding: 10px 0;
  color: #FFF;
  text-align: right;
  background: #1CBAED;
}
.moduletable.mainmenu .unim.responsive.mobile {
  text-align: right;
}
.moduletable.mainmenu .unim.responsive.mobile .mobile-show {
  visibility: visible;
  width: 100%;
  height: auto;
}
.moduletable.mainmenu .unim.responsive.mobile .submenu,
.moduletable.mainmenu #menu .unim.responsive.mobile ul.submenu.level2 {
  width: 100%;
  margin-right: 0;
}
#middle .moduletable {
  margin-bottom: 20px;
}
.moduletable.login .btn {
  background: none;
  color: #333;
  font-size: 17px;
}
.moduletable.mycart {
  margin: -2px 8px 8px;
  line-height: 37px;
  font-size: 17px;
}
.moduletable.mycart .moduleWrap {
  float: left;
}
.vm-mini-cart {
  padding: 0 3px;
}
#links > .moduletable {
  display: inline-block;
  vertical-align: top;
}
.moduletable.social-menu {
  font-size: 24px;
  font-family: 'zero-width', 'Open Sans Hebrew', sans-serif !important;
}
html[dir="rtl"] .moduletable.social-menu {
  float: left;
}
html[dir="ltr"] .moduletable.social-menu {
  float: right;
}
#search {
  float: left;
  margin-top: 15px;
  position: relative;
  border-bottom: #333 solid 2px;
}
.icon-chevron-right {
  display: none !important;
}
html,
body {
  font-family: 'Heebo', sans-serif;
  margin: 0;
}
body {
  color: #2f2e2e;
  background: #ced2d6;
}
.wrapper {
  max-width: 100%;
  width: 1200px;
  position: relative;
}
#headerBG {
  position: fixed;
  top: 0;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 15px 0 0;
  box-shadow: 1px 1px 4px #ccc;
}
header #logo {
  float: right;
}
header #logo img {
  max-width: 100%;
}
header .h-rightSide {
  max-width: 930px;
  float: left;
  width: 100%;
}
header .h-rightSide #links {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}
header .h-rightSide #links .social-menu ul li {
  display: inline-block;
  vertical-align: top;
}
header .h-rightSide #links .social-menu ul li a:before {
  color: #686868;
  font-size: 25px;
}
header .h-rightSide nav#menu {
  margin-top: 44px;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li > a {
  color: #535353;
  font-size: 17px;
  letter-spacing: -1px;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li.current a,
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li:hover a {
  color: #003b94;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li .submenu {
  background: #fff;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li .submenu li a {
  color: #535353;
  font-size: 18px;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li .submenu li a:hover {
  color: #003b94;
}
header .h-rightSide nav#menu .moduletable.mainmenu ul.unim > li.phone a {
  color: #003b94;
  padding-left: 0 !important;
}
#slider {
  margin-top: 100px;
}
#middleBG {
  padding: 60px 0;
}
#middle #middle-topBG #middle-top {
  padding-top: 100px;
  padding-bottom: 60px;
}
#middle #middle-topBG #middle-top .moduletable {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 475px;
  float: left;
}
#middle #middle-topBG #middle-top .moduletable:first-of-type {
  max-width: 675px;
  float: right;
}
#middle #middle-topBG #middle-top .moduletable .module-title {
  position: absolute;
  top: 30px;
  width: 100%;
  right: 0;
  left: 0;
  color: #003b94;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item > * {
  display: inline-block;
  vertical-align: top;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item .newsflash-image {
  width: 100%;
  margin-left: 10px;
  max-width: 270px;
  margin-top: 18px;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item .newsflash-image img {
  max-width: 100%;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item .newsflash-introtext {
  max-width: 360px;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item .newsflash-introtext p {
  font-size: 16px;
  line-height: 1.2em;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item a.readmore {
  background: #aaaaaa;
  display: table;
  width: 100px;
  height: 36px;
  color: #fff;
  font-size: 17px;
  transition: .5s;
  text-align: center;
  padding: 5px 10px;
  margin-top: 25px;
}
#middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item a.readmore:hover {
  transition: .5s;
  background: #000;
}
#middle #middle-topBG #middle-top .moduletable .custom iframe {
  width: 470px;
  height: 265px;
}
#middle #services-topBG {
  padding: 80px 0;
  text-align: center;
  background-image: url('../../../images/elements/stripBG.jpg');
  background-repeat: repeat;
  background-position: top center;
}
#middle #services-topBG #services-top .moduletable .module-title {
  color: #003b94;
  font-size: 36px;
  font-weight: normal;
  display: block;
  margin-bottom: 45px;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item {
  display: inline-block;
  width: 270px;
  max-width: 100%;
  margin: 0 13px 50px;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-image {
  position: relative;
  z-index: 0;
  max-height: 270px;
  overflow: hidden;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-image img {
  transition: .5s;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-image .newsflash-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17,17,17,0.5);
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-image .newsflash-title strong {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item:hover .newsflash-image img {
  transform: scale(1.2);
  -webkit-transfor: scale(1.2);
  transition: .5s;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-introtext {
  text-align: center;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-introtext p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2em;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-introtext a.readmore {
  background: #aaaaaa;
  display: table;
  width: 100px;
  height: 36px;
  color: #fff;
  font-size: 17px;
  transition: .5s;
  text-align: center;
  padding: 5px 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-introtext a.readmore:hover {
  transition: .5s;
  background: #000;
}
#middle #services-topBG #services-top .moduletable .newsflash .newsflash-item .newsflash-introtext ol {
  margin-top: 0;
}
#middle #main-bottomBG {
  background: url('../../../images/elements/paralax.jpg') no-repeat top center;
  padding: 60px 0;
  height: 650px;
  background-attachment: fixed;
  text-align: center;
}
#middle #main-bottomBG #OrangeStrip {
  height: 100%;
}
#middle #main-bottomBG #OrangeStrip .moduletable {
  height: 100%;
}
#middle #main-bottomBG #OrangeStrip .moduletable .moduleWrap {
  height: 100%;
}
#middle #main-bottomBG #OrangeStrip .moduletable .moduleWrap .moduleContent {
  height: 100%;
}
#middle #main-bottomBG #OrangeStrip .moduletable .moduleWrap .moduleContent .custom {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#middle #main-bottomBG #OrangeStrip .moduletable .moduleWrap .moduleContent .custom p {
  color: #efefef;
  font-size: 36px;
  font-weight: normal;
}
#bottomBG {
  padding: 30px 0 60px;
}
#bottom .moduletable .module-title {
  text-align: center;
  display: block;
  font-weight: normal;
  color: #003b94;
  margin-bottom: 45px;
  font-size: 36px;
}
#bottom .moduletable .newsflash .newsflash-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 550px;
  position: relative;
  margin-bottom: 35px;
}
#bottom .moduletable .newsflash .newsflash-item:nth-child(odd) {
  margin-left: 35px;
}
#bottom .moduletable .newsflash .newsflash-item:nth-child(even) {
  margin-right: 35px;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-image {
  width: 101px;
  overflow: hidden;
  float: right;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-image .newsflash-title {
  position: absolute;
  width: 400px;
  right: 150px;
  top: 0;
  height: 50px;
  overflow: hidden;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-image .newsflash-title strong {
  font-weight: normal;
  font-size: 24px;
  color: #555555;
  line-height: 1em;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-introtext {
  float: left;
  max-width: 400px;
  padding-top: 48px;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-introtext p {
  font-size: 16px;
  color: #555;
  line-height: 1.4em;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-introtext a.readmore {
  background: #aaaaaa;
  display: table;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  transition: .5s;
}
#bottom .moduletable .newsflash .newsflash-item .newsflash-introtext a.readmore:hover {
  background: #000;
  transition: .5s;
}
#footerBG {
  padding: 50px 0;
  background: #383838;
}
#footerBG footer #links {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #636363;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#footerBG footer #links .social-menu {
  float: none;
}
#footerBG footer #links .social-menu ul li {
  display: inline-block;
  vertical-align: top;
}
#footerBG footer #links .social-menu ul li a:before {
  color: #e7e7e7;
}
#footerBG footer > .moduletable {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  max-width: 100%;
  margin: 0 18px;
}
#footerBG footer > .moduletable:first-of-type {
  margin-right: 0;
}
#footerBG footer > .moduletable:nth-last-of-type(2) {
  margin-left: 0;
}
#footerBG footer > .moduletable .module-title {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
  text-align: right;
}
#footerBG footer > .moduletable .custom p {
  display: block;
  color: #f5f5f5;
  font-size: 18px;
}
#footerBG footer > .moduletable .custom p.fa:before {
  color: #f5f5f5;
  float: right;
  margin-left: 10px;
  font-size: 18px;
}
#footerBG footer > .moduletable .custom p a {
  color: #5699fd;
}
#footerBG footer > .moduletable .custom p a:hover {
  color: #8fbcfe;
}
#footerBG footer > .moduletable .custom iframe {
  height: 180px;
}
#rightsBG {
  background: #cccccc;
  padding: 10px 0;
}
#rightsBG p {
  color: #383838;
  font-size: 14px;
}
.foxcontainer h2 {
  display: none;
}
.foxcontainer form .control-group .controls input {
  border: 0 !important;
  height: 33px;
  color: #383838;
  font-size: 15px;
  background: #afafaf;
  margin-bottom: 5px;
  font-family: 'Heebo', sans-serif !important;
}
.foxcontainer form .control-group .controls button {
  background: #003b94 !important;
  width: 85px;
  height: 33px;
  font-size: 20px;
  color: #383838;
}
.foxcontainer form .control-group .controls button:hover {
  background: #1b1b1b !important;
  transition: .5s;
}
.item-page.aboutPage {
  padding-top: 50px;
}
.item-page.aboutPage .page-header {
  position: absolute;
  top: -15px;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
}
.item-page.aboutPage .page-header h1,
.item-page.aboutPage .page-header h2,
.item-page.aboutPage .page-header h3,
.item-page.aboutPage .page-header h4,
.item-page.aboutPage .page-header h5 {
  color: #003b94;
  font-weight: normal;
  font-size: 36px;
}
.item-page {
  position: relative;
}
.item-page a {
  color: #003b94;
}
.item-page .item-image {
  max-width: 440px;
}
.item-page .item-page-content .page-header {
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
  margin-bottom: 35px;
}
.item-page .item-page-content .page-header h1,
.item-page .item-page-content .page-header h2,
.item-page .item-page-content .page-header h3,
.item-page .item-page-content .page-header h4,
.item-page .item-page-content .page-header h5 {
  color: #003b94;
  font-weight: normal;
  font-size: 36px;
}
.item-page .item-page-content.image_fulltext {
  max-width: 750px;
}
.item-page .newsflash .newsflash-item {
  display: inline-block;
  width: 270px;
  max-width: 100%;
  margin: 0 13px 50px;
}
.item-page .newsflash .newsflash-item .newsflash-image {
  position: relative;
  z-index: 0;
  max-height: 270px;
  overflow: hidden;
}
.item-page .newsflash .newsflash-item .newsflash-image img {
  transition: .5s;
}
.item-page .newsflash .newsflash-item .newsflash-image .newsflash-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17,17,17,0.5);
  text-align: center;
  z-index: 1;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.item-page .newsflash .newsflash-item .newsflash-image .newsflash-title strong {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
}
.item-page .newsflash .newsflash-item:hover .newsflash-image img {
  transform: scale(1.2);
  -webkit-transfor: scale(1.2);
  transition: .5s;
}
.item-page .newsflash .newsflash-item .newsflash-introtext {
  text-align: center;
}
.item-page .newsflash .newsflash-item .newsflash-introtext p {
  color: #3a3a3a;
  font-size: 16px;
}
.item-page .newsflash .newsflash-item .newsflash-introtext a.readmore {
  background: #aaaaaa;
  display: table;
  width: 100px;
  height: 36px;
  color: #fff;
  font-size: 17px;
  transition: .5s;
  text-align: center;
  padding: 5px 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.item-page .newsflash .newsflash-item .newsflash-introtext a.readmore:hover {
  transition: .5s;
  background: #000;
}
.item-page .newsflash .newsflash-item .newsflash-introtext ol {
  margin-top: 0;
}
.item-page.contactPage .item-page-content .foxcontainer,
.item-page.contactPage .item-page-content .custom {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  max-width: 100%;
  margin: 25px !important;
}
.item-page.contactPage .item-page-content .foxcontainer h2,
.item-page.contactPage .item-page-content .custom h2 {
  color: #003b94;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 0.6em;
}
.item-page.contactPage .item-page-content .custom img {
  margin-top: 25px;
}
.item-page.contactPage .item-page-content .custom p {
  line-height: 2em;
  margin: 0;
}
.item-page.contactPage .item-page-content .custom strong {
  margin-bottom: 10px;
  display: table;
}
.item-page.contactPage .item-page-content .foxcontainer {
  max-width: 340px;
}
.item-page.contactPage .item-page-content .foxcontainer h2 {
  display: block;
}
.item-page.contactPage .item-page-content .foxcontainer form .control-group.customhtml0 {
  margin-bottom: 10px !important;
}
.item-page.contactPage .item-page-content .foxcontainer form .control-group .controls input,
.item-page.contactPage .item-page-content .foxcontainer form .control-group .controls textarea {
  border: 0 !important;
  height: 33px;
  color: #383838;
  font-size: 15px;
  background: #f2f1f1 !important;
  margin-bottom: 5px;
  font-family: 'Heebo', sans-serif !important;
}
.item-page.contactPage .item-page-content .foxcontainer form .control-group .controls button {
  background: #003b94 !important;
  width: 85px;
  height: 33px;
  font-size: 20px;
  color: #fff;
}
.item-page.contactPage .item-page-content .foxcontainer form .control-group .controls button span {
  color: #fff;
}
.item-page.contactPage .item-page-content .foxcontainer form .control-group .controls button:hover {
  background: #272727 !important;
  transition: .5s;
}
.articleBody h2,
.articleBody h3 {
  color: #003b94;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.blog .page-header h1,
.blog .page-header h2,
.blog .page-header h3,
.blog .page-header h4,
.blog .page-header h5,
.blog .page-header h6 {
  display: block;
  margin-bottom: 35px;
  font-weight: normal;
  color: #003b94;
  font-size: 36px;
  text-align: center;
}
.blog .items-row {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 550px;
  position: relative;
  margin-bottom: 55px;
}
.blog .items-row:nth-child(even) {
  margin-left: 35px;
}
.blog .items-row:nth-child(odd) {
  margin-right: 35px;
}
.blog .items-row .item .item-image {
  width: 101px;
  overflow: hidden;
  float: right;
}
.blog .items-row .item .item-wrapp {
  float: left;
  max-width: 400px;
  margin-left: 20px;
}
.blog .items-row .item .item-wrapp .page-header h1,
.blog .items-row .item .item-wrapp .page-header h2,
.blog .items-row .item .item-wrapp .page-header h3,
.blog .items-row .item .item-wrapp .page-header h4,
.blog .items-row .item .item-wrapp .page-header h5 {
  font-weight: normal;
  font-size: 24px;
  color: #555555;
  line-height: 1em;
  text-align: right;
  margin-bottom: 25px;
}
.blog .items-row .item .item-wrapp .readmore a {
  background: #aaaaaa;
  display: table;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  transition: .5s;
}
.blog .items-row .item .item-wrapp .readmore a:hover {
  background: #000;
  transition: .5s;
}
ul.unim.responsive li li {
  color: #6d6d6d !important;
  background: #fff;
  padding-right: 10px;
  min-width: 180px;
  font-size: 18px;
}
#content li {
  list-style-position: outside;
  list-style: disc;
}
.vbMessage {
  padding: 20px;
  background: #e2e5e7;
}
.vbMessageTitle {
  padding-right: 0px;
}
.vbMessageText {
  padding-right: 10px;
  line-height: 20px;
}
.vbMessageDate {
  padding-right: 10px;
  margin-top: 5px;
  color: #6d6d6d;
}
@media all and (max-width: 1199px) {
  #logo {
    text-align: center;
    margin-bottom: 20px;
  }
  #headerBG {
    position: relative;
  }
  #headerBG header .h-rightSide {
    margin-top: 0;
  }
  #slider {
    margin-top: 0;
  }
  .wrapper {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  #links,
  #search {
    text-align: center;
  }
  header #logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  #header .social-menu,
  #search {
    float: none;
  }
  #header .col2 {
    min-height: 0 !important;
  }
  #search {
    text-align: center;
  }
  #center {
    padding: 0 30px;
    margin: 15px auto;
  }
  #menu {
    margin-top: 0;
  }
  #menu .moduletable {
    width: 100%;
    float: right;
    margin: 10px 0;
  }
  html[dir="rtl"] .moduletable.social-menu {
    float: none;
  }
  .moduletable.mainmenu.sidemenu-mobile {
    display: inline-block;
  }
  #middle #middle-topBG #middle-top .moduletable:first-of-type {
    float: none;
    max-width: 100%;
  }
  header .h-rightSide nav#menu {
    margin-top: 0;
  }
  .moduletable.mainmenu .unim-icon.responsive.mobile {
    background: #f7831b;
  }
  #middle #middle-topBG #middle-top {
    padding-top: 0;
  }
  #middle #middle-topBG #middle-top .moduletable .module-title {
    position: relative;
    top: 0;
  }
  #middle #middle-topBG #middle-top .moduletable .newsflash .newsflash-item .newsflash-introtext {
    max-width: 100%;
  }
  #middle #middle-topBG #middle-top .moduletable {
    float: none;
  }
  #bottom .moduletable .newsflash .newsflash-item:nth-child(even) {
    margin-right: 0;
  }
  #bottom .moduletable .newsflash .newsflash-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  #footer .moduletable {
    padding-bottom: 20px;
  }
  #footer .social-menu,
  #footer .social-menu ul.nav {
    float: none;
  }
}
@media all and (max-width: 560px) {
  #bottom .moduletable .newsflash .newsflash-item {
    width: 100%;
  }
  #bottom .moduletable .newsflash .newsflash-item .newsflash-image .newsflash-title {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: 0;
  }
  #bottom .moduletable .newsflash .newsflash-item .newsflash-image {
    width: 100%;
    float: none;
  }
  #bottom .moduletable .newsflash .newsflash-item .newsflash-introtext {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  #footerBG footer > .moduletable {
    margin: 25px 0;
  }
  .blog .items-row:nth-child(odd) {
    margin-right: 0;
  }
  .blog .items-row:nth-child(even) {
    margin-left: 0;
  }
  .item-page.contactPage .item-page-content .foxcontainer,
  .item-page.contactPage .item-page-content .custom {
    width: 100%;
  }
  .item-page.contactPage .item-page-content .foxcontainer,
  .item-page.contactPage .item-page-content .custom {
    margin: 25px 0 !important;
  }
}
