

body{
    background-color: inherit;
    color: #636363;
    padding: 0 5px;
}

h1{
font-size: 1.5em;
}

h2{
font-size: 1.1em;
}
.section{
    padding-right: 10px
}
.row{
    max-width: 960px;
    width: 100%;
    background: #eee;
    display: table;
    margin: auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
     -moz-box-shadow:  0px 0px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow:  0px 0px 20px rgba(0,0,0,0.3);
}

.left{
    width: 50%;
    min-height: 480px;
    position: relative;
    float: left;
    background-color: #eee;
}
.left .text{
    font-family: Quark, serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #bbb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6em;
    height: 1em;
    text-align: center;
    z-index:0;
}
.right{
	background: #fff;
    width: 50%;
    text-align: center;
    float: left;
}

.form-horizontal{
    text-align: center;
}


.btn {
    -moz-box-shadow: 0px 4px 0px 0px #1d8383;
    -webkit-box-shadow: 0px 4px 0px 0px #1d8383;
    box-shadow: 0px 4px 0px 0px #1d8383;
    background-color:#24a1a1;
    border:0px solid;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    font-weight: bold;
    width: 100px;
    height: 25px;
    
    text-decoration:none;
    margin: 10px;
}
.btn:hover {
    background-color:#1c9393;
}
.btn:active {
    box-shadow: 1px 3px 1px 0px #1d8383 inset;
    top:4px;
    position: relative;
}
.btn:focus{
    outline:none;
}

label{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.logo{
margin-bottom:2px;
}
.share{
    /*width: 220px;*/
    text-align: center;
    margin: 20px auto;
}
.share .label{
    margin: 10px 10px;
    float: left;
    font-size: 18px;
    font-weight:bold;
    color:#636363;
}
.ps{
  font-size:14px;
  padding: 10px 20px 0px 0px;
}
.clear{
  clear:both;
}
#out{
    z-index: 1;
    width: 100%;
    position: relative;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}

textarea {
   resize: none;
}

@-ms-viewport{
  width: device-width;
}

.txt{
    width: 70%;
    /*display: block;*/
    margin: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 8px;
}

.label{
    text-align: left;
    padding-left: 70px;
}


.error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media (max-width: 780px){
    #out{
        width: 100%;
    }
    .row{
        width: 100%;
        margin: 0 auto;
    }
    .left .text{
        width: 100%;
    }
    .left{
        width: 100%;
        min-height: 300px;
        height: auto;
        margin: 0 auto;
    }
    .right{
        width: 100%;
        height: auto;
    }
    .row{
        margin-top: 0
    }
label{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
}