@import url('https://fonts.googleapis.com/css?family=Caveat:400,700|Federo|La+Belle+Aurore');

.feed-item-desc {
	background: #000;
}
/* ============================== */
/* RESETS */
/* ============================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {
	margin: 0; 
	padding: 0;
	
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

html {
}

html {height: 100%;   }

body {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	background: #f8f9fb;
	background: #1a74ae;
	background: #2b3741;
	background: #416773;
	background: #3b5467;
/*	background: #f8fafd;*/
background: #eee;
	overflow-x: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	}

::-moz-selection  { background: #09f; color:#000; text-shadow: none; }

::selection  { background: #09f; color:#000; text-shadow: none; } 

a {cursor: pointer;}
	
a:active, a:focus{outline: 0;}

img {height: auto; border: none;}
	
div.left,
div.right,
div.center {
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	float: left;
}

.right {float: right;}

.center {text-align: center;}

ul, li {list-style: none;}

img, object, embed {max-width: 100%;}

.clear {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}
textarea {resize: none;}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

.margin-top-none {
	margin-top: 0;
}
h1 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: federo;
	font-size:  42px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #111;
}
h2 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: federo;
	font-size:  36px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	color: #333;
	font-variant: small-caps;
	}
h2 a {
	color: #394855;
	text-decoration: none;
}
h3,
h3 a {
	display: block;
	margin: 15px 0;
	font-family: federo, "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	color: #567087;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 em {
	text-transform: none;
}
#footer-wrap h3 {
	color: #94b4d2;
}
h4 {
	display: block;
	margin: 15px 0;
	font-family: federo, "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	color: #394855;
	letter-spacing: 1px;
	text-transform: none;
}
h5 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: federo;
	font-size:  30px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0px;
	color: #eee;
	}
h6 {
	display: block;
	margin: 15px 0;
	font-family: federo, "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #eee;
	text-transform: uppercase;
	}
p {
	margin: 15px 0;
	letter-spacing: 0;
	}
.subtitle {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #a9bdd6;
	letter-spacing: 1px;
}
.main-text {
	width: 820px;
	font-size: 15px;
	line-height: 21px;
	color: #777;
}
.sidebar p {
	margin: 5px 0;
}
.red {
	color: #e24737;
}
.green {
	color: #53857a;
}
small {
	display: block;
}
small.dark {
	color: rgba(255,255,255,.6);
}
small em {
	font-size: 14px;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 25px 10px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
	text-align: right;
}

/* -- Pictures --*/

img.aligncenter {
	float: none;
	margin: 15px auto;
	text-align: center;
}
img.alignright {
	float: right;
	margin: 5px 0 10px 25px;
}
img.alignleft {
	float: left;
	margin: 5px 25px 10px 0;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 25px;
	
	}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
li {
	margin: 0;
	padding: 5px 0;
	line-height: 24px;
	}
#sidebar ul {
	margin: 15px 0;
}
#sidebar li {
	margin-left: 15px;
}
.split-list {
	position: relative;
	width: 104%;
	overflow: hidden;
}
.split-list li {
	position: relative;
	margin: 0 0 0 15px;
	float: left;
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
	
/* -- Listpocalypse -- */

.date, 
.date li, 
.flex-direction-nav, 
.flex-direction-nav li,
nav ul,
nav li,
.slides,
.slides li,
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* Checklist
- - - - - - - - - - - - - - */

.checklist, .xlist, .code {
	margin: 10px 0;
	padding: 0;
	}
.checklist li, .xlist li, .code li {
	display: block;
	margin: 0 0 0 5px;
	padding: 7px 15px 7px 25px;
	list-style: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.checklist li a {
	color: #333;
	text-decoration: none;
}
.checklist li a:hover {
	text-decoration: underline;
}
.checklist li {
	background: url(images/checkmark.png) 0 14px no-repeat;
	background-size: auto 12px;
	}
.code li {
	color: #fff;
	background: url(images/icon-code.png) 0 center no-repeat;
	background-size: auto 10px;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.checklist.floated:after {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.checklist.floated li {
	float: left;
	padding: 5px 0 5px 25px;
	width: 150px;
	font-size: 16px;
}
.xlist li {
	background: url(images/xmark.png) 0 6px no-repeat;
	}
li.alt, checklist li.alt, .xlist li.alt {
/*	background-color: rgba(0,0,0,.1);*/
	}
.checklist h6 {
	display: block;
	margin: 0;
font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333e4a;
	text-transform: uppercase;
}

/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #339183;
	text-decoration: underline;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
a:hover {
	color: #006790;
	text-decoration: underline;
	}
#footer-wrap a {
	color: #fff;
	text-decoration: none;
}
  
  
/* ============================== */
/* NAVIGATION MENUS  */
/* ============================== */


a#logo:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
footer#logo {
	display: block;
	position: relative;
	margin: 35px auto;
	background: url(images/logo.svg) center no-repeat;
	z-index: 1;
}
a#logo-footer {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	background: url(images/identiphy.png) right center no-repeat;
	background-size: cover;
	z-index: 1;
	}


/* ============================== */
/* NAVIGATION */
/* ============================== */

#header-top {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	background: #f4f4f4;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 3;
}
a#logo {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width:  100%;
	height: auto;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	z-index: 2;
	}
a#logo img {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
}	
#site-navigation {
	display: grid;
	grid-template-columns: 7.5% auto auto;
	grid-gap: 5%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 94%;
	height: auto;
	box-sizing: border-box;
	z-index: 1;
	} 
#site-navigation .menu {
	display: flex;
	position: relative;
	padding: 0;
	margin: 0;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#site-navigation .menu:after {
	content: "";
	display: block;
	clear: both;
}
#site-navigation .menu > li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font: 300 17px federo, proxima-nova, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	}
#site-navigation .menu > li:after {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background: #ed5b5b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#site-navigation .menu > li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 20px;
	color: #3e4754;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	cursor: pointer;
	}
#site-navigation li.sub-wrapper a {
	padding-right: 35px;
}
#site-navigation li.sub-wrapper a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	margin-left: 0;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #eb5a5a;
	z-index: 100;
}
#site-navigation li.sub-wrapper .sub-menu li a:after {
	display: none;
}
#site-navigation a:hover {
	text-shadow: none;
}
#site-navigation .sub-menu {
	display: none;
	position:absolute;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 260px;
	height: auto;
	background: #4973af;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.5);
	box-shadow: 0 2px 1px rgba(0,0,0,.5);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
	overflow: hidden;
	z-index: 2;
}
#site-navigation li:hover .sub-menu {
	display: block;
}
#site-navigation .sub-menu li,
#site-navigation .sub-menu li:first-child {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;

	text-align: left;
	text-transform: none;
	text-shadow: none;
	background: url(images/bg-list.png) left center no-repeat;
	border: none;
	border-top: 1px rgba(255,255,255,0.1) solid;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
#site-navigation .sub-menu li a:hover {
	-webkit-box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
	box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
}
#site-navigation .sub-menu a,
#site-navigation .sub-menu li:first-child a {
	padding: 20px 15px;
	height: auto;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	text-shadow: none;
}
#social-wrap {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin: 0;
	width: 280px;
	height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 2;
}
a#facebook,
a#googleplus,
a#twitter,
a#ig,
a#snapchat,
a#linkedin {
	display: block;
	position: relative;
	float: left;
	top: 50%;
	margin: 0 5px;
	width: 21px;
	height: 21px;
	text-align: left;
	text-indent: -9999px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
}
a#facebook {
	background: url(images/icon-facebook.png) center no-repeat;
}
a#snapchat {
	background: url(images/icon-snapchat.png) center no-repeat;
}
a#ig {
	background: url(images/icon-ig.png) center no-repeat;
}
a#googleplus {
	background: url(images/icon-googleplus.png) center no-repeat;
}
a#linkedin {
	background: url(images/icon-linkedin.png) center no-repeat;
}
a#twitter {
	background: url(images/icon-twitter.png) center no-repeat;
}
a#facebook,
a#googleplus,
a#twitter,
a#ig,
a#snapchat,
a#linkedin {
	background-size: 100%;
	background-position: center;
}
a#phonelink,
a#phonelink:hover {
	display: block;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px;
	width: auto;
	height: 24px;
	font: 900 12px/24px federo;
	color: #004961;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #ed5b5b;
	background-size: auto 40%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-int;
    transition: all 0.25s ease-in;
}
a#phonelink:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
h1#logo,
a#phonelink, 
#social-wrap {
	z-index: 3;
}

/* ============================== */
/* SLIDESHOWS */
/* ============================== */

#art {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 560px;
	background: /*url(images/bg-art.jpg)*/ center top no-repeat;
	background-size: auto 100%;
	overflow: hidden;
	z-index: 1;
}
#slide01 {
}
#slide02 {
/*	background: #ffe400;*/
}
#slide01,
#slide02,
#slide03,
#slide04 {
	background-size: auto 100%;
}

#art .content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:980px;
	height: 560px;
	z-index: 1;
}
#slideshow {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 560px;
	z-index: 1;
}
.slide {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.slide img {
	display: block;
	position: absolute;
	top: 50%;
	width: 590px;
	height: auto;
	left: 0;
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%);
	z-index: 1;
}
.cycle-overlay {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 610px;
	padding: 0;
	width: 360px;
	height: 100%;
	color: #333;
	border-top: 1px transparent solid;
}
.cycle-overlay h1,
.cycle-overlay p,
.cycle-overlay a.et_pb_more_button {
	display: block;
	position: relative;
	margin: 0 0 15px;
	z-index: 2;
}
.cycle-overlay h1 {
	padding-top: 120px; 
	animation-delay:.5s;
	-moz-animation-delay:.5s;
	-webkit-animation-delay:.5s;
}
h1 small {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cycle-overlay h1 small {
	color: #ed5b5b;
}
.cycle-overlay p {
	font-family: Caveat, Parisienne, Yellowtail, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	line-height: 1.4;
	animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.cycle-overlay p:after {
/*	content: "”";*/
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	line-height: 1;
	font-size: 100px;
	background: #09f;
}
.cycle-overlay p span {
	position: absolute;
	top: -20px;
	right: -30px;
	height: 30px;
	font-size: 100px;
	color: rgba(0,0,0,.1);
	line-height: 1;
}
#art .btn {
	display: block;
	margin: 15px 0 15px -15px;
	padding: 0;
	font-family: federo;
	text-align: center;
	width: 246px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 2px;
	background: url(images/bg-paint.png) left center no-repeat;
	background-size: auto 100%;
}
#art .btn:hover {
	background: url(images/bg-paint-hover.png) left center no-repeat;
	background-size: auto 100%;
}
#art .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 48px;
    width: 20px;
    height: 12px;
    background: url(images/icon-hand.png) left center no-repeat;
    background-size: cover;
    -webkit-animation: pointing 2s infinite;
    -moz-animation: pointing 2s infinite;
    -o-animation: pointing 2s infinite;
    animation: pointing 2s infinite;
}

.btn,
.btn:hover {
	display: inline-block;
	position: relative;
	margin: 15px auto;
	padding: 0 30px;
	width: auto;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	background: rgba(0,0,0,.75);
	border-bottom: 1px rgba(255,255,255,.5) transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
}
.btn:hover {
	background: #fd4444;
}
.btn.yellow {
	color: #fff;
	background: #f8931f;
}
.btn.blue {
	color: #fff;
	background: #4887a7;
}




/*.bubble {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
}

.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 350px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 {
    left: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3; 
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
.x6 {
    right: 50px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x7 {
    right: 0px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.3; 
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}*/
@-webkit-keyframes moveclouds { 
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes moveclouds {     
    0% { 
        top: 500px;
    }

    100% { 
        top: -500px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin: 0 0 0 -15px;
	padding: 0;
	width: 50px;
	height: 13px;
	overflow: hidden;
	z-index: 9999999999999999999999999;
	}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 8px;
	height: 8px;
	background: rgba(0,0,0,.25);
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	background: #de334f;
}
.cycle-pager span:last-child {
	margin-right: 0;
}
.cycle-pager a:last {
	margin-right: 0;
}
.cycle-next, 
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity:.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999999999999999;
}
.cycle-next:hover, 
.cycle-prev:hover {
	opacity:1;
	filter:alpha(opacity=100);	
}
.cycle-next {
	right: 30px;
	background: url(images/sprites.png) -100px -50px no-repeat;
}
.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(images/sprites.png) 0px -50px no-repeat;
}

/* ============================== */
/* ELEMENTS */
/* ============================== */

.home #wrap {
}
#wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	width: 1040px;
	z-index: 2;
}
.content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	z-index: 1;
}
.content.regular {
	padding: 40px 0 40px;
	color: rgba(255,255,255,.9);
}
.content:after {
	content:"";
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}
.block-left {
	float: right;
	margin: 40px 0;
	padding: 0 0 30px;
	width: 640px;
	min-height: 800px;
	border-top: 1px transparent solid;
}

/* ============================== */
/* FIGURES
/* ============================== */

.section,
section {
	display: block;
	position: relative;
	border-top: 1px transparent solid;
}
.section.beige {
	background: #fff ;
}
.section.couple {
	color: #fff;
	background: url(images/bg-couple.jpg) center bottom no-repeat;
	background-size: auto 100%;
	border: none;
}
.section.couple h2,
.section.couple h4 {
	color: #fff;
}
.section.couple h2 {
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.cell {
	display: table-cell;
	position: relative;
	height: 100%;
	vertical-align: middle;
}
.column.padded {
	padding: 25px 0 45px;
}
.section figure {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 50%;
	height: 100%;
}
#story-slideshow {
	position: relative;
	z-index: 1;
}
.story {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.story figure.right {

	width: 360px;
}
#slide-triggers {
	display: block;
	position: absolute;
	bottom: 50px;
	left: -20px;
	overflow: hidden;
	z-index: 2;
}
#slide-triggers a {
	display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 15px 30px;
	font-size: 15px;
	font-weight: 600;
    color: #999;
	text-decoration: none;
	background: #f2f5f7;
    border: 2px solid #999;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#slide-triggers a.cycle-pager-active {
	color: #fff;
	background: #373f42;
    border: 2px solid #373f42;
	opacity: 1;
	filter:alpha(opacity=100);
}
#story-slideshow .cell {
	vertical-align: top;
}

/* ============================== */
/* BOXES
/* ============================== */

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#case-studies article.box {
    width: 50%;
    float: left;
}
#case-studies article {
    width: 100%;
    text-align: center;
    height: 450px;
    overflow: hidden;
}
#case-studies article a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #252728;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#case-studies article a .w-logo {
    margin-top: 150px;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 1;
    position: relative;
}
#case-studies article a:hover .w-logo {
	opacity: 0;
	filter:alpha(opacity=0);
}
#case-studies article a .content {
    position: absolute;
    bottom: 210px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 10;
}
#case-studies article a:hover .content {
    opacity: 1;
    bottom: 160px;
}
#case-studies article a .fade {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f16162;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 2;
}
#case-studies article a:hover .fade {
    opacity: .8;
    z-index: 2;
}
#case-studies article a h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: .9;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0;
	color: #fff;
}
#case-studies article a:hover p {
    margin: 0 0 40px;
}
#case-studies article a ul {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 10;
}
#case-studies article a:hover ul {
    opacity: 1;
}
#case-studies article a ul, 
#case-studies article a li {
    margin: 0;
    padding: 0;
    list-style: none;	
}
#case-studies article a li {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#case-studies article a li:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: 10px;
}
#case-studies article a li:last-child:after {
	display: none;
}


#approach-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1080px;
	z-index: 2;
}
.home #approach-wrap {
	margin: 0 auto;
}
.approach {
	display: block;
	position: relative;
	float: left;
	margin: 10px;
	width: 340px;
	line-height: 1.4;
	overflow: hidden;
}
#approach-wrap .image {
	display: block;
	position: relative;
	z-index: 1;
}
#approach-wrap img {
	display: block;
	position: relative;
	margin: 0;
}
#approach-wrap h1 {
	display: block;
	position: absolute;
	bottom: 30px;
	margin: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.approach.hover h1 {
	opacity:.0;
	filter:alpha(opacity=0);
}
#approach-wrap h1 img {
	margin: 0 auto 15px;
	height: 36px;
}
#approach-wrap h1 span {
	display: block;
	position: relative;
	margin: 10px auto 0;
	width: 130px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
#approach-wrap h1 span:before,
#approach-wrap h1 span:after {
	content:"";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 1px;
	background: #fff;
}
#approach-wrap h1 span:after {
	left: auto;
	right: 0;
	width: 20px;
	height: 1px;
}
.overlay-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.75);
	background: rgba(57, 72, 85, .9);
	opacity:.0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	z-index: 2;
}
.overlay {
	display: block;
	position: absolute;
    top: 50%;
    padding: 0 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.approach.hover .overlay-bg {
	opacity:1;
	filter:alpha(opacity=100);
}
.approach h3,
.approach p {
	display: block;
	position: relative;
	margin: 8px 0;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.approach h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
	-webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
}
.approach p {
	display: block;
	position: relative;
	-webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
}
.approach.hover h3,
.approach.hover p {
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#graffiti {
	margin: 10px;
	width: 700px;
	height: 180px;
}
#quote.approach {
	margin: 10px;
	width: 340px;
	height: 180px;
}
#wide {
	margin: 10px 10px 0;
	width: 1060px;
	height: 480px;
}
#wide h1 {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	padding: 0;
	font-size: 48px;
	text-align: center;
	color: #111;
	letter-spacing: 1px;
}
#wide.approach p {
	color: #2b3741;
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#wide .image .border-box {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 60%;
	height: 100%;
	color: #2b3741;
	padding: 70px 70px 0 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wide.approach:hover h1,
#graffiti.approach:hover h1,
#quote.approach:hover h1 {
	opacity:1;
	filter:alpha(opacity=100);
}
#graffiti.approach.hover .overlay-bg,
#quote.approach.hover .overlay-bg {
	background: #5981f3;
	opacity:.3;
	filter:alpha(opacity=3);
}
.icon-list-item,
.badges a.icon-list-item {
	display: inline-block;
	position: relative;
	margin: 0px 5px;
	width: 84px;
	font-family: federo;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.3;
	color: #666;
}
.icon-list-item span {
	display: block;
	position: relative;
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
#icon-art {
	background-image: url(images/icon-art.png);
}
#icon-certificate {
	background-image: url(images/icon-certificate.png);
}
#icon-cart {
	background-image: url(images/icon-cart.png);
}
#icon-money {
	background-image: url(images/icon-money.png);
}
#icon-seo {
	background-image: url(images/icon-chart.png);
}
#icon-pi {
	background-image: url(images/icon-pi.png);
}
.icon-list-item #icon-certificate,
.icon-list-item #icon-art,
.icon-list-item #icon-money,
.icon-list-item #icon-seo,
.icon-list-item #icon-pi,
.icon-list-item #icon-cart {
	display: block;
	position: relative;
	margin: auto;
	width: 48px;
	height: 48px;
	background-color: #ed5b5b;
	background-size: auto 55%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.icon-list-item #icon-certificate,
.icon-list-item #icon-pi {
	background-size: auto 80%;
}

/*.overlay:hover h3 {
	-webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
}
.overlay:hover p {
	-webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
}*/
/* ============================== */
/* MAP AREA
/* ============================== */

#map-wrap {
	display: block;
	position: relative;
	margin-top: 0;
	width: 100%;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	background: #56b3e7 url(images/map.png) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.cube #map {
	height: 360px;
}
#map {
	display: block;
	position: relative;
	margin: 0 auto;
	position: relative;
	width: 640px;
	height: 427px;
    text-align: center;

}
#map .table-cell {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	width: 640px;
	height: 427px;
    text-align: center;
	vertical-align: middle;
}
#map-wrap .content {
	position: relative;
	margin: 0 auto;
	width: 640px;
}
#map-wrap p {
	margin: 25px auto;
	width: 480px;
}
#icon-location-large {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 48px;
	height: auto;
}
p.big {
	margin: 25px 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}
#map .btn {
	display: block;
	position: absolute;
	margin-left: -96.5px;
	left: 50%;
}

/* ============================== */
/* BADGES  */
/* ============================== */

.badges {
	position: relative;
	margin-top: 0;
	padding: 15px 0;
	text-align: center;
	color: #fff;
/*	-webkit-box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);
	box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);*/
	clear: both;
	overflow: hidden;
}
.black {
	display: block;
	position: relative;
	padding: 0 0 40px;
	color: rgba(255,255,255,.75);
	overflow: hidden;
}
.black .gallery {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 980px;
}
.black .fancybox {
	padding: 0;
	width: 50%;
	height: auto;
}
.badges.dark {
	padding: 30px 0;
	background: #232b32;
	background: #394855
}
#ocean {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -90px;
	width: 170px;
	height: 190px;
	background: url(images/crop-logo.png) center top no-repeat;
	background-size: 170px auto;
}
#ocean.alt {
	top: auto;
	bottom: -150px;
	height: 195px;
	background: url(images/crop-logo02.png) center top no-repeat;
	background-size: 170px auto;
}
#ocean.alt #animate-area { 
	background-image: url(images/crop-waves-alt.png);
}
@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}

#animate-area { 
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%; 
	height: 35px; 
	background-image: url(images/crop-waves-alt.png);
	background-size: auto 100%;
	background-position: 0px 0px;

	animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;
}

.badges.dark p {
	color: rgba(255,255,255,.75);
}
.badges.dark img {
	opacity:.35;
	filter:alpha(opacity=35);
}
.badges a {
	display: inline-block;
	position: relative;
	margin: 20px 25px;
	width: auto;
	height: 36px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.badges a:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}
.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: 100%;
	text-align: center;
}
.badges center {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 50%;
}


.gallery {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
}
#youtube {
	margin: 15px 0;
	padding: 0;
	float: none;
	width: auto;
	height: auto;
}
a.fancybox {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 10px;
	width: 260px;
	height: 200px;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	background: none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.fancybox:hover {
	background: #ccc;
}
.fancybox img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox span {
	display: block;
	position: absolute;
	margin: -65px 0 0 -65px;
	left: 50%;
	top: 50%;
	width: 130px;
	height: auto;
	line-height: 130px;
	text-align: center;
	background: #fd4040;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	z-index: 9999;
}
.fancybox:hover span {
	opacity:.99;
	filter:alpha(opacity=99);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ============================== */
/* FOOTER  */
/* ============================== */


.strip,
.strip:hover {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	font:  bold 36px/36px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	background: #67a7ff;
	background: #e64134;
	background: #1a78b4;
	border-top: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	z-index: 2;
	clear: both;
}
.strip:hover {
	background: #6C6;
	background: #fd4040;
}

#footer-wrap {
	position: relative;
	font-size: 14px;
	color: #aaa;
	background: #313b43;
	overflow: hidden;
	z-index: 1;
}
#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
	width: 1080px;
	height: auto;
	overflow: hidden;
}
.blog-post {
	margin: 0 0 15px;
	overflow: hidden;
}
.blog-text {
	display: block;
	position: relative;
	float: right;
	width: 80%;
}
.blog-post img {
	display: block;
	position: relative;
	float: left;
	margin: 15px 0;
	width: 12%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* ============================== */
/* TESTIMONIALS
/* ============================== */

#testimonials {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 430px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.testimonial {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	border-top: 1px transparent solid;
}
#testimonials img {
	float: left;
	margin: 0 25px 0 -30px;
	width: 380px;
	height: auto;
}
.testimonial div {
	margin: 100px 0 0;
}
#testimonials .cycle-pager {
	right: 10px;
	left: auto;
	bottom: 15px;
	margin-left: 0px;
	width: 75px;
}
#no-template-pager {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 320px;
	height: auto;
	font-size: 14px;
	color: rgba(255,255,255,.75);
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
}
a.trigger {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	width: 20%;
	height: 100%;
	text-decoration: none;
	color: rgba(255,255,255,.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-transition: all 0.25s ease-in; 
	-moz-transition: all 0.25s ease-in; 
	-o-transition: all 0.25s ease-in; 
	transition: all 0.25s ease-in; 
}
#no-template-pager a.cycle-pager-active span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	width: 56px;
	height: 56px;
	background: #3aabf7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation:myfirst 1s linear infinite;
	-moz-animation:myfirst 1s linear infinite; /* Firefox */
	-webkit-animation:myfirst 1s linear infinite; /* Safari and Chrome */
	-o-animation:myfirst 1s linear infinite; /* Opera */
}
    
@keyframes myfirst
{
0%,100%   {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}
50%  {-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);}
75% {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}

}

@-moz-keyframes myfirst /* Firefox */
{
0%,100%   {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}
50%  {-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);}
75% {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}

}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%,100%   {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}
50%  {-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);}
75% {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}

}

@-o-keyframes myfirst /* Opera */
{
0%,100%   {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}
50%  {-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);}
75% {-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}

}


#no-template-pager a.trigger img {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	width: auto;
	height: 64px;
	z-index: 1;
}

span#icon-telephone {
	background: url(images/icon-telephone.png) left 4px no-repeat;
	background-size: 18px auto;
}
span#icon-mail {
	background: url(images/icon-mail.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-language {
	background: url(images/icon-language.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-location {
	background: url(images/icon-location.png) 4px 4px no-repeat;
	background-size: 12px auto;
}
article span {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px 0 30px;
}

/* ============================== */
/* COLUMNS */
/* ============================== */

.column img {
	display: block;
}
.column75 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.column66 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 66%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.column33 {
	display: inline-block;
	position: relative;
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.column33.padded {
	padding: 0 10px;
}
.column50 {
	display: block;
	position: relative;
	float: left;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.column50.lined {
	border-right: 1px rgba(255,255,255,.1) solid;
}
.column50.padded {
	padding: 0 60px 0 0;
}
.column50.padded:nth-child(2) {
	float: right;
	padding: 0 0 0 60px;
	border: none;
}
#sidebar {
	position: relative;
	float: left;
	margin: 55px 0 0;
	padding: 0 0 35px;
	width: 300px;
	height: auto;
	color: #5b6268;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
}
.posi #sidebar {
	margin: 0;
	top: 55px;
	position: fixed;
}
p.icon-location {
	background: url(images/icon-location.png) left 3px no-repeat;
}
p.icon-phone {
	background: url(images/icon-phone.png) left 3px no-repeat;
}
p.icon-email {
	background: url(images/icon-email.png) left 3px no-repeat;
}
p.icon-facebook {
	background: url(images/icon-facebook.png) left 3px no-repeat;
}
p.icon-googleplus {
	background: url(images/icon-googleplus.png) left 3px no-repeat;
}
p.icon-tripadvisor {
	background: url(images/icon-tripadvisor.png) left 3px no-repeat;
}
p.icon-location,
p.icon-phone,
p.icon-email,
p.icon-facebook,
p.icon-googleplus,
p.icon-tripadvisor {
	padding: 0 0 0 25px;
	background-size: auto 15px;
}
p.icon-email {
	padding: 0 0 0 25px;
	background-size: auto 12px;
}
	
/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 20px 0;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 20px 0 0;
	padding: 15px 0 25px;
	border-right: none;
	border-left: none;
}
legend {
	padding: 0 15px;
	font-family: "Proxima Nova", proxima-nova, arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #64737c;
	letter-spacing: 4px;
	text-transform: uppercase;
}
form .right {
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: left;
	border: none;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	}
input {
	margin: 0 0 15px 1px;
	padding: 10px 10px 9px;
	width: 99%;
	height: 30px;
	color: #656565;
	line-height: 1;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.valley {
/*	display: none;*/
}
input#validate {
	margin-bottom: 15px;
}
input, select {
	display: block;
	}
select {
	margin-left: 1px;
	padding-left: 15px;
	width: 260px;
	height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	margin-left: 1px;
	padding: 10px;
	width: 96%;
	height: 200px;
	border-top: 1px solid #aaa;
	border-left: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	}
	
label.radio {
	height: auto;
	clear: both;
}
label.radio span {
	display: block;
	float: right;
	width: 540px;
	line-height: 18px;
}
input[type="radio"] {
	display: block;
	float: left;
	width: 19px;
	height: 14px;
    color:#f2f2f2;
}


input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	margin: 0 0 15px;
	float: left;
	width: 215px;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 4px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
.checkbox label input {
	margin-top: 3px;
  }
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 18px;
height: 18px;
margin: 1px 5px 30px 0;
padding: 0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}

.radio-wrap input,
#quote .radio-wrap input {
	margin: 0 5px 0 0;
	height: 14px;
	line-height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.radio-wrap label,
#quote .radio-wrap label {
	line-height: 14px;
}
input[type="submit"] {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 0 20px;
	width: 220px;
	height: 48px;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	background: #e64134;
	border: 1px #952e25 solid;
	border-bottom: 1px #000 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background: #e92d2d;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
}

/* ============================== */
/* TABLES  */
/* ============================== */

#stamp {
	display: block;
	position: absolute;
	top: 83px;
	left: 4px;
	width: 644px;
	height: 364px;
	background: #e9685e;
	z-index: 2;
}
table {
	margin: 15px 2px 20px;
	width: inherit;
	color: #5b6268;
	line-height: 2;
	border-spacing: 10px;
}
table img {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: auto;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
th {
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-transform: none;
	background: #fcfcfc;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	vertical-align: middle;
}
th:nth-child(2) {
}
tbody {
	width: auto;
}
tr {
	width: 100%;
}
td {
	margin: 0;
	padding: 10px 20px;
	height: auto;
	vertical-align: middle;
	text-align: left;
	height: 120px;
/*	background: #fff;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table.red {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #ddd;
	background: #445467;
	border-spacing: 1px;
}
table.red td {
	padding: 15px 35px 20px;
/*	border-left: 1px #ccc solid;
	border-right: 1px #fff solid;*/
/*	-webkit-box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;
	-moz-box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;
	box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;*/
}
.partners table {
	border-spacing: 20px;
}
.partners td {
	padding: 15px 0;
	height: 150px;
	background: #efefef;
}
.partners td a {
	display: block;
	text-align: center;
}
.partners td img {
	width: 125px;
}

#navicon,
#phonelink,
.mobile,
#site-navigation li.mobile {
	display: none;
}


/* ============================== */
/* MOBILE  */
/* ============================== */
