body {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    color: #7a7992;
    font-size: 14px;
}
body .widget ul, .widget ol {
    list-style: none outside none;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a:hover, a:active, a:visited, a:link {
    text-decoration: none;
}
/*----------------------------------
TOP-BAR
----------------------------------*/
.top-bar {
    background: linear-gradient(to right, #284e74, #aaaaff);
    padding: 10px 0;
}
.call-to-action {
    color: #fff;
}
.top-bar .call-to-action i {
    margin-right: 6px;
}
.top-bar .call-to-action a {
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 300;
}
.top-bar .call-to-action p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 13.5px;
}
.top-bar .top-right .social-wrap {
    float: right;
    margin-left: 38px;
}
.top-bar .top-right .social-wrap ul li {
    display: inline-block;
}
.top-bar .top-right .social-wrap ul li a {
    color: #FFFFFF;
    padding: 0 9px;
}
.top-bar .top-right .call-to-action {
    float: right;
}

@media screen and (max-width: 998px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-right .social-wrap {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .top-bar .top-right .social-wrap {
        display: none;
    }

    .top-bar .call-to-action p {
        margin-right: 9px!important;
        font-size: 11px;
    }
}
/*----------------------------------
MENU
----------------------------------*/
.navbar {
    /*border-bottom: 1px solid #aaaaff;*/
    border-top: 0 none;
    margin-bottom: 0;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    z-index: 99999 !important;
    border-bottom-width: 0;
}
#myNavbar > ul > li > a {
    font-family: 'Roboto', sans-serif;
    line-height: 89px;
    letter-spacing: 0.16px;
    font-weight: 500;
    font-style: normal;
    color: #2d2c40;
    font-size: 14px;
}
#myNavbar > ul > li:hover a, #myNavbar > ul > li.active a {
    color: #fff;
}
#myNavbar > ul > li:hover, #myNavbar > ul > li.active {
    background-color: #aaaaff;
}
.navbar-collapse {
    position: relative;
    padding: 0;
}
#myNavbar ul li a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}
.navbar-brand {
   /*margin-left: 0 !important;*/
    display: none;
}
.custom-logo{
    margin-top: 12px;
}
.search-form-area {
    font-family: Poppins;
    line-height: 100px;
    letter-spacing: 0.16px;
    font-weight: 500;
    font-style: normal;
    color: #2d2c40;
    font-size: 14px;
}
.search-form-area {
    margin-left: 30px;
}
.search-form-area {
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
    .custom-logo{
        margin-top: 0;
    }
}
.icon-bar{
    background-color: #284e74;
}
.navbar-toggle {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .container>.navbar-header {
        margin-right: -16px;
        margin-left: -16px;
    }
}
/*@media screen and (min-width: 768px) {*/
/*.custom-logo-link {*/
/*position: absolute;*/
/*z-index: 999;*/
/*}*/
/*}*/

.custom-logo-link {
    position: absolute;
    z-index: 999;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
}
.custom-logo-link img{
    width: 260px;
    height: 65px;
}
/*@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse{
        display: none !important;
    }
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
    .collapse {
        display: block;
    }
}*/
.subMenu{
    position: absolute;
    visibility: hidden;
    width: 215px;
}
.subMenuNew{
    background-color: #edecec;
    width: 215px;
    /*border-top: 3px solid #a0ce4e;*/
    -webkit-box-shadow: 1px 1px 30px rgba(0,0,0,.06);
    position: absolute;
    left: 0;
    visibility: visible;
    /*opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;*/
    list-style: none;
    margin: 0;
    padding: 0;
    color: #747474;
    font-size: 15px;
}
.subMenuNew li a{
    color: #666666 !important;

    /*border: 0;*/
    padding: 12px 7px 12px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    display: block;
    box-sizing: content-box;
}
.subMenu li{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e2e3;
}
.subMenu li a{
    vertical-align: middle;
    color:transparent;
}
.subMenuNew li:hover{
    background-color: #fff;
}
.subMenuNew li a:hover{
    color: #108dbc !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
 }
/*.subMenuNew li a:hover{*/
    /*!*color: #333;*!*/
    /*!*border-bottom: 1px solid #e3e2e3;*!*/
    /*!*border: 0;*!*/
    /*padding: 12px 7px 12px 20px;*/
    /*line-height: 19px;*/
    /*text-indent: 0;*/
    /*height: auto;*/
    /*transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;*/
    /*display: block;*/
    /*box-sizing: content-box;*/
    /*background-color: #f5f5f5;*/
/*}*/


.collapse.in {
    position: fixed;
    overflow: hidden;
    width: 70%;
    background-color: white;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #myNavbar > ul > li > a {
        font-size: 11px;
        padding: 0px 8px;
    }
}
@media (max-width: 991px) {
    .top-bar .top-right .social-wrap {
        float: none;
        margin-left: 0;
    }
    .top-bar .top-right .call-to-action {
        float: none;
    }
    .top-bar .call-to-action p {
        margin-right: 0;
    }
}
@media (min-width: 768px){
    .navbar-right {
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .subMenu{
        position: relative;
        visibility: visible;
    }
}

.menDisk {
    text-transform: uppercase;
    font-weight: bold;
}
.menDiskt {
    font-weight: normal;
    text-transform: lowercase;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
}
.mega-toggle-label{
    display: none;
}
@media (max-width: 768px) {
    .topas {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar{
        border-width: 0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px;
        padding: 0px 8px;
    }
}
#mega-menu-wrap-primary #mega-menu-primary p{
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
}
#mega-menu-wrap-primary #mega-menu-primary div{
    width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary li{
    padding: 6px 0;
}
#mega-menu-wrap-primary #mega-menu-primary a{
    font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary a{
    color: #7a7992;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        max-height: 500px;
        overflow-y: scroll;
    }
}
/*----------------------------------
UP
----------------------------------*/
#back-to-top.show {
    display: block;
    animation: fadeInUp 1s both;
}
#back-to-top:hover, #back-to-top:focus {
    color: #FFFFFF;
    background-color: #fcbaf8;
    border-color: #fcbaf8;
}
#back-to-top:hover {
    background-color: rgb(33, 78, 150);
}
#back-to-top {
    border-radius: 50%;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 30px;
    background-color: rgba(33, 78, 150, 0.5);
    color: #FFFFFF;
    z-index: 992;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    outline: none;
    cursor: pointer;
}
/*----------------------------------
FOOTER
----------------------------------*/
footer {
    background-color: #f5f5f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-top {
    background-color: #f5f5f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}
.footer-bottom {
    background-color: #e7e7f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 11px;
    /*height: 24px;*/
}
.copyright{
    margin:0;
}
.menu-footer {
    list-style: none;
    text-align: right;
}
.menu-footer li {
    display: inline-block;
    margin-left: 38px;
    position: relative;
}
.menu-footer li a {
    color: #7a7992;
}
.icon-footer {
    list-style: none;
}
.icon-footer li {
    margin-right: 6px;
    display: inline-block;
}
.icon-footer li a {
    color: #ffffff;
    background-image: linear-gradient(to right,#aaaaff 0%,#284e74 51%,#aaaaff 100%);
    background-size: 200% auto;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
.text-block-custom {
    text-align: center;
    /*padding: 0 185px;*/
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap{
    width:100%;
}
.wpcf7-submit {
    background-color: #284e74;
    background-size: 200% auto;
    color: #ffffff !important;
    /*border-radius: 25px;*/
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border: none !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    margin-top: 14px;
    display: inline-block;
    width: 250px !important;
    height: 40px;
    padding-left: 19px;
    padding-right: 19px;
    outline: none;
}
.wpcf7-form-control {
    border-color: #ebebeb !important;
    width: 100%;
    outline: none;
    box-shadow: none;
    border-width: 1px;
    margin-bottom: 30px;
    box-shadow: 0 0;
    border: 1px solid;
    padding-left: 19px;
    padding-right: 19px;
    min-height: 40px;
}
.wpcf7-form-control:focus {
    border-color: #fcbaf8  !important;
}
.wpb_wrapper{

}
.cert img{
    width: 100%;
}
.cert .iso{
    max-height: 100px;
    width: auto;
}
.cert .deuts{
    max-height: 130px;
    width: auto;
}
.cert{
    padding-right: 0;
    padding-left: 0;
    max-height: 130px;
}
#back-to-top a i{
    color: #fff;
}
@media (max-width: 768px) {
    .cert .iso {
        max-height: 60px;
        max-width: 100%;
    }
    .cert .deuts {
        max-height: 85px;
        max-width: 100%;
    }
    .copyright {
        font-size: 12px;
        text-align: center;
    }
    .menu-footer {
        display: none;
    }
}

/*----------------------------------
SERVICES
----------------------------------*/
.ser-help ul li {
    list-style-type: none;
}

.fonty {
    font-family: 'Roboto', sans-serif;
}
.ser-photo img {
    width:100% !important;
    height: auto;
}
.photo-mar img{
    margin-bottom: -181px;
}
.photo-mar{
    overflow: hidden;
}
.ser-help h3 {
    margin-top: 0;
}
.single-ser {
    border-bottom: 1px solid #f5f5f9;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}
.single-ser div h2 {
    margin-bottom: 20px;
}
.single-ser div ul li {
    list-style-type: none;
}
.serv-h1{
    /*font-size: 28px;*/
    color: #337ab7;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaff;
}
.single-ser div p, .single-ser div ul li {
     font-size: 16px;
 }
.single-ser div h3 {
    line-height: 30px;
}
.serv-tp{
    margin-top: 20px;
    margin-bottom: 20px;
}
.serv-tp-more{
    margin-top: 5px;
}
.book-serv-link{
    width:220px;
}
.book-serv{
    background-color: #aaaaff;
    color: white;
    margin-top: 0;
    padding: 10px 10px;
    text-transform: lowercase;
    width: inherit;
    }
.book-cosm{
    width: 130px;
}
.book-serv:hover{
    background-color: #284e74;
}
@media (max-width: 768px) {
    .book-serv-link {
        width: 100%;
        text-align: center;
    }
    .book-cosm{
        width: 100%;
    }
    .ser-photo img {
        max-width:100%;
    }
    .photo-mar img{
        margin-bottom: -121px;
    }
}
.help-plus{
    margin-top: 40px!important;
}
.video-link p{
    margin-top: 10px;
    margin-left: 2px;
}
.video-link p i{
    color: #ff0000;
}
/*----------------------------------
COSMETICS
----------------------------------*/
.cosm-h1{
    /*font-size: 28px;*/
    color: #337ab7;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaff;
    text-transform: uppercase;
}
.cosm-h2{
    font-size: 24px;
    /*color: #2d2c40;*/
}
.cosm-h3{
    font-size: 18px;
    /*color: #2d2c40;*/
}
.cosm-single{
    font-size: 16px;
    text-align: justify;
}
.single-cos div img {
    width: 100%;
    height: auto;
    /*border: 1px solid #aaaaff;*/
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    padding-left: 1px;
}
.topic{
    margin-top: 20px;
}
.postList div a img{
    width: 100%;
    height: auto;
}
.postList{
    text-align: center;
}
.postList div a img{
    /*border: 1px solid #aaaaff;*/
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
}
.postList div{
    margin-bottom: 30px;
    padding-left: 16px;
}
.uper{
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px){
    .singlic {
        min-height: 522px;
    }
}
@media (min-width: 1200px){
    .singlic {
        min-height: 540px;
    }
}
/*----------------------------------
HOME PAGE
----------------------------------*/
.wellcome{
    font-size: 24px;
    color: #7a7992;
    text-align: center;
   /* font-family: Arizonia;
    font-weight: 400;
    font-style: normal;*/
}
.name{
    font-size: 36px;
    color: #2d2c40;
    text-align: center;
    font-style: normal;
}
/*.services-carousel .services-container .service-img .btn-inner a {
    width: 120px;
    height: 46px;
    background-image: linear-gradient(to right,#aaaaff 0%,#fcbaf8 51%,#aaaaff 100%);
    background-size: 200% auto;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    line-height: 46px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
.services-carousel .services-container .service-img img {
    border-radius: 100%;
}*/
.ser-photo-small img{
    border: 10px solid rgba(255,255,255,0.5);
    border-radius:100%;
    display: block;
    width: 100%;
    height: 100%;
}
/*.ser-photo{
    padding: 0 30px;
}*/
.ser-photo h2{
    text-transform: lowercase !important;
}
.topic .fonty{
    text-transform: lowercase !important;
    margin-bottom: 20px;
}
.advantages{
    padding-top: 72px !important;
    padding-bottom: 81px !important;
    background-color: #f5f5f9 !important;
}
.image-tit img {
    border-radius: 10px;
    box-shadow: 0px 21px 50px rgba(0,0,0,0.1);
    width: auto;
}
.advantList{
    padding-top: 20px;
}
.line-ef {
    max-width: 280px;
    position: relative;
    margin: 0 auto;
}
.line-ef:before, .line-ef:after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 1px;
    background-color: #c1bfda;
    top: 61%;
}
.line-ef:before{
    left: 0;
}
.line-ef:after{
    right: 0;
}
.gal{
    padding: 0 !important;
}
figure img{
    width: 100%;
    height: auto;
}
img.alignnone {
    margin: 5px 0;
}
.galeric{
    margin-top: 20px;
}
div.icon {
    font-size: 83pt;
    color: #aaaaff;
    font-style: italic;
    font-family: Merriweather;
    margin-bottom: 61px;
    letter-spacing: -10px;
}
.testem{
    padding-top: 49px;
    padding-bottom: 49px;
}
.strong-view.default .testimonial-inner {
    text-align: center !important;
    font-size: 16px;
    line-height: 28px;
}
.strong-view.default .testimonial-client {
    text-align: center !important;
    font-size: 18px;
    color: #23527c;
}
.wpmslider-viewport {
    border-width: 0 !important;
    text-align: center !important;
}#thmbnail-img .testimonial-item img {

}
.strong-view.default .testimonial-image img {
    margin: 0 auto;
    border-radius: 50%;
    /*border: 3px solid #aaaaff !important;*/
    padding: 0 !important;
}
.strong-view.default .testimonial-content p:last-of-type {
width:100% !important;
}
.strong-view.default .testimonial-image {
    float: none;
    width:100%;
    margin-bottom: 20px !important;
}

.advantage ul{
    list-style-type: none;
}
.advantage {
    /*padding-left: 30px;*/
}
.lefts{
   /* padding-right: 30px !important;*/
}
.lefts img{
    width: 100%;
}
.advantage ul li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.advantage ul li i {
     color:  rgb(33, 78, 150);
     font-size: 14px;
     margin-right: 4px;
 }
.advantage h3 {
    color: #333;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}
.firston a img{
    width: 100%;
    height:auto;
}
.front-first{
    padding: 40px 0;
}
.front-second{
    text-align: justify;
    font-size: 24px;
    line-height: 39px;
}
.front-third{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.front-second div img{
    width: 100%;
}
@media (max-width: 768px) {
    .weyDesc{
        margin-top: 20px;
    }
    .ser-photo a h2{
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .ser-photo-new {
        padding-bottom: 20px;
    }
    .front-first{
        padding-bottom: 20px;
    }
    .ser-photo-small {
        padding-left: 15%;
        padding-right: 15%;
    }
    .ser-photo a h2{
        margin-top: 10px;
        font-size: 25px;
    }
    .front-second{
        font-size: 18px;
        line-height: 30px;
    }
    .advantages {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
/*----------------------------------
ABOUT
----------------------------------*/
.about-text{
    font-size: 16px;
    text-align: justify;
}
.about-h1 {
    color: #337ab7;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaff;
    text-align: center;
}
.galer{
    margin: 0 !important;
}
/*----------------------------------
CONTACTS
----------------------------------*/
.contacts i{
    margin-right: 10px;
    font-style: inherit;
}
.contacts ul{
    list-style-type: none;
    font-size: 16px;
}
.cont h3{
    text-align: center;
}
/*----------------------------------
SITE BAR
----------------------------------*/
.cat-cosm{
    list-style: none;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
}
.cat-cosm li{
    padding: 8px 20px;
}
.cat-cosm li a{
    display: block;
}
.cat-cosm-new {
    background-color: #aaaaff;
}
.cat-cosm-new a{
    color: #fff;
}
/*----------------------------------
CATEGORY PAGE
----------------------------------*/
.page-title{
    color: #284e74;
    font-size: 1.625em;
    font-weight: normal;
    line-height: 1.750em;
    text-transform: uppercase;
    background: transparent url(https://weyergans.net/wp-content/uploads/2018/07/h2_bg1.gif) bottom left repeat-x;
}
.pege-exerpt {
    clear: both;
    display: block;
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 20px;
    color: #9a9a9a;
    margin-top: 8px;
}
.pages{
    margin-bottom: 22px;
}
.back-cat{
    background-color: #aaaaff;
    color: white;
    margin-top: 0;
    padding: 10px 0;
    text-transform: lowercase;
}
.back-cat:hover{
    background-color: #284e74;
    color: white;
    margin-top: 0;
    padding: 10px 0;
}
/*----------------------------------
ARTICLES
----------------------------------*/
.postSingle img{
    width:100%;
    height:auto;
}
.postic {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.postArt{
    text-align: justify;
}
.rightArt{
    list-style: none;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    padding: 20px;
    max-height: 380px;
    overflow-y: auto;
}
.rightArt li{
    padding-bottom: 20px;
}
.postArt div a h2{
    text-align: left;
}
.blogList div a img{
    width: 100%;
    height: auto;
}
.blogList{
    text-align: left;
}
.blogList div{
    margin-bottom: 30px;
    padding-left: 16px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
    .postic  h1{
        font-size: 20px;
        line-height: 1.3;
    }
}
/*----------------------------------
CERTIFICATE
----------------------------------*/
.certif img{
    width:100%;
    height: auto;
}
.certific a h3{
    width:100%;
}
/*----------------------------------
SLIDER
----------------------------------*/
#fon-slider{
    background-color: rgba(255, 255, 255, 0.62);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 20px;
    position: absolute;
    z-index: 9;
    width: 50%;
    top: 15%;
}
#fon-slider h1 {
    font-size: 45px;
    color: rgb(1, 84, 149);
}
#fon-slider h2 {
    margin-bottom: 30px;
}
.small-slider-text{
    font-size: 18px;
    font-style: italic;
}
.small-slider-text p{
    margin-bottom: 20px;
}
#fon-slider a h3{
    width: 185px;
    font-size: 20px;
}
@media (max-width: 992px) {
    #fon-slider{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        top: 0;
        width: 85%;
    }
    #fon-slider h1 {
        font-size: 24px;
        margin-top: 0;
    }
    #fon-slider h2 {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .small-slider-text{
        font-size: 12px;
        line-height: 15px;
    }
    .small-slider-text p{
        margin-bottom: 5px;
    }
    #fon-slider a h3{
        width: 150px;
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    #fon-slider{
        width: 75%;
        padding-top: 5px;

    }
    #fon-slider h1 {
        margin-top: 0;
    }
    #fon-slider a{
        text-align: center;
    }
}
@media (max-width: 768px) {
    #fon-slider{
        display: none;

    }
}
/*----------------------------------
MODAL
----------------------------------*/
#myImg1, #myImg2, #myImg3 {
    cursor: pointer;
    transition: 0.3s;
}

#myImg1:hover, #myImg2:hover, #myImg3:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 0;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}