@charset "utf-8";
/*/ 
  -------------------
  47 DEV CSS STARTER 
  www.47digits.com
  -------------------
  id%6D61726D616E6179
/*/
/* @Import -->  */ 
@import url(grid.css);


body {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
h1 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
	margin: 10px 30px 50px;
	padding: 0 40px;
	position: relative;
}
blockquote:before {
	content: url(../images/bg-quote-left.png);
	margin: 0 0 0 -42px;
}
blockquote:after {
	content: url(../images/bg-quote-right.png);
	margin: 0;
	float: right;
	margin: -15px 0 0;
}

blockquote cite {
	font-style: normal;
	font-weight: bold;
}

a.btn-default,
button.btn-default,
#demo-form #submit,
#side #request-demo-form #submit  {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	min-width: 140px;
	text-align: center;
	font-size: 16px;
	font-family: Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal !important;
	color: #000;
	text-decoration: none;
	border:1px solid #72B123;
	width: auto;
	height: auto;
	cursor: pointer;
	background: #84E01D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#84E01D), to(#66A913));
	background: -webkit-linear-gradient(#84E01D, #66A913);
	background: -moz-linear-gradient(#84E01D, #66A913);
	background: -ms-linear-gradient(#84E01D, #66A913);
	background: -o-linear-gradient(#84E01D, #66A913);
	background: linear-gradient(#84E01D, #66A913);
	-pie-background: linear-gradient(#84E01D, #66A913);
	behavior: url(/css/PIE.htc);
}
a.btn-default:before,
button.btn-default:before,
#demo-form #submit:before,
#side #request-demo-form #submit:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border:1px solid #fff;
}
a.btn-default:hover,
button.btn-default:hover,
#demo-form #submit:hover,
#side #request-demo-form #submit:hover {
	background: #84E01D;
}

#demo-form #submit {
	display: block;
	-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
#side #request-demo-form #submit {
	display: block;
	-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

body.v2 .bx-wrapper .caption {
	max-width: 465px;
	left: 0;
	right: auto;
	z-index: 10;
}
body.v2 .bx-wrapper .bxslider .container {
	margin: 0 0 0 -460px !important;
}
body.v2 .bx-wrapper .caption h6 {
	font-size: 30px;
	line-height: 1.2;
	border:0;
}
body.v2 .bx-wrapper .bxslider li img {
	height: auto;
}
body.v2 .bx-wrapper .bxslider li:before {
	content: "";
	background: url(../images/bg-caption.png) repeat-y left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
body.v2 #body {
	padding: 15px 0;
}
body.v2 #content {
	max-width: 610px;
}
body.v2 #content.home {
	max-width: 940px;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
.text-center {
	text-align: center;
}

.check-list {
	margin: 0 0 20px 55px;
	padding: 0;
}
.check-list li {
	list-style: none;
	background: url(../images/bg-check.png) no-repeat left top;
	padding: 7px 0 3px 32px;
	font-size: 14px;
	font-weight: bold;
}
.check-list + .btn-default {
	margin-left: 55px;
}
.check-list.small li {
	list-style: none;
	background: url(../images/bg-check-sm.png) no-repeat left 8px;
	padding: 7px 0 3px 25px;
	font-weight: normal;
}

h1 + .btn-default.right {
	margin: -48px 0 0;
}

ul.indent {
	margin: 0 0 20px 55px;
}
ul.indent li {
	list-style: none;
	margin: 0 0 10px;
}



.home-block1,
.home-block2 {
	margin: 0 0 30px;
}


.home-block3 {
	background: #fff;
	border:1px solid #ABABAB;
	position: relative;
	z-index: 1;
	padding: 10px 35px 20px;
	margin: 0 0 30px;
}
.home-block3:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	height: 200px;
	background: #E9F1FA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9F1FA), to(#ffffff));
	background: -webkit-linear-gradient(#E9F1FA, #ffffff);
	background: -moz-linear-gradient(#E9F1FA, #ffffff);
	background: -ms-linear-gradient(#E9F1FA, #ffffff);
	background: -o-linear-gradient(#E9F1FA, #ffffff);
	background: linear-gradient(#E9F1FA, #ffffff);
	-pie-background: linear-gradient(#E9F1FA, #ffffff);
	behavior: url(/css/PIE.htc);
}
.btn-more {
	text-decoration: underline;
}


#content h5 {
	margin: 0 0 15px;
}
.home-block3 .row {
	margin: 0 -15px;
}
.home-block3 .six.cols {
	padding: 0 25px;
}


#side .check-list {
	margin-bottom: 25px;
}
#side .check-list li {
	font-weight: normal;
	font-size: 15px;
}
#side .demo-includes h3 {
	font-weight: normal;
	font-size: 20px;
}
 
#side.col5 {
	width: 335px;
}
#content.col7 {
	 max-width: 550px !important;
}

.side-box {
	position: relative;
}
.btn-livedemo  {
	background: url(../images/bg-demo-button.png) no-repeat left top;
	color: #fff !important;
    display: inline-block;
    font-size: 15px;
    height: 55px;
    line-height: 1.2;
    padding: 28px 26px;
    text-align: center;
    width: 62px;
    text-decoration: none;
}
.btn-livedemo.pos {
	position: absolute;
	right: -26px;
	bottom: -30px;
}

.demo-includes.hasbg {
	border:1px solid #DBDBDB;
	padding: 15px;
	margin: 0 0 20px;
	background: #E9F1FA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9F1FA), to(#ffffff));
	background: -webkit-linear-gradient(#E9F1FA, #ffffff);
	background: -moz-linear-gradient(#E9F1FA, #ffffff);
	background: -ms-linear-gradient(#E9F1FA, #ffffff);
	background: -o-linear-gradient(#E9F1FA, #ffffff);
	background: linear-gradient(#E9F1FA, #ffffff);
	-pie-background: linear-gradient(#E9F1FA, #ffffff);
	behavior: url(/css/PIE.htc);
}





/*=== MEDIA QUERIES ===============================================*/

/* Tablet Landscape (devices and browsers) */
@media only screen and (max-width: 1099px) {}

/* Tablet Portrait (fixed width) */
@media only screen and (min-width: 768px) and (max-width: 960px) {
	body.v2 .bx-wrapper .bxslider li img {height: 280px;   width: 1065px;   max-width: 1065px;}
	body.v2 .bx-wrapper .bxslider .container {   margin: 0 15px !important;}
	body.v2 .bx-wrapper .caption {margin: 0;}
}

/* All Mobile Sizes and Small Tablet (devices and browser) */
@media only screen and (max-width: 767px) {
	body.v2 .bx-wrapper .bxslider li img {height: 280px;   width: 1065px;   max-width: 1065px;}
	body.v2 .bx-wrapper .bxslider .container {   margin: 0 15px !important;}
	body.v2 .bx-wrapper .caption {margin: 0;}
	#side.col5 {width: auto; float: none; max-width: 335px;}
}

/* Small Tablet/Mobile Landscape (fixed width) */
@media only screen and (max-width: 639px) {
	h1 + .btn-default.right {float: none; margin-bottom: 5px;} 
}

/* Mobile Portrait Size  */
@media only screen and (max-width: 479px) {
	blockquote {margin: 0;}
}




