html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    background-color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0px !important;
    overflow-x: hidden;
    width: 100%;
}
*{
    margin: 0;
    padding: 0;
}
p, .article-content { 
    color: #676767;
}
a {
    color: rgb(113, 188, 184);   
}
a:hover {
    color: rgb(116, 226, 221) ;  
}
ul {
    list-style: none;   
}
H1, H2, H3, H4, H5, H6,
#minisite-header,
.navbar.navbar-default, 
.breadcrumb {
    font-family: Monaco, Consolas, "Courier News", monospace !important;   
}
.table {
    margin: 20px;
}
/* PAGE */
#page {
    max-width: 1080px;
    margin: 20px auto;
}
.wrap {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}

/* - - - - - - - - - - - - - - header - - - - - - - - - - - - - - -  */

/* LOGO IMAGE */
h1.logo a,
h1#off-logo {
    background: url(img/logo.png) no-repeat 0px top;
    max-width: 100%;
    background-size: 100%;
    display: block;
    width: 250px;
    height: 155px;
}
h1#off-logo {
    text-indent: -2000px;
    overflow: hidden;
    margin: 10px auto;
}

/* Logo Text */
div.logo-text h1 {
    font-size: 200%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
h1.logo a span {
    position: absolute;
    top: -1000px;
}

p.site-slogan {
    color: #ccc;
    display: block;
    font-size: 85%;
    margin: 3px 0 0;
    padding: 0 10px;
    text-transform: uppercase;
}

/* TOPTOOLS */
.topTools {
    position: relative;
    line-height: 30px;
    
    display: block;
}
.topTools a, .topTools label, .topTools i  {
    font-size: 14px !important;
    color: #888;
    font-weight: normal;
}
.topTools a > span  {
    margin-left: 8px;
}
.topTools > div {
    float: right;
}
.topTools:after {
    content: "";
    background: url(img/eu_logo.png) no-repeat top right;
    display: block;
    height: 125px;
}
@media (max-width: 1024px) {
    .topTools {}
    .topTools:after {display: none;}
}
@media (max-width: 767px) {
    .topTools { margin-top: 40px;}  
}
    
#minisite-top-header {
    display: inline-block;
    text-align: right;
}

/* SEARCH */
#minisite-search {
    display: inline-block;
    width: auto;
    text-align: right;
    height: 34px;
    background: url(../images/search-bg.png) no-repeat left bottom;
    padding: 0 0 0 25px;
    margin-top:60px;
}

#minisite-search .inputbox {
    width: 180px;
    height: 30px;
}

/* TOP MENU */
#minisite-topmenu {
    display: inline-block;
    margin-top:60px;
}

#minisite-topmenu ul {
    text-align: right;
}

#minisite-topmenu ul li {
    display: inline;
    list-style: none;
    margin: 0 0 0 15px;
    font-size: 10px;
}

/* - - - - - - - - - - - - - - main menu - - - - - - - - - - - - - - -  */
.navbar {
    border-radius: 0px;
    border: 0px;
    position: relative;
    margin-bottom: 25px;
    background:#f5f5f5; 
}
.navbar:before {
    content:"";
    display: block !important;
    position:absolute;
    left:-999em; 
    right:-999em; 
    top:0; 
    bottom:0; 
    background:#f5f5f5; 
    z-index:-1;
}
.navbar > div {padding-left: 0px !important;}
.navbar > div > div {padding: 0px !important;}

span.menu-title {font-size: 16px;}

.dropdown-menu > li {position:relative;}
.dropdown-menu > li:before {content:">"; position: absolute; left: 5px;}
.dropdown-menu > li > a, .dropdown-menu > li > span {
    padding: 3px 10px 3px 20px;
    display: block;
}
.activeMenu > span, .activeMenu li > span {
    color: rgb(116, 226, 221);
}
.activeMenu:before {color: rgb(116, 226, 221);}

.dropdown-menu li > ul { 
    position:absolute; 
    left: 100%; 
    top: -5px;
    min-width: 220px;
    padding: 5px 5px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
}
.dropdown-menu li:hover > ul.level2 { 
    display: block;   
}
.dropdown-menu li > ul li > a, .dropdown-menu li > ul li > span {
    padding: 2px 10px;
     display: block;
}
.dropdown-menu li > ul li a {
     color: #262626; 
}
.dropdown-menu li > ul li a:hover {
    color: #262626;
    background-color: #f5f5f5;
    text-decoration: none;
}
/* .breadcrumb */
.breadcrumb {
    font-size: 13px;
}
/* - - - - - - - - - - - - - - home content - - - - - - - - - - - - - - -  */
#minisite-container {
        width: auto;
}

.main {
    margin-bottom: 30px;   
}
/* SLIDER */
.carousel .carousel-inner {margin-bottom: 30px;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%;}
.carousel-control.left, .carousel-control.right {background: none;}
.carousel-control .fa {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
    font-size: 45px; 
    display: inline-block
}
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px
}
.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px
}
/* SITEMAP */
ul li.level1 {margin: 10px 0px;}
ul li.level2 {margin-left: 40px;}
ul li.level3 {margin-left: 80px;}

/* NEWS */
.news_list_item {clear: both; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; color: #999;}
.news_list_item h2 {font-weight: 500; font-size: 1.4em; color: #252525; padding-bottom: 10px;}
p.readmore.news {margin: 15px 0px 15px 0px; text-align: right;}
p.readmore.news a {padding: 2px 3px;}
p.readmore.news a:hover {background-color: rgb(238, 42, 123); color: #FFF; text-decoration: none;}
dd.create {font-size: 0.7em; font-style: italic; padding-bottom: 15px;}
/* SIDEMENU */

div.minisite-moduletable > .mod-inner1 > h3, div.moduletable > .mod-inner1 { border: none;}
div.minisite-moduletable > .mod-inner1 > h3, div.moduletable > .mod-inner1 > h3 {background: rgb(238, 42, 123); rgba(238, 42, 123, 0.4); padding: 8px 10px; color: #fff;}
div.moduletable {margin-bottom: 20px;}
div.moduletable a {color:#333;}

div.minisite-moduletable .mod-inner2, div.moduletable .mod-inner2 {background: #fff; padding: 5px 15px; border: solid 1px #dbdbdb; border-top: none !important;}
#minisite-container ul.menu li {font-size: 13px; text-transform: uppercase; line-height: 30px;}
.sidebar ul.menu li:before {
    content: ">";
    padding-right: 8px;
    display: inline-block;
}

.home div.minisite-moduletable > .mod-inner1 > h3,
.home div.moduletable > .mod-inner1 > h3 {
    background: #888;
    
}
/* menu */
.sidebar .menu {
    padding-top:10px;
}
.sidebar .menu li {
    margin-bottom: 10px;
}
/* latestnews*/
.sidebar ul.latestnews {
    color: #333;
    padding-top:10px;
}
.sidebar ul.latestnews li {
    margin-bottom: 10px;
}
.sidebar ul.latestnews li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sidebar .latestnews li:last-child a {
    border-bottom: none;
    padding-bottom: 0px;
}

/* article-content */
.article-content {
    margin-bottom: 25px;   
}
.article-content h3 {
    margin-bottom: 10px;   
}
.article-content p {
    color: #666; 
    font-size: 0.9em;
}
.article-content ul {
    list-style: circle;
    margin:20px 0px 20px 40px;
}

/* article-tools */
.article-tools {position:relative;}
.addthis_toolbox {position: absolute; z-index: auto; top: 0px; right: 0px;}
/* - - - - - - - - - - - - - - footer - - - - - - - - - - - - - - -  */
footer.footer {
    border-bottom: rgb(116, 226, 221) solid 4px;
    padding: 25px 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #333;
    background: #f0f0f0;
    position: relative;
    font-size:14px;
}
footer.footer:before {
    content:"";
    position:absolute;
    left:-999em; 
    right:-999em; 
    top:0; 
    bottom:0; 
    background:#f0f0f0; 
    z-index:0;
}
footer.footer .row > * {
    margin-top: 15px;   
}
footer.footer h3 {
    margin-bottom:10px; 
    font-size:1.2em;
}
footer.footer i {
    margin-right: 8px;
}
.footerColElement ul {
    margin-bottom: 20px;
}
.footerColElement ul li:before {
    content: ">";
    padding-right: 8px;
    display: inline-block;
       
}
footer.footer .footer_logos {
    position: relative;
    overflow: hidden;
}
footer.footer .footer_logos a.target {
    position: absolute;
    z-index: auto;
    width: 100%;
    height: 45px;
    left: 0;
    top: 0;
    margin-left: 80px;
    cursor: pointer;
    color: transparent;
}

#copyright-footer {
    font-size: 13px;
    padding: 5px 0px 10px;
    color: #888;
}
/* formContact */
.formContact p {
    margin-bottom: 20px;
}

/* back to top */
.cd-top {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(30, 20, 20, 0.1);
    /* image replacement properties */
    overflow: hidden;
    background: rgba(116, 226, 221, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: #FFF;
    line-height: 40px;
}
.cd-top span {
    position: absolute;
    left: -9999px;
    z-index: auto;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background:rgba(116, 226, 221, 0.8);
    opacity: 1;
    
}
.no-touch .cd-top:hover i {
    color: #FFF;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    line-height: 60px;
    font-size: 24px;  
  }
}


/* media queries */
@media (max-width:767px) {
    h1.logo a,
    h1#off-logo {
        background-size: contain; 
        background-position: center center;
    }
    #minisite-topmenu a span {
        position: absolute;
        z-index: auto;
        margin-left: -9999px;
    }
    .topTools {
        text-align: center;   
    }
    .topTools > div, #minisite-search {
        float: none; 
        padding: 0px;
    }
    .navbar-nav {margin: 7.5px 0px;}
}
@media (min-width:768px) {
    .navbar-nav {margin: 7.5px -15px;}
}
@media (max-width: 1079px) {
    #page {padding: 10px;}   
}