/* 
 Theme Name:  Divi Rit Child
Theme URI: http://knorish.com/
Description: A Custom Child Theme For Divi
Author: Ritesh Rohan
Author URI: http://knorish.com/
Template: Divi
Version: 1
*/

@import url("../Divi/style.css");

/* -- If you have custom styles, put them below this line. -- DO NOT EDIT ABOVE -- */ 

textarea {
    font-family: Arial !important;
}

.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {width: 12.5%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}
.event-accordion label + input[type='radio']:checked + .evtacc-content {opacity:1;}

select[name=scappearancearchive]{
	    width: 100%;
    border: 1px solid #61c7ac;
    padding: 5px 10px;
    border-radius: 30px;
	box-sizing: border-box;
}

.v-center, .gps-f-tabs .et_pb_tabs_controls,
.gps-f-tabs .et_pb_tab_content,
.gps-f-tabs .et_pb_tab_content > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#publication_gallery .owl-stage-outer .owl-stage {
    background-color: #1f334c;
}

.et_pb_post a.more-link {
    background: #49bf9f;
    float: left;
    border: solid 1px;
    padding: 9px 30px;
    transition: 0.2s ease-out;
    color: #fff !important;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 155px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}

    .et_pb_post a.more-link:hover {
        background: #49bf9f;
        letter-spacing: 5px;
        max-width: 190px;
    }

    .et_pb_post a.more-link:after {
        content: "\24";
        position: absolute;
        top: 7px;
        right: 7px;
        font-size: 16px;
        color: #ffffff;
        line-height: 1.7em;
        margin-left: -1em;
        left: auto;
        font-family: ETmodules !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        speak: none;
        opacity: 0;
        text-shadow: none;
    }

    .et_pb_post a.more-link:hover:after {
        opacity: 1;
    }

.featured-recent-articles .et_pb_post h2 a {
    font-size: 20px;
}

header:not(et-fixed-header) .et_toggle_slide_menu:before,
header:not(et-fixed-header) .et_toggle_slide_menu:after {
    color: #fff;
}

header.et-fixed-header .et_toggle_slide_menu:before,
header.et-fixed-header .et_toggle_slide_menu:after {
    color: #4cc09e;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #49be9f !important;
    background: #49be9f !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
    color: #49be9f !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
    background: #49be9f !important;
}

.wpls-logo-showcase .slick-slide .logo-title {
    color: #fff;
    font-size: 12px;
}

.wpls-logo-showcase .slick-slide {
    vertical-align: top !important;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    font-size: 31px;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 1;
}

    .mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover {
        font-size: 31px;
        font-weight: 600;
        padding: 0px 15px;
        line-height: 1;
    }

.et-pb-contact-message {
    position: relative;
    color: #fff;
}

.et-fixed-header #logo {
    content: url(/wp-content/uploads/2018/06/rb_logo_color.png);
}

.tab-gallery, .tab-gallery .et_pb_tab {
    padding: 0;
}

    .tab-gallery .et_pb_tabs {
        border-color: transparent;
    }

    .tab-gallery .et_pb_tabs_controls {
        background-color: #ffffff;
    }

        .tab-gallery .et_pb_tabs_controls li {
            border-right: 0;
            font-size: 20px;
            font-weight: 400;
        }

            .tab-gallery .et_pb_tabs_controls li.et_pb_tab_active {
                border-bottom: 3px solid #49be9f;
            }

    .tab-gallery .et_pb_tab_content {
        padding: .5vw;
        font-size: 0;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -ms-flex-direction: column;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tab-gallery .et_pb_tab_content > p {
            -webkit-box-flex: auto;
            -ms-flex: auto;
            flex: auto;
            width: 24%;
            margin: 2px;
            padding-bottom: 15%;
            position: relative;
            overflow: hidden;
            background: #000;
        }

            .tab-gallery .et_pb_tab_content > p a {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: auto;
                width: 100%;
            }

            .tab-gallery .et_pb_tab_content > p img {
                width: 100%;
                height: auto;
                transform: scale(1);
                transition: transform 0.5s, opacity 0.5s;
            }

                .tab-gallery .et_pb_tab_content > p img:hover {
                    transform: scale(1.15);
                    opacity: 1;
                }

#main-footer .footer-widget h4 {
    margin-bottom: 10px;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

    #footer-widgets .footer-widget li:before {
        display: none !important;
    }

#footer-widgets .footer-widget .rb_social_links li a {
    background: #dddddd;
    border: 2px solid transparent;
}

    #footer-widgets .footer-widget .rb_social_links li a.social-twitter {
        background: #1da1f3;
    }

    #footer-widgets .footer-widget .rb_social_links li a.social-linkedin {
        background: #0077b5;
    }

    #footer-widgets .footer-widget .rb_social_links li a.social-youtube {
        background: #ff0000;
    }

    #footer-widgets .footer-widget .rb_social_links li a:hover,
    #footer-widgets .footer-widget .rb_social_links li a:active {
        background: transparent;
        border-color: #ffffff;
        color: #1da1f3;
    }

.event-accordion {
    box-shadow: 0 0 70px 11px #dddddd;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

    .event-accordion li {
        list-style: none;
        width: 100%;
        position: relative;
    }

        .event-accordion li label {
            padding: 15px 10px;
            display: block;
            background-color: #fff;
            border: 1px solid #ccc;
            border-left: solid 5px #4dc19e;
            cursor: pointer;
        }

    .event-accordion label + input[type='radio'] {
        display: none;
    }

    .event-accordion .evtacc-content {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity:0;
    }

    .event-accordion label + input[type='radio']:checked + .evtacc-content {
        min-height: 200px;
        height: auto;
        overflow-y: auto;
        padding: 0;  
        -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;				
        opacity:1;
    }

    .event-accordion li label .evtacc-desc:before {
        font-family: ETmodules;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-transform: none;
        content: "\37";
        speak: none;
        position: absolute;
        bottom: -10px;
        left: 50%;
        color: #4abe9f;
        opacity: 0;
    }

    .event-accordion li label:hover .evtacc-desc:before {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        opacity: 1;
    }

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.event-accordion .evtacc-content .evtacc-img {
    text-align: center;
}

.event-accordion .evtacc-desc {
    display: block;
    position: relative;
    clear: both;
    min-height: 80px;
}

    .event-accordion .evtacc-desc .evtacc-date {
        width: 80px;
        height: auto;
        float: left;
    }

        .event-accordion .evtacc-desc .evtacc-date .evtacc-date-start,
        .event-accordion .evtacc-desc .evtacc-date .evtacc-date-end {
            display: block;
            height: 60px;
            color: #4dc19e;
            text-align: center;
        }

            .event-accordion .evtacc-desc .evtacc-date .evtacc-date-start .date {
                font-size: 38px;
                display: block;
                font-weight: 400;
                line-height: 1;
                font-style: normal;
            }

            .event-accordion .evtacc-desc .evtacc-date .evtacc-date-start .month {
                font-size: 20px;
                font-weight: 700;
                line-height: 1;
                text-transform: uppercase;
                vertical-align: top;
                font-style: normal;
            }

    .event-accordion .evtacc-desc .evtacc-info {
        display: inline;
        width: calc(100% - 90px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 80px;
    }

        .event-accordion .evtacc-desc .evtacc-info .evtacc-event-title {
            display: block;
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .event-accordion .evtacc-desc .evtacc-info .evtacc-address {
            display: block;
            font-size: 14px;
            color: #828282;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .event-accordion .evtacc-desc .evtacc-info .evtacc-time {
            display: block;
            font-size: 12px;
            line-height: 1;
            color: #828282;
            text-transform: capitalize;
        }

.event-accordion .evtacc-content .evtacc-box {
    padding: 10px 10px 20px 35px;
    display: table;
    border-top: 1px solid #ccc;
    width: 100%;
}

    .event-accordion .evtacc-content .evtacc-box .evtacc-cell {
        display: table-cell;
        padding-right: 25px;
    }

    .event-accordion .evtacc-content .evtacc-box h3:before {
        content: "9";
        font-size: 25px;
        padding-right: 5px;
        margin-left: -20px;
        text-shadow: 0 0;
        font-family: ETmodules !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        text-transform: none;
        speak: none;
    }

    .event-accordion .evtacc-content .evtacc-box p {
        font-size: 14px;
    }

    .event-accordion .evtacc-content .evtacc-box .evtacc-event-details p {
        line-height: 1.4;
        text-align: justify;
    }

    .event-accordion .evtacc-content .evtacc-box .et-social-icon {
        display: inline;
        margin: 0 15px;
        line-height: normal;
    }

        .event-accordion .evtacc-content .evtacc-box .et-social-icon a {
            font-size: 16px;
        }

/* Hide sidebar Archives header label*/
#archives-2 .screen-reader-text {
    display: none !important;
}

/*Post Title Design*/
.et_pb_post h2 a, .entry-title {
    text-decoration: none;
    font-size: 28px;
    font-weight: 300 !important;
    color: #49bf9f !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
}

/*Left Featured Image Thumbnail*/
@media only screen and ( min-width: 800px ) {
    .bbb_blog_list a img {
        float: left;
        width: 40%;
        padding-right: 20px;
        vertical-align: bottom;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .tab-gallery .et_pb_tabs_controls li {
        border: none !important;
        margin-bottom: 10px;
    }

        .tab-gallery .et_pb_tabs_controls li a {
            border: 1px solid #ddd;
            min-width: 224px;
        }

        .tab-gallery .et_pb_tabs_controls li.et_pb_tab_active a {
            color: #fff !important;
            background: #4dc19e;
        }

    .tab-gallery .et_pb_tab_content p {
        width: 100% !important;
        padding-bottom: 56.6% !important;
    }

    .event-accordion label + input[type=radio]:checked + .evtacc-content {
        height: 365px;
    }

    .event-accordion .evtacc-desc .evtacc-date {
        width: 40px;
    }

        .event-accordion .evtacc-desc .evtacc-date .evtacc-date-start .date {
            font-size: 28px;
        }

        .event-accordion .evtacc-desc .evtacc-date .evtacc-date-start .month {
            font-size: 15px;
        }

    .event-accordion .evtacc-desc .evtacc-info {
        width: calc(100% - 50px);
    }

        .event-accordion .evtacc-desc .evtacc-info .evtacc-event-title {
            font-size: 18px;
            line-height: 1.4;
        }

        .event-accordion .evtacc-desc .evtacc-info .evtacc-address {
            font-size: 12px;
            line-height: 1.4;
        }

    .event-accordion .evtacc-content .evtacc-img {
        max-width: none;
        margin: 0 auto;
    }

    .event-accordion .evtacc-content .evtacc-box h3 {
        font-size: 18px;
    }
}

select[name=tva_categories]{
	    width: 100%;
    border: 1px solid #61c7ac;
    padding: 5px 10px;
    border-radius: 30px;
	box-sizing: content-box;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#tvappearance-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
/*     padding-top: 30px;
    margin-left: -5px; */
}

#tvappearance-wrap > article {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 220px;
    min-width: calc(33% - 20px)!important;
    box-sizing: content-box;
    margin: 0 10px 25px;
    box-shadow: 0px 40px 50px 0px rgba(0,0,0,.05);
    position: relative;
    cursor: pointer;
	background: #efefef;
}

#tvappearance-wrap .et_post_meta_wrapper{
	position: relative;
}

#tvappearance-wrap .et_post_meta_wrapper .modalvidplay{
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
}

#tvappearance-wrap .et_pb_post .entry-content {
    padding: 10px;
}

.scimediagallery-articles {
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
/*     padding-top: 30px;
    margin-left: -5px; */
}
.scimediagallery-articles article{
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 250px;
    min-width: calc(25% - 20px)!important;
    box-sizing: content-box;
    margin: 0 5px 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.35);
    position: relative;
    cursor: pointer;
	overflow: hidden;
}

.scimediagallery-wrapper .beautiful-taxonomy-filters{
	display: block;
}

.scimediagallery-wrapper .scimediagallery-thumbvid{
	position: relative;
	height: 100%;
}

.scimediagallery-wrapper .scimediagallery-thumbvid .thumbvidplayicon{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.scimediagallery-wrapper .scimediagallery-articles article .entry-content{
	font-size: 12px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 5px;
	border-bottom: 6px solid #000000;
    background: rgba(0, 0, 0, 0.6);
	transition: bottom 0.25s ease-in-out;
}

.scimediagallery-wrapper .scimediagallery-articles article:hover .entry-content{
	bottom: -48px;
    border-top: 6px solid #000;
}

.sc-modal-overlay {
    z-index: 150000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,143,193,0.95); 
    width: 100%;
    height: 100%;
 }

.sc-modal-overlay.visible {
    display: block;
    background: rgba(0, 0, 0, 0.68);
}

.sc-modal {
    z-index: 151000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
	overflow:hidden;
}

.sc-modal-block{
	background: #000;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    overflow: hidden;    
    width: 80%;    
    height: 600px;
    width: 1065px;
}

.sc-modal.visible, .sc-modal-close.visible {
    display: block;
    background: rgba(0, 0, 0, 0.68);
}

.sc-modal-trigger {
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 0 auto;
    padding: 1em 0.8em;
    background: #d1312e;
border: 1px solid transparent;
}

.sc-modal-trigger:hover {
    background: #e64825;
    border: 1px solid #e64825;
    color: #fff;
	letter-spacing:1;
}

.sc-modal-trigger.disabled,
.sc-modal-trigger.disabled:hover{
	cursor: no-drop;
    border-color: #ccc;
    color: #ccc;
	background: transparent;
}

.sc-modal-close {    
	padding: 6px 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: none;
    color: #fff;
    z-index: 1550;
    position: fixed;
    top: 5px;
    right: 5px;
    cursor: pointer;
	opacity: 0.5;
}

.sc-modal-close:hover{
	opacity: 1;	
    line-height: 1;
    border: 1px solid transparent;
}

.sc-modal-close.et_pb_button:after,
.sc-modal-close.et_pb_button:hover:after{
    display: none;
}

#scgallery_carousel.carousel {
    position: relative;
    clear: both;
    height: 100%;
    width: auto;
}

#scgallery_carousel .scgallery_slides {
    height: 100%;
    width: 100%;
    position: relative;
}

#scgallery_carousel .scgallery_slide {
    display: none;
    margin-right: -100%;
    list-style: none !important;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 1000ms;
}

    #scgallery_carousel .scgallery_slide .scgallery_slider_item {
        background-position: center;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #scgallery_carousel .scgallery_slide[data-state=active] {
        display: block;
        opacity: 1;
    }

        #scgallery_carousel .scgallery_slide .scgallery_slider_box {
            display: block;
            position: relative;
            z-index: 152000;
            line-height: 0;
        }

#scgallery_carousel .scgallery_slider_item .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.2963%;
}

#scgallery_carousel .scgallery_slider_item .fluid-width-video-wrapper iframe,
#scgallery_carousel .scgallery_slider_item .fluid-width-video-wrapper object,
#scgallery_carousel .scgallery_slider_item .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#scgallery_carousel .scgallery_slider_item .scgallery_slider_video,
#scgallery_carousel .scgallery_slider_item .scgallery_slider_image {
    height: 720px;
    width: 1200px;
}

#scgallery_carousel .scgallery_slider_item .scimediagallery-thumbnail{
  width: 100%;
  height : 100%;
}
#scgallery_carousel .scgallery_slider_item .scimediagallery-thumbnail img{
  width: 100%;
  height : 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* 
#scgallery_carousel .scgallery_slider_item .scimediagallery-thumbnail img{
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
} */

#scgallery_carousel .scgallery_slider_item .scgallery_slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.51);
    padding: 5px 0 0;
}

#scgallery_carousel .scgallery_slider_item .scgallery_slider_content * {
    color: #fff;
}

#scgallery_carousel .scgallery_carousel_btn{
    position:absolute;
    top: 50%;    
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    opacity: 0.6;
    z-index: 156000;
    border-radius: 30px;
	box-sizing: content-box;
}

#scgallery_carousel .scgallery_carousel_btn:hover{
    opacity: 0.9;
}

#scgallery_carousel #prev.scgallery_carousel_btn {
    background: #fff;
    left: 0px;
}

#scgallery_carousel  #next.scgallery_carousel_btn{
    background: #fff;
    right: 0px;
}

@media (max-width: 1200px) { 
    .sc-modal-block {
        width: 960px;
        height: 576px;
    }
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_video,
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_image{
        width: 960px;
        height: 576px;
    }
 }

@media (max-width: 992px) { 
    .sc-modal-block {
        width: 794px;
        height: 476px;
    }
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_video,
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_image{
        width: 794px;
        height: 476px;
    }
 }

@media (max-width: 768px) { 
    .sc-modal-block{
        width: 615px;
        height: 360px;
        padding: 15px;
    }
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_video,
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_image{
        width: 615px;
        height: 360px;
    }
	#scgallery_carousel .scgallery_carousel_btn {
		height: 25px;
		width: 25px;
	}
 }

@media (max-width: 576px) { 
    .sc-modal-block{
        width: 100%;
        height: 210px;
        padding: 10px;
    }
	
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_video,
    #scgallery_carousel .scgallery_slider_box .scgallery_slider_image{
        width: 460px;
        height: 210px;
    }
 }

/** Pagination */
.pagination {
    background:#E7E6E5;
    background:rgba(255,255,255,0.35);
    padding:7px 10px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.pagination .page-numbers {
    padding:3px 6px;
    font-size:15px;
    font-weight:bold;
}

.pagination .current {
    color:#000;
}