
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'),
	url('../fonts/Montserrat-Regular.ttf') format('truetype'),
	url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'),
	url('../fonts/Montserrat-Bold.ttf') format('truetype'),
	url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'),
	url('../fonts/Montserrat-Light.ttf') format('truetype'),
	url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kalam-Regular';
	src: url('../fonts/Kalam-Regular.eot');
	src: local('☺'), url('../fonts/Kalam-Regular.woff') format('woff'),
	url('../fonts/Kalam-Regular.ttf') format('truetype'),
	url('../fonts/Kalam-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kalam-Bold';
	src: url('../fonts/Kalam-Bold.eot');
	src: local('☺'), url('../fonts/Kalam-Bold.woff') format('woff'),
	url('../fonts/Kalam-Bold.ttf') format('truetype'),
	url('../fonts/Kalam-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kalam-Light';
	src: url('../fonts/Kalam-Light.eot');
	src: local('☺'), url('../fonts/Kalam-Light.woff') format('woff'),
	url('../fonts/Kalam-Light.ttf') format('truetype'),
	url('../fonts/Kalam-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FjallaOne-Regular';
	src: url('../fonts/FjallaOne-Regular.eot');
	src: local('☺'), url('../fonts/FjallaOne-Regular.woff') format('woff'),
	url('../fonts/FjallaOne-Regular.ttf') format('truetype'),
	url('../fonts/FjallaOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body{
	font-family: 'Montserrat-Light';
	font-size: 16px;
	color: #000000;
	line-height: normal;
	background: url(../images/layout/bg-texture.png) #f4f2ef;
	
}
/* Links */
a, input[type=submit]{
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
img {
	max-width:100%;
}
img:not([class]) {
	height: auto;
	width: auto;	
}
#container ul:not([class]) {
	padding: 0 0 25px 30px;
	display: block;
}
#container ul:not([class]) li {
	position: relative;
	display: block;
}
#container ul:not([class]) li + li {
	margin-top: 6px;
}
#container ul:not([class]) li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: -18px;
	background-color: #ffb700;
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
}
h1 {
	font: 55px/60px 'FjallaOne-Regular';
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #00c4b4;
}
h2 {
    font: 46px/52px 'Kalam-Bold';
    letter-spacing: -0.5px;
}
h3 {
    font: 25px/28px 'FjallaOne-Regular';
    text-transform: uppercase;
}
h4 {
   font: 16px/24px 'Montserrat-Bold';
   text-transform: uppercase;
}
/* Block-level */

address {
	font-style:inherit;
}
p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}
ul li{
	list-style-type: none;
}
strong{
	font-family: 'Montserrat-Bold';
	font-weight: normal;
}
sup{
	font-size: 9px;
}

i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}
/*************************
   Generic Site Styles
*************************/
.no-click {
	cursor: default;
}
.table, table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.table.page, .container{
  max-width: 1135px;
  margin: 0 auto;
}
.container{
	padding: 0 20px;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */

}
:-ms-input-placeholder {
/* Internet Explorer 10+ */

}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
  display: none !important;
}
body.no-scroll{
	overflow: hidden;
}

.button, a.button, input[type="submit"].button, 
.btn, .nav-menu > li > a:after, .quick-links-wrapper .more,
.banner-menu .menu-box, .banner-menu .menu-box .table,
ul.images-list li span:after, .callout-text a:after{
	-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	 	 -ms-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
			 transition: all 0.3s ease 0s;
}
.header-wrapper, .header-menu, .header-menu .cell:first-child,
.header-menu .cell:last-child, .top-bar, .top-bar a,
#header, .sub-menu, #nav-btn span, #nav-btn{
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.nav-menu > li > a{
	transition: none;
}
.btn, .button, a.button, input[type="submit"].button{
	display: inline-block;
	font: 20px 'FjallaOne-Regular';
    letter-spacing: -0.5px;
	min-width: 230px;
	padding: 16px 20px 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	color: #000000;
	border: 5px solid #000000;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;

}
.btn.btn-light, .button.btn-light, a.button.btn-light, input[type="submit"].button.btn-light{
	border-color: #ffffff;
	color: #ffffff;
}
.btn:hover, .button:hover, a.button:hover, input[type="submit"].button:hover{
	border-color: #fec524;
}
.banner-text .btn:before,
.about-wrapper .btn:before,
.testimonials-wrapper .btn:before{
	content: "";
	display: block;
	height: 2px;
	background: #fec524;
	position: absolute;
	width: 50%;
    left: 0;
    margin-top: 12px;
}
input[type=submit]{
	color: #ffffff;
	cursor: pointer;
}
.highslide-container .gal-title,.highslide-container .altCaption{
   	font: 14px  industry, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.full-gallery{
	display: none;
}
.popup {
  background-color: #FFF;
}

.popup > .cell {
  padding: 30px;
}
.style-tooltip {
  z-index: 99999 !important;
}

body:not(.desktop) *,
body.msie * {
  background-attachment: scroll !important;
}

input[disabled] {
	pointer-events:none;
}