/* Custom Scroll Image and content options */
.scroll-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.scroll-container .bg-overlay-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

#multiscroll-nav {
    position: absolute!important;
}	

#multiscroll-nav li {
    width: 15px!important;
    height: 15px!important;
    margin: 15px!important;
}

#multiscroll-nav span {
    background: rgba(255, 255, 255, .5)!important;
    border: 1px solid #ffffff!important;
    height: 15px!important;
    width: 15px!important;
}

#multiscroll-nav li .active span{
	 background: #fff!important;
    border: 1px solid #fff!important;
}

/*[class*="scroll-left-image"]:before,
[class*="scroll-right-image"]:before {
	content:'';
	background:rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

[class*="scroll-left-image"] {
	background-position: right center !important;
}

[class*="scroll-right-image"] {
	background-position: left center !important;
}

.scroll-left-image-01 {
	background:url(../img/architect/scroll/ozkanoglusol-01.jpg);
}

.scroll-right-image-01 {
	background:url(../img/architect/scroll/ozkanoglusag-01.jpg);
}

.scroll-left-image-02 {
	background:url(../img/architect/scroll/ozkanoglusol-02.jpg);
}

.scroll-right-image-02 {
	background:url(../img/architect/scroll/ozkanoglusag-02.jpg);
}

.scroll-left-image-03 {
	background:url(../img/architect/scroll/ozkanoglusol-03.jpg);
}

.scroll-right-image-03 {
	background:url(../img/architect/scroll/ozkanoglusag-03.jpg);
}

.scroll-left-image-04 {
    background: url(../img/architect/scroll/ozkanoglusol-04.jpg);
}
.scroll-right-image-04 {
    background: url(../img/architect/scroll/ozkanoglusag-04.jpg);
}
.scroll-right-image-05 {
    background: url(../img/architect/scroll/ozkanoglusag-05.jpg);
}
.scroll-left-image-05 {
    background: url(../img/architect/scroll/ozkanoglusol-05.jpg);
}
.scroll-right-image-06 {
    background: url(../img/architect/scroll/ozkanoglusag-06.jpg);
}
.scroll-left-image-06 {
    background: url(../img/architect/scroll/ozkanoglusol-06.jpg);
}

.content-text {
	padding: 0 60px;
	z-index:5;
    position: absolute;
	left:0;
	right:0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.scroll-heading,
.scroll-content {
	color:#fff;
    margin-bottom: 10px;
}

.content-text .read-more {
	padding: 15px 30px;
}


.single-scroll-left-image-01 {
	background:url(../img/architect/scroll/single-project/left-01.jpg);
}

.single-scroll-right-image-01 {
	background:url(../img/architect/scroll/single-project/right-01.jpg);
}

.single-scroll-left-image-02 {
	background:url(../img/architect/scroll/single-project/left-02.jpg);
}

.single-scroll-right-image-02 {
	background:url(../img/architect/scroll/single-project/right-02.jpg);
}

.single-scroll-left-image-03 {
	background:url(../img/architect/scroll/single-project/left-03.jpg);
}

.single-scroll-right-image-03 {
	background:url(../img/architect/scroll/single-project/right-03.jpg);
}

.single-scroll-left-image-04 {
	background:url(../img/architect/scroll/single-project/left-04.jpg);
}

.single-scroll-right-image-04 {
	background:url(../img/architect/scroll/single-project/right-04.jpg);
}

[class*="scroll-left-image"],
[class*="scroll-right-image"] {
	position:relative;
	background-size:cover;
}

@media (max-width: 1200px) {
/* Single Project */
.content-text .vertical-center {
	display:block;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.scroll-heading {
    font-size: 40px;
	line-height: 50px;
}
}

@media (max-height: 480px) {
.content-text {
    top: 70%;
    transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
}
}

@media (max-width: 768px) {
[class*="scroll-right-image"] {
    opacity: 0;
}

.content-text {
	text-align:center;
	padding:0 15px;
}

.ms-left {
	width:100%!important;
}

.content-text .btn-3 {
	float:none;
	text-align:center;
}
}