/* this is my custom CSS */
* {
	margin: 0;
	padding: 0;
	outline: none !important;
	font-family: 'proxima_novaregular';
}
@font-face {
	font-family: 'proxima_novathin_it';
	src: url('../fonts/proximanova-thinit.woff2') format('woff2'), url('../fonts/proximanova-thinit.woff') format('woff'), url('../fonts/ProximaNova-ThinIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novasemibold_it';
	src: url('../fonts/proximanova-semiboldit.woff2') format('woff2'), url('../fonts/proximanova-semiboldit.woff') format('woff'), url('../fonts/ProximaNova-SemiboldIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novasemibold';
	src: url('../fonts/proximanova-semibold.woff2') format('woff2'), url('../fonts/proximanova-semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaitalic';
	src: url('../fonts/proximanova-regularit.woff2') format('woff2'), url('../fonts/proximanova-regularit.woff') format('woff'), url('../fonts/ProximaNova-RegularIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaregular';
	src: url('../fonts/proximanova-regular.woff2') format('woff2'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novalight_it';
	src: url('../fonts/proximanova-lightit.woff2') format('woff2'), url('../fonts/proximanova-lightit.woff') format('woff'), url('../fonts/ProximaNova-LightIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novalight';
	src: url('../fonts/proximanova-light.woff2') format('woff2'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaextrabold_it';
	src: url('../fonts/proximanova-extraboldit.woff2') format('woff2'), url('../fonts/proximanova-extraboldit.woff') format('woff'), url('../fonts/ProximaNova-ExtraboldIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('../fonts/proximanova-extrabold.woff2') format('woff2'), url('../fonts/proximanova-extrabold.woff') format('woff'), url('../fonts/ProximaNova-Extrabold.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novabold_italic';
	src: url('../fonts/proximanova-boldit.woff2') format('woff2'), url('../fonts/proximanova-boldit.woff') format('woff'), url('../fonts/ProximaNova-BoldIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novabold';
	src: url('../fonts/proximanova-bold.woff2') format('woff2'), url('../fonts/proximanova-bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novablack_it';
	src: url('../fonts/proximanova-blackit.woff2') format('woff2'), url('../fonts/proximanova-blackit.woff') format('woff'), url('../fonts/ProximaNova-BlackIt.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novablack';
	src: url('../fonts/proximanova-black.woff2') format('woff2'), url('../fonts/proximanova-black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'teabox_stencilbold';
	src: url('../fonts/teabox_stencil_bold.woff2') format('woff2'), url('../fonts/teabox_stencil_bold.woff') format('woff'), url('../fonts/Teabox_Stencil_Bold.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'teabox_stencilmedium';
	src: url('../fonts/teabox_stencil_medium.woff2') format('woff2'), url('../fonts/teabox_stencil_medium.woff') format('woff'), url('../fonts/Teabox_Stencil_Medium.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'teabox_stencilregular';
	src: url('../fonts/teabox_stencil_regular.woff2') format('woff2'), url('../fonts/teabox_stencil_regular.woff') format('woff'), url('../fonts/Teabox_Stencil_Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'proxima_novaregular';
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.container {
	position: relative;
}
body, html {
	line-height: 1;
	color: #171617;
	background-color: #FFF;
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
	display: block;
}
nav ul, ul {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea, button {
	vertical-align: middle;
	border-radius: 0 !important;
}
.pad-l {
	padding-left: 0;
	margin-left: 0;
}
.pad-r {
	padding-right: 0;
	margin-right: 0;
}
.no-padding {
	padding: 0 !important;
}
.btn-primary {
	background-color: #02cb5a !important;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_novabold';
	border: none;
	padding: 15px 30px;
	margin-top: 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #00bd53 !important;
}
/***************************** Default CSS Ends Here *****************************/
header {
	background: url(../images/header.png) no-repeat center top;
	width: 100%;
	background-size: cover;
	height: 94px;
	display: block;
}
.banner {
	position: relative;
	display: block;
	background: url(../images/banner.png) no-repeat center top;
	height: 533px;
	width: 100%;
	background-size: cover;
	margin-top: -3px;
	padding: 120px 0;
	color: #FFF;
}
.banner h1 {
	font-family: 'teabox_stencilmedium';
	font-size: 32px;
	text-transform: uppercase;
	line-height: 45px;
}
.banner p {
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 15px 0;
}
/********************************Header & Banner Section CSS Ends Here****************************/
.common-heading {
	position: relative;
	display: block;
	padding: 40px 30px;
}
.common-heading h1 {
	font-size: 36px;
	color: #000;
	font-family: 'proxima_novasemibold';
	text-align: center;
	text-transform: uppercase;
}
.cate-sec {
	position: relative;
	display: block;
	text-align: center;
}
.cate-sec h2 {
	font-size: 24px;
	color: #3a3d40;
	display: block;
	padding: 21px 0;
	margin-bottom: 40px;
}
.boxes {
	position: relative;
	display: block;
}
.boxes span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .10);
	z-index: 1;
	display: none;
}
.boxes span button {
	font-size: 16px;
	margin-top: 130px;
	box-shadow: 3px 0px 9px #333;
	-moz-box-shadow: 3px 0px 9px #333;
	-ms-box-shadow: 3px 0px 9px #333;
	-o-box-shadow: 3px 0px 9px #333;
	-webkit-box-shadow: 3px 0px 9px #333;
	-khtml-box-shadow: 3px 0px 9px #333;
}
.boxes:hover span {
	display: block;
}
.btn.btn-default {
	background-color: #FFF !important;
	color: #333;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_novabold';
	border: none;
	padding: 15px 30px;
	margin-top: 25px;
	box-shadow: 3px 0px 9px #666;
	-moz-box-shadow: 3px 0px 9px #666;
	-ms-box-shadow: 3px 0px 9px #666;
	-o-box-shadow: 3px 0px 9px #666;
	-webkit-box-shadow: 3px 0px 9px #666;
	-khtml-box-shadow: 3px 0px 9px #666;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 150px;
	width: 240px;
	display: none;
}
/************************Common Heading & Category Section CSS Ends Here******************************/
.contact-us {
	background: url(../images/contact.png) no-repeat center top;
	width: 100%;
	background-size: cover;
	display: block;
	padding-top: 25px;
}
.contact-us h1 {
	font-size: 36px;
	color: #FFF;
	font-family: 'proxima_novasemibold';
	text-align: center;
	text-transform: uppercase;
	margin-bottom:-20px;
}
.contact-us form {
	margin-top: 25px;
}
.contact-us form input {
	margin-top: 30px;
	height: 42px;
	border: none;
}
.contact-us form textarea {
	margin-top: 30px;
	height: 100px;
	border: none;
	resize: none;
	margin-bottom: 0;
}
.contact-us form button {
	margin-top: 30px;
	font-size: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: 'proxima_novabold';
}
.contact-us center {
	color: #FFF;
	font-size: 17px;
	display: block;
	padding: 40px 0;
}
.contact-us center a {
	color: #000;
	font-family: 'proxima_novasemibold';
}
.contact-us span {
	background-color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 175px;
	z-index: 1;
	margin: 0 auto;
	display: block;
	padding: 10px;
	height: 70px;
	width: 416px;
	box-shadow: 3px 0px 9px #666;
	-moz-box-shadow: 3px 0px 9px #666;
	-ms-box-shadow: 3px 0px 9px #666;
	-o-box-shadow: 3px 0px 9px #666;
	-webkit-box-shadow: 3px 0px 9px #666;
	-khtml-box-shadow: 3px 0px 9px #666;
}
.contact-us span i {
	width: 53px;
	height: 53px;
	display: block;
	background-color: #f3f3f3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
	color: #02cb5a;
	font-size: 20px;
	margin-left: 15px;
	float: left;
	margin-right: 15px;
	padding-top: 14px;
}
.contact-us span h3 {
	font-size: 19px;
	color: #959595;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 2px;
}
.contact-us span small {
	font-size: 15px;
	color: #959595;
}
.contact-us span b {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #959595;
	font-family: 'proxima_novabold';
	cursor: pointer;
}
/*******************************Contact Us Section CSS Ends Here*******************************/
footer {
	background: url(../images/footer.png) no-repeat center top;
	width: 100%;
	background-size: cover;
	height: 439px;
	display: block;
	margin-top: 30px;
}
