﻿html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, a, button, select, textarea, ul, ol, li
{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus
{
	text-decoration: none;
	outline: none;
	box-shadow: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input:focus, select:focus
{
	box-shadow: inherit !important;
	border-color: none;
	outline: none;
}
@font-face {
	font-family: 'Conv_Gotham-Medium';
	src:url(../fonts/Gotham-Medium.eot);
	src: local('☺'), url(../fonts/Gotham-Medium.woff) format('woff'), url(../fonts/Gotham-Medium.ttf) format('truetype'), url(../fonts/Gotham-Medium.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_gotham-light';
	src:url(../fonts/gotham-light.eot);
	src: local('☺'), url(../fonts/gotham-light.woff) format('woff'), url(../fonts/gotham-light.ttf) format('truetype'), url(../fonts/gotham-light.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src:url(../fonts/Gotham-Bold.eot);
	src: local('☺'), url(../fonts/Gotham-Bold.woff) format('woff'), url(../fonts/Gotham-Bold.ttf) format('truetype'), url(../fonts/Gotham-Bold.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Book';
	src:url(../fonts/Gotham-Book.eot);
	src: local('☺'), url(../fonts/Gotham-Book.woff) format('woff'), url(../fonts/Gotham-Book.ttf) format('truetype'), url(../fonts/Gotham-Book.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

/*-----Main Navigation Background-----*/
.main-navigation
{
	width:100%;
	height: 72px;
	background-color: transparent;
	position: fixed;
	top: 12px;
	right: 0;
	left: 0;
	z-index: 10;	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fixed-header
{
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-navigation.fixed-header .access
{
	border: 2px solid #fff;
}
.main-navigation .navigation
{
	max-width: 1172px;
	width: 96%;
    height: 100%;
	padding: 0px 0px;
	margin: 0px auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    justify-content: space-between;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.logo-menu
{
	width: 100%;
	height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    justify-content: space-between;	
}
.main-navigation .logo-menu a img
{
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	position: relative;
	top: 0px;
}
.fixed-header .logo-menu a img
{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-navigation .navigation .menuToggle
{
	display: none;
}
.main-navigation .navigation .menu
{
	/*height: 100%;*/
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
	align-items: center;
}
.main-navigation .navigation .menu li
{
	/*height: 100%;*/
}
.main-navigation .navigation .menu li a
{
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
	align-items: center;
	/*height: 100%;*/
	font-family: 'Conv_Gotham-Medium';
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px 40px 0px 0px;
	position: relative;
	letter-spacing: 2px;
}
.main-navigation .navigation .menu li:last-child a
{
	margin: 0px;
}
.main-navigation .navigation .menu li a:hover
{
	color: #fdc541;
}
.banner
{
	width: 100%;
	background-color: #000000;
	text-align: center;
}
.banner-content
{
	text-align: center;
	max-width: 850px;
	width: 100%;
	margin: 0px auto;
	padding: 255px 0px 150px;
}
.banner-content h1
{
	font-family: 'Conv_Gotham-Bold';
	font-size: 64px;
	letter-spacing: -4px;
	color: #fff;
}
.banner-content h1 main
{
	display: inline-block;
	color: #fdc541;
}
.down
{
	display: inline-block;
	color: #fff;
	font-size: 50px;
	margin: 0px auto;
	padding-bottom: 28px;
}
.aboutBG
{
	width: 100%;
	display: block;
	margin: 80px 0px 120px;
}
.heading
{
	font-family: 'Conv_Gotham-Bold';
    font-size: 44px;
    letter-spacing: 0px;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 60px;
}
.videoBG
{
	max-width: 574px;
	width: 100%;
	height: 350px;
	display: inline-block;
}
.videoBG img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-content
{
	padding: 30px 60px;
}
.about-content h2
{
	font-family: 'Conv_Gotham-Bold';
	font-size: 38px;
	letter-spacing: 2px;
	color: #000;
	display: block;
}
.about-content p
{
	font-family: 'Conv_Gotham-Book';
	font-size: 24px;
	line-height: 36px;
	color: #787878;
	display: block;
	margin: 20px auto 30px;
}
.about-content a
{
	font-family: 'Conv_Gotham-Bold';
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	display: inline-block;
	background-color: #efb93c;
	padding: 12px 28px;
	text-transform: uppercase;
}
.newsletterBG
{
	width: 100%;
	display: block;
	background-color: #e9e9e9;
	padding: 20px 0px 70px;
}
.newsletterForm
{
	width: 100%;
	display: block;
	margin: 60px 0px 100px;
}
.newsletterForm p
{
	font-family: 'Conv_Gotham-Book';
	font-size: 18px;
	color: #000;
	letter-spacing: 0px;
	display: inline-block;
}
.newsletterForm .form-group
{
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}
.newsletterForm .form-group .form-control
{
	width: 100%;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Conv_Gotham-Book';
	font-size: 16px;
	color: #000;
	height: 48px;
    padding: 5px 70px 5px 20px;
}
.newsletterForm .form-group a
{
	position: absolute;
    right: 0px;
    top: 0px;
    background-color: #000;
    padding: 2.3px 20px;
    color: #fff;
    font-size: 28px;
}
.newsletterBlog
{
	text-align: center;
}
.newsletterBlog .IMGBlog
{
	width: 360px;
	height: 340px;
	display: block;
	margin: 0px auto;
}
.newsletterBlog .IMGBlog img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.newsletterBlog h3
{
	font-family: 'Conv_Gotham-Bold';
	font-size: 30px;
	color: #000;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	margin-top: 34px;
}
.newsletterBlog p
{
	font-family: 'Conv_Gotham-Book';
	font-size: 20px;
	line-height: 28px;
	color: #787878;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 0px 15px;
}
.portfolioContainer
{
	max-width: 970px;
	width: 100%;
	margin: 60px auto 0px;
	display: block;
}
.portfolioContainer .col-lg-12 .row
{
	margin-bottom: 55px;
}
.portfolioContainer .col-lg-12 .row:last-child
{
	margin-bottom: 0px;
}
.content
{
	padding-left: 30px;
}
.content h4
{
	font-family: 'Conv_Gotham-Bold';
	font-size: 30px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 8px;
	display: block;
}
.content p
{
	font-family: 'Conv_Gotham-Book';
	font-size: 24px;
	line-height: 28px;
	color: #787878;
	letter-spacing: 1.1px;
	display: block;
}
.ethosBG
{
	width: 100%;
    display: block;
    background-color: #000;
    padding: 20px 0px 70px;
	margin-top: 80px;
}
.ethosBG  .heading
{
	color: #fff;
}
.ethosBG .content
{
	padding-left: 0px;
}
.ethosBG .content p
{
	line-height: 34px;
	color: #fff;
}
.ethosBG .portfolioContainer .col-lg-12 .row
{
	margin-bottom: 120px;
}
.ethosBG .portfolioContainer .col-lg-12 .row:last-child
{
	margin-bottom: 0px;
}
.circleIMG
{
	width: 242px;
	height: 242px;
	border-radius: 50%;
}
.people
{
	width: 100%;
	margin-top: 50px;
}
.circleIMG img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.people .content h4
{
	font-family: 'Conv_Gotham-Bold';
    font-size: 30px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}
.people .content p
{
	font-family: 'Conv_Gotham-Book';
    font-size: 24px;
    line-height: 28px;
    color: #787878;
    letter-spacing: 1.1px;
    display: block;
}
.people .col-lg-9 .row
{
	height: 100%;
	align-items: center;
}
.people hr
{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 70px 0px;
}
.footerBG
{
	width: 100%;
	display: block;
	background-color: #000;
	padding: 95px 0px 100px;
	margin-top: 80px;
}
.eachFooter h5
{
	font-family: 'Conv_Gotham-Bold';
    font-size: 18px;
    color: #fff;
	display: block;
	margin-bottom: 10px;
}
.eachFooter span, .eachFooter span a
{
	font-family: 'Conv_Gotham-Book';
    font-size: 15px;
    color: #bcbcbc;
	display: block;
}
#blog .main-navigation
{
	background-color: #000000;
    top: 0px;
}
.midBlog-BG
{
	width: 100%;
	display: block;
	background-color: #f5f5f6;
	margin-top: 72px;
	padding: 50px 0px 40px;
}
.left-storyBG
{
	width: 100%;
	background-color: #fff;
    border: 1px solid #e8e8e9;
	padding: 30px 25px;
}
.storyHeading
{
	font-family: 'Conv_Gotham-Book';
	font-size: .6875rem;
    color: #a9a9a9;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.main-storyDiv
{
	margin-bottom: 25px;
}
.main-storyDiv .Story-Picture
{
	height: 200px;
	margin-bottom: 15px;
}
.main-storyHeading-Link
{
	font-family: 'Conv_Gotham-Medium';
	display: inline-block;
	font-size: .8125rem;
    line-height: 1.45;
    color: #4a4a4a;
	margin-bottom: .5rem;
}
.main-storyHeading-Link:hover, .main-storyHeading-Link:active, .main-storyHeading-Link:focus
{
	color: #efb93c;
}
.main-storyRelease-Date
{
	font-family: 'Conv_Gotham-Book';
	font-size: .8125rem;
    color: #848484;
    line-height: 1.62;
}
.right-storyBG
{
	width: 100%;
	background-color: #fff;
    border: 1px solid #e8e8e9;
	padding: 30px 25px;
	margin: 0px 0px 20px;
}
.Full-story-author-heading
{
	margin-bottom: 30px;
}
.Full-story-author-heading img
{
	margin-right: 10px;
}
.Full-story-author-heading span a
{
	font-family: 'Conv_Gotham-Medium';
	font-size: .8125rem;
    line-height: 1.45;
    color: #4a4a4a;
}
.Full-story-author-heading time
{
	font-family: 'Conv_Gotham-Book';
	font-size: .8125rem;
    color: #c2c2c2;
}
.Full-Story-Heading
{
	font-family: 'Conv_Gotham-Medium';
	font-size: 2.125rem;
    line-height: 1.32;
    letter-spacing: -.4px;
	margin-bottom: 25px;
	color: #4a4a4a;
}
.Story-Picture
{
	width: 100%;
	height: 390px;
}
.Story-Picture img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.story-Body
{
	width: 100%;
	margin: 10px 0px 0px;
	text-align: center;
}
.story-Body figcaption
{
	font-family: 'Conv_Gotham-Book';
	font-size: .8125rem;
    color: #848484;
    line-height: 1.62;
    margin-bottom: 15px;
	text-align: left;
}
.story-Body div
{
	text-align: left;
}
.story-Body div p
{
	font-family: 'Old Standard TT', serif;
    line-height: 1.55;
    font-size: 17px;
	margin-bottom: 1rem;
	color: #4a4a4a;
}
.story-Body div ul
{
	padding-left: 20px;
}
.story-Body div ul li
{
	list-style: disc;
	font-family: 'Old Standard TT', serif;
    line-height: 1.55;
    font-size: 17px;
	margin-bottom: 8px;
	color: #4a4a4a;
}
.get-with-touch
{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.get-with-touch span a
{
	font-size: 12px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
	color: #4a4a4a;
}
.get-with-touch span a i
{
	font-size: 16px;
    font-weight: 900;
    vertical-align: -0.5px;
}
.get-with-touch ul
{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	padding-left: 0px !important;
}
.get-with-touch ul li
{
	margin-bottom: 0px !important;
	list-style: none !important;
}
.get-with-touch ul li a
{
	color: #4a4a4a;
	margin-right: 16px;
}
.top
{
	margin: 25px auto;
    padding: 8px 15px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0px;
    background-color: #e8e8e9;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    cursor: pointer;
}
.top i
{
	font-size: 22px;
    font-weight: 900;
    vertical-align: -3px;
}
.top strong
{
	padding-left: 6px;
}
#blog .footerBG
{
	margin-top: 0px;
}
@media all and (max-width: 1200px){
	.main-navigation .navigation .menuToggle
	{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		align-items: center;
		width: auto;
		background-color: #f4be3e;
		height: 100%;
		margin: 0px 0px 0px 0px;
		padding: 14px 16px;
	}
	.logo-menu ul
	{
		margin-left: 0px;
	}
	.logo-menu
	{
		justify-content: center;
    	padding-right: 66px;
		-webkit-transition: all 0.5s ease-in-out;
    	-moz-transition: all 0.5s ease-in-out;
    	-ms-transition: all 0.5s ease-in-out;
    	transition: all 0.5s ease-in-out;
	}
	.main-navigation.fixed-header .logo-menu
	{
		padding-right: 0px;
		-webkit-transition: all 0.5s ease-in-out;
    	-moz-transition: all 0.5s ease-in-out;
    	-ms-transition: all 0.5s ease-in-out;
    	transition: all 0.5s ease-in-out;
	}
	.navigation ul
	{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		align-items: center;
		flex-direction: row;	
	}
	.navigation ul.menuToggle
	{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		cursor: pointer;
		justify-content: space-between;
		position:relative;
		z-index:2;
		margin-top: 6px;
	}
	.navigation ul.menuToggle .menu-item
	{
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		display: block;
		width: 24px;
		height: 4px;
		margin: 0 0 5px;
		background: #FFF;
	}
	.navigation ul.menuToggle .menu-item:last-child
	{
		margin: 0 0 0px;
	}
	.navigation ul.menuToggle.open .menu-item
	{
		background: #fff;
		position:relative;
		z-index:2;
	}
	.navigation ul.menuToggle.open .menu-item:first-child
	{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: -1px 6px;
		transform-origin: -1px 6px;
	}
	.navigation ul.menuToggle.open .menu-item:nth-child(2)
	{
		opacity: 0;
	}
	.navigation ul.menuToggle.open .menu-item:nth-child(3)
	{
		-webkit-transform: rotate(-47deg);
		transform: rotate(-47deg);
		-webkit-transform-origin: -3px 0px;
		transform-origin: 3px 0px;
	}
	.navigation ul.menu
	{
		position:absolute;
		opacity: 0;
		left:0;
		top:0;
		flex-direction:column;
		z-index:-1;
	}
	.navigation.open ul.menu
	{
		opacity: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100vh;
		background: #000000;
		align-items:flex-start;
		padding:120px 0px 0px 20px;
		z-index:1;
		justify-content: flex-start;
		overflow: auto;
	}
	.main-navigation .navigation .menu a
	{
		color: #FFF;
		margin: 0px 0px 10px!important;
	}
	.main-navigation .navigation .menu li
	{
		height: auto;
		padding: 0px;
    	border-right: none;
	}
	.dropdown
	{
		display: block !important;
	}
	.main-navigation .navigation .menu li:last-child
	{
		display: none;
	}
	.dropdown-menu .dropdown-item
	{
		color: #619c03 !important; 
	}
	.dropdown:hover .dropdown-menu
	{
		position: relative;
		margin-bottom: 20px;
	}
	.navigation ul li a
	{
		margin-right: 0px;
		margin-bottom: 20px;
		display: block;
		padding:0px;
		color:#FFF;
		border-right:none;
	}
	.dropdown-item
	{
		margin-bottom: 0px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1480px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.Story-Picture, .main-storyDiv .Story-Picture
	{
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.Story-Picture, .main-storyDiv .Story-Picture
	{
		height: auto;
	}
}
@media (max-width: 767px) {
	.banner-content
	{
		padding: 200px 15px 80px;
	}
	.banner-content h1
	{
		font-size: 40px;
	}
	.heading
	{
		font-size: 36px;
	}
	.videoBG
	{
	    width: 90%;
		height: auto;
    	display: block;
    	margin: 0px auto;
	}
	.about-content
	{
		padding: 50px 15px;
	}
	.newsletterForm p
	{
		margin-bottom: 15px;
	}
	.newsletterForm
	{
		margin: 40px 0px 20px;
	}
	.newsletterBlog .IMGBlog
	{
		margin: 50px auto 0px;
	}
	.newsletterBlog
	{
		padding: 0px 15px;
	}
	.portfolioContainer .col-lg-2 img, .portfolioContainer .col-lg-3 img
	{
		margin: 0px auto 15px;
		display: block;
	}
	.content
	{
		padding-left: 0px;
	}
	.circleIMG
	{
		display: block;
		margin: 0px auto 30px;
	}
	.people .col-lg-12 .row:nth-last-of-type(odd)
	{
		flex-direction: column-reverse;
	}
	.people .content
	{
		padding: 0px 15px;
	}
	.footerBG
	{
		padding: 50px 15px;
	}
	.eachFooter
	{
		width: 100%;
	}
	.footerBG .col-lg-12 .col-lg-5 .row, .footerBG .col-lg-12 .col-lg-3 .row, .footerBG .col-lg-12 .col-lg-2 .row
	{
		text-align: center;
		margin-bottom: 20px;
	}
	.left-storyBG
	{
		margin-bottom: 50px;
	}
	.Full-Story-Heading
	{
		font-size: 1.5rem;
	}
	.Story-Picture, .main-storyDiv .Story-Picture
	{
		height: auto;
	}
}

.av-section-with-video-bg{
	position: relative;
}

 .av-section-video-bg {
padding-bottom: 56.25%;
padding-top: 0;
text-align: center;
height: 0;
margin: 0 auto;
}
 .av-section-video-bg iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.av-section-color-overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
text-align: center;
background: rgba(0,0,0,.3);
}

.av-section-color-overlay h1{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Bold';
	margin: 0 0 20px;
}

.av-section-color-overlay h3{
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Medium';
	margin: 0 0 20px;
}

 .av-section-color-overlay a.btn {
    font-family: 'Conv_Gotham-Bold';
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    background-color: #efb93c;
    padding: 12px 28px;
    text-transform: uppercase;
}

 .av-section-color-overlay a.btn.blkBg{
 	background:rgba(0,0,0,0.8);
 	border: 1px solid #fdc541;
 }

 #deals{
 	padding: 10px 0 60px;
 }

  #deals .heading{
  	margin-bottom: 30px;
  }

  .deals{
  	text-align: center;
  }

  .deals h2{
  	font-family: 'Conv_Gotham-Medium';
  	font-size: 26px;
  	margin-bottom: 10px;
  }


  .deals a.btn{
    width: auto;
    background-color: #fdc541;
    height: 100%;
    margin:0 5px;
    padding: 14px 16px;
    font-family: 'Conv_Gotham-Medium';
    color: #ffffff;
 	border: 1px solid #fdc541;
}

.deals .IMGBlog{
	margin-bottom: 20px;
}

 .deals a.btn.blkBg{
 	background:rgba(0,0,0,0.8);
 	border: 1px solid #fdc541;
 }

 #hiwSection{
 	background-color: #e9e9e9;
 	padding: 20px 0 80px;
 }

#hiwSection .heading{
    font-family: 'Old Standard TT', serif;
    font-weight: 700;
    margin-bottom: 40px;
}

#hiwSection .desc{
	padding: 20px 10px;
	text-align: center;
}

#hiwSection .desc .avia_image{
	margin-bottom: 15px;
}

#hiwSection .desc h3{
  	font-family: 'Conv_Gotham-Bold';
  	font-size: 20px;
  	padding: 0;
}

#hiwSection .desc p{
  	font-family: 'Conv_Gotham-Book';
  	font-size: 16px;
  	padding: 5px;
}

@media all and (max-width: 767px) {

.av-section-color-overlay h1 {
    font-size: 25px;
    margin: 0 0 10px;
}

.av-section-color-overlay h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.av-section-color-overlay a.btn, .deals a.btn {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
}

#deals .heading {
    margin-bottom: 10px;
    width: auto;
    padding: 10px 0 0 0;
}

.deals {
    text-align: center;
    padding: 15px 0;
}

#hiwSection {
    padding: 30px 0;
}

#hiwSection .heading {
    margin-bottom: 20px;
    padding: 10px 0 0;
    width: auto;
}



}