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, 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, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html{
    height: 100%;
}
body {
    background: #3681af;
    font-family: 'Mina', sans-serif;
    min-height: 100%;
}

.block {
    text-align: center;
}

.block:before {
    content: '';
    display: inline-block;
    height: 80%; 
    vertical-align: middle;
    margin-right: -0.25em; 
}

.centered {
    margin-top: 15%;
	margin-bottom: 15%;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.centered p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.centered h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 100;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    .centered h1 {
        font-size: 48px;
    }
}

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.btn{
    
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    border: 1px solid #FFF;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
}

a{
    
    padding-right: 52px !important;
    color: #FFF;
    line-height: 40px;
    font-weight: 300;
    padding: 0px 32px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}



a:before, a:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 35px;
    top: 50%;
    width: 0;
}

a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


