﻿/* Main */
.hidden {
    display: none;
}
.clear{
	clear:both;
}
.content-wrap-album {
	border:1px #C0C0C0 solid;
}
.list-album-main {
	width: 100%;
}
.head-album {
	padding: 5px;
	background-color: #99CCFF;
}
.head-album h3 {
	font-size: 14px;
}
.albumitem {
	padding: 5px;
}
.imgcontent {
	margin: 0px auto 0px auto;
}

.page-grid .item {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee
}

.page-grid .thumb {
    position: relative;
    overflow: hidden;
    max-height: 220px
}

.page-grid .thumb:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.page-grid .thumb:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.page-grid .thumb:after, .page-grid .thumb:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1
}

.page-grid .thumb img {
    width: 100%;
    min-height: 220px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page-grid h3 {
    padding: 15px
}

.page-grid h3 a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    transition: .4s
}

.page-grid h3 a:hover {
    color: #8cc43f
}

.page-grid .thumb:hover img {
    opacity: .8;
    transform: scale(1.2)
}

.page-grid .thumb:hover:after, .page-grid .thumb:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.album-view h1 {
    font-size: 20px;
    margin-bottom: 20px
}

.album-view .item {
    position: relative;
    margin-bottom: 20px
}

.album-view .thumb {
    position: relative;
    max-height: 190px;
    overflow: hidden
}

.album-view .thumb img {
    width: 100%;
    min-height: 190px;
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
    width: 100%
}

.album-view .thumb:hover img {
    opacity: .5
}

.album-view .thumb:before {
    content: "+";
    position: absolute;
    font-size: 18px;
    color: #fafafa;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fafafa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: auto;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.album-view .thumb:hover:before {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.album-view .thumb a:after, .album-view .thumb a:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1
}

.album-view .thumb a:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.album-view .thumb a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.album-view .thumb a:hover:after, .album-view .thumb a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/* Generate_page */
.generate_page {
	float: right;
	padding: 6px 0px 6px 0px;
}
.generate_page a, .generate_page strong {
	border: 1px solid #999999;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-color: #F0F0F0;
}

/* Images center*/
.jcarousel-wrapper {
    margin: 0 auto 40px auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 -5px;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
}
.jcarousel li > div{
    border: 1px solid #dadada;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    margin: 0 5px;
}
.jcarousel img {
    display: block;
    width: 100%;
    min-height: 120px;
}
.jcarousel-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/* All funcs */
.green {
	color: #0099FF;
}
.padding5 {
	padding: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

/* Comment */
.form_comment {
	border: 1px solid #999999;
	padding: 5px;
}
.form_comment dl {
	padding: 4px 0px 4px 0px;
	margin: 0px;
}
.form_comment dl dd {
	padding: 0px;
	margin: 0px;
	width: 100px;
}
.form_comment dl dt {
	padding: 0px;
	margin: 0px;
	width: 500px;
}
.form_comment input[type=text], .form_comment textarea {
	width: 99%;
}
.form_comment .error {
	color: #FF0000;
	font-size: 11px;
}

.comment-item {

}
.comment-item .avatar {
	width: 50px;
	margin-right: 10px;
	margin-top:5px;
}
.comment-item .content {
	padding: 0px;
	margin: 0px;
	width: 560px;
}
.admin_reply .avatar {
	width: 40px;
	margin-top:5px;
}
.admin_reply .content {
	padding: 0px;
	margin: 0px;
	width: 510px;
}
.pp_social .facebook {
    width: 80px !important;
}
