body {
}

/* Blog Styles */
h2.blogname {
	border: solid 1px #dddddd;
	border-bottom: none;
	line-height: 50px;
	padding: 2px 8px;
	margin-bottom: 20px;
}

div.blog div.item {
}

div.blog div.byline {
	font-size: 11px;
	color: #999;
}

div.blog div.content {
}

div.blog div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.blog div.end {
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #f2f2f2;
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}

div.blog div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
}

div.blog div.category a {
	text-decoration: none;
}

div.blog div.category a:hover {
	text-decoration: none;
}

div.blog div.category a span {
	text-decoration: underline;
}

div.blog div.category a em {
	color: #909090;
}

div.blog div.category div {
	font-size: 11px;
}
/* End Blog Styles */

/* Start Video Styles */
div.video div.item {
	margin: 7px;
	width: 316px;
	height: 100px;
	background-color: #f2f2f2;
	padding: 6px 3px;
	float: left;
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(../Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 12px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Start Video Styles */

/* Video Styles */
/* End Video Styles */

/* Photo Gallery Styles */
div.pictures div.filter {
	position: relative;
}

div.pictures div.filter select {
	float: right;
	background-color: #333;
	width: 180px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

div.pictures .showmore {
	display: block;
	height: 25px;
	width: 160px;
	padding: 10px;
	background-color: #4c4c4c;
	color: #e9e9e9;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	line-height: 6px;
	margin: 0px auto;
}

div.pictures .showmore:hover {
	text-decoration: none;
	background-color: #000;
}

div.pictures div.picture {
	float: left;
	padding: 10px;
	border: solid 2px #cacaca;
	margin: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
}

div.pictures div.picture div.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: none;
}

div.pictures div.picture div.preview-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #ffffff;
}

div.pictures div.picture div.preview-icon icon.zoom-in {
	font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	cursor: pointer;
}

div.pictures div.picture h3 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	text-align: center;
	font-size: 14px;
	color: #fff;
	bottom: 0px;
	margin: 0px;
	height: 40px;
	z-index: 2;
	line-height: 16px;
	padding-top: 6px;
	text-transform: none;
	vertical-align: middle;
}

div.pictures div.startDown {
	transform-origin: 50% 100% 0;
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
}

div.pictures div.flipUp {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

div.pictures div.startUp {
	transform-origin: 50% 0 0;
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
}

div.pictures div.flipDown {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.pictures div.startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.pictures div.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.gallery {
	position: relative;
	float: left;
	margin: 10px 5px;
}

div.gallery div.ImageGrid a {
	display: block;
	position: relative;
	margin: 0px auto;
}

div.gallery div.ImageGrid a div.bigcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 20px;
}

div.gallery div.ImageGrid img {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.gallery div.ImageGrid a div.hover {
	display: none;
}

div.gallery div.ImageGrid a .shade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 83%;
	background-color: #000000;
	opacity: .58;
	filter: alpha(opacity=58);
}

div.gallery div.ImageGrid a .viewbg {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 230px;
	height: 60px;
	background-color: #ffffff;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 10px;
}

div.gallery div.ImageGrid a .view {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 228px;
	height: 58px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
}

div.gallery div.ImageGrid a .view span {
	position: absolute;
	top: 0px;
	left: 65px;
	font-size: 18px;
	display: block;
}

div.gallery div.ImageGrid a .view icon {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 38px;
}

div.gallery div.thumb {
	position: relative;
	width: 270px;
	height: 152px;
	border: solid 1px #d6d6d6;
}

div.gallery div.thumb a.name {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;
	height: 70px;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	text-align: center;
	line-height: 70px;
}

div.gallery div.thumb a.name icon {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #ffffff;
}

div.gallery a.btn {
	display: none;
	margin: 10px auto 0px auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.gallery a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.gallery div.caption {
	display: none;
	width: 250px;
	height: 100px;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 240px;
	z-index: 10;
	border: solid 1px #e2e2e2;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	color: #ffffff;
}
/* End Photo Gallery Styles */

/* Before and After System */
div.bagallery {
	width: 100%;
	padding: 20px 10px;
}

div.bagallery div.image {
	position: relative;
	width: 300px;
	height: 250px;
	float: left;
	border: solid 1px #cfcfcf;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	border-radius: 3px;
}

div.bagallery div.image a.view {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 80px;
	background-color: rgba(0,0,0,.5);
	background-color: #000000\9;
	text-align: center;
	line-height: 80px;
	color: #eeeeee;
	font-size: 22px;
}

div.bagallery div.image a.view:hover {
	text-decoration: none;
}

div.bagallery div.content {
	position: relative;
	width: 45%;
	float: left;
	padding-left: 20px;
}

div.bagallery div.content h3 {
	margin-top: 0px;
}

div.bagallery div.content a.btn {
	display: block;
	margin: 0px auto;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.bagallery div.content a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.case {
	position: relative;
	float: left;
	margin: 10px;
}

div.case div.thumb {
	position: relative;
	width: 340px;
	height: 240px;
	border: solid 1px #d6d6d6;
}

div.case div.thumb div.name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 340px;
	height: 70px;
	font-size: 19px;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	text-align: center;
	line-height: 70px;
}

div.case a.btn {
	display: block;
	margin: 10px auto 0px auto;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.case a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.case div.ImagePreview {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	border: solid 1px #e2e2e2;
	top: 155px;
	left: 10px;
	z-index: 10;
}

div.case div.ImagePreview a {
	display: inline-block;
	float: left;
	width: 200px;
	height: 70px;
}

div.case div.ImagePreview a img {
	float: left;
	width: 100px;
	height: 70px;
}

.beforeafter div.outerImg {
	position: relative;
	width: 500px;
	height: 350px;
	overflow: hidden;
	margin: 10px auto;
	background-repeat: no-repeat;
	background-position: left top;
}

.beforeafter div.outerImg div.btn {
	position: absolute;
	bottom: 0px;
	width: 44px;
	height: 44px;
	background-color: #000;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	text-align: center;
	font-size: 30px;
	display: block;
	cursor: pointer;
}

.beforeafter div.outerImg div.btn:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}

.beforeafter div.outerImg div.btn icon {
	line-height: 44px;
}

.beforeafter div.outerImg div.btn icon.lock {
	padding-left: 11px;
}

.beforeafter div.outerImg div.btn.left {
	left: 0px;
}

.beforeafter div.outerImg div.btn.right {
	right: 0px;
}

.beforeafter div.innerImg {
	position: relative;
	width: 50%;
	height: 100%;
	border-right: solid 4px #cccccc;
	background-repeat: no-repeat;
	background-position: left top;
}

.beforeafter div.innerImg div.handle {
	position: absolute;
	top: 50%;
}

.beforeafter div.innerImg div.handle.left {
	right: 8px;
	width: 0px;
	height: 0px;
	margin-top: -10px;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px transparent;
	border-right: solid 10px #fff;
	display: none;
}

.beforeafter div.innerImg div.handle.right {
	right: -33px;
	width: 0px;
	height: 0px;
	margin-top: -10px;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px #fff;
	border-right: solid 10px transparent;
	display: none;
}

.beforeafter div.innerImg div.handle.midL {
	right: 0px;
	width: 4px;
	height: 80px;
	margin-top: -40px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	display: none;
}

.beforeafter div.innerImg div.handle.midR {
	right: -8px;
	width: 4px;
	height: 80px;
	margin-top: -40px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	display: none;
}

.beforeafter .portraitImg {
	margin: 10px auto;
}

.beforeafter .leftImg {
	position: relative;
	float: left;
}

.beforeafter .rightImg {
	position: relative;
	float: left;
}
/* End Before and After System */