
* {
    border: medium none;
    font-family: "Conv_ScalaSansPro-Regular";
    font-size: 14px;
    margin: 0;
    padding: 0;
}
body, div, span, p, a, img, ul, ol, li, table, caption, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
    border: medium none;
    text-decoration: none;
}
@font-face {
    font-family: "Conv_ScalaSansPro-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../font/ScalaSansPro-Bold.woff") format("woff"), url("../font/ScalaSansPro-Bold.ttf") format("truetype"), url("../font/ScalaSansPro-Bold.svg") format("svg");
}
@font-face {
    font-family: "Conv_ScalaSansPro-BoldItalic";
    font-style: normal;
    font-weight: normal;
    src: url("../font/ScalaSansPro-BoldItalic.woff") format("woff"), url("../font/ScalaSansPro-BoldItalic.ttf") format("truetype"), url("../font/ScalaSansPro-BoldItalic.svg") format("svg");
}
@font-face {
    font-family: "Conv_ScalaSansPro-Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../font/ScalaSansPro-Italic.woff") format("woff"), url("../font/ScalaSansPro-Italic.ttf") format("truetype"), url("../font/ScalaSansPro-Italic.svg") format("svg");
}
@font-face {
    font-family: "Conv_ScalaSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../font/ScalaSansPro-Regular.woff") format("woff"), url("../font/ScalaSansPro-Regular.ttf") format("truetype"), url("../font/ScalaSansPro-Regular.svg") format("svg");
}
@font-face {
    font-family: "aaaa";
    font-style: normal;
    font-weight: normal;
    src: url("../font/ScalaSansPro-Regular.eot#iefix") format("embedded-opentype"), url("../font/ScalaSansPro-Regular.woff") format("woff"), url("../font/ScalaSansPro-Regular.ttf") format("truetype"), url("../font/ScalaSansPro-Regular.svg#Name") format("svg");
}

body{
    background-color: black;
}

.color_1{
    background-color: #fe903c;
}
.page .right-side .content .first a:hover{
    color: #fe903c;
}

.color_2{
    background-color: #f3bb47;    
}
.page .right-side .content .secound a:hover{
    color: #f3bb47;
}

.color_3{
    background-color: #fe3f4c;
}
.page .right-side .content .third a:hover{
    color: #fe3f4c;
}
.color_4{
    background-color: #031366;    
}
.page .right-side .content .fourth a:hover{
    color: #031366;
}

.color_5{
    background-color: #3b8df5;
}
.page .right-side .content .fifth a:hover{
    color: #3b8df5;
}
.color_6{
    background-color: #1182c7;    
}
.page .right-side .content .sixth a:hover{
    color: #1182c7;
}
.color_7{
    background-color: #9f1abf;
}
.page .right-side .content .seventh a:hover{
    color: #9f1abf;
}
.color_8{
    background-color: #e54380;    
}
.page .right-side .content .eight a:hover{
    color: #e54380;
}
.color_9{
    background-color: #71d357;    
}
.page .right-side .content .ninth a:hover{
    color: #71d357;
}

.page .header .menu ul li.anonymouse{
    display: none;
}

h1 {
    color: white;
    font-family: "Conv_ScalaSansPro-BoldItalic";
    font-size: 100px;
}
h2, .content .subSite a {
    color: white;
    font-family: "Conv_ScalaSansPro-Bold";
    font-size: 36px;
    cursor: pointer;
}
.inactive {
    opacity: 0.4;
}

.bg_image, .confessions{
    position: absolute;
    background-color: black;
    z-index: 4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.confessions{
    z-index: 1; 
}
.bg_image{
    display: none;
    background-repeat:no-repeat;
    background-position:center; top;
}
.confessions .confession{
    height: 20px;
    width: 20px;
    background-color: red;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.confessions .confession p, .confessions .confession .confessionDate{
    display: none;
}

.page {
    color: white;
    margin: 20px 0px 40px;
    width: 1156px;
    left: 50%;
    margin-left: -578px;
    position: absolute;
    z-index: 5;
}
.page .header {
    height: 33px;
}

.page .header .logo{
    width: 250px;
    float: left;
}

.page .header .menu{
    float: right;
}

.page .header .menu ul li{
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid white;
}
.page .header .menu ul li.last{
    padding-right: 0px;
    border-right: none;
}
.page .header .menu ul li,.page .header .menu ul li a{
    color: white;
    font-size: 18px;
    font-family: "Conv_ScalaSansPro-Bold";
    cursor: pointer;
}

/* LEFT side */
.page .left-side {
    display: block;
    float: left;
    margin-top: 120px;
    margin-left: 74px;
    width: 500px;
}

/* RIGHT side */
.page .right-side {
    margin-top: 120px;
    display: inline-block;
    position: relative;
    width: 582px;
}

.page .right-side .sub-titles ul, .page .header .menu ul {
    list-style-type: none;
}
.page .right-side .sub-titles ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.page .right-side .sub-titles ul li.last{
    margin-right: 0px;
}
.page .right-side .content {
    height: 520px;
    width: 100%;
}
.page .right-side form {
    margin-top: 30px;
}
.page .right-side form .row {
    display: block;
    width: 525px;
}
.page .right-side .row .row-name {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    width: 100px;
}
.page .right-side form .row input[type="text"], .capcha input[type="text"] {
    background-color: transparent;
    border: 1px solid white;
    float: left;
    font-size: 14px;
    height: 20px;
    margin-bottom: 20px;
    width: 420px;
}
.page .right-side form .row input[type="button"],.page .right-side form .row input[type="submit"],
.popup.addConfession input[type="button"], .popup.addInspiration input[type="button"], .popup.addInspiration input[type="submit"]{
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    font-family: "Conv_ScalaSansPro-Bold";
    font-size: 18px;
}
.popup.addInspiration input[type="button"]{
     float: none;
}
input {
    color: white;
}

#panel1 .post{
    display: block;
    margin-bottom: 20px;
}

#panel1 .post span.name, #panel1 .post a.name{
    font-family: "Conv_ScalaSansPro-Bold" !important;
    font-size:18px;
}

#panel1 .post a{
    color: white;
}


#panel1 .post .url{
    margin-left: 15px;
}

#panel1 .post .actionTime{
    display: block;
    font-family: "Conv_ScalaSansPro-Italic";
    font-size: 14px;

}

#panel1 .post .description{
    display: block;
    font-size: 14px;
    font-family: "Conv_ScalaSansPro-Italic";
}

.page .right-side .content .subSite{
    margin-bottom: 20px;
}

.page .right-side .actionEmail {
    margin-top: 10px;
    text-align: right;
}
.page .right-side .actionEmail a{
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Conv_ScalaSansPro-Bold";
}

.bg_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 6;
    opacity: 0.8;
}

.popup{
    display: none;
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 7;
    margin-left: -300px;
    margin-top: -300px;
    left: 50%;
    top: 50%;
    background-color: yellow;
}
.addConfession{
    display: block;
}
.popup.showConfession{
    background-color: #045179;
}
.popup.showConfession p{
    font-size: 50px;
    color: white;
}
.popup.showConfession .date{
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    font-size: 20px;
}

.popup.addConfession{
    background-color: #cc147f;
}
.popup.addConfession .top{
    height: 160px;
    color: white;
}
.popup.addConfession .top .title{
    font-size: 50px;
    width: 230px;
    float: left;
    margin-top: 30px;
    margin-left: 25px;
    line-height: 57px;
    font-family: "Conv_ScalaSansPro-BoldItalic";
}
.popup.addConfession .top .description{
    height: 100px;
    float: right;
    width: 185px;
    margin-top: 40px;
    margin-right: 25px;
    line-height: 20px;
}

.popup.addConfession textarea{
    margin: 0px 25px;
    background-color: transparent;
    border: 2px solid white;
    padding: 5px;
    width: 540px;
    height: 250px;
    min-width: 540px;
    min-height: 250px;
    max-width: 540px;
    max-height: 250px;
    color: white;
    font-size: 24px;
    line-height: 40px;
}
.popup.addConfession input[type="button"]{
    position: absolute;
    margin-right: 25px;
    margin-bottom: 30px;
    bottom: 0;
    right: 0;
}

.popup.addInspiration input[type=submit]{
    position: absolute;
    margin-right: 25px;
    margin-bottom: 30px;
    color: black;
    bottom: 0;
    right: 0;
}

.popup.addInspiration{
    background-color: white;
    color: black;
}

.popup.addInspiration .top{
    height: 75px;
    margin-top: 30px;
    margin-left: 25px;

}
.popup.addInspiration .top p{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.popup.addInspiration form{
    float: left;
    margin: 0 25px;
}
.popup.addInspiration form .row{
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.popup.addInspiration form .row .row-name{
    clear: both;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    width: 80px;
}

.popup.addInspiration form .row input[type="text"], .popup.addInspiration form .row textarea{
    border: 2px solid black;
}
.popup.addInspiration form .row input[type="text"]{
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    width:370px;
    line-height: 20px;
    vertical-align: top;    
    color:black;
}

.popup.addInspiration form .row input[type="button"]{
    margin: 0;
    width: 91px;
    color: white;
    background-color: black;
    height: 34px;

}
.popup.addInspiration form .row textarea{
    width: 465px;
    height: 200px;
    max-width: 465px;
    max-height: 200px;
    min-width: 465px;
    min-height: 200px;
    font-size: 16px;
    line-height: 20px;   
}
.bg{
    position: fixed;
    right: 0;
    bottom: 0;
}
.bottom{
    display: none;
    color: white;
    left: 50%;
    margin: 20px 0 40px -578px;
    bottom: 0;
    position: absolute;
    width: 1156px;
    z-index: 5;
}

.thanks{
    float: left;
    margin-right: 45px;
}
.thanks a{
     color: white;
    font-size: 24px;
    cursor: pointer;
}

.anotherInspiration{
    float: left;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.inspirationText, .inspirationVideo{
    margin-top: 120px;
    font-size: 50px;
    width: 500px;
    float: left;
    display: none;
}
.inspirationVideo{
    width: 500px;
    float: right;
}
.info{
   position: absolute;
    background: url('../images/info.jpg') center center no-repeat transparent;
    z-index: 40;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    
}
.capcha{
    float: left;
    width: 525px;
    position: relative;
}
.capcha p{
    margin-bottom: 10px;
    color: white;
}
.capcha a{
    text-transform: uppercase;
    text-decoration: underline;
    color: white;
}
.capcha label{
    color: white;
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: 24px;
    width: 75px;
}

.capcha input[type="text"] {
    border: 1px solid white !important;
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    width: 190px;
}

.popup.addConfession .capcha{
    margin: 10px 25px;
    width: 550px;
}
.popup.addConfession .capcha input[type="text"] {
    height: 30px;
    margin-bottom: 17px;
    width: 220px;
    border: 2px solid white !important;
}
.popup.addInspiration .capcha{
    width: 550px;
}
.popup.addInspiration .capcha p{
    color: black;
}
.popup.addInspiration .capcha a{
    color: black;
}
.popup.addInspiration .capcha img{
    border: 2px solid black !important;
}
.popup.addInspiration .capcha input[type="text"] {
    border: 2px solid black !important;
    color: black;
    height: 30px;
    margin-bottom: 17px;
    width: 215px;
}
.popup.addInspiration .capcha label{
    color: black !important;
}
