

div.background {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/************ Rest Elements ************/

h1,h2,h3{margin-bottom: 15px;}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 16px;}

ul{padding-left: 25px;padding-top: 20px;}

.theme a:hover{
text-decoration: underline;
}

.topMain{
margin-top: 15px;
}

.theme {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  /* margin: 0 auto; */
  /* padding: 0 5px; */
  /* position: relative; */
}
p{
  margin-top: 0;
}
.theme a {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.space{
  width: 100%;
  height: 30px;
}

/************ Header Elements ************/

.headerBox {
  position: relative;
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;   overflow: hidden;
}

.headerSocial {
max-height: 50px;
min-width: 150px;
padding-top: 15px;
/* display: block; */
}
.headerSocial p{
display: flex;
display: inline-flex;
display: inline-grid;
}
.headerSocial span{
display: flex;
}
.headerSocial p span{
display: flex;
}

.headerSocial img{
    float: left;
    margin-top: -5px;
    padding: 0 5px;
}
.theme .logo {
  display: block;
  /* float: left; */
  /* height: 100px; */
}
.theme .logo a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.headerBox .SliderTitle{
font-size: 36px;
font-weight: 100;
bottom: 90px;
}

.theme header {
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff;
  position: relative;
  height: 100px;
}


.socialBox{
width: auto;
height: 38px;
position: absolute;
bottom: 0px;
right: 0;
font-size: 12px;
padding-right: 20px;
}
.socialBox p{padding: 10px 0;}

.socialBox img{
float: right;
padding-left: 5px;
}
/*Languages and flag*/
.languages {
  display: inline-block;
  height: 25px;
  float: right;
  padding: 15px 10px 0;
}

.languages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.languages li {
  display: inline-block;
  padding: 0 5px;
}
.languages a {
  display: block;
  white-space: nowrap;
}

.languages .current a {
  font-weight: bold;
}


/************ Menu Elements ************/


.menu{
  margin-top: 15px;
}

.topmenu {
  margin-top: 0;
  background: #297088;
  height: 46px;
  font-size: 13px;
  border: 1px solid #246b83;
  /* border-radius: 4px; */
  z-index: 100;
  width: 100%;
  border-radius: 3px;   -moz-border-radius: 3px;   -webkit-border-radius: 3px;   -khtml-border-radius: 3px;
}
.topmenu a:hover{
text-decoration: none;
}


.topmenu ul {
  list-style: none;
  margin: 0;  
  padding: 0;
  z-index: 100;
}
.topmenu li {
  position: relative;
}
.topmenu .level1 {
  margin-top: 0;
  padding-left: 20px;
}
.topmenu .level1 > li {
  display: inline-block;
  float: left;
}
.topmenu a {
 display: block;
padding: 16.5px 20px;;
white-space: nowrap;
margin-top: -1px;
}

.topmenu .subnodes > a {

}
.topmenu .subnodes > a:after {
 
}
.topmenu .level1 ul {
  display: none;
  position: absolute;
  z-index: 10;
  margin-top: 0px;
  list-style: none;
  padding-left: 0px;
  min-width: 125px;
  padding-bottom: 5px;
}
.topmenu li:hover > ul {
  display: block;
}
.topmenu .level2 ul {
  margin-left: 100%;
  top: 0;
  
}
.topmenu .level2 li a {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}
.topmenu .level2 li a:first-child {
 padding: 12px 20px;
}
.topmenu .level2 li a:last-child {
 padding: 12px 20px;
}
.topmenuPopup {
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.topmenuToggle {
  background: #002852;
  cursor: pointer;
  display: none;
  color: #FFF;
  padding: 10px;
  text-align: center;
}

/************ Slider Elements ************/

.SliderTitle {
padding: 10px 10px 10px 35px;
max-width: 470px;
margin-left: auto;
margin-right: auto;
position: absolute;
display: block;
}

.SliderTitle a {
  color: inherit !important;
}
.img-responsive {
  width: 100%;
  position: relative;
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.40);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
}


/************ main Elements ************/

.currentPage {
  font-weight: bold;
  display: none;
  margin-right: 10px;
}

.mainContent{
  min-height: 500px;
}
.mainNews{
  min-height: 500px;
  width: 614px;
  float: left;
  display: block;
  padding-right: 30px;
}

.box{
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}



.breackBox{
width: 100%;
height: 35px;
margin-top: 50px;
position: absolute;
bottom: 0px;
}
.breackMenu{
padding: 5px 5px;
list-style: none;
font-size: 12px;
}

.space{ height: 30px; width: 100%; }
.BoxSide{
  position:relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 50px;
   }
.imgSide{
 margin-bottom: 30px;
}

.titleSide{
position: absolute;
bottom: 20px;
width: 100%;
height: auto;
display: table;
padding-left: 45px;
margin: 0;
}
.titleSide h2{
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}



/************ Side Nav Elements ************/
.theme .side {
  clear: left;
}
.sidenav > aside {
  padding-top: 20px;
}
.sidenav > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidenav nav ul ul {
margin-top: -10px;
padding-left: 20px;
}

.sidenav nav ul ul:hover {
padding-left: 0px;
}
.sidenav nav ul ul:hover a{
padding: 8px 20px;
}
.sidenav nav ul ul a {
background: inherit;
margin-bottom: 0px;
padding: 8px 0px;
}


.sidenav nav a {
display: block !important;
width: auto;
text-decoration: none;
margin-bottom: 10px;
padding: 8px 20px;
font-size: 13px;
}
.sidenav nav a:hover {
text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
.sidenav nav .current > a {
font-weight: bold;
}
.sidenav nav .selected > a {
font-weight: bold;
}

.sidenav .ipWidget-IpLogoGallery li img{
  width: 100px;
}

.sidenav .ipwForm .ipmControlInput {
width: 280px !important;
}

.sidenav .ipwForm .ipmControlTextarea  {
width: 284px !important;
}

.sidenav .ipwForm .ipmLabel{
padding-top: 10px !important;
margin-bottom: 5px !important;
}

.sidenav .ipWidget-IpImageGallery li {
width: 141px !important;
margin-left: 8px;
}

/************ Footer Elements ************/
.theme > footer {
 background: url(img/footerShadown.png) no-repeat top center;
padding: 30px 0;
margin-top: 10px;
height: 15px;
}
.theme > footer p {
  margin: 0;
}
.theme > footer a:hover {
  text-decoration: underline;
}
/* Tablet Elements ------------------------------------------------------------------------------------------*/
@media screen and (min-width: 730px)  and (max-width: 970px){
.theme  header{padding: 0;}
.headerSocial{ margin-top: 50px;}
.theme .logo{height: 100px;}

.logo {}
.headerBox{margin-top: 20px;/* width: 100%; *//* overflow: hidden; */}
.BoxSide{margin-top: 20px;}
.languages{margin-top: 50px;}
}

/* Mobile Device Elements ------------------------------------------------------------------------------------------*/
@media only screen and (max-width:729px) {
.theme  header{padding: 0;}
.mainContent{min-height: inherit; margin-bottom: 30px;}
.menu{display: inline-block;right: 10px;position: initial;} 
.topmenu a {  padding: 10px;} 
.languages{position: absolute; top: 10px; right: 0; padding:0;}

.headerBox .SliderTitle{font-size: 28px;}

/****** Menu Header ********/
.topmenuToggle {
display: inline-block;
position: absolute;
margin-top: 35px;
right: 0;
width: 47px;
height: 20px;
padding-top: 12px;
}
  .topmenu {
display: none;
width: 100%;
height: auto;
position: absolute;
top: 115px;
left: 0px;
white-space: nowrap;
z-index: 2000;
border-radius: 0;   
-moz-border-radius: 0;   
-webkit-border-radius: 0;   
-khtml-border-radius: 0;
}

 .topmenu .box {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
.topmenu .level1 > li:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
.topmenu .level1 ul {
  display: block;
  border: none;
  box-shadow: none;
  margin: 0 ;
  position: static;
  padding-left: 10px;
}
.topmenu .level1 > li {  width: 100%;}
.topmenu .level1 > li:last-child {
  display: list-item;
  border-bottom: 0px solid #fff;
}
 .topmenu a {
 display: block;
padding: 8px 15px;
white-space: nowrap;
margin-top: 0px;
text-decoration: none;
text-shadow: 0 0px 0px rgba(0,0,0,0.0);
}
 .topmenu a:hover {  color: #e30a6b;   /* background: none !important; */}
 .topmenu ul li:last-child a {padding-bottom: 10px;}
.topmenu .level1 {  padding-left: 0 !important;}

.ipsCol._col{width: 100% !important;}

}

@media only screen and (max-width: 480px){
.languages{right: 10px;}
.topmenuToggle{right: 10px;}
.theme .logo{padding-left: 10px;}

.ipwForm .form-group{display: block;}
.ipwForm .form-control ,.ipwForm textarea.form-control,.ipwForm .form-group label{width: 100%;}
.ipwForm .radio{float: none; width: 100%;}
.ipwForm .radio label{margin-bottom: 0;}
}



