/*Some styles overrides - somer specific to page*/
/* body, input, select, textarea {
               font-family:  robotoregular, "Source Sans Pro", Helvetica, sans-serif !important;
           }*/
/*body{
              background-color:#000 !important;
          }*/
h1, h2, h3 {
    font-family: 'Comic Sans MS', robotoregular, "Source Sans Pro", Helvetica, sans-serif !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#back2Top {
    width: 3rem;
    line-height: 3rem;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    border-radius: 1.5rem;
}

    #back2Top:hover {
        background-color: #DDF;
        color: #000;
    }

/*.fancybox-arrow-left{
                background-color:#4cff00;
                color:aqua;
            }*/
.fancybox-toolbar {
    background-color: #fff;
}

.fancybox-button > svg {
    background-color: #c6bfbf;
    color: #000;
}
/*.fancybox-navigation > button {
               background-color: #000;
               
            }*/
/* .fancybox-navigation > button:hover {
                background-color: #000;
                border:0;
            }*/
body.is-preload:before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ececec;
}

body.is-preload:after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.5;
    background: #1ab3de;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}
/*Overrides*/

.nav-close-button span::before {
    margin-left: -7px !important;
}

.custom-btn {
    /*top: 100px;*/ /*Added*/
    /*width: 130px;*/
    max-height: 42px;
    height: 42px;
    max-width: 140px;
    color: #fff;
    border-radius: 25px;
    padding: 9px 25px; /*0px was 10px but chaged here*/
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    /*margin-left: 25px;*/
    margin-top: 0px;
    z-index: 999;
    text-decoration: none; /*no underline*/
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #2406ea !important;
}

    .custom-btn:hover {
        background-color: #0da6ff !important;
        color: #000 !important;
    }

.button {
    background-color: #2406ea !important;
    color: #fff !important;
    max-width: 200px;
}

    .button:hover {
        /*background-color:#35b8fa !important;*/
        color: #000 !important;
    }

.fbsinglelink {
    color: #60f312 !important;
    text-decoration: none;
    font-weight: 600;
}

    .fbsinglelink:hover {
        color: #f7fa12 !important;
        cursor: pointer;
        font-weight: 600;
    }

.read-more a {
    color: #32c156;
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    text-shadow: 1px 1px 1px #000;
    /*border-radius: 1rem;*/
    /*background-color: rgba(220, 0, 0, 1);*/
    /*background-color: #1b12fa;*/
    /*background-color:#058dca;*/
    text-decoration: none;
    padding: .1rem 1rem;
    /*color: #fff;*/
    /*text-decoration:underline;*/
}

    .read-more a:after {
        content: "\f061";
        font-family: FontAwesome;
        margin-left: -1rem;
        opacity: 0;
        vertical-align: middle;
        transition: margin .3s, opacity .3s;
        color: #fff;
    }

    .read-more a:hover {
        /*color:#ccff00 !important;*/
        color: #fff !important;
        background-color: #337bfc !important;
    }

        .read-more a:hover:after {
            margin-left: .5rem;
            opacity: 1;
            color: #fff;
        }

.slider-link a {
    /*color: #0847dc;*/
    text-decoration: underline;
    outline: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: #bcf204 !important;
    /*font-family: 'HelloUnicorn Regular';*/
    letter-spacing: 2px;
}

    .slider-link a:hover {
        color: #d8fe18 !important;
        cursor: pointer;
    }


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

/*Change icons size here*/
.social-icons .fa {
    font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}
/*.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}*/

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
    background-color: #3C599F;
}

.social-icons .fa-instagram {
    background-color: #A1755C;
}

.social-icons .fa-twitter, .social-icons .fa-twitter-square {
    background-color: #32CCFE;
}
