f

*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font-family: 'Open Sans', sans-serif;;
	-webkit-font-smoothing: antialiased;
	/*min-width:1200px;*/
	list-style:none;
	text-decoration:none;
}

.fix_width{
	max-width:855px;
}

main{
	text-align: center;
	min-width:1200px;
}
h1, h2, h3, h4{
	font-family: 'Oswald', sans-serif;
	font-weight: 400; 
}

.words h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
nav{
	width:100%;
	background-color: rgba(40,40,40,0.5)!important;
	background: rgb(40, 40, 40);
	background: -moz-linear-gradient(90deg, rgba(40, 40, 40,0.5) 38%, rgba(109, 109, 109,0.5) 100%);
	background: -webkit-linear-gradient(90deg, rgba(40, 40, 40,0.5) 38%, rgba(109, 109, 109,0.5) 100%);
	background: -o-linear-gradient(90deg, rgba(40, 40, 40,0.5) 38%, rgba(109, 109, 109,0.5) 100%);
	background: -ms-linear-gradient(90deg, rgba(40, 40, 40,0.5) 38%, rgba(109, 109, 109,0.5) 100%);
	background: linear-gradient(180deg, rgba(40, 40, 40,0.5) 38%, rgba(109, 109, 109,0.5) 100%);
	 position: fixed;
  	height: 40px;
  	z-index: 100;
}
nav ul{
margin: 0 auto;
padding-top: 10px;
}
nav li{
	display: inline-block;
	width:18%;
}
nav li a{
	text-decoration: none;
	color:white;
	padding-bottom: 4px;
}

nav li a:hover{
	border-bottom: 5px solid #2f3e95;
}
/*HOME*/
section.home_upper{
	position: relative;
	text-align: center;
	width: 100%;
	height: 213px;
}

section.home.home_upper{
	height:auto;
}
.bg-img{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:400px;
}

.home_logo {
padding-top: 60px;
}

.words{
	display: inline-block;
	color:#004585;
}


.home_middle{
	text-align: center;
	display: inline-block;
	margin-top: 30px;
}

.home_middle p{
	text-align: left;
	margin: 15px 0 20px 60px;
	font-size: 21px;
}

.home_middle ul{
	-moz-column-count: 2;
	 -moz-column-gap: 5em;
	 -webkit-column-count: 2;
	 -webkit-column-gap: 5em;
	 column-count: 2;
	 column-gap: 5em;
	 float:left;
	 margin-left: 60px;
}
.home_middle li{
	text-align: left;
	padding: 10px 0px 10px 60px;
	background: url('img/check-icon.png') no-repeat;
	background-position-y: 5px;
}
section.home_lower{
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	color:white;
}


.home_lower h2{
	color:#8ec740;
	margin-top: 10px;
}

.home_lower .words{
	padding:20px 0;
}

.home_lower h3{
	color:white;
}
.video_img{
	padding-top: 35px;
	display: block;
}
.lower.bg-img{
	height:436px;
}

footer{
	text-align: center;
	width:100%;
	background-color: rgba(40,40,40,0.9);
	padding:10px 0;
	margin-top: 45px;

}

footer p{
	color: white;
	text-align: left;
	font-size: 12px;
	width: 860px;
	margin: 0 auto;
}

#why section .bg-img {

	height:auto;
}
#why .home_logo {
	padding-top: 40px;
	float: left;
	position: relative;
}


#why .home_logo h1{
	color: white;
	top: 46px;
	left: 269px;
	position: absolute;
	font-size: 33px;
	text-align: left;
}
#why .home_logo h2{
	color: white;
	top: 95px;
	left: 269px;
	position: absolute;
	font-size: 23px;
	text-align: left;
}


#why article {
	margin: 0 auto;
	background-color: #fff;
}

div.title{
	width:100%;
	background-color: #e5e5e5;
	

}

span.divi{
	background-image: url('img/horizontal_div.png');
	background-repeat: no-repeat;
	display:block;
	background-position-x: -92px;
	height: 20px;
}

span.divi.b{
	background-position-x: -63px;
}

#why article h2{
	text-align: left;
	margin: 0 auto;
	color:#2f3e95;
	font-weight:300;
	padding:10px 0;

}
.why.title h2{
	position: relative;
}
.why.title h2:after{
	background: url(img/horizontal_div.png) no-repeat;
	content:"";
	width:100%;
	height: 20px;
	position: absolute;
	top:54px;
	left:-84px;
	-webkit-background-size: contain;
	background-size: contain;
}

#why article h2 strong{
	font-family: 'Oswald', sans-serif;

}
#why article .text{
	margin: 0 auto;
	text-align: left;
}

#why article .why_text{
	margin: 0 auto;
}
#why article .why_text .gen_p{
	width:64%;
	display: inline-block;
	float:left;
	margin-top: 8px;
	margin-bottom: 50px;
}

#why article .why_text .gen_p.no_bottom{
	margin-bottom: 0;
}

#why article .why_text .gen_p.full_width{
	width:100%;
}
#why article .why_text ul {
	padding-top:20px;
}

#why article .why_text ul li ul{
	padding-top:0;
	padding-left: 10px;
}

#why article .why_text ul li{
	padding-left:20px;
	list-style-position: inside;
	padding:5px;
}

#why article .why_text ul li:before{
	content:"\002022";
	color:#8ec740;
	padding-right:7px;
}

#why article .why_text p{
	padding-top: 20px;
}


#why article .why_text h2{

	padding-bottom:5px;
	font-size: 18px;
	font-weight: 400;
}

#why article .why_text .bubble p{
	width:94%;
	padding-top:0;
}
#why article .why_text .bubble h3{
	text-align: center;
	color:#283891;
	font-size: 32px;
}

#why article .why_text .bubble{
	background-image: url('img/bubble_06.png');
	background-repeat: no-repeat;
	width: 24%;
	height: 435px;
	font-size: 12px;
	-webkit-background-size: 100% 90%;
	background-size: 100% 90%;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding:20px;

}

.solution.bubble{
	padding:20px 20px 20px 7px;
}
.solu.title h2{
	position: relative;
}
.solu.title h2:after{
	background: url(img/horizontal_div.png) no-repeat;
	content:"";
	width:100%;
	height: 20px;
	position: absolute;
	top:54px;
	left:-84px;
	-webkit-background-size: contain;
	background-size: contain;
}


#why article .why_text .bubble.b{
	height: 650px;
}

#why article .why_text .bubble.c{
	height: 460px;
	background-size: 108% 100%;
	padding-left:7px;
}



.divi_v{
	content:url('img/vertical_div_06.png');
	width:5px;
	float:left;
	margin: 30px 10px 0 20px;
}

table{
	width: 855px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

tr{
	border: 1px solid #555;
}

th {
	background-color: #8ec740;
	padding:5px 20px;
	color:white;
}

td {
padding: 8px 5px;
border: 1px solid #555;
}

.case.title h2:after{
	background: url(img/horizontal_div.png) no-repeat;
	content:"";
	width:100%;
	height: 20px;
	position: absolute;
	top:84px;
	left:-84px;
	-webkit-background-size: contain;
	background-size: contain;
}
.contact_us.case.title h2:after{
	background: url(img/horizontal_div.png) no-repeat;
	content:"";
	width:100%;
	height: 20px;
	position: absolute;
	top:84px;
	left:-84px;
	-webkit-background-size: contain;
	background-size: contain;
}


.case.title h2 {
	font-size: 22px;
	position: relative;
}

.case_circles{
	margin-top: 20px;
	text-align: center;
}
#why article .why_text .case_circles h2 {
	text-align: center;
}

#why article .why_text .case_circles h2 a{
	color: #8ec740;
	font-size: 30px;
	/*text-decoration: none;	*/
	display: inline-block;
	margin-bottom: 40px;
}




.circle {
	width:50%;
	margin: 0 auto;
	text-align: center;
	float: left;
	padding-top: 40px;
	height: 410px;
}
#why article .why_text .circle h2 {
color: #2f3e95;
font-size: 26px;
text-align: center;
}

.circle p{
	font-size: 16px;
	text-align: left;
	padding-left: 50px;
}

span.divi.c{
	background-position-x: -53px;
	margin-top: 40px;
	margin-bottom: 20px;
	width:946px;

}
#why article .case_studies.why_text {
margin: 0 auto;
text-align: center
}

#why article .case_studies.why_text h2{
	font-size: 26px;
	text-align: center;
}

#why article .case_studies.why_text a{
	font-size: 25px;
}

form{
	margin-top: 20px;
}
label{
	width: 100%;
	display: block;
}
form div{
	display: inline-block;
	width: 45%;
	text-align: left;
	float: left;
	margin-right:35px;
}

form input{
	margin-bottom: 7px;
	border-radius: 5px;
	border:2px solid #CCCACA;
	padding: 0px 3px 3px 3px;
	width: 250px;
	height: 25px;

}

textarea{
	border-radius: 15px;
	border:2px solid #CCCACA;
	outline: none;
	padding:5px;
	margin-top: 20px;
}

#submit {
	float:right;
	text-decoration: none;
	color:white;	
	background: linear-gradient(180deg, rgba(142, 199, 64,0.8) 38%, rgba(142, 199, 64,0.8) 100%);
	padding: 5px 60px;
	border-radius: 5px;
}


.item.submit {
width: 100%;
margin-top: 20px;

}
#why article .contact.case_studies.why_text a{
	font-size: 14px;
}
.address {
text-align: left;
width: 49%;
display: inline-block;
margin-top: 30px;
margin-bottom: 100px;
}

.address h4{
	color:grey;
}

#why article .why_text p.error{
	color:red;
	padding-top: 0;
	padding-bottom: 10px;
	display: none;
}


p.thanks {
	font-size: 18px;
	padding-bottom: 100px;
	padding-top: 100px!important;
	color: #777;
	/*text-align: left;*/
}


.pop{
	padding-top: 30px;
	margin-bottom: 20px;
	clear:both;
}

.pop img{
	margin-left: 13%;
	margin-right: 13%;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened{
	width: 874px;
height: auto;
position: absolute;
top: 20px;
left: 246px;
opacity: 1;
overflow: visible;
}

a.fancybox-item.fancybox-close {
background: url('img/fancybox_close.png') no-repeat left top;
height: 38px;
width: 37px;
top: 25px;
right: 10px;
}

.image.header {
text-align: center;
margin: 5px 0;
}
.fancybox-skin {
border: 3px solid rgba(142, 199, 64,0.8)!important;
background: #fff;
}

.center p{
	margin-bottom: 25px;
	font-size: 14px;
}

.center ul li{
	text-align: left;
	font-size: 12px;
	padding: 10px 0px 4px 33px;
	background: url('img/check-green_03.png') no-repeat;
	background-position-y: 12px;
	background-size: 2.5%;
}

.divi.d{
	background-position-x: 96px;
}

.pop a {
	position: relative;
}

.pop span{
	position: absolute;
	left: -238px;
	top: 28px;

}
.pop span:hover{
	text-decoration: underline;
}
.popup2 span{
	padding-left: 35px;
}

.pop p{
	text-align: center;
}

.home_middle h2{
	color:#2f3e95;
	margin-top: 30px;
	letter-spacing: 1px;
}
.home_middle h2 strong{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;

}

.fancybox-nav {
  display:none;
}

#why article .why_text ul.no_b li:before{
	content:none;
}

#why article .why_text ul.no_b li ul {
	padding-left: 30px;
}

/*
.software p {
	width:69%;
	float: left;
}

.software.gen_p{

}
*/
#why article .software.why_text .bubble{
	height:273px;
	margin-top: 50px;
	padding-left: 5px;
}

#why article .software.why_text .bubble h2{
	text-align: center;
}



.center {
display: inline-block;
float: left;
width: 70%;
 margin-left: 30px; 
}

.image.header {
text-align: center;
margin: 5px 0;
display: inline-block;
float: left;
width: 180px;
height: auto;
}


.clean50.image.header {
margin-top: -26px;
}

.avive.image.header{
	margin-top: -82px;
}








