/*CSS Customizado - Carousel - Index.html [Parte de SERVIÇOS]
*Obs: Todas as classes customizadas, possuem o prefixo: sys-
*/


.thumb-box {
	height:220px!important;
	width: 100%;
	min-width: 200px!important;
	border:1px solid transparent;
	cursor:pointer;
	display: table;
	margin-top: 15px;
	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.thumb-box:hover {
	margin-top: 0px!important;
	-webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
	transition: all .15s ease-in;

}

div.thumb-box > a:hover, div.thumb-box > a:focus,  {
	text-decoration: none!important;
	outline: 0 none;
}

.thumb-comercial {
	background-color: #0088D8;
	height: 220px;
	padding-top: 15px;
}

.thumb-emidia {
	background-color: #D8D8D8;
	height: 220px;
	padding-top: 15px;
}

.thumb-globosat {
	background-color: #fff;
	height: 220px;
	padding-top: 15px;
}

.thumb-color{
	background-color: #;
	height: 220px;
	padding-top: 15px;
}

.thumb-item {
    margin: 0px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    padding-top: 0px;
    position: relative;
    top: -15px;
}

.thumb-icon {
    position: absolute;
    right: 14px!important;
    font-size: 21px;
    color: rgba(33,33,33,0.6);
}

.thumb-text  {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 14px;

}

div.thumb-box > a{
	text-decoration: none!important;
}

div#owl-two .owl-prev, div#owl-two .owl-next {
	height: 50px;
	width: 40px;
	padding-top: 10px!important;
	background-color: #fff!important;	
	border: 1px solid #979797;
    position: absolute;
    top: 33%;
    margin-top: -15px;
    margin-left: -19px;
    margin-right: -19px;
    text-align: center;
        
}


div#owl-two .owl-prev:hover, div#owl-two .owl-next:hover {
	color: #fff!important;
	background-color: #0088D8!important;	
        
}

/* T A B L E T */
@media (max-width: 959px){
    .thumb-color {
        height: 135px;
    }
    .owl-dots{
        display:none!important;
    }
	.thumb-item {
	    width: 180px!important;
	    padding-top: 7px!important;
	}
	.thumb-comercial {
		background-color: #0088D8;
		height: 135px;
		padding-top: 15px;
	}
	.thumb-emidia {
		background-color: #D8D8D8;
		height: 135px;
		padding-top: 15px;
	}

	.thumb-globosat {
		background-color: #fff;
		height: 135px;
		padding-top: 15px;
	}
	.thumb-text {
    	font-size: 16px;
    	line-height: 20px;
    	margin-top: 10px;
    }
    .thumb-box:hover {
	margin-top: 15px!important;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
	transition:none;

	}
    /*
    #owl-two>.owl-stage-outer>.owl-stage{
		padding-left: 210px!important;
	}*/
}	

@media (max-width: 767px){
	.thumb-box{
	    margin-top: 14px;
	}
    .thumb-color {
        height: 169px;
    }
	.thumb-item {
	    width: 180px!important;
	    padding-top: 25px!important;
	}
	.thumb-comercial {
		background-color: #0088D8;
		height: 169px;
		padding-top: 15px;
	}
	.thumb-emidia {
		background-color: #D8D8D8;
		height: 169px;
		padding-top: 15px;
	}

	.thumb-globosat {
		background-color: #fff;
		height: 169px;
		padding-top: 15px;
		
	}
	.thumb-text {
    	font-size: 14px;
    	line-height: 14px;
    	margin-top: 10px;
	}

	.thumb-box:hover {
		margin-top: 14px!important;
		-webkit-transition: all .15s ease-in;
		-moz-transition: all .15s ease-in;
		-o-transition: all .15s ease-in;
		transition: all .15s ease-in;
	
	}
	#owl-two>.owl-stage-outer {
    width: 100%!important;
    max-width: 767px!important;
    min-width: 280px!important;
    padding-left: 14px;
    margin-left: 8px;
	}
}	
