
/*************************
*******Typography******
**************************/

body {
  background: #0c3a6d;
  font-family: Arial,Helvetica,Garuda,sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: Arial,Helvetica,Garuda,sans-serif;
  color:#166418;
}

h1{
  font-size: 36px;
  color:#848687;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 20px;
  color: #848687;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #0052a4;
  -webkit-transition: color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  color: #003b77;
  text-decoration: none;
  outline: none;
}

a {
  color: #0052a4;
  -webkit-transition: color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  color: #003b77;
  text-decoration: none;
  outline: none;
}

p{
  color: #848687;
}

/******************
 GERAL
 ******************/
#main-container{
  background: #ffffff;
  border-radius: 4px;
  padding: 25px 25px 0 25px;
  border: 5px solid #e7e7e7;
  margin-bottom: 25px;
}

.pad-left{
  padding: 0 0 0 5px;
}
.pad-right{
  padding: 0 5px 0 0;
}
.font-color{
  color:#0052a4;
}
.icon-color{
  color: #0052a4;
}

.no-margin{
  margin: 0;
  padding: 0;
}

hr {
  border-top: 1px solid #e7e7e7;
}

/* Color for attr placeholder*/
*::-webkit-input-placeholder {
    color: #166418 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #166418 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #166418 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #166418 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #92c7fc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #003b77;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control[disabled],
.form-control[readonly]{
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.btn-skin {
  border-radius: 3px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  padding: 6px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffffff;
  background: #96d5ff;
  background-image: -webkit-linear-gradient(top, #96d5ff, #2980b9);
  background-image: linear-gradient(to bottom, #96d5ff, #2980b9);
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active {
  color: #ffffff;
  background: #48baf7;
  background-image: -webkit-linear-gradient(top, #48baf7, #0c6bab);
  background-image: linear-gradient(to bottom, #48baf7, #0c6bab);
  text-decoration: none;
}
.btn-skin:active{
  background-image: none;
}
.btn-skin[disabled],
.btn-skin[disabled]:hover,
.btn-skin[disabled]:focus,
.btn-skin[disabled]:active{
  color: #fff;
  background-color: #0052a4;
  opacity: 0.5;
  cursor: not-allowed;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #0052a4;
}

.img-thumb{
  width: 250px;
  margin: 10px 0 30px 0;
}

/******************
 Image Magnifier
 ******************/

.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../template/magnifier.png) center center no-repeat #0052a4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover {opacity: 0.7;}
.magnifier:hover:after {opacity: 0.6;}

/******************
 Ajax Spinner
 ******************/

#spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../template/bigLoader.gif) 50% 50% no-repeat;
  display: none;
}

/******************
 Jquery Form Validation
 ******************/

.error{
  float: right;
  color: #d85d5d;
  font-size: 13px;
  line-height: 0.15em;
  margin: 9px 0px 0px 7px;
  font-style: italic;
  font-weight: 900;
}


/******************
 Php Login Form Validation
 ******************/

.erro{
  float: right;
  color: #ee1111;
  font-size: 15px;
  line-height: 0.15em;
  margin: -5px 0px 0px 0px;
  font-style: italic;
  font-weight: 900;
}

/******************
 Header Index
 ******************/

#logo{
  width: 255px;
  height: 165px;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #logo{
        width: 255px;
        height: 165px;
        margin-bottom: 15px;
    }
}

.lang-flag{
  width: 35px;
  height: 24px;
  margin-right: 4px;
}
#pt-flag{
  background: url('../template/pt-flag.png') no-repeat;
}
#uk-flag{
  background: url('../template/uk-flag.png') no-repeat;
}
#social-list{
  list-style: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#facebook-icon{
  width: 39px;
  margin-left: 15px;
}

/******************
 Nav bar
 ******************/

.navbar {
  position: relative;
  min-height: 50px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: transparent;
  border-radius: 0px;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
  color: #0052a4;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #f7f7f7;
  margin-left: 10px;
  border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #0052a4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #0052a4;
}

/******************
 Fotter
 ******************/

#footer-text{
    margin: 13px 0 0 0;
}

/******************
 Slider
 ******************/

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-height: 650px;
  max-width: 100%;
  line-height: 1;
}
.carousel {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 230px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  left: 50%;
  font-size: 30px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 95%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin: 0 0 0 -30%;
  text-align: center;
  list-style: none;
  top: 100%;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 2px solid #0052a4;
  border-radius: 0px;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #0052a4;
}

/******************
 Default Page
 ******************/

.border-container{
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 0 15px;
}
#default-list{
  position: relative;
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #default-list{
        position: relative;
        list-style: none;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px;
    }
}
#default-list>li{
  margin: 0 70px 0 34px;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #default-list>li {
        margin: 0 0px 0 10px;
    }
}
.ligamos-img{
  margin-top: 30px;
  margin-bottom: 15px;
}
.img-content{
    border-left: 1px solid #e7e7e7;
    padding: 18px 0;
}
.btn-default{
  display: block;
  margin: 14px auto 0 auto;
}

.sub-title{
  margin: 0 0 40px 16px;
}

/******************
 Horarios Page
 ******************/

.table-hours{
    margin-top: 15px;
    padding: 0 80px;
}

/******************
 Promocoes Page
 ******************/

.img-parceiro{
  margin: 15px auto;
  width: 170px;
}
.img-promocao{
  width: 75%;
  height: 75%;
  margin: 15px auto;
}


/******************
 404 page
 ******************/
#img404{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text404{
  margin: 34px 0 46px 0;
}

/******************
 Contactos Page
 ******************/

.title{
  margin-bottom: 50px;
}
.input-msg{
  min-height: 130px;
  resize: none;
}
.btn-marg{
    margin: 10px 0 30px;
}
.list-contact{
    margin: 27px 0 20px 0;
    list-style: none;
    text-align: center;
    line-height: 2em;
}

/******************
 Google Map
 ******************/

.gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 350px;
  width: 350px;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 99999;
}
.googleMap{
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

/******************
 Fala connosco Model
 ******************/

#faleconnosco{
  margin: 10px auto;
  display: block;
  width: 280px;
}

