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

* {
	-moz-box-sizing: border-box;   /* html fit brows */
	box-sizing: border-box;   /* html fit brows */
}
*:before, *:after {
	-moz-box-sizing: border-box;   /* html fit brows */
	box-sizing: border-box;   /* html fit brows */
}

/************************************************************************************
HTML,BODY
*************************************************************************************/
html,body {
	width:100%;
	height:100%;
	min-height:100%;   /* html fit brows */
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align:center;
	font-size:1.0rem;
	font-size:10px\9;   /* for IE<8 */
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	line-height:150%;
	color:#26292E;
	
	overflow-x: hidden;

}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {   /* for IE<8 */
	zoom:1;
}

/************************************************************************************
FLOAT
*************************************************************************************/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}

/************************************************************************************
LINK
*************************************************************************************/
a {
	font-size:1.4rem;
	font-size:14px\9;   /* for IE<8 */
	white-space:nowrap;
}
a:link {
	color:#FFF;
	text-decoration: none;
	outline: none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:active, a:focus{
	outline:none;
}
.alphaover a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.none{
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
a.ghostButton {
	width:240px;
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	padding:10px 30px;
	margin:24px auto 0;
	background-color:transparent;
	border:2px #FFF solid;
	border-radius:1px;
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1);
	cursor:pointer;
	transition: all 0.4s;
	display:block;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
a.ghostButton:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

/************************************************************************************
TEXT
*************************************************************************************/
.white {
	color:#ffffff !important;
}
.black {
	color:#26292E !important;
}
.red {
	color:#bb3a27 !important;
}
.yellow {
	color:#ba9441 !important;
}
.text-center {
	text-align:center !important;
}

.lines-on-sides, h2 {
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	line-height:250%;
}
h1, h2 {
	letter-spacing:1.5px;
}

/************************************************************************************
CONTAINER
*************************************************************************************/
#container {
	width:100%;
	height:100%;
	min-height:100%;   /* html fit brows */
	margin:0 auto;
	position:relative;
}
.bg {
	width:100%;
	height:100%;
	min-width:320px;
	min-height:100%;
    z-index:-9999;
    position:fixed;
}
.bgWhite {
	background:#FFF;
	width:100%;
	height:auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#logo {
	width:35px;
	height:35px;
	position:fixed;
	top:20px;
	left:20px;
	z-index:9999;
}

#logo a {
	width:35px !important;
	height:35px !important;
	display: block;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);	
}
#logo a:hover,
#logo a:active {	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

.MenuContainer {
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  
}
.MenuContainer h2 {
	border:none;
}
.HiddenCheckbox {
  display: none;
}
.MenuIcon {
	width:35px;
	height:30px;
	cursor:pointer;
	display:block !important;
	position:fixed;
	right:20px;
	top:20px;
	z-index:9999;
	background:url(../images/common/hamburger.png) left top no-repeat\9;   /* for IE<8 */
}
.MenuIconRed {
	background:url(../images/common/hamburger_r.png) left top no-repeat\9 !important;   /* for IE<8 */
}
.MenuHeader {
	color:#FFFFFF;
	font-size:1.3rem;
	font-size:13px\9;   /* for IE<8 */
	display:inline-block;
	font-weight:100;
	line-height:30px;
	opacity:0.6;
	position:relative;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
	position:fixed;
	right:18px;
	top:46px;
	z-index:9998;
}
.MenuHeaderRed {
	color:#bb3a27;
}
.HiddenCheckbox:checked ~ .MenuHeader {
	opacity:1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/*  CREATE HAMBERGER ICON  */
.MenuIcon::before {
	-webkit-box-shadow:#FFFFFF 0 12px 0;
	box-shadow:#FFFFFF 0 12px 0;
	height:6px;
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
	width:35px;
}
.MenuIconRed::before {
	-webkit-box-shadow:#bb3a27 0 12px 0;
	box-shadow:#bb3a27 0 12px 0;
	height:6px;
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
	width:35px;
}
.MenuIcon::after {
	bottom:0;
	height:6px;
	-webkit-transform-origin:left bottom;
	-ms-transform-origin:left bottom;
	transform-origin:left bottom;
	width:35px;
}
.MenuIconRed::after {
	bottom:0;
	height:6px;
	-webkit-transform-origin:left bottom;
	-ms-transform-origin:left bottom;
	transform-origin:left bottom;
	width:35px;
}
.MenuIcon::before,
.MenuIcon::after {
	background:#FFFFFF;
	display:block;
	content: '';
	position:absolute;
	-webkit-transition:-webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition:box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.MenuIconRed::before,
.MenuIconRed::after {
	background:#bb3a27;
	display:block;
	content: '';
	position:absolute;
	-webkit-transition:-webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition:box-shadow 0.2s linear, transform 0.4s 0.2s;
}

/*  TRANSFORM HAMBERGER ICON  */ 
.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow:transparent 0 0 0;
	box-shadow:transparent 0 0 0;
	-webkit-transform:rotate(45deg) translate3d(6px, -4.8px, 0);
	transform:rotate(45deg) translate3d(6px, -4.8px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform:rotate(-45deg) translate3d(6px, 4.8px, 0);
	transform:rotate(-45deg) translate3d(6px, 4.8px, 0);
}

/*  MENU CSS */
.Menu {
	width:100%;
	height:100%;
	background:#bb3a27;
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-webkit-transition:right 0.4s;
	transition:right 0.4s;
	position:fixed;
	right:-100%;
	bottom:0;
	z-index:9997;
}
.MenuRed {
	background:#FFFFFF;
}
.Menu-list {
	width:320px;
	height:475px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-160px;
}
/*.Menu-item {
	margin: 0;
	height:20%;
	overflow:hidden;
}*/
.Menu-link {
	color:#FFFFFF;
	font-size:3.8em !important;
	font-size:38px\9 !important;   /* for IE<8 */
	line-height:150%;
	text-decoration: none;
	padding:8px 22px;
	display:block;
	position:relative;
	z-index:1;
}
.Menu-link-Red {
	 color:#bb3a27 !important;
 }
.Menu-link:hover {
	color:rgba(207, 125, 113, 0.8);
	text-indent:0;
	line-height:auto;
	transition:color 0.3s ease-in-out;
	-moz-transition:color 0.3s ease-in-out;
	-webkit-transition:color 0.3s ease-in-out;
}
.Menu-link-Red:hover {
	 color:#e5a197 !important;
 }
.Menu li.current a {
	color:rgba(207, 125, 113, 0.8);
}

/*  CALL SLIDE MENU  */
.HiddenCheckbox:checked ~ .Menu {
	right:0;
}

/************************************************************************************
HOME
*************************************************************************************/
#intro {
	width:100%;
	min-width:320px;
	height:100%;
	color:#FFF;
	position:relative;
	overflow:hidden;
}

#hello {
	width:50%;
	text-align:center;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-25%;
}
#intro h1 {
	font-size:8rem;
	font-size:80px\9;   /* for IE<8 */
	font-weight:bold;
	line-height:150%;
	letter-spacing:-4px;
}
#intro p {
	line-height:150%;
}

@media only screen and (max-width: 650px){
	#hello {
		width:480px;
		margin-left:-240px;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*  CSS3 ANIMATION fadeInDown  */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*  CSS3 ANIMATION fadeInUp  */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*  CSS3 ANIMATION fadeIn  */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 3.0s;
	-webkit-animation-duration: 3.0s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-10s {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}

/************************************************************************************
EYEIMG
*************************************************************************************/
#eyeImg {
	width:100%;
	height:45%;
}

/************************************************************************************
PAGE TOP
*************************************************************************************/
#page-top {
	width:50px;
	height:50px;
    position:fixed;
	_position: absolute;   /* for IE6 */
	right:20px;
	bottom:10px;
	z-index:99999;
}
#page-top a {
	width:50px;
	height:50px;
	display:block;
	background-image:url(../images/common/totop.png);
	background-repeat:no-repeat;
	background-position:center;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
    display:block;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}
#page-top a:hover {
	background-image:url(../images/common/totop.png);
	background-repeat:no-repeat;
	background-position:center;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}

/************************************************************************************
NOTES01
*************************************************************************************/
#notes01 {
	background:rgba(187, 58, 39, 0.8);
	background:url(../images/common/red.png) left top repeat\9;   /* for IE<8 */
	color:#FFFFFF;
	padding:30px 0;
}
#notes01 img {
	width:100%;
	height:auto;
	min-height:auto;
	margin-top:30px;
}
#notes01 dl {
	font-size:1.4rem;
	font-size:14px\9;   /* for IE<8 */
	line-height:150%;
	text-align:center;
	margin:30px auto 15px;
	max-width:1655px;
	padding:0 30px;
}
#notes01 h1 {
	line-height:200% !important;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	margin-bottom:20px;
}
#notes01 dl dd {
	padding:0 10px;
}
#notes01 dl dd.date {
	padding-top:15px;
}
#notes01 dl dd.info {
	/*padding-bottom:15px;*/
	line-height:170%;
}
#notes01 dl dd.info a:link {
	text-decoration:underline;
}
#notes01 dl dd.info a:visited {
	text-decoration:underline;
}
#notes01 dl dd.info a:hover {
	text-decoration:none;
}
#notes01 a.ghostButton {
	margin-bottom:30px;
}
#notes01 a.ghostButton {
	text-decoration:none !important;
}
@media only screen and (max-width: 1655px) {
	#notes01 {
		min-width:100%;
		margin-left:0;
		padding:3% 0;
	}
}

/************************************************************************************
ABOUT
*************************************************************************************/
#about {
	width:100%;
	background:#FFF;
	overflow:hidden;
	color:#26292E;
}
#about #who {
	width:100%;
	position:realative !important;
	overflow:hidden !important;
}
#about section {
	display: flex;
	justify-content: center;
}
#about section div {
	width:70%;
	line-height:150%;
	position:absolute;
	background-color:rgba(255, 255, 255, 0.8);
	background:url(../images/common/white.png) left top repeat\9;   /* for IE<8 */
	padding:4%;
	overflow:hidden;
	margin-top:3%;
	
}
#about  section div {
	right:0;
}
#about p {
	line-height:140% !important;
	text-align:left;
}
#about h1 {
	border-top:#26292E 1px solid;
	border-bottom:#26292E 1px solid;
	line-height:200% !important;
	text-align:center;
	margin-bottom:1%;
}
#about figure {
	width:100%;
	height:500px;
}
#about img {
	width:100%;
	min-width:1300px;
}
#about a.ghostButton {
	border:2px #26292E solid;
	color:#26292E;
}

/*  CSS3 ANIMATION slideInRight  */
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@media only screen and (max-width: 650px){
	#about a.ghostButton {
		width:90%;
	}
	#about figure {
		height:450px;
	}
}

@media only screen and (max-height: 610px){
	#about #who div {
		margin-top:2%;
		padding:2%;
	}
	#about a.ghostButton {
		display:none;
	}
}

/************************************************************************************
WORKS
*************************************************************************************/
#works {
	width:100%;
	max-width:1655px;
	padding:30px;
	margin:0 auto;	
	display:block;
	background:#FFF;
}

#works h1 {
	font-size:3.5rem;
	font-size:35px\9;   /* for IE<8 */
	border-top:#26292E 1px solid;
	border-bottom:#26292E 1px solid;
	line-height:200% !important;
	margin-top:3%;
	margin-bottom:1%;
}
.gallery {
	text-align:center;
	margin-top:30px;
	margin-bottom:3%;
}
.gallery .group:after {
	clear:both;
}
.gallery .group:before,
.gallery .group:after {
	content: "";
	display:table;
}

.gallery .section {
	clear:both;
	padding:0px;
	margin:0px;
}
.gallery .section img {
	position:relative;
	overflow:hidden;
	max-width:100%;
	vertical-align:middle;
}
.gallery .col {
	position:relative;
	display:block;
	float:left;
	margin:3% 0 0 3%;
}
.gallery .col span {
	position:relative;
	display:inline-block;
	display:none;
	text-indent:-99999em;
	
}
.gallery .col h2 {
	color:#fefefe;
	font-size:1.4rem !important;
	font-size:14px\9 !important;   /* for IE<8 */
	
	margin-top:48%;
	
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0;
	padding-left:1em;
	padding-right:1em;
	
	border:none;
	line-height:150%;
	letter-spacing:0.5;
}
.gallery .col:hover span {
	display:block;
	z-index:9989;

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	text-align:center;
	background:rgba(187, 58, 39, 0.6);
	background:url(../images/common/red.png) left top repeat\9;   /* for IE<8 */
	text-indent:0;
	line-height:auto;
	transition:background 0.5s ease-in-out;
	-moz-transition:background 0.5s ease-in-out;
	-webkit-transition:background 0.5s ease-in-out;
}
.gallery .col span:hover h2 {
	-webkit-transition:all 0.5s ease-out 0s;
	transition:all 0.5s ease-out 0s;
	display:block;opacity:1;
}
.gallery .col {
	display:block;
	float:left;
	margin:3% 0 0 3%;
}
.gallery .col:first-child {
	margin-left:0;
}
.gallery .section.group:first-child .col {
	margin-top:0;
}
.gallery .group:before,
.gallery .group:after {
	content:"";
	display:table;
}
.gallery .group:after {
	clear:both;
}
.gallery .group {
	zoom:1;
}
.gallery .span_1_of_4 {
	width:22.75%;
}
@media only screen and (max-width: 901px){
	.gallery .span_1_of_4 {
		width:48.375%;
	}
	.gallery .col {
		margin:4% 0 0;
	}
	.gallery .section.group:first-child .col {
		margin:0 0 4%;
	}
	.gallery .col:nth-of-type(even) {
		float:right;
	}
	.gallery .col:nth-child(3),
	.gallery .col:nth-child(4n) {
		margin-bottom:0 !important;
	}
}
@media only screen and (max-width: 481px){
	.gallery .col {
		margin-top:0 !important;
	}
	.gallery .col,
	.gallery .col:nth-child(3),
	.gallery .col:nth-child(4n) {
		margin-bottom:5% !important;
	}
	
	.gallery .section.group:last-child .span_1_of_4:last-child {
		margin-bottom:0 !important;
	}
	
	.gallery .span_1_of_4 {
		width:100%;
	}
	
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px){
	.gallery .col:hover span {
		display:none;
	}
}
@media only screen and (max-width: 320px) {
	.gallery .section.group:last-child .span_1_of_4:last-child {
		margin-bottom:0 !important;
	}
	.gallery .col,.gallery .col:nth-child(3),
	.gallery .col:nth-child(4n) {
		margin-bottom:8.5% !important;
	}
}

/************************************************************************************
NOTES02
*************************************************************************************/
#notes02 {
	background:rgba(38,41,46,0.8);
	color:#FFFFFF;
	padding:30px 0;
}
#notes02 dl {
	font-size:1.4rem;
	font-size:14px\9;   /* for IE<8 */
	line-height:150%;
	text-align:left;
	margin:30px auto 15px;
	max-width:1655px;
	padding:0 30px;
}
#notes02 dl dt {
	font-size:1.6rem;
	font-size:16px\9;   /* for IE<8 */
	font-weight:bold;
	margin-bottom:10px;
}
#notes02 dl dd {
	padding:0 10px;
}
#notes02 a.ghostButton {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	margin-bottom:30px;
}
#notes02 a.ghostButton:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
@media only screen and (max-width: 1655px) {
	#notes02 {
		min-width:100%;
		margin-left:0;
		padding:30px 0;
	}
}



/************************************************************************************
CONTACT
*************************************************************************************/
#contact {
	width: 100%;
	max-width: 1655px;
	padding:30px 30px;
	margin:0 auto;
	background:#FFF;
}
#contact h1 {
	font-size:3.5rem;
	font-size:35px\9;   /* for IE<8 */
	line-height:180%;
}
#contact p {
	font-size:1.4rem;
	font-size:14px\9;   /* for IE<8 */
	padding:0 30px;
	padding-bottom:10px;
	line-height:150%;
}
.icons {
	margin-bottom:10px;
}
.icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.icons ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
}

.icons ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #bb3a27;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);	
}

.icons ul li a span {
	display: inline-block;
	margin: 0;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.icons ul li:hover a,
.icons ul li.active a {
	background-color: #26292E;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

.icons ul li:hover a span,
.icons ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

@media only screen and (max-width: 385px) {
	.icons ul li {
		margin:15px 5px;
	}
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:100%;
	height:15px;
	padding-bottom:40px;
	background:#FFF;
}
#copyrights {
	font-size:1rem;
	font-size:8px\9;   /* for IE<8 */
	line-height:15px;
}