
body{
	font-family: 'Open Sans', sans-serif;
    border-top:3px solid #ddd;
/*    background:#f7f7f7;*/
	}
/*-- banner --*/
.banner{
	width:100%;
    position:relative;
/*    float:left*/
	}
.banner .container{
    position:relative;
}
.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 li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 84%;
	z-index: 998;
	left: 47%;
	padding: 0;
	margin: 0;
}
.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:16px;
  width:16px;
  display:inline-block;
  border:1px solid #ccc;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border:1px solid #f3bb37;
	background:#f3bb37;
}
.slide-text-info h1{
	font-weight: 400;
	text-transform: uppercase;
	padding: 0.4em 0em;
	margin: 0.4em 0 0.1em;
	display: inline-block;
}
.slide-text-info P{
	width: 66%;
}
/*----*/
.slide-btns{
	margin:0;
	padding:0;
}
.slide-btns a{
	display:inline-block;
}
.slide-btns a{
	text-decoration:none;
	color:#fff;
	border-radius:2px;
    font-size:18px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	padding:10px 20px;
	transition:0.3s all;
    margin-right:5px
}
.slide-btns a.startnow{
/*	background:#23B7A4;*/
    background:#f88b20;
	border:2px solid #f88b20;
}
.slide-btns a.startnow:hover{
	border:2px solid #f3bb37;
	background:#f3bb37;
    color:#333
}
.slide-btns i{
    margin-right:5px;
    font-size:110%;
    top:3px
}
/*----//slider----*/
.events {
  list-style: none;
}
.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 img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 15%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 42%;
    background:none
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 3%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 41px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 3%;
}
.callbacks_container .caption{
    position:absolute;
    top:60%;
    left:32%;
    z-index:998;
    background:none
}
/*=================*/
.logo{
	float:left;
/*	width:16%*/
	}
.logo img{
    max-width:100%
}
.logo h1{
	margin:0;
	}
.logo h1 a{
	color:#39c9da;
	font-size:35px;
	text-decoration:none;
	}
.logo h1 a:hover{
	text-decoration:none;
	}
.navigation{
	float:right;
    margin-top:18px
	}
/*-- menu --*/
.navigation span{
	display:none;
	}
/*-- //menu --*/
.navigation ul{
	margin:23px auto 0;
	padding:0;
	}
.navigation ul li {
	display:inline-block;
	margin:0 20px;
	}
.navigation ul li a{
	color: #333;
	text-decoration:none;
/*	font-weight:600;*/
	font-size:18px;
	}
.navigation ul li a:hover{
	color: #f86300;
	text-decoration:none;
	transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	-moz-transition: .2s all;
	}
.navigation ul li.index a{
    color:#fff;
    background:#f3bb37;
    padding:0 10px;
    border-radius:2px
}

.banner-info{
	position:absolute;
/*
	top:40%;
	left:45%
*/
    top:220%
	}
.banner-info img{
    max-width:100%
}
.banner-info h1{
	margin: 0 auto;
	color: white;
	font-weight: 700;
	width: 65%;
	line-height: 1.5em;
	font-size: 28px;
	text-align: center;
	}
.download {
	text-align: center;
	margin-top: 3em;
	}
.download a{
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding: 13px 30px;
		font-weight: 700;
		color: #ffffff;
		background: #39c9da;
		border-radius: 5px;
	}
.download a:hover{
	color:#39c9da;
	background:#4b4a4b;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
/*-- about-us --*/
.about-us {
	padding: 60px 0 40px;
	background:#fff;
	}
.about-info h2{
	margin: 0;
/*	text-align: center;*/
	font-size: 25px;
	font-weight: 600;
	color: #504f50;
	}
h2.title small{
    font-size:14px;
    color:#a8a8a8;
    margin-left:10px
}
.about-info  p{
	font-size:14px;
	text-align:center;
	margin: 18px auto 38px auto;
	color:#a8a8a8;
	width: 46%;
	}
span.para{
	display:block;
	padding:18px 0;
	}
.about-left img{
	width:100%;
	}
.about-right  h2{
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #504f50;
	padding-bottom: 14px;
	}
.about-left {
	padding-top: 3.5em;
	}
.border{
	width: 21%;
	background: #39c9da;
	padding: 1px;
	}
.about-right p{
	margin:0;
	padding-top:20px;
	color:#888;
	font-size:14px;
    line-height:180%
	}
.getstart a{
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding: 13px 30px;
		font-weight: 700;
		color: #ffffff;
		background: #39c9da;
		border-radius: 5px;
	}
.getstart a:hover{
	color:#39c9da;
	background:#4b4a4b;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
.getstart{
	margin-top:15px;
	}
/*-- portfolio --*/
.portfolio-image{
	border:1px solid #e8e8e8;
	margin-top: 40px;
    height:580px;
    overflow:hidden;
    background:#fafafa
	}
.portfolio-info  h2{
	margin: 0;
/*	text-align: center;*/
	font-size: 25px;
	font-weight: 600;
	color: #504f50;
	}
.portfolio-info  p{
	margin: 18px auto 0px auto;
	font-size:14px;
	text-align:center;
	color:#a8a8a8;
	width:46%;
	}
.portfolio{
	padding:50px 0;
	background:#f4f4f4;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	}

.port-img img{
	width:100%;
	position:relative;
	}
.port-img{
	position:relative;
	}
.caption{
	padding: 15px 8px;
	background:#fac13c;
	}
.caption ul{
	padding:0;
	margin:0;
	}
.caption ul li{
	display:inline-block;
	color:#504f50;
	font-weight:700;
	font-size:16px;
	}
span.right {
	color: #a8a8a8;
	padding-left: 146px;
	font-size:14px;
	}
span.left{
	padding-left:169px;
	color: #a8a8a8;
	font-size:14px;
	}
.desc{
		position: absolute;
		top: 47%;
		left: 30%;
		display:none;
	}
	.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.portfolio-image:hover div.desc {
	display:block;
	cursor:pointer;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
.desc a{
		color: #ffffff;
		border: 1px solid #ffffff;
		padding: 14px 33px;
		font-size: 700;
		font-size: 16px;
		font-weight: 700;
	}
.desc a:hover{
	text-decoration:none;
	color:#39c9da;
	border: 1px solid #39c9da;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
/*-- services --*/
.services {
	padding: 52px 0;
	background:#fff;
	}
.service-info h2 {
	margin: 0;
/*	text-align: center;*/
	font-size: 25px;
	font-weight: 600;
	color: #504f50;
	}
.service-info p {
	margin: 18px auto 34px auto;
	font-size: 14px;
	text-align: center;
	color: #a8a8a8;
	width:46%;
	}
.service-image{
	border:1px solid #e8e8e8;
	padding:20px;
	background:#ffffff;
	}
.ser-info{
    text-align:center
}
.ser-info h2{
	margin: 0;
	text-align: center;
	font-size: 22px;
	padding:15px 0;
	font-weight: 600;
	color: #504f50;
	}
.ser-info p{
	margin: 0;
	font-size: 14px;
	padding-top:12px;
	color: #504f50;
	text-align: center;
	}
	.service-image:hover{
/*		background:#39c9da;*/
        border:1px solid #39c9da;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
	}
	.service-image:hover div.more a{
		background:#fff;
		color:#000;
		text-decoration:none;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
	}
	.service-image:hover div.camera{
		background:url("../images/icons.png") no-repeat 0px -35px;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
	}
	.service-image:hover div.paint{
		background:url("../images/icons.png") no-repeat -41px -36px;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
		}
	.service-image:hover div.video{
		background:url("../images/icons.png") no-repeat -79px -33px;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
		}
	.service-image:hover div.web-design{
		background:url("../images/icons.png") no-repeat -117px -33px;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
		}
	.service-image:hover div.strip{
		background:#5c5959;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
		}
	.service-image:hover div.ser-info h2{
		color:#fff;
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;
		}
	.service-image:hover div.ser-info p{
/*		color:#fff;*/
		transition: .5s all;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		-ms-transition: .5s all;
		-moz-transition: .5s all;	
		}
.strip{
	background: #c2c2c2;
	padding: 1px;
	width: 40%;
	margin: 0 auto;
	}
.camera {
	background:url("../images/icons.png") no-repeat 0px 0px;
	width:40px;
	height:34px;
	display:block;
	margin:0 auto;
	}
.paint {
	background:url("../images/icons.png") no-repeat -41px -1px;
	width:40px;
	height:34px;
	display:block;
	margin:0 auto;
	}
.video {
	background:url("../images/icons.png") no-repeat -79px 0px;
	width:40px;
	height:34px;
	display:block;
	margin:0 auto;
	}
.web-design {
	background:url("../images/icons.png") no-repeat -117px 0px;
	width:40px;
	height:34px;
	display:block;
	margin:0 auto;
	}
.more a{
	background:#4b4a4b;
	padding:12px 25px;
	border-radius:4px;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
	}
.more{
	padding:24px 0 20px 0;
	}
/*-- contact-us --*/
.contact-us{
	padding:40px 0 100px;
	background:#f4f4f4;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	}
.contact-info  h2{
	margin: 0;
/*	text-align: center;*/
	font-size: 25px;
	font-weight: 600;
	color: #504f50;
	}
.contact-info  p{
	margin: 18px auto 38px auto;
	font-size:14px;
	text-align:center;
	color:#a8a8a8;
	width:46%;
	}
.contact-left h2{
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #504f50;
	padding-bottom:10px;
	}
.contact-left p{
	margin:0;
	font-size:14px;
	padding: 18px 0;
	color:#a8a8a8;
	}
.contact-left h3{
	margin: 0;
	padding-bottom:12px;
	font-size: 22px;
	font-weight: 600;
	color: #504f50;
	}
.contact-left ul{
	padding:0;
	margin:0;
	}
.contact-left ul li{
	list-style-type:none;
	display:block;
	color:#504f50;
	font-size:16px;
	line-height:1.8em;
	}
.contact-right input[type="text"]{
	width:46%;
	color:#c9c9c9;
	margin:0 19px 30px 0;
	padding:10px;
	outline:none;
	border:1px solid #e8e8e8;
	}
.contact-right textarea{
	width:96%;
	color:#c9c9c9;
	resize:none;
	height:42px;
	padding:10px;
	margin-bottom:25px;
	outline:none;
	border:1px solid #e8e8e8;
	}
textarea.text {
	height: 120px;
	}
.contact-right input[type=submit] {
	color: white;
	padding: 13px 43px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	margin-left: 23em;
	background: #39c9da;
	font-weight: 700;
	border-radius: 4px;
	border: none;
	}
.contact-right input[type=submit]:hover {
	background: #4b4a4b;
	color:#ffffff;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;	
	}
.contact-right img{
    max-width:100%
}
/*-- footer --*/
.footer{
	background:#f88b20;
	padding:50px 0
}
.footer p{
	color:#ffffff;
	font-size:14px;
	margin:0;
	text-align:center;
	}
.footer p a{
	color:#ffffff;
	font-size:14px;
	}
.footer p a:hover{
	color:#4b4a4b;
	text-decoration:none;
	}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 128px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.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 --*/
/*-- responsive media queries --*/
/*
@media(max-width:1440px){
	.banner-info {
		left:40%;
		}
	}
@media(max-width:1366px){
	.banner-info {
		left:40%;
		}
	}
@media(max-width:1280px){	
	.banner {
		background: url("../images/banner.jpg") no-repeat -55px 0px;
	}
	.banner-info {
		left: 35%;
	}
*/
@media(max-width:1024px){
	.banner {
/*		min-height:460px;*/
		}
	.banner-info {
/*		left: 30%;*/
		}
	.logo{
		width:20%;
		}
	.navigation{
/*		width:57%;*/
		}
    .navigation ul{
        margin:0 auto
    }
	.navigation ul li {
		margin:0 16px;
		}
	.desc {
		top: 46%;
		left: 26%;
		}
	span.right {
		padding-left: 79px;
		}
	span.left {
		padding-left: 103px;
		}
	.ser-info h2 {
		font-size: 21px;
		}
	.ser-info p {
		overflow:hidden;
		height:93px;
		}
    .ser-info img {
        max-width:100%
    }
	.border {
		width: 26%;
		}
	.contact-right input[type="text"] {
		margin: 0 15px 30px 0;
		}
	.contact-right input[type=submit] {
		margin-left: 17em;
		}
	.about-info p {
		margin: 18px auto 28px auto;
		}
	span.para {
		padding: 14px 0;
		overflow: hidden;
/*		height: 77px;*/
		}
	.about-right p {
		padding-top: 14px;
		}
	.getstart {
		margin-top: 23px;
		}
	.about-left {
		padding-top: 4.6em;
		}	
}
@media (max-width: 768px){
	.logo {
		width: 30%;
		}
	.navigation {
		width: 5%;
        margin-top:25px
		}
	span.menu {
		display: block!important;
		cursor: pointer;
		width: 100%;
		position: relative;
		}
	ul.nav1{
		display:none;
		background: rgba(0, 0, 0, 0.80);
		}
	.navigation ul li a{
		display:block;
		}
	.navigation ul {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 14%;
		left: 0%;
		width: 100%;
		z-index: 999;
		}
	.navigation ul.nav1 li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 26px 0;
		}
	.navigation ul li a:hover {
		color: #39c9da;
		}

	.banner {
/*		min-height:460px*/
		}
	.banner-info {
		left: 0%;
		top:220%;
		}
	.about-left{
		float:left;
		width:50%;
		padding-top:4.2em;
		}
	.about-right{
		float:right;
		width:50%;
		}
	.border {
		width: 21%;
		}
	.about-info p {
		width: 58%;
		}
	span.para{
		display:none;
		}
	.about-right h2 {
		font-size: 13px;
		}
	.portfolio-grid{
		float:left;
		width:33.3%;
		}
	.portfolio-info p {
		width: 58%;
		}
	.desc a {
		padding: 14px;
		}
	.desc {
		top: 44%;
		}
	.caption ul li {
		font-size: 12px;
		}
	span.right{
		font-size:12px;
		padding-left:33px;
		}
	span.left{
		font-size:12px;
		padding-left:53px;
		}
	.service-info p {
		width: 52%;
		margin: 18px auto 0px auto;
		}
	.service-grid {
		float: left;
		width: 50%;
		padding-top: 25px;
		}
	.more {
		padding: 6px 0 20px 0;
		}
	.contact-info p {
		width: 52%;
		}
	.contact-right input[type="text"] {
		margin: 28px 15px 30px 0;
		}
	.contact-right textarea {
		width: 95%;
		}
	.contact-right input[type=submit] {
		margin-left: 32em;
		}
    .navigation ul li a{
	color: #fff
	}
.navigation ul li a:hover{
	color: #f86300;
    }
}
@media (max-width: 640px){
	.logo{
		width:30%;
		}
	.navigation{
		width:6%;
		}
	.banner {
/*		background: url("../images/banner.jpg") no-repeat 0px 0px;*/
		}
	.banner-info h1 {
		font-size: 25px;
		}
	.about-info h2 {
		font-size:22px;
		}
	.about-info p {
		width: 68%;
		margin:18px auto;
		}
	.border {
		width: 22%;
		}
	.about-right h2 {
		font-size: 14px;
		overflow: hidden;
		height: 28px;
		line-height: 1.8em;
		}

	.about-right p {
		overflow:hidden;
/*		height:99px;*/
		}
	.portfolio-info p {
		width: 64%;
		}
	.portfolio-info p {
		margin: 18px auto 0px auto;
		}
	.portfolio-image {
		margin-top: 29px;
		}
	.desc a {
		padding: 9px;
		font-size:12px;
		}
	.desc {
		top: 42%;
		left:28%;
		}
	.download a {
		font-size: 12px;
		padding: 12px 22px;
		}
	.getstart a {
		font-size: 12px;
		padding: 12px 22px;
		}
	.caption ul li {
		font-size: 11px;
		}
	span.right {
		font-size: 10px;
		padding-left: 8px;
		}
	span.left {
		font-size: 11px;
		padding-left: 21px;
		}
	.service-info p {
		width: 63%;
		}
	.portfolio-info h2 {
		font-size:22px;
		}
	.service-info h2 {
		font-size:22px;
		}
	.more a {
		font-size: 12px;
		padding: 12px 22px;
		}
	.more{
		padding:20px 0;
		}
	.ser-info h2 {
		font-size: 18px;
		}
	.contact-info h2 {
		font-size:22px;
		}
	.contact-info p {
		width: 66%;
		margin: 18px auto 28px auto;
		}
	.contact-left h2 {
		font-size: 19px;
		}
	.contact-left h3 {
		font-size: 20px;
		}
	.contact-right input[type=submit] {
		padding: 12px 22px;
		font-size: 13px;
		margin-left: 34em;
		}
	
}
@media (max-width: 480px){
	.logo{
		width:31%;
		}
	.navigation{
		width:8%;
		margin-top:10px;
		}
	.navigation ul{
		top:8%;
		}
	.banner {
/*		min-height: 445px;*/
		}
	.banner-info {
		top: 220%
		}
	.banner-info h1 {
		font-size: 19px;
		}
	.download a {
		padding: 12px 14px;
		}
	.about-info h2 {
		font-size: 20px;
		}
	.about-info p {
		overflow: hidden;
		height: 42px;
		}
	.about-left {
		width: 100%;
		padding: 15px 0 22px 0;
		}
	.about-right {
		float: right;
		width: 100%;
		}
	.about-right h2 {
		font-size: 15px;
		overflow: hidden;
		height: 33px;
		}
	span.para {
		display: block;
		}
	.border {
		width: 26%;
		}
	.about-right p {
		overflow: hidden;
/*		height: 190px;*/
		}
	.getstart a {
		font-size: 12px;
		padding: 12px 14px;
		}
	.getstart {
		margin: 22px 0 16px 0;
		}
	.portfolio-info h2 {
		font-size: 20px;
		}
	.portfolio-info p {
		overflow: hidden;
		height: 42px;
		width: 68%;
		}
	.portfolio-grid {
		float: left;
		width: 50%;
		}
/*
	.portfolio-grid:nth-child(3) {
		display: none;
		}
*/
	.portfolio-image {
		margin-top: 28px;
		}
	.desc a {
		padding: 11px 13px;
		font-size: 14px;
		}
	.desc {
		top: 39%;
		left: 27%;
		}
	.caption ul li {
		font-size: 12px;
		}
	span.right {
		font-size: 12px;
		padding-left: 10px;
		}
	span.left {
		font-size: 12px;
		padding-left: 49px;
		}
	.portfolio-grids {
		padding-bottom: 0px;
		}
	.service-info h2 {
		font-size: 20px;
		}
	.service-info p {
		overflow: hidden;
		height: 42px;
		width: 68%;
		}
	.service-grid {
		float: left;
		width: 50%;
		margin: 0 auto;
		}
	.ser-info p {
		overflow: hidden;
		height: 77px;
		}
	.more {
		padding: 13px 0;
		}
	.more a {
		font-size: 12px;
		padding: 9px 13px;
		}
	.contact-info h2 {
		font-size: 20px;
		}
	.contact-info p {
		overflow: hidden;
		height: 42px;
		width: 68%;
		}
	.contact-left ul {
		padding-bottom: 18px;
		}
	.contact-right input[type="text"] {
		margin: 0px 0px 26px 0;
		width: 100%;
		}
	.contact-right textarea {
		width: 100%;
		}
	.contact-right input[type=submit] {
		margin-left: 24.7em;
		padding: 12px 15px;
		}
	.contact-left h2 {
		font-size: 18px;
		}
}
@media (max-width: 320px){
	.navigation{
		margin-top:29px;
		}
	.logo h1 a{
		font-size:28px;
		}
	.logo{
		width:40%;
		margin-top:16px;
		}
	.navigation ul{
		top:80%;
		}
	.navigation ul.nav1 li {
		padding: 13px 0;
		}
	.banner {
/*		min-height: 292px;*/
		}
	.banner-info {
		top: 220%;
		}
	.banner-info h1 {
		font-size: 14px;
		width:74%;
		}
	span.menu img {
		width: 78%;
		}
	.download{
		margin-top:2em;
		}
	.download a {
		padding: 11px 10px;
		}
	.about-info h2 {
		font-size: 18px;
		}
	.about-info p {
		width: 80%;
		}
	.border {
		width: 42%;
		}
	.about-right p {
		overflow: hidden;
/*		height: 118px;*/
		}
	.getstart a {
		padding: 11px 10px;
		}
	.portfolio-info h2 {
		font-size: 18px;
		}
	.portfolio-info p {
		width: 80%;
		}
	.portfolio-grid {
		float: none;
		width: 95%;
		margin: 0 auto;
		}
	.desc a {
		padding: 14px 20px;
		}
	.desc {
		top: 34%;
		left: 28%;
		}
	span.right {
		font-size: 13px;
		padding-left: 47px;
		}
	span.left {
		font-size: 13px;
		padding-left: 88px;
		}
	.service-info h2 {
		font-size: 18px;
		}
	.service-info p {
		width: 80%;
		}
	.service-grid {
		float: none;
		width: 95%;
		margin: 0 auto;
		}
	.more a {
		font-size: 13px;
		padding: 11px;
		}
	.contact-info h2 {
		font-size: 18px;
		}
	.contact-info p {
		width: 80%;
		}
	.contact-left p {
		overflow: hidden;
		height: 143px;
		}
	.contact-left h2 {
		font-size: 16px;
		}
	.contact-left h3 {
		padding-top:15px;
		}
	.contact-right input[type=submit] {
		margin-left: 12.4em;
		padding: 10px 15px;
		}
}
li{list-style:none}
a:focus{outline:none}
/*云课件login*/
#overlay,.mask, #registration,.dialog {
  opacity: 0;
  -webkit-transition: .5s;
          transition: .5s;
}

#overlay,.mask {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(26,53,71,.85);
  pointer-events: none;
  z-index:9999;
  display:none
    
}

#overlay.open,.mask.open {
  opacity: 1;
  pointer-events: auto;
  display:block
}

#registration,.dialog {
  position: relative;
  width: 330px;
  margin: 100px auto 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 12px rgba(15,27,39,.4);
  background: #fff;
  -webkit-transform: translateY(80%) scale(.9);
  -ms-transform: translateY(80%) scale(.9);
      transform: translateY(80%) scale(.9);
  -webkit-transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
          transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.open #registration,.open .dialog {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

#registration .close_dialog,.dialog .close_dialog {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 7px;
  top: 7px;
  text-indent: -9000px;
  background-image: url(../images/close.png);
}
.loginNav {
margin-top:30px
}
.login {
    padding: 15px
}
.login li .input {
    width: 100%;
    height: 46px;
    background: url(../images/loginicon.png) no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 50px;
    font: bold 16px/46px Tahoma;
    color: #888
}
.login li .input:focus {
    border: 1px solid #24AFE0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s
}
.login li .username {
    background-position: 0 0
}
.login li .psw {
    background-position: 0 -51px
}
.login li.errorInfo {
    color: #f00;
    text-align: center;
    height: 20px
}
.login li .label {
    margin-right: 10px
}
.login li .label input {
    vertical-align: middle
}
.login li .btn {
    width: 100%;
    line-height: 50px;
    background: #24afe0;
    border-radius: 5px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-family: "Microsoft Yahei";
    margin-top: 15px;
    padding:0
}
.login li .btn:hover {
    background: #2cbef2;
    -webkit-transition: all 0.3s;
            transition: all 0.3s
}
/*页面登录*/
.login_user{
    position:absolute;
    width:330px;
    top:130%;
    right:5%;
    background:rgba(227,247,252,.5);
    border:1px solid rgba(255,255,255,.2);
    border-radius:5px
}
@media(max-width:768px){
    .login_user{display:none}
    .callbacks_container .caption{left:0;width:100%}
    .slide-btns a{width:30%;font-size:14px;padding:5px 10px}
    .callbacks_tabs{display:none}
}
.margin-right-10{margin-right:10px}
.margin-bottom-20{margin-bottom:20px}
.margin-top-50{margin-top:50px}
.product_text{
    color:#666;
    min-height:220px;
    padding:10px;
    background:#fafafa;
    line-height:160%;
    font-size:14px
}
.orange{color:#f85d20}
.product_ma{
    padding:10px;
    border-top:1px dashed #ccc
}
.weixin{
    position: fixed;
	bottom: 190px;
	right: 1%;
    display:block;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	cursor:pointer;
	background: url("../images/weixin.png") no-repeat 0px 0px
}
a.weixin:hover{
    background-position:0 -31px
}
.weixin-ma{
    display:none;
    position:fixed;
    bottom:210px;
    right:3%;
    width:170px;
    height:181px;
    z-index:999;
    background:url(../images/weixin-ma.png) no-repeat
}