@charset "UTF-8";
/*------------------------------------------------------------------
 * Theme Name: HostRocket Responsive HTML5 Landing page
 * Theme URI: http://www.iunique.me/brandesign/hostrocket
 * Author: Brandesign
 * Author URI: http://www.iunique.me/brandesign
 * Description: A Bootstrap Responsive HTML5 Landing page
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2015 Brandesign.
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General styles.
2. Header.
3. Sign Up Section.
4. Try Now Section.
5. Features Section.
6. Pricing tables Section.
7. Testimonials Section.
8. Clients Section.
9. Footer.
10. Responsive Styles.
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	1. General styles
-------------------------------------------------------------------*/
/* This line will import “Montserrat” font from google web fonts */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* This is the style for the body of the template, setting the font and the transition (Animation options)*/
*,body{
	font-family: 'Playfair Display', serif;
	line-height:25px;
	font-size:16px;
	transition: all 0.5s ease 0s;
	background-color:#EEE;
}
.highlight {
	font-size: 18px;
	font-weight: 700;
	color:#FFF
}
a {
    color: #4d5456;
    text-decoration: underline;
	font-family: 'Open Sans', san serif;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
}
.nodecoration{
    color: #4d5456;
    text-decoration: none;
	font-family: 'Open Sans', san serif;
	font-size:13px;
}

.container{
	padding-top:100px;
	margin-bottom:50px;
	
}

/* These classes are for alignments, for the text and the objects floating. */
.t-left{
	text-align:left;
	color:#4d5456;
}
.t-right{
	text-align:right;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}

.big-text{
	font-size: 70px;
	line-height: 70px;
	font-weight:700;
}
.small-text{
	font-size: 30px;
	line-height: 25px;
	/*color:#ffffff;*/
	margin-bottom:0;
	text-align:center
}
.statement{
	font-size: 85px;
	line-height: 95px;
	color:#4d5456;
	margin-bottom:0;
	text-align:left
}
.fontsans {
	font-family: Open Sans, serif;
	font-weight:700;
	letter-spacing:2px;
	font-size: 15px;
	line-height: 25px;
	color:#e12a27;
	margin-bottom:0;
	text-align:center;
	padding-bottom:20px;
}

/* Some rows has title and we have two different titles styles */
.row-title1{
	text-align:center;
}
/* Underline style */
.row-title1 div{
	display: inline-block;
	font-size: 15px;
	font-weight:300;
	padding-bottom:10px;
	/*border-bottom:2px solid #ffffff;*/
	margin-top:40px;
	margin-bottom:40px;
	text-align:left;
	color:#999999
}
/* Title style */
.row-title1 div .text{
	color:#ffffff;
}
/* The style of the dot after title */
.row-title1 div .dot{
	color:#ff4e00;
}

.row-title2{
	text-align:center;
}
/* Underline style */
.row-title2 div{
	display: inline-block;
	font-size: 26px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:2px solid #013243;
	margin-top:40px;
	margin-bottom:40px;
}
/* Title style */
.row-title2 div .text{
	color:#013243;
}
/* The style of the dot after title */
.row-title2 div .dot{
	color:#ff4e00;
}
/*------------------------------------------------------------------
	2. Header 
-------------------------------------------------------------------*/
#header, .row1{
	background-color:#eeeeee;
	/*background-image:url(../images/bg2.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	padding-bottom:5px;
	/*border-top:7px solid #000000;
	border-bottom:7px solid #000000;*/
}

/* Live chat text style */
.box a{
	font-size: 16px;
	color:#ffffff;
}

/* The Rocket Animation Style */
#canvas{
	position:absolute;
	right:40px;
	top:40px;
	opacity:1;
	/*width:170%;*/
}

/* The style of the header of the form */
.form-top{
	width: 348px;
	height: 55px;
	opacity:0.7; 
	background-color: #7E7E7E;
	border-radius: 25px 25px 0px 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}
/*------------------------------------------------------------------
	3. Sign Up Section
-------------------------------------------------------------------*/
#signup, .row2{
	background-color:#FFFFFF;
	min-height: 185px;
}

/* Form style */
.form-items-holder{
	display:inline-block;
	width:306px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
/* Form text input style */
#demoform input[type=text]{
	color: #838383;
  	background-color: #ffffff;
	border: 1px solid #D0D0D0;
	padding: 10px;
  	border-radius: 3px;
  	background-color: #fff;
  	margin: 8px 0 8px 0px;
  	font-size: 14px;
  	width: 100%;
  	height: 43px;
}
/* Form submit button style */
#demoform input[type=submit]{
	font-size: 18px;
	color:#ffffff;
	width: 100%;
	height: 52px;
	background-color:#423852;
	border:0;
}
#demoform input[type=submit]:hover{
	background-color:#312a3c;
}

/*------------------------------------------------------------------
	4. Try Now Section
-------------------------------------------------------------------*/
#trynow, .row3{
	background-color:#453757;
	min-height: 368px;
}

/* Try Now informations styles */
.trynow{
	padding-top:40px;
	color:#FFFFFF;
}
.trynow h3{
	font-size:22px;
	margin-bottom:5px;
}
.trynow ul{
	padding-left:18px;
}
.trynow ul li{
	color:#FFFFFF;
	font-size:18px;
	padding-bottom: 12px;
}
.btn-learn-more div{
	display:inline-block;
	height: 45px;
  	width: 132px;
	background-color: #56b4bd;
  	color: #ffffff;
	font-size:15px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	padding-top:12px;
}
.btn-learn-more:hover div{
	background-color: #439fa6;
}
/* laptop image and youtube video styles */
.logo{
	text-align:center;
	/*padding-top:60px;*/
	margin-right:20px;
}
.logo img{
	height: auto; 
	width: 720px;
	margin-right:8%;
	
}
.textrooster img {
	height: 120px; 
	width: 97px;
	margin-top:50px;
}
.textrooster {
	text-align:center;
	
}
.Sal img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto; 
	width: 100%;
}
.Sal {
	text-align:center;
	
}
.laptop .video{
	position:absolute;
	left:100px;
	top:77px;
	width:387px;
	height:219px;
}
.laptop .video .youtube_object{
	width:100%;
	height:100%;
}
/*------------------------------------------------------------------
	5. Features Section
-------------------------------------------------------------------*/
#features, .row4{
	background-color:#272727;
	/*background-image:url(../images/bg1.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 730px;
}

/* Features styles */
.features .feature{
	text-align:center;
}
.features .feature img{
	margin-bottom:15px;
}
.features .feature .f-title{
	margin-bottom:15px;
	color:#1093c1;
	font-size: 18px;
}
.features .feature .f-details{
	margin-bottom:30px;
	color:#999999;
	font-size: 14px;
}
/*------------------------------------------------------------------
	6. Pricing tables Section
-------------------------------------------------------------------*/
#prices, .row5{
	background-color:#D8D8D8;
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 613px;
}

/* This is the pricing table styles */
.price-column{
	margin-bottom:50px;
}
.price-table{
	background-color:#013243;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	padding-bottom:50px;
}
.price-table .price-title{
	height:46px;
	-webkit-border-radius: 5px 5px 0px 0px;
  	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	font-weight:500;
	font-size:18px;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;
}
.green{
	background-color: #49bd8f;
}
.pink{
	background-color: #e85e76;
}
.blue{
	background-color: #56b4bd;
}
.purple{
	background-color: #8061a1;
}
.price-table .price{
	font-size:42px;
	text-align:center;
}
.price-table .duration{
	margin-bottom:15px;
	text-align:center;
	color:#336680;
	font-size:16px;
}
.price-table .sp{
	border-bottom: 1px solid #336680;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:20px;
}
a.price-btn{
	position:absolute;
	bottom:-20px;
	margin-left:-68px;
	left:50%;
	text-decoration:none;
}
.price-btn div{
	height: 40px;
  	width: 136px; 
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#ffffff;
	font-size: 13px;
	text-align:center;
	padding-top:10px;
}
.price-btn:hover .green{
	background-color:#3fa57d;
}
.price-btn:hover .pink{
	background-color:#d9566d;
}
.price-btn:hover .blue{
	background-color:#439fa6;
}
.price-btn:hover .purple{
	background-color:#6d5282;
}
.circle{
	width: 63px;
  	height: 63px;
  	background-color: #ffc40d;
  	opacity: 0.86;
  	filter: alpha(opacity=86);
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
	position:absolute;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:15px;
	top:-30px;
	right:-15px;
	z-index:2;
}
/*------------------------------------------------------------------
	7. Testimonials Section
-------------------------------------------------------------------*/
#testimonials, .row6{
	background-color:#64B2BF;
	min-height: 406px;
}

.carousel-indicators{
	bottom:0;
}
/* We removed the default bootstrap left arrow image and we add our left arrow image in html */
.carousel-control.left{
	background-image:inherit;
}
/* We removed the default bootstrap right arrow image and we add our right arrow image in html */
.carousel-control.right{
	background-image:inherit;
}
.carousel-control .glyphicon-chevron-left{
	left:0;
	top:25%;
}
.carousel-control .glyphicon-chevron-right{
	right:0;
	top:25%;
}
.testimonial{
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}
.testimonial img{}
/* Name style */
.testimonial-title{
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}
/* The style of text under the name */
.testimonial-subtitle{
	color:#ffffff;
	font-size:11px;
}
/* And this is the style for the details text */
.testimonial-details{
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
}
/*------------------------------------------------------------------
	8. Clients Section
-------------------------------------------------------------------*/
#clients, .row7{
	background-color:#dddddd;
	min-height: 80px;
}
#calltoaction {
	background-color:#ffffff;
	min-height: 80px;
}


/* This is the style for the clients logos */
.clients{
	text-align:center;
}
.client-logo{
	display:inline-block;
	opacity:0.7;
}
/* client logo mouse over opacity change */
.client-logo:hover{
	opacity:1;
}

/*------------------------------------------------------------------
	9. Footer
-------------------------------------------------------------------*/
#footer, .row8{
	background-color:#ffffff;
	min-height: 76px;
}

/* This is the style for the left area of the footer (Copyright text) */
.footer-left{
	text-align:center;
	font-family: Open Sans, serif;
	font-weight:700;
	letter-spacing:2px;
	font-size: 15px;
	line-height: 25px;
	color:#e02b27;
	margin-top:30px;
}
/* And this is for the right area of the footer (Social media links) */
.footer-right, span.line {
	text-align:center;
	margin-top:15px;
	font-family: Open Sans, serif;
	font-weight:700;
	letter-spacing:1px;
	font-size: 12px;
	color:#4d5456;
	
}

.social{
	opacity:0.8;
	/*padding-left: 5px;*/
}
.social:hover{
	opacity:1;
}
a:focus, a:hover {
    color: #999999;
    text-decoration: underline;
}

/*------------------------------------------------------------------
	10. Responsive Styles
-------------------------------------------------------------------*/
/* Other screens styles modifications */
@media (max-width: 1200px) {
	.laptop .video{
		left:50px;
		top:77px;
		width:387px;
		height:219px;
	}
	.logo img{
		height: auto; 
		width: 720px;
	}
	.textrooster img {
	height: auto; 
	width: 97px;
}
}
@media (max-width: 992px) {
	.laptop{
		padding-top:80px;
	}
	.laptop .video{
		left:28px;
		top:93px;
		width:323px;
		height:183px;
	}
	.logo img{
		height: auto; 
		width: 700px;
	}
.textrooster img {
	height: auto; 
	width: 97px;
}


}
@media (max-width: 768px) {
	.box{
		width:46px !important;
	}
	.box img{
		margin-left:0 !important;
	}
	.chat-link{
		display:none;
		visibility:hidden;
	}
	.laptop .video{
		left:50%;
		margin-left:-184px;
		top:95px;
		width:369px;
		height:209px;
	}
	.logo img{
		height: auto; 
		width: 460px;
	}
	/*.Sal img {
	height: auto; 
	width: 400px;
	text-align:center;
}*/
	#canvas{
		opacity:1;
		top:340px;
		right:0px;
	}
	.small-text{
		margin-bottom:200px;
	}
	.form-top{
		width:100% !important;
	}
	.form-items-holder{
		width:100% !important;
		padding-left:0 !important;
	}
	.footer-left{
		text-align:center;
	}
	.footer-right{
		text-align:center;
		margin-bottom:15px;
	}
	.client-logo{
		opacity:1;
	}
.col-md-6, .col-sm-6 {
	width:100%;
}
}
@media (max-width: 480px) {
	/*.Sal img {
    height: auto;
    width: 280px;
}*/
	.big-text{
		font-size:50px;
	}
	.laptop .video{
		left:50%;
		margin-left:-116px;
		top:90px;
		width:232px;
		height:131px;
	}
	.logo img{
		height: auto; 
		width: 250px;
		margin-right:-5%;
	}
	#canvas{
		opacity:1;
		top:340px;
		right:0px;
		width:500%;
	}
	.small-text{
		margin-bottom:200px;
	}
	.big-text{
		line-height:50px;
	}
	.features .feature .f-title{
		font-size: 12px;
	}
	.features .feature .f-details{
		font-size: 12px;
	}
	.statement {
    font-size: 65px;
    line-height: 70px;
}
}
span.line {
  display: inline-block;
}
	.picalign {
		width:100%
		margin: 0 auto;
	text-align:center;
}