@charset "UTF-8";

/*
Theme Name: Easy2Stake
Author: 30Creative
Author URI: https://30creative.ro/
Description: Custom theme for Easy2Stake website
Version: 1.0
Tags: stake
*/

/* General */

@font-face {
	font-family: 'Gesta'; 
	src        : url('fonts/Gesta-Light.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'Gesta'; 
	src        : url('fonts/Gesta.otf');
	font-weight: 400;
}
@font-face {
	font-family: 'Gesta'; 
	src        : url('fonts/Gesta-Medium.otf');
	font-weight: 500;
}
@font-face {
	font-family: 'Gesta'; 
	src        : url('fonts/Gesta-Bold.otf');
	font-weight: 700;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Gesta', monospace !important;
	font-size: 20px !important;
}
body {
	color: #002533 !important;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	background: #F6F7F4;
}
input, textarea {
	font-family: 'Gesta', monospace !important;
	border-radius: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #09F595;
	transition: 0.2s;
}
a:hover, a:focus {
	color: #002533;
}
p {
	margin: 0;
}
b, strong {
	font-weight: bold !important;
}
button {
	line-height: 24px;
	border: 0;
	border-radius: 0;
	font-family: 'Gesta', monospace !important;
	font-weight: 700;
	background: #09F595;
	padding: 16px 32px;
	color: #002533;
	text-transform: uppercase;
}
.clear{
	clear: both;
}

h1 {
	font-family: 'Gesta', monospace !important;
	font-weight: 700;
	font-size: 2.53rem;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
h2 {
	font-family: 'Gesta', monospace !important;
	font-weight: 700;
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 48px;
}
h3 {
	font-family: 'Gesta', monospace !important;
	font-weight: 700;
	font-size: 1.32rem;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
h4 {
	font-family: 'Gesta', monospace !important;
	font-weight: 700;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 100%;
}



/*#wrapper {
	position: relative;
	transition: 0.7s;
	left: 0;
}
#wrapper.menu-opened {
	left: -80%;
    overflow-y: hidden;
}*/

#wrapper.menu-opened .navigation {
	right: 0;
}


/* Header */
header {
	padding: 25px 0;
	position: relative;
	background: #002533;
	z-index: 4;
}
.page-template-homepage header {
	background: none;
}
header.fixed, .page-template-homepage header.fixed {
	position: fixed;
	top: -100%;
	background: #002533;
	width: 100%;
	transition: 0.5s;
}
.header-fixed header.fixed {
	top: 0;
	z-index: 223;
}
header .navigation-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo img {
	max-height: 100%;
}
header .navigation {
	display: flex;
	justify-content: space-between;
}

header .menu-toggle {
	position: absolute;
	right: 0;
	width: 48px;
	height: 48px;
	background: #09F595;
	display: none;
	font-size: 24px;
    line-height: 48px;
	text-align: center;
	z-index: 2;
}
header .menu-toggle .fa-bars, header .menu-toggle .fa-times {
	display: none;
	width: 48px;
	line-height: 48px;
}
header .menu-toggle .fa-bars {
	display: block;
}

header nav {
	position: relative;
	z-index: 2;
}
header nav ul {
	
}
header nav ul li {
	float: left;
	margin-left: 32px;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li a, header nav ul li a:focus {
	color: #09F595;
}
header nav ul li a:hover, header nav ul li.active.operated_networks a:hover {
	color: #ffffff;
}

header nav ul li.dashboard a {
	line-height: 24px;
	font-weight: 700;
	background: #09F595;
	padding: 16px 32px;
	color: #002533;
	text-transform: uppercase;
}

header nav ul li.active a {
	color: #ffffff;
}
header nav ul li.active.operated_networks a {
	color: #09F595;
}

header .navigation .get-in-touch {
	position: absolute;
	background: #002533;
	padding: 50px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	display: none;
}
header .navigation .get-in-touch .title {
	margin-bottom: 30px;
}
header .navigation .get-in-touch .social_media a {
	margin: 0 15px;
}


/* Home page */

.header-slider {
	/*background: url('images/background_slider.png') no-repeat center center;
	background-size: cover;*/
	position: relative;
	background: #05141F;
	overflow: hidden;
}

.header-slider .room {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.header-slider .bull {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	z-index: 3;
}


/* Slider (Bull) section */

section.slider {
	/* padding-bottom: 160px;
	padding-top: 116px; */
	position: relative;
	z-index: 2;
}
section.slider .headline-bull {
	display: flex;
}
section.slider .headline-bull .headline {
	width: 50%;
}
section.slider .headline-bull .headline h1 {
	font-size: calc(16px + 3vh + 2vw);
	color: #ffffff;
}
section.slider .headline-bull .headline h1 span {
	color: #09F595;
	font-style: italic;
}
section.slider .headline-bull .headline h1 span.space {
	letter-spacing: -15px;
}
section.slider .headline-bull .headline p {
	line-height: 24px;
	color: #ffffff;
	/* padding: 40px 0; */
}
section.slider img {
	width: 100%;
}

/* END Slider (Bull) section */


/* Infrastructure section */

section.infrastructure {
	padding: 120px 0;
	text-align: center;
}
section.infrastructure h2 {
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
}
section.infrastructure .infrastructure_animation {
	
}
section.infrastructure .details {
	text-align: left;
	padding-top: 150px;
}
section.infrastructure .details .detail.detail2 {
	margin-top: 70%;
}
section.infrastructure .details .detail.detail3 {
	margin-top: 70%;
}
section.infrastructure .details .detail.detail4 {
	margin-top: 70%;
}
section.infrastructure .details .detail.detail5 {
	margin-top: 70%;
}
section.infrastructure .details .detail.detail6 {
	margin-top: 70%;
}
section.infrastructure .details .detail .title {
	font-weight: 700;
}
section.infrastructure .details .detail{
	transition: 0.3s linear color;
}

/* END Infrastructure section */


/* Benefits section */

section.benefits {
	background: #D2FAE0;
	padding: 170px 0 100px;
	text-align: center;
}
section.benefits .icon {
	margin-bottom: 40px;
}
section.benefits .title {
	font-weight: 700;
	margin-bottom: 10px;	
}
section.benefits .text {
	margin-bottom: 60px;
}

/* END Benefits section */


/* Skin in the game section */

section.skin_in_the_game {
	background: #F6F7F4;
	padding: 160px 0;
	overflow: hidden;
}
section.skin_in_the_game h2 {
	margin-bottom: 10px;
}
section.skin_in_the_game p {
	margin-bottom: 10px;
}
section.skin_in_the_game .game_board_animation {
	position: relative;
	width: 100%;
	height: 100%;
}
section.skin_in_the_game #game_board {
	position: absolute;
	left: -25%;
    top: -25%;
	width: 150%;
	height: 150%;
}

/* END Skin in the game section */


/* Supported networks section */

section.supported_networks {
	padding: 120px 0 24px;
	text-align: center;
	background: #ffffff;
}
section.supported_networks .networks {
	margin-top: 120px;
}
section.supported_networks .networks.mobile-only {
	display: none;
}

section.supported_networks .networks.mobile-only .slider {
	padding: 0 75px;
	position: relative;
}
section.supported_networks .networks .slider .prev {
	position: absolute;
	left: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}
section.supported_networks .networks .slider .next {
	position: absolute;
	right: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}


section.supported_networks .networks .network {
	padding-bottom: 40px;
	margin-bottom: 20px;
}
section.supported_networks .networks.destkop-only .network:hover {
	box-shadow: 0px 100px 80px rgba(27, 43, 49, 0.07), 0px 41.7776px 33.4221px rgba(27, 43, 49, 0.0503198), 0px 22.3363px 17.869px rgba(27, 43, 49, 0.0417275), 0px 12.5216px 10.0172px rgba(27, 43, 49, 0.035), 0px 6.6501px 5.32008px rgba(27, 43, 49, 0.0282725), 0px 2.76726px 2.21381px rgba(27, 43, 49, 0.0196802);
}
section.supported_networks .networks .network .logo {
	text-align: center;
}
section.supported_networks .networks .network .logo img {
	display: inline-block;
	max-height: 70px;
	max-width: 100%;
}
section.supported_networks .networks .network .name {
	font-weight: 700;
	margin-top: 20px;
}
section.supported_networks .networks .network a {
	opacity: 0;
	display: block;
	margin-top: 40px;
}
section.supported_networks .networks .network:hover a {
	opacity: 1;
}


/* END Supported networks section */


/* Latest blog section */

section.latest_blog {
	padding: 120px 0 142px;
	background: #ffffff;
}
section.latest_blog h2, section.latest_blog p {
	text-align: center;
}
section.latest_blog .slider {
	margin-top: 80px;
	padding: 0 75px;
	position: relative;
}

section.latest_blog .slider .slick-track {
	display: flex !important;
}

section.latest_blog .slider .slick-slide {
    height: inherit !important;
}

section.latest_blog .post {
	background: #F6F7F4;
	margin: 0 14px;
	height: 100%;
	position: relative;
	padding-bottom: 130px;
	cursor: pointer;
	border: 2px solid #f6f7f4;
	height: 100%;
}
section.latest_blog .post .image {
	height: 290px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
section.latest_blog .post .image img {
	width: 100%;
}
section.latest_blog .post .details {
	padding: 0 30px 0;	
}
section.latest_blog .post .details .title {
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	height: 90px;
	display: flex;
	margin-bottom: 20px;
	transition: 0.3s;
}
section.latest_blog .post:hover .details .title {
	color: #09F595;
}
section.latest_blog .post .details .title span {
	align-self: flex-end;
}
section.latest_blog .post button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

section.latest_blog .slider .prev {
	position: absolute;
	left: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}
section.latest_blog .slider .next {
	position: absolute;
	right: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}

/* END Latest blog section */


/* FAQ section */

section.faq {
	padding: 200px 0 160px;
	background: #D2FAE0;
}
section.faq h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 120px;
}
section.faq img {
	max-width: 100%;
}
section.faq .question {
	padding: 20px 60px 20px 20px;
	border: 1px solid #002533;
	margin-bottom: 40px;
	background: url('images/plus.svg') no-repeat calc(100% - 20px) 20px;
	cursor: pointer;
}
section.faq .question.opened {
	background: url('images/minus.svg') #ffffff no-repeat calc(100% - 20px) 30px;
}
section.faq .question .title {
	font-weight: 700;
}
section.faq .question .answer {
	padding-top: 10px;
	display: none;
}

/* END FAQ section */


/* Testimonials section */

section.testimonials {
	padding: 110px 0 120px;
	background: #F6F7F4;
	text-align: center;
}
section.testimonials .slider {
	position: relative;
	padding: 0 120px;
	margin-top: 40px;
}
section.testimonials .slider .slider-content {
	overflow-x: hidden;
}
section.testimonials .slider .prev {
	position: absolute;
	left: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}
section.testimonials .slider .next {
	position: absolute;
	right: 0;
	width: 60px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}
section.testimonials .slider .testimonial {
	float: left;
}
section.testimonials .slider .testimonial .text {
	font-style: italic;
}
section.testimonials .slider .testimonial .author {
	font-size: 24px;
	line-height: 36px;
	color: #33CC99;
	font-weight: 700;
	margin-top: 40px;
}
section.testimonials .slider .testimonial .job_title {
	font-weight: 700;
}

/* END Testimonials section */


/* Partners section */

section.partners {
	padding: 120px 0;
	background: #ffffff;
}
section.partners .logo_partners {
	display: flex;
	align-items: center;
	justify-content: center;
}
section.partners .logo_partners img {
	/* margin: 0 70px; */
}

/* END Partners section */


/* END Home page */




section.mainimage img {
	width: 100%;
}



/* About Us / Team page */

section.about-us-slider {
	position: relative;
}
section.about-us-slider .slider-text {
	position: absolute;
	bottom: 90px;
	color: #ffffff;
	left: 0;
	right: 0;
}
section.about-us-slider .slider-text h1 {
	font-size: 120px;
	color: #33CC99;
	line-height: 100%;
	text-align: right;
	font-weight: 900;
	margin-right: 18px;
	max-width: 500px;
	float: right;
}
section.about-us-slider .slider-text .slider-text-details {
	margin-top: 155px;
	margin-left: 18px;
	max-width: 350px;
}

section.team h1 {
	font-size: 120px;
	font-weight: 900;
}

section.team {
	margin-top: 209px;
}
section.team .member {
	position: relative;
	margin-bottom: 40%;
}
section.team .member.even {
	margin-top: -60%;
}
section.team .member.odd {
	margin-top: 20%;
}
section.team .member.odd.first {
	margin-top: 0;
}
section.team .member .image {
	width: 55%;
}
section.team .member .image img {
	width: 100%;
}
section.team .member .details {
	padding: 30px;
	background: #002533;
	color: #ffffff;
	position: relative;
	width: 50%;
	left: 45%;
	margin-top: -40%;
}
section.team .member .details .name {
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
}
section.team .member .details .job_title {
	color: #33CC99;
	margin-bottom: 20px;
}

/* END Team page */


/* Press kit page */

section.press_kit {
	padding: 120px 0 240px;
}
section.press_kit .image {
	text-align: center;
	margin-top: 60px;
}
section.press_kit h1 {
	font-size: 120px;
	font-weight: 700;
	margin-bottom: 40px;
}
section.press_kit p {
	margin-bottom: 24px;
}
section.press_kit button {
	margin-top: 36px;
}

/* END Press kit page */


/* Blog */

section.blog {
	padding: 60px 0 120px;
}
section.blog h1 {
    margin-bottom: 45px;
    font-size: 3.75rem;
    line-height: 150%;
}
section.blog .post-container {
	padding: 15px 0;
	height: 100%;
}
section.blog .post {
	background: #ffffff;	
	height: 100%;
	position: relative;
	padding-bottom: 130px;
	cursor: pointer;
	height: 100%;
}
section.blog .post .image {
	height: 290px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
section.blog .post .image img {
	width: 100%;
}
section.blog .post .details {
	padding: 0 30px 0;	
}
section.blog .post .details .title {
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	height: 90px;
	display: flex;
	margin-bottom: 20px;
	transition: 0.3s;
}
section.blog .post:hover .details .title {
	color: #09F595;
}
section.blog .post .details .title span {
	align-self: flex-end;
}
section.blog .post button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

/* END Blog */


/* Page not found */

section.not-found {
	padding: 120px 0;
}

section.not-found button {
	margin-top: 60px;
}

/* END Page not found */


/* General Page */

section.page_content {
	padding: 120px;
}
section.page_content h1 {
	margin-bottom: 18px;
	font-size: 3.75rem;
	line-height: 150%;
}
section.page_content h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px;
}

/* END General Page */


/* Single Networks */

section.logo-info-address {
	padding: 60px 0;
}
section.logo-info-address .logo-info {
	display: flex;
	align-items: center;
}
section.logo-info-address .logo-info .logo {
	margin-right: 30px;
}
section.logo-info-address .logo-info .logo img {
	max-height: 70px;
	width: 100%;
}
section.logo-info-address .logo-info .name-info {

}
section.logo-info-address .logo-info .name-info .name {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
}
section.logo-info-address .logo-info .name-info .name h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	display: inline-block;
}
section.logo-info-address .logo-info .name-info .name span {
	color: #33CC99;
	padding-left: 10px;
}
section.logo-info-address .logo-info .name-info .info span.separator {
	color: #33CC99;
}

section.logo-info-address .address-guide {
	display: flex;
	padding-left: 30px;
}
section.logo-info-address .address-guide .address {
	display: flex;
	width: 100%;
}
section.logo-info-address .address-guide .address input {
	width: 100%;
	border-left: 2px solid #09F595;
	border-top: 2px solid #09F595;
	border-bottom: 2px solid #09F595;
	border-right: 0;
	padding: 0 20px;
	font-size: 14px;
	height: 70px;
	outline: none;
}
section.logo-info-address .address-guide .address sbutton {
	height: 70px;
	padding: 0 30px;
}
section.logo-info-address .address-guide button.guide {
	margin-left: 15px;
}
section.details {
	padding: 0 0 60px;
}
section.details .detail {
	background: #ffffff;
	display: flex;
	align-items: center;
	height: 100%;
}
section.details .detail.big {
	flex-direction: column;
	justify-content: center;
}
section.details .detail.small {
	justify-content: space-between;
	height: 60px;
	padding: 0 20px;
	margin-bottom: 30px;
}
section.details .detail.small:last-child {
	margin-bottom: 0;
}
section.details .detail .icon {
	height: 60px;
	width: 60px;
	position: relative;
	margin: 0 auto 20px;
}
section.details .detail .icon img {
	max-width: 100%;
	max-height: 100%;
}
section.details .detail .value {
	font-weight: 700;
}
section.details .detail.big .value {
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 10px;
}

section.temp-intro .mechanic {
	background: #ffffff;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	height: 60px;
	padding: 0 20px;
	margin-bottom: 30px;
}
section.temp-intro .mechanic .value {
	font-weight: 700;
}


section.mechanics {
	padding: 60px 0 100px;
}
section.mechanics h2 {
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
section.mechanics .mechanic {
	background: #ffffff;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	height: 60px;
	padding: 0 20px;
	margin-bottom: 30px;
}
section.mechanics .mechanic .value {
	font-weight: 700;
}

section.about {
	background: #ffffff;
	padding: 60px 0;
}
section.about h2 {
	line-height: 40px;
	padding-bottom: 40px;
}

.single-networks section.faq {
	padding: 120px 0;
	background: transparent;
}
section.faq h2 {
	text-align: left;
	padding-bottom: 40px;
}

section.how_to_stake {
	background: #ffffff;
	padding: 60px 0;
}

section.api-reward-calculator {
	padding: 60px 0 100px;
}


section.how_to_stake figure div {
	max-width: 100%;
	width: fit-content;
	margin: 20px auto;
}

section.how_to_stake img {
	width: fit-content;
	max-width: 100%;
	height: auto;
}

section.how_to_stake a {
	overflow-wrap: break-word;
}

/* Footer */

footer {
	color: #ffffff;
}
footer section.newsletter {
	background: #006666;
	padding: 178px 0;
	text-align: center;
}
footer section.newsletter .title {
	color: #33CC99;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
footer section.newsletter .subtitle {
	max-width: 730px;
	width: 100%;
	margin: auto;
}
footer section.newsletter .input {
	max-width: 474px;
	width: 100%;
	margin: auto;
	display: flex;
	margin-top: 64px;
}
footer section.newsletter .input input {
	padding: 0 16px;
	height: 56px;
	line-height: 56px;
	border: 0;
	width: 100%;
}
footer section.newsletter .note {
	max-width: 474px;
	width: 100%;
	margin: auto;
	font-size: 12px;
	color: #33CC99;
	text-align: left;
	line-height: 16px;
	margin-top: 16px;
}

footer section.menus {
	background: #002533;
	padding: 120px 0;
}
footer section.menus .title {
	text-transform: uppercase;
	margin-bottom: 60px;
}
footer section.menus ul li {
	margin-top: 20px;
}
footer section.menus a:hover {
	color: #ffffff;
}
footer section.menus .social_media {
	margin-top: 40px;
}
footer section.menus .social_media a {
	margin-left: 30px;
}
footer section.menus .social_media a:first-child {
	margin-left: 0;
}

footer section.privacy_terms_cookies {
	background: #00202D;
	padding: 40px 0;
}
footer section.privacy_terms_cookies ul {
	display: flex;
	justify-content: center;
}
footer section.privacy_terms_cookies ul li {
	margin: 0 20px;
}
footer section.privacy_terms_cookies ul li a {
	color: #006666;
}

/* END Footer */


@media (min-width: 2000px){
	section.slider .headline-bull {
		padding-bottom: 8.5vw!important;
		padding-top: 8.5vw!important;
	}
	section.slider .headline-bull .headline h1 {
		font-size: 120px;
	}
}

@media (min-width: 1720px) and (max-width: 2000px){
	section.slider .headline-bull {
		padding-bottom: 7vw !important;
		padding-top: 7vw !important;
	}
}

@media (min-width: 1367px) and (max-width: 1720px) {
	section.slider .headline-bull {
		padding-bottom: calc(13vw - 116px) !important;
		padding-top: calc(13vw - 160px) !important;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	section.team .member.even {
		margin-top: -70%;
	}
	section.team .member.odd {
		margin-top: 10%;
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {	
	section.slider .headline-bull .headline {
		width: 60%;
		margin-left: -20px;
	}
	section.slider .headline-bull{
		padding-bottom: 10px;
		padding-top: 20px;
	}
	section.slider .headline-bull .headline p {
		letter-spacing: 1px;
		word-spacing: -3px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {	
	section.slider .headline-bull .headline {
		width: 60%;
		margin-left: 20px;
	}
	
	section.team .member.even {
		margin-top: -90%;
	}
	section.team .member.odd {
		margin-top: 0;
	}
}


@media (max-width: 991px) {
	
	.animation_container {
		position: relative;
		padding-top: 114px;
	}
	section.slider .headline-bull{
		padding-top: calc(100vw * 1 / 3);
	}
	section.slider .headline-bull .headline{
		width: 100%;
	}

	section.slider .headline-bull .headline h1 span.space {
		letter-spacing: -5px;
	}
	
	section.skin_in_the_game {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	section.skin_in_the_game .col-lg-5 {
		text-align: center;
	}
	section.skin_in_the_game .col-lg-5 p {
		padding: 0px 15px;
	}
	section.skin_in_the_game #game_board {
		width: 100%;
		height: auto;
		position: unset;
		padding-bottom: 30px;
	}
	
	section.supported_networks .networks.mobile-only {
		display: block;
	}
	section.supported_networks .networks.desktop-only {
		display: none;
	}
	section.supported_networks .networks.mobile-only .network a {
		opacity: 1;
	}
	
	section.about-us-slider .slider-text h1 {
		font-size: 90px;
	}
	section.about-us-slider .slider-text .slider-text-details {
		margin-top: 120px;
	}
	section.team {
		margin-top: 80px;
	}
	section.team h1 {
		margin-bottom: 60px;
	}
	section.team .member.odd, section.team .member.even {
		margin-top: -30%;
	}
	section.team .member.odd.first {
		margin-top: 0;
	}
	
	section.logo-info-address .address-guide {
		padding-left: 0;
		padding-top: 30px;
	}
	section.details .detail.big {
		margin-bottom: 30px;
		height: auto;
		padding: 50px 0 40px;
	}
	
	footer section.menus .social_media a {
		margin-lefT: 10px;
	}
	
}

@media (max-width: 767px) {
	
	body {
		padding-top: 48px;
	}
	header {
		padding: 8px 0;
		position: fixed;
		top: 0;
		width: 100%;
		background: #002533;
	}
	.page-template-homepage header {
		background: #002533;
	}
	header.fixed, .page-template-homepage header.fixed {
		display: none;
	}
	header .logo {
		height: 32px;
		margin-left: 12px;
	}
	
	header .navigation {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1;
		background: #09F595;
		display: none;
	}
	header .navigation.opened {
		display: block;
	}
	header nav ul li {
		float: none;
		margin: 0 0 60px;
		text-align: center;
		width: 100%;
	}
	header .navigation nav {
		padding-top: 60px;
		width: 100%;
	}
	header nav ul li a, header nav ul li.active a {
		color: #002533;
	}
	header .menu-toggle {
		display: block;
	}
	
	header .navigation .get-in-touch {
		display: block;
	}
	
	header .menu-toggle.opened {
		position: fixed;
	}
	header .menu-toggle.opened .fa-bars {
		display: none;
	}
	header .menu-toggle.opened .fa-times {
		display: block;
	}
	
	section.infrastructure .row:last-child {
		position: relative;
	}
	section.infrastructure .row:last-child .col-md-6:first-child {
		position: absolute;
		top: 0;
		left: 0;
		/* background-color: white; */
		z-index:2;
	}
	section.faq h2 {
		text-align: center;
	}
	section.faq img {
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: block;
	}
	section.testimonials .slider, section.latest_blog .slider {
		padding: 0;
	}
	section.testimonials .slider .prev, section.testimonials .slider .next, section.latest_blog .slider .prev, section.latest_blog .slider .next {
		display: none !important;
	}
	
	section.about-us-slider .slider-text {
		position: relative;
		bottom: 0;
		color: #ffffff;
		padding: 80px 0;
		background: #002533;
	}
	section.about-us-slider .slider-text h1 {
		color: #ffffff;
		text-align: left;
		margin: 0;
		font-size: 48px;
		max-width: none;
		float: none;
	}
	section.about-us-slider .slider-text .slider-text-details {
		margin: 30px 0 0;
	}
	
	section.team .member .details {
		width: 55%;
	}
	
	section.press_kit {
		padding: 60px 0 120px;
	}
	section.press_kit h1 {
		font-size: 48px;
	}
	
	section.page_content {
		padding: 80px 0;
	}
	section.page_content h1 {
		font-size: 3rem;
	}
	
	
	footer section.newsletter .input {
		display: block;
	}
	footer section.newsletter .input button {
		width: 100%;
		margin-top: 15px;
	}	
	footer section.menus {
		padding-left: 20px;
		padding-right: 20px;
	}	
	footer section.menus .title {
		margin-top: 60px;
		margin-bottom: 40px;
	}	
	footer section.privacy_terms_cookies ul {
		display: block;
	}
	footer section.privacy_terms_cookies ul li {
		margin: 40px 20px;
	}
	
}


@media (max-width: 575px) {
	
	.header-slider .animation_container {
		width: 150%;
		margin-left: -52vw;
	}
	section.slider .button-find-more {
		width: 100%;
	}
	section.slider .col-12 {
		padding-top: 30px;
	}
	section.logo-info-address .address-guide {
		display: block;
	}
	section.logo-info-address .address-guide button.guide {
		margin-top: 15px;
		margin-left: 0;
		width: 100%;
	}
	
}