/* 
    Document   : css
    Created on : 2014-jan-08, 13:47:38
    Author     : EXET
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{
    margin:0;
    padding:0;
    background-color: #000000;
    font-family: arial;
    font-size: 12px;
    color:#636363;
}
div{
    display: block;
}
a{
    text-decoration: none!important;
    color:#636363;
}
a:hover{
    text-decoration: none!important;
    color:#6dcff6;
}
.wrapper{
    background-image: url("images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 792px;
}
.content{
    width: 960px;
    margin: auto;
}
.logo{
    padding-top: 40px;
    width: 370px;
    padding-left: 40px;
    padding-bottom: 20px;
}
.content-container{
    background-image: url("images/bg_inputs.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 330px;
}
.left-content{
    width: 455px!important;
    margin-left: 23px;
    padding: 36px;
    padding-top: 39px;
    padding-right: 0px;
    float: left;
}
.right-content{
    float: right;
    width: 398px;
    padding-top: 32px;
}
.header-r{
    color: #6dcff6;
    font-size: 11px;
    font-weight: bold;
}
.contents{
    width: auto;
}
.breadtext{
    font-family: 'Roboto Condensed', sans-serif;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
}
.sign{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color:#6dcff6;
}
.form p{
    margin-top: 30px;
}
.form label{
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: bold;
    width: 105px;
    text-align: right;
    font-size: 18px;
    display: block;
    float: left;
    margin-right: 10px;
}
.form input[type="text"]{
height: 24px!important;
width: 241px;
background: none;
border: none;
color: #fff;
padding: 1px;
border: 1px solid #000;
}
textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
#sendbutton{
    float: right;
    margin-right: 26px;
    margin-top: 7px;   
}
input[type="submit"]{
    background: none;
    border: none;
    color:#6dcff6;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.footer{
    margin-top: 60px;
    color:#fff;
    height: 170px;
}
.insta-cont{
    width: 490px;
    margin-left: 66px;
    float: left;
}
.shead, .phead{
    font-size: 18px;
    font-weight: bold;
    color:#6dcff6;
}
#carousel{
    margin-top: -10px!Important;
}
.left-one{
    float: left;
    width: 129px;
    margin-left: 44px;
    margin-top: -20px;
    text-align: right;
    margin-right: 50px;
}
.left-two{
    float: left;
    width: 181px;
    margin-top: -20px;
}
#success, #error {
    display:none;
    position: fixed;
    width: 286px;
    top: 0px;
    height: 38px;
    background-color: #fff;
    margin: auto!important;
    width: 100%;
    padding: 2px;
    text-align: center;
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}
label.error{
    display: none!important;
}
input.error{
    border: 1px solid #c0392b!important;
}
.co{
    margin-top: 24px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
