@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]
0. 1800px
1. 1680px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 667px
11. 600px
12. 539px
13. 479px
14. 400px

******************************/


@media only screen and (min-width: 1800px)
{	

}

@media only screen and (min-width: 1600px) and (max-width: 1800px)
{
	*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/background3.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.logo_container img {
    max-width: 210px; 
    max-height: 210px;
}

.languages
{
	top:0;
	margin-left:45%;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }


.main_nav
{
	margin-right: 40%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
}

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 35px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:23px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 9px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}
.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}


}

@media only screen and (min-width: 1450px) and (max-width: 1600px)
				   and (max-height: 850px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:62%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 175px; 
    max-height: 175px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:10%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.contact_form_container
{
	margin-top: 50px;
}
.input_field
{
	height: 35px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 10px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 148px;
    height: 45px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 12px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}



.footer_social_container
{
	display: inline-block;
	float:right;
	margin-top:-5%;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}

.footer_social img
{
	max-width:40px;
}

.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

}

@media only screen and (min-width: 1450px) and (max-width: 1600px)
				   and (min-height: 850px) and (max-height: 950px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:62%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 175px; 
    max-height: 175px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:15%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 40px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 55px;
}
.input_field
{
	height: 35px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 42px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

	
}



@media only screen and (min-width: 1450px) and (max-width: 1600px)
				   and (min-height: 950px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:62%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 190px; 
    max-height: 190px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 75px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

	
}

@media only screen and (min-width: 1400px) and (max-width: 1450px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 190px; 
    max-height: 190px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

}

@media only screen and (min-width: 1350px) and (max-width: 1400px)
				   and (max-height: 670px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 170px; 
    max-height: 170px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:8%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.contact_form_container
{
	margin-top: 15px;
}

.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 145px;
    height: 40px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 12px;
	border-radius: 5px;
}

.contact_submit_btn
{
		text-align: center;
}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 2%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 8px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}


.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: none;
	visibility:hidden;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-height:28px;
	max-width:28px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

}

@media only screen and (min-width: 1350px) and (max-width: 1400px)
				   and (min-height: 670px) and (max-height: 800px)
{

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 180px; 
    max-height: 180px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:10%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.contact_form_container
{
	margin-top: 42px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 34px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 4%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}


.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-height:28px;
	max-width:28px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

}

@media only screen and (min-width: 1350px) and (max-width: 1400px)
				   and (min-height: 800px) and (max-height: 900px)
{

body {
	background-image: url('../img/background3.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 180px; 
    max-height: 180px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
	margin-top: -15px;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-width:45px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}
	
}

@media only screen and (min-width: 1350px) and (max-width: 1400px)
				   and (min-height: 900px)
{
body {
	background-image: url('../img/background3.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 190px; 
    max-height: 190px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
	margin-top: -15px;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-width:45px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1350px)
{
	

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 180px; 
    max-height: 180px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:19px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}


.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
8. Contact Form
*********************************/

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

	

/*********************************
10. Contact Sidebar
*********************************/

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

/*********************************
10.1 Sidebar Title
*********************************/

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

/*********************************
10.2 Sidebar Contact Info
*********************************/

.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

/*********************************
11. Contact
*********************************/

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

/*********************************
5. Footer
*********************************/

	
/*********************************
5.1 Social
*********************************/


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility: hidden;
	display: none;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px)
				   and (min-height: 850px)

{
body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-140px;
	margin-left:60%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 180px; 
    max-height: 180px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-left:-28%;
	margin-top:10%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:19px;
	font-weight: 450;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 8px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:40%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}

.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}

.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}

.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-width:50px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}

.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

}


@media only screen and (min-width: 992px) and (max-width: 1200px)
				   and (min-height: 670px) and (max-height: 850px)

{
	
body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-140px;
	margin-left:60%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 150px; 
    max-height: 150px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	font-weight: 450;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 8px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}


.contact_content
{
	margin-top:12%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 50px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: inline-block;
	float:right;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.footer_social img
{
	max-width:50px;
}

.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px)
				   and (max-height: 670px)

{
	
body {
	background-image: url('../img/background3.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-140px;
	margin-left:60%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 150px; 
    max-height: 150px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-4%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	font-weight: 450;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 8px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:8%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 30px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 40px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 12px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: none;
    visibility:hidden;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

	

}

@media only screen and (min-width: 768px) and (max-width: 992px)
				   and (max-height: 650px)
{
		*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-90px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 100px; 
    max-height: 100px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-left:7%;
	margin-top:-2%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 10px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 3px;
	padding-right: 3px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:3%;
	margin-left:7%;
	margin-right:7%;
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 35px;
}
.contact_subtitle::after
{
	visibility:hidden;
	display:none;
}

.contact_form_container
{
	margin-top: 10px;
}
.input_field
{
	height: 26px;
	font-size: 12px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 10px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 12px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 10px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 148px;
    height: 28px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 2px;
	border-color:#fff;
    font-size: 11px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 1%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 8px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	display:none;
	visibility:hidden;
}

.sidebar_title::after
{
	display:none;
	visibility:hidden;
}


.sidebar_contact_info ul
{
	margin-top: -5%;
	margin-left:70%;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display:none;
	visibility:hidden;
}

.contact
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: none;
    visibility:hidden;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}


}

@media only screen and (min-width: 768px) and (max-width: 992px)
				   and (min-height: 650px) and (max-height: 850px)
{
	*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/background5.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:0;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 160px; 
    max-height: 160px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-right:30%;
	margin-top:-5%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:19px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:8%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 30px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 40px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 12px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: none;
    visibility:hidden;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px)
				   and (min-height: 850px)
{
	*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}


.header {
	left:20%;
}

.languages
{
	margin-top:-150px;
	margin-left:55%;
}

	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 160px; 
    max-height: 160px;
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	list-style: none;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
	  {
	margin-left:-110px;
	margin-top:5%;
	height: 100%;
	flex-basis: 100%;
	text-align: right;
	  }

.nav_items
{
	height: 100%;
}
.nav_items li
{
	display: inline-block;
	margin-left: 10px;
	height: 100%;
}
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 4px;
	padding-right: 4px;
}

.nav_items li:hover a
{
	color: #5EBAE6;
}

.contact_content
{
	margin-top:20%;
	margin-left:7%;
	margin-right:8%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 30px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 153px;
    height: 40px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 12px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}

.container_checkbox
{
	margin-top: 5%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 10px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}


.contact_sidebar
{
	width: 100%;
	left:30%;
	margin-top:4%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: -7px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}


.footer_social_container
{
	display: none;
    visibility:hidden;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

}


@media only screen and (min-width: 568px) and (max-width: 768px)
				   and (max-height: 750px)
{
	body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 110px; 
    max-height: 110px;
}

.logo span:first-of-type
{
	position: absolute;
	z-index: -1;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-65px;
	margin-right:8%;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
{
	margin-top:8%;
	margin-left:-20%;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
	   
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left:0;
	padding-right: 0;
}



}

@media only screen and (min-width: 568px) and (max-width: 768px)
				   and (min-height: 750px)
{
	body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:2%;
}

.logo_container img {
    max-width: 130px; 
    max-height: 130px;
}

.logo span:first-of-type
{
	position: absolute;
	z-index: -1;
}

.languages
{
	margin-top:0;
	margin-left:55%;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-65px;
	margin-right:8%;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
{
	margin-top:2%;
	margin-left:-20%;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
	   
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left:0;
	padding-right: 0;
}

.contact_content
{
	margin-top:20%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 120px;
    height: 30px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 10px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 39px;
	border-radius: 5px;
}

.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
	
.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	display:none;
	visibility:hidden;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.sidebar_contact_info ul
{
	display:none;
	visibility:hidden;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}


.footer_social_container
{
	position:absolute;
	bottom:2%;
	margin-left:13%;
}

.footer_social img
{
	max-width:40px;
}

.footer_social li
{
	display: inline-block;
	margin-left: 5px;
}

.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}	   
}

@media only screen and (min-width: 480px) and (max-width: 568px)
{
	body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: 20%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 110px; 
    max-height: 110px;
}

.logo span:first-of-type
{
	position: absolute;
	z-index: -1;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-55px;
	margin-right:0;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
{
	margin-left: -12%;
	margin-top:12%;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
	   
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:8px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left:0;
	padding-right: 0;
}

.contact_content
{
	margin-top:20%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 30px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 10px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 18px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 120px;
    height: 36px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 11px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}


.sidebar_title
{
display:none;
visibility:hidden;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}


.sidebar_contact_info ul
{
	margin-top: 10px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}



.footer_social_container
{
	display: inline;
	margin-left:-50%;
}

.footer_social li
{
	display: inline;
	margin-left: 2px;
}
.footer_social li:first-child
{
	margin-left: 0px;
}
.footer_social li a
{
	width: 100%;
	height: 100%;
	padding: 4px;
}

.footer_social img
{
	max-width:35px;
}

.footer_social li i
{
	font-size: 14px;
	color: rgba(110,110,110,0.6);
}
.footer_social li:hover i
{
	color: rgba(255,255,255,1);
}
.cr p
{
	margin-bottom: 0px;
}

li#whatsappicon {
	visibility:visible;
	display:inline;
}

}

@media only screen and (min-width: 400px) and (max-width: 480px)
{
	
		body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo_container img {
    max-width: 120px; 
    max-height: 120px;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-110px;
	margin-right:0;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

	.hamburger_container
	{
		display: block;
		top:2%;
		right:2%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 10px;
	margin-left: 42px;
	margin-top:-60px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 400;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 200px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   

.contact_content
{
	margin-top:10%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 20px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 34px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}



.sidebar_contact_info ul
{
	margin-top: 8px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 25px;
	padding-left: 28px;
	margin-bottom: 3px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.footer
{
	display:none;
	visibility:hidden;
}

}
	

@media only screen and (min-width: 380px) and (max-width: 400px)
{
	
		body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo_container img {
    max-width: 120px; 
    max-height: 120px;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-110px;
	margin-right:0;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

	.hamburger_container
	{
		display: block;
		top:2%;
		right:2%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 10px;
	margin-left: 42px;
	margin-top:-60px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 400;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 200px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   

.contact_content
{
	margin-top:10%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 16px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 34px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}



.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.container_checkbox
{
	margin-top: 3%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:6px;
	text-decoration:none;
	padding: 2px;
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.footer
{
	display:none;
	visibility:hidden;
}

}

@media only screen and (min-width: 340px) and (max-width: 380px)
{
	
		body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo_container img {
    max-width: 120px; 
    max-height: 120px;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-110px;
	margin-right:0;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

	.hamburger_container
	{
		display: block;
		top:2%;
		right:2%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 10px;
	margin-left: 42px;
	margin-top:-60px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 400;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 200px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   

.contact_content
{
	margin-top:10%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 16px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 34px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}



.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.container_checkbox
{
	margin-top: 3%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:6px;
	text-decoration:none;
	padding: 2px;
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.footer
{
	display:none;
	visibility:hidden;
}

}

@media only screen and (min-width: 300px) and (max-width: 340px)
{
	body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo_container img {
    max-width: 100px; 
    max-height: 100px;
}


ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-left:-20px;
	margin-top:-85px;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

.hamburger_container
	{
		display: block;
		top:2%;
		margin-left:20%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 5px;
	margin-right: 0;
	margin-top:-50px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 300;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 200px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   
.contact_content
{
	margin-top:5%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 10px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 10px;
}
.contact_subtitle::after
{
	display: none;
	visibility:hidden;
}

.contact_form_container
{
	margin-top: 10px;
}
.input_field
{
	height: 30px;
	font-size: 12px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 10px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 95px;
    height: 25px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 7px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}

.sidebar_contact_info ul
{
	margin-top: 5px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 15px;
	padding-left: 28px;
	margin-bottom: 3px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.container_checkbox
{
	margin-top: 2%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:6px;
	text-decoration:none;
	padding: 2px;
}

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.footer
{
	display:none;
	visibility:hidden;
}

}

@media only screen and (min-width: 250px) and (max-width: 300px)
{
	
body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.logo_container img {
    max-width: 100px; 
    max-height: 100px;
}


ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-left:-20px;
	margin-top:-85px;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

.hamburger_container
	{
		display: block;
		top:2%;
		margin-left:20%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 5px;
	margin-right: 0;
	margin-top:-50px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 300;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 200px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
.contact_content
{
	margin-top:5%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: none;
	visibility:hidden;
}

.contact_form_container
{
	margin-top: 12px;
}
.input_field
{
	height: 35px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 30px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}

.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.container_checkbox
{
	margin-top: 2%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:7px;
	text-decoration:none;
	padding: 2px;
}

.footer
{
	display:none;
	visibility:hidden;
}

.footer_contact 
{
	visibility:hidden;
	display:none;
}

.footer
{
	display:none;
	visibility:hidden;
}
}

@media only screen and (min-width: 190px) and (max-width: 250px)
{
	
body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: scroll;
}

.logo_container img {
    max-width: 85px; 
    max-height: 85px;
}


ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-left:-40px;
	margin-top:-80px;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

.hamburger_container
	{
		display: block;
		top:1%;
		margin-left:20%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 5px;
	margin-right: 0;
	margin-top:-50px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 300;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}

.hamburger_icon::before,
.hamburger_icon::after
{
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 3px;
	background: #ffffff;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fs_menu_container.active
	{
		padding-top: 50px;
	}
	.fs_menu_list li a
	{
		font-size: 18px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   
.contact_content
{
	margin-top:5%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: none;
	visibility:hidden;
}

.contact_form_container
{
	margin-top: 12px;
}
.input_field
{
	height: 35px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 30px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}

.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.container_checkbox
{
	margin-top: 2%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:7px;
	text-decoration:none;
	padding: 2px;
}

.footer
{
	display:none;
	visibility:hidden;
}

.footer_contact 
{
	visibility:hidden;
	display:none;
}

.footer
{
	display:none;
	visibility:hidden;
}
}


@media only screen and (max-width: 190px)
{
	
body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: scroll;
}

.logo_container img {
    max-width: 50px; 
    max-height: 50px;
}


ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-left:-35px;
	margin-top:-38px;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

.hamburger_container
	{
		display: block;
		margin-top:-18px;
		margin-left:20%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 3px;
	margin-right: 0;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 300;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #ffffff;
	margin-top: 0;
}


.hamburger_icon::before,
.hamburger_icon::after
{
	display: block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 2px;
	background: #ffffff;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fs_menu_container.active
	{
		padding-top: 40px;
		margin-left:10%;
	}
	.fs_menu_list li a
	{
		font-size: 14px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   
.contact_content
{
	margin-top:5%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: none;
	visibility:hidden;
}

.contact_form_container
{
	margin-top: 12px;
}
.input_field
{
	height: 35px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 30px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}

.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.container_checkbox
{
	margin-top: 2%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:7px;
	text-decoration:none;
	padding: 2px;
}

.footer
{
	display:none;
	visibility:hidden;
}

.footer_contact 
{
	visibility:hidden;
	display:none;
}

.footer
{
	display:none;
	visibility:hidden;
}
}

@media only screen and (max-width: 560px) and (max-height: 350px)
				   and (min-width: 500px)
{
	
body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: scroll;
}

.logo_container img {
    max-width: 80px; 
    max-height: 80px;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-95px;
	margin-right:10px;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

	.hamburger_container
	{
		display: block;
		top:2%;
		right:2%;
	}
	
.hamburger_container
{
	cursor: pointer;
	padding: 10px;
	margin-left: 42px;
	margin-top:-60px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	margin-right: 7px;
	font-weight: 300;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color: #ffffff;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 3px;
	background: #ffffff;
	margin-top: 0;
}


.fs_menu_container.active
	{
		padding-top: 100px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	   
.main_nav
{
		display: none;
}
	   
   

.contact_content
{
	margin-top:10%;
	margin-left:5%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 55px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 0;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 115px;
    height: 34px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}

	.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}

.contact_sidebar
{
	margin-top:2%;
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
display:none;
visibility:hidden;
}



.sidebar_contact_info ul
{
	margin-top: 9px;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.container_checkbox
{
	margin-top: 3%;
	
}

.container_checkbox p
{
	color:#fff;
	font-size:6px;
	text-decoration:none;
	padding: 2px;
}


.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.footer_contact 
{
	visibility:hidden;
	display:none;
}

.footer
{
	display:none;
	visibility:hidden;
}
}

@media only screen and (max-width: 800px) and (max-height: 450px)
				   and (min-width: 560px)

{
	
	body {
	background-image: url('../img/background6.png');
	background-repeat: no-repeat;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: scroll;
}
	.logo_container
{
	flex-basis: 50%;
	margin-top: 1%;
	margin-left: -5%;
}

.logo
{
	margin-left: 0;
	margin-top:0;
}

.logo_container img {
    max-width: 95px; 
    max-height: 95px;
}

.logo span:first-of-type
{
	position: absolute;
	z-index: -1;
}

.languages
{
	margin-top:0;
	margin-left:55%;
}

.languages_container
{
	position: absolute;
	
}

ul#lang_buttons
       {
	width:300px;
	height:35px;
	opacity: 0.60;
	margin-top:-65px;
	margin-right:8%;
	display: inline;
	float:right;
       }

ul#lang_buttons li
       {
	text-align:center;
       }	

ul#lang_buttons li a
       {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	float:left;
	margin-right:10px;
		height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
       }

ul#lang_buttons li a:hover 
       { 
    background-color:#7D7D7D;
	color:#FFF;
       }
	   
.main_nav
{
	margin-top:3%;
	margin-left:-25%;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
	   
.nav_items li a
{
	font-family: 'Myriad Pro Regular', sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left:0;
	padding-right: 0;
}


.contact_content
{
	margin-top:11%;
	margin-left:7%;
	
}
.contact_main_content
{
	width: 100%;
}
.contact_subtitle
{
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
	margin-bottom: 59px;
}
.contact_subtitle::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.contact_form_container
{
	margin-top: 62px;
}
.input_field
{
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.input_field:focus,
.text_field:focus
{
	border: solid 2px #5EBAE6 !important;
	box-shadow: none !important;
	outline: none !important;
}
.text_field
{
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 17px;
	margin-bottom: 12px;
}
.contact_form_name,
.contact_form_email
{
	display: inline-block;
	width: calc(50% - 15px);
}
.contact_form_name
{
	margin-right: -4px;
}
.contact_form_email
{
	margin-left: 30px;
}
.contact_form_phone
{
	display: block;
	width: 100%;
}
.contact_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.contact_submit_btn
{
	position: relative;
	width: 120px;
    height: 30px;
    background: #5EBAE6;
	opacity:60%;
    overflow: hidden;
    border: 1px;
	border-color:#fff;
    font-size: 5px;
    font-weight: 250;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 4px;
	border-radius: 5px;
}

.contact_submit_btn
	{
		text-align: center;
	}
	
.contact_submit_btn img
{
    display: inline-block;
    width: 13px !important;
    height: 7px;
	margin-left:7px;
}
.contact_submit_btn::after
{
    display: block;
    position: absolute;
    top: -50%;
    left: -70px;
    width: 60px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    content: '';
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 600ms ease;
    z-index: 0;
}
.contact_submit_btn:hover::after
{
	left: calc(100% + 70px);
}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
} 
:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #6e6e6e !important;
}
	
.contact_sidebar
{
	width: 100%;
	left:30%;
	
}
.sidebar_section
{
	margin-bottom: 58px;
}
.sidebar_section:last-child
{
	margin-bottom: 0px;
}

.sidebar_title
{
	display:none;
	visibility:hidden;
}

.sidebar_title::after
{
	display: block;
	position: absolute;
	top: 50px;
	left: 3%;
	width: 43px;
	height: 2px;
	background: #5EBAE6;
	content: '';
}

.sidebar_contact_info ul
{
	display:none;
	visibility:hidden;
}
.sidebar_contact_info ul li
{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #b8b8c1;
	line-height: 30px;
	padding-left: 28px;
	margin-bottom: 13px;
}
.sidebar_contact_info ul li:last-child
{
	margin-bottom: 0px;
}
.sidebar_contact_info ul li::before
{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5EBAE6;
	content: '';
}

.contact
{
	padding-top: 192px;
	padding-bottom: 120px;
}

.footer_social_container
{
	visibility: hidden;
	display: none;
}
}