body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	text-align: center;
}

strong {
	font-weight: 500;
}

a,
a:hover,
a:focus {
	color: #5faf52;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #444;
	line-height: 50px;
	text-transform: uppercase;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #444;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	font-weight: 300;
	color: #444;
	line-height: 30px;
}

img {
	max-width: 100%;
}

::-moz-selection {
	background: #5faf52;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #5faf52;
	color: #fff;
	text-shadow: none;
}


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
}


/***** General *****/

.section-container {
	margin: 0 auto;
	padding-bottom: 60px;
}

.section-container-gray {
	background: #f8f8f8;
}

.section-container-full-bg {
	background: #5faf52;
}

.section-container-full-bg,
.section-container-full-bg h1,
.section-container-full-bg h2,
.section-container-full-bg h3,
.section-container-full-bg h4 {
	color: #fff;
}

.section-description {
	margin-top: 60px;
	padding-bottom: 10px;
}

.section-description p {
	padding: 0 120px;
	margin-top: 30px;
}

.section-bottom-link {
	padding-top: 15px;
	padding-bottom: 20px;
}

.big-link-1 {
	display: inline-block;
	margin: 0 5px;
	padding: 15px 20px;
	background: #5faf52;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.big-link-1:hover,
.big-link-1:focus,
.big-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.big-link-2 {
	display: inline-block;
	margin: 0 5px;
	padding: 14px 19px;
	background: none;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.big-link-2:hover,
.big-link-2:focus,
.big-link-2:active,
.big-link-2:active:focus {
	outline: 0;
	opacity: 0.6;
	background: none;
	color: #fff;
}


/***** Nav *****/

.navbar {
	margin-bottom: 0;
	background: #333;
	background: rgba(51, 51, 51, 0.8);
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.navbar.navbar-no-bg {
	background: none;
}

ul.navbar-nav {
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
}

ul.navbar-nav li a {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff;
}

ul.navbar-nav li a:hover {
	background: none;
	color: #ccc;
}

ul.navbar-nav li a:focus {
	background: none;
	color: #ccc;
	outline: 0;
}


/***** Top content *****/

.top-content {
	padding: 80px 0;
}

.top-content-text {
	width: 700px;
	margin: 0 auto;
	color: #fff;
}

.top-content-text h1,
.top-content-text h2,
.top-content-text h3 {
	color: #fff;
}

.top-content-text p,
.top-content-text div {
	margin-top: 20px;
}

.screenshot-wrapper {
	width: 250px;
	height: 506px;
	position: relative;
	display: inline-block;
}

.screenshot {
	width: 250px;
	height: 506px;
	position: absolute;
	left: 0;
}


/***** Block 2 *****/

.block-2-container {
	padding-top: 50px;
}

.block-2-box {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.block-2-box.block-2-media {
	padding-bottom: 25px;
	text-align: center;
}

.block-2-box h3 {
	padding: 10px 0;
}

.block-2-box h3:first-child {
	margin-top: 0;
}

.block-2-box .media-box {
	max-width: 540px;
	margin: 0 auto;
}


/***** Contact *****/

.contact .divider-1 span {
	background: #d5d5d5;
}

.contact-form {
	padding-top: 30px;
	padding-bottom: 20px;
}

.contact-form p {
	margin: 0;
}

.contact-form form input,
.contact-form form textarea {
	width: 95%;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #f44336;
}

.contact-form form button {
	width: 95%;
}


/***** Address *****/

.address-container {
	padding-top: 30px;
}

.address-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.address-box .address-box-icon {
	font-size: 60px;
	color: #fff;
	line-height: 60px;
}

.address-box .address-box-icon i,
.address-box .address-box-icon span {
	vertical-align: middle;
}

.address-box p {
	margin-top: 20px;
}

.address-box p a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.address-box p a:hover,
.address-box p a:focus {
	color: #fff;
	border: 0;
}

.address-container .divider-1 span {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.address-social {
	margin: 20px 0 30px 0;
}

.address-social a {
	margin: 0 6px;
	font-size: 35px;
	color: #fff;
	line-height: 32px;
}

.address-social a:hover,
.address-social a:focus {
	color: #fff;
	opacity: 0.6;
}


/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	background: #404040;
}

footer .scroll-to-top {
	font-size: 36px;
	text-align: center;
}

footer .scroll-to-top a {
	color: #666;
}

footer .scroll-to-top a:hover,
footer .scroll-to-top a:focus,
footer .scroll-to-top a:active {
	outline: 0;
	opacity: 0.6;
	color: #666;
}

.footer-copyright {
	margin: 0;
	color: #aaa;
}

.footer-copyright a {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: #aaa;
	border: 0;
}


/***** Forms *****/

input[type="text"],
textarea,
textarea.form-control {
	margin: 0;
	padding: 14px 10px;
	vertical-align: middle;
	background: none;
	border: 1px solid #bbb;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-appearance: none;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	border: 1px solid #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	color: #888;
}

button.btn {
	height: 52px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #5faf52;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 52px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn:hover {
	opacity: 0.6;
	color: #fff;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #5faf52;
	color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #5faf52;
	color: #fff;
}


/***** Media *****/

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p {
		padding: 0;
	}

}

@media (max-width: 767px) {

	.navbar.navbar-no-bg {
		background: #333;
		background: rgba(51, 51, 51, 0.6);
	}

	.navbar-nav {
		margin: 0;
	}

	ul.navbar-nav li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-left {
		float: left!important;
		margin-left: -15px;
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px;
	}

	h1,
	h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.section-description p {
		padding: 0;
	}

	.big-link-1 {
		margin: 5px;
		padding: 10px 15px;
	}

	.big-link-2 {
		margin: 5px;
		padding: 9px 14px;
	}

	.top-content-text {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	.address-box {
		padding-bottom: 0;
	}

	.address-box:last-child {
		padding-bottom: 20px;
	}
	
}

@media (max-width: 570px) {

}