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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin : 0;
    padding: 0;
}

html {
/*
    width: 100%;
    height: 100%;
*/
}

body {
    width: 100%;
    height: 100%;
    font-family: 'arialregular';
    font-size: 16px;
	font-weight: 400;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-image: url(assets/images/bg1.jpg);
}

h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}

#inner-body {
	display: flex;
	flex-flow: column;
	height: 100vh;
	overflow: hidden;
	justify-content: space-between;
}

.container {
	position: relative;
	padding: 25px;
}

a { 
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

#logo {
	max-width: 100%;
	width: auto;
}

#logo img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	flex: 1 1 0;
	overflow: hidden;
}

main > .container {
/*
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
*/
	overflow: hidden;
	height: 100%;
}

.main-wrap {
	color: #fff;
	text-align: center;
	overflow: hidden;
	height: 100%;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-wrap #links-main{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.main-wrap #links-main .link-main {
	font-size: 2em;
	padding: 20px;
	background: #ffbe00;
	color: #fff;
	border-radius: 5px;
	box-shadow: -10px 5px 0 #fff;
	margin:0 0 0 30px;
	width: 250px;
}

.main-wrap #links-main .link-main:last-child {
	background: #ff1e00;
}

.main-wrap #links-main .link-main:hover {
	box-shadow: 0 0 0 #fff;
	-webkit-transform: translate(-10px, 5px);
	-ms-transform: translate(-10px, 5px);
	-o-transform: translate(-10px, 5px);
	transform: translate(-10px, 5px);
}



.content {
	max-width: 1600px;
	margin: auto;
	font-size: 1em;
	height: 100%;
	width: 100%;
	position: relative;
}


.wrapper-video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
}

.content video {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}



/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

#site-footer {

}

#site-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#credits {
	color: #fff;
	font-size: 0.7em;
}

#credits a{
	color: #fff;
	box-shadow: 0 1px 0px transparent;
}

#credits a:hover{
	box-shadow: 0 1px 0px #fff;
}

#rs-footer {
	display: flex;
}

#rs-footer #list-rs {
	display: flex;
	list-style: none;
}

#rs-footer #list-rs li{
	margin: 5px;
}


#rs-footer .link-rs {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	height: 30px;
	width: 30px;
	border-radius: 5px;
}


#rs-footer .link-rs:hover {
	background: #ffbe00;
	color: #fff;
}
/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1023px) {
	body {font-size: 0.9em;}
	
	.main-wrap #links-main .link-main {width: 300px; margin: 0 0 0 25px;}
	.main-wrap #links-main .link-main:nth-child(odd){margin: 0 25px 0 0;}
	
	
}

@media screen and (max-width: 767px) {
	#masthead > .container {display: flex; justify-content: center;}
	#logo {max-width: 300px;}
	
	h1 {font-size: 2em;}
	.main-wrap {padding: 25px;}
	.main-wrap #links-main .link-main {width: 200px;}
	.main-wrap #links-main  {margin-top: 30px;}
	
	#site-footer .container {flex-flow: column;}
	#credits { text-align: center;}
	#rs-footer {margin-top: 10px;}
}

@media screen and (max-width: 567px) {
	#logo {max-width: 250px;}
	
	.main-wrap {padding:  0;}
	.main-wrap #links-main .link-main {padding: 15px;}
	.main-wrap #links-main .link-main {width: 150px; margin: 0 0 0 20px;}
	.main-wrap #links-main .link-main:nth-child(odd){margin: 0 20px 0 0;}
	.main-wrap #links-main {margin-top: 20px;}
}

@media screen and (max-width: 450px) {
	.container {padding: 10px;}
	
	.main-wrap #links-main { margin-top: 10px;}
	.main-wrap #links-main {flex-flow: column; align-items: center;}
   .main-wrap #links-main .link-main {width: calc(100% - 20px); margin: 5px 0; padding: 10px;}
	.main-wrap #links-main .link-main:nth-child(odd){margin: 10px 0;}
}

@media screen and (max-width: 400px) {

}