
body{
	font-family: 'Lato', sans-serif;
	margin:0;
	}
/*-- banner --*/
.banner{
	background:url("../images/bg_home.jpg") no-repeat scroll 0px 0px;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height:800px;
	position: relative;
	}
.banner .container {
	position: relative;
	z-index: 5;
}	
.banner-boxes {
	position: absolute;
	bottom: 0px;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.banner-img {
	flex: 0 0 250px;
	height: 200px;
	background: url(../images/boxes.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.banner-img:first-child {
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.banner-info{
	margin-top:110px;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-info h1{
	color: #ffffff;
	text-align: center;
	margin:0 0 12px 0;
	font-size: 48px;
	font-weight: 700;
	}
.banner-info p{
	margin:0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	}
span.colon{
	color:#99cc33;
	font-size:68px;
	}
.view{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:360px;
	text-shadow: none;
	}
.view a {
	color: #ffffff;
	padding: 12px 50px 12px 25px;
	text-decoration: none;
	background: url("../images/arrow.png") no-repeat right center #99cc33;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 20px;
	margin: 10px 10px 0 0;
	}
.view a:last-child {
	margin-right: 0;
}	
.view a:hover{
	outline:3px solid #99cc33;
	color:#99cc33;
	background: url("../images/arrow_hover.png") no-repeat right center #ffffff;
	text-decoration: none;
	}
.banner-grids {
	margin-top: 75px;
	}
.banner-left ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-left ul li label{
	background: url("../images/icons.png") no-repeat 0px 0px;
	width: 33px;
	height: 39px;
	display: block;
	margin:0 15px 0 0;
	}
.banner-left ul{
	margin:0;
	padding:0;
	}
.banner-left ul li span{
	display:block;
	color:#ffffff;
	font-size:22px;
	text-align: left;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-middle {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
.banner-middle ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-middle ul li label{
	background: url("../images/icons.png") no-repeat -36px 0px;
	width: 36px;
	height: 39px;
	display: block;
	margin:0 15px 0 0;
	}
.banner-middle ul{
	margin:0;
	padding:0;
	}
.banner-middle ul li span{
	display:block;
	color:#ffffff;
	font-size:22px;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-right ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	}
.banner-right ul li span.a {color:#ffffff;}
.banner-right ul li label{
	background: url("../images/icons.png") no-repeat -71px 0px;
	width: 47px;
	height: 39px;
	display: block;
	margin:0 15px 0 0;
	}
.banner-right ul{
	margin:0;
	padding:0;
	}
.banner-right ul li span{
	display:block;
	color:#ffffff;
	font-size:20px;
		text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;

	}
/*-- navigation --*/
.navigation{
	position: absolute;
	width: 100%;
	background:#99cc33;
	}
/*-- fixed-header --*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
	z-index:9999;
	}
/*-- //fixed-header --*/
.nav-left {
	padding: 17px 0;
	float: left;
	}
.nav-left a {
	display:block;
	width:48px;
	height:39px;
	transition: background-position ease .4s;
	}
.nav-left.en a {background: url("../images/flags.png") no-repeat scroll 0px -39px;}
.nav-left.fi a {background: url("../images/flags.png") no-repeat scroll 0px 0px;}
.nav-left.en a:hover {background-position: 0px 0px;}
.nav-left.fi a:hover {background-position: 0px -39px;}
.nav-center{
	float: left;
	margin: 25px 0 0 25px;
	visibility:hidden;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}
.fixed .nav-center {visibility:visible;}
/*-- menu --*/
.nav-right span{
	display:none;
	}
/*-- //menu --*/
.nav-right{
	float:right;
	/*width:52%*/
	}
.nav-right ul{
	padding:0;
	margin:0;
	}
.nav-right ul li{
	display:inline-block;
	}
.nav-right ul li a {
	color: #000000;
	margin: 25px 12px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	}
.nav-right ul li a:hover{
	color:#ffffff;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
/*-- effect for nav --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	}
.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
	}
.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	}
/*-- //effect --*/

.underline {padding: 20px 0 30px 0;}

/*-- ABOUT-US --*/
.about-us{
	background: url(../images/bg_about.jpg) no-repeat center bottom #fff;
	padding: 110px 0 240px 0;
	}
.about-info h2{
	margin:0;
	padding:0;
	color:#000;
	font-size:35px;
	font-weight:700;
	}
.about-articles {
	display: flex;
	margin: 0 -15px;
	}
.about-articles article {
	flex: 1 1 100%;
	padding: 0 15px;
}	
.about-articles article h3 {margin:0 0 15px 0; color: #693;}
.about-articles article p {margin:0 0 15px 0; color: #5f5f5f;}
.about-articles article p {font-size:16px;}
/*-- //ABOUT-US --*/

/*-- OUR-SERVICES --*/
.our-services {
	padding: 100px 0 90px;
	background: url("../images/bg_services.jpg") no-repeat scroll center 170px #9c3;
	}
.our-services article {
	color: #1f1f1f;
	font-size: 17px;
	}
.our-services article h3 {
	margin: 30px 0;
	font-weight: bold;
	color: #fff;
	}
.our-services article > p {width: 760px;}
.our-services aside {
	position: absolute;
	margin: -145px 0 0 770px;
	padding: 15px 15px 5px 15px;
	border: 1px dashed #000;
	font-size: 17px;
	font-style: italic;
	color: #000;
	}
.our-info h2{
	margin:0;
	padding:0;
	font-size:35px;
	font-weight:700;
	color: #fff;
	}
.our-services span.highlight {color:#000;}
span.highlight {color:#669933;}
#our-grids {
	width: 976px;
	margin: 0 auto;
	}
/* -- icons -- */
.service-icon {
	display: inline-table;
	width: 200px;
	height: 180px;
	margin: 0 20px 40px;
	padding: 10px 10px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: rgba(63, 95, 0, 0.21);
	text-align: center;
	cursor: pointer;
	}
.service-icon img {
	width: 110px;
	height: 110px;
	transition: all 0.3s ease-in-out;
	}
.service-icon hr {
	width:79%;
	height:1px;
	margin: 0 auto;
	border: none;
	background:#fff;
	}
#our-grids .hover img {
	-moz-transform: scale(-1, 1);
	 -webkit-transform: scale(-1, 1);
	 -o-transform: scale(-1, 1);
	 transform: scale(-1, 1);
	 filter: FlipH;
	 -ms-filter: "FlipH";
	}
.service-icon p {
	margin: 2px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	}
/*-- //OUR-SERVICES --*/

/*-- TERMS --*/
#terms {
	position: absolute;
	width: 0px;
	height: 0px;
	margin-top: -70px;
	}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
	}
.callbacks_container .underline {
	position: absolute;
	width: 100%;
	padding-top: 163px;
	text-align: center;
	z-index: 5;
	}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.rslides li {
	width: 100%;
	padding: 110px 0 45px 0;
	left: 0;
	top: 0;
	}
#callbacks1_s0 {background: url("../images/bg_terms.jpg") no-repeat scroll center center;}
#callbacks1_s1 {background: url("../images/bg_terms1.jpg") no-repeat scroll center center;}
#callbacks1_s2 {background: url("../images/bg_terms2.jpg") no-repeat scroll center center;}
#callbacks1_s3 {background: url("../images/bg_terms3.jpg") no-repeat scroll center center;}

.terms-info {
	text-align: center;
	}
.terms-info h3 {
	margin:0;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #000;
	}
.terms-info p {
	width: 69%;
	height: 90px;
	margin: 65px auto 96px auto;
	font-size: 18px;
	color: #1f1f1f;
	}
.callbacks_tabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 -4px;
	position: absolute;
	top: 73%;
	z-index: 999;
	list-style: none;
	text-align: center;
	}
.callbacks_tabs li {display: inline-block;}
.callbacks_tabs a {visibility: hidden;}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 18px;
	width: 18px;
	display: inline-block;
	background: #1f1f1f;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	}
.callbacks_here a:after {background: #693;}
/*-- //TERMS --*/

/*-- PRICES --*/
.pricing-table {
	padding: 100px 0 90px;
	background: url(../images/bg_prices.jpg) no-repeat 0 0;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	}
.pricing-info h2 {
	color: #fff;
	margin: 0;
	text-align:center;
	font-size: 35px;
	font-weight: bold;
	}
/* --------------------------------------------------------------- */
#pricing-grids, #pricing-box {
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
	text-align: center;
	vertical-align: middle;
	}
#pricing-grids h3 {font-weight: bold; margin: 0 0 30px;}
#pricing-box h3 {font-weight: bold;}
#pricing-grids td, #pricing-box td {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	}
#pricing-grids tr:first-child td, #pricing-box tr:first-child td, #pricing-grids tr:last-child td {
	background-color: transparent;
	font-weight: normal;
	text-shadow: none;
	text-align: left;
	}
#pricing-grids .pricing-period {
	width: 140px;
	height: 100px;
	transition: all 0.3s ease;
	}
.pricing-period .big {font-size: 35px; margin: 0px; margin-bottom: -10px;}
.pricing-type {
	width: 270px;
	height: 100px;
	padding: 0 20px;
	text-align: right;
	transition: all 0.3s ease;
	}
#pricing-grids .hover {background-color: rgba(0, 0, 0, 0.6); color: #9c3;}
td.pricing-value {
	font-size: 35px;
	color: #fff;
	background-image: repeating-linear-gradient(145deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 10px, transparent 10px, transparent 20px);
	transition: all 0.3s ease;
	}
td.pricing-value:hover {
	background-color: rgba(0, 0, 0, 0.6);
	background-image: repeating-linear-gradient(145deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent 20px);
	color: #9c3;
	cursor: pointer;
	}
#pricing-box {
	width: 790px;
}	
#pricing-box td {
	height: 100px;
	transition: all 0.3s ease;
}
#pricing-box .pricing-value {
	width: 140px;
}
#pricing-box .pricing-period.hover {background-color: rgba(0, 0, 0, 0.6); color: #9c3;}

/*-- //PRICES --*/

/*--- footer ---*/
.footer {
	background:#000;
	padding: 55px 0 15px;
	}
.footer-left {float: left;}
.footer-right {
	float: right;
	text-align: right;
	}
.footer-right p {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #9c3;
	}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow_top.png") no-repeat 0px 0px;
	}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	}
/*-- //to-top --*/

@media(max-width:1200px){
	.banner {background-position: -200px 0px;}
	.banner-info h1 {font-size: 44px;}
	.banner-info p {font-size: 29px;}
	.view a {font-size: 18px;}
	span.colon {
		color: #99cc33;
		font-size: 64px;
		}
	.col-md-4.banner-grid.text-center {padding: 0;}
	.nav-right ul li a {margin: 25px 6px;}
	.about-info h2 {font-size: 32px;}
	.about-articles article h3 {font-size: 22px;}
	.about-articles article p {font-size: 16px;}
	.our-services {
		background-size: auto 90%;
		-webkit-background-size: auto 90%;
		-o-background-size: auto 90%;
		-ms-background-size: auto 90%;
		-moz-background-size: auto 90%;
		background-position: center 150px;
		}
	#our-grids {width: 844px;}
	.our-services article {font-size: 16px;}
	.our-services article h3 {font-size: 22px;}
	.our-services article > p {width: 577px;}
	.our-services aside {font-size: 16px; margin: -155px 0 0 590px;}
	.service-icon {width: 180px; height: 163px; margin: 0 14px 28px;}
	.service-icon img {width: 100px; height: 100px;}
	.service-icon p {font-size: 16px;}
	.our-info h2 {font-size: 32px;}
	.terms-info h3 {font-size: 32px;}
	.terms-info p {width: 77%;}
	.pricing-table {background-position: -100px 0;}
	.pricing-info h2 {font-size: 32px;}
	#pricing-grids {font-size: 17px;}
	#pricing-grids h3, #pricing-box h3 {font-size: 22px;}
	td.pricing-value {font-size: 32px;}
	.pricing-period .big {font-size: 32px;}
	.footer-right p {margin-right: 30px; font-size: 15px;}
}

@media (max-width: 991px) {
	.banner {background-position: center 0px;}
	.view {margin-top: 160px;}
	.banner-grids {margin-top: 160px;}
	.banner-grid {margin-bottom: 15px;}
	.nav-center.fi .temp {display: none;}
	.nav-right ul li a {margin: 25px 3px;}
	.cl-effect-1 a:after {margin-left: 7px;}
	.cl-effect-1 a:before {margin-right: 7px;}
	.about-articles {
		flex-wrap: wrap;
		}
	.about-articles article h3 {font-size: 20px;}
	.our-services {
		-webkit-background-size: auto 60%;
		-o-background-size: auto 60%;
		-ms-background-size: auto 60%;
		-moz-background-size: auto 60%;
		background-size: auto 60%;
		background-position: center 400px;
		}
	.our-services article {text-align: center;}
	.our-services article h3 {margin-top: 30px; font-size: 20px; text-align: left;}
	.our-services article > p {width: 100%; text-align: left;}
	.our-services article br.temp {display: none;}
	.our-services aside {
		position: static;
		display: inline-block;
		margin: 5px 0 0;
		padding: 7px 10px;
		text-align: center;
		}
	.our-services aside p {margin: 0;}
	#our-grids {
		width: 632px;
		text-align: left;
		}
	.terms-info p {width: 80%; font-size: 17px;}
	.terms-info .temp {display: none;}
	.pricing-table {background-position: -150px 0;}
	#pricing-grids, #pricing-box {border-spacing: 18px; font-size: 16px;}
	#pricing-grids .pricing-period {width: 130px; height: 92px;}
	.pricing-type {
		width: 250px;
		height: 92px;
		padding: 0px 18px;
		}
	#pricing-grids h3 {margin: -20px 0px 20px; font-size: 20px;}
	#pricing-box h3 {font-size: 20px;}
	#pricing-box td {
		height: 92px;
	}
	#pricing-box .pricing-value {
		width: 128px;
	}
}

@media(max-width:768px){
	div.container {
		padding-right: 20px;
		padding-left: 20px;}
	.banner {
		background-position: -430px 0px;
		min-height: 728px;
		}
	.view a {
		flex: 1 1 100%;
		margin-right: 0;
		}
	.banner-info h1 {font-size: 36px;}
	span.colon {font-size: 50px;}
	.banner-info {margin: 100px 0 0 0;}
	.banner-info p {font-size: 25px;}
	.banner-left ul li span {font-size: 20px;}
	.banner-middle ul li span {font-size: 20px;}
	.banner-middle {border:none;}
	.banner-right ul li span {font-size: 20px;}
	.banner-grid {
		padding: 0;
		width: 33.33333%;
		float: left;
		}
	.col-md-4.banner-grid.text-center {padding: 0 5px;}
	.banner-grids {margin-top: 180px;}
	.banner-grids ul li {display:block; text-align:center;}
	.banner-grids ul li label {margin: 0 auto;}
	.banner-left ul li span {text-align: center;}
	.view {margin-top: 180px;}

	.nav-center {margin: 25px 0px 0px 10px; font-size: 15px;}
	.nav-right ul li a {
		margin: 25px 2px;
		font-size: 15px;
		}
	.nav-right.fi ul li a {margin: 25px 0;}
	.cl-effect-1 a:after {margin-left: 5px;}
	.cl-effect-1 a:before {margin-right: 5px;}
	.about-info h2 {font-size: 30px;}
	#our-grids {
		width: 579px;
		}
	.service-icon {
			width: 170px;
			height: 140px;
			margin: 0px 10px 20px;
			padding: 5px;
		}
	.service-icon img {
		width: 80px;
		height: 80px;
		}
	.our-info h2 {font-size: 30px;}
	.callbacks_container .underline {
		padding-top: 161px;
		}
	.terms-info h3 {font-size: 30px;}
	.terms-info p {width: 90%; font-size: 16px;}
	.pricing-info h2 {font-size: 30px;}
	.pricing-table {background-position: -200px 0;}
	#pricing-grids, #pricing-box {border-spacing: 14px; font-size: 16px;}
	#pricing-grids td {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		}
	#pricing-grids .pricing-period {width: 110px; height: 78px;}	
	.pricing-type {
		width: 212px;
		height: 78px;
		padding: 0px 13px;
		}
	#pricing-grids h3, #pricing-box h3 {font-size: 20px;}
	td.pricing-value {font-size: 30px;}
	.pricing-period .big {font-size: 30px;}
	#pricing-grids tr:last-child td br {display: none;}
	#pricing-box {
		width: 612px;
	}
	#pricing-box td {
		height: 78px;
	}
	#pricing-box .pricing-value {
		width: 110px;
	}
}

@media(max-width:640px){
	.banner {
		min-height: 670px;
		background-position: -470px 0px;
		}
	span.colon {font-size: 47px;}
	.banner-info h1 {font-size: 33px;}
	.banner-info p {font-size: 22px;}
	.fixed {position: inherit;}
	.view {margin-top: 285px;}
	.view a {
		padding: 12px 40px 12px 20px;
		font-size: 16px;
		flex: 1 1 100%;
		margin-right: 0;
		}
	.banner-grids {margin-top: 40px;}
	.banner-left ul li {font-size: 14px;}
	.banner-middle ul li {
		font-size: 14px;
		text-align: center;
		}
	.banner-right ul li {font-size: 14px;}
	.banner-left ul li span {font-size: 17px;}
	.banner-middle ul li span {font-size: 17px;}
	.banner-right ul li span {font-size: 17px;}
	.banner-boxes {
		bottom: -20px;
		justify-content: center;
	}
	.banner-img:first-child {
		display: none;
	}
	.navigation {position: static;}
	.nav-right {
		width: 7%;
		margin-top: 21px;
		}
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		}
	ul.nav1{
		display:none;
		background:#99cc33;
		}
	.nav-right ul li a {display: block;}
	.nav-right ul {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 730px;
		left: 0%;
		width: 100%;
		z-index: 999;
		}
	.nav-right ul.nav1 li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0px 0;
		}
	.nav-right ul li a:hover {color: #ffffff;}
	.our-info h2 {font-size: 25px;}
	.underline {padding: 10px 0px 15px;}
	.about-us {padding-top: 40px;}
	.about-articles article p {font-size: 15px;}
	.about-articles article h3 {font-size: 19px;}
	.about-info h2 {font-size: 25px;}
	.our-services {background-position: center 300px;}
	.our-services article {font-size: 15px;}
	.our-services article h3 {
		margin: 20px 0 20px 0;
		font-size: 18px;
		}
	.our-services aside {font-size: 15px;}
	#our-grids {width: 445px;}
	#our-grids div:nth-child(2), #our-grids div:nth-child(4) {display: none;}
	.service-icon {
		width: 135px;
		height: 160px;
		margin: 0px 5px 15px;
		}
	.service-icon p {font-size: 15px;}
	#terms {margin-top: 0;}
	.callbacks_container .underline {padding-top: 155px;}
	.rslides li {padding-bottom: 0px; background-size: auto 77% !important;}
	.terms-info h3 {font-size: 25px;}
	.fi li:nth-child(3) h3 {margin-top: -27px;}
	.terms-info p {font-size: 15px;}
	.pricing-table {background-position: -240px 0;}
	.pricing-info h2 {font-size: 25px;}
	#pricing-grids, #pricing-box {border-spacing: 10px; font-size: 15px;}
	#pricing-grids .pricing-period {width: 78px;}
	.pricing-type {
		width: 150px;
		padding: 0px 11px;
		}
	#pricing-grids h3 {margin-top: -10px; font-size: 18px;}
	#pricing-box h3 {font-size: 18px;}
	td.pricing-value {font-size: 23px;}
	.pricing-period .big {font-size: 25px;}
	#pricing-box {
		width: 434px;
	}
	#pricing-box .pricing-value {
		width: 78px;
	}
}

@media(max-width:480px){
	.banner-info {margin: 80px 0 0 0;}
	.banner-info h1 {font-size: 28px;}
	span.colon {font-size: 40px;}
	.banner-info p {font-size: 19px;}
	.view {margin-top: 128px;}
	.view a {
		padding: 8px 40px 8px 20px;
		font-size: 16px;
		}
	.col-md-4.banner-grid:nth-child(3) {display: none;}
	.banner-grid {
		width: 50%;
		float: left;
		}
	.banner-grids {margin-top: 129px;}
	.banner {
		min-height: 572px;
		background-position: -430px 0px;
		}
	.nav-right {width: 9%;}
	.nav-right ul {top: 633px;}
	.about-us {
		padding-bottom: 200px;
		background-size: 400px auto;
		-webkit-background-size: 400px auto;
		-o-background-size: 400px auto;
		-ms-background-size: 400px auto;
		-moz-background-size: 400px auto;
		}
	.about-articles article h3, .our-services article h3 {font-size: 18px;}
	.about-articles article p, .our-services article > p, .our-services aside p {font-size: 14px;}
	.our-services {background-size: auto 50%;}
	#our-grids {width: 370px;}
	.service-icon {
		width: 170px;
		height: 140px;
		}
	.callbacks_tabs {top: 77%;}
	.terms-info p {width: 100%;}
	.terms-info br {display: none;}
	.fi li:nth-child(2) h3, .fi li:nth-child(3) h3 {margin-top: -28px;}
	.pricing-table {background-position: -260px 0;}
	#pricing-grids, #pricing-box {border-spacing: 5px;}
	.pricing-type {padding: 0px 7px;}
}

@media(max-width:320px){
	.banner {
		min-height: 480px;
		background-position: -410px 0px;
		}
	.banner-info{margin: 65px 0 0 0;}
	.banner-info h1 {font-size: 19px;}
	span.colon {font-size: 27px;}
	.banner-info p {font-size: 15px;}
	.banner-grid {
		width: 100%;
		float: left;
		margin-bottom: 25px;
		}
	.banner-grids {margin-top: 95px;}
	.banner-grids ul li {display: inline-block;}
	.banner-grids ul li label {margin: 0 10px 0 0; position:relative; top:5px;}
	.banner-middle ul li {text-align: left;}
	.banner-right ul li, .banner-left ul li span {text-align: left;}
	.view {margin-top: 95px;}
	.nav-right {width: 12%;}
	.nav-right ul {top: 107.5%;}
	.underline {width: 90%;	margin: 0 auto;}
	.underline img {width: 100%;}
	.about-articles article h3, .our-services article h3 {font-size: 15px;}
	.about-articles article p, .our-services article > p, .our-services aside p {font-size: 13px;}
	.about-info h2, .our-info h2 {font-size: 20px;}
	.nav-right ul {top: 537px;}
	.about-articles article h3 {margin: 20px 0px 10px;}
	.our-services {padding: 75px 0px; background-position: center 200px;}
	#our-grids {width: 100%;}
	.service-icon img, .service-icon hr {display: none;}
	.service-icon {
		display: inline;
		margin: 0;
		padding: 0;
		text-align: left;
		}
	.service-icon p {font-size: 14px;}
	.service-icon:hover p {font-size: 14px; color: #1F1F1F; cursor: default;}
	.service-icon p:before {content: "• "}
	.callbacks_container .underline {width: 90%; margin-left: 14px; padding-top: 132px;}
	.callbacks_container .underline img {width: 100%;}
	.rslides li {padding-top: 90px; background-size: auto 60% !important;}
	.terms-info h3 {font-size: 20px;}
	.terms-info p {font-size: 14px;}
	.fi li:nth-child(2) h3, .fi li:nth-child(3) h3 {margin-top: -22px;}
	.callbacks_tabs {top: 83%;}
	.pricing-table {padding: 75px 0 50px; background-position: -155px 0;}
	#pricing-grids, #pricing-box {border-spacing: 3px; font-size: 14px;}
	#pricing-grids .pricing-period {width: 55px; height: 75px;}
	.pricing-type {
		width: 105px;
		height: 75px;
		text-align: left;
		}
	.pricing-type .temp {display: none;}
	#pricing-grids h3, #pricing-box h3 {font-size: 15px;}
	td.pricing-value {font-size: 18px;}
	.pricing-period .big {font-size: 21px;}
	td.pricing-value {
		background-image: repeating-linear-gradient(145deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 5px, transparent 5px, transparent 10px);
		}
	td.pricing-value:hover {
		background-image: repeating-linear-gradient(145deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px);
		}
	.footer-right p {font-size: 13px;}
	#pricing-box .pricing-value {
		width: 55px;
	}
}