/* ---- fonts ---- */


@import url(https://fonts.googleapis.com/css?family=Lato:400,300);


/* ---- commons ---- */


body {
	background: #FFF;
	font-family: 'Lato', sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
}
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}


/* ---- pages ---- */


#gradient {
	position: absolute;
	background: #004150;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
section {
	width: 100%;
	padding-top: 5%;
}
h1 {
	margin: 35px 0px 0px 0px;
	font-size: 55px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: -1px;
}
h2 {
	margin: 35px 0px 0px 0px;
	font-size: 43px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 25px 0px 15px 0px;
	text-align: center;
}


/* ---- links ---- */


a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	-o-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
	-ms-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
	-moz-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
	transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
}
a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
	-o-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
a.footer-link:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
	border-bottom: none;
}


/* ---- social icons ---- */


@font-face {
    font-family: 'si';
    src: url('icons/socicon.eot');
    src: url('icons/socicon.eot?#iefix') format('embedded-opentype'),
         url('icons/socicon.woff') format('woff'),
         url('icons/socicon.ttf') format('truetype'),
         url('icons/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'si';
        src: url('icons/socicon.svg') format('svg');
    }
}
.soc {
    overflow: hidden;
    padding: 0px;
    list-style: none;
}
.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.soc li a {
    font-family: 'si'!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: color 0.5s ease-out, background 0.5s ease-out;
	-ms-transition: color 0.5s ease-out, background 0.5s ease-out;
	-moz-transition: color 0.5s ease-out, background 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out, background 0.5s ease-out;
	transition: color 0.5s ease-out, background 0.5s ease-out;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding-left: 1px;
    font-size: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 12px;
    color: #FFF;
    background-color: none;
    border: 1px solid #FFF;
}
.soc a:hover {
    z-index: 2;
    color: #ffb3b3;
    background-color: #FFF;
}
.soc-icon-last{
    margin:0 !important;
}
.soc-facebook {
    background-color: none;
}
.soc-facebook:before {
    content:'b';
}
.soc-instagram {
    background-color: none;
}
.soc-instagram:before {
    content:'x';
}
.soc-twitter {
    background-color: none;
}
.soc-twitter:before {
    content:'a';
}
.soc-google {
    background-color: none;
}
.soc-google:before {
    content:'c';
}
.soc-linkedin {
    background-color: none;
}
.soc-linkedin:before {
    content:'j';
}


/* ---- responsive ---- */


/* ---- large desktop ---- */


@media (min-width: 1200px) {

}


/* ---- desktop ---- */

@media (min-width: 992px) and (max-width: 1199px) {

	.container {
		padding: 0px 6%;
	}
	h1 {
		margin: 35px 0px 0px 0px;
		font-size: 55px;
		line-height: 70px;
		font-weight: 300;
		letter-spacing: -1px;
	}
	h2 {
		margin: 35px 0px 0px 0px;
		font-size: 43px;
		line-height: 60px;
		font-weight: 300;
		letter-spacing: -1px;
	}

}


/* ---- tablet ---- */

@media (min-width: 768px) and (max-width: 991px) {

	.container {
		padding: 0px 4%;
	}
	section {
		padding-top: 4%;
	}

}


/* ---- phone ---- */

@media (max-width: 767px) {

	.container {
		padding: 0px 5%;
	}
	.navbar-header {
		width: 100%;
		margin: 0px!important;
	}
	section {
		padding-top: 0%;
	}
	h1 {
		margin: 20px 0px 0px 0px;
		font-size: 30px;
		line-height: 45px;
		font-weight: 300;
		letter-spacing: -1px;
	}
	h2 {
		margin: 20px 0px 0px 0px;
		font-size: 25px;
		line-height: 40px;
		font-weight: 300;
		letter-spacing: -1px;
	}
	footer {
		font-size: 13px;
		line-height: 20px;
	}

}


/* ---- smaller ---- */

@media (max-width: 480px) {

}
