/*
Theme Name: Bitsaxis Theme
Theme URI: https://www.pixelmedia.gr/
Author: Manos Christopoulos
Author URI: https://www.pixelmedia.gr/
Description: The theme of Bitsaxis website
Version: 1
License: GNU General Public License v2 or later
Text Domain: bitsaxis
*/
/*
css reset
*/
@font-face {font-family: 'AvertaStd-Regular';src: url('fonts/AvertaStd-Regular.eot');src: url('fonts/AvertaStd-Regulard41d.eot?#iefix') format('embedded-opentype'),url('fonts/AvertaStd-Regular.woff2') format('woff2'),url('fonts/AvertaStd-Regular.woff') format('woff'),url('fonts/AvertaStd-Regular.ttf') format('truetype'); font-display: swap;}
@font-face {font-family: 'AvertaStd-bold';src: url('fonts/AvertaStd-Bold.eot');src: url('fonts/AvertaStd-Boldd41d.eot?#iefix') format('embedded-opentype'),url('fonts/AvertaStd-Bold.woff2') format('woff2'),url('fonts/AvertaStd-Bold.woff') format('woff'),url('fonts/AvertaStd-Bold.ttf') format('truetype'); font-display: swap;}
@font-face {font-family: 'Literata-Regular';src: url('fonts/Literata-Regular.eot');src: url('fonts/Literata-Regulard41d.eot?#iefix') format('embedded-opentype'),url('fonts/Literata-Regular.woff2') format('woff2'),url('fonts/Literata-Regular.woff') format('woff'),url('fonts/Literata-Regular.ttf') format('truetype'); font-display: swap;}
@font-face {font-family: 'ButlerStencil-Medium';src: url('fonts/ButlerStencil-Medium.eot');src: url('fonts/ButlerStencil-Mediumd41d.eot?#iefix') format('embedded-opentype'),url('fonts/ButlerStencil-Medium.woff2') format('woff2'),url('fonts/ButlerStencil-Medium.woff') format('woff'),url('fonts/ButlerStencil-Medium.ttf') format('truetype'); font-display: swap;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0;
background: #fff;
    min-width: 100%;
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,label,select,button,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;font-size:13px;font-family:Arial}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type="reset"],input[type="button"],input[type="submit"]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:none}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}
/*
css
*/
*, body, html {
font-family: 'AvertaStd-Regular'; 
}
body, html {
    margin: 0;
text-align: center;
font-family: 'AvertaStd-Regular'; 
font-size: 16px;
color: #333333;
letter-spacing: 2px;
}
.bodyios {
cursor:pointer
}
b, strong {
font-family: 'AvertaStd-bold';
}
.pad_container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 46px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    float: left;
    margin: 34px 0 0 0;
}
.scrl_dwn #nav-icon3 {
	margin: 3px 0 0 0;
}
.menu_open.scrl_dwn #nav-icon3 {
	margin: 34px 0 0 0;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 20px;
}
.menu_open #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu_open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_open #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site_head {
    float: left;
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
z-index: 2;
    height: 139px;
    overflow: hidden;
    -webkit-transition: height .25s ease-in-out;
    -moz-transition: height .25s ease-in-out;
    -o-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out;
}
.scrl_dwn .site_head {
	height: 0;
}
.menu_open.scrl_dwn .site_head {
	height: 139px;
}
.site_head .pad_container {
    padding: 24px 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.scrl_dwn .site_head .pad_container {
    padding: 5px 20px;
}
.menu_open.scrl_dwn .site_head .pad_container {
    padding: 24px 20px;
}
.header_left {
    float: left;
    width: 20%;
}
.logo_container {
    float: left;
    width: 60%;
}
.logo_container img {
max-width: 100%;
height: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.scrl_dwn .logo_container img {
max-width: 46px;
}
.menu_open.scrl_dwn .logo_container img {
max-width: 100%;
}
.lang_switch {
    float: right;
    margin: 40px 0 0 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.scrl_dwn .lang_switch {
    margin: 5px 0 0 0;
}
.menu_open.scrl_dwn .lang_switch {
    margin: 40px 0 0 0;
}
.lang_switch li {
    float: right;
}
.lang_switch li a {
    text-decoration: none;
    color: #354975;
    font-size: 14px;
}
.lang_switch li.current-lang a {
    font-family: 'AvertaStd-bold';
    text-decoration: underline;
	cursor: default;
}
.lang_switch li a:hover {
    font-family: 'AvertaStd-bold';
    text-decoration: underline;
}
.lang_switch li {
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    border-left: 1px solid #354975;
}
.lang_switch li+li {
    padding: 0;
    margin: 0;
    border-left: none;
}
.home_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
}
.home_cont {
    position: absolute;
    width: 100%;
    top: 100%;
}
.home_banner h1 {
    max-width: 480px;
    font-size: 26px;
    line-height: 1.5;
    color: #873b2f;
	font-family: 'Literata-Regular';
    letter-spacing: 0;
	padding: 0 20px;
    margin: 0 auto;
}
.home_banner h1 div {
    font-size: 18px;
    font-style: italic;
}
.home_banner span {
    position: absolute;
    bottom: 50px;
    color: #354975;
    font-family: 'AvertaStd-bold';
    letter-spacing: 5px;
    font-size: 12px;
    cursor: pointer;
}
.home_banner span:hover {
    color: #808080;
    text-decoration: underline;
}
.home_banner h1:before {
    content: '';
    display: block;
    width: 1px;
    height: 63px;
    background: #354975;
    margin: 0 auto 16px auto;
}
.full_width_section {
    width: 100%;
    margin: 0 auto;
}
.full_width_content {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 820px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
	background-color: #F2EEE0;
}
.full_width_bg {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    height: 820px;
}
.full_width_txt {
    max-width: 440px;
}
.full_width_txt h2 {
    color: #873b2f;
    font-family: 'AvertaStd-bold';
    font-size: 18px;
}
.full_width_txt span {
    font-family: 'ButlerStencil-Medium';
    font-size: 120px;
    color: #873b2f;
    margin: 40px 0 0 0;
    display: block;
}
.full_width_txt span:after {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #873b2f;
    margin: 30px auto 0 auto;
}
.full_width_txt p {
    color: #707070;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
.full_width_txt p a, .home_read_more {
    color: #873b2f;
    font-family: 'AvertaStd-bold';
    font-size: 12px;
    text-decoration: none;
    padding: 17px 0;
    border: 1px solid #873b2f;
    margin: 30px auto 0 auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: block;
    width: 260px;
}
.full_width_txt p a:hover, .home_read_more:hover {
color: #fff;
background: #354975;
}
.full_width_section:nth-child(even) .full_width_content {
    float: right;
}
footer {
    float: left;
    width: 100%;
    background: #354975;
    padding: 46px 0;
}
footer .pad_container {
    max-width: 1920px;
}
.footer_clmn {
    float: left;
    width: 50%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    margin: 40px 0 0 0;
    line-height: 1.5;
    padding: 40px 20px;
}
.footer_clmn+.footer_clmn {
border: none;
}
.top_menu_cont {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #354975;
    z-index: 1;
    -webkit-transition: top .25s ease-in-out;
    -moz-transition: top .25s ease-in-out;
    -o-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 139px;
    overflow-y: auto;
}
.menu_open .top_menu_cont {
top: 0;
}
.menu-top-menu-container, .menu-top-menu-gr-container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
}
.menu-top-menu-container ul, .menu-top-menu-gr-container ul {
    list-style: decimal-leading-zero inside none;
}
.menu-top-menu-container li, .menu-top-menu-gr-container li {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'ButlerStencil-Medium';
    color: #fff;
    font-size: 35px;
    margin: 0 0 22px 0;
    border-bottom: 1px solid #fff;
}
.menu-top-menu-container li a, .menu-top-menu-gr-container li a {
    float: right;
    font-family: 'Literata-Regular';
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.menu-top-menu-container li a:hover, .menu-top-menu-gr-container li a:hover {
    color: #8c8c8c;
}
.pm_cont {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
    font-size: 14px;
    color: #ce796c;
    line-height: 1.5;
}
.pm_cont a {
color: #ce796c;
    text-decoration: none;
}
.pm_cont a:hover {
text-decoration: underline;
}
.home_banner.not_home_banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0 0 0;
}
.home_banner.not_home_banner h1 {
    color: #ffffff;
}
.home_banner.not_home_banner h1:before {
    display: none;
}
.not_home_banner_number {
    font-family: 'ButlerStencil-Medium';
    font-size: 120px;
    color: #fff;
    margin: 30px auto;
}
.not_home_banner_number+p {
    color: #fff;
    line-height: 1.5;
    max-width: 480px;
    padding: 0 20px;
}
.not_home_banner_number+p a {
    display: none;
}
.not_home_banner_line {
    max-width: 200px;
    height: 1px;
    background: #fff;
    margin: 40px auto 0 auto;
}
.home_cont.not_home_cont {
    background: #ebebeb;
}
.our_team {
    width: 100%;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 0 3.5%;
    color: #000;
    max-width: 940px;
    margin: -90px auto 0 auto;
}
.our_team_link {
    display: block;
    outline: 1px solid #873b2f;
    outline-offset: -18px;
    padding: 0 0 50px 0;
    font-size: 12px;
    text-decoration: none;
    color: #873b2f;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter .5s ease-in-out;
    -moz-transition: filter .5s ease-in-out;
    -o-transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
}
.our_team img {
    width: 100%;
    height: auto;
}
.our_team_link:hover {
-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.our_team_idiotita {
    text-align: left;
    margin: 20px 40px 0 40px;
    line-height: 1.3;
}
.our_team_details h2 {
    font-family: 'Literata-Regular';
    font-size: 22px;
    letter-spacing: 1px;
    text-align: left;
    color: #873b2f;
    margin: 0 0 20px 0;
    line-height: 1.25;
}
.our_team_details {
    margin: 2px 20px;
    text-align: left;
    color: #873b2f;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter .5s ease-in-out;
    -moz-transition: filter .5s ease-in-out;
    -o-transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
}
.our_team_link:hover+.our_team_details {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.our_team_details p {
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.our_team_details p a {
    display: block;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: #873b2f;
}
.our_team_details p a:hover {
text-decoration: underline;
}
.our_team_list {
    margin: 0 0 110px 0;
}
.other_pages {
    margin: 140px 0 0 0;
}
.not_home_banner .breadcrumbs {
    position: absolute;
    top: 160px;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    color: #fff;
	font-size: 12px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.breadcrumbs strong {
    font-family: 'AvertaStd-Regular';
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li.separator {
    margin: 0 4px;
}
.single-ourteam .other_pages {
    background: #354975;
}
.other_pages .breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    margin: 28px 0 100px 0;
    color: #fff;
    font-size: 12px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 1.5;
}
.profile_cont_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 34% 56%;
    grid-gap: 0 10%;
    text-align: left;
    min-height: 370px;
}
.profile_cont_right h1 {
    font-family: 'Literata-Regular';
    font-size: 26px;
    color: #fff;
    width: 110px;
    line-height: 1.5;
}
.profile_idiotita {
    color: #fff;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
.profile_img img.size-team-thumbnails {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
}
.profile_content {
    float: left;
    width: 100%;
    background: #ebebeb;
    padding: 40px 0;
}
.profile_cont_left {
    position: relative;
}
.profile_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.single_navigation {
    text-align: center;
}
.single_prev {
    display: inline-block;
    margin: 30px 50px 0 0;
}
.single_next {
    display: inline-block;
    margin: 30px 0 0 50px;
}
.single_navigation a:hover {
    opacity: 0.70;
}
.inactive_btn {
    opacity: 0.20;
}
.profile_content_right {
    float: right;
    text-align: left;
    width: 56%;
    line-height: 1.5;
}
.profile_content_right p {
    margin: 0 0 20px 0;
}
.single_navigation svg {
    width: 54px;
    height: 24px;
}
.red_cont {
    background: #354975;
    float: left;
    width: 100%;
}
.red_cont_left {
    float: left;
    width: 300px;
    text-align: left;
}
.red_cont_left h1 {
    font-family: 'Literata-Regular';
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    min-height: 200px;
}
.pages_cont {
    float: left;
    width: 100%;
    background: #ebebeb;
}
.pages_cont_right {
    float: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 430px;
    text-align: left;
    margin: 0 0 80px 0;
}
.pages_cont_right img {
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    -webkit-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
}
.pages_cont_cover {
    margin: -190px 0 0 0;
}
.pad_relative {
    position: relative;
}
.pages_menu_cont {
    position: absolute;
    left: 20px;
    top: 80px;
}
.pages_menu_cont .menu-top-menu-container, .pages_menu_cont .menu-top-menu-gr-container {
    width: 300px;
    padding: 0;
}
.pages_menu_cont .menu-top-menu-container ul, .pages_menu_cont .menu-top-menu-gr-container ul {
    list-style: none;
}
.pages_menu_cont .menu-top-menu-container li, .pages_menu_cont .menu-top-menu-gr-container li {
    color: #000;
    font-size: 18px;
    list-style: none;
    border: none;
}
.pages_menu_cont .menu-top-menu-container li a, .pages_menu_cont .menu-top-menu-gr-container li a {
    color: #707070;
    font-size: 16px;
    text-align: left;
    float: none;
    padding: 0 0 12px 0;
    display: block;
    border-bottom: 1px solid #707070;
}
.pages_menu_cont .menu-top-menu-container li a:hover, .pages_menu_cont .menu-top-menu-container li.current-menu-item a, .pages_menu_cont .menu-top-menu-gr-container li a:hover, .pages_menu_cont .menu-top-menu-gr-container li.current-menu-item a, .pages_menu_cont .menu-top-menu-container li.current-post-parent a, .pages_menu_cont .menu-top-menu-gr-container li.current-post-parent a, .pages_menu_cont .menu-top-menu-container li.current-post-parent a:hover, .pages_menu_cont .menu-top-menu-gr-container li.current-post-parent a:hover {
    color: #354975;
    border-bottom: 1px solid #354975;
    background: url(images/arrow-right.svg) no-repeat right 4px;
    background-size: 9px 11px;
}
.pages_menu_cont .menu-top-menu-container li.current-menu-item a, .pages_menu_cont .menu-top-menu-gr-container li.current-menu-item a {
cursor: default;
}
.navigation {
    font-size: 12px;
    text-align: left;
    display: block;
    margin: 0 0 40px 0;
    color: #873b2f;
    font-family: 'AvertaStd-bold';
}
.pages_cont_right p {
    line-height: 1.6;
    margin: 0 0 28px 0;
    color: #873b2f;
word-break: break-word;
}
.pages_cont_right h1, .pages_cont_right h2, .pages_cont_right h3, .pages_cont_right h4, .pages_cont_right h5, .pages_cont_right h6 {
    font-family: 'AvertaStd-bold';
    line-height: 1.6;
    margin: 0 0 28px 0;
    color: #873b2f;
    font-size: 20px;
}
.pages_cont_right a {
    color: #2c95f3;
    text-decoration: none;
}
.pages_cont_right a:hover {
text-decoration: underline;
}
.pages_cont_right ul {
    list-style: disc;
    margin: 0 0 28px 46px;
}
.pages_cont_right ul li {
    line-height: 1.6;
    color: #873b2f;
    margin: 0 0 28px 0;
}
.pages_cont_right ol {
    list-style: lower-latin;
    margin: 0 0 28px 46px;
}
.pages_cont_right ol li {
    line-height: 1.6;
    color: #873b2f;
    margin: 0 0 28px 0;
}
em {
    font-style: italic;
}
.pages_cont_right img.size-thumbnail {
    max-width: 192px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 20px 28px 0;
	border: 1px solid #cccccc;
}
.pages_cont_right img.alignleft {
    float: left;
    margin: 0 40px 20px 0;
}
.pages_cont_right img.alignright {
    float: right;
    margin: 0 0 20px 40px;
}
.pages_cont_right a:hover img.size-thumbnail {
    background-color:#fff;
    opacity:0.8;
}
.pages_cont_content p:first-child {
    display: none;
}
.pages_cont_content p+p {
    display: block;
}
.news_section .our_team {
    grid-template-columns: 46% 46%;
    grid-gap: 0 8%;
}
.news_section .our_team_link {
    padding: 0 0 40px 0;
}
.news_red_cont .red_cont_left h1 {
    font-size: 22px;
}
.single_date {
    line-height: 1.6;
    margin: 0 0 28px 0;
    color: #873b2f;
    float: left;
    width: 100%;
    font-size: 14px;
}
.single_date p {
    margin: 0;
}
.pages_cont_right a.news_back {
    color: #873b2f;
    font-size: 14px;
    margin: 20px 0 0 0;
    display: inline-block;
    background: url(images/arrow-left.svg) no-repeat left 2px;
    background-size: 8px 11px;
    padding: 0 0 0 16px;
}
.contact_map {
    margin: -150px auto 0 auto;
    max-width: 940px;
    width: 100%;
    -webkit-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
    box-shadow: 0px 16px 41px 7px rgba(0,0,0,0.26);
}
.contact_map iframe {
    border: 0;
    width: 100%;
    height: 630px;
}
.contact_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 46% 46%;
    grid-gap: 0 8%;
    max-width: 940px;
    margin: 0 auto;
}
.contact_grid input[type=text] {
    display: block;
    width: 100%;
    border-bottom: 1px solid #354975;
    margin: 0 0 70px 0;
    font-family: 'AvertaStd-Regular';
    font-size: 16px;
    color: #354975;
    padding: 10px 0;
}
.contact_grid textarea {
    display: block;
    width: 100%;
    border: 1px solid #354975;
    margin: 0 0 70px 0;
    font-family: 'AvertaStd-Regular';
    font-size: 16px;
    color: #354975;
    padding: 10px 0;
    min-height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    line-height: 1.6;
}
.contact_section h2 {
    max-width: 940px;
    width: 100%;
    margin: 70px auto;
    text-align: left;
    font-family: 'Literata-Regular';
    font-size: 18px;
    color: #354975;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #354975;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #354975;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #354975;
}
:-moz-placeholder { /* Firefox 18- */
  color: #354975;
}
.form-textarea, .form-submit {
    grid-column: 1 / 3;
}
.form-textarea span {
    float: left;
    font-size: 16px;
    color: #354975;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}
.message_terms {
    position: relative;
    padding: 0 20px 0 28px;
    text-align: left;
    line-height: 1.6;
}
.message_terms input {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
}
.message_termsp {
    font-size: 16px;
    color: #354975;
}
.g-recaptcha div {
    float: right;
}
.btn-info {
    margin: 60px 0 100px 0;
    font-family: 'AvertaStd-Regular';
    font-size: 18px;
    color: #354975;
    background: #ebebeb;
    border: 1px solid #354975;
    padding: 20px 60px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn-info:hover {
	background: #354975;
	color: #ebebeb;
}
.contact_popup_cont {
display: none;
    font-family: 'AvertaStd-Regular';
}
body.contact_popup {
    overflow: hidden;
}
.contact_popup .contact_popup_cont {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(135, 58, 46, 0.86);
    top: 0;
    left: 0;
    overflow: auto;
	z-index: 2;
}
.contact_popup_inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #002c4b;
    text-align: left;
    padding: 20px 30px;
    width: 380px;
    border-top: 8px solid #c49a6c;
}
.contact_popup_inside p {
    background: url(images/mark.png) no-repeat left 2px;
    padding: 0px 0 0px 30px;
    background-size: 20px 20px;
    margin: 13px 0;
	color: #fff;
    line-height: 1.5;
}
.contact_popup_inside label {
    font-family: 'AvertaStd-Regular';
    line-height: 1.4;
}
.contact_popup_inside p.text-success {
	background: url(images/checkmark.png) no-repeat left 2px;
    background-size: 20px 20px;
}
.contact_popup_close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    background: #f00;
    padding: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    z-index: 99999;
}
.message_terms a {
    text-decoration: none;
    color: #354975;
    font-family: 'AvertaStd-bold';
}
.message_terms a:hover {
text-decoration: underline;
}
.gallery-item dt {
    padding: 0 6%;
}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'AvertaStd-Regular';font-size:14px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-revoke {
display: none!important;
}






@media (max-width: 1180px) {
.profile_cont_grid {
    min-height: 270px;
}
}
@media (max-width: 980px) {
.pages_cont_right img.size-thumbnail {
    max-width: 162px;
}
}
@media (max-width: 946px) {
.profile_cont_grid {
    min-height: 220px;
}
.profile_cont_right h1 {
    font-size: 22px;
}
}
@media (max-width: 1000px) {
.pages_menu_cont .menu-top-menu-container, .pages_menu_cont .menu-top-menu-gr-container {
    width: 200px;
}
.pages_cont_right {
    padding: 0 0 0 300px;
}
}
@media (max-width: 820px) {
.full_width_txt span {
    font-size: 90px;
}
.our_team {
    grid-template-columns: 44% 44%;
    grid-gap: 0 12%;
}
}
@media (max-width: 764px) {
.profile_cont_grid {
    min-height: 170px;
}
.profile_cont_right h1 {
    font-size: 20px;
}
.profile_idiotita {
    font-size: 12px;
}
.single_prev {
    margin: 30px 10px 0 0;
}
.single_next {
    margin: 30px 0 0 10px;
}
}
@media (max-width: 740px) {
.pages_menu_cont {
    position: static;
    float: left;
    width: 100%;
}
.pages_cont_cover {
    margin: 70px 0 0 0;
}
.pages_cont_right {
    padding: 0;
}
.red_cont_left {
    width: 100%;
}
.red_cont_left h1 {
    font-size: 24px;
    min-height: 0;
    margin: 0 0 50px 0;
}
.pages_menu_cont .menu-top-menu-container, .pages_menu_cont .menu-top-menu-gr-container {
    width: 100%;
    margin: 0 0 70px 0;
    float: left;
}
.g-recaptcha {
    -webkit-transform: scale(0.80);
	transform: scale(0.80);
    -webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
}
@media (max-width: 680px) {
.full_width_content {
    width: 100%;
    height: auto;
    padding: 40px 20px;
}
.full_width_bg {
    width: 100%;
    height: 370px;
}
.home_banner h1 {
    font-size: 20px;
}
.full_width_txt span {
    font-size: 80px;
}
.logo_container img {
    max-width: 90px;
    width: 100%;
}
#nav-icon3 {
    margin: 20px 0 0 0;
}
.lang_switch {
    margin: 20px 0 0 0;
}
.site_head .pad_container {
    padding: 15px 20px;
}
.site_head {
    height: 89px;
}
.not_home_banner .breadcrumbs {
    top: 110px;
}
.other_pages {
    margin: 90px 0 0 0;
}
.not_home_banner_number {
    font-size: 80px;
    margin: 20px auto;
}
.home_banner.not_home_banner {
    padding: 89px 0 0 0;
}
.our_team {
    margin: 70px auto 0 auto;
}
.our_team {
    grid-template-columns: 47% 47%;
    grid-gap: 0 6%;
}
}
@media (max-width: 580px) {
.profile_cont_grid {
    grid-template-columns: 100%;
    grid-gap: 0;
    min-height: 0;
}
.profile_img {
    position: static;
	margin: 0 0 20px 0;
}
.profile_cont_right {
    margin: 0 0 50px 0;
}
.profile_cont_right h1 {
    width: auto;
    margin: 20px 0 0 0;
}
.profile_content_right {
    width: 100%;
}
.single_navigation svg polygon {
    fill: #fff;
}
.single_prev {
    margin: 30px 50px 0 0;
}
.single_next {
    margin: 30px 0 0 50px;
}
.our_team_details h2 {
    font-size: 18px;
}
.news_section .our_team {
    grid-template-columns: 100%;
    grid-gap: 0;
}
}
@media (max-width: 520px) {
.our_team {
    grid-template-columns: 100%;
    grid-gap: 0;
}
.contact_grid {
    grid-template-columns: 100%;
    grid-gap: 0;
}
.form-textarea, .form-submit {
    grid-column: 1 / 1;
}
.g-recaptcha {
    -webkit-transform: scale(1);
	transform: scale(1);
    margin: 50px 0 0 0;
}
.g-recaptcha div {
    float: left;
}
.contact_popup_inside, .lang_inside {
    width: 220px;
}
.contact_map {
    margin: 40px auto 0 auto;
}
}
@media (max-width: 440px) {
.header_left {
    width: 34%;
}
.logo_container {
    width: 32%;
}
.lang_switch li a {
    letter-spacing: 0;
}
.menu-top-menu-container li, .menu-top-menu-gr-container li {
    font-size: 30px;
}
.menu-top-menu-container li a, .menu-top-menu-gr-container li a {
    font-size: 18px;
}
.footer_clmn {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
}
.footer_clmn+.footer_clmn {
    margin: 0;
}
.pages_cont_right .media-img {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.pages_cont_right img.size-thumbnail {
    float: none;
    margin: 0 0 20px 0;
}
}
@media (max-width: 380px) {
.full_width_txt p a, .home_read_more {
    width: 220px;
}
.not_home_banner_line {
    display: none;
}
}
@media (max-width: 319px) {
.not_home_banner_number {
    font-size: 40px;
    margin: 4px auto;
}
.not_home_banner_number+p {
    font-size: 14px;
}
.single_prev {
    margin: 30px 10px 0 0;
}
.single_next {
    margin: 30px 0 0 10px;
}
}
@media (max-height: 790px) {
.our_team {
    margin: 70px auto 0 auto;
}
}
@media (max-height: 640px) {
.menu_open .top_menu_cont {
    padding-top: 239px;
}
.logo_container img {
    max-width: 90px;
    width: 100%;
}
#nav-icon3 {
    margin: 20px 0 0 0;
}
.lang_switch {
    margin: 20px 0 0 0;
}
.site_head .pad_container {
    padding: 15px 20px;
}
.site_head {
    height: 89px;
}
.not_home_banner .breadcrumbs {
    top: 110px;
}
.other_pages {
    margin: 90px 0 0 0;
}
.home_banner.not_home_banner {
    padding: 89px 0 0 0;
}
}
@media (max-height: 510px) {
.menu_open .top_menu_cont {
padding-top: 389px;
}
}
@media (max-height: 430px) {
.not_home_banner_number {
    font-size: 40px;
    margin: 4px auto;
}
.not_home_banner_line {
    display: none;
}
}
@media (max-height: 330px) {
.not_home_banner_number {
	display: none;
}
.not_home_banner_number+p {
    font-size: 12px;
}
}
@media screen and (orientation:portrait) and (max-height:640px){
.menu_open .top_menu_cont {
    padding-top: 149px;
}
}
@media screen and (orientation:portrait) and (max-height:510px){
.menu_open .top_menu_cont {
	padding-top: 229px;
}
}
@media screen and (orientation:portrait) and (max-height:402px){
.menu_open .top_menu_cont {
    padding-top: 282px;
}
}
@media screen and (min-width:681px) and (max-height:600px){
.home_banner h1:before {
    display: none;
}
}
@media screen and (min-width:0px) and (max-height:446px){
.home_banner h1:before {
    display: none;
}
.home_banner h1 {
    font-size: 18px;
}
}
