/*<editor-fold desc="Camera Slider">*/

* {
    outline: none !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.cameraContent a {
    transition: 0.2s ease-in-out;
}
.cameraContent a:hover {
    text-decoration: none;
}
.camera_pag {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
#camera_slider {
    margin-bottom: 0px !important;
}
#camera_slider .slider-content > div {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;

}
#camera_slider h2.header-text {
    font-size: 56px;
    line-height: 62px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
#camera_slider p.text-area {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin: 15px auto 30px auto;
    font-size: 24px;
    line-height: 28px;
}
@media screen and ( max-width:767px ) {
    .cameraContent h2 {
        font-size: 30px !important;
    }
    .cameraContent h2.header-text {
        line-height: 32px !important;
    }
}
/*</editor-fold>*/
/*<editor-fold desc="Front Page Widgets">*/
#top-b, #bottom-a {
    background-color: #151515;
    color: #a7a7a7
}
#top-a-right h1,#top-a-right h2,#top-a-right h3,#top-a-right h4,#top-a-right h5,
#top-a-right h6,#top-a-right th,#top-a-right a,#top-a-right a:visited,
#top-a-right caption {
    color: white !important;
}
#top-a-left section, #top-a-right section {
    min-width: 80%;
}
#top-a-left section.widget_media_audio, #top-a-right section.widget_media_audio {
    width: 100%;
}
.widget_search {
    margin-top: 7px !important;
}
#top-b input.search-field, #bottom-a input.search-field {
    color: white;
}
.widget_search input[type=submit] {
    padding: 13px;
}
.widget_calendar {
    text-align: left;
}
.widget_calendar h2 {
    text-align: center; 
}
.row-eq-height {
    display: flex;
}
.widget_calendar caption {
    text-align: center; 
    font-size: 20px;
}
.widget_calendar td {
    margin-bottom: 10px;
}
.widget_media_image img {
    box-shadow: 7px 6px 16px rgba(4, 4, 4, 0.4);
}
#top-a-left, #top-a-right, #top-b, #bottom-a, #bottom-b {
    text-align: center;     
    min-height: 0 !important;
}
#top-a-left h2, #top-a-right h2, #top-b h2, #bottom-a h2, #bottom-b h2 {
    margin-top: 0;
}
#bottom-a {
    text-align: center;
}
#top-a-left section, #top-a-right section, #top-b section, #bottom-a section, #bottom-b section {
    padding: 25px 7px;
    margin: 0;
}
#bottom-b > .widget_calendar, #bottom-a > .widget_calendar, #top-b > .widget_calendar {
    margin-left: 40px;  
}
#top-b:blank {
    display: none;
}
#top-a-left, #top-a-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_nav_menu li {
    float: left;
    position: relative;
    margin: 0 10px;
}
.widget_nav_menu a:hover {
    text-decoration: none;
}
.widget_nav_menu .menu-secondary-container {
    display: table;
    margin: 0 auto;
}
#top-b .faq-wrapper, #top-a-left .faq-wrapper, #top-a-right .faq-wrapper, #bottom-a .faq-wrapper, #bottom-b .faq-wrapper{
    text-align: justify;
}
#top-a-right .faq-wrapper .faq-title i{
    color: white !important;
}
#top-a-right .faq-wrapper .faq-title::before {
    border-color: white;
}
#top-a-right .faq-title:hover, #top-a-right .faq-title.expanded {
    background-color: white
}
.faq-widget-title {
    padding-top: 20px;
}
@media screen and ( max-width:992px ) {
    .row-eq-height {
        display: block 
    }
}
@media screen and ( max-width:767px ) {
    #bottom-b > .widget_calendar, #bottom-a > .widget_calendar, 
    #top-b > .widget_calendar {
        margin-left: 7px;  
    }
}
/*</editor-fold>*/
/*<editor-fold desc="Pricing Table Widget">*/
.pricing-container {
    overflow-y: hidden;
}
.pricing-container .title, .pricing-container .subtitle, .pricing-container .description {
    padding: 22px 0;
}

.pricing-container .price {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    line-height: 160px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
}
.pricing-container {
    color: #a7a7a7;
    position: relative;
    z-index: 2;
    margin: 20px 5px;
    transition: 0.5s ease-in-out;
}
.pricing-container:after {
    background-color: white;
    opacity: 0.6;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.pricing-container .description {
    padding: 0 15px;
}
#bottom-a .pricing-container {
    background-color: #151515;
}
#bottom-b .pricing-container {
    background-color: #ffffff;
}
.pricing-container .title {
    color: #151515 !important;
    margin-bottom: -22px !important;
}
.pricing-container .pricing-content {
    min-height: 150px;
}
.pricing-container .title:after {
    content: "";
    height: 45px;
    width: 1px;
    display: block;
    margin: 10px auto;
}
.pricing-container .pricing-button {
    width: 50%;
    font-size: 25px;
    position: relative;
    bottom: -3px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pricing-container .special {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 4px;
    top: 4px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-width: 60px 60px 0 0;
}
.pricing-container .special .fa-star {
    position: absolute;
    top: -50px;
    color: rgb(255, 255, 255);
    left: 10px;
    font-size: 20px;
}
.pricing-container h2 {
    padding-top: 22px !important;
}
.pricing-container .title {
    margin-bottom: 0;
}
.pricing-button a {
    color: white !important;
}
.pricing-button a:hover {
    text-decoration: none;
}
.pricing-widget {
    padding: 45px 0;
}
.pricing-button span {
    color: white;
}
@media screen and ( max-width:767px ) {
    .pricing-container.featured  .title {
        margin-top: 40px !important;
    }
    .pricing-container h2 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .pricing-container .pricing-button {
        width: 70%;
    }
}
/*</editor-fold>*/
/*<editor-fold desc="Front Page Content">*/
#page-content-paragraphs p:last-child {
    margin-bottom: 60px;
}
#content-title {
    margin-bottom: 25px;
    text-align: center;
}
/*</editor-fold>*/
/*<editor-fold desc="FAQ Page">*/
.col-sm-offset-2.col-sm-8.col-xs-offset-0.col-xs-12 {
    margin-bottom: 15px;
}
.faq-title {
    font-size: 24px;
    padding: 20px 20px;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}
.faq-title a {
    padding-left: 20px; 
    transition: 0.1s ease-in-out;
    display: inline-block;
    width: 90%;
}
.faq-title i {
    float: right;
    line-height: 1.5;
    transition: 0.1s ease-in-out;
}
.faq-title a:hover {
    text-decoration: none;
    cursor: pointer;
}
.faq-title:hover a, .faq-title:hover i, .faq-title.expanded a, .faq-title.expanded i {
    color: white !important;
}
.faq-content {
    display: none;
    padding: 20px 20px;
    font-size: 17px;
}
.faq-title::before {
    content: '';
    width: 22px;
    height: 90%;
    position: absolute;
    border-right: none !important;
    margin-top: -15px;
    margin-left: -15px;
    transition: 0.1s ease-in-out;
}
.faq-title .fa {
    align-items: center;
    justify-content: center;
    display: flex;
    float: right;
    vertical-align: middle;
    height: 100%;
}
.faq-title.opened::before {
    display: none;
}
.faq-title.expanded::before, .faq-title:hover::before {
    border: 2px solid white; 
}
.faq-wrapper {
    margin: 30px 0;
}
.row.faq-wrapper {
    margin-right: 0;
}
.faq-wrapper > .col-sm-8 {
    padding-right: 0;
}
@media screen and ( max-width:767px ) {
    .faq-title {
        font-size: 20px;
    }
    .faq-content {
        font-size: 13px;
    }
    .faq-title::before {
        display: none;
    }
    .faq-title a {
        padding-left: 0;
    }
    .service-wrapper .service-title h2 {
        font-size: 18px !important;
    }
}
/*</editor-fold>*/
/*<editor-fold desc="Services Page">*/
.all-services .row {
    margin: 20px 0;
}
.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; 
}
.service-link {
    color: transparent !important;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
}
.service-thumbnail {
    position: relative;
}
.service-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-wrapper a:hover {
    text-decoration: none;
}
.service-content {
    transition: 0.3s ease-in-out;
}
.service-wrapper .service-title h2 {
    padding: 0 15px;
}
.service-wrapper:hover .service-link {
    color: white !important;
}
.service-title {
    margin-bottom: 30px;
}
.service-wrapper .mask {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(39, 39, 39, 0);
    transition: 0.3s ease-in-out;
}
.service-wrapper:hover .mask {
    background-color: rgba(39, 39, 39, 0.63); 
}
/*
#top-a-left .service-wrapper:hover .service-content, #top-a-right .service-wrapper:hover .service-content {
    transform: translateY(-80px);
}
@media screen and ( max-width:992px ) {
    .service-wrapper:hover .service-content {
        transform: translateY(-110px);
    }
}
@media screen and ( max-width:767px ) {
    .service-wrapper:hover .service-content {
        transform: translateY(-100px);
    }
}*/
/*</editor-fold>*/
/*<editor-fold desc="Testimonials Slider">*/
.all-testimonials .owl-nav {
    text-align: center;
}
.all-testimonials .owl-carousel {
    margin: 30px 0;
}
.all-testimonials .owl-nav.owl-prev, .all-testimonials .owl-nav.owl-next {
    display: inline-block;
    margin: 0 5px;
}
.all-testimonials .testimonials-top {
    text-align: center;
}
.all-testimonials .testimonials-top .testimonial-picture {
    background-position: center;
}
.all-testimonials .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.all-testimonials .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.all-testimonials .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.all-testimonials .owl-dots .owl-dot {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    border-radius: 10px;
    display: inline-block;
}
.all-testimonials .owl-dots {
    text-align: center;
}
.testimonial-picture {
    height: 60px;
    width: 60px;
    background-size: cover;
    display: inline-block;
    border-radius: 30px;
}
.all-testimonials .owl-carousel .item {
    padding-left: 15px;
}
/*</editor-fold>*/
/*<editor-fold desc="Service Single Page">*/
#single-post-title .service {
    margin-bottom: 30px;
}
#service-pagination {
    text-align: center;
    margin-bottom: -40px;
    margin-top: 40px;
}
#service-pagination #service-next, #service-pagination #service-prev {
    display: inline-block;
    margin: 0 10px;
}
#service-pagination #service-next a:hover, #service-pagination #service-prev a:hover {
    text-decoration: none;
}
#service-pagination a {
    color: #151515 !important;
    font-size: 17px;
}
#single-post-container.service {
    margin-top: 50px;
}
/*</editor-fold>*/
.services-widget-title {
    margin-top: 30px !important;
}
.alt-homepage {
    /*position: fixed;*/
    z-index: 999999;
    width: 100%;
}
.kenza-frontpage-slider.full .camera_next, .kenza-frontpage-slider.full .camera_prev {
    background: none;
}
.frontpage-slider-title-wrapper {
    display: table;
    height: 100%;
    position: absolute;
    width: 70%;
    z-index: 9;
    left: 15%
}
.frontpage-slider-title-wrapper .frontpage-slider-title {
    display: table-cell;
    height: 100%;   
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
html.frontpage-alt {
    margin-top: 0 !important;
}
.kenza-frontpage-slider.full .camera_next, .kenza-frontpage-slider.full .camera_prev {
    z-index: 99999;
    opacity: 1 !important;
}
.frontpage-alt .navigation-menu {
    text-align: right;
    /*margin-top: 15px;*/
}
.frontpage-alt #mobile-menu #menu {
    top: 0 !important;
}
.frontpage-alt .custom-logo-link {
    /*padding: 25px;*/
}
.frontpage-slider-title-wrapper .frontpage-slider-title h1 {
    font-weight: 600;   
    font-size: 36px !important;
    color: white !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5)
}
#alt-homepage-site-branding .custom-logo {
    max-height: 200px;
    width: auto;
}


#alt-homepage-site-branding {
    display: table;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
}

#alt-homepage-site-branding .branding-left {
    padding-left: 18px;
}

#alt-homepage-site-branding .branding-right {
    padding-right: 18px;
    text-align: right;
}

#alt-homepage-site-branding .branding-left, 
#alt-homepage-site-branding .branding-right {
    display: table-cell;
    vertical-align: middle;
}

.alt-homepage .fa-2x {
    font-size: 2.4em !important;
}
.frontpage-alt #search-menu {
    z-index: 9999;
}
.frontpage-alt .site-title-wrapper {
    text-align: center;
    padding: 15px 5px;
    width: inherit;
}
.frontpage-alt .camera_next > span {
    display: block !important;
    background-size: 135px !important;
    height: 21px !important;
    width: 24px !important;
}
.frontpage-alt .camera_prev > span {
    display: block !important;
    background-size: 135px !important;
    height: 22px !important;
    width: 23px !important;
}
.frontpage-alt .camera_next {
    margin-right: 5px;
}
.frontpage-alt .camera_prev span {
    margin-left: 18px;
}
.alt-homepage .menu-link {
    color: #fff
}
@media screen and ( max-width:767px ) {
    .frontpage-alt .site-title-wrapper {
        width: auto;
    }
    .frontpage-alt .custom-logo-link {
        padding: 10px;
    }
    .frontpage-slider-title-wrapper .frontpage-slider-title h1 { 
        font-size: 22px !important;
    }
    .frontpage-alt .menu-link {
        margin: 15px !important;
    }
    .frontpage-alt .logged-in.admin-bar .alt-homepage {
        top: 46px !important;
    }
    .frontpage-alt .logged-in.admin-bar .navigation-menu #mobile-menu #menu {
        top: 46px !important;
    }
    .frontpage-alt .logged-in.admin-bar .navigation-menu #mobile-overlay {
        top: 46px !important;
    }
    .frontpage-alt .frontpage-slider-title .frontpage-slider-button-1 a, .frontpage-alt .frontpage-slider-title .frontpage-slider-button-2 a { 
        padding: 10px 25px !important;
        font-size: 16px;
    }
    .frontpage-alt .frontpage-slider-title .frontpage-slider-button-1, .frontpage-alt .frontpage-slider-title .frontpage-slider-button-2 { 
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.frontpage-slider-button-1, .frontpage-slider-button-2 {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 10px;
    font-size: 20px;
}
.kenza-frontpage-slider.full {
    height: 100vh;
}
.frontpage-alt .menu-link {

}
.frontpage-alt #wpadminbar {
    z-index: 99999999999999;
}
.alt-homepage.container-fluid {
    padding: 0 !important;
}
.frontpage-alt .logged-in.admin-bar .alt-homepage {
    top: 32px;
}
.frontpage-alt .logged-in.admin-bar #mobile-menu #menu {
    top: 32px !important;
}
.frontpage-alt .frontpage-slider-button-1 a, .frontpage-alt .frontpage-slider-button-2 a { 
    padding: 10px 30px !important;
}
.frontpage-alt .frontpage-slider-button-1, .frontpage-alt .frontpage-slider-button-2 { 
    padding: 0;
}
.frontpage-alt .frontpage-slider-button-1 {
    margin-right: 5px;
}
