﻿body{
    /*font-size: 13px;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B'; font-weight: 300; font-style: normal;*/ 

    font-family: 'Gotham Rounded', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color:#fff
}

h2{
    color:#000;
    font-weight:normal;
    padding-bottom:5px;
    font-size:25px;
    margin-bottom: 15px;
}
/*h3{
    color:#000;
    font-weight:normal;
    padding-bottom:5px;
    font-size:20px;
}*/

.text-right {
    text-align: right
}

.menu-wrapper {
    background-color: rgba(54, 69, 94, 0.9);
    float: left;
    width:100%;
    position: absolute;
    z-index: 500;
    min-width:1200px;
}

.logo {
    position: absolute;
    top: 47px;
    margin-left: 10px;
}


.phone-title {
    color: #29c1dd;
    line-height: 30px;
}

/*.title {
    color: #000000;
    font-size: 14px;
    
}*/


#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 100%; 
    height: 540px; 
    overflow: hidden;
    min-width:1200px;
    position: absolute;
    z-index: 0
}

#slideshow > div { 
    position: absolute; 
    width:100%;
    height: 100%;
    top:0px;
}


#slideshow > div > img{
    width:100%;
position: relative;
    min-height: 100%

    
}

a{
    color:#3d96d2;
}

a:hover{
    color:#37465f;
    text-decoration:none
}


.big-img { 
    margin: 0px auto; 
    position: relative; 
    width: 100%; 
    height: 540px; 
    overflow: hidden;
    min-width:1200px;
    position: absolute;
    z-index: 0
}

.big-img > div { 
    position: absolute; 
    width:100%;
    height: 100%;
    top:0px;
}


.big-img > div > img{
    width:100%;
position: relative;
    min-height: 100%

    
}

.go-img{
    text-align:center;
    padding-top:50px;
    margin-bottom:30px;
}

.widget-inner-bg{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
    float: left;
    width: 100%;
}


.widget-line {
    border-bottom: 1px solid #a4a5a3;
    padding-bottom: 5px;
  
}



.wizard-progress {
    list-style: none;
    list-style-image: none; 
    padding: 0;    
    float: none;
    /*white-space: nowrap;*/
    text-align:center;
    margin: -20px auto 5px;
    display: block !important;
}



.wizard-progress li {
    float: left;
    margin-right: 30px;
    text-align: center;
    position: relative;
    /*width: 360px;*/
}

/*.wizard-progress .step-name {
    display: table-cell;
    height: 32px;
    vertical-align: bottom;
    text-align: center;
    width: 100px;
}

.wizard-progress .step-name-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}
*/

.wizard-progress .step-num {

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid lightgrey;
    color: lightgrey;
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: 400;
    font-size: 19px;
    float: left;
    text-align:center;
    padding:7px;
    background-color: white;

}

    .wizard-progress .seperator {
         float: left;
    width: 42.5%;
    height: 1px;
    background-color: lightgrey;
    position: relative;
    margin-top: 20px;
    }

/*.wizard-progress .step-num:after {
    content: "";
    display: block;
    background: #ced8d8;
    height: 1px;
    width: 360px;
    position: absolute;
    bottom: 15px;

   left: 195px;
}*/

.wizard-progress li:last-of-type .step-num:after {
    display: none;
}

.wizard-progress .active-step .step-num {
    /*background-color: #29c1dd;
      color:white;*/

    background-color: #2DCDEB;
        border: 1px solid #2DCDEB;
        color: white;
   
}

.dates .title, .persons .title {
    color: #29c1db;
    font-size: 14px;
    margin-bottom:5px;

}

 .dates div a.callink {
        position: absolute;
        top: 21px;
       
    }


input[type="text"]{
    /*height:32px; 
    border:1px solid #ced8d8;
    color: #464646;*/
    /*-moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;*/
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;*/
    padding-left: 10px;
}

input[type="text"]:focus {
    background-color: #E7E8E7;
    outline: 0;

    
}


input[type="text"].destination-search {

    background: #FFF url(../images/search-icon.png)  no-repeat 4px 9px;
    border: 1px solid #999; 
    outline:0; 
    padding-left: 25px;
    height:28px; 
    border:1px solid #8d8d8d;
    color: #6d6966;
    /*-moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px;

}

.block {
    display: block
}

.get_quote {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    background: #35bfd7;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    cursor:pointer;
    border: none;
    margin-top:10px;
    margin-bottom:20px;
    float:right;
}

.get_quote:hover{
background: #37465f}

.widget-wrapper > div > div, .widget-wrapper .title, .widget-wrapper input{
    margin-bottom:5px;
}
.widget-inner-bg > div > div, .widget-inner-bg .title, .widget-inner-bg input{
    margin-bottom:0px;
}


.widget-inner-bg .block{
    margin-top:-0px;
    line-height:30px;

}


.slideshow-wrapper {
    height: 540px; 
    background-color:#f2f2f2;
}


.slideshow-wrapper-inner {
    height: 540px; 
    margin-bottom: 0px;
}

.banner {
    position: absolute;
    z-index:22;
    height: 331px;
    top:150px;
    width:1200px
    
}

.tagline {
    margin-top:150px;
}

.tagline-inner {
    position:absolute;
    bottom:0px;
    right:0px;
    text-align:right;
}


/*-----mainmenu------*/

/*For dropdown menu*/
.main-menu > ul {
    display: table;
    margin: 0px;
    padding: 0;
    list-style: none;
    z-index:2000;
    position:relative;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.main-menu li a:hover{
    background-color:#29c1dd;
    color: #37465f;

}


.main-menu  ul  ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*background:#0f6d79*/
    background:#37465f;

    
}
.main-menu ul li {
    display: block;
    position: relative;
    float: left;
}
.main-menu li ul {
    display: none;
}
.main-menu ul li a {
    display: block;
    margin-left: 1px;
    padding:4px 20px 0px;
    white-space: nowrap;
    text-decoration:none;
    height:35px;
    color: #2DCDEB;
    text-decoration: none;

}


.main-menu ul ul li a {
    display: block;
    margin-left: -0px;
    padding: 4px 90px 10px 20px;
    white-space: nowrap;
    border-right:none;
    color:white;
        text-transform:none;
}


.main-menu li:hover ul {
    display: block;
    position: absolute;
}
.main-menu li:hover li {
    float: none;    
}

.main-menu li:hover li a:hover {
    /*background: #2a2a2a;*/
    background:#fff;
       color:#37455f;
}


/*------------FAQs-----------*/
.collapsible,
.page_collapsible {
    margin: 0;
    padding:10px;


    border-top:#fff 3px solid;
    background: #dfe8e8;
    text-decoration:none;

    color: #000;
    font-size:1.2em;
}

.collapse-open {
    background:#28c1dd;
    color: #fff;
}

.collapse-open span {
    display:block;
    float:right;
    padding:10px;
}

.collapse-open span {
    background:url(../imgs/minus.png) center center no-repeat;
}

.collapse-close span {
    display:block;
    float:right;
    background:url(../imgs/plus.png) center center no-repeat;
    padding:10px;
}

ul li{
    line-height:26px;
    /*font-size:13px;*/
    font-size:16px;
}


.content-block {
    background: #36455e;
    display: inline-block;
    width: 100%;
    min-width:1200px;
    padding-bottom:50px;
}

.button-style1 {
    
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  
    font-weight: normal;
  color: #ffffff;
  font-size: 15px;
  background: #8c499d;
  padding: 10px 30px;
  text-decoration: none;
}



.text-center {
    text-align: center
}

.inline-block {
    display: inline-block
}

.widget-title {
    padding: 0px,2px,10px;
    color:grey;
    font-weight:400;
    font-size:16px;


}

.container_12 h1 {
    color:#29c1dd;
    font-weight: normal
}

.allianz {
    color:#fff;
    font-size: 14px;
}

.content-block h3 {
    font-weight: normal;
    color:#fff;
    font-size:18px;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B'; font-weight: 300; font-style: normal; 
    
}

.call {
    color:white;
    line-height: 34px;
}

.dest-popup {
    box-shadow: 0px 0px 16px 0.00px rgba(33, 30, 31, 0.5);
    border-radius: 10px;
    background: #ffffff;
    position:absolute;
    width:750px;

    z-index: 100;
    top:97px;
    padding:20px;
    padding-bottom:40px;
    
}

.dest-popup:before{
    content: '';
    position: absolute;
    background: url(../images/arrow.png) no-repeat top left;
    width:390px;
    height:25px;
    top:-24px;
    left:20px;
}

.dest-title {
    color: #29c1dd;
    font-size: 20px;
}

.highlight {
    color: #37465f;
}

li.region-title a{
    font-size: 16px;
    background-color: #29c1dd;;
    color: #ffffff!important;
    margin-bottom:10px;
     margin-top:10px;
}

.region {
    list-style: none;
    margin:0px;
    padding:0px;
}


.region li a{
    text-decoration: none;
    color: #6d6966;
    padding:8px 10px 8px 20px;
    display: block
}

.region li a:hover{
    background:#c9dbe2;
    cursor:pointer

}



.content-processing {
    background: white;
    margin-top: 70px;
}




.ages input.grid_2{
    width:18.5%!important;
    margin:0px;
}

.persons  input.grid_8{
    width:78.6%!important;
    margin-bottom:10px;
}


/*Footer*/
.footer-wrap {

    /*padding-top: 40px;*/
    margin-top: 10px;
    /*padding-bottom: 40px;*/
    padding: 45px 20px 30px;
    /*background-color: #37455f;*/
    background-color: #465569;
    float: left;
    width: 100%
}

.footer-wrap h4 {
    /*color: #28c1dd;
    font-weight: 300;
    display: block;
    padding-bottom: 0px;
    font-size: 15px;*/

     display: block;
        width: 90%;
        color: #2DCDEB;
        font-size: 16px;
        padding-bottom: 8px;
        border-bottom: 1px solid #2DCDEB;
        margin-bottom: 15px;
        font-weight:400;
    
}

/*.footer-wrap h4:after {
    content: '';
    position:absolute;
    width:100%;
    left:0px;
    top: 45px;
    height:1px;
    background:#28c1dd
    
}*/



/*Footer menu*/
.footermenu ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.footermenu ul li{
    list-style:none
}

.footermenu ul li a{
    text-decoration:none;
    color:#fff;
    line-height: 25px
}

.footermenu ul li a:hover{
    color: #28c1dd;
}



.footer-wrap h3 {
    color: #28c1db;
    font-weight: 400;
    font-size:16px;   
    text-decoration:none;
    padding-top:10px;
    line-height:0px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    padding-left:10px;
    padding-right:10px;
}

.footer-links a:hover {
    color:#28c1dd
}


.footer-links a:last-child {
    padding-right: 0px;
} 

.footer-links{
    color: #ffffff;
    padding-bottom: 20px;
}

.footer-menu {
    padding-top:90px;
}



.destination-image {
    z-index: 1;
    margin: 0px auto; 
    width: 100%; 
    height: 540px; 
    overflow: hidden;
    min-width:1200px;
    position: absolute;

}

.destination-image div { 
    position: absolute; 
    width:100%;
    height: 100%;
    top:0px;   
}

.destination-image div img{
    width:100%;
    position: relative;
    min-height: 100% ;   
    max-height:540px;
}

input[type=text]::-ms-clear 
{ display: none; }



 .tooltiptext{
    display: none;
}

 .float-left, .floatleft{
     float:left
 }

 .space-left{
     margin-left:10px;
 }

 .content h1{
     color: #28c1dd;
     font-family: 'Gotham A', 'Gotham B'; font-weight: 900; font-style: normal; 
     font-size:40px;
     font-weight:normal

 }

 .content p {
     line-height: 1.75em;
 }

.content .table-design td, .content .table-design th {
    padding: 6px;    
}
.content .table-design .heading {
    color: #29c1dd;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid lightgrey;
}

.content .claimstable td {
    padding: 6px;
}
.content .newstable td {
    padding: 6px;
}

.content .answer table td {
    padding: 6px;
}
.content .answer ol {
    line-height: 26px;
}
 

 .side-links{
     margin-top:40px;
     text-align:right


 }

 .side-links a img{
     margin-bottom:10px;
 }

 .message-block{
    margin-top:120px; 
    min-height:400px;
 }

 @media all and (min-width: 1930px) {
    #slideshow {
        height: 600px;
}

 

    .destination-image {
        height: 600px;
}

    .slideshow-wrapper {
        height: 600px;
    }


    .slideshow-wrapper-inner {
        height: 600px;
    }
}

@media all and (min-width: 2100px) {
    #slideshow {
        height: 650px;
}

 

    .destination-image {
        height: 650px;
 }

    .slideshow-wrapper {
        height: 650px;
 }


    .slideshow-wrapper-inner {
        height: 650px;
    }
 }


@media all and (min-width: 2500px) {
    #slideshow {
        height: 700px;
 }



    .destination-image {
        height: 700px;
 }

    .slideshow-wrapper {
        height: 700px;
 }


    .slideshow-wrapper-inner {
        height: 700px;
    }
 }

*:focus {
    outline: 0;
}