/* ==========================================================================
   BASIC STYLE
   ========================================================================== */
   
html,
body{
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
}
body{
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body.overflow-hidden{
    overflow: hidden;
}

::-moz-selection{ color: #fff; background:#DD6B20; }
::selection{ color: #fff;   background:#DD6B20; }
::-webkit-selection{ color: #fff;   background:#DD6B20; }

header,section,footer {
    position: relative;
}

a{
    color: #DD6B20;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:focus {
    color: #9C4221;
}
*:focus {
    outline: none;
}
    
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
h1,h2,h3{
    font-weight: 700;
}


/* ==========================================================================
   TYPOGRAPHY & UTILITY
   ========================================================================== */
   
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark,
p.text-dark,
.text-dark{
    color: #222222;
}
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
.text-white{
    color: #ffffff;
}
h1.text-brand,
h2.text-brand,
h3.text-brand,
h4.text-brand,
h5.text-brand,
h6.text-brand,
p.text-brand,
.text-brand{
    color: #DD6B20;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-lowercase{
    text-transform: lowercase;
}
.text-normal{
    font-weight: normal;
}
.text-sans-serif{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 40.063em){
    .text-spacer{
        display: inline-block;
        text-align: center;
        width: 1.25rem;
        width: 20px;
    }
}

/* Buttons */
button, .button,
button.brand, .button.brand{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    background-color: #DD6B20;
    border-color: #9C4221;
}
button:hover, button:focus, .button:hover, .button:focus ,
button.brand:hover, button.brand:focus, .button.brand:hover, .button.brand:focus {
    background-color: #9C4221;
    outline:0;
}

button.ghost, .button.ghost {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    border-color: #333;
    color: #333;
}
button.ghost:hover, button.ghost:focus, .button.ghost:hover, .button.ghost:focus {
    background-color: #333;
    color: white;
}
button.ghost.white, .button.ghost.white {
    border-color: #fff;
    color: #fff;
}
button.ghost.white:hover, button.ghost.white:focus, .button.ghost.white:hover, .button.ghost.white:focus {
    background-color: #fff;
    color: #333;
}
button.ghost.brand, .button.ghost.brand {
    border-color: #DD6B20;
    color: #DD6B20;
}
button.ghost.brand:hover, button.ghost.brand:focus, .button.ghost.brand:hover, .button.ghost.brand:focus {
    background-color: #DD6B20;
    color: #fff;
}
button.clear, .button.clear {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
button.clear:hover, .button.clear:hover {
    background-color: #efefef;
}
.button.action{
    position: relative;
}
.button.action:after{
    position: absolute;
    width: 1px;
    height: 500px;
    bottom: -520px;
    left: 50%;
    content: '';
    background-color: #222222;
}
.button.white.action:after{
    background-color: #ffffff;
}

/* Displays */
.display-table{
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.padding-small{
    padding: 20px;
}
.padding-medium{
    padding: 60px;
}
.padding-large{
    padding: 100px;
}
.padding-t-small{
    padding: 20px 0 0;
}
.padding-t-medium{
    padding: 60px 0 0;
}
.padding-t-large{
    padding: 100px 0 0;
}
.padding-v-small{
    padding: 20px 0;
}
.padding-v-medium{
    padding: 60px 0;
}
.padding-v-large{
    padding: 100px 0;
}
.padding-h-small{
    padding: 0 20px;
}
.padding-h-medium{
    padding: 0 60px;
}
.padding-h-large{
    padding: 0 100px;
}
.row-wide{
    max-width: 73.125rem;
}
.row-full-width{
    max-width: 100%;
}

/* Icons */
.icon.block{
    display: block;
    width: 100%;
    text-align: center;
}
.icon.large{
    font-size: 36px;
    font-size: 2.250rem;
}
.icon.xlarge{
    font-size: 48px;
    font-size: 3rem;
}
.icon.brand{
    color: #DD6B20;
}
.action-buttons{
    margin-top: 40px;
    margin-top: 2.5rem;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

/* Meta */
.meta{
    color: #999999;
    color: rgba(0,0,0,.75);
}

/* Colors */
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark blockquote,
.dark blockquote cite,
.dark{
    color: #fff;
}
header,
.section{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
header.dark,
.section.dark{
    background: #1d1d1d;
}
.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6,
.section.dark p,
.section.dark a:not(.button),
.section.dark{
    color: #fff;
}
header.brand,
.section.brand{
    background: #DD6B20;
}
.section-title{
    margin-bottom: 80px;
    margin-bottom: 5rem;
}
.section-title h2{
    position: relative;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}
.section-title h2:after{
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 6px;
    width: 40px;
    background: #DD6B20;
    content: "";
}
.section-title.text-center h2:after{
    left: 50%;
    width: 40px;
    margin-left: -20px;
}
.section-title p{
    color: #999;
}
.section.dark .section-title h2{
    color: #fff;
}
.section.dark .section-title p{
    color: #dfdfdf;
}

.subsection{
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}
.subsection.dark{
    background: #1d1d1d;
}
.subsection.brand{
    background: #DD6B20;
}
.subsection.dark h1,
.subsection.dark h2,
.subsection.dark h3,
.subsection.dark h4,
.subsection.dark h5,
.subsection.dark h6,
.subsection.dark p,
.subsection.dark,
.subsection.brand h1,
.subsection.brand h2,
.subsection.brand h3,
.subsection.brand h4,
.subsection.brand h5,
.subsection.brand h6,
.subsection.brand p,
.subsection.brand a:not(.button),
.subsection.brand{
    color: #fff;
}
.subsection h4.subsection-title{
    font-weight: 700;
    text-transform: uppercase;
}
.subsection p.subsection-desc{
    color: #999;
}
.subsection.dark p.subsection-desc,
.subsection.brand p.subsection-desc{
    color: #eaeaea;
}
.subsection .button.subsection-button{
    margin: 8px 0 0;
    margin: .5rem 0 0;
}
@media only screen and (min-width: 40.063em){
    .section-title h2{
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
    .section-title h2:after{
        bottom: -10px;
    }
	.section-title.text-center h2{
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}
	.section-title.text-center h2:after{
		left: 50%;
		bottom: -20px;
		margin-left: -20px;
	}
    .subsection p.subsection-desc{
        margin-bottom: 0;
    }
}

/* Background Image */
.background-image {
    position:absolute;
    left:-10%;
    top:-10%;
    width:120%;
    height:120%;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}

/* Background Video */
.background-video {
    position:absolute;
    left:-10%;
    top:-10%;
    width:120%;
    height:120%;
}

/* Background Gradient */
.background-gradient{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: .95;
	background: -webkit-linear-gradient(90deg, #9C4221 10%, #DD6B20 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #9C4221 10%, #DD6B20 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #9C4221 10%, #DD6B20 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #9C4221 10%, #DD6B20 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #9C4221 10%, #DD6B20 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9C4221', endColorstr='#DD6B20',GradientType=0 ); /* IE6-9 */
}

/* Background Overlays */
.background-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.25);
}
.background-overlay.shade-50{
    background:rgba(0, 0, 0, 0.50);
}
.background-overlay.shade-75{
    background:rgba(0, 0, 0, 0.75);
}
.background-overlay.shade-95{
    background:rgba(0, 0, 0, 0.95);
}



/* ==========================================================================
   Simple Line Icons
   ========================================================================== */
@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}


/* ==========================================================================
   ODOMETER
   ========================================================================== */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 48px;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center;
}


/* ==========================================================================
   PRELOADER
   ========================================================================== */

/* Animate CSS after page load */
.preload *{
    overflow: hidden;
    -webkit-transition: none !important;
    transition: none !important;
}
#preloader{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:99999; /* makes sure it stays on top */
    background-color:#FFF; /* change if the mask should have another color then white */
}
.spinner{
    position:absolute;
    top:50%; /* centers the loading animation vertically one the screen */
    left:50%; /* centers the loading animation horizontally one the screen */
    margin:-32px 0 0 -32px; /* is width and height divided by two */
    width: 64px;
    height: 64px;
    background-color: #DD6B20;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
/* Hide element before animation */
.animate{
    visibility: hidden;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
}
/* Show element after animation */
.animated{
    visibility: visible;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/* ==========================================================================
   MAIN CONTAINER
   ========================================================================== */

#main {
    position: relative;
    display: block;
    z-index: 2;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#main.slide-out {
    /* the #main element slides to the left when the team bio is visible */
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
#main.slide-out .cd-overlay {
    /* the overlay layer gets visible when the team bio slides in */
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 40.063em) {
    #main.slide-out {
        /* change in size of the team bio section */
		-webkit-transform: translateX(-600px);
		-ms-transform: translateX(-600px);
		transform: translateX(-600px);
    }
}
@media only screen and (min-width: 64.063em) {
    #main.slide-out {
		-webkit-transform: translateX(-800px);
		-ms-transform: translateX(-800px);
		transform: translateX(-800px);
    }
}



/* ==========================================================================
   NAVIGATION
   ========================================================================== */
   
/* Navigation Style */
#navigation-container{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background: #1d1d1d;
}
#navigation-container.navigation-white{
    border-bottom: 1px solid #dfdfdf;
    background: #ffffff;
}
#navigation-container.fixed{
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.top-bar{
    height: 60px;
    line-height: 60px;
    background: #1d1d1d;
}
#main.slide-out .top-bar{
    display: none;
}
.top-bar .name,
.top-bar .name h1{
    height: 60px;
    line-height: 60px;
}
.top-bar .name .logo{
    padding-left: 12px;
    max-height: 45px;
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
}
.top-bar.expanded .title-area {
    background: #1d1d1d;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 60px;
}
.top-bar-section ul li {
    background: #1d1d1d;
}
.top-bar .top-bar-section ul li > a{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.top-bar .top-bar-section ul li.active > a {
    background: #DD6B20;
}
.top-bar-section ul li > a.button.brand {
    background-color: #DD6B20;
    border-color: #9C4221;
}
.top-bar-section ul li > a.button.brand:hover, .top-bar-section ul li > a.button.brand:focus {
    background-color: #9C4221;
}
.top-bar-section .has-form {
    height: 60px;
}
@media only screen and (min-width: 40.063em){
	.top-bar .top-bar-section .dropdown {
		opacity: 0.3;
		-webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
		transition: opacity 0.2s, transform 0.5s;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.top-bar .top-bar-section .has-dropdown.hover>.dropdown,
	.top-bar .top-bar-section .has-dropdown.not-click:hover>.dropdown {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
    .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 60px;
        background: #1d1d1d;
    }
    .top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727;
    }
    .top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #DD6B20;
    }
    .top-bar .top-bar-section .has-form {
        background: #1d1d1d;
    }
    .top-bar .top-bar-section .has-dropdown > a:after {
        top: 30px
    }
    .top-bar input, .top-bar .button, .top-bar button {
        top: 16px;
    }
    .top-bar .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #1d1d1d;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        background: #272727;
    }
}

/* White Navigation */
.navigation-white .top-bar{
    background: #ffffff;
    color: #222222;
}
.navigation-white .top-bar .title-area {
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
}
.navigation-white .top-bar .name h1 a{
    color: #222222;
}
.navigation-white .top-bar .top-bar-section ul li {
    background: #ffffff;
}
.navigation-white .top-bar .top-bar-section ul li > a:not(.button) {
    color: #222222;
}
.navigation-white .top-bar .toggle-topbar.menu-icon a {
    color: #222222;
}
.navigation-white .top-bar .toggle-topbar.menu-icon a span:after {
    box-shadow: 0 0px 0 1px #222222, 0 7px 0 1px #222222, 0 14px 0 1px #222222;
}
.navigation-white .top-bar .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}
.navigation-white .top-bar .top-bar-section .dropdown li.title h5 a,
.navigation-white .top-bar .top-bar-section .dropdown li.parent-link a {
    color: #222222;
}
.navigation-white .top-bar .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #efefef;
    background: #efefef;
    color: #222222;
}
.navigation-white .top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #DD6B20;
    background: #ffffff;
}
.parent-link.js-generated{
    display: none !important;
}

@media only screen and (min-width: 40.063em){
    .navigation-white .top-bar .title-area {
        border-bottom: none;
    }
    .navigation-white .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
        color: #222222;
        background: #ffffff;
    }
    .navigation-white .top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
        color: #222222;
        background-color: #efefef;
        background: #efefef;
    }
    .navigation-white .top-bar .top-bar-section .has-dropdown > a:after {
        border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent
    }
    .navigation-white .top-bar .top-bar-section .dropdown {
        border: 1px solid #dfdfdf;
    }
    .navigation-white .top-bar .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #ffffff;
    }
    .navigation-white .top-bar .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #efefef;
        background: #efefef;
    }
}



/* ==========================================================================
   TEAM
   ========================================================================== */

.team-person{
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
    overflow:hidden;
}
.team-person img{
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.team-person:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-person .team-person-info{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(221, 107, 32);
    background: rgba(221, 107, 32, .95);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.team-person:hover .team-person-info{
    opacity: 1;
}
.team-person .team-person-info .team-person-info-detail {
    opacity: 0;
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    transform: translateY(65%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.team-person:hover .team-person-info .team-person-info-detail{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-person .team-person-info .team-person-info-detail .name,
.team-person .team-person-info .team-person-info-detail .position{
    color: #fff;
}

/* Team Bio */
.team-bio {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* smooth scrolling on mobile phones and tablets */
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    z-index: 1;
    /* this how we move the team bio section off the canvas */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.team-bio.slide-in {
    /* the team bio section slides in when the user clicks on the team member picture */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.team-bio img {
    width: 100%;
    display: block;
}
.team-bio .team-bio-content {
    padding: 2em;
}
.team-bio .team-bio-content h1 {
    position: relative;
    text-transform: uppercase;
}
.team-bio .team-bio-content .progress .meter {
    background: #DD6B20;
}
@media only screen and (min-width: 40.063em) {
    .team-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    }
    .team-bio .team-bio-content {
        padding: 2em 4em;
    }
}
@media only screen and (min-width: 64.063em) {
  .team-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
  }
  .team-bio .team-bio-content {
    padding: 4em 8em;
  }
  .no-cssgradients .team-bio .team-bio-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.team-bio-close {
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: fixed;
    top: 10px;
    right: 10px;
    background: url("../img/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 3;
    display: none;
}
.team-bio-close.is-visible {
    display: block;
    -webkit-animation: cd-move-in 0.8s;
    animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 64.063em) {
  .team-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    cursor: pointer;
    display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}



/* ==========================================================================
   SKILLS
   ========================================================================== */

.skills-bar {
    margin: 0px;
}
.skills-bar li {
    list-style: none;
}
.skills-bar li:last-child span {
    margin-bottom: 0px;
}
.skills-bar li .bar-wrap {
    margin-bottom: 28px;
    background: rgba(0,0,0,.1);
}
.skills-bar li span {
    position: relative;
    height: 8px;
    width: 0px;
    display: block;
    overflow: visible !important;
}
.skills-bar li span strong {
    position: absolute;
    right: -21px;
    top: -28px;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    background: #fff;
    display: block;
    padding: 4px 8px;
    opacity: 0;
    border-radius: 4px;
}
.skills-bar li span strong:after {
    position: absolute;
    left: 16px;
    bottom: -4px;
    display: block;
    width: 0;
    content: "";
    border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 5px 0;
}
.skills-bar li span strong.full:after {
    left: 20px;
}
.skills-bar li span {
    background: #DD6B20;
}



/* ==========================================================================
   SERVICE
   ========================================================================== */

.service-block .service-item{
    padding: 20px 16px;
    padding: 1.25rem 1rem;
    overflow: hidden;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.service-block .service-item .service-icon{
    color: #DD6B20;
    margin-right: 12px;
    margin-right: .75rem;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.service-block .service-item:hover{
    background: #DD6B20;
}
.service-block .service-item .service-desc{
    overflow: hidden;
}
.service-block .service-item .service-desc p{
    margin-bottom: 0;
}
.service-block .service-item:hover .service-icon,
.service-block .service-item:hover .service-desc,
.service-block .service-item:hover .service-desc h4{
    color: #fff;
}
@media only screen and (min-width: 40.063em) {
    .service-block .service-item .service-icon{
        float: left;
    }
}


/* ==========================================================================
   STATISTIC
   ========================================================================== */
   
.statistic-block .statistic-item{
    height: 160px;
    text-align: center;
}
.statistic-block .statistic-item .statistic-info{
    color: #999;
}



/* ==========================================================================
   WORKS
   ========================================================================== */

.filtering { text-align: center; display: none; margin-left: 0}
.filter {
    position: relative;
    display: inline-block;
    margin: 0 16px 24px 16px;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .35;
    filter: alpha(opacity=35);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.filter.active,
.filter:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.filter.active:after{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: #DD6B20;
}
.work-grid {
	margin: 0;
	text-align: center;
	font-size: 0;
}
.work-item {
	display: inline-block;
	margin: 0;
    overflow: hidden;
}
.work-item a {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.work-item a:hover { 
    cursor: url('../img/cursors/cursor.png') 30 30, crosshair;
}
.work-item a img {
    width: 100%;
    -webkit-transition: all0.3s ease-out;
    transition: all 0.3s ease-out;
}
.work-item a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.work-item a .work-info {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(63, 81, 181);
    background: rgba(63, 81, 181, .95);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.work-item a:hover .work-info {
    opacity: 1;
}
.work-item a .work-info .work-info-detail  {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    transform: translateY(65%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.work-item a:hover .work-info .work-info-detail  {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-item a .work-info .work-info-detail  h4,
.work-item a .work-info .work-info-detail  p{
    color: #fff;
}
.work-item a .work-info .work-info-detail  p{
    margin-bottom: 0;
}
.work-item a .work-info .work-info-detail h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .75);
    margin: 10px auto;
}
.thumbnail {
    width: 100%;
}
.mix { opacity: 0; display: none; }
.gap{
	display: inline-block;
    width: 100%;
	height: 0;
	margin: 0;
}
@media only screen and (min-width: 40.063em) {
    .filtering { display: block; }
    .thumbnail,.gap { width: 50%; }
}
@media only screen and (min-width: 64.063em) {
    .thumbnail,.gap { width: 33.3333333%; }
}



/* ==========================================================================
   CONTACT
   ========================================================================== */

#contact{}

.contact-address{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.contact-address li{
    position: relative;
    padding: 8px;
    border-bottom: 1px solid #efefef;
}
.contact-address li .address-icon{
    position: absolute;
    top: 10px;
    left: 0;
    color: #999999;
}
.contact-address li .address-detail{
    margin-left: 24px;
}



/* ==========================================================================
   MAP
   ========================================================================== */
   
#map-block{
    position: relative;
    height: 100px;
    overflow: hidden;
}
#map{
    width: 100%;
    height: 300px;
    background: #eaeaea;
}
#map img{ max-width: none !important; }

#map .map-info{
    line-height: 1.35;
}
#map .map-address,
#map .map-tel,
#map .map-mail{
    padding: 4px;
}

#map-block .map-open{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.touch #map-block .map-open{ background: rgba(0,0,0,0.65); }
#map-block .map-open .icon{
    display: block;
    line-height: 115px;
}
#map-block .map-open:hover{
    background: rgba(0,0,0,0.65);
}
#map-block .map-close{
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 100px;
    height: 32px;
    font-size: .75rem;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-left: -50px;
    padding: 8px;
    color: #333333;
    background: rgba(255,255,255,.75);
    border: 1px solid #fefefe;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 0 2px rgba(8,8,8, .3);
    display: none;
}
#map-block .map-close:hover{
    background: rgba(220,220,220,.75);
    border-color: #dfdfdf;
}
#map-block .map-close .icon-map{
    margin-right: 2
}

/* ==========================================================================
   SHARE
   ========================================================================== */
ul.share-buttons{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.share-buttons li{
  display: inline;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
   
.footer{
    position: relative;
    color: #fff;
    background: #212121;
}
.footer.slide-out{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.footer a{
    color: #fff;
}
.footer a:active,
.footer a:hover{
    color: #9C4221;
}
.footer .logo{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.footer .copyright-text{
    margin-bottom: 0;
}
@media only screen and (min-width: 40.063em){
	.footer .logo{
		margin-bottom: 0;
	}
    .footer .socials ul{
        float: right;
    }
}
.dummy-footer{
    position: relative;
    z-index: -2;
}
.overflow-hidden .dummy-footer{
    display: none;
}

#intro .logo{
  width: 100%;
  max-width: 240px;
}
#intro h3{
  font-size: 1rem;
  margin-bottom: 2rem;
}
#intro .mind-map{
  width: 100%;
  max-width: 768px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pulse-button {
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
