﻿body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: "Microsoft Yahei";
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

.anm5 a {
    display:block;
	width:170px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	border:1px solid #ffffff;
	background-color:#2B1871;
	border-radius:0px;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm5 a:hover{
    color:#fff;
	border:1px solid #333;
	background-color:#333;
}


body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
img {
    vertical-align: middle;
    /*width: 100%;*/
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
.m-2{ margin:20px 0;}
.m-4{ margin:40px 0;}
.mt-2{ margin-top:20px;}
.mt-4{ margin-top:40px;}
.mb-2{ margin-bottom:20px;}
.mb-4{ margin-bottom:40px;}
.pt-2{ padding-top:20px;}
.pb-2{ padding-bottom:20px;}
.f-l{ float:left}
.f-r{ float:right}


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*固定的悬浮窗*/
.rides-cs {  font-size: 12px; background:#ee8416; position: fixed; top: 250px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top:30px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px 2px; overflow:hidden;}
.rides-cs .floatR .cn {background:#fff; border-radius:6px;margin-top:4px; padding:5px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .tel { color: #777; line-height:20px; text-align:center; margin-top:10px;}
.rides-cs .tel span { color: #ee8416; font-size:16px; font-weight:bold;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(../images/shopnc.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: 8px 0;}
.rides-cs .btnCtn { background-position: 8px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}




/*-- header --*/
.header {
    padding: 0.6em 3em;
    background: #09347a;
}
.subscribe { margin:15px 0 0 15px}

.top_header ul {
	text-align: right;
}
.top_header ul li {
	display: inline-block
}
.top_header ul li a {
	text-transform: uppercase;
	color: #000; font-size:14px;
}
.top_header ul li:after {
  content: "/"; padding:0 5px
}
.top_header ul li:last-child:after {
	content: ""; display:none
}
.top_header ul li a:hover, .header_top_section .top_header ul li a:focus {
	color: #f28407;
	outline: none
}

/*电话*/
.top_tel { margin:18px 0 0;
	color: #444; font-size:15px;
}
.top_tel i{ font-size:28px; color:#f28407}
.top_tel span{ font-size:28px; color:#f28407}


.logo{ margin-top:8px;}

.fixedHeader{    position: fixed;
    z-index: 9999;
    background: linear-gradient(to left, #ee8416, #c73400);
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}

.navbg{ background: linear-gradient(to left, #ee8416, #c73400); padding:15px 0;}
.nav_ {
}
.nav_ ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_ ul:before,
.nav_ ul:after {
  content: "";
  display: table;
}
.nav_ ul:after {
  clear: both;
}
.nav_ ul > li {
  float: left;
  position: relative;
}
.nav_ a {
  display: block;
  padding: 10px 20px;
  line-height: 1.2em; font-size:15px;
  color: #fff;
}
.nav_ a:hover {
  text-decoration: none;
}
.nav_ li ul {
  background: #f28407;
}
.nav_ li ul li {
  width: 220px;
}
.nav_ li ul a {
  border: none;
}
.nav_ li ul a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.nav2 ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav2 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#f28407;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
}
.navbar-nav > li > a {
    margin: 0;
    padding:0 2.1em 0;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#ff9800;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
nav.navbar.navbar-default {
    background: none;
    padding:1em 0;
    z-index: 999;
    width: 100%;
}
.navbar-right {
    float: right !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #eee;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #eee;
}
.navbar-brand {
    height: 42px;
    padding: 0;
    font-size: 1.2em;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-brand span {
    color: #ff9800;
    border: 4px solid #eee;
    border-right: transparent;
    padding: 0px 0 0 10px;
}
.navbar-left {
    position: relative;
}

/* subscribe */
.subscribe{ float:right;}
.subscribe input[type="text"] {
    display: inline-block;
    background: transparent;
    border: none;
    border: 1px solid #ccc;
    outline: none;
    padding: .6em 0em .6em 1em;
    font-size: 1.1em;
    color: #000;
}
button.btn1 {
    color: #FFFFFF;
    font-size: 1.1em;
    border: none;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    background: #ff9800;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover {
    background: #2d3286;
}


/*--modal--*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin-bottom: .5em;
}
.modal-content h5 {
    color: #696969;
    padding-top: 15px;
    font-size: 22px;
}
.modal-content p{
    color: #636363;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: left;
    line-height: 25px;
    padding-top: 15px;
    text-transform: lowercase;
}
.modal-header {
    padding: 30px;
}
/*--//modal--*/



/*产品分类*/
.list { margin-bottom:20px;
}
.list h4{
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1em;
}
.list ul{
	list-style: none;
}
.list .on{ color:#30318d}
.list>ul>li{
	width: 100%;
	border-bottom: 1px solid #fff;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : left;
	background : #eee;
	padding: 10px 10px 10px 20px;
	border     : none;
	position   : relative;
	font-size  : 14px;
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background: #ed8417 !important;
}
.list-se>p a{
	color:#fff;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background  : #bbb;
	padding: 10px 10px 10px 20px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 30px;
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p a{
	color:#fff;
}
.list-se>li>p:hover{
	background  : #ed8417;
}


/* Common style */
h4.w3ls-title {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
	margin-bottom:1em;
}

.grid {
	position: relative;	
	overflow: hidden;
	margin: 0 10px 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer; border:1px solid #ccc;
} 
.grid img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}
.grid .figcaption {
	padding: 2em;
	color:rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.grid .figcaption,
.grid .figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}
.pro-title p{ line-height:25px; height:50px; margin-bottom:20px;overflow: hidden;
text-overflow: ellipsis;

}
.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
} 
.effect-apollo .figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.effect-apollo b {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 3em; font-size:14px;
    padding: 0 .5em;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
} 
.effect-apollo:hover img { 
    -webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	opacity: 0.4;
}
.effect-apollo:hover .figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.effect-apollo:hover b {
	opacity: 1; color:#000;
    border-right: 4px solid #000;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/* services */
div#services,div#about,div#team,div#stats,div#offers  {
    padding: 4em 0;
}
div#offers  { background:#fff;
    padding: 2.5em 0;
}
.grid1 i.fa {
    color: #eee;
    font-size: 30px;
    margin-bottom: .8em;
}
.grid1 h4 {
    color: #eee;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 0px;
}

/*-- about--*/
.about{
	position:relative;
	z-index: 1;
}


/*---------------------
   左侧
-----------------------*/
.left-sidebar {
	margin-bottom: 30px;
}
.left-sidebar > h4 {
	font-size: 25px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 20px;
}

.rc-product {
	border: 1px solid #e5e5e5; padding:20px 10px 10px 30px; line-height:32px;
}
.rc-product h4{ font-weight:bold; margin-bottom:10px;}
.rc-product i{ 
    font-weight:bold;
	color:#f28407; font-size:32px; margin-right:10px;
}
.rc-product span{ 
    font-weight:bold;
	color:#f28407
}
.rc-product a{ color:#444}

.rc-product-thumb {
	float: left;
	width: 30%;
}
.rc-product-content {
	float: left;
	padding: 5px 0;
	padding-left: 20px;
	width: 70%;
}
.rc-product-content > h6{
	margin-bottom:10px;
}
.rc-product-content > h6 a{
	color: #000;
	font-size: 16px;
}
.rc-product-content span{ font-size:12px;color: #777;}
.rc-product-review {
	font-size: 10px;
	color: #dcba00;
    margin-bottom: 5px;
}

.product-tag > ul > li {
	list-style: none;
	display: inline-block;
}
.product-tag > ul > li > a {
	background: #eee;
	border: none;
	color: #555;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 8px 0;
	padding: 4px 20px;
	text-transform: capitalize;
}
.product-tag > ul > li > a:hover{
    background: #ed8218;
    color: #fff;
}


/*底部*/
.footer {
    background: #000;
    padding: 3em 0;
}
.copyright ul li {
    list-style-type: none;
    display: inline-block;
}
.copyright {
    text-align: left;
}
.copyright h3 {
    text-align: left;
    color: #fff;
    font-size: 18px; font-weight:bold;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.copyright a {
    color: #fff;
    padding: 0 .5em 0 0;
    font-size: 14px;
}
.copyright a:hover { color:#f28407}
.copyright ul {
    padding-top: 1.5em;
}
.copyright p {
    margin-top: 2em;
    color: #eee;
    font-size: 14px;
}
.copyright p a {
    color: #ff9800;
}
.copyright p a:hover {
    color: #ffffff;
}


/************************************
内页
*************************************/
.ba1{ 
    background: url(../images/ba1.jpg) no-repeat center; 
	background-size:cover;
}
.ba2{ 
    background:url(../images/ba2.jpg) no-repeat center; 
	background-size:cover;
}
.ba3{ 
    background:url(../images/ba3.jpg) no-repeat center; 
	background-size:cover; 
}
.ba4{ 
    background:url(../images/ba4.jpg) no-repeat center; 
	background-size:cover; 
}
.ba5{ 
    background:url(../images/ba5.jpg) no-repeat center; 
	background-size:cover; 
}
.ba6{ 
    background:url(../images/ba6.jpg) no-repeat center; 
	background-size:cover; 
}

/*内页标题板块*/
.inner-title {
    background: #fff; 
	box-shadow: #eee 0px 5px 5px;
    padding: 25px 0 0;
}
.inner-title h2 {
    color: #000; font-weight:100; font-size:25px;
}
.breadcrumbs ul { float:right;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500
}
.breadcrumbs ul li {
    display: inline-block;
    color: #000 !important;
    margin: 0 5px 0 0
}

.breadcrumbs ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #313388;
    margin: 0 0 0 9px
}
.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
    content: "";
    margin: 0
}
.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
    color: #444 !important;
}
.breadcrumbs ul li a:hover {
    color: #f28407 !important;
    text-decoration: underline;
}

.con-title ul {
    float: left;
    margin-top: 30px; 
	font-size: 15px; padding:5px 0;
}
.con-title ul li {
    display: inline-block; margin-right:10px;
}
.con-title .on{ 
    color:#313388;
	background:#eee;
	padding:10px 20px;
}

/*--------------------------------
    产品详情页
--------------------------------*/
.pro-left{ background: linear-gradient(to top, #ee8416, #c73400); padding:15px 0;}
.pro-left h4{ text-align:center; font-size:25px; color:#fff; margin-bottom:0;}
.product-large-thumb {
    position: relative;
    overflow: hidden;
}
.easyzoom{ border:1px solid #eee}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*产品小图*/
.product-menu {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
}
.product-details-img  {
	padding: 0 25px;
}
.product-details-img img  {
	width: 100%;
}
.product-tab-menu .slick-arrow {
	position: absolute;
	border: 1px solid #e5e5e5;
    color: #e5e5e5;
    background: #fff;
    height: 28px;
    width: 22px;
    line-height: 26px;
	font-size: 18px;
    display: block;
	cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	z-index: 99;
}
.product-tab-menu .slick-next-btn.slick-arrow {
	left: auto;
    right: 0;
}
.product-tab-menu .slick-arrow:hover{
    color: #fff;
    border-color: #2f308d;
    background-color: #2f308d;
}
.product-tab-menu:hover .slick-arrow{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" 
}

/*产品说明*/
.description{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    display: block;
    padding: 0 0 10px 0;
    position: relative; border-bottom:1px solid #eee
}
.description:after {
    background: #2f308d;
    content: '';
    display: block;
    height: 2px;
    width: 70px; 
	position:relative;
	top:11px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*新闻*/
.news > ul > li {
	list-style: none;
	display: inline-block; 
	width:100%;
	background: #eee;
	margin: 0 5px 1px 0;
}
.news > ul > li > a {
	border: none;
	color: #555;
	display: inline-block;
	font-size: 13px;
	padding: 8px 20px;
	text-transform: capitalize;
	float:left; 
	width:70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news > ul > li > span{
	border: none;
	color: #555;
	font-size: 13px;
	padding: 8px 20px 0 0;
}
.news > ul > li:hover{
    background: #ed8218;
    color: #fff;
}
.news > ul > li > a:hover{
    color: #fff;
}

.categories ul li {
    list-style-type: none;
    font-size: 14px; border-bottom:1px solid #eee;
}

.categories ul li i {
    color: #313388; margin-right:10px
}

.categories ul li a {
    color: #555;
}

.categories ul li a:hover {
    color: #f28407 !important;
}

/*分页*/
.pagination__cell {
    font: 400 12px 'Lato',sans-serif;
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    padding-top: 9px;
}
.pagination .pagination__cell.active{  background: #f28407; color:#fff
}

/*联系我们*/
.tel{
    font-weight: bold;
    color: #f28407; margin-right:5px;
}

.single-location{ margin:20px 0}
.single-location .loc-icon{ font-size:18px; color:#f28407; margin-bottom:20px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


@media screen and (max-width: 1440px){
	.navbar-right {
		margin: .8em 0 0 23em;
	}
}
@media screen and (max-width: 1366px){
	.navbar-right {
		margin: .8em 0 0 1em;
	}
	.heading:before, .heading:after {
		left: 51%;
	}
	.heading:before {
		left: 38.65%;
	}
}
@media screen and (max-width: 1280px){
	img#sliderLeft{ display: none}
	img#sliderRight{ display: none}
	.navbar-right {
		margin: .8em 0 0 1em;
	}
	.mail, .social, .address, .contactimg {
		padding: 3em 3em;
		height: 14em !important;
	}
	.subscribe input[type="text"] {
		width: 76%;
	}
	.navbar-nav > li > a {
	  padding: 0 2.5em 0;
	}
  }
@media screen and (max-width: 1080px){
	.navbar-brand {
		font-size: 1em;
	}
	.navbar-right {
		margin: .8em 0 0 6em;
	}
	.navbar-nav > li > a {
		padding: 0 2.5em;
	}
	.services-grids-info.sgi,.services-grids-info.sgi1 {
		padding: 0;
	}
	.services .grid1 {
		padding: 2em 1.3em;
	}
	.mail, .social, .address, .contactimg {
		padding: 3em 2em;
	}
	.contact-form input[type="email"] {
		margin-bottom: 1.5em;
		margin: 0 1em;
	}
	.footer form {
		width: 95%;
	}
	.copyright p {
		font-size: 14px;
	}
	.copyright ul li a {
		font-size: 14px;
	}
	h3.heading {
		font-size: 36px;
	}
	.heading:before, .heading:after {
		left: 52.2%;
	}
	.heading:before {
		left: 37.65%;
	}
	.contact h4 {
		font-size: 21px;
		margin-bottom: .8em;
	}
	div#services, div#about, div#team, div#stats, div#offers {
		padding: 5em 0;
	}
	div#offers {
		padding: 4em 0 ;
	}
	.w3layouts_event_right {
		padding: 5em 5em;
	}
}
@media screen and (max-width: 1050px){
	iframe {
		height: 350px;
	}
	.subscribe input[type="text"] {
		width: 75%;
	}
}
@media screen and (max-width: 1024px){
	.logo img{ width:90%; margin-top:10px}
	.navbar-right {
		margin: 1em 0 0 0em;
	}
	.top_tel{ margin-top:25px;}
	.subscribe { margin:15px 0 0 15px}
	.subscribe input[type="text"] {
		width: 74%;
	}
	.subscribe h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 991px){
	.navbar-brand {
		font-size: .9em;
	}
	.navbar-nav > li > a {
	  padding: 0 1.5em 0;
	}
	.services-grids-info.sgi, .services-grids-info {
		padding: 0;
		width: 50%;
		float: left;
	}
	.services-grids-info.sgi1{
		width: 100%;
		float: none;
	}
	.serviceslefttop .col-md-4 ,.servicesleftbottom .col-md-4 {
		width: 33.33%;
		float: left;
	}
}
@media screen and (max-width: 900px){
	.subscribe{ margin-top:25px;}
	.navbar-nav > li > a {
    padding: 0 1.5em; color:#fff; line-height:30px;
	}
	.navbar-nav > li > a:hover{ color:#ef8517}
}

@media screen and (max-width: 768px){
	img#sliderLeft{ display: none}
	img#sliderRight{ display: none}
	.services-grids-info.sgi,.services-grids-info.sgi1, .services-grids-info {
		padding: 0 2em;
		width: 100%;
		float: left;
		margin-bottom: 2em;
	}
	.services-grids-info.sgi1 {
		margin-bottom: 0;
	}
	.services-grids-info img {
		width: 100%;
		height: 430px;
	}
	.servicesleft h4 {
		font-size: 20px;
	}
	.grid1 h4 {
		font-size: 17px;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 100%;
	}
	.top_tel{ display:none}
	.navbar-right {
		margin: .5em 0 0 0em; float:right
	}
	.top_header ul{}
	h3.heading {
		font-size: 32px;
	}
	.inner_w3l_agile_grids {
		margin-top: 0em;
	}
}
@media screen and (max-width: 736px){
	.navbar-default .navbar-toggle {
		border-color: #fff; float:right;
		background: #ed8516;
	}
	.navbar-toggle {
		margin-top: 15px;
		margin-right: 5px;
		margin-bottom: 0px;
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ff9800;
	}
	.navbar-nav {
		text-align: center;
		margin: 0;
	}
	.navbar-right {
		padding: 1em 0;
		margin: 0;
		width: 100%;
		background: #;
	}
	.nav_ {
	  margin-bottom: 30px;
	}
	.nav_ ul {
	  *zoom: 1;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.nav_ ul:before,
	.nav_ ul:after {
	  content: "";
	  display: table;
	}
	.nav_ ul:after {
	  clear: both;
	}
	.nav_ ul > li { text-align:center; width:100%;
	  position: relative;
	}

	.navbar-default .navbar-nav > li > a {
		margin: 1em 0;
	}
	.agileits-social.top_content {
		margin: .5em 0!important;
		float: right;
		position: absolute;
		left: 46%;
		top: 26%;
	}
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;z-index: 9999; background:#fff
	}
	div#services, div#about, div#team, div#stats, div#offers {
		padding: 2em 0;
	}
	div#offers {
		padding: 2em 0;
	}
	.pro_none{ display:none}
}
@media screen and (max-width: 667px){
	.logo img{ width:60%; float:left; margin-left:10px;}
	.subscribe{ display:none}
	.top_tel,.top_header{ display:none}
	img#sliderLeft{ display: none}
	img#sliderRight{ display: none}
	.pro_none{ display:none}
}
@media screen and (max-width: 640px){
	.navbg{ background:none; padding:0}
	.navbar-nav > li > a {
    padding: 0 1.5em; color:#444; line-height:30px;
	}
	.navbar-nav > li > a:hover{ color:#ef8517}
	.subscribe{ display:none}
	.readmore-w3 a {
		font-size: 14px;
		padding: 8px 25px;
	}
	.banner-right-agileits{ padding:2em}
	.serviceslefttop .col-md-4, .servicesleftbottom .col-md-4 {
		padding: 0 5px;
	}
	.pro_none{ display:none}
	.navbar-toggle{ margin-right:20px}


}
@media screen and (max-width: 568px){
	.navbg{ display:}
	.header_top_section{ display:none}
	.subscribe{ display:none}
	.navbar-brand {
		font-size: .8em;
	}
	.grid1 h4 {
		font-size: 15px;
	}
	.grid1 i.fa {
		font-size: 27px;
		margin-bottom: .4em;
	}
}
@media screen and (max-width: 480px){
	.navbg{ display:}
	.logo img{ width:80%; float:left;}
	.header_top_section{ display:none}
	.subscribe{ display:none}
	nav.navbar.navbar-default {
		padding: 1em;
	}
	.servicesleft h4 {
		font-size: 19px;
		padding-left: 0px;
	}
	.grid1 h4 {
		font-size: 15px;
	}
	.subscribe input[type="text"] {
		width: 69%;
	}
	.copyright {
		padding: 0 1em;
	}
	.copyright p {
		line-height: 28px;
	}
	.serviceslefttop {
		margin-bottom: 0em;
	}
	.navbar-toggle{ margin-right:0px}
}
@media screen and (max-width: 414px){
	.navbg{ display:}
	.header_top_section{ display:none}
	.subscribe{ display:none}
	.navbar-brand {
		font-size: .75em;
	}
	div#services, div#about, div#team, div#stats, div#offers {
		padding: 3em 0;
	}
	div#offers {
		padding: 2em 0;
	}
}
@media screen and (max-width: 384px){
	.navbg{ display:}
	.header_top_section{ display:none}
	.subscribe{ display:none}
	.navbar-toggle {
		margin-top: 60px;
	}
	.agileits-social.top_content {
		left: 68%;
		top: 18%;
	}
	.subscribe input[type="text"] {
		width: 66%;
	}
	button.btn1 {
		font-size: 1em;
	}
	.contact h4 {
		font-size: 19px;
	}
	.copyright ul li {
		margin: .5em 0;
	}
	.services-grids-info.sgi, .services-grids-info.sgi1, .services-grids-info {
		padding: 0 1em;
	}
	.services-grids ul li a {
		letter-spacing: .5px;
	}
	h3.heading {
		font-size: 25px; text-align:center; margin-bottom:0px;
	}
}
@media screen and (max-width: 320px){
	.navbg{ display:}
	.logo img{ width:70%; float:left;}
	.header_top_section{ display:none}
	.subscribe{ display:none}
	.agileits-social.top_content {
		left: 10%;
		top:72%;
	}
	.navbar-toggle {
		margin-top: 0px;
	}
	.services-grids-info.sgi, .services-grids-info.sgi1, .services-grids-info {
		padding: 0 .5em;
	}
	.w3_agileits-tabgrid1.agile-text img{ width:80%}
	.services-grids ul li a {
		letter-spacing: .5px;
		font-size: .9em;
		padding-left: 8px;
	}
	.subscribe input[type="text"] {
		width: 95%;
	}
	button.btn1 {
		padding: .7em 6.65em;
	}
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}
@media screen and (max-width: 320px){
	
}

/* responsive design */