@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

.pic {
	width:12.4%;
	position:relative;
	overflow:hidden;
	margin:20px 0px;
	display:inline-block;
	-webkit-animation:anima 2s;
	-moz-animation:anima 2s;
	-o-animation:anima 2s;
	-ms-animation:anima 2s;
	animation:anima 2s;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden
}
.pic-3d {
	-webkit-perspective:500;
	-moz-perspective:500;
	-o-perspective:500;
	-ms-perspective:500;
	perspective:500;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.pic-caption {
	cursor: default;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(9, 9, 36, 0.9);
	padding: 0px 0px 6px 0px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.pic-caption1 {
	cursor: default;
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(9, 9, 36, 0.9);*/
	padding: 0px 0px 6px 0px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.pic-caption1 h1 {
	    color: #FFF;
    font-size: 17px;
	font-weight:bold;
    text-transform: uppercase;
}
.pic-caption1 p {
    line-height: 0px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}


.pic-caption h1 {
	    color: #FFF;
    font-size: 17px;
	font-weight:bold;
    text-transform: uppercase;
}
.pic-caption p {
    line-height: 0px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}
.pic-image {
	width:100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.pic:hover .pic-image {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
.pic-title {
	font-size:1.8em
}
a, a:hover, .pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease
}
.pic:hover .bottom-to-top, .pic:hover .top-to-bottom, .pic:hover .left-to-right, .pic:hover .right-to-left, .pic:hover .rotate-in, .pic:hover .rotate-out, .pic:hover .open-up, .pic:hover .open-down, .pic:hover .open-left, .pic:hover .open-right, .pic:hover .come-left, .pic:hover .come-right {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-moz-touch-callout:none;
	-o-touch-callout:none;
	-ms-touch-callout:none;
	touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-moz-tap-highlight-color:transparent;
	-o-tap-highlight-color:transparent;
	-ms-tap-highlight-color:transparent;
	tap-highlight-color:transparent
}
.bottom-to-top {
	top:50%;
	left:0
}
.pic:hover .bottom-to-top {
	top:0;
	left:0
}

a.more_but {
	padding:10px 10px;
	text-align:center;
	color:#FFF;
	background-color:#fd5300;
	font-weight:100;
	text-decoration:none;
	font-size:16px;
}
a.more_but:hover {
	background-color:#00a651;
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}


ul.list_style1 {
	padding:2px;
}
ul.list_style1 li {
	list-style:none;
	background:url(../images/bullet.png) 0px 5px no-repeat;
	padding: 0px 0px 7px 10px;
	font-size:14px;
	color:#ffffff;
	line-height:15px;
	font-weight:700;
	font-family: 'Droid Sans', sans-serif;
}
a.more_button1 {
	padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: #fd5300;
    font-weight: 100;
    text-decoration: none;
    font-size: 16px;
    /* margin-top: 60px; */
    /* position: absolute; */
    /* margin: 0 auto; */
    /* margin-top: 121px; */
    float: left;
    margin-top: 60px !important;
    margin-left: 60px;

	
}
a.more_button1:hover {
	background-color:#00a651;
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	
}
