/*@font-face {font-family: 'Oxygen-Bold';src: url('/dist/style/fonts/Oxygen-Bold.ttf');font-weight: 700;}
@font-face {font-family: 'Oxygen-Light';src: url('/dist/style/fonts/Oxygen-Light.ttf');font-weight: 300;}
@font-face {font-family: 'Oxygen-Regular';src: url('/dist/style/fonts/Oxygen-Regular.ttf');font-weight: 400;}
@font-face {font-family: 'Poppins-Bold';src: url('/dist/style/fonts/Poppins-Bold.ttf');font-weight: 700;}
@font-face {font-family: 'Poppins-Light';src: url('/dist/style/fonts/Poppins-Light.ttf');font-weight: 300;}
@font-face {font-family: 'Poppins-Medium';src: url('/dist/style/fonts/Poppins-Medium.ttf');font-weight: 500;}
@font-face {font-family: 'Poppins-Regular';src: url('/dist/style/fonts/Poppins-Regular.ttf');font-weight: 400;}
@font-face {font-family: 'Poppins-SemiBold';src: url('/dist/style/fonts/Poppins-SemiBold.ttf');font-weight: 600;}
@font-face {font-family: 'Roboto-Light';src: url('/dist/style/fonts/Roboto-Light.ttf');font-weight: 300;}
@font-face {font-family: 'Roboto-Regular';src: url('/dist/style/fonts/Roboto-Regular.ttf');font-weight: 400;}*/

html,body { 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #5c666a;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f5f5f5;
}

body {
	padding-top: 60px;
}

.container {
	background-color: #fafafa;
}

.container-fluid {
	padding: 0;
}

h1 { font-size: 50px;color: #8dc63f; }
h2 { font-size: 36px;color: #8dc63f; }
h3 { font-size: 28px;color: #8dc63f; }
h4 { font-size: 24px;color: #8dc63f; }
h5 { font-size: 16px;color: #8dc63f; }
h6 { font-size: 16px;color: #8dc63f; }

.btn {
	font-size: 16px;
}

a,a:hover,a:focus,a:visited {
	text-decoration: none;
	color: inherit;
}


.navbar-default {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #e2e0e0;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .container {
	background: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #a7a7a7;
	font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #538025;
    background-color: #fff;
    font-weight: bold;
}
.navbar-brand {
	padding: 0;
}
.dropdown-menu>li>a {
    color: #a7a7a7;
    font-weight: bold;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #538025;
    background-color: #fbfbfb;
    font-weight: bold;
}

.menu {
	background-color: #ffffff;
}

.pull-right {
	text-align: right;
}

.pull-center {
	text-align: center;
}

footer {
	background-color: #2a2a2b;
	padding: 30px 0;
	color: #64676a;
	font-size: 13px;
}

footer .container {
	background-color: #2a2a2b;
}

footer .highlight {
	color: #c5c5c5;
}

footer .btn {
	min-height: 40px;
	min-width: 55px;
}

footer .tnc {
	margin-top: 10px;
}

footer a {
	color: #64676a;
}

footer a:hover {
	color: #c5c5c5;
	text-decoration: none;
}

footer h6 {
	font-size: 12px;
}

button, .btn-success {
	background-color: #8dc63f;
	border-color: #8dc63f;
	border-radius: 15px 0 15px 0;
	color: #fff;
    padding: 10px 15px;
}

button:hover, .btn-success:hover {
	background-color: #608a32;
	border-color: #608a32;
}

a.btn {
	color: #fff;
}

.btn-more {
	margin: 20px 0;
}

.shade1 {
	background-color: #8dc63f;
	border-color: #8dc63f;
}

.shade1:hover {
	background-color: #71a23b;
	border-color: #71a23b;
}

.shade2 {
	background-color: #71a23b;
	border-color: #71a23b;
}

.shade2:hover {
	background-color: #608a32;
	border-color: #608a32;
}

.shade3 {
	background-color: #608a32;
	border-color: #608a32;
}

.shade3:hover {
	background-color: #55792c;
	border-color: #55792c;
}

.gray {
	background-color: #bebebd;
	border-color: #bebebd;
}

.gray:hover {
	background-color: #71a23b;
	border-color: #71a23b;
}

.leadimage {
	background-color: #9cc368;
}

.leadimageDiv {
	min-height: 200px;
	background-color: #73974d;
}

.home .leadimageDiv {
	min-height: 450px;
}

.lead-image .container {
	background-color: transparent;
	color: #fff;
}

.lead-image h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 50px;
	color: #fff;
}

.home .lead-image h1 {
	margin-top: 100px;
}

.lead-image p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	padding: 0;
	font-size: 18px;
}

.home .services {
	margin-top: -150px;
}

.service:hover {
	text-decoration: none;
}

.box {
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 25px 0 25px 0;
	padding: 30px 10px 10px 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

.box h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 30px;
}

.box .img {
	min-height: 86px;
}

.services .shade1 .img {
	background: url(/img/service1.png) top center no-repeat;
}

.services .shade2 .img {
	background: url(/img/service2.png) top center no-repeat;
}

.services .shade3 .img {
	background: url(/img/service3.png) top center no-repeat;
}

.box .title {
	min-height: 70px;
}

.box .link {
	font-weight: bold;
}

.box:hover .link {
	text-decoration: underline;
}

.box a {
	color: #fff;
}

.service:hover .box .link {
	text-decoration: underline;
}

.home h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #8dc63f;
}

.home h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #8dc63f;
}

.steps .row {
	padding: 10px 0;
}

.steps header p {
	padding: 0 5%;
}

.steps .inner h4 {
	color: #bebebd;
	font-size: 16px;
	margin-top: 10px;
}

.step {
	font-size: 40px;
    min-width: 80px;
    border-radius: 10px 0;
	margin-top: 10px;
	color: #fff !important;
}

.steps .active .step {
	background-color: #71a23b;
    border-color: #71a23b;
}

.steps .active h4 {
	color: #71a23b;
}

.testimonials {
	background: url('/img/bg-banner.jpg') center center no-repeat;
	background-size: cover;
	min-height:200px;
	color: #fff;
}

.testimonials h2 {
	padding: 0 25px;
	color: #fff;
}

.testimonials .container {
	background-color: transparent;
	padding: 35px 0;
}

.testimonials .percent {
	font-size: 85px;
	border-left: 1px solid #f5f5f5;
	font-weight: bold;
}

.testimonials .row {
	margin: 0;
}

.subtitle {
	margin-bottom: 30px;
}

.program {
	padding-top: 30px;
	padding-bottom: 30px;
}

i {
	padding-right: 10px;
	color: #8dc63f;
}

button i, a i {
	padding-right: 0;
	color: #fff;
}

.contact h3 {
	font-size: 20px;
}

form input, form select, form textarea {
	width: 100%;
	margin-bottom: 15px;
	min-height: 40px;
}

form .controls {
	width: 100%;
	text-align: center;
}

form {
	margin: 20px 0;
}

.form-group i {
	position: absolute;
	left: 25px;
	margin-top: 12px;
}

.form-control {
	padding: 6px 35px;
	color: #000;
}

select option {
	background-color: #f5f5f5;
}

.content-info {
	padding: 20px 0 5px 0;
}

form .messages {
	margin: 10px 0;
}

.messages .error {
	background-color: #ff685b;
    padding: 5px 0;
    border-radius: 4px;
    color: #fff;
}

.messages .success {
	background-color: #8dc63f;
    padding: 5px 0;
    border-radius: 4px;
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999 !important;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
color: #999 !important;  
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #999 !important;  
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
color: #999 !important;  
}

.errorRow {
	margin: 45px 0;
}

.error-code {
	font-size: 96px;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

img.rounded {
	border-radius: 80px;
}

img.centered {
	margin: 0 auto;
    margin-bottom: 10px;
}

.partner {
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin-top: 15px;
}

.technology {
	padding: 0;
}

.technology [class*=icon-] {
    background-image: url(/img/logo/iconset.jpg);
    width: 100px;
    height: 100px;
    margin: 6px 6px 20px 0;
	text-align: center;
	padding-top: 100px;
}

.technology li {display: inline-block;}
.technology li:hover {font-weight: bold;}
.technology li:hover [class*=icon-] {background-position-x: 100px;}

.icon-java {background-position: 0 0;}
.icon-hibernate {background-position: 0 -100px;}
.icon-wildfly {background-position: 0 -200px;}
.icon-mysql {background-position: 0 -300px;}
.icon-zk {background-position: 0 -400px;}
.icon-html {background-position: 0 -500px;}
.icon-css {background-position: 0 -600px;}
.icon-jquery {background-position: 0 -700px;}
.icon-bootstrap {background-position: 0 -800px;}
.icon-php {background-position: 0 -900px;}
.icon-git {background-position: 0 -1000px;}
.icon-node {background-position: 0 -1100px;}
.icon-cb {background-position: 0 -1200px;}

.screenshots {
	text-align: center;
}

.screenshots img {
	margin-bottom: 5px;
	border: 1px solid #929292;
    border-radius: 3px;
}

.breadcrumb {
	border-bottom: 1px solid #e4e4e4;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
    padding: 8px 0 15px 2px;
}

.breadcrumb a {
	color: #afa7a7;
}

.breadcrumb a:hover {
	color: #657c4e;
    font-weight: bold;
}

.margin-30 {
	margin-bottom: 30px;
    margin-top: 30px;
}

.checklist { list-style:none; }
.checklist li { margin-bottom:10px; }
.checklist li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #71a23b;
    margin:0 5px 0 -25px;
}

.checklist.cros li:before {     
    content: '\f00d';
    color: red;
}

.checklist.question li:before {     
    content: '\f29c';
    color: #000000;
}

.justify {
	text-align: justify;
}

a.btn-link {
	color: #608a32;
}

a.btn-link .fa {
	color: inherit;
}

.btn-request-offer {
	padding-left: 30px;
    padding-right: 30px;
	margin-top: 0;
}

img.border {
	border: 1px solid #bebebd;
}

.inner-nav .back, .inner-nav .forward {
	margin-top: 5px;
}

.inner .content {
	margin-top: 35px;
	margin-bottom: 30px;
}

.inner .title {
	margin-top: 0;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials .container {
		padding: 0;
	}
	.testimonials .percent {
		border-left: 0;
	}
	.box h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 768px) {
	.testimonials .container {
		padding: 0;
	}
	.testimonials .percent {
		border-left: 0;
	}
	.box .title {
		min-height: 0;
	}
	.home .services {
		margin-top: -85px;
	}
	.lead-image h1 {
		margin-top: 15px;
		font-size: 45px;
	}
}