/*--
<!--Copyright Vihdas Oy 2015-->
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Lato-Regular';
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
@font-face {
    font-family: 'Lato-Regular';
    src:url(../fonts/Lato-Regular.ttf) format('truetype');
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--header-starts--*/
.header-left {
    margin: 15px;
	margin-left: 0px;
}
.header-left img{
    width: 100%;
}
.header-left a:hover{
	text-decoration:none;
}
.header-left a h1 {
    margin: 0;
    padding: 25px 1em;
    background: #000;
    width: 70%;
    text-align: center;
    font-size: 2.7em;
    color: #fff;
}
/*--header-end--*/
/*--banner-starts--*/
.banner1{
	background:url(images/goldengate.jpg) no-repeat center;

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner2{
	background:url(images/shanghai_2.jpg) no-repeat;

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner3{
	background:url(images/shanghai.jpg) no-repeat center;

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner4{
	background:url(images/sanfrancisco.jpg) no-repeat center;

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner5{
	background:url(images/hongkong.jpg) no-repeat center;

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top:93.5%;
	left: 81%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 32px;
  	width: 32px;
  	background: transparent url("../images/arrows.png") no-repeat left top;
	z-index: 2222;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 14%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 91.5%;
    z-index: 999;
    left: 0%;
    width: 100%;
    text-align: left;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 15px 0 15px 11.75%;
    margin-left: 0%;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	border:none;
	background:#fff;
}
.callbacks_here a:after{
	background:#3FA541;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-ends--*/
/*--header-starts--*/
/*-- sticky-nav --*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	border-bottom: 2px solid #3FA541;
	background:#fff;
}
.top-menu ul {
    padding: 0;
    background: #fff;
}
.top-menu ul li{
	display:inline-block;
	list-style:none;
	float: left;
}
.top-menu ul li a {
	color: #444;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
    padding: 13px 40px;
    font-family: 'Lato-Regular';
}
.top-menu ul li a:hover,.top-menu ul li a.active{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.top-menu ul li a.active{
	background: #3FA541;
}
.header-bottom {
	z-index: 999;
	margin-bottom: 50px;
}
.header-right {
    text-align: right;
	font-weight: bold;
	line-height: 2em;
    margin-top: 1%;
}
.header-right a{
	font-weight: bold;
	color: #3FA541;
}
nav a {
  display: block;
  padding: 0;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
	outline: none;
}
span.menu{
	display:none;
}
/*-- sticky-nav --*/
@media screen and (max-width: 768px) {
    span.menu{
	  display: block;
	  text-align: center;
	  padding: 5px 0px 0px 0px;
	  cursor: pointer;
	  color: #E74C3C;
	  font-size: 16px;
	  font-weight: 700;
	  position: relative;
	}
	.top-menu ul {
	  padding: 0;
	  margin: 0;
	  z-index: 999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	  top: 53px;
	  padding: 1.9em 0em 0em 0em;
	}
	ul.nav {
	  display: none;
	  padding: 0px;
	}
	.header-bottom {
		padding: 10px 0px;
	}
	.top-menu ul.nav li {
	    display: block;
	  text-align: center;
	  background: rgba(29, 29, 29, 1);
	  margin: 0;
	  width: 100%;
	}
	.fixed-header {
		position: relative;
	}
	.top-menu ul.nav li a {
	    font-size: 16px;
	  padding: 0.2em 0;
	  color: #fff;
	  display: block;
	}
	.top-menu ul li a.active{
	  color: #FFFFFF;
	}
}
/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3FA541;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--header-ends--*/
/*--help-starts--*/
.help-left {
    width: 50%;
    float: left;
    background: #3FA541;
    padding: 1.5em 0px;
    text-align: center;
	position:relative;
}
.help-right{
	width:85%;
	margin-right: 7.5%;
	float:right;
	background: rgba(63,165,65,.90);
    padding: 1.2em 10px;
    text-align: left;
	vertical-align: middle; 
}
.help-left h4{
	font-size:28px;
	color:#fff;
	margin:0;
}
.help-right h3{
	font-size:26px;
	color:#fff;
	margin:0;
}
.help-right p {
    font-size: 40px;
	font-weight: bold;
    line-height: 1.0em;
    margin-top: 0px;
    color: #fff;
    padding: 0 26px;
}
/*--help-ends--*/
/*--footer-starts--*/
.footer {
    padding: 0em 0;
    background: #3FA541;
	margin-top: 5px;
	min-height: 50px;
	margin-left: 7.5%;
	margin-right: 7.5%;
}
.footera {
    padding: 0em 0;
	background:url(../images/Sauna_banner.jpg) no-repeat;
	opacity: 0.5;
	margin-top: 5px;
	min-height: 200px;
	margin-left: 0%;
	margin-right: 0%;
}
.footer-left h3{
	font-size: 2em;
    margin: 0;
    color: #3FA541;
}
.footer-text{
	text-align:center;
	margin-top:2%;
}
.ftr-right p {
    font-size: 15px;
    color: #fff;
    margin-top: 0px;
}
.ftr-right p a{
	color:#fff;
}
.ftr-left{
	text-align:left;
}
.ftr-right{
	text-align:right;
}
/*--footer-ends--*/
/*--about-starts--*/
.team{
	padding:0em 0px;
	margin-bottom: 20px;
}
.team-top{
	text-align:center;
}
.team-left img{
	width:50%;
}
.team-bottom{
	margin-top:4%;
}
.team-left{
	position:relative;
}
.team-text {
    position: absolute;
    top: 63%;
    left: 10.2%;
    background: #fff;
    padding: 15px 0px;
    width: 80%;
    text-align: center;
}
.team-text p{
	font-size:16px;
	color:#999;
}
.about{
	padding:6em 0px;
}
.about-top{
	text-align:center;
}
.about-bottom{
	margin-top:4%;
}
.about-left img{
	width:100%;
}
.about-left p {
    font-size: 15px;
    color: #999;
    line-height: 1.8em;
    margin-top: 8px;
}
.about-left p:nth-child(3){
	margin-top:10px;
}
.about-box{
	margin-top:30px;
	margin-bottom:10px;
	background: #f5f5f5;
	padding: 10px;
	min-height: 100px;
}
.about-desc p {
	text-align: center;
	padding: 10px;
}
/*--about-end--*/
/*--services-starts--*/
.heading-about{
	margin:2%;
}
.service-box{
	margin:0%;
	background: #f5f5f5;
	padding: 10px;
}
.service-desc p {
	text-align: left;
	margin: 5%;
}
.service-desc ul {
	text-align: left;
	margin-left: 10%;
}
/* CSS3 STYLE GENERIC */
.service-icon img{
	width:15%;
	margin-top: -10px;
}
/*--services-end--*/
/*--contact-starts--*/
.contact{
	padding:6em 0px;
}
.col-lg-6 img{
	width: 100%;
	margin-bottom: 5%;
}
.col-lg-8 img{
	width: 100%;
	margin-bottom: 5%;
}
.some img{
	width: 34px;
	margin: 5px;
}
.col-lg-12 img{
	width: 100%;
	margin-bottom: 5%;
}
/*--contact-end--*/
/*--media-quaries-starts-here--*/
@media (max-width:1440px){
.header-left {
    width: 60%;
    float: left;
	margin-left: -20px;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
	min-height:400px;
}
.help-top {
    width: 42.625%;
    left: 28.7%;
}
.help {
    min-height: 395px;
}
.contact,.pages,.services,.service-bottom,.faq,.about,.team,.gallery {
    padding: 5em 0px;
}
.team{
    padding: 0em 0px;
}
.callbacks_tabs {
    top: 88.5%;
	padding: 15px 0 15px 8.75%;
}
.callbacks_nav.next {
    right: 9.5%;
}
.callbacks_nav {
    left: 84%;
}
.service-box{
	min-height:320px;
}
}
@media (max-width:1366px){
.header-left {
    width: 60%;
    float: left;
	margin-left: -20px;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 400px;
}
.callbacks_tabs {
    top: 85.5%;
    padding: 15px 0 15px 7%;
}
.callbacks_nav.next {
    right: 8%;
}
.callbacks_nav {
    left: 86%;
	top: 88.5%;
}
.help-top {
    width: 44.44%;
    left: 27.8%;
}
.help {
    min-height: 380px;
}
.about-bottom,.why-bottom,.team-bottom {
    margin-top: 3%;
}
.service-box{
	min-height:320px;
}
}
@media (max-width:1280px){
.header-left {
    width: 60%;
    float: left;
}
.header-left a h1 {
    padding: 22px 0em;
    width: 63%;
}
.callbacks_tabs {
    top: 85.5%;
    padding: 15px 0 15px 3.5%;
}
.callbacks_nav.next {
    right: 4%;
}
.callbacks_nav {
    left: 89%;
    top: 88.5%;
}
.top-menu ul li a {
    padding: 13px 30px;
}
.contact, .pages, .services, .service-bottom, .faq, .about, .team ,.gallery{
    padding: 4em 0px;
}
.team{
    padding: 0em 0px;
}
.header-right {
    margin-top: 1%;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 400px;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 2.7em;
}
.help {
    min-height: 350px;
}
.help-left {
    padding: 1.35em 0px;
}
.help-top {
    width: 48.1%;
    left: 26%;
}
.help-right{
	width:94%;
	margin-right: 3%;
}
.footer {
    padding: 0em 0;
	margin-left: 3%;
	margin-right: 3%;
}
.footer-left h3 {
    font-size: 1.85em;
}
.ftr-left h4 a {
    font-size: 2.15em;
}
.services-bottom {
    margin-top: 3%;
}
.ser-bottom {
    margin-top: 3%;
}

}
@media (max-width:1024px){
.header-left {
    width: 60%;
    float: left;
}
.header-left a h1 {
    padding: 20px 0em;
    width: 70%;
    font-size: 2.35em;
}
.callbacks_tabs {
    top: 85.5%;
    padding: 15px 0 15px 2.5%;
}
.callbacks_nav.next {
    right: 3%;
}
.callbacks_nav {
    top: 88.5%;
}
.view .mask, .view .content {
    width: 220px;
    height: 220px;
}
.about-left h4 {
    font-size: 14px;
}
.about-left p {
    font-size: 14px;
    margin-top: 5px;
}
.about-left p:nth-child(3) {
    margin-top: 5px;
}
.team-text h4 {
    font-size: 18px;
}
.team-text p {
    font-size: 15px;
}
.team-text {
    padding: 11px 0px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 1em 0;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 8px;
}
.contact-bottom input[type="text"],.contact-bottom textarea {
    padding: 12px 10px;
    font-size: 15px;
}
.contact-bottom textarea {
    height: 11.7em;
}
.contact, .pages, .services, .service-bottom, .faq, .about, .team,.gallery {
    padding: 3em 0px;
}
.team{
    padding: 0em 0px;
}
.header-right {
    margin-top: 1%;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 400px;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 2.2em;
}
.top-menu ul li a {
    font-size: 1.02em;
	padding: 13px 25px;
}
.help {
    min-height: 284px;
}
.help-left h4,.program-right h4 {
    font-size: 25px;
}
.help-left,.program-right {
    padding: 1.2em 0px;
}
.help-right h3,.program-left h3 {
    font-size: 25px;
}
.help-btm img {
    width: 57%;
}
.help-top {
    width: 56.95%;
    left: 21.5%;
}
.footer {
    padding: 0em 0;
	margin-left: 3%;
	margin-right: 3%;
}
.ftr-right p {
    font-size: 14px;
    margin-top: 12px;
}
.footer-left h3 {
    font-size: 1.8em;
}
.footer-left ul li a {
    font-size: 13px;
}
.service-top-in {
    padding:4em 0;
}
}
@media (max-width:768px){
.header-left {
    width: 80%;
    float: left;
	padding: 20px;
}
.services-left {
    width: 25%;
    float: left;
    padding: 5px;
}
.services-bottom {
    margin-top: 2%;
}
.service-top-in {
    padding: 3em 0;
}
.view .mask, .view .content {
    width: 170px;
    height: 170px;
}
.about-bottom, .why-bottom, .team-bottom {
    margin-top: 2%;
}
.about-left img {
    margin-top: 3%;
}
.col-md-6.why-left:nth-child(2){
	margin-top:3%;
}
.team-text h4 {
    font-size: 17px;
}
.team-text p {
    font-size: 13px;
}
.team-text {
    padding: 6px 0px;
}
.team-left {
    width: 25%;
    float: left;
    padding: 0 8px;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 5px;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
    padding: 10px 10px;
    font-size: 13px;
}
.contact-bottom textarea {
    height: 11em;
}
.header-right {
    margin-top: 1%;
    width: 40%;
    float: right;
}
.header-left a h1 {
    padding: 17px 0em;
    width: 65%;
    font-size: 2.1em;
}
.header-right ul li span {
    width: 31px;
    height: 31px;
    background-size: 400%;
}
.header-right ul li span.twitter {
    background-position: -31px 0px;
}
.header-right ul li span.google {
    background-position: -62px 0px;
}
.header-right ul li span.rss {
    background-position: -93px 0px;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 325px;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 2.1em;
}
.help,.program {
    min-height: 210px;
}
.help-left h4, .program-right h4 {
    font-size: 20px;
}
.help-left, .program-right {
    padding: 14px 0px;
	width: 45%;
}
.help-right h3,.program-left h3 {
    font-size: 21px;
}
.help-right,.program-left {
    width: 94%;
	margin-right: 3%;
}
.help-right p,.program-left p {
    font-size: 25px;
    line-height: 1.6em;
    padding: 0 9px;
}
.help-top {
    width: 57%;
}
.footer {
    padding: 0em 0;
}
.footer-left {
    margin-top: 3%;
}
.footer-left:nth-child(1){
	margin-top:0;
}
.footer {
    padding: 0em 0;
	margin-left: 3%;
	margin-right: 3%;
}
.footer-left ul {
    margin: 7px 0 0 0;
}
.footer-left h3 {
    font-size: 1.6em;
}
.ftr-left h4 a {
    font-size: 1.8em;
}
.ftr-left {
    width: 35%;
    float: left;
}
.ftr-right {
    width: 65%;
    float: right;
}
.footer-text {
    margin-top: 2%;
}
.callbacks_tabs {
    top: 84.2%;
    padding: 12px 0 12px 2.5%;
}
.callbacks_nav {
    top: 87.8%;
    left: 86%;
}
.service-box{
	min-height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
}
@media (max-width:640px){
.header-left {
    padding: 20px;
}
.header-left a h1 {
    padding: 20px 0em;
    font-size: 1.7em;
}
.callbacks_nav {
    height: 27px;
    width: 27px;
    background-size: 200%;
}
.callbacks_tabs {
    top: 83.5%;
    padding: 9px 0 9px 2.5%;
}
.callbacks_nav {
    top: 87.5%;
}
.services-left {
    width: 50%;
    padding: 0px 15px;
    margin: 10px 0;
}
.team-left {
    width: 50%;
    padding: 0 8px;
    margin-top: 16px;
}
h5.best {
    font-size: 1.2em;
}
.service-top-in {
    padding: 2.5em 0;
}
.team-text {
    padding: 14px 0px;
    top: 71%;
    left: 8.2%;
    width: 85%;
}
.view .mask, .view .content {
    width: 267px;
    height: 267px;
}
.contact-bottom input[type="text"] {
    width: 49.32%;
}
.contact, .pages, .services, .service-bottom, .faq, .about, .team,.gallery {
    padding: 2.5em 0px;
}
.team{
    padding: 0em 0px;
}
.header-right ul li {
    margin: 0 3px;
}
.header-right {
    margin-top: 1%;
}
.header-right ul li span {
    width: 28px;
    height: 28px;
}
.header-right ul li span.twitter {
    background-position: -28px 0px;
}
.header-right ul li span.google {
    background-position: -56px 0px;
}
.header-right ul li span.rss {
    background-position: -84px 0px;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 270px;
}
.help, .program {
    min-height: 175px;
}
.help-left, .program-right {
    padding: 10px 0px;
    width: 45%;
}
.help-left h4, .program-right h4 {
    font-size: 19px;
}
.help-right, .program-left {
    padding: 1em 0px;
    width: 94%;
	margin-right: 3%;	
}
.help-btm img {
    width: 65%;
}
.help-right h3, .program-left h3 {
    font-size: 19px;
}
.help-top {
    width: 65%;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 1.8em;
}
.footer {
    padding: 0em 0;
	margin-left: 3%;
	margin-right: 3%;
}
.footer-left h3 {
    font-size: 1.5em;
}
.ftr-right {
    padding: 0;
}
.ftr-left h4 a {
    font-size: 1.7em;
}
.service-box{
	min-height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
}
@media (max-width:480px){
.header-left {
    padding: 15px;
	width: 100%;
}
.top-menu ul.nav li a {
    font-size: 15px;
    padding: 0.2em 0;
}
.top-menu ul {
    top: 45px;
}
.callbacks_tabs {
    top: 80.5%;
	padding: 6px 0 6px 2.5%;
}
.callbacks_nav {
    top: 83.8%;
}
.callbacks_nav {
    left: 83%;
}
.service-top-in {
    padding: 2em 0;
}
.services-left {
    padding: 0px 10px;
}
.team-text {
    top: 60%;
    left: 8%;
}
.view .mask, .view .content {
    width: 197px;
    height: 197px;
}
.col-md-3.gallery-left {
    padding: 0 5px;
}
h1.head {
    font-size: 28px;
}
h2.head {
    font-size: 26px;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin: 0px 0 8px 0;
}
.contact-bottom input[type="text"] {
    width: 100%;
	margin: 0px 0 8px 0;
}
.contact-bottom textarea {
    height: 10em;
    margin: 0;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
    padding: 8px 10px;
    font-size: 12px;
}
.contact, .pages, .services, .service-bottom, .faq, .about, .team,.gallery {
    padding: 2em 0px;
}
.team{
    padding: 0em 0px;
}
.header-right ul li {
    margin: 0 1px;
}
.header-left a h1 {
    font-size: 1.5em;
}
.banner1,.banner2,.banner3,.banner4,.banner5{
    min-height: 200px;
}
span.menu {
    padding: 0;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 1.6em;
}
.help, .program {
    min-height: 130px;
}
.help-left h4, .program-right h4 {
    font-size: 16px;
}
.help-left, .program-right {
    padding: 8px 0px;
    width: 42%;
}
.help-left, .program-right {
    padding: 8px 0px;
    width: 35%;
}
.help-top {
    width: 75%;
    left: 12.5%;
}
.help-right p, .program-left p {
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 0px;
    margin-top: 2px;
}
.help-right, .program-left {
    padding: 11px 5px;
    width: 94%;
	margin-right: 3%;
}
.help-btm img {
    width: 75%;
}
.welcome-right h2, .heading h3, .heading h2 {
    font-size: 1.5em;
}
.footer {
    padding: 0em 0;
	margin-left: 3%;
	margin-right: 3%;
}
.footer-left {
    margin-top: 4%;
}
.ftr-left h4 a {
    font-size: 1.5em;
}
.ftr-left,.ftr-right {
    width: 100%;
    float: none;
    text-align: center;
}
.ftr-right{
	margin-top:2%;
}
.ftr-right p {
    font-size: 13px;
}
.footer-left ul li {
    margin: 0px 0px 7px 18px;
}
.header-right {
    padding: 0;
}
.service-box{
	min-height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
}
@media (max-width:320px){
.header-left {
    width: 100%;
    padding: 13px;
}
.header-right {
	width: 50%;
	margin-top: 1%;
}
.header-right ul li span {
    width: 22px;
    height: 22px;
}
.header-right ul li span.twitter {
    background-position: -22px 0px;
}
.header-right ul li span.google {
    background-position: -44px 0px;
}
.header-right ul li span.rss {
    background-position: -84px 0px;
}
.header-right ul li span.rss {
    background-position: -66px 0px;
}
.header-left a h1 {
    font-size: 1.2em;
    width: 90%;
    padding: 8px 0em;
}
.banner1,.banner2,.banner3,.banner4,.banner5 {
    min-height: 160px;
}
.help, .program {
    min-height: 85px;
}
.help-left h4, .program-right h4 {
    font-size: 13px;
}
.help-right h3, .program-left h3 {
    font-size: 16px;
}
.help-btm img {
    width: 85%;
}
.help-top {
    width: 84.9%;
    left: 7.5%;
}
.footer {
    padding: 0em 0;
}
.footer-left {
    padding: 0;
}
.footer-left h3 {
    font-size: 1.25em;
}
.footer-left ul li {
    margin: 0px 0px 4px 18px;
}
.ftr-left h4 a {
    font-size: 1.4em;
}
.footer-text {
    margin-top: 3%;
}
.contact, .pages, .services, .service-bottom, .faq, .about, .team,.gallery {
    padding: 1.5em 0px;
}
.team{
    padding: 0em 0px;
}
.contact-bottom {
    margin-top: 7%;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 6px 0;
}
.col-md-3.gallery-left {
    width: 50%;
}
.col-md-3.gallery-left:nth-child(3),.col-md-3.gallery-left:nth-child(4){
	margin-top:2%;
}
.about-left h4 {
    font-size: 13px;
}
.about-left {
    padding: 0;
}
.about-left p {
    font-size: 13px;
}
.team-left {
    width: 100%;
}
.team-text {
    top: 65%;
    left: 7.5%;
}
.services-left {
    padding: 0px 15px;
    width: 100%;
}
.view .mask, .view .content {
    width: 243px;
    height: 243px;
}
.service-top-in {
    padding: 1.5em 0;
}
.callbacks_nav {
    height: 23px;
    width: 23px;
}
.callbacks_tabs {
    top: 77.5%;
    padding: 0px 0px 11px 2.5%;
}
.callbacks_nav {
    left: 80%;
    top: 82.7%;
}
.callbacks_tabs a:after {
    height: 8px;
    width: 8px;
}
.top-menu ul.nav li a {
    font-size: 13px;
    padding: 7px 0;
}
.top-menu ul {
    top: 40px;
}
.help-right p, .program-left p {
    margin-top: 6px;
}
.service-box{
	min-height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
}
/*--media-quaries-starts-here--*/