
body {
  background:#222222;
  background:url('../img/bg-trial.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 70%;  
  background-attachment:fixed;
  color:#ffffff;
  font-size:18px;
  line-height: 1.5;
}


/*.container p { font-size: 15pt; }*/

.zbrush-banner {
  margin-top:70px;
  padding:7%;
}

.collapse-all {
  margin:0;
  padding:0;
  position:relative;
}

.orange {color:#ff6600;}
.thick {font-weight:900;}
.dark {color:rgba(0, 0, 0, 0.6);}
.caps {text-transform:uppercase;}
.pad {padding:23px;}
.spaced {letter-spacing:1px;}

footer {margin-top:-60px;}

.alert {border-radius:0px; color:#263452;}
.alert a {color:#263452;}
.alert a:hover{color:#222222; text-decoration:none;}
.alert-info {background-color:rgba(197, 228, 243, 0.7);}

.btn-dark {
  padding: 23px;
  color: #00ddfa;
  background:rgba(0, 0, 0, 0.8);
  font-size: 1.2em;  
}

.btn-dark:hover {
  color:rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
}


.form-group input, select {
  border-radius:0px;
}

.form-control {border-radius:0px;}

.form-horizontal .control-label, label {
  margin:11px 0;
  font-size:0.9em;
  font-weight:normal;
}

.SumoSelect > .optWrapper > .options > li label {color:#333333; font-weight:normal;}

legend {
  border:none;
  color:#ffffff;
  text-transform: uppercase;
  margin-bottom:0px;
}

.help-block {
  font-size:1em;
  letter-spacing: 1px;
  font-style:italic;
  color:#FFF;
}


@media(min-width:768px){
  .form-horizontal .control-label {text-align:left;}
}








/* PRELOADER */
#preloader {
  padding:61px;
  width:250px;
  height:250px;
  background-color:rgba(0, 0, 0, 0.8);
  margin:25% 40%;
  border-radius:4px;
  position:absolute;
  z-index:2000;
  display:none;
}


#circularG{
position:relative;
width:128px;
height:128px;

}

.circularG{
position:absolute;
background-color:#ff9900;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.36s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.36s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.36s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.36s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:1.36s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.51s;
-webkit-animation-delay:0.51s;
-ms-animation-delay:0.51s;
-o-animation-delay:0.51s;
animation-delay:0.51s;
}

#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.68s;
-webkit-animation-delay:0.68s;
-ms-animation-delay:0.68s;
-o-animation-delay:0.68s;
animation-delay:0.68s;
}

#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.85s;
-webkit-animation-delay:0.85s;
-ms-animation-delay:0.85s;
-o-animation-delay:0.85s;
animation-delay:0.85s;
}

#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:1.02s;
-webkit-animation-delay:1.02s;
-ms-animation-delay:1.02s;
-o-animation-delay:1.02s;
animation-delay:1.02s;
}

#circularG_5{
right:0;
top:50px;
-moz-animation-delay:1.19s;
-webkit-animation-delay:1.19s;
-ms-animation-delay:1.19s;
-o-animation-delay:1.19s;
animation-delay:1.19s;
}

#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:1.36s;
-webkit-animation-delay:1.36s;
-ms-animation-delay:1.36s;
-o-animation-delay:1.36s;
animation-delay:1.36s;
}

#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:1.53s;
-webkit-animation-delay:1.53s;
-ms-animation-delay:1.53s;
-o-animation-delay:1.53s;
animation-delay:1.53s;
}

#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:1.7s;
-webkit-animation-delay:1.7s;
-ms-animation-delay:1.7s;
-o-animation-delay:1.7s;
animation-delay:1.7s;
}

@-moz-keyframes bounce_circularG{
0%{-moz-transform:scale(1)}
100%{-moz-transform:scale(.3)}
}

@-webkit-keyframes bounce_circularG{
0%{-webkit-transform:scale(1)}
100%{-webkit-transform:scale(.3)}
}

@-ms-keyframes bounce_circularG{
0%{-ms-transform:scale(1)}
100%{-ms-transform:scale(.3)}
}

@-o-keyframes bounce_circularG{
0%{-o-transform:scale(1)}
100%{-o-transform:scale(.3)}
}

@keyframes bounce_circularG{
0%{transform:scale(1)}
100%{transform:scale(.3)}
}

.error { color:#FF0; font-weight: 600; }
.CaptionCont.SlectBox { color:#000; }

@media(max-width:768px){
  .btn-4 {padding:23px !important;}
}
