@charset "utf-8";
/* CSS Document */


body{
	background:url(../images/mybg.jpg) no-repeat center #eee;
	background-size:cover;
	font-size:16px;
	}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:focus{
	outline:none;
	}
img{
	max-width:100%;
	}
.btn{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}




.container{
	width:1039px
	}



/* Header start here
====================*/
.header{
	background-color:rgba(0, 0, 0, 0.3);
	color:#fff;
	font-size:12px;
	/*padding-bottom:10px;*/
	}
.header a{
	color:inherit;
	}
.navbar-brand{
	font-size: 30px;
    font-style: italic;
    font-weight: bold;
	}
.navbar{
	border:none;
	border-radius:0;
	margin:0;
	}
.navbar .container-fluid{
	}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand{
	height:auto;
	padding:0;
	}
.navbar-nav{
	margin-top:15px;
	clear: right;
	}
.navbar-nav > li + li{
	margin-left:5px;
	}
.navbar-nav > li > a{
	border-radius:5px;
	color:inherit;
	font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 500;
	padding: 10px;
	}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus{
	background-color:#fff;
	color:#000;
	}
.navbar-nav .open > a{
	border-radius:5px 5px 0 0;
	}

.logo{
	}

.quick-info {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #444444;
    padding: 5px 20px;
	margin-right:-15px
	}
.social-icons{
	margin-bottom:0;
	}
.social-icons li{
    margin:0 2px;
	}
.social-icons li a{
	display:block;
	}
.social-icons li img{
	vertical-align:top;
	}
.inline{
	display:inline-block;
	vertical-align:middle;
	}


.bg-danger{
	padding:1px 15px 15px;
	}

h1{
	}
/* Content start here
====================*/
.content{
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	color:floralwhite;
    min-height: 496px;
    padding: 20px;
	padding-top:14px;
	}
.page-header{
	margin-top:0;
	}
.form-control{
	background:none;
	border-color:transparent;
	border-color:#eee;
	color:#fff;
	}
.form-control:focus{
	border-color:#eee;
	box-shadow: none;
	}

.map{
	border:solid 3px #ccc;
	margin-bottom:20px;
	}
address p{
	margin-bottom:0;
	}

/* Footer start here
====================*/
.footer{
	background-color:rgba(0, 0, 0, 0.3);
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:15px 0 5px;
	}
.footer a{
	color:inherit;
	}