

*{
	box-sizing: border-box;
	position: relative;
}


html, body{
	height: 100%
}
body {
	height:100%;
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:1.15rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18539d+0,000000+100 */
	background: #18539d; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #18539d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #18539d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #18539d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18539d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #000;
	margin: 0
}


/* CONT */
#cont{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}


.cont{
	width: 100%;
	max-width: 1060px;
	margin: auto;
	padding: 0 15px;
}


/* ROW */
.row{
	width: 100%;
	float: left
}


/* COL */
.col-left{
	width: 47%;
	float: left;
}

.col-right{
	width: 53%;
	float: right;
	border-left: 1px solid #fff;
	padding-left: 80px;
	box-sizing: border-box;
}


/* MARGIN */
.mt-40{
	margin-top: 40px
}


/* DISPLAY */
.flex-end{
	align-items: flex-end;
	display: flex;

}


/* BORDER */
.border-none{
	border: none;
}


/* TX */
p{
	color: #fff;
	margin:  0 0 15px 0
}

p:last-child{
	margin-bottom: 0
}


/* ICO */
.ico{
	float: left;
	margin:10px 19px 0 0;
}

.ico:before{
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	float: left
}

.ico-vimeo:before{
	background-image: url(../img/ico-vimeo.png);
}
.ico-instagram:before{
	background-image: url(../img/ico-instagram.png);
}
.ico-facebook:before{
	background-image: url(../img/ico-facebook.png);
}
.ico-twitter:before{
	background-image: url(../img/ico-twitter.png);
}

	/* hover */
	.ico:hover:before{
		opacity: .5
	}