*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

p > a{ font-weight: bold; }

a:hover { cursor: pointer; }

a:focus { outline: none; }

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

object,
embed {
    height: 100%;
}

img {
  display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

  p a:hover{
    text-decoration: underline;
  }

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font: 62.5% "proximanova", Arial, sans-serif;
    font-weight: 200;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #fff;
}

h1 {
font-size:65px;
line-height: 65px;

} 

h2 {
font-size: 27px;
line-height: 30px;
}

h3 {
font-size: 24px;
line-height: 28px;
}

p, ul, ol, dl, blockquote, hr, pre, table, fieldset, article footer, nav {
    margin: 0 0 1.5em 0;
}

article ul {
    margin: 0 0 2em 2em;
    list-style: disc outside;
}

article ol {
    margin: 0 0 2em 2em;
    list-style: decimal outside;
}

article blockquote {
    margin: 0 0 1.25em 2.5em;
    font-family: cambria, georgia, times, serif;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
    padding: 1.19em 1.25em 0;
    font-style: italic;
}

small {
    font-size: 0.6875em;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }

/* CLASSES */
.alignleft {
    float: left;
    clear: left;
    margin: 0.38em 1.62em 0.38em 0;
}

.alignright {
    float: right;
    clear: right;
    margin: 0.38em 0 0.38em 1.62em;
}

.aligncenter {
    margin: 0 auto 1.62em;
    display: block;
}

.grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
  height: 100%;
}

.left{
  float: left;
}

.right{
  float: right;
}

.half{
  width: 50%;
  width: calc(100%/2);
}

.full{
  width: 100%;
}

.third{
   width: 33.33%; width: calc(100%/3);
}

.twothird{
  width: 66.66%;
  width: calc(100%/3*2);
}

.fifth{
  width: 20%;
  width: calc(100%/5);
}

.blue{ background-color: #6dc7ef; }
.pink{background-color: #f2acb7; }
.grey{ background-color: #b9b2a9; }

.bluetxt{ color: #6dc7ef; }
.pinktxt{ color: #f2acb7; }
.greytxt{ color: #b9b2a9; }

.fs{
    margin: 80px 0 0 0 !important;
    width: 100%;
    float: left;
}

    .fs > p{
        font-size: 31px;
        line-height: 36px;
        max-width: 820px;
        margin: 0;
        padding: 0;
    }

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;   
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
}
 
.icon-facebook:before { content: '\e800';} /* '' */
.icon-twitter-bird:before { content: '\e801';} /* '' */
.icon-linkedin-rect:before { content: '\e802';} /* '' */
.icon-instagram-filled:before { content: '\e803'; } /* '' */
.icon-youtube:before { content: '\e804';} /* '' */
.icon-up-open-1:before { content: '\e808'; } /* '' */