@CHARSET "ISO-8859-1";

@import
	url('https://fonts.googleapis.com/css?family=Open Sans+Vadodara:300,400,500,600,700|Merriweather:300,300i,400,400i|Open+Sans:300,300i,400,400i,600,700,800')
	;

/**
 * Reset
 */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #5f6467;
	overflow-x: hidden;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
}

body {
	min-height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

body::after {
	content: '';
	display: block;
	height: 200px;
}

img:not(.media-object) {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	display: block;
}

img {
	-ms-interpolation-mode: bicubic;
}

object, embed {
	max-width: 100%;
}

/**
 * Gap for Raw
 */
.row.gap-50 {
	margin-right: -25px;
	margin-left: -25px;
}

.gap-50 .col-sm-1, .gap-50 .col-sm-2, .gap-50 .col-sm-3, .gap-50 .col-sm-4,
	.gap-50 .col-sm-5, .gap-50 .col-sm-6, .gap-50 .col-sm-7, .gap-50 .col-sm-8,
	.gap-50 .col-sm-9, .gap-50 .col-sm-10, .gap-50 .col-sm-11, .gap-50 .col-sm-12,
	.gap-50 .col-md-1, .gap-50 .col-md-2, .gap-50 .col-md-3, .gap-50 .col-md-4,
	.gap-50 .col-md-5, .gap-50 .col-md-6, .gap-50 .col-md-7, .gap-50 .col-md-8,
	.gap-50 .col-md-9, .gap-50 .col-md-10, .gap-50 .col-md-11, .gap-50 .col-md-12
	{
	padding-right: 25px;
	padding-left: 25px;
}

.row.gap-40 {
	margin-right: -20px;
	margin-left: -20px;
}

.gap-40 .col-sm-1, .gap-40 .col-sm-2, .gap-40 .col-sm-3, .gap-40 .col-sm-4,
	.gap-40 .col-sm-5, .gap-40 .col-sm-6, .gap-40 .col-sm-7, .gap-40 .col-sm-8,
	.gap-40 .col-sm-9, .gap-40 .col-sm-10, .gap-40 .col-sm-11, .gap-40 .col-sm-12,
	.gap-40 .col-md-1, .gap-40 .col-md-2, .gap-40 .col-md-3, .gap-40 .col-md-4,
	.gap-40 .col-md-5, .gap-40 .col-md-6, .gap-40 .col-md-7, .gap-40 .col-md-8,
	.gap-40 .col-md-9, .gap-40 .col-md-10, .gap-40 .col-md-11, .gap-40 .col-md-12
	{
	padding-right: 20px;
	padding-left: 20px;
}

.row.gap-25 {
	margin-right: -13px;
	margin-left: -12px;
}

.gap-25 .col-sm-1, .gap-25 .col-sm-2, .gap-25 .col-sm-3, .gap-25 .col-sm-4,
	.gap-25 .col-sm-5, .gap-25 .col-sm-6, .gap-25 .col-sm-7, .gap-25 .col-sm-8,
	.gap-25 .col-sm-9, .gap-25 .col-sm-10, .gap-25 .col-sm-11, .gap-25 .col-sm-12,
	.gap-25 .col-md-1, .gap-25 .col-md-2, .gap-25 .col-md-3, .gap-25 .col-md-4,
	.gap-25 .col-md-5, .gap-25 .col-md-6, .gap-25 .col-md-7, .gap-25 .col-md-8,
	.gap-25 .col-md-9, .gap-25 .col-md-10, .gap-25 .col-md-11, .gap-25 .col-md-12
	{
	padding-right: 13px;
	padding-left: 12px;
}

.row.gap-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.gap-20 .col-sm-1, .gap-20 .col-sm-2, .gap-20 .col-sm-3, .gap-20 .col-sm-4,
	.gap-20 .col-sm-5, .gap-20 .col-sm-6, .gap-20 .col-sm-7, .gap-20 .col-sm-8,
	.gap-20 .col-sm-9, .gap-20 .col-sm-10, .gap-20 .col-sm-11, .gap-20 .col-sm-12,
	.gap-20 .col-md-1, .gap-20 .col-md-2, .gap-20 .col-md-3, .gap-20 .col-md-4,
	.gap-20 .col-md-5, .gap-20 .col-md-6, .gap-20 .col-md-7, .gap-20 .col-md-8,
	.gap-20 .col-md-9, .gap-20 .col-md-10, .gap-20 .col-md-11, .gap-20 .col-md-12
	{
	padding-right: 10px;
	padding-left: 10px;
}

.row.gap-15 {
	margin-right: -8px;
	margin-left: -7px;
}

.gap-15 .col-sm-1, .gap-15 .col-sm-2, .gap-15 .col-sm-3, .gap-15 .col-sm-4,
	.gap-15 .col-sm-5, .gap-15 .col-sm-6, .gap-15 .col-sm-7, .gap-15 .col-sm-8,
	.gap-15 .col-sm-9, .gap-15 .col-sm-10, .gap-15 .col-sm-11, .gap-15 .col-sm-12,
	.gap-15 .col-md-1, .gap-15 .col-md-2, .gap-15 .col-md-3, .gap-15 .col-md-4,
	.gap-15 .col-md-5, .gap-15 .col-md-6, .gap-15 .col-md-7, .gap-15 .col-md-8,
	.gap-15 .col-md-9, .gap-15 .col-md-10, .gap-15 .col-md-11, .gap-15 .col-md-12
	{
	padding-right: 8px;
	padding-left: 7px;
}

.row.gap-10 {
	margin-right: -5px;
	margin-left: -5px;
}

.gap-10 .col-sm-1, .gap-10 .col-sm-2, .gap-10 .col-sm-3, .gap-10 .col-sm-4,
	.gap-10 .col-sm-5, .gap-10 .col-sm-6, .gap-10 .col-sm-7, .gap-10 .col-sm-8,
	.gap-10 .col-sm-9, .gap-10 .col-sm-10, .gap-10 .col-sm-11, .gap-10 .col-sm-12,
	.gap-10 .col-md-1, .gap-10 .col-md-2, .gap-10 .col-md-3, .gap-10 .col-md-4,
	.gap-10 .col-md-5, .gap-10 .col-md-6, .gap-10 .col-md-7, .gap-10 .col-md-8,
	.gap-10 .col-md-9, .gap-10 .col-md-10, .gap-10 .col-md-11, .gap-10 .col-md-12
	{
	padding-right: 5px;
	padding-left: 5px;
}

.row.gap-5 {
	margin-right: -3px;
	margin-left: -2px;
}

.gap-5 .col-sm-1, .gap-5 .col-sm-2, .gap-5 .col-sm-3, .gap-5 .col-sm-4,
	.gap-5 .col-sm-5, .gap-5 .col-sm-6, .gap-5 .col-sm-7, .gap-5 .col-sm-8,
	.gap-5 .col-sm-9, .gap-5 .col-sm-10, .gap-5 .col-sm-11, .gap-5 .col-sm-12,
	.gap-5 .col-md-1, .gap-5 .col-md-2, .gap-5 .col-md-3, .gap-5 .col-md-4,
	.gap-5 .col-md-5, .gap-5 .col-md-6, .gap-5 .col-md-7, .gap-5 .col-md-8,
	.gap-5 .col-md-9, .gap-5 .col-md-10, .gap-5 .col-md-11, .gap-5 .col-md-12
	{
	padding-right: 3px;
	padding-left: 2px;
}

.row.gap-2 {
	margin-right: -1px;
	margin-left: -1px;
}

.gap-2 .col-sm-1, .gap-2 .col-sm-2, .gap-2 .col-sm-3, .gap-2 .col-sm-4,
	.gap-2 .col-sm-5, .gap-2 .col-sm-6, .gap-2 .col-sm-7, .gap-2 .col-sm-8,
	.gap-2 .col-sm-9, .gap-2 .col-sm-10, .gap-2 .col-sm-11, .gap-2 .col-sm-12,
	.gap-2 .col-md-1, .gap-2 .col-md-2, .gap-2 .col-md-3, .gap-2 .col-md-4,
	.gap-2 .col-md-5, .gap-2 .col-md-6, .gap-2 .col-md-7, .gap-2 .col-md-8,
	.gap-2 .col-md-9, .gap-2 .col-md-10, .gap-2 .col-md-11, .gap-2 .col-md-12
	{
	padding-right: 1px;
	padding-left: 1px;
}

.row.gap-1 {
	margin-right: -1px;
	margin-left: 0px;
}

.gap-1 .col-sm-1, .gap-1 .col-sm-2, .gap-1 .col-sm-3, .gap-1 .col-sm-4,
	.gap-1 .col-sm-5, .gap-1 .col-sm-6, .gap-1 .col-sm-7, .gap-1 .col-sm-8,
	.gap-1 .col-sm-9, .gap-1 .col-sm-10, .gap-1 .col-sm-11, .gap-1 .col-sm-12,
	.gap-1 .col-md-1, .gap-1 .col-md-2, .gap-1 .col-md-3, .gap-1 .col-md-4,
	.gap-1 .col-md-5, .gap-1 .col-md-6, .gap-1 .col-md-7, .gap-1 .col-md-8,
	.gap-1 .col-md-9, .gap-1 .col-md-10, .gap-1 .col-md-11, .gap-1 .col-md-12
	{
	padding-right: 1px;
	padding-left: 0;
}

.row.gap-0, .row.no-gap {
	margin-right: 0;
	margin-left: 0;
}

.gap-0 .col-sm-1, .gap-0 .col-sm-2, .gap-0 .col-sm-3, .gap-0 .col-sm-4,
	.gap-0 .col-sm-5, .gap-0 .col-sm-6, .gap-0 .col-sm-7, .gap-0 .col-sm-8,
	.gap-0 .col-sm-9, .gap-0 .col-sm-10, .gap-0 .col-sm-11, .gap-0 .col-sm-12,
	.no-gap .col-sm-1, .no-gap .col-sm-2, .no-gap .col-sm-3, .no-gap .col-sm-4,
	.no-gap .col-sm-5, .no-gap .col-sm-6, .no-gap .col-sm-7, .no-gap .col-sm-8,
	.no-gap .col-sm-9, .no-gap .col-sm-10, .no-gap .col-sm-11, .no-gap .col-sm-12,
	.gap-0 .col-md-1, .gap-0 .col-md-2, .gap-0 .col-md-3, .gap-0 .col-md-4,
	.gap-0 .col-md-5, .gap-0 .col-md-6, .gap-0 .col-md-7, .gap-0 .col-md-8,
	.gap-0 .col-md-9, .gap-0 .col-md-10, .gap-0 .col-md-11, .gap-0 .col-md-12,
	.no-gap .col-md-1, .no-gap .col-md-2, .no-gap .col-md-3, .no-gap .col-md-4,
	.no-gap .col-md-5, .no-gap .col-md-6, .no-gap .col-md-7, .no-gap .col-md-8,
	.no-gap .col-md-9, .no-gap .col-md-10, .no-gap .col-md-11, .no-gap .col-md-12
	{
	padding-right: 0;
	padding-left: 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	.row.sm-gap-20 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.sm-gap-20 .col-sm-1, .sm-gap-20 .col-sm-2, .sm-gap-20 .col-sm-3,
		.sm-gap-20 .col-sm-4, .sm-gap-20 .col-sm-5, .sm-gap-20 .col-sm-6,
		.sm-gap-20 .col-sm-7, .sm-gap-20 .col-sm-8, .sm-gap-20 .col-sm-9,
		.sm-gap-20 .col-sm-10, .sm-gap-20 .col-sm-11, .sm-gap-20 .col-sm-12 {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.row.xs-gap-20 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.xs-gap-20 .col-md-1, .xs-gap-20 .col-md-2, .xs-gap-20 .col-md-3,
		.xs-gap-20 .col-md-4, .xs-gap-20 .col-md-5, .xs-gap-20 .col-md-6,
		.xs-gap-20 .col-md-7, .xs-gap-20 .col-md-8, .xs-gap-20 .col-md-9,
		.xs-gap-20 .col-md-10, .xs-gap-20 .col-md-11, .xs-gap-20 .col-md-12 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row.xs-gap-15 {
		margin-right: -8px;
		margin-left: -7px;
	}
	.xs-gap-15 .col-md-1, .xs-gap-15 .col-md-2, .xs-gap-15 .col-md-3,
		.xs-gap-15 .col-md-4, .xs-gap-15 .col-md-5, .xs-gap-15 .col-md-6,
		.xs-gap-15 .col-md-7, .xs-gap-15 .col-md-8, .xs-gap-15 .col-md-9,
		.xs-gap-15 .col-md-10, .xs-gap-15 .col-md-11, .xs-gap-15 .col-md-12 {
		padding-right: 8px;
		padding-left: 7px;
	}
	.row.gap-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.gap-10 .col-md-1, .gap-10 .col-md-2, .gap-10 .col-md-3, .gap-10 .col-md-4,
		.gap-10 .col-md-5, .gap-10 .col-md-6, .gap-10 .col-md-7, .gap-10 .col-md-8,
		.gap-10 .col-md-9, .gap-10 .col-md-10, .gap-10 .col-md-11, .gap-10 .col-md-12
		{
		padding-right: 5px;
		padding-left: 5px;
	}
	.row.gap-5 {
		margin-right: -3px;
		margin-left: -2px;
	}
	.gap-5 .col-md-1, .gap-5 .col-md-2, .gap-5 .col-md-3, .gap-5 .col-md-4,
		.gap-5 .col-md-5, .gap-5 .col-md-6, .gap-5 .col-md-7, .gap-5 .col-md-8,
		.gap-5 .col-md-9, .gap-5 .col-md-10, .gap-5 .col-md-11, .gap-5 .col-md-12
		{
		padding-right: 3px;
		padding-left: 2px;
	}
}

@media ( max-width : 479px) {
	.col-xss-12 {
		width: 100%;
	}
	.col-xss-7 {
		width: 58.33333333%;
	}
	.col-xss-8 {
		width: 66.66666667%;
	}
	.col-xss-6 {
		width: 50%;
	}
	.col-xss-5 {
		width: 41.66666667%;
	}
	.col-xss-4 {
		width: 33.33333333%;
	}
	.col-xss-3 {
		width: 25%;
	}
}

/**
 * Default Typography
 */
a, a:visited, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: none;
}

a {
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #06a680;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #06a680;
}

a:focus, div:focus, span:focus {
	outline: none;
	outline: 0;
	outline-offset: 0;
}

::selection {
	color: #005845;
	background: #DFEAF7;
}

::-moz-selection {
	color: #06a680;
	background: #DFEAF7;
}

strong {
	font-weight: 700 !important;
}

h1, h2, h3, .h1, .h2, .h3 {
	margin-top: 25px;
	margin-bottom: 18px;
}

h4, h5, h6, .h4, .h5, .h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	font-style: normal;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased
}

h1 {
	font-size: 39px;
	letter-spacing: -0.5px;
}

h2 {
	font-size: 32px;
	letter-spacing: -0.3px;
}

h3 {
	font-size: 27px;
	letter-spacing: -0.1px;
}

h4 {
	font-size: 23px;
	letter-spacing: 0px;
}

h5 {
	font-size: 16px;
	letter-spacing: 0px;
}

h6 {
	font-size: 14px;
	letter-spacing: 0px;
}

h1 small {
	font-size: 50%
}

h2 small {
	font-size: 60%
}

h3 small {
	font-size: 70%
}

h4 small {
	font-size: 80%
}

h5 small, h6 small, small {
	font-size: 90%
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child,
	h6:first-child {
	margin-top: 0;
}

@media all and (max-width: 767px) {
	h1, .h1 {
		font-size: 28px;
		line-height: 40px;
	}
	h2, .h2 {
		font-size: 25px;
		line-height: 40px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 32px;
	}
	h4, .h4 {
		font-size: 18px;
		line-height: 26px;
	}
	h5, .h5 {
		font-size: 16px;
		line-height: 24px;
	}
	h6, .h6 {
		font-size: 12px;
		line-height: 24px;
	}
}

p {
	margin-bottom: 18px;
}

.text-sm {
	font-size: 12px;
	line-height: 18px;
}

p:last-child {
	margin-bottom: 0;
}

p.lead {
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 25px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

p:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
	p.lead {
		font-size: 13px;
		line-height: 24px;
	}
	
}

blockquote, .blockquote {
	font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 36px;
	font-style: italic;
	background: #f5f5f5;
	padding: 40px 30px;
	color: #777;
	font-weight: 300;
	margin: 30px 5px;
	position: relative;
}

blockquote:before, .blockquote:before, blockquote:after, .blockquote:after
	{
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
}

blockquote:before, .blockquote:before {
	top: -5px;
	left: -5px;
	border-left: 1px dashed #222222;
	border-top: 1px dashed #222222;
}

blockquote:after, .blockquote:after {
	bottom: -5px;
	right: -5px;
	border-right: 1px dashed #222222;
	border-bottom: 1px dashed #222222;
}

hr {
	border: none;
	border-top: 1px solid #e9e9e9;
	margin: 20px 0;
	/*width: 100%;*/
}

@media only screen and (max-width: 1199px) {
	body {
		font-size: 13px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 12px;
		line-height: 24px;
	}
}

@media ( max-width : 479px) {
}

/* Primary */
.btn-primary {
	background: #06a680;
	border: none;
	color: #FFF;
	border-radius: 0px;
	font-weight: bold;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled].focus, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #06a680;
	border-color: #06a680;
}

.btn-primary:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
	.btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus,
	.btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
	.btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus,
	.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
	{
	color: #fff;
	background-color: #999;
}

/* Nav */
.navbar {
	border-bottom: 0;
	min-height: 0;
	margin: 0;
}

.navbar-primary {
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.navbar-toggle .icon-bar {
	background-color: #fafafa;
}

.navbar-toggle {
    padding: 16px 10px;
}
.navbar-nav {
	margin: 0px;
}

@media ( min-width : 768px) {
	.navbar-brand img {
		max-height: 35px;
		width: auto;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-primary {
		padding-top: 15px;
		padding-bottom: 15px;
	}
		
	.navbar-header {
	    margin-right: 30px;
	}
	

}


.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

/*@media (min-width: 768px) {*/
/*.navbar-fixed-top {
	-webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
}*/
/*}*/
@media ( max-width : 990px) {
	.navbar-fixed-top {
		background-color: #fff;
	}
}

.navbar-collapse {
	padding: 0px;
}

.navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.9);
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}

.navbar-nav li a {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-transform: none;
}
.navbar-nav .dropdown-menu li a {
	color: #333;
}
.navbar-nav .dropdown-open, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #311e0c;
} 

.navbar-nav>li:hover>a, .navbar-nav>li>a:hover, .navbar-nav>li.active>a
	{
	color: #06a680;
	background: none;
}

/**
 * Hero Header
*/
.container {
	position: relative;
}

.hero-header {
	position: relative;
	padding: 240px 0 359px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-header::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
	content: ""
}

.hero-header .hero-header-texting {
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.hero-header .hero-header-texting h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.hero-header .hero-header-texting p {
	margin-bottom: 35px;
	font-size: 22px;
	line-height: 31px;
	font-weight: 300;
}

.hero-header.windows-height-bg {
	overflow: hidden;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media ( max-width : 767px) {
	.hero-header {
		padding: 60px 0 40px;
	}
}

@media ( max-width : 479px) {
}

/**
 * Main Search Form
*/
.main-search-form-wrapper-01 .main-search-form-inner {
	width: 80%;
	margin: 0 auto;
	position: relative;
	border: 8px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.4);
}

.main-search-form-wrapper-01 .main-search-form-inner {
	width: 80%;
	margin: 0 auto;
	position: relative;
	border: 8px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.4);
}

.main-search-form-wrapper-01-adv {
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
}

.main-search-form-wrapper-01 .main-search-form-inner.alt-width {
	width: 65%;
}

.main-search-form-wrapper-01 .form-holder {
	margin-right: 120px;
	background: #fff;
}

.main-search-form-wrapper-01 .form-group {
	margin-bottom: 0;
	background: #FFF;
	padding: 17px 18px 10px;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 65px;
}

.main-search-form-wrapper-01 .form-group.focus,
	.main-search-form-wrapper-01 .form-group:hover {
	background-color: #DAE2F5;
}

.main-search-form-wrapper-01 .form-holder label, .dateBar .form-holder label
	{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	line-height: 1;
	display: block;
	margin: 0;
	letter-spacing: 0.5px;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.main-search-form-wrapper-01 .form-holder .form-control {
	border-radius: 0;
	border: 0;
	padding: 0;
	height: auto;
	font-weight: 400;
	font-size: 16px;
	background: transparent;
}

.main-search-form-wrapper-01 .form-holder .bootstrap-select {
	margin-top: -6px;
}

.main-search-form-wrapper-01 .form-holder .bootstrap-select .dropdown-toggle
	{
	font-size: 16px;
	height: auto;
	border-radius: 0;
	border: 0;
	padding: 0;
	padding-right: 15px;
	margin: 0;
}

.main-search-form-wrapper-01 .form-holder .bootstrap-select .dropdown-menu .form-control
	{
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	margin: 5px 0 0;
}

.main-search-form-wrapper-01 .form-holder .bootstrap-select.btn-group .dropdown-toggle .caret
	{
	right: 0;
}

.main-search-form-wrapper-01 .btn-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 119px;
}

.main-search-form-wrapper-01 .btn-holder .btn {
	border-radius: 0;
	margin: 0;
	height: 100%;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}

@media only screen and (max-width: 1199px) {
	.main-search-form-wrapper-01 .main-search-form-inner {
		width: 90%;
	}
}

@media only screen and (max-width: 991px) {
	.main-search-form-wrapper-01 .main-search-form-inner {
		width: 96%;
	}
	.main-search-form-wrapper-01 .form-holder .form-control {
		font-size: 13px;
	}
	.main-search-form-wrapper-01 .form-holder .bootstrap-select {
		margin-top: -11px;
	}
	.main-search-form-wrapper-01 .form-holder .bootstrap-select .dropdown-toggle
		{
		font-size: 13px;
	}
}

@media ( max-width : 767px) {
	.main-search-form-wrapper-01 .form-holder {
		margin-right: 0;
	}
	.main-search-form-wrapper-01 .btn-holder {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.main-search-form-wrapper-01 .btn-holder .btn {
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}
	.main-search-form-wrapper-01 .form-group-main {
		margin-bottom: 1px;
	}
}

@media ( max-width : 479px) {
}

/**
 * Sticky Header
 */
.navbar-sticky {
	border-color: #232F49;
	padding: 0;
}


.navbar-sticky.navbar-primary {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-sticky .navbar-nav>.active>a, .navbar-sticky .navbar-nav>.active>a:hover,
	.navbar-sticky .navbar-nav>.active>a:focus {
	color: #0D7CC9;
	background-color: transparent;
}

.navbar-sticky .navbar-nav>.disabled>a, .navbar-sticky .navbar-nav>.disabled>a:hover,
	.navbar-sticky .navbar-nav>.disabled>a:focus {
	color: #444444;
	background-color: transparent;
}

@media ( min-width : 768px) {
	.navbar {
		-webkit-transition: all 0.1s ease-in-out 0s;
		-moz-transition: all 0.1s ease-in-out 0s;
		-ms-transition: all 0.1s ease-in-out 0s;
		-o-transition: all 0.1s ease-in-out 0s;
		transition: all 0.1s ease-in-out 0s;
	}
}

@media ( min-width : 768px) {
	.navbar-sticky .navbar-brand img {
		padding: 10px;
	}
}

/**********/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 290px;
}

/**********/
/**
 * Footer
 */
footer {
	background: #333;
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

footer a {
	color: rgba(255, 255, 255, 0.9);
}

footer a:hover {
	/*color: rgba(255, 255, 255, 1);*/
	
}

footer .bb {
	border-color: rgba(255, 255, 255, 0.5);
}

footer .footer-logo {
	width: 150px;
}

footer h5.footer-title {
	color: #FFF;
	margin: 0 0 20px;
}

footer ul.footer-menu {
	margin-top: 29px;
}

footer ul.footer-menu li {
	margin: 5px 0;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 1.4;
}

footer ul.footer-menu li:after {
	content: "";
	position: absolute;
	top: 9px;
	right: -20px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.6);
}

footer ul.footer-menu li:last-child {
	margin-right: 0;
}

footer ul.footer-menu li:last-child:after {
	display: none;
}

footer ul.footer-menu li a {
	text-transform: uppercase;
	line-height: 1;
	font-size: 13px;
	letter-spacing: 1px;
}

footer .footer-social {
	margin: 25px 0 30px;
	font-size: 18px;
	line-height: 1;
}

footer .footer-social a {
	font-size: 24px;
	margin-right: 10px;
}

footer .footer-social a:last-child {
	margin-right: 0;
}

footer .copy-right {
	font-size: 13px;
	margin-top: 30px;
}

footer .footer-about {
	margin-top: 0;
}

footer .footer-about a {
	font-style: italic;
	letter-spacing: 0.5px;
	font-weight: 400;
}

/*
* Listign
*/
.listing-list-wrapper {
	margin-bottom: -20px;
}

.listing-list-item {
	overflow: hidden;
	position: relative;
	background: #f9f9f9;
}

.listing-details {
	border-top: 2px solid #06a680;
	margin-top: 10px;
	border-radius: 4px;
	min-height: 20px;
	position: relative;
	padding: 10px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.listing-details:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
	border-bottom-color: #06a680;
}

.listing-details:after {
	position: absolute;
	top: -4px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.listing-details .rate_small, .cancellazione {
	font-size: 0.9em;
	line-height: 1.4em;
}

.listing-outer {
	margin: 0 0 20px;
	position: relative;
}

.listing-list-item .image {
	width: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 167px !important;
}
/*
.listing-list-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}*/
.listing-list-item .content {
	margin-left: 250px;
	padding: 18px 20px 16px;
	padding-right: 160px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

@media ( min-width : 768px) {
	.listing-list-item .content {
		min-height: 167px;
	}
	.minh768 {
		min-height: 110px;
	}
}

.listing-list-item .content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 250px;
	width: 3px;
	background: #06a680;
}

.listing-list-item .content h3, .listing-list-item .content h4,
	.listing-list-item .content h5 {
	line-height: 1.2;
	letter-spacing: 0.7px;
	font-weight: 500;
	margin: 0 0 7px;
}

.listing-list-item .content .location {
	line-height: 1.2;
	font-size: 14px;
	color: #A8A8A8
}

.listing-list-item .absolute-top {
	position: absolute;
	left: 15px;
	top: 15px;
}

.listing-list-item .listing-grid-category {
	background: rgba(12, 113, 237, 0.8);
	color: #FFF;
	padding: 5px 10px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease-;
	transition: all 0.3s ease;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
	letter-spacing: 1px;
}

@media ( min-width : 768px) {
	.absolute-right-top {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 150px;
		border-left: 1px dashed #D5D5D5;
		background: #E6E8EB;
		padding: 25px 20px;
		line-height: 1.35;
		font-size: 13px;
	}
	.camera {
		margin-top: 30px !important;
	}
}

@media ( max-width : 767px) {
	.absolute-right-top {
		display: none;
	}
	.absolute-right-bottom {
		position: inherit !important;
	}
	.yearbox {
		margin-bottom: 10px;
	}
}

.listing-list-item .absolute-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	padding: 15px 20px;
}

.listing-list-item .fav-like {
	position: absolute;
	right: 10px;
	top: 10px;
}

.listing-list-featured {
	position: absolute;
	top: 0;
	right: 0;
	background: #cc0000;
	color: #FFF;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 150px;
	margin-top: 25px;
	margin-right: -40px;
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 1199px) {
	.listing-list-item .content {
		margin-left: 220px;
	}
	.listing-list-item .content:after {
		display: none;
	}
	.listing-list-item .image {
		width: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.listing-list-item .content {
		margin-left: 130px;
		padding-right: 15px;
	}
	.listing-list-item .image {
		width: 120px;
		margin: 0px;
	}
	.listing-list-item .absolute-top {
		top: 105px;
	}
	.listing-list-item .listing-grid-category {
		font-size: 10px;
	}
	.listing-list-featured {
		font-size: 10px;
		margin-top: 10px;
		margin-right: -50px;
	}
	.listing-list-item .absolute-right-top {
		position: relative;
		border-left: 0;
		background: none;
		padding: 10px 20px 20px;
		margin-left: 130px;
	}
	.alt-img-position .listing-list-sm-item .image-bg {
		width: 100px;
		height: 100px;
		float: none;
	}
	.alt-img-position .listing-list-sm-item .content {
		margin-left: 0;
		margin-top: 15px;
	}
}

@media ( max-width : 767px) {
	.alt-img-position .listing-list-sm-item .image-bg {
		float: left;
	}
	.alt-img-position .listing-list-sm-item .content {
		margin-left: 115px;
		margin-top: -3px;
	}
}

@media ( max-width : 479px) {
	.listing-list-item .image {
		width: auto;
		float: none;
	}
	.listing-list-item .content {
		margin-left: 0;
		padding-top: 0;
		padding-right: 15px;
	}
	.listing-list-item .absolute-right-top {
		margin-left: 0;
	}
	.listing-list-item .absolute-top {
		top: 25px;
		left: 25px;
	}
}

/* CC */
/*
#credit-card-form {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px 0px;
	background-color: #c6e8ff;
}

#credit-card-form label {
	color: #666;
}
*/
#credit-card-form #cc_number {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -116px, right 10px top 10px;
	background-size: 120px 361px, 24px 24px;
	background-repeat: no-repeat;
	padding-left: 64px;
}

#credit-card-form #cc_number.visa {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -158px, right 10px top 10px;
}

#credit-card-form #cc_number.visa_electron {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -200px, right 10px top 10px;
}

#credit-card-form #cc_number.mastercard {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -242px, right 10px top 10px;
}

#credit-card-form #cc_number.maestro {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -284px, right 10px top 10px
}

#credit-card-form #cc_number.discover {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/check.png);
	background-position: 8px -326px, right 10px top 10px
}

#credit-card-form #cc_number.valid.visa {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/checkvalid.png);
	background-position: 8px -158px, right 10px top 10px
}

#credit-card-form #cc_number.valid.visa_electron {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/checkvalid.png);
	background-position: 8px -200px, right 10px top 10px
}

#credit-card-form #cc_number.valid.mastercard {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/checkvalid.png);
	background-position: 2px -247px, right 10px top
}

#credit-card-form #cc_number.valid.maestro {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/checkvalid.png);
	background-position: 2px -289px, right 10px top 10px
}

#credit-card-form #cc_number.valid.discover {
	background-image: url(/creditcardvalidator/cards.png),
		url(/creditcardvalidator/checkvalid.png);
	background-position: 2px -331px, 260px -87px
}

#expiration_year::before {
	content: " / ";
}

.clear {
	clear: both;
}


/********/
/* Absolute Center Spinner */
.sploading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.sploading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.sploading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.sploading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


option[disabled=disabled] {
	color: #ccc;
}

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 14px;
	right: 30px;
	display: none;
	cursor: pointer;
}

#back-to-top a {
	border: 1px solid #06a680;
	background: #06a680;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.75);
}

#back-to-top a:hover {
	line-height: 25px;
}

.form-control {
	border-radius: 0px;
}

.error {
	color: #aa0000;
}

.mb10 {
	margin-bottom: 10px;
}


@media (max-width: 767px) {
	.btn-selrate, .btn-unselrate   {
		margin-top: 15px;	
	}
	
	.btn-unselrate {
	display: block;
	}

	.btn-selrate .visible-xs, .btn-unselrate .visible-xs {
	    display: inline-block !important;
    	padding-right: 5px;
	}
}

@media (min-width: 768px) {
	.night-price, .tot-room-price  {
		text-align: right;	
	}
}

/* Wrap responsive */
.googlemap_wrap  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
/* iframe posizionato in maniera assoluta */
.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#row-codice-sconto .form-control {
	display:inline-block;
	font-size: 12px;
}


.slick-slide, .slick-loading {
	border:0;
}
.listing-list-wrapper .slick-slide, .slick-loading {
	/*min-height: 213px;*/
}
.slickdo {
	/*min-height: 213px;*/
}
.slick-slide {
	/*min-height: 205px;*/
	background-color: #fff;
}
.slick-slide img {
    display: block;
    width: 100%;
}
