/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

body {
	background-image:url(/sites/all/themes/gunscape_bootstrap/images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.col-sm-12 {
	/*background-color: #060606;*/
	color: #dddddd;
}

.field-type-image img{
    display: block;
    height: auto;
    max-width: 100%;
}

.user-picture {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 10px 10px 0;
}

body.front .user-picture{
    display:none;
}

#webform-client-form-25 .form-control{
    display:inline;
    padding:1px;
    width:auto;
    border: 2px inset;
    height:auto;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: auto;
}


#webform-client-form-25 .form-item{
    margin: 10px 0 10px 0;
}

#block-webform-client-block-25{
    margin-bottom: 10px;
}

#block-webform-client-block-25 .form-submit{
    margin-top: 10px;
}

#block-block-3{
    margin-bottom:10px;
}

.features p{
  text-align: center;
}

.features h4{   
  text-align: center;
} 

.features .glyphicon, .features .fa{
  font-size: 3em;
  color: #ffffff;
}

.features p.description{
  text-align: left;
}
.buy-now form{
  text-align: center;
  margin: 20px 10px 10px 10px;
}
