/* main.css */
html {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #6b6b6b;
    line-height: 17px;
    font-family: Arial;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
}
* html #wrapper {
    height: 100%;
}
.mainDiv {
    padding-bottom: 120px;
}

/* Elements */
h1 {
    color: #3a3c41;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 0px;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}
table {
    border: 0px;
    border-spacing: 0px;
}
input, textarea, select {
    width: 230px;
    font-size: 12px;
    color: #000000;
    padding: 4px;
    border: 1px solid #e3e3e3;
    margin-bottom: 2px;
}
a {
    color: #000000;
    border: 0px;
    text-decoration: none;
}
a:hover {
    color: #3fab48;
}
a img {
    border: 0px;
}

.menuContainer {
    width: 100%;
    height: 90px;
    background: #ffffff;
    border-top: 3px solid #3fab48;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    z-index: 1000;
}
.menuContent {
    width: 1100px;
}

.logo {
    float: left;
    margin-top: 15px;
}
.pageContainer {
    width: 1080px;
    text-align: left;
    color: #000000;
    font-size: 14px;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.centeredDiv {
    margin-top: 200px;
    color: #8c8c8c;
    text-align: center;
}

.footerDiv {
    height: 120px; 
    margin-top: -120px;
    background: #929292;
}
.footerContainer {
    width: 1100px;
    text-align: left;
}

/* Default elements */
.mandatoryStar {
    color: #ff6565;
    margin-left: 3px;
}
.errorDiv {
    font-size: 11px;
    color: #ff6565;
    line-height: 10px;
}
.errorInput {
    background: #ffdfdf;
}
.formRow {
    clear: both;
    position: relative;
}
.formText {
    width: 130px;
    float: left;
    vertical-align: top;
    font-size: 14px;
    padding-right: 20px;
    line-height: 20px;
}
.formInput {
    float: left;
    padding-bottom: 5px;
}
.buttonDiv {
    display: block;
    padding: 10px;
    margin-left: 140px;
}
.noticeContainer {
	height: 25px;
}
.listTable {
    border: 0px;
    font-family: Arial;
}
.listTable th {
    font-size: 14px;
    text-align: left;
    background-color: #0077ff;
    padding: 5px;
    padding-left: 15px;
    font-weight: normal;
}
.listTable th a {
    color: #ffffff;
    text-decoration: none;
}
.listTable td {
    font-size: 13px;
    padding: 5px;
    padding-left: 15px;
}
.listTable .darkRow {
    background: #f6f6f6;
}
.listTable td a {
    color: #3498db;
}
.listTable td img {
    vertical-align: middle;
}
.noElements {
    text-align: center;
}

/* fonts.css */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.eot?v=4.3.0');
    src: url('../fonts/fontawesome.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
         url('../fonts/fontawesome.woff2?v=4.3.0') format('woff2'), 
         url('../fonts/fontawesome.woff?v=4.3.0') format('woff'), 
         url('../fonts/fontawesome.ttf?v=4.3.0') format('truetype'), 
         url('../fonts/fontawesome.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* buttons.css */
/* General */
.button {
    width: 125px;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
    background: #3fab48;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

/* Contact */
.buttonContact {
    width: 200px;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
    color: #ffffff;
    background: #3fab48;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
}

/* notice.css */
.noticeOK {
    font-size: 16px;
    text-align: center;
    color: #2ea41b;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.noticeError {
    font-size: 16px;
    text-align: center;
    color: #ff6565;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: -20px;
}

/* pager.css */
.pager {
    height: 40px;
}
.pager a, .pager span {
    background: #f6f6f6;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
    margin-right: 5px;
}
.pager a:hover, .pager span {
    color: #ffffff;
    background: #3498db;
    text-decoration: none;
}

/* blocks.css */
/* MENU BLOCK */
.menuBlock {
    width: 700px;
    height: 90px;
    text-align: left;
    position: relative;
    float: right;
    z-index: 1000;
}
.menuBlock ul.mainNav {
    width: 700px;
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style: none;
    text-align: left;
}
.menuBlock ul.mainNav li {
    margin: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    float: right;
}
.menuBlock ul.mainNav li:hover > ul {
    display: block;
}
.menuBlock ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 85px;
    height: 87px;
    text-decoration: none;
    display: inline-block;
}
.menuBlock ul.mainNav li:hover,
.menuBlock ul.mainNav li.selected {
    border-bottom: 3px solid #3fab48;
}
.menuBlock ul.mainNav li:hover > a,
.menuBlock ul.mainNav li.selected > a {
    color: #3fab48;
}
.menuBlock ul.mainNav li ul {
    position: absolute;
    background: #f1f1f1;
    width: 210px;
    list-style: none;
    margin: 0px;
    margin-top: -20px;
    margin-left: -10px;
    padding: 0px;
    display: none;
}
.menuBlock ul.mainNav li ul li {
    margin: 0px;
    padding: 0px;
    width: 210px;
    height: 30px;
}
.menuBlock ul.mainNav li ul li:last-child {
    border: 0px;
}
.menuBlock ul.mainNav li ul li a {
    line-height: 30px;
    font-size: 13px;
    border: 0px;
    padding-left: 10px;
}
.menuBlock ul.mainNav li ul li:hover, 
.menuBlock ul.mainNav li ul li.selected {
    background: #3fab48;
    cursor: pointer;
    border: 0px;
}
.menuBlock ul.mainNav li ul li:hover a, 
.menuBlock ul.mainNav li ul li.selected a {
    color: #ffffff;
}

/* LANGUAGE BLOCK */
.languageBlock {
    float: right;
    margin-top: 28px;
    margin-left: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -html-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.languageBlock dl {
    margin: 0px;
}
.languageBlock dl dt {
    width: 50px;
    vertical-align: middle;
}
.languageBlock dl dt .drop {
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 5px;
    line-height: 22px;
    float: left;
}
.languageBlock dl dt .drop:before {
    content: "\f107";
}
.languageBlock dl dt img {
    vertical-align: middle;
}
.languageBlock dl dd,
.languageBlock dl dt,
.languageBlock dl ul {
    margin: 0px;
    padding: 0px;
}
.languageBlock dl dd {
    position: relative;
}
.languageBlock dl a,
.languageBlock dl a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}
.languageBlock dl dt {
    display: block;
    width: 50px;
    height: 25px;
    padding-top: 3px;
    cursor: pointer;
}
.languageBlock dl dt:hover {
    background: #f3f3f3;
}
.languageBlock dl dd ul {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -html-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    position: absolute;
    margin-left: -1px;
    top: 3px;
    width: 50px;
    list-style: none;
    z-index: 15000;
}
.languageBlock dl dd ul li a {
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}
.languageBlock dl dd ul li a:hover {
    background-color: #f3f3f3;
}

/* SLIDER BLOCK */
.sliderBlock {
    width: 100%;
    height: 500px;
    padding-top: 90px;
    display: none;
    top: 0px;
}
.sliderBlock .sliderImage {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
}
.sliderBlock .sliderContainer {
    width: 100%;
    height: 500px;
    position: absolute;
}
.sliderBlock .sliderContainer #sliderLink {
    position: absolute;
    display: block;
    height: 450px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 100;
}
.sliderBlock .sliderContainer #sliderLink.withLink {
    cursor: pointer;
}
.sliderBlock .sliderContainer #sliderTextContainer {
    position: absolute;
    width: 1100px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    text-align: left;
    color: #ffffff;
}
.sliderBlock .sliderContainer #sliderTitle {
    margin-top: 130px;
    margin-left: 100px;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.sliderBlock .sliderContainer #sliderText {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.sliderContainer #sliderBullets {
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 200;
    text-align: center;
}
.sliderBlock #sliderBulletsContent {
    position: relative;
    text-align: center;
    display: inline-block;
}
.sliderBlock #sliderBulletsContent .sliderBullet {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("../images/blocks/slider/bullet.png") no-repeat 0px 0px;
    float: left;
}
.sliderBlock #sliderBulletsContent .sliderBullet:hover, .sliderBlock #sliderBullets .sliderBulletSelected {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("../images/blocks/slider/bullet.png") no-repeat 0px -18px;
    float: left;
}

/* STRIP BLOCK */
.stripBlock {
    height: 200px;
    padding-top: 90px;
    margin-bottom: 20px;
}
.stripBlock .blockContent {
    background-position: top center;
    height: 200px;
    position: relative;
    min-width: 1100px;
}
.stripBlock .blockContent h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    line-height: 200px;
    font-size: 40px;
}

/* HOME BLOCK */
.homeBlock {
    padding-bottom: 90px;
    margin-bottom: 70px;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #969595;
    border-bottom: 1px solid #f1f1f1;
}
.homeBlock h1 {
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
    color: #636668;
}

/* WORK BLOCK */
.workBlock {
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #969595;
}
.workBlock h1 {
    font-size: 34px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #636668;
}
.workBlock h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: #969595;
}
.workBlock .workColumn {
    float: left;
    width: 200px;
    margin: 8px;
    margin-top: 50px;
    font-size: 13px;
    text-align: left;
}
.workBlock .workColumn h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
    color: #636668;
    text-align: center;
}

/* DOWNLOAD BLOCK */
.downloadBlock {
    height: 150px;
    background: url("../images/blocks/download/bg.jpg") no-repeat top center;
}
.downloadBlock .blockContent {
    width: 1100px;
    text-align: left;
    color: #ffffff;
}
.downloadBlock .blockContent h4 {
    padding: 0px;
    padding-top: 45px;
    margin: 0px;
    margin-left: 70px;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
}
.downloadBlock .blockContent h3 {
    padding: 0px;
    margin: 0px;
    margin-left: 70px;
    font-size: 28px;
    font-weight: normal;
    line-height: 34px;
}
.downloadBlock .blockContent .button {
    text-transform: uppercase;
    background: #98ce44;
    color: #ffffff;
    float: right;
    margin-right: 70px;
    margin-top: 55px;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    height: 40px;
}

/* GALLERY BLOCK */
.galleryBlock {
    padding-bottom: 60px;
    margin-top: 70px;
    font-size: 15px;
    line-height: 22px;
    color: #969595;
    text-align: left;
}
.galleryBlock .blockContent {
    width: 1100px;
    text-align: center;
}
.galleryBlock .blockContent h1 {
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
    color: #636668;
}
.galleryBlock .galleryContainer {
    overflow: hidden;
    margin-top: 30px;
}
.galleryBlock .galleryContainer ul {
    margin: 0px;
    padding: 0px;
}
.galleryBlock .galleryContainer ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}
.galleryBlock .galleryContainer .buttonContainer {
    display: inline-block;
    width: 100px;
    margin-top: 30px;
}
.galleryBlock .galleryContainer .buttonContainer .buttonMove {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 2px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -html-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: FontAwesome;
    color: #d8d8d8;
    line-height: 36px;
    font-size: 18px;
}
.galleryBlock .galleryContainer .buttonContainer .buttonMove:hover {
    border: 1px solid #98ce44;
    background: #98ce44;
    color: #ffffff;
    cursor: pointer;
}
.galleryBlock .galleryContainer .buttonContainer .buttonMove.moveLeft:before {
    content: "\f104";
}
.galleryBlock .galleryContainer .buttonContainer .buttonMove.moveRight:before {
    content: "\f105";
}

/* PARTNER BLOCK */
.partnerBlock {
    width: 1100px;
    height: 220px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
.partnerBlock h1 {
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: #636668;
}
.partnerBlock #partnerContainer {
    padding: 0px;
    padding: 0px;
    overflow: hidden;
}
.partnerBlock ul {
    height: 95px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
}
.partnerBlock ul li {
    list-style: none;
    float: left;
    width: 175px;
    height: 95px;
    border: 1px solid #dfe0e4;
    margin-left: 21px;
    margin-right: 20px;
}

/* SECTION BLOCK */
.sectionBlock {
    width: 700px;
    height: 90px;
    text-align: left;
    position: relative;
    float: right;
    z-index: 1000;
    margin-top: 15px;
}
.sectionBlock ul {
    width: 700px;
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style: none;
    text-align: left;
}
.sectionBlock ul li {
    margin: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    float: right;
}
.sectionBlock ul li a {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 90px;
    height: 90px;
    text-decoration: none;
    display: inline-block;
}
.sectionBlock ul li:hover > a,
.sectionBlock ul li.selected > a {
    color: #c3c3c3;
}

/* user.css */
.userDiv {
    width: 425px;
    margin-top: 150px;
    margin-bottom: 50px;
    margin-left: 335px;
    text-align: left;
}

.recoveryDiv {
    margin-left: 150px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 11px;
}

/* contact.css */
#googleMaps {
    width: 100%;
    height: 400px;
    padding-top: 90px;
}

.contactContainer {
    text-align: left;
    padding: 0px;
    padding-top: 0px;
}
.contactContainer h1 {
    color: #636668;    
    text-align: left;
    margin: 0px;
    padding-bottom: 10px;    
    font-size: 24px;
}
.contactContainer .contactLeftColumn {
    width: 650px;
    float: left;
}
.contactContainer .contactRightColumn {
    width: 400px;
    float: right;
}

.contactForm input,
.contactForm textarea {
    background: #f9f9f9;
    width: 550px;
    padding: 15px;
    color: #a1a1a1;
    border: 0px;
    font-family: Arial;
    margin-bottom: 10px;
}
.contactForm textarea {
    height: 100px;
}

.contactRow {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding: 10px;
    padding-bottom: 25px;
}
.contactRow:last-child {
    border: 0px;
}
.contactRow .contactIcon {
    float: left;
    width: 50px;
}
.contactRow .contactText {
    float: left;
    text-align: left;
    line-height: 20px;
    color: #969595;
}
.contactRow .contactText b {
    color: #000000;
}
.contactRow .contactText a {
    color: #969595;
}

/* download.css */
.downloadLink {
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
}
.downloadLink img {
    vertical-align: middle;
    margin-right: 5px;
}

/* project.css */
.projectContainer {
    display: inline-block;
    width: 250px;
    margin: 8px;
    background: #f6f6f6;
}
.projectContainer a {
    text-decoration: none;
}
.projectContainer .projectImage {
    text-align: center;
    height: 170px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.projectContainer .projectImage img {
    vertical-align: middle;
}
.projectContainer .projectName {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    color: #929292;
}
.projectContainer:hover .projectName {
    color: #3fab48;
}

