/*
Theme Name: Anova
template: roots
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600,300,600italic,700,700italic,800,800italic);
body {
    font-family: 'Open Sans', sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif!important;
}
.container {
    max-width: 1021px;
}
a {
    color: #004b8e;
}
img {
    max-width: 100%;
}
.clear2{
    clear: both;
}
.alignleft {
    margin-right: 13px;
}

.alignright {
    margin-left: 13px;
}
.relatedLinks {
    margin-bottom: 50px;
}
.sidebar  {
    padding-left: 0;
}
.lineOfBusines a.lineDiv {
    max-width: 231px;
    display: inline-block;
}
a.lineDiv {
    max-width: 231px;
    display: inline-block;
    transition: all 0.5s;
    vertical-align: top;
    margin-right: 2.8%;
    margin-bottom: 20px;
    position: relative;
}
a.lineDiv .icon {
    position: absolute;
    top: 0;
    right: 0;
}
.lineOfBusines a:nth-child(4n) {
    margin-right: 0;
}
.brochures > div a.lineDiv:nth-child(4n) {
    margin-right: 0;
}
a.lineDiv span {
    height: 66px;
    display: inline-block;
    width: 100%;
    background-color: #d3d3d3;
    color: black;
    font-size: 17.01px;
    text-align: center;
    line-height: 19.843px;
    padding-top: 13px;
    transition: all 0.5s;
}
a.lineDiv .imageWarrap img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");/* Firefox 10+ */
    filter: gray;/* IE6-9 */
    -webkit-filter: grayscale(100%);/* Chrome 19+ & Safari 6+ */
}
a.lineDiv:hover span, a.lineDiv.pdf:hover span{
    background-color: #fcdd2e;
    color: black;
}
a.lineDiv:hover .imageWarrap img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.contentImage {
    display: inline-block;
}
.contentImage span {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #ffdc2d;
    font-size: 18.45px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 10px;
}
h1.title {
    color: #030303;
    font-size: 39.69px;
    font-weight: 400;
    /* line-height: 34px; */
    /* padding: 21px 0; */
    margin-top: -37px;
    position: relative;
}
h1.title > div{
    background-color: #ffdc2d;
}
h1.title span {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(110,110,110,0.63) 43%, rgba(255,255,255,0.01) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(110,110,110,0.63) 43%,rgba(255,255,255,0.01) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(110,110,110,0.63) 43%,rgba(255,255,255,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03ffffff',GradientType=1 );
    height: 18px;
}
h1.title .container {
    padding: 16px 0;
}
.catText{
    color:  #6d6f71;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    padding-left: 0;
}
.catText iframe {
    max-width: 100%;
    min-height: 200px;
    height: auto;
}
h1.title.inner{
    margin-top: 0;
}
.lineOfBusines ul {
    list-style: none;
    padding-left: 0;
}

.lineOfBusines ul li a {
    color: #000000;
    font-size: 17.2px;
    font-weight: 400;
    line-height: 25px;
}

.lineOfBusines ul li {
    border-bottom: 2px solid rgb(236, 236, 236);
    padding: 10px 0;
    padding-left: 27px;
}
.lineOfBusines ul li.active {
    background-color: #ffdc2d;
}
span.subTitle {
    display: inline-block;
    background-color: #ffdf44;
    width: 194px;
    height: 40px;
    font-size: 24.01px;
    font-weight: 400;
    line-height: 41px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
span.subTitle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 13px solid black;
    border-top: 40px solid transparent;
    border-right: 13px solid white;
}
h2.title {
    text-align: center;
    color: #160101;
    font-size: 25.51px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    line-height: 60px;
    margin-bottom: 40px;
}
h2.title:after {
    content: '';
    width: 71px;
    height: 8px;
    background-color: rgba(255, 220, 45, 0.89);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*shilat*/
p {
    color: #6d6f71;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 25px;
}
*:focus {
    outline:none;
}
*::selection {
    background-color: #004b8e;
    color: #ffffff;
}
.wrapper-elbit {
    background-color:#fff ;
}
body {
    background-color: #000000;
    overflow-x: hidden;
}
.container.brochures.bro.animateblock.centerleft.animated {
    margin-right: auto;
}
.lineOfBusines ul li {
    background-image: url('assets/images/sidbar-media.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -112px;
    padding: 10px 0 10px 27px;
}
.lineOfBusines ul li.active {
    background-position: 0 7px;
}
.slider-areas-category .slick-dots {
    display: none !important;
}
a:focus {
    outline: none !important;
    box-shadow: none !important;

}
#breadcrumbs {
    margin: 0 0 35px;
}
#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs span a {
    color:#9b9a9a ;
    font-size: 16.67px;
}
#breadcrumbs a.link-home {
    background-image: url('assets/images/breadcrumbs.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 3.5px;
    padding-left: 24px;
}
.hebrew_page h1.entry-title {
    margin-top: 0;
}
#open-search {
    margin: 12px 0 0 0;
    float: left;
    cursor: pointer;
}
.search-wrapper {
    background-color: #ffdc2d;
    overflow: auto;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
    overflow: hidden;
}
.search-wrapper.width{
    width: 64%;
}
.input-group .form-control:first-child {
    height: 44px;
    box-shadow: none;
    /* border: 0; */
    width: 100%;
}
.search-wrapper form .input-group {
    padding: 0;
}
.search_wrapper_relative {
    position: relative;
}
.input-group .form-control {
    width: 80%;
    float: right;
}
.search-form {
    float: left;
    width: 50.2%;
}
.input-group {
    padding: 11px 0 0 0;
}
.btn-default {
    background-color: transparent;
    color: transparent;
    border: 0;
    padding: 1px 5px 0 5px;
}
.form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    -webkit-transition: none;
    transition: none;
    height: auto;
}
.search-field {
    padding: 0px 0px 0 9px;
    margin-top: 2px;
}
.search-field::-webkit-input-placeholder {
    color:  #000;
}
.search-field:-moz-placeholder {
    color:  #000;
}
.search-field::-moz-placeholder {
    color:  #000;
}
.search-field:-ms-input-placeholder {
    color:  #000;
}
.close-btn {
    background-color: #e2c210;
    padding: 14px 10px 23px 10px;
}
.social {
    float: right;
    padding: 10px 25px;
}
.fontSizes {
    display: inline-block;
    margin-left: 10px;
    float: right;
    padding: 10px 0;
}
.fontSizes p {
    display: inline-block;
    color: #000;
}
.fontSizes p:hover {
    cursor: pointer;
}
.fontSizes p:nth-child(1){
    font-size: 12.62px;
}
.fontSizes p:nth-child(2){
    font-size: 15.59px;
}
.fontSizes p:nth-child(3){
    font-size: 19.84px;
}
hr {
    border-top: 1px solid #c9c9c9;
}
a {
    text-decoration: none !important;
}
/*li {
    list-style:none;
}*/
.container {
    padding: 0;
}
.slider img {
    width: 100%;
}
.slick-next {
    right: 0;
    display: none;
}
.slick-prev {
    left: 0;
}
.slick-next::before, .slick-prev::before {
    display: none;
}
.gallery-products {
    /*text-align: center;*/
    padding: 0 10px;
}
.exhibitions .inner,
.pr-news .inner {
    background-color:  #e6e7e8;
    padding: 15px 25px;
}
.pr-news .inner .image {
    padding: 8px 0 0 0;
}
.homepage .pr-news .inner .image {
    margin-top: 5px;
}
.homepage .pr-news .inner .image img {
    max-width: 100%;
}
.homepage .slider-news .slick-dots li {
    padding: 0 11px;
}
.homepage .slider-news .slick-dots {
    display: inline-block !important;
    position: relative;
    width: auto;
    text-align: left;
    bottom: 0;
    margin-top: 20px;
}
.homepage .slider-news .slick-dots li button,
.homepage .slider-news .slick-dots li.slick-active button {
    background-color: transparent;
    font-size: 22px;
    color: #58595b;
}
.right-cat {
    padding-right: 0;
}
.right-cat h2 {
    color: #101010;
    font-size: 22.68px;
    font-weight: 400;
    line-height: 23px;
    background-color:  #ffdf44;
    padding: 12px 25px;
    margin-bottom: 0;
    margin-top: 0;
}
.right-cat .exhibitions h2 {
    margin-top: 20px;
}
.pr-news .inner span {
    color: #58595b;
    font-size: 31.18px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    display: inline-block;
}
.pr-news .inner span:nth-child(2n) {
    background-color:  #004b8e;
    color:  #ffffff;
    font-size: 13.18px;
    font-weight: 400;
    line-height: 19.843px;
    text-align: center;
    padding: 2.3px 13px;
    vertical-align: top;
}
.right-cat p {
    color:  #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 22.677px;
    margin-top: 10px;
}
.right-cat a {
    color:  #004b8e;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 19.843px;
}
.right-cat a:hover {
    color:#58595b;
}
.brochures {
    margin-bottom: 50px;
}
.wrap-pdf .pdf .icon,
.brochures .pdf .icon {
    background-image: url("assets/images/pdf.png");
    width: 30%;
    height: 35px;
    max-width: 35px;
    display:inline-block;
    margin-right: 20px;
}
.wrap-pdf .pdf .icon {
    margin-right: 0;
}
.wrap-pdf .pdf h3,
.brochures .pdf h3 {
    width: 70%;
    display: inline-block;
    color:  #6d6f71;
    font-size: 19.84px;
    font-weight: 400;
    line-height: 19.843px;
    margin-top: 0;
    vertical-align: top;
    margin-bottom: 0;
}
.wrap-pdf .pdf h3 {
    font-size: 17px;
    padding-left: 16px;
}
.bro h1 {
    margin-bottom: 30px;
}
.bro .pdf .icon {
    margin: 0 20px 10px 0;
}
.bro .pdf h3:hover {
    color:#ffdc2d
}
/*.brochures .folder {
    margin: 15px 0;
}*/
.brochures .folder .icon {
    background-image: url("assets/images/iconFolder.jpg");
    width: 30%;
    height: 25px;
    max-width: 30px;
    display:inline-block;
    margin: 0 20px 10px 0;
}
.brochures .folder h3 {
    width: 70%;
    display: inline-block;
    color:  #6d6f71;
    font-size: 19.84px;
    font-weight: 400;
    line-height: 19.843px;
    margin-top: 0;
    vertical-align: top;
    margin-bottom: 0;
}
.brochures .folder h3:hover {
    color:#ffdc2d
}
a.pdf {
    /*display: block;*/
    vertical-align: top;
    margin-bottom: 35px;
}
/*.bro a.pdf {
    margin: 0;
}*/
/*.contact h2 {
    text-align: center;
    color:  #000000;
    font-size: 25.51px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}*/

.contact {
    padding-top: 30px;
    background-color: #e5e5e5;
    padding-bottom: 20px;
}
.contact h3 {
    color:  #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.346px;
    text-align: left;
}
.contact p {
    color:  #000000;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 22.677px;
    text-align: left;
}
.contact input , .contact textarea {
    width: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    border: none;
    margin: 10px 0;
    padding: 10px 20px;
}
.contact .button input {
    background-color:  #fdde42;
    color:  #004b8e;
    font-size: 22px;
    transition: all 0.5s;
}
.navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 10px;
}
.navbar-collapse {
    border-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #004b8e;
}
.top-menu {

}
.top-menu ul {
    float: right;
}
.top-menu ul li {
    padding: 20px 0;
}
.top-menu ul li a {
    font-size: 12.62px;
    line-height: 13px;
    border-right: solid 1px #ffdc2d;
    padding: 0 20px;
}
.top-menu ul li:last-child a {
    border-right:none;
}
.top-menu ul li a:hover , .top-menu ul li a:focus {
    color: #bdbdbd;
}
.menu-elbit {
   /* float: right;*/
}
.main-menu {
    background-color: #ffdc2d;
    margin: 0;
    float: right;
    width: 64.1%;
    display: inline-block !important;
}
nav.main-menu .ubermenu-nav:after {
    width: 0;
    height: 0;
    border-top: 48px solid #ffdc2d;
    border-left: 55px solid transparent;
    display: block;
    content: "";
    position:relative;
    left:-55px;
    top :0;
}
.hebrew_page nav.main-menu .ubermenu-nav:after{
    right: 100%;
}
nav#ubermenu-main-26-primary_navigation {
    position: static;
}
.ubermenu .ubermenu-content-align-center>.ubermenu-image {
    max-width:150px;
    width: 100%;
}
/*.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {*/
li.ubermenu-item.ubermenu-item-type-post_type.ubermenu-item-object-product {
    padding: 5px 12px;
}
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text a,
a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above {
    padding: 0 !important;
    padding-bottom: 20px !important;
}
.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
    margin-bottom: 0;
}
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
    padding: 8px 5px 5px 5px;
    background-color:#fcdd2e ;
    color: #000;
    width: 100%;
    max-width:150px;
    margin: 0 auto;
    font-size: 11.34px;
    font-weight: 600;
    min-height: 42px;
    line-height: 15px;
}

.collapse.navbar-collapse {
    padding: 0;
    /*position: relative;*/
    position: static;
}

.main-menu ul {
    background-color: #ffdc2d;
}
.main-menu ul li {
    background-color: #ffdc2d;
}
.main-menu ul li a,
.main-menu ul li .ubermenu-target {
    color: #101010;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    padding: 12px 30px;
}
.main-menu span:focus {
    outline: none !important;
    box-shadow: none !important;

}
.main-menu ul li a:focus , .main-menu ul li a:hover, .main-menu ul li .active a {
    color: #bdbdbd;
}
.ubermenu .ubermenu-target {
    padding: 11px 20px;
}
body.error404 {text-align: center;}
.site-map h1.title.inner {
    margin-bottom: 10px;
}
.site-map li {
    float: left;
    width: 50%;
}

h2.wsp-pages-title {
    display: block;
}

li.page_item.page-item-2542 {}

h2 {
    display: block;
    text-align: left;
    clear: both;
}
h1 {
    font-size: 35px;
    /*margin-bottom: 150px;*/
    font-weight: lighter;
}
.page404 h1{
    margin-bottom: 150px;
}
.page404 img {
    margin-top: 90px;
}
ul.ubermenu-submenu.ubermenu-submenu-drop {
    margin-top: 24px !important;
    border-top: 5px solid #ffdc2d;
    /*background: rgba(235,235,235,0.95);*/
    /*background: -moz-linear-gradient(top, rgba(235,235,235,0.95) 0%, rgba(210,210,211,0.95) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,0.95)), color-stop(100%, rgba(210,210,211,0.95)));*/
    /*background: -webkit-linear-gradient(top, rgba(235,235,235,0.95) 0%, rgba(210,210,211,0.95) 100%);*/
    /*background: -o-linear-gradient(top, rgba(235,235,235,0.95) 0%, rgba(210,210,211,0.95) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(235,235,235,0.95) 0%, rgba(210,210,211,0.95) 100%);*/
    /*background: linear-gradient(to bottom, rgba(235,235,235,0.95) 0%, rgba(210,210,211,0.95) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d2d2d3', GradientType=0 );*/
    width: 100%;
    height: 0 ;
    padding: 0 23% 0;
}
.menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
    background-size: auto 271px !important;
    /*background-color: rgba(235,235,235,0.95);*/
    background-position: 27.8% 29px !important;
    padding-bottom: 40px !important;
    /*margin-top: 73px!important;*/
}
.menu-about-us ul.ubermenu-submenu.submenu-image-left {
    background-size: auto 271px !important;
    /*background-color: rgba(235,235,235,0.95)!important;*/
    background-position: 27.8% 29px !important;
    padding-bottom: 40px !important;
    /*margin-top: 73px!important;*/
}
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 ul li a,
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-765 ul li a,
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 ul li .ubermenu-target,
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-765 ul li .ubermenu-target {
    text-align: left;
}
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-765 ul li .ubermenu-target {
    background-image: url('assets/images/sidbar-media.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -112px ;
    padding: 9px 0 6px 27px;
}
.main-menu .ubermenu .ubermenu-submenu.ubermenu-submenu-id-765 ul li .ubermenu-target:hover {
    background-position: 0 7px;
    color: #231f20;
}
 li.ubermenu-active ul {
    /*display: none !important;*/
}
.navbar-header {
    width: 33.5%;
}
.navbar-brand {
    padding: 0;
    float: right;
    margin-top: -7px;
    margin-right: -15px;
}
/*#triangle-topright {
    width: 0;
    height: 0;
    border-top: 46px solid #ffdc2d;
    border-left: 55px solid transparent;
    display: block;
    float: left;
}*/
.main-menu ul{
    position: relative;
}
footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}
.col-sm-9 article {
    margin-bottom: 38px;
}
footer .widget-inner h3{
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    text-align: justify;
    margin-top: 0;
}
footer .widget-inner .textwidget {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: justify;
}
footer .widget_text {
    float: left;
}

footer ul {
    float: right;
}
footer ul li {
    float: left;
    list-style: none;
}
footer ul li a {
    color:  #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    text-align: justify;
    border-right: solid 1px #fff;
    padding: 0 18px;
}
footer ul li:last-child a {
    border-right: none;
}
footer ul li .active a , footer ul li a:hover , footer ul li a:focus {
    color: #ffdc2d;
}
footer .widget_text:last-child .widget-inner .textwidget {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    margin-top: 30px;
}
.header-main .homeSlider .slideWrap {
    position: relative;
}
.header-main .homeSlider .slideWrap{
    display: none;
}
.header-main .homeSlider .slideWrap.after{
    display: block;
}
.header-main .homeSlider .slideWrap.first{
    display: block;
}
.header-main .homeSlider .slideWrap .bottomSlide {
    position: absolute;
    margin: 0 auto;
    /*bottom: 54px;*/
    bottom: 7.7%;
    right:0;
    left: 0;
}
.header-main .homeSlider .slideWrap .bottomSlide {
    max-width: 1021px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    padding: 30px;
    -webkit-clip-path: polygon(0 1%, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0%, 88% 100%, 0% 100%);
}
.header-main .homeSlider .slideWrap .bottomSlide p {
    color: #ffffff;
    font-size: 24px; /* Approximation due to font substitution */
    font-weight: 400;
    transform: scaleX(1.0444); /* width and height properties ommitted due to transform */
}
.header-main .homeSlider .slideWrap .bottomSlide h2,.header-main .homeSlider .slideWrap .bottomSlide p {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    transform: scaleX(1.0444);
}
.header-main .homeSlider .slideWrap .bottomSlide a {
    background-color:  #ffdc2d;
    color: #000203;
    font-size: 16.66px;
    font-weight: 400;
    line-height: 2;
    transform: scaleX(1.0444);
    padding: 5px 10px;
    transition: all 0.5s;
    margin-left: -18px;
}
.header-main .homeSlider .slideWrap img {
    width: 100%;
    height: auto;
}
.slick-dots li button {
    background-color: #e0e6ec;
    border-radius: 50px;
}
.slick-dots li.slick-active button {
    background-color: #91979e;
}
.slick-dots li button:before {
    font-size: 0;
}
.slick-dots {
    bottom: 18px;
    margin: 0;
}
.slick-slider {
    margin-bottom: 0;
}
.homeTitle {
    background-color:  #ffdc2d;
    width: 100%;
    color:  #040404;
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    padding: 13px 12px;
    margin: 0;
}
.BoxHome {
    width: 100%;
    background-color: #e7e7e7;
    padding: 0;
    padding: 2.0% 0;
}
.BoxHome div {
  /*  padding: 0;*/
}
.BoxHome .news , .BoxHome .Events {
    padding: 0;
    position: relative;
}
.BoxHome .news {
	width: 100%!important;
}
.BoxHome .news img {
    width: 100%;
    max-width: 197px;
    padding: 15px 0;
}
.BoxHome .news h4 {
    color:  #000000;
    font-size: 19.84px;
    font-weight: 400;
    line-height: 22.677px;
}
.BoxHome .news p {
    color:  #6d6e71;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 19.843px;
    margin-bottom: 6px;
}
.BoxHome .news a {
    color:  #004b8e;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 19.843px;
    text-align: left;
}
.BoxHome .news .new {
    background-color: #fff;
    display: inline-flex;
	padding: 2px 0 2px 0px;
    max-height: 152px;
    min-height: 152px;
}
.BoxHome .news .new .slide-inner {
    width: 100%;
}
.homepage .slider-news .slick-dots li:nth-last-child(2),
.homepage .slider-news .slick-dots li:last-child {
    display: none;
}
.slide-inner {
    border-left: solid 5px #ffdc2d;
    padding: 0 15px;
}
.slide-inner2 {
    border-bottom: 1px solid #e7e7e7;
}
.BoxHome .news .new:first-child .slide-inner2 {
}
.BoxHome .news .new .text {
    padding: 0 10px 0 10px;
    max-height: 148px;
    min-height: 148px;
}
.BoxHome .news .new .text h4 {
    margin-bottom: 6px;
}
.BoxHome .news .new .date {
    padding:0;
}
.BoxHome .news .new .date h3 {
    color: #58595b;
    font-size: 45.35px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 5px;
}
.BoxHome .news .new .date span {
    color: #ffffff;
    font-size: 13.18px;
    font-weight: 400;
    text-align: center;
    background-color:  #004b8e;
    display: inherit;
    margin-top: 5px;
}
.BoxHome .news hr {
    margin: 5px 0;
    border-top: 1px solid #e7e7e7;
    margin: 0 20px;
}
.BoxHome .news hr:last-child {
    border: 0;
}
.homepage .BoxHome .Events .event {
    background-color: #fff;
    height: 504px;
}
.homepage .BoxHome .Events .event img {
    margin: 0 auto;
    margin-top: 10%;
}
.homepage .BoxHome .Events .event .bottom {
    /*background-color: #004b8e;*/
}
.homepage .BoxHome .Events .slick-prev,
.homepage .BoxHome .Events .slick-next {
    display: inline-block;
    top:26px;
    z-index: 1;
    right: 0%;
    left: auto;
    width: 30px;
    height: 50px;
}
.homepage .BoxHome .Events .slick-prev::before,
.homepage .BoxHome .Events .slick-next::before,
.inner_news_slider .slick-prev::before,
.inner_news_slider .slick-next::before,
.inner_events_slider .slick-prev::before,
.inner_events_slider .slick-next::before {
    display: inline-block;
    color: transparent;
    width: 30px;
    height: 50px;
    background-image: url('assets/images/btn-next.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.homepage .BoxHome .Events .slick-prev {
    right: 6%;
}
.homepage .BoxHome .Events .slick-prev::before,.inner_news_slider .slick-prev::before,.inner_events_slider .slick-prev::before {
    background-image: url('assets/images/btn-prev.png');
}
.inner_news_slider button,
.inner_events_slider button {
    position: absolute;
    top: -38px;
    right: 7px;
}
.inner_news_slider button.slick-prev,
.inner_events_slider button.slick-prev {
    right: 24px;
    left:auto;
}
.homepage .BoxHome .Events .slick-prev::before:hover {
    background-image: url('assets/images/btn-prev.png');
    background-position: 0 -49px;
}
.homepage .BoxHome .Events .slick-next::before:hover {
    background-position: 0 -49px;
}
.homeBottom {
    padding: 3.0% 0 1.7% 0;
}
.homeBottom .inner {
    position: relative;
    width: 100%;
    max-width: 320px;
}
.homeBottom .inner img {
    width: 100%;
    max-width: 320px;
}
.homeBottom .box {
    padding: 0 6.66666665px;
    overflow: hidden;
    padding-bottom: 25px;
}
.homeBottom .box:first-child,
.homeBottom .box:nth-child(4n) {
    padding-left: 0;
    padding-right: 13.3333333px;
}
.homeBottom .box:nth-child(3n) {
    padding-right: 0;
    padding-left:13.3333333px;
}
.homeBottom .box .homeTitle {
    max-width: 396.3px;
}
.homeBottom .box .bottom {
    background-color:  rgba(0, 75, 142, 0.62);
    width: 100%;
    max-width: 396.3px;
    height: 113px;
    padding: 30px 15px 0 15px;
    position: absolute;
    bottom: 0;
}
.homeBottom .box a .bottom  h3 {
    margin: 0;
    color:  #ffdc2d;
    font-size: 17.63px;
    font-weight: 700;
    line-height: 23px;
    text-align: justify;
}
.homeBottom .box a .bottom  p {
    margin: 0;
    color:  #ffffff;
    font-size: 12.69px;
    font-weight: 400;
    line-height: 18.26px;
}
.BoxHome .readMore {
    font-size: 16.62px;
    font-weight: 400;
    text-align: left;
    background-color:  #ffdc2d;
    padding: 5px 10px;
	top: 16px;
    position: relative;
    transition: all 0.5s;
}
.Events  {
	
    padding-left: 20px !important;
    position: relative;
}
.Event  {
    padding: 0px !important;
    position: relative;
    max-width: 320px;
}
.Event img {
    max-width: 100%;
}
.Events .bottom {
    background-color:  rgba(0, 75, 142, 0.76);
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.Events .bottom h3 {
    color:  #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
}
.Events .bottom p,
.Events .bottom a {
    color:  #ffffff;
    font-size: 17.01px;
    font-weight: 400;
    line-height: 21.26px;
}
.Events .bottom a {
    font-weight: 600;
}
.Events .bottom a:hover,
.Events .bottom a:focus {
    color: #ffdc2d;
}
.eventsSliderWrraper{
   padding-bottom: 13px!important;
}
.menu-none-collapse {
    display: block;
}
.menu-collapse, .clear {
    display: none;
}
.title-sidebar {
    font-size: 24px;
    font-weight: 600;
}
.ul-sidebar li {
    font-size: 17.2px;
}
.ul-sidebar .cat-li {
    background-image: url('assets/images/liSidbarA.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 0;
}
.ul-sidebar .cat-li.active-cat {
    background-color: #ffdc2d;
    background-position: 0 -134px;
    /*background-image: url('assets/images/liSidbarActive.png');*/
}
.ul-sidebar .inner-ul {
    display: none;
}
.ul-sidebar .inner-ul .active-page {
    display: block;
}
.ul-sidebar .innerLine.active-page {
    background-color: #deddda;
    text-decoration: underline;
}
.lineOfBusines ul li.innerLine {
    padding-left: 28px !important;
    background-color: #e9e8e4;
    border-bottom: 2px solid #fff;
}
.innerLine span {
}
.wrap-pr-news .va-slice {
    position: relative;
}
.wrapper-media {
    padding: 0 0 0 55px ;
}
.wrapper-media div {
    padding: 0;
}
.wrap-media-gallery .gallery-products {
    padding: 0;
}
.wrap-media-gallery .gallery-products .item {
    padding: 8px ;
}
.wrap-media-gallery .gallery-products .item:first-child ,
.wrap-media-gallery .gallery-products .item:nth-child(3n+4) {
    padding-left: 0;
    padding-right: 14px;
}
.wrap-media-gallery .gallery-products .item:nth-child(3n) {
    padding-right: 0;
    padding-left: 14px;
}
.sidebar-media {
    padding: 0;
}
.sidebar-media h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.sidebar-media ul li {
    background-image: url('assets/images/sidbar-media.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -112px ;
    padding: 10px 0 10px 27px;
    border-bottom: 1px solid #ececec;
    list-style: none;
}
.sidebar-media ul li.active {
    background-color: #ffdc2d;
    background-position: 0 7px ;
}
.sidebar-media ul li a {
    font-size: 17px;
    color: #000;
}
.sidebar-media ul {
    padding: 0;
}
.wrapper-media h2 {
    margin: 0 0 19px 0;
    color: #000;
}
.wrap-pr-news .new {
    background-color: #f8f8f8;
    padding: 25px;
    overflow: auto;
    margin-bottom: 12px;
}
.wrap-pr-news .new a.pdf,
.wrap-pr-news .new a.next-link {
    margin-bottom: 0;
}
.wrap-pr-news .new h4 {
    line-height: 1;
    margin: 6px 0 ;
}
.wrap-pr-news .new .title {
    margin-top: 0 ;
    font-weight: 600;
}
.wrap-pr-news .new p {
    margin-bottom: 2px;
}
.wrap-pr-news .image {
    padding-right: 25px;
}
.wrap-pr-news img {
    max-width: 100%;
}
.single-pr-new .wrap-pr-news h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.single-pr-new .wrap-pr-news p {
    margin-bottom: 15px;
}
.wrap-media-gallery a.lineDiv {
    width: 220px;
    max-width: 100%;
}
.wrap-media-gallery a.lineDiv img {
    max-width: 100%;
}
.all-image-gallery img {
    max-width: 100%;
}
.all-image-gallery .image-gallery {
    margin-bottom: 25px;
}
.wrap-event-exhibition h4 {
    font-weight: 600;
}
.wrap-event-exhibition .new {
    background-color: #f8f8f8;
    overflow: auto;
    margin-bottom: 12px;
}
.wrap-event-exhibition .new .image,
.wrap-event-exhibition .new .inner .text,
.wrap-event-exhibition .new .inner .wrap-pdf {
    padding: 25px 0;
}
.wrap-event-exhibition .new .inner .wrap-pdf {
    background-color: #f0efef;
    padding-left: 15px;
}
.wrap-event-exhibition .new .inner .wrap-pdf .pdf:last-child {
    margin-bottom: 0;
}
.wrap-event-exhibition .new .image {
    padding: 25px;
}
.wrap-event-exhibition .new .image img {
    max-width: 100%;
}
.wrap-event-exhibition-single h2 {
    margin: 0 0 28px 0;
}
.wrap-event-exhibition-single h4 {
    font-size: 19.84px;
    color: #000;
    margin: 0 0 25px 0;
}
.wrap-event-exhibition-single p {
    margin-bottom: 20px;
}
.wrap-event-exhibition .new .left-new {
    padding-left: 25px !important;
    width: 72.333333%;
}
.wrap-event-exhibition .new .right-new {
    width: 27.666667%;
}
.wrap-event-exhibition-single .brochures {
    border-top: 1px solid #e0e0e0;
    margin-top: 25px;
    padding-top: 32px;
}
.template-media {
    padding-bottom: 40px;
    /*min-height: 800px;*/
}
.lineOfBusines.center {
    text-align: center;
}
.header-main .homeSlider .slideWrap .bottomSlide a:hover,.BoxHome .readMore:hover,.contact .button input:hover {
    background-color: #f9d006;
}
.imageWarrap {
    max-width: 231px;
    max-height: 150px;
    overflow: hidden;
}
.gallery-products .imageWarrap {
    max-width: 211px;
    max-height: 137px;
    overflow: hidden;
}
a.lineDiv .imageWarrap img {
    transition: all 0.5s;
    max-width: 110%;
    width: 100%;
}
a.lineDiv:hover .imageWarrap img {
    width: 110%;
    transition: all 0.5s;
}
a.lineDiv.pdf .icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-image: none;
    width: 41px;
    height: 42px;
    max-width: 100%;
}
.ubermenu a:hover .ubermenu-target-text {
    color: black;
}
.slider400  .slick-prev,.slider400  .slick-next{
    z-index: 99;
    position: absolute;
    top: -30px;
    height: 42px;
    width: 23px;
    /*transform: rotate(90deg);*/
    right: 5px;
}
.slider400  .slick-prev{
    background-image: url('assets/images/btn-prev.png');
    right: 24px;
    left: auto;

}
.slider400 .slick-disabled{
    opacity: 0.25;
}
.slider400  .slick-next{
    background-image: url('assets/images/btn-next.png');
}
.col-md-9 >h2 {
    color: #6d6f71;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
}
h2.h2News {
    display: inline-block;
}
select.prYears {
    float: right;
    margin-top: 10px;
    width: 150px;
}
/*a.lineDiv.pdf .imageWarrap {
    background: #f7f3f3;
    text-align: center;
    padding: 10px 0;
    max-height: 206px;
}

a.lineDiv.pdf .imageWarrap img {
    width: auto;
    height: 143px;
}
*/
a.lineDiv.pdf span {
    background-color: #8d8d8d;
    color: white;
    text-align: left;
    padding-left: 11px;
    padding-top: 5px;
}
.all_results h2 {
    text-align: left;
    margin-bottom: 0;
    text-transform: inherit;
}

.all_results h2::after {
    display: none;
    content: "";
}
.all_results ul {
    list-style: none;
    padding-left: 0;
}

.all_results ul p:first-child {
    color: #6381aa;
    font-weight: bold;
    margin-bottom: 2px;
}

.all_results ul li {
    margin-bottom: 14px;
}
a.lineDiv.pdf {
    margin-bottom: 12px;
    position: relative;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-submenu.ubermenu-submenu-type-mega {
    background-size: auto 271px !important;
    background-color: rgba(235,235,235,0.95)!important;
    background-position: 27.8% 29px !important;
    min-height: 324px;
}
.fancybox-title.fancybox-title-inside-wrap {
    font-size: 20px;
    color: black;
    text-align: center;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    background-image: url('assets/images/sidbar-media.png')!important;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -112px;
    padding: 9px 0 6px 27px;
    text-align: left;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target.ubermenu-target-with-image {
    background-image: none!important;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target:hover {
    background-position: 0 7px;
    color: #231f20;
}
.social img.hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.social a {
    position: relative;
    display: inline-block;
}

.social a:hover img.hover {
    opacity: 1;
}

.social a:hover img {
    opacity: 0;
}
.wrap-media-gallery a.lineDiv:nth-child(3n) {
    margin-right: 0;
}
*::selection {
    background-color: #ffdc2d;
    color: #004b8e;
}
body.hebrew_page {
    text-align: right;
    direction: rtl;
}
body.hebrew_page .collapse.navbar-collapse{
direction: ltr;
}
.hebrew_page .sidebar {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.hebrew_page .lineOfBusines ul li {
    background-position: 96% -112px;
    padding: 10px 27px 10px 0px;
    background-image: url('assets/images/sidbar-media-heb.png');
}
li.active-cat {
    background-color: #ffdc2d;
}
.hebrew_page .ul-sidebar .cat-li {
    background-position: 97% 0;
}

.hebrew_page .ul-sidebar .cat-li.active-cat {
    background-position: 96% -134px;
}
@media(max-width: 1676px) {
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765{
        padding: 0 18% 0 43.5%;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding: 0 14.5% 0 21%;
    }
}
@media(max-width: 1660px) {
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {
        padding: 0 16% 0 44%;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding: 0 14.5% 0 21.5%;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 78.5% 0;
    }
}
@media(max-width: 1480px) {
    .ubermenu .ubermenu-active > .ubermenu-submenu.submenu-image-left {
        padding: 0 0% 0 50%;
    }
    .menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
        background-size: auto 245px !important;
        padding-bottom: 0px !important;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding:  0 14%;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 82% 0;
    }
    .search-wrapper.width {
        width: 70%;
    }
    .main-menu {
        width: 70%;
    }
    .navbar-header {
        width: 25%;
    }
    .main-menu ul li a {
        padding: 12px 22px;
    }
    .main-menu ul li:first-child a {
        padding-left: 0;
    }
}
@media(max-width: 1360px) {
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding: 0 10.5%;
    }
    .menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
        background-size: auto 232px !important;
    }
}
@media(max-width: 1290px) {
    .ubermenu .ubermenu-active > .ubermenu-submenu.submenu-image-left {
        padding: 0 0% 0 50%;
    }
    .menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
        background-position: 14.8% 29px !important;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding:  0 10%;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 87% 0;
    }
    .search-wrapper.width {
        width: 75.5%;
    }
    .main-menu {
        width: 75.5%;
    }
    .navbar-header {
        width: 20%;
    }
    .slick-dots {
        bottom: 8px;
    }
    .Events {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }
    .homeBottom {
        padding: 3% 15px;
    }
    footer {
        padding: 30px 15px 60px 15px;
    }
}
@media(max-width: 1195px) {
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding:  0 6%;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 90% 0;
    }
}
@media(max-width: 1140px) {
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding:  0 3%;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73{
        background-position: 92% 0;
    }
    .main-menu ul li a {
        padding: 12px 16px;
        font-size: 16px;
    }
    .fontSizes {
        margin-right: 15px;
    }
    .fontSizes p {
        padding: 0 5px;
    }
}
@media(max-width: 1092px) {
    .navbar-brand {
        margin-right: 0px;
    }
    .main-menu {
        width: 78.5%;
    }
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {}
    .menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
        background-size: auto 219px !important;
        background-position: 5.8% 29px !important;
    }
    .ubermenu .ubermenu-active > .ubermenu-submenu.submenu-image-left {
        padding: 0 10% 0 20%;
        background-image: none!important;
    }
}
@media(max-width: 1050px) {
    .main-menu ul li a, .main-menu ul li .ubermenu-target {
        padding: 12px 25px;
    }
}
@media(max-width: 1024px) {
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {
        padding: 0 4% 0 33%;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        padding: 0 0 0 2.5%;
    }
    .navbar-default .navbar-collapse {
        padding-right: 0;
    }
    .main-menu ul li a,
    .main-menu ul li .ubermenu-target {
        padding: 12px 22px;
        font-size: 14px;
    }
    .ubermenu .ubermenu-target {
        padding: 14px 20px;
    }
    .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
        width: 85%;
    }
}
@media(max-width: 980px) {
    .lineOfBusines a:nth-child(4n) {
        margin-right: 0.5%;
    }

    .lineOfBusines a:nth-child(3n) {
        margin-right: 0;
    }

    .lineOfBusines {text-align: center;}

    .brochures > div a.lineDiv:nth-child(4n) {
        margin-right: 0.5%;
    }

    .brochures > div a.lineDiv:nth-child(3n) {
        margin-right: 0;
    }

    .brochures > div {
        text-align: center;
    }
    .search-wrapper.width {
        width: 71.5%;
    }
    .main-menu {
        width: 71.5%;
    }
    .navbar-header {
        width: 24%;
    }
    .catText {
        padding-left: 15px;
    }
    h1.title .container {
        padding: 16px 15px;
    }
    .right-cat {
        padding-right: 15px;
    }
    .lineOfBusines {
        padding: 0 15px;
    }
    a.lineDiv {
        margin-right: 0.5%;
    }
    .contentImage, .contentImage img {
        max-width: 100%;
    }
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {
        padding: 0 4% 0 35%;
    }
}
@media(max-width: 890px) {
    .main-menu {
        width: 74.5%;
    }
}
@media(max-width: 870px) {
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 96.8% 0;
    }
    .search-wrapper.width {
        width: 72%;
    }
    .main-menu {
        width: 72%;
    }
    .navbar-header {
        width: 24.5%;
    }
    .main-menu ul li a,
    .main-menu ul li .ubermenu-target {
        padding: 12px;
        font-size: 12px;
    }
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {
        padding: 0 5% 0 38%;
    }
}
@media(max-width: 800px) {
    .menu-about-us ul.ubermenu-submenu.ubermenu-submenu-id-765 {
        background-size: auto 206px !important;
    }
    .navbar-header {
        width: 24.5%;
    }
    .search-wrapper.width {
        width: 73%;
    }
    .main-menu {
        width: 73%;
    }
    .navbar-default .navbar-collapse {
        padding: 0;
    }
    nav.main-menu ul::after {
        left: -55px;
    }
    .main-menu ul li:first-child a {
        padding-left: 0;
    }
    /*.main-menu ul li a {*/
        /*padding: 12px 7px;*/
        /*font-size: 13.3px;*/
    /*}*/
    .homeBottom .box .bottom {
        padding: 15px;
    }
    .homeBottom .box a .bottom h3 {
        font-size: 15.63px;
    }
    .homeTitle {
        font-size: 20px;
    }
    /*a.lineDiv {
        margin-right: 4.1%;
    }*/
    .lineOfBusines a:nth-child(3n) {
        margin-right: 0;
    }
   /* .lineOfBusines a:nth-child(4n) {
        margin-right: 4.1%;
    }*/
}
@media(max-width: 768px) {
    .main-menu ul li a {
        padding: 12px 8px;
        font-size: 12px;
    }
   /* a.lineDiv {
        margin-right: 2.4%;
    }
    .lineOfBusines a:nth-child(4n) {
        margin-right: 2.4%;
    }*/
}
@media(max-width: 767px) {
    #breadcrumbs {
        padding-left: 15px;
    }
    .bro h1 {
        padding-left: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #000;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
    .wrapper-media {
        padding: 0 15px 0 15px;
    }
    .navbar-default .navbar-collapse {
        padding: 0;
        max-height: 1000000px;
        /*padding: 0 33px;*/
        background: rgba(0, 0, 0, 0.07);
    }
    .ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-id-765 {
        padding: 0;
    }
    .navbar-default .navbar-toggle .icon-bar:first-child {
        transform: rotate(45deg);
        /*transition: all 0.3s;*/
        display: block;
    }
    .navbar-default .navbar-toggle .icon-bar:last-child {
        transform: rotate(-45deg);
        display: block;
        margin-top: -2px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        display: none;
        width: 30px;
    }
    .navbar-default .navbar-toggle {
        min-height: 34px;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar:first-child {
        transform: rotate(0deg);
        transition: all 0.3s;
        display: block;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
        border: 0!important;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar:last-child {
        transform: rotate(0deg);
        display: block;
        margin-top: 4px;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
    }
    .navbar-default .navbar-toggle {
        min-height: 34px;
    }
    nav.navbar-collapse.main-menu.in {
        background: transparent;
    }
    .wrap-pr-news .image {
        margin-bottom: 10px;
    }
    .gallery-products {
        text-align: center;
    }
    .base-page .container {
        padding: 0 15px;
    }
    .wrap-event-exhibition .new .inner .wrap-pdf .pdf:last-child {
        display: inline-block;
        padding: 10px;
    }
    .wrap-event-exhibition .new .inner .wrap-pdf {
        min-height: 0px!important;
        padding: 0;
    }
    .sidebar-media {
        padding: 0 15px;
    }
    .slider400 .slick-prev, .slider400 .slick-next {
        top: -51px;
        transform: rotate(-90deg);
        right: 16px;
    }
    .slider400 .slick-prev {
        top: -35px;
    }
    .homepage .BoxHome .Events .slick-prev, .homepage .BoxHome .Events .slick-next{
        right: 18px;
        top:43px;
    }
    .homepage .BoxHome .Events .slick-prev {
        right: 36px;
    }
    .BoxHome .news .new {
        max-height: 418px;
        min-height: 418px;
    }
    .wrap-event-exhibition .new .left-new,
    .wrap-event-exhibition .new .right-new {
        width: 100%;
    }
    nav.main-menu .ubermenu-nav:after {
        display: none;
    }
    .ubermenu-bar-align-left {
        float: none;
    }
    .ubermenu .ubermenu-item {
        display: block;
        float: none !important;
        text-align: center;
    }
    ul.ubermenu-submenu.ubermenu-submenu-drop {
        position: relative !important;
        margin-top: 0 !important;
    }
    .ubermenu .ubermenu-submenu.ubermenu-submenu-id-73 {
        background-position: 96% 0;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-1-6 {
        width: 50%;
    }
    .main-menu {
        background-color: white;
    }
    .main-menu ul li a, .main-menu ul li .ubermenu-target {
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    /*.navbar-collapse {*/
        /*min-height: 415px;*/
    /*}*/
    #open-search {
        display: none;
    }
    .top-menu ul li a {
        border-right: 0;
    }
    .navbar-brand {
        margin-top: 7px;
        padding-left: 15px;
    }
    .navbar-header {
        width: 50%;
    }
    .navbar-default .navbar-brand {
        float: left;
    }
    .menu-none-collapse {
        display: none;
    }
    .menu-collapse {
        display: block;
    }
    .social, .fontSizes {
        float: none;
        text-align: center;
    }
    .fontSizes p {
        margin: 0;
    }
    .navbar-toggle {
        margin-top: 10px;
        border: 0!important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #004b8e;
    }
    /*.navbar-default .navbar-toggle .icon-bar {*/
    /*background-color: #004b8e;*/
    /*}*/
    .navbar-header {
        float: left;
    }
    .main-menu {
        float: none;
        width: 100%;
        text-align: center;
    }
    .navbar-nav {
        margin: 0;
    }
    .top-menu ul {
        float: none;
        text-align: center;
    }
    .top-menu ul li {
        padding: 0px 0;
    }
    .main-menu ul li a {
        text-align: center;
        padding: 8px;
    }
    .clear {
        display: block;
    }
    .BoxHome .news {
        padding: 0px !important;
    }
    .BoxHome .Events {
        padding: 20px !important;
    }
    .homeBottom .box, .homeBottom .box:last-child, .homeBottom .box:first-child {
        padding: 15px 5px 0 5px;
    }
    .Event {
        margin: 0 auto;
    }
    .homeBottom .box .inner {
        margin: 0 auto;
    }
    .slide-inner{
        border-left: 0;
    }
    .slide-inner2 {
        border-bottom: 0;
    }
    .BoxHome .news .new .text {
        max-height: 1000px;
        min-height: 0;
    }
    .BoxHome .news {
        padding: 0 0px !important;
    }
    .BoxHome .news .new .date {
        display: inline-block;
        width: 65px;
        padding-left: 15px;
    }
    .BoxHome .news .new .date span {
        display: block;
    }
    .bottomSlide{
        display: none;
    }
    h1.title span{
        height: 9px;
    }
    h1.title .container {
        padding: 3px 15px;
        font-size: 33px;
    }
    .slider img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }

    .slider {
        overflow: hidden;
    }
}
@media(max-width: 480px) {
    .slick-dots li button{
        height: 15px;
        width: 15px;
    }
    .slick-dots li{
        width: 15px;
        height: 15px;
    }
    h1.title .container {
        font-size: 17px;
    }

    h1.title span {
        height: 4px;
    }

    h1.title {
        margin-top: 0;
    }
    .bro h1 {
        text-align: center;
    }
    .slider img {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
        max-width: 100%;
        margin-left: 0;
    }

    .slider {
        overflow: hidden;
    }
    .header-main .homeSlider .slideWrap img {
        max-width: 150%;
        width: 140%;
        margin-left: -20%;
    }
    .BoxHome .news h4 {
        font-size: 17.84px;
    }

    footer ul li a {
        padding: 0 12px;
    }
    footer ul {
        padding: 0;
    }
    .lineOfBusines {
        text-align: center;
    }
    .contentImage {
        margin-bottom: 20px;
    }
    .BoxHome .news .new {
        padding: 16px 0 2px 0;
    }

    .BoxHome .news .new {
        overflow: hidden;
    }
    .va-nav span.va-nav-next {
        left: 60%;
    }
    .Event {
        padding-top: 20px !important;
    }

}
@media(max-width: 360px) {

}
@media(max-width: 320px) {

}
