
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
	font-size: 100%;
}

/* Quotes */
.quoteWrapper {
    width: 865px;
}
.quoteLeft {
    width: 33%;
    color: #488bd3;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    padding: 70px 0px 0 40px;
    background: url(/IMG/icons/quotes.png) 0px 75px no-repeat;
    float: left;
}
.quoteRight {
    width:62%;
    padding: 65px 0px 0 0px;
    color: #827f86;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    float: left;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}

/* DEFAULT HYPERLINK / HOVER */
strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}

/* IE10 IN WINDOWS 8 AND WINDOWS PHONE 8 BUG FIX FOR BOOTSTRAP */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* OTHER FIXES */
a:focus {
	outline: inherit;
	color: inherit;
}

.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------------------------------
=========================================
   COMPONENTS 
=========================================
-----------------------------------------*/
.dark-bg {
	background: #323232;
	color: #ffffff;
}

.color-bg {
	color: #ffffff;
}

.bgcolor-2 {
	background: #f7f8fa;
}

.bgcolor-white {
	background: #ffffff;
}

.colored-line {
	height: 1px;
	width: 70px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

.pager li > a,.pager li > a:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	  background: #a7cb00;
  color: #ffffff;
  float: none;
}
.pager li > a:hover {
  color: #ffffff;
  background: #0186ca;
}

/*---------------------------------------
   BUTTONS               
-----------------------------------------*/
.myButton {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:15px;
	-webkit-border-radius:6px;
	border-radius:15px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	padding:15px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.myButton:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	text-decoration:none;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.myButton:active {
	position:relative;
	top:1px;
	color: #ffffff;
	text-decoration:none;
}
.myButton::selection{
	color: #ffffff;
	text-decoration:none;
}
.myButton:focus{
	color: #ffffff;
	text-decoration:none;
}

.standard-button {
		font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	border: 1px solid #727272;
	color: #323232;
	background: #ffffff;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}


.sticky-navigation .navbar-nav > li > a.login-button, .sticky-navigation .navbar-nav > li.current > a.login-button {
	font-family: 'Raleway', sans-serif;
	border-radius: 3px;
	border: 0;
	margin: 0px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	color: #FFFFFF !important;
	background: none repeat scroll 0 0 #ee4f36;
}

li.next.disabled {
	display: none;
}

/* --------------------------------------
=========================================
   SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/
.color-overlay {
	background: rgba(0, 0, 0, 0.6);
}


/*---------------------------------------
   HEADER / HOME                
-----------------------------------------*/
header {
	background: url(../images/bg-image-2.jpg) 0 0 no-repeat;
		-webkit-background-size: cover;
	background-size: cover;
}

header .vertical-registration-form {
	margin-top: 20px;
}
header .feature-list-2 li h6 {
	color: #fff;
	line-height: 38px;
}

.navigation-header {
	padding-top: 21px;
	padding-bottom: 30px;
}

.intro-section {
	margin-top: 0px;
	margin-bottom: 40px;
}

.intro-section p{
	color: #fff;
	margin-top: 20px;
}

.intro {
	color: #ffffff;
   font-size: 38px;
    line-height: 58px;
	margin-top: 9px;
}

.navbar-header img {
	max-height: 56px;
}

.navbar-brand {
	padding: 0;
}

.book {
	margin-top: 40px;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section2 h3 {
	margin-bottom: 15px;
}

p.success {
	 color: #fff;
    font-size: 23px;
    line-height: 30px;
    padding: 20px 10px;
}


label.error {
    color: #fff;
    font-family: arial;
    font-size: 13px;
}


/*---------------------------------------
  Order-3             
-----------------------------------------*/
span.block1 {
	padding: 8px 17px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	background: #488bd3;
	text-transform: uppercase;
	margin-bottom: 0;
} 

p.block1 {
color: #488bd3;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0 0px;
    font-weight: 400;
    text-align: right;
} 

.border-b {
	border-bottom: 2px solid #488bd3;
    overflow: hidden;
    margin: 0;
}

.list-group a.list-group-item {
	/*min-height: 60px;*/
	line-height: 46px;
	font-size: 24px;
	font-weight: 400;
	display: block;
	border: none;
	border-bottom: 1px solid #d4d9dd;
	padding-left: 14px;
	background: transparent;
	color: #4d94e0;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px; 
}
.list-group a.list-group-item:hover {
	background: #488bd3;
	color: #fff;
}

.list-group a.list-group-item span {
	background: transparent;
	color: transparent;
	border-radius: 50%;
	padding: 8px 10px 7px;
	font-size: 28px;
}

.list-group a.list-group-item:hover span {
	background: #488bd3;
	color: #fff;
	border: 1px solid #73a6dd;
	border-radius: 50%;
	padding: 7px 10px;
	font-size: 28px;
}

.panel-title>a {
	display: block;
}

.panel-title>a:hover, .panel-title>a:focus {
	text-decoration: none;
}

.panel-title>a:focus {
	color: #488bd3;
}



/*---------------------------------------
  Order-4             
-----------------------------------------*/



#KeyProducts a h3{
	  color: #488bd3;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0;
}
#KeyProducts a p{
	  color: #827f86;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

#KeyProducts a .block_hover.last{
	border-bottom: 1px solid #e0e4e7;
}
#KeyProducts a .block_hover{
	border-top: 1px solid #e0e4e7;
	padding-top: 30px;
	padding-bottom: 30px;
}

#KeyProducts a .block_hover:hover h3{
	  color: #fff;
}

#KeyProducts a .block_hover:hover p{
	color: #fff;
}

#KeyProducts a .block_hover:hover{
	background: #488bd3;
	color: #fff;
}

#KeyProducts a .arrow {
	/*background: #fff;*/
	border-radius: 50%;
	padding: 8px 10px 7px;
	font-size: 28px;
	color: #488bd3;
	border: 1px solid #d2e2f4;
	margin-top: 40%;
}
 
#KeyProducts a .block_hover:hover .arrow {
	color: #fff;
	background: #488bd3;
}
 
 
#KeyProducts a.all {
   display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 9px;
}
  
#KeyProducts a.all:hover {
	text-decoration: none;
}

#KeyProducts a .block_hover img {
	/*max-width: 110px;*/
    margin: 10px auto 0;
}
 



/*---------------------------------------
   FEATURE LIST 1               
-----------------------------------------*/
.feature-list-1 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.feature-list-1 li {
	margin-top: 25px;
	margin-bottom: 25px;
}

.feature-list-1 li .icon-container {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	color: #ffffff;
	line-height: 32px;
	margin-right: 15px;
	margin-top: 8px;
}

.feature-list-1 li p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 30px;
}


/*---------------------------------------
   VERTICAL REGISTRATION FORM               
-----------------------------------------*/
.vertical-registration-form {
	background: rgba(0, 0, 0, 0.5);
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	max-width: 390px;
	margin: auto;
	padding-bottom: 30px;
}

.vertical-registration-form .colored-line {
	margin-top: 0;
}

.vertical-registration-form h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #a7cb00;
}
.vertical-registration-form p {
	color: #ffffff;
}

.vertical-registration-form .input-box {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 45px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	color: #000000;
	box-shadow: inherit;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.vertical-registration-form .radio {
	text-align: left;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 5px;
	border-radius: 8px;
	padding: 10px;
}

.vertical-registration-form .radio input[type="radio"]{
	margin: 6px 9px 0 4px;
}
.vertical-registration-form label.control-label{
	color: #fff;
	font-size: 20px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.vertical-registration-form .input-box.inputError {
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
	box-shadow: inherit;
	color: #000000;
}


/*---------------------------------------
   SECTION WITH LEFT / RIGHT SCREENSHOT             
-----------------------------------------*/
.side-screenshot,
.side-screenshot2 {
	max-width: 532px;
}

.brief h2 {
	margin-top: 0;
	margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.brief h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.brief p {
	margin-top: 10px;
}

.feature-list-2 {
	margin-top: 25px;
}

.feature-list-2 li {
	overflow: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.feature-list-2 li h6{
    line-height: 25px;
    font-size: 16px;
}

.feature-list-2.block li h6{
	line-height: 34px;
	font-size: 18px;
}

.feature-list-2 li .icon-container {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	color: #ffffff;
	line-height: 32px;
	margin-right: 15px;
	margin-top: 5px;
	text-align: center;
}

.feature-list-2 li .details {
	width: 89%;
}

.feature-list-2 li .details p {
	margin-top: 5px;
}


/*---------------------------------------
   FEATURES SECTION            
-----------------------------------------*/
.features {
	margin-top: 0px;
}

.feature {
	margin-top: 0px;
	margin-bottom: 35px;
}

.feature .icon {
	font-size: 50px;
	margin-bottom: 30px;
}
.feature .icon img{
	/*width: 200px;*/
}

.feature h4 {
	margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: Black;
}

.feature p {
	margin: 0 0 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    text-align: center;
}


/*---------------------------------------
   PACKAGES SECTION            
-----------------------------------------*/
.pricing-table {
	margin-top: 35px;
}

.package {
	overflow: auto;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-top: 40px;
}

.package .header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.package .header h3 {
	color: #ffffff;
}

.package-features .column-9p {
	width: 90%;
	float: left;
	text-align: left;
}

.package-features .column-1p {
	width: 10%;
	float: right;
	text-align: right;
	color: #323232;
}

.package-features .column-7p {
	width: 60%;
	float: left;
	text-align: left;
}

.package-features .column-3p {
	width: 40%;
	float: right;
	text-align: right;
}

.package-features ul li {
	overflow: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 35px;
	padding-left: 35px;
	border-bottom: 1px dotted #e3e3e3;
}

.package-features .bottom-row {
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 17px;
	padding-right: 35px;
	padding-left: 35px;
}

.package-features .bottom-row h6 {
	padding-top: 5px;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
	margin: 0;
	padding: 7px 15px;
	vertical-align: middle;
}


/*---------------------------------------
   VIDEO SECTION            
-----------------------------------------*/
video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.video-container {
	width: 100%;
	margin-top: 40px;
}

.video {
}

.video img {
	width: 400px;
}

/*---------------------------------------
   VIDEO SECTION FEATURES          
-----------------------------------------*/
.video-features {
	margin-top: 40px;
}

.video-features .inline-icon {
	padding-right: 5px;
}


/*---------------------------------------
   SCREENSHOT SECTION          
-----------------------------------------*/
.screenshots {
	margin-top: 68px;
}

.shot {
	margin: 10px;
	border-radius: 3px;
	border: 5px solid #ffffff;
}

.shot img {
	max-width: 100%;
	width: 100%;
}

.shot img:hover {
	cursor: crosshair;
	opacity: 0.8;
}


/*---------------------------------------
   CLIENTS / TESTIMONIALS SECTION          
-----------------------------------------*/
.clients {
	margin-top: 35px;
}


.clients img{
	width: 140px;
}
.client-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
}

.testimonials {
	margin-top: 15px;
}

.single-feedback {
	position: relative;
	margin-top: 20px;
}

.single-feedback .client-pic {
	width: 48px;
	height: 48px;
	margin: auto;
	position: relative;
	margin-bottom: -24px;
	z-index: 999;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
	max-width: 100%;
}

.single-feedback .box {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
	position: relative;
	padding-top: 20px;
}

.single-feedback .box .message {
	padding: 25px;
	color: #827f86;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	text-align: left;
}



.single-feedback .box:after {
	border-color: rgba(247, 248, 250, 0);
	border-top-color: #f7f8fa;
	border-width: 15px;
	margin-left: -15px;
}

.single-feedback .box:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
	border-width: 16px;
	margin-left: -16px;
}

.single-feedback .client-info {
	margin-top: 30px;
}

.single-feedback .client-info .client-name {
	color: #488bd3;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	padding: 0 0px 0 42px;
	background: url(../images/quotes.png) 0 10px no-repeat;
}

.single-feedback .client-info .company {
	font-size: 13px;
}


/*---------------------------------------
   CALL TO ACTION SECTION          
-----------------------------------------*/
.cta-section {
	-webkit-background-size: cover;
	background-size: cover;
background: url(../images/bg-image-2.jpg) 0 0 no-repeat;
}


.cta-section h4 {
	color: #ffffff;
}

.cta-section h2 {
	color: #ffffff;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 40px;
}

.cta-section h3 {
	color: #ffffff;
}

.cta-section .color-overlay {
	padding-top: 125px;
	padding-bottom: 125px;
}


/*---------------------------------------
   SUBSCRIBE FORM           
-----------------------------------------*/
.subscribe-section {
	margin-top: 75px;
}

.subscription-form .input-box {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 55px;
	border-radius: 3px;
	font-size: 16px;
	color: #000000;
	box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
}

p.success {
	text-align: center;
}

/*---------------------------------------
   CONTACT US SECTION         
-----------------------------------------*/
.contact-us {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contact-us .heading {
	margin-bottom: 10px;
}

.contact-us * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-link {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 50px;
	font-family: 'Raleway', sans-serif;
}

.contact-link:hover {
	text-decoration: none;
}

.contact-link span {
	margin-right: 10px;
}


/*---------------------------------------
   CONTACT FORM             
-----------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}
.contact-form .input-box.inputError {
	border: 1px solid #f00;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}
