/*@import "carousel.css";*/
@import "/Client_scripts/colorbox-v1.4.15/example1/colorbox.css";

@import "reset.css";
@import "skeleton.css";
/*@import "superfish.css";*/
@import "flexslider.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,greek);

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
    display: block;
}
mark, rp, rt, ruby, summary, time
{
    display: inline;
}

/* Global properties */
html
{
    width: 100%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    /*color: #7f7f7f;*/
    color: #303030;
    min-width: 960px;
    background: #ffffff url('/img/body-tail.png') center center repeat;
    -webkit-text-size-adjust: none;
}

.top_block
{
    background: #272727;
    height: 8px;
}

.wrapper
{
    width: 980px;
    margin: 0 auto 60px;
}

/* elements */
a
{
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    text-decoration: underline;
}

.button
{
    font-family: 'Ubuntu Condensed';
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0 0;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    /*background-color: rgb(44,44,39);
    background-color: #707070;*/
    background-color: rgb(80, 80, 80);
}
.button:hover, .button.active
{
    background-color: #000;
    text-decoration: none;
}

h1 {line-height: normal;}

h2, h3, h4
{
    /*font-family: 'Ubuntu Condensed';*/
    font-family: 'Arial narrow', 'Ubuntu Condensed';
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    color: #181818;
    line-height: normal;
}

h3, h4
{
    font-size: 26px;
}

/* user classes */
.blue
{
    color: #254C91;
}
.titleblue
{
    color: #254C91;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}
.red
{
    color: #ff0000;
}
.titlered
{
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

/* header */
header
{
    height: 45px;
    margin-top: 35px;
    position: relative;

    width: 980px;
    margin: 35px auto 0 auto;
}

header h1 a
{
    text-decoration: none;
    color: rgb(77, 77, 77);
    font-size: 35px;
}
header h1 a:hover
{
    text-decoration: none;
}
header h1 a span
{
    color: rgb(145, 145, 145);
}

header h1 a.en
{
    
}

header h1 a.lang3
{
    
}

header #lang_selection
{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

header #lang_selection a
{
    color: #7f7f7f;
}

header #lang_selection a:hover,
header #lang_selection a.active
{
    color: #000000;
    text-decoration: none;
}

/* menu */
#nav_wrap
{
    /*margin: 20px 0 32px;*/
    margin: 20px 0 45px;
    position: relative;
    height: 69px;
}

#nav_wrap .nav_bg
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 9px;
    height: 49px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgb(213, 213, 213);
    background-color: #373737;
}

#nav_wrap nav
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    line-height: normal;
    width: 980px;
    margin: 0 auto;
}

#nav_wrap nav ul
{
    list-style: none;
}

#nav_wrap nav ul li
{
    float: left;
    height: 69px;
    /*text-align: center;
    width: 162px;*/
    margin: 0;
}

#nav_wrap nav ul li a
{
    font-size: 17px;
    padding: 27px 0 0 0;
    color: rgb(173, 173, 173);
    display: block;
    text-transform: uppercase;
    /*font-family: 'Arial Narrow', Arial;*/
}

#nav_wrap nav ul li a:hover, #nav_wrap nav ul li a.current
{
    color: #fff;
    text-decoration: none;
}

#nav_wrap nav ul li.separator
{
    width: 1px;
    height: 33px;
    background-color: #fff;
    margin: 19px 25px 0 25px;
}

/* slides */
.flexslider.slideshow
{
    margin-top: -13px;
    margin-bottom: 40px;
    min-height: 388px;
}
.flexslider.slideshow li
{
    margin-left: 0;
}

.no-rgba .flexslider .flex-caption
{
    background: url(/img/trans_60.png) repeat 0 0; /*ie hack*/
}

.flexslider .flex-caption
{
    width: 96%;
    padding: 14px 2%;
    position: absolute;
    left: 0;
    bottom: -65px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}

.flexslider .flex-caption .title
{
    font-weight: bold;
}

.flexslider .flex-caption .desc
{

}

/*********************************content*************************************/
#content
{
    padding: 24px 0px 23px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.cont_pad
{
    padding: 5px 0 23px !important;
}

/* Paragraphs */

/*p { margin-bottom: 18px; }
.p2 { margin-bottom: 11px; }
.p3 { margin-bottom: 13px; }
.p4 { margin-bottom: 20px; }
.p5 { margin-bottom: 22px; }
.p6 { margin-bottom: 0; }*/

/* LISTS */
.list1
{
}
.list1 li
{
    background: url(../img/marker1.png) 1px 6px no-repeat;
    padding-left: 12px;
    position: relative;
    margin-bottom: 4px;
    padding-bottom: 8px;
}
.list1 li:after
{
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../img/stripe.png') repeat-x;
    content: "";
}
.list1 a
{
    font-size: 14px;
    color: #3a859e;
}

.list1 li.last:after
{
    display: none;
}

.list2
{
    margin-left: 10px;
}
.list2 li
{
    background: url(../img/marker1.png) 0 7px no-repeat;
    padding-left: 20px;
}
.list2 a
{
}

.list3
{
}
.list3 li
{
    background: url(../img/marker1.png) 0 7px no-repeat;
    padding-left: 20px;
}
.list3 a
{
}

/*================================>> hovers <<========================================*/
/*{-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}*/


/* Contact form */
#contactArea
{
    
}

#contactArea h2
{
    /*font-family: 'Ubuntu condensed';*/
}

#contactArea .contactInfo
{
    float: left;
    width: 619px;
}

#contactArea .contactForm
{
    float: right;
    width: 300px;
}

#frmContact
{
    padding: 0px 0 0 1px;
}
#frmContact .success
{
    width: 246px;
    padding: 10px;
}
#frmContact textarea, #frmContact input
{
    margin: 0;
    font-size: 12px;
    border: none;
    color: #888888;
    padding: 6px 11px 5px;
    outline: none;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background: #D1D1D1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#frmContact input
{
    width: 276px;
    height: 20px;
    float: left;
}
#frmContact textarea
{
    overflow: auto;
    width: 276px;
    height: 263px;
    resize: none;
    float: left;
    margin: 0 0 0 0;
}
#frmContact label
{
    display: inline-block;
    min-height: 42px;
    overflow: hidden;
}
#frmContact label.message
{
    display: block;
    padding-bottom: 0;
}
#frmContact .button
{
    margin-right: 8px;
}
#frmContact .error, #frmContact .empty, #frmContact .success
{
    display: none;
}
#frmContact .error, #frmContact .empty
{
    text-align: left;
    color: red;
    font-size: 11px;
    float: left;
}
#frmContact .buttons
{
    overflow: hidden;
    position: relative;
    clear: both;
    padding-top: 19px;
}
#frmContact .buttons a
{
    cursor: pointer;
    margin-top: 0;
    text-align: center;
}
#frmContact .options
{
    float: left;
}
#frmContact span
{
    display: block;
    margin: 0px 0 0 5px;
}
.contactLoader
{
    float: left;
    display: none;
    margin: 10px 0 0 10px;
}

.map_wrapper
{
    overflow: hidden;
    display: block;
    margin-bottom: 22px;
}
#map_canvas
{
    width: 100%;
    height: 325px;
}

.address_box
{

}

/* footer */
footer
{
    background: #373737;
    padding: 30px 0;
    color: #9c9c9c;
}

footer .footerwrapper
{
    width: 980px;
    margin: 0 auto;
}

footer h4
{
    font-size: 16px;
    color: #ffffff;
}

footer a
{
    color: #9c9c9c;
}
footer a:hover
{
    color: #ffffff;
    text-decoration: none;
}

footer .title
{
    float: left;
    width: 345px;
}
footer .links
{
    float: left;
    width: 320px;
}
footer .contact
{
    float: left;
    width: 310px;
}

footer .title h4
{
    float: left;
    margin: 0 5px 0 0;
}

footer .title .credits
{
    margin-top: 5px;
}

footer .links li
{
    /*float: left;
    width: 130px;*/
    margin-bottom: 2px;
}

footer .contact h4
{
    margin: 0 0 10px 0;
}

/* misc */
.clear 
{ 
    clear: both; 
}

.left-col
{
    width: 620px;
    float: left;
    padding-right: 30px;
}

.right-col
{
    float: left;
    z-index: 100;
    width: 300px;
}

ul
{
    list-style: disc outside;
}

ul li
{
    margin: 0 0 10px 20px;
}

.border
{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.border.right
{
    padding-right: 30px;
}
.border.left
{
    padding-left: 30px;
}

.line
{
    background-color: rgb(212, 212, 212);
    z-index: 1000;
    position: absolute;
}

.linetop
{
    border-top: 1px solid rgb(212, 212, 212);
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.linebottom
{
    border-top: 1px solid rgb(212, 212, 212);
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.lineright
{
    border-right: 1px solid rgb(212, 212, 212);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.lineleft
{
    border-left: 1px solid rgb(212, 212, 212);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* news */
#featuredNews ul
{
    margin-left: 17px;
}

#featuredNews ul li
{
    list-style: initial;
    margin-bottom: 10px;
    margin-left: 0;
}

#featuredNews ul li .date
{
    font-weight: bold;
    color: #000000;
}

#allNews
{
}

#allNews ul li
{
    margin-bottom: 40px;
    margin-left: 0;
}

#allNews ul li .date
{
    /*font-style: italic;
    color: #000000;*/
    color: #7f7f7f;
    margin-bottom: 5px;
    font-size: 24px;
}

#allNews ul li .title
{
    font-weight: bold;
    margin-bottom: 5px;
}

/* projects */
#latestProjects
{
    margin-top: 25px;
    line-height: normal;
    width: 979px;
    position: relative;
}

#latestProjects h3
{
    margin-bottom: 30px;
    font-family: 'Ubuntu Condensed';
}

.flexslider.carousel
{
    border: 0 none;
    padding: 0;
}

.flexslider.carousel .slides li
{
    margin-left: 0;
    margin-right: 20px;
    height: 260px;
}

.flexslider.carousel li .thumb
{
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.flexslider.carousel li .title a
{
    font-size: 20px;
    color: #254C91;
    /*font-family: 'Ubuntu Condensed';*/
    font-family: 'Arial Narrow';
}

.flexslider.carousel li .title a:hover
{
    color: red;
    text-decoration: none;
}

.flexslider.carousel li .details
{
    position: absolute;
    bottom: 0px;
}

#latestProjects .flex-control-nav.flex-control-paging
{
    top: -48px;
    bottom: auto;
    text-align: right;
}

#latestProjects .flex-control-nav li
{
    margin: 0 6px !important;
}

#latestProjects .flex-control-paging li a 
{
    text-indent: 9999px;
}

#latestProjects .flex-direction-nav a
{
    top: 90px;
}

/******************/
/*
.scrollable
{
    position: relative;
    overflow: hidden;
    width: 979px;
    height: 270px;
}

.scrollable .groups {
    width: 20000em;
    position: absolute;
}

.scrollable .groups .group {
    float: left;
    width: 979px;
    margin-right: 20px;
}

.scrollable .groups .item {
    float: left;
    width: 313px;
    margin-right: 20px;
}

.scrollable .groups .item:last-child {
    margin-right: 0px;
}

.scrollable .groups .item .thumb
{
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.scrollable .groups .item .title a
{
    font-size: 20px;
    color: #254C91;
    font-family: 'Ubuntu Condensed';
}

.scrollable .groups .item .title a:hover
{
    color: red;
    text-decoration: none;
}

.scrollable .groups .item .details
{
    margin-top: 20px;
}

.scrollable-nav
{
    position: absolute;
    top: 15px;
    right: 0;
    width: 50px;
}

a.left {
    background-position: -243px 0;
}
a.right {
    background-position: -243px 0;
    clear: right;
}
a.browse {
    background: url(../img/sprite.png) no-repeat;
    display: block;
    width: 13px;
    height: 12px;
    float: right;
    cursor: pointer;
    font-size: 1px;
}
*/

/*projects list */
#articlesVpage
{
    float: left;
    width: 623px;
}

/*categories*/
#articleCategories
{
    height: 70px;
}

#articleCategories ul
{
    list-style: none;
}

#articleCategories ul li
{
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

#articleCategories ul li a
{
    margin-top: 0;
}

#articleCategories ul li.separator
{
    
}

#articleCategories.column
{
    height: auto;
    float: right;
    width: 251px;
    padding-left: 76px;
}

#articleCategories.column ul li
{
    float: none;
    margin: 0 0 10px 0;
}

#articleCategories.column ul li a
{
    display: block;
    width: 160px;
}

/*****/
#divCategoryArticles
{
}

#divCategoryArticles ul
{
    list-style: none;
}

#divCategoryArticles li
{
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    padding: 20px 0 20px 0;
    margin: 0;
}

#divCategoryArticles li:last-child
{
    border-bottom: 0 none;
}

#divCategoryArticles li.last-child  /*ie style */
{
    border-bottom: 0 none;
}

#divCategoryArticles li .vline
{
    border-left: 1px solid #d4d4d4;
    position: absolute;
    left: 326px;
    top: 0;
    bottom: 0;
}

#divCategoryArticles .article
{
    
}

#divCategoryArticles .article .thumb
{
    float: left;
    height: 175px;
    overflow: hidden;
}

#divCategoryArticles .article .details
{
    margin-left: 350px;
}

#divCategoryArticles .article .title
{
    margin-bottom: 5px;
}

#divCategoryArticles .article .title a
{
    color: #254C91;
}

#divCategoryArticles .article .date
{
    color: #7f7f7f;
    margin-bottom: 15px;
    font-size: 18px;
}

#divCategoryArticles .article .title a:hover
{
    color: #000;
    text-decoration: none;
}

#divCategoryArticles .article .desc
{
    height: 54px;
    overflow: hidden;
}

#divCategoryArticles .article .more
{
    
}

#divArticleDetails
{
}

#divArticleDetails .media
{
    float: left;
    margin-bottom: 5px;
    width: 430px;
}

#divArticleDetails .media ul
{
    margin-top: 4px;
}

#divArticleDetails .media ul li
{
    float: left;
    margin: 0 4px 4px 0;
    height: 85px;
    overflow: hidden;
}

#divArticleDetails .details
{
    margin-left: 435px;
}

#divArticleDetails h2
{
    margin-bottom: 5px;
}

#divArticleDetails .date
{
    color: #7f7f7f;
    margin-bottom: 15px;
    font-size: 18px;
}

#divArticleDetails .navigation
{
    margin: 40px 0 0 0;
}

#divArticleDetails a
{
    margin-top: 0px;
}

/* documents */
#documentsViewer
{
    margin-bottom: 30px;
}

#documentsViewer .info
{
    margin-bottom: 40px;
}

#documentsViewer ul
{
    list-style: none;
}

#documentsViewer li
{
    border-bottom: solid 1px #d4d4d4;
    margin: 0;
}

#documentsViewer li:last-child
{
    border-bottom: 0 none;
}

#documentsViewer li.last-child  /*ie style */
{
    border-bottom: 0 none;
}

#documentsViewer li .container
{
    float: left;
    width: 784px;
    border-right: solid 1px #d4d4d4;
    padding: 20px 30px 20px 0;
}

#documentsViewer .date
{
    /*font-style: italic;
    color: #000000;*/
    color: #7f7f7f;
    margin-bottom: 5px;
    font-size: 24px;
}

#documentsViewer .title a
{
    font-weight: bold;
    color: #254C91;
}

#documentsViewer .title a:hover
{
    color: #000;
    text-decoration: none;
}

#documentsViewer .description
{
    margin-top: 5px;
}

#documentsViewer .download
{
    margin-left: 875px;
    padding-top: 33px;
}

#documentsViewer .download a
{
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/misc/fileIcons/default.png) no-repeat;
}

#documentsViewer .download a.doc,
#documentsViewer .download a.docx
{
    background-image: url(/img/misc/fileIcons/word.gif);
}

#documentsViewer .download a.xls,
#documentsViewer .download a.xlsx
{
    background-image: url(/img/misc/fileIcons/excel.png);
}

#documentsViewer .download a.ppt,
#documentsViewer .download a.pptx
{
    background-image: url(/img/misc/fileIcons/ppt.gif);
}

#documentsViewer .download a.pdf
{
    background-image: url(/img/misc/fileIcons/pdf.png);
}