/*
Theme Name: Eldo
Theme URI: https://www.eldowebdesign.co.uk
Author: Eldo Web Design Ltd
Author URI: https://www.eldowebdesign.co.uk
Description: Bespoke Eldo Web Design Theme
Version: 1.2
License: Private License
License URI: https://www.eldowebdesign.co.uk/contact
Text Domain: eldo
Tags: bespoke
*/
/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size:15px;font-size:0.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:20 0 1.5em 1.5em}ul{list-style:disc}ol{list-style:decimal}li > ul,li > ol{margin-bottom:0;margin-left:0}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.hentry{margin:0}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.gallery{margin-bottom:1.5em;text-align:center}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;float:none;-webkit-transition:all ease 0.3s;transition:all ease 0.3s}.gallery-item:hover{opacity:0.8}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}
/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color: #444;
	line-height: 1.4;
}
#tinymce {
	padding:10px!important;
}
.anim {
	visibility: hidden;
}
body {
	line-height:1.7
}
/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/
a {
	color: #8DC09B;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-decoration: none
}
a:visited {
	color: #8DC09B;
}
a:hover, a:focus, a:active {
	color: #A48963;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
::-moz-selection { /* Code for Firefox */
    color: #333;
    background: #ccc;
}
::selection {
     color: #333;
    background: #ccc;
}
h1, h2, h3, h4 {
	font-weight:400;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	line-height:1.2
}
h1 {
	font-size:2.4em;
	color:#3F5579
}
h2 {
	font-size:2em;
	color:#3F5579;
	position:relative
}
h2:before {
	content:"";
	height:2px;
	width:80px;
	left:0;
	background:#A48963;
	position:absolute;
	border-radius:0 50% 50% 0;
	bottom:0;
}
h3 {
	font-size:1.3em;
	color:#A48963
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
button, a.button, .button a, a:visited.button, .button a:visited, input.button, input[type="submit"] {
	background: #8DC09B;
	font-weight:600;
	text-decoration:none;
	color:#fff;
	padding:6px 10px;
	border-radius:3px;
	border:0;
	width:auto;
	display:inline-block;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	line-height:1.7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase
}
button:hover, a.button:hover, .button a:hover, input.button:hover, input[type="number"]:hover, input[type="submit"]:hover {
	color:#fff;
	background:#A48963
}
a.button:active, .button a:active, button:active {
	box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,0.2), inset 0px 5px 3px rgba(0,0,0,0.2);
}
/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
.float {
	float:left;
	width:100%
}
.section {
	float:left;
	width:100%;
	padding:10px 10px
}
.section.space {
	margin-top:15px;
	margin-bottom:15px
}
.center {
	text-align:center
}
.left {
	text-align:left
}
.right {
	text-align:right
}
.center-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.center-center > * {
	max-width: 100%;
	width:100%
}
.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start
}
.column * {
	width:100%
}
.bottom {
	margin-top:auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
.equal {
	display: -webkit-box;2319
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	position:relative;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1140px;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;

}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
  min-width:210px;
}
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
.fa.fa-facebook {
    color: #3b5998;
}
.fa.fa-twitter {
    color: #1da1f2;
}
.fa.fa-pinterest {
    color: #bd081c;
}
.fa.fa-instagram {
    color: #833ab4;
}
.fa.fa-linkedin {
    color: #0077b5;
}
.fa.fa-google-plus {
    color: #dd4b39;
}
.fa.fa-youtube {
    color: #cd201f;
}
.fa.fa-vimeo {
	color:#1ab7ea
}
/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
.menu-toggle {
	width:100%;
	text-align:center;
	background:#8DC09B;
	color:#fff;
	padding:6px;
	display:inline-block;
	cursor:pointer;
	border-radius:0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:99999
}
.menu-toggle .fa{
	width:17px;
	text-align:center
}
#head-menu nav {
	display:none;
}
ul#header-menu {
	text-align:center
}
 /* core SM, do not edit */
.sm{position:relative;z-index:9999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
 /* end */
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 25px 13px 25px;
  /* make room for the toggle button (sub indicator) */
  color: #555555;
  font-size: 1em;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  text-align:center
}
.sm-clean a.current {
  color: #A48963;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean span.sub-arrow:before {
  display: block;
  content: '+';
}
.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
li.current-menu-item a, li.current_page_parent a {
	color:#ccc
}
@media (min-width: 1023px) {
  /* Switch to desktop layout
  /* start... (it's not recommended editing these rules) */
  .menu-toggle {
	  display:none;
  }
  #head-menu nav {
	  display:block!important;
  }
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    display:inline-block;
    float:none;
  }
  .sm-clean.sm-rtl li {
    display:inline-block;
    float:none;
  }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: left;
width:100%
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-clean {
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 9px 8px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color:#AA7A8A;
    font-weight:600
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #A48963;
  }
  .sm-clean a.current {
    color: #A48963;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-clean a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul:before,
  .sm-clean > li > ul:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent white transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: white;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #A48963;
  }
  .sm-clean ul a.current {
    color: #A48963;
  }
  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean span.scroll-up,
  .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-clean span.scroll-up:hover,
  .sm-clean span.scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #A48963 transparent;
  }
  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #A48963 transparent transparent transparent;
  }
  .sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul:before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul:after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: white;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul:before,
  .sm-clean.sm-vertical > li > ul:after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: white;
  }
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#search-over {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background:#f5f5f5;
	padding:20px;
	z-index: 999999;
	background: rgba(63, 85, 121, 0.9);
	display:none;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
#search-over h3 {
	color:#fff;
	margin-top:0
}
#search-over .close {
	position:fixed;
	top:20px;
	right:20px;
	left:auto;
	color:#ccc;
	font-size:22px;
	width:auto;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
#head-search .container {
	max-width:500px
}
#search-over input.search-field {
	width:100%;
	max-width:600px;
	margin:0 auto;
	display:block;
	float:none;
}
#search {
	cursor:pointer;
	color:#ccc;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
#search:hover {
	color:#A48963!important
}
#header {
	padding:7px 0;
	position:fixed;
	top:0;
	background: rgba(63, 85, 121, 0.9);
	color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
	z-index:800;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
#header #logo span {
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

@media screen and (min-width: 1024px) {
	#header.scroll #social{
		top:0;
		display:none;
		opacity:0;
		-webkit-transition: all ease 1s;
		transition: all ease 1s;
	}
	#header.scroll #search-head {
		position:absolute;
		left:0;
		bottom:0;
		z-index:99999;
		margin-bottom:5px;
		-webkit-transition: all ease 1s;
		transition: all ease 1s;
	}
	#header.scroll #logo img {
		max-width:80px
	}
	#header.scroll #logo span{
		height:1px;
		display:none
	}
}


body.home #header {
	position:relative;
}
body.home #header.scroll #social, body.home #header.scroll #search-head{
	display:block;
	opacity:1
}
body.home #header.scroll #logo span{
	height:auto;
	display:block
}
body.home #header.scroll #logo img {
	max-width: 220px;
}
#header .fa {
	font-size:22px;
	margin:3px
}
#search-head, #social {
	margin-bottom:10px;
	color:#ccc;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
#search-head {
	width:30px
}
#head-info #social .fa:hover {
	color:#A48963
}
#logo {
	font-size:17px;
	font-style:italic;
	text-align:center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
#logo img {
	width:100%;
	max-width:150px;
	display:block;
	margin:0 auto;
	padding-left:10px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#head-search input {
	border:0;
	outline:0;
	padding:7px 0;
	border-bottom:1px dashed #aaa;
	background:transparent;
	color:#fff
}
#social .fa {
	color: #ddd;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	font-size:18px
}
#header-menu {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#mobile-menu {
	background:rgba(63, 85, 121, 1)
}
#mobile-menu a {
	color:#AA7A8A
}
/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
body.search-results #banner {
	margin-bottom:30px
}
body.search-results #post-wrap {
	margin-bottom:30px
}
#share {
	background:#f5f5f5;
}
#flexible-content {
	float:left;
	width:100%;
	padding:30px 0
}
#banner {
	text-align:center;
}
#banner .container {
	height:1px;
	min-height:95vh;
	padding-top:100px
}
#nobanner {
	text-align:center;
	background:#3F5579;
	padding-top:40px;
	padding-bottom:40px;
}
#nobanner .container {
	height:1px;
	min-height:200px;
}
#banner h1 {
	color:#fff;
	margin:0;
	text-shadow:0 0 40px #000
}
#banner h2 {
	color:#fff;
	margin:0
}
.title-box {
	display:inline-block;
	padding: 10px 30px;
border-radius:50px
}
blockquote {
	width:80%;
	margin:15px 10%;
	background:#f5f5f5;
	padding:20px 50px;
	font-weight:600;
	text-align:center;
	position:relative
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	font-family: "fontAwesome";
	position:absolute;
	top:0px;
	left:10px;
	color:#3F5579;
	font-size:30px
}
blockquote:after {
	content:"\f10E";
	font-family: "fontAwesome";
	position:absolute;
	bottom:0px;
	right:10px;
	color:#3F5579;
	font-size:30px
}
.twitter-tweet, .EmbeddedTweet-tweet {
	margin:0 auto!important;
	display:block!important;
}
.EmbeddedTweet {
	margin:0 auto!important;
	display:block!important;
}
iframe {
	display:block;
	margin:0 auto;
	float:none;
	width:100%!important
}
iframe img {
	width:100%!important
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.section.map {
	padding-left: 0;
	padding-right:0
}
.map iframe {
	width:100%!important;
	height:450px;
}
hr {
	background-color: #8DC09B;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
/*-----------------------
# CAPTIONS
------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	background:#f5f5f5
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	font-style: italic;
	color:#A48963
}
.wp-caption-text {
	text-align: center;
}
/*-----------------------
# QUOTE
------------------------*/
.section.quote {
	text-align:center;
	font-size:20px;
	background:#A48963;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	font-family: 'Lato', sans-serif;
font-weight: 600;
}
.section.quote .fa {
	color:#ccc
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-toggle {
	width:100%;
    cursor: pointer;
    position: relative;
    padding: 10px 40px 10px 20px;
    border-radius: 3px;
    background: #8DC09B;
    margin: 0px;
    margin-bottom: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color:#fff;
    font-weight: 600;
	font-size: 1.2em;
}
.accordion-toggle:hover {
	background:#3F5579
}
.accordion-toggle.active {
    background: #3F5579;
}
.accordion-toggle.active-panel {
    background: #ddd;
}
.accordion-content {
    overflow: hidden;
    display: none;
}
.accordion-content.default {
    display: block;
}
.accordion-content p:first-child {
    margin-top: 0px;
}
.accordion-toggle .fa {
    position: absolute;
    right: 15px;
    top: 7px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size:30px!important;
}
.accordion-toggle .fa.rotate180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*--------------------------------
# TABS
--------------------------------*/
.section.tabbed {
	background:#f5f5f5;
	padding-top:30px
}
.tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
	float:left;
	width:100%
}
.tabs li {
    float: left;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-right:8px;
}
.tabs li:hover {
    background: #fff;
}
.tabs li a {
    display: block;
    text-decoration: none;
    color:#fff;
    font-weight: 600;
	font-size: 1.1em;
	background: #8DC09B;
	padding: 10px 20px;
    border-radius: 3px;
}
.tabs ul li.active a{
    background: #3F5579;
}
.tabs ul li a:hover {
	background:#3F5579
}
.panel {
	float:left;
	width:100%
}
/*--------------------------------
# GALLERY
--------------------------------*/
.section.gallery {2
	background:#f5f5f5;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:250px;
	margin:5px;
	max-width:500px;
	display:inline-block
}
.gallery-image img {
	width:100%;
	display:block;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.gallery-image img:hover {
	opacity:0.8;
}
.gallery-image a {
	color:#fff;
}
.gallery-image .fa {
	font-size:30px;
	display:block;
}
.image-click {
	position:absolute;
	background:rgba(164, 137, 99, 0.8);
	width:50%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	opacity:0
}
.image-click:hover {
	background:rgba(164, 137, 99, 0.95);
}
.post-click {
	position:absolute;
	background:rgba(63, 85, 121, 0.8);
	width:50%;
	height:100%;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	opacity:0
}
.post-click:hover {
	background:rgba(63, 85, 121, 0.95);
}
.gallery-image:hover .post-click, .gallery-image:hover .image-click {
	opacity:1
}
/*--------------------------------
# TESTIMONIAL
--------------------------------*/
.testimonial {
	text-align:center;
	font-size:18px;
	background:#3F5579;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
font-weight: 600;
}
.testimonial img {
	display:block;
	margin:10px auto;
	border-radius:50%;
}
.writer {
	font-style: italic;
	color:#ccc
}
/*--------------------------------
# VIDEO
--------------------------------*/
.section.video-sec {
	background:#ddd;
}
.section.video .container {
	max-width:800px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid-button {
	padding:20px;
	text-align:center
}
.vid-button a.button {
	display:inline-block;
	float:none;
	margin:0 auto
}
/*--------------------------------
# TABLE
--------------------------------*/
.table td, .table th {
	padding:5px
}
table, td, th {
	border: 1px solid #333;
}
/*--------------------------------
# SLIDER
--------------------------------*/
#main-slider .slider {
	float:left;
	width:100%;
	color:#fff;
	text-shadow:0 0 60px #000;
	overflow:hidden!important;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	height:600px
}
#main-slider .slide {
	float:left;
	width:100%;
	height:1px;
	height:600px;
	overflow: hidden!important;
	padding-top:200px;
	padding-bottom:200px
}
#main-slider .slide .slide-text {
	visibility: hidden
}
#main-slider .slide.is-selected .slide-text {
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible
}
.flickity-enabled {
  position: relative;
}
.flickity-viewport {
	overflow:hidden
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
#main-slider .half {
	float:left;
	width:50%
}
/*--------------------------------
# CTA
--------------------------------*/
.cta {
	background:#f5f5f5;
	margin:10px;
	padding:20px;
	border:1px solid #A48963
}
.cta .fa {
	font-size:40px
}
.cta .fa {
	color:#3F5579
}
.cta a.button {
	margin-top:15px
}
/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	text-align:center;
	display:block;
	margin:0 auto;
}
.grid-item {
	width:20%;
	display:inline-block;
	background:#f5f5f5;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:1400px;
	margin:0 10px
}
.modalyt  {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	background:rgba(0,0,0,0.9)!important
}
/*--------------------------------
# FANCYBOX
--------------------------------*/
.fancybox-enabled {
  overflow: hidden; }
.fancybox-enabled body {
  overflow: visible;
  height: 100%; }
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
  }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }
.fancybox-toolbar {
  top: 0;
  right: 0; }
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }
.fancybox-slide--image {
  overflow: visible; }
.fancybox-slide--image::before {
  display: none; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }
.fancybox-slide--next {
  z-index: 99995; }
.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }
 .fancybox-slide > div {
	 max-width:1000px
	 }
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.fancybox-spaceball {
  z-index: 1; }
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 0px);
  max-height: calc(100% - 80px);
  overflow: visible;
  background: #fff; }
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }
.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;

  }
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }
.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.fancybox-button--left {
  border-bottom-left-radius: 5px; }
.fancybox-button--right {
  border-bottom-right-radius: 5px; }
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }
.fancybox-arrow--right {
  right: 0; }
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }
/* Thumbs */
.fancybox-thumbs {
  display: none; }
.fancybox-button--thumbs {
  display: none; }
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
#home-banner {
	width:100%;
	min-height:calc(97vh + 24px);
	overflow:hidden;
	position:relative;
	text-align:center;
	padding-top:100px;
	top:-110px;
	margin-bottom:-110px
}
#video {
	float:left;
	width:100%;
	padding:0!important;
	position:relative
}
#video .container {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:20px
}
/*
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/videobg.jpg) no-repeat;
    background:#000;
    background-size: cover;
}
*/
#video h1, #home-banner h1 {
	color:#ffffff;
	margin:0;
	text-transform: uppercase;
	font-weight:700;
	text-shadow:0 0 30px rgba(0,0,0,0.2);
}
#home-banner h2 {
	color:#fff;
	margin:0 0 25px 0
}
#home-banner h2:before {
	display:none;
}
#video h2 {
	color:#fff;
	margin:0 0 25px 0
}
#video h2:before {
	display:none;
}
#video a.button, #home-banner a.button {
	font-size:20px;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
}
#banner .col {
	padding:0!important
}
.scroll-down {
	width:100%;
	position:absolute;
	left:0;
	bottom:20px;
	text-align:center
}
.scroll-down a {
	position:relative;
	display:inline-block;
	color:#fff;
	cursor: pointer;
	font-size:30px;
	text-shadow:0 0 20px rgba(0,0,0,0.2)
}
#about {
	padding:20px 20px 0px 20px
}
#featured img {
	max-height:45px;
	width:auto;
	margin: 15px 10px;
	float:left
}
#map {
	background:#fff
}
#map .container {
	max-width:900px
}
.google-visualization-tooltip {
	background:rgba(245,245,245,0.9) url(images/logo.png) no-repeat center right!important;
	text-align:left!important;
	color:#8DC09B;
	background-size:80px auto!important;
	font-family:'Montserrat', sans-serif!important;
	font-weight: 700!important;
	text-transform:uppercase!important;
	border:1px solid #fff!important;
	-webkit-transition: all ease 0.2s!important;
	transition: all ease 0.2s!important;
	padding-right:90px!important;
	padding-bottom:5px!important
}
@media screen and (max-width: 1024px) {
	.google-visualization-tooltip {
		display:none!important
	}
}
#home-posts {
	padding-left:0;
	padding-right:0;
}
#home-posts .excerpt {
	min-width: 270px;
}
#home-posts .excerpt-meta {
	display:none;
}
#home-posts .slider {
	height:300px
}
#home-posts .excerpt-thumb {
	margin-bottom: 100px
}
#videos {
	background:#ffffff;
	padding-top:10px;
	padding:10px 0 40px 0
}
/*
#videos a.button {
	background:#3F5579
}
#videos a.button:hover {
	background:#A48963
}
*/
#videos.static .video{
	width:31.333%;
	margin:10px 1%;
	font-weight:600
}
#signup {
	background:#A48963;
	text-align:center
}
#signup h3, #signup p {
	color:#fff
}
#signup form {
	display:block;
	max-width:800px;
	margin:20px auto
}
#signup input {
	width:31%!important;
	margin:5px 1px;
	text-align:center;
	font-size:22px;
	display:inline-block;
}
#signup input[type="submit"] {
	padding:0
}
#signup p {
	margin:0;
	display:inline
}
#signup label {
	display:inline-block
}
.video {
	margin:20px;
	width:300px;
	position:relative;
	text-align:center
}
.video .wrap {
	background:#000;
	margin-bottom:4px
}
.video img {
	display:block;
	opacity:0.7;
	-webkit-transition: all 0.3s;
	transition: all ease 0.3s;
	cursor: pointer
}
.video .fa {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 20px);
	font-size:60px;
	opacity:0.8;
	color:#fff!important;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.video:hover img {
	opacity:1
}
.video:hover .fa {
	opacity:1
}
#topics {
	background:#f5f5f5;
	padding-bottom:50px
}
.topic {
	text-align:center;
	margin: 15px 0;
	border-radius:100px
}
.topic .equal {
	float:left;
	width:100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding:10px 5px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	background:url(images/logo-faded.png) no-repeat center center;
	border-radius:100px;
}
.topic:hover .equal {
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.topic img {
	display:block;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
	border-radius:50%
}
.topic img:hover {
	opacity:0.9;
}
.topic .info, .topic .image {
	float:left;
	width:50%;
	padding:0 5px
}
.box-wrap {
	padding: 10px;
	padding-left: 10px;
	float:none;
	display:inline-block;
}
#secondary .box-wrap {
	width:100%;
	padding-left:0;
	padding-right:0
}
.box {
	text-align:center;
	padding-bottom:66.66%;
	position:relative;
	text-shadow:0 0 40px #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.box h3 {
	color:#fff;
	margin:10px 0
}
.box .in {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(67, 67, 67, 0);
	color:#fff!important;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding:15px
}
.box .in:hover {
	background:rgba(63, 85, 121, 0.8);
}
.box .half {
	padding:10px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float:left;
	width:50%
}
.box .text {
	opacity:0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	max-height:1px;
}
.box:hover .text {
	opacity:1;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	max-height:400px
}
.box .title {
	opacity:1;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	max-height:200px;
}
.box:hover .title {
	opacity:0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	max-height:1px
}
#custom-boxes {
	background:#f5f5f5;
	padding-bottom:40px
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
	background-color: #434343;
	border-color: #434343;
	color:#fff!important;
	font-size: 20px!important;
	margin-top:20px!important;
	font-family: 'Lato', sans-serif!important;
	font-weight: 400!important;
}
.map-key {
	top:-30px;
	position:relative;
	z-index:10
}
.key {
	border-bottom:1px solid #ccc;
	padding:8px 4px 4px 4px;
	display:block;
	max-width:25%;
	min-width:150px;

}
.colour {
	height:14px;
	width:14px;
	display:inline-block;
	border-radius:50%;
	background:#000
}
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:600px!important
}
.gform_wrapper label.gfield_label {
	font-size:1.2em!important;
	font-weight:400!important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/
.container.posts {
	max-width:1366px
}
#intro {
	padding-top:20px;
	background:#f5f5f5
}
#intro .container {
	max-width:800px
}
#breadcrumbs {
	text-align:center;
	font-style: italic;
	padding-bottom:10px;
	color:#999
}
body.single #breadcrumbs {
	text-align:left;

}
body.single #banner, body.single #nobanner {
	margin-bottom:30px
}
.excerpt {
	margin:10px 10px 30px 10px;
	position:relative;
	padding:0;
	min-width:230px;
	max-width:350px
}
.excerpt-thumb {
	padding-bottom:100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position:relative;
	margin-bottom:100px
}
.excerpt-thumb img {
	display:block;
	position:relative
}
.excerpt a.button {
	padding:3px 10px;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:14px
}
.excerpt-wrap h1.excerpt-title, .excerpt-wrap h1.excerpt-title a {
	color:#3F5579;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-size:20px
}
.excerpt-content {
	background:rgba(255,255,255,0.95);
	position:absolute;
	padding:15px 15px 50px 15px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	right:5%;
	left:5%;
	bottom:0;
	width:90%;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.excerpt .small-logo {
	position:absolute;
	left:10px;
	bottom:7px;
	max-width:70px
}
.excerpt .small-logo img {
	display:block;
	opacity:0.9
}
.excerpt-excerpt {
	font-size:14px;
	float:left;
	width:100%;
	max-height:1px;
	overflow:hidden;
	opacity:0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-bottom:15px
}
.excerpt:hover .excerpt-excerpt {
	max-height:300px;
	opacity:1;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.excerpt-excerpt p {
	margin:0
}
h1.excerpt-title {
	font-size:20px;
	margin:0;
	line-height:1.2;
	margin-bottom:10px;
	color:#3F5579
}
h1.excerpt-title a {
	color:#3F5579
}
h1.excerpt-title a:hover {
	color:#8DC09B
}
.excerpt-meta {
	color:#999;
	font-size:14px;
	margin-bottom:10px
}
.pagination {
	margin-top:20px;
	margin-bottom:40px
}
.pagination, .page-links {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.pagination a, .page-links a {
    display: inline-block;
    margin: 2px;
    padding: 5px;
    text-decoration: none;
    min-width: 30px;
}
.pagination a.inactive {
	background:#A48963;
	height:35px;
	min-width:35px;
	border-radius:50%;
	color:#fff
}
.pagination span {
    display: inline-block;
    margin: 2px;
    padding: 5px;
    text-decoration: none;
    min-width: 30px;
    font-style: italic
}
.pagination a.inactive:hover {
    color: #fff;
    background: #999;
}
.pagination .current {
    color: #999;
}
#related-posts {
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	border-top: 1px solid #ddd;
}
#related-posts .col {
	margin:10px
}
#related-posts img {
	display:block;
	width:100%
}
#related-posts h4 {
	padding:0 10px;
	margin:0
}
#post-nav {
	padding:20px;
	margin-bottom:40px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd
}
#post-nav p, #post-nav h4 {
	margin:0
}
#post-nav img {
	display:block;
	width:100%
}
.prev-post {
	text-align:left;
	padding-bottom:25px;
}
.next-post {
	text-align:right;
	padding-bottom:25px;
}
.single-meta {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 0
}
/*
.single-content {
	border-bottom:1px solid #ccc;
	margin-bottom:40px
}
*/
.connatix {
	max-width:600px
}
.single-content #flexible-content {
	padding:0
}
.single-content #flexible-content .section {
	padding-left:0;
	padding-right:0
}
.single-content #flexible-content .section.quote {
	padding-left:10px;
	padding-right:10px
}
.single-content #flexible-content .section.tabbed {
	padding-left:10px;
	padding-right:10px
}
.single-content #flexible-content .col {
	padding-left:0;
	padding-right:0
}
/*--------------------------------
# SIDEBAR
--------------------------------*/
.widget {
	margin: 0 0 1.5em;
	float:left;
	width:100%;
	display:block
}
.widget select {
	max-width: 100%;
}
#secondary {
	font-size:14px;
	border-left:1px solid #ddd;
	color:#666
}
#secondary ul {
	margin-left:0;
	padding-left:25px;
}
#secondary.col {
	max-width:340px;
	margin-right:20px
}
input.search-submit {
	width:72px;
	float:right;
}
input.search-field {
	width: calc(100% - 80px);
	float:left;
	padding:9px;
	-webkit-appearance: none
}
h2.widget-title {
	font-size:19px;
	color:#A48963
}
#secondary img.img_ad {
	max-width:100%!important
}
.wpp-thumbnail {
	display: block;
	width:100%;
	float: left;
	margin: 15px 5px 0 0;
	border: none;
}
ul.wpp-list {
	list-style:none!important
}
#secondary ul.wpp-list {
	padding-left:0
}
#secondary .screen-reader-text {
	display:none
}
/*--------------------------------
## COMMENTS
--------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#comments {
	float:none;
	max-width:996px;
	display:block;
	width:100%;
	position:relative;
	margin:30px auto;
	border-top:1px solid #ccc;
	padding-left:15px;
	padding-right:15px
}
ol.comment-list {
	list-style:none;
	padding:0;
	margin:0
}
ol.comment-list a {
	text-decoration:none
}
ol.comment-list > li {
	margin: 30px 0;
	padding: 10px;
	background:#f5f5f5
}
li.bypostauthor p, li.bypostauthor .comment-author {
	color:#555;
}
li.bypostauthor .comment-author:before {
	content:"\f044";
	text-align:center;
	font-family: "fontAwesome";
	margin-right:0px;
	border-radius:50%;
	padding:4px;
	color:#A48963;
	font-size:40px
}
ol.children {
	list-style:none;
	padding:10px;
	background:rgba(255,255,255,0.7);
	margin-top:10px
}
.reply {
	text-align:right;
}
time {
	pointer-events: none;
	color:#999
}
a.comment-reply-link:before {
	content:"\f0e6";
	font-family: "fontAwesome";
	margin-right:0px;
	margin-right:3px
}
h3#reply-title:before {
	content:"\f0e6";
	font-family: "fontAwesome";
	margin-right:0px;
	margin-right:3px
}
/*--------------------------------------------------------------
# SHOP
--------------------------------------------------------------*/
.product {
	width:33.33%;
	float:left;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	cursor: pointer;
	padding:3px
}
.product .in {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.7);
	opacity:0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.product h3 {
	border:2px solid #A48963;
	display:inline-block;
	width:auto;
	padding:10px 10px 10px 10px;
}
.product:hover .in {
	opacity:1;
}
.product img {
	display:block;
}
body.page-template-shop-template #share.hide {
	display:none
}
button.fancybox-close-small {
	background:none;
	outline:0!important;
	border:0!important
}
.fancybox-close-small:after {
	color:#AA7A8A
}
.fancybox-close-small:hover:after {
	background:#AA7A8A;
	color:#fff
}
.modal .half {
	float:left;
	width:50%;
	padding:5px;
	position:relative
}
.modal .half img {
	display:block;
}
.modal .half .image-wrap {
	position:relative;
	display:block;
	margin:0 auto
}
.modal .half.text {
	padding-left:15px
}
.modal .link {
	float:left;
	width:100%;
	font-weight:600;
	margin:3px 0
}
.dot {
	height:26px;
	width:26px;
	background:#AA7A8A;
	color:#fff;
	text-align:center;
	position:absolute;
	border-radius:50%;
	padding-top:2px;
	box-shadow:0 5px 10px rgba(0,0,0,0.5);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	left:0;
	top:0
}
.dot:hover {
	color:#AA7A8A;
	background:#fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}
button.fancybox-arrow:hover {
	background:none
}
button.fancybox-arrow:hover:after {
	background-color:#8DC09B
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#footer {
	background:#3F5579;
	color:#fff;
	font-size:0.9em;
}
ul#footer-menu {
	margin:0;
	padding-left:0;
	list-style:none;
}
#footer h3 {
	color:#fff
}
#copyright {
	padding:20px;
	font-size:0.8em;
	text-align:center;
	color:#fff
}
#copyright a {
	white-space: nowrap;
}
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #8DC09B;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity:0;
    font-size:20px;
    line-height:1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color:#fff!important;
    text-align:center;
    padding-top:3px;
    z-index:9999;
}
#return-to-top.show {
	opacity:0.8;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#return-to-top.show:hover {
	opacity:1;
}
#return-to-top:hover {
    background: #666;
    padding-top:0;
}
#instagram {
	color:#A48963;
	text-align:center;
	padding:20px 20px 0 20px;
	position:relative;
	border-top: 5px solid #3F5579;
	font-size:18px
}
#instagram:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.6);
}
#instagram .float {
	position:relative
}
#foot-social {
	margin-bottom:12px
}
#foot-social .fa {
	background:#fff;
	border-radius:50%;
	font-size:28px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	height:38px;
	width:38px;
	padding:5px 7px;
	margin:2px
}
#foot-social .fa:hover {
	color:#A48963;
}
.foot-logo {
	margin-top:50px
}
#footer .fa-envelope-o:before {
    content: "\f003";
    right: 1px;
    position: relative;
}
#foot-search {

	margin-top:10px;
	display:inline-block
}
#foot-search button{
	font-size:14px;
}
/*--------------------------------------------------------------
# ANIMATIONS
--------------------------------------------------------------*/
/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(12%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(12%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
.anim {
	position:relative
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}
/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.product {
	    width: 50%;
	}
	.modal .half {
		width:100%;
	}
	.modal .center-center {
		display:block
	}
}
@media screen and (max-width: 1023px) {
	#header {
		position:relative;
		top:0;
		float:left;
		display:block;
		box-shadow:none;
		background: rgba(63, 85, 121, 1);
	}
	ul#header-menu {
		display:none;
	}
	.hide {
		display:none;
	}
	#banner .container {
	    height: auto;
	    min-height: 350px;
	    padding-top: 0
	}
	.key {
		max-width:80%
	}
	#home-banner {
		width:100%;
		min-height:calc(100vh - 148px);
		overflow:hidden;
		position:relative;
		text-align:center;
		padding-top:20px;
		top:0;
		margin-bottom:0
	}
}

@media screen and (max-width: 1000px) {
	#secondary.col, #primary.col {
		min-width:100%;
		max-width:100%
	}
	.grid-item {
		width:33.33%;
	}
	.map-key {
		top:0
	}
}

@media screen and (max-width: 767px) {
	.tabs {
		background:none
	}
	.tabs ul {
		display:none;
	}
	.tabs .panel, #tabs {
		display:block!important;
		padding:0;
		border:0
	}
	.alignleft {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.alignright {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	ul, ol {
	    margin: 0 0 1.5em 0em;
	    -webkit-padding-start: 30px;
	}
	.grid-item {
		width:260px;
	}
	#signup input {
		width:100%!important;
		margin:5px 0;
		text-align:center;
		font-size:22px;
		display:block;
	}
	#videos.static .video{
		width:48%;
		margin:10px 1%;
		font-weight:600
	}
	.product {
	    width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.section {
		padding-left:0;
		padding-right:0
	}
	blockquote {
		width:100%;
		margin:15px 0;
		padding:20px 30px;
	}
	blockquote:before, blockquote:after {
	font-size:20px
	}
	.gallery-image {
		min-width:100px
	}
	h1 {
	font-size:1.8em;
	}
	#banner h1, #video h1 {
		font-size: 1.6em
	}
	h2 {
		font-size:1.7em;
	}
	#about {
		padding:0
	}
	#featured img {
	    max-height: 35px;
	    width: auto;
	    margin: 8px 5px;
	    float: none;
	    display:inline-block
	}
	#featured {
		text-align:center
	}
	#featured div {
		display:inline-block
	}
	#featured h2 {
		text-align:left
	}
	#video h2, #banner h2 {
		margin-top:10px;
		font-size:1.5em
	}
	#home-banner {
		width:100%;
		min-height:calc(100vh - 248px);
	}
}

@media (max-width: 575px) {
	#header {
		text-align:center
	}
	#social {
		margin:0;
		text-align:center
	}
	#search-head {
		margin:0 auto;
		display:block;
		position:absolute;
		top:10px;
		right:0px;
		z-index:1
	}
	#home-posts .excerpt {
		min-width:260px
	}
	#videos.static .video{
		width:98%;
		margin:10px 1%;
		font-weight:600
	}
}
.desktop {
	display:block
}
.mobile {
	display:none
}
@media screen and (max-width: 767px) {
.desktop {
	display:none!important
}
.mobile {
	display:block!important
}
}
