@media screen and (min-width: 100px) {
	.img-carousel{
		height:auto;
		width:100%;
	}
	.footery{
	background-color: #e2e2e2;
	bottom:0;
	}
	.footery ul li{
		display:block;
	}
	.fa-2x {
	font-size: 1.5em !important;
	}
}
@media screen and (min-width: 768px) {
	.img-carousel{
		height:auto;
		width:100%;
	}
	.footery{
	background-color: #e2e2e2;
	}
	.footery ul li{
		display:inline;
	}
	.fa-2x {
	font-size: 2em !important;
	}
}
.square{
		height: 105px;
		background-color: red;
		transition: all 0.5s ease-in-out 0.2s;
		overflow: hidden;
	}
	.square img:nth-child(1){
		height: 105px;
	}
	.square img:nth-child(2),.square img:nth-child(3){
		height: 80px;
		width: 100%;
	}
	.square:hover{
		height: 265px;
	}
/* Homepage*/
@font-face {
  font-family: 'Corpo_S';
  src: url('http://autoviacaomicaelense.pt/assets/fonts/Corpo_S.ttf');
}

#cf {
  position:relative;
  margin:0 auto;
  height: 105px;
}

#cf img {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	height: 105px;
}
#cf img.top:hover {
  opacity:0;
}

#cf:hover .p1{
  margin-top:-105px;
}
#cf:hover .p2{
  margin-top:-210px;
}
#cf:hover .p4{
  opacity:0;
}
/*Fim*/
html, body{
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(118,122,125,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(118,122,125,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(118,122,125,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(118,122,125,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(118,122,125,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(118,122,125,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#767a7d',GradientType=0 ); /* IE6-9 */
width: 100%!important;
height: 100%!important;
background-attachment: fixed!important;
}
body{
	font-family: 'Arial', sans-serif;
}
body {
	width: 100%!important;
	height: 100%!important;
}
.light{
	font-weight: normal;
}
h1,h2,h3,h4,h5{
	font-family: 'Ubuntu', sans-serif;
	color:rgb(2, 86, 130);
	font-weight: bold;
}
ul li{
	list-style: none;
}
h4{
	font-weight: bold;
}
p{
	color: #4a4a4a;
}
.header{
	background-color: #e2e2e2;
}
.main{
	background-color: #e8e8e8;
	max-width: 1164px;
	margin-right: auto;
	margin-left: auto;
}
.main .row{
	margin-right: -9px;
}
.row.header{
	margin: 0;
}
.navbar{
	font-weight: initial!important;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background: rgb(120,124,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,124,127,1) 0%, rgba(33,35,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,124,127,1)), color-stop(100%,rgba(33,35,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787c7f', endColorstr='#212325',GradientType=0 ); /* IE6-9 */
	height: 50px;
	min-height: 50px;
	z-index: 1;
	border-bottom: 5px solid rgb(38, 40, 42)!important;
	font-family: 'Corpo_S';
}
a.navbar{
	color: #e8e8e8!important;
}
.nav>li>a:hover{
	border-bottom: solid 5px #00adef!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	  border-color: transparent;
}
.nav>li>a{
	  padding: 15px 10px;
}
/*Slider*/
.slider{
	z-index: 0;
	padding-right: 8px;
	padding-left: 8px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 98%;
	margin-left: 2px;
	/*border-left: 2px solid white;*/
}
.item img {
	width: 100%;    
}
.miniaturas, .controlos_l, .controlos_r{
	margin: 0px;
	padding: 0px;
}
.controlos_l, .controlos_r{
	position: absolute;
	top: 35%;
}
.controlos_l{
	float: left;
	left: 0px;
}
.controlos_r{
	float: right;
	right: 0px;
}
.miniaturas img{
	min-height: 75px;
}
/*Fim Slider*/
.conteudo{
	padding-bottom: 20px;
}
div.separador{
	background-color: black;
	height: 100px;
	width: 100px;
}
.descricao{
	padding-top: 15px;
	max-width: 550px;
}

/*Footer*/
footer{
	background-color: #e2e2e2;
}
.desenvolvido{
	margin-top: 0px;
}


.boxy_esquerda{
	background: #fff;
	margin-top: 20px;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 49%;
	margin-left: -6px;
}
.boxy_direita{
	background: #fff;
	margin-top: 20px;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 49%;
}

.boxy_direita h4, .boxy_esquerda h4, h3, h5{
  margin-top: 0px;
  padding-bottom: 13px;
}
.servicos{
	margin-top: 20px;
	padding-bottom: 0px;
}
footer{
  position: absolute;
  bottom: auto;
  width: 100%;
  padding-top: 10px;
}
footer p{
	padding-bottom: 0;
	margin-bottom: 10px;
}
.mini{
	margin-top: 0;
}
.carousel-control.right{
	background-image:none;
	float: right;
	opacity: 1;
}
.carousel-control.left{
	background-image:none;
	margin-left: -10px;
	opacity: 1;
}
.caption{
	vertical-align: text-bottom;
}
.fa{
	padding-top: 5px;
	padding-bottom: 10px;
}
.container{
	max-width: 1024px;
}
.categorias{
	margin:0;
	padding-left: 10px;
	border: none;
	border-radius: 0px;
	background: rgb(120,124,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,124,127,1) 0%, rgba(33,35,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,124,127,1)), color-stop(100%,rgba(33,35,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,124,127,1) 0%,rgba(33,35,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787c7f', endColorstr='#212325',GradientType=0 ); /* IE6-9 */
	height: 100%;
	padding-bottom: 10px;
}
.links{
	margin-top: -15px;
}

.container.texto{
	min-height:400px;
	height: 100%!important;
	position: absolute!important;
	background-color: #e2e2e2!important;
	margin-bottom: 15px!important;
	padding-bottom: 40px!important;
}
.headeriamgens{
	padding-right: 0!important;
	margin-right: -20px!important;
}
.homea{
	font-family: 'Corpo_S';
	font-style: normal!important;
	padding-bottom: 5px;
	font-size: 15px;
}
/* Remendos */

#bs-example-navbar-collapse-1{
	border-top-width: 0px !important;
}
#bs-example-navbar-collapse-1 > ul{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.navbar-right{
	margin-top:0px !important;
}
#hidden{
	display: none;
}
.texto{
	background-color: #e8e8e8;
	margin-bottom:15px;
	padding-bottom:20px;
}
.vertical-center{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.paginacao a {
	display: inline-block;
	padding: 9px;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.paginacao a:hover, a.gradient:hover {
	cursor: pointer;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.active {
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
div.descricao_foto p{
	bottom:0;
	position: absolute;
	font-size: 12px;
	height: 35px;
	width: 150px;
	overflow: hidden;
}
.footery span{
	font-size: 12px;
	padding-top: 4px;
}
.footery {
	min-height: 34px;
}
.footery ul{
	margin-bottom: 0;
	margin-top: 5px;
}
.linguagem{
	z-index: 2;
	top: 82px;
	position: relative;
	float:right;
	width: 60px;
	right: 10px;
}
.linguagem-xs{
	z-index: 2;
	width: 70px;
	position: relative;
}
#map {
	height: 400px;
}
.modal-content{
	
background: rgba(65,64,64,1);
background: -moz-linear-gradient(top, rgba(65,64,64,1) 0%, rgba(79,79,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,64,64,1)), color-stop(100%, rgba(79,79,79,1)));
background: -webkit-linear-gradient(top, rgba(65,64,64,1) 0%, rgba(79,79,79,1) 100%);
background: -o-linear-gradient(top, rgba(65,64,64,1) 0%, rgba(79,79,79,1) 100%);
background: -ms-linear-gradient(top, rgba(65,64,64,1) 0%, rgba(79,79,79,1) 100%);
background: linear-gradient(to bottom, rgba(65,64,64,1) 0%, rgba(79,79,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414040', endColorstr='#4f4f4f', GradientType=0 );

}
.modal-content input{
	padding: 9px 2px;
	width: 100%;
	background-color: transparent;
	color: #FFF;
	border-width: medium medium 1px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #222;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 0px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05);
	outline: 0px none;
}
.form-control:focus{
	box-shadow: none;
}
div#myModal.modal.fade.in{
	top: 25%;
	position: fixed!important;
}
.modal-dialog{
	width: 500px;
}
.basicModal__buttons{
	display: flex;
	width: 100%;
	border-top: 1px solid rgba(34, 34, 34, 0.78);
	margin-top: 60px;
}
#basicModal__cancel.basicModal__button{
	flex-shrink: 2;
	border-right: 1px solid rgba(34, 34, 34, 0.78);
}
.basicModal .basicModal__button{
	padding: 13px 0px 15px;
	background: rgba(0, 0, 0, 0.02) none repeat scroll 0% 0%;
	color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02) inset;
	cursor: default;
}
.basicModal__button{
	display: inline-block;
	width: 100%;
	padding: 13px 0px 14px;
	color: #444;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease 0s;
}
.modal-body{
	padding: 0;
	padding-top: 20px;
}
.modal-body .form-group{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}
#basicModal__cancel, #basicModal__action{
	transition: background-color 0.2s ease 0s;
}
#basicModal__cancel:hover, #basicModal__action:hover{
	transition: background-color 0.2s ease 0s;
	background: #474747;
}
#basicModal__cancel, #basicModal__cancel:hover{
	color: #C2C0C0!important;
}
.social-login a{
	border-radius: 5px;
	padding: 10px;
}
.face-login a, .face-login a:hover{
	background: rgba(79,114,171,1);
	background: -moz-linear-gradient(top, rgba(79,114,171,1) 0%, rgba(67,91,139,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,114,171,1)), color-stop(100%, rgba(67,91,139,1)));
	background: -webkit-linear-gradient(top, rgba(79,114,171,1) 0%, rgba(67,91,139,1) 100%);
	background: -o-linear-gradient(top, rgba(79,114,171,1) 0%, rgba(67,91,139,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,114,171,1) 0%, rgba(67,91,139,1) 100%);
	background: linear-gradient(to bottom, rgba(79,114,171,1) 0%, rgba(67,91,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f72ab', endColorstr='#435b8b', GradientType=0 );	
	color: white!important;
}
.google-login a, .google-login a:hover{
	background: rgba(219,62,51,1);
	background: -moz-linear-gradient(top, rgba(219,62,51,1) 0%, rgba(192,38,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,62,51,1)), color-stop(100%, rgba(192,38,38,1)));
	background: -webkit-linear-gradient(top, rgba(219,62,51,1) 0%, rgba(192,38,38,1) 100%);
	background: -o-linear-gradient(top, rgba(219,62,51,1) 0%, rgba(192,38,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,62,51,1) 0%, rgba(192,38,38,1) 100%);
	background: linear-gradient(to bottom, rgba(219,62,51,1) 0%, rgba(192,38,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3e33', endColorstr='#c02626', GradientType=0 );
	color: white!important;
}
.wrapper-content{
    min-height: 100%;
    margin-bottom: -26px; 
}
.wrapper-content:after {
  content: "";
  display: block;
  height:34px;
}
span.tc{
	color:#00ADEF;
	border-right: solid 2px #00adef!important;
	padding-right: 5px;
}
.nav>li>a.tc:hover{
	border-bottom: solid 0px #00adef!important;
}
.navbar.active{
	border-bottom: solid 5px #00adef!important;
	border-top:0px !important;
}
.navbar.active.blue{
	color: #00adef!important;
}
.black{
	color:black !important;
}
.cbb{
    font-size: 8px;
}
.cbb span{
	font-size: 10px;
}
.footery a{
	text-decoration: underline;
	color:black;
}
.display-none{visibility: hidden;}
.i4ewOd-pzNkMb-ornU0b-b0t70b-Bz112c{display: none!important;}
div#rotas div div p{text-align: justify;}


@media all and (max-width:750px){.no{padding: 0;}.right.carousel-control.left.carousel-control{display: none;}
	#video{
		padding-right: 0px!important;
	}}
@media all and (min-width:768px){.no{padding: 0px 15px;}.right.carousel-control.left.carousel-control{display: block;}}