/*!
 * Esslemont Marquees
 * designed by ThinkCreative www.thinkpr.com and coded using the finest Fabric around - www.madewithfabric.com.
 * May 2015
*/

/* ---- Type ---

* {
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}

- */

/* ---- Base ---- */

body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	color: #88898d;
	background: #ffffff;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #0D2240;
    text-transform: capitalize;
    margin-bottom: .9rem;
}

img {
	width: 100%;
	max-width: 100%;
}

.row {
	max-width: 1140px;
}

a {
	color: #0e223e;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.section {
    padding: 3em 0;
}

::-webkit-input-placeholder {
   color: #88898d;
}

:-moz-placeholder { 
   color: #88898d;  
}

::-moz-placeholder {   
    color: #88898d;  
}

:-ms-input-placeholder {  
   color: #88898d;  
}

.btn {
    display: inline-block;
    padding: 8px 45px;
    line-height: 1.42;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #0D2240;
    color: #0D2240;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px / 8px;
}

.btn:hover, .btn:focus {
	color: #f3f3f5;
	background: #0D2240;
}

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

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

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ---- Nav ---- */

header {
	background: #0e223e;
}

header .container {
	overflow: hidden;
}

header nav > ul {
	margin: 0;
}

header nav > ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: left;
	margin-left: 1.4em;
	list-style: none;
}

header nav > ul li:first-child {
	margin-left: 0;
}

header nav > ul li a {
	color: #fff;
	color: rgba(255,255,255,.8);
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	display: block;
	padding: 2em 0.5em;
}

header nav > ul li a:hover {
	color: #fff;
	color: rgba(255,255,255,1)
}

header nav > ul li.active a {
	background-color: #fff;
	background-color: rgba(255,255,255,.7);
}

header nav > ul li.phone {
	color: #fff;
	color: rgba(255,255,255,.8);
}

header ul.socials .phone span {
	margin-right: 10px;
	color: #6C7787;
}

.logo-nav {
    position: absolute;
    z-index: 2000;
    left: 50%;
    margin-left: -91px;
    top: -6px;
}

header ul.socials {
	padding: 2em 0;
	margin-right: 12px;
}

header ul.socials li {
	margin-left: .8em;
}

header ul.socials a {
	padding: 0;
}

#sm-logo {
	display: none;	
}

@media screen and (min-width: 1102px) {
  #menu {
	  display: none;
  }
}

@media only screen and (max-width: 1102px) {
	header .row {
		position: relative;	
	}
	
	#menu {
		display: block;
		background-repeat: no-repeat;
		background-color: #f3f3f5;
		font-size: 1.35em;
		background-position: center center;
		text-align: center;
		padding: 1.5em 1em;
		float: none;
		cursor: pointer;
		position: absolute;
		right: 0;
	}
	
	#menu p {
		margin-bottom: 0;	
	}
	
	#nav.js {
		background: #f3f3f5;
		display: none;
		position: absolute;
		z-index: 1000;
		top: 5.5em;
		margin-top: 0;
		width: 100%;
		max-height: 55em;
		padding: 30px 25px;
	}
	
	#nav.js li {
		width: 100%;
		border-right: none;
		padding: 0;
		margin: 0;
	}
	
	#nav.js li a {
	  padding: 1em 0;
	  background-color: #f3f3f5;
	  color: #0e223e;
	  border-bottom: 1px solid #d1d4da;
	}
	
	#nav.js li a:hover, #nav.js li a:focus {
   		border-bottom: 1px solid #0e223e;;
	}
	
	header ul.socials {
		padding: 0;	
	}
	
	header nav.right {
		margin: 2em 0;
		margin-right: 106px;
	}
	
	header nav.right ul li.phone a {
	    padding-top: 3px;	
	}
	
	#sm-logo {
		display: block;
		width: 12%;
		position: absolute;
		z-index: 200;
		top: 15px;
		left: 15px;	
	}
	
	.logo-nav {
		display: none;	
	}
}

@media only screen and (max-width: 960px) {
	#sm-logo {
		top: 26px;
	}
}

@media only screen and (max-width: 600px) {
	 header {
		min-height: 67px; 
	 }
	 
	 #menu {	
		padding: .9em 1em;
		min-height: 67px; 	
	}
	
	header nav.right ul.socials {
		display: none;	
	}
	
	#nav.js {
		top: 4.2em;
	}
}

/* ---- Hero ---- */

.full-height {
    height: 100%;
}

.hero {
	padding: 2.625em 0 2.5em 0;
	background-image: url("../img/hero-2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0e223e;
	text-align: center;
	position: relative;
}

.hero-message {
    margin: 220px auto 200px;
    background-color: #fff;
    background-color: rgba(255,255,255,.7);
    width: 47%;
    padding: 5% 13%;
	visibility: hidden;
}

.down-diggity a {
    background: url('../img/down-diggity.png') no-repeat;
    display: inline-block;
    text-indent: -99999px;
    width: 45px;
    height: 3em;
    background-size: 98%;
    position: relative;
    left: 0;  
}

@media only screen and (max-width: 1024px) and (min-width: 0) {
	.hero-message {
		width: 55%;
	}
}

@media only screen and (max-width: 840px) and (min-width: 0) {
	.hero-message {
		width: 70%;
	}
}

@media only screen and (max-width: 480px) and (min-width: 0) {
	.hero-message {
		margin: 90px auto 0;	
	}
	
	#sm-logo {
		display: block;
		left: 15px;
		position: absolute;
		top: 19px;
		width: 20%;
		z-index: 200;
	}
	
	.down-diggity a {
		width: 30px;
		position: relative;
		left: 0;
		bottom: -80px;
	}
}

/* ---- Home/Sections ---- */

.intro {
    padding: 3em 0;
    background-color: #f3f3f5;
    text-align: center;
}

.howdy {
	padding: 0 10em;
	text-align: center;
}

.howdy.feature-block .i-card {
	background-color: #0e223e;
	color: #fff;
}

.howdy h3 {
    color: #0D2240;
}

.howdy h3 span {
	position: relative;
}

.howdy h3 span:after {
    content: ' ';
    position: absolute;
    top: 38px;
    right: 0;
    display: block;
    margin: 0 auto;
    background: #0D2240;
    height: 1px;
    width: 100%;
}

.i-card {
	padding: 2em;
}

.feature-block.item .i-card {
    min-height: 529px;
}

#private-h .i-card {
    background-image: url("../img/home-feature-block-private.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*box-shadow: inset 0 20em 15em rgba(14,34,62,.4);*/
    box-shadow: inset 0 18em 12em rgba(14,34,62,.2);
    background-position: 42% 0;
}

#corporate-h .i-card {
    background-image: url("../img/home-feature-block-corporate.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*box-shadow: inset 0 20em 15em rgba(14,34,62,.4);*/
    box-shadow: inset 0 18em 12em rgba(14,34,62,.2);
    background-position: 49% 0;
}

.i-card figcaption a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

.quote {
	background-image: url('../img/quote-bg-corporate.jpg');	
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	box-shadow: inset 0 5em 10em rgba(14,34,62,.25);
	background-attachment: fixed;
}

.quote-slider h3 {
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.quote-slider {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
}

.quote-slider ul {
	list-style: none;
	margin: 0 auto;
	padding: 2em 10em;
	width: 100%;
}

.quote-slider blockquote {
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.quote-slider cite {
	color: #fff;
	font-size: 1.1rem;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.marquee-filter {
	background: #f3f3f5;
	padding: 3em 0;
}

.filter-block {
	background-color: #fff;
	padding: 2em 0;
	margin: -118px auto 0 auto;
	border: 1px solid #e0e1e4;
}

.filter-block ul, .filter-block .upper {
	width: 85%;
	margin: 0 auto;
}

.filter-block .middle {
    margin-bottom: 6em;
    display: block;
}

.filter-block .inner p {
	color: #fff;
	margin-bottom: 0;
}

.filter-block ul li > div {
    background-color: #0e223e;
    padding: 21px;
    text-align: center;
    color: #fff;
    min-height: 199px;
    border: 1px solid #e0e1e4;
}

.filter-block .left div > input, .filter-block .right div > input {
	background: none;
	color: #0e223e;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 500;
	padding: 3px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.filter-block .left div > input.select, .filter-block .right div > input.select {
	border: 2px solid #a9b0b9;
	border-radius: 100%;
}

.filter-block .left, .filter-block .right {
	padding: 0 0.625rem 1.25rem;
}

.fig {
	font-family: 'Roboto Slab', serif;
    font-size: 2rem;
}

.fig > span {
	font-weight: 700;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

/*figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}-*/

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em;
    width: 100%;
    height: 95%;
}

figure.effect-lily h2,
figure.effect-lily p,
figure.effect-lily img.icon {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

#private-h figure.effect-lily img.icon {
    width: 14%;  
}

#corporate-h figure.effect-lily img.icon {
    width: 19%;  
}

figure.effect-lily img.icon {
 	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;   
}

figure.effect-lily h2 {
    color: #ffffff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: #ffffff;
	opacity: 0;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img.icon,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover h2 {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


.size {
	text-align: center;
	margin-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
	.service-type .large-6 {
	    width: 50%;
	}
}

@media only screen and (max-width: 1180px) and (min-width: 0) {
	.filter-block {
		width: 95%;
	}
	
	.filter-block ul, .filter-block .upper {
		width: 95%
	}
}

@media only screen and (max-width: 980px) and (min-width: 0) {
	.filter-block .right {
		float: left!important;
	}
	 
	.filter-block ul li > div {
		min-height: 227px;
	}
	
	.filter-block .left, .filter-block .right {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 830px) and (min-width: 0) {
	.howdy, .quote-slider ul {
		padding: 0 5em;
	}
	
	.service-type .large-6 {
		width: 90%;
		margin: 0 auto 3em auto;
		float: none;
	}
	
	.service-type .large-6:last-child {
		float: none;
	}
	
	figure.effect-lily figcaption > div {
		padding: 5em 3em 4em 5em;
		width: 95%;
		height: 95%;
	}
	
	.filter-block .inner p {
		font-size: 17px;
	}
	
	.size {
		padding-top: 0;
	}
	
}

@media only screen and (max-width: 640px) and (min-width: 0) { 
	.filter-block ul li > div {
		min-height: 160px;
	}
}

@media only screen and (max-width: 610px) and (min-width: 0) {
	figure.effect-lily figcaption > div {
		padding: 2em 3em 3em 4em;
	}
	
	.feature-block.item .i-card {
   		 min-height: 420px;
   	}
   	
   	figure.effect-lily p {
		font-size: 14px;
	}

}

@media only screen and (max-width: 480px) and (min-width: 0) {
	.howdy, .quote-slider ul {
		padding: 0 3em;
	}
	
	figure.effect-lily figcaption > div {
		padding: 2em 1em 3em 3em;
	}	
	
}



/* ---- Page Specific Sections ---- */

.single #intro-block h3 {
	color: #ffffff;
}

.single .intro #intro-block .i-card {
    color: #ffffff;
}

.single .intro {
	margin-bottom: 0;
}

.single #quote {
    text-align: center;
}

.single #quote blockquote {
    border: none;
    color: #3C3C3B;
    padding: 3em 2em 0;
    margin-bottom: 0;   
}

.suppliers {
	padding: 3em 0;
	background-color: #f9f4f7;
	text-align: center;
}


/* ---- Private ---- */

#private .hero {
	background-image: url("../img/hero-private.jpg");
}

#private .intro {
	background-color: #f9f4f7;
}

#private .howdy h3 {
	color: #8B235E;	
}

#private .howdy h3 span:after {
	background: #8B235E;		
}

#private header, #private footer .lower {
    background: #8B235E;
}

#private footer .middle {
    background: #dddfe4;
}

#private.single .intro #intro-block .i-card {
	background-color: #8B235E;
}

#private footer .lower a, #private footer ul li, #private footer .legal p {
    color: #ffffff;
}

#private footer .middle ul li a {
	color: #97a0aa;
} 

.slides {
    padding: 3em 0;
}

.suppliers h3 {
    color: #8B235E;
    margin-bottom: 3em;
}

.suppliers ul li a {
    display: block;
    width: 60%;
    margin: 0 auto;  
}

.suppliers ul li a:hover {
    opacity: .5;   
}

.suppliers [class*="block-grid-"] {
	margin: 0;
}

.suppliers [class*="block-grid-"] > li {
    padding: 0 0.625rem 4.25rem;
}

.foot-note {
    text-align: center;
    position: relative;
}

#private .quote {
	background-image: url('../img/quote-private-bg.jpg');
	box-shadow: inset 0 5em 10em rgba(139,35,94,.15);	
}

.foot-note ul {
	margin: 2em 0 0;
	list-style: none;
}

.foot-note ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2em;
}

.foot-note ul li a {
	color: #8B235E;
}

.foot-note ul li a img {
	width: 37%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#private footer .upper {
	background-color: #f9f4f7;
}

#private .btn {
	color: #8B235E;
	border: 1px solid #8B235E;	
}

#private .btn:hover, #private .btn:focus {
	background: #8B235E;
	color: #f9f4f7;
}

#private .lower .small-4 p {
	color: #f9f4f7;	
	opacity: .7;
}

#private footer .lower ul span {
	color:#f9f4f7;
	opacity: .7; 
}

@media only screen and (max-width: 1240px) and (min-width: 0) { 
	button.slick-prev {
		left: 1.3%!important;
	}
	
	button.slick-next {
		right: 2.3%!important;;
	}
	
	.slider button {
		top: 106%!important;;
	}
}

@media only screen and (max-width: 600px) and (min-width: 0) { 
	.slider button {
		width: 30px!important;
	}
	
	button.slick-next {
		right: 3.9%!important;;
	}
	
	button.slick-next {
		right: 3.9%!important;;
	}
	
	button.slick-prev {
    	left: 2.3%!important;
	}
}

/* ---- Corporate ---- */

#corporate .hero {
	background-image: url("../img/hero-corporate.jpg");
}

.c-service-tabs {
	padding: 3em 0;
	text-align: center;
}

.tabs-content #upper {
    padding: 0;
}

.tabs-content #lower {
    margin: 1em 0 0;
    text-align: left;
    padding: 1.8em;
    background-color: #f3f3f5;
    border: 1px solid #e0e1e4;
    min-height: 319px;
}

.tabs-content > .content {
	padding: 0;
}

ul.tabs .tabs dd > a, .tabs .tab-title > a {
	min-height: 146px;
	outline: none;
	display: block;
	background-color: #f3f3f5;
	text-transform: capitalize;
	color: #0e223e;
	padding: 1rem 2rem;
	border: 1px solid #e0e1e4;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
	background-color: #fafafa;
}

.tabs dd.active a, .tabs .tab-title.active a {
	background-color: #0e223e;
	color: #fff;
}

ul.tabs .tabs dd > a, .tabs .tab-title > a img {
	width: 20%;
	display: block;
	margin: 15px auto 10px auto;
}

#corporate .quote {
	background-image: url('../img/quote-bg.jpg');
}

tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem; 

  /* Customized */
  display:block:important!
  opacity: 0;
}
  /* Customized */
  @-webkit-keyframes fadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  @keyframes fadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0; }
    .tabs-content > .content.active {

      /* Customized */
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
      opacity: 1;

      display: block; }
	  
@media only screen and (max-width: 1034px) { 
	.tabs-content #lower {
		margin: 0;
	}
	
	.tabs-content #upper {
		padding: 0 2% 0 0;
	}
	
	ul.tabs .tabs dd > a, .tabs .tab-title > a {
		min-height: 0;
		background-color: #ffffff;
		padding: 0;
		border: none;	
	}
	
	.tabs dd.active a, .tabs .tab-title.active a {
		background-color: #ffffff;	+
	}
	
	.tabs dd > a:hover, .tabs .tab-title > a:hover {
		background-color: #ffffff;	
	}
	
	ul.tabs .tabs dd > a span, .tabs .tab-title > a span {
		display: none;	
	}
	
	ul.tabs .tabs dd > a, .tabs .tab-title > a img {
		width: 59%;
		margin: 0 auto;	
	}
	
	.tabs dd, .tabs .tab-title {
		float: none;
		display: inline-block;
		vertical-align: top;	
	}
}

@media only screen and (max-width: 600px) {
	.tabs-content #upper {
		width: 100%;
		padding: 0!important;
	}
	
	.tabs-content #lower {
		width: 100%;
		margin-top: 1em;	
	}
}

@media only screen and (max-width: 480px) {
	.tabs dd, .tabs .tab-title {
		padding: 1em 0;	
	}
}


/* ---- slider ---- */

.slider {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;	
}

.slider button {
	background: url('../img/slider-arrows.png');
	background-repeat: no-repeat;
	background-size: 252%;
	width: 45px;
	height: 45px;
	outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    border: none;
    margin: 0;
    text-indent: -99999px;
    top: 40%;
    position: absolute;
}

button.slick-next {
	right: -4%;
    background-position: 105% 0;
}

button.slick-prev {
	left: -4%;
}

/* ---- Equipment ---- */

#equipment .hero {
	background-image: url("../img/hero-equipment.jpg");
}

#equipment .main-body .tile {
	text-align: center;
	display: block;
	margin: 1em 0 3em;
	min-height: 245px;
}

#legal .main-body .tile {
	text-align: left;
	min-height: auto!important;
}

#equipment .main-body .tile img {
	width: 61px;
	height: 61px;
}

.accessories {
	border-top: 1px solid #e0e1e4;
	text-align: center;
}

.accessories .lower, .tech-specs .lower {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}

.tech-specs ul {
	text-align: center!important;
}

.tech-specs ul li a {
	color: #47638C;
}

.tech-specs ul li a:hover, tech-specs ul li a:focus {
	color: #0D2240;	
	text-decoration: underline;
}

.accessories ul, .tech-specs ul {
	text-align: left;
	list-style: none;
	margin: 0;
}

.accessories ul li, .tech-specs ul li {
	margin-bottom: 10px;
}

.accessories ul li span {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: 14px;
}

#equipment .main-body .columns + .columns:last-child {
	float: none!important;
	margin: 0 auto;
}

#equipment .quote {
	background-image: url('../img/quote-bg-equipment.jpg');
}

@media only screen and (max-width: 800px) and (min-width: 0) {
	.accessories .small-4 {
		width: 50%;
	}
	
	.accessories .columns + .columns:last-child {
		float: left;
	}
}

@media only screen and (max-width: 660px) and (min-width: 0) {
	.accessories .small-4 {
		width: 100%;
	}
}

/* ---- Contact ---- */

#contact.single .intro {
	background-color: #ffffff;	
}

#contact .hero {
	background-image: url("../img/hero-contact.jpg");
}

fieldset {
	background: #fff;
	padding: 2em;
	border: 1px solid #e0e1e4;
}

#contact-form .upper {
	position: relative;	
}

#contact-form .middle {
    margin-bottom: 2em;
    display: inline-block;
    width: 100%;   
}

#contact-form h3 {
    text-align: center;
    margin-bottom: 1em;
}

#contact-form .column-1 {
  width: 40%;
  vertical-align: top;
  margin-right: 5%;
  float: left;
}

#contact-form .column-2 {
  float: right;
  width: 55%;
  text-align: center;
}

#contact-form .lower {
    position: relative;
    padding: 2em 0;
    border-top: 1px solid #fff;
}

#contact-form .lower .large-6:last-child {
    text-align: right;
}

#contact-form .lower > div p {
    margin: 0;
    color: #0e223e;
}

input[type="text"], textarea {
	border: 1px solid #e0e1e4;
	background-color: #f3f3f5;
	color: #0e223e!important;
	font-weight: normal;
	height: 2.5rem;
	padding: 1em;
	box-shadow: none;
}

textarea {
    min-height: 208px
}

#contact-form button {
	outline: none;
	cursor: pointer;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
}

.intro .mrg-bottom {
	margin-bottom: -210px;	
}

#contact.single footer .upper {
	padding: 7em 0;	
}

.error_message {
	color: #D42F20;
	border: 1px solid #D42F20;
	width: 23%;
	margin: 0 auto;
	padding: .5em;	
}

#contact-form .upper .loader {
	width: 32px;
	height: 32px;
	position: absolute;
	float: right;
	right: 30%;
	top: 88%;
}

@media only screen and (max-width: 800px) and (min-width: 0) {
	#contact-form .column-1, #contact-form .column-2 {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 660px) and (min-width: 0) {
	#contact-form .lower .left, #contact-form .lower .right {
		width: 100%;
		text-align: center;
	}
	
	#contact-form .lower .left {
		margin-bottom: 1em;
	}
}

/* ---- Legal ---- */

#legal .quote {
	background-image: url('../img/quote-bg-terms.jpg');
}

#legal .hero {
	background-image: url("../img/hero-terms.jpg");
}

/* ---- footer ---- */

footer {
	text-align: center;
    padding: 0!important;
}

footer .upper {
	background-color: #f3f3f5;
}

footer .upper h3 {
	color: #88898d;
}

footer nav ul li a {
	color: #ffffff;
}

footer .lower a:hover, footer .lower a:focus {
	color: #ffffff;
}

footer .lower {
	background-color: #0e223e;
	color: #ffffff;
	padding: 3em 0 0;
}

footer .lower h5 {
	color: #ffffff;
}

footer .lower .small-4 {
    display: block;
    float: left;
    height: auto;
    width: 25%;
    text-align: left;
}

footer .lower .small-4 p {
	color: #6C7787;
}

footer .lower ul {
	margin-left: 0;
}

footer .lower ul li {
	color: #ffffff;
	text-align: left;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

footer .lower ul span {
	margin-right: 10px;
	color: #6C7787;
}

footer .legal, footer .think {
	padding: 2em 0 0;
}

footer .lower a {
	color: #6C7787;
}

footer .legal .large-6:first-child p {
	text-align: right;
}

footer .legal .large-6:last-child p {
	text-align: left;
}

footer .legal p {
	color: #6C7787;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 640px) and (min-width: 0) {
	#footer-top, #footer-bottom {
		position: relative;
		width: 100%;
		display: block;
		float: left;
	}
	
	#footer-top {
		margin-bottom: 25px;
	}
	
	footer .lower .small-4 {
		width: 46%;
	}
	
	footer .columns + .columns:last-child  {
		text-align: right;
	}
	
	ul.foot-social li {
		text-align: right!important;
	}
	
	footer .legal, footer .think {
		width: 100%;
	}
	
	footer .legal p {
		margin-bottom: 0;
	}
	
	footer .legal {
		padding: 1em 0;
	}
	
	footer .think {
		padding: 0 0 1em;
		text-align: left;
	}
}

@media only screen and (max-width: 480px) and (min-width: 0) {
	footer .lower .small-4 {
	    width: 100%;
	    text-align: center!important;
	}
	
	footer .lower ul li {
		text-align: center!important;
	}
	
	footer .legal p {
		float: none;
		display: inline-block;
		text-align: center;
	}
	
	footer .think {
		text-align: center;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 96%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

