/* WEBFONT */
@font-face {
    font-family: 'universum_bgbold';
    src: url('web-fonts/universum_bg_bold-webfont.eot');
    src: url('web-fonts/universum_bg_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-fonts/universum_bg_bold-webfont.woff') format('woff'),
         url('web-fonts/universum_bg_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'universum_bgregular';
    src: url('web-fonts/universum_bg_regular-webfont.eot');
    src: url('web-fonts/universum_bg_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-fonts/universum_bg_regular-webfont.woff') format('woff'),
         url('web-fonts/universum_bg_regular-webfont.ttf') format('truetype'),
         url('web-fonts/universum_bg_regular-webfont.svg#universum_bgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* GENERAL STYLING */
html{ overflow-x:hidden; height: 100%;padding: 0px;margin: 0px}
body{ background: url("../images/background.png") repeat-y scroll center 14px #dcdcdc; margin:0px; padding:0px;  font-family: 'universum_bgbold', Arial, Helvetica, sans-serif; color:#000; font-size:12px;  height: 100%;}
/*body.arabic{direction:rtl;}*/
a{ color:#919191; text-decoration: none;}
a:hover{ color:#3c3c3c;text-decoration:none; }
a, img{ border:0px; }
p{ margin: 0px;font-family: Arial, Helvetica, sans-serif; }
input, textarea, select{ font-family: Arial, sans-serif; }
h1{  }
h2{ margin:0px; }
h3{  }
h4{  }
h5{  }
h6{  }
.clear-both{clear:both;}
.f-left{ float:left; }
.f-right{ float:right; }
.c-both{ clear:both; }
.z-margin{ margin:0px !important; }
.z-padding{ padding:0px !important; }
ul, ol{ padding:0px; margin:0px; list-style:none; }
ul li, ol li{ padding:0px; }
.ml-0{
    margin-left: 0px!important;
}
.mr-0{
    margin-right: 0px!important;
}
.mt-0{
    margin-top: 0px!important;
}
.mr-25{
    margin-right:25px!important;
}
.mt-15{
    margin-top:15px!important;
}
.mt-50{
    margin-top:50px!important;
}
.hidden{
    display: none!important;
}

.f-left{
    float:left!important;
}

.f-right{
    float:right!important;
}

.overflow-hidden{
    overflow:hidden;
}
form{
    width: 560px;
}

input[type=text],input[type=password],textarea{
    width: 538px;
    padding:10px;
    background: #eae9e7;
    color: #66615d;
    border: 1px solid #d1d0ce;
}

textarea{
    height: 140px;
}

select{
    background:#263849;
    border:1px solid #5a6982;
    color:#c8d2e1;
    padding:5px;
}

::selection {
	background: #3c3c3c; /* Safari */
        color: #fff;
	}
::-moz-selection {
	background: #3c3c3c; /* Firefox */
        color: #fff;
}
/*HEADER*/
.header-top-content{
    width: 930px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}

.header-top-content .lang{
    display: inline-block;
    margin: 10px 0px 0px 0px;
    font-size: 11px;
    text-transform: lowercase;
}

.h-logo-bg,
.h-logo-en{
    background: url("../images/logo_plakat.png") no-repeat scroll center 0px;
    width: 930px;
    height: 54px;
    display: inline-block;
    margin: 9px 0px 11px 0px;
    
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.h-logo-bg:hover,
.h-logo-en:hover{
    background: url("../images/logo_plakat_hover.png") no-repeat scroll center 0px;
}
.header-wrapper{
    position: relative;
}
.header{
    position: relative;
}
.header ul{
    overflow: hidden;
}
.header ul li{
    float: left;
}
.header ul li a{
    padding: 9px 0px;
    width: 94px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin:0px 1px 2px 1px;
    font-weight: 200;
    text-transform: lowercase;
    font-size: 11px;
    
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.header ul li a:hover,
.header ul li a.active{
    background: #e6e6e6;
}

.header ul li.last-in-row{
    width: 94px;
}
.header ul li.search{
    position: relative;
}
.header ul li.search a{
    width: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("../images/sprite.png") no-repeat scroll center -300px transparent;
}

.header ul li.search a:hover{
    background: url("../images/sprite.png") no-repeat scroll center -300px;
}

.header ul li.search input{
    padding: 7px 25px 7px 5px;
    width: 63px;
    margin: 0px 0px 0px 3px;
    border: none;
    outline: none;
    background: #dcdcdc;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.header ul li:hover input{
    background: #e6e6e6;
}
.header ul li.search input:focus{
    background: #e6e6e6;
}
/*LAYOUT*/
.content-wrapper{
    width: 930px;
    margin: 0px auto 0px auto;
}

.left-sidebar{
    width: 160px;
    float: left;
    padding: 15px 0px 0px 0px;
}

.right-sidebar{
    width: 160px;
    float: right;
    padding: 15px 0px 0px 0px;
}

.sidebar-banner-wrapper{
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.main{
    width: 575px;
    margin: 0px auto 0px auto;
}

.main-content{
    width: 545px;
    margin: 0px auto;
}

.breadcrumbs-wrapper{
    width: 545px;
    margin: 13px auto 9px auto;
    height: 11px;
}

.breadcrumbs{
    overflow: hidden;
    position: relative;
}

.breadcrumbs li{
    float: left;
    margin-right: 5px;
}

.breadcrumbs li a{
    text-transform: lowercase;
    font-size: 11px;
}
.breadcrumbs li .separator{
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 0px 3px 0px 0px;
    background: url("../images/sprite.png") no-repeat scroll 0px -1px;
}

.breadcrumbs li:last-child .separator,
.breadcrumbs li:hover .separator{
    background: url("../images/sprite.png") no-repeat scroll 0px -24px;
}

.breadcrumbs li:last-child a{
    color: #3c3c3c;
}
/*HOMEPAGE*/
.hp-news-scrollable-wrapper{
    position: relative;
    width: 595px;
    height: 160px;
    margin:0px 0px 31px -24px;
    padding:0px;
}
.hp-news-scrollable{ 
    position: relative;
    overflow: hidden;
    width: 545px;
    height: 160px;
    margin:0px 7px;
    padding:0px;
    float: left;
}
.hp-news-scrollable .items{ 
    width: 20000em; 
    height: 160px; 
    position: relative;
}
.hp-news-scrollable .items .slide{ width: 545px; float:left; }
.hp-news-scrollable .items .slide a:first-child{ margin-left: 0px; }
.hp-news-scrollable-wrapper .prev{ 
    background: url("../images/sprite.png") no-repeat scroll 0px -79px;
    width:17px; 
    height: 17px;
    cursor: pointer;
    display: block;
    position:relative;
    margin:70px 0px 0px 0px; 
    z-index: 9999; 
    float: left;
}
.hp-news-scrollable-wrapper .prev:hover{ 
    background: url("../images/sprite.png") no-repeat scroll 0px -144px;
}
.hp-news-scrollable-wrapper .next{
    background: url("../images/sprite.png") no-repeat scroll 0px -46px;
    width:17px; 
    height: 17px;
    cursor: pointer;
    display: block;
    position:relative;
    margin:70px 0px 0px 0px; 
    z-index: 9999; 
    float: left;
}
.hp-news-scrollable-wrapper .next:hover{
    background: url("../images/sprite.png") no-repeat scroll 0px -111px; 
}
.hp-news-link,
.hp-news-link-no-pic{
    display:block;
    height:160px;
    width:160px;
    position:relative; 
    float:left;
    margin-left: 32px;
}
.hp-news-link img{ 
    margin:0px auto;
    display: block; 
}

.hp-news-link .hp-news-info-full{ 
    position:absolute; display:block !important; 
    background:url(../images/back_transp.png) repeat 0 0;
    position:absolute;
    width:150px; 
    padding:7px 5px;
    height:146px;
    z-index:10;
    top:135px; 
    transition:top 0.2s ease;
    -webkit-transition:top 0.2s ease;
    -moz-transition:top 0.2s ease; 
}
.hp-news-link:hover .hp-news-info-full{ 
    top:0px; 
    transition:top 0.4s ease; 
    -webkit-transition:top 0.4s ease; 
    -moz-transition:top 0.4s ease; 
}
.hp-news-link .hp-news-info-no-pic{
    display:block;
    padding:7px 5px;
    height:146px;
    background:#f6f6f6; 
}
.hp-news-link:hover .hp-news-info-no-pic{ 
    background:#e6e6e6; 
}

.hp-news-link .hp-news-title{
    font-size:11px; 
    color: #5c5c5c;
    line-height:15px; 
    display:block;
    margin-bottom:5px;
    height: 30px 
}

.hp-news-link .hp-news-date{ 
    font-size:11px;
    color:#5c5c5c;
    display:block;
    margin-top:8px; 
    font-family: Arial, Helvetica, sans-serif;
}
.hp-news-link .hp-news-desc{ 
    font-size:11px; 
    color:#5c5c5c;
    display:block; 
    line-height:13px;
    height:90px;
}
.hp-gallery-wrapper{
    overflow: hidden;
    margin: 0px auto;
}
.hp-gallery-wrapper .img-wrapper{
    float: left;
    margin: 0px 31px 31px 0px;
    display: inline-block;
    width: 65px;
    height: 65px;
}

.hp-gallery-wrapper .img-wrapper.invisible,
.gallery-wrapper .img-wrapper.invisible{
    display: none;
}
.hp-show-more-images,
.page-show-more-images{
    width: 90px;
    height: 50px;
    display: block;
    margin: 0px auto 0px auto;
    text-align: center;
    text-transform: lowercase;
    font-size: 11px;
}
.hp-show-more-images span,
.page-show-more-images span{
    display: inline-block;
    width: 100%;
}
.hp-show-more-images .ico,
.page-show-more-images .ico{
    background: url("../images/sprite.png") no-repeat scroll center -176px; 
    width: 17px;
    height: 17px;
    margin-top: 12px;
}

.hp-show-more-images:hover .ico,
.page-show-more-images:hover .ico{
    background: url("../images/sprite.png") no-repeat scroll center -209px; 
}

/*NEWS*/
.news-list-wrapper{
    overflow: hidden;
}
.news-list-link{
    display:block;
    height:160px;
    width:160px;
    position:relative; 
    float:left;
    overflow: hidden;
    margin: 0px 0px 32px 32px;
}
.news-list-link img{ 
    margin:0px auto;
    display: block; 
}

.news-list-link .info-full{ 
    position:absolute; display:block !important; 
    background:url(../images/back_transp.png) repeat 0 0;
    position:absolute;
    width:150px; 
    padding:7px 5px;
    height:146px;
    z-index:10;
    top:135px; 
    transition:top 0.2s ease;
    -webkit-transition:top 0.2s ease;
    -moz-transition:top 0.2s ease; 
}
.news-list-link:hover .info-full{ 
    top:0px; 
    transition:top 0.4s ease; 
    -webkit-transition:top 0.4s ease; 
    -moz-transition:top 0.4s ease; 
}
.news-list-link .info-no-pic{
    display:block;
    padding:7px 5px;
    height:146px;
    background:#f6f6f6; 
}
.news-list-link:hover .info-no-pic{ 
    background:#e6e6e6; 
}

.news-list-link .title{
    font-size:11px; 
    color: #5c5c5c;
    line-height:15px; 
    display:block;
    margin-bottom:5px;
    height: 30px 
}

.news-list-link .date{ 
    font-size:11px;
    color:#5c5c5c;
    display:block;
    margin-top:8px; 
}
.news-list-link .desc{ 
    font-size:11px; 
    font-family: Arial, Helvetica, sans-serif;
    color:#5c5c5c;
    display:block; 
    line-height:13px;
    height:90px;
}

/*PAGES*/

.page-image{
    margin-bottom:32px;
    display: block;
}
.page-title{
    font-weight: 400;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}

.gallery-wrapper{
    overflow: hidden;
    /*margin: 0px auto 31px auto;*/
}

.gallery-wrapper .img-wrapper{
    float: left;
    margin: 0px 31px 31px 0px;
    display: inline-block;
    width: 65px;
    height: 65px;
}

.page-list-wrapper{
    overflow: hidden;
}
.page-list-link{
    display:block;
    height:160px;
    width:160px;
    position:relative; 
    float:left;
    overflow: hidden;
    margin: 0px 0px 32px 32px;
}
.page-list-link img{ 
    margin:0px auto;
    display: block; 
}

.page-list-link .info-full{ 
    position:absolute; display:block !important; 
    background:url(../images/back_transp.png) repeat 0 0;
    position:absolute;
    width:150px; 
    padding:7px 5px;
    height:146px;
    z-index:10;
    top:135px; 
    transition:top 0.2s ease;
    -webkit-transition:top 0.2s ease;
    -moz-transition:top 0.2s ease; 
}
.page-list-link:hover .info-full{ 
    top:0px; 
    transition:top 0.4s ease; 
    -webkit-transition:top 0.4s ease; 
    -moz-transition:top 0.4s ease; 
}
.page-list-link .info-no-pic{
    display:block;
    padding:7px 5px;
    height:146px;
    background:#f6f6f6; 
}
.page-list-link:hover .info-no-pic{ 
    background:#e6e6e6; 
}
.page-list-link .title{
    font-size:11px; 
    color: #5c5c5c;
    line-height:15px; 
    display:block;
    margin-bottom:5px;
    height: 30px;
}

.page-list-link .desc{ 
    font-size:11px; 
    font-family: Arial, Helvetica, sans-serif;
    color:#5c5c5c;
    display:block; 
    line-height:13px;
    height:90px;
}

.page-download-section{
    background: #e6e6e6;
    overflow: hidden;
    
    padding: 5px 5px 0px 5px;
    margin: 15px 0px 0px 0px;
}

.page-download-section a{
    background:url(../images/download.png) no-repeat 0px 0px;
    line-height: 13px;
    padding: 0px 0px 0px 19px;
    margin: 0px 0px 7px 0px;
    display: inline-block;
}
.page-download-section h2{
    font-size: 14px;
    margin-bottom: 10px;
}
.socials-title{
    margin: 0px 5px 0px 0px;
    color: #3c3c3c;
    float: left;
    display: inline-block;
}

.socials-wrapper{
    background: #e6e6e6;
    overflow: hidden;
    padding: 5px;
    margin: 15px 0px 0px 0px;
}

.socials-wrapper>div{
    margin:0px 5px 0px 0px;
    height: 20px;
}

.s-g-plus{
    width: 60px;
}
/*SEARCH*/
.search-title{
    font-size: 16px;
    font-weight: 800;
}
.search-results-wrapper{
    background: #e6e6e6;
    padding: 20px 95px 20px 95px;
    overflow: hidden;
}

.search-result{
    margin: 0px 0px 30px 0px;
}

.search-result .name{
    font-weight: 800;
    color: #3c3c3c;
}

.search-result .desc{
    color: #3c3c3c;
}

/*LIGTHBOX*/
.lightboxOverlay{
    background:url(../images/back_lightbox.png) repeat 0 0;
}

.lightbox .lb-image{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.lb-dataContainer{
    padding: 0px;
}

.lb-data{
    padding: 0px;
}
.lb-data .lb-details{
    background: #dcdcdc;
    display: block;
    width: 100%;
}
.lb-data .lb-caption{
    padding: 5px;
    display: block;
}
.lb-data .lb-number{
    display: none!important;
}

.lb-container{
    padding: 0px;
}

.lb-outerContainer{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.lb-nav{
    position: relative;
    margin: 0px auto;
    width: 655px;
    height: 17px;
}
.lb-prev{
    background: url("../images/sprite.png") no-repeat scroll 0px -79px;
    width: 17px;
    height: 17px;
    display: block!important;
    margin: 220px 0px 0px 0px;
}

.lb-prev:hover{
    background: url("../images/sprite.png") no-repeat scroll 0px -144px;
}

.lb-next{
    background: url("../images/sprite.png") no-repeat scroll 0px -46px;
    width: 17px;
    height: 17px;
    display: block!important;
    margin: 220px 0px 0px 0px;
}

.lb-next:hover{
    background: url("../images/sprite.png") no-repeat scroll 0px -111px;
}

.lb-data{
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
}
.lb-closeContainer{
    position: relative;
    position: relative;
    margin: 0px auto;
    width: 655px;
    height: 17px;
}
.lb-closeContainer .lb-close{
    position: relative;
    float: right;
    background: url("../images/sprite.png") no-repeat scroll 0px -274px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}


/*FOOTER*/
.footer{
    width: 930px;
    margin: 0px auto;
}

.footer-nav-wrapper{
    background: #e6e6e6;
    overflow: hidden;
    margin: 15px auto;
}

.footer-nav{
    overflow: hidden;
    margin-top: 5px;
    
}

.footer-nav li{
    float: left;
}

.footer-nav li.col-1{
    width: 365px;
    text-align: right;
}

.footer-nav li .nha-logo{
    width: 200px;
    height: 50px;
    background: url("../images/nha_logo_footer.png") no-repeat scroll center center;
    display: block;
}

.footer-nav li .nha-logo:hover{
    background: url("../images/nha_logo_footer_dark.png") no-repeat scroll center center;
}

.footer-nav li.col-3{
    width: 365px;
    text-align: left;
}

.footer-nav li a{
    font-size: 11px;
    margin-bottom: 2px;
    display: inline-block;
}

.footer-copyright-wrapper{
    text-align: center;
    color: #919191;
    font-size: 11px;
}
/* ELSE */
.paging:after,
.main:after{
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}


/* paging */
.paging{ 
    background:url(../images/horizontal-red-dotted-divider.png) repeat-x 0 0;
    padding: 20px 0 10px; 
    text-align: center;
}
.paging .p-arr{
    width:60px;
    color:#969495;
    font-size:11px;
    text-decoration:none;
    height: 17px;
    line-height: 17px;
    display:block; 
}

.paging .p-arr:hover{ 
    color:#787878; 
}

.paging .prev{
    background:url("../images/sprite.png") no-repeat scroll 0px -79px;; 
    padding-left:25px; 
    display: none;
}

.paging .prev:hover{
    background: url("../images/sprite.png") no-repeat scroll 0px -144px;
}

.paging .next{ 
    background: url("../images/sprite.png") no-repeat scroll right -46px;
    padding-right:25px;
    text-align:right;
    display: none;
}

.paging .next:hover{
    background: url("../images/sprite.png") no-repeat scroll right -111px;
}

.paging ul{ 
    width:375px; 
    display:inline-block;
    overflow:hidden; 
    text-align:center;
}

.paging ul li{ 
    display:inline;
    font-size:11px;
    font-weight:bold; 
    color:#666;
}

.paging ul li a{ 
    display:inline-block;
    height: 17px;
    width: 17px;
    line-height: 17px;
    font-size: 11px;
    font-weight:bold;
    color:#969495; 
    text-decoration:none; 
}

.paging ul li a:hover{ 
    color:#787878;
}

.paging ul li.current a{
    background:#787878;
    color:#e6e6e6;
}

.paging ul li.current a:hover{ 
    color:#fff; 
    cursor:default;
}

/*CMS COMMONS DO NOT DELETE!!!!!!!!!*/

/*ERROR 404*/
.error-404-wrapper{
    margin: 50px 0px 50px 0px;
    overflow: hidden;
}
.error-404-ico{
    width:160px;
    height:55px;
    padding:20px 0px;
    background:#9aa2af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    text-align:center;
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
    float:left;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.25);
}

ul.error-404-info{
    float:left;
    margin-left:30px;
}
ul.error-404-info li{
    list-style:disc;
    margin-bottom:5px;
}

ul.error-404-info li a{
    text-decoration:underline;
    color:#fff;
}
.error-404-title{
    font-size:25px;
    float:left;
}

.error-404-info-wrapper{
    float:left;
    width:560px;
    margin-left: 30px;
}
.error-404-info-wrapper p{
    margin:5px 0px 5px 0px;
}

.admin-link-wrapper{
    background-image: -ms-linear-gradient(top, #28ABE3 0%, #008BDF 100%);
    background-image: -moz-linear-gradient(top, #28ABE3 0%, #008BDF 100%);
    background-image: -o-linear-gradient(top, #28ABE3 0%, #008BDF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28ABE3), color-stop(1, #008BDF));
    background-image: -webkit-linear-gradient(top, #28ABE3 0%, #008BDF 100%);
    background-image: linear-gradient(to bottom, #28ABE3 0%, #008BDF 100%);
    overflow: hidden;
    display: inline-block;
    height: 60px;
    position: fixed;
    z-index: 99999;
    
}
.admin-link-wrapper:hover{
    background-image: -ms-linear-gradient(top, #4DC4EF 0%, #008BDF 100%);
    background-image: -moz-linear-gradient(top, #4DC4EF 0%, #008BDF 100%);
    background-image: -o-linear-gradient(top, #4DC4EF 0%, #008BDF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DC4EF), color-stop(1, #008BDF));
    background-image: -webkit-linear-gradient(top, #4DC4EF 0%, #008BDF 100%);
    background-image: linear-gradient(to bottom, #4DC4EF 0%, #008BDF 100%);
}
.admin-link{
    background: url("../images-admin/logo.png") no-repeat scroll 50% 50% transparent;
    height: 60px;
    width: 90px;
    display: inline-block;
}