@charset "UTF-8";
/* ----------------- Reset all styles ----------------- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----------------- Website background and general text colour ----------------- */
body{
	/*	background-image:url(../images/backgroundtexture.png);*/
	background-color: #FFFFFF;
	color: #2d2d2d;
}

/* ----------------- Wrapper - keeps all content in the center of page -----------------  */
.wrapper{
	margin:auto;
	width:80%;
	height:auto;
}


/* The rest is pretty self explanatory - it appears in the order that it occurs on the HTML document */
#top{
	height:40px;
}

#logo{
	margin-top:5%;
	text-decoration:none;
}

#logoimage{
	width:27px;
	padding-right:10px;
	float:left;
}

#logotitle{
	float:left;
	font-family:Cookie, Helvetica, sans-serif;
	font-weight:normal;
	font-size:215%;
	text-shadow: 0 1px 1px #FFF;
}

#logotitle a{
	color:#2d2d2d;
	text-decoration:none;
}


hr{
	height:1px;
	width:100%;
	background-color:#2d2d2d;
	margin:3% 0;
}

header{
	width:100%;
	margin:5% 0 5% 0;
}

header h1{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:140%;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:1%;
}

header h1 span{
	color:#e3e3e3;
	text-shadow: 0 1px 1px #dadada;
}

header h2{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:100%;
	font-weight:normal;
}
	
#slideshow{
	width: 100%;
}

#slideshow_2 {
	width: 100%;
	height: 400px;
	overflow: hidden;
	z-index: -1;
}
#slideshow_2 div img {
	width: 100%;
	height: 400px;
}

#slideshow_2 div {
	width: 100%;
    height: 400px;
}


/* - - - - - - - - - - - - - - -  Slider START  - - - - - - - - - - - - - - - */


.html_carousel div.slide {
	position: relative;
	height: 400px;
	overflow: hidden;
}	

.html_carousel div.slide .logo-img {
	position: absolute;
	left: 37%;
	top: 30%;
	width: 26%;
	/*height:10%;*/
}

.html_carousel div.slide .logo-img img {
	width: 100%;
	height: auto;
    max-height: 150px;

	/* [disabled]-webkit-box-shadow: 0 1px 1px #c1c1c1; */
	/* [disabled]-moz-box-shadow: 0 1px 1px #c1c1c1; */
	/* [disabled]box-shadow: 0 1px 1px #c1c1c1; */
	/* [disabled]border-radius: 15px; */
}

.html_carousel div.slide .work_slide {
	position: absolute;
	left: 15%;
	top: 86%;
	width: 70%;
	/*height:10%;*/
}

.html_carousel div.slide .work_slide nav{
	/* [disabled]float: right; */
	width: 100%;
	height: auto;

}

.html_carousel div.slide .work_slide nav ul li{
	position: relative;
	display: block;
	width: 20%;
	height: 100px;
	float: left;
	text-align: center;
}

	
.html_carousel div.slide .work_slide nav ul li a{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	width:100%;
	text-decoration:none;
	text-transform:uppercase;
	font-size:61%;
	line-height:350%;
	display:block;
	color:#c2c2c2;
	
	margin-top:-5px;
	-webkit-transition: margin-top 0.2s ease-in-out;
	-moz-transition: margin-top 0.2s ease-in-out;
	-o-transition: margin-top 0.2s ease-in-out;
	-ms-transition: margin-top 0.2s ease-in-out;
	transition: margin-top 0.2s ease-in-out;
}


.html_carousel div.slide .work_slide nav ul li #HOME{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	width: 100%;
		margin-top:0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 61%;
	line-height: 350%;
	display: block;
	background: url('../images/icons/A_3.png') no-repeat 50% 0px;
	background-size: 90% 100%;
	color: #ffffff;
}

.html_carousel div.slide .work_slide nav ul li a:hover{
	margin-top: 0px;
	background: url('../images/icons/A_3.png') no-repeat 50% 0px;
	background-size: 90% 100%;
	color: #ffffff;
}




.clearfix {
	float: none;
	clear: both;
}

/* - - - - - - - - - - - - - - -  Slider END  - - - - - - - - - - - - - - - */

.right{
	margin-top: 4%;
	width: 50%;
	float: right;
	margin-bottom: 2%;
}



.right h3{
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	color:#e3e3e3;
	margin-bottom:5%;
	text-shadow: 0 1px 1px #dadada;
}

.right p{
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:140%;
}

.right p a{
	color:#e3e3e3;
	text-decoration:none;
}
	
.left{
	margin-top:4%;
	width:48%;
	float:right;
	margin-bottom:2%;
}

.left h3{
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	color:#e3e3e3;
	margin-bottom:5%;
	text-shadow: 0 1px 1px #dadada;
}

.left p{
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:140%;
}

.left p a{
	color:#e3e3e3;
	text-decoration:none;
}


/* ----------------------- WORK LINKS START ------------------------- */

#work_img{
	width: 100%;
	height: auto;

}

#work_img #work{
	/* [disabled]width: 1320px; */
	margin: 3% auto 3% auto;
}

 #list{
	text-align: center;
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	float: left;
	width: 35%;
	height: 950px;
	
}


 #list b{
	float: left;
	width: 100%;
	height: 50px;
	color:#36bfa9;
	font-size: 120%;
		cursor: default;
}

 #list div{
	float: left;
	width: 100%;
	height: 50px;
}


 #list div a{
	float: left;
	margin-left: 25%;
	width: 50%;
	height: auto;
	text-decoration:none;
	text-transform:uppercase;
	color:#1a1a1a;
	font-size: 90%;
word-break:break-all;
	background-size:0% 100%; 
	-webkit-transition: background-size 0.2s ease-in-out;
	-moz-transition: background-size 0.2s ease-in-out;
	-o-transition: background-size 0.2s ease-in-out;
	-ms-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
}

 #list div b{
	 	cursor: default;
	float: left;
	font-size: 90%;
	margin-left: 25%;
	width: 50%;
	height: auto;
	text-decoration:none;
	text-transform:uppercase;
background:url('../images/icons/A_2.png') no-repeat 50% 0px;
	background-size:100% 100%; 
color:#FFF;
word-break:break-all;
}


 #list div a:hover{	
background:url('../images/icons/A_2.png') no-repeat 50% 0px;
	background-size:100% 100%; 
color: #FFF;


}

 #list p{
	/* [disabled]float: left; */

	
}


.mosaic_category{
	position: relative;
	float: left;
	width: 30%;
	height: 46px;
	
}

.mosaic_category img{

	width: 100%;
	height: 100%;
}


.mosaic_category div{
	position: absolute;
	margin-top: 3%;
	float: right;
    right: 5%;
	margin-top: 10px;

}

.mosaic_category div ul{
	float: left;
	margin-top:3%;
	width: 5px;
	height: 22px;
	background: #36bfa9;

}

.mosaic_category div a{
	float: left;
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
	margin-left:8px;
			cursor: default;
}


.class_profiles{
	float: left;
	width: 60%;
	min-height: 100px;
	margin-left: 20%;
	margin-bottom: 50px;
	margin-top: 20px;
	cursor: default;
	
}

.class_profiles #jianjie{
	color: #515151;
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 100%;
	text-align: center;
}

.class_profiles #jianjieright{
	color: #515151;
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	float:right;
	margin-bottom: 10px;

}

.mosaic_category img{
	
    
	width: 100%;
	height: 100%;
	
}


.item2{
    background:rgba(80,80,80,0.1);
	width: 29%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 2%;
	opacity:0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.clearfix {
	float: none;
	clear: both;
}

.bj {
	position: absolute;
	z-index: -4;
	margin-top: -872px;
	width: 100%;
	height: 872px;
	background: url('../images/work/SkiesOfSpain/2.jpg') no-repeat 50% 0px;
	background-size: 100% 100%;
	float: left;
}

.zhongduan {
    background:#CCC;

	width: 100%;
	height: auto;
	float: left;
}

.mosaic{
	width: 100%;
	height: 100%
 
}

.item2:hover{
		opacity: 1;
}

.item2 .img{
	display:block;
	width:100%;
	height:auto;
}


.item2 .ico{
	display:block;
	width: 100%;
	margin-bottom:10px;
	height: auto;
	background: url('../images/icons/go.png') no-repeat 50% 100%;
	background-size: auto 100%;
}

.item2 .ico img{
	width: 46px;
	height: 46px;
	opacity: 0;
}

.item2:hover .ico{
	background: url('../images/icons/go_1.png') no-repeat 50% 100%;
	background-size: auto 100%;
}

.item2:hover li{
	width: 100%;
}


.item2 .text{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	display: block;
	color: #515151;
	font-size: 100%;
	width: 100%;
	/* [disabled]height: 150px; */
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.item2 a{
color: #515151;
text-decoration:none; 
}

.item2 a:link {
color: #515151;
text-decoration:none; 
}

.item2 a:isited {
color: #515151;
text-decoration:none; 
} 
 
.item2 a:active {
color: #515151;
text-decoration:none; 
} 

.item2 li{
	display: block;
	margin-bottom: 10px;
	background-color: #25bbbc;
	width: 0%;
	height: 3px;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.item2 h3{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	padding: 5px 0 0 0px;
	color: #515151;
	text-decoration: none;
	text-align: center;
	font-weight: 800;
		cursor: default;
}

/* ----------------------- item ------------------------- */
.item{
	border-radius: 5px;
	width: 100px;
	height: 160px;
	background-color: #FFF;
	margin: 6px;
	float: left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
	-moz-box-shadow: 0 1px 3px #c3c3c3;
	box-shadow: 0 1px 3px #c3c3c3;
	overflow: hidden;
	
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.item:hover{
	-webkit-box-shadow: 0 0 8px #e3e3e3, 0 0 8px #e3e3e3;
	-moz-box-shadow: 0px 0px 8px #e3e3e3,0 0 8px #e3e3e3;
	box-shadow: 0 0 8px #c3c3c3,  0 0 8px #ffffff;
	
}
	

.item img{
	display:block;
	margin-top:5%;
	margin-left:5%;
	margin-bottom:5%;
	width:90%;

	border-radius:5px 5px 0 0;
	opacity:0.8;
	
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	
}

.item img:hover{
	margin-bottom:0%;
	margin-top:0%;
	margin-left:0%;
	width:100%;
	opacity: 1;
}


.item h3{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	padding: 5px 0 0 0px;
	color: #515151;
	text-decoration: none;
	text-align: center;
	font-weight: 800;
		cursor: default;
}

.item h3 a{
	text-decoration:none;
	color:#2d2d2d;
}

.item p{
	font-family: Lato,Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	padding: 0 0 0 0px;
	color: #515151;
	text-align:center;
	text-decoration: none;
	cursor: default;
	
}

/* ----------------------- WORK LINKS END ------------------------- */


#bottom h3{
	margin:4% 0 3% 0;
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:normal;
	text-align:center;
	color:#e3e3e3;
	text-shadow: 0 1px 1px #c1c1c1;
}


footer{
	width: 100%;
	padding: 10px 0;
	background-color: #505050;
}

.icon{
	float: right;
	width: 32px;
	margin: 95px 0 2px 4%;
	opacity: 0.85;
}

.icon:hover{
	opacity: 1;
}

.social{
	color: #e3e3e3;
	float: left;
}

.social .ico{
	float: left;
	width: 50%;
}

.social .ico a{
	float: left;
	width: 100%;
    margin: 18px 0 0px 0%;
	text-decoration: none;
	color: #e3e3e3;
		opacity:0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.social .ico a:hover{
	color: #FFF;
	opacity:1;
}


.social .ico a b{
	float: left;
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3e3e3;
	margin-left: 10px;
	width: 150px;
	word-break: break-all;
	text-transform: uppercase;
	font-size: 80%;
}

.social .ico a img{
	float: left;
    margin: -4px 0 10px 8%;
}

.social .tm{
	float: left;
	width: 50%;

}

.social .tm img{
	float: right;
	width: auto;
    margin: 110px 0 2px 4%;

}




/* ----------------------------- Picture ----------------------------------- */

#picture{
	margin-top: 50px;
	width: 100%;
	height: 410px;
}

.ta{
	width: 100%;
	text-align:center;
}
.ta a{
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	size:190%;
	font-size: 90%;
			cursor: default;
}

#picture div .album{
	text-align:center;
	margin-top: 30px;
	margin-left: 10%;
	width: 80%;
}

#picture div .album a .A{
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	
}

#picture div .album a .B{
	opacity:0;
	width:183px;
	margin-left:-183px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	
}

#picture div .album a:hover .A{
	opacity: 0;
}

#picture div .album a:hover .B{
	opacity: 1;
	width:348px;
	margin-left:-183px;
}



/* ----------------------------- last ----------------------------------- */
#last{
	margin-top: 30px;
	width: 100%;
	height:130px;
	text-align:center;
}


/* ----------------------------- FORM ----------------------------------- */

.right h4{
			cursor: default;
	font-family: Verdana,Cookie, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #e3e3e3;
	margin-bottom: 10px;
}

#formwrap{
	width:100%;
}

.formstyle { 
	border: 1px solid #ccc;
	color: #000;
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 95%;
	background-color:rgba(255,255,255,1);
	margin-bottom:10px;
	opacity:0.9;
	padding:3px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-radius:2px;
}

.formstyletwo {
	color: #FFF;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 20%;
	background-color: #37CA9A;
	border: 0px;	
}

.formstyletwo:hover {
	color: #e3e3e3;
	cursor: pointer;
}

textarea{ 
	border: 1px solid #ccc;
	color: #000;
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:95%;
	height:80px;
	background-color:rgba(255,255,255,1);
	margin-bottom:10px;
	border-radius:2px;
	padding:3px;
	opacity:0.9;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow:auto;
}


input:focus, input.focused, textarea:focus, textarea.focused {
	color: #505050;
	opacity: 1;
}

#error{
	color: #40c197;
	float: left;
	font-family: Regular, Arial, Helvetica, sans-serif, "Helvetica Neue Light";
	font-size: 15px;
}

#error ul{
	list-style-type: none;
	padding-top:5px;
}
	

/* -- Make the highlight colours pretty -- */
::selection      { background:#e3e3e3; color:#FFF;}
::-moz-selection  { background:#e3e3e3; color:#FFF;}






/* ---------------------- RESPONSIVE STUFF - ONLY TOUCH IF YOUR'E CONFIDENT WITH CSS ---------------------- */


@media only screen and (max-width: 1453px) {
.html_carousel div.slide {
    height: 400px;
}
#slideshow_2 {
    height: 400px;
}
.html_carousel div.slide #slideshow_2 div img {
    height: 400px;
}
.item2 .text{
	font-size: 80%;

}
}

@media only screen and (max-width: 1079px) {
.html_carousel div.slide {
    height: 300px;
}
#slideshow_2 {
    height: 300px;
}
.html_carousel div.slide #slideshow_2 div img {
    height: 300px;
}
.html_carousel div.slide .work_slide nav ul li #HOME {
    line-height: 250%;
}
.html_carousel div.slide .work_slide nav ul li a {
    line-height: 250%;
}

	.left{
		width:100%;
	}
	
	.right{
		width:100%;
	
	}
	
}

@media only screen and (max-width: 999px) {

.html_carousel div.slide .work_slide nav ul li #HOME {
    line-height: 250%;
}
.html_carousel div.slide .work_slide nav ul li a {
    line-height: 250%;
}
}

@media only screen and (max-width: 869px) {
.html_carousel div.slide .work_slide nav ul li #HOME {
    line-height: 230%;
}
.html_carousel div.slide .work_slide nav ul li a {
    line-height: 230%;
}
}

@media only screen and (max-width: 860px) {


}

@media only screen and (max-width: 835px) {
	.class_profiles{
	float: left;
	width: 90%;
	min-height: 100px;
	margin-left: 5%;
	margin-bottom: 50px;
	margin-top: 20px;
	cursor: default;
	
}
}


@media only screen and (max-width: 720px) {
.html_carousel div.slide .work_slide nav ul li #HOME {
	margin-top:0px;
    line-height: 300%;

}

.html_carousel div.slide .work_slide nav ul li a {
	margin-top:-5px;
    line-height: 300%;
}

.html_carousel div.slide {

    height: 300px;
}

.html_carousel div.slide .work_slide {
    left: 25%;
    top: 48%;
    width: 50%;
}
.html_carousel div.slide .work_slide nav ul li {
    width: 100%;
    height: 100%;
}

.html_carousel div.slide .logo-img {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 70%;
	}
	
.html_carousel div.slide #slideshow_2 div img {
    width: 300%;
	margin-left: -100%;
    height: 300px;
}

.mosaic_category div ul {
     margin-top: 0%;
}

.mosaic_category div a {
    font-size: 15px;
}

#picture div .album a:hover .A{
	opacity: 1;
}

#picture div .album a .B {
  display: none;
}

.item2 {
    width: 100%;
}
.item2 .text{
	height: auto;

}

.class_profiles #jianjie{
font-size:80%;

}

.item2 .ico img{
	width: 30px;
	height: 30px;
}

 #list {
    width: 100%;
	height:100%;
}

.class_profiles #jianjie {

    margin-bottom: 30px;

}



#work_img {
	height:630px;
    background-size: 300% 100%;
}

 #list div a {
    font-size: 80%;
}

#picture {
    margin-top: 40px;
    height: 100%;
}

.icon {

    margin: 95px 0 2px 2%;
}

.social .tm img {
    float: left;
    margin: 50px 0 2px 5%;
	margin-bottom:40px;
}

.social .ico {
    width: 100%;
}

.social .ico a img{
    margin: -4px 0 2px 5%;
		margin-bottom:40px;
}
.social .tm {
    width: 100%;
}

.bj {

background-size: 300% 100%;

}

	.left{
		width:100%;
	}
	
	.right{
		width:100%;
	
	}

}

@media only screen and (max-width: 510px) {


}

	
	
