.socialLinks{
    list-style: none;
	padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.socialLinks li{
    display: inline-block;
}

.socialLinks > li > a, .socialLinks > li > a:visited{
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #cecece;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.socialLinks > li > a:hover, .socialLinks > li > a:focus{
    color: #666;
}

/*
.socialLinks svg{
    width: 25px;
    height: 25px;
}

.socialLinks li path, .socialLinks li polygon, .socialLinks li rect, .socialLinks li circle, .socialLinks li ellipse, .socialLinks li line, .socialLinks li polyline{
    fill: #C0BFBF;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialLinks li:hover path, .socialLinks li:hover polygon, .socialLinks li:hover rect, .socialLinks li:hover circle, .socialLinks li:hover ellipse, .socialLinks li:hover line, .socialLinks li:hover polyline{
    fill: #ffffff;
}*/

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .socialLinks {
        padding-left: 0;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}

.topMenu {
    height: 140px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
}

.mobile-navbar-background {
    z-index: 20;
    background: white;
}

.nav-icon {
  margin: 20px;
  width: 35px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #999;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 9px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-icon.active:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg);
}

.nav-icon.active:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg);
}

.nav-icon.active div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.navbar-header{
    height: 80px;
    display: table;
}

.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    outline: inherit;
}

.topMenu .navbar-nav > li > a{
    font-size: 18px;    padding: 30px 20px;
    color: black;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.redbtn {
    display: inline-block;
    padding: 10px 20px;
    background: #BE1E2D;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 17px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: rtl;
    vertical-align: top;
    border: solid 2px #BE1E2D;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.redbtn:hover, .redbtn:visited, .redbtn:active {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: transparent;
    color: #BE1E2D;
    border: solid 2px #BE1E2D;
}

.redbtnMobile {
    display: block;
    margin: 0 auto;
    width: 160px;
    padding: 10px 20px;
    background: #BE1E2D;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 17px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: rtl;
    vertical-align: top;
    border: solid 2px #BE1E2D;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.redbtnMobile:hover, .redbtnMobile:visited, .redbtnMobile:active {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: transparent;
    color: #BE1E2D;
    border: solid 2px #BE1E2D;
}

.topMenu .navbar-nav>li>a {
    line-height: 80px;
}

.topMenu .navbar-nav > li > a:hover, .topMenu .navbar-nav > li > a:focus{
    outline: 0;
    color: #3ab8ce;
    /*background-color: #444;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #3ab8ce;
    background-color: #fff;
}

.topMenu .menuItem a:hover ~ .submenu, .topMenu .menuItem a:focus ~ .submenu, .topMenu .menuItem a:active ~ .submenu{
    visibility: visible;
    opacity: 1;
}

.topMenu .menuItem:focus{
    text-decoration: underline;
}

.topMenu .navbar-nav{
    position: relative;
    margin-right: 20px;
    padding-right: 0;
}

.navbar-right{
    margin-right: 0px;
    float: left!important;
}

.navbar-left{
    margin-left: 0px;
    float: left!important;
}

.topMenu .submenu{
    padding: 0px;
    margin: 0px;
    min-width: 220px;
    position: absolute;
    top: 140px;
    z-index: 11;
    opacity: 0;
    height: auto;
    width: 100%;
    visibility: hidden;
    border-top: 4px solid #3ab8ce;
    border-bottom: 4px solid #3ab8ce;
}

.topMenu .submenu.open{
    visibility: visible;
    opacity: 1;
}

.topMenu .submenu li:last-child{
    border-bottom: none;
    overflow: hidden;
}

.topMenu .submenu:hover, .topMenu .submenu:focus, .topMenu .submenu:active{
    visibility: visible;
    opacity: 1;
}

.submenu li {
    list-style: none;
}

.topMenu .submenu li a, .topMenu .submenu li a:visited{
    background-color: #fff;
    color: #575757;
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.topMenu .submenu li a:hover, .topMenu .submenu li a:focus, .topMenu .submenu li a:active{
    background-color: #3ab8ce;
    text-decoration: underline;
    color: #fff;
}

.topMenu .navbar-brand{
    height: auto;
    padding: 0;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.topMenu .navbar-brand img{
    height: 100px;
    padding-right: 10px;
    margin-top: 20px;
}


.topMenu .websiteLogo a:hover, .topMenu .websiteLogo a:focus{
    background: none !important;
}

li.websiteLogo a{
    padding: 0;
}

.websiteLogo img{
    max-height: 90px;
    padding:0px 0px;
    margin: 0 auto;
}

.topMenu .navbar-nav li.homeIcon > a, li.homeIcon > a:visited{
    padding: 30px 0 0 30px;
    border: none;
}

.topMenu .navbar-nav li.homeIcon img{
    height: 28px;
}

.langAndSearch{
    font-size: 0px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #FFF;
}

#top_menu_mobile .panel{
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none !important;
}

.menuSocialBtns{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 90px;
    background-color: white;
}


/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .navbar-nav > li > a{
        padding: 10px;
    }

    .websiteLogo img{
        padding:0px 0px;
    }
    .websiteLogo a{
        padding: 0px;
    }

    .topMenu .navbar-nav > li > a{
        padding: 30px 15px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:991px){

    .top-menu-shadow {
        height: 72px;
    }

    .topMenu {
        background-color: rgba(255,255,255,1);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .websiteLogo img{
        padding:0px 0px;
    }

    .websiteLogo a{
        padding: 0px;
    }

    /* FORCE COLLAPSE */
    .navbar-header {
        float: none;
        height: 72px;
        padding-right: 15px;
    }

    .navbar-toggle{
        display: block;
        position: absolute;
        left: 0px;
        top: 0;
        padding: 0;
        margin: 0;
        width: 72px;
        height: 72px;
        border: none;
        border-radius: 0;
        text-align: center;
        color: #000;
        font-size: 32px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* END FORCE COLLAPSE */

    .topMenu .searchBox{
        width: 95%;
        height: 35px;
        margin: 0 auto 10px auto;
        padding: 0px;
    }
    .topMenu .searchBox input{
        height: 35px;
        padding-left: 34px;
    }

    .topMenu .formSearchButton{
        font-size: 18px;
        left: 10px;
        top: 6px;
    }

    .topMenu .searchForm{
        margin-top: 10px;
    }

    .topMenu {
        z-index: 75;
        height:72px;
        padding-bottom: 0px;
        padding-top: 0px;
        top: 0;
        left: 0;
        right: 0;
    }

    .topMenu .navbar-brand{
        padding: 0;
    }


    /* mobile menu */
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
        max-height:auto;
    }

     #bs-example-navbar-collapse-1 {
        margin-top: 0px!important;
        background-color: #fff;
        box-shadow: none;
        border: none;
     }

      .panel-group {
        margin-bottom: 0px;
      }

      #top_menu_mobile{
          z-index: 1000;
          width: 100%;
          overflow-y: scroll;
          height: auto;
          padding-bottom: 40px;
          border-bottom: 1px solid #b3b3b3;
          background-color: #fff;
      }

      #top_menu_mobile .panel-heading {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color:#333;
        font-size:22px;
        background: none;
        border: none;
        padding: 0px;
      }

      #top_menu_mobile .panel-title > li{
        padding:10px 15px;
      }

      #top_menu_mobile .submenuArrow span{
        font-size:20px;
        color:white;
      }

      #top_menu_mobile .panel-body{
          width: 100%;
          padding:0px 0;
      }

      #top_menu_mobile .panel-group .panel + .panel {
        margin-top: 0px;
      }

      #top_menu_mobile .panel-group .panel {
        border-radius: 0px;
      }

      #top_menu_mobile .panel-default {
        border:none;
      }

      #top_menu_mobile .panel-title > a {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        outline:inherit;

      }

      #top_menu_mobile .panel-title > a:hover,#top_menu_mobile .panel-title > a:active,#top_menu_mobile .panel-title > a:focus {
        text-decoration: none;
        }

      #top_menu_mobile   .panel {
          margin: 0;
          background-color: #fff;
          border: none;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          text-align: right;
          padding-right: 100px;
      }

      #top_menu_mobile > ul{
        list-style-type: none;
        height:auto;
        width: 100%;
        padding: 0;
      }

      #top_menu_mobile > li{
        height: 30px;
        width: 100%;
        margin-top: 10px;
        padding-top: 8px;
        border-top: 1px solid #E3E3E3;
      }

      #top_menu_mobile  li a{
        height: 30px;
        width: 100%;
        margin-top: 10px;
        padding-top: 8px;
        color: #444;
      }
    /* end mobile menu */

     ul{
        margin-bottom: 10px;
        list-style-type: none;
        padding: 0;
        padding-right: 10px;
     }

    .websiteLogo img{
        padding:0px 0px;
    }

    .websiteLogo a{
        padding: 0px;
    }

    .navbar-right{
        float: inherit !important;
    }

    .topMenu .navbar-brand{
        float: none;
    }

    .topMenu .navbar-brand img{
        padding-right: 22px;
        width: 145px;
    }

    .topMenu > .container{
        padding: 0px;
        width: auto;
    }

    .panel-title{
        padding-left: 15px;
        padding-right: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }

    .menuWrap{
        display: none;
    }

    .menuWrap.active{
        margin-right: -15px;
        margin-left: -15px;
    }

    .menuTitle{
        display: none;
        color: #444;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        font-size: 26px;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .hiddenMenu {
        display: none!important;
    }

    #top_menu_mobile .panel-title > a.subMenuButton{
        color: #999999;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        outline: inherit;
        float: left;
        vertical-align: top;
        padding-bottom: -3px;
        margin-left: 15px;
    }

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:767px){
    #top_menu_mobile  .panel {
        margin: 0;
        background-color: #fff;
        border: none;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        text-align: right;
        padding-right: 5px;
    }
}



/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}.headerBar{
    background-color: #f8f8f8;
    color: #fff;
    padding: 15px 0;
}

.socialLinks{
    float: left;
}

.langButton{
    float: right;
}

.headerBar .sepLine{
    background-color: #fff;
    width: 1px;
    height: 20px;
    margin: 2px 16px 0 16px;
    float: left;
}
.headerBar .container{
    padding-right:15px;
    padding-left:15px;
}
.headerBar .searchForm{
    float: left;
    margin-bottom: 0px;
    margin-left: 15px;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){
    .headerBar .socialLinks, .headerBar .langButton, .headerBar .sepLine{
        display: inline-block;
        vertical-align: top;
    }
    .langButton{
        float:right;
    }
    .socialLinks{
        float:left;
    }

    .headerBar .searchForm{
        float: none;
        margin: 0px;
        display: none;
    }

    .headerBar .searchForm .searchBox{
        width: 100%;
    }

    .openSearchInputBtn{
        display: inline-block;
        width: 42px;
        height: 42px;
        padding: 0px;
        vertical-align: middle;
        background: none;
        border: none;
        color: #999;
        font-size: 20px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}
/* Language */
.langBtn{
    border: none;
    background: none;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: ltr;
    line-height: 42px;
    padding: 0px;
}

.langBtn > .fa{
    font-size: 22px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
}

.langBtn > .selectLangText{
    font-size: 14px;
    color: #666;
}

ul.langDrop{
    display: none;
    list-style-type: none;
    width: 180px;
    position: absolute;
    padding: 15px 0;
    background-color: #444;
    top: 50px;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 120;
}

ul.langDrop:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #444;
    border-width: 8px;
    margin-left: -8px;
}

ul.langDrop > li > a, ul.langDrop > li > a:visited{
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px;
    padding-left: 20px;
    font-size: 14px;
}

ul.langDrop > li > a:hover, ul.langDrop > li > a:focus{
    color: #fff;
    background-color: #666;
}


/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){
    ul.langDrop{
        width: 140px;
    }
    
    .langButton{
        float: none;
        text-align: center;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}.searchBox{
    width: 200px;
    height: 40px;
    position: relative;
    margin-top: 2px;
}

.searchBox label{
    margin: 0px;
}

/*start animation btn */

/*.searchInputTextt{
    color: #000000;
    height: 24px;
    width: 190px;
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    left: 31px;
    top: 1px;
    font-size: 14px;
    background-color:#ffffff;
}

.searchBox{
    width: 152px;
    height: 24px;
    position: relative;
    margin-top: 2px;
}
/*end animation btn */




.searchBox input{
    background: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    color: #202022;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 40px;
    padding: 0px;
    padding-right: 15px;
    padding-left: 25px;
    transition: all 0.2s ease;
}

.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background: #eee;
    color: #444;
    transition: all 0.2s ease;
}

.searchBox input:hover + .formSearchButton, .searchBox input:focus + .formSearchButton, .searchBox input:active + .formSearchButton{
    color: #444;
    transition: all 0.2s ease;
}

.formSearchButton{
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #777;
}



.searchBox input::-webkit-input-placeholder {
    color: #202022;
}

.searchBox input:-moz-placeholder { /* Firefox 18- */
    color: #202022;
}

.searchBox input::-moz-placeholder {  /* Firefox 19+ */
    color: #202022;
}

.searchBox input:-ms-input-placeholder {
    color: #202022;
}


.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background-color: #e3e3e3;
    color: #444;
}

.searchBox input:focus::-webkit-input-placeholder, .searchBox input:hover::-webkit-input-placeholder {
    color: #444;
}

.searchBox input:focus:-moz-placeholder, .searchBox input:hover:-moz-placeholder { /* Firefox 18- */
    color: #444;
}

.searchBox input:focus::-moz-placeholder, .searchBox input:hover::-moz-placeholder {  /* Firefox 19+ */
    color: #444;
}

.searchBox input:focus:-ms-input-placeholder, .searchBox input:hover:-ms-input-placeholder {
    color: #444;
}.footerAbout .aboutText{
    font-size: 18px;
    margin-bottom: 30px;
}

.footerAbout h5 a, .footerAbout h5 a:visited {
    color: #fbfbfb;
    font-size: 18px;
}

.footerAbout h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding-bottom: 20px;
}.breadCrumbs, .breadCrumbs a, .breadCrumbs a:hover, .breadCrumbs a:focus, breadCrumbs a:visited, .breadCrumbs a:active{
    color: #444!important;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
}.innerPageBar{
    background-color: #F0F0F0;
    margin-bottom: 23px;
	    padding-top:35px;
	    padding-bottom:35px;
}

.innerPageBar h1{
    color: #868686;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .innerPageBar h1, .breadCrumbs{
        text-align: center;
    }
    .innerPageBar{
	    padding-top:20px;
	    padding-bottom:20px;
	}
	#bs-example-navbar-collapse-1{
		margin-top:1px;
	}
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
	#bs-example-navbar-collapse-1{
		margin-top:11px;
    	background-color: #fff;
	}
}.footerNews h4{
    margin-bottom: 20px;
}

.footerNews ul{
    list-style-type: none;
    padding: 0px;
}

.footerNews ul li a, .footerNews ul li a:visited{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footerNews ul li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(106, 110, 112, 0.3);
}

.footerNews ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footerNews ul li a:hover, .footerNews ul li a:focus{
    text-decoration: underline;
    color: #3ab8ce;
}.slick-slider{
    margin-bottom: 20px;
}


.bigPic{
  margin-bottom: 15px;
}
.slick_gallery{
  margin-top:20px;
}
.slick-prev, .slick-next{
    position:absolute;
    background-color: rgba(83, 215, 228, 0.8);
    color: #fff;
    width: 46px;
    height:74px;
    top:0;
    outline:none;
    border:none;
    height: 100%;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-prev:hover, .slick-next:hover{
    background-color: rgba(0, 0, 0, 0.5);
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-prev{
  left:0px; 
}
.slick-next{
  right:0px;
}
.slickitem{
  margin:0px 0px;
  cursor:pointer;
  width:167px;
}

.slider-nav .slickitem{
  margin:0px 4px;
}

/*--------------------------                          Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------                          MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
  .slick-prev, .slick-next{
    position: absolute;
    font-size: 18px;
    background-color: rgba(83, 215, 228, 0.8);
    color: #fff;
    width: 28px;
    height: 74px;
    top: 0;
    outline: none;
    border: none;
    height: 100%;
  }   
}

/*--------------------------                           SM ( max 992 ) ----------------------*/
@media(max-width:992px){
  .slick-prev, .slick-next{
      position: absolute;
      font-size: 18px;
      background-color: rgba(83, 215, 228, 0.8);
      color: #fff;
      width: 28px;
      height: 74px;
      top: 0;
      outline: none;
      border: none;
      height: 100%;
  }
}

/*--------------------------                           XS ( max 768 ) ------------------*/
@media (max-width:768px){

  .slick-prev, .slick-next{
    font-size:20px;
    top:0;
  }

}

/*--------------------------                           max 480 ---------------------*/
@media (max-width:480px){
    
.slick-prev, .slick-next{
    font-size:18px;
      top:0;
    }

}.facebook_comments{

}.mobile_header{
	display: inline-block;
	height: 60px;
    background-color: #fff;
    position: relative;
    white-space: nowrap;
    margin-bottom: 3px;
}

.mobile_header ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.mobile_header .menuItemBtn, .mobile_header .menuItemBtn:visited{
	display: inline-block;
	width: 60px;
    max-width: 16.1vw;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 34px;
	color: #8f8f8f;
	background-color: #efefef;
	border: none;
	padding: 0px;
	vertical-align: top;
}

.mobile_header .menuItemBtn:hover, .mobile_header .menuItemBtn:focus{
	background-color: #444;
	color: #fff;
}

.mobile_header .menuItemBtn.active{
	background-color: #444;
	color: #fff;
}

.mobile_header .menuWindow{
	display: none;
	width: 83.4%;
	background-color: #444;
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 80;
}

.mobile_header .topMenuLink, .mobile_header .topMenuLink:visited{
    display: block;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #636363;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
    text-align: right;
}

.mobile_header .topMenuLink:hover, .mobile_header .topMenuLink:focus{
	background-color: #be202e;
}

.mobile_header .menuWindow > ul > li:last-child > a{
	border-bottom: none;
}

.mobile_header .menuWindow > ul > li.active{
	background-color: #be202e;
}

.mobile_header .submenu{
	display: none;
}

.mobile_header ul.submenu li a, .mobile_header ul.submenu li a:visited{
	display: block;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #636363;
    background-color: #962c35;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
    text-align: right;
}

.mobile_header ul.submenu li a:hover, .mobile_header ul.submenu li a:focus{
	background-color: #962c35;
}

.mobile_header .subMenuCollapseBtn{
	display: block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 38px;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mobile_header .subMenuCollapseBtn:hover, .mobile_header .subMenuCollapseBtn:focus{
	background-color: #be202e;
}

.mobile_header .menuWindow > ul > li{
	position: relative;
}

.mobile_header .subMenuCollapseBtn > i{
	-o-transition: 		transform 0.2s ease;
	-ms-transition: 	transform 0.2s ease;
	-moz-transition: 	transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	transition: 		transform 0.2s ease;
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

.mobile_header .subMenuCollapseBtn.active > i{
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}


.mobile_header .formSearchButton .fa{
    font-size: 22px;
    line-height: 18px;
    margin-left: 10px;
}


.mobile_header .searchWrap{
    position: relative;
}

.mobile_header .searchWrap .searchBox{
    width: 100%;
    height: auto;
}

.mobile_header .searchWrap .searchInput{
	display: block;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    height: 50px;
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 10px;
    font-size: 20px;
    margin-top: 8px;
    color:#000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mobile_header .searchWrap .searchInput:focus{
	outline: none;
	border-color: #be202e;
}

.mobile_header .searchBtn{
    display: block;
	position: absolute;
    left: 8px;
    top: 0;
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 22px;
    line-height: 50px;
    vertical-align: middle;
  
}
.mobile_header .searchBtn .fa{
    color: #868686;

    }

.mobile_header .searchBtn:hover, .mobile_header .searchBtn:focus{
	background-color: #be202e;
	color: #fff;
}

.mobile_header ul.menuItems{
	
}


.mobile_header ul.menuItems li{
	display: inline-block;
}


.mobile_header .langWindow{
	display: none;
	width: 83.4%;
	background-color: #444;
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 80;
}

.mobile_header .langWindow ul > li > a, .mobile_header .langWindow ul > li > a:visited{
    display: block;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #636363;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
}

.mobile_header .langWindow ul > li > a:hover, .mobile_header .langWindow ul > li > a:focus{
	background-color: #be202e;
}


.mobile_header .shareWindow{
	display: none;
	width: 83.4%;
	background-color: #444;
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 80;
}

.mobile_header .shareWindow ul > li > a, .mobile_header .shareWindow ul > li > a:visited{
    display: block;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #636363;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
    text-align: right;
}

.mobile_header .shareWindow ul > li > a:hover, .mobile_header .shareWindow ul > li > a:focus{
	background-color: #be202e;
}

.mobile_header .shareIcon{
	display: inline-block;
	margin-left: 10px;
    width: 40px;
    text-align: left;
}
.mobile_header .shareIcon .fa{
    text-align: right;
    padding-left: 10px;
}


.mobile_header .shareText{
	display: inline-block;
}

.mobile_header .contactToggleBtn:hover, .mobile_header .contactToggleBtn:focus{
	background-color: #be202e;
}

.mobile_header .increaseFontBtn{
    display: inline-block;
    background: none;
    border: none;
    width: 33.333333333%;
    height: 50px;
    font-size: 20px;
    vertical-align: middle;
    padding: 0px;
    border-bottom: 1px solid #636363;
}

.mobile_header .decreaseFontBtn{
    display: inline-block;
    background: none;
    border: none;
    width: 33.333333333%;
    height: 50px;
    font-size: 20px;
    vertical-align: middle;
    padding: 0px;
    border-bottom: 1px solid #636363;
}

.mobile_header .resetFontBtn{
    display: inline-block;
    background: none;
    border: none;
    width: 33.333333333%;
    height: 50px;
    font-size: 20px;
    vertical-align: middle;
    padding: 0px;
    border-left: 1px solid #636363;
    border-right: 1px solid #636363;
    border-bottom: 1px solid #636363;
}

.mobile_header .fontButtonsRow{
    font-size: 0;
}

.mobile_header .accessibilityWindow{
    display: none;
    width: 83.4%;
    background-color: #444;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 80;
}

.mobile_header .accessibilityWindow ul > li > a, .mobile_header .accessibilityWindow ul > li > a:visited, .mobile_header .accessibilityMenuBtn{
    display: block;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #636363;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
    background: none;
    text-align: right;
}

.mobile_header .accessibilityWindow ul > li > a:hover, .mobile_header .accessibilityWindow ul > li > a:focus, .mobile_header .accessibilityMenuBtn:hover, .mobile_header .accessibilityMenuBtn:focus{
    background-color: #be202e;
}

.mobile_header .accessibilityMenuBtn.active{
    background-color: #be202e;
}

.mobile_header .wazeBtn img{
    display: inline-block;
    vertical-align: -5px;
    width: 38px;
}

/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    

}

/*--------------------------  max 320 --------------------------*/
@media (max-width:320px){
    
    .mobile_header ul.menuItems{
        font-size: 0;
    }

    .mobile_header .menuItemBtn, .mobile_header .menuItemBtn:visited{
      
        width: 50px;
        height: 57px;
        max-width: 15.1vw;
       
    }

}

.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #3ab8ce;
}
.shareButton:hover , .shareButton:focus{
    background-color: #034e59;
}


.fonts_btn .fa{
    color: #ffffff;
}


ul.shareList{
    list-style-type: none;
    padding: 0px;
    background-color: #f8f8f8;
    margin-top: 16px;

}

ul.shareList li{
    border-bottom: 1px solid #ffffff;
    height: 50px;
}


ul.shareList li:last-child{





    border-bottom: none;
}

ul.shareList li a, ul.shareList li a:visited{
    color: #ffffff;
    text-decoration: none;
}

ul.shareList li a:hover, ul.shareList li a:visited{
    color: #ffffff;
    text-decoration: none;
}



ul.shareList li:hover .shareIcon, ul.shareList li:focus .shareIcon{
    background-color: #3ab8ce;
}

ul.shareList .shareIcon{
    height: 50px;
    background-color: #034e59;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 15px 0px 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
}

.shareIcon .fa{

}




.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    visibility: visible;
    opacity: 1;

}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 0px;
    padding: 0;
    z-index: 12;
    visibility:hidden;
    left: 60px;

}

.open {
    visibility: visible;
    opacity: 1;
}


.fonts_btn{
    padding-top: 8px;
}

.popupShareArrow{
    color: #324da0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -24px;
}

ul.shareList .shareText{
    margin-right: 16px;
    float: right;
    line-height: 50px;
    font-size: 12px;
    color: #494949;
}
ul.shareList .shareText:hover{
    margin-right: 16px;
    float: right;
    line-height: 50px;
    font-size: 12px;
    color: #3ab8ce;
}


/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .popupShare{
        right: 3px;
    }

    .popupShareArrow{
        left: inherit;
        right: 4px;
        color: #4469da;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}.widget_module{
	margin-bottom: 35px;
}

.widget_module .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
}.ptl h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c1c1c1;
}
.ptl ul{
	list-style-type: none;
    padding: 0px;
}
.ptl ul li{
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E6E6;
}
.ptl ul li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ptl ul li a {
    font-size: 14px;
    color: #363839;
}

.ptl ul li a:hover, .ptl ul li a:focus{
    text-decoration: underline;
}

 .ptl ul li .activeBold{
    font-weight: bold;
}.tabmenu{
	position: absolute;
	top: 0px;
	z-index: 99999;
	display: none;
	text-align: center;
	background-color: #000000;
	width: 400px;
	height: 20px;
	left: 100px;
}

.tabmenu a{
	color: #000000;
}

.tabmenu ul li ul{
	display: none;
}

.tabmenu li{
	list-style-type: none;
	width: 400px;
	z-index: 0;
	top: 0px;
	left: 0px;
	position: absolute;
}

.tabmenu li a{
	font-weight: bold;
	text-decoration: none;
	opacity: 0.0;
    	filter: alpha(opacity=0);
	color: #000000;
}


.tabmenu a:focus{
	opacity: 1;
   	filter: alpha(opacity=100);
	color: #ffff00 !important;
}

#BNagish {
	position: absolute;
	top: 152px;
	right: 0px;
	z-index: 999999;
}

#BNagishMenu {
	position: absolute;
	top: 0;
    width: 340px;
	right: 60px;
	display: none;
	background: #f1f1f1;
	padding: 0;
	color: #000;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    -1px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         -1px 2px 5px 0px rgba(50, 50, 50, 0.2);
}

#BNagishMenu a, #BNagishMenu a:visited{
	display: block;
	padding-right: 16px;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px
}

#BNagishMenu a.active, #BNagishMenu a.active:visited{
	color: #fff;
}

#BNagishMenu a:hover, #BNagishMenu a:focus, #BNagishMenu a:active{
    background-color: #444;
    color: #fff;
}

#BNagishMenu strong {
	display: block;
	padding: 0px 0px 0px 0px;
	padding-right: 16px;
	font-size: 18px;
}

#BNagishMenu span {
	display: block;
	padding: 0 16px 12px;
	font-size: 14px;
	color: #333;
}

#toggleBNagish {
    background: #444;
    text-align: center;
    color: #FFF;
    padding: 18px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 60px;
    height: 60px;
    border: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

#toggleBNagish #angle {
	margin-right: 5px;
}


.toggleBNagishSize {
    background: none repeat scroll 0 0 #141414;
    color: #e6e6e6;
    display: block;
    font-size: 16px;
    padding: 19px 0px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
}

#BNagish a:hover, #BNagish a:focus {
	background-color: #222;
	color: #fff;
}

#BNagish .active {
	font-weight: bold;
	background: #666;
	color: #fff;
}

#BNagish .webColors {

}

#BNagish .webColors:hover, #BNagish .webColors:focus{
    background: #444;
    color: #fff;
}

.Nagish-Inverted {
	filter: invert(1);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
}

.Nagish-Grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

#BNagish a#BNagish_Close{
    background: #444;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}


#BNagish a#BNagish_Close:hover, #BNagish a#BNagish_Close:focus, #BNagish a#BNagish_Close:active{
    background: #141414;
}

.firefoxTransformFix{
		-moz-transform-origin: 100% 0 0;
	}



/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:767px){
	.sizeControl{
		visibility: hidden;
	}
 
	#BNagishMenu{
		width: 215px;
		left:0px;
		right: initial;
		top: auto;
	    bottom: 0px;
	}

	#BNagish {
		display: none;
		/*position: fixed;
		width: 45px;
	    height: 45px;
		left: 0;
		right: auto;
		bottom: 0;
		top: auto;*/
	}

	#toggleBNagish{
		width: 45px;
		height: 45px;
	    border-radius: 14%;
	    padding: 10px;
	    background-color: #444;
	    margin-right: auto;
	    
	}
}.footer_form_2 .inputDiv .form-control{
    color:white;
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 14px;
    font-size: 17px;
    text-align: right;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control formInput::-webkit-input-placeholder,
.form-control formInput::-webkit-input-placeholder
{
  color:    #FF0000;
}

.form-control formInput:-moz-placeholder,
.form-control formInput:-moz-placeholder
{
  color:    #FF0000;
}

.footer_form_2 #ftr_Email{
    direction: ltr;
}

.footer_form_2 label:first-of-type{
    margin:0px;
    height:0px;
}

.footer_form_2 .commentsTextarea{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_form_2 .formInput::-webkit-input-placeholder {
    color: #484848;
    font-size:18px;
}

.footer_form_2 .footer_form_2 .formArea .smarg1_b{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.footer_form_2 .formInput:-moz-placeholder { /* Firefox 18- */
    color: #484848;
    font-size:18px;
}

.footer_form_2 .formInput::-moz-placeholder {  /* Firefox 19+ */
    color: #484848;
    font-size:18px;
}

.footer_form_2 .formInput:-ms-input-placeholder {
    color: #484848;
    font-size:18px;
}

.footer_form_2 .inputDiv{
    margin-bottom: 14px;
    color:white;
}

.footer_form_2 .formArea input[type="checkbox"] {
    display:none;
}

.footer_form_2 .formArea input[type="checkbox"] + label {
    display: inline-block;
    height: 35px;
    padding-top: 7px;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    padding-right: 30px;
    background: url(https://www.fkn.org.il/modulefile/footer_form/lib/images/uncheck.png) right no-repeat;
}

.footer_form_2 .formArea label {
    padding-right: 20px;
}
.footer_form_2 .formArea input[type="checkbox"]:checked + label {
    background: url(https://www.fkn.org.il/modulefile/footer_form/lib/images/check.png) right no-repeat;
}

.footer_form_2 .submitButton{
    border: 0px;
    background-color: #be202e;
    border: 1px solid #be202e;
    padding-top: 6px;
    padding-bottom: 16px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    height: 45px;
}

.footer_form_2 .submitButton:hover,  .submitButton:active{
    background-color: transparent;
    color: #be202e;
    border: 1px solid;
    color: #ffffff;

}

.footer_form_2 .inputDiv .form-control::-webkit-input-placeholder {
   color: white;
}

.footer_form_2 .inputDiv .form-control:-moz-placeholder { /* Firefox 18- */
   color: white;
}

.footer_form_2 .inputDiv .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

.footer_form_2 .inputDiv .form-control:-ms-input-placeholder {
   color: white;
}footer{
    position: relative;
    background-color: #282828;
    color:#fff;
}

.footerAbout {
    /*text-align: center;*/
    vertical-align: top;
    padding-top: 23px;
}

footer h4{
    color:#fff;
    margin-top: 30px;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a{
    color:#3ab8ce;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}
footer a:hover , footer a:active{
    color:#50b042;
}
footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #6a6e70;
    opacity: 0.3;
}
footer p {
    font-size: 17px;
}
.wrappfas{
    width: 100%;
    text-align: center;
}
.bottomCredit{
    text-align: right;
}

.bottomCredit a, .bottomCredit a:visited{
    text-align:left;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.bottomCredit a:hover{
    color: #3ab8ce;
}

.bottomCredit, .bottomCredit a{
    font-size: 14px;
    color:#eee;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .footerAbout, .footerNews, .footerPics, .footerForms, .contactFormsList{
        margin-bottom: 40px;
    }

    .bottomCredit{
        padding: 0px;
        text-align: center;
    }

    .footerSubtitle{
        margin-bottom: 25px;
}
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
     .footerAbout, .footerNews, .footerPics, .footerForms, .contactFormsList{
        margin-bottom: 0px;
    }
}.searchBox{
    width: 200px;
    height: 40px;
    position: relative;
    margin-top: 2px;
}

.searchBox label{
    margin: 0px;
}

/*start animation btn */

/*.searchInputTextt{
    color: #000000;
    height: 24px;
    width: 190px;
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    left: 31px;
    top: 1px;
    font-size: 14px;
    background-color:#ffffff;
}

.searchBox{
    width: 152px;
    height: 24px;
    position: relative;
    margin-top: 2px;
}
/*end animation btn */




.searchBox input{
    background: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    color: #202022;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 40px;
    padding: 0px;
    padding-right: 15px;
    padding-left: 25px;
    transition: all 0.2s ease;
}

.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background: #eee;
    color: #444;
    transition: all 0.2s ease;
}

.searchBox input:hover + .formSearchButton, .searchBox input:focus + .formSearchButton, .searchBox input:active + .formSearchButton{
    color: #444;
    transition: all 0.2s ease;
}

.formSearchButton{
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #777;
}



.searchBox input::-webkit-input-placeholder {
    color: #202022;
}

.searchBox input:-moz-placeholder { /* Firefox 18- */
    color: #202022;
}

.searchBox input::-moz-placeholder {  /* Firefox 19+ */
    color: #202022;
}

.searchBox input:-ms-input-placeholder {
    color: #202022;
}


.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background-color: #e3e3e3;
    color: #444;
}

.searchBox input:focus::-webkit-input-placeholder, .searchBox input:hover::-webkit-input-placeholder {
    color: #444;
}

.searchBox input:focus:-moz-placeholder, .searchBox input:hover:-moz-placeholder { /* Firefox 18- */
    color: #444;
}

.searchBox input:focus::-moz-placeholder, .searchBox input:hover::-moz-placeholder {  /* Firefox 19+ */
    color: #444;
}

.searchBox input:focus:-ms-input-placeholder, .searchBox input:hover:-ms-input-placeholder {
    color: #444;
}.social_links_footer {
    margin-top: 50px;
}



.social_links_footer .socialLinksFooter{
    list-style: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    padding-left: 20px;
}

.social_links_footer .socialLinksFooter .fa{
    color: #fff;
}
.social_links_footer .socialLinksFooter .fa:hover{
    color: #fff;
}

.social_links_footer .socialLinksFooter li{
    display: inline-block;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 9px;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 13px;
    padding-bottom: 9px;
    height: 44px;
    width: 44px;
    color: #fff;
    background-color: #3ab8ce;
}
.social_links_footer .socialLinksFooter li:hover, .social_links_footer .socialLinksFooter li:focus{
    background-color: #034e59;
}

/*.social_links_footer .socialLinksFooter > li > a, .socialLinksFooter > li > a:visited{
    font-size: 20px;
    color: #000000;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #ffd600;
    margin-right: 9px;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 13px;
    padding-bottom: 9px;
    height: 44px;
    width: 44px;
}
*/

.social_links_footer .socialLinksFooter > li > a:hover, .socialLinksFooter > li > a:focus{
    color: #fff;

}


ul {

    /*list-style-type: none;*/
}
/*
.socialLinksFooter svg{
    width: ;
    height: ;
}

.socialLinksFooter li path, .socialLinksFooter li polygon, .socialLinksFooter li rect, .socialLinksFooter li circle, .socialLinksFooter li ellipse, .socialLinksFooter li line, .socialLinksFooter li polyline{
    fill: ;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialLinksFooter li:hover path, .socialLinksFooter li:hover polygon, .socialLinksFooter li:hover rect, .socialLinksFooter li:hover circle, .socialLinksFooter li:hover ellipse, .socialLinksFooter li:hover line, .socialLinksFooter li:hover polyline{
    fill: ;
}*/

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .social_links_footer .socialLinksFooter {
        padding-left: 0;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}

