﻿/*Menu Minha conta*/
.u-login .u-icon-passageiro {
	   background-color: #777777;
    border-radius: 50%;
    font-size: 0px;
    height: 30px;
    line-height: 40px;
    margin: -10px auto 0;
    text-align: center;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(/angular/images/user-icon.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

/** website header */
/** default is mobile header */
#logo_wrapper {
    padding: 0;
    max-width: 115px;
    height: auto;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 4;
    margin-top: 3%;
}

#logo_wrapper_juntas {
    /*-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);*/
    max-width: 150px;
    position: absolute;
    left: 5%;
    top: 0;
    margin-top: 5%;
    z-index: 1;
}

#top_menu {
    display: none;
    padding-top: 7px;
}

#top_menu ul li a{
    color: #6E6E6E;
    font-size: 12px;
	line-height: 2px;
 
    font-family: "proximanova light";
    display: inline-block;
    text-transform: uppercase
}
#top_menu > ul > li > a{
    display: inline-block;
    padding: 6px 4px 8px 14px;
    border-left: 1px solid #a2a2a2
}
#top_menu > ul > li > a{
	background-image: url(top_menu_bottom.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#top_menu > ul > li > a:hover{
	background-image: url(top_menu_top.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#top_menu > ul > li:hover > a{
    color: #218ec9;
  
}
#top_menu > ul > li > a.no-sousmenu{
    background-image: none;
}


#top_header {
    zoom: 1;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    margin: 0 auto;
    max-width: 960px;
   
}

#top_header:after {
    content: "";
    clear: both;
    display: table;
}

#mobile_menu {
    font-size: 0;
    float: right;
    padding: 0;
}

#mobile_menu li {
    border-left: 1px solid #eeeeee;
    width: 58px;
    display: inline-block;

}

#mobile_menu li a {
    background: no-repeat center center;
    display: block;
    padding-bottom: 100%;
    position: relative;
}

#mobile_menu .contact a {
    background-image: url('icon-contact.png');
}

#mobile_menu .search a {
    background-image: url('search.png');
	cursor: pointer;
}

#main_menu {
    *zoom: 1;
    position: relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

#main_menu li.close {
    display: none;
}

#mobile_menu .menu a > span {
    position: absolute;
    margin-top: -9px;
    margin-left: -10px;
    top: 50%;
    width: 20px;
    left: 50%;
}

#mobile_menu .menu a span span {
    display: block;
    background: #005399;
    height: 3px;
    margin-top: 3px;
}

#mobile_menu .menu a.active {
    background: #005399;
}

#mobile_menu .menu a.active span span {
    background: #fff;
}

/** level 1 */
#main_menu {
    position: relative;
}

#main_menu > ul {
    margin-top: 5%;
}

#main_menu  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

#main_menu  ul li {
    position: relative;
}
#main_menu  ul li:first-child {
    margin-top:30px;
}

#main_menu  ul li a {
    display: block;
    padding: 1em 9%;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #DFECF4;
    font-family: "Allianz_sans_bold", Arial, sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
}

/* level 2 */

#main_menu > ul > li > ul > li:first-child,
#main_menu > ul > li > ul > li > ul > li:first-child {
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
#main_menu > ul > li > ul > li > ul > li:first-child { margin-top: 0; }

/* simulate bottom shadow */
#main_menu > ul > li > ul:after {
    content: " ";
    display: block;
    height: 3px;
    margin-bottom: -3px;
    background: #F2F6F9;
    overflow: hidden;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

#main_menu ul li li {
    background: #f2f6f9;
}

#main_menu ul li li a {
    font-size: 1em;
    color: #238DCA;
    font-weight: normal;
    font-family: "proxima_nova_rgregular", Arial, sans-serif;
}

#main_menu  ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

#main_menu  ul li li li a {
    /*padding: 0;
    margin-bottom: 1px;
    max-width: none;*/
}

#main_menu  ul li ul {
    zoom: 1;
    height: 0;
    overflow: hidden;
 }

/** in mobile 3rd level is hidden */
#main_menu  ul li li ul {
    overflow: hidden;
    height: 0;
}

#main_menu nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

#main_menu ul .mainmenu_quote a {
    color:#FF4000;
}

.getaquote_fixed {display:none;}


#main_menu > ul > li .menu4Columns > li.active > a {
    display: none;
}
#main_menu > ul > li > ul > li > ul {
    display: none;
}
#main_menu > ul > li > ul.menu4Columns > li > ul {
    display: block;
}
.menu_icon {
	display: none;
}

  .busca {
    display: none
    }


   #main_menu ul li li li .last_arrow .symbol {
        background: url('icon-arrow.png') no-repeat left top;
        height: 15px;
        width: 0;
        padding-left: 18px;
        overflow: hidden;
        right:15px;
        bottom:27px;
        position: absolute;
    }




   @media only screen and (min-width: 898px) and (max-width: 3363px)  {

       #main_menu > ul > li {
      
        padding-left:3%;
       
    }
}

@media only screen and (min-width: 769px) and (max-width: 922px) {

       #main_menu > ul > li {
      
        padding-left:2%;
       
    }
}

@media screen and (min-width: 425px) {
	#logo_wrapper_juntas{
		max-width: 175px;
		margin-top: 3%;
	}
}

/**
 * desktop version
 */
@media screen and (min-width: 769px) {

    .busca {
    display: block
    }

        .busca label {
        display: none
        }

        .busca input[type='search'] {
       
        font-size: 16px;
        line-height: 33px;

        padding: 0 0 0 10px;
        margin: 0;
        height: 33px;
        border: solid 1px #dddddd;
        margin-right: -3px;

        }

        .busca input[type='button'] {
        font-weight: bolder;
        font-size: 16px;
        width: 40px;
        padding: 0;
        margin: 0;
        height: 35px;
        border: none;
        color: #fff;

        background: #238dca url('btn_busca.jpg') 90% center no-repeat;
        margin-left: -5px

        }

    
    #logo_wrapper {
        width: 14.9350649%;
        left: 2.5974026%;
        max-width: 115px;
        margin-top: 33px;
    }
	
    #logo_wrapper_juntas {
        width: 14.9350649%;
        left: 2.5974026%;
        max-width: 115px;
        margin-top: 20px;
    }	

    #top_header {
        border: 0;
        margin: 0 auto;
        max-width: 1140px;
        z-index: 2;
    }

    #top_menu {
        display: block;
        float: right;
      
    }

    #top_menu li {
        display: inline-block;
        *display: inline;
        margin: 0 5px;
		position: relative;
    }
	
	#top_menu li ul {
		display: none;
		position: absolute;
		left: 0;
		width: 150%;
		min-width:150px;
		word-wrap: break-word;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
		padding-left: 0;
		padding-right: 0;
		padding-top: 7px;
		padding-bottom: 7px;
        color: #258dca;
        border: 1px solid #e9f4fa;
        background-color: #fff;
        z-index: 5!important;
        top: 24px;
		
	}
   #top_menu li ul a{
    color: red
   }

	#top_menu li ul#top_menu_countries {
		left: -175px;
		width: 300px;
        z-index: 100;
	}
    .ie8 #top_menu li ul#top_menu_countries { left: -170px; }
    #top_menu li ul#top_menu_countries li {
        display: inline;
        float: left;
        clear: none;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 1%;
        padding-top: 1%;
        margin: 0;
        width: 42%;
        word-wrap: break-word;
    }
	
	#top_menu li:hover ul {
		display: block;
	}
	
	#top_menu li ul li {
		display: block;
		float: left;
		clear: both;
		padding-left: 4%;
		padding-right: 4%;
		padding-bottom: 1%;
		padding-top: 1%;
		margin: 0;
		width: 92%;
		word-wrap: break-word;
	}
	
	#top_menu li ul#top_menu_countries li {
		padding-bottom: 0%;
		padding-top: 0%;
	}
	
    #top_menu li ul li:hover {
        background-color: red
    }
    #top_menu li ul li:hover a {
        color: #fff;
    }

    .getaquote_fixed {
        display: block;
        position: relative;
        height:0;
        float:right;
        margin-left:auto;
        margin-right: 0;
    }

    .getaquote_fixed a {
        z-index: 20;
        display: block;
        background: #fa781e;
        color:#fff;
        border-radius: 0 0 4px 4px;
        position: fixed;
        float: right;
        text-align: center;
        line-height: 30px;
        top:-30px;
        vertical-align: middle;
    }
    .getaquote_fixed, .getaquote_fixed a {
        width:140px;
    }


    #mobile_menu li {
        display: none;
    }

    #mobile_menu li.search {
        display: none;
        position: absolute;
        right:0;
        top:100%;
        border: none;
        margin-top: 10px;
        width: 30px;
    }

    #main_menu li.close {
        display: block;
    }

    #main_menu {
        background: #fff;
        height: auto;
    }

    #main_menu:after {
        content: "";
        display: table;
        clear: both;
    }

    #main_menu ul li a {
        border: none;
    }
	#main_menu  ul li:first-child {
		margin-top: 0px;
	}


    #main_menu > ul > li a {
        padding: 16px 0;
        font-family: "proximanova light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: -0.04em;
        font-size: 16px;
		line-height: 18px;
        outline: none;

    }

    #main_menu > ul {
        text-align: right;
        /* need line-height:0, because :after take the height of a full line */
        line-height: 0;
        padding-left: 19.7916667%;
       
        position: static;
    }

    #main_menu > ul > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        line-height: 1;
        vertical-align: top;
        position: static;
       
    }

    #main_menu > ul:after {
        content: "";
        width: 100%;
        display: inline-block;
        height: 0;
        /* vertical-align:top to remove the bottom space */
        vertical-align: top;
    }

    /** level 2 */
    #main_menu ul li ul {
        display: none;
        height: auto;
        overflow: visible;
        position: absolute;
        left: 0;
        width: 19.7917%;
        top: 100px;
    }

    #main_menu > ul > li > ul {
        background: none;
        width: 100%;
    }


    #main_menu > ul > li > ul:after {
        content: none;
    }

    #main_menu > ul > li > ul > li {
        background: none;
    }

    #main_menu > ul > li > ul > li:first-child {
        box-shadow: none;
    }

    #main_menu > ul li li a {
        letter-spacing: normal;
        font-family:"Allianz_sans_bold", Arial, sans-serif;
		font-size: 15px;
		line-height: 15px;
        padding: 12px;
        max-width: 126px;
		word-wrap: break-word;
    }

    #main_menu > ul li li.active > a {
        background: #238dca url('icon-arrow-white.png') 90% center no-repeat;
        color: #fff;
    }


    /** level 3 */
    #main_menu ul li ul li {
        height: auto;
        position: static;
    }

    #main_menu ul li li ul {
        position: absolute;
        left: 19.7917%;
        width: auto;
        top:0;
        height: auto;
        right: 0;
        padding-bottom: 20px;
    }

    #main_menu ul ul ul li {
        float:left;
        width:33.332%;
        background: none !important;
    }
    #main_menu ul li li li a {
        height: 120px;
        background:#f3f6f8;
        margin-right: 1px;
        position: relative;
        margin-bottom: 1px;
        padding: 0;
        max-width: none;
    }

    #main_menu ul li li li a:hover {
        background: #bed7f8;
    }

    #main_menu ul li li li a .text {
        font-family: alsanreg, Arial, sans-serif;
        position: absolute;
        bottom: 30px;
        color:#238dca;
        font-size: 13px;
		line-height: 13px;
        text-transform: uppercase;
        left: 24px;
        width: 96px;
		word-wrap: break-word;
    }


    #main_menu ul li li li .last_arrow .text {
        width:auto;
    }

    #main_menu ul li li li .last_arrow .symbol {
        background: url('icon-arrow.png') no-repeat left top;
        height: 15px;
        width: 0;
        padding-left: 18px;
        overflow: hidden;
        right:15px;
        bottom:27px;
        position: absolute;
    }

    .menu_icon {
        /*** place the icon ***/
		display: inline-block;
        height: 72px;
        top: 50%;
        margin-top:-36px;
        right: 20px;
        background: no-repeat center center;
        position: absolute;
        width: 80px;
    }

    /*** the following is 1 style for 1 menu icon ***/
    .icon_singletrip {
        background-image: url(icon-suitecase.png);
    }

    .icon_wintersport {
        background-image: url(icon-montain.png);
    }

    .icon_family {
        background-image: url(icon-family.png);
    }

    .icon_annual {
        background-image: url(icon-calendar.png);
    }

    .icon_backpaper {
        background-image: url(icon-walk.png);
    }

    .icon_gulf {
        background-image: url(icon-gulf.png);
    }

    .icon_business {
        background-image: url(icon-airplain.png);
    }


    /** menu 4 columns */

    #main_menu > ul > li .menu4Columns > li.active > a {
        display:none;
    }

    #main_menu > ul > li .menu4Columns .close {
        position: absolute;
        bottom:0;
        right:0;
    }

    #main_menu > ul > li .menu4Columns ul {
        position: relative;
        left:auto;
        right:auto;
        width:auto;
        padding-bottom:40px;
    }

    #main_menu ul .menu4Columns ul li {
        width:24.99%;
    }

}

@media screen and (min-width: 960px) {
    #logo_wrapper {
        left: 0;
        max-width: 150px;
        width:15.625%;
    }

	#logo_wrapper_juntas {
		left: 0;
		max-width: 200px;
		width: 20%;
		margin-top: 58px;
		margin-left: -30px;
	}

    #main_menu {
        margin-top: 10px;
		max-width: 1130px;
    }

    #mobile_menu li.search {
        margin-top: 17px;
    }
}

/* level 01 */

