
.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: #ffffff;
}

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

.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: none;
}
.footerNews ul li a{
    color: #ffffff;
}.footerAbout .aboutText{
    font-size: 14px;
    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: 12px;
    color: #ffffff;
}




.slick_carousel_home  .slick_gallery{
  max-height: 450px;
}

.slick_carousel_home .slick-prev, .slick_carousel_home .slick-next{
  top:48px;
  position:absolute;
  font-size:72px;
  background-color: transparent;
  color:#e2e2e2;
  width:38px;
  height:104px;
  opacity:.8;
  outline:none;
  border:none;
}

.slick_carousel_home .slick-prev{
  left: -43px;
}
.slick_carousel_home .slick-next{
  right: -43px;
}

.slick_carousel_home .slickitem{
  width:100%;
  text-align:center;
  float:left;
}
.slick_carousel_home .slickitem a{
  display: inline-block;
}
.slick_carousel_home .slickitem img{
  max-width:200px;
  display: inline-block;
}
.slick_carousel_home .slick-slide img {
  display: inline-block;
}
.slick_carousel_home .slickitem a h3, .slickitem a:hover h3{       
    margin: 0px 15px 20px 15px;
    color: #222222; 
    font-weight: 400;
    margin-bottom: 8px;
    height: 60px;
}
.slick_carousel_home .slickitem a h4, .slickitem a:hover h4{
  color: #777777;
    font-weight: 300;
    height: 72px;       
    margin: 0px 15px 20px 15px;
}





/* PAUSE AND PLAY */
.slick_carousel_home .pause .svg, .slick_carousel_home .play .svg{
    width: 30px;
    height: 30px;
}

.slick_carousel_home .pause{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 180px;
    left: -18px;
    cursor: pointer;
}
.slick_carousel_home .pause img{
    width:33px;
}

.slick_carousel_home .pause:hover g:first-child *, .slick_carousel_home .pause:focus g:first-child *, .slick_carousel_home .pause:active g:first-child *{
    fill: #fff;
}

.slick_carousel_home .pause:hover g:last-child *, .slick_carousel_home .pause:focus g:last-child *, .slick_carousel_home .pause:active g:last-child *{
    fill: #000;
}

.slick_carousel_home .play{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 180px;
    left: -18px;
    display: none;
    cursor: pointer;
}
.slick_carousel_home .play img{
    width:33px;
}

.slick_carousel_home .play:hover g:first-child *, .slick_carousel_home .play:focus g:first-child *, .slick_carousel_home .play:active g:first-child *{
    fill: #fff;
}

.slick_carousel_home .play:hover path, .slick_carousel_home .play:focus path, .slick_carousel_home .play:active path{
    fill: #000;
}


.slick_carousel_home .imgWrap{
    position: relative;
    margin-bottom: 24px;
}

.slick_carousel_home .slickitem .overlayIcon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #ffffff;
    background: transparent;
}

.slick_carousel_home .imgWrap .overlayIcon:before{
    content: '\f0c1';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    font: 400 20px 'FontAwesome';
    line-height: 70px;
    text-align: center;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(20,20,20,0.85);
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slick_carousel_home .slickitem a:hover .overlayIcon:before, .slick_carousel_home .slickitem a:focus .overlayIcon:before{
    -moz-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
}

.slick_carousel_home .slickitem a:hover .overlayIcon, .slick_carousel_home .slickitem a:focus .overlayIcon{
    opacity: 1;
    transition:all .3s;
}




/*    --------------  max 992 ------------    */
@media (max-width:992px){
  .slick_carousel_home .imgWrap{
    margin-bottom: 16px;
  }
}
/*--------------------------  max 768 --------------------------*/
@media (max-width:768px){
  .slick_carousel_home .imgWrap{
    margin-bottom: 16px;
  }
   .slick_carousel_home .slick-prev{
    left:0px;
  }
  .slick_carousel_home .slick-next{
    right:0px;
  }

    .slick_carousel_home .play{
        left: 0;
    }

    .slick_carousel_home .pause{
        left: 0;
    }
}

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

  .slick_carousel_home{
    margin-left: 0px;
    margin-right: 0px;

  }
   .slick_carousel_home .slick-prev{
    left:-20px;
  }
  .slick_carousel_home .slick-next{
    right:-20px;
  }
  .slick_carousel_home .imgWrap{
    margin-bottom: 10px;
  }
  .slick_carousel_home .gfOverlayBorder{
      margin: 6px 6px;
      padding: 12px 15px;
      height: calc(100% - 16px);
  }
  .slick_carousel_home .slick-prev, .slick_carousel_home .slick-next{
    top:50px;
  }
  
}



.slick_banners{
    position: relative;
    /*overflow: hidden;*/
}

.slick_banners:after, .slick_banners:before{
    top: calc(100% - 2px);
	right: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}



.slick_banners .BannerImage {
    background-size: cover;
    display: table!important;
    text-align: center;
    vertical-align: middle;
    height: 100vh;
    padding: 0 500px;
    overflow: hidden;
}

.slick_banners .greyopacitybtn {
    display: inline-block;
    padding: 13px 22px 12px 22px;
    border: solid 2px #BE1E2D;
    background: #BE1E2D;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 18px;
    color: white;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: rtl;
    vertical-align: top;
}

.slick_banners .greyopacitybtn:hover {
    border: solid 2px #BE1E2D;
    background: transparent;
}

.slick_banners:before{
    border-color: rgba(194, 225, 245, 0);
	/* border-top-color: #BC2328; */
	border-width: 36px;
	margin-right: -36px;
}

.slick_banners .slick-prev {
    border: none;
    background: transparent;
    position: absolute;
    text-align: right;
    padding-right: 30px;
    margin-top: -40px;
    top: 50%;
    left: 0;
}

.slick_banners .slick-next {
    border: none;
    background: transparent;
    position: absolute;
    text-align: left;
    padding-left: 30px;
    margin-top: -40px;
    top: 50%;
    right: 0;
}

.slick_banners .slick-prev:hover {
    /* background: #CECDCD; */
}

.slick_banners .slick-next:hover {
    /* background: #CECDCD; */
}

.slick_banners .sectionTitle h1{
    text-align: center;
    color: #fff;

}

.slick_banners .slickCarousel{
    overflow: none;
}

.slick_banners .slickCarousel .slickItemText{
    display: table-cell;
    vertical-align: middle;
}

.slick_banners .slickCarousel .slickItemText h1{
    padding-bottom: 10px;
    text-align: center;
    height: 31px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

.slick_banners .slickCarousel .slickItemText h2{
    font-weight: 300;
    line-height: 1.2;
    font-size: 36px;
    color: white;
}

.slick_banners .slickCarousel .slick-dots{
    list-style-type: none;
    padding:0px;
}

.slick_banners ul.slick-dots{
    position: absolute;
    left: 50%;
    margin: 0;
    bottom: 5%;
    margin-left: -26px;
}

.slick_banners ul.slick-dots li{
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.slick_banners ul.slick-dots li.slick-active button{
    background-color: inherit;
    border: 2px solid #ffd600;
    height: 13px;
    width: 13px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}



.slick_banners ul.slick-dots li button:hover, .mostViewedBox ul.slick-dots li button:active, .mostViewedBox ul.slick-dots li button:focus{
    background-color: inherit;
    border: 2px solid #ffd600;
    height: 13px;
    width: 13px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.slick_banners  ul.slick-dots li button{
    list-style-type: none;
    border: none;
    display: block;
    cursor: pointer;
    font-size: 0px;
    height: 13px;
    width: 13px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.slick_banners .slick-slider{
    margin: 0;
}

.slick_banners .bannerContent{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 38px;
    height: 350px;
}

/* PAUSE / PLAY */
.slick_banners .pause{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    padding: 20px;
    width: 80px;
}

.slick_banners .pause:hover, .slick_banners .pause:focus, .slick_banners .pause:active{
    color: #fff;
    background-color: #2A2D31;
}

.slick_banners .play{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: black;
    padding: 20px;
    width: 80px;
}

.slick_banners .play:hover, .slick_banners .play:focus, .slick_banners .play:active{
    color: #fff;
    background-color: #2A2D31;
}

.innerbannerImg{
    height: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

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

    .slick_banners .BannerImage {
        padding: 0 350px;
    }

}

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

    .slick_banners .BannerImage {
        padding: 0 200px;
    }

}

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

    .slick_banners .BannerImage {
        padding: 0 100px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .slick_banners .display-mobile{
        display: block;
    }

    .slick_banners .pause{
        display: none;
    }

    .slick_banners .play{
        display: none;
    }

    .slick_banners{
        margin-top: 0;
    }

    .slick_banners .BannerImage {
        height: 450px;
        padding: 0 30px;
    }

    .slick_banners .NextPrev {
        width: 15px;
    }

    .slick_banners .slick-prev {
        top: inherit;
        bottom: 30px;
        padding-right: 20px;
    }

    .slick_banners .slick-next {
        top: inherit;
        bottom: 30px;
        padding-left: 20px;
    }



    .slick_banners .slickCarousel .slickItemText h1{
        font-size: 54px;
        padding-bottom: 10px;
    }

    .slick_banners .greyopacitybtn {
        margin-top: 30px;
    }
}

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

.slick_banners .slickCarousel .slickItemText h2{
    font-size: 24px;
}

}

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

}
.wide_gallery .gallery .item{
    position: relative;
    display:inline-block;
    width: 20%;
    border:none;
    padding:0px 0px;
    margin:0px 0px;
    font-size:0px;
    background-size: cover;
    margin: 5px;
}

.wide_gallery .gallery .item:after{
    padding-top: 100%;
    display: block;
    content: '';
}

.wide_gallery .gallery{
    font-size:0px;
    text-align: center;
}
.wide_gallery .grad {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.79) 10%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0px;
    display: block;
    z-index: 40;

}
.wide_gallery .wrappnName{
    bottom: 0px;
    position: absolute;
    z-index: 8000;
    width: 100%;
 
}
.wide_gallery .wrappnName:hover , .wrappnName:focus , .wrappnName:active {
    bottom: 0px;
    position: absolute;
    z-index: 8000;
    width: 100%;
 
}

.wide_gallery .overlay {
    line-height:286px;
    width: 96%;
    height: 96%;
    text-align: center;
    vertical-align: middle;
    transition: all .5s;
    position: absolute;
    opacity: 0;
    top: 2%;
    left: 2%;
    background-color: #222222;
    opacity: 0.0;
    overflow: hidden;
}

.wide_gallery .item:hover .overlay, .wide_gallery .item:focus .overlay{
    opacity: 0.83;
}

.wide_gallery .itemTitle{
    font-weight: 400;
    color: white;
    font-size: 30px;
    margin-top: 26px;
}

.wide_gallery .table{
    display: table;
    width: 100%;
    height: 100%;
}
.wide_gallery .wrap_more{
    display:none;
}
.wide_gallery .read_more{
    display:none;
}
/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

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

}

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

    .wide_gallery .gallery .item{
        width: 48%;
    }

    .wide_gallery .overlay{
        opacity: 1;
    }

    .wide_gallery .wrap_more{
        width: 100%;
        position: absolute;
        padding-top:20px;
        display:block;
    }

    .wide_gallery .read_more{
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        display: block;
        padding: 5px;
        background-color: #333;
        width: 120px;
        margin: 0 auto;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wide_gallery .itemTitle{
        padding-bottom:0px;
        color: #fff;
    }

    .wide_gallery .overlay {
    	background: rgba(255,255,255,0.4);
	}

}

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

    .wide_gallery .gallery .item{
        width: 96%;
    }


}

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

}.page_text .pageText{
    text-align: center;
}

.page_text h1{
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 11px;
}

.page_text h2{
    text-align: center;
    font-weight: 400;
    color: #333;
    font-size: 19px;
}
.g_items_home .g_items{
    color: #141414;
}
.center{
    text-align:center;
}
.centered{
    margin-left:auto;
    margin-right:auto;
}
.g_items .row.sides_align{
    margin-left:-27px;
    margin-right:-27px;
}
.g_items .item{
    margin-bottom:30px;
}
.g_items .item .default{
    display:table-cell;
    height:390px;
    padding: 0 12px;
    margin-bottom: 10px;
}
.itemBorder{
    border:1px solid #d0d0d0;
    padding:8px;
}
.g_items h2{
    color: #141414;
    margin-bottom: 30px;
    font-size:48px;
    text-align:center;
    width:100%;
}
.g_items h2.orange{
    color: #ffa507;
}
.cleardesktop{
    clear:both;
}
.clearmobile{
    clear:none;
}

/* OVERLAY */
.cross{
    position:absolute;
    display:block;
    top:0px;  right:0px;
    height:100%;
    padding-top:0%;
    width:100%;
    margin: 0 auto;
    text-align:center;
}
.g_items .item a img{
    transition:all .3s ease-in-out;
    max-width: 208px;

}
.g_items .itemTitle{
height:66px;
}
.g_items .item .overlayText h4{
    color:#fff;
    font-weight:bold;
}
/**/
.g_items .item img.asvg{
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .3s ease-in-out;
  transform-origin(0% 0%);
  transform: scale(0.1) rotate(0deg);
  -moz-transform: scale(0.1) rotate(0deg);

}
.g_items .item:hover img.asvg{
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

.g_items a .svg{
  padding: 0px;
  width: 62%;
  margin: 0 auto;
}

.g_items a .svg{
    transition:.3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.g_items a .svg:hover{
    fill:#ffa507;
}
.g_items a .svg{
    padding: 0px;
}
.g_items .item .imgWrap{
    height:auto;
    margin-bottom:18px;
}
.g_items .item:hover a img{
    /*
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
    -moz-filter: brightness(.5);
    -o-filter: brightness(.5);
    -ms-filter: brightness(.5);
    */
}
.g_items_home .g_items .item .overlay_wrap{
    position: relative;
    display: inline-block;
}
.g_items_home .g_items .item.default .overlay_wrap{
    /* margin-bottom: 16px; */
}
.g_items_home .g_items .item .overlayText{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #ffffff;
    background: transparent;
}

/*.g_items_home .overlayText:before{
    content: '\f0c1';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    font: 400 20px 'FontAwesome';
    line-height: 70px;
    text-align: center;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(20,20,20,0.85);
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g_items_home .item a:hover .overlayText:before, .g_items_home .item a:focus .overlayText:before{
    -moz-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
}

.g_items_home .item a:hover .overlayText, .g_items_home .item a:focus .overlayText{
    opacity: 1;
    transition:all .3s;
}*/

.g_items .richtext{
    text-align: center;
    margin-bottom: 35px;
}

.topBorder{
    border-top:1px solid #f5f5f5;
}
.row

.g_items .richtext h1{
    color: #141414;
    margin-bottom: 20px;
}
.g_items a:hover h3{
    text-decoration: none;
}
.g_items a h4{
    height:88px;
    overflow:hidden;
}

.g_items .itemDescription{
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}

/* News */
.g_items .newsItem{
  display: table;
  width: 100%;
  padding: 22px 0px;
}
.newsImage {
  width: 110px;
}
.newsImage, .newsText, .date{
    display:table-cell;
    vertical-align: middle;
}
.newsText{
    padding:0 15px;
}
.table-row{
    display:table-row;
}
.textColumn .date{
    text-align:right;
}
.textColumn h4.date{
    display:inline-block;
    text-align:right;
    width: 100%;
    font-size:18px;
}


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

}

/*                                        SM ( max 992 ) -------*/
@media(max-width:992px){
    .g_items .item{
        padding:10px 10px;
    }

}

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

    .cleardesktop{
        clear:none;
    }
    .clearmobile{
        clear:both;
    }


    .g_items a h4{
        height:auto;
        overflow:visible;
        margin-bottom:20px;
    }
    .g_items .item{
        height:auto;
    }
    .g_items .item .default{
        text-align:center;
    }
    .g_items .item. .newsItem{
        text-align:right;
    }
    .g_items .item a img{
        width:100%;
    }
    .textColumn, .newsText{
        line-height: 142px;
    }


    .g_items_home .g_items .item.default .overlay_wrap{
        /* margin-bottom: 3px; */
    }
    .g_items a .svg{
      width: 80px;      height:125px;
    }

}

/*                                max 480 -------*/
@media (max-width:480px){
    .textColumn, .newsText{
        line-height: 92px;
    }
    .g_items a .svg{
      width: 60px;      height:82px;
    }
}











footer{
    position: relative;
    background-color: #222222;
    color:#fff;
}

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

footer h4{
    color:#fff;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a{
    color:#ffd600;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
footer a:hover , footer a:active{
    color:#a68c04;
}
footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #6a6e70;
    opacity: 0.3;
}
footer p {
    font-size: 14px;
}
.wrappfas{
    width: 100%;
    text-align: center;
}
.bottomCredit{
    text-align: left;
}

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


.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;
    }
}.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;
	}
}.topMenu {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    margin:0 auto;
}

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

.nav-icon {
  margin:25px;
  width: 35px;
}
.homepageLogo{
    margin-bottom: 15px;
    padding-top: 10px;
}

.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;
}

.topMenu .navbar-nav > li > a{
    font-size: 18px;    -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;
    /*text-shadow: -2px 2px 7px rgba(1, 2, 2, 0.35);*/
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;

}

.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;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: inherit !important;
}
.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;
}
.nav>li>a{
    margin-left: 21px;
    padding: 0;
}
.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:hover, .topMenu .navbar-nav > li > a:focus{
    /*text-shadow: -2px 2px 7px rgba(1, 2, 2, 0.35);*/
    color: #ffd600;
    font-size: 15px;
    font-weight: 700;
}


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

.topMenu .navbar-nav{
    position: relative;
    width: 100%;
    margin-top: 20px;
    /* margin-right: 20px; */
    padding-right: 0;
}

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

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

.topMenu .submenu{
    padding: 0px;
    margin: 0px;
    min-width: 220px;
    position: absolute;
    top: 30px;
    z-index: 71;
    opacity: 0;
    height: auto;
    width: 100%;
    visibility: hidden;
}

.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: #f8f8f8;
    color: #444;
    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{
    color: #494949;
    background-color: #e2e2e2;
    text-decoration: none;
     outline: none;
}

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



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

li.websiteLogo a{
    padding: 0;
}
.navbar-nav, .navbar-nav>li{
    text-align: center;
}
.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){
    .topMenu{
    background-color: #000000;
}
    .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;
        right: 0px;
        top: 0;
        bottom: 1px;
        padding: 0;
        margin: 0;
        width: 55px;
        height: 72px;
        border: none;
        border-radius: 0;
        color: #000;
        font-size: 32px;
        text-align: left;
    }
    .mobilerow{
        background-color: #ffffff;

    }

    .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 */
    .mobile-navbar-background{
        background-color: #000000;
        margin: 0 -15px;
    }
    .topMenu .searchBox{
        width: 95%;
        height: 35px;
        margin: 0 auto 10px auto;
        padding: 0px;
    }
    .topMenu .searchBox input{
        height: 35px;
        padding-right: 34px;
    }

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

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

    .topMenu {
        z-index: 100;
        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: #e0e0e0;
      }

      #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{
        float:right;
      }

      #top_menu_mobile .submenuArrow:after{
      /*
        font-family: 'Glyphicons Halflings';
        content: "\e259";
        */
      }
      #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: #000000;
        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);
      }
      #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;
      }
      ul {
        margin-bottom: 10px;
        list-style-type: none;
        padding: 0;
        padding-left: 10px;
    }
    /* end mobile menu */


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

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

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

    .topMenu .navbar-brand img{
        height: 65px;
        width: 180px;
        padding-top: 12px;
        padding-bottom: 10px;
    }

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

    .panel-title{
        padding-right: 15px;
        padding-left: 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: 35px;
        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:right;
        vertical-align: top;
        padding-bottom: -3px;
        margin-right: 15px
    }


}

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

}



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

}.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: right;
    margin-top: 10px;
}.searchBox{
    width: 200px;
    height: 40px;
    position: relative;
    margin-top: 2px;
}

.searchBox label{
    margin: 0px;
}

.searchInputText{
    color: #000000;
    height: 35px;
    width: 170px;
    margin: 0;
    /*border: none;*/
    right: 45px;
    font-size: 14px;
    background-color:#ffffff;
    display: inline-block;
    border: 1px solid #f0f0f0;
}

.searchBox{
    width: 152px;
    height: 24px;
    position: relative;
    margin-top: 2px;
}

.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-left: 15px;
    padding-right: 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);
    border: none;
    font-size: 14px;
    color: #777;
    display: inline-block;
    height: 35px;
    vertical-align: top;
}



.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;
}
/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

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

}

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

    .formSearchButton .fa{
        font-size: 25px;
        color: #000000;
        font-weight: 400;
        display: inline-block;
    }

    
}

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

}

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

}

/*--------------------------  ZOOM 150% (max-width: 1280px) --------------------------*/
@media screen and (max-width:80em){

}

/*--------------------------  ZOOM 200% (max-width: 960px) --------------------------*/
@media screen and (max-width:60em){

}

/*--------------------------  ZOOM 200% IN Laptops (max-width: 720px) --------------------------*/
@media screen and (max-width:45em){

}

/*-------------------------- PRINT VERSION --------------------------*/
@media print{

}
/*-------------------------- END PRINT VERSION --------------------------*//* Language */


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

.langBtn > .selectLangText{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.langBtn:hover{
    background-color: #ffd600;
}
.langButton{
    float: left;
    margin-left: 23px;

}
ul.langDrop{
    display: none;
    list-style-type: none;
    width: 180px;
    position: absolute;
    background-color: #f8f8f8;
    top: 41px;
    left: auto;
    right: 23%;
    transform: translateX(50%);
    margin: 0 auto;
    text-align: left;
    color: #494949;
    z-index: 120;
    padding: 0;
}


ul.langDrop > li > a, ul.langDrop > li > a:visited{
    display: block;
    width: 100%;
    color: #494949;
    padding: 12px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
}

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


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

}

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

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .langBtn{
        background-color: #f8f8f8;
    }
    .langBtn > .selectLangText{
        color: #ffd600;
    }
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){
    ul.langDrop{
        width: 140px;
    }

    .langButton{
        float: none;
        text-align: center;
    }

    .langBtn > .selectLangText{
        font-size: 16px;
    }
}

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

}.headerBar{
    background-color: transparent;
    padding: 15px 0;
    padding-top: 25px;
}

.socialLinks{
    float: right;
}

.bloksWrapp ,.langButton{
    float: right;
}
#q_search_box_desktop{
    display: none;
}
.bloksWrapp{
    display: inline-block;
}

.headerBar .sepLine{
    background-color: #fff;
    width: 1px;
    height: 20px;
    margin: 2px 16px 0 16px;
    float: right;
}
.headerBar .container{
    padding-right:15px;
    padding-left:15px;
}
.headerBar .searchForm{
    float: right;
    margin-right: 32px;
}
.navbar{
    min-height: 30px;
}
/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){

}

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

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .colorRow{
        background-color: #f8f8f8;
    }
    .headerBar{
        background-color: transparent;
        padding: 0px 0;
        padding-top: 0px;
    }

}

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

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

}

.openinghours {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;   
}
.openinghours img {
    max-width:100%;
}
.closeHours i{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    cursor:pointer;
}
.mobileNotice {display:none;}
@media (max-width:767px){
    .mobileNotice {display:inline-block;}
    .desktopNotice {display:none;}
    .closeHours i{
        right:10px;
        top:-10px;
    }
}
.socialLinks{
    list-style: none;
	padding: 0px;
    margin: 0px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.socialLinks li{
    display: inline-block;
}

.socialLinks > li > a, .socialLinks > li > a:visited{
    display: block;
    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;
}

.socialLinks > li > a:hover  , .socialLinks > li > a:visited{
    background-color: #ffffff;

}
.itemWrap{
    margin-bottom: 11px;
}
.socialLinks > li > a:hover, .socialLinks > li > a:focus{
    color: #000000;
}


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

}

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

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .socialLinks {
        text-align: center !important;
        width: 100%;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .socialLinks {
        text-align: center;
    }
}

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

}

.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.shareButton{
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffd600;
}

.shareButton:hover ,  .shareButton:active , .shareButton:focus  {
    background-color: #232323;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}
.shareText{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 44px;
    padding: 0;
    left: -130px;
    z-index: 12;
    display: none;
    left: 0px;

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

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

}

ul.shareList li{
    border-bottom: 1px solid #dcdcdc;
    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 svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

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

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

.shareIcon .fa{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;

}
ul.shareList .shareIcon svg{
    fill: #ffffff;
}


ul.shareList .shareText{
    margin-left: 16px;
    float: left;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


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

}

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

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

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

}

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

}

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

}.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;
	left: 0px;
	z-index: 999999;
}

#BNagishMenu {
	position: absolute;
	top: 0;
    width: 340px;
	left: 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-left: 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-left: 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;
    -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: 0 0 0;
	}.load_more{

}

.load_more .test{

}.simple_gallery{
    margin-bottom: 30px;
}

.simple_gallery .gallery .item{
    position: relative;
    display: block;
    border: none;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 0px;
    background-size: cover;
    margin-bottom: 30px;
    max-width: 456px;
    width: 263px;
    height: 263px;
    margin-left: auto;
    margin-right: auto;
}

.simple_gallery .gallery{
    font-size:0px;
    text-align: center;
}
.simple_gallery .SubTitleText{
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.redmoreBtn a {
    text-decoration: underline;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.redmoreBtn{
    float:right;
}
.redmoreBtn a:hover , .redmoreBtn a:active  {
    color: #ffd600;
    text-decoration: underline;
}
.simple_gallery .overlay{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all .5s;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: #222222;
    opacity: 0.0;
    overflow: hidden;
}

.simple_gallery .item:hover .overlay, .simple_gallery .item:focus .overlay{
    opacity: 0.83;
}

.simple_gallery .overlay .item img{
    width: 48px;
    height: 48px;
    display: inline-block;
    border: none;
    padding: 0px;
    margin: 0px;
}

.simple_gallery .itemTitle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    color: white;
    font-weight: 400;
    line-height: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
}

.simple_gallery .table{
    display: table;
    width: 100%;
    height: 100%;
}
.simple_gallery .wrap_more{
    /*display:none;*/
}


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

}

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

}

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

    .simple_gallery .overlay{
        opacity: 1;
        background: rgba(255,255,255,0.6);
    }

    .simple_gallery .wrap_more{
        width: 100%;
        position: absolute;
        padding-top:20px;
        display:block;
    }

     .simple_gallery .read_more{
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        display: block;
        padding: 5px;
        background-color: #333;
        width: 120px;
        margin: 0 60px;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .simple_gallery .itemTitle{
        padding-bottom:20px;
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
    }

    .simple_gallery  .wrap_more{
        padding-top: 0px;
    }
    .simple_gallery .SubTitleText{
        padding-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        padding-left: 15px;
    }
}

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

}

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

    .simple_gallery .gallery .item{

    }

}
 .side_menu .hamburgerr{
       border: none;
      background-color: transparent;
  
    }
 
   .side_menu .hamburgerr {
        margin-left: 12px;
       }






















.side_menu .wrapp_side_menu.active_open{ 
    left: 0;  
}

.side_menu .wrapp_side_menu{
  position: fixed;
  bottom:0;
  overflow-y: scroll ;
  left: -460px;
  width: 460px;
  background-color:#fff;
  height: 100%;
  top: 0;
  z-index: 100000;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.side_menu li:before {
    content: none;
}

.side_menu .btnClose{
  display:none;
}

.side_menu .open{
  display:block;
  border:none;
  background-color:transparent;
  width: 40px;
  margin-top: 30px;
  margin-left: 30px;
  padding: 0;
}

.side_menu .topMenuLink{
  font-size: 34px;
  font-weight: 300;
  color: #000;
}
.side_menu .wrappNav{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.side_menu .btnDown {
  float:right;
  border:none;
  background-color:transparent;
  padding-top: 10px;
}

.side_menu .btnSubDown{
  float:right;
  border:none;
  background-color:transparent;
}

.side_menu .btnSubDown .glyphicon-menu-down:before {
  content: "\e259";
  font-size: 16px;
}

.side_menu .btnSubDown .glyphicon{
  color:#e0e0e0;
}

.side_menu .glyphicon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  color: #000;
}

.side_menu .mobileSubMenu {
  font-size: 22px;
  font-weight: 600;
  color:#000;
}
.side_menu .mobileSecondDrop{
  list-style-type: none;
  padding: 12px;
  padding-top: 22px;
}

.side_menu .mobileSecondDrop li a{
  font-size: 20px;
  font-weight: 400;
  color:#000;
}

.side_menu .topMenu{
  height:152px;
  padding-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}

.side_menu .submenu_mobile{
  list-style-type: none;
  padding: 0;
  padding-top: 20px;
}

.side_menu .submenu_mobile li{
  padding-bottom: 10px;
}

.side_menu .glyphicon-menu-down:before {
  content: "\e259";
  font-size: 20px;
  }

.side_menu .topMenu .menuItems{
  margin-top: 55px;
}

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

.side_menu .topMenu .navbar-nav > li > a{
  font-size: 18px;
  padding: 15px;
  -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;
}

.side_menu .topMenu .navbar-nav > li > a:hover, .topMenu .navbar-nav > li > a:focus{
  background-color:transparent; ;
  color:#0bc8db;  outline:0;
}

.side_menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color:transparent;   color:#0bc8db;   font-weight:bold;
}

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

.side_menu .topMenu .navbar-nav{
  position: relative;
}

.side_menu .topMenu .nav > li:last-child > a{
  padding-right:0px;
}
.side_menu .navbar-right{
  margin-left: 0px;
}

.side_menu .navbar-left{
  margin-right: 0px;
}

.side_menu .topMenu .submenu{
  padding: 0px;
  margin: 0px;
  min-width: 190px;
  position: absolute;
  background-color: #fff;
  top: 50px;
  z-index: 11;
  opacity: 0;
  height: auto;
  width: 100%;
  visibility: hidden;
}

.side_menu .topMenu .submenu li:last-child{
  border-bottom: 2px solid #0dc8d9;
}

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

.side_menu .submenu li {
  list-style: none;
}

.side_menu .topMenu .submenu li a, .topMenu .submenu li a:visited{
  color: #000;
  display: block;
  padding: 9px 20px;
  border-bottom: 1px solid #BBB;
  font-size: 14px;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.side_menu .topMenu .submenu li a:hover, .topMenu .submenu li a:focus, .topMenu .submenu li a:active{
  color: #fff;
  background-color: #0dc8d9;
  text-decoration: none;
}

.side_menu .topMenu .navbar-brand{
  height: auto;
  float: left;
}

.side_menu .topMenu .navbar-brand img{
  max-height: 60px;
}

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

.side_menu li.websiteLogo a{
  padding: 0;
}

.side_menu  .panel-body{
  padding: 0;
}

.side_menu .glyphicon-menu-down{
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;

}

.side_menu .active > .glyphicon-menu-down{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

    .side_menu .topMenu .menuItems{
        margin-top: 52px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .side_menu .websiteLogo img{
        padding:0px 0px;
    }
    .side_menu .websiteLogo a{
        padding: 0px;
    }
}

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

    .side_menu .slick_banners{
      margin-top:8px;
    }
    .side_menu .navbar-toggle{
      margin-top:26px;
    }
    .side_menu .topMenu .searchBox{
      width: 95%;
      height: 35px;
      margin: 0 auto 10px auto;
      padding: 0px;
    }

    .side_menu .panel-default > .panel-heading{
        background-color: #fff;
    }

    .side_menu .topMenu .menuItems{
        margin-top: 60px;
    }

    .side_menu .topMenu .searchBox input{
        height: 35px;
        padding-right: 34px;
    }
  
    .side_menu .topMenu .formSearchButton{
        font-size: 18px;
        right: 10px;
        top: 6px;
    }

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

    .side_menu .topMenu{
        z-index: 30;
        height:72px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .side_menu .topMenu .navbar-brand{
        padding: 10px 15px;
    }


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

     .side_menu  #bs-example-navbar-collapse-1 {
          margin-top: 0px!important;
          background-color: #fff;
      }
     .side_menu  .panel-group {
        margin-bottom: 0px;
      }

      .side_menu #top_menu_mobile{
        background-color: #fff;
        z-index:1000;
      }

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

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

      .side_menu #top_menu_mobile .submenuArrow{
        float:right;
      }

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

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

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

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

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

      .side_menu #top_menu_mobile .panel-title > a {
        color: #333;
        font-size:20px;
      }

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

      .side_menu #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);
      }

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

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

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

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

      .side_menu .websiteLogo a{
          padding: 0px;
      }
     
     .side_menu   .wrapp_side_menu {
      width: 100%;
      left:-100%;
    }
}



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

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

    .side_menu #bs-example-navbar-collapse-1 {
        margin-top: 10px!important;
    }

    .side_menu .topMenu .navbar-brand img{
        margin-top: 10px;
        margin-left: 10px;
    }
 
}