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

/*----------------------------------------------
	Basic Document style
-----------------------------------------------*/

html, body{
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style:normal;
	background-size:cover;
	z-index:-1;
	color:#555555;	
}
a{
	text-decoration:none;
	outline:none;
	border:none;
	background:none;
}

::-webkit-input-placeholder
::-webkit-textarea-placeholder {
   color: #555555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555555;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555555;  
}

:-ms-input-placeholder {  
   color: #555555;  
}

.clear{
	clear:both;
}

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

.header .main-container{
	padding:0px 10px;
}

.upper-strip{
	height: 128px;
    background-color: #1c1c1c;
    padding: 10px 0px;
    border-bottom: 1px solid #000000;
}

.menu-strip{
	height:45px;
}

/*----------------------------------------------
	Navigation
-----------------------------------------------*/

@media only screen and (min-width: 767px) and (max-width: 3000px){
.navbar-collapse{
    float: left!important;
    width: 980px;
    margin-left:75px;  
}

.header{
	width:100%;
	height:auto;
	background-color:#6b0006;
}

.navbar-inverse{
	border:none;
	background:transparent; 
}

.navbar-inverse .navbar-collapse{
	clear:right;
}

.navbar{
	border-radius:0px!important;
    margin-bottom: 0;
}

.nav>li{
    border-right: 1px solid #590005;
	border-left: 1px solid #89272b;
    /* padding: 13px 40px 12px 40px;*/
}

.navbar-inverse .navbar-nav>li>a{
    padding: 13px 40px 12px 40px!important;
}

.nav>li:first-of-type{
	border-left: none;
}

.nav>li:last-of-type{
	border-right: none;
}

.nav>li>a {
    position: relative;
    display: block;
	color:#ffffff!important;
	padding:0!important;
}

.navbar-nav>li>a{
	padding:0!important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
	background:transparent;
	position: relative;
}


ul.navbar-nav > li:hover,
.navbar-nav li.active{
	background-color:#009449;
}

.blog-section .image-section{
	padding-left:0px;
}

}

@media only screen and (max-width: 767px){
	.navbar-inverse,
	.navbar-inverse .navbar-collapse{
		width:100%;
		border-color:#000000;		
	}
	.navbar-inverse{
		background-color:#6b0006; 
	}
	
	.navbar-fixed-bottom,
	.navbar-fixed-top{
		position:static;		
	}
	
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li>a:hover{
	    background-color:#009449!important;	    
	}
		
	
	.navbar-nav li a{
    	color:#ffffff!important;	
	}
	
	.navbar-nav li:hover{
    	color:#fadc28!important;	
	}
	
	.carousel-indicators{
		bottom:75px;	
	}
	
	#footer .foot-col{
		border:none!important;		
	}
	
	.banner{
		margin-top:-20px!important;		
	}
	
	.header .main-container{
		padding:0px;
	}
	
}

/*----------------------------------------------
	Header
-----------------------------------------------*/

.head-contact{
    float: right;
    width: 645px;
    text-align: right;
    margin-top: 25px;
}

.head-contact p{
    font-family: 'Great Vibes', cursive;
    font-size: 36px;
    font-style: italic;
    color: #009449;
    margin-top: 15px;
	margin-right:30px;   
    float: left;
}

.head-contact .phone{
	font-size: 15px;
    color: #555555;
    float: left;
    margin-right: 15px;
}

.head-contact .phone a{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.head-contact .phone b{
    text-transform: uppercase;
    font-size: 16px;
}

.head-contact .fb{
    margin-left: 5px;
    background-color: #555555;
    border-radius: 35px;
    padding: 8px 13px;
    margin-top: 12px;
    float: left;
    height: 34px;
    width: 35px;
	transition:ease 0.3s;	
}

.head-contact .fb:hover{
	background-color: #009449;
} 

.head-contact .fb i{
    color: #ffffff;
    line-height: 16px;
}

.logo{
	width:100%;
}



/* ---------------------------------------------------------
	Slider
------------------------------------------------------------*/

.slider{
	margin-top:143px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
	height:400px;
	overflow:hidden;
}


.banner{
	margin-top:173px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
	height:310px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}

.products .banner{
	background-image:url(../images/products-banner.jpg);
}


.about .banner{
	background-image:url(../images/about-banner.jpg);
}

.services .banner{
	background-image:url(../images/services-banner.jpg);
}

.faq .banner{
	background-image:url(../images/faq-banner.jpg);
}

.contact .banner{
	background-image:url(../images/contact-banner.jpg);
}

.contact-thankyou .banner{
	background-image:url(../images/contact-thankyou-banner.jpg);
}

.profit .banner{
	background-image:url(../images/profit-banner.jpg);
}


.slider h1{
	font-family: 'Passion One', cursive;
	color:#ffffff;
	font-size:80px;
	margin-bottom:20px;
  text-shadow:
   -2px -2px 0 #d52121,  
    2px -2px 0 #d52121,
    -2px 2px 0 #d52121,
     2px 2px 0 #d52121;	
}

.banner h1{
    font-family: 'Passion One', cursive;
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 20px;
	margin-top:100px;
    text-shadow:
	-2px -2px 0 #d52121, 
 	2px -2px 0 #d52121,
 	-2px 2px 0 #d52121,
 	2px 2px 0 #d52121;
}

.slider .slider-button{
    padding: 12px 32px;
    text-decoration: none;
    letter-spacing: 1px;
	background-color:#009449;
	color:#ffffff;
	position:relative;
    font-size: 18px;
}

.first{
	background-image:url(../images/slider/slide-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.second{
	background-image:url(../images/slider/slide-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.third{
	background-image:url(../images/slider/slide-3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.fourth{
	background-image:url(../images/slider/slide-4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.carousel-indicators .active{
	background-color:#009449;
	border:none;
}

.carousel-indicators li{
	background:none;
	border:1px solid #ffffff;
}

.carousel-inner>.item{
	height:400px;
}

.slider .main-container{
	/* padding: 268px 0px; */
    text-align: center;
    padding-top: 130px;
}

.carousel-indicators{
	top:350px;
}

.second .main-container,
.third .main-container,
.fourth .main-container{
    padding: 175px 0px
}

.second .slider-button,
.fourth .slider-button{
	left:40%;
}
.third .slider-button{
	right:25%;
}

/*----------------------------------------------
	welcome section
-----------------------------------------------*/
.welcome,
.contact-intro .row,
.profit-intro .row{
	padding:80px 15px 65px 15px;
}

.profit-intro .row{
	padding:80px 15px 0px 15px;
}

.welcome h2,
.section-title{
    font-size: 36px;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:36px;
	margin-top:0px;
}

.welcome h2 span,
.welcome h3 span,
.section-title span{
	color:#c12020;
}

.welcome h3{
    font-size: 30px;
    color: #48484c;
    font-family: 'Open Sans', sans-serif;
	font-weight:800;
    font-style: italic;	
}

.welcome p{
	font-size:15px;
	margin-bottom:33px;
    line-height: 24px;
}

.second-para{
	margin-top:-33px;
}

.welcome ul.advantage{
	list-style-type:none;
    padding-left: 0;
    float: left;
}

.welcome ul.advantage li{
	margin-bottom:10px;
}

.welcome ul.advantage .fa{
	margin-right:10px;
	color:#009449;
}

.welcome .intro-image{
    margin-top: -75px;
    float: right;
}

/*----------------------------------------------
	service section
-----------------------------------------------*/

.service{
	background-color:#eaeaea;	
}

.service .owl-item .item img{
	background-color:#ffffff;
	padding:9px;
	border:1px solid #d9d9d9;
	max-width:100%;
    margin-bottom: 38px;
}

.service .welcome h4{
    color: #ba1414;
    font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	margin-bottom:33px;
    line-height: 25px;
	text-align:left;	
}

.service .owl-item{
	padding:0px 10px;
}

.service .owl-item .item p{
	font-size:15px;
	text-align:left;
	height:92px;
	overflow:hidden;
}

.service .owl-item .item a{
	padding: 10px 18px;
	font-size: 14px;
    color: #ba1414;
    border: 1px solid #ba1414;
	float:left;
	text-decoration:none;
	transition:ease 0.3s;
}

.service .owl-item .item a:hover{
	background-color:#ba1414;
	color:#ffffff;
}

.service .owl-item .item a i{
    font-size: 15px;
    margin-right: 5px;
}

.service .owl-dots{
	display:none;
}

.service .owl-controls{
    position: absolute;
    top: -80px;
    right: 0;
}

.service .owl-controls .owl-nav .owl-prev,
.service .owl-controls .owl-nav .owl-next{
	float:left;
    width: 30px;
    height: 30px;
	color: #eaeaea;
	border: 1px solid #b3b3b3;
}

.service .owl-controls .owl-nav .owl-prev{
    margin-right: 15px;
}

.service .owl-controls .owl-nav .owl-prev:after{
    content: "\f104";
    font-size: 25px;
    font-family: 'Fontawesome';
    position: absolute;
    top: -3px;
    left: 9px;
    color: #9f9f9f;
}

.service .owl-controls .owl-nav .owl-next:after{
    content: "\f105";
    font-size: 25px;
    font-family: 'Fontawesome';
    position: absolute;
    top: -3px;
    left: 56px;
    color: #9f9f9f;
}

/*----------------------------------------------
	Blog section
-----------------------------------------------*/

.blog{
	background-image:url(../images/blog-background-image.jpg);
	background-repeat:no-repeat;
	background-size:cover; 
	color:#ffffff;
}

.blog .row,
.services .service-intro{
    padding: 80px 0px 80px 0px;
}

.blog h2{
	font-size: 36px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:36px;
	margin-top:0px;
}

.blog-info h3{
	margin-top:0;
    font-size: 30px;
    color: #48484c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	color:#009449;
}

.blog-info p{
	font-size:15px;
	margin-bottom:20px;
}

.blog-info  a.more-btn{
	padding: 10px 25px;
	font-size: 14px;
    color: #ffffff;
    background-color:#136e38;
	border: 2px solid #136e38;
	float:left;
	text-decoration:none;
	transition:ease 0.3s;
}

.blog-info  a.more-btn .fa{
	margin-right:5px;
}

.blog-info  a.more-btn:hover{
    background:none;
}


#contact-form {
    width: 398px;
	margin-top:25px;
}

#contact-form p{
	margin-bottom:25px;
}

.welcome #contact-form p:nth-of-type(2){
	margin-top:0;
}

#contact-form p input[type=submit]{
    padding: 5px 41px;
    font-size: 14px;
    color: #ffffff;
    background-color: #136e38;
    border: 2px solid #136e38;
    float: right;
    text-decoration: none;
    letter-spacing: 1px;    
}

#contact-form p input,
#contact-form p textarea{
    width: 70%;
    float: right;
    padding: 3px 5px;
    border: 1px solid #1c1c1c;
}

#contact-form p textarea{
	margin-bottom:25px;	
}

#msg{
	color:#F00;
    background-color: antiquewhite;
    padding: 3px;
    float: right;
    text-align:center;
    width: 70%;
	display:none;
}

.contact-intro a{
	color:#c12020;
}

/*----------------------------------------------
	Services Page
-----------------------------------------------*/
.service-intro .col-lg-3 img{
	background-color:#ffffff;
	padding:5px;
	border:1px solid #d9d9d9;
	max-width:100%;
    margin-bottom: 38px;
}

.service-intro .col-lg-9 h4 {
    color: #ba1414;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
	margin-top:0px;
    line-height: 25px;
    text-align: left;
}

.service-intro .col-lg-9 .info{
	height:75px;
	overflow:hidden;
}

.service-intro .col-lg-9 a.more-btn{
    padding: 10px 18px;
    font-size: 14px;
    color: #ba1414;
    border: 1px solid #ba1414;
    float: left;
    text-decoration: none;
    transition: ease 0.3s;
}

.service-intro .col-lg-9 a.more-btn i{
	font-size: 15px;
    margin-right: 5px;
}

.service-intro .description{
	margin-bottom:80px;
}

/*----------------------------------------------
	FAQs Page
-----------------------------------------------*/

.panel-group .panel,
.panel{
	border-radius:0px;
}

.panel-heading{
	padding:0;
}

.panel-title a{
	text-decoration:none;
    padding: 10px 15px;
    display: block;
    color: #c12020;
    line-height: 20px;
}

.panel-title a i{
	margin-right:5px;
}

.panel-body{
	padding:15px 15px 15px 35px;	
}


/*----------------------------------------------
	Products Page
-----------------------------------------------*/

.products .welcome h4{
	color: #c12020;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 33px;
    line-height: 25px;
}

.products .welcome ul{
	list-style-type: none;
    padding-left: 0px;
    line-height: 25px;
    margin-bottom: 30px;
}

.products .welcome a{
	color:#009449;
}



/*----------------------------------------------
	Footer section
-----------------------------------------------*/

#footer{
	background-color:#6b0006;
    padding: 60px 0px 60px 0px;
}

#footer ul{
	list-style-type:none;
	padding-left:16px;
}

#footer .foot-col{
	border-right: 1px solid #590005;
	border-left: 1px solid #89272b;
	color:#ffffff;
    height: 275px;
}

#footer .col-1{
	border-left: none;	
}


#footer .col-4{
	border-right: none;	
}

#footer .col-2,
#footer .col-3,
#footer .col-4{
	padding-left: 25px;
    margin-left: -30px;
}


#footer .foot-col .title{
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	position:relative;
	margin-bottom:30px;
	font-size: 18px;
	display:block;
}

#footer .foot-col ul li a{
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}

#footer .foot-col ul li a:hover,
#footer .foot-col ul li.active a{
	color:#26e426;
}

#footer .foot-col ul li{
    line-height: 25px;
	position:relative;
}

#footer .col-1 ul li:before,
#footer .col-2 ul li:before,
#footer .col-3 ul li:before{
	content:"\f0da";
	font-family:'fontawesome';
	color:#ffffff;
	position:absolute;
	top:0;
	left:-15px;
}


#footer .col-4 p{
    line-height: 25px;
    margin-bottom: 10px;
}

#footer .col-4 input[type=text],
#footer .col-4 input[type=email]{
	height:28px;
} 

#footer .col-4 textarea{
	height:60px;
}

#footer .col-4 input[type=text],
#footer .col-4 input[type=email],
#footer .col-4 textarea{
	color:#555555;
	width:100%;
	border:none;
	padding-left:10px;
}

#footer .col-4 p a{
	color:#ffffff;
	text-decoration:none;
}

#footer .col-4 p a:hover,
#footer .col-4 p:last-of-type > a:last-of-type{
	color:#dcc120;
}

#footer .col-4 p i{
    margin-right: 10px;
}

#footer .col-4 p span i{
	margin-right:0;
	color:#5d6535;
}

#footer .col-4 p span{
    padding: 6px 11px;
    background-color: #dcc120;
    border-radius: 35px;
    margin-right: 5px;
}

#footer .col-4 input[type=submit]{
    padding: 5px 41px;
    font-size: 14px;
    color: #ffffff;
    background-color: #136e38;
	border: 2px solid #136e38;
    float: right;
    text-decoration: none;
	letter-spacing:1px;
	transition:ease 0.3s;
}

#footer .col-4 input[type=submit]:hover{
   background:none;
}

/*----------------------------------------------
	Copyright section
-----------------------------------------------*/

#copyrights{
	background-color:#181818;
	padding:30px 0px;
	color:#828282;
}

#copyrights p{
	margin-bottom:10px;
	text-align:right;
}

#copyrights p a{
	color:#828282;
}

#copyrights p i{
	margin-right:10px;
}

#copyrights p:last-of-type,
#copyrights p:last-of-type a{
	color:#6b6b6b;
}

#copyrights p:last-of-type a:hover{
	color:#828282;
}

/* ---------------------------------------------------------
	Responsisve
------------------------------------------------------------*/
@media only screen and (max-width: 1300px){
	.row{
		padding-left:0!important;
		padding-right:0!important;
	    margin-right: 0!important;
	    margin-left: 0!important;		
	}
}

@media only screen and (max-width: 390px){
	.upper-strip{
		height:195px;		
	}
	
	.navbar-brand{
	    width: 100%;	
	    padding-top: 5px;
	}

	.logo {
   		width: 70%;
    	margin: 0 auto;
	}
	
	.head-contact {
		width: 100%;
		margin-top: 8px;
	}
	
	.head-contact p{
		text-align: center;
	    font-size: 25px;
		margin:16px 0px 10px 0px;
		float:none;
	}
	
	.head-contact .phone{
		width:45%;
		margin-left:0px;		
	}
	
	.head-contact .phone a{
		font-size:20px;		
	}
	
	.navbar-toggle{
		margin-top:-38px;
		border: 1px solid green;		
	}
	
	.navbar-toggle .icon-bar{
		background-color:green;		
	}
	
	.slider, .banner{
		margin-top:0;
		width:100%;		
	}
	
	.slider .main-container{
		padding-top:50px;		
	}
	
	.second .main-container,
	.third .main-container,
	.fourth .main-container{
		padding:180px 0px;	
	}
	
	.second .slider-button,
	.third .slider-button,
	.fourth .slider-button{
		left:0;
		right:0;		
	}
	
	.slider h1,
	.banner h1{
		font-size:60px;		
	}
	
	.welcome h2 {
    	font-size: 21px;
	}
	
	.welcome .intro-image{
		margin:15px 0px 20px 0px;
		float:none;		
	}
	
	.second-para{
		margin-top:0;
	}
	
	.welcome h3{
		font-size:18px;		
	}
	
	.blog-info h3 {
    	margin-top: 14px;
	}
	
	#copyrights .footer-logo{
		margin:0 auto;		
	}
	
	#copyrights p{
		text-align:center;
		margin-top:15px;
	}	
	
	#contact-form {
    	width: 100%;
	}
	
	.service .owl-controls .owl-nav .owl-prev{
		margin-right:10px;		
	}
}

@media only screen and (min-width: 391px) and (max-width: 600px){
	.upper-strip{
		height:195px;		
	}
	
	.navbar-brand{
	    width: 100%;	
	    padding-top: 5px;
	}

	.logo {
   		width: 45%;
    	margin: 0 auto;
	}
	
	.head-contact {
		width: 100%;
		margin-top: 8px;
	}
	
	.head-contact p{
		text-align: center;
	    font-size: 25px;
		margin:16px 0px 10px 0px;
		float:none;
	}
	
	.head-contact .phone{
		width:45%;
		margin-left:0px;		
	}
	
	.head-contact .phone a{
		font-size:21px;		
	}
	
	.navbar-toggle{
		margin-top:-38px;
		border: 1px solid green;		
	}
	
	.navbar-toggle .icon-bar{
		background-color:green;		
	}
	
	.slider, .banner{
		margin-top:0;
		width:100%;			
	}
	
	.slider .main-container{
		padding-top:50px;		
	}
	
	.second .main-container,
	.third .main-container,
	.fourth .main-container{
		padding-top:180px;
	}
	
	.second .slider-button,
	.third .slider-button,
	.fourth .slider-button{
		left:0;
		right:0;
	}
	
	.slider h1,
	.banner h1{
		font-size:60px;		
	}
	
	.welcome h2 {
    	font-size: 28px;
	}
	
	.welcome .intro-image{
		margin:15px 0px 20px 0px;
		float:none;		
	}
	
	.second-para{
		margin-top:0;
	}
	
	.welcome h3{
		font-size:25px;		
	}
	
	.blog-info h3 {
    	margin-top: 14px;
	}
	
	#copyrights .footer-logo{
		margin:0 auto;		
	}
	
	#copyrights p{
		text-align:center;
		margin-top:15px;
	}
	
	#contact-form {
	    width: 350px;
	}	
}

@media only screen and (min-width: 601px) and (max-width: 767px){
	.upper-strip {
    	height: 155px;
	}
	
	.navbar-brand{
		width:100%;		
	}
	
	.navbar-toggle{
		margin-top:-60px;
		border: 1px solid green;		
	}
	
	.navbar-toggle .icon-bar{
		background-color:green;		
	}
	
	.navbar-collapse{
		margin-top:-8px;		
	}
	
	.logo {
   		width: 30%;
    	margin: 0 auto;
	}
	
	.head-contact {
	    width: 100%;
    	margin-top: 27px;
	}
	
	.head-contact p{
		font-size:27px;
		margin-right:25px;
		margin-left:10px;
	}
	
	.head-contact .phone a{
		font-size:21px;		
	}
	
	.slider, .banner{
		margin-top:0px;	
		width:100%;	
	}
	
	.slider .main-container{
		padding-top:80px;		
	}
	
	.second .main-container,
	.third .main-container,
	.fourth .main-container{
		padding-top:180px;
	}
	
	.second .slider-button,
	.third .slider-button,
	.fourth .slider-button{
		left:0;
		right:0;
	}
	
	.slider h1,
	.banner h1{
		font-size:60px;		
	}
	
	.welcome .intro-image{
		margin:15px 0px 20px 0px;
		float:none;		
	}
	
	.second-para{
		margin-top:0;
	}
	
	.blog-info h3 {
    	margin-top: 14px;
	}
	
	#copyrights .footer-logo{
		margin:0 auto;		
	}
	
	#copyrights p{
		text-align:center;
		margin-top:15px;
	}
	
	#footer form{
	    display: block;
	    width: 60%;		
	}
	
	#contact-form {
	    width: 360px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
	.upper-strip{
		height:100px;
	}
	
	.navbar-brand{
		width:30%;		
	}
	
	.head-contact{
		width:500px;
		margin-top:15px;		
	}
	
	.head-contact p{
		font-size:26px;				
	}
	
	.head-contact .phone a{
		font-size:21px;		
	}
	
	.navbar-collapse{
		margin-left:30px;		
	}
		
	.nav>li{
		/* padding:13px 20px 12px 20px;		 */
	}
	
	.navbar-inverse .navbar-nav>li>a{
    	padding:13px 20px 12px 20px!important;
	}

	
	.welcome ul.advantage{
		float:none!important;
	}
	
	 .welcome .intro-image{
		margin:15px 0px 20px 0px;
		float:none;		
	} 
	
	.second-para{
		margin-top:0;
	}	
	
	.banner{
		margin-top:143px;		
	}
	
	.slider .main-container{
		padding-top:100px;		
	}
	
	.second .main-container,
	.third .main-container,
	.fourth .main-container{
		padding-top:150px;
	}
	
	.second .slider-button,
	.fourth .slider-button{
		left:30%;
		
	}
	
	.third .slider-button,{
		right:0;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1024px){
	.navbar-collapse{
		margin-left:0px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1024px){
	.intro p:first-of-type{
		width:65%;			
	}
	
	.intro .intro-image {
    	margin-top: -122px;	    
	}
	
	.intro p:nth-of-type(2){
		margin-top:0;		
	}
}