.og-container {
	width: 100%;
	display:inline-block;
}

.gallery-title {
    margin-bottom: 30px;
    text-align: center;
}

.gallery-title span {
	background: #ffffff;
	padding:0px 6px;
	color: #808080;
	text-shadow: 2px 2px 2px #d1d1d1;
}

.og-container .og-album {
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.og-container .og-album img:hover {
	opacity: 0.7;
}

.og-container .og-album-1-1 {
	background: url('../image/opencart_gallery/square-120.png') no-repeat;
	width: 140px;
	height: 140px;
	position: relative;
	margin: auto;
}
.og-container .og-album-1-1 img {
	position: absolute;
	top: 10px;
	left: 10px;
}
.og-container .og-album-1-2 {
	background: url('../image/opencart_gallery/square-160.png') no-repeat;
	width: 183px;
	height: 183px;
	position: relative;
	margin: auto;
}
.og-container .og-album-1-2 img {
	position: absolute;
	top: 12px;
	left: 12px;
}
.og-container .og-album-1-3 {
	background: url('../image/opencart_gallery/square-200.png') no-repeat;
	width: 228px;
	height: 228px;
	position: relative;
	margin: auto;
}
.og-container .og-album-1-3 img {
	position: absolute;
	top: 14px;
	left: 14px;
}

.og-container .og-album-0-1 {
	background: url('../image/opencart_gallery/rectangular-120.png') no-repeat;
	width: 140px;
	height: 109px;
	position: relative;
	margin: auto;
}
.og-container .og-album-0-1 img {
	position: absolute;
	top: 10px;
	left: 10px;
}
.og-container .og-album-0-2 {
	background: url('../image/opencart_gallery/rectangular-160.png') no-repeat;
	width: 184px;
	height: 143px;
	position: relative;
	margin: auto;
}
.og-container .og-album-0-2 img {
	position: absolute;
	top: 12px;
	left: 12px;
}
.og-container .og-album-0-3 {
	background: url('../image/opencart_gallery/rectangular-200.png') no-repeat;
	width: 226px;
	height: 177px;
	position: relative;
	margin: auto;
}
.og-container .og-album-0-3 img {
	position: absolute;
	top: 14px;
	left: 13px;
}

.og-container p {
	margin-top: 5px;
	font-weight: normal;
}
.og-container p a {
	text-decoration: none;
}
.og-container p img{
	margin-top: 3px;
}



.og-container .album-info {
	display: table;
	margin-bottom: 20px;
}
.og-container .album-info .left{
	width: 400px;
	float: left;
}
.og-container .album-info .left .main-image-0 {
	background: url('../image/opencart_gallery/rectangular.png') no-repeat;
	width: 380px;
	height: 298px;
}
.og-container .album-info .left .main-image-0 img {
	position: relative;
	top: 24px;
	left: 22px;
}
.og-container .album-info .left .main-image-1 {
	background: url('../image/opencart_gallery/square.png') no-repeat;
	width: 380px;
	height: 380px;
}
.og-container .album-info .left .main-image-1 img {
	position: relative;
	top: 17px;
	left: 17px;
}

.og-container .album-info .left .main-info {
	width: 380px;
	text-align: center;
}

.og-container .album-info .right{
	margin-left: 400px;
	text-align: center;
	float: none;
}
.og-container .album-info .right .image-list {
	width: 580px;
	margin: 10px 0px;
}

.og-container .album-info .right .image-list div {
	float: left;
	margin: 0px auto 20px auto !important;
	text-align: center;
	width: 25%;
}
.og-container .album-info .right .image-list div img{
	border: 1px solid #d1d1d1;
	padding: 2px;

}
.og-container .album-info .right .image-list div img:hover {
	opacity: 0.7;
}

.og-container .album-info {
	display: table;
	margin-bottom: 20px;
}
.og-container .album-info .left{
	width: 400px;
	float: left;
}
.og-container .album-info .left .main-image {
	background: url('../image/opencart_gallery/rectangular.png') no-repeat;
	width: 380px;
	height: 298px;
}
.og-container .album-info .left .main-image img {
	position: relative;
	top: 24px;
	left: 22px;
}
.og-container .album-info .left .main-info {
	width: 380px;
	text-align: center;
}

.og-container .album-info .right{
	margin-left: 400px;
	text-align: center;
	float: none;
}
.og-container .album-info .right .image-list {
	width: 580px;
	margin: 10px 0px;
}

.og-container .album-info .right .image-list div {
	float: left;
	margin: auto;
	text-align: center;
	width: 25%;
	height: 120px;
}
.og-container .album-info .right .image-list div img{
	border: 1px solid #d1d1d1;
	padding: 2px;
}

.og-container .video-info {
	display: table;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.og-container .htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 20px;
}
.og-container .htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.og-container .htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.og-container .tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}

/*************VIDEO*************/
.og-container .og-vd-md {
	text-align: center;
	margin: auto;
}
.og-container .og-vd-md img:hover {
	opacity: 0.7;
}
.og-container .og-vd-md a img {
	border: 2px solid #d1d1d1;
	padding: 1px;
	z-index: 80;
	margin: 0px auto 15px auto;
	position: relative;
}
.og-container .og-vd-md p {
	margin-top: 8px;
}
.og-container .og-vd-md-1 {
	width: 128px;
	height: 72px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-2 {
	width: 160px;
	height: 90px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-3 {
	width: 192px;
	height: 108px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-4 {
	width: 224px;
	height: 126px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-5 {
	width: 256px;
	height: 144px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-6 {
	width: 288px;
	height: 162px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .og-vd-md-7 {
	width: 320px;
	height: 180px;
	margin: auto;
	position: relative;
	z-index: 80;
}
.og-container .play-button {
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: 100;
	display: inline-table;
	left: 39px;
	top: 11px;
}
.og-container .og-vd-md-1 .play-button {
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: 100;
	display: inline-table;
	left: 39px;
	top: 11px;
}
.og-container .og-vd-md-2 .play-button {
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: 100;
	display: inline-table;
	left: 55px;
	top: 20px;
}
.og-container .og-vd-md-3 .play-button {
	width: 50px;
	height: 50px;
	position:absolute;
	z-index: 100;
	display: inline-table;
	left: 70px;
	top: 29px;
}
.og-container .play-button-1 {
	background: url('../image/opencart_gallery/play_button/1.png') no-repeat;
}
.og-container .play-button-2 {
	background: url('../image/opencart_gallery/play_button/2.png') no-repeat;
}
.og-container .play-button-3 {
	background: url('../image/opencart_gallery/play_button/3.png') no-repeat;
}
.og-container .play-button-4 {
	background: url('../image/opencart_gallery/play_button/4.png') no-repeat;
}
.og-container .play-button-5 {
	background: url('../image/opencart_gallery/play_button/5.png') no-repeat;
}
.og-container .play-button-6 {
	background: url('../image/opencart_gallery/play_button/6.png') no-repeat;
}
.og-container .play-button-7 {
	background: url('../image/opencart_gallery/play_button/7.png') no-repeat;
}
.og-container .play-button-8 {
	background: url('../image/opencart_gallery/play_button/8.png') no-repeat;
}

.video-container {
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	margin-bottom: 30px;
	height:0;
	overflow:hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
	top:0;
	left:0;
}
.album-wall{
	margin-bottom: 20px;
}
.popup-pict{
	display: block;
	text-align: center;
	margin-bottom: 30px;

}

.popup-pict:hover,
.popup-pict:focus{
	outline:0;
	border: 0;
}
.popup-pict img{
	margin-top: 10px;
	max-width: 100%;
}
.album-title{
	margin-bottom: 30px;
	text-align: center;
}
.album-description{
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.project {
	text-align: center;
	width: 100%;
	padding: 0 1.5625rem;
}

.project__items {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.project__items {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.project__item {
	width: 33%;
	margin-bottom: 14px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.project__item {
		width:calc(100% + 50px);
		margin: 0 -25px 1.5625rem;
	}
}

.item__image {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	transition: .5s;
	margin-bottom: 0.5rem;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.item__image {
		margin-bottom:.8125rem;
	}
}

.item__image_info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: 1.5s;
	background: rgba(0,0,0,.7);
	padding: 1.5625rem;
	color: #fff;
}

.item__link {
	color: #fff;
}

al {
	width: 100%;
	height: 100%;
	padding: 3.125rem;
	border: 2px solid #fff;
}

.item__image_info .info__content {
	width: 100%;
	height: 100%;
	padding: 2.5rem;
	border: 2px solid #fff;
}

.page_portfolio .info__content {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* display: block; */
}

@media screen and (max-width: 1440px) {
	.item__image_info .info__content {
		padding:1.5625rem;
	}
}

.item__image_info .info__title {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 300;
	margin-bottom: 1.875rem;
	color: #fff;
}

.page_portfolio .info__content .info__square {
    font-size: .9375rem;
    line-height: 1.5625rem;
    font-weight: 400;
}

.item__image_info .info__desc {
	font-size: .9375rem;
	line-height: 1.5625rem;
	font-weight: 400;
	color: hsla(0,0%,100%,.8);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.page_portfolio .info__content .info__more {
    font-size: .75rem;
    line-height: 1.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.item__image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 5s;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.project__item:hover img {
	transform: scale(1.1);
}

.project__item:hover .item__image_info {
	opacity: 1;
}

.project__gall {
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.project__gall {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon-arrow {
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/arrow-right.svg) no-repeat center 0;
	background-size: cover;
}

.page_portfolio .info__content .info__more i {
    margin-bottom: 2px;
    margin-left: 11px;
}