/**
 * Price page
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */

/** VERSIONS **/
.versions .version {
    display: inline-block;
    width: 232px;
    margin-right: 40px;
    margin-top: 20px;
    text-align: center;
}

.versions .version:last-child {
    margin-right: 0;
}

.versions .version .box {
    border: 3px solid #e5e5e5;
    border-radius: 2px;
    padding: 15px;
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}

.versions .version:after {
    background: url('../../img/homepage/versions-shadow.png') no-repeat center top;
    width: 236px;
    height: 9px;
    display: block;
    content: ' ';
}

.versions .version:first-child {
    margin-left: 100px;
}

.versions .version .title {
    border-bottom: 3px solid #e5e5e5;
    color: #9f9f9f;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    width: 200px;
}

.versions .version .title h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.versions .version .price {
    color: #2492c3;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
}

.versions .version .crossOut {
    position: absolute;
    height: 2px;
    width: 125px;
    margin-left: 40px;
    margin-top: -18px;
    background-color: #C40000;
}

.versions .version .discount_desc {
    margin-top: 10px;
    color: #9F9F9F;
}

.versions .version a {
    margin-top: 40px;
    width: 148px;
}

.versions .version a.vat {
    margin-top: 10px;
}

.versions .version .vat {
    margin-top: 30px;
}

/** TABS **/
.page {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    margin-top: 30px;
    display: none;
}

.page .arrow {
    background: url('../../img/homepage/price-arrow.png') no-repeat;
    width: 51px;
    height: 19px;
    margin-top: -19px;
    padding-bottom: 30px;
}


/** FULL PRICE SECTION **/
.page.full .arrow {
    margin-left: 722px;
}

.page.full .arrow.inCenter {
    margin-left: 450px;
}

.page.full .span5 .inner {
    padding: 50px;
    text-align: center;
}

.page.full input.last, .page.full select.last {
    margin-bottom: 0px;
}

.page.full .span5 hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.page.full .blue-note {
    color: #2492c3;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

.page.full .span7 {
    width: 538px;
}

.page.full .span7 .inner {
    padding-right: 50px;
    text-align: center;
}

.page.full .count {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.page.full .count div {
    display: inline-block;
}

.page.full .count img {
    display: block;
}

.page.full .voucher_button {
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 10px 15px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 4px 0px #DDD;
}

.page.full .count label {
    position: relative;
    display: block;
    margin-right: 5px;
}

.page.full .input {
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.page.full .count p {
    font-size: 21px;
    color: #df0000;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
}

.page.full hr {
    margin: 40px 0;
}

.page.full .input-country {
    width: 236px;
    height: 40px;
}

.page.full .small-note {
    font-size: 13px;
    color: #999;
}

.page.full .input-note {
    line-height: 46px;
    vertical-align: middle;
    display: inline-block;
    height: 46px;
    margin-bottom: 18px;
    margin-left: 15px;
}

.page.full .preview-box {
    position: relative;
    text-align: center;
}

.page.full .preview-box .preview-text {
    position: absolute;
    top: 209px;
    font-family: 'Cambria', 'Times New Roman', serif;
    text-align: center;
    width: 100%;
    font-size: 21px;
}

.page.full .price {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    font-size: 18px;
    color: #60a526;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page.full input.button {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/** STUDENT SECTION **/

.page.student .arrow {
    margin-left: 448px;
}

.page.student {
    text-align: center;
    padding-bottom: 30px;
}

.page.student .student-note {
    color: #2492c3;
    font-weight: 600;
}

.page.student a.button {
    width: 200px;
}