﻿body {
}
#slide
{
    width:100%;
    height:500px;
    margin:0 auto;
    }
#slide iframe
{
      width:100%;
    height:500px;
    margin:0 auto;   
    }    
#out
{
      width:100%;
    height:auto;
    overflow:auto;
    margin:0 auto;
    background-color:#29b5f6;
    padding-top:50px;
    
    }        
    
.boxes
{
    width:1000px;
    /*height:450px;*/
    margin:0 auto;
   
    margin-top:30px;
    }
    
.boxes .panel
{
   
	display:inline;
	float: left;
	position: relative;
	margin-left: 25px;
	margin-right: 0px;
	width:300px; 
	margin-bottom:100px;
}
    
    
.boxes figure figcaption{
	background-color: #0b284a;
	position: absolute;
	top: 0;
	font-size: 13px;
	font-family:calibri;
	line-height: 19px;
	direction:ltr;
	color: white;
	text-align:justify;
	left: 0;
	height: 100%;
	width: 183px;
	padding: 0 5px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
			 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}     

figcaption h3 {
	color: #ffffff;
	text-align: center;
	padding-top: 18px !important;
	font-size: 28px;
	margin-bottom: 28px !important;
	font-family: calibri;

}

figcaption a.btn {
	display: block;
	width:60px;
	height:20px;
	padding-right:1px;
	float: right;
	margin-top: 96px;
	margin-right: 4px;
	background-color:white;
	border-radius:5px;
	color:#0b284a;
	text-decoration:none;
	font-family:calibri;
	text-align:center;
}

.boxes {
	margin-bottom: 70px;
}


.boxes figure div {
	overflow: hidden;
	
}

.boxes figure {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	-ms-perspective: 1700px;
	-o-perspective: 1700px;
	 perspective: 1700px;
    
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    -ms-perspective-origin: 0 50%;
    -o-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
	background-color: #193149;
	
}


.boxes a.btn {
	box-shadow: none;
}

.boxes figure img {
	position: relative;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	
}

.boxes figure:hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.boxes figure:hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
 
#pic
{
    width:100%;
    height:400px;
    margin:0 auto;
    background:url('../../images/pic.jpg') no-repeat top center;
    padding-top:30px;
    margin-bottom:20px;
    }       
#pic #content
{
    width:500px;
    height:300px;
    margin:0 auto;
    text-align:justify;
    line-height:25px;
    color:White;
    font-family:Calibri;
    }    
#see{
        width:80px;
        height:25px;
        background-color:White;
        margin:0 auto;
        text-align:center;
        border-radius:5px;
        margin-top:30px;
    }

     #see a {
         display:block;
       text-decoration:none;
         margin:0 auto;
         color:#0b284a;
        font-family:Calibri;
        }       