﻿

/*header*/
#header {
  background: #fff;
  color: #5d6669;
  text-align: center;
  margin-top: 0px;
  padding-top: 55vh;
}
@media (max-width: 1100px) {
  #header {
    padding-top: 62vh;
  }
}

#header .bg_1 {
  color: #fff;
  width: 100%;
  margin: 0px 0 0 0;
}
#header .bg_2 {
  color: #fff;
  width: 100%;
  text-align: left;
}
#header .slider-subtitle {
  text-decoration: none;
  color: #555;
  font-family: "Trajan Pro";
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px 0 5px 0;
}
#header .subtitle {
  text-decoration: none;
  color: #333;
  font-family: "Trajan Pro";
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  margin: 25px 0 25px 0;
  text-align: center;
}
.col_1 {
  text-align: center;
}

#static > img {
  height: 100%;
  width: 100%;
}

#static {
  position: absolute;
  z-index: 1;
  height: 35vh;
  top: 130px;
  left: 0;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}


/*header image slider - homepage*/
.static-big-index {
  height: 45vh !important;
  background-image: url('images/slider-index_1900.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.header-big-index {
  padding-top: 64vh !important;
}

@media (max-width: 1100px) {
.static-big-index {
  height: 35vh !important;
  background-image: url("images/slider-index_1100.jpg");
  background-repeat: no-repeat;
  background-size: cover;
 }
.header-big-index {
  padding-top: 54vh !important;
 }
}

/*header image slider - subpages*/
.static-big-subpage {
  background-image: url('images/slider-subpage_1900.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.header-big-subpage {
  padding-top: 54vh !important;
}

@media (max-width: 1100px) {
.header-big-subpage {
  padding-top: 54vh !important;
 }
}

/*header image slider - blog*/
.static-big-blog {
  background-image: url('images/slider-blog_1900.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.header-big-blog {
  padding-top: 54vh !important;
}

@media (max-width: 1100px) {
.header-big-blog {
  padding-top: 54vh !important;
 }
}


.static__box {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 8%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  position: absolute;
  right: 8%;
  width: 35%;
  box-sizing: border-box;
}

.static__title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}


@media (max-width: 1100px) {
  .static__box {
    width: 80%;
    right: 10%;
    bottom: 10%;
  }
  .static__title {
    font-size: 1.5rem;
  }
}
/*@media (max-width: 600px) {
  .static__title {
    font-size: 1.2rem;
  } 
}*/

.slogan {
  position: absolute;
  margin: 127px 0 0 18px;
}

#logo {
  margin: 0px 0 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 calc(50% - 700px);
  position: fixed;
  box-sizing: border-box;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
}

#menu {
  background: #333;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: space-around;
  padding-left: calc(50% - 100px);
  padding-right: calc(50% - 700px);
  flex-wrap: wrap;
  position: fixed;
  top: 70px;
  z-index: 2;
}

#menu > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  display: flex;
  box-sizing: border-box;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
#menu > .active,
#menu > a:hover {
  font-weight:bold;
  letter-spacing: .6px;
  color: #333;
  background-color: #f38130;
}
@media (max-width: 900px) {
  #logo {
    position: absolute;
  }
  #menu {
    position: absolute;
    padding: 0 calc(50% - 700px);
    top: 109px;
  }
}

.contactbox {
  color:#333333;
  font-size: 14px;
  background-color:#FF9900;
  width: 238px;
  border: 2px solid gray;
  padding: 3px;
  margin-bottom: 10px;
  text-align:center;
  margin-left:5px
  }

.contactbox2 {
  color:#333333;
  font-size: 14px;
  background-color:#FF9900;
  width: 300px;
  border: 2px solid gray;
  padding: 3px;
  margin-bottom: 10px;
  text-align:center;
  margin-left:5px
  }
  
#whatsapp {
  position: fixed;
  right: calc(50vw - 700px);
  top: 40px;
}


#flags {
  position: fixed;
  right: calc(50vw - 700px);
  top: 10px;
}
#flags img {
  margin-top: 5px;
}
@media (max-width: 1400px) {
  #flags {
    right: 10px;
  }
}
@media (max-width: 600px) {
  #flags {
    right: 10px;
    display: flex;
    flex-direction: column;
  }
}

#whatsapp {
    right: 10px;
    display: flex;
    flex-direction: column;
}

.titlebox {
  font-size: 24px;
  line-height:22pt;
  /*background-color:#FF9900;*/
  background-color:#CCCCCC;
  color:#333333;
  letter-spacing:0.05em;
  border: 0px solid gray;
  padding: 20px 20px 20px 20px;
  margin: 10px 0px 40px 0px;
  text-align:center;
}

#main::before {
  content: "";
  display: block;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 2;
}
@media (max-width: 800px) {
  #main::before {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
}
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}
body {
  background-image: url("images/wavecut.jpg");
  background-color: #f5f5f5;
  font-size: 100%;
  line-height: 1em;
  font-family: tahoma;
  color: #5d6669;
  text-align: center;
}

h1 {
  //* color: #f38130; *//
  color: #666666;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0 0 0;
}
h2 {
  color: #666;
  font-weight: normal;
  font-size: 23px;
  line-height: 30px;
  margin: 15px 0 0 0;
}
h3 {
  color: #555;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0 0;
}
h4 {
  color: #ed7100;
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 17px 0;
}

.subh2 {
  color: #333;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  margin: 20px 0 0 0px;
}
.subh3 {
  color: #666666;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
.subh4 {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 0 0;
}

.font_1 {
  color: #ed7100;
  font-weight: normal;
}

.font_2 {
  color: #555;
  font-weight: normal;
  font-size: 22px;
  margin: 20px 0 30px 0;
  line-height: 40px;
}
.font_3 {
  color: #f38130;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

.orange {
  color: #ed7100;
}
.gray {
  color: #666666;
}
.allcaps {
  text-transform: uppercase;
  padding-bottom: 5px;
}


.btn {
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  font-weight:normal;
  color: #333;
  font-size: 17px;
  background: #ff9900;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #FFCC00;
  text-decoration: none;
}

.btn-small {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #ff9900;
  padding: 5px 14px 1px 14px;
  margin-left: 20px;
  text-decoration: none;
}

.btn-small:hover {
  background: #cc6600;
  text-decoration: none;
}

/*in_line*/
input,
select,
textarea {
  vertical-align: middle;
  font-weight: normal;
  font-family: tahoma;
  color: #5d6669;
  font-size: 1em;
}
/* .radio {text-align: left; vertical-align:middle; font-weight:normal; font-family:tahoma; color:#5d6669;  font-size:1em; margin: 10px 0 10px 0}
.radio_indent {text-align: left; vertical-align:middle; font-weight:normal; font-family:tahoma; color:#5d6669;  font-size:1em; margin: 10px 0 10px 20px}
*/
.radio {
  height: 100%;
  line-height: 1.2;
  padding-bottom:20px;
}
.checkbox {
  height: 100%;
  line-height: 1.2;
  padding-bottom:20px;
}

@media (max-width: 600px) {
  .radio {
    height: 100%;
    line-height: 1.2;
    padding-bottom:20px;
  }
    .checkbox {
    height: 100%;
    line-height: 1.2;
    padding-bottom:20px;
  }

}

img {
  border: 0;
  text-align: left;
}
ul {
  list-style: none;
}

input {
  width: 230px;
  height: 20px;
  padding: 2px 2px 2px 2px;
}
.div_input {
  height: 26px;
  width: 230px;
  margin: 0 15px 5px 0px;
}
textarea {
  width: 300px;
  height: 75px;
  overflow: auto;
  margin-bottom: 10px;
  display: block;
  padding: 2px 2px 2px 2px;
}

/*==================list====================*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  line-height: 1.81em;
}
ul li a {
  text-decoration: none;
  color: #5d6669;
  /* background: url("images/marker_list.gif") no-repeat 0 5px; */
  /* padding-left: 15px; */
}
ul li a:hover {
  text-decoration: none;
  color: #ed7100;
}

dl.price {
  margin-bottom: 20px;
}
.price dd {
  background: url("images/list_bg.gif") repeat-x bottom;
}
.price span {
  float: right;
  background: #fff;
}
.price a {
  color: #5d6669;
  text-decoration: none;
  background: #fff;
}
.price a:hover {
  color: #ed7100;
}
/*==========================================*/

a {
  text-decoration: none;
  color: #5d6669;
}
a:hover {
  text-decoration: none;
}
a.link {
  text-decoration: none;
  color: #ed7100;
  text-transform: uppercase;
  font-size: 1.18em;
  font-family: Verdana;
  font-weight: bold;
}
a.link:hover {
  text-decoration: none;
  color: #5d6669;
}

.fright {
  float: right;
}
.fleft {
  float: left;
}

.fcenter {
  text-align: center;
}

.clear {
  clear: both;
}

p {
  margin: 0 0 16px 0;
}
.p1 {
  margin: 0 0 27px 0;
}

#site_center {
  background: url("images/top_bg.jpg") repeat-x 0 80px #fff;
}

#button-wrap-inner {
	margin: 40px 0 40px 0}
}

.bullets {
  text-align: left;
  line-height: 35px;
}


/*content*/
#content {
  min-height: 411px;
  height: auto !important;
  height: 411px;
  font-size: 0.6875em;
  line-height: 1.45em;
}
.title {
  text-decoration: none;
  color: #ed7100;
  font-family: Verdana;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 20px;
  text-align: left;
}
.text {
  text-decoration: none;
  color: #333;
  font-family: Verdana;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin: 20px 50px 20px 60px;
  text-align: justify;
}
.ataglance {
  font-size: 0.9em;
  line-height: 1.45em;
}

@media (max-width: 1000px) {
  .text {
    margin: 0;
  }
}
.text-ctr {
  text-decoration: none;
  color: #333;
  font-family: Verdana;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  /*margin: 20px 50px 20px 50px;*/
  text-align: center;
}
.bullets {
  text-align: left;
}
.disclaimer {
  text-decoration: none;
  color: #333;
  font-family: Verdana;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 20px 50px 20px 60px;
  text-align: left;
}

.img {
  margin-bottom: 14px;
}
.img_left {
  float: left;
  margin: 5px 20px 18px 0px;
}
.img_right {
  float: right;
  margin: 0px 0px 18px 20px;
}
@media (max-width: 600px) {
  .img_left {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  .img_right {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
}
.box {
  width: 100%;
}

.glancebox {
  width: 100%;
  background-color: fuchsia;
  border:thin #CCCCCC;
  padding:10px;
}


/*formbox*/
#formbox_main {
  background: #fefefe;
  color: #5d6669;
  text-align: center;
}
.formbox-headline {
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 140%;
  letter-spacing: 3px;
}
.formbox-headline-property {
  text-align: center;
  text-transform: ;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 120%;
  letter-spacing:;
}


.form--background {
  position: relative;
}
.form--background::before {
  /*  border: 2px solid rgba(243, 129, 48, 0.4);
  content: "";
  display: block;
  position: absolute;
  top: 35vh;
  right: 8vh;
  transform: rotate(-45deg);
  height: 25vh;
  width: 60vh;
  z-index: 2; */
}
.form--background::after {
  /*  border: 2px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  position: absolute;
  top: 17vh;
  right: 22vh;
  transform: rotate(70deg);
  height: 22vh;
  width: 40vh;
  z-index: 3; */
}
@media (max-width: 800px) {
  .form--background::before,
  .form--background::after {
    display: none;
  }
}
.revcap {
  color: #ffffff;
  border-style: none;
  visibility: hidden;
}
#send-button {
   height: 40px;
   -webkit-border-radius: 25;
   -moz-border-radius: 25;
  border-radius: 25px;
  font-family: Arial;
  font-weight:normal;
  color: #333;
  font-size: 17px;
  background: #ff9900;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
}
  
#send-button:hover {
  background: #FFCC00;
  text-decoration: none;
}

.form-policy {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }


a.tooltip {
  outline: none;
  text-decoration: underline;
  text-decoration-style: dashed;
  font-style: italic;
}
a.tooltip strong {
  line-height: 30px;
}
a.tooltip:hover {
  text-decoration: none;
}
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 0px;
  width: 300px;
  line-height: 16px;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #ff9933;
}
.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
/*CSS3 extras*/
a.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
}

/*news banner*/
#newsbanner > img {
  height: 100%;
  width: 100%;
}

.bannertext {
  font-size: 14px;
  padding-top:20px;
  padding-bottom:10px;
}

.bannerimage {
  position: relative;
  background-color:#F8F8F8;
  background-image: url('images/newsbanner_1400.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  width: 100%;
  padding-top:20px;
  padding-bottom:60px;
}


@media (max-width: 600px) {
.bannerimage {
  position: relative;
  background-color:#F8F8F8;
  background-image: url('images/newsbanner_600.jpg');
  background-repeat: no-repeat;
    xbackground-size: cover;
  z-index: 1;
  left: 0;
  width: 100%;
  padding-top:10px;
  padding-bottom:50px;
 }
}

span.email b {
	display: none;
}

/*footer*/
#footer {
  background: #999;
  color: #000;
  font-size: 12px;
  line-height: 1.8em;
  text-align: center;
  padding: 20px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/*back to top button */
a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  background: #ff6600 url("images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a:hover.back-to-top {
  background-color: #000;
}

/*================== /index.html ==================*/
#page1 #content .col_1 .indent {
  padding: 36px 55px 20px 41px;
}
#page1 #content .col_2 .indent_1 {
  padding: 36px 44px 44px 0;
}
#page1 #content .col_2 .indent_2 {
  padding: 0 40px 20px 0;
}
#page1 #content .col_2 .indent_3 {
  margin: 35px 0px 0px 96px;
}


@media (max-width: 800px) {
  .responsive-image {
    width: 100%;
  }
}

#menu-lang {
  font-size: 16px;
  line-height: 2.45em;
  text-align: right;
  margin: 0px 0 60px 0;
}
#menu-lang a {
  color: #ed7100;
}
#menu-lang a:hover {
  text-decoration: underline;
}

/*program tables*/
#programtable {
  font-size: 15px;
}
.table {
  display: table;
}
.title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.row {
  display: table-row;
}
.row-space {
  display: table-row;
  padding-top: 30px;
}
.cell {
  display: table-cell;
  border: solid;
  border-width: thin;
  padding: 8px 5px 8px 5px;
}
.cell-center {
  display: table-cell;
  border: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
  .cell {
    font-size: 80% !important;
  }
}
