@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. Features Section.
5. Try Now Section.
6. Pricing tables Section.
7. Testimonials Section.
8. Clients Section.
9. Footer.
10. Responsive Styles.
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	1. General styles
-------------------------------------------------------------------*/
/* This line will import “Bender” font from google web fonts */
@import url(http://fonts.googleapis.com/css?family=Bender:400,700);
@import "http://webfonts.ru/import/bender.css";
/* This is the style for the body of the template, setting the font and the transition (Animation options)*/
*,body{
	font-family: 'Bender', sans-serif;
	transition: all 0.5s ease 0s;
	font-size: 16px;
	color: #999999;
}

.chat-link {
    color: #fff;
    font-size: 30px;
    padding: 28px 16px;
}
.chat-link i{
    color: #fff;
   
}



#feedback-form { /* вся форма */
  max-width: 348px;
  padding: 2%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  /* border-radius: 3px; */
  /* background: #f1f1f1; */
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0px 0px 25px 25px;
}
#feedback-form label { /* наименование полей */
  float: left;
  display: block;
  clear: right;
}
#feedback-form .w100 { /* поля */
  float: right;
  max-width: 400px;
  width: 97%;
  margin-bottom: 1em;
  padding: 1.5%;
}
#feedback-form .border { /* граница полей */
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  box-shadow: 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.1) inset;
}
#feedback-form .border:focus {
  outline: none;
  border-color: #abd9f1 #bfe3f7 #bfe3f7;
}
#feedback-form .border:hover {
  border-color: #7eb4ea #97cdea #97cdea;
}
#feedback-form .border:focus::-moz-placeholder { /* убрать при фокусе первоначальный текст поля */
  color: transparent;
}
#feedback-form .border:focus::-webkit-input-placeholder {
  color: transparent;
}
#feedback-form .border:not(:focus):not(:hover):valid { /* правильно заполненные поля */
  opacity: .8;
}
#submitFF { /* кнопка "Отправить" */
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;
}
#feedback-form br {
  height: 0;
  clear: both;
}
#submitFF:hover {
  background: #5c90c2;
}
#submitFF:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
.features h2 {
    color: #fff;
}

/* These classes are for alignments, for the text and the objects floating. */
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.big-text{
	font-size: 63px;
	line-height: 70px;
	/* text-shadow: 2px 2px 10px #000; */
	font-weight:700;
}
.small-text{
	font-size: 18px;
	line-height: 25px;
	color:#ffffff;
	margin-bottom:0;
}

/* 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: 26px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:2px solid #ffffff;
	margin-top:40px;
	margin-bottom:40px;
}
/* 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;
	display: inline-block;
}


/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/*------------------------------------------------------------------
	2. Header 
-------------------------------------------------------------------*/
#header, .row1{
	    /* background-color: #1093C1; */
    background-size: 100%;
    background-image: url(../img/fon.jpg);
    min-height: 500px;
}

/* Live chat text style */
.box a{
	font-size: 16px;
	color:#ffffff;
}
#header h1 
{color:#00a500;font-weight: 600;font-size: 60px;text-shadow: 2px 2px 10px #000;}

#signup h2 {color:#013243;}
#signup h3 {color: #006cff;}
#header h2
{color:#ffffff; font-size:35px;     text-shadow: 2px 2px 10px #000;}
/* The Rocket Animation Style */
#canvas{
	position:absolute;
	right: -73px;
	top: -37px;
	opacity:1;
	/*width:170%;*/
}

/* The style of the header of the form */
.form-top{
	width: 348px;
	height: 75px;
	background-color: #FFF;
	border-radius: 25px 25px 0px 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
	color: #013243;
	font-size: 18px;
	font-weight: 600;
}


/*------------------------------------------------------------------
	3. Sign Up Section
-------------------------------------------------------------------*/
#signup, .row2{
	background-color:#FFFFFF;
	min-height: 385px;
}

/* 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:#F04040;
	border:0;
}
#demoform input[type=submit]:hover{
	background-color:#d43b3b;
}

/*------------------------------------------------------------------
	4. Features Section
-------------------------------------------------------------------*/
#features, .row3{
	background-color:#152031;
	background-image: url(../img/bg1.jpg);
	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: #ffffff;
	font-size: 14px;
}

/*------------------------------------------------------------------
	5. Try Now Section
-------------------------------------------------------------------*/
#trynow, .row4{
	background-color:#FFFFFF;
	min-height: 368px;
}

/* Try Now informations styles */
.trynow{
	padding-top:40px;
}
.trynow h3{
	font-size:22px;
	margin-bottom:5px;
}
.trynow ul{
	padding-left:18px;
}
.trynow ul li{
	color:#808080;
	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 */
.laptop{
	text-align:center;
	padding-top:60px;
}
.laptop img{
	height: 318px; 
	width: 500px;
}
.laptop .video{
	position:absolute;
	left:125px;
	top:78px;
	width:337px;
	height:212px;
}
.laptop .video .youtube_object{
	width:100%;
	height:100%;
}

/*------------------------------------------------------------------
	6. Pricing tables Section
-------------------------------------------------------------------*/
#prices, .row5{
	background-color: #000000;
	/* background-image:url(../img/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;
	color: #fff;
	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:#FFFFFF;
	min-height: 266px;
}

/* 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:#E1E1E1;
	min-height: 76px;
}

/* This is the style for the left area of the footer (Copyright text) */
.footer-left{
	text-align:left;
	color:#808080;
	font-size:12px;
	margin-top:30px;
}
/* And this is for the right area of the footer (Social media links) */
.footer-right{
	text-align:right;
	margin-top:25px;
}

.social{
	opacity:0.8;
}
.social:hover{
	opacity:1;
}
/* --- СТИЛЬ КНОПКИ ДЛЯ ВСЕХ УСТРОЙСТВ --- */
.call-box {
    margin: 10px 0;
}

.btn-call {
    display: inline-block !important;
    background: #ffcc00 !important; /* Яркий желтый */
    color: #000 !important;
    padding: 12px 25px !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
    border: 2px solid #000 !important;
}

/* СПЕЦИАЛЬНО ДЛЯ МОБИЛЬНЫХ */
@media (max-width: 767px) {
    .text-center-xs { text-align: center !important; }
    
    .call-box {
        text-align: center !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .btn-call {
        display: block !important; /* На мобильном на всю ширину */
        font-size: 20px !important;
        margin: 0 10px !important;
        padding: 20px 10px !important;
    }
}
