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

*{margin:0; padding:0;}
li {list-style:none;}
body, html {
	width:100%;

	background: url(../imgs/BG.gif) repeat #28A3C1;
	background-attachment:fixed;  
}

h1 {
	margin: 40px 0;
	color: #FFF;
    font-family: 'Hammersmith One', sans-serif;
	font-size: 70px;
	font-weight: normal;
	text-align: center;
}

a:link,a:visited {
	 color: #FFF;
	 text-decoration: none;
}

a:hover {
	color: #D4EDF3;
}


p {
	text-align: center;
	color: #FFF;
}


.fixed {
  position: fixed;
  top: 0;
  z-index: 200;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;

  background: rgba(119,197,215,0.8);
}


header {
	z-index: 100;
	height: 500px;
}

#main {
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	overflow:visible;
	position:relative;
}

p#mainLogo {
	position: relative;
	z-index:10;
	margin: 0 auto 100px auto;
	padding-top: 150px;
	text-align: center;
}

p#mainLogo img {
	margin-left: 10%;
	max-width:589px;
	max-height:185px;
	width: 85%;
	height: 85%;
}

#content{

}
#navSec {
	margin: 0 auto;
	text-align: center;
}

#navigation{
	position: relative;
	z-index:100;
    font-family: 'Hammersmith One', sans-serif;
	font-size: 25px;
	color: #FFF;
	text-align: center;
	width: auto;
	margin: 0 auto;
	}

#navigation > li {
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	border-left: 1px solid #FFF;

	}

#btnTop{
	cursor:pointer;
}
#btnAbout{
	cursor:pointer;
}
#btnWorks{
	cursor:pointer;
}

#btnContact{
	cursor:pointer;
}


#page1,#page2,#page3,#page4 {
	display:block;
	position: relative;
	margin-bottom: 50px;
	padding: 5%;
}


/* add */

	
/* about */



#page1 p.about {
	margin-bottom: 10%;
	font-size: 15px;
	text-align: center;
	line-height: 180%;
}

#page1 p.andmore {
	margin: 80px auto;
	text-align: center;
	color: #5A6163;
    font-family: 'Hammersmith One', sans-serif;
	font-size: 50px;
	z-index: 0;
}

ul#aboutIMG {
	width: 100%;
	margin: 0 auto;
	padding-left: 7%;
}

ul#aboutIMG li {
	float: left;
	width: 26%;
	margin-right: 5%;
}

ul#aboutIMG li img {
	max-width: 230px;
	max-height: 230px;
	width: 100%;
	height: 100%;
}

#page1 p.coil {
	position: relative;
	z-index: 10;
	margin-top: -20%;
}
#page1 p.coil img {
	max-width: 586px;
	max-height: 586px;
	width: 100%;
	height: auto;

}

/* works */

#page2 {
	margin-bottom: 300px;
}


.ch-grid {
	margin: 20px auto 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	max-width: 810px;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	max-width: 220px;
	max-height: 220px;
	float: left;
	margin: 2em 3% 0 3%;
}



.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-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;
	
	background-size: cover;
}

.ch-img-1 { 
	background-image: url(../imgs/w1.png);
}

.ch-img-2 { 
	background-image: url(../imgs/w2.png);
}

.ch-img-3 { 
	background-image: url(../imgs/w3.png);
}

.ch-img-4 { 
	background-image: url(../imgs/w4.png);
}

.ch-img-5 { 
	background-image: url(../imgs/w5.png);
}

.ch-img-6 { 
	background-image: url(../imgs/w6.png);
}

.ch-img-7 { 
	background-image: url(../imgs/w7.png);
}

.ch-img-8 { 
	background-image: url(../imgs/w8.png);
}

.ch-img-9 { 
	background-image: url(../imgs/w9.png);
}

.ch-img-10 { 
	background-image: url(../imgs/w10.png);
}

.ch-img-11 { 
	background-image: url(../imgs/w11.png);
}

.ch-img-12 { 
	background-image: url(../imgs/w12.png);
}

.ch-img-tumo { 
	background-image: url(../imgs/wtumori.png);
}

.ch-info {
	position: absolute;
	background:rgba(57,68,82,0.6);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-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;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 30px;
	padding: 55px 0 0 0;

	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}


.ch-info p a {
	display: block;
	width: 220px;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;

}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}




#page3 {
	height: 600px;
}


@media only screen and (max-width: 1260px) {
}


@media only screen and (max-width: 1200px) {

			}
			
@media only screen and (min-width: 961px) {
}


@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 680px) {
	
header {
	z-index: 100;
	height: 500px;
}

h1 {
	margin: 1em 0;
	font-size: 20px;

}
	
	#navigation {
		font-size: 80%;
}

#navigation > li {
	display: inline-block;
	margin: 0;
	padding: 0 2%;

	}
	
#page1 p.andmore {
	font-size: 20px;

}

.ch-grid li {
	width: 95px;
	height: 95px;
	float: left;
	margin: 2em 2% 0 2%;
}

.ch-info h3 {
	font-size: 10px;
	margin: 0 5px;
	padding: 24px 0 0 0;
}


.ch-info p a {
	width: 95px;
	font-weight: 700;
	font-size: 11px;
}

}