/* FONTS */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

/*---/ FONTS */

/* CLEAR */
.clearfix {
    zoom : 1;
}

.clearfix:before,
.clearfix:after {
    display : table;
    content : "";
}

.clearfix:after {
    clear : both;
}

/*---/ CLEAR */

/* MAIN */

html, body {
    margin      : 0;
    padding     : 0;
    font-family : 'Open Sans', Helvetica, sans-serif;
}

a {
    color : #1a7cc7;
}

a:hover {
    color : #88c1ec;
}

a:visited {
    color : #60499d;
}

a:active,
a:focus,
a:visited {
    outline : none !important;
}

h1, h2, h3 {
    margin      : 0;
    padding     : 0;
    font-weight : normal;
}

h1 {
    font-size : 24px;
}

h2 {
    font-size : 18px;
}

h3 {
    font-family : 'Roboto Condensed', Helvetica, sans-serif;
    font-weight : 300;
    font-size   : 21px;
}

p {
    margin  : 0;
    padding : 0;
}

.layer {
    width        : 960px;
    margin-left  : auto;
    margin-right : auto;
}

a img {
    border : 0px;
    cursor : pointer;
}

.clickable {
    cursor : pointer;
}

.hidden {
    display : none;
}

#content {
    width  : 940px;
    margin : 60px auto 120px;
}

.pp_description {
    float       : left !important;
    width       : 460px;
    margin      : 10px 0 0 0 !important;
    font-weight : 600 !important;
    font-size   : 14px !important;
}

/*---/ MAIN */

/* HEADER */

#header {
    margin-top : 30px;
}

/* Left Part */

#headerleft {
    float : left;
}

a.logo {
    display : block;
    float   : left;
}

#title {
    float        : left;
    padding-left : 13px;
}

#title h1 {
    margin      : 8px 0 0 0;
    font-family : 'Roboto Condensed', Helvetica, sans-serif;
    font-weight : 400;
    font-size   : 58px;
    line-height : 1.1em;
}

#title h2 {
    padding     : 0 0 0 3px;
    font-size   : 22px;
    font-weight : 400;
    line-height : 1em;
}

/*---/ Left Part */

/* Right Part */

#headerright {
    float : right;
}

#headerright p {
    text-align : center
}

#headerright p.now_with {
    font-size : 30px;
}

#headerright p.learn_more {
    font-size : 18px;
}

#socialpane {
    padding    : 15px 0 0 0;
    text-align : right;
}

#socialpane span {
    padding   : 0 0 0 20px;
    font-size : 14px;
}

#socialpane span img {
    vertical-align : middle;
}

.adlesse_info {
    margin     : 10px 0 0 0;
    padding    : 15px;
    background : #fcfcfc;
    border     : 1px solid #d7d7d7;
}

/*---/ Right Part */

/*---/ HEADER */

/* OTHER =================================================================================================================================================== */

img#demo {
    padding          : 15px;
    border           : 1px #cccccc solid;
    background-color : #FFF;
}

#congratulations, #congratulations_opera {
    line-height : 150%;
    font-size   : 16px;
    padding     : 30px 50px 20px 50px;
}

#congratulations h2, #congratulations_opera h2 {
    margin  : 0 0 15px 0;
    padding : 0;
    font    : normal 24px/1 Trebuchet MS;
}

#congratulations .close-popup, #congratulations_opera .close_popup {
    position    : absolute;
    top         : 5px;
    right       : 5px;
    background  : url("prettyphoto/images/prettyPhoto/facebook/sprite.png") no-repeat scroll -1px -1px transparent;
    cursor      : pointer;
    height      : 22px;
    width       : 22px;
    display     : block;
    line-height : 22px;
    text-indent : -10000px;
    overflow    : hidden;
}

#congratulations a, #congratulations_opera a {
    color       : #F30;
    font-weight : bold;
}

#helper {
    padding      : 20px;
    margin-left  : auto;
    margin-right : auto;
    clear        : both;
}

#helper h2 {
    padding : 0 0 10px 0;
    margin  : 0;
}

#helper ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
}

#helper ul li {
    padding-bottom : 10px;
    margin-bottom  : 10px;
    border-bottom  : 1px dashed #CCC;
    zoom           : 1;
}

#helper ul li {
    padding-bottom : 10px;
    margin-bottom  : 10px;
    border-bottom  : 1px dashed #CCC;
    zoom           : 1;
}

#helper ul li:after {
    clear      : both;
    content    : "";
    display    : block;
    height     : 0;
    visibility : hidden;
}

#helper .pic {
    position : relative;
}

#helper .pic img {
    padding       : 1px;
    border        : 1px solid #CCC;
    margin-bottom : 5px;
}

#helper .pic img.fake-img {
    position : absolute;
    top      : 0;
    left     : 0;
}

#helper .descr {
    display : table;
}

#title h1 a, #title h2 a {
    color           : #000;
    text-decoration : none;
}

#video-instruction, #text-manual {
    color           : #00e;
    text-decoration : none;
    border-bottom   : 1px dotted #00E;
}

#video-instruction:hover, #text-manual:hover {
    border-bottom : 0;
}

.pic {
    background          : url(img/ajax-loader.gif) no-repeat;
    background-position : center;
    padding             : 0;
}

.pic img.lazy {
    visibility : hidden;
}

.pic img.lazy.loaded {
    visibility : visible;
}

/* linux & mac page 'video-instruction' switcher's styles */
.hidden {
    display : none;
}

.shown {
    display : block;
}

#video-instruction.inactive, #text-manual.inactive {
    color         : #000;
    border-bottom : none;
    cursor        : default;
}

/* windows autoinstaller styles */
.exe-question {
    position : relative;
}

.exe-hover {
    cursor : pointer;
}

.safe-file {
    font-style : italic;
    color      : #0BA359;
}

.light-font {
    color      : #999;
    font-style : italic;
}

.exe-tooltip {
    position              : absolute;
    bottom                : 30px;
    left                  : 0;
    padding               : 10px;
    display               : none;
    border                : 1px solid #5F9E5F;
    color                 : #fff;
    background            : #99C299;
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    border-radius         : 5px;
    cursor                : default;
}

/* OTHER */