/*
    Desktop
*/
.tabs {
    margin-bottom: 20px;
	height: 40px;
}

.sliding-tabs-container {
    margin-bottom: 20px;
    overflow: hidden;
}

.sliding-tabs {
    width: 800px;
}

.sliding-tab {
    float: left;
    padding: 2px 16px;
    cursor: pointer;
    color: #333;
    border: 1px solid #9C5FB5;
    border-left: none;
    height: 33px;
    line-height: 28px;
}

.tab {
    float: left;
    padding: 2px 16px;
    cursor: pointer;
    color: #333;
    border: 1px solid #9C5FB5;
    border-left: none;
    height: 33px;
    line-height: 28px;
}

#tab1:not(.active), #sub-tab1:not(.active) {
    border-left: 1px solid #9C5FB5;
}

.tab.active, .sliding-tab.active {
    background-color: #00BFD7;
    color: #FFF;
    border-color: #00BFD7;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #00BFD7;
    margin: 0 auto;
}

.week {
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.week .active {
    background-color: #00BFD7;
    color: #FFF;
}

.control-left, .control-right {
    width: 30px;
    height: 46px;
    background-color: #9C5FB5;
}

.control-left {
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.control-right {
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.control-right:hover, .control-left:hover {
    background-color: #CBB1D6;
}

.arrow-right {
    margin: 13px auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFF;
}

.arrow-left {
    margin: 13px auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #FFF;
}

.image-container {
    float: left;
    width: 43%;
}

.image-container img {
    width: 100%;
}

.description {
    float: left;
    width: 55%;
    margin-top: 5px;
    margin-left: 2%;
    user-select: text;
    -webkit-user-select: text;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.zoom-text {
    float: left;
}

.zoom-text::after {
    content: 'Click to zoom';
}

.social {
    float: right;
}

.social img {
    width: 32px;
    height: 32px;
}

.at-icon-wrapper {
    border-radius: 20px;
}

.i-twitter {
    background-color: #B5DFF9;
}

.i-google {
    background-color: #EFA099;
}

.i-linkedin {
    background-color: #6BB8E2;
}

.lSPager.lSGallery {
    height: 46px;
    margin-top: 0 !important;
    background-color: #F1F1F1;
}

.lSSlideWrapper {
    margin-top: 20px;
}

.lSPager.lSGallery > li.active {
    background-color: #00BFD7;
    border-radius: 0 !important;
}

.lSPager.lSGallery > li > a {
    color: #666;
}

.lSPager.lSGallery > li.active > a {
    color: #FFF !important;
}

.lightSlider.lSSlide {
    margin: 0;
}

.swipe-overlay {
    display: none;
    width: 170px;
    height: 170px;
    position: fixed;
    top: 55%;
    left: 50%;
    margin-top: -85px;
    margin-left: -85px;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(153, 153, 153, 0.75);
    z-index: 2;
}

.swipe-overlay img {
    display: inline;
    width: 35%;
}

.swipe-overlay h3 {
    margin: 30px 0 5px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*
    Nacersano
*/
#main-content ul {
    list-style: none;
    margin: 0;
}

/*
    Responsive
*/
@media screen and (min-width: 992px) {
	.mobile-social {display: none;}
	.desktop-social {display: block;float:right;}
}
@media screen and (max-width: 992px) {
    @-ms-viewport{
        width: device-width;
    }
	.mobile-social {display: block;margin: 0px 0px 10px 12px;}
	.mobile-social .addthis_sharing_toolbox {float: right;}
	.desktop-social {display: none;}

    h1.heading39 {
        padding-left: 10px;
        font-size: 18pt;
    }

    #weekxweek > p {
        display: none;
    }

    /*.zoom-text {
        margin-left: 15px;
    }

    .zoom-text img {
        display: inline;
    }*/

    .zoom-text {
        display: none;
    }

    .social {
        margin-right: 10px;
    }

    .container {
        border: none;
        width: 100%;
    }

    .tabs {
        margin-bottom: 12px;
    }

    .tab {
        width: 50%;
        padding: 2px 0;
        text-align: center;
        border-left: 0;
        border-right: 0;
    }

    #tab1:not(.active), #sub-tab1:not(.active) {
        border-left: 0;
    }

    .image-container {
        width: 48%;
    }

    .description {
        width: 50%;
    }

    .image-container img:first-child {
        /*transform: scale(1.3) translateY(5px) translateX(-15px);*/
    }

    .control-right, .control-left {
        width: 26px;
        z-index: 2;
    }

    .fixed-top {
        position: fixed;
        top: 61px;
    }

    .lSPager.lSGallery {
        z-index: 1;
    }

    .control-right {
        right: 0%;
    }

    .lSSlideOuter {
        margin-left: 26px;
    }

    #video p {
        padding: 0 10px;
    }
}