@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, main, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
html {
    font-size: 100%;
}
body {
    font-size: 100%;
    line-height: 1;
    z-index: 1;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1; /* IE6/7 support */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
header,
header .logo,
header .logo .st0,
header .logo .st1 {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/*------------- TYPO -------------*/
h1, h2, h3, h4, p, a, li {
    font-family: 'Open Sans', sans-serif;
}
h1 {
	text-align: center;
	color: #ffffff;
	font-size: 3em;
  line-height: 1.4;
  font-weight: 700;
}
h2 {
	text-align: center;
	color: #ffffff;
    font-size: 3em;
  line-height: 1.4;
  font-weight: 300;
}
h3 {
  font-size: 1.5em;
  color: #333333;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 300;
}
h4 {
  font-size: 1.25em;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 300;
}
p, a, li {
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 300;
}
p {
    margin-bottom: 20px;
}
p > a {
    font-size: 100% !important;
}
strong {
    font-weight: 700;
}
ul {
  list-style: none;
  padding:0;
  margin: 0 0 20px 0;
}
li {
  text-indent: -20px;
  padding-left: 20px;
  padding-bottom: 8px;
}
li:before {
    content: "•";
    color: #0075BF;
    padding-right: 13px;
    padding-bottom: 12px;
}
.align-center {
  text-align: center;
}
.align-center ul li {
  text-align: center;
  color: #333333;
  display: inline-block;r
}
.align-center ul li:before {
  padding-right: 8px;
  padding-left: 4px;
}
/*------------- COLORS -------------*/
.blue {
	  color: #0075BF;
}
.bg-blue {
    background-color: #0075BF;
}
.bg-gray {
    background-color: #f4f4f4;
}
.bg-white {
    background-color: #ffffff;
}
/*------------- ICONS -------------*/
.icon {
  width: 100%;
  height: auto;
  display: inline-block;
}
.icon > img {
  width: 100%;
  height: auto;
  display: block;
}
.big {
  width: 80px;
  height: 80px;
  padding: 16px;
  margin: 0 auto 30px auto;
  display: block;
}
.middele {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.small {
  width: 20px;
  height: 20px;
  padding: 8px;
}
.round {
  border-radius: 100%
}
/*------------- GRID -------------*/
.column-50 {
  width: 50%;
  float: left;
}
.column-50.left {
  padding-right: 16px;
}
.column-50.right {
  padding-left: 16px;
}
/*------------- HEADER -------------*/
header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #e5e5e5;
}
header.fixed {
    width: 100%;
    top: -50px;
}
header .logo {
    margin: 20px 0 0 30px;
    float: left;
    height: auto;
    max-width: 200px;
    display: block;
}
header.fixed .logo {
    margin: 40px 0 0 30px;
    max-width: 160px;
}
header.fixed .logo .st1 {
    fill: #fff;
}
header.fixed .logo .dots .st1 {
    fill: #0075BF;
}
header .logo .st0 {
    fill: #DADADA;
}
header .logo .dots .st0:hover,
header .logo .st1 {
    fill: #0075BF;
}
header .logo .dots .st1:hover {
    fill: #005286;
}

/*------------- MAIN -------------*/
main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 30px;
    position: relative;
    z-index: 900;
}
main section {
    width: 100%;
    height: auto;
    padding: 10em 0;
}
main section:last-child {
    border: none;
}
main section .graphic img {
    display: none;
}
main article {
    color: #333333;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 5%;
}
/*------------- SECTIONS -------------*/
section.intro img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 500px;
  width: 100%;
  height: auto;
}
section.work img {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 300px;
  width: 100%;
  height: auto;
}
section.profile strong {
    min-width: 150px;
    display: inline-block;
    text-indent: 0;
}
section.profile ul {
    margin-bottom: 30px;
}
section.profile img {
    width: 100%;
    float: left;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
/*------------- FOOTER -------------*/
footer {
    height: 100vh;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
footer > div {
    width: 100%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
footer .contact {
    font-weight: 700;
	  letter-spacing:1px;
}
footer .data {
    margin-top: 40px;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
footer a:hover {
    border-bottom: 1px dotted #fff;
}
/*------------- STAGE -------------*/
.stage {
    width: 100%;
    position: relative;
    background: url(../img/slide_big_1.jpg) no-repeat 50% 0 fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/slide_big_1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/slide_big_1.jpg', sizingMethod='scale')";
    height: 100vh;
    max-height: 900px;
  	-webkit-background-size: cover;
  	moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.stage .caption {
	position: absolute;
    width: 100%;
    padding: 0 10%;
    top: 45%;
}
.stage img {
    width: 100%;
    height: auto;
    display: block;
}
.arrow {
    width: 40px;
    height: 18px;
    background: url(../img/arrow.svg) center center no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -20px;
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    -webkit-animation-iteration-count: 5;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

/*@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}*/
@media screen and (max-width: 1440px) {
    main section {
      padding: 8em 8%;
    }
}
@media screen and (max-width: 1200px) {
    main section {
      padding: 8em 8%;
    }
    .column-50 {
      width: 100%;
      float: left;
      padding: 0 !important;
    }
}
@media screen and (max-width: 960px) {
    h1 {
        top: 40%;
        font-size: 2.5em;
    }
    h2 {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 768px) {
    section.profile strong {
        min-width: 100px;
    }
}
@media screen and (max-width: 640px) {
    h1 {
        top: 30%;
    }
    p, a, li,
    footer .contact,
    footer .adress,
    footer .data {
        font-size: 1em;
    }
    h3 {
      font-size: 1.25em;
    }
    header {
        height: 70px;
    }
    header.fixed {
        width: 100%;
        top: -40px;
    }
    header .logo {
        margin: 16px auto 0 auto;
        max-width: 120px;
        float: none;
    }
    header.fixed .logo {
        margin: 33px auto 0 auto;
        max-width: 100px;
        float: none;
    }
    main section {
        padding: 6em 8%;
    }
    main article {
        padding: 0;
    }
    footer > div {
        padding: 70px 8%;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        top: 20%;
        font-size: 2em;
    }
    h2 {
        font-size: 2em;
    }
}
@media screen and (max-width: 450px) {
    h1 {
        top: 25%;
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 380px) {
    h1 {
        top: 27%;
        font-size: 1.25em;
    }
    h2 {
        font-size: 1.25em;
    }
}
