/*
 * jQuery FlexSlider v2.4.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin-bottom: 10px;
}

.flex-control-nav {
	text-align: center;
  	display: flex;
}

ul.flex-direction-nav {
	display: none;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 1px solid #D1CFCF;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media(max-width:1366px){
.flex-control-nav { 
    left: -22%; 
}
}
@media(max-width:1280px){
  .flex-control-nav {
      left: -15%;
  }
}

@media screen and (max-width: 991px) {

.offer-bottom-grids-info { 
    margin-top: 1em;
}
}
@media screen and (max-width:800px) {
	.flex-control-nav {
		left: -7%;
	}
}

