@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);
body{
	background:#fff;
}
.container{
	max-width:970px;
}
a{
	outline:none !important;
}
/*-------Start of header--------*/
.navbar{
	border-bottom:5px solid #2b308c;
	margin:0;
	min-height:65px;
	 background:rgba(0,0,0,0.7);
}
.navbar-brand{
	height:60px;
	width:146px;
	padding:0 0 0 15px;
	position:relative;
	z-index:999999;
}
.navbar-brand img{
	position:absolute;
	left:40px;
	top:5px;
	max-width:100%;
}
.head-nav{
	float:right;
}
.head-nav ul{
	margin:0;
}
.head-nav ul li{
	padding:0;	
}
.head-nav ul li:first-child{
	padding-left:0;
}
.head-nav ul li a{
	font-size:14px;
	line-height:60px;
	color:#CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	display:block;
	padding:0 20px;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.head-nav ul li a:hover,
.head-nav ul li a:focus,
.head-nav ul li.active a{
	background:#2d3091;
	text-decoration:none;	
	outline:none;
	color:#fff;
}
.nav-btns{
	margin:0;
	float:right;
	padding:14px 0;
}
.nav-btns a{
	font-size:14px;
	color:#fff !important;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:0 18px;
	float:right;
	margin-left:10px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.nav-btns .login{
background: #ea320e; 
}
.nav-btns .signup{
background: #0762cd;
}
/*-------End of header--------*/

/*-------Start of Common css--------*/
.trial-button{
	color:#fff !important;
	font-size:26px;
	height:68px;
	margin:0 auto 8px;
	display:block;
	padding:0 60px;	
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	
	background: #cc1310; /* Old browsers */
background: -moz-linear-gradient(left,  #cc1310 0%, #cb0506 26%, #cb0003 30%, #c30302 67%, #c00301 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc1310), color-stop(26%,#cb0506), color-stop(30%,#cb0003), color-stop(67%,#c30302), color-stop(100%,#c00301)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* IE10+ */
background: linear-gradient(to right,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1310', endColorstr='#c00301',GradientType=1 ); /* IE6-9 */

}
/*-------End of Common css--------*/


/*------Footer-------*/
.footer{
	width:100%;
	float:left;
	padding:20px 0;
	background:#767877;
}
.footer p{
	font-size:14px;
	color:#fff;
	margin:0;
	font-family: 'Lato', sans-serif;
	line-height:20px;
	float:left;
}
.footer ul{
	margin:0;
	padding:0;
	float:right;
}

.footer ul li a{
	padding:0 15px;
	display:block;
	line-height:20px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-decoration:none;
}
.footer ul li:last-child a{
	padding-right:0;
}
.footer ul li a:hover{
	color:#d7fae8;
}

/*------Footer-------*/

/*---------start of banner-home----------*/
.banner-home{
	width:100%;
	float:left;
	background:#333 url(../img/ray.png) center top fixed no-repeat;
	margin-top:0px;
	padding-top:60px; 
	color:#fff;
	text-align:center;
}
.img-container{
	width:100%;
	height:100%;
	float:left;
	position:relative;
}
.banner-home .img-container img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.banner-home h2{
	font-size:42px;
	line-height:45px;
	margin:15px 0;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	-moz-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
}
.banner-home h3{
	font-size:20px;
	line-height:28px;
	margin:0 0 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-moz-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
}
.banner-home p{
	font-size:16px;
	line-height:20px;
	color:#58c439;
	margin:0 0 15px;
}
.banner-home p a{
	color:#58c439;
	text-decoration:underline;	
}
.banner-home .carousel{
	margin-bottom:32px;
	padding-top:40px;
}

.banner-home .carousel-indicators{
	bottom:-40px;
}
.banner-home p.buttons{
	width:100%;
	float:left;
	margin:10px 0 15px;
}
.google-button{
	color:#fff !important;
	font-size:26px;
	height:44px;
	border:1px solid #192331;
	margin:0 20px 0 0;
	padding:0;
	width:160px;	
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
background: #2a3c52; /* Old browsers */
background: -moz-linear-gradient(top, #2a3c52 0%, #33445e 2%, #30445d 7%, #32435d 14%, #30415b 16%, #2d3f57 35%, #29384d 56%, #29384f 58%, #233245 79%, #212e41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3c52), color-stop(2%,#33445e), color-stop(7%,#30445d), color-stop(14%,#32435d), color-stop(16%,#30415b), color-stop(35%,#2d3f57), color-stop(56%,#29384d), color-stop(58%,#29384f), color-stop(79%,#233245), color-stop(100%,#212e41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2a3c52 0%,#33445e 2%,#30445d 7%,#32435d 14%,#30415b 16%,#2d3f57 35%,#29384d 56%,#29384f 58%,#233245 79%,#212e41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2a3c52 0%,#33445e 2%,#30445d 7%,#32435d 14%,#30415b 16%,#2d3f57 35%,#29384d 56%,#29384f 58%,#233245 79%,#212e41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2a3c52 0%,#33445e 2%,#30445d 7%,#32435d 14%,#30415b 16%,#2d3f57 35%,#29384d 56%,#29384f 58%,#233245 79%,#212e41 100%); /* IE10+ */
background: linear-gradient(to bottom, #2a3c52 0%,#33445e 2%,#30445d 7%,#32435d 14%,#30415b 16%,#2d3f57 35%,#29384d 56%,#29384f 58%,#233245 79%,#212e41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3c52', endColorstr='#212e41',GradientType=0 ); /* IE6-9 */	
}

.google-button:last-child{
	margin-right:0;	
}

.banner-home p.buttons button:last-child{
	margin-right:0;
}
/*---------End of banner-home----------*/

/*---------features-block----------*/
.features-block{
	width:100%;
	float:left;
	background:#fff;
	padding:60px 0;
}
.features-block .row{
	margin-bottom:50px;
	margin-top:20px;
}
.features-block .row:last-child{
	margin-bottom:0;
}
.features-block h2{
	margin:0 0 15px;
	font-family: 'Open Sans', sans-serif;
}
.features-block p{
	font-size:16px;
	margin:0 0 15px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
}
.features-block span{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.features-block h2 span{
	width:auto;
	float:none;
	display:inline-block;
	margin-bottom:0;
}
.features-block span a{	
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#be191f;
}
.features-block img{
	max-width:100%;
	display:block;
	margin:0 auto 10px;
}

.features-block .manager-app{
	padding-left:50px;
	line-height:44px;
	background:url(../img/manager-app.png) 0 center no-repeat;
}
/*---------features-block----------*/

/*-----Inner page-----*/
.inner-top{
	width:100%;
	float:left;
	padding:40px 0;
	text-align:center;
	background:#333 url(../img/ray.png) center center no-repeat;
	margin-top:65px;
}
.inner-top h1{
	font-weight:300;
	margin:0 0 5px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.trial-detail{
	width:100%;
	float:left;
	padding:30px 0 70px;
	background:#fff;
}
.trial-detail h2{
	font-family: 'Open Sans', sans-serif;
	margin:0 0 45px;
	font-weight:700;
}
.trial-detail form{
	width:100%;
	float:left;	
}
.trial-detail form input[type="text"]{
	box-shadow: none !important;
	padding:0 15px;
	height:50px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:16px;
	color:#bfbfbf;
	margin:0 0 10px;
}
.trial-detail form input:focus{
	color:#999;
}
.trial-detail form label{
	display:block;
	margin:25px 0;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	color:#303030;
}
.trial-detail form label input{
	margin:0 10px 0 0;
}
.trial-detail form label a{
	text-decoration:underline;
	color:#303030;
}
.trial-detail form .signup-btn,
.trial-detail form .signup-btn:hover,
.trial-detail form .signup-btn:focus{
	height:50px;
	margin:0 0 55px;
	padding:0 80px;
	font-size:24px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#fff !important;
	
	background: #cc1310; /* Old browsers */
background: -moz-linear-gradient(left,  #cc1310 0%, #cb0506 26%, #cb0003 30%, #c30302 67%, #c00301 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc1310), color-stop(26%,#cb0506), color-stop(30%,#cb0003), color-stop(67%,#c30302), color-stop(100%,#c00301)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* IE10+ */
background: linear-gradient(to right,  #cc1310 0%,#cb0506 26%,#cb0003 30%,#c30302 67%,#c00301 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1310', endColorstr='#c00301',GradientType=1 ); /* IE6-9 */
	
}
.trial-detail  .btn-group.bootstrap-select{
	width:100% !important;
	margin-bottom:10px;
}
.trial-detail  .selectpicker{
	padding-left:15px;
	height:50px;
	width:100%;
	background:#fff;
	box-shadow: none !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:16px;
	color:#bfbfbf;
}
.trial-detail  .dropdown-menu{
	height:auto !important;
}


.trial-quotes{
	width:100%;
	float:left;
	padding-left:7%;
	margin:0 0 30px;
}
.trial-quotes ul li{
	color:#222f42;
	font:normal 15px/26px 'Open Sans', sans-serif;
	text-align:left;
	list-style:none;
	background: url(../img/ul-li-icon.png) 0 center no-repeat;
	margin-bottom:24px;
	padding-left:39px;
}
.trial-detail h3{
	font-weight:700;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
	color:#303030;
}
.trial-detail p{
	margin:0 0 25px;
	font-size:16px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
	color:#303030;
}
.padding0{
	padding:0 !important;
}







/*-----Inner page-----*/




@media screen and (min-width:992px){
.navbar-brand img {
    left: 85px;
}	
}

@media screen and (max-width:991px){
.navbar-brand {
    width: 110px;
}	
.banner-home{
	padding-top:35px !important;
}

.banner-home .img-container img{
	position:relative;
	margin-top:10px;
}
}


@media screen and (max-width:767px){
/*-------Start of header--------*/
.navbar .container{
	padding:0;
}
.navbar-toggle	{
	background:none !important;
    border-radius: 0;
    margin:13px 15px 0;
    padding: 2px;
}
.navbar-toggle .icon-bar {
	background:#ccc;
    border-radius: 0px;
    height: 4px;
    margin-bottom: 0;
    width: 32px;
}
.head-nav{
	width:100%;
	float:left;
	margin:0 !important;
	background:rgba(0,0,0,0.7);
}
.head-nav ul li{
	padding:0;
}
.head-nav ul li a{
	display:block;
	text-align:center;
	border:none;
	line-height:56px;
	font-size:20px;
}
.head-nav ul li a:hover,
.head-nav ul li a:focus{
	color:#fff;
	border-bottom:none;
	text-shadow:none;
	
}
.nav-btns{
	width:100%;
	text-align:center !important;
}
.nav-btns a{
	float:none !important;
	display:inline-block;
}
/*-------End of header--------*/

/*-------Start of footer--------*/
.footer-right p{
	color:#fff;
	margin-bottom:15px;
	text-align:center;
}
.footer-left a img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}	
.footer-right h2, .footer-right ul li a{
	text-align:center;
}

/*-------End of footer--------*/
.google-button{
	margin-bottom:15px;
}

.banner-home .col-sm-6{
	width:100%;
	float:left;
	padding-top:100px;
	 
 }
.banner-home .img-container img{
	position:relative;
	left:auto;
	bottom:auto;
}

.features-block h2,
.features-block p,
.features-block span{
	text-align:center;	
}
.features-block img{
	margin:0 auto 20px;
}
.banner-home{
	background:#333 url(../img/ray.png) center top scroll no-repeat;
}

.trial-quotes{
	padding-left:0;
}
}


@media screen and (max-width:567px){
/*-------Start of header--------*/
.nav-btns{
	width:100%;
	text-align:center;
}
.nav-btns a{
	float:none;
}
.nav-btns .signup{
	margin-left:0;
}

.trial-button{
	font-size:20px;
	padding:0 15px;
	height:48px;
}
/*-------End of header--------*/
.footer ul{
	width:100%;
	float:left;
}
.footer p{
	width:100%;
	float:left;
	text-align:center;
}
.footer ul li{
	width:100%;
	float:left;
	text-align:center;
	padding:0;
	margin:0 0 15px;
	border:none;
}
.footer ul li a{
	display:inline-block;
	padding:0;
}


.banner-home{
	margin-top:60px;
}
.banner-home p.buttons button{
	margin:0 0 15px;
}
.google-button{
	margin:0 0 15px;
}

}
@media screen and (max-width:420px){
.navbar-brand {
    width: 90px;
}	
.navbar-brand img{	
	left:15px;
}
}