.owl-carousel,
.featured-works {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}


/*------------------------------------------------------------------
[ Full screen slider / .owl-fullscreen ]
------------------------------------------------------------------*/

.fullscreen-template {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.owl-fullscreen {
    position: relative;
}

/* (de la meniul vechi)
.owl-fullscreen {
    position: relative;
    top: 60px;
}
*/

.owl-fullscreen .item {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#sync1 .item {
    color: #fff;
    text-align: center;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.5s ease;
    opacity: 0;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: transparent;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: -o-calc(50% - 20px);
    top: calc(50% - 20px);
}

#sync1.owl-theme .owl-prev {
    left: 60px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

#sync1.owl-theme .owl-next {
    right: 60px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

#sync1:hover .owl-prev {
    left: 6px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
	opacity: 1;
}

#sync1:hover .owl-next {
    right: 6px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
	opacity: 1;
}

.counter-fullscreen {
    font-family: "Montserrat", sans-serif;
    position: absolute;
	width: 30px;
	bottom: 22px;
    left: auto;
	right: 20px;
    z-index: 9;
	font-size: 14px;
    font-weight: 400;
	color: #fff;
    text-align: center;
	opacity: 0.7;
}

.counter-fullscreen span {
    position: relative;
}

/*
.counter-fullscreen span.current {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.counter-fullscreen span.total {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
*/

.counter-fullscreen span.separator {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin-top: 2px;
	margin-bottom: 4px;
}

.owl-item.active h1 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-item.active .buttons-holder {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.6s;
}


/*-------------------------------------------------------*/
/* OWL INDEX Partners
/*-------------------------------------------------------*/

.partners-light{
	position:relative;
}

.partners-light .partners-outer{
	position:relative;
}

.partners-light .partners-outer .owl-dots,
.partners-light .partners-outer .owl-nav{
	position:relative;
	display:none;
}

.partners-light .partners-outer .image-box{
	position:relative;
	text-align:center;
}

.partners-light .partners-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.partners-light .partners-outer .image-box img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


