/**
* 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.
*/
.models-container .main-template {
	margin-bottom: 0;
}
#models.owl-carousel img { 
    margin: 0 auto;
}

#models.owl-carousel .owl-dots { 
	display: none;
}
.models-text {
	background: #000;
	bottom: 0;
	color: #fff;
	font-family: 'Montserrat-Light', sans-serif;
    font-size: 30px;
    height: 70px;
    opacity: 0.5;
	padding-top: 12px;
	position: absolute;
    text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.models-container .models-description {
	color: #fff;
    height: auto;
    background-color: #3b3838;
    text-align: center;
    font-size: 24px;
    padding: 20px 10px;
    font-family: 'Montserrat-ExtraLight',sans-serif;
}
.models-description a:hover, .models-description a:active, .models-description a:focus{
	color: #d4b5a1;
}
.models-description a {
	color: #d4b5a1;
    font-size: 24px;
}
.models-container {
	position: relative;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 15%;
}
.owl-nav .owl-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 15%;
}
.owl-nav .owl-next.disabled, .owl-nav .owl-prev.disabled {
	opacity: 0.2;
}
.owl-nav .owl-next img,.owl-nav .owl-prev img{
    height: 75px;
    width: 100%;
    max-width: 25px;
}
@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	#models.owl-carousel { 
		display: block;
	}
	#models.owl-carousel img { 
		max-width: 100%;
	}
	.models-container .models-description {
		font-size: 22px;
		padding: 10px 15px;
		font-family: 'Neuzeit';
	}
	.models-description a {
		font-size: 22px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
