@import 'fontello.css';

body {
    background-color: #12222f;
    color: #f1f2f3;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    -moz-min-width: 900px;
    -ms-min-width: 900px;
    -o-min-width: 900px;
    -webkit-min-width: 900px;
    min-width: 900px;
}

h1, h2, h3 {
    font-weight: 300;
    line-height: 1em;
}

h1 > span {
    font-weight: 500;
    font-size: 2em;
}

p {
    font-size: 1em;
    line-height: 1.2em;
}

button:focus {outline:0;}

.single-message {
    font-size: 1.5em;
}

ul {
     margin: 0;
    padding: 0;
}

.left { float: left;}
.right { float: right;}
.clear { float: none; }

.background {
    background: transparent url("img/pattern.png") repeat right top;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

#header {
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    height: 75px;
    position: fixed;
    top: 0;
    /*transition: top 0.2s ease-in-out;*/
    width: 100%;
    z-index: 100;
}

.header-wrapper {
    width: 900px;
    padding: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-wrapper img {
    float: left;
}

.header-wrapper div {
    left: -50%;
    float:right;
    position: relative
}

.header-wrapper ul {
    margin: 0 auto;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: 50%;
    position: relative;
}

.header-wrapper ul li {float: left;}

.header-wrapper ul li a {
    display: inline-block;
    color: #dcdcdc;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
}

.header-wrapper ul li a:hover {color: #FFF;}

.logo span {
    width: 154px;
    height: 44px;
    display: block;
    float: left;
    background: url(img/logo.png) no-repeat right top;
}

/* DROPDOWN*/
button .icon-bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 4px;
    border-radius: 1px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
}

    button .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.navbar-toggle:hover .icon-bar {
    background-color: white;
}

.navbar-toggle {
    height: 75px;
    width: 75px;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
}

.navbar-collapse {
    width: 0;
    top: 75px;
    right: 0;
    position: fixed;
    z-index: 99;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .navbar-collapse .icon {
        display: inline-block;
        margin-left: 40px;
    }

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0;
}

.navbar-collapse div {
    white-space: nowrap;
    text-align: right;
    padding: 12px 30px;
    border-top: 1px #ffffff solid;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

    .navbar-collapse div a {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        font-size: 35px;
        /*font-weight: 500;*/
    }

        .navbar-collapse div a:hover {
            color: white;
        }

/* END DROPDOWN*/

/* BACKGOUND*/
.trail {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: radial-gradient(#457791, transparent 60%);
}

#fullpage { z-index: 10; }

#square-wrapper {
    position: fixed;
    width: 444px;
    height: 500px;
    z-index: 5;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.inner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.square {
    position: absolute;
    -ms-border-radius: 20px;
    border-radius: 20px;

    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

#blue {
    background-color: #00AFCB;
    /*box-shadow: 0 0 10px 0 #00c7fa, inset 0 0 15px 5px rgba(0, 0, 0, 0.2);*/
    width: 205px;
    height: 154px;
    top: 108px;
    left: 0;
}

#pink {
    background-color: #E40428;
    /*box-shadow: 0 0 10px 0 #e8277f, inset 0 0 15px 5px rgba(0, 0, 0, 0.2);*/
    width: 134px;
    height: 262px;
    top: 0;
    left: 218px;
}

#violet {
    background-color: #7F5CA3;
    /*box-shadow: 0 0 10px 0 #6c3cfb, inset 0 0 15px 5px rgba(0, 0, 0, 0.2);*/
    width: 226px;
    height: 133px;
    top: 276px;
    left: 218px;
}

#orange {
    background-color: #FBBA00;
    /*box-shadow: 0 0 10px 0 #ffb42d, inset 0 0 15px 5px rgba(0, 0, 0, 0.2);*/
    width: 135px;
    height: 224px;
    top: 276px;
    left: 70px;
}

.column {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
     /*padding: 75px;
    position: relative;
    top: -50%;
    left: -50%;*/
    overflow: hidden;
    /*background-color: rgba(255, 255, 0, 0.3);*/
}

.center {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 11;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-horizontal {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.center-vertical {
    width: 100%;
    height: 100%;
    position: relative;
}

.center-vertical > div {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.half {
    max-width: 50%;
}

.uppercase {
    text-transform: uppercase; 
}

.two-third {
    max-width: 66%;
}

.four-columns {
    padding-top: 35%;
}

.four-columns div {
    width: 25%;
    float: left;
}

.four-columns div h2, .four-columns div p {
    /*padding-left: 20px;*/
    padding-right: 20px;
}

#scene, .layer {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.layer1 {
    width: 100%;
    height: 100%;
    background: url(img/paralax-1.png) no-repeat left top;
    -ms-background-size: 100% auto;
    background-size:  100% auto;
}

.layer2 {
    width: 100%;
    height: 100%;
    background: url(img/paralax-2.png) no-repeat left top;
    -ms-background-size:  100% auto;
    background-size:  100% auto;
    -webkit-animation: breathing 9s linear infinite; 
       -moz-animation: breathing 9s linear infinite; 
         -o-animation: breathing 9s linear infinite; 
            animation: breathing 9s linear infinite; 
}

.layer3 {
    width: 100%;
    height: 100%;
    background: url(img/paralax-3.png) no-repeat left top;
    -ms-background-size:  100% auto;
    background-size:  100% auto;
    -webkit-animation: breathing 5s linear infinite; 
       -moz-animation: breathing 5s linear infinite; 
         -o-animation: breathing 5s linear infinite; 
            animation: breathing 5s linear infinite; 
}

.map {
    margin: 75px;
    height: 75%;
    background: url(img/mapa.png) no-repeat center center;
    -ms-background-size:  contain;
    background-size:  contain;
}

@-webkit-keyframes breathing {
    0%   { transform: scale(1, 1) }
    50%  { transform: scale(0.95, 0.95) }
    100% { transform: scale(1, 1) }
}

@-moz-keyframes breathing {
    0%   { transform: scale(1, 1) }
    50%  { transform: scale(0.95, 0.95) }
    100% { transform: scale(1, 1) }
}

@media screen and (min-width: 1600px) {
    h1 { font-size: 3em;}

    .column {
        max-width: 1200px;
    }

    .header-wrapper {
        width: 1200px;
    }

    .four-columns div h2, .four-columns div p {
        padding-right: 30px;
    }
}