
/***Demo Image***/

.sv_demo_box1{
	overflow:hidden;
	margin:20px 0px;
	padding:20px 0px;
}
.sv_demo_box1_in{
	overflow:hidden;
}
.sv_demo_box1_img{
	overflow:hidden;
	padding:20px 0px;
}
.sv_demo_box1_img section{
	width:33.333%;
	float:left;
	overflow:hidden;
}
.sv_demo_box1_img p{
	margin:8px;
	border:4px solid #f2f2f2;
	display:block;
	opacity:0.8;
	overflow:hidden;
    box-shadow: 0px 1px 1px 1px #999;
	border-radius:5px;
}
.sv_demo_box1_img img{
	width:100%;
	height:250px;
	display:block;
}
.sv_demo_box1_title {
    overflow: hidden;
    padding: 15px;
    font-size: 40px;
    color: #333;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
	clear:both;
}.sv_demo_box1_title2 {
    overflow: hidden;
    padding: 10px;
    font-size: 18px;
    color: #666;
    text-align: center;
    font-family: sans-serif;
	clear:both;
	margin-bottom:20px;
}

.sv_demo_box1_img iframe {
    width: 100%;
    display: block;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sv_demo_box1_img p:hover{
	opacity:1;
	border-color:#CCC;
	/*border-left-color:#800040;
	border-right-color:#008040;
	border-top-color:#F47A00;
	border-bottom-color:#004080;*/
}
.sv_demo_box1_link{
	overflow:hidden;
	padding:20px 0px;
}
.sv_demo_box1_link a{
    display: inline-block;
    color: #DF0000;
    background: rgba(255,255,255,0.1);
    border: 3px solid #DF0000;
    border-radius: 5px;
    font-family: 'ProximaNovaBold';
    font-size: 26px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 10px;
}

.sv_demo_box1_link a:hover{
	background:#DF0000;
	color:#FFF;
}


.ggp_gallery_box{
	overflow:hidden;
	padding:10px;
}

.sv_demo_box1_img p{
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
}
.sv_demo_box1_img a{
	width:100%;
	height:250px;
	display:block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-position: 50%,50%;
    background-repeat: no-repeat,no-repeat;
    background-size: cover,20%;
	transition:ease-in-out 0.2s all;
}
.sv_demo_box1_img a:hover{
    background-position: 100%,50%;
	background-size: cover,40%;
}
.sv_demo_box1_img section p{
	position:relative;
}
.sv_demo_box1_img a{
}
.sv_demo_box1_img small{
	background:rgba(0,0,0,0.3);
	text-align:right;
	font-size:12px;
	color:#FFF;
	line-height:18px;
	position:absolute;
	width:96%;
	bottom:-60px;
	left:0px;
	padding:2%;
	height:35px;
	overflow:hidden;
	transition:ease-in-out 0.2s all;
}
.sv_demo_box1_img aside {
    margin: 8px;
    border: 4px solid #f2f2f2;
    display: block;
    opacity: 0.8;
    overflow: hidden;
    box-shadow: 0px 1px 1px 1px #999;
    border-radius: 5px;
	position:relative;
}
.sv_demo_box1_img aside:hover small{
	bottom:0px;
}