@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	color: #666;
	font-family: 'Open Sans',sans-serif !important;
	margin: 0px;
	padding: 0px;
	}
	
* {
	margin:  0px;
	padding: 0px;
	}

a {
	text-decoration: none;
	color: #333;
	}

li {
	list-style: none;
	}

p {
		font-size: 12px;
		color: #999;
		}

h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	color: #333;
	font-weight: normal;
	}
	
.container {
	max-width: 960px;
	height:auto;
	padding: 0px 20px;
	}
	
.hadder {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #fff;
	background: #fff;
	position: relative;
	z-index: 99;
	
	

	}
	
.logo {
	margin-top: 30px;
	}

	
.top20 {
	margin-top: 20px;
	}
	
	
	/*	Bootstrap class edit     */
	
.dropdown-submenu > a:after {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/arrow_menu.png') no-repeat;
	width: 12px;
	height: 8px;
	margin-top: -24px !important;
	margin-left: 93px;
	border: none !important;
	}
	
.navbar .nav > li > a {
	padding: 41px 19px;
	border-top: 3px solid #FFF;
	font-size: 15px;
	color: #888;
	outline: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	}
	
.navbar .nav > li > a p {
	margin-bottom: 0px;
	font-weight: normal;
	}
.navbar .nav > li > a:hover {
	color: #b6b6b6;
	border-top: 3px solid #b6b6b6;
	}
	
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	box-shadow: 0px 0px 0px #fff;
	color: #F4921E;
	border-top: 3px solid #F4921E;
	}
.open {
	position: relative;
	transition: all 1s ease 0s;
	}
/*.dropdown-menu {
	transition: all 0.2s ease-in-out 0s;
	}*/
a, a:hover {
	transition: all 1s ease 0s;
	}
.open > .dropdown-menu {
	display: none !important;
	transition: all 0.6s ease 0s;
	
	}
.open:hover > .dropdown-menu {
	transition: all 0.6s ease 0s;
	display: block !important;
	margin-top: -1px;
	}
.nav-pills .dropdown-menu {
	-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
	
	border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;

	border-color: #ccc;
	float:left;
	margin-top: 0px !important;
	
	padding: 0px;
	
	box-shadow: 0 0px 0px rgba(255, 255, 255, 0.2) !important;
	}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
	}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	
	
/*	-moz-box-shadow: 0 0 2px #333;
-webkit-box-shadow: 0 0 2px#333;
box-shadow: 0 0 2px #333;*/
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #F08E1C;
	
	background: rgb(244,148,30);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNDk0MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWE4MjE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  rgba(244,148,30,1) 0%, rgba(234,130,25,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(244,148,30,1)), color-stop(100%,rgba(234,130,25,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(244,148,30,1) 0%,rgba(234,130,25,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(244,148,30,1) 0%,rgba(234,130,25,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(244,148,30,1) 0%,rgba(234,130,25,1) 100%);
background: radial-gradient(ellipse at center,  rgba(244,148,30,1) 0%,rgba(234,130,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4941e', endColorstr='#ea8219',GradientType=1 );

	
	}
 .dropdown-submenu:hover > a {
	background-color: transparent !important;
	background-image: none;
	}
	
.dropdown-menu li > a {
	/*background: #EAEAEA;*/
	padding: 10px 20px;
	border: none;
	border-bottom: 1px solid #777;

	}
.dropdown-menu li > a:hover {
	
	}
.dropdown-menu li {
	/*border-top: 1px solid #eee ;*/
	/*border-bottom: 1px solid #e0e0e0;*/
	/*padding: 10px 10px;*/
	}
.dropdown-menu li:first-child {
	border-top: none;
	border-top: 5px solid #F4921E !important;
	}

.dropdown-menu li:first-child a{
    border-top: 0 !important;
}
.dropdown-menu li:last-child a{
    border-bottom: 0 !important;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #F4921E;
	}
	
.navbar {
	margin-bottom: 0px !important;
	}
.m-bc {
	background: #f6f6f6;
	position: relative;
	z-index: 3000;
	}
	
.navbar-inner {
	background: none;
	background-image: none;
	box-shadow: 0px 0px 0px #fff;
	border: none;
	border-radius: 0px;
	padding: 0px !important;
	}
	
.nav-tabs > li > a, .nav-pills > li > a {
	margin-right: 0px;
	border-radius: 0px;
	margin-top: 0px;
	}
	
.nav-tabs > li {
	width: 33.3%;
	}
.services-tab > li {
	width: 16.6%;
	}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
	border-color: transparent;
	}

.nav-pills a p{
    margin-top: 5px;
}
.tab-pane img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px 20px 20px 0px;
	}
	
.dropdown-submenu > a:after {
	margin-top: 3px;
	}
	
.dropdown-submenu > .dropdown-menu {
	left: 19px;
	top: 100px;
	background-color: #444 !important;
	border: none !important;
	}
	
.dropdown-menu li a {
	color: #CCC;
	}
	
.dropdown-submenu > a:after {
	float: left;
	}

	/*	 End Bootstrap class edit     */
	
	
	
	/*        Slider          */
	
	
.slider {
	width: 100%;
	height: 500px;
	background: #eee;
	border-top: 6px solid rgba(255,255,255,0.5);
	border-bottom: 5px solid rgba(255,255,255,0.5);
	
	}
	
	
.step {
	width: 100%;
	position: relative;
	}

.step:not(.active) {
	opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
	}
.step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
	}


.jms-slideshow {
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	position: relative;
	width: 80%;
	max-width: 100%;
	min-width: 100%;
	margin: 20px auto;
	height: 460px;
}
.jms-wrapper {
	width: auto;
	min-width: 100%;
	height: 440px;
	/*background-color: #fff;*/
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;*/
}
/*.color-1 {
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.color-2 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-3 {
	background-color: #EED9C0;
	background-color: rgba(238, 217, 192, 1);
}
.color-4 {
	background-color: #DFEBB1;
	background-color: rgba(223, 235, 177, 1);
}
.color-5{
	background-color: #C1E6E5;
	background-color: rgba(193, 230, 229, 1);
}*/
.step {	
	min-width: 900px;
    height: 420px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	margin: 0px 370px 0px 20px;
	position: relative;
	clear: both;
}
.step h3{
	color: #333;
	font-size: 52px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0;
	padding: 60px 0 10px 0;
}
.step p {
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	font-weight: normal;
	position: relative;
	margin: 0;
	line-height: 40px;
}

.jms-content p{
    color: #333333;
    font-size: 34px !important;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px !important;
    max-width: 500px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a.jms-link{
	color: #fff;
	text-transform: uppercase;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 40px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: 0px;
	top: 30px;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/images/arrow_left.png') no-repeat 50% 50%;
	left: -10px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/images/arrow_right.png') no-repeat 50% 50%;
	right: -10px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}

		/*        Slider          */
		
		
.content-st {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0px;
	padding-bottom: 40px;
	border-bottom: 1px solid #EDEDED;
	}
	
.content-st h2 {
	font-size:22px;
	color: #333;
	font-weight: 700;
	margin-bottom: 0px;
	}
	
.content-st h5 {
	font-size: 17px;
	color: #666;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	}
	
.content-nd {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 30px;
	}
	
.item-box {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0px;
	}

.item-box-icon {
	width: 68px;
	height: 68px;
	margin: 0px auto;
	margin-bottom: 8px;
	}

.desktop {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/desktop.png') no-repeat;
	width: 48px;
	height: 48px;
	}

.mbl {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/mbl.png') no-repeat;
	width: 48px;
	height: 48px;
	}

.earth {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/earth.png') no-repeat;
	width: 48px;
	height: 48px;
	}
	
.item-box h4 {
	font-size: 18px;
	color: #333;
	}
.item-box p {
	margin-bottom: 20px;
	}
	
a.readmore {
	padding: 5px 10px;
	margin: 0px auto;
	margin-top: 10px !important;
	text-decoration: none;
	color: #fff;
	border: 1px solid #E87B00;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(255,183,102);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjQ5MjFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,183,102,1) 0%, rgba(244,146,30,1) 7%, rgba(244,146,30,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,102,1)), color-stop(7%,rgba(244,146,30,1)), color-stop(100%,rgba(244,146,30,1)));
background: -webkit-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: -o-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: linear-gradient(to bottom,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb766', endColorstr='#f4921e',GradientType=0 );

	}
	
a.readmore:hover {
	color: #f4921e;
	border: 1px solid #CCC;
	
	background: rgb(249,252,247);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmNmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY5ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1)));
background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 );

	}
	
.latest-pro {
	width: 100%;
	height: auto;
	}
	
.latest-pro h2 {
	font-size: 22px;
	color: #333;
	text-transform:uppercase;
	}
	

.product-box {
	width: 100%;
	height:auto;
	text-align: center;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 20px;
	}
	
.product-box img {
	padding: 4px;
	width: 97%;
	
	-moz-box-shadow: 0 0 1px #CCC;
	-webkit-box-shadow: 0 0 1px#CCC;
	box-shadow: 0 0 1px #CCC;
	}
.product-box h4 {
	font-size:18px;
	color: #333;
	margin-bottom: 0px;
	}
	
.product-box p {
	margin-top: 0px;
	}
	
.get-quote {
	width: 96%;
	height: 80px;
	border: 1px solid #ededed;
	padding: 10px 20px;
	float: left;
	}
	
.quote-content {
	width: 100%;
	height: auto;
	}
	
.quote-content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 27px;
	}
	
.quote-content p {
	color: #999;
	font-size: 12px;
	}
	
	
	
a.getread {
	padding: 8px 16px;
	margin-left: 0px;
	float: left;
	margin-top: 25px !important;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #E87B00;
	text-transform:uppercase;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(255,183,102);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjQ5MjFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,183,102,1) 0%, rgba(244,146,30,1) 7%, rgba(244,146,30,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,102,1)), color-stop(7%,rgba(244,146,30,1)), color-stop(100%,rgba(244,146,30,1)));
background: -webkit-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: -o-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
background: linear-gradient(to bottom,  rgba(255,183,102,1) 0%,rgba(244,146,30,1) 7%,rgba(244,146,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb766', endColorstr='#f4921e',GradientType=0 );

	}
	
a.getread:hover {
	color: #f4921e;
	border: 1px solid #CCC;
	
	background: rgb(249,252,247);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmNmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY5ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1)));
background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 );

	}
	
.l-blog {
	width: 100%;
	height: auto;
	}
	
.l-blog h2 {
	font-size: 22px;
	color: #000;
	}
	
	



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; height: 150px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides-b > li {display: none; -webkit-backface-visibility: hidden; height: 200px !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height: 150px; padding: 4px; width: 97%;
	
	-moz-box-shadow: 0 0 1px #CCC;
	-webkit-box-shadow: 0 0 1px#CCC;
	box-shadow: 0 0 1px #CCC; }
.flexslider .slides-b img {width: 100%; display: block; height: 200px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 15px; /*background: #fff; border: 4px solid #fff;*/ position: relative;/* -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -10px 0 0; display: block; background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/bg_direction_nav.png') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

		/*		End Flex Slider		*/
		
	
.nevo-featured {
	width: 100%;
	height: auto;
	float: left;
	}
	
.nevo-featured h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	}
.featured-img {
	width: 100%;
	}

.featured-img img {
	margin-bottom: 8px;
	height: 150px;
	padding: 4px; 
	width: 94%;
	
	-moz-box-shadow: 0 0 1px #CCC;
	-webkit-box-shadow: 0 0 1px#CCC;
	box-shadow: 0 0 1px #CCC;
	
	}
	
.nevo-featured p {
	font-size: 12px;
	float: left;
	} 
.nevo-featured p a {
	color: #666;
	} 
	
.nevo-featured ul {
/*	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;*/
	}
	
.nevo-featured li {
	/*list-style: none;
	float: left;
	padding: 0px 8px;
	height: 14px;
	border-right: 1px solid #999;
	line-height: 15px;*/
	}
.nevo-featured li:last-child {
	border-right: none;
	}
	
.meta {
	font-size: 11px;
	color: #999;
	width: 100%;
	margin: 0px;
	margin-bottom: 15px;
	float: left;
	}

.meta a {
	color: #333;
	}
	
.meta li {
	float: left;
	width: 50%;
	}	
	
	

ul.clients {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	}	
	
ul.clients li {
	
	font-size: 12px;
	color: #333;
	/*padding: 10px;*/
	width: auto;
	height: auto;
	}
.clients-comment {
	background-color: #f6f6f6;
	padding: 20px;
	}
	
.clients-comment-2 {
	background-color: transparent;
	border: 1px solid #EDEDED;
	padding: 20px;
	z-index: 9;
	
	}
	
.clients-comment p {
	margin: 0px;
	padding: 0px;
	}
.clientr {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/client-arrow.png') no-repeat 30px 0px;
	background-color: transparent;
	width: 100%;
	height: auto;
	padding-top: 30px;
	margin-top: -1px;
	z-index: 11;
	position: relative;
	}
.clientr img {
	margin-right: 10px;
	float: left;
	}
	
.clientr-2 {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/client-arrow-2.png') no-repeat 30px 0px;
	background-color: transparent;
	width: 100%;
	height: auto;
	padding-top: 30px;
	margin-top: -1px;
	z-index: 11;
	position: relative;
	}
.clientr img {
	margin-right: 10px;
	float: left;
	}
	
.clientr h4 {
	font-size: 15px;
	color: #333;
	margin-bottom: 7px;
	float: left;
	}
	
.clientr p {
	font-size: 11px;
	color: #999;
	line-height: 45px;
	}	

.testimonials {
	width: 100%;
	height: auto;
	margin-top: 20px;
	}
	
.testimonials h2 {
	font-size: 22px;
	color: #000;
	margin-bottom: 14px;
	margin-top: 0px;
	line-height: 27px;
	}
	
	
	
	


.lt-ie8 .elastislide-list {
	display: none;
	
}

.elastislide-list {
	width: 59% !important;
	}

@media screen and (max-width: 690px) {
	.codrops-demos {
		float: left;
		clear: both;
	}
}

/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	/*background-color: #fff;*/
	margin: 0 auto;
	min-height: 60px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
}

.elastislide-wrapper.elastislide-loading {
	background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	/*padding: 10px 40px;*/
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	margin-right: 10px;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/zoom-icon.png') no-repeat center center #000;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	/*display: block;*/
	width: 100%;
	height: 150px;
	/*height: 154px;*/
}

.elastislide-list li {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/zoom-icon.png') no-repeat center center #000 transparent;
	width: 100%;
	height: 150px;
	}
.elastislide-list li a:hover {
	
	opacity: 0.4;
	}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/nav.png') no-repeat 4px 3px;
	width: 30px;
	height: 30px;
	/*border-radius: 50%;*/
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.5;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 0px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -18px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 0px;
	left: auto;
	background-position: 0px -2px;
}
.elastislide-prev {
	/*left: 2px;*/
	background-position: -4px -38px !important;

	}
.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

/* Custom Elastislide Styling */

	
ul.clients2 {
	max-height: 100px !important;
	}
	
.clients2 li {
	background: none !important;
	
	margin-top: 12px !important;
	}
.clients2 li a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 100p
	width: 220px !important;
	height: 78px !important;
	border: 1px solid #d0d0d0;
	}
	
.clients2 li a img {
	width: auto !important;
	height: auto !important;
	padding: 20px 50px !important;
	}
	
	
	
.btm40 {
	margin-bottom: 40px;
	}
	
.o-clients {
	width: 100%;
	height: auto;
	}
	
.o-clients h2 {
	font-size: 22px;
	color: #000;
	margin-top: 0px;
	line-height: 27px;
	}
	
/*	     Footer       */
	
	#footer {
	background: #363839;
   /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
    clear: both;
    color: #4F4F4F;
    /*padding: 20px 50px;*/
	float: left;
	width: 100%;
	height: auto;
	border-top: 8px solid #ebebeb;
		}
		
	#footer-logo {
	
    height: 38px;
    line-height: 600px;
    margin-bottom: 0.75em;
    overflow: hidden;
    width: 212px;
	margin-bottom: 10px;
	margin-top: 15px;
		}
	#footer p {
		color: #b1b1b1;
		}
	#footer h3 {
		color: #CCC;
		font-size: 20px;
		text-shadow: 0px 1px 0px #000;
		}
.footer-top {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzA0MDQwNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Nzg3ODciIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(76,76,76,0.65) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 79%, rgba(4,4,4,0) 80%, rgba(76,76,76,0.65) 99%, rgba(135,135,135,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0.65)), color-stop(18%,rgba(0,0,0,0)), color-stop(79%,rgba(0,0,0,0)), color-stop(80%,rgba(4,4,4,0)), color-stop(99%,rgba(76,76,76,0.65)), color-stop(100%,rgba(135,135,135,0.65)));
background: -webkit-linear-gradient(top,  rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 79%,rgba(4,4,4,0) 80%,rgba(76,76,76,0.65) 99%,rgba(135,135,135,0.65) 100%);
background: -o-linear-gradient(top,  rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 79%,rgba(4,4,4,0) 80%,rgba(76,76,76,0.65) 99%,rgba(135,135,135,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 79%,rgba(4,4,4,0) 80%,rgba(76,76,76,0.65) 99%,rgba(135,135,135,0.65) 100%);
background: linear-gradient(to bottom,  rgba(76,76,76,0.65) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 79%,rgba(4,4,4,0) 80%,rgba(76,76,76,0.65) 99%,rgba(135,135,135,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64c4c4c', endColorstr='#a6878787',GradientType=0 );


   background-color: #000;
	border-bottom: 1px solid #262626;
	width: 100%;
	height: 50px;

	}
	
/*.input-append input {
	padding-top: 0px;
	padding-bottom: 0px;
	}
*/
	
.ftr-about p {
	font-size: 12px;
	color: #999999 !important;
	}
	
.ftr-about h3 {
	color: #fff !important;
	}
	
.ftr-about p a {
	color: #999;
	text-decoration: none;
	}
.ftr-about p a:hover {
	color: #fff;	
	}
	
.ftr-cattorgy-list ul {
	margin: 0px;
	padding: 0px;
	}
.ftr-cattorgy-list li {
	list-style: none;
	border-bottom: 1px solid #333;
	}	
.ftr-cattorgy-list li a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;	
	}
.ftr-cattorgy-list li a:hover {
	color: #777;
	}
	
.footer-pp-post {
	width: 100%;
	height: auto;
	}
.footer-pp-post h3 {
	font-size: 20px ;
	color: #fff !important;
	font-weight: 100;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/ft-br.png') repeat-x center bottom;
	}
.footer-pp-post ul {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	}
.footer-pp-post ul li {
	list-style: none;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/ft-line.gif') repeat-x center bottom;
	padding: 15px 0px !important;
	padding-top: 10px !important;
	height: 45px;
	}
	
.footer-pp-post ul li:last-child {
	background: none !important;
	}
	
.footer-pp-post ul li:first-child {
	padding-top: 10px !important;
	}
	
.footer-pp-post ul li img {
	padding: 3px;
	background: #666;
	float: left;
	margin-right: 15px;
	
	/*-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px#000;
	box-shadow: 0 0 4px #000;*/
	}
.footer-pp-post ul li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #CCC !important;
	font-weight: 100;
	line-height: 25px;
	}
.footer-pp-post ul li h3 a {
	font-size: 16px;
	color: #CCC;
	font-weight: 100;
	transition : all 0.2s ease-in-out 0s;
	}
.footer-pp-post ul li h3 a:hover {
	color: #fff;
	}
.footer-pp-post h5 {
	font-size: 13px;
	color: #CCC;
	}
.footer-pp-post ul li p {
	color: #999;
	font-size: 12px;
	}
.footer-pp-post h6 {
	font-size: 12px;
	color: #a7a7a7;
	padding: 0px;
	margin: 0px;
	}
.footer-pp-post a {
	color: #CCC;
	transition : all 0.2s ease-in-out 0s;
	}
.footer-pp-post a:hover {
	color: #fff;
	}
	
.tweet {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/tweet.png') no-repeat 0px 5px !important;
	width: 20px;
	height:70px;
	float: left;
	}

/*.subscribe {
	margin-top: 20px;
	}
	
#subscribe-btn{
	padding:5.5px 15px;
	}*/
	
.flicker {
	width: 100%;
	height: auto;
	}
.flicker a {
	text-decoration: none;
	}
	
.flicker a img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
	border: 4px solid #666;
	transition : all 0.2s ease-in-out 0s;
	}
.flicker a:hover img {
	opacity: 0.6;
	}
	
	#footer-bottom {
		width: 100%;
	height:50px;
	background: #282A2B;
    border-top: 1px solid #4B4C4D;
    clear: both;
	margin: 0px 0px;
		}
	#footer-bottom p {
		color: #999;
		line-height: 40px;
		font-size: 12px;
		margin-top: 5px;
		text-shadow: 0px 1px 0px #666;
		}
		
	#footer-bottom p a {
		color: #CCC;
		text-decoration: none;
		text-shadow: 0px 1px 0px #666;
		}
	#footer-bottom p a:hover {
		color: #999;
		}
		
.ftr-socile-link ul {
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
		}
.ftr-socile-link li {
	margin-right: 0px !important;
	list-style: none !important;
	float: left;
	display: inline;
	}
.ftr-socile-link a {
	opacity : 0.8;
	}
.ftr-socile-link a:hover {
	opacity: 1;
	}
.fb {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/fb.png') no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	}
.twt {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/twt.png') no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	}
.linkedin {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/in.png') no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	}
.you-t {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/you-t.png') no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	}
	/*		End Footer       */
	
	
	/*		Home 2		*/
	
	
.item-box-2 {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	}

.item-box-icon-2 {
	width: 68;
	height: 52px;
	float: left;
	margin-bottom: 8px;
	margin-right: 15px;
	}
	
.h-2-icon-box {
	width: 80%;
	height: auto;
	float: left;
	}
	
.h-2-icon-box h4 {
	margin: 0px;
	}
	
	
/*		accordion tab       */


	
.loading {
                display: none;
            }
.accordion {
                
                width:  100%;
            }
.accordion li h3 {
	font-size: 18px;
	font-weight: 100;
	}

.accordion li h3 a {
                    border-bottom:             1px solid #ccc;
                    color:                  #000;
                    display:                block;
                    font-style:             normal;
                    margin:                 0;
                    padding:                0px 0px;
					outline: 0px;
                }
				
.accordion li h3 a .arrow {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/plus.png') no-repeat center center #666;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 20px;
	}

.accordion li.active h3 a {
                       border:             none;
                       /* border-top:             1px solid #ccc;*/
                    }
.accordion li.active h3 a .arrow {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/minus.png') no-repeat center center #EF8C1C;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 20px;
	}

.accordion li.locked h3 a {
                        /*background:             #963;
                        background:             #963 -webkit-gradient(linear, left top, left bottom, from(#c96), to(#963)) no-repeat;
                        background:             #963 -moz-linear-gradient(top,  #c96,  #963) no-repeat;*/
                        border-bottom:          1px solid #630;
                        
                    }
                
.accordion li h3 {
                    margin:         0;
                    padding:        0;
					line-height: 28px;
                }
                    
.accordion .panel {
					/*border-bottom:          1px solid #ccc;*/
                    padding:        10px;
					float: left;
                }

ul.accordion,
ol.accordion {
    margin: 0;
    padding: 0;
}
.accordion li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion li li {
    list-style-type: disc;
    margin-left: 1em;
}
.accordion a {
    color: inherit;
    text-decoration: inherit;
}
.accordion .loading {
    display: none;
}



.active p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
                
				
		/*		accordion tab       */
		
		
.recent-blg {
	width: 100%;
	height: auto;
	}

.recent-blg h2 {	
	font-size: 22px;
	color: #000;
}


.recent-blg ul {
	margin: 0px;
	}

	
.recent-blg ul li:last-child {
	background: none !important;
	}
	
.recent-blg ul li:first-child {
	padding-top: 10px !important;
	}
	
.recent-blg ul li img {
	padding: 3px;
	background: #eee;
	float: left;
	margin-right: 15px;
	}
.recent-blg ul li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #CCC !important;
	font-weight: 100;
	line-height: 25px;
	}
.recent-blg ul li h3 a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: 100;
	transition : all 0.2s ease-in-out 0s;
	}
.recent-blg ul li h3 a:hover {
	color: #666;
	}
.recent-blg h5 {
	font-size: 13px;
	color: #666;
	}
.recent-blg ul li p {
	color: #666;
	font-size: 12px;
	}
.recent-blg h6 {
	font-size: 12px;
	color: #a7a7a7;
	padding: 0px;
	margin: 0px;
	}
.recent-blg a {
	color: #333;
	transition : all 0.2s ease-in-out 0s;
	}
.recent-blg a:hover {
	color: #999;
	}
	
	
	
	/*       Home Page 3       */
	

.latest {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	}
	

.latest-box {
	width: 100%;
	height:auto;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 20px;
	float: left;
	}
	
.latest-box img {
	padding: 4px;
	width: 97%;
	
	-moz-box-shadow: 0 0 1px #CCC;
	-webkit-box-shadow: 0 0 1px#CCC;
	box-shadow: 0 0 1px #CCC;
	}
	
.latest-box a {
	text-decoration: none;
	}
	
.latest-box a h5 {
	font-size:15px;
	color: #333;
	margin-bottom: 5px;
	font-weight: normal;
	transition : all 0.2s ease-in-out 0s;
	}
	
.latest-box a:hover h5 {
	color: #999;
	}
	
.latest-box p {
	margin-top: 0px;
	}
	
	
	/*			Blog-1 Page          */
	
.blog-title {
	background: #f6f6f6;
	border-bottom: 2px solid #eee;
	padding: 20px 0px;
	}
	
.blog-title h2 {
	font-size: 28px;
	color: #333;
	text-transform: uppercase;
	}
	

	
.blog-1 {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-top: 20px;
	float: left;
	}
	
.blog-1 img {
	padding: 3px;
	border: 1px solid #eee;
	height: 250px;
	width: 99%;
	margin-bottom: 20px;
	}
	
.blog-content {
	width: 100%;
	height: auto;
	}
	
.time-by {
	width: 30%;
	height: auto;
	float: left;
	}
	
.time-cmnt {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	float: left;
	}
	
.time-cmnt ul {
	margin: 0px;
	padding: 0px;
	}
	
.time-cmnt li {
	list-style: none;
	float: left;
	border-right: 1px solid #eee;
	width: 49%;
	height: auto;
	text-align: center;
	}
	
.time-cmnt li:last-child {
	border: none;
	}
	
.time-cmnt li a {
	display: block;
	text-decoration: none;
	}
	
.time-cmnt li h4 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 25px;
	}
.time-cmnt li p {
	font-size: 12px;
	color: #CCC;
	margin-bottom: 0px;
	}

.b-by-post {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.b-by-post ul {
	margin: 0px;
	padding: 0px;
	
	}
	
.b-by-post li {
	list-style: none;
	text-align: right;
	float: left;
	width: 100%;
	}
.b-by-post li span {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	}
.b-by-post li p {
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 22px;
	}
	
.post-content {
	width: 65%;
	height: auto;
	margin-left: 20px;
	float: right;
	}
	
.post-content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	line-height: 18px;
	}
	
a.post-read {
	color: #F90;
	font-size: 12px;
	text-decoration: none;
	}

a.post-read:hover {
	color: #999;
	}
	
	
	
	
	
	/*		Side Bar		*/
	
	
	

.side-bar {
	width: 100%;
	height: auto;
	}
	
.side-bar input {
	border: 1px solid #E7E6E6;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.075) inset !important;
	}

.category {
	margin: 20px 0px;
	margin-bottom: 40px;
	}
.category h4 {
	font-size: 22px;
	font-weight: 100;
	color: #000;
	} 
	
.category ul {
	margin: 0px;
	padding: 0px;
	}
	
.category li {
	list-style: none;
	
	}
.category li a {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/arrow.gif') no-repeat left center;
	padding: 10px 10px 10px 0;
	display: block;
	border-bottom: 1px solid #e7e6e6;
	text-indent: 10px;
	color: #333;
	text-decoration: none;
	transition: all 1s ease 0s;
	}
	
.category li a:hover {
	color: #A0CE4E;
	}
	
	
	
	 /*    Taber    */
	 
#myTab {
	background: #f6f6f6;
	color: #fff;
	}
#myTab li a {
	color: #333;
	outline: 0px;
	border-top: 3px solid #f6f6f6;
	text-align: center;
	}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-top: 3px solid #F90 !important;
	color: #fff;
	}
.nav-tabs > li > a {
	border: none;
	margin: 0px;
	}
	
	
ul.comment-box {
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
	
ul.comment-box li {
	list-style: none;
	}

.comenter a .side-list {
	padding-top: 0px !important;
	margin-top: 0px !important;
	line-height: 10px !important;
	}
	
	
.comenter {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 15px;
	}
.comenter img {
	float: left;
	margin-right: 15px;
	width: 60px;
	height: 60px;
	}
	
.comenter-tx {
	width: 100%;
	overflow: hidden;
	float: left;
	}
a {
	text-decoration: none;
	}	
.comenter a h4 {
	background: #FF9B1A;
	padding: 0px 6px;
	font-size: 12px;
	float: left;
	margin: 0px;
	margin-top: 3px;
	margin-right: 10px;
	transition: all 0.8s ease-in-out 0s;
	color: #fff;
	}
.comenter a h4:hover {
	background: #666 !important;
	color: #fff;
	}
.comenter a h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-top: 3px !important;
	margin-bottom: 0px;
	line-height: 20px !important;
	margin-top: 0px;
	transition: all 0.8s ease-in-out 0s;
	}
.comenter a h3 span {
	font-weight: 100 !important;
	line-height: 15px !important;
	margin-left: 5px;
	}
.comenter a h3:hover {
	opacity: 0.7;
	}
.comenter p {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
	line-height: 25px;
	}
	
.comenter a {
	}
	
.comenter-title {
	padding: 1px 0px;
	/*float: left;*/
	}
	
	/*    End Taber    */
	
	
	
.recent-twt {
	width: 100%;
	height: auto;
	}
	
.recent-twt h4 {
	font-size: 22px;
	font-weight: 100;
	color: #000;
	} 
	
.recent-twt ul {
	margin:  20px 0px;
	padding: 0px;
	}
.recent-twt li {
	list-style: none;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/twt-icon.png') no-repeat;
	padding-left: 40px;
	color: #838383;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	}
.recent-twt li p {
	font-size: 13px;
	margin: 0px;
	}
.recent-twt li p a {
	text-decoration: none;
	color: #999;
	transition: all 1s ease 0s;
	}
	
.recent-twt li a:hover {
	color: #333;
	}
	
.twt-time {
	width: 100%;
	
	}
	
.twt-time a {
	transition: all 1s ease 0s;
	color: #999;
	text-decoration: none;
	}
.twt-time li a:hover {
	color: #333;
	}
	
	
	
	/*		End Side Bar		*/
	
	
	
	
.dtls-tags {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	}
.dtls-tags h4 {
	font-size: 16px;
	color: #333;
	float: left;
	font-weight: bold;
	margin-right: 15px;
	}
	
.dtls-tags a {
	float: left;
	margin-right: 8px;
	color: #999;
	font-size: 12px;
	font-weight: 100;
	line-height: 45px;
	}
.dtls-tags a:hover {
	color: #000;
	}
	
.coment-div {
	width: 100%;
	height: auto;
	margin-top: 30px;
	float: left;
	}
.count-cmts {
	font-weight: bold;
	color: #333;
	font-size: 12px;
	}
	
.coment-div ul {
	margin: 0px;
	padding: 0px;
	}
.coment-div ul li {
	list-style: none;
	border-bottom: 1px solid #ededed;
	float: left;
	padding-bottom: 10px;
	width: 100%;
	}
.coment-div ul li:first-child {
	border-bottom: none;
	}
.dtls-comenter {
	height: auto;
	padding: 10px;
	width: 100%;
	}
	
.dtls-comenter img {
	width:	50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	}
	
.dtls-comenter textarea {
	width: 80%;
	}
.dtls-comenter button {
	margin-left: 70px;
	}
.dtls-comenter-tx {
	float: left;
	}
.dtls-comenter-txt a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	}
.dtls-comenter-txt p {
	margin-bottom: 0px;
	}
	
ul.cmt-like {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	}
.cmt-like li {
	list-style: none;
	float: left;
	margin-right: 10px;
	border: none !important;
	padding-bottom: 0px !important;
	width: auto !important;
	}
.cmt-like li a {
	color: #0CF;
	text-decoration: none ;
	font-weight: 100;
	}
.cmt-like li a:hover {
	text-decoration: underline !important;
	}
	
.cmttime {
	color: #CCC !important;
	cursor: pointer;
	}
	
	

	/*     Portfolio 2 page     */
	
.blog-container-txt {
	margin-bottom: 20px;
	/*margin-bottom: 40px !important;*/
	}
	
.column-2 {
	width: 100%;
	height: 250px;
	/*margin-bottom: 20px;*/
	}
.link-view {
	text-align: center;
	}
	
.column-2  .link-view {
	width: 25% !important;
	}
	
.link-view p {
	color: #333;
	font-size: 13px;
	text-shadow: 0px 1px 0px #C8DDB3;
	text-align: center;
	}
	
	
	/*     Portfolio 2 page     */
	


.blog-container {
	width: 100%;
	height: auto;
	/*margin-bottom: 40px !important;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 20px;
	}
	
.blog-container h5 {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin-bottom: 0px;
	font-weight: normal;
	}
	
.blog-container p {
	font-size: 12px;
	color: #999;
	margin-bottom: 0px;
	}
	
.blog-container img {
	margin-bottom: 10px;
	height: 250px;
	}
	
.blog-container-txt {
	margin-bottom: 20px;
	/*margin-bottom: 40px !important;*/
	}
	
.column-2 {
	width: 100%;
	height: 250px;
	/*margin-bottom: 20px;*/
	border: 6px solid #eee;
	}
.link-view {
	text-align: center;
	}
	
.column-2  .link-view {
	width: 25% !important;
	}
	
.link-view p {
	color: #333;
	font-size: 13px;
	text-shadow: 0px 1px 0px #C8DDB3;
	text-align: center;
	}
	

.link {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/link.png') no-repeat 13px 12px rgba(0, 0, 0, 0.6);
	width: 24px;
	height: 38px;
	opacity: 0.7 !important;
	
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
	}
.link:hover {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/link.png') no-repeat 13px 12px rgba(0, 0, 0, 1);
	}
.i-zoom {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/toolbar_find.png') no-repeat 12px 13px rgba(0, 0, 0, 0.6);
	width: 24px;
	height: 38px;
	opacity: 0.7 !important;
	
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
	}
.i-zoom:hover {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702076/html/img/toolbar_find.png') no-repeat 12px 13px rgba(0, 0, 0, 1);
	}

.link-view {
	width: 20%;
	height: auto;
	margin: 0px auto;
	margin-top: 100px;
	}	
	
.link-view-2 {
	width: 40%;
	}	
	
	
/*	Light Box Slider   */
	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.gallery {
		
	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		
	}
	.gallery ul a:hover {
	opacity: 0.8;	
	}
	.gallery ul a:hover {  }
	
	
	
	
	
	/*	End Light Box Slider   */
	
	
	
	 /*   	Img Hover         */
	 
.view {
   width: 100%;
   height: 250px;
   float: left;
   overflow: hidden;
   position: relative;
}
.view .mask,.view .content {
   width: 100%;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}


.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   /*background: ;*/
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
	 
	 
	 
.view-tenth img {
	width: 100%;	
	
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(79, 170, 5, 0.5);
   
   opacity: 0;
}

.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.column-3 {
	/*margin-bottom: 20px;*/
	border: 6px solid #eee;
	}
	
	
.column-3 img {
	width: 100%;
	height: 250px;
	
	}
	
.column-3  .link-view {
	width: 40% !important;
	}
	
	
	
	
	/*      Dtls-2 pages     */
	
	
.project-dtls {
	width: 100%;
	height: auto;
	text-align: left;
	}
	
.project-dtls h4 {
	font-size: 22px;
	font-weight: 100;
	color: #000;
	}
	
.project-info {
	width: 100%;
	height: auto;
	padding: 5px 0px;
	border-bottom: 1px solid #e7e6e6;
	float: left;
	}
	
.project-info h5 {
	font-size: 13px;
	color: #000;
	font-weight: 100;
	width: 40%;
	float: left;
	}
	
.item-cetagory {
	float: left;
	margin-top: 21px;
	}
.item-cetagory a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	transition: all 1s ease 0s;
	float: left;
	margin-right: 8px;
	}
.item-cetagory a:hover {
	color: #A0CE4E;
	}
	
	
.blog-post {
	width: 100%;
	height: auto;
	text-align: left;
	}
	
.blog-post h3 {
	font-size: 22px;
	font-weight: 100;
	color: #333;
	margin: 0px;
	}
	
.blog-post p {
	font-size: 13px !important;
	}
	
	/*      End Dtls-2 pages     */
	
	
	/*       Contact Page         */
	
	
.contact {
	width:100%;
	height: auto;
	}
	
.contact h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	}
#map {
	}
	
.map {
	width: 100% !important;
	height: auto;
	padding: 7px;
	background: #fff;
	border: 1px solid #CCC;
	
	-moz-box-shadow: 0px 2px 3px #c1c1c1;
	-webkit-box-shadow: 0px 2px 3px #c1c1c1;
	box-shadow: 0px 2px 3px #c1c1c1;
	}
iframe {
max-width: 100%;
height: auto;
width: 100%; /*IE8 bug fix*/
vertical-align: middle;
height: 300px;
}

i {
	float: left;
	margin-right: 10px;
	}

.icon-volume-down {
	background-position:-384px -22px;
	}
.icon-envelope {
	background-position: -72px 4px;
	height: 16px;
	}
.address {
	width: 100%;
	height: auto;
	}
.address h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	}
.contact-address {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	}
	
.phone {
	width: 100%;
	height: auto;
	}
.email {
	line-height: 20px;
	overflow: hidden;
	}
.email a {
	text-decoration: none;
	color: #EA3131;
	}	
.email a:hover {
	text-decoration: underline;
	color: #C42727;
	}
	
.contact-txt {
	width: 100%;
	height: auto;
	}
.contact-txt h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	}
	
.contact-txt p {
	color: #999;
	font-size: 12px;
	}
	
.contact-form {
	margin: 20px 0px;
	width: 100%;
	height: auto;
	}
address {
	margin-bottom: 0px;
	}
	
.control-group {
	width: 100%;
	}
	
.control-group textarea {
	width: 100%;
	}
.form-horizontal .controls {
	float: none;
	margin-left: 0px;
	}
.form-horizontal .control-label {
	text-align: left !important;
	}
.controls {
	float: left;
	}
	
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 80%;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	}
/*
.form-horizontal input, .form-horizontal textarea {
	width: 100%;
	}
*/
	/*       End Contact Page         */