/* SkyQ HTML Plate */

@charset "utf-8";

@font-face {
	font-family: 'helvetica_condensedbold';
	src: url('../fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'), url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica_ceregular';
	src: url('../fonts/helvetica_ce_regular-webfont.woff2') format('woff2'), url('../fonts/helvetica_ce_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
	background: #ffffff !important;
	position: relative;
	font-family: "helvetica_ceregular", Arial, sans-serif;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 110px;
}

/* Common Helpers */


/*
	NavBar Style
*/
.navbar {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
	-webkit-box-shadow: 1px 1px 18px rgba(1,1,1,9%);
	-moz-box-shadow: 1px 1px 18px rgba(1,1,1,9%);
	box-shadow: 1px 1px 18px rgb(1 1 1 / 9%);
	height: 90px;
	font-family: 'helvetica_condensedbold';
}
	
.navbar-brand {
	color: #3380b6 !important;
	letter-spacing: 5px;
}

.navbar-brand img {
	padding-top: 5px;
	height: 56px;
}

.navbar-toggle {
	margin-top: 30px;
	padding: 5px 10px;
}

@media(min-width: 768px) {
	.navbar {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,9%);
		-webkit-box-shadow: 1px 1px 18px rgba(1,1,1,9%);
		-moz-box-shadow: 1px 1px 18px rgba(1,1,1,9%);
		box-shadow: 1px 1px 18px rgb(1 1 1 / 9%);
		height: 109px;
		/*height: 110px;*/
	}

	.navbar-brand img {
		padding-top: 5px;
		height: 64px;
	}
    .nav-border{
            border-right: 2px solid #dfd9c3;
		padding-right: 20px;
    }
	.navbar-nav {
		font-family: 'Cambo', sans-serif;
		font-weight: 400;
		/*font-size: 13px;*/
		font-size: 20px;
		padding-top: 12px;
	}

	.navbar-nav li {
		/*margin: 0 6px;*/
		margin: 0 20px;
	}

		.navbar-nav li a {
			/*		width: 80px;*/
			width: 100%;
			padding: 0;
			background-color: transparent !important;
/*			text-align: center;*/
			text-align: left;
		}

	.navbar-nav li a:hover i {
		background-color: #cfa57e;
	}

	.navbar-nav li.active a i {
		background-color: #cfa57e !important;
	}

	.navbar-nav li a i {
		border-radius: 50%;
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		color: #fff;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 4px;
		font-size: 24px;
		background-color: #3a2616;
	}

	.navbar-toggle {
		margin-top: 40px;
		padding: 5px 10px;
	}
}

@media(max-width: 992px) {
	.navbar-nav li {
		margin: 0 -3px;
	}
}

@media(max-width: 768px) {
	.navbar-nav li {
		margin: 0 10px;
	}
	.navbar-collapse {
		border: 0;
		padding-top: 20px;
	}
}

/* :: WRAPPER CSS :: =================================================== */
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	float: none;
}

.wrapper { /*min-height:100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto 0;
}
/* the bottom margin is the negative value of the footer's height */
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.footer, .push {
	/*min-height: 100px;*/
	min-height: 65px;
	clear: both; /* .push must be the same height as .footer */
}

/*
	Essential Stylings
*/
section {
	padding: 70px 15px 70px 15px;
	text-align: center;
}
section.short {
	padding-bottom: 20px;
}
section.sub {
	padding: 20px 5px;
	text-align: center;
}
section.clear {
	padding: 0;
	text-align: center;
}

.color-patch {
	height: 4px;
}

a.scrollup, a.scrollup:visited, a.scrollup:focus {
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	position: fixed;
	text-align: center;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	z-index: 999;
}
a.scrollup:hover {
	color: #ee5b54;
}

/*
	Headings Styles
*/
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 !important;
}
h1, h3, h5 {
	font-family: "helvetica_ceregular", Arial, sans-serif;
	font-weight: 400;
}
h1>strong, h3>strong, h5>strong{
	font-family: "helvetica_ceregular", Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h2, h4, h6 {
		font-family: "helvetica_ceregular", Arial, sans-serif;
	font-weight: 400;
}
h2>strong, h4>strong, h6>strong {
	font-family: "helvetica_ceregular", Arial, sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}
h1, .h1 {
  font-size: 36px;
  line-height: 48px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}
h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 24px;
}
h5, .h5 {
  font-size: 14px;
  line-height: 18px;
}
h6, .h6 {
  font-size: 12px;
  line-height: 14px;
}
@media(max-width: 768px){
	h1, h2, h3, h4, h5, h6 {
		margin: 10px 5px !important;
	}
	h1, .h1 {
	  font-size: 30px;
	  line-height: 36px;
	}
	h2, .h2 {
	  font-size: 24px;
	  line-height: 30px;
	}
	h3, .h3 {
	  font-size: 18px;
	  line-height: 24px;
	}
	h4, .h4 {
	  font-size: 14px;
	  line-height: 18px;
	}
	h5, .h5 {
	  font-size: 12px;
	  line-height: 14px;
	}
	h6, .h6 {
	  font-size: 10px;
	  line-height: 12px;
	}
	h1>strong, h3>strong, h5>strong{
		font-family: "helvetica_ceregular", Arial, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
	}
	h2>strong, h4>strong, h6>strong {
	font-family: "helvetica_ceregular", Arial, sans-serif;
		font-weight: 200;
		text-transform: uppercase;
	}
}


/*
	Padding, Margin, Push, Pull Helpers
*/
.less-padding1 
{
	padding-left: 0px;
	padding-right: 0px;
}
.nv
{

	border:1px solid rgba(115, 115, 115, 0.07) !important
}
.nv>li.active>a,.nv>li.active>a:hover
{
	color: #555;
 	background-color:rgba(212, 171, 56, 0.09)
}
.less-padding {
	padding-left: 5px;
	padding-right: 5px;
}
.push-down-10 {
	padding-top: 10px;
}
.push-down-20 {
	padding-top: 20px;
}
.push-down-30 {
	padding-top: 30px;
}
.push-down-40 {
	padding-top: 40px;
}
.push-down-50 {
	padding-top: 50px;
}
.push-down-60 {
	padding-top: 60px;
}
.push-down-70 {
	padding-top: 70px;
}
.push-down-80 {
	padding-top: 80px;
}
.push-down-90 {
	padding-top: 90px;
}
.push-down-100 {
	padding-top: 100px;
}
.push-down-110 {
	padding-top: 110px;
}
.push-down-120 {
	padding-top: 120px;
}
.push-down {
	padding-top: 60px;
}
.push-down-cash {
	padding-top: 120px;
}
@media (max-width: 768px) {
	.push-down {
		padding-top: 0px !important;
	}
}

.pull-down-10 {
	padding-bottom: 10px;
}
.pull-down-20 {
	padding-bottom: 20px;
}
.pull-down-30 {
	padding-bottom: 30px;
}
.pull-down-40 {
	padding-bottom: 40px;
}
.pull-down-50 {
	padding-bottom: 50px;
}
.pull-down-60 {
	padding-bottom: 60px;
}
.pull-down-70 {
	padding-bottom: 70px;
}
.pull-down-80 {
	padding-bottom: 80px;
}
.pull-down-90 {
	padding-bottom: 90px;
}
.pull-down-100 {
	padding-bottom: 100px;
}
.pull-down-110 {
	padding-bottom: 110px;
}
.pull-down-120 {
	padding-bottom: 120px;
}
.pull-down-130 {
	padding-bottom: 130px;
}
.pull-down-140 {
	padding-bottom: 140px;
}
.pull-down-150 {
	padding-bottom: 150px;
}
.pull-down-160 {
	padding-bottom: 160px;
}
.pull-down {
	padding-bottom: 130px;
}
.pull-down-cash {
	padding-bottom: 120px;
}
@media (max-width: 768px) {
	.pull-down {
		padding-bottom: 50px;
	}
	.pull-down-cash {
		padding-bottom: 40px;
	}
}

.no-margins {
	margin: 0 !important;
}
.margin-5 {
	margin: 5px !important;
}
.margin-10 {
	margin: 10px !important;
}
.margin-15 {
	margin: 15px !important;
}
.margin-20 {
	margin: 20px !important;
}
.margin-25 {
	margin: 25px !important;
}
.margin-30 {
	margin: 30px !important;
}
.margin-40 {
	margin: 40px !important;
}
.margin-50 {
	margin: 50px !important;
}
.margin-75 {
	margin: 75px !important;
}
.margin-100 {
	margin: 100px !important;
}
.margin-125 {
	margin: 125px !important;
}
.margin-150 {
	margin: 150px !important;
}
.margin-200 {
	margin: 200px !important;
}


.margin-right-0 {
	margin-right: 0 !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-left-0 {
	margin-left: 0 !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}


.padding-5 {
	padding: 5px !important;
}
.padding-10 {
	padding: 10px !important;
}
.padding-15 {
	padding: 15px !important;
}
.padding-20 {
	padding: 20px !important;
}
.padding-25 {
	padding: 25px !important;
}
.padding-30 {
	padding: 30px !important;
}
.padding-40 {
	padding: 40px !important;
}
.padding-50 {
	padding: 50px !important;
}
.padding-75 {
	padding: 75px !important;
}
.padding-100 {
	padding: 100px !important;
}
.padding-125 {
	padding: 125px !important;
}
.padding-150 {
	padding: 150px !important;
}
.padding-200 {
	padding: 200px !important;
}

.padding-right-0 {
	padding-right: 0 !important;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-top-0 {
	padding-top: 0 !important;
}
/*
	Colors Helpers
*/
.white {
	background: #ffffff !important;
	color: #525252;
}
.black {
	background: #333333 !important;
	color: #faf9f7;
}
.grey {
	background: #cccccc !important;
	color: #323232;
}
.lightgrey {
	background: #ccb98f !important;
	color: #e7e7e7;
}
.cream {
	background: #f1ede1 !important;
	color: #202e3b;
}
.chocolate {
	background: #8c8a7d !important;
	color: #f1ede1;
}
.turquoise {
	background: #18ab9b !important;
	color: #faf9f7;
}
.blue {
	background: #3380b6 !important;
	color: #faf9f7;
}
.pink {
	background: #6a5077 !important;
	color: #faf9f7;
}
.lightpink {
	background: #825099 !important;
	color: #faf9f7;
}
.faintwhite {
	background: #f4f0e5 !important;
	color: #eb5b5a;
}
.greylight {
	background: #3c3c3c !important;
	color: #f4f0e5;
}
.greydark {
	background: #323232 !important;
	color: #ffffff;
}
.yellow {
	background: #fcd300 !important;
	color: #fda400;
}
.orange {
	background: #fda400 !important;
	color: #ffffff;
}
.peach {
	background: #cfba8f !important;
	color: #323232;
}
.red {
	background: #ee5b54 !important;
	color: #f1ede1;
}
.maroon {
	background: #df4351 !important;
	color: #f1ede1;
}

/* Common Color Helpers */
.light {
	background-color: rgba(255, 255, 255, 0.55);
}
.lighter {
	background-color: rgba(255, 255, 255, 0.70);
}
.dark {
	background-color: rgba(0, 0, 0, 0.25);
}
.darker {
	background-color: rgba(0, 0, 0, 0.50);
}

/* 
	Text Colour Helpers 
*/

.font-white {
	color: #faf9f7 !important;
}
.font-black {
	color: #333333 !important;
}
.font-grey {
	color: #cccccc !important;
}
.font-lightgrey {
	color: #ccb98f !important;
}
.font-cream {
	color: #f1ede1 !important;
}
.font-chocolate {
	color: #8c8a7d !important;
}
.font-turquoise {
	color: #18ab9b !important;
}
.font-blue {
	color: #3380b6 !important;
}
.font-pink {
	color: #6a5077 !important;
}
.font-lightpink {
	color: #825099 !important;
}
.font-faintwhite {
	color: #f4f0e5 !important;
}
.font-greylight {
	color: #3c3c3c !important;
}
.font-greydark {
	color: #323232 !important;
}
.font-yellow {
	color: #fad200 !important;
}
.font-orange {
	color: #fda400 !important;
}
.font-peach {
	color: #cfba8f !important;
}
.font-red {
	color: #ee5b54 !important;
}
.font-maroon {
	color: #df4351 !important;
}

.facebook {
	color: #3b5998 !important;
}
.twitter {
	color: #55acee !important;
}
.google-plus {
	color: #dd4b39 !important;
}
.linkedin {
	color: #0077b5 !important;
}
.youtube {
	color: #cd201f !important;
}
.pintrest {
	color: #cc2127 !important;
}

/* 
	Border Color Helpers
*/

.border-white {
	border-color: #faf9f7 !important;
}
.border-black {
	border-color: #333333 !important;
}
.border-grey {
	border-color: #cccccc !important;
}
.border-lightgrey {
	border-color: #ccb98f !important;
}
.border-cream {
	border-color: #f1ede1 !important;
}
.border-chocolate {
	border-color: #8c8a7d !important;
}
.border-turquoise {
	border-color: #18ab9b !important;
}
.border-blue {
	border-color: #3380b6 !important;
}
.border-pink {
	border-color: #6a5077 !important;
}
.border-lightpink {
	border-color: #825099 !important;
}
.border-faintwhite {
	border-color: #f4f0e5 !important;
}
.border-greylight {
	border-color: #3c3c3c !important;
}
.border-greydark {
	border-color: #323232 !important;
}
.border-yellow {
	border-color: #fad200 !important;
}
.border-orange {
	border-color: #fda400 !important;
}
.border-peach {
	border-color: #cfba8f !important;
}
.border-red {
	border-color: #ee5b54 !important;
}
.border-maroon {
	border-color: #df4351 !important;
}
.bort 
{
	border:1px #CEC6C3 solid;
	padding-top: 10px;
}/*
.bort 
{
	border-bottom:1px #CEC6C3 solid;
	border-left:1px #CEC6C3 solid;
	border-right:1px #CEC6C3 solid;
	padding-top: 10px;
}*/
/*
	Height, Line Height, Border size Helpers
*/

.height-5 {
	height: 5px !important;
}
.height-10 {
	height: 10px !important;
}
.height-15 {
	height: 15px !important;
}
.height-20 {
	height: 20px !important;
}
.height-25 {
	height: 25px !important;
}
.height-30 {
	height: 30px !important;
}
.height-40 {
	height: 40px !important;
}
.height-50 {
	height: 50px !important;
}
.height-75 {
	height: 75px !important;
}
.height-100 {
	height: 100px !important;
}
.height-125 {
	height: 125px !important;
}
.height-150 {
	height: 150px !important;
}
.height-200 {
	height: 200px !important;
}
.height-250 {
	height: 250px !important;
}


.min-height-5 {
	min-height: 5px !important;
}
.min-height-10 {
	min-height: 10px !important;
}
.min-height-15 {
	min-height: 15px !important;
}
.min-height-20 {
	min-height: 20px !important;
}
.min-height-25 {
	min-height: 25px !important;
}
.min-height-30 {
	min-height: 30px !important;
}
.min-height-40 {
	min-height: 40px !important;
}
.min-height-50 {
	min-height: 50px !important;
}
.min-height-75 {
	min-height: 75px !important;
}
.min-height-100 {
	min-height: 100px !important;
}
.min-height-125 {
	min-height: 125px !important;
}
.min-height-150 {
	min-height: 150px !important;
}
.min-height-200 {
	min-height: 200px !important;
}


.line-height-5 {
	line-height: 5px !important;
}
.line-height-10 {
	line-height: 10px !important;
}
.line-height-15 {
	line-height: 15px !important;
}
.line-height-20 {
	line-height: 20px !important;
}
.line-height-25 {
	line-height: 25px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.line-height-40 {
	line-height: 40px !important;
}
.line-height-50 {
	line-height: 50px !important;
}
.line-height-75 {
	line-height: 75px !important;
}
.line-height-100 {
	line-height: 100px !important;
}
.line-height-125 {
	line-height: 125px !important;
}
.line-height-150 {
	line-height: 150px !important;
}
.line-height-200 {
	line-height: 200px !important;
}

.border-0 {
	border-width: 0;
	border-style: solid;
}
.border-1 {
	border-width: 1px;
	border-style: solid;
}
.border-2 {
	border-width: 3px;
	border-style: solid;
}
.border-3 {
	border-width: 3px;
	border-style: solid;
}
.border-4 {
	border-width: 4px;
	border-style: solid;
}
.border-5 {
	border-width: 5px;
	border-style: solid;
}
.border-10 {
	border-width: 10px;
	border-style: solid;
}
.border-15 {
	border-width: 15px;
	border-style: solid;
}
.border-20 {
	border-width: 20px;
	border-style: solid;
}
/*
	Font Sizing Helper
*/
.text-underline {
	text-decoration: underline;
}

.text-xsmall {
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 10px auto;
}

.font-size-5 {
	font-size: 5px !important;
}
.font-size-10 {
	font-size: 10px !important;
}
.font-size-15 {
	font-size: 15px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-20 {
	font-size: 20px !important;
}
.font-size-25 {
	font-size: 25px !important;
}
.font-size-30 {
	font-size: 30px !important;
}
.font-size-40 {
	font-size: 40px !important;
}
.font-size-50 {
	font-size: 50px !important;
}
.font-size-75 {
	font-size: 75px !important;
}
.font-size-100 {
	font-size: 100px !important;
}
.font-size-125 {
	font-size: 125px !important;
}
.font-size-150 {
	font-size: 150px !important;
}
.font-size-200 {
	font-size: 200px !important;
}

@media(max-width:768px){
	.font-size-5 {
		font-size: 5px !important;
	}
	.font-size-10 {
		font-size: 8px !important;
	}
	.font-size-15 {
		font-size: 12px !important;
	}
	.font-size-20 {
		font-size: 18px !important;
	}
	.font-size-25 {
		font-size: 20px !important;
	}
	.font-size-30 {
		font-size: 24px !important;
	}
	.font-size-40 {
		font-size: 36px !important;
	}
	.font-size-50 {
		font-size: 42px !important;
	}
	.font-size-75 {
		font-size: 64px !important;
	}
	.font-size-100 {
		font-size: 80px !important;
	}
	.font-size-125 {
		font-size: 100px !important;
	}
	.font-size-150 {
		font-size: 125px !important;
	}
	.font-size-200 {
		font-size: 150px !important;
	}
}

.thinest {
	font-weight: 200 !important;
}
.thin {
	font-weight: 300 !important;
}
.thick {
	font-weight: 500 !important;
}
.thickest {
	font-weight: 600 !important;
}
.heavy {
	font-weight: 700 !important;
}

/*
	Alignment Helpers
*/
@media(max-width: 768px) {
	.text-center-sm {
		text-align: center !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.text-right-sm {
		text-align: right !important;
	}
}

/*
	Animation Delays
*/
.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  animation-delay: .1s !important;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.animation-delay-11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay-13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.animation-delay-14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.animation-delay-16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.animation-delay-17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.animation-delay-19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.animation-delay-20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.animation-delay-21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.animation-delay-22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.animation-delay-23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.animation-delay-24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.animation-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.animation-delay-26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-27 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.animation-delay-29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

ul.three-cols {
	list-style: none;
	list-style-type: none;
	padding: 0;
	float: left;
}

ul.three-cols li {
	float: left;
	width: 33.333333%;
	padding-bottom: 2px;
	padding-top: 1px;
}

ul.three-cols li a, ul.three-cols li a:visited, ul.three-cols li a:focus, ul.three-cols li a:active, ul.three-cols li a:hover {
	color: #ee5b54 !important;
}

ul.three-cols li img {
	padding: 0 10px 10px 0;
}

/* Pages Styles 

/* Colors */

.ncml-gold {
	background-color: #cfa54b;
	color: #333;
}

.flogo{
	max-width: 15%;
}

.ncml-brown {
	/*background-color: #392515;
	color: #cfa54b;*/
        background-color: #ffffff;
    color: #392617;
}

.ncml-yellow {
	background-color: #d4ab38;
	color: #cfa54b;
}

.ncml-gold-font {
	color: #cfa54b;
}

.ncml-brown-font {
	color: #392515;
}

.ncml-yellow-font {
	color: #d4ab38;
}

/* Fonts */

.font-droidsans {
	font-family: "helvetica_ceregular", Arial, sans-serif;
}
.font-cambo {
	font-family: "helvetica_ceregular", Arial, sans-serif;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
	background: #fff;
}

.carousel-inner > .item > img {
  width: 100%;
}

.carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #cfa54b;
    border-color: #333;
    border-width: 2px;
    opacity: .8;
}
.carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.carousel .carousel-control {
	background: transparent !important;
}

/* Customize container */
@media (min-width: 768px) {
  .container-narrow {
    max-width: 850px;
    margin: 0 auto;
  }
}	

.fixht {
	height: 154.3px !important;
}

.queries {
	font-size: 11px;
	/*padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	margin: 0;
}

.queries > .carousel-indicators > li {
    margin: -50px 1px;
    background-color: #cfa54b;
    border-color: #333;
    opacity: .5;
}

.queries > .carousel-inner > .item {
	text-align: left !important;
}

.queries .carousel-inner .item p.question {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'Cambo', serif !important;
}

input.subscribe {
	border: 1px #392515 solid;
	border-radius: 0;
}

.btn-subscribe {
	border: 1px #392515 solid;
	border-radius: 0;
	background: #392515;
	color: #cfba8f;
}
.btn-subscribe:hover {
	border: 1px #392515 solid;
	background: #392515;
	color: #fff;
}

footer {
	/*padding-top: 20px;*/
	margin: 0 auto;
}

footer > section {
	padding: 0;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.bottomMenu {
	list-style: none;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}

ul.bottomMenu li {
	list-style-type: none;
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	text-align: center;
}

ul.bottomMenu li a {
	color: #392515 !important;
	font-size: 12px;
}

@media(max-width: 768px) {

	ul.bottomMenu li {
		padding: 5px;
		margin: 0;
		width: 33.3333333%;
		float: left;
		text-align: center;
	}
}

.shadow {
	margin-top: -20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 18px rgba(1,1,1,.75);
	-moz-box-shadow: 1px 1px 18px rgba(1,1,1,.75);
	box-shadow: 1px 1px 18px rgba(1,1,1,.75);
}

ul.contactus {
	list-style: none;
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	text-align: left;
}

ul.contactus li {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
	font-family: "helvetica_ceregular", Arial, sans-serif;
}

ul.contactus li i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border-radius: 50%;
	background: #392515;
	color: #ffffff;
	text-align: center;
	margin-right: 20px;
	font-size: 28px;
}

.btn-specialsubmit {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #d7210d);
  background-image: -moz-linear-gradient(top, #ffffff, #d7210d);
  background-image: -ms-linear-gradient(top, #ffffff, #d7210d);
  background-image: -o-linear-gradient(top, #ffffff, #d7210d);
  background-image: linear-gradient(to bottom, #ffffff, #d7210d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px !important;
  color: #ffffff;
  font-size: 16px !important;
  padding: 7px 40px 7px 40px !important;
  border: solid #b31709 3px;
  text-decoration: none;
  margin-bottom: 20px;
}

.btn-specialsubmit:hover {
  color: #ffffff;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #d7210d, #ffffff);
  background-image: -moz-linear-gradient(top, #d7210d, #ffffff);
  background-image: -ms-linear-gradient(top, #d7210d, #ffffff);
  background-image: -o-linear-gradient(top, #d7210d, #ffffff);
  background-image: linear-gradient(to bottom, #d7210d, #ffffff);
  text-decoration: none;
}

.radios label {
	text-align: right;
	margin-right: 30px;
	font-size: 24px;
	line-height: 36px;
	vertical-align: middle;
	font-family: "helvetica_ceregular", Arial, sans-serif;
}

.letter{
	padding: 0px !important;
}

.cls{
	position: relative !important;
	/*margin: 0 auto !important;*/
	opacity: 1 !important;
	line-height: 0 !important;
	top: 10px !important;
	font-size: 32px;
	border: 1px dotted black;
}
 .navbar-nav {
            float: right;
            margin: 30px 0px 0 85px !important;
        }
       /* the bottom margin is the negative value of the footer's height */
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    /*min-height: 100px;*/
     min-height: 65px;
    clear: both; /* .push must be the same height as .footer */
}
footer {
    font-size: 13px;
    font-weight: normal;
    background: #d4ab4d;
}

.footer a {
    color: #333;
}

footer a:hover {
    color: #000;
}
/*  Footer Copyright */
.ftr-bottom {
    /*padding: 15px 0 10px;*/
    padding: 20px 0 00px;

}

ul.ftr_links {
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 12px;
    line-height: 25px;
}

    ul.ftr_links li {
        padding: 0 5px 0 0;
        display: inline-block;
    }

        ul.ftr_links li:first-child:before {
            content: "";
            padding-right: 0px;
        }

        ul.ftr_links li:before {
            content: "|";
            padding-right: 5px;
        }
/* Social Media Style */

ul.social_media {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 0px 10px 5px;
        border: none;
        vertical-align: top;
    }

        ul.social_media li a {
            display: block;
            font-size: 20px;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        padding: 0px;
        margin: 0px;
        font-weight: 300;
        color: #d4ab4d;
        /*width: 38px;
        height: 38px;
        line-height: 38px;*/ 
           width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 6px;
        text-align: center;
    }

        ul.social_media .fa:hover {
            color: #fff;
            border: transparent;
        }

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram {
    background: #96292b;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .fa-facebook:hover {
        background: #3b5998;
    }

    .fa-google:hover {
        background: #3f85f4;
    }

    .fa-google-plus:hover {
        background: #d13f2d;
    }

    .fa-linkedin:hover {
        background: #0275b5;
    }

    .fa-youtube:hover {
        background: #ce332d;
    }

    .fa-youtube-play:hover {
        background: #ce332d;
    }

    .fa-tumblr:hover {
        background: #274152;
    }

    .fa-twitter:hover {
        background: #4dc8f1;
    }

    .fa-pinterest:hover {
        background: #cb2028;
    }

    .fa-instagram:hover {
        background: #3e739d;
    }
    .btn-register {
    color: #fff;
    background-color: #392617;
    border-color: #392617;
        margin: 15px;
    padding: 5px 50px;
}
    .btn:hover {
        color: #fff;
        text-decoration: none;
    }






 /* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display:inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/*white-space: pre;*/
	padding: 10px 10px;
	list-style: none
}
	.dropdown-content li {
		margin: 6px 0px;
		border-bottom: 1px solid #ccc;
		
	}
	/* Links inside the dropdown */
	.dropdown-content a {
		color: #333333;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		background-color: transparent !important;
		text-align: center;
		font-size: 16px;
		/*border:dashed 1px #DDDDDD;*/
	}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}











/* The container <div> - needed to position the dropdown content */
.dropdown1 {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 10%);
	/*white-space: pre;*/
	margin-left: 170px;
	font-size: 16px;
}

	/* Links inside the dropdown */
	.dropdown-content1 a {
		color: #333333;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		background-color: transparent !important;
		text-align: center;
		/*border:dashed 1px #DDDDDD;*/
		font-size: 16px;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content1 a:hover {
			background-color: #ddd;
		}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn1 {
	background-color: #3e8e41;
}

#visual_wrapper {
    width: 100%;
    position: relative;
    background: #ccc;
    text-align: center;
}

#visual_container {
    margin-bottom: 20px;
}

    #visual_container img {
        max-width: 100%;
        margin: 0 auto;
		width: 100%
    }

.visual_slider {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .visual_slider li {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .visual_slider a {
        text-decoration: none;
    }

    .visual_slider img {
        position: relative;
        z-index: 0;
    }

.slider_txt {
    font-size: 34px;
    font-family: 'helvetica_condensedbold';
    position: absolute;
    text-align: left;
    z-index: 9;
}

.slider_txt {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

.black_txt {
    color: #211f20;
    margin: 20px 0px;
    font-family: "helvetica_ceregular", Arial, sans-serif;
    display: block;
}

.slider_link {
    background: #bd1c21;
    padding: 10px 20px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 5px #666;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
}

.sub_txt3 {
    font-size: 26px;
    display: block;
    margin: 20px 0px;
}

.slider_link3 {
    background: #083d98;
    margin-right: 30px;
    padding: 0px 20px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 5px #666;
    border-radius: 15px;
    color: #fff;
}

.sub_txt4 {
    font-size: 26px;
    display: block;
    margin: 20px 0px;
    color: #231f20;
}

.slider_txt1 {
    top: 30%;
    max-width: 42%;
    left: 40%;
    color: #93070a;
}

.slider_txt2 {
    top: 15%;
    left: 30%;
    color: #93070a;
}

.slider_txt3 {
    top: 20%;
    left: 40%;
    color: #fff;
}

.slider_txt4 {
    top: 30%;
    max-width: 55%;
    left: 40%;
    color: #93070a;
}

.slider_alert_wrapper {
    max-width: 1368px;
    margin: 0 auto;
    position: relative;
}

.slider_alert {
    border: 5px solid #d4ab4d;
    background: #96292b;
    text-align: center;
    padding: 13px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 99;
    border-bottom: 0px;
    border-right: 0px;
}

    .slider_alert a {
        color: #fff;
        font-size: 22px;
        font-family: 'helvetica_condensedbold';
        text-decoration: none;
        text-transform: uppercase;
    }

@media (max-width:1025px) {
    .slider_txt {
        font-size: 24px;
        line-height: normal;
    }

    .sub_txt3, .sub_txt4 {
        font-size: 18px;
        line-height: normal;
        margin: 10px 0px;
    }

    .slider_link {
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .slider_txt {
        font-size: 20px;
    }

    .sub_txt3, .sub_txt4 {
        font-size: 16px;
    }

    .slider_link {
        font-size: 14px;
    }

    .slider_alert {
        padding: 05px;
    }

        .slider_alert a {
            font-size: 14px;
        }
}

@media (max-width:767px) {
    .slider_txt {
        font-size: 14px;
    }

    .sub_txt3, .sub_txt4, .black_txt {
        font-size: 12px;
        margin: 5px 0px;
    }

    .slider_link {
        font-size: 12px;
    }

    #visual_wrapper {
        background: #fff;
    }

    .slider_alert {
        padding: 05px;
        position: relative;
        border: 0;
        top: 20px;
        margin-bottom: 20px;
    }

        .slider_alert a {
            font-size: 14px;
        }
}

@media (max-width:480px) {
    .slider_txt {
        font-size: 10px;
    }

    .sub_txt3, .sub_txt4, .black_txt {
        font-size: 10px;
        margin: 5px 0px;
    }

    .slider_link {
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 8px;
    }

    .slider_link3 {
        margin-right: 10px;
    }

    .slider_txt1 {
        top: 30%;
        max-width: 100%;
        left: 30%;
    }

    .slider_txt2 {
        top: 5%;
        left: 30%;
    }

    .slider_txt3 {
        top: 10%;
        left: 35%;
    }

    .slider_txt4 {
        top: 30%;
        max-width: 100%;
        left: 35%;
    }
}

.tp-banner {
    position: relative;
}

@media only screen and (max-width: 800px) and (min-width: 320px) {
	.navbar-nav {
		float: left;
		margin: 0px 0px 0px 0px !important;
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
		color: #777;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		padding: 0.85rem 1rem;
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: 100%;
		height: 100vh;
	}
	.navbar-collapse.in {
		overflow-x: hidden;
	}
	.dropdown-content {
		display: none;
		position: relative;
		background-color: #fdfdfd;
		min-width: 200px;
		box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 8%);
		/* white-space: pre; */
		padding: 10px 10px;
		list-style: none;
	}
		.dropdown-content li {
			margin: 0px 0px;
			border-bottom: 1px solid #ccc;
			width: 100%;
		}
		.dropdown-content a {
			color: inherit;
			padding: 7px 16px;
			text-decoration: none;
			display: block;
			background-color: transparent !important;
			text-align: left;
			font-size: inherit;
			/* border: dashed 1px #DDDDDD; */
			line-height: 24px;
		}
		.dropdown-content li:last-child {
			border-bottom: none;
		}
}

















