@import url('https://fonts.googleapis.com/css?family=Pangolin');
@font-face {
    font-family: 'gooddog_coolregular';
    src: url('../fonts/gooddc__-webfont.woff2') format('woff2'),
         url('../fonts/gooddc__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body {
  font-family: 'Pangolin', cursive;
}
input:focus, button {
    outline: none;
}
a, a:hover {
    text-decoration: none;
    outline: none;
}
.label-danger {
  background-color: #e43b36;
  position: absolute;
  right: 0;
  padding: 6px;
}
body {
    background: #ffffff;
    color: #7a7979;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.collapse {
    display: block;
}
.reviews {
	padding: 80px 0;
}
.slides li {
	margin-bottom: 30px;
}
.col-xs-offset-1 {
    margin-left: inherit;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-20 {
    padding: 0 15px;
    width: 20%;
    float: left;
}
.flex-direction-nav {
    display: none;
}
.flexslider {
  margin: 0;
  border: none;
  
}
#slider {
  border: none;
}
#carousel {
  margin-top: -120px;
  position: absolute;
  width: 100%;
  background: transparent;
  border: none;
}
#carousel .slides {
  margin-left: calc(-37px / 2);
  width: 105%!important;
}
#carousel .flex-viewport {
  overflow: initial!important;
  z-index: 22;
}

#carousel .slides > li > img {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 9px 56px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#carousel .flex-active-slide, #carousel .slides > li:hover > img {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.32), 0 9px 56px rgba(0, 0, 0, 0.45);
  -webkit-transition: box-shadow 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: box-shadow 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: box-shadow 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: box-shadow 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
      padding-top: 25px;
      padding-bottom: 25px;
  }
}
#gallerypage {
	padding: 80px 0;
	background: url(../img/geometry.png);
}
#gallerypage h1, #gallerypage h2, #gallerypage h3 {
    color: #65a7d4;
    font-size: 2em;
    margin: 0;
    margin-bottom: 15px;
    line-height: 0.7;
}
.productdeitals {
    color: #65a7d4;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}
#gallerypage label {
  color: #71747b;   
}
#gallerypage input:focus, .formup textarea:focus {
  box-shadow: none;
  border: 1px solid #66a7d4;
}
#gallerypage input, #gallerypage textarea {
    width: 100%;
    box-shadow: none;
    padding: 8px 8px 8px 18px;
    border: 1px solid #d6dae1;
    background: transparent;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: none;
}
#selectbox {
	width: 100%;
	outline: none;
    padding: 8px 8px 8px 18px;
    border: 1px solid #d6dae1;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: transparent;
}
#gallerypage textarea {
  height: 50px;
}
#gallerypage button {
  border-radius: 5px;
  border: 1px solid #579acd;
  background: transparent;
  color: #579acd;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.formup button:hover {
  background: transparent;  
  color: #579acd;
  border-color: #579acd;
}
/* NAVBAR */
#account {
  border-bottom: 1px solid #ebebeb;
}
.navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #579acd;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #579acd;
  padding: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-default .navbar-nav>li:last-child>a {
  padding-right: 15px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #579acd;
}
.navbar-brand {
  height: initial;
  font-family: 'gooddog_coolregular';
  padding: 0px 15px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
  color: #579acd;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3em;
}
.navbar-default .navbar-toggle {
  border: none;
}
#languages {
  background: #579acd; /* Old browsers */
  background: -moz-linear-gradient(left,  #579acd 0%, #6bacd7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #579acd 0%,#6bacd7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #579acd 0%,#6bacd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579acd', endColorstr='#6bacd7',GradientType=1 ); /* IE6-9 */
}
#languages ul {
  margin-bottom: 0;
}
#languages ul li {
  padding: 10px 0;
}
#languages a {
  color: white;
}
/* NAVBAR */

/*FOOTER*/
footer {
    background: #fff;
    padding: 40px 0 20px;
}
footer h3 {
  margin: 0;
  color: #579acd;
}
footer a, footer p {
    color: #71747b;
}
#credits {
  text-align: center;
}
#credits p {
  margin-bottom: 20px;
  font-size: 1.1em;
}
/*FOOTER*/

/*HOME*/
#homebanner {
  background: url('../img/geometry.png');
  padding: 80px 0;
}
#homebanner img.castle {
  margin-top: -25px;
}
#homebanner .quickbozking {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#579ace+0,7db9e8+100 */
  background: #579acd; /* Old browsers */
  background: -moz-linear-gradient(left,  #579acd 0%, #6bacd7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #579acd 0%,#6bacd7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #579acd 0%,#6bacd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579acd', endColorstr='#6bacd7',GradientType=1 ); /* IE6-9 */
}
#homebanner .quickbozking {
  padding: 40px 15px;
  border-radius: 5px;
  position: relative;
  box-shadow: -1px -1px 4px 2px rgba(0, 0, 0, 0.1);
  z-index: 44;
}
#homebanner .quickbozking h3 {
  margin: 0;
  color: white;
  margin-bottom: 10px;
  font-size: 2.3em;
}
#homebanner .quickbozking p {
  margin: 0; 
  color: #dbe6f1;
  font-size: 1em;
}
#homebanner .quickbozking img {
  width: 150px;
  right: -20px;
  bottom: -80px;
  position: absolute;
}
#homebanner .farmform {
  margin-top: 20px;
  padding: 40px 15px;
  border-radius: 5px;
  box-shadow: -1px -1px 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  background: white;
}
#homebanner .farmform h4 {
  color: #343539;
  display: block;
  font-weight: normal;
  margin: 0;
  margin-bottom: 0px;
  font-size: 1.2em;
}
#homebanner .farmform p {
  color: #b4b9c3;
  margin: 0;
  margin-bottom: 20px;
}
#homebanner .farmform input {
  width: 100%;
  padding: 8px 8px 8px 18px;
  border: 1px solid #d6dae1;
  border-radius: 5px;
  margin-bottom: 10px;
}
#homebanner .farmform input:before {
  content: "\e075";
  font-family: 'simple-line-icons';
  position: relative;
  top: -2px;
  left: -8px;
}
#homebanner .farmform button {
  border-radius: 5px;
  border: 1px solid #579acd;
  background: transparent;
  color: #579acd;
  padding: 10px;
  width: 100%;
}
#division:after {
  /*https://greghub.github.io/coloron/public/svg/wave3.svg*/
  content: '';
  background: linear-gradient(#579acd 50%, rgba(255,255,255,0) 0) 0 0, radial-gradient(circle closest-side, #579acd 60%, rgba(255,255,255,0) 0) 0 0, radial-gradient(circle closest-side, #579acd 50%, rgba(255,255,255,0) 0) 47px 0 transparent;
  background-size: 90px 90px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -45px;
  transform: rotateZ(0deg);
}
#division {
  padding: 40px 0;
  position: relative;
  background: #579acd;
}
#division h5 {
  font-family: 'gooddog_coolregular';
  color: white;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 0;
}
#division p {
  margin-bottom: 0;
  color: white;
  position: relative;
  z-index: 99;
}
#homeabout {
  padding: 80px 0;
  background: url(../img/geometry.png);
}
#homeabout h4 {
  font-family: 'gooddog_coolregular';
  color: #579acd;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 0;
}
#homeabout p {
  color: #71747b;
  font-size: 1.05em;
}
#healthinfo, #callustoday {
  padding: 20px 0;
  position: relative;
  background: #579acd;
}
#healthinfo h3, #callustoday h3 a {
  color: #fff;
}
#healthinfo h3 {
  margin: 20px 0;
}
#healthinfo h3 a {
  color: white;
  text-decoration: underline;
}
#callustoday h3 {
  font-family: 'gooddog_coolregular';
  color: #fff;
  font-size: 3em;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0;
}
#lasthomeabout {
  padding: 80px 0;
  background: url(../img/geometry.png);
}
#lasthomeabout h4 {
  font-family: 'gooddog_coolregular';
  color: #579acd;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 0;
}
#lasthomeabout p {
  color: #71747b;
  font-size: 1.05em;
}
#lasthomeabout span {
  color: #579acd;
}
/*HOME*/

/*contats*/
#contats {
  padding: 80px 0;
}
.formup p  {
  color: #71747b;
  margin-bottom: 30px; 
}
.formup label {
  color: #71747b;   
}
.formup input:focus, .formup textarea:focus {
  box-shadow: none;
  border: 1px solid #66a7d4;
}
.formup input, .formup textarea {
    width: 100%;
    box-shadow: none;
    padding: 8px 8px 8px 18px;
    border: 1px solid #d6dae1;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: none;
}
.formup textarea {
  height: 150px;
}
.formup button {
  border-radius: 5px;
  border: 1px solid #579acd;
  background: transparent;
  color: #579acd;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.formup button:hover {
  background: transparent;  
  color: #579acd;
  border-color: #579acd;
}
.addfolema p, .addfolema a  {
  color: #71747b;
  font-size: 1.05em;
}
.addfolema p strong {
  color: #71747b;
  font-size: 1.05em;
}
.supa {
  margin-bottom: 30px;
}
/*contats*/

/*about*/
.aboutflyer {
    background: #e6e6e6;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
}
.aboutflyer h1 {
  margin: 0;
  font-size: 3em;
  color: white;
  font-family: 'gooddog_coolregular';
  letter-spacing: 1px;
}
.aboutflyer:before {
    content: '';
    background: rgba(103, 168, 213, 0.7) none repeat scroll 0 0;;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pageitself {
  padding: 80px 0;
}
.pageitself a, .pageitself a:hover {
  text-decoration: none;
  outline: none;
  color: #65a7d4;
}
.pageitself a:hover {
  text-decoration: underline;
}
.pageitself h2 {
  color: #65a7d4;
  margin: 0;
  margin-bottom: 20px;
}
.pageitself h3 {
    font-size: 1.4em;
}
.pageitself h4 {
}
.pageitself p {
  font-size: 1.05em;
  color: #71747b;
}
/*about*/
#categolist h2 {
    font-family: 'gooddog_coolregular';
    color: #579acd;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 0;
}
#categolist li {
    margin-bottom: 10px;	
}

#categolist a {
    color: #579acd;
    font-size: 1.1em;
}
/*BOUNCE*/
#listgirlshome {
    padding: 80px 0 0 0;
    background: url(../img/geometry.png);
}
.biketorent .clickclinkk {
	height: 255px;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	box-shadow: -1px -1px 4px 2px rgba(0, 0, 0, 0.1);
}
.biketorent h4 {
  text-align: center;
  min-height: 46px;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #63a5d3;
}
.biketorent p {
  text-align: center;
  color: #71747b;
  margin-bottom: 30px;
}

.biketorent img {
width: 100%;
}

.biketorent a {
    text-align: center;
    color: #63a5d3;
    display: block;
    margin-bottom: 0px;
    font-size: 1.1em;
}
.biketorent .clickview {
    border-radius: 5px;
    border: 1px solid #579acd;
    background: transparent;
    color: #579acd;
    width: initial;
    display: inline-block;
    padding: 8px 45px;
    margin-top: 5px;
}
.biketorent a:hover {
  color: #63a5d3;
  text-decoration: none;
}
.arrowbikes {
  margin-top: -3px;
  padding-left: 0px;
  position: relative;
  left: 0px;
  o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.biketorent:hover .arrowbikes {
  margin-top: -3px;
  padding-left: 0px;
  position: relative;
  left: 4px;
  o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*BOUNCE*/

/*REVIEWS*/
#sendmail {
  background: #fff;
  padding: 80px 0;
}
#sendmail h2 {
  color: #171717;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
}
#sendmail h3 {
  margin-bottom: 50px;
    font-size: 15px;
    line-height: 1;
    color: #676767;
    text-align: center;
    margin-top: 0;
}
#sendmail .panel {
  width : 100%;
  max-height: 100%;
  position : relative ; 
  clear: both;
  padding: 10px;
}
#sendmail .PanelAct {
  left : 0 ;
}
#sendmail i {
  color: #579acd;
}
#sendmail .panel {
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1)
}
#sendmail .panel:nth-child(even) {
  text-align: right
}
#sendmail .panel p {
margin: 20px 0 0 0;
    color: #aaa;
}
#sendmail .panel h6 { 
    float: none;
    font-size: 14px;
    font-weight: bold;
    color: #579acd;
    margin-bottom: 20px;
}
#sendmail .control { 
  position : absolute ; 
  bottom : 20px; 
  right : 30px;
}
#sendmail .control span {
  background-color : rgba(0,0,0,0.1) ; 
  padding : 5px; 
  display : inline-block ;
  vertical-align : top ;
  margin-left : 5px ;
  border-radius : 50%;
  cursor : pointer ;
  transition : 0.3s ease-in
}
#sendmail .ContActive {
  background-color : #bbb !important ;
}
/*REVIEWS*/

/*DETAIL*/
#produto {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.productdeitals h1 {
  color: #71747b;
  font-size: 2em;
  margin: 0;
  margin-bottom: 15px;
  line-height: 0.7;
}
.productdeitals h3 {
  color: #579acd;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}
.productdeitals h3 span.riscado {
  text-decoration: line-through;
  font-weight: 300;
}
.productdeitals h3 span.promo {
  color: #0bc2ab;
  position: relative;
}
.productdeitals h4 {
  color: #71747b;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 20px;
}
.productdeitals .addcarrinho {
  border-radius: 5px;
  border: 1px solid #579acd;
  background: transparent;
  color: #579acd;
  padding: 8px 35px;
  margin-top: 20px;
}
.productdeitals p {
  font-size: 1em;
}
.productdeitals p span {
  color: #579acd;
}
.productdeitals .addfavoritos img {
  width: 12px;
  position: relative;
  top: -2px;
}

.cordefundo {
  background: #fafafa;
  padding: 50px 0;
}
/*DETAIL*/


/*PHONES*/
@media (max-width: 500px) {
  .collapse {
      display: none;
  }
 
  .navbar-brand {
	  margin-top: -15px;
  }
  .list-inline>li.telm {
	  display: block;
  }
  
}


.gallerytext h1 {
	font-family: 'gooddog_coolregular';
    color: #579acd;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 0;
}
.gallerytext p {
color: #71747b;
    font-size: 1.05em;
}
.thenewshomepreview {
    box-shadow: 1px 13px 14px 4px #f4f4f4;
    margin-bottom: 20px;
    background: white;
    padding: 20px;
}
.thenewshomepreview h4 {
	font-family: 'gooddog_coolregular';
    color: #579acd;
    font-size: 2em;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
}
.helper80 {
	height: 80px;
}
.cutedge {
	overflow: hidden;
	position: relative;
	height: 200px;
}
.newstextpost h1 {
		font-family: 'gooddog_coolregular';
    color: #579acd;
    font-size: 2em;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
}
.newstextpost h2 {
	    color: #65a7d4;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}
.newstextpost p {
    color: #71747b;
    font-size: 1.05em;
}
.newstextpost p a, .newstextpost p a:hover {
    color: #579acd;
}
.newstextpost p a:hover {
	text-decoration: underline;
}
.sussanew, .sussanew:hover {
border-radius: 5px;
    border: 1px solid #579acd;
    background: transparent;
    color: #579acd;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    display: inline-block;
    float: right;
}
select.form-control {
	background: transparent;
	box-shadow: none;
}
@media (max-width: 500px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #5d5d5f;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .reviews {
	    padding-left: 15px;
	    padding-right: 15px;
    }
    .navbar-header {
	        margin-top: 15px;
    }
    .col-md-offset-2 {
	    margin-left: 0;
    }
    #homebanner .quickbozking img {
    width: 110px;
    right: -20px;
    bottom: -50px;
    position: absolute;
}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background: transparent;
    }
    .navbar-toggle {
    position: relative;
    background: transparent;
    float: right;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 10px;
    }
    #carousel {
	    display: none;
    }
}

.pulse-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  outline: none;
  width: 50px;
  height: 50px;
  border: none;
    box-shadow: 0 0 0 0 rgb(97, 163, 210);
    border-radius: 50%;
    background-color: #599bce;
  background-image: url('../img/phoneicc.png');
  z-index: 9999;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 65, 85, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 65, 85, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 65, 85, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 65, 85, 0);}}

@media (max-width: 500px) {
  .pulse-button {
    display: block; 
  }
}