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

body {
  font-family: Arial,Helvetica,Garuda,sans-serif;
  color: #333333;
  line-height: 22px;
  overflow-x: hidden;
  font-size: 12px;
}


body{
    background: url(../template/v2-bg.jpg) 0 250px repeat-x;
    /*background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}





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

h1{
    font-size: 26px;
    color: #848687;
    text-transform: uppercase;
}

h2{
    font-size: 30px;
    text-transform: uppercase;
}

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

h4{
  font-size: 16px;
}

h6 {
    font-weight: bold; 
    color: #F66C16;
    text-align: center;
    font-size: 14px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -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: #FFFFFF;
  -webkit-transition: color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

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

p{
    color: #333333;
    text-align: justify;    
}

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

}
/*
@media (max-width:1500px) {
	#main-container{
		margin-left: 40%;
		margin-right: 3%;
	}
	
	.container {
		width: 60%;
	}
}*/

@media (max-width:1365px) {
	#main-container{
		margin-left: 0;
		margin-right: 0;
	}
	
	.container {
		width: 100%;
	}
}


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

.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: #EA0A37;
  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 #EA0A37;
}

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

/******************
 Image Magnifier
 ******************/
 
.img-responsive {
	width: 100%;
}

.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 #EA0A37;
  -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
 ******************/

#header-top {
	/* background-color: #004e63; */
}
 
#logo{
    width: 195px;   
    /* height: 165px; */    
    margin: 14.5px auto;
}

.logoSec {
    width: 195px;   
    /* height: 165px; */    
    margin: 14.5px auto;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #logo{
        max-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('http://www.115animal.com/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-default .navbar-toggle, .navbar-default .navbar-toggle {
    background-color: #F76F16;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: black;
}


.nav {
  background: #F76F16;
}
 
.navbar-inner {
	/*float:right;*/
}

@media (max-width: 1199px) {
	.navbar-inner {
		float:none;
	}
}
 
@media (min-width: 768px) {
	.navbar-nav>li {
		/*margin-top: 5px;*/
	}
}

.navbar {
    position: relative;
    min-height: 30px;
    margin: 0px 0;
}
.navbar-default {
  background-color: #F76F16;
  border-color: transparent;
  border: transparent;
  border-radius: 0px;
}

@media (max-width:767px) {
    .navbar-default {
      background-color: transparent;
    }
}
.navbar .navbar-collapse {
    text-align: center;
	padding:0;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 14.2px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
    text-transform: uppercase;
    border: 3px solid #F76F16;
    padding: 5px 16px;
}

/* @media (min-width: 1543px) {
	.navbar-default .navbar-nav>li>a {
		margin-top:45px;
	}
} */
  

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #F76F16;
    background-color: white;
    border: 3px solid;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #F76F16;
    background-color: white;
    border: 3px solid;
}

.nav-servicos li {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #454545;
}

.nav-servicos a {
    color: #454545;
}

.nav-servicos li:hover,
.navServicosActive {
    background: #e9e9e9;
}

#div-social-list {
	float: right;
}

.sub-menu {
	text-align: center;
	/* text-transform: none; */
	font-weight: bold;
	font-size: 130%;
}

@media screen and (max-width: 991px) {
	.sub-menu {
		font-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	.sub-menu {
		font-size: 80%;
	}
}

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


.pub-footer {
    margin: 10px 0;
    background: #151515;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.pub-footer img {
    max-height: 100px;
}

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


#footer-text p {
    color:#aaaaaa;
    font-size: 11.5px;
}

/******************
 Slider
 ******************/
 
 #menu-and-banner {
	padding: 0;
 }

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100%;
  line-height: 1;
}
.carousel {
    position: relative;
    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: 50%; */
  border: 7PX solid black;
}

.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 #EA0A37;
  border-radius: 0px;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #EA0A37;
}

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

.border-container{
  /* border: 1px solid #e7e7e7; */
    margin-bottom: 20px;
    margin-bottom: 90px;
    padding: 0 15px;
    overflow: hidden;
    background-color: white;
}
#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;
}

.fa-clock-o {
    font-size: 2.133333em;
    padding-right: 3.5px;
}
/******************
 Google Map
 ******************/

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

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

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

*************************
*******Call Me pop up form******
**************************/

#contact-wrapper {
  position: fixed;
  right: 0px;
  top: 50px;

}
#contact-wrapper label.error {
  color: #F00;
  text-shadow: 1px 1px 1px #1F1F1F;
  width: 300px;
  text-align: right;
}
#contact-wrapper .floating-contact-inner {
  position: absolute;
  width: 320px;
  background: #3c424a url(../template/denim.png) repeat;
  padding: 30px 10px 20px 10px;
  font: 12px Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #3C3C3C;
  color: #FFF;
  border-radius: 10px 0px 0px 10px;
  right: -320px;
}
#contact-wrapper .floating-contact-inner h1>span {
    display: block;
    font-size: 11px;
}
#contact-wrapper .floating-contact-inner label {
  display: block;
  margin: 0px 0px 10px;
}
#contact-wrapper .floating-contact-inner label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}
#contact-wrapper .floating-contact-inner input[type="text"],
#contact-wrapper .floating-contact-inner select {
  border:1px solid #3C424A;
  color: #3C3C3C;
  height: 24px;
  outline: 0 none;
  padding: 3px 0px 3px 5px;
  width: 200px;
  font: normal 12px/12px arial, "Times New Roman", Times, serif;
  margin: 2px 0px 0px;
  border-radius: 5px;
}
#contact-wrapper .floating-contact-inner select {
/*    background: #FFF url('http://www.115animal.com/css/down-arrow.png') no-repeat right;
    background: #FFF url('http://www.115animal.com/css/down-arrow.png') no-repeat right;*/
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /*width: 210px;*/
    /*height: 30px;*/
}
#contact-wrapper .floating-contact-inner .btn-call {
  background: #3B8096;
  border: none;
  padding: 5px 25px 5px 25px;
  color: #FFF;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #223944;
  box-shadow: 1px 1px 1px #1D1D1D;
}
#contact-wrapper .floating-contact-inner .btn-call:hover {
  background: #479AB6
}
#contact-wrapper #contact-btn {
  background: url(../template/callme.png) no-repeat;
  height: 60px;
  width: 59px;
  float: left;
  cursor: pointer;
  margin: 80px 0px 0px -69px;
}
#contact-wrapper #contact-btn:hover {
  background: url(../template/callme.png) no-repeat -58px 0px;
}
#contact-wrapper .floating-contact-inner #box-title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#contact-wrapper .floating-contact-inner label>.error_call{
  width: 288px;
  color: #fc5555;
  margin-top: 4px;
}
#callme-submit{
  width: 106px;
  float: right;
}


/* NEW CALL-ME*/

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


.call-me .form-control {
    border: none;
    height: 28.6px;
    font-size: 11.5px;
      box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 1);
    color: #000;
    width: 100%;
}

.call-me {
    position: fixed;
    width: 290px;
    height: 312px;
    bottom: -284.8px;
    right: 3%;
    border-radius: 0 27.8px 0 0;
    z-index: 2000;
}

.call-me img {
    display: block;
    margin: 0 auto;
}

.call-me-title {
    color: #C760D2;
    background: #F66C16;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    width: 77.766667%;
    float: left;
    /* border-radius: 1057.8px; */
    /* left: -260px; */
    margin-left: 39.6px;

}

.call-me-title-red {
    border-radius: 0 27.8px 0 27.8px;
    height: 24px;
    padding: 0;
    background: white;
    margin-bottom: 0;
    width: 8.533333%;
    float:left;
}

.call-me-subtitle {
    color: #71706E;
    background: #F66C16;
    /* border-radius: 27.8px 27.8px 0 0; */
    padding-left: 52.1px;
}

.call-me-title p {
    font-size: 110%;
    text-align: left;
    padding-left: 5%;
}

.call-me-subtitle p {
    font-size: 78%;
    text-align: left;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.call-me p {
    margin: 0;
	color: white;
}

.call-me-form {
    padding: 3% 0;
    border-left: 12.5px solid #222;
    border-right: 12.5px solid #222;
}
.call-me-form p {
    font-size: 110%;
    text-align: center;
    color: #71706E;
}

.call-me-box{
    bottom: 0px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.btn-default-form {
    color: white;
    display: block;
    margin: 1.6% auto;
    background: #1C1D1D;
}

.prefix-number p {
    text-align: left;
}


.btn-default-form:hover {
    color: white;
    background: #71706E;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 1);
}

.form-group {
    margin-bottom: 5%;
}



/*Produtos*/

.produts p {
	margin-top:40px;
	height:40px;
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.produts p {
		font-size: 80%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.produts p {
		font-size: 78%;
	}
}


.produts h2 {
	margin-top:40px;
	font-size: 19px;
	text-decoration: underline;
}


@media only screen and (min-width : 768px) {
	.produts div.row {
		width:100%;
	}
}

/*Home Cosmetic Form*/


.cursos_home img {
	border-radius:20px;
	border:3px solid #EF4126;
}

.curso {
	margin-top:1.5%;
}

.curso p {
	text-align: center;
	color: #EF4126;
	font-weight: bold;
}

/* .logo {
	margin-top: -106.6px;
}
 */
 
#footer{
	/*margin-top: 90px;
	margin-bottom: 70px;*/
    background-color: #333333;
    color: white;
}

#footer a {
    color: #FFCC00;
}

@media (max-width:940px) {
	#footer{
		margin-top: 30px;
		margin-bottom: 10px;
	}
}

.btn-skin {
	  background-image: linear-gradient(to bottom, #1C1D1D, #464546);
}

.btn-skin:hover {
	  background-image: linear-gradient(to bottom, #1C1D1D, #EF4126);
}



/*workshop's*/

.caixa-ws {
	border-radius:20px;
	border: 3px solid #EF4126;
	margin:5px;
	background:#D5D5D5;
	min-height: 450px;
}

.btn-info {
	color: #fff;
	background-color: #EF4126;
	border-color: #EF4126;
	margin:5px;
}

.btn-lg {
	color: #fff;
	background-color: #EF4126;
	border-color: #EF4126;
	margin:5px;
	  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
}

.btn-info:hover,
.btn-lg:hover {
	background:#3A3A3A;
	border-color: #3A3A3A;
}

/*formulario*/

.form-group {
  margin-bottom: 3px;
}

.form-control {
	border: 1px solid #633663;
}

label {
  color:white;
}

.btn-default {
	color:#EF4126;
    background-color: #333333;
}

/*table facebook*/

.facebook img {
      padding: 0 10px 0 18px;
      width: 50px;
}

.facebook li {  
    color: white; 
    font-size: 13.3px;
    float:left;
    list-style: none;
}


.facebook {
    margin: 10px 0;
    background: #222;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 0;
} 


/*SERVIÇOS*/
.listaServicos {
    margin: 30px 0;
    color: #C760D2;
}

.servicos img {
    margin-top: 20px;
}

.listaServicos a {
    color: white;
}


/*Manicure*/
.manicure img {
    margin-top: 20px;
}

/*GALERIA*/
.thumbnail>img, .thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 350px;
}

/*MARCAÇÃO*/

.marcacao {
    padding: 0;
}

.marcacao img {
    max-height: 50px;
    width: auto;
}

@media (max-width:991px) {
    .marcacaoMes {
        padding-right: 0;
    }
}

/*Default*/

.nossaMissao img {
    max-width: 262.2px;
    margin: 0 auto;
}

.subMenuDefault {
    margin: 33px 0;
}

.LatMenuDefault img,
.LatMenuDefault h6 {
    display: block;
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
}

/*Servicos*/

.imgServicos img {
    display: block;
    margin: auto;
    max-height: 106px;
}

/*LINKs*/

.links h6 {
    text-align: center;
}

.links img {
    display: block;
    margin: auto;
}

@media (max-width:600px) {
    .links img.imgLinks {
        width: 100%;
    }
}

.links div.row {
    margin-top: 10%;
}

/*Adopção*/

.adopcao img {
    display: block;
    margin: auto;
}

/*Equipa*/

.equipa img {
    margin-top: 30px;
}