@charset "utf-8";
/* CSS Document */

.content{
text-align: center;
padding: 3pc 10px 10px 10px;
}

.content p{
color: #333;
font-size: 23px;
line-height: 42px;
}

.content h1{
color: #333;
border: 2px dashed #DE2323;
display: inline-block;
padding: 11px;
}


.contact{
background:url(../img/contact_us.jpg) fixed;	
}

.contact_inner{
text-align: center;
padding: 2pc 0;
background: rgba(0,0,0,0.9);
}

.contact_inner h1{	
color: #fff;
padding-bottom: 6pc;
}

.icons i{
font-size: 78px;


-moz-transform: rotate(-48deg);
-webkit-transform: rotate(-48deg);
-o-transform: rotate(-48deg);
-ms-transform: rotate(-48deg);
transform: rotate(-48deg);
}

.icons{
border: 1px solid #CCC;
height: 175px;
width: 175px;
padding: 46px 2px 0px 0px;
transform: rotate(48deg);
box-shadow: 0px 0px 4px #CCC;
background: #b52b2b;
color: #fff;
display:inline-block;
}


.icon_center{
	text-align:center;
}

.icon_caption{
	margin-top:4pc;
}

.icon_caption p{
color: #fff;	
}

.contact_form{
padding:5pc;
text-align:center;
}


.contact_form .form-inline .form-control {
    display: block;
    width: 508px;
    vertical-align: middle;
}	



.contact_form .btn-default {
    color: #333;
    background: #FFF;
    border: 1px dashed #B52B2B;
    border-radius: 0px;
    padding: 11px;
}

.contact_form .btn-default:hover {
    color: #fff;
    border: 1px dashed #ccc;
    border-radius: 0px;
    padding: 11px;
	background:#B52B2B;
	transition:all ease-in-out;
	transition-duration:0.8s;
}

footer{
background:rgba(0,0,0,0.9);
height: 64px;
}

footer P{
margin: 23px;	
color: #ccc;
}

.social ul {
    float: right;
    margin: 22px;
}

.social li{
	padding:10px;
	border:1px solid #ccc;
display:inline;
}

.social ul{
float:right;	
}

.social i{
color:#ccc;	
}

.carousel {
margin-top: 6pc;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand > img {
    width: 200px;
}

.carousel-inner > .item > img{
width: 100%;	
}



.validate{
	color: #F00;
	}