/*------- Fonts -------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700);

@import url('https://fonts.googleapis.com/css?family=Alex+Brush&subset=latin-ext');

/*------- Reset CSS -------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	border: none;
}
li{
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, a, b, ul, li {
	margin: 0;
	padding: 0;
}
button:focus {
    outline: none;
}



/*------- Default Code -------*/

.single-row {
    width: 100%;
    overflow: hidden;
}
.hide {
    display: none;
}



/*------- body -------*/
body{
	font-family: 'Roboto', sans-serif;
	color: #515e6d;
    position: relative;
	background:#eaeaea;
}


/*------- Header CSS Start -------*/

header {
    background: #FFF;
    position: relative;
	padding-bottom:10px;
}
header .container{
	width:100%!important; 
	padding:15px 0 15px 100px;
	-webkit-box-shadow: 0px 9px 6px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 9px 6px -4px rgba(0,0,0,0.35);
	box-shadow: 0px 9px 6px -4px rgba(0,0,0,0.35);
}
.logo {
    text-align: left;
    z-index: 1;
}

.logo img{ /* height:56px; */}


#slider {
    position: relative;
}
.carousel-inner img {
    width: 100%;
}
.carousel-caption {
    right: inherit;
    text-align: left;
    left: 100px;
    top: 30px;
}
.carousel-caption h1 {
    font-size: 58px;
	text-transform: uppercase;
	color: #000000;
	line-height: 50px;
	margin: 17px 0px 17px;
	font-weight: normal;
}
.carousel-caption h2 {
    font-size: 42px;		
	margin-bottom:8px;
	color:#000000;
}



.carousel-caption h3{
	color:#000000;
	font-size:30px;
	
	}
	
.carousel-caption h4{
	margin-bottom: 40px;
line-height: 33px;
font-size: 27px;
margin-top:20px;
color:#000000;	
	}	
	
	
.carousel-caption li {
    list-style: inherit;
    /* list-style-image: url(../img/slider-list-style.png); */
    font-size: 16px;
    margin-bottom: 10px;
	background:#009999;
	list-style-position:inside;
	padding:8px;
	color: #fff;
}
.contact {
    position: absolute;
    top: 24px;
    right: 98px;
    z-index: 2;
    width: 340px;
    background: #328e11;
    padding: 25px;
    border-radius: 15px;
}
.contact h1 {
    color: #ffffff;
    font-weight: 600;
	text-align:center;
    }
.contact p {
    color: #ffffff;
	text-align:center;
	font-size:15px;
	font-weight:500;
     }
	
.contact .single-row i {
    color: #fff;
    font-size: 30px;
    float: right;
}
.contact label {
    display: none;
}
#contact-form textarea,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"]{
    width: 100%;
    padding: 10px 33px;
    border: none;
    border-radius: 5px;
    font-weight: 300;
    color: #999;
    font-size: 15px;
	height:auto !important;
}
#contact-form .btn-success {
    background: #8dc63f;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    border: none;
    padding: 11px;
    border-radius: 5px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
#contact-form input[type="text"]::placeholder,
#contact-form input[type="email"]::placeholder,
#contact-form input[type="tel"]::placeholder,
#contact-form input[type="url"]::placeholder
{
  text-transform:uppercase;
  font-weight:500;
}

/*input#form_name {
    background: #fff url(../img/name-filed.png)no-repeat 10px 47%;
}
input#form_email {
    background: #fff url(../img/email-field.png)no-repeat 10px 47%;
}
input#form_phone {
    background: #fff url(../img/phone-field.png)no-repeat 10px 47%;
}
#form_message {
    background: #fff url(../img/message-field.png)no-repeat 10px 30%;
}*/

#contact-form .form-group{ margin-bottom:0 !important; margin-top:2px;}

h1.getit{ color: #000;
font-family: 'Alex Brush', cursive;
font-style: italic;
text-transform: none;
font-weight:bold;
text-shadow: inherit;
text-align: center;
margin-top: 60px;
font-size:80px;}

.bg80{background:rgba(255, 255, 255, .8); padding:20px 20px 0;margin-bottom: 25px;}








