@charset "utf-8";
/* CSS Document */

body {
    font:normal 11px/12px Arial, Helvetica, sans-serif;
    color:#444444;
    margin:0;
    padding:0;
    background-color: #fff;
}

.wrapper{
    width:1000px;
    margin: 0 auto;
}

h1{
    margin:10px 10px 10px 0;
    padding:0;
    color:#F60;
    font:normal 16px/20px Arial, Helvetica, sans-serif;
}
h2{
    margin:10px 0 10px 0;
    padding:0;
    color:#F30;
    font:normal 15px/18px Arial, Helvetica, sans-serif;
}
#pannel{
    width:100%;
    margin:0;
	
    padding: 5px 0;
    background-color: #0C1D2F;
}
#pannel #task{
    width:1000px;
    height:30px;
    margin:0 auto;
    padding:0;
    font:normal 11px/30px Arial, Helvetica, sans-serif;
    color:#fff;
}
#task #sm_nav{
    float:right;
    width: 300px;
    text-align: right;
    font-size: 14px;
}

.sc-fcb{
    width: 100px;
    float: left;
    padding-top: 5px;
}

#sm_nav a{
    color:#fff;
    text-decoration: none;
    padding:0 5px;

}
#sm_nav a:hover{
    color:#FFF;
    text-decoration:none;
}
#top{
    width:1000px;
    height:100px;
    margin:0 auto;
    padding:0;
    position:relative;
}
#logo{
    width:250px;
    height:60px;
    margin:0;
    padding: 25px 0 0 0px;
    float: left;
}
#logo img{
    border:none;
}
#top #awb{
    width:400px;
    padding: 35px 0 0 40px;
    margin:0;
    float: left;
}

.awb-search{
    float: right;
    width: 300px;
    padding: 15px 0 0 0px;
}

#awb input{
    width:280px;
    height:30px;
    margin:5px 10px;
    border:none;
    background:none;
    color:#666;
    font:normal 16px/30px Arial, Helvetica, sans-serif;
    letter-spacing:-0.02em;
}
#menu{
    width:990px;
    height:55px;
    margin:0 auto;
    position:relative;
}
#menu .lefter{
    width:10px;
    height:55px;
    position:absolute;
    left:0;
    top:0;
    background:url(../images/menu_lf.png) no-repeat;
}
#menu .righter{
    width:10px;
    height:55px;
    position:absolute;
    right:0;
    top:0;
    background:url(../images/menu_rt.png) no-repeat;
}
#menu ul{
    width:auto;
    height:55px;
    display:block;
    list-style-type:none;
    padding:0;
    margin:0 10px;
    background:url(../images/menu_bg.png) repeat;
}

#menu ul ul{
    width: 250px;
    height: auto;
    position: absolute;
    z-index: 2;
    background-color: #0C1D2F;
    background-image: none;
    left: -10px;
    opacity: 0;
    top: 40px;
    /*display: none;*/

    visibility: hidden;
    transition: top 1s, opacity 0.3s;
}

#menu li{
    /*width:145px;*/
    height:50px;
    margin:5px 30px 0 0;
    display:inline-block;
    float:left;
    position: relative;
}


#menu ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
}

#menu li.last{
    margin:5px 0 0 0;
}
#menu li.spc{
    width:1px;
    height:55px;
    margin:0;
    padding:0;
    background:url(../images/spc.png) no-repeat;
    float:left;
}
#menu li a{
    height:42px;
    text-transform:uppercase;
    color:#FFF;
    text-decoration:none;
    display:block;
    font:normal 15px/16px Arial, Helvetica, sans-serif;
    padding:8px 15px 0 15px;
    transition: all 0.3s;
}
#menu li a:hover, #menu ul > li:hover > a{
    color:#F00;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

#menu li li a{
    height: auto;
    padding: 10px;
    font-size: 14px;
}

#menu li:hover ul{
    /*display: block;*/
    top: auto;
    opacity: 1;
    height: auto !important;
    visibility: visible;
}

#menu li li a:hover{
    border-radius: 0;
}

#menu li a span{
    font-size:14px;
    font-weight:normal;
    color:#999;
    float:left;
    text-transform:none;
}
#menu li a:hover span{
    color:#999;
}
#banner{
    width:990px;
    height:320px;
    margin:0 auto;
    padding:0;
    /*background:url(../images/plane_banner.jpg) no-repeat;*/

    text-align:right;
    text-transform:uppercase;
    font:normal 26px/28px Georgia, "Times New Roman", Times, serif;
    color:#900;
}
#banner span{
    text-transform:none;
    font:normal 20px/30px Georgia, "Times New Roman", Times, serif;
    color:#333;
    display: none;
}

#banner img{
    width: 100%;
    height: auto;
}


#page{
    width:980px;
    height:auto;
    margin:0 auto;
    padding:5px 5px 20px 5px;
    display:block;
    position:relative;
    background-color:#FFF;
    font-size: 14px;
    line-height: 21px;
}

.list{
    padding: 5px 20px;
    margin: 0 10px;
    display: block;
}

    .list  li{
        margin-bottom: 5px;
        list-style: disc;
    }

    .square-list li{
        list-style: square;
    }

    .red{
        color: #FF0000;
    }

    .blue{
        color: #2964A3;
    }

    .dark-red{
        color: #990000;
    }

    p.highlight{
        font-weight: bold;
        font-size: 20px !important;
    }

    .logo-text{
        font-weight: bold;
        color: #2964A3;
    }

    .logo-text em{
        font-style: normal;
        color: #990000;
    }

.p-img img{
    max-width: 100px;
}

.p-img{
    width: 150px;
    text-align: right;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.p-link{
    float: left;
}

.colaborari-list li{
    display: block;
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.colaborari-list li:hover{
    background-color: #FBFBFB;
}

#hcass{
    width:260px;
    height:80px;
    margin:0 1px 0 0;
    padding:0;
    background:url(../images/hcass_bg.jpg) repeat-x;
    display:inline-block;
    color:#FFF;
    position:relative;
}
#hcass .last{
    margin:0;
}
#hcass h1{
    margin:10px 0 10px 10px;
    padding:0;
    color:#FFF;
}
#hcass p{
    margin-left: 10px;
    padding:0;
    line-height:14px;
}
#hcass p a{
    margin-left:10px;
    padding:0;
    text-decoration:none;
    color:#CCC;
    position:absolute;
    bottom:5px;
    right:5px;
    font-size:16px;
}
#hcass p a:hover{
    color:#F30;
    text-decoration:none;
}
#concass{
    width:500px;
    margin:0;
    padding:0;
}
#newscass{
    width:240px;
    height:60px;
    margin:10px 0;
    padding:10px;
    position:absolute;
    top:100px;
    right:5px;
    background:url(../images/dest.jpg) no-repeat;
}
#contact{
    width:240px;
    height:100px;
    margin:10px 0;
    padding:10px;
    position:absolute;
    top:-10px;
    right:70px;
    font:normal 12px/14px Arial, Helvetica, sans-serif;
    color:#333;
}
#footer{
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    z-index:-10;
}
#foot{
    width:1000px;

    margin: 0 auto;
    padding: 25px 0;
    position:relative;
}
#foot #lefter{
    padding:0;
    width:10px;
    height:55px;
    display:block;
    position:absolute;
    left:0;
    top:-1px;
    background:url(../images/ft_lf.png) no-repeat;
}
#foot #center{
    width:981px;
    height:54px;
    display:block;
    padding:0;
    margin:0;
    background:url(../images/ft_bg.png) repeat;
    position:absolute;
    top:0;
    left:9px;
    color:#999;
    font-size:10px;
}
#center a{
    font:bold 10px/32px Arial, Helvetica, sans-serif;
    color:#CCC;
    text-decoration:none;
    padding:5px;
}
#center a:hover{
    text-decoration:none;
    background-color:#DDD;
    color:#000;
}
#foot #righter{
    padding:0;
    width:10px;
    height:55px;
    display:block;
    position:absolute;
    right:0;
    top:-1px;
    background:url(../images/ft_rt.png) no-repeat;
}
#foot #dev{
    width:70px;
    height:20px;
    display:block;
    background:url(../images/amd.png) no-repeat center center;
    text-decoration:none;
    border:none;
    position:absolute;
    right:20px;
    top:20px;
}
#foot #dev:hover{
    background:url(../images/amd_ov.png) no-repeat center center;
    box-shadow:0 1px 2px #111111;
}

.info{
    font-style: italic;
}

.context th{
    font-weight:bold;
    text-align:left;
}
.enum{
    list-style-type:none;
    margin:0 0 0 10px;
    font:normal 13px/14px Arial, Helvetica, sans-serif;
    color:#333;
}
.enum li{
    background:url(../images/bullet.gif) no-repeat left;
    padding-left:20px;
}

.zona{
    width: 17%;
    font-weight: 700;
}

.zona-tari{
    font-style: italic;
    border-spacing: 0;
    border-collapse: separate;
}

.zone td{
    border-top: 1px solid #666;
}

.zone tr:last-child td{
    border-bottom: 1px solid #666;
}

/* --- AWB Form --- */
#awbt{
    width:790px;
    height:300px;
    margin:5px 0;
}
#awbt #exp{
    width:280px;
    height:300px;
    display:block;
    margin:5px;
    border:1px solid #CCC;
    float:left;
    font:normal 11px/14px Arial, Helvetica, sans-serif;
    color:#666;
}
#awbt #dest{
    width:280px;
    height:300px;
    display:block;
    margin:5px;
    border:1px solid #CCC;
    float:left;
}
#awbt #no{
    width:190px;
    display:block;
    margin:5px 0 5px 5px;
    float:left;
}
#no img{
    margin-bottom:10px;
}
#awbt .desc{
    display:block;
    font:bold 13px/24px Arial, Helvetica, sans-serif;
    color:#FFF;
    background:#333;
    text-transform:uppercase;
    margin:0;
    padding:0 5px;
}
#awbt .desc span{
    width:24px;
    height:24px;
    display:inline-block;
    text-align:center;
    color:#333;
    padding:0;
    margin:0;
    background:url(../images/desc_bg.png) no-repeat center;
}
#awbt .post{

    font:bold 14px/24px "Courier New", Courier, monospace;
    color:#333;
    margin:0;
    padding:0 5px;
}

#awbt .awb_no{
    display:block;
    font:bold 24px/28px "Courier New", Courier, monospace;
    color:#333;
    margin:0;
    text-align:center;
    padding:0 5px;
}
#awbt span{
    margin:5px;
    color:#999;
}
#int{
    width:500px;
    height:40px;
    margin:0 auto;
    display:block;
}
#int input{
    width:380px;
    height:30px;
    margin:0;
    padding:5px 10px;
    border:none;
    background:none;
    color:#666;
    font:normal 16px/30px Arial, Helvetica, sans-serif;
    letter-spacing:-0.02em;
    background:url(../images/3w_bg.png) no-repeat;
}
#int input[type='submit']{
    width:100px;
    height:40px;
    display:block;
    float:right;
    color:#FFF;
    background:url(../images/go_bg.png) no-repeat;
    margin:0;
}

/* ---- Form Style ---- */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0;
width:400px;
padding:5px 15px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #b7ddf2;
background:#ebf4fb;
margin:0 0 0 10px;
}
#stylized h1 {
font-size:16px;
font-weight:normal;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-size:14px;
font-weight:normal;
text-align:right;
width:140px;
float:left;
}
#stylized label .required{
    color:#F00;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 5px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 5px;
}
#stylized input[type='submit']{
clear:both;
float:right;
width:125px;
height:31px;
background:#666666 url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:16px;
font-weight:normal;
border:none;
}
.errormsg {
    display:compact;
  height: 30px;
  line-height: 30px;
  color: #900;
  font-size:12px;
  background: #FF9D9D url(../images/stop.png) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border: 1px solid #FF0000;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkir-border-radius:4px;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
}

.thxmsg {
    display:compact;
  height: 46px;
  line-height: 23px;
  color: #333;
  font-size:12px;
  background: #9DFF9D url(../images/trust.png) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border: 1px solid #00FF00;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkir-border-radius:4px;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
}
#uconst{
    width:968px;
    display:compact;
  height: 30px;
  line-height: 30px;
  color:#C60;
  text-align:center;
  font-size:16px;
  background:#FD9;
  padding:3px 10px;
  margin: 10px 0;
  border: 1px solid #C60;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkir-border-radius:4px;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
}

/* --- Suggestion applet --- */

    .suggestionsBox {
        position: relative;
        top:0px;
        margin:0;
        width: 400px;
        background-color:#FFFFFF;
        border: 1px solid #DDD;
        color: #000;
        z-index:1;
    }

    .suggestionList {
        margin: 0px;
        padding: 0px;
        list-style-type:none;
    }

    .suggestionList li {
        margin: 0;
        padding: 3px;
        cursor: pointer;
        font:normal 11px/12px Arial, Helvetica, sans-serif;
        z-index:5;
    }

    .suggestionList li:hover {
        background-color: #659CD8;
    }

/*add*/
.resetul{margin:0;padding:0;list-style:none}
.clear:before,.clear:after{content:' ';display:table}
.clear:after{clear:both}
.clear{*zoom:1}
img{max-width:100%;vertical-align:bottom}

.slider-wrapper{
    background-color: #fff;
}

.slider{
    float: left;
    width: 68%;
    max-height: 340px;
}

.promo{
    float: right;
    width: 30.4%;
    padding-right: 5px;
}
    .promo .button-link{
        display: block;
        width: 100%;
        color: #fff;
        font:normal 16px/20px Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        background-color: #154687;
        background-color: #0C1D2F;

        height: auto;
        padding: 40px 0 30px 0;
        margin-bottom: 5px;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 20px;
    }

    .promo .button-link.ic-clock{
        background-color: #BC1016;
    }

    .promo .button-link span{
        opacity: 0;
        position: absolute;
        top: 50px; bottom: 0; left: 0; right: 0;
        background-color: #659CD8;
        padding-top: 40px;
        transition: top 0.3s, opacity 0.3s;
    }

    .promo .button-link:hover span{
        display: block;
        opacity: 1;
        top: 0;
    }

    .promo .button-link.no-mb{
        margin-bottom: 0;
    }

    .promo em{
        font-style: normal;
        display: block;
    }



    .ic-clock{
        /*background-image: url(../images/icons/calendar-clock-icon.png);*/
    }

    .ic-map{
        /*background-image: url(../images/icons/map-map-marker-icon.png);*/
    }

.slider-parteneri{
    background-color: #eee;
    padding: 10px 0 30px 0px;
    width: 1000px;
    border-top: 1px solid #ddd;
}

    .ptn-slider-wrapper{
        background-color: #fff;
        padding: 10px 0;
    }

    .slider-parteneri h2{
        margin: 0 0 10px 20px;
        color: #999;
        font-weight: 700;
        font-size: 18px;
        text-shadow: 0px 1px 0px #FFFFFF;
    }

    .ptn-slider-wrapper img{
        max-height: 65px;
    }


.side-widgets{
    position: absolute;
    right: 0;
    top: 20%;
    width: 220px;
}

    .widgets .widget{
        display: none;
    }

    .show-widgets{
        /*background-image: url(../images/icons/sign-info-icon.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 48px;
        height: 48px;*/
        display: block;
        padding: 10px 15px;
        background-color: #0C1D2F;
        border-radius: 3px 0 0 3px;
        color: #fff;
        text-decoration: none;
        width: 50%;
        margin-bottom: 10px;
        float: right;
    }

    .show-widgets:hover{
        background-color: #999;
    }

    .widget-colaborari{
        background-color: #fff;
        padding: 5px;
    }

    .widget-colaborari li a{
        text-decoration: none;
        display: block;
        background-color: #F6F6F6;
        padding: 5px;
        color: #333;
        font-size: 12px;
    }

    .widget-colaborari li:nth-child(2n) a{
        background-color: #eee;
    }

    .widget-colaborari li a:hover{
        background-color: #ddd;
    }

/*home boxes*/
.box{
    width: 32.91%;
    float: left;
    margin-right: 5px;
}
    .box:hover{
        background-color: #E6E6E6;
    }

    .box.last{
        margin-right: 0;
        float: right;
    }

    .box-content{
        padding: 5px;
        min-height: 150px;
    }

    .box-content p{
        font-size: 12px;
        line-height: 18px;
    }

    .box-content p a{
        font-weight: 700;
    }

    .box h3{
        margin: 5px 0 5px 0;
        text-transform: uppercase;
    }

    .box a{
        color: #0C1D2F;
        text-decoration: none;
    }

     .box h3 a, .box h3{
         color: #990000;
     }

    .box a:hover{
        color: #18395D;
        text-decoration: underline;
    }

    a.read-more:hover{
        text-decoration: none;
    }

   .box img{
       box-shadow: inset 3px 3px 3px -3px #808080;
       transition: all 0.3s, opacity 0.3s;
   }

    .box img:hover{
        transform: scale(1.3);
    }

    .image-holder{
       overflow: hidden;
    }



/*_home boxes*/

.contact-details{
    font-size: 14px;
    color: #000;
    float: right;
    width: 400px;
    padding-top: 20px;
}
    .contact-details span{
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }

    .contact-details b{
        display: inline-block;
        width: 50px;
        text-align: left;
        padding-right: 10px;
        /*font-weight: normal;*/
        color: #aaa;
        text-shadow: 0px 1px 0px #ddd;
        font-size: 12px;
        text-transform: uppercase;
    }

    .contact-details a{
        color: #000;
        text-decoration: none;
    }

.contact-data{
    width: 400px;
    float: left;

}

    .contact-data h3{
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .contact-data p{
        margin: 0 0 5px 0;
    }

    .contact-card{
        margin-bottom: 25px;
    }

#page p{
    font-size: 14px;
}

#page h1{
    font-size: 18px;
    margin-bottom: 20px;
}

#page a{
    color: #333;
}

    #page a:hover{
        text-decoration: none;
    }

.contact-harta{
    width: 500px;
    float: right;
}

.harta-arie{
    text-align: center;
}
/*.harta-arie img{
    width: 100%;
} */

.input-text{
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 3px;
    width: 70%;
}
.input-login-app {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 4px;
	width: 31%;
	float: left; 
	}	 
	
.input-submit{
    padding: 10px 10px;
    border-radius: 3px;
    border: 0;
    background-color: #18395D;
    color: #fff;
}

/*_add*/

@media all and (max-width: 1125px){
    .side-widgets{
        display: none;
    }

}
