/**
 * Landing page styles
 * @author Šimon Rozsíval
 * @copyright Rozečti.se 2013
 */
 
.homepage-laptop {
    height: 312px;
    margin: 20px auto;
    background: url('../../img/homepage/laptop.png') no-repeat center top;
    position: relative;
}

.homepage-laptop-screen {
    position: absolute;
    width: 305px;
    height: 197px;
    top: 79px;
    left: 328px;
    background: url('../../img/homepage/legentas-laptop-screen.png') no-repeat;
}

body.rozectise .homepage-laptop-screen {
    background: url('../../img/homepage/rozectise-laptop-screen.png') no-repeat;
}


/*.cze .legentas-laptop-screen {
    background: url('../../img/homepage/legentas-laptop-screen-cze.png') no-repeat;
}*/


/** Promo text **/

#main-promo .promo-text {
    text-align: center;
    margin: 15px 0;
}

#main-promo .promo-text h2 {
    color: #2492c3;
    font-size: 25pt;
    font-weight: 600;
}

#main-promo .promo-text p {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.arrow-down {
    position: absolute;
    width: 37px;
    height: 55px;
    display: inline-block;
    background: url('../../img/homepage/scroll-down.png') no-repeat center center; 
    margin: 0;
}

.arrow-down.left-arrow {
    left: -87px;
}

.arrow-down.right-arrow {
    right: -87px;
}

p.light-bulb {
    margin: 10px 0;
    font-style: italic;
    line-height: 23px;
}

p.light-bulb img {
    margin-right: 15px;
}

p.light-bulb strong {
    font-size: 20px;
    color: #60a526;
    font-weight: normal;
}

/** How does it work **/

.how-does-it-work {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(248,248,248,1) 40%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(40%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(248,248,248,1) 40%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(248,248,248,1) 40%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(248,248,248,1) 40%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 20%,rgba(248,248,248,1) 40%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    
    margin: 20px 0;
    position: relative;
}

.how-does-it-work:after {
    display: block;
    content: ' ';
    background: url('../../img/homepage/how-does-it-work-shadow.png') no-repeat center bottom;
    width: 940px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.how-does-it-work h2 {
    margin: 20px 0;
    background: url('../../img/homepage/how-does-it-work.png') no-repeat center top;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    height: 45px;
}

.how-does-it-work strong {
    color: #60a526;
    font-size: 20px;
} 

.how-does-it-work #brain,
.how-does-it-work #stopwatch {
    padding-top: 15px;
    min-height: 89px;  
    /*font-size: 12px;*/
}

.how-does-it-work #brain {
    padding-left: 128px;
    background: url('../../img/homepage/brain.png') no-repeat left top;
}

.how-does-it-work #stopwatch {
    padding-left: 110px;
    background: url('../../img/homepage/stopwatch.png') no-repeat left top;
}

.how-does-it-work .left-to-right-arrow {
    float: left;
    background: url('../../img/homepage/arrow-left-to-right.png') no-repeat left top;
    display: block;
    width: 97px;
    height: 28px;
    margin: 30px 20px;
}

#no-movement-example {
    padding: 20px;
    text-align: center;
    margin: 20px 30px 0 30px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.how-does-it-work #top-to-bottom-arrow {
    background: url('../../img/homepage/arrow-top-to-bottom.png') no-repeat left top;
    display: block;
    width: 367px;
    height: 138px;
    margin: 10px auto 50px auto;
}


.how-does-it-work .more-information {
    clear: both;
    margin: 30px 0;
    /*font-size: 12px;*/
}

.how-does-it-work em a {
    font-weight: bold;
    color: #1bb5d4;
    text-decoration: underline;
    font-style: normal;
}

/** Course content **/

.section h2 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 40px 0;
}

.course-content .span2 {
    text-align: center;
    padding-top: 100px;
}

.course-content #book {
    background: url('../../img/homepage/book.png') no-repeat center 30px;
}

.course-content #lock {
    background: url('../../img/homepage/lock.png') no-repeat center 20px;
}

.course-content #infinity {
    background: url('../../img/homepage/infinity.png') no-repeat center 35px;
}

.course-content #certification {
    background: url('../../img/homepage/certification.png') no-repeat center 20px;
}

.course-content #bubbles {
    background: url('../../img/homepage/bubbles.png') no-repeat center 20px;
}

.course-content .macbook {
    background: url('../../img/homepage/macbook.png') no-repeat 50px top;
    padding: 150px 0 0 660px;
    margin-top: 100px;
    width: 260px;
    height: 300px;
    text-align: justify;
}

.course-content .macbook h3 {
    color: #2492c3;
}

.course-content .loading {
    background: url('../../img/homepage/loading.png') no-repeat left top;
    padding: 102px 0 0 470px;
    width: 470px;
    height: 124px;
}

.course-content .stars-detail {
    background: url('../../img/homepage/stars-detail.png') no-repeat right top;
    padding: 89px 340px 0 0px;
    width: 600px;
    height: 146px;
    margin-top: -50px;
    text-align: right;
}

.course-content .dashboard-preview {
    background: url('../../img/homepage/dashboard-preview.png') no-repeat left top;
    margin-top: 50px;
    height: 800px;
}

.course-content .dashboard-preview .one {
    margin-top: 267px;
    height: 62px;
}

.course-content .dashboard-preview .two {
    margin-top: 240px;
}

/** Versions **/

.versions {
    margin-top: 60px;
}

.versions .span2 a {
    text-align: center;
    padding-top: 110px;
    display: block;
    margin: 0px auto;
}

.versions a:hover {
    color: #0088cc;
    text-decoration: none;
}

.versions a.hat {
    background: url('../../img/homepage/hat.png') no-repeat 0px 30px;
    width: 89px;
}

.versions a.hat:hover {
    background-position: -89px 30px;
}

.versions a.bag {
    background: url('../../img/homepage/bag.png') no-repeat 0px 30px;
    width: 69px;
}

.versions a.bag:hover {
    background-position: -69px 30px;
}

.versions a.teacher {
    background: url('../../img/homepage/teacher.png') no-repeat 0px 30px;
    width: 86px;
}

.versions a.teacher:hover {
    background-position: -86px 30px;
}

.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;
}

/** Media **/

.media-reviews {
    background: url('../../img/homepage/line.png') no-repeat center top;
    margin-top: 80px;
}

.media-reviews img {
    margin-left: 18px;
}

/** Quotes **/

.slider-wrapper {
    margin-top: 20px;
    padding-top: 10px;
    background: url('../../img/homepage/horizontal-separator.png') no-repeat center top;
}

#slider li span {
    font-style: italic;    
}

#slider em {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 2px 10px;
}

#slider em.opening-quotes {
    background: url('../../img/homepage/opening-quotes.png') no-repeat center left;    
}

#slider em.closing-quotes {
    background: url('../../img/homepage/closing-quotes.png') no-repeat center left;    
}

/** REGISTER NOW! **/

#content #register-now .container {
    min-height: 100px;
}

#register-now {
    background: #00afd1;
    color: #fff;
    padding: 40px 0;
    margin-top: 20px;
}

#register-now h2 {
    text-align: center;
    font-size: 26px;
}

#register-now p {
    margin: 20px 0;
    text-align: center;
}


.media-reviews {
	text-align: center;
}

.media-reviews img {
	max-width: 170px;
	max-height: 40px;
}