@media (max-width: 1024px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

/* Flexible iFrame */

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-left: 10px;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
}

.form-control-feedback {
	position: relative;
	display: inline;
	top: 0;
	line-height: 14px;
}

a {
	cursor: pointer;
}
.presentation {
	background: #949499;
	position: relative;
	padding-bottom: 0px;
	height: 100vh;
}

#button_go_content {
	position: absolute;
	bottom: 3%;
	right: 6%;
	width: 20vh;
	height: 20vh;
	border-radius: 20vh;
	z-index: 3;
}

#icon_go_content {
	position: relative;
	font-size: 20vh;
	-webkit-animation: icon_color 1s infinite linear alternate;
	-moz-animation: icon_color 1s infinite linear alternate;
	-ms-animation: icon_color 1s infinite linear alternate;
	animation: icon_color 1s infinite linear alternate;
}

#button_go_head {
	position: relative;
	left: 22px;
	width: 51px;
	height: 51px;
	border-radius: 51px;
	z-index: 3;
}

#icon_go_head {
	position: relative;
	font-size: 40px;
	margin-top: -5px;
	-webkit-animation: icon_color 1s infinite linear alternate;
	-moz-animation: icon_color 1s infinite linear alternate;
	-ms-animation: icon_color 1s infinite linear alternate;
	animation: icon_color 1s infinite linear alternate;
}

@media (min-width: 1024px) {
	#button_go_head {
		position: absolute;
		margin-left: 140px;
		width: 51px;
		height: 51px;
		border-radius: 51px;
		z-index: 3;
	}

	#icon_go_head {
		position: relative;
		margin-top: -5px;
		font-size: 40px;
		-webkit-animation: icon_color 1s infinite linear alternate;
		-moz-animation: icon_color 1s infinite linear alternate;
		-ms-animation: icon_color 1s infinite linear alternate;
		animation: icon_color 1s infinite linear alternate;
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes icon_color {
from {
	color: white;
}
to {
	color: black;
}
}
/* Chrome, Safari, Opera */
@-moz-keyframes
icon_color {from {
	color: white;
}
to {
	color: black;
}
}
/* Chrome, Safari, Opera */
@-ms-keyframes
icon_color {from {
	color: white;
}
to {
	color: black;
}
}

/* Standard syntax */
@keyframes
icon_color {from {
	color: white;
}
to {
	color: black;
}
}

.presentation_image {
	position: relative;
	width: 50vh;
	height: 50vh;
	z-index: 2;
	left: -moz-calc(50% - 25vh);
	left: -webkit-calc(50% - 25vh);
	left: calc(50% - 25vh);
}

.presentation_tittle {
	position: relative;
	color: #00A300;
	font-size: 8vw;
	text-align:center;
}

.presentation_text {
	position: relative;
	color: white;
	font-size: 2vw;
	top: 5vh;
	text-align: center;
}

/*DataTables*/
.odd {
	background-color: #f9f9f9;
}

.sidebar .found_search {
	right: 0;
	position: absolute;
	bottom: 0;
	padding-right: 3px;
	visibility: hidden
}

.highlight {
	color: white;
	background-color: rgba(255,20,0,0.5);
	z-index: 100000;
	padding: 3px;
	border: 1px solid red;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.circular {
	width: 20vw;
	height: 20vw;
	border-radius: 10vw;
	-webkit-border-radius: 10vw;
	-moz-border-radius: 10vw;
	display: block;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.row-xs-flex-center {
    display:flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
        align-items:center;
    }
}