@charset "utf-8";

.downloadbtn-spec{
	margin-left: 2em;
}

.hotproduct{
	margin-top:4em;
	text-align:center;
}
.hotproduct h2{
	color:#333333;
	text-align:center;
	font-size:2.4em;
	
}

.downbanner{
	background-color:#323A45;
	min-height:180px;
	position:relative;
}
.downbanner h6{
	font-size:1.2em;
}
.preview-des img{
	clear: both; 
	display: block; 
	margin:0 auto; 
	
	max-width:600px;
}

/* product-des2 */	
.product-des2{
	background:#f9f9f9;
	background-size:cover;
	min-height:300px;
	position:relative;
	margin-top:50px;
}
/* product-des */	
.product-des{
	background:#FFF;
	background-size:cover;
	min-height:300px;
	position:relative;
	margin-top:50px;
}
.des-item{
	margin-top:40px;
	padding-bottom:20px;
}
.des-item h3{
	color:#4b80d0;
	font-size:2em;
	margin-bottom:0.6em;
}
.des-item p{
	color:#333333;
	font-size:1.2em;
	font-weight:normal;
}
.des-item img{
	clear: both; 
	display: block; 
	margin:0 auto; 
	max-width:95%;
}
.des-item table{
	 font-size:1.2em;
	 color:#666666;
	 font-weight:100;
	 text-align:center;
}
.des-item table tr td{
	height:60px;
}
.des-item2{
	margin-top:40px;
	padding-bottom:20px;
}
.des-item2 h3{
	color:#4b80d0;
	font-size:2em;
	margin-bottom:0.6em;
}
.des-item2 p{
	color:#333333;
	font-size:1.2em;
}
.des-item2 img{
	clear: both; 
	display: block; 
	float:right;
	max-width:95%;
}
.des-item2 table{
	 font-size:1.2em;
	 color:#666666;
	 font-weight:100;
	 text-align:center;
}
.des-item2 table tr td{
	height:60px;
}
.lefttwoword{
	padding-left:20px;
}

.des-item3{
	margin-top:0px;
	padding-bottom:10px;
}
.des-item3 img{
	clear: both; 
	display: block; 
	float:left;
	max-width:100%;
}

.des-item4{
	margin-top:0px;
	padding-bottom:0px;
}
.des-item4 img{
	clear: both; 
	display: block; 
	margin:0 auto; 
	max-width:100%;
	text-align: center;
}
.des-item4 h3{
	text-align:center;
	color:#4b80d0;
	font-size:2em;
}
.des-item4 p{
	text-align:center;
	color:#333333;
	font-size:1.0em;
	font-weight:normal;
}

/* res-item-border */	
.res-item-border{
	border-width: 1px;
  border-style: dashed;
	border-color: #ababab;
	border-left:none;
	border-right:none;
	border-top:none;
}
.res-item-border h3{
	color:#4b80d0;
	font-size:2em;
	margin-bottom:0.6em;
}
.res-item-border p{
	color:#333333;
	font-size:1.0em;
}


/* res-item */	
.res-item{
	border-width: 1px;
  border-style: dashed;
	border-color: #ababab;
	border-left:none;
	border-right:none;
	border-top:none;
}
.res-item2{
	padding-top:40px;
	padding-bottom:10px;
	border-width: 1px;
  border-style: dashed;
	border-color: #ababab;
	border-left:none;
	border-right:none;
	border-top:none;
	background:#f6f6f6;
}
.res-item p{
	font-size:1em;
	color:#5a5a5a;
}

/* res-des-item */	
.res-des-item{
	padding-top:30px;
	padding-bottom:10px;

}
.res-des-item h2{
	color:#0b1f53;
	padding-top:10px;
	padding-bottom:5px;
}
.res-des-item h3{
	color:#4b80d0;
	padding-top:10px;
	padding-bottom:5px;
}
.res-des-item img{
	clear: both; 
	display: block; 
	margin:10px auto; 
	max-width:80%;
}
.res-des-item p{
	color:#555555;
	font-size:1em;
}

/* portfolio-item */
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-top:20px;
  margin-bottom: 40px;
  margin-left:10px;
  border: 2px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 2px solid #4f8db3;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.4em;
  text-transform: uppercase;
}
.portfolio-item .portfolio-project-name h4{
	color:#03C;
	font-weight:800;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
  margin-bottom:10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


/* product-des */	
.product-lefttips{
	position:relative;
	background:#FFF;
	margin-top:40px;
	padding-bottom:20px;
	background-size:cover;
	min-height:300px;
	border: 0px solid #FFF;
	-webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.product-lefttips img{
	clear: both; 
	display: block; 
	margin:0 auto; 
	max-width:80%;
}

/* portfolio-item2 */
.portfolio-item2 {
  position: relative;
  background: #FFF;
  margin-top:20px;
  margin-bottom: 40px;
  margin-left:10px;
  border: 2px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item2 .portfolio-image {
  overflow: hidden;
  text-align: left;
  position: relative;
  margin:0 auto; 
}
.portfolio-item2 .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item2:hover {
  border: 2px solid #4f8db3;
}
.portfolio-item2:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item2 ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: left;
  padding: 0;
}
.portfolio-item2 ul li {
  line-height: 28px;
}
.portfolio-item2 .portfolio-project-name {
  font-size: 1.4em;
  text-transform: uppercase;
}
.portfolio-item2 .portfolio-project-name h4{
	color:#03C;
	font-weight:800;
}
.portfolio-item2 .read-more {
  text-align: left;
  padding-top: 10px;
  margin-bottom:10px;
}
.portfolio-item2 .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item2 .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item2 .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item2 .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item2 .portfolio-info-fade ul li {
  text-align: left;
}
.portfolio-item2 .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item2:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*--screen-shots--*/
.screen-shots{
	padding:5em 0 0em 0;
	border-bottom:0px solid #9f9da4;
}
.screen-shots h3{
  color: #3464b5;
  text-align: center;
  font-size: 3.5em;
  margin-bottom: 1em;
  font-weight: 500;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {	
	cursor: pointer;
	position: relative;
	  width: 80%;
  margin: 0 5%;
}

.banner2{
	background: linear-gradient(to right, #fffcfb, #eff5fc, #f3eeff);
	background-size:cover;
	min-height:180px;
	position:relative;
}
.banner2 h1{
	color:#333333;
	font-size:3.0em;
}
.banner2 h6{
	color:#ffffff;
	font-size:1.3em;
}
.banner2 p{
	color:#555555;
	font-size:1.2em;
}
.hand {
	margin-top: 2em;;
}
.hand img{
	display: block; 
	margin:0 auto; 
	max-width:100%;
}



.questionlist{
	background:#FFF;
	background-size:cover;
	min-height:100px;
	position:relative;
	padding-top:20px;
	text-align: center;
}
.question-group{
	margin-top:8px;
	margin-bottom:0px;
	background:#ffffff;
	border:1px solid #cccccc;
}
.question-group-heading{
	text-align: left;
	height: 54px;
}
.question-group-heading button{
	text-align: left;
	width: 100%;
	height: 100%;
	background:#ffffff;
	border:0px solid #ffffff;
	color: #316cb4;
	font-size: 1.1em;
  font-weight: 500;
  background-image: url('../images/down.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size:contain;
  padding-right: 20px;
}
.question-group-heading button:focus{
	outline:none;
}
.question-group-heading button:hover{
	background-color:#f7f7f7;
}
.question-group-body{
	display:none;
	text-align: left;
	margin-left: 30px;
	margin-bottom:20px;
	margin-right:8px;
}
.question-group-body p{
	margin-top:8px;
	margin-bottom:8px;
	color: #333333;
	font-size:1.0em;
}