@charset"UTF-8";

h4 {
	margin:8px 8px 10px 8px;
	padding:3px 5px;
	border-left:5px solid #6f6;
	background-color:#ff9;
	color:#000;
}

.text-setumei {
	margin:8px 8px 10px 8px;
}

.caption-efect {
	width:300px;
	height:280px;
}


.css-fonts {
	font-weight:bold;
}

#side-ul {
	list-style: none;
	padding:3px 10px;
}

#side-ul li {
	list-style: none;

}

#menubar1 ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#menubar1 li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#menubar1 li a{
display: block; 
border: 1px solid #666;
background-color: #ccc;
padding: 3px;
text-decoration: none;
color: #333;
width: 100px; 
margin: 1px;
text-align: center;
font-size: 14px;
}
#menubar1 li a:hover{
background-color: #2d56be;
color: #fff;
}




#menubar2 ul{
margin: 0; 
padding: 0; 
list-style: none;


}
#menubar2 li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menubar2 li a{
display: block; 
border: 1px solid #474655;

border-left: 1px solid #474655;
border-top: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #fff;
padding: 3px;
text-decoration: none;
color: #333;
width: 100px; 
margin: 1px 0px;
text-align: center;
font-size: 14px;
}
#menubar2 li a:hover{
border-left: 1px solid #474655;
border-top: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #F3D898;
}
#menubar2 #haji li a{
display: block; 
border: 1px solid #474655;
background-color: #fff;
padding: padding: 3px 10px;;
text-decoration: none;
color: #333;
width: 100px; 
margin: 1px 0px;
text-align: center;
font-size: 14px;
}
#menubar2 #haji li a:hover{
display: block; 
border: 1px solid #474655;
background-color: #F3D898;
}


#menubar3 ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menubar3 li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menubar3 li a{
display: block; 
border-left: 8px solid #C97556;
background-color: #474655;
padding: 3px 10px;
text-decoration: none;
color: #E1E2CF;
width: 100px; 
margin: 1px 0px;
text-align: left;
font-size: 14px;
}
#menubar3 li a:hover{
border-left: 8px solid #990033;
background-color: #474655;
}


#menubar4 ul{
margin: 0; 
padding: 0; 
list-style: none;
}
#menubar4 li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menubar4 li a{
display: block;
width: 100px;
padding: 3px;
margin: 10px 0px 10px 0px;
text-decoration: none;
border:outset 3px #C2CBBD;
background-color: #C2CBBD;
text-align: center;
color: #000000;
font-size: 14px;
}
#menubar4 li a:hover{
border: inset 3px #95A38D;
background-color: #95A38D;
}


#menubar5 ul{
list-style: none; 
padding:0;
margin:0;
}
#menubar5 li{
padding: 0; 
margin: 0;
float: left;
}
#menubar5 li a{
display: block;
width: 80px;
border-bottom: 1px dotted #555;
text-decoration: none;
color: #555;
padding: 0px 0px 0px 20px;
margin: 0px 2px;
text-align: left;
font-size: 14px;
}
#menubar5 li a:hover{
background:url(../images/gazou1.gif) no-repeat left center;
}


#menubar6 ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menubar6 li{ 
padding: 0; 
margin: 0; 
float: left;
}
#menubar6 li a{
display: block; 
background: url(../images/navi1.gif) no-repeat;
border: 0px;
padding: 3px;
text-decoration: none;
color: #333;
width: 100px; 
height: 31px;
margin: 0px;
padding: 4px;
text-align: center;
font-size: 14px;
}
#menubar6 li a:hover{
display: block; 
background: url(../images/navi2.gif) no-repeat;
text-decoration: underline;
color: #fff;
margin: 0px;
}






.figure1 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure1 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure1:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.figure2 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure2 img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure2:hover img {
	width: 350px;
}

.figure3 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure3 img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure3:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}


.figure4 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure4 img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure4:hover img {
	width: 300px;
}


.figure5 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure5 img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure5:hover img {
	margin-left: 0;
}

.figure6 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure6 img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure6:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.figure7 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure7 img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure7:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.figure8 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure8 img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure8:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.figure9 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure9 img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure9:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}


.figure10 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure10 img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure10:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}


.figure11 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure11 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure11:hover img {
	opacity: .5;
}

.figure12 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure12 {
	background: #1abc9c;
}
.figure12 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.figure12:hover img {
	opacity: .5;
}

.figure13 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure13:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


.figure14 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure14 {
	position: relative;
}
.figure14::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.figure14:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.figure15 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure15 {
	position: relative;
}
.figure15::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.figure15:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


.figure16 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure16 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption16 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figure16:hover figcaption {
	opacity: 1;
}


.figure17 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure17 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption17 {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.figure17:hover figcaption {
	top: 0;
	left: 0;
}

.figure18 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure18 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption18 {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.figure18:hover figcaption {
	top: 0;
	left: 0;
}

.figure19 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure19 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption19 {
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.figure19:hover figcaption {
	top: 0;
	left: 0;
}

.figure20 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure20 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption20 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figure20:hover figcaption {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1);
	opacity: 1;
}

.figure21 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.figure21 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption21 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotate(90deg) scale(3);
	transform: rotate(90deg) scale(3);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figure21:hover figcaption {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1);
	opacity: 1;
}

.figure22 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure22 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption22 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.figure22:hover figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.figure23 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure23 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption23 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.figure23:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.figure24 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure24 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption24 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.figure24:hover figcaption {
	-webkit-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
	opacity: 1;
}

.figure25 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure25 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption25 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figcaption25 h5,
.figcaption25 p {
	position: absolute;
	left: -100%;
	width: 260px;
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption25 h5 {
	top: 30px;
}
.figcaption25 p {
	top: 75px;
}
.figure25:hover figcaption {
	opacity: 1;
}
.figure25:hover figcaption h5,
.figure25:hover figcaption p {
	left: 20px;
}
.figure25:hover figcaption h5 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.figure25:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.figure26 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure26 {
	position: relative;
	width: 300px;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.figure26 div {
	overflow: hidden;
}
.figcaption26 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform .4s, opacity .1s .3s;
	transition: transform .4s, opacity .1s .3s;
	opacity: 0;
}
.figcaption h5,
.figcaption p {
	text-align: left;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}
.figure26:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: -webkit-transform .4s, opacity .1s;
	transition: transform .4s, opacity .1s;
	opacity: 1;
}
.figure26:hover figcaption h5,
.figure26:hover figcaption p {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 1;
}

.figure27 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure-inner27 {
	position: relative;
	width: 300px;
	-webkit-perspective: 1000;
	perspective: 1000;
	width: 300px;
	height: 200px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.image27,
.figcaption27 {
	position: absolute;
	width: 300px;
	height: 200px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.image27 {
	z-index: 2;
}
.figcaption27 {
	background: #000;
	border: 2px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.figure27:hover .figure-inner27,
.figcaption27 { 
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.figure28 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure28 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption28 {
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
.figure28:hover figcaption {
	bottom: 0;
}
.figure29 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure29 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption29 {
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
.figure29:hover figcaption {
	right: 100%;
}
.figure30 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure30 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figcaption30 h6 {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption30 .captionmoji3 {
	position: absolute;
	left: -18px;
	
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption30 h6 {
	top: -40px;
}
.figcaption30 .captionmoji3 {
	bottom: -60px;
}
.figure30:hover figcaption h6 {
	top: 0;
}
.figure30:hover .captionmoji3 {
	bottom: -10px;
}
.figure31 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure31 {
	position: relative;
	overflow: hidden;
	width: 300px;
}
.figure31 img {
	position: relative;
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption31 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	background: #46ceb4;
	-webkit-transition: .3s;
	transition: .3s;
}
.figure31:hover img {
	-webkit-transform: translateY(-100px);
	transform: translateY(-170px);
}
.figure32 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure32 {
	position: relative;
	overflow: hidden;
	width: 300px;
	background: #46ceb4;
}
.figure32 img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption32 {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 70px;
	background: #46ceb4;
	-webkit-transition: .3s;
	transition: .3s;
}
.figure32:hover img {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.figure32:hover figcaption {
	bottom: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(0px);
}
.figure33 {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.figure33 {
	position: relative;
	overflow: hidden;
	width: 300px;
	background: #46ceb4;
}
.figure33 img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption33 {
	position: absolute;
	bottom: 0;
	right: -170px;
	z-index: 2;
	width: 170px;
	height: 100%;
	background: #46ceb4;
	-webkit-transition: .3s;
	transition: .3s;
}
.figure33:hover img {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}
.figure33:hover .figcaption33 {
	right: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}


a.btn{
  display: inline-block;
  width: 120px;
  margin: 45px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}

a.sample1:hover {
  border: 1px solid rgba(0,0,0,.5);
  color: rgba(0,0,0,.5);
}

a.sample2:hover {
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(0,0,0,.5);
}

.sample3:hover {
  box-shadow: 0 0 20px 5px rgba(255,255,255,.3) inset;
}

a.sample4:hover {
  background: #fff;
  color: #555;
}

a.sample5:hover {
  border-radius: 8px;
}


a.sample6 {
  position: relative;
  z-index: 2;
}
a.sample6::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #fff;
  transition: .3s;
}
a.sample6:hover::after {
  border-width: 3px;
}


a.sample7 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
a.sample7::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  transition: .3s;
}
a.sample7:hover::after {
  width: 130px;
  height: 130px;
  margin: -65px 0 0 -65px;
}


a.sample8 {
  position: relative;
  z-index: 2;
}
a.sample8::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  background: rgba(0,0,0,.2);
  transition: .3s;
}
a.sample8:hover::after {
  width: 100%;
  height: 100%;
}

a.sample9 {
  position: relative;
  z-index: 2;
}
a.sample9::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: rgba(0,0,0,.2);
  transition: .3s;
}
a.sample9:hover::after {
  width: 100%;
}


a.sample10 {
    position: relative;
    z-index: 2;
    perspective: 400px;
    transition-delay: 0s;
    transition-delay: 0s;
}
a.sample10::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0,0,0,.2);
    transition: .3s;
    visibility: hidden;
    transform: rotateX(270deg);
    transform-origin: 50% 0;
    transition: .3s;
}
a.sample10:hover::after {
    visibility: visible;
    transform: rotateX(0);
}


a.sample11 {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.sample11::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#fff;
  transition:.3s;
}
a.sample11:hover {
  color:#555;
}
a.sample11:hover::after {
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px;
}


a.sample12 {
  position:relative;
  z-index:2;
  overflow:hidden;
  transition-delay:0;
}
a.sample12::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  margin:0;
  background:#fff;
  transition:.3s;
  transition-delay:.4s;
}
a.sample12:hover {
  color:#555;
  transition-delay:.4s;
}
a.sample12:hover::after {
  left:0;
  transition-delay:0;
}


a.sample13 {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.sample13::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px;
  border:65px solid rgba(255,255,255,0);
  border-radius:50%;
  transition:.5s;
}
a.sample13:hover::after {
  border-width:0;
  border-color:rgba(255,255,255,1);
}


a.sample14 {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.sample14::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px;
  border:65px dotted rgba(255,255,255,0);
  border-radius:50%;
  transition:.5s;
}
a.sample14:hover::after {
  border-width:0;
  border-color: rgba(255,255,255,1);
}

a.sample15 {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.sample15::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px;
  border:65px double rgba(255,255,255,0);
  border-radius:50%;
  transition:.5s;
}
a.sample15:hover {
  color:#555;
}
a.sample15:hover::after {
  border-width:0;
  border-color:rgba(255,255,255,1);
  background:#fff;
}

.navul{
  padding: 20px;
}
.navulli{
  display: inline-block;
  border: 1px solid #D35400;
  padding: 10px;
  background: #F39C12;
  width: 100px;
  text-align: center;
}
.navullia{
      color: #fff;
      text-decoration: none;
}



p.border {
    border-width: 5px;
    border-color: #CC6600;
    border-style: none;
    background-color: #FFFFFF;
}

p.border1 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: dotted;
    background-color: #FFFFFF;
}

p.border2 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: dashed;
    background-color: #FFFFFF;
}

p.border3 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: solid;
    background-color: #FFFFFF;
}

p.border4 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: double;
    background-color: #FFFFFF;
}

p.border5 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: groove;
    background-color: #FFFFFF;
}

p.border6 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: ridge;
    background-color: #FFFFFF;
}

p.border7 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: inset;
    background-color: #FFFFFF;
}

p.border8 {
    border-width: 5px;
    border-color: #CC6600;
    border-style: outset;
    background-color: #FFFFFF;
}



