@import "typography.css";
@import "icons.css";

* {
    margin: 0;
    padding: 0;
}

body {
    background: white;
    font-size:14px;
}
body.article_body {
    background: url(img/article_bg.png);
}
a{
    text-decoration:none;
    font-size:14px;
    color: #000;
}

.warper input{
    margin: 5px;
}

.warper{
    width: 96%;
    margin:0 auto;
}
#header{
    position:fixed;
    top:18px;
    left:0;
    z-index:100000;
    width:100%;
    height:51px;
    border-top: 9px solid #d3003a;
    border-bottom: 2px solid #d3003a;
    background: #fff;
}
#login{
    float:right;
}
#logo{
    float:left;
    padding-top:6px;
    width:302px;
    height:45px;
    margin-right:29px;
}
#logo a{
    height:100%;
    width:100%;
}
#logo div
{
    float:right;
    margin-top:-5px;
    font-style:italic;
    font-size:14px;
}

#header_lang {
    float:right;
    margin: 24px 0 0 0;
}

#header_lang a {
    display: inline-block;
    margin-left: 5px;
}

#header_lang a:hover,
#header_lang a:active,
#header_lang .selected {

    color: #ec0041;
}

.clear {
    zoom:1;
}

.clearfix {
    clear: both;
}

.clear:after,
.clear:before {
    content: "";
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}

.clear:after {
    clear:both;
}

/* -- GENERAL PAGE DEFINITIONS -- */

.pageContainer { }


.dummyPageHeader {
    height: 80px;
    margin-bottom: 45px;
}

.pageContent { }

.pageContainer .imageHolder { }

.pageContent .imageContainer {
    height: 300px;
    /*padding-bottom: 20px;*/
    text-align: center;
}

.pageContent .imageContainer .container {
    width: 100%;
    text-align: center;
}

.pageContent .imageContainer img {
    height: 300px;
}

#rotatorPages {
    text-align: center;
	 position: absolute;
	 width: 100%;
	 margin-top: -20px;
	 z-index: 10;
}

#rotatorPages a {
	 display: inline-block;
    width: 15px;
	 height: 15px;
	 color: transparent;
	 background: url(icons/icon-pager.png) no-repeat;
}

#rotatorPages a.activeSlide {
    background: url(icons/icon-pager-active.png) no-repeat;
}

.whiteContentContainer {
    background: white;
}

.blankSpace { }

.pageFooter { }

/* -- MAIN PAGE DESIGN -- */

.pageContainer#mainPage {
    /*background: url(img/stripes.png);*/
}

#mainPage .dummyPageHeader {
	 height: 35px;
    background: white;
}

#mainPageBoxes {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#mainPageBoxes th {
    width: 25%;

}

#mainPageBoxes td {
    padding: 5px;
    vertical-align: top;
    background: #f2f2f2;
}

#mainPageBoxes td .boxContent {
    height: 100%;
    padding: 5px;
}

#mainPageBoxes td .boxContent ul {
    list-style: none;
}

#mainPageBoxes td .boxContent ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#mainPageBoxes td .boxContent img {
    width: 100%;
    margin-bottom: 10px;
}

#mainPage .blankSpace {
    background: white;
}

#mainPage .pageFooter {
    background: url(img/mainPageFootBG.gif) no-repeat top center;
    height: 138px;
    padding-top: 7px;
    color: white;
}

#mainPage input[type=submit], #mainPage input[type=button]
{
    float:right;
    margin: 18px 18px 24px 0;
    padding: 5px;
    color: #fff;
    font-size:14px;
    background: #d7003c;
    border:1px solid #ca0138;
    box-shadow:2px 2px 2px #969696;
}

#mainPage form div{
    overflow:hidden;
    display:none;
}
#mainPage form div.show{
    display:block;
}
#mainPage input[type=button].backButton{
    float:left;
    margin:18px 0 18px 20px;
}

/* -- ABOUT PAGE DESIGN -- */

.pageContainer#aboutPage {
    background: #f2f2f2 url(img/aboutPageBG.gif) no-repeat top center;
}

#aboutPage .pageFooter {
    background: url(img/aboutPageFootBG.gif) no-repeat top center;
    height: 143px;
}
#aboutPage .aboutPageLeft{
    float: left;
    width:44%;
	 /*height:480px;*/
    margin-right:20px;
    padding:20px 20px;
    background: #fff;
}
#aboutPage .aboutPageRight {
    float: left;
    width: 44%;
	 margin-bottom: 10px;
	 padding: 20px;
    /*border: 10px solid #fff;*/
	 background: #fff;
    overflow:hidden;
}

#aboutPage .aboutPageRight img {

	 margin-bottom: 10px;
}

/* -- CONSULTING PAGE DESIGN -- */

.pageContainer#consultPage {
    background: #fff url(img/servicesPageBG.gif) no-repeat top center;
}

#consultPage .pageFooter {
    background: url(img/servicesPageFootBG.gif) no-repeat top center;
    height: 151px;
}

#consultPageBoxes {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#consultPageBoxes{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#consultPageBoxes td{
    width:25%;
}

#consultPageBoxes tr:first-child td:first-child{
    padding: 20px;
    font-size:14px;
    margin-right:20px;
}

#consultPageBoxes td {
    padding: 5px;
    vertical-align: top;
    background: #f2f2f2;
}

#consultPageBoxes td img {
    width: 100%;
}

#consultPageBoxes td.boxContent {
    height: 100%;
    padding: 5px;
}

/* -- COURSES PAGE DESIGN -- */

.pageContainer#coursesPage {
    background: #b80033 url(img/coursesPageBG.gif) no-repeat top center;
}

#coursesPage .pageFooter {
    background: url(img/coursesPageFootBG.gif) no-repeat top center;
    height: 72px;
}

#coursesPage table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#coursesPage table thead th:nth-child(1) {
    width: 50%;
}

#coursesPage table thead th:nth-child(2) {
    width: 25%;
}

#coursesPage table tbody td {
    padding: 8px;
    background-color: #f2f2f2;
    vertical-align: top;
}

#coursesPage table tbody td .tableimage {
    width: 100%;
}

#coursesPage table tbody td .boxContent {

}

#coursesPage table tbody td h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

#coursesPage table tbody td p {
    margin-bottom: 20px;
}

#buletinSubscribe {
    height: 100%;
    background-image: url(img/buletinBG.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#coursesPage table tbody td input[type=text] {
    width: 92%;
    margin-bottom: 0px;
}

/* -- CONTACTS PAGE DESIGN -- */

.pageContainer#contactsPage {
    background: #cacaca url(img/contactsPageBG.gif) no-repeat top center;
}

#contactsPage .pageFooter {
    background: url(img/contactsPageFootBG.gif) no-repeat top center;
    height: 272px;
}
.contactsPageLeft {
    float:left;
    background:#fff;
    width:44%;
    margin-right:20px;
    min-height:558px;
    padding:20px 20px 16px;
}
.contactsPageRight {
    float:left;
    width:44%;
    background: #b80034;
    color:#fff;
    min-height:558px;
    padding:20px;
}

#contactsPage label, #contactsPage input, #contactsPage select {
    display:block;

}

#contactsPage label {
    margin-bottom:3px;
}

#contactsPage input, #contactsPage textarea, #contactsPage select {
    width:408px;
    padding:4px 0;
    border:1px solid #eaeaea;
    margin-bottom:10px;
    margin-left:0;
}

#contactsPage select{
    background-color:#fff;
    padding:0;
    height:23px;
}

#contactsPage input[type=checkbox] {
    display:inline-block;
    width:20px;
    margin:0;
}

#contactsPage input[type=submit] {
    width:94px;
    float:right;
    text-align:center;
    margin-top:45px;
    border:1px solid #c90037;
    box-shadow:2px 2px 2px #969696;
    color: #fff;
    padding:3px 0;
}

#contactsPage .mapContainer{
    width:100%;
    height:262px;
    overflow:hidden;
    margin-top:5px;
    margin-bottom:30px;
}

#contactsPage .contactsPageRight p {
    margin-bottom:12px;
}

/* -- ARTICLE PAGE -- */

#articlePage .mainMenuBackground {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #b30033;
}

#articlePage .sideBar {
    float: left;
    width: 18%;
}

#articlePage .sideBar .sideMenu {
    position: absolute;
    width: 16%;
    min-height: 300px;
    padding: 10px;
    background: #b30033;
}

#articlePage .sideBar .sideMenu,
#articlePage .sideBar .sideMenu a {
    color: white;
    font-size: 16px;
}

#articlePage .sideBar .sideMenu a:hover,
#articlePage .sideBar .sideMenu a.selected {
    text-decoration: underline;
}

#articlePage .sideBar .sideMenu ul {
    list-style: none;
}

#articlePage .sideBar .sideMenu ul li {
    display: block;
    margin-bottom: 5px;
}

#articlePage .sideBar .sideMenu img {
    width: 20%;
	
}
#articlePage .mainContent {
    margin-left: 20%;
}
#articlePage .no_sidebar .mainContent {
    margin-left: 0px;
}

#articlePage .mainContent .paragraph-outside-images {
	 float: right;
    width: 100%;
    margin-left: 10px;
    padding: 10px;
    background: white;
}

#articlePage .mainContent .paragraph-outside-images img {
	 width: 100%;
    margin-bottom: 10px;
	 
}

#articlePage .mainContent .paragraph {
    margin-bottom: 10px;
margin-right: 10px;
    line-height: 1.2em;
}

#articlePage .mainContent .paragraph .articleImage {
    float: right;
    width: 18%;
    margin-left: 10px;
    padding: 10px;
    background: white;
}

#articlePage .mainContent .paragraph .articleImage img {
    width: 100%;
    margin-bottom: 10px;
}

#articlePage .mainContent .paragraph .article {
    display: block;
    padding: 10px;
    background: white;
}

#articlePage .mainContent .paragraph .article.withImage {
    margin-right: 22%;
}

#articlePage .mainContent .paragraph .article h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}

#articlePage .mainContent .paragraph .article .buttonContainer a {
	 color: #D3003A
}

#articlePage .poll-title {
	 text-align: center;
}

#articlePage .poll-desc {
	 margin-bottom: 10px;
}

#articlePage .poll-message {
	 font-size: 16px;
	 font-weight: bold;
	 text-align: center;
}

#articlePage .poll-heading {
	 margin-top: 20px;
	 margin-bottom: 0px;
	 border-bottom: 1px solid #b80033;
	 padding: 5px;
	 font-size: 16px;
	 font-weight: bold;
}

#articlePage .your-results {
	 font-size: 16px;
	 font-weight: bold;
	 text-align: center;
}

#articlePage .styledForm label {
	 display: block;
	 margin: 5px 5px 0 5px;
	 padding: 3px;
	 font-weight: bold;
}

#articlePage .styledForm input[type=text] {
	 display: block;
	 width: 670px;
}

#articlePage .styledForm .buttonHolder.center {
	 margin: 20px 0;
	 text-align: center
}

/* alerting message if the form is not answered */

body #fadeBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#modalAlert {
    position: absolute;
    width: 300px;
    height: 80px;
	 border: 6px solid #4C4D4F;
    border-radius: 10px;
	 padding: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    z-index: 1000;
}

#closeButton {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -9px;
    right: -9px;
    background: url(icons/close.png) no-repeat top right;
}

/* main part*/

#main_image_container { 
    width: 100%;
    margin: 80px auto 0 auto;
    height: 320px;
}
#main_image_container img {
    width: 100%;
    height: 337px;
}

#content p {
    display:block;
    margin: 14px 0 0 0;
}

#mainPage form p {
    margin-top:14px;
}

p {
    margin-bottom:16px;
}

.trainingListParameter {
    font-weight:bold;
    margin:10px;
}


/* --- POLL CHART --- */

.chartgraphContainer {
	 padding: 10px;
}

.chartgraphContainer .chartgraph-heading {
	 margin-bottom: 0px;
	 font-size: 15px;
	 font-weight: bold;
	 text-align: center;
}

.chartgraphContainer .chartgraph-subheading {
	 font-size: 12px;
	 font-style: italic;
	 text-align: center;
}

.chartgraphContainer .chartgraph-chartContainer {
	 margin-bottom: 30px;
}

.chartgraphContainer .chartgraph-chartContainer .chartgraph-bar {
	 height: 16px;
	 margin-bottom: 5px;
	 background: #b30033;
	 box-shadow: 2px 2px 2px black;
}

.chartgraphContainer .chartgraph-chartContainer :nth-child(2) {
	 background: #D41F2F;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(4) {
	 background: #E85A1B;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(6) {
	 background: #EB8600;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(8) {
	 background: #F5BB37;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(10) {
	 background: #F5E82A;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(12) {
	 background: #8ABF40;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(14) {
	 background: #009C8A;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(16) {
	 background: #155B87;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(18) {
	 background: #237BB1;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(20) {
	 background: #56ABD9;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(22) {
	 background: #4B62B9;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(24) {
	 background: #452F7C;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(26) {
	 background: #45005B;
}
.chartgraphContainer .chartgraph-chartContainer :nth-child(28) {
	 background: #850061;
}

/* form style */
.register_form input[type=text], .register_form textarea, .register_form select{
width: 96%;
padding: 4px 0;
border: 1px solid #dadada;
margin-bottom: 10px;
margin-left: 0;
}
.register_form label{
    display:block;
    margin-bottom:3px;
}
.obligate{
    color:#b30033;
}
.buttonHolder.center{
    margin-top:20px;
    text-align:center;
}  
.buttonHolder.center input{
    display:inline-block;
    width:auto;
    *display:inline;
    zoom:1;
}


.footer_item{
    display:inline-block;
    vertical-align:top;
    zoom:1;
    *display:inline;
}

 #cookieBanner {
                display: none;
                font-size: 14px;
                width: 900px;
                margin:  0px auto;
                padding: 3px;
                background-color: #ddd;
                border-bottom: solid 1px #ccc;
            }
            #cookieBannerClose {
                float: right;
                font-weight: bold;
                padding: 0px 30px 1px 0px;
            }
            #cookieBannerActions {
                text-align: center;
                padding-top: 4px;
            }