/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.about-video .video-image-footer{
	position: absolute;
	max-height: 479px;
}
.about-subtext {
    display: table-cell;
    vertical-align: middle;
}
.about-text {
	padding-top: 10px;
}
.about-video .play-button-other-video {
    max-height: 60px;
    margin: 25% 0px;
}
.about-text-footer .about-content {
    font-size: 17px;
    line-height: 23px;
}
.home-page-about #homeAboutSlider {
	box-shadow: none;
	height: 100%;
	margin-top: 50px;
	position: relative;
	text-align: center;
}
.home-page-about .about-home-title {
	font-size: 18px;
	font-family: Gothic-semi;
	text-align: center;
	margin-bottom: 15px;
}
.home-page-about .about-home-content {
	text-align: center;
	margin-bottom: 15px;
	font-family: Grotesk-light;
}
.about-home-content p {
	font-family: Grotesk-light;
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
}
.home-page-about .about-home-link a{
  font-size: 14px;
	text-align: center;
}
.home-page-about .about-home-link a:hover, .home-page-about .about-home-link a:focus{
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.home-page-about .about-home-subcontainer {
    position: relative;
    height: 100%;
}

.home-page-about .carousel-inner {
	height: 100%;
}
.home-page-about .carousel-indicators li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
}
.about-textcontainer-yellow {
	background: #FFE070;
	max-height: 310px;
}
.home-page-about .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #000;
}

.home-page-about .carousel-indicators {
	position: absolute;
	z-index: 15;
	padding-left: 0;
	margin: 0px;
	text-align: center;
	left: 0;
	width: 100%;
	top: -20%;
}
.about-textcontainer-berry-pink {
    background: #E390A8;
	padding-bottom: 20px;
	padding-top: 0;
}
.home-page-about .video-link-image{
	position: absolute;
}
.home-page-about .iframe-container iframe {
    position: absolute;
    height: 100%;
	width: 100%;
	display: none;
}
.home-page-about .iframe-container {
    padding-bottom: 56.2%;
    position: relative;
    overflow: hidden;
    background-color: #F8DEBE;
}
.home-page-about .play-video-button,.home-page-about .video-link-image:hover,.home-page-about .video-link-image:focus{
    text-align: center;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.home-page-about .video-thumbnail-image, .home-page-about .video-thumbnail-image:focus, .home-page-about .video-thumbnail-image:hover{
	cursor: pointer;
}
.home-page-about .about-home-link{
	text-align: center;
}
.home-page-about .about-subcontainer{
	width: 100%;
	margin: 0px;
}

.home-page-about .about-textcontainer {
    padding: 65px 0px 35px 0px;
}
.home-page-about .about-video {
	padding: 0;
	font-family: Grotesk-semi;
	max-height: 299px;
}
.home-page-about .play-video-button{
    max-height: 46px;
    margin: 23% 0;
}
.about-sub-container{
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
}
.aboutFirst{
	order: 1;
	float: right;
	padding: 0px 0px 30px 0px;
}
.aboutSecond{
	order: 2;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

.about-sub-container .carousel {
	margin-bottom: 0px;
}

#homeAboutSlider .owl-dots {
	position: absolute;
	top: -45px;
	left: -5px;
	width: 100%;
}

.about-sub-container .iframe-container img.video-thumbnail-image{
	min-height:210px;
}
	
@media (min-width: 576px){
	.about-textcontainer-yellow {
		max-height: 275px;
	}
	.home-page-about .about-home-subcontainer {
	    max-height: 275px;
	}
	.home-page-about .about-subcontainer{
		max-height: 335px;
		margin: 0px auto;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}
	.home-page-about .carousel-inner {
		max-height: 275px;
	}
	.home-page-about .about-video, .home-page-about .about-video .video-thumbnail-image{
		max-height: 275px;
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}
	.home-page-about .about-textcontainer {
		padding: 22px 0px 11px 0px;
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	}
	.home-page-about .about-home-title{
		font-size: 19px;
	}
	.home-page-about .about-home-content {
	    font-size: 18px;
	    line-height: 21px;
	}
	.about-home-content > p{
		font-size: 18px;
		line-height: 26px;
	}
	.home-page-about .play-video-button{
        margin: 21% 0;
    	max-height: 76px;
	}
	.home-page-about .about-home-link{
		height: 23px;
	}
	
}

@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.aboutFirst{
		padding: 0px 15px;
	}
	.about-sub-container{
		padding: 30px 0;
	}
	.home-page-about .about-home-title {
		font-size: 24px;
		text-align: left;
	}
	.home-page-about .about-home-content {
		text-align: left;
	}
	.about-home-content > p{
		font-size: 18px;
		line-height: 26px;
	}
	.home-page-about .about-home-link {
	    text-align: left;
	}
	.home-page-about .about-home-text {
	    display: table;
	    max-width: 380px;
	    width: 100%;
	    height: 100%;
        padding: 28px 0px;
	}
	.home-page-about .about-home-subtext {
	    max-width: 499px;
	    display: table-cell;
	    vertical-align: middle;
	}
	.home-page-about .about-home-subcontainer {
	   	max-height: 365px;
	}

	.home-page-about .carousel-inner {
		max-height: 365px;
	}
	.about-textcontainer-yellow {
		max-height: 365px;
	}
	.home-page-about .about-video, .home-page-about .about-video .video-thumbnail-image{
		max-height: 365px;
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}

	.home-page-about .about-textcontainer {
	    padding: 22px 24px 11px 0px;
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	}
	.aboutFirst{
		order: 2;
		float: right;
	}
	.aboutSecond{
		order: 1;
		float: right;
	}
	.home-page-about .carousel-indicators{
		top: -10%;
		width: auto;
	}
	#homeAboutSlider .owl-dots {
		top: -20px;
		left: -5px;
		width: auto;
	}
	.home-page-about #homeAboutSlider {
		text-align: center;
	}
	
	.about-textcontainer-berry-pink {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.about-sub-container{
		padding: 30px 0;
	}
	.home-page-about .about-home-text {
	    max-height: 500px;
	    padding: 28px 25px 28px 0px;
	}

	.home-page-about .about-home-subcontainer {
	    max-height: 500px;
	}

	.home-page-about .carousel-inner {
		max-height: 500px;
	}

	.about-textcontainer-yellow {
		max-height: 500px;
	}

	.home-page-about .about-text{
		max-height: 458px;
	}

	.home-page-about .about-subcontainer{
	    max-height: 500px;
	    max-width: 1200px;
	    margin: 0px auto;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}
	.home-page-about .about-video, .home-page-about .about-video .video-thumbnail-image{
	    max-height: 500px;
	    -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}
	.home-page-about .play-video-button{
	    max-height: 100px;
	    margin: 23% 0;
	}

	.home-page-about .about-textcontainer {
	    padding: 65px 0px;
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    /* order: 1; */
	}
	.home-page-about .about-home-link {
		text-align: left;
	}
	.home-page-about .about-home-title {
	    font-size: 24px;
	    text-align: left;
	    margin-bottom: 25px;
	}
	.home-page-about .about-home-content {
	    font-size: 21px;
	    line-height: 26px;
	    text-align: left;
	}
	.about-home-content > p{
		font-size: 19px;
		line-height: 30px;
	}
	.home-page-about .about-home-link a{
	    font-size: 16px;
	}

}
