body {
	font-size: 15px;
	background-color: #F5F5F5;
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	overflow-x: hidden !important;
}
/*--header--*/
h1, h2 {
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	font-size: 52px;
}
h3, h4 {
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}
a {
	color: white;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	width:100%;
}
.pageactive {
    background: rgba(0,0,0,.5)!important;
    color: #666!important;
}
.page_navigation a, .alt_page_navigation a {
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    float: left;
    font-family: Tahoma;
    font-size: 15px;
    background-color:rgba(0,0,0,.8);
    margin-left: 5px;
    border-radius: 5px;
    font-family: Meiryo,"Meiryo UI","Microsoft JhengHei UI","Microsoft JhengHei",sans-serif;
}
.breadcrumb li a{
	color:rgba(132,132,132,1.00);
}
.breadcrumb li.active{
  color:rgba(237,237,237,1.00);
}
.blackbule{
	background-color: #010123;
}


.logoa {
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 15%;
	color: #FFF;
	font-family: "微軟正黑體", serif;
	display: block;
}
.nav-wil {
	padding: 18px 0;
	background: #010123;
	border-bottom: 1px solid rgba(51,51,51,1);
	position: relative;
	z-index: 999;
	transition: all .5s;
}
.nav-wil .header-call {
	float: right;
	width: 250px;
	margin-top: 30px;
}
.nav-wil.shrink {
	padding: 5px 0;
	width: 100%;
	border-bottom: 2px  solid  rgba(255,255,0,1.00);
	position: fixed;
}
.logoa img {
	width: 250px;
	transition: all .5s;
}
.logoa img.shrink {
	width: 200px;
}
.h2Gary{
	 line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 6px;
    font-size: 22px;
    color: #999;
}
.moreBtn{
	padding: 20px 0 0;
	font-size: 20px;
	color: black;
	position: relative;
	transform: scale(1);
	transition: all .5s;
}
.moreBtn span{
background: rgba(255,255,0,1.00);
	width: 0%;
	height: 3px;
	left: 43%;
	bottom: -10px;
	position:absolute;
	z-index: -1;
	transition: all .5s;
}
.moreBtn:hover span{
background: rgba(255,255,0,1.00);
	width: 15%;
	height: 3px;
	left: 43%;
	bottom: -10px;
	position:absolute;
	z-index: -1;
	
}
.moreBtn:hover{
	transform: scale(1.2);
}
.menubar.mask {
	padding-top: 10px;
}
.menubar {
	padding-top: 20px;
	float: right;
	transition: all .5s;
}
.menubar a {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
	color: #FFF;
	cursor: pointer;
	padding: 6px 13px;
	border: 1px solid rgba(51,51,51,1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.menubar a:hover {
	display: inline-block;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	padding: 6px 13px;
	background: #FFF;
}
.searchBar.mask {
	top: 11px;
}
.searchBar {
	width: 0;
	top: 22px;
	right: 10%;
	position: absolute;
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.searchBar.active {
	width: 50%;
}
.searchBar a {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	padding: 10px 15px;
	background: #CCC;
}
.coloryellow {
	color: #FF0;
}
.img-height {
	height: 500px;
	overflow: hidden;
	display: block;
}
.twzipcodeshow {
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pro-img-box {
	position: relative;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pro-img-box img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	transform: scale(1);
}
.pro-img-box:hover img {
	transform: scale(1.2);
}
.pro-img-box:hover .mask {
	opacity: 0.8;
	font-size: 18px;
	padding: 22px;
	padding-top: 25%;
}
.pro-img-box .mask {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 998;
	opacity: 0;
	font-size: 30px;
	padding-top: 50%;
	color: #FFF;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.shadow-style {
	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
	-moz-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
}
.siginbox {
	background: #333;
	padding: 10px;
	color: #FFF;
}
.siginbox a {
	color: #FFF;
}
.partners img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 6px 1px #900;
	-moz-box-shadow: 0px 1px 6px 1px #900;
	box-shadow: 0px 1px 6px 1px #900;
}
.phone-icon {
	color: #81B12C;
	font-size: 36px;
	float: left;
	padding-right: 10px;
}
.navbar-nav {
	background: #010123;
	position: fixed;
	width: 300px;
	height: 100%;
	padding: 60px 0px;
	margin: 0px;
	top: 0;
	right: -300px;
	z-index: 999;
	opacity: 0.98;
	border-left: 1px solid #666;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.closeBtn {
	color: #fff;
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 7px 12px;
	border: 1px solid #666;
	transform: rotate(0);
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.closeBtn:hover {
	padding: 7px 12px;
	color: #000;
	background: #FFF;
	transform: rotate(180deg);
}
.navbar-nav.active {
	right: 0;
}
.header-nav > li {
	display: block;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-nav > li > a {
	color: #CCC;
	font-size: 15px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-nav > li > a:hover {
	background: #FAED00;
	color: #000;
}
.header-nav > li > a .en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	font-style: normal;
}
.hoverBoxItem {
	transform-style: preserve-3d;
	z-index: 1;
	height: 250px;
	display: block;
	perspective: 1000px;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.hoverBoxItem a {
	color: #fff;
}
.hoverBoxItem .itemfront .item {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width: 100%;
	height: 250px;
	position: absolute;
	background-size: cover;
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: rotateY(0deg) translateZ(0);
	z-index: 1;
}
.hoverBoxItem .itemfront .word {
	padding: 30px;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	position: absolute;
	display: block;
	background: url(../images/banner-1byf.png) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 250px;
	width: 100%;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: rotateY(0deg) translateZ(1px);
}
.hoverBoxItem:hover .itemfront .item {
	transform: rotateY(180deg) translateZ(0);
}
.hoverBoxItem:hover .itemfront .word {
	transform: rotateY(180deg) translateZ(300px);
}
.hoverBoxItem .itemback .item {
	position: absolute;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width: 100%;
	height: 250px;
	background: url(../img/my01.jpg);
	background-size: cover;
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: rotateY(180deg) translateZ(0);
	z-index: 1;
}
.hoverBoxItem .itemback .word {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	background: url(../images/banner-1by.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 30px;
	width: 100%;
	font-size: 38px;
	z-index: 1;
	font-weight: bolder;
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transform: rotateY(180deg) translateZ(450px);
}
.hoverBoxItem:hover .itemback .item {
	transform: rotateY(360deg) translateZ(0px);
}
.hoverBoxItem:hover .itemback .word {
	transform: rotateY(360deg) translateZ(1px);
}
.hoverBoxItem h1 {
	font-size: 22px;
	text-transform: uppercase;
}
.hoverBoxItem h1:first-letter {
	color: #FF0;
	font-weight: bold;
}
.hoverBoxItem h1 strong {
	padding-top: 10px;
	font-size: 36px;
}
.btnMore {
	font-size: 15px;
	padding: 10px 40px;
	border: 1px solid #fff;
	background: #FFF;
	color: #333;
	border-radius: 50px;
	letter-spacing: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.btnMore:hover {
	background: #FAED00;
	border: 1px solid #FC0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.readMore {
	color: #000;
	text-decoration: none;
	background: #FF0;
	border: 2px solid #FF0;
	padding: 15px 30px;
	display: block;
	float: left;
	margin: 20px 0;
	letter-spacing: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.readMore:hover {
	padding: 15px 50px;
	text-decoration: none;
}
.aboutIndex {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFF;
}
.aboutIndex h1 {
	font-size: 52px;
}
.aboutIndex h2 {
	line-height: 20px;
	margin-bottom: 20px;
	letter-spacing: 6px;
	font-size: 16px;
	color: #999;
}
.aboutIndex p {
	font-size: 15px;
	line-height: 30px;
}
.aboutIndex ul {
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.aboutIndex ul li {
	padding-bottom: 10px;
	list-style: none;
	line-height: 24px;
}
.aboutIndex .wordBox {
	padding-top: 100px;
}
.productBox {
padding: 100px 150px;
}
.productBox h1 {
	font-size: 52px;
	line-height: 39px;
	font-weight: bold;
}
.productBox h2 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.productItem .items {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.productItem .items:hover .mask {
	background: rgba(255,255,0,.9);
	border: 5px solid rgba(255,255,255,0.8);
}
.productItem .mask {
	position: absolute;
	background: rgba(255,255,0,0);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255,255,255,0);
	z-index: 98;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.productItem .items:hover .word {
	color: rgba(0,0,0,1);
	left: 0px;
}
.productItem .word {
	position: absolute;
	left: 200px;
	width: 100%;
	padding: 35px;
	height: 100%;
	text-align: left;
	color: rgba(0,0,0,0);
	z-index: 99;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.productItem .items .word i{
	position: absolute;
	bottom: 0px;
	left: -500px;
	background: rgba(0,0,0,.9);
	padding: 10px 30px;
	color: white;
	transition: all 1s;
	width: 100%;
	opacity: 0;
}
.productItem .items:hover .word i{
	left: 0px;
	background: rgba(0,0,0,.9);
	opacity: 1;
	transition: all .5s;

}

.productItem .items .word h1{
	font-size: 26px;
	
}
.productItem img {
	width: 100%;
	transform: scale(1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.productItem .items:hover img {
	width: 100%;
	transform: scale(1.2);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.myorolist {
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px;
	color: #999;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
	-moz-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.myorolist:hover {
	color: #FFF;
	background: #9C6512;
	text-decoration: none;
}
.box-line {
	color: #FC0;
}
.middle-box {
	padding-bottom: 50px;
	padding-top: 20px;
	border-bottom: 1px;
}
.middle-item {
}
.item-header {
	background-color: #93b73b;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	font-family: "微軟正黑體";
	padding-bottom: 20px;
}
.item-header .title-number {
	background-color: #333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
.middle-item .news-text {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFF;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	padding-right: 30px;
}
.middle-item .news-text li {
}
.middle-item .about-text {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFF;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	padding-right: 30px;
}
.middle-item .contact-text {
	list-style-type: none;
	margin: 0px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	text-align: center;
	width: 100%;
}
.middle-mail {
	padding-top: 24px;
	padding-bottom: 24px;
	display: block;
	text-align: center;
}
.pro-box {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(255,255,255,1.00) 7.25%);
	background-image: -moz-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(255,255,255,1.00) 7.25%);
	background-image: -o-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(255,255,255,1.00) 7.25%);
	background-image: linear-gradient(180deg, rgba(245,245,245,1.00) 0%, rgba(255,255,255,1.00) 7.25%);
}
.peo-listbar {
	padding-left: 15px;
	padding-bottom: 20px;
}
.icon-bar {
	background-color: #666;
}
.pro-list {
	padding: 0px;
	margin: 0px;
}
.pro-list li {
	clear: both;
	width: 100%;
	font-size: 13px;
	margin-bottom: 10px;
}
.pro-list li a {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	color: #666;
	border: 1px solid #E7E7E7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pro-header {
	width: 100%;
	padding-bottom: 10px;
	clear: both;
	padding-left: 10px;
}
.pro-item {
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.pro-item .title {
	background-color: #333;
	z-index: 99;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.pro-item .title a {
	float: right;
	padding-right: 10px;
	color: #CCC;
}
.left-banner {
	margin-bottom: 5px;
}
.carBox{
	padding-top: 600px;
	transition: all 1s;
}
.carBox.active{
	padding-top: 180px;
}
/*.contantBox{
	margin-top:600px; 
	background: rgba(0,0,0,.9);
	padding: 30px;
	border-top:2px solid #FF0;
	transition: all 1.5s;
}*/
.contantBox{
		margin-top:300px; 
	background: rgba(0,0,0,.9);
	padding: 30px;
	border-top:2px solid #FF0;
	transition: all 1.5s;
	transform: scale(.1);
	opacity: 0;
}
.contantBox.active{
	background: rgba(0,0,0,.9);
	padding: 30px;
	transform: scale(1);
	opacity: 1;
}
.backgary{
	background: rgba(50,50,50,.5);
	border: 1px solid rgba(116,116,116,.5);
}
.formBox{
	padding-top:20px;
	border-top:1px solid rgba(116,116,116,.5);
	margin-top: 20px;
}
.gohisBox .title{
	font-size: 90px;
	font-weight: bolder;
	color: #FF0;
}
.gohisBox .col-md-6:nth-child(1){
	padding: 30px;
	border-right: thin solid rgba(62,62,62,1.00);	
}
.gohisBox .col-md-6:nth-child(odd){
	padding: 30px;
	border-right: thin solid rgba(62,62,62,1.00);
}
.gohisBox .col-md-6{
	padding: 30px;
	border-right: thin solid rgba(21,24,29,1.00);
}
.companyBox{
	color: white;
	padding: 80px 0 0;
}
.companyBoxList{
border: thin solid rgba(45,45,45,1.00);
	background: rgba(3,3,3,.5);
}
.companyBoxList ul{
	border-top: 2px solid rgba(221,221,8,1.00);
list-style-type: none;
	padding: 0;
	margin: 0;
}
.companyBoxList h1{
	padding: 10px 0;
text-transform: uppercase; 
}
.companyBoxList h1:first-letter{
	color: rgba(255,255,0,1.00);
}
.companyBoxList li{
	padding: 0;
	margin: 0;
	border-bottom: thin solid rgba(45,45,45,1.00);
}
.companyBoxList li a{
display: block;
text-decoration: none;
padding: 20px 0;
transition: all 1s;
}
.companyBoxList li a:hover{
	padding: 20px;
	color:rgba(255,255,255,1.00);	
}
.companyBoxList ul li:last-child{ 
border-bottom:none;
}
.rowItems{padding-top:200px}
.serviceBox .item{
	overflow: hidden;
	border: thin solid rgba(45,45,45,1.00);
	background: rgba(0,0,0,1);
	margin-bottom: 20px;
   	cursor: pointer;
	transition: all 1s;
	min-height: 280px;
}
.serviceBox .item h2{
	font-size:  46px;
}
.serviceBox .item .imgBox {
	display: block;
	overflow: hidden;
	min-height: 300px;

}
.imgBox .myaimg{
	position:relative;
	width: 100%;
    opacity: .8;
    transform: scale(1);
    transition: all 1s;
	}
	.imgBox .myaimg:focus {
    outline:none;
    outline-offset:inherit;
	}
.serviceBox .item img{
	width: 100%;
	  transform: scale(1);
	transition: all 1s;
}
.serviceBox .item:hover .imgBox img{
	padding:0;
   	transform: scale(1.2);
	opacity: 1;
}
.serviceBox .item:hover .imgBox .myaimg{
	padding:0;
	opacity: 1;
}
.serviceBox .item:hover a{
	padding: 15px 50px;
}
.serviceBox .item .wordBoxSer{
	padding: 10px 25px;
	transition: all 1s;
}
.serviceBox .item p{
color:rgba(90,90,90,1.00);
}

.serviceBox .item .mask {
	width: 110%;
	min-height: 90px;
	background: rgba(0,0,0,1);
	transform:skewY(-10deg);
	bottom:-50px;
	left:0;
	right:0;
	position: absolute;
	z-index: 99;
	border-top: 2px solid #FF0; 
	transition: all .5s;
}
.serviceBox .item .wordBoxSer a{
 margin-left:0 !important; 
}
.serList ul{
	text-align:center;
	padding:0;
	display:block;
    margin: 0 auto;
	background:rgba(0,0,25,1.00);
	list-style-type:none;
	width:100%;
	float:left;
	border-top:1px solid rgba(51,51,51,.5);
	border-bottom:1px solid rgba(51,51,51,.5);
	}
		.serList ul li{
		width:12.5%;
		display:inline-block;
		margin:0;
		padding:0;
	}
		.serList ul li:last-child{
		border-right:1px solid rgba(51,51,51,.5);
	}
	.serList ul li a{
		display:block;
		width:100%;
		text-align:center;
		padding:20px 0;
		border-left:1px solid rgba(51,51,51,.5);
		transition:all 1s;
	}
		.serList ul li a:hover{
			background:#FF0;
			text-decoration:none;
	}
.serTitle{
	background-size:contain;
	background: url(../images/servicebk.png) no-repeat;
	background-position: top center;
	padding-bottom: 30px;
	display:block;
	float: left;
	width:100%;
}
.serTitle h1{
	font-size: 60px;
	padding: 0;
	margin: 0;
}
.serTitle h2{
	font-weight: 100;
	padding: 0;
	margin: 0;
}
.serpadding{
	min-height: 450px;
	overflow: hidden;
}
.serpadding .mask{
background: rgba(0,0,0,.5);
	width: 200%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all 1s;
	transform:skewX(-50deg);
	border-right: 2px solid rgba(255,237,1,1.00);
	z-index: 2;
}
.serpadding:hover .mask{
		width: 200%;
background: rgba(0,0,0,0);
		left: -35%;
}
.serpadding:hover .bklayer{
transform: scale(1.2);
}
.serpadding:hover  .sersid .readMore{
	padding: 15px 50px;
}
.serpadding .bklayer{
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: scale(1);
	transition: all 1s;
}

.serpadding  .sersid{
	padding: 5%;
	position:absolute;
	width: 100%;
	height:100%;
	z-index: 2;
}
.serpadding  .sersid .readMore{
	position: absolute;
	left:5%;
	bottom: 5%;
}
.serItems.sid{
	padding:20px;
	margin-bottom:80px;
	border:1px solid rgba(51,51,51,.5);
	}
.serItems:hover .goicon{
	transform:rotate(-180deg);
	}
.serItems .goicon{
	position:absolute;
	display:block;
	right:30px;
	bottom:5px;
	font-size:86px;
	z-index:3;
	transform:rotate(0deg);
	transition:all .2s;
	}
.serItems ul{
	padding: 30px;
	margin: 0;
	list-style-type: none;
	display:inline-block;
}
.serItems ul h1{
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.serItems ul h1 .line{
	top: 0;
	display: block;
	position: absolute;
	width: 2px;
	background: rgba(255,245,0,1.00);
	height: 60px;
	margin:10px 0 0 60px;
	transform:skewX(-20deg);
}
.serItems ul h1 .word{
	font-size:60px;
	font-weight: 50;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-right: 15px;
}
.serItems h2{
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 26px;
}
.serItems ul li{
	color:rgba(195,195,195,1.00);
	padding-bottom:5px;
}
#footer {
	background: rgba(18,18,18,1.00);
	color: #FFF;
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer a {
	color: #999;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	clear: both;
	display: block;
	line-height: 26px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#footer_final {
	padding: 30px 40px;
	background-color: rgba(18,18,18,1.00);
	border-top: 1px solid rgba(51,51,51,1);
	font-size: 13px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
}
.copyright {
	background-color: #3D3D3D;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.iconbook {
	background-color: #666;
	display: block;
	position: absolute;
	right: 0px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.leftmenu {
	margin: 0px;
	padding: 0px;
}
.leftmenu li {
	padding: 3px 0px;
	margin: 0px;
	list-style-type: none;
}
.leftmenu li a {
	display: block;
	border: #CCC 1px solid;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	color: #999;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.leftmenu li a:hover {
	background: #D63B37;
	color: #FFF;
	text-decoration: none;
}
.hisBox{
	padding: 200px 0 0;
}
.hisBox ul{
	list-style-type: none;
}
.hislist {
	margin: 50px 0px;
	padding: 0px;
	list-style-type: none;
}
.hislist .item {
	padding: 20px;
	background: rgba(100%,100%,100%,0.3);
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.priceold {
	color: #999;
}
.prosale {
	color: #900;
	font-size: 22px;
	font-weight: bold;
}
/*--about-slider--*/

 @keyframes loader {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
50% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
 @-webkit-keyframes loader {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
 @-moz-keyframes loader {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
/*--/about-slider--*/
/*--/about--*/
/*--find-dog--*/
.find-dog {
	background: url(../images/pattren.png);
	padding: 5em 0 6em;
}
.find-dog h4 {
	margin-top: .5em;
}
.relative {
	position: relative;
}
ul.service_grid {
	padding: 0;
	list-style: none;
	margin-bottom: 3em;
}
i.s1 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat 0px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s1 {
	background: url(../images/index-find11.png) no-repeat 0px -62px;
}
ul.service_grid li.desc {
	overflow: hidden;
}
ul.service_grid li.desc h3 {
	color: #3C3C3C;
	font-weight: 800;
	font-size: 1.1em;
	text-transform: uppercase;
}
ul.service_grid li.desc p {
	color: #909090;
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 0;
}
i.s2 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat -62px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s2 {
	background: url(../images/index-find11.png) no-repeat -62px -62px;
}
i.s3 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat -124px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s3 {
	background: url(../images/index-find11.png) no-repeat -124px -62px;
}
i.s4 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat -186px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s4 {
	background: url(../images/index-find11.png) no-repeat -186px -62px;
}
i.s5 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat -248px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s5 {
	background: url(../images/index-find11.png) no-repeat -248px -62px;
}
i.s6 {
	width: 62px;
	height: 62px;
	background: url(../images/index-find11.png) no-repeat -310px 0px;
	float: left;
	margin: 0 1em 0 0;
}
ul.service_grid:hover i.s6 {
	background: url(../images/index-find11.png) no-repeat -310px -62px;
}
/*--/find-dog--*/
/*--support--*/
.support {
	background: url(../images/pattren.png);
	padding-bottom: 6em;
}
.support h4 {
	margin-top: 1.2em;
}
.textimonials-section {
	background: url('../images/t-bg.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 330px;
	padding: 5em 0 4em;
}
.textimonials-section h5 {
	color: #646464;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	margin: 1.2em 0 .5em 0;
	line-height: 1.6em;
}
.textimonials-section p {
	color: #646464;
	font-size: 1.5em;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 2em;
}
.textimonials-section a {
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #fff;
	padding: 0.9em 2em;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.4em;
	z-index: 1;
}
.textimonials-section a:hover {
	background: #F32E28;
	border: 2px solid #F32E28;
	color: #fff;
}
/*--/support--*/
/*--gallery--*/
.gallery {
	background: url(../images/pattren.png);
	text-align: center;
}
.gallery h4 {
	margin-top: 5em;
}
.gallery h3 span.left-icon {
	background: url(../images/left.png) no-repeat 0px 10px;
	width: 204px;
	height: 50px;
	display: block;
	float: left;
}
.gallery h3 span.right-icon {
	background: url(../images/right.png) no-repeat 0px 10px;
	width: 204px;
	height: 50px;
	display: block;
	float: right;
}
/*--portfolio--*/
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	overflow: hidden;
}
.b-link-stripe .b-wrapper {
	position: absolute;
	width: 78%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}
.b-link-stripe .b-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
	background: rgba(15, 207, 140, 0.9);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	opacity: 0;
	visibility: hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
	text-decoration: none;
}
.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 30px;
	font-weight: 100;
	width: 76%;
	line-height: 1.3em;
	margin: 0 auto;
	top: 39%;
	font-style: italic;
}
.b-animate img {
	margin-top: 12%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate {
	visibility: visible;
}
.b-from-left {
	position: relative;
	left: -100%;
}
.b-animate-go:hover .b-from-left {
	left: 0;
}
span.m_4 {
	font-size: 14px;
	font-weight: 400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.project-top h3 {
	float: left;
	color: #324B73;
	font-weight: 900;
	font-size: 2em;
	margin-top: 2em;
}
/*--team--*/
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
	background: rgba(243, 46, 40, 0.66);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line {
	visibility: visible;
}
.b-link-stripe .b-line1 {
	left: 0;
}
.b-link-stripe .b-line2 {
	left: 20%;
	transition-delay: 0.1s !important;
	-moz-transition-delay: 0.1s !important;
	-ms-transition-delay: 0.1s !important;
	-o-transition-delay: 0.1s !important;
	-webkit-transition-delay: 0.1s !important;
}
.b-link-stripe .b-line3 {
	left: 40%;
	transition-delay: 0.2s !important;
	-moz-transition-delay: 0.2s !important;
	-ms-transition-delay: 0.2s !important;
	-o-transition-delay: 0.2s !important;
	-webkit-transition-delay: 0.2s !important;
}
.b-link-stripe .b-line4 {
	left: 60%;
	transition-delay: 0.3s !important;
	-moz-transition-delay: 0.3s !important;
	-ms-transition-delay: 0.3s !important;
	-o-transition-delay: 0.3s !important;
	-webkit-transition-delay: 0.3s !important;
}
.b-link-stripe .b-line5 {
	left: 80%;
	transition-delay: 0.4s !important;
	-moz-transition-delay: 0.4s !important;
	-ms-transition-delay: 0.4s !important;
	-o-transition-delay: 0.4s !important;
	-webkit-transition-delay: 0.4s !important;
}
.b-link-stripe:hover .b-line {
	opacity: 1;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 24%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 0 1% 1% 0;
	background: none;
}
.portfolio.icon.mix_all {
	padding: 0;
}
div#portfoliolist {
	padding: 0.5% 0px;
}
.project h5 {
	color: #334D72;
	text-align: center;
	font-size: 2.6em;
	font-weight: 600;
	padding: 1em 0 0em;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}
.portfolio img {
	/*--position: relative;--*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}
.portfolio .text-category {
	display: block;
	font-size: 9px;
	font-size: 12px;
	text-transform: uppercase;
}
/* Self Clearing Goodness */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.contactBox{
	background-size: cover;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	min-height: 1010px;
}
.tcdoor{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 998;
	transition: all 2s;
}
.tcdoor.active{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -1000px;
	z-index: 998;
}
.conSid{
	padding: 0px 100px;
}
/*--/gallery--*/
/*--contact--*/
.contact {
	background: url(../images/pattren.png);
	padding: 6em 0 10em;
}
.contact-address {
	text-align: center;
}
.contact-logo img {
	margin: 6em 0em 0em 0em;
}
.contact-top-one h6 {
	width: 50%;
	margin: 0 auto;
	line-height: 1.8em;
	color: #7B7979;
}
.contact-address h5 {
	color: #3A3A3A;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.6em;
	margin: 1em 0 0;
}
.contact-top-one p {
	width: 50%;
	margin: 0 auto;
	line-height: 1.8em;
	color: #666565;
}
.contact-address p a {
	color: #858585;
	font-size: 1em;
	margin: 1em 0px;
	line-height: 1.8em;
}
.contact-address p a:hover {
	color: #F32E28;
}
.contact-top-right form input[type="text"] {
	width: 32.7%;
	color: #898888;
	outline: none;
	font-size: 1em;
	padding: 10px 10px;
	margin-bottom: 1em;
	border: solid 1px #6B6B6B;
	-webkit-appearance: none;
	background: none;
}
.contact-top-right form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 1em;
	outline: none;
	padding: 10px 10px;
	border: solid 1px #6B6B6B;
	min-height: 12em;
	-webkit-appearance: none;
	background: none;
}
.sub-button {
	margin-top: .5em;
	text-align: center;
}
.sub-button input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #6E6E6E;
	padding: 9px 28px;
	font-size: 1.2em;
	font-weight: 600;
	-webkit-appearance: none;
	float: left;
}
.sub-button input[type="submit"]:hover {
	background: #F82F27;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

/*--/contact--*/
/*--footer--*/
.fotter {
	background: #3D3D3D;
	padding: 2em 0 2em;
}
p.fotter-info {
	float: left;
	color: #fff;
	margin: 17px 0 0 23px;
}
p.fotter-info a {
	color: #fff;
}
p.fotter-info a:hover {
	color: #E04444;
}
.social-icons {
	float: right;
}
.social-icons a span {
	width: 53px;
	height: 50px;
	background: url('../images/social.png') no-repeat 0px 0px;
	display: inline-block;
	margin: 0 5px;
}
.social-icons a span.beh {
	background-position: 0px 0px;
}
.social-icons a span.beh:hover {
	background-position: 1px -67px;
}
.social-icons a span.face {
	background-position: -58px 0px;
}
.social-icons a span.face:hover {
	background-position: -58px -67px;
}
.social-icons a span.pin {
	background-position: -119px 0px;
}
.social-icons a span.pin:hover {
	background-position: -119px -67px;
}
.social-icons a span.br {
	background-position: -179px 0px;
}
.social-icons a span.br:hover {
	background-position: -179px -67px;
}
/*--/footer--*/
/*--about-page--*/
.banner2 {
	min-height: 110px;
}
.title.title-1 {
	color: #999;
	font-weight: 700;
	font-size: 1.7em;
}
.title.title-1 + .thumb-pad-2 {
	margin-top: 36px;
}
/*.thumbnail {
	border: none;
	padding: 0;
	border-right: 0;
	background-color: transparent;
	border-radius: 0;
}*/
.thumb-pad-2 .thumbnail .caption {
	padding-bottom: 1px;
	padding-top: 24px;
}
.thumb-pad-2 .thumbnail .caption h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #D26201;
	font-style: italic;
}
.thumb-pad-2 .thumbnail .caption h6 + p {
	margin-top: 18px;
}
.thumb-pad-2 .thumbnail .caption p {
	color: #7c7c7c;
}
.title.title-1 + .list-4 {
	margin-top: 34px;
}
ul.list.list-4 li {
	margin: 20px 0;
}
.list.list-4 .date {
	display: block;
	float: left;
	font-size: 16px;
	color: #171717;
	margin-right: 11px;
}
.box.box-2 h6 {
	color: #D26201;
	margin: 10px 0;
	line-height: 1.5em;
	font-size: 1em;
	font-style: italic;
}
.box.box-2 h6 + p {
	margin-top: 18px;
}
.box.box-2 p + .list-1 {
	margin-top: 23px;
}
ul.list.list-4 {
	list-style: none;
}
ul.list.list-1 {
	list-style: none;
}
.list.list-1 li {
	line-height: 30px;
}
.list.list-1 li a {
	font-size: 13px;
	color: #7c7b7b;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list.list-1 li a:hover {
	margin-left: 4px;
	color: #F82F27;
	text-decoration: none;
}
.list.list-1 li a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 147px;
	background: #F82F27;
	margin-right: 8px;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list.list-4 .wrapper {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #7c7c7c;
	line-height: 21px;
}
.abouts-page h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 3em;
	text-align: center;
	color: #F82F27;
	padding: 1em 0;
}
.abouts-page {
	border-bottom: 5px solid#999;
	padding-bottom: 5em;
}
.box-2 h5 {
	color: #999;
	font-weight: 700;
	font-size: 1.7em;
	text-align: left;
	padding: 20px 0 10px;
}
.team {
	text-align: center;
	padding: 3em 0 0;
}
.team h2 {
	color: #F82F27;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	padding: 0;
}
.team-grid-left {
	border: 5px solid #353535;
	margin-right: 11px;
	padding: 0;
	width: 24%;
}
.team-grid-left:hover {
	border: 5px solid #F82F27;
}
.team-grid-left h4 {
	font-size: 1.5em;
	font-weight: 700;
	color: #22383f;
	padding: 0.5em 0;
}
.team-grid-left p {
	font-size: .9em;
	color: #999;
	padding: 23px 0px 23px 15px;
	text-align: left;
}
.team-grid {
	padding: 3em 0 0;
}
.about {
	padding: 2.6em 0 2em;
}
.team-top img {
	width: 100%;
	margin: 0 auto;
}
/*--/about-page--*/
/*--find-page--*/
.find-page h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 3em;
	text-align: center;
	color: #F82F27;
	padding: 1em 0;
}
.find-text h4 {
	color: #4A4A4A;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.find-text p {
	color: #999;
	font-size: .9em;
	padding: 1em 0 2em;
	line-height: 1.8em;
}
.find-text a {
	background: #F82F27;
	border: 1px solid #F82F27;
	color: #fff;
	padding: 10px 10px;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 700;
}
.find-text a:hover {
	background: none;
	border: 1px solid #F82F27;
	color: #F82F27;
	text-decoration: none;
}
.search-dogs {
	padding: 5em 0;
}
.search-dogs h4 {
	color: #F82F27;
	font-size: 2em;
	font-weight: 600;
	padding: .5em 0;
	text-align: center;
	text-transform: uppercase;
}
.find-grid-text p {
	font-size: 1em;
	margin-bottom: 1em;
	color: #3D3D3D;
	padding-top: 4em;
	line-height: 1.8em;
}
p.simple-text {
	padding: 0;
	color: #999;
	font-size: .9em;
	line-height: 1.8em;
}
.findgrid-bottom {
	padding: 0 0 7em;
}
.dog-information h5 {
	font-size: 1.5em;
	color: #646464;
	padding: 0em 0 .8em;
	font-weight: 600;
	text-transform: uppercase;
}
.findgrid-bottom h4 {
	color: #F82F27;
	font-size: 2em;
	font-weight: 600;
	padding: 0em 0 3em;
	text-align: center;
	text-transform: uppercase;
}
.dog-information h6 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 1em;
}
.dog-information p {
	line-height: 1.8em;
	font-size: 1em;
}
.dog-information p {
	line-height: 1.8em;
	font-size: 1em;
}
p.dog-text {
	margin-top: 1em;
	font-size: 1em;
	font-weight: 400;
	color: #999;
	line-height: 1.8em;
}
div#section-4 {
	margin-top: 1em;
}
.find-text {
	margin-top: 1em;
}
.bottom-grids-left {
	margin-top: 4em;
}
/*--/find-page--*/
/*--404-page--*/
.error-page {
	padding: 10em 0 18em;
}
.error-info h3 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	font-size: 12em;
	font-weight: 700;
	text-align: center;
	color: #F82F27;
}
.error-info h3 span {
	color: #3d3d3d;
}
.error-info p:nth-child(2) {
	color: #974901;
}
.error-info p:nth-child(3) {
	color: #3d3d3d;
	margin: 0 0 50px 0
}
.error-info p {
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
	font-weight: 600;
}
.error-info {
	text-align: center;
	margin-top: 65px;
}
.error-info a {
	color: #ffffff;
	padding: 12px 35px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 3px;
	background: #F82F27;
}
.error-info a:hover {
	text-decoration: none;
	background: #DADADA;
	color: #D13F3F;
}
.downIcon.active{
	display:none;
	}
.downIcon{
	display:block;
	position:absolute;
	z-index:999;
	top:55%;
	font-size:60px;
	left:50%;
	animation: myfirst 1s infinite;
-moz-animation: myfirst 1s infinite;	/* Firefox */
-webkit-animation: myfirst 1s infinite;	/* Safari 和 Chrome */
-o-animation: myfirst 1s infinite;	/* Opera */
	}
	@keyframes myfirst
{
from {top:55%; opacity:.5;}
to {top:60%; opacity:0;}
}
.newsBox .items{
	padding:30px;
	margin-bottom:0px;
	background:rgba(0,0,0,.5);
	border:1px solid  rgba(51,51,51,.5);
	}
	.newsBox h3{
font-size:26px;
margin:10px 0 20px; 
	}
	.newsBox .items .sid .date{
		padding-top:10px;
		}
	.newsBox .items .sid{
		display:block;
		width:100%;
		padding-left:50px;
		padding-top:10px;
		position:relative;
		color:rgba(153,153,153,1);
	}
		.newsBox .items .sid .styleicon{
			display:block;
			position:absolute;
			top:0;
			left:0;
			font-size:38px;
			color:rgba(255,255,0,1);
			}
/*--/gallery--*/
/*--contacct-page--*/
.map h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 3em;
	text-align: center;
	color: #F82F27;
	padding: 1em 0;
	text-transform: uppercase;
}
.map iframe {
	width: 100%;
	height: 500px;
}
p.gal-txt {
	color: #000;
	font-size: 14px;
	margin: 0 auto 3em;
	line-height: 1.7em;
	width: 50%;
	text-align: center;
}
.contact-us h4 {
	color: #F82F27;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 1em 0;
}
.contact-us-form {
	padding: 6em 0 4em;
}
.contact-us-form-left p {
	color: #000;
	font-size: 14px;
	margin: 0 auto 1em;
	line-height: 1.7em;
}
.contact-us-form-left h5 {
	color: #F82F27;
	font-size: 18px;
	font-weight: 600;
	margin: 1.5em 0;
}
.contact-us-form-left a {
	color: black;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
	text-decoration: none;
}
.contact-us-form-left a:hover {
	color: #974901;
	text-decoration: none;
	transition: .5s all;
}
.contact-us input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 31%;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}
.contact-us input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #000;
	width: 32%;
	margin: 0 .9em;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}
.contact-us textarea {
	background: none;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	resize: none;
	padding: 10px 15px 10px 15px;
	margin: 1.5em 0;
}
.contact-us input[type="submit"] {
	background: none;
	border: 1px solid #F82F27;
	padding: .5em 0;
	width: 21%;
	font-size: 16px;
	color: #F82F27;
	font-weight: 500;
	letter-spacing: 1px;
	outline: none;
	transition: .5s all;
}
.contact-us textarea:hover {
	border: 1px solid #F82F27;
}
.contact-us input[type="email"]:hover {
	border: 1px solid #F82F27;
}
.contact-us input[type="text"]:hover {
	border: 1px solid #F82F27;
}
.contact-us input[type="submit"]:hover {
	color: #fff;
	background: #F82F27;
	outline: none;
}
.contact-us-design p.dr-text {
	width: 76%;
}
.contact-us-rd-more {
	margin: 3em 0;
}
.contact-us-rd-more a {
	color: white;
	border-color: white;
}
.bolg-list {
	margin: 0;
	padding: 0;
}
.bolg-list li {
	padding: 10px 5px;
	display: block;
	float: left;
	color: #666;
}
.teamBox{
	padding:30px 0;
	background:rgba(0,0,0,1);
	}
	.teamBox .serTitle{
		color:rgba(255,255,255,1);
	}

/*--conatact-page--*/
/*--responsive--*/
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
	h1{
			font-size:36px;
			}
		.newsBox-xs{
		padding-top:160px;
		}
		.serTitle h2 {
    font-weight: 100;
	font-size:28px;
    padding: 0;
    margin: 0;
}
		.serTitle h1{
			font-size:36px;
			}
			.sersid h1{
				padding:5px 20px;}
				.sersid h4{
				padding:5px 20px;}
				.serpadding .sersid .readMore {
    position: absolute;
    left: 10%;
    bottom: 5%;
}
.pagination {
    display: inline-block;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
	width:100%;
}
}

@media (max-width: 667px) {

.logoa img {
	width: 225px;
	transition: all .5s;
}
.searchBar.active {
	width: 100%;
	left: 0%;
	padding-right: 22%;
}
.searchBar a {
	margin-right: 12.6%;
	padding: 10px 15px;
	background: #CCC;
}
.mycloseBtn {
	position: absolute !important;
	top: 0 !important;
	right: 0;
	border-left: 1px solid #000;
	padding: 10px 16px !important;
	margin-right: 0%!important;
	display: block;
	color: white !important;
	z-index: 9999;
}
.serviceBox .item {
    overflow: hidden;
    border: thin solid rgba(45,45,45,1.00);
    background: rgba(0,0,0,1);
    margin-bottom: 20px;
    cursor: pointer;
	width:100%;
    transition: all 1s;
    min-height: 180px;
}

		.productBox{
		padding:20px;
		}
		.productBox h1 {
    font-size: 52px;
    line-height: 48px;
    font-weight: bold;
}
	.productBox h1 span{
		display:block;
		float:left;
		width:100%;
}
.contactBox {
    background-size: cover;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    min-height: 300px;
}
.contantBox.active {
    padding: 20px;
}
.conSid {
    padding:0;
}
.tcdoor {
    width: 300%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: -30px;
    z-index: 998;
    transition: all 2s;
}
	.carBox {
   display:none;
}

.contantBox {
    margin-top: 120px;

}
.newsBox .items{
	width:100%;
	}
	.newsBox-xs{
		padding-top:100px;
		}
		.serpadding .mask {
    background: rgba(0,0,0,.8);
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -150%;
    transition: all 1s;
    transform: skewX(-50deg);
    border-right: 2px solid rgba(255,237,1,1.00);
    z-index: 2;
}
.serpadding:hover .mask {
    width: 200%;
    background: rgba(0,0,0,.7);
    left: -80%;
}
.serList ul li {
    width: 48%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.serpadding {
    min-height: 450px;
    overflow: hidden;
}
.serItems.sid {
    padding: 20px 40px;
    margin-bottom: 80px;
    border: 1px solid rgba(51,51,51,.5);
}
}

@media (max-width: 640px) {

}

@media (max-width: 568px) {
}

@media (max-width: 480px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
/*--/responsive--*/
