/*
Theme Name: The Agency
Theme URI:
Description: The Agency is a portfolio WordPress theme.
Author: Flow
Author URI: http://themeforest.net/user/Flower
Version: 1.0
License: Check Themeforest item page for more information.
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
html, body {
	height:100%;
}
html[xmlns] .clearfix {
	display:block;
}
body {
	margin:0px; padding:0px;
	font-family: Arial, sans-serif;
	color:#737373;
    background-color: #111111;
    background-color: #000000;
	overflow: hidden;
    background-position: center top;
    background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: 100% 100%, auto auto;
}

/*-- LOADER --*/
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    z-index: 1000000000;
}
#loader .line {
    width: 0%;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: #89b01e;
}
#loader .logo {
    width: 119px;
    padding: 0 10px;
    margin-top: -100px;
    margin-left: -78px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000000 url(../images/incube_logo.png) center 0 no-repeat;
}
#loader .logo P {
    font-family: 'GeogrotesqueRegular';
    font-size: 1.4em;
    font-weight: normal;
    color: #b3b3b3;
    line-height: 1.2;
    text-align: center;
    display: block;
    padding: 8px 0;
    margin-top: 150px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #333333;
}
/*-- LOADER --*/

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

#header {
    display: block;
    float: left;
    min-height: 100%;
    width: 220px;
    background-color: #030309;
    position:fixed;
    z-index: 999;
}
#header .inner { padding: 15px 0px; }
#header * { outline: 0 none; border: none; }
#logo-image {padding-bottom: 20px; position: relative; background: #030309; z-index: 1;}
#logo-image img { margin: 0 auto; display: block;}

/* -----------------------------------*/
/* ----------->>> MENU <<<------------*/
/* -----------------------------------*/

.sf-menu a { text-decoration: none; }
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/ }

.sf-menu ul{ clear: both; float: left; margin-top: 1px; text-align: right; }
.sf-menu ul ul{ margin-top: -4px; }
.sf-menu ul li:hover{ }
.sf-menu li{ opacity: 0.98; z-index: 23; }

.menu-title{ margin-bottom: 10px; }
#header #main-nav { margin-top: 40px; float:left; margin-left: 30px; position: absolute; bottom:8%; }


ul.pf_nav {
    margin-bottom: 50px;
}
ul.pf_nav a {
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.pf_nav li {
    display: block;
    height: 20px;
    opacity: 0.98;
}

.pf_nav .selected a { color: #FFFFFF; /*font-weight: bold;*/ }
.selected a { /* border-bottom : 1px dotted #5e5e5e; */ }

ul.pf_nav a:hover{
    font-family: GeogrotesqueSemiBold;
    color: #ffffff;
    /*font-weight: bold;*/
}
.menu-title{
    font-family: GeogrotesqueMedium;
    font-size: 1.4em;
    color: #464646;
    font-weight: 100;
}
.pf_nav .selected a {
    font-family: GeogrotesqueSemiBold;
    color: #FFFFFF;
    /*font-weight: bold;*/
}
#menu li a, ul.pf_nav a{
    font-family: GeogrotesqueRegular;
    color: #bdbdbd;
    font-size: 1.8em;
    font-style: normal;
}

/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/
h1, h2, h3, h4 { margin: 0 0 10px; line-height: normal; font-weight: normal; color:#303030; }
h1 a, h2 a, h3 a, h4 a { color:#303030; text-decoration: none; }
h1 { font-size:2.8em; }
h2 { font-size:4.8em; }
h3 { font-size:1.4em; }
h4 { font-size:1.25em;}
h5 { font-size:1.1em; }

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

#footer {
    font-family: Arial, sans-serif;
    color: #5e5e5e;
    padding: 5px 5px 5px 28px;
    width: 220px;
    display: block;
    position:fixed;
    line-height: 1;
    bottom:0;
    z-index: 999999999;
    box-sizing: border-box;
}
#footer a {
    font-size: 1.4em;
    font-family: GeogrotesqueRegular;
    color: #909090;
    text-decoration: none;
}
#footer_copyright {
    font-family: GeogrotesqueMedium;
    color: #494949;
    display: block;
    padding: 5px 0 10px;
    text-transform:uppercase;
}

/* ----------------------------------------*/
/* ----------->>> PORTFOLIO <<<------------*/
/* ----------------------------------------*/

/* Portfolio v6 */
.portfolio-v6-items {display:block;float:left;}
.portfolio-v6-items li{ }

/* Gallery */
.imgscontainer{
    display: block;
    position: absolute;
    overflow-x: hidden;
    left: 0px;
    padding-bottom: 200px;
}
.imgcontainer{
    line-height:0;
    display: block;
    float: left;
    position: relative;
    background-color: #000000;
    /*border-top: 1px solid rgba(0,0,0,0.8);*/
    /*border-left: 1px solid rgba(0,0,0,0.8);*/
    cursor: pointer;
}
.hoverbgpfthnailiface {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.01);
    background-image: url(../images/1px.png);
    background-repeat: repeat;
    cursor:pointer;
    z-index: 23;
}
/* inCUBE -WINNER */
.imgcontainer .winner {
    width: 68px;
    height: 98px;
    position: absolute;
    top: 5%;
    left: 0;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
}
.imgcontainer .awwwards {
    background-image: url('../images/awwwards.png');
}
.imgcontainer .css-design-awards {
    background-image: url('../images/css-design-awards.png');
}


/* inCUBE -HOVER(title over image) */
.imgcontainer .hoverthumbtitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 23;
    overflow: hidden;
}
/*tittle text*/
.imgcontainer .hoverthumbtitle .title {
    font-family: 'GeogrotesqueLight';
    font-size: 1.8em;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: -9px;
    position: absolute;
    /*top: 50%;*/

    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.imgcontainer .hoverthumbtitle .title STRONG {
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
}
.imgcontainer .hoverthumbtitle .title-top {top: 10%;}
.imgcontainer .hoverthumbtitle .title-bottom {top: 90%;}
/*flash*/
.imgcontainer .hoverthumbtitle .flash {
    height: 0;
    display: block;
    position: absolute;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 50%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 50%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 50%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(left, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 50%, rgb(255,255,255) 100%);
    background-image: linear-gradient(left, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 50%, rgb(255,255,255) 100%);

    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.imgcontainer .hoverthumbtitle .flash-top {
    width: 0;
    left: 50%;
    bottom: 50%;
}
.imgcontainer .hoverthumbtitle .flash-bottom {
    width: 100%;
    left: 0;
    top: 50%;
}
/*imgblur*/
.imgcontainer .hoverthumbtitle .img-blur {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;

    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.imgcontainer .hoverthumbtitle .img-blur_left {
    left: -50%;
}
.imgcontainer .hoverthumbtitle .img-blur_right {
    left: 50%;
}

/* inCUBE -HOVER(info under image) */
.imgcontainer .hoverthumbinfo:before {
    content: '';
    width: 31px;
    height: 13px;
    display: block;
    margin-left: -16px;
    position: absolute;
    top: -10px;
    left: 50%;
    background: transparent url(../images/hover-corner.png) 0 0 no-repeat;
}
.imgcontainer .hoverthumbinfo {
    line-height: 1.5;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;

    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);

    background-color: #86b021;
    background-image: -webkit-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -moz-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -ms-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -o-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: linear-gradient(left, #86b021 60%, #2cab8d 100%);
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.imgcontainer:hover .hoverthumbinfo {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

.imgcontainer .hoverthumbinfo P {
    font-family: GeogrotesqueRegularItalic;
    font-size: 1.4em;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #adc863;
}
.imgcontainer .hoverthumbinfo UL {
    padding: 10px 20px;
    margin: 0;
}
.imgcontainer .hoverthumbinfo UL LI {
    font-family: GeogrotesqueRegular;
    font-size: 1.4em;
    color: #000000;
    display: block;
}
.imgcontainer .hoverthumbinfo UL LI STRONG {
    font-family: GeogrotesqueSemiBold;
    font-weight: normal;
}
.imgcontainer .hoverthumbinfo A {
    font-family: GeogrotesqueSemiBold;
    font-size: 1.2em;
    color: #89b01e;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 5px 20px;
    background: #000000;
}

.thumb_title{
    font-family: GeogrotesqueRegular;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
}
.thumb_cats{
    font-family: GeogrotesqueLight;
    color: #ffffff;
    font-size: 1.4em;
    text-transform: uppercase;
}


/* ----------------------------------------*/
/* ------------->>> INCUBE <<<-------------*/
/* ----------------------------------------*/

/* SUBSITES-CUBES */
#subsites .cubes {
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
}
#subsites .cubes DIV {
    position: absolute;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size:  100% auto;
    -moz-background-size:  100% auto;
    -ms-background-size:  100% auto;
    -o-background-size:  100% auto;
    background-size:  100% auto;
}
#subsites .cube1 DIV { width:231px;height:210px;top: 760px;left: 33%; background-image: url(../images/cubes/cube1); }
#subsites .cube2 DIV { width:205px;height:166px;top:  90px;left: 79%; background-image: url(../images/cubes/cube2); }
#subsites .cube3 DIV { width:203px;height:172px;top: 779px;left: 62%; background-image: url(../images/cubes/cube3); }
#subsites .cube4 DIV { width:112px;height:108px;top: 202px;left: 48%; background-image: url(../images/cubes/cube4); }
#subsites .cube5 DIV { width:220px;height:225px;top: 630px;left: 56%; background-image: url(../images/cubes/cube5); }
#subsites .cube6 DIV { width:262px;height:245px;top:  56px;left: 51%; background-image: url(../images/cubes/cube6); }
#subsites .cube7 DIV { width:217px;height:227px;top:  -170px;left: 12%; background-image: url(../images/cubes/cube7); }
#subsites .cube8 DIV { width:387px;height:603px;top: 299px;left: 73%; background-image: url(../images/cubes/cube8); }
#subsites .cube9 DIV { width:160px;height:143px;top: 200px;left: 95%; background-image: url(../images/cubes/cube9); }
#subsites .cube10 DIV { width:224px;height:185px;top: 266px;left: 73%; background-image: url(../images/cubes/cube10); }
#subsites .cube11 DIV { width:148px;height:136px;top: -55px;left: 24%; background-image: url(../images/cubes/cube11); }
#subsites .cube12 DIV { width:336px;height:343px;top: 622px;left: 87%; background-image: url(../images/cubes/cube12); }

/* SUBSITE */
#subsites {
    width: 100%;
    min-height: 100%;
    position: fixed;
    left: -100%;
    z-index: 100;
    background: #ffffff url(../images/bg.jpg) 0 0 no-repeat fixed;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-background-size:  100% auto;
    -moz-background-size:  100% auto;
    -ms-background-size:  100% auto;
    -o-background-size:  100% auto;
    background-size:  100% auto;
}

#subsites ARTICLE {
    color: #000000;
    max-width: 620px;
    display: block;
    padding: 10px 230px 10px 10px;
    margin: 0 auto;
    position: relative;
}
#subsites #followus{
    display: none;
}

.section__fix {
	width: 200px;
}

/*header*/
#subsites ARTICLE HEADER H2 {
    font-family: GeogrotesqueLight;
    color: black;
    margin: 0;
}
#subsites ARTICLE HEADER H2 STRONG {
    font-family: GeogrotesqueSemiBold;
    font-weight: normal;
}
/*section-header*/
#subsites ARTICLE SECTION {
    float: left;
    padding: 0 20px 20px 0;
}
#subsites ARTICLE SECTION H3 {margin: 0;}

#subsites ARTICLE SECTION H3 SPAN
,#subsites ARTICLE SECTION H4 SPAN
,.close {
    font-family: GeogrotesqueRegular;
    line-height: 1;
    color: white;
    display: block;
    padding: 10px 25px;
    margin: 0 4px 1px 0;
    float: left;
    background-color: #000000;
}
#subsites ARTICLE SECTION H3 .gr, #subsites ARTICLE SECTION H4 .gr, .gr {
    font-family: GeogrotesqueSemiBold;
    background-color: #89b01e;
}
#subsites ARTICLE SECTION H4 {
    padding-top: 20px;
}
.close, .close:hover {
    font-size: 14px;
    text-decoration: none;
}

/*paragraph*/
#subsites ARTICLE SECTION P, #subsites ARTICLE SECTION UL {
    color: #000000;
    font-family: GeogrotesqueRegular;
    font-size: 1.6em;
    display: block;
    margin-bottom: 20px;
    position: relative;
    top: 20px;
    clear: both;

    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    -ms-text-shadow: 1px 1px 0 white;
    -o-text-shadow: 1px 1px 0 white;
    text-shadow: 1px 1px 0 white;
}
#subsites ARTICLE SECTION P STRONG {
    font-family: GeogrotesqueMedium;
    font-weight: normal;
}
.veil {
    padding: 5px;
    background-color: rgba(255,255,255,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*lists*/
#subsites ARTICLE SECTION UL{
    list-style: inside square;
}
/*list career*/
#subsites ARTICLE SECTION UL LI {
    padding-left: 7px;
}
/*list client*/
#subsites #clients {
    max-width: 828px;
    /*overflow: hidden;*/
}
#subsites #clients SECTION UL {
    /*width: 808px;*/
    height: 256px;
    display: block;
}
#subsites #clients SECTION UL LI {
    width: 200px;
    height: 126px;
    display: block;
    float: left;
    margin: 1px;
    padding: 0;
}

/* PAGE */

/* SUBSITES-CUBES */
.page .cubes {
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
}
/* .page .cubes DIV {
    position: absolute;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size:  100% auto;
    -moz-background-size:  100% auto;
    -ms-background-size:  100% auto;
    -o-background-size:  100% auto;
    background-size:  100% auto;
}
.page .cube1 DIV { width:231px;height:210px;top: 760px;left: 33%; background-image: url(../images/cubes/cube1); }
.page .cube2 DIV { width:205px;height:166px;top:  90px;left: 79%; background-image: url(../images/cubes/cube2); }
.page .cube3 DIV { width:203px;height:172px;top: 779px;left: 62%; background-image: url(../images/cubes/cube3); }
.page .cube4 DIV { width:112px;height:108px;top: 202px;left: 48%; background-image: url(../images/cubes/cube4); }
.page .cube5 DIV { width:220px;height:225px;top: 630px;left: 56%; background-image: url(../images/cubes/cube5); }
.page .cube6 DIV { width:262px;height:245px;top:  56px;left: 51%; background-image: url(../images/cubes/cube6); }
.page .cube7 DIV { width:217px;height:227px;top:  -170px;left: 12%; background-image: url(../images/cubes/cube7); }
.page .cube8 DIV { width:387px;height:603px;top: 299px;left: 73%; background-image: url(../images/cubes/cube8); }
.page .cube9 DIV { width:160px;height:143px;top: 200px;left: 95%; background-image: url(../images/cubes/cube9); }
.page .cube10 DIV { width:224px;height:185px;top: 266px;left: 73%; background-image: url(../images/cubes/cube10); }
.page .cube11 DIV { width:148px;height:136px;top: -55px;left: 24%; background-image: url(../images/cubes/cube11); }
.page .cube12 DIV { width:336px;height:343px;top: 622px;left: 87%; background-image: url(../images/cubes/cube12); } */

/* SUBSITE */
.page {
    width: 100%;
    min-height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff url(../images/bg.jpg) 0 0 no-repeat fixed;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-background-size:  100% auto;
    -moz-background-size:  100% auto;
    -ms-background-size:  100% auto;
    -o-background-size:  100% auto;
    background-size:  100% auto;
}

.page ARTICLE {
    color: #000000;
    max-width: 620px;
    display: block;
    padding: 8em 10px 10px 250px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .privacy #header, #footer {
        display: none;
    }
    .page ARTICLE {
        padding: 8em 50px 10px 50px;
    }
}

/* #subsites #followus{
    display: none;
} */

.section__fix {
	width: 200px;
}

/*header*/
.page ARTICLE HEADER H2 {
    font-family: GeogrotesqueLight;
    color: black;
    margin: 0;
}
.page ARTICLE HEADER H2 STRONG {
    font-family: GeogrotesqueSemiBold;
    font-weight: normal;
}
/*section-header*/
.page ARTICLE SECTION {
    float: left;
    padding: 0 20px 20px 0;
}

.page ARTICLE SECTION H3 {margin: 0;}

.page ARTICLE SECTION H3 SPAN,
.page ARTICLE SECTION H4 SPAN,
.close {
    font-family: GeogrotesqueRegular;
    line-height: 1;
    color: white;
    display: block;
    padding: 10px 25px;
    margin: 0 4px 1px 0;
    float: left;
    background-color: #000000;
}
.page ARTICLE SECTION H3 .gr, .page ARTICLE SECTION H4 .gr, .gr {
    font-family: GeogrotesqueSemiBold;
    background-color: #89b01e;
}
.page ARTICLE SECTION H4 {
    padding-top: 20px;
}
.close, .close:hover {
    font-size: 14px;
    text-decoration: none;
}

/*paragraph*/
.page ARTICLE SECTION P, .page ARTICLE SECTION UL {
    color: #000000;
    font-family: GeogrotesqueRegular;
    font-size: 1.6em;
    display: block;
    margin-bottom: 20px;
    position: relative;
    top: 20px;
    clear: both;

    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    -ms-text-shadow: 1px 1px 0 white;
    -o-text-shadow: 1px 1px 0 white;
    text-shadow: 1px 1px 0 white;
}
.page ARTICLE SECTION P STRONG {
    font-family: GeogrotesqueMedium;
    font-weight: normal;
}
.veil {
    padding: 5px;
    background-color: rgba(255,255,255,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*lists*/
/* #subsites ARTICLE SECTION UL{
    list-style: inside square;
} */
/*list career*/
/* #subsites ARTICLE SECTION UL LI {
    padding-left: 7px;
} */
/*list client*/
/* #subsites #clients {
    max-width: 828px;
}
#subsites #clients SECTION UL {
    height: 256px;
    display: block;
}
#subsites #clients SECTION UL LI {
    width: 200px;
    height: 126px;
    display: block;
    float: left;
    margin: 1px;
    padding: 0;
}  */

/* COUNTER */
#counter {
    font-family: GeogrotesqueRegular;
    font-size: 1.4em;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    background: #030309;
    z-index: 1;
}
#counter P {
    width: 60%;
    display: block;
    padding-top: 15px;
    margin: 0 auto;
    border-top: 1px solid #2c2c31;
}
#counter UL {
    width: 183px;
    height: 40px;
    display: block;
    padding: 8px 0 7px 0;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #89b01e;
    background-image: -webkit-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -moz-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -ms-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: -o-linear-gradient(left, #86b021 60%, #2cab8d 100%);
    background-image: linear-gradient(left, #86b021 60%, #2cab8d 100%);
}
#counter UL LI {
    color: #293409;
    width: 59px;
    height: 100%;
    display: block;
    float: left;
    border-left: 1px solid #607b16;
    border-right: 1px solid #607b16;
}
#counter UL LI:first-child, #counter UL LI:last-child {border: none;}
#counter UL LI SPAN {
    font-family: GeogrotesqueSemiBold;
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1;
    display: block;
}
/* SOC */
#mobile-head{display:none;}
#soc {
    height: 27px;
    width: 110px;
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
    background: #030309;
    z-index: 1;
}
#soc LI {
    display: block;
    float: left;
}
#soc LI A {
    width: 25px;
    height: 17px;
    display: block;
    margin: 0 1px;
    background-color: transparent;
    background-image: url(../images/soc-icons.png);
    background-repeat: no-repeat;
}
#soc LI .twitter {background-position: 0 0;}
#soc LI .facebook {background-position: -25px 0;}
#soc LI .instagram {background-position: -48px 0;}
#soc LI .google {background-position: -50px 0;}
#soc LI .dribbble {background-position: -70px 0;}

#cookies {
    box-sizing: border-box;
    padding: 4em;
    background: #030308;
    max-width: 290px;
    width: 100%;
    margin: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    z-index: 999;
}
#cookies h6 { 
    font-family: GeogrotesqueMedium;
    font-size: 1.4em;
    color: white;
}
#cookies p { 
    font-family: GeogrotesqueRegular;
    font-size: 1.6em;
    color: #909090;
    margin: 1em 0 1em;
    line-height: 1.35;
}
#cookies div > a {
    font-family: GeogrotesqueMedium;
    font-size: 1.4em;
    color: white;
    float: left;
    line-height: 34px;
    text-decoration: none;
    vertical-align: middle;
}
#cookies div > a > span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(135deg);
    margin: 0 0 0 .5em;
    position: relative;
    top: -1px;
}
#cookies__button {
    font-family: GeogrotesqueMedium;
    color: white;
    font-size: 1.4em;
    box-sizing: border-box;
    padding: .65em 1em;
    background: #8aaf2f;
    border: 0;
    float: right;
    outline: 0;
    cursor: pointer;
}

#privacy-policy ol {
    color: #000000;
    font-family: GeogrotesqueRegular;
    font-size: 1.6em;
    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    -ms-text-shadow: 1px 1px 0 white;
    -o-text-shadow: 1px 1px 0 white;
    text-shadow: 1px 1px 0 white;
    list-style: decimal;
    margin: .5em 0;
    padding: 0;
}

#privacy-policy li a {
    color: #000000;
}

#privacy-policy ol li {
    margin: 1em 0;
}

#privacy-policy ol > ol {
    font-size: 1em;
    padding: 0 1em;
}

#privacy-policy li strong {
    font-family: GeogrotesqueSemiBold;
    margin: 0 0 .5em 0;
}

#privacy-policy p {
    margin-bottom: 4em;
}

#privacy-policy ol li ul {
    list-style: square;
    padding: 0 1em;
}

#privacy-policy ul {
    font-size: 1em;
    color: #000000;
    font-family: GeogrotesqueRegular;
    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    -ms-text-shadow: 1px 1px 0 white;
    -o-text-shadow: 1px 1px 0 white;
    text-shadow: 1px 1px 0 white;
    top: auto;
    margin-bottom: auto;
}

#privacy-policy ul li {
    margin: .5em 0;
    line-height: 1.2;
}
