@font-face { font-family: GothamBook; src: url('../../font/Gotham-Book.eot');
    src: local('☺'), url('../../font/Gotham-Book.woff') format('woff'), url('../../font/Gotham-Book.ttf') format('truetype'), url('../../font/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'GothamMedium'; src: url('../../font/Gotham-Medium.eot');
    src: local('☺'), url('../../font/Gotham-Medium.woff') format('woff'), url('../../font/Gotham-Medium.ttf') format('truetype'), url('../../font/Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'GothamMedium'; src: url('../../font/Gotham-Medium.eot');
    src: local('☺'), url('../../font/Gotham-Medium.woff') format('woff'), url('../../font/Gotham-Medium.ttf') format('truetype'), url('../../font/Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: CenturySchoolbookStd; src: url('../../font/CenturySchoolbookStd.eot');
    src: local('☺'), url('../../font/CenturySchoolbookStd.woff') format('woff'), url('../../font/CenturySchoolbookStd.ttf') format('truetype'), url('../../font/CenturySchoolbookStd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: Helvetica; src: url('../../font/Helvetica.ttf'); }
@font-face { font-family: Helvetica; src: url('../../font/Helvetica.ttf') format('truetype');}

@font-face { font-family: GothamBlackRegular; src: url('../../font/GothamBlackRegular.ttf'); }
@font-face { font-family: GothamBlackRegular; src: url('../../font/GothamBlackRegular.ttf') format('truetype');}

@font-face {
	font-family: "DinGreekRegular";
	src: url("../../font/DinGreekRegular.otf");
}

@font-face {
	font-family: "DinGreekRegular";
	src: url("../../font/DinGreekRegular.eot");
}

@font-face {
	font-family: "DinGreekRegular";
	src: url("../../font/DinGreekRegular.woff");
}

@font-face { 
	font-family: "DinGreekRegular"; 
	src: url('../../font/DinGreekRegular.ttf') format('truetype');
}

@font-face {
	font-family: "DinGreekBold";
	src: url("../../font/DinGreekBold.otf");
}

@font-face {
	font-family: "DinGreekBold";
	src: url("../../font/DinGreekBold.eot");
}
@font-face {
	font-family: "DinGreekBold";
	src: url("../../font/DinGreekBold.woff");
}

@font-face { 
	font-family: "DinGreekBold"; 
	src: url('../../font/DinGreekBold.ttf') format('truetype');
}

@font-face { 
	font-family: "DinGreekMedium"; 
	src: url('../../font/DinGreekMedium.ttf') format('truetype');
}

@font-face {
	font-family: "DinGreekMedium";
	src: url("../../font/DinGreekMedium.otf");
}

@font-face {
	font-family: "DinGreekMedium";
	src: url("../../font/DinGreekMedium.eot");
}
@font-face {
	font-family: "DinGreekMedium";
	src: url("../../font/DinGreekMedium.woff");
}

html,body {
}

/* Mobile menu */
div.wrap_mobilemenu {
    display: none;
    float: right;
}

div.buttonMenu {
    overflow: hidden;
    display: none;
    cursor: pointer;
    background-color: #132d51;
    transition: 0.2s;
}

div.buttonMenuActive {
    background-color: #018ed3;
}

div.buttonMenu div {
    background: #ffffff;
}

#menu_small {
        display: none;
        overflow: hidden;
        position: absolute;
        z-index: 2000;
        background: #ffffff;
        border: 1px solid #dddddd;
}

#menu_small div {
        font-weight: bold;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 0px 0px 1px 0px;
}

#menu_small div a {
    text-decoration: none;
}

/* End Mobile menu */

/* Main containers */
div.content {
    overflow: hidden;
    background: none;
    font-family: DinGreekRegular;
    font-weight: 300;
    font-size: 1em;
    color: #58595b;
    text-align: center;
}

div.innercontent01 {
    overflow: hidden;
    text-align: center;
}

div.footer-content {
    overflow: hidden;
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}

div.footer-item {
    overflow: hidden;
    display: flex;
}

/* End Main containers */

/* Horizontal/ record containers */
div.displayrecord01 {
    overflow: hidden;
}

div.displaygroup01 {
    overflow: hidden;
    float: left;
    text-align: left;
    font-family: Open Sans;
    font-weight: 300;
}

div.displaygroup02 {
    overflow: hidden;
    float: left;
    text-align: left;
    font-family: Open Sans;
    font-weight: 300;
}

div.hovereffect01 { 
    background: none;
}

div.hovereffect01:hover { 
    background: #99d1e5;
}

/* End Horizontal/ record containers */

/* Thumbnail containers */
div.thumbnail01 {
    float: left;
    overflow: hidden;
}

div.thumbnail01 img {
    transition: 0.3s ease;
}

div.thumbnail01 img:hover {
    opacity: 0.6;
}

/* End Thumbnail containers */

/* Home page contact box */
div.contactbox_image {
    text-align: center; 
}

div.contactbox_text {
    text-align: center; 
}

div.contactbox_video {
    
}

/* End Home page contact box */


/* Global newsletter */
div.newsletter {
    overflow: hidden;
    text-align: left;
    color: #666666;
}

/* End Global newsletter */

/* Text fields */
input.field01 {
    color: #969595; 
    background: none; 
    border-style: solid; 
    border-color: #696665; 
    font-family: DinGreekRegular;
}

input.field02 {
    color: #706d6d; 
    background: none; 
    border-style: solid; 
    border-color: #ebebec; 
    font-family: DinGreekRegular;
}

.textarea01 {
    font-family: DinGreekRegular; 
    color: #706d6d;
    resize: none;
    border-style: solid;
    border-color: #ebebec;
    background: none; 
}

/* End Text fields */

/* Buttons */
a.button01 {
	text-decoration: none;
}	

a.button01:hover {
	text-decoration: none;
}

a.button01 div{
    font-family: DinGreekRegular;
    text-decoration: none;
    background: #b4b4b2;
    overflow: hidden;
    text-align: center;
    border-style: solid;
    border-color: #b4b4b2;
    border-width: 1px;
    color: #4c4c4b;
    cursor: pointer;
}

a.button01 span {
	text-align: center;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
}

a.button01 div:hover {
	border-color: #ffffff;
}

/* End Buttons */

div.poweredby{
    color: #a3a3a5;
    font-family: DinGreekRegular;
    overflow: hidden; 
}

/* -- */

div.homelogo {
    float: left; 
    overflow: hidden;
}

/* General message popup */
#modalpopup {
    display: none;
    position: fixed;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    font-family: DinGreekRegular;
    text-align: center;
    z-index: 1000;
}

.modalpopup_content {
    background-color: #fefefe;
    margin: auto;
    /*padding: 20px;*/
    border: 1px solid #888;
}

.modalpopup_header {
	background-color: #ffffff;
	color: black;
}

.modalpopup_body {

}

.modalpopup_close {
    color: #888;
    float: right;
    font-weight: bold;
}

.modalpopup_close:hover, .modalpopup_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* End General message popup */

/* Cookies popup */
#popup_cookies {
    position: fixed; 
    display: none; 
    z-index: 3000; 
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    font-family: DinGreekRegular;
    font-weight: 200;
    background: #2b76ad; 
    color: #ffffff; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #a1a3a7;
}

#cookiebutton {
    font-family: DinGreekRegular;
    font-weight: 200;
    background-color: #777879;
    color: #ffffff;
    padding: 0.2em 0.2em;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    position: fixed;
    bottom: 0.1em;
    right: 4%;
    width: 14em;
}

#cookiebox {
    display: none;
    font-family: DinGreekRegular;
    font-weight: 200;
    position: fixed;
    bottom: 0px;
    opacity: 1;
    right: 0em;
    background: #00a7be;
    border: none;
    z-index: 1000;
    margin: 0em;
}

#cookiesetting {
    font-family: DinGreekRegular;
    font-weight: 200;
    position: fixed;
    opacity: 1;
    background: #eeeeee;
    border: none;
    z-index: 1000;
    display: none;
}

.cookietext {
    font-family: DinGreekRegular;
    font-weight: 200;
    max-width: 100%;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #eeeeee;
}

.cookietext .button03 {
    font-family: DinGreekRegular;
    font-weight: normal;
    color: #ffffff;
    border: 2px solid #00a7be;
    cursor: pointer;
    background-color: #122b60;
    opacity: 1;
}

.cookietext .button03:hover {
  opacity: 1;
  border: 2px solid #e41428;
  color: #fdcc00;
  transition: 0.5s;
}

#cookiebutton:hover {
  opacity: 1;
  background-color: #00a7be;
  color: #ffffff;
  transition: 0.5s;
}

/* End Cookies popup */

/* Begin Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End Toggle Switch */

.text03 {
    text-align: justify;
    font-family: DinGreekRegular;
    font-weight: normal;
    color: #ffffff;
}

.homeslidetitle {
    position: absolute;
    color: #000;
    font-family: GothamBook;
    text-align: left;
}

.paddingVideo {
}

.video01 {
    
}

.video02 {
    
}