html {
  font-family: Flexo-Thin;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 15px;
  color: #000;
  background-color: #fff;
  font-family: Flexo-Regular,'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.wrapper {
    margin: auto;
    width: 100%;
}
.container {
  margin: auto;
}
header .container img{
	padding-right: 14px;
	padding-top: 10px;
	vertical-align: middle;
}
header,footer, #intro_sec{
	text-align:center;
	margin: auto;
}
footer{
	float: left;
	width: 100%;
}
footer img{
	display: inline !important;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    visibility: hidden;
    z-index: 10001;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.close {
  background-color: rgba(0, 0, 0, 0.8);
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: -11px;
  width: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  right: -9px;

 }
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.overlay {
   background-color: #000;
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10001;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 0.7;
}
.overlay:target+.popup {
    top: 50%;
	left:50%;
    opacity: 1;
    visibility: visible;
	width: 55%;
}
.input_margin{
	margin: 12px;
}
.index_menu{
	background-color: #333c45;
	height: 60px;
}
.menu_item{
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	padding-top: 9px;
	text-decoration: none;
	float: left;
}
.menu_item div{
	color: #59c7de;
	font-weight: 100;
	margin-left: 16px;
	font-size: 15px;
}
a.menu_item , a.menu_item div {
	text-decoration: none;
}
.bg_frame{
	background-color: #59c7de;
	border-radius: 10px;
	float: right;
	padding: 10px;
	text-decoration: none;
	color: #fff; 
	margin-top: 18px;
}
.bg_frame img{
	float: left;
}
.bg_frame p{
	float: right; 
	font-weight: bolder; 
	font-size: 24px;   
	line-height: 1;
}
.bg_frame span{
	color: #000;
	font-weight: 100;
	font-size: 15px;	
}

form h1{
	color: #58c8de;
	font-size: 24px;
	margin: 0 0 0 10px;
}
.submit_form{
  color: #fff;
  background: #58c8de;
  border-radius: 7px;
  font-size: 17px;
  margin: 0 0 0 8px;
}

#intro_sec h1{
	color: #58c8de;
	font-size: 25px;
	margin: 20px 7px 10px 7px;
	font-family: FLEXO-DEMI;
}
#intro_sec  p{
	margin: 0 auto 60px auto;
	font-size: 19px;
	width: 58%;
	text-align:center;
	font-family: Flexo-Medium,"Open Sans",sans-serif;
	color: #666;
}
#fr_lang #intro_sec  p{
	width: 73%;
}
#box_sec {
	width: 100%;
	margin: auto;
	float: left;
}
#box_sec img{
	padding:0px;
	margin: auto;
	border: none;
}
.box {
	float:left;
	width: 31%;
	height: 370px;
    position: relative;
}
#es_lang .box {	
	height: 498px;
}
/*#de_lang .box {	
	height: 580px;
}*/
#it_lang .box {	
	height: 534px;
}
#fr_lang .box{
	height: 425px;
}
.box  a{
	text-decoration: none;
}
.logo_img {
	text-align: center;
	font-family: flexo-heavy;
	font-size: 26px;
	color: #58c8de;	
}
.txt {
	text-decoration: none;
	color: #000;
}
.txt:hover {
	color: #58c8de;
}
.txt p {
	width: 95%;
	font-size: 13px;
	text-align: center;
	margin: auto;
	font-family: flexo;
}
#de_lang .txt p {
	width: 100%;
}
.vertical_line{
	float:left;
}
#de_lang .vertical_line img{
	top: 108px;
    position: relative;
}
#it_lang .vertical_line img{
	top: 66px;
    position: relative;
}
/*Bootstrap class*/
.btn-info{
	background-color: #58c8de;
	color: #000;
	border-radius: 10px;
`	border: solid 1px #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 107px;	
}
#de_lang .btn-info{
	position: relative;
    bottom: -16px;
	left: 0;
}
#fr_lang .btn-info{
	left: 96px;	
}
#es_lang .btn-info{
	left: 38px;	
}
.btn-info:hover {
	background-color: #f4f4f4;
	border: solid 1px #58c8de;
	color: #000;
}
/*************************select language************************/
select{ 
	width: 58px;  
	direction: rtl;
}
label.custom-select {
	position: relative; 
	display: inline-block; 
	margin: 0 0 0 0; 
}
.custom-select select {
	 border: 2px solid #58c8df; 
	 padding: 3px 3px 3px 0px;  
	 line-height: 1.2; background: #58c8df; 
	 -webkit-border-radius: 9px; 
	 -moz-border-radius: 9px; 
	 border-radius: 9px; 
	 color:#fff; 
	 font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .custom-select select {
	padding-right:9px;
 }
} /* for Webkit's CSS-only solution */
/*.custom-select:after{
  margin: 0 0 43px 43px;  
  content: "▼"; 
  position: absolute; 
  bottom: 0; 
  line-height: 28px; 
  padding: 0 7px; 
  background: #58c8df; 
  color: #000; 
  pointer-events:none; 
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;  
  border-radius: 9px 0 0 9px;
  }*/ /* Select arrow styling */
.no-pointer-events .custom-select:after {
	content: none;
}
/********************************************************************/
.center{
	text-align: center;
}
.mobile_vid{
	display: none;
}
.desktop_vid{
	display: inline;
}
.ans{
	float: left;
	padding: 21px;
}
.ui-tabs .ui-tabs-panel {
	display: table-cell;
}
.ui-tabs .ui-tabs-panel {
  background: #e0e0e0;
}
.ui-widget-header {
   border: none; 
   background: transparent;
  color: #222222;
  font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #e0e0e0;
  border: none;
}
.ui-widget-content {
	border: none;
	margin: auto;
	text-align: center;
}
#tabs-1{
	padding-left: 100px;
}
.ui-tabs .ui-tabs-nav{
    margin: 0 0 0 0px;
}
 .ui-tabs .ui-tabs-nav li {
  margin: 0 0 0  -3px;
  border: none;
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: transparent;
  font-weight: normal;
  color: #555555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #e0e0e0;
  border: none;
}
.nexttab, .prevtab, .finish_btn{
	margin: 5px;
	padding: 5px;
	background-color: #58c8de;
	border-radius: 8px;
	border: 1px solid #58c8de;
}
.nexttab:hover, .prevtab:hover, .finish_btn:hover{
	background-color: #666;
	color: #fff;
	border: 1px solid transparent;
}
#err,#err1,#err2,#err3{
	color: red;
}
.nexttab{
	float: right;
}
.prevtab{ 
  float: left;
}
.finish_btn{
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 8px 0 0;
    width: 100%;
}
.arrow{
	font-weight: bold;
	font-size: 18px;
}
.ans img:hover{
	 background-color: #000;
	 opacity:0.7;
	 filter:alpha(opacity=70); /* For IE8 and earlier */
}
.ui-widget button{
	font-family: flexo;
}
.popup{
	font-family: flexo;
}

/*select image*/
label > input{ /* HIDE RADIO */
  display:none;
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;
}
label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:5px solid #58c8de;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
label > input:checked + img + p{ /* (CHECKED) IMAGE STYLES */
 background-color: #58c8de;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}
#tabs-3 .ans{
	padding: 20px;
	
}
#tabs-3 .ans p{
	font-size: 12px;
}
#tabs li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 55px;
    margin: 0 0 -1px 32px;
    width: 250px;
}


@media (max-width: 750px){
	.vertical_line{  
		display: none;
	} 
	#intro_sec p ,.txt p{
		width:	100%;
	}
	#fr_lang #intro_sec p{
		width:	100%;	
	}
	#de_lang #intro_sec h1{
		font-size: 23px;
    }
	.box{		
		width: 100%;
		height: 100%;
	} 
	.box a{
		float:none;
	}
	/*Bootstrap class*/
	.btn-info{
		position: relative;
		bottom: 0;
		left: 0;
	}
	#fr_lang .btn-info, #es_lang .btn-info{
		left: 0;	
	}
	
}
@media (min-width: 751px) and (max-width: 991px){
  
  header .container img {
	width: 35%;
  }
  #intro_sec h1{
	font-size: 19px;
  }
  #intro_sec p, #fr_lang  #intro_sec p{
	width: 100%;
	font-size: 17px; 
  }
  .logo_img  {
	font-size: 16px;	
  }
  .txt p {
	width: 100%;
  }
  #es_lang .txt p , #de_lang .txt p , #it_lang .txt p  {
	font-size: 12px;
  }
  .box {
	width: 30%;
    height: 396px;
  }
  #fr_lang .box{
	height: 413px;
  }
  #es_lang .box{
	height: 493px;
  }
  #de_lang .box {
	  width: 45%;
	  height: 466px;
  }
  #it_lang .box{
	height: 542px;
  }
   /*Bootstrap class*/
  .btn-info{
	font-size: 12px;
	left: 0;
	width: 100%;
   }
   #fr_lang .btn-info,#es_lang .btn-info{
	 left: 0;
   }
   #de_lang .vertical_line img{
	top: 2px;
    position: relative;
   }
   #it_lang .vertical_line img{
	top: 68px;
    position: relative;
   }
} 
@media (min-width: 992px) and (max-width: 1024px){
   .logo_img  {
	font-size: 17px;	
  }
  #intro_sec p, .txt p {
	width: 100%;
  } 
  #es_lang .txt p ,  #de_lang .txt p{
	font-size: 12px;
  }
  .box{
	height: 373px;
	width: 30%;
   }
   #fr_lang .box{
	 height: 396px;
   }
   #es_lang .box{
	 height: 448px;
   }
   #de_lang .box{
	 height: 562px;
   }
   #it_lang .box{
	 height: 516px;
   }
   /*Bootstrap class*/
  .btn-info{
	left: 83px;	
   }
   #fr_lang .btn-info {
    left: 30px;
   }
   #es_lang .btn-info {
    left: 24px;
   }
   #it_lang .vertical_line img{
	top: 70px;
    position: relative;
   }

}

@media (min-width: 1025px) and (max-width: 1199px) {
   .box{
	height: 393px;
	width: 30%;
   }
   #fr_lang .box{
	height: 462px;
   }
   #es_lang .box{
	height: 474px;
   }
   #de_lang .box{
	 height: 553px;
   }
    #it_lang .box{
	 height: 537px;
   }
   #es_lang .txt p , #de_lang .txt p{
	font-size: 12px;
   }
   /*Bootstrap class*/
  .btn-info{
	left: 73px;	
   }
   #fr_lang .btn-info {
    left: 49px;
   }
   #es_lang .btn-info {
    left: 16px;
   }
   #intro_sec p {
	 width: 100%;
   }
   #it_lang .vertical_line img{
	top: 84px;
    position: relative;
   }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
