/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}
.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
    height: 51px;
}
.onoffswitch3-inner > span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-text {
    color: #000;
    padding-top: 7px;
    /* font-size: 26px; */
    /* font-family: "museo_slab700"; */
    font-size: 20px;
    font-family: "roboto";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.onoffswitch3-checkbox {
    display: none;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #117ec3;
    left: 0;
    width: 160px;
    padding-top: 8px;
}
.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}
section#gallery {
    background-color: #fff !important;
}

.content.text-left.flip.p-25 h4.line-bottom.mb-10 {
    font-size: 16px;
}
.menuzord-menu > li {
    padding: 9px 0;
}
.menuzord-menu ul.dropdown {
    top: 52px;
}
button.btn.btn-flat.text-uppercase.mt-0.mb-sm-30.send-your-message {
    background: #f2184f;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>li+li:before {
    color: #fff;
}