/**
 * Models carousel widget CSS
 */

.widget.widget_models_entries_carousel .widget-title {
    text-align: center;
}

/* Models carousel -- Overlay */
.mc-carousel .item .overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.mc-carousel .overlay:before,
.mc-carousel .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mc-carousel .overlay:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.mc-carousel .item:hover .overlay:after {
    opacity: 1;
}

/* Pagination syling */
.owl-carousel .owl-controls .owl-nav {
    width: 0;
}
.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    width: 100%;
    counter-reset: dots;
    display: block;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    display: inline-block;
    margin: 0 10px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span:before {
    content: '0';
}
.owl-carousel .owl-controls .owl-dots .owl-dot span:after {
    counter-increment:dots;
    content: counter(dots);
}

.widget.widget_models_entries_carousel .models-carousel-cat-block  .subtitle {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 20px 0 0;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block  .subtitle:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    color: inherit;
    top: 50%;
    width: 500px;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block  .subtitle:after {
    left: 100%;
}

.widget.widget_models_entries_carousel .models-carousel-cat-block ul {
    padding: 0;
}

.widget_models_entries_carousel {
    padding: 0;
    position: relative;
    display: block;
}

/*** Models carousel Style 1 ***/

.style-1.nav-visible {
    padding: 0 0 48px;
    position: relative;
}

.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls {
    margin-top: 0;
    position: relative;
}

.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-dots {
    background-color: #f5f5f5;
	text-align: center;
}

.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	opacity: 0.6;
	transform: scale(0.75);
	width: auto;
	height: auto;
	margin: 5px;
}
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot,
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot span,
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot span:before,
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot span:after {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 32px;
	font-weight: 700;
    line-height: 1;
}
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot span {
    display: block;
	color: #616161;
}
.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls {
    margin-top: 40px;
}
.widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot.active {
    color: #303030;
    opacity: 0.8;
    transform: scale(1);
}

.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: auto;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 24px;
}

.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 24px;
}



.style-1 .owl-item .item {
    padding-bottom: 146px;
}

.style-1 .mc-carousel__content {
	border-left: 3px solid #95c6d8;
	bottom: 0;
	left: 0;
	overflow: hidden;
	perspective: 500px;
    min-height: 146px;
	position: absolute;
	right: 0;
	padding: 36px 30px;
	transition: all 0.4s ease-in-out 0s;
    background-color: #fff;
    z-index: 2;
}
.style-1 .item:hover .mc-carousel__content {
	background-color: #f5f5f5;
	border-left-color: transparent;
	padding-right: 65px;
	padding-top: 37px;
}

.widget_models_entries_carousel .style-1 .mc-carousel__title {
    font-family: "Josefin Sans", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	text-align: left;
	font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 18px;
}
.widget_models_entries_carousel .style-1 .mc-carousel__title a {
	color: #303030;
}
.widget_models_entries_carousel .style-1 .mc-carousel__title a:hover {
	color: #95c6d8;
}
.widget.widget_models_entries_carousel .style-1 .mc-carousel__category {
    font-size: 18px;
    line-height: 26px;
	text-align: left;
	color: #616161;
}

.style-1 .mc-carousel__parameters-block {
	max-height: 0;
	opacity: 0;
	position: relative;
	top: 10px;
	border-left: 3px solid #95c6d8;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	text-align: left;
	overflow: hidden;
	padding-left: 15px;
	transition: max-height 0.4s ease-in-out 0s, margin 0.4s ease-in-out 0s, top 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}

.style-1 .owl-models-carousel .item:hover .mc-carousel__content {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.style-1 .item:hover .mc-carousel__parameters-block {
	margin-top: 43px;
	max-height: 160px; /* was 120 */
	opacity: 1;
	top: 0;
}

.style-1 .mc-carousel__parameters-block > div {
    margin: 0 16px 10px;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}

.style-1 .mc-carousel__parameters-block > div > span {
    font-weight: 900;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}
.style-1 .mc-carousel__social {
    display: block;
}
.style-1 .mc-carousel__social > div {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.style-1 .mc-carousel__social {
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateY(-120deg);
	transform-origin: right center 0;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	width: 64px;
	background-color: #303030;
}

.style-1 .item:hover .mc-carousel__social {
  opacity: 1;
  transform: rotateY(0deg);
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}
.style-1 .mc-carousel__social > div {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.style-1 .mc-carousel__social .social-icon a {
	color: #ffffff;
	display: block;
    margin: 0;
    font-size: 16px;
    padding: 16px 24px;
}

.style-1 .mc-carousel__social .social-icon a:hover {
    color: #95c6d8;
}


/*** Models carousel Style 2 ***/

.style-2 .item {
    padding-bottom: 130px;
}
.style-2 .mc-carousel__desc {
    position: relative;
    max-height: 0;
    opacity: 0;
    margin-bottom: 10px;
    transition: max-height 0.4s ease-in-out 0s, margin 0.4s ease-in-out 0s, top 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
}

.style-2 .item:hover .mc-carousel__desc {
    top: 0;
    opacity: 1;
    margin-top: 43px;
    max-height: 100px;
}

.widget.widget_models_entries_carousel .models-carousel-cat-block  .widget-title {
    margin-bottom: 30px;
    text-align: left;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block {
    display: block;
    float: left;
    height: 100%;
    text-align: left;
    width: auto;
    max-width: 100%;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block .cat-block-inner {
    margin-right: 0;
    overflow: hidden;
    position: relative;
}

.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all {
    margin-top: 40px;
    margin-bottom: 40px;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all a {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    padding-left: 20px;
    border-left: 3px solid #95c6d8;
    color: #303030;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all i {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #303030;
    background-color: #95c6d8;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all a:hover {
    color: #95c6d8;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all a:hover i {
    color: #ffffff;
}

.widget.widget_models_entries_carousel .models-carousel-cat-block li.category-link {
    border-left: 4px solid transparent;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 13px;
}
.widget.widget_models_entries_carousel .models-carousel-cat-block li.category-link > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.widget.widget_models_entries_carousel .style-2 .mc-carousel__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}

.widget.widget_models_entries_carousel .style-2 .mc-carousel__category {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget.widget_models_entries_carousel .style-2 {
    display: block;
    width: 100%;
    overflow: hidden;
}
.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls {
    margin-top: 12px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px 0;
}


.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls .owl-nav {
    display: block;
    margin: 0 auto;
    min-height: 28px;
    height: 100%;
    min-width: 456px;
    pointer-events: none;
}

.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls .owl-prev .mc-chevron-thin-left:before,
.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls .owl-next .mc-chevron-thin-right:before {
    display: inline;
    font-family: 'FontAwesome';
    font-size: 24px;
    content: ' ';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls .owl-prev .mc-chevron-thin-left:before {
    content: '\f104';
    float: left;
}

.widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls .owl-next .mc-chevron-thin-right:before {
    content: '\f105';
    float: right;
}

.style-2 .mc-carousel .owl-controls .owl-nav .owl-prev,
.style-2 .mc-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    pointer-events: auto;
    text-align: center;
    width: 20px;
    z-index: 3;
}
.style-2 .mc-carousel .owl-controls .owl-nav .owl-prev {
    left: 15px;
}
.style-2 .mc-carousel .owl-controls .owl-nav .owl-next {
    right: 15px;
}

.style-2 .mc-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}

.style-2 .mc-carousel .owl-controls .owl-nav i {
    font-size: 20px;
    font-weight: 100;
}

.style-2 .mc-carousel .owl-dots {
    bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

.style-2 .mc-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.style-2 .mc-carousel .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 2px 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 8px;
}

.style-2 .mc-carousel__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.style-2 .owl-models-carousel .item:hover .mc-carousel__content {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    padding: 30px;
}
.style-2 .mc-carousel__parameters-block {
    text-align: left;
}

.style-2 .mc-carousel__parameters-block > div {
    margin: 0 0 25px;
    display: block;
    text-align: left;
    line-height: 1.2;
}

.style-2 .mc-carousel__parameters-block .show-gallery,
.style-2 .mc-carousel__parameters-block .show-profile {
    margin-top: 15px;
}

.style-2 .mc-carousel__parameters-block > div > span {
    font-weight: 900;
    display: inline;
    margin-right: 10px;
}

.style-2 .mc-carousel__parameters-block > div > span:after {
    content: ':';
}

.style-2 .mc-carousel__parameters-block .show-gallery,
.style-2 .mc-carousel__parameters-block .show-profile {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.style-2 .mc-carousel__parameters-block .show-gallery:hover,
.style-2 .mc-carousel__parameters-block .show-profile:hover,
.style-2 .mc-carousel__parameters-block .show-gallery:focus,
.style-2 .mc-carousel__parameters-block .show-profile:focus {
    background: transparent !important;
}
.style-2 .mc-carousel__parameters-block .show-profile,
.style-2 .mc-carousel__parameters-block .show-gallery {
    margin-right: 10px;
}

.style-2 .mc-carousel__parameters-block .show-gallery:after,
.style-2 .mc-carousel__parameters-block .show-profile:after {
    position: absolute;
    font-family: 'rt-icons-2';
    content: ' ';
    right: 11px;
}

.style-2 .mc-carousel__parameters-block .show-gallery:after {
    content: "\e656";
    font-size: 16px;
    top: 6px;
}

.style-2 .mc-carousel__parameters-block .show-profile:after {
    content: "\e654";
    font-size: 16px;
    top: 5px;
}

.style-2 .mc-carousel__title {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.style-2 .mc-carousel__title span {
    width: auto;
    overflow: hidden;
    display: block;
}

.style-2 .mc-carousel__social > div {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-left: 14px;
}
.style-2 .mc-carousel__social > div:first-child {
    margin-left: 0;
}
.style-2 .mc-carousel__social .social-icon a:hover {
    color: #95c6d8;
}



/* Animate/Transition */
.mc-carousel .item .overlay,
.mc-carousel .item:hover .overlay,
.mc-carousel .item .overlay:after,
.mc-carousel .item:hover .overlay:after,
.transition--on {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



/**
 * Widget placements
 */

/* Footer widget */
.footer .widget.widget_models_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.footer .widget.widget_models_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: transparent;
}

.footer__widgets-row .widget.widget_models_entries_carousel {
    padding-bottom: 40px;
}

/**
 * Responsive
 */

/** Mobile Large 620px **/
@media screen and (min-width: 38.75em) {
    .widget.widget_models_entries_carousel .style-1 .owl-dots .owl-dot {
        margin: 23px 26px 26px;
    }
    .widget.widget_models_entries_carousel .models-carousel-cat-block  .widget-title {
        margin-bottom: 50px;
    }
    .widget.widget_models_entries_carousel .models-carousel-cat-block .show-all {
        margin-top: 90px;
    }
    .widget.widget_models_entries_carousel .style-2,
    .widget.widget_models_entries_carousel .models-carousel-cat-block {
        width: 50%;
    }
    .widget.widget_models_entries_carousel .models-carousel-cat-block .cat-block-inner {
        margin-right: 30px;
    }
}

/** Tablet Small 740px **/
@media screen and (min-width: 46.25em) {}

/** Desktop Small 955px **/
@media screen and (min-width: 59.6875em) {
    .widget.widget_models_entries_carousel .models-carousel-cat-block {
        width: 30%;
    }
    .widget.widget_models_entries_carousel .style-2 {
        width: 70%;
    }

    .style-2 .mc-carousel__title {
        margin-bottom: 10px !important;
    }

    .widget_models_entries_carousel .style-1 {
        padding: 0;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls {
        margin-top: 80px;
        position: relative;
        width: 100%;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -35px;
        -moz-transform: rotate(-90deg); /* For Firefox */
        -ms-transform: rotate(-90deg); /* For IE */
        -webkit-transform: rotate(-90deg); /* For Safari, Chrome, iOS */
        -o-transform: rotate(-90deg); /* For Opera */
        transform: rotate(-90deg);
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -35px;
        -moz-transform: rotate(-90deg); /* For Firefox */
        -ms-transform: rotate(-90deg); /* For IE */
        -webkit-transform: rotate(-90deg); /* For Safari, Chrome, iOS */
        -o-transform: rotate(-90deg); /* For Opera */
        transform: rotate(-90deg);
    }

    .widget.widget_models_entries_carousel .style-2 .owl-carousel .owl-controls {
        margin-top: 24px;
    }
}

/** Desktop Medium 1100px **/
@media screen and (min-width: 68.75em) {
    .widget_models_entries_carousel .style-1 {
        padding: 0;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -35px;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -35px;
    }
}

/** Desktop Large 1240px **/
@media screen and (min-width: 77.5em) {
    .widget_models_entries_carousel .style-1 {
        padding: 0;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -50px;
    }

    .widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -50px;
    }
	.widget.widget_models_entries_carousel .style-1 .owl-carousel .owl-controls {
        margin-top: 80px;
    }
}

/** Desktop X-Large 1403px **/
@media screen and (min-width: 87.6875em) {
    .style-2 .mc-carousel__parameters-block > div {
        margin: 0 0 23px;
        display: block;
        text-align: left;
    }
    .widget.widget_models_entries_carousel .models-carousel-cat-block {
        width: 25%;
    }
    .widget.widget_models_entries_carousel .style-2 {
        width: 75%;
    }
}

/*Firefox Fix*/
@-moz-document url-prefix() {
    .widget.widget_models_entries_carousel .owl-carousel .owl-stage-outer {
        margin-right: 0;
    }
    .widget.widget_models_entries_carousel .owl-carousel .owl-stage-outer .owl-item .item-inner {
        border: 0;
    }
}