@import url('http://fonts.googleapis.com/css?family=Amarante');
@import url('http://fonts.googleapis.com/css?family=Alfa+Slab+One');

body {
 // background: #ffffff; 
 background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:"Open sans", Helvetica, Arial; 
	font-weight: 400;
	}
	
h1, .h1, h2, .h2, h3, .h3 { 
	margin-top:20px; 
	} 
	
blockquote { 
	font-style: italic; 
	font-family: Georgia; 
	color:#999; 
	margin:30px 0 30px; 
	}
	
label { 
	color: #777; 
	}
	
.thin { 
	font-weight:300; 
	}
	
.page-title { 
	margin-top:0px; 
	font-weight:300; 
	}
	
.text-muted { 
	color:#888; 
	}
	
.breadcrumb { 
	background:none; 
	padding:0; 
	margin:30px 0 0px 0; 
	}
	
ul.list-spaces li{ 
	margin-bottom:10px; 
	}

.container {
  margin: 0 auto;
  max-width: 960px;
}

.space { 
	padding-top:97px; 
	}
	
.spacing { 
	margin-top:67px; 
	}
	
.brand,
.address-bar {
  display: none;
}


.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 10px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 0px;
  padding: 30px 15px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	.brand {
		display: inherit;
		font-weight: 700;
		font-size: 5em;
		line-height: normal;
		text-align: center;
		margin: 0;
		padding: 30px 0 10px;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		}
	}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
	}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.logo {
	float: left;
	height: 20px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	margin-left: -20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #4572CF
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #000000;
	font-size: 22px;
	letter-spacing: 1px;
}


.jumbotron { 
	color: inherit; 
	background-color: #F5F3F2; 
	padding-top:30px; 
	padding-bottom:30px; 
	margin-bottom:0; 
	}
	
.container .jumbotron { 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	padding-left:40px; 
	padding-right:40px; 
	}
	
.jumbotron p { 
	font-size:inherit; 
	}
	
.jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 { 
	line-height: 1.3em; 
	}
	
.highlight { 
	margin-top:30px; 
	}
	
.h-caption { 
	text-align: center; 
	} 
	
.h-caption i { 
	display:block; 
	font-size: 54px; 
	color:#382526; 
	margin-bottom:36px; 
	}
	
.h-caption h4 { 
	color:#382526; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom:20px; 
	}
	
.h-body { }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
	}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
	}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
	}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
	}
	
.maincontent { 
	}
	
.page-header{
	padding-bottom:9px;
	margin:10px 0 20px;
	border-bottom:1px solid #eee
	}
	
.sidebar { 
	padding-top:10px; 
	padding-bottom:30px; 
	}
	
.sidebar .widget { 
	margin-bottom:20px; 
	}
	
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { 
	margin-top:20px; 
	} 
	
.btn-action,
.btn-primary { 
	color:#FFEFD7; 
	background-image: -webkit-linear-gradient(top, #3276B1 0%, #FF8C00 100%); 
	background-image: linear-gradient(to bottom, #3276B1 0%, #5FAAEB 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9B22', endColorstr='#ffFF8C00', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
	background-repeat: repeat-x; 
	border:0 none; 
	}
	
.btn-action:hover,
.btn-action:focus { 
	color:#fff; 
	font-weight: 900;
	background: #000000; 
	}
	
.btn-action:active {	
	background: #FF8C00; 
	}
	
.footer1 { 
	background: #232323; 
	padding: 30px 0 0 0; 
	font-size: 12px; 
	color: #999; 
	}
	
.footer1 a { 
	color: #ccc; 
	}
	
.footer1 a:hover {
	color: #fff; 
	}
	
.footer1 .widget { 
	margin-bottom:30px; 
	}	
	
.footer1 .widget-title { 
	font-size: 17px; 
	font-weight: bold; 
	color: #ccc; 
	margin: 0 0 20px; 
	}

.footer1 .entry-meta { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 0 0 35px 0; 
	padding: 2px 0; 
	color: #888888; 
	font-size: 12px; 
	font-size: 0.75rem; 
	}
	
.footer1 .entry-meta a { 
	color: #333333; 
	}
	
.footer1 .entry-meta .meta-in { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 10px 0; 
	}
	
.follow-me-icons { 
	font-size:30px; 
	}	
	
.follow-me-icons i { 
	float:left; 
	margin:0 10px 0 0; 
	}		

.footer2 { 
	background: #191919; 
	padding: 15px 0; 
	color: #777; 
	font-size: 12px; 
	}
	
.footer2 a { 
	color: #aaa; 
	}
		
.footer2 a:hover { 
	color: #fff; 
	}
		
.footer2 p { 
	margin: 0; 
	}

.widget-simplenav { 
	margin-left:-5px; 
	}	
	
.widget-simplenav a{ 
	margin:0 5px; 
	}		
	
	
ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
    }
	
ul li {     
    list-style:none;       
    }
	
ul li img {
    cursor: pointer;
	//margin-bottom:25px;
    }
      
.icon{
margin-bottom:10px;
}
	  
.quantity{
text-transform: uppercase;
margin-left: 24px;
font-weight: bold;
}

.main-title{
text-transform: uppercase;
font-size: 14px;
color: #355472;
font-weight: bold;
}

.title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}
/*.title{
text-transform: uppercase;
font-size: 14px;
margin-bottom: 0px;
margin-top: 15px;
color: #000;
font-weight: bold;
}*/

.heading{
font-size: 28px;
margin-top: 10px;
text-align: center;
color: #1AB627;
font-weight: 400;
font-family: Alfa Slab One;
font-style: italic;
}

.sub-heading{
font-size: 18px;
text-align: center;
color: #FC2818;
font-weight: 400;
font-family: Aladin;
font-style: italic;
}

.pagein{
margin-left: 16px;
border: 1px solid #0080FF;
background-color: #fff;     
width: 145px;
height: 25px; 
padding-left: 5px;
margin-top: 0px;
margin-bottom: 10px;
}

#carousel-example-generic1 .carousel-inner{
	height:400px;
}	

.carousel-control.right,
.carousel-control.left{
	position: absolute;
	top: 35%;
	width: 25px;
	height:60px;
	background-image:none;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
.carousel-control.left{
}

.carousel-control.right{
}

#carousel-example-generic1 .carousel-indicators {
position: absolute;
top: 0px;
left: auto;
right:0%;
z-index: 15;
width: 30%;
margin-left: auto;
padding-left: 0;
list-style: none;
text-align: right;
}

.testimonials{
height: 10px;
margin-top: 0px;
float: center;
color: #807f7f;
font-size: 24px;
color: #0080FF;
font-weight: bold;
font-family: "Amarante";
}

