/* 
    Document   : startpage
    Created on : 3.2.2014, 16:52:15
    Author     : Slavomír Mikolaj <mikolaj.slavomir@jpsoftware.sk>
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background: url(../images/startpage/bg-fill.jpg) repeat !important;
}

#content-wrapper {
    border: 0 !important;
    margin-bottom: 0 !important;
}

#left-shadow, #right-shadow {
    display: none !important;
}

.container {
    width: 1100px !important;
}

.whiteContainer {
    background: #fff;
}

#header {
    position: relative;
    width: auto;
    height: 100px;
    padding: 27px 37px 0 45px;
    background: url('../images/startpage/header-fill.png');
}
#header #login {
    position: absolute;
    top: 65px;
    left: 760px;
    display: none;
    z-index: 8;
}
#header #login #top {
    width: 356px;
    height: 61px;
    background: url('../images/startpage/login-bg-top.png');
}
#header #login #bottom {
    width: 356px;
    height: 65px;
    background: url('../images/startpage/login-bg-bottom.png');
}
#header #login #middle {
    width: 356px;
    background: url('../images/startpage/login-bg-middle.png');
}

#header #login #middle form {
    margin: 0 65px 0 65px;
}

#header #login #middle form label {
    font-size: 11px;
    font-weight: 400;
    margin-left: 4px;
}

#header #login #middle form .link {
    color: #aaaaaa;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
}

#header #login #middle form .forgotten {
    margin: 5px 0 0 5px;
}

#header #login #middle form .forgotten a:hover {
    color: #29c0ff;
}

#header #login #middle form .divider {
    width: 95%;
    height: 1px;
    background: #f0f1f1;
    margin-top: 12px;
}

#header #login #middle form .left {
    padding: 11px 0 0 0;
    font-weight: 400;
    
}

#header #login #middle form .left .checkboxcontainer {
    margin-right: 13px;
}
#header #login #middle form .left .checkboxText {
    display: none;
}

#header #login #middle form .loginActions {
    padding: 10px 10px 0 0;
    overflow: auto;
}

#header #login #middle form input[type="submit"] {
    border: 0;
    width: 71px;
    height: 39px;
    background: url('../images/startpage/login-button.png');
    cursor: pointer;
}
#header #login #middle form input[type="submit"]:hover {
    background: url('../images/startpage/login-button-hover.png');
}

#header #login #middle form input[type="text"], #header #login #middle form input[type="password"] {
    width: 195px;
    height: 32px;
    border: 0;
    padding: 0;
    background: url('../images/startpage/login-input-bg.png');
    margin: 6px 0 10px 0;
    color: #7b7b7b;
    padding: 0 10px 0 10px;
    font-size: 11px;
}

#header #login #middle form .title {
    margin: 0 0 15px 5px;
    font-size: 22px;
    font-weight: 300;
    color: #34aae1;
    text-transform: uppercase;
}
#header #login #middle form .title img {
    margin-bottom: -5px;
    margin-right: 15px;
}

#header #logo {
    line-height: 25px;
    width: 275px;
    float: left;
}
#header #logo a {
    text-decoration: none;
}
#header #logo a h1 {
    font-weight: 300;
    font-size: 26px;
    color: #dce0df;
    text-decoration: none;
}
#header #logo img {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    height: 58px;
}

#header #right {
    float: right;
    padding-top: 20px;
}

#header #right .button {
    float: right;
    margin-left: 8px;
    position: relative;
    z-index: 9;
}

.button {
    display: block;
    height: 39px;
}
.button .l, .button .m, .button .r {
    float: left;
    height: 39px;
}
.button .m {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 8px 0 8px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    height: 29px;
}
.button:hover, .button:focus {
    color: #fff;
}
.button:active {
    color: #fff;
}

.button-login .l {
    width: 38px;
    background: url('../images/startpage/btn-login-l.png');    
}
.button-login .m {
    background: url('../images/startpage/btn-login-m.png'); 
}
.button-login .r {
    width: 5px;
    background: url('../images/startpage/btn-login-r.png');    
}
.button-login:hover .l {
    background: url('../images/startpage/btn-login-l-h.png');    
}
.button-login:hover .m {
    background: url('../images/startpage/btn-login-m-h.png');    
}
.button-login:hover .r {
    background: url('../images/startpage/btn-login-r-h.png');    
}

.button-register .l {
    width: 38px;
    background: url('../images/startpage/btn-register-l.png');    
}
.button-register .m {
    background: url('../images/startpage/btn-register-m.png'); 
}
.button-register .r {
    width: 5px;
    background: url('../images/startpage/btn-register-r.png');    
}
.button-register:hover .l {
    background: url('../images/startpage/btn-register-l-h.png');    
}
.button-register:hover .m {
    background: url('../images/startpage/btn-register-m-h.png');    
}
.button-register:hover .r {
    background: url('../images/startpage/btn-register-r-h.png');    
}



#header #right #menu {
    float: right;
    margin: 9px 25px 0 0;
}
#header #right #menu a {
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}
#header #right #menu a:hover {
    color: #29c0ff;
}

#sliderBlock {
    height: 512px;
    background: #262b33;
}

.tabs {
    height: 70px;
    background: #131718;
}
.tabs a {
    display: block;
    float: left;
    height: 50px;
    padding: 20px 40px 0 50px;
    text-decoration: none;
    color: #829191;
    font-weight: 300;
    font-size: 18px;
}
.tabs a.active {
    background: #fff;
    color: #0698d5;
}

.content h2 {
    color: #0698d5;
    font-size: 51px;
    font-weight: 100;
    margin: 40px 0 0 0;
    text-align: center;
}
.content h3 {
    color: #8f98a9;
    font-size: 22px;
    font-weight: 100;
    margin: 0;
    text-align: center;
}

.boxes {
    overflow: auto;
    width: 1069px;
    padding-left: 31px;
    padding-top: 62px;
    background: url('../images/startpage/box-bg.png') 0px 180px repeat-x;
}
.boxes .box {
    float: left;
    width: 334px;
    background: none !important;
    padding: 0 !important;
    margin-right: 18px;
}
.boxes .header {
    width: 334px;
    height: 310px;
    background: url('../images/startpage/box-header-bg2.png');
}
.boxes .header img {
    margin: 11px 0 0 11px;
}
.boxes .header h4 {
    padding: 0 25px 0 25px;
    width: 280px;
    height: 72px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    display: table-cell;
    vertical-align:middle;
    text-align: left;    
}
.boxes .box p {
    margin: 28px 10px 0 10px;
    color: #8f98a9;
    font-weight: 300;
    font-size: 13px;
}

.content .other {
    overflow: auto;
    margin: 60px 0 0 0;
    padding-bottom: 75px;
}
.content .other h5 {
    color: #45c8fe;
    font-weight: 100;
    font-size: 42px;
    margin: 0 0 38px 0;
}
.content .other .left {
    width: 435px;
    padding: 105px 0 0 42px;
}
.content .other .left p {
    margin-right: 15px;
    color: #8f98a9;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}

#sliderBlock {
    position: relative;
}

#sliderBlock #playContainer {
    position: absolute;
    z-index: 8;
    top: 50px; left: -25px;
}
#sliderBlock #playContainer img {
    float: left;
}
#sliderBlock #playContainer .text {
    float: left;
    width: 123px;
    background: #17232f;
    margin: 0px 0 1px 0;
    height: 47px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 25px 0 30px;
    line-height: 18px;
}

#sliderMain .prev {
    position: absolute; top: 200px; left: -25px;
    z-index: 8;
    width: 55px; height: 55px;
    display: none;
    background: url('../images/startpage/slider-prev.png');
}

#sliderMain .next {
    position: absolute; top: 200px; right: -25px;
    z-index: 8;
    width: 55px; height: 55px;
    display: none;
    background: url('../images/startpage/slider-next.png');
}
.simpleDivSlider .slide {
    position: relative;
    z-index: 7;
    float: left;
    width: 1100px;
    height: 512px;
}

.simpleDivSlider .slide .text1 {
    position: absolute;
    top: 150px; left: 70px;
    width: 320px;
    font-weight: 100;
    font-size: 50px;
    color: #fff;
    line-height: 44px;
}
.simpleDivSlider .slide .text1 span {
    font-size: 35px;
    color: #28b6f1;
}
.simpleDivSlider .slide .text2 {
    position: absolute;
    top: 330px; left: 70px;
    width: 320px;
    font-weight: 300;
    font-size: 14px;
    color: #90abb8;
    line-height: 20px;    
}
.simpleDivSlider .slide .text3 {
    position: absolute;
    top: 400px; left: 450px;
    width: 400px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

/* SimpleDivSlider */
.simpleDivSlider .prev a {
    display: block;
    width: 100%;
    height: 100%;
}
.simpleDivSlider .next a {
    display: block;
    width: 100%;
    height: 100%;
}

.simpleDivSlider .slideArea {
    overflow: hidden;
}
.simpleDivSlider .slides {
    width: 10000px;
}

#footerContainer {
    width: auto;
    height: 482px;
    background: url('../images/startpage/footer-fill.png');
}

#footerContainer .parts {
    overflow: auto;
}

#footerContainer .parts .part {
    float: left;
    height: 185px;
    background: url('../images/startpage/footer-divider.png') top right no-repeat;
}

#footerContainer .parts .partLast {
    float: left;
    height: 185px;
}

#footerContainer .parts #part1 {
    width: 385px;
    padding: 57px 0 0 58px;
}
#footerContainer .parts #part1 #icon1 {
    float: left;
    margin: 0 25px 0 0;
}
#footerContainer .parts #part1 .text1 {
    font-weight: 300;
    color: #8f98a9;
    font-size: 13px;
    width: 260px;
    margin: 15px 0 0 81px;
}
#footerContainer .parts #part1 .text1 span {
    color: #29c0ff;
    font-size: 13px;
}

#footerContainer .parts #part2 {
    width: 200px;
    padding: 57px 0 0 42px;
}
#footerContainer .parts #part2 ul {
    list-style-image: url('../images/startpage/footer-ulbg.png');
    margin: 10px 0 0 15px;
}
#footerContainer .parts #part2 ul li a {
    text-decoration: none;
    color: #8f98a9;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
#footerContainer .parts #part2 ul li a:hover {
    color: #29c0ff;
}

#footerContainer .parts #part3 {
    width: 300px;
    padding: 115px 0 0 80px;
}

#footerContainer .parts .caption {
    color: #ebecec;
    font-weight: 300;
    font-size: 20px;
}

#footerContainer #copy {
    font-size: 14px;
    color: #8f98a9;
    font-weight: 300;
    margin: 0 0 0 60px;
}
#footerContainer #copyText {
    font-size: 11px;
    color: #2e3337;
    font-weight: 400;
    margin: 25px 50px 0 60px;    
}

#footerContainer form {
    margin: 22px 0 0 82px;
}

#footerContainer form input[type="text"] {
    float: left;
    width: 150px;
    height: 36px;
    padding: 0 10px 0 40px;;
    border: 0;
    background: url('../images/startpage/footer-inputbg.png');
    color: #8f98a9;
}
#footerContainer form input[type="submit"] {
    margin: 0 0 0 6px;
    float: left;
    width: 29px;
    height: 38px;
    border: 0;
    background: url('../images/startpage/footer-submitbg.png');
    cursor: pointer;
}
#footerContainer form input[type="submit"]:hover {
    background: url('../images/startpage/footer-submitbg-hover.png');
}
#editorLanguageHeaderSelectBox {
    position: absolute;
    top: 12px; right: 38px;
    height: 34px;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect {
    padding: 0;
    box-shadow: none;
    border: 1px solid #272a2b;
    border-top: 1px solid #8e999e;
    border-radius: 4px;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect .selectValueWrap {
    padding: 3px 4px 3px 8px;
    background: #747d84; /* Old browsers */
    background: -moz-linear-gradient(top,  #747d84 0%, #5f6870 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747d84), color-stop(100%,#5f6870)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #747d84 0%,#5f6870 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747d84', endColorstr='#5f6870',GradientType=0 ); /* IE6-9 */
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect .selectedValue {
    min-width: 60px;
    color: #fff;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect.select-open .selectList {
    border: 1px solid #272a2b;
    border-top: 1px solid #8e999e;
    top: -1px;
    left: -1px;
    border-radius: 4px;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect .selectListOuterWrap {
    padding: 0;
    box-shadow: none;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect dd {
    padding: 3px 4px 3px 8px;
    min-height: 20px;
    line-height: 20px;
    background: #747d84; /* Old browsers */
    background: -moz-linear-gradient(top,  #747d84 0%, #5f6870 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747d84), color-stop(100%,#5f6870)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #747d84 0%,#5f6870 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #747d84 0%,#5f6870 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747d84', endColorstr='#5f6870',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-bottom: 1px solid #414647;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect dd.hovered {
    font-weight: 500;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect dd.selected {
    font-weight: 700;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect .caret {
    top: 11px;
    background: url('../images/arrow-select-white.png') no-repeat scroll 0 0;
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect .flag {
    float: left;
    margin: 4px 8px 0 0; 
}
#editorLanguageHeaderSelectBox #select-editorLanguageHeaderSelect dd .flag {
    margin-top: 5px;
}