
body{
	margin:0;
	padding:0;
	background:#101010;
	font-family: 'Open Sans', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Source Sans Pro', sans-serif;
}	
p{
	margin:0;
	font-size:14px;
}
ul{
	margin:0;
	padding:0;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
/*-- banner --*/
input[type="submit"],.w3agile_contact_right_agileinfo p a,.w3_copy_right p a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.center-container{
	padding:0em 0 8em;
	background: rgba(0, 0, 0, 0.28);
}
.navigation{
	padding:3em 0;
	background:#000;
}
.logo{
	float:left;
}
.navigation-right{
	float:right;
	margin: 1em 0 0;
}
.navigation-right ul li{
	display:inline-block;
}
.navigation-right ul li a{
	color:#fff;
    font-size:1.2em;
    text-decoration: none;
    padding: 10px 0;
	text-transform:uppercase;
}
.navigation-right ul li.active a{
	color:#abed2b;
}
.navigation {
    padding:1em 0em;
    background:rgba(0, 0, 0, 0);
    position: fixed;
    top: 0px;
    left: 0; 
    width: 100%; 
    z-index: 999999;
}
span.menu{
	display:none;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}
/*-- nav-hover --*/
.link-effect-3 a {
	padding: 10px 0;
	margin: 0 20px;
	color: #797878;
	text-shadow: none;
	position: relative;
}
.link-effect-3 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0%;
	border-bottom: 2px solid #abed2b;
    color: #abed2b;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
	white-space: nowrap;
}
.link-effect-3 a:hover::before {
	max-width: 100%;
}
/*-- //nav-hover --*/
.w3ls_banner_info{
    padding: 10em 0 0;
	text-align:center;
}
.logo h1 a {
    font-size:1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.w3l_banner_logo{
	width: 100px;
    height: 100px;
    border: 1px solid #fff;
    margin: 0 auto;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	text-align: center;
}
.w3l_banner_logo h2{
	font-size: 5em;
    color: #fff;
    line-height: 1.3;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
}
.w3ls_banner_info img{
    max-width: 100%;
    height: auto;
}
.w3ls_banner_info h3{
	margin: 2em 0;
    font-size: 2em;
    color:#fff;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 1em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.w3ls_banner_info h3:after{
	content:'';
	background:#96F070;
	height:1px;
	width:30%;
	position:absolute;
	bottom:0%;
	left:34%;
}
.w3ls_banner_info p{
	color:#fff;
	line-height:1.8em;
	margin-bottom:5em;
}
.modal-header {
    font-size: 2em;
    color:#4BC319;
}
.close {
    opacity: 1;
}
.more a:focus {
    outline: none;
}
.more a{
	font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 8px 40px;
    background: #4BC319;
    color: #fff;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 3em;
	margin: 0 !important;
}
.modal-body p i {
    display: block;
    margin: 2em 0 0;
}
.modal-body {
    padding:2em 0 0;
}
button.close {
    font-size: 1em;
    color: #212121;
}
/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
/*-- w3layouts --*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #3A9E10;
    height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
/*-- banner-bottom --*/
.banner-bottom{
	padding:5em 0 5em;
}
.wthree_banner_bottom_right h3{
	text-transform: capitalize;
    font-size: 1.8em;
    color: #4BC319;
    line-height: 1.5em;
}
.wthree_banner_bottom_right p{
	margin:1em 0 3em;
	line-height:1.8em;
	color:#999;
}
.wthree_banner_bottom_right ol li{
	font-size: 14px;
    color: #212121;
    margin-bottom: 1.5em;
}
.banner-bottom-image-text-left{
	padding:5em 10em 6.95em 18em;
/*-- agileits --*/
	background:#EEE048;
}
.banner-bottom-image-text-right{
	padding:0;
}
.banner-bottom-image-text-right img {
    width: 100%;
}
.banner-bottom-image-text-left h3,.w3agile_contact_left h3,.agileits_about_grid_left h3{
	font-size: 2.5em;
    color: #212121;
    line-height: 1.5em;
    position: relative;
	padding-bottom:.5em;
	font-family: 'Open Sans', sans-serif;
}
.banner-bottom-image-text-left h3:before,.banner-bottom-image-text-left h3:after,.w3agile_contact_left h3:before,.w3agile_contact_left h3:after,.agileits_about_grid_left h3:before,.agileits_about_grid_left h3:after{
	content:'';
	background:#212121;
	height:1px;
	position:absolute;
}
.banner-bottom-image-text-left h3:before,.w3agile_contact_left h3:before,.agileits_about_grid_left h3:before{
	left: 0%;
    width: 15%;
    bottom: 0%;
}
.banner-bottom-image-text-left h3:after,.w3agile_contact_left h3:after,.agileits_about_grid_left h3:after{
	left: 0%;
    width: 30%;
    bottom: -4%;
}
.banner-bottom-image-text-left p{
	color:#3D3D3D;
	margin:3em 0;
	line-height:1.8em;
}
.banner-bottom-image-text-left h4{
	text-transform: capitalize;
    font-size: 1.5em;
    color: #5E5E5E;
    padding-left: 3em;
    line-height: 2em;
    position: relative;
}
.banner-bottom-image-text-left h4:before{
	content:'';
	background:url(../images/img-sp.png) no-repeat 0px 0px;
	display:block;
/*-- w3layouts --*/
	width:32px;
	height:32px;
	position:absolute;
	top:0%;
	left:0%;
}
/*-- //banner-bottom --*/
/*-- team --*/
.team,.gallery,.testimonials,.about{
	padding:5em 0;
}
.aboutus{
    background-color:#000;
    padding:1em 0;
}
.bg0{
    background-color: #101010;
}
.bg1{
    background: url(/assets/addons/cms/images/bg1.png) #101010 no-repeat left; 
}
.bg14{
    background: url(/assets/addons/cms/images/pe-bg.png) #101010 no-repeat right top; 
}
.bg11{
    background: url(/assets/addons/cms/images/bg11.png) #101010 no-repeat left top; 
}
.bg2{
    background: url(/assets/addons/cms/images/bg2.png) #101010 repeat-x bottom;
}
.bg3{
    position: relative;
    /*margin-bottom: 100px;*/
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: url(/assets/addons/cms/images/bg3.png) #f1f1f1 no-repeat right bottom;
}
.bg4{
    border-radius: 50px; /*设置圆角*/
    background: url(/assets/addons/cms/images/bg4.png) #f1f1f1 no-repeat right bottom; 
}
.bg5{
    border-radius: 50px; /*设置圆角*/
    background: url(/assets/addons/cms/images/bg5.png) #f1f1f1 no-repeat right bottom; 
}
.bg6{
    border-radius: 50px; /*设置圆角*/
    background: url(/assets/addons/cms/images/bg6.png) #f1f1f1 no-repeat right bottom; 
}
.bg7{
    background: url(/assets/addons/cms/images/aboutus-bg1.png) #101010 no-repeat center; 
}
.bg8{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: url(/assets/addons/cms/images/aboutus-bg3.png) #f1f1f1 no-repeat right bottom; 
}
.bg9{
    position: relative;
    margin-bottom: 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: url(/assets/addons/cms/images/bg9.png) #f1f1f1 no-repeat right bottom; 
}
.bg10{
    background: url(/assets/addons/cms/images/planting-bg1.png) #101010 no-repeat left top; 
    padding: 3em 0;
}
.bg12{
    position: relative;
    margin-bottom: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: url(/assets/addons/cms/images/news_bg.png) #f1f1f1 no-repeat right bottom;
}
.bg13{
    position: relative;
    margin-bottom: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: url(/assets/addons/cms/images/media-bg.png) #f1f1f1 no-repeat right bottom;
}
.bg15{
    background: url(/assets/addons/cms/images/pe-bg1.png) #101010 no-repeat left top; 
    padding: 3em 0;
    margin-bottom: 80px;
}
.abouth5{
    color: #ffffff;
    text-align: center;
    line-height: 39px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size:24px;
}
.abouth4{
    color: #abed2b;
    text-align: center;
    line-height: 50px;
    font-size:26px;
}
.aboutp{
    color: #999;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    padding-bottom: 25px;
}
.title1{
    float: left;
    background: url(/assets/addons/cms/images/title1_bg.png) no-repeat right;margin-bottom: 25px;
}
.theme{
    margin-top: 40px;margin-bottom: 20px;
}
.themeh3{
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
}
.theme p{
    font-size: 16px;
    margin-bottom: 20px;
}
.theme a{
    color: #000;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #000000;
    padding: 6px 32px;
    bottom: 0;
}
.theme a:hover{
    font-style: italic;
    text-decoration: none;
    color: #000;
    border: 1px solid #abed2b;
    padding-left: 46px;
    /*background-color: #abed2b;*/
    background:url('/assets/addons/cms/images/arrow.png') #abed2b no-repeat 12px 0px;
}
.theme .imgtext:hover {
    opacity: 1;
}
.imgtext{
    position: absolute;
    background: url(/assets/addons/cms/images/imghove.png) no-repeat right bottom; 
    top: -15px;
    left: 0px;
    width: 315px;
    height: 315px;
    cursor: pointer;
    opacity: 0;
}
.travel-imgtext:hover {
    opacity: 1;
}
.travel-imgtext{
    position: absolute;
    background: url(/assets/addons/cms/images/travel-imghove1.png) no-repeat right bottom; 
    top: -12px;
    left: 0px;
    width: 402px;
    height: 266px;
    cursor: pointer;
    opacity: 0;
}
.theme2-left{
    float: left;
    color: #ffffff;
}
.theme2-left img{
    display:block; 
}
.theme2-left h4{
    line-height: 36px;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 20px;
}
.theme2-left p{
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 25px;
    color: #999;
}
.theme2-left a{
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 6px 35px;
    bottom: 0;
    color: #ffffff;
}
.theme2-right{
    text-align: center;
    color: #ffffff;
}
.theme2-right img{
    display:block; 
    margin:0 auto;
}
.theme2-right h4{
    line-height: 26px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 20px;
}
.theme2-right p{
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 25px;
    color: #999;
}
.theme2-right a{
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 6px 35px;
    bottom: 0;
    color: #ffffff;
}
/*.theme2-right a:hover{
    font-style: italic;
    text-decoration: none;
    color: #000;
    border: 1px solid #abed2b;
    padding-left: 46px;
    background:url('/assets/addons/cms/images/arrow.png') #abed2b no-repeat 12px 0px;
}*/
.theme-pe h3{
    color: #1e1e1e;
    padding-bottom: 32px;
    font-size: 25px;
}
.theme-pe h5{
    display: inline-block;
    color: #000000;
    font-weight:bold;
    font-size: 20px;
    padding: 3px;
    background-color: #abed2b;
    margin-bottom: 8px;
}
.theme-pe p{
    color: #1e1e1e;
    font-size: 18px!important;
    padding-bottom: 5px;
}
.theme3-right h3{
    color: #000000;
    padding-top: 70px;
    padding-bottom: 15px;
}
.theme3-right h5,.theme4-right h5{
    color: #000000;
    line-height: 36px;
    font-size: 24px;
}
.theme3-right p{
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 79.3px;
}
.theme4-right p{
    line-height: 18px;
    font-size: 12px;
}
.warp-left{
    position: absolute;
    background-color: #101010;
    width:200px;
    height:731.59px;
    top:0;
    left:0;
    opacity: 1;
}
.warp-right{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f1f1f1;
    width:60px;
    height:731.59px;
    float:right;
}
.warp-left1{
    position: absolute;
    background-color: #101010;
    width:200px;
    height:714px;
    top:0;
    left:0;
    opacity: 1;
}
.warp-right1{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f1f1f1;
    width:60px;
    height:713px;
    float:right;
}
.warp-left2{
    position: absolute;
    background-color: #101010;
    width:200px;
    height:1244px;
    top:0;
    left:0;
    opacity: 1;
}
.warp-right2{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f1f1f1;
    width:60px;
    height:1243px;
    float:right;
}
.warp-left3{
    position: absolute;
    background-color: #101010;
    width:200px;
    height:920px;
    top:0;
    left:0;
    opacity: 1;
}
.warp-right3{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f1f1f1;
    width:60px;
    height:909px;
    float:right;
}
.warp-left4{
    position: absolute;
    background-color: #101010;
    width:200px;
    height:991px;
    top:0;
    left:0;
    opacity: 1;
}
.warp-right4{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f1f1f1;
    width:60px;
    height:989px;
    float:right;
}
.planting{
    background-color: #262626;
    border-radius: 30px;
    height: 320px;
    padding: 15px;
    text-align: center;
}
.planting img{
    margin-bottom: 22px;
}
.planting a{
    margin-top:20px;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 32px;
    bottom: 0;
}
.planting a:hover{
    text-decoration: none;
    color: #000;
    border: 1px solid #abed2b;
    background-color: #abed2b;
}
.planting-title1{
    margin-bottom:60px;
}
.aboutus-bg2{
    position:absolute; 
    top: 0;
    right:0;
    z-index: 1;
}
.aboutus-right{
    margin-left:80px;
    margin-bottom:40px;
}
.aboutus-left2{
    padding-right:40px;
}
.aboutus-right1{
    margin-top:30px;
    margin-bottom:30px;
    float:right;
}
.aboutus-right2{
    padding-left:40px;
}
.aboutus-brand{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%; 
    overflow: hidden;
}
.aboutus-brand1{
    position: relative;
    white-space: nowrap;
}
.aboutus-title{
    margin-top:30px;
    margin-bottom:30px;
    float:left;
}
.aboutus-video{
    margin:auto;
    width:100%;
    min-height:450px;
}
.aboutus-p{
    font-size:16px;
    line-height: 25px;
    color: #fff;
    margin-top:20px;
    margin-bottom:40px;
}
.aboutus-p1{
    font-size:16px;
    line-height: 28px;
    color: #000;
    margin-top:20px;
    margin-bottom:40px;
}
.aboutus-p2{
    font-size:16px!important;
    line-height: 28px!important;
    color: #000;
    margin-top:20px;
    margin-bottom:34px;
}
.aboutus-img{
    height:202px;
    margin:0 auto;
}
.year1 p,.year2 p,.year3 p,.year4 p,.year5 p{
    font-size:20px;
    color:#fff;
    text-align:center;margin: 10px 0 10px;
}
.line{
    padding: 3em 0;
}
.line h5{
    font-size:22px!important;
}
.line p{
    font-size: 12px;
    color: #999;
    margin:10px 0px 20px;
}
.line .item{
    padding-left: 0px;padding-right:0px;margin-bottom:30px;border-bottom:2px solid #fff;color:#fff;
}
.line .item img{
    float:right;
    margin-top: -50px;
}
.line .itemleft{
    margin-left: -10px;
}
.line .itemright{
   margin-right: -10px;float: right; 
}
.news-top{
    background-color: #f1f1f1;
    border-radius: 30px;
    height: 420px;
    text-align: left;
}
.news-top .thumb{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.pagelist{
    min-height: 880px;
    list-style:none;
}
.pagelist li{
    min-height: 410px;
    margin:15px 0px 15px 0px;
}
.new-recommend1{
    padding:15px 5px 15px 40px;margin-bottom:50px;
}
.new-recommend2{
    padding-right: 10px;margin-bottom:50px;
}
.new-recommend3{
    padding:15px 35px 15px 10px;margin-bottom:50px;
}
.team h3,.team-bottom h3,.gallery h3,.testimonials h3{
	font-size: 2.5em;
    color: #4BC319;
    padding-bottom:.7em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
	text-transform: capitalize;
}
.team h3:before,.team h3:after,.team-bottom h3:before,.team-bottom h3:after,.gallery h3:before,.gallery h3:after,.testimonials h3:before,.testimonials h3:after{
	background:#212121;
	height:1px;
	position:absolute;
	content:'';
}
.team h3:before,.team-bottom h3:before,.gallery h3:before,.testimonials h3:before{
	width: 5%;
    left: 47%;
    bottom: 0%;
}
.team h3:after,.team-bottom h3:after,.gallery h3:after,.testimonials h3:after{
	width: 13%;
    right: 44%;
    bottom: -5%;
}
.planting-brand{
    margin-top:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%; 
    overflow: hidden;
}
.media-brand{
    margin-left:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:auto; 
    overflow: hidden;
    height: 850px;
}
.planting-img{
    height:300px;
    margin:0 auto;
}
.brand-img{
    height:191px;
    margin:0 auto;
}
p.nostrud{
	margin: 2em 0 0;
    color: #999;
    line-height: 1.8em;
    text-align: center;
}
.agile_team_grids{
	margin:3em 0 0;
}
.agile_team_grid h4{
	font-size:1.5em;
	color:#000;
	margin:1em 0 .5em;
/*-- agileits --*/
}
.agile_team_grid p{
	color:#999;
}
.agile_team_grid {
    text-align: center;
}
.view {
    margin: 0;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view,.view .mask,.view .content{
	width: 230px;
    height: 230px;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h5 {
	text-transform: capitalize;
    color:#EEE048;
    text-align: center;
    position: relative;
    font-size: 1.7em;
    margin:2.5em 0 .5em;
    font-family: 'Open Sans', sans-serif;
}
.view p {
   font-style: italic;
   line-height: 1.8em;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color:rgba(34, 33, 33, 0.54);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h5 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.agile_team_grid:hover .view-sixth .mask,.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.agile_team_grid:hover .view-sixth img,.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.agile_team_grid:hover .view-sixth h5,.view-sixth:hover h5 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.agile_team_grid:hover .view-sixth p,.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth .agileits_social_icons{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.agile_team_grid:hover .view-sixth .agileits_social_icons,.view-sixth:hover .agileits_social_icons{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
/*-- social-icons --*/
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span,.facebook span,.google-plus span,.pinterest span {
	background-color:#EEE048;
}
/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-twitter:before{
	background: url(../images/img-sp.png) no-repeat 10px -41px;
    display: block;
    content: '';
    width: 36px;
    height: 36px;
}
a.icon-button.twitter:hover .icon-twitter:before{
	background-position:10px -75px;
}
.icon-facebook:before{
	background:url(../images/img-sp.png) no-repeat -36px -41px;
    display: block;
    content: '';
    width: 36px;
    height: 36px;
}
a.icon-button.facebook:hover .icon-facebook:before{
	background-position:-36px -75px;
}
.icon-google-plus:before{
	background:url(../images/img-sp.png) no-repeat -76px -42px;
    display: block;
    content: '';
    width: 36px;
    height: 36px;
}
a.icon-button.google-plus:hover .icon-google-plus:before{
	background-position:-76px -75px;
}
/*-- //social-icons --*/
/*-- //team --*/
/*-- team-bottom --*/
.team-bottom{
	background:url(../images/7.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:500px;
	padding: 5em 0;
}
.team-bottom h3{
    color: #fff;
}
.team-bottom h3:before,.team-bottom h3:after{
	background:#fff;
}
.team-bottom p{
	color: #fff;
    width: 60%;
    margin:3em auto 4em;
    text-align: center;
    line-height: 1.8em;
}
.reservation{
	width:70%;
	margin:0 auto;
}
.w3_book_date{
	float:left;
	width:38.3%;
	position: relative;
}
.w3_working_time{
	float:left;
	width:27.3%;
	margin-left:2em;
	position: relative;
}
.w3_book_date span,.w3_working_time span {
    position: absolute;
    top: 1em;
    color: #fff;
    left: 1em;
}
.w3_book_date input[type="text"],#country,#country1{
	outline: none;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.34);
    color: #fff;
    padding:10px 10px 10px 40px;
    width: 100%;
    font-size: 14px;
}
select#country,select#country1{
    cursor: pointer;
}
.reservation input[type="submit"]{
	outline: none;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.34);
    color: #fff;
    padding: 10px 0;
    width: 34%;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 4em 0 0 20em;
}
.reservation input[type="submit"]:hover{
	background: #EEE048;
    border: 1px solid #BDAF21;
    color: #212121;
}
/*-- //team-bottom --*/
/*-- gallery --*/
.gallery {
    background: #F7F7F7;
}
.w3agile_gallery_grids {
    margin: 3em 0 0;
}
.w3agile_gallery_grid {
    padding: 0;
}
.w3agile_gallery_grid figure {
    margin: 0;
    padding: 0;
    height: 270.5px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.w3agile_gallery_grid figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
.w3agile_gallery_grid figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.w3agile_gallery_grid figcaption h4 {
    color: #EEE048;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    margin-top: 37px;
    font-size: 30px;
    margin: 2em 0 1em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    text-align: center;
	text-transform:capitalize;
}
.w3agile_gallery_grid figcaption p {
    font-family: 'Open sans';
    line-height: 1.8em;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.w3agile_gallery_grid figure:hover h4,.w3agile_gallery_grid figure:hover p {
    left: 0;
}
/*-- //gallery --*/
/*-- testimonials --*/
.testimonials-grids{
	margin:3em 0 0;
}
.nav-tabs > li > a {
    border-radius: 0;
    font-size: 1em;
    color: #999;
}
.nav-tabs > li.active {
    position: relative;
}
.nav-tabs > li.active:after {
    position: absolute;
    bottom:-100%;
    left: 27%;
    background: url(../images/1.png) no-repeat 0px 0px #fff;
    display: block;
    height: 38px;
    width: 27px;
    content: '';
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#000000;
	border: none;
}
div#myTabContent {
    padding: 3em 0 0;
}
.nav-tabs > li > a:hover {
    border: 1px solid transparent;
	color:#000000;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.tabcontent-grids{
	text-align:center;
}
.tabcontent-grids h4{
	font-size:1em;
	color:#212121;
	margin:1em 0;
}
.tabcontent-grids h4 span{
	display:block;
	font-size:13px;
	color:#C6B26B;
	margin:.5em 0 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.tabcontent-grids p{
	color:#999;
	line-height:1.8em;
	width:60%;
	margin:0 auto;
}
.tabcontent-grids img,.team-grid img {
	margin: 0 auto;
    padding: .4em;
    box-shadow: 0px 0px 5px #C7C7C7;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.nav-tabs {
    width: 35%;
    margin: 0 auto;
}
.tabcontent-grids{
	padding:2em 0 0;
}
/*-- //testimonials --*/
/*-- contact --*/
.w3agile_contact_left{
	padding:5em 4em 5em 13em;
}
.w3agile_contact_right{
	padding:9.9em 13em 5em 5em;
}
.w3agile_contact_left{
	background:#F7F7F7;
}
.w3agile_contact_right{
	background:#5DCD2F;
}
.w3agile_contact_left p {
    color: #212121;
    margin: 4em 0 2em;
	line-height:1.8em;
}
.w3agile_contact_left input[type="text"],.w3agile_contact_left input[type="email"],.w3agile_contact_left textarea{
	outline:none;
	border:none;
	border-bottom:1px solid #212121;
	padding:10px;
	width:100%;
	font-size:14px;
	color:#212121;
	background:none;
}
.w3agile_contact_left textarea{
	min-height:45px;
	resize:none;
}
.w3agile_contact_left input[type="email"]{
	margin:2em 0;
}
.w3agile_contact_left input[type="submit"]{
	outline: none;
    border: none;
    padding: 10px 0;
    width: 30%;
    font-size: 14px;
    color: #fff;
    background: #4BC319;
    margin: 3em 0 0;
}
.w3agile_contact_left input[type="submit"]:hover{
	background:#EEE048;
	color:#212121;
}
.w3agile_contact_right h3 a{
	font-size:2em;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
}
.w3agile_contact_right_agileinfo h4{
	font-size:2em;
	color:#212121;
	margin:0 0 1em;
}
.w3agile_contact_right_agileinfo p{
	color:#212121;
	line-height:1.8em;
	margin-bottom:1em;
}
.w3agile_contact_right_agileinfo p a{
	color:#212121;
	text-decoration:none;
}
.w3agile_contact_right_agileinfo p a:hover{
	color:#fff;
}
.w3agile_contact_right_agileinfo p span{
	left: 0em;
    padding-right: 2em;
}
.w3agile_contact_right_agileinfo {
    margin: 5em 0 0;
}
.w3agile_contact_right_agileinfo p i {
    font-style: normal;
    padding-left: 3em;
}
.w3_copy_right{
	margin:7.2em 0 0;
}
.w3_copy_right p{
	color:#212121;
	line-height:1.8em;
	text-align: right;
}
.w3_copy_right p a{
	color:#fff;
	text-decoration:none;
}
.w3_copy_right p a:hover{
	color:#212121;
}
.w3agile_contact_right_agileinfo:nth-child(3) {
    text-align: right;
}
/*-- //contact --*/
/*-- about --*/
.agileits_about_grid_left{
	margin:4em 0 0em;
}
.agileits_about_grid_left p{
	color:#999;
	line-height:1.8em;
	margin:3em 0 0;
}
/*-- //about --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media(min-width:1200px){
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
}
@media (max-width:1680px){
	.banner-bottom-image-text-left {
		padding: 5em 10em 8.95em 20em;
	}
}
@media (max-width:1600px){
    .warp-left,.warp-left1,.warp-left2,.warp-left3,.warp-left4{
        z-index: -1;
        opacity: 0;
    }
	.banner-bottom-image-text-left {
		padding: 5em 10em 6.95em 18em;
	}
	.media-brand{
        margin-left:0px;
        height: auto;
    }
}
@media (max-width: 1440px){
	.banner-bottom-image-text-left {
		padding: 4em 10em 3.95em 11em;
	}
	.w3agile_gallery_grid figure {
		height: 243.5px;
	}
	.w3agile_gallery_grid figcaption h4 {
		font-size: 25px;
	}
	.w3_copy_right {
		margin:5.4em 0 0;
	}
	.w3agile_contact_left {
		padding: 5em 4em 5em 11em;
	}
	.w3agile_contact_right {
		padding: 9.8em 13em 5em 5em;
	}
}
@media (max-width: 1366px){
	.w3ls_banner_info {
		padding: 8em 0 0;
	}
	.w3ls_banner_info p {
		margin-bottom: 4em;
	}
	.center-container {
		padding: 0em 0 6em;
	}
	.banner-bottom-image-text-left {
		padding:3em 5em 3.2em 8em;
	}
	.team-bottom {
		min-height: 460px;
		padding: 4em 0;
	}
	.w3_book_date {
		width: 37.3%;
	}
	.w3agile_gallery_grid figure {
		height: 231.5px;
	}
}
@media (max-width: 1280px){
	.team, .gallery, .testimonials, .about {
		padding: 4em 0;
	}
	.banner-bottom {
		padding: 4em 0 0;
	}
	.banner-bottom-image-text-left {
		padding: 3em 3em 4.1em 5em;
	}
	.w3_book_date {
		width: 35.3%;
	}
	.w3_working_time {
		width: 28.8%;
	}
	.w3agile_gallery_grid figure {
		height: 216.5px;
	}
	.w3agile_gallery_grid figcaption p {
		font-size: 13px;
	}
	.w3agile_contact_left {
		padding: 4em 4em 4em 5em;
	}
	.w3agile_contact_right {
		padding:9.55em 3em 5em 4em;
	}
}
@media (max-width: 1080px){
	.w3ls_banner_info {
		padding: 6em 0 0;
	}
	.w3ls_banner_info h3 {
		margin: 2em 0 1.5em;
	}
	.center-container {
		padding: 0em 0 5em;
	}
	.wthree_banner_bottom_left {
		padding: 0;
	}
	.wthree_banner_bottom_right p {
		margin: 1em 0 1em;
	}
	.wthree_banner_bottom_right ol {
		padding: 0 0 0 1em;
	}
	.banner-bottom-image-text-left h4 {
		font-size:1.28em;
	}
	.banner-bottom-image-text-left p {
		margin: 2em 0;
	}
	.banner-bottom-image-text-left {
		padding:3em 3em 2.1em 3.7em;
	}
	.team h3:before, .team-bottom h3:before, .gallery h3:before, .testimonials h3:before {
		width: 9%;
		left:45.5%;
	}
	.team h3:after, .team-bottom h3:after, .gallery h3:after, .testimonials h3:after {
		width: 20%;
		right:40%;
	}
	.view, .view .mask, .view .content {
		width: 205px;
		height: 240px;
	}
	.view h5 {
		font-size: 1.4em;
		margin: 2em 0 .5em;
	}
	.wthree_banner_bottom_right h3 {
		font-size: 1.6em;
	}
	.reservation {
		width: 85%;
	}
	.w3_book_date {
		width: 32%;
	}
	.w3agile_gallery_grid figure {
		height: 181.5px;
	}
	.w3agile_gallery_grid figcaption h4 {
		font-size: 21px;
		margin-top: 25px;
	}
	.tabcontent-grids p {
		width: 80%;
	}
	.w3agile_contact_left {
		padding: 3em 2em 3em 3em;
	}
	.w3agile_contact_left p {
		margin: 3em 0 2em;
	}
	.w3agile_contact_right {
		padding:6.5em 3em 5.5em 3em;
	}
	.w3agile_contact_right_agileinfo h4 {
		font-size: 1.8em;
	}
	.w3agile_contact_right_agileinfo p span {
		padding-right: 1em;
	}
	.w3agile_contact_right_agileinfo p i {
		padding-left: 2em;
	}
	.w3agile_contact_right_agileinfo {
		padding: 0;
	}
}
@media (max-width: 1024px){
	.agileits_about_grid_left {
		margin: 2em 0 0em;
	}
	.banner-bottom-image-text-left h3, .w3agile_contact_left h3, .agileits_about_grid_left h3 {
		font-size:2em;
	}
	.banner-bottom-image-text-left h4 {
		font-size: 1.22em;
	}
	.banner-bottom-image-text-left {
		padding: 2em 3em 2.9em 3em;
	}
	.view h5 {
		margin: 1.7em 0 .5em;
	}
	.reservation input[type="submit"] {
		margin: 3em 0 0 20em;
	}
	.team-bottom {
		min-height: 420px;
		padding: 3em 0;
	}
	.w3_book_date {
		width: 31%;
	}
	.w3agile_gallery_grid figure {
		height: 172.5px;
	}
	.w3agile_gallery_grid figcaption h4 {
		font-size: 18px;
	}
	.w3agile_contact_right h3 a {
		font-size: 1.8em;
	}
	.w3agile_contact_right_agileinfo {
		margin: 3em 0 0;
	}
	.w3agile_contact_right_agileinfo h4 {
		font-size: 1.5em;
	}
	.w3agile_contact_right_agileinfo p span {
		padding-right: 1em;
	}
	.w3agile_contact_right_agileinfo p i {
		padding-left: 1em;
	}
	.w3_copy_right {
		margin: 7.3em 0 0;
	}
}
@media (max-width:991px){
    .col-md-1-5 { 
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
	.logo h1 a {
		font-size: 1.2em;
	}
	.navigation-right {
		margin: 0.5em 0 0;
	}
	.link-effect-3 a {
		margin: 0 15px;
	}
	.w3l_banner_logo {
		width: 80px;
		height: 80px;
	}
	.w3l_banner_logo h2 {
		font-size: 4em;
	}
	.w3ls_banner_info {
		padding: 5em 0 0;
	}
	.w3ls_banner_info h3 {
		font-size: 1.5em;
	}
	.center-container {
		padding: 0em 0 4em;
	}
	.agileits_about_grid_left {
		margin: 0;
	}
	.agileits_about_grid_right {
		margin: 3em 0 0;
	}
	.agileits_about_grid_right img {
		margin: 0 auto;
	}
	.wthree_banner_bottom_left {
		padding: 0 1em;
		width: 50%;
		margin: 0 auto;
	}
	.wthree_banner_bottom_right {
		margin: 3em 0 4em;
	}
	.banner-bottom-image-text-left {
		padding: 3em 10em;
	}
	.banner-bottom-image-text-left p {
		margin: 3em 0;
	}
	.banner-bottom-image-text-left h3:after, .w3agile_contact_left h3:after, .agileits_about_grid_left h3:after {
		bottom: -8%;
	}
	.banner-bottom-image-text-right img {
		width: auto;
		margin: 0 auto;
	}
	.agile_team_grid {
		float: left;
		width: 50%;
	}
	.agile_team_grid:nth-child(2) {
		margin-bottom:3em;
	}
	.view, .view .mask, .view .content {
		width: 170px;
		height: 170px;
		margin: 0 auto;
	}
	.view h5 {
		margin: 2.7em 0 .5em;
		font-size: 1.7em;
	}
	.team h3:after, .team-bottom h3:after, .gallery h3:after, .testimonials h3:after {
		width: 25%;
		right: 37%;
		bottom: -8%;
	}
	.team-bottom p {
		width: 100%;
		margin: 2em auto 3em;
	}
	.reservation {
		width: 100%;
	}
	.team-bottom {
		min-height: 390px;
	}
	.w3agile_gallery_grid {
		float: left;
		width: 50%;
	}
	.w3agile_gallery_grid figure {
		height:333px;
	}
	.w3agile_gallery_grid figcaption h4 {
		font-size: 2em;
		margin-top: 105px;
	}
	.nav-tabs {
		width: 55%;
	}
	.tabcontent-grids p {
		width: 100%;
	}
	.w3agile_contact_left,.w3agile_contact_right {
		padding: 3em 10em;
	}
	.w3_copy_right {
		margin: 3em 0 0;
	}
}
@media (max-width:800px){
	.banner-bottom-image-text-left {
		padding: 3em 3em;
	}
	.w3agile_gallery_grid figure {
		height: 268px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 75px;
	}
}
@media (max-width:768px){
    .aboutus-video{
        min-height:200px;
    }
    .travel-imgtext{
        position: absolute;
        background: url(/assets/addons/cms/images/travel-imghove-min1.png) no-repeat right bottom; 
        top: -12px;
        left: 0px;
        width: 345px;
        height: 230px;
        cursor: pointer;
        opacity: 0;
    }
    .new-recommend1,.new-recommend2,.new-recommend3{
        padding-left:0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .planting-title1{
        margin-bottom:0px;
    }
    .line h5{
        font-size:18px!important;
    }
    .line p{
        font-size: 9px!important;
    }
    .line .itemleft{
        margin-left: 0px;
    }
    .line .itemright{
        margin-right: 0px;float: right; 
    }
    .aboutus-brand,.planting-brand,.media-brand{
        display:block;
    }
    .aboutus-left2{
        padding-right:0px;
    }
    .aboutus-right2{
        padding-left:0px;
    }
    .aboutus-right{
        margin-left: 0px;
    }
    .aboutus-bg2{
        opacity:0;
    }
    .abouth5{
        line-height: 22px;
        font-size:13px;
    }
    .abouth4{
        font-size:15px;
    }
    .bg3,.bg9,.bg12,.bg13,.bg15{
        border-radius: 20px; /*设置圆角*/
        background-size: contain;
        margin-bottom: 0px;
    }
    .bg3,.bg4,.bg5,.bg6,.bg8{
        border-radius: 20px; /*设置圆角*/
        background-size: contain;
    }
    .theme3-right h5,.theme4-right h5{
        line-height: 28px;
        font-size: 18px;
    }
    .theme3-right h3{
        padding-top: 20px;
    }
	.team, .gallery, .testimonials, .about {
		padding: 3em 0;
	}
	.team h3:after, .team-bottom h3:after, .gallery h3:after, .testimonials h3:after {
		width: 35%;
		right: 32%;
	}
	.team h3:before, .team-bottom h3:before, .gallery h3:before, .testimonials h3:before {
		width: 15%;
		left: 42.5%;
	}
	.reservation input[type="submit"] {
		margin: 3em 0 0 18em;
	}
	.w3agile_gallery_grid figure {
		height: 257px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 65px;
	}
	.tabcontent-grids {
		padding: 1em 0 0;
	}
	.w3agile_contact_left, .w3agile_contact_right {
		padding: 3em 3em;
	}
	.col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
}
@media (max-width:667px){
	.logo h1 a {
		font-size: 1em;
	}
	.link-effect-3 a {
		margin: 0 10px;
	}
	.w3l_banner_logo h2 {
		font-size: 3em;
	}
	.w3l_banner_logo {
		width: 60px;
		height: 60px;
	}
	.w3ls_banner_info {
		padding: 4em 0 0;
	}
	.w3ls_banner_info h3 {
		font-size: 1.3em;
	}
	.w3ls_banner_info p {
		margin-bottom: 3em;
	}
	.center-container {
		padding: 0em 0 3em;
	}
}
@media (max-width:640px){
	.agileits_about_grid_left p {
		margin: 2em 0 0;
	}
	.wthree_banner_bottom_left {
		width: 70%;
	}
	.wthree_banner_bottom_right {
		margin: 3em 0 3em;
	}
	.reservation input[type="submit"] {
		margin: 2em 0 0 14em;
	}
	.w3agile_gallery_grid figure {
		height: 213px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 35px;
	}
	.w3agile_contact_right h3 a {
		font-size: 1.6em;
	}
	.modal-body p i {
		margin: 1em 0 0;
	}
	.team h3, .team-bottom h3, .gallery h3, .testimonials h3 {
		font-size: 2.3em;
	}
}
@media (max-width:600px){
	.navigation-right ul li a {
		font-size: 14px;
	}
	.link-effect-3 a {
		margin: 0 6px;
	}
	.navigation-right {
		margin: 0.3em 0 0;
	}
}
@media (max-width:568px){
	.logo h1 a {
		font-size: .9em;
	}
	.w3l_banner_logo h2 {
		font-size: 2em;
	}
	.w3l_banner_logo {
		width: 40px;
		height: 40px;
	}
	.w3ls_banner_info {
		padding: 2em 0 0;
	}
	.w3ls_banner_info p {
		margin-bottom: 2em;
	}
	.banner-bottom-image-text-left {
		padding: 2em 2em;
	}
	.agile_team_grid {
		float: none;
		width: 100%;
	}
	.agile_team_grid:nth-child(2) {
		margin: 2em 0;
	}
	.agile_team_grid:nth-child(3) {
		margin-bottom:2em;
	}
}
@media (max-width:480px){
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0px;
	}
	.navigation-right ul {
		position: absolute;
		left: 2%;
		width: 96%;
		z-index: 999;
		text-align: center;
		padding: 0px;
		margin: 13px 0px 0px;
	}
	.navigation-right ul.nav1 li {
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 10px 0em;
	}
	ul.nav1 {
		display: none;
		margin-top: 2em;
		background:rgb(66, 66, 66,0.93);
	}
	.navigation-right {
		margin: 0.7em 0 0;
	}
	.navigation-right ul li a {
		display: inline-block;
	}
	.navigation-right ul.nav1 li {
		padding: 5px 0;
	}
	.team, .gallery, .testimonials, .about {
		padding: 2em 0;
	}
	.banner-bottom-image-text-left h3,.team h3, .team-bottom h3, .gallery h3, .testimonials h3, .w3agile_contact_left h3, .agileits_about_grid_left h3 {
		font-size: 1.8em;
	}
	.banner-bottom-image-text-left h3:after, .w3agile_contact_left h3:after, .agileits_about_grid_left h3:after {
		width: 42%;
	}
	.agileits_about_grid_left,.wthree_banner_bottom_right {
		padding: 0;
	}
	.wthree_banner_bottom_right {
		margin: 2em 0;
	}
	.agileits_about_grid_right,.agile_team_grids {
		margin: 2em 0 0;
	}
	.wthree_banner_bottom_right h3 {
		font-size: 1.4em;
	}
	.banner-bottom-image-text-left p {
		margin: 2em 0;
	}
	.team-bottom {
		padding: 2em 0;
	}
	.team-bottom p {
		margin: 2em auto;
	}
	.team-bottom{
		background-position: -350px 0px;
	}
	.w3_book_date {
		width: 100%;
		float: none;
	}
	.w3_working_time {
		width: 100%;
		float: none;
		margin: 0;
	}
	.w3_working_time:nth-child(2) {
		margin: 1em 0;
	}
	.reservation input[type="submit"] {
		margin: 2em 0 0 8em;
		width: 50%;
	}
	.w3agile_gallery_grid {
		float: none;
		width: 100%;
	}
	.w3agile_gallery_grids,.testimonials-grids,.w3_copy_right {
		margin: 2em 0 0;
	}
	.w3agile_gallery_grid figure {
		height: 317px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 110px;
	}
	.nav-tabs {
		width: 85%;
	}
	.w3agile_contact_left, .w3agile_contact_right {
		padding: 2em;
	}
	.w3agile_contact_left p {
		margin: 2em 0 2em;
	}
	.w3agile_contact_left input[type="submit"] {
		width: 50%;
		margin: 2em 0 0;
	}
	.w3agile_contact_right h3 a {
		font-size: 1.3em;
	}
	.w3agile_contact_right_agileinfo {
		margin: 2em 0 0;
		float: none;
		width: 59%;
	}
	.w3agile_contact_right_agileinfo p i {
		padding-left: 2em;
	}
	.w3agile_contact_right_agileinfo:nth-child(3) {
		text-align: left;
	}
}
@media (max-width: 414px){
	.banner-bottom-image-text-left h3:after, .w3agile_contact_left h3:after, .agileits_about_grid_left h3:after {
		width: 50%;
	}
	.banner-bottom-image-text-left h3:before, .w3agile_contact_left h3:before, .agileits_about_grid_left h3:before {
		width: 25%;
	}
	.team h3:after, .team-bottom h3:after, .gallery h3:after, .testimonials h3:after {
		width: 50%;
		right: 25%;
	}
	.team h3:before, .team-bottom h3:before, .gallery h3:before, .testimonials h3:before {
		width: 30%;
		left: 35.5%;
	}
	.banner-bottom-image-text-left h3, .team h3, .team-bottom h3, .gallery h3, .testimonials h3, .w3agile_contact_left h3, .agileits_about_grid_left h3 {
		line-height: 1.5em;
	}
	.reservation input[type="submit"] {
		margin: 1em 0 0;
		width: 100%;
	}
	.gallery {
		padding-left: 1em;
		padding-right: 1em;
	}
	.w3agile_gallery_grid figure {
		height: 252px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 70px;
	}
	.w3agile_contact_right_agileinfo {
		width: 70%;
	}
	.w3_copy_right p {
		text-align: center;
	}
}
@media (max-width:384px){
	.w3ls_banner_info h3 {
		font-size: 1.2em;
	}
	.wthree_banner_bottom_left {
		width: 90%;
	}
	.w3agile_gallery_grid figure {
		height: 232px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 55px;
		font-size: 1.8em;
	}
	.w3agile_contact_right_agileinfo {
		width: 80%;
	}
}
@media (max-width: 375px){
	.w3ls_banner_info h3 {
		font-size: 1.1em;
	}
	.navigation {
		padding: .5em 0em 1em;
	}
	.wthree_banner_bottom_left {
		width: 100%;
	}
	.wthree_banner_bottom_right h3 {
		font-size: 1.3em;
	}
	.wthree_banner_bottom_right ol li {
		margin-bottom: 1em;
	}
	.banner-bottom-image-text-left {
		padding: 2em 1em;
	}
	.banner-bottom-image-text-left h4 {
		font-size: 1em;
	}
	.team-bottom {
		background-position: -510px 0px;
	}
	.w3agile_gallery_grid figure {
		height: 226px;
	}
	.testimonials-grids {
		margin: 1em 0 0;
	}
	.w3agile_contact_left, .w3agile_contact_right {
		padding: 2em 1em;
	}
	.w3agile_contact_right h3 a {
		font-size: 1.1em;
	}
	.w3agile_contact_right_agileinfo {
		width: 76%;
	}
	.w3agile_contact_right_agileinfo h4 {
		font-size: 1.3em;
	}
	.modal-body p {
		padding: 1.5em;
	}
}
@media (max-width:320px){
	.logo h1 a {
		font-size: .8em;
	}
	.w3ls_banner_info h3 {
		font-size: .97em;
	}
	p,.wthree_banner_bottom_right ol li,.w3_book_date input[type="text"], #country, #country1,.w3agile_contact_left input[type="text"], .w3agile_contact_left input[type="email"],.w3agile_contact_left textarea{
		font-size: 13px;
	}
	.w3ls_banner_info p {
		margin-bottom: 1.5em;
	}
	.center-container {
		padding: 0em 0 2em;
	}
	.navigation-right ul li a {
		font-size: 13px;
		margin: 0;
	}
	.banner-bottom-image-text-left h3, .team h3, .team-bottom h3, .gallery h3, .testimonials h3, .w3agile_contact_left h3, .agileits_about_grid_left h3 {
		font-size: 1.6em;
	}
	.banner-bottom-image-text-left h3:after, .w3agile_contact_left h3:after, .agileits_about_grid_left h3:after {
		width: 55%;
	}
	.agileits_about_grid_left p {
		margin: 1.5em 0 0;
	}
	.agileits_about_grid_right {
		padding: 0;
	}
	.wthree_banner_bottom_right h3 {
		font-size: 1.1em;
	}
	.banner-bottom-image-text-left p {
		margin: 2em 0 1em;
	}
	.view, .view .mask, .view .content {
		width: 243px;
		height: 283px;
	}
	.view h5 {
		font-size: 1.5em;
	}
	.w3agile_gallery_grid figure {
		height: 188px;
	}
	.w3agile_gallery_grid figcaption h4 {
		margin-top: 25px;
		font-size: 1.5em;
	}
	.modal-header {
		font-size: 1.6em;
	}
	.nav-tabs {
		width: 100%;
	}
	.nav-tabs > li > a {
		padding: 10px;
	}
	div#myTabContent {
		padding: 2em 0 0;
	}
	.w3agile_contact_left p {
		margin: 2em 0 1em;
	}
}