/*
Table of Contents
=================

1. Call us / .call-us
2. Navigation / nav.main
3. Content / section.content
4. Body / body.home
5. Footer / footer
6. Services / body.services
7. Booking / body.booking
8. Contact / body.contact
9. Blog / body.blog
10. Blog inside / body.blog-inside
11. About / .about

*/
/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
 font-family: Questrial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
      
}

.space {padding-bottom: 5%;}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Default
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.font-Dancing {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.all .wrap {
  width: 1000px;
}
/* For All
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Background */
.background {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
}
.background .col-6:first-of-type {
  background: #fcbc23 url('images/pattern2.png') repeat;
  height: inherit;
  position: relative;
}
.background .col-6:first-of-type:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/transition-all-left.png") no-repeat center;
  width: 100%;
  height: 39px;
  right: 0;
  bottom: -30px;
}
.background .col-6:last-of-type {
  background: #171d1c url('images/pattern2.png') repeat; /*mod*/
  height: inherit;
  position: relative;
}
/*.background .col-6:last-of-type:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/transition-all-right.png") no-repeat center;
  width: 100%;
  height: 99px;
  right: 0;
  bottom: -30px;
} */

/* Call Us */
.call-us {
   position: absolute;
   left: 50%;
   top: 25px;
   width: 265px;
   margin-left: 150px;
}
.call-us .selected { /*mod*/
    font-size: 14px;
    font-family: 'Questrial', sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    /* display: inline-block; */
    /* margin-right: 25px; */
    float: right;
}
.call-us .selected span {
  border-bottom: 1px dotted #fff;
  position: relative;
  cursor: pointer;
}
.call-us .selected span:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f2ac20 transparent transparent transparent;
  right: -10px;
  top: 50%;
}
.call-us .selected ul {
   position: absolute;
   left: -15px;
   top: 20px;
   width: 100px;
   /* padding: 29px!important; */
   z-index: 999;
   background: #101413;
   padding: 1em 1.9em 1.5em 1em;
   display: none;
}
.call-us .selected ul li {
  font-size: 14px;
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  line-height: 30px;
  cursor: pointer;
  padding: 0 15px;
}
.call-us .selected ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.call-us .number {
  display: inline-block;
  font-size: 20px;
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  color: #f2ac20;
  vertical-align: middle;
  margin-right: 13px;
}
.call-us p {
  margin: 0;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #8b8e8e;
  font-style: italic;
  display: inline-block;
}
/* Navigation */
nav.main {
  width: 990px;
  height: 90px;
  margin: 56px auto 0;
  border-radius: 2px;
  background: url("images/dots.png") repeat;
  position: relative;
  /* */
  /* Logo */
  /* Menu */
  /* Mobile MENU */
  /* Search */
}
nav.main:before {
  position: absolute;
  content: '';
  display: block;
  left: 15px;
  top: 15px;
  width: 960px;
  height: 60px;
  background: #fff;
  border-radius: 1px;
 /* border-radius: 50px;*/ /*mod*/
  -webkit-box-shadow: 0 25px 10px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 25px 10px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 25px 10px -20px rgba(0, 0, 0, 0.4);
}
nav.main .logo { 
  display: block;
  position: absolute;
  background: url("images/logo.png") no-repeat center; /*mod*/
  width: 235px;
  height: 93px;
  left: 50%;
  bottom: 15px;
  margin-left: -117px;
}

/*add*/

body.home .background .col-12{ 
    background: url("images/pattern-estrategia.png"); /*home*/
    height: 500px;
    background-size: cover;
}

nav.main .col-6.left {
  padding-right: 130px;
}
nav.main .col-6.left ul.first > li {
  float: right;
}
nav.main .col-6.right {
  padding-left: 130px;
}
nav.main .col-6.right ul.first > li {
  float: left;
}
nav.main ul.first {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2nd level */
}
nav.main ul.first > li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  /* Show 2nd level */
}
nav.main ul.first > li.show-tablet {
  display: none;
}
nav.main ul.first > li.dot {
  color: #f2ac20;
  font-size: 14px;
}
nav.main ul.first > li.active:after {
  position: absolute;
  content: '';
  display: block;
  background: url("images/menu-active.png") no-repeat center;
  width: 40px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}
nav.main ul.first > li:hover > a,
nav.main ul.first > li.active > a { /*mod*/
   color: #1a8640;
   font-weight: 900;
}
nav.main ul.first > li a {
  display: block;
  color: #222222;
}
nav.main ul.first > li:hover > ul.second {
  display: block;
}
nav.main ul.first ul.second {
  position: absolute;
  border-top: 15px solid #1a8640;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff; /*mod*/
  line-height: normal;
  left: -50%;
  width: 157px;
  padding-bottom: 10px;
  display: none;
  z-index: 2;
  /* 3rd level */
}


.ac-label {
  font-weight: 500;
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: whiteSmoke;
  transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
   background-color: #f2ac20;
   color: #fff;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
    content: "+";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 3em;
    height: 100%;
    line-height: 3.40em;
    text-align: center;
    background-color: #e5e5e5;
    transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
    background-color: #e2a325;
    color: #fff;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}

/* tab teste */


  /*agenda */ 
  
/* Included color classes.. 
	.red 
	.blue 
	.green
	.orange
	.navy 
*/
/* Icon set - http://ionicons.com/ */
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1165 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #000000;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1165 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1165 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
}

figure.snip1165 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
    max-height: 200px;
    overflow: hidden;
}
figure.snip1165 figcaption {
  position: relative;
  background-color: #ffffff;
  padding: 20px 25px 50px;
  
}
figure.snip1165 h3 {
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0 5px 0 0;
    margin: 0;
    font-family: open sans;
    font-size: 13px;
    left: 0;
    font-weight: 400;
    background-color: #000000;
    color: #ffffff;
}
figure.snip1165 h3 span {
  font-weight: 800;
}
figure.snip1165 p {
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-family: open sans;
}

figure.snip1165 p span a {
    color: #d69b1d;
    font-weight: 800;
}

figure.snip1165 .icons {
  position: absolute;
  bottom: 0;
  right: 25px;
}
figure.snip1165 i {
    margin: 0 2px;
    display: inline-block;
    font-size: 20px;
    color: #bbb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); */
    border-radius: 5px 5px 0 0;
}
figure.snip1165 i:hover {
    opacity: 0.6;
}
figure.snip1165 a {
  opacity: 0.8;
  display: inline-block;
}
figure.snip1165 a:hover {
  opacity: 1;
}

figure.snip1165.red {
  background: url("images/pattern3.png") repeat;
}
figure.snip1165.red figcaption:after,
figure.snip1165.red h3 {
  background-color: #ab3326;
}

figure.snip1165.orange {
  background-color: goldenrod;
}
figure.snip1165.orange figcaption:after,
figure.snip1165.orange h3 {
  background-color: goldenrod;
}

figure.snip1165.green {
  background: url("images/pattern3.png");
}
figure.snip1165.green figcaption:after,
figure.snip1165.green h3 {
  background-color: #1a8640;
}
figure.snip1165.navy {
  background-color: #2b3c4e;
}
figure.snip1165.navy figcaption:after,
figure.snip1165.navy h3,
figure.snip1165.navy i {
  background-color: #2b3c4e;
}
figure.snip1165:hover img,
figure.snip1165.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.clearfix, .list {
  zoom: 1;
}
.clearfix:before, .list:before, .clearfix:after, .list:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .list:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

.message {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #444;
  color: #aaa;
  padding: 6px;
}
.message.ok {
  background-color: lightgreen;
  transition: all 0.3s ease;
  color: white;
}

.load-more, .loading {
    display: block;
    padding: 14px 26px;
    border-radius: 3px;
    clear: both;
    background-color: #f2ac20;
    color: #fff;
    width: 144px;
    margin: 10px auto;
    text-align: center;
}

.load-more:hover {
  background-color: #333;
  color: white;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.element {
  width: 31%;
  height: auto;
  float: left;
  margin: 10px;
  transform: scale(0.01);
}

@media (max-width: 850px) {
.element {
  width: 100%;
  }
}

.element-in {
  animation: listIn 0.4s ease;
  transform: scale(1);
}

@keyframes listIn {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}


/*end agenda*/
  
  


nav.main ul.first ul.second:before {
  position: absolute;
  content: '';
  display: block;
  top: -15px;
  left: 0;
  width: 157px;
  height: 15px;
  background: url("images/menu-drop-shadow.png") repeat-x;
}
nav.main ul.first ul.second > li {
  float: none;
  line-height: 40px;
  text-transform: none;
  border-bottom: 1px solid #eee; /*mod*/
  position: relative;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /* Show 2nd level */
}
nav.main ul.first ul.second > li:last-child {
  border-bottom: none;
}
nav.main ul.first ul.second > li:hover {
  background: #1a8640;
}
nav.main ul.first ul.second > li a {
  display: block;
  padding: 0 30px;
  color: #000; /*mod*/
}
nav.main ul.first ul.second > li a:hover {
  color: #eee; /*mod*/
}
nav.main ul.first ul.second > li:hover > ul.third {
  display: block;
}
nav.main ul.first ul.second ul.third {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 157px;
  background: #c85a45;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 10px;
  display: none;
}
nav.main ul.first ul.second ul.third:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 46px;
  background: url("images/menu-drop-shadow2.png") repeat-x;
}
nav.main ul.first ul.second ul.third li {
  border-bottom: 1px solid #ce6b58;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
nav.main ul.first ul.second ul.third li:first-of-type {
  border-top-right-radius: 5px;
}
nav.main ul.first ul.second ul.third li:last-child {
  border-bottom: none;
}
nav.main ul.first ul.second ul.third li:hover {
  background: #b94d39;
}
nav.main .mobile-button {
  display: none;
  position: absolute;
  width: 200px;
  height: 60px;
  top: 15px;
  left: 50%;
  margin-left: -100px;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 26px;
  color: #f2ac20;
  text-align: center;
  line-height: 60px;
}
nav.main .mobile-menu {
  display: none;
  z-index: 10;
  position: absolute;
  width: 200px;
  top: 75px;
  left: 50%;
  margin-left: -100px;
  border-top: 15px solid #1a8640;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #2a2d2d;
  line-height: normal;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.main .mobile-menu:before {
  position: absolute;
  content: '';
  display: block;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("images/menu-drop-shadow.png") repeat-x;
}
nav.main .mobile-menu li {
  text-transform: none;
  border-bottom: 1px solid #404242;
  text-align: center;
}
nav.main .mobile-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
nav.main .mobile-menu ul.second {
  display: none;
  border-top: 1px solid #404242;
  background: #323535;
}
nav.main .mobile-menu ul.second li {
  -webkit-box-shadow: inset 10px 0 0 -5px #1a8640;
  -moz-box-shadow: inset 10px 0 0 -5px #1a8640;
  box-shadow: inset 10px 0 0 -5px #1a8640;
}
nav.main .mobile-menu ul.second li:last-child {
  border-bottom: none;
}
nav.main .mobile-menu ul.third {
  border-top: 1px solid #404242;
  display: none;
  background: #393c3c;
}
nav.main .mobile-menu ul.third li {
  -webkit-box-shadow: inset 15px 0 0 -5px #1a8640;
  -moz-box-shadow: inset 15px 0 0 -5px #1a8640;
  box-shadow: inset 15px 0 0 -5px #1a8640;
}
nav.main .search-button {
  display: block;
  position: absolute;
  background: url("images/icons/search.png") no-repeat center;
  width: 16px;
  height: 16px;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
nav.main .search-button:hover {
  opacity: .7;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
nav.main .search {
  position: absolute;
  width: 280px;
  height: 70px;
  right: 0;
  top: 10px;
  background: #f2ac20;
  border-radius: 50px;
  display: none;
  z-index: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /* Firefox 19+ */
  /* Firefox 18- */
}
nav.main .search ::-webkit-input-placeholder {
  color: #fff;
}
nav.main .search ::-moz-placeholder {
  color: #fff;
}
nav.main .search :-moz-placeholder {
  color: #fff;
}
nav.main .search :-ms-input-placeholder {
  color: #fff;
}
nav.main .search input[type='text'] {
  position: absolute;
  left: 25px;
  height: 70px;
  width: 185px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  line-height: 1.2;
}
nav.main .search input[type='submit'] {
  position: absolute;
  background: url("images/icons/search.png") no-repeat center;
  width: 16px;
  height: 16px;
  right: 40px;
  top: 50%;
  margin-top: -8px;
}
/* Content for All
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.all section.content {
  background: url("images/pattern3.png") repeat;
  width: 100%;
  position: relative;
  margin-top: 45px;
  padding: 38px 20px 90px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* */
}
body.all section.content > h2 { /*mod*/
    display: block;
    margin: 0 auto;
    color: #000;
    text-align: center;
	font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: none;
    text-shadow: 2.939px 4.045px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
body.all section.content > h2:before,
body.all section.content > h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 260px;
  height: 1px;
  border-bottom: 1px dashed #f5cb72;
  top: 55%;
}
body.all section.content > h2:before {
  left: 50px;
}
body.all section.content > h2:after {
  right: 50px;
}
body.all section.content .breadcrumb {
  text-align: center;
  padding: 25px 0;
}
body.all section.content .breadcrumb a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Rufina', serif;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
  line-height: 1.2;
}
body.all section.content .breadcrumb a:first-of-type {
  text-decoration: underline;
}
body.all section.content .breadcrumb .line {
  display: inline-block;
  background: url("images/breadcrumb.png") no-repeat center;
  height: 15px;
  width: 11px;
  vertical-align: bottom;
  margin: 0 8px;
  border-bottom: 0;
}
body.all section.content .breadcrumb .line.back {
  webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
  background-position-y: 30%;
}
/* Home
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.home {
  /* Background */
  /* Header for Home */
  /* Our Services */
  /* Mobile */
  /* How it works */
  /* Suggestions */
  /* Our cars */
  /* News & Specials */
}
body.home .background {
  width: 100%;
  height: 665px; /*mod*/
  position: absolute;
  top: 0;
}
body.home .background .col-6:first-of-type {
  background: #fcbc23 url('images/pattern2.png') repeat;
  height: inherit;
  position: relative;
}
body.home .background .col-6:first-of-type:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/transition-left.png") no-repeat center;
  width: 100%;
  height: 65px;
  right: 0;
  bottom: 0;
}
body.home .background .col-6:last-of-type {
  background: #171d1c url('images/pattern1.png') repeat;
  height: inherit;
}
body.home .background .col-6:last-of-type:after {
  display: none !important;
}
body.home header {
  position: relative;
  /* Left */
  /* Right */
}
body.home header .left {
  position: relative;
}
body.home header .left .text {
  padding-right: 90px;
  margin-top: 94px;
}
body.home header .left h2 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-size: 50px;
  text-shadow: 3.195px 2.407px 0px rgba(252, 65, 0, 0.32);
  text-align: right;
  margin-bottom: 23px;
  line-height: 1.1em;
}
body.home header .left p {
  text-align: right;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 13px;
}
body.home header .left img.car {
  position: absolute;
  top: 330px;
  right: -40px;
  z-index: 1;
}
body.home header .right {
  /* Adress */
  /* Type */
  /* Submit */
}
body.home header .right .col-2 {
  padding-right: 15px;
}
body.home header .right .text {
  padding-left: 90px;
  margin-top: 80px;
}
body.home header .right h2 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 26px;
  color: #f2ac20;
  text-transform: none;
}
body.home header .right label,
body.home header .right p {
  line-height: 45px;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  color: #8b8e8e;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}
body.home header .right input {
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  background: #0C1010;
  border-radius: 5px;
  padding: 0 10px;
}
body.home header .right .adress {
  margin-top: 15px;
}
body.home header .right .adress .col-2 p {
  display: block;
}
body.home header .right .adress .col-10 p {
  display: inline-block;
  color: #ffffff;
  opacity: .5;
}
body.home header .right .adress .map {
  display: inline-block;
  background: #242b2a url("images/icons/map.png") no-repeat 12px center;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 10px 10px 28px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.home header .right .adress .map:hover {
  opacity: .7;
}
body.home header .right .type {
  margin-top: 17px;
}
body.home header .right .type a {
  display: inline-block;
  width: 50px;
  font-size: 10px;
  color: #8b8e8e;
  text-align: center;
  padding-top: 51px;
  margin-right: 10px;
}
body.home header .right .type a.personal {
  background: url("images/icons/personal-g.png") no-repeat center top;
}
body.home header .right .type a.personal:hover,
body.home header .right .type a.personal.checked {
  background: url("images/icons/personal-y.png") no-repeat center top;
}
body.home header .right .type a.budget {
  background: url("images/icons/budget-g.png") no-repeat center top;
}
body.home header .right .type a.budget:hover,
body.home header .right .type a.budget.checked {
  background: url("images/icons/budget-y.png") no-repeat center top;
}
body.home header .right .type a.airport {
  background: url("images/icons/airport-g.png") no-repeat center 20%;
}
body.home header .right .type a.airport:hover,
body.home header .right .type a.airport.checked {
  background: url("images/icons/airport-y.png") no-repeat center 20%;
}
body.home header .right .type a.truck {
  background: url("images/icons/truck-g.png") no-repeat center 20%;
}
body.home header .right .type a.truck:hover,
body.home header .right .type a.truck.checked {
  background: url("images/icons/truck-y.png") no-repeat center 20%;
}
body.home header .right #submit {
  display: block;
  margin-top: 30px;
  width: 130px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  padding-left: 23px;
  text-align: left;
  background: #f2ac20 url('images/icons/submit.png') no-repeat 82% 50%;
}
body.home header .right #submit:hover {
  opacity: 1;
  box-shadow: 3.195px 2.407px 0px rgba(252, 65, 0, 0.32);
}


/******************** events ****************************/

img.territorio {
    width: 100%;
    margin-top: 20px;
}

body.home section.events { /*mod*/
 /* padding-top: 150px;*/
 /* background: url("images/pattern1.png") repeat;*/
  position: relative;

}
body.home section.events h2 { /*mod*/
  display: block;
  margin: 0 auto;
  color: #f2ac20; /*171d1c*/
  text-align: center;
  font-family: initial;
  /*font-family: 'Pacifico', cursive;*/
  font-weight: 400;
  font-size: 34px;
  text-transform: none;
  text-shadow: 3.536px 3.536px 0px #f6f6f6;
  position: relative;
}
body.home section.events h2:before,
body.home section.events h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 227px;
  height: 1px;
  background: #eee; /*mod*/
  top: 50%;
}
body.home section.events h2:before {
  left: 0;
}
body.home section.events h2:after {
  right: 0;
}
body.home section.events .columns {
  margin-top: 60px;
  /* Item */
}
body.home section.events .columns .col-3 {
  padding: 0 2px;
}
body.home section.events .columns .item {
  width: 100%;
  cursor: pointer;
  /* Title */
  /* Item Hover */
}
body.home section.events .columns .item .img {
  position: relative;
  max-height: 150px; /*mod*/
  overflow: hidden;  /*add*/
}
body.home section.events .columns .item .img img {
  width: 100%;
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
 /* -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;*/
}
body.home section.events .columns .item .img:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/mask.png") repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.home section.events .columns .item .title {
  padding: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  position: relative;
  background: #ffffff url("images/icons/arrow-right.png") no-repeat 95% center;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
body.home section.events .columns .item .title h3 {
  text-transform: none;
  font-size: 18px;
  color: #171d1c;
  margin: 0;
}
body.home section.events .columns .item .title p {
  font-size: 12px;
  color: #898989;
}
body.home section.events .columns .item:hover .img:after {
  background: none;
}
body.home section.events .columns .item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
body.home section.events .columns .item:hover .title {
  background: #ffffff url("images/icons/arrow-right-y.png") no-repeat 95% center;
}

/********* end events ***********/




body.home section.our-services { /*mod*/
 /* padding-top: 150px;*/
 /* background: url("images/pattern1.png") repeat;*/
  position: relative;
  background:#fff;

}
body.home section.our-services h2 { /*mod*/
    display: block;
    margin: 0 auto;
    color: #f2ac20;
    text-align: center;
    font-family: initial;
    font-family: open sans;
    font-weight: bold;
    font-size: 29px;
    text-transform: none;
    text-shadow: 3.536px 3.536px 0px #f6f6f6;
    position: relative;
}
body.home section.our-services h2:before,
body.home section.our-services h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 227px;
  height: 1px;
  background: #eee; /*mod*/
  top: 50%;
}
body.home section.our-services h2:before {
  left: 0;
}
body.home section.our-services h2:after {
  right: 0;
}
body.home section.our-services .columns {
  margin-top: 60px;
  /* Item */
}
body.home section.our-services .columns .col-3 {
  padding: 0 2px;
}
body.home section.our-services .columns .item {
  width: 100%;
  cursor: pointer;
  /* Title */
  /* Item Hover */
}
body.home section.our-services .columns .item .img {
  position: relative;
}
body.home section.our-services .columns .item .img img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.home section.our-services .columns .item .img:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/mask.png") repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.home section.our-services .columns .item .title {
  padding: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  position: relative;
  background: #ffffff url("images/icons/arrow-right.png") no-repeat 95% center;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
body.home section.our-services .columns .item .title h3 {
  text-transform: none;
  font-size: 20px;
  color: #171d1c;
  margin: 0;
}
body.home section.our-services .columns .item .title p {
  font-size: 12px;
  color: #898989;
}
body.home section.our-services .columns .item:hover .img:after {
  background: none;
}
body.home section.our-services .columns .item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
body.home section.our-services .columns .item:hover .title {
  background: #ffffff url("images/icons/arrow-right-y.png") no-repeat 95% center;
}
body.home section.our-services:before {
    position: absolute;
    display: block;
    content: '';
    background: url("images/services-back.png") no-repeat 50% bottom;
    width: 50%;
    height: 530px;
    bottom: 0;
    right: 0;
    z-index: 0;
}
body.home .mobile {
 /* margin-top: 220px;*/ /*mod*/
  margin-top: 120px;
  color: #fff;
  position: relative;
}
body.home .mobile .col-6:first-of-type {
  padding-right: 185px;
  text-align: right;
}
body.home .mobile .col-6:first-of-type h3 {
  font-size: 30px;
  font-family: 'Rufina', serif;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  text-align: right;
  margin-bottom: 8px;
}
body.home .mobile .col-6:first-of-type h3 span {
  color: #1a8640;  /*f2ac20 mod*/
  font-family: 'Playfair Display', serif;
  font-size: 24px;
}
body.home .mobile .col-6:first-of-type p {
  font-family: 'Rufina', serif;
  font-weight: 400;
  font-size: 14px;
  color: #888; /*mod*/
  line-height: 1.7; /*add*/
  text-align: right;
}
body.home .mobile .col-6:last-of-type {
  padding-left: 185px;
  text-align: left;
} 
body.home .mobile .col-6:last-of-type h3 { /*mod*/
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #eee;
  text-transform: none;
  margin-top: -7px;
  margin-bottom: 25px;
}
body.home .mobile .col-6:last-of-type p {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 15px;
  color: #363636;
}
body.home .mobile .col-6:last-of-type li {
  padding-bottom: 15px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.home .mobile:after {
  position: absolute;
  bottom: 80px; /*mod -35px */
  content: '';
  display: block;
  background: url("images/leaf.png") no-repeat center;
  height: 459px;
  width: 226px;
  left: 50%;
  margin-left: -108px;
  z-index: 1;
}
body.home .mobile .store {
  margin-top: 40px;
  margin-bottom: 100px;
}
body.home .mobile a.google {
  display: inline-block;
  background: url("images/google.png") no-repeat center;
  border-radius: 5px;
  width: 167px;
  height: 58px;
}
body.home .mobile a.apple {
  display: inline-block;
  background: url("images/apple.png") no-repeat center;
  border-radius: 5px;
  width: 167px;
  height: 58px;
  margin-top: 8px;
}
body.home section.how-it-works {
  background: url("images/pattern3.png") repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
body.home section.how-it-works .sun {
  position: absolute;
  left: 0;
  top: 0;
 /* background: url("images/works-sun.png") no-repeat center top; /*mod*/
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/crossword.png");
  width: 100%;
  height: 100%;
}
body.home section.how-it-works .wrap {
  position: relative;
}
body.home section.how-it-works h2 {
    display: block;
    margin: 0 auto;
    color: #d69b1d;
    text-align: center;
    font-family: initial;
    font-family: open sans;
    font-weight: bold;
    font-size: 29px;
    text-transform: none;
    text-shadow: 3.536px 3.536px 0px #f6f6f6;
    position: relative;
}
body.home section.how-it-works p {
  font-family: 'Rufina', serif;
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  display: block;
  text-align: center;
  margin-top: 10px;
}
body.home section.how-it-works .list {
  margin-top: 80px;
}
body.home section.how-it-works .list .col-4 {
  padding: 0 10px;
}
body.home section.how-it-works .list .icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 4.822px 9.887px 0px 0px rgba(245, 173, 29, 0.09);
  float: left;
  margin-right: 25px;
}
body.home section.how-it-works .list .icon.phone {
  background: #ffffff url("images/icons/works-phone.png") no-repeat center;
}
body.home section.how-it-works .list .icon.world {
  background: #ffffff url("images/icons/works-world.png") no-repeat center;
}
body.home section.how-it-works .list .icon.truck {
  background: #ffffff url("images/icons/works-truck.png") no-repeat center;
}
body.home section.how-it-works .list h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  text-transform: none;
  margin-bottom: 5px;
}
body.home section.how-it-works .list p {
  text-align: left;
  color: #6b6b69;
  font-size: 12px;
}
body.home section.suggestions {
  padding: 50px 0;
  background: url("images/suggestions-back.png") no-repeat center;
  background-size: cover;
}
body.home section.suggestions .left {
  position: relative;
}
body.home section.suggestions .left:before {
  display: block;
  content: '';
  position: absolute;
  background: url("images/leafs.png") no-repeat center;
  width: 538px;
  height: 423px;
  top: 40px;
  left: 50%;
  margin-left: -269px;
}
body.home section.suggestions .left:after {
  display: block;
  content: '';
  position: absolute;
  background: #d1d0c5;
  width: 380px;
  height: 460px;
  top: 0;
  left: 5px;
  -moz-transform: rotate(-2deg);
  /* Для Firefox */
  -ms-transform: rotate(-2deg);
  /* Для IE */
  -webkit-transform: rotate(-2deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-2deg);
  /* Для Opera */
  transform: rotate(-2deg);
}
body.home section.suggestions .left form {
  background: #fff;
  width: 380px;
  height: 460px;
  position: relative;
  z-index: 1;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 46px 46px 46px;
}
body.home section.suggestions .left form:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  background: url("images/icons/form-angle.png") no-repeat center;
  width: 19px;
  height: 37px;
}
body.home section.suggestions .left form label {
  font-family: 'Rufina', serif;
  font-weight: 400;
  display: block;
  color: #6b6b69;
  font-size: 14px;
  margin-bottom: 5px;
}
body.home section.suggestions .left form input,
body.home section.suggestions .left form textarea {
  width: 100%;
  height: 42px;
  background: #ecece7; /*mod*/
  border: none;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.home section.suggestions .left form textarea {
  height: 90px;
  margin-bottom: 30px;
}
body.home section.suggestions .left form input[type='submit'] {
    width: auto;
    font-family: open sans;
    letter-spacing: 0.2;
    font-size: 15px;
    color: #636363;
    font-weight: 600;
    text-transform: none;
    border-radius: 0;
    background: #f6f6f6 url("images/icons/form-send.png") no-repeat 83% center;
    padding-right: 55px;
    padding-left: 20px;
    cursor: pointer;
}
body.home section.suggestions .right {
  padding-left: 100px;
  padding-top: 40px;
}
body.home section.suggestions .right h2 {
  color: #fff;
  text-align: left;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 50px;
  text-transform: none;
  margin-bottom: 20px;
}
body.home section.suggestions .right h2 span { /*mod add*/
    color: #f5ad1d;
    font-family: open sans;
    font-weight: 900;
    font-size: 23px;
}
body.home section.suggestions .right p {
    font-family: open sans;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
body.home section.suggestions .right p  span{
    color: #f5ad1d;
}
body.home section.suggestions .right p  b{
    font-size: 18px;
}

body.home section.suggestions .right li  a{
    font-family: open sans;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}


body.home section.our-cars {
  padding: 50px 0;
  background: #fff;
  /* */
  /* Other Images */
}
body.home section.our-cars h2 {
  display: block;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 54px;
  text-transform: none;
  text-shadow: 2.939px 4.045px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
body.home section.our-cars h2:before,
body.home section.our-cars h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 335px;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
}
body.home section.our-cars h2:before {
  left: 0;
}
body.home section.our-cars h2:after {
  right: 0;
}
body.home section.our-cars p {
  font-family: 'Rufina', serif;
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  display: block;
  text-align: center;
  margin-top: 10px;
}
body.home section.our-cars .col-6 {
  padding: 0 5px;
}
body.home section.our-cars .gallery {
  /*margin-top: 40px;*/ /*mod*/
}
body.home section.our-cars .gallery #slider {
  width: 100%;
  height: 469px;
  background: /*#171d1c*/ rgba(255,255,255,.2);
  position: relative;
}
body.home section.our-cars .gallery #slider .flex-viewport { /*mod*/
  /*height: 100%;*/
}


body.home section.our-cars .gallery #slider .slides {
  height: 100%;
 
  
}

li.flex-active-slide img { /*add*/

}

/* login */

.login-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  background: #f1f1f1;
  font-weight: 300;
  font-style: italic;
  border-radius: 2px;
}
.login-form input:last-child {
  margin-bottom: 0;
}
.login-form input[type="submit"] {
  color: #ffF;
  background: #f2ac20;
  font-style: normal;
  box-shadow: 0 4px 0 #d69b1d;
  width: 114%;
}

/*end/

/*modal and faqs*/

.cd-modal-action.freguesias {
    position: relative;
    text-align: center;
    margin: auto;
    position: relative;
}

a.listabtn {
    color: #000;
    border-bottom: 1px solid #f2ac20;
}

a.back-button, a.back-button:hover, a.back-button:focus  {
    float: left;
    text-transform: none;
    color: #f2ac20;
    border-right: 10px solid #fff;
    font-size: 17px;
	font-weight:400;
}

.question-section {
  background: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 1em;
  position: relative;
  vertical-align: top;
  width: 100%;
 
}
@media (min-width: 50em) {
  .question-section {
    font-size: .75rem;
    padding: 1em 1.5em;
  }
}
@media (min-width: 62.5em) {
  .question-section {
    font-size: 1rem;
	/*max-height: 350px;
    overflow: scroll;*/
  }
}
.question-section h1 {
  font-family: "Audiowide", cursive;
  color: #085078;
  font-size: 1.25em;
  font-size: 5.5vw;
  font-weight: 700;
  margin-bottom: .25em;
}
@media (min-width: 32.25em) {
  .question-section h1 {
    font-size: 2.25em;
    font-size: 4.9vw;
  }
}
@media (min-width: 67.5em) {
  .question-section h1 {
    font-size: 3.25em;
  }
}
.question-section > p, .question-section > h1 {
  text-align: center;
}
.question-section > p {
  font-size: 0.667em;
  font-size: 2.8vw;
  margin-bottom: 1em;
}
@media (min-width: 22.1875em) {
  .question-section > p {
    font-size: 0.667em;
  }
}
@media (min-width: 31.25em) {
  .question-section > p {
    font-size: 1em;
  }
}
@media (min-width: 81.25em) {
  .question-section > p {
    font-size: 1.15em;
  }
}

div[class^="cat"] {
  width: 100%;
}
div[class^="cat"] > label {
    border-bottom: 1px solid #eee;
    background: none;
    color: #333;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5em;
    padding: 0.75em 0.5em;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
}
div[class^="cat"] > label:hover { /*add*/
   background:#f6f6f6;
   opacity:0.8;
}

div[class^="cat"] > input:focus + label:after { /*add*/
    font-family: FontAwesome;
    width: 30px;
    content: "\f107";
	color: #f2ac20;
	float: left;
	display: inline;
	-webkit-transition: all 150ms ease-out;
   transition: all 150ms ease-out;
}
    
  div[class^="cat"] > label:after {
    font-family: FontAwesome;
    width: 30px;
    content: "\f105";
	color: #f2ac20;
	float: left;
	display: inline;
	-webkit-transition: all 150ms ease-out;
   transition: all 150ms ease-out;
  }

  
@media (min-width: 50em) {
  div[class^="cat"] > label {
    font-size: 1.0em;
  }
 
}
div[class^="cat"] > input {
  position: absolute;
  z-index: -999;
}
div[class^="cat"] > input:focus + label {
	background:#f6f6f6;
    color: #000;
}
div[class^="cat"] .question-wrap {
  height: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
div[class^="cat"] > input:checked ~ .question-wrap {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap .question {
  margin: 1em 0;
}
.question-wrap label {
  color: #0a6090;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 50em) {
  .question-wrap label {
    font-size: 1.25em;
  }
}
.question-wrap input {
  position: absolute;
  z-index: -999;
  top: -10000px;
}
.question-wrap input:focus + label {
  color: #064060;
}
.question-wrap input:not(:checked) ~ p {
  height: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap input:checked ~ p {
  max-height: 500px;
  opacity: 1;
  -webkit-transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}

/**/

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-section {
 
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-section p {
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media only screen and (min-width: 300px) {
 body section.content table td:first-child {
    text-align: left;
    font-family: 'Playfair Display', serif;
    max-width: 90px;
 }
}
@media only screen and (min-width: 0px) {

.cd-modal {
  background: url("images/pattern3.png") repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}

.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
   background: url("images/pattern3.png") ;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
   margin-top: -45px;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
  }
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}

.cd-modal-action .btn:before {
    font-family: FontAwesome;
    border-right: 20px solid #eee;
    content: "\f0f6";
    font-size: 21px;
    color: blue;
    display: inline; }

.cd-modal-action {
  position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg { /*mod*/
    display: inline-block;
    height: 4em;
    background-color: #fff;
    padding-left: 20px;
    color: #000!important;
    font-weight: 100!important;
}
.cd-modal-action .btn {
  background: #eee;
  width: 12.5em;
  border-radius: 5em;
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
a.btn.to-circle { /*add*/
    width: 2.95em!important;
}

.cd-modal-action .btn.to-circle {
  width: 4.1em!important;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  background: #fcf8ea; 
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(242, 172, 32, 0.7) url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close_copy.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: rgba(242, 172, 32, 0.9);
}

section.content.modaltexto {
  background: url(images/pattern3.png)!important;
  max-width: 1400px!important;
  margin: auto;
}

.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
}
@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}


/*modal*/







body.home section.our-cars .gallery #slider li {
  text-align: center;
  height: 500px;/*add*/
    /* margin-top: -140px;   /* add*/
   /* background: #fff;   /* add*/

}
body.home section.our-cars .gallery #slider li h4 { /*mod*/
  font-family: 'Playfair Display', serif;
  letter-spacing: .5px;
  font-weight: 400;
  font-size: 18px;
  color: #f2ac20;
  text-transform: none;
  margin-top: -75px;
  margin-bottom: 5px;
  padding: 0 20px;
}

li.events.wow.fadeInDown a {
    font-size: 18px;
    color: #333; }
li.events.wow.fadeInDown a:hover { opacity:.7; }


body.home section.our-cars .gallery #slider li p {
  font-size: 11px;
  color: #8f9090;
  font-family: 'Arial';
}
body.home section.our-cars .gallery #slider .flex-direction-nav li {
  top: 50%; /*mod*/
  margin-top: -25px;
  position: absolute;
  height: 50px;
  width: 30px;
  background: #d69b1d;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li.flex-nav-next {
  right: 0;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li.flex-nav-prev:before {
  display: block;
  content: '';
  background: url("images/icons/gallery-left.png") no-repeat center;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li.flex-nav-prev:hover:before {
  background: #c68f1f url("images/icons/gallery-left-w.png") no-repeat center;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li.flex-nav-next:before {
  display: block;
  content: '';
  background: url("images/icons/gallery-right.png") no-repeat center;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li.flex-nav-next:hover:before {
  background: #c68f1f url("images/icons/gallery-right-w.png") no-repeat center;
}
body.home section.our-cars .gallery #slider .flex-direction-nav li a {
  display: block;
  width: 100%;
  height: inherit;
  overflow: hidden;
  opacity: 0;
}
body.home section.our-cars .img {
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  /* Item Hover add*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(50%);
  opacity: 1;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -10px;
}
body.home section.our-cars .img:hover:after {
  background: none;
}
body.home section.our-cars .img:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(50%); /*mod 50%*/
  opacity: 1;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -10px;
}
body.home section.our-cars .img img {
  width: 100%;
 /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(0%); /*mod 100%*/
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


body.home section.our-cars .img:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/mask.png") repeat;
  opacity:.3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}



/*add*/
 .img-news {
   max-width: 283px;
}



body.home section.newsspecials { /*mod*/
  padding-top: 80px;
 /* background: url("images/pattern3.png") ;*/
  background: url("images/suggestions-back.png") no-repeat center;
  position: relative;
  /* News */
  /* Specials */
}
body.home section.newsspecials .bottom-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url("images/pattern1.png") repeat;
}
body.home section.newsspecials .caption {
  height: 99px;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body.home section.newsspecials .caption h3 {
  float: left;
  line-height: 99px;
  margin: 0;
  text-transform: none;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
}
body.home section.newsspecials .caption a {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.home section.newsspecials .caption a:hover {
  opacity: .7;
}
body.home section.newsspecials .news {
  position: relative;
  z-index: 1;
  /* Content  */
  /* Articles */
}
body.home section.newsspecials .news .caption {
  background: #d69b1d;
}
body.home section.newsspecials .news .caption h3 {
    color: #fff;
    text-shadow: -3.94px 3.078px 0px rgba(207, 93, 72, 0.35);
    font-family: open sans;
    font-weight: 900;
    font-size: 25px;
    /* letter-spacing: 1px; */
}
body.home section.newsspecials .news .caption a {
  color: #eee;
  border-bottom: 1px solid;
  text-decoration: none;
  font-size: 14px;
}
body.home section.newsspecials .news .content {
  background: #fff;
  height: 430px;
}
body.home section.newsspecials .news .col-3 {
  width: 20%;
}
body.home section.newsspecials .news .col-9 {
  width: 80%;
}
body.home section.newsspecials .news article {
  /* Left */
  /* Right */
}
body.home section.newsspecials .news article .left {
  padding-top: 20px;
}
body.home section.newsspecials .news article .left h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 46px;
  text-align: center;
  color: #d69b1d;
  margin-bottom: 5px;
}
body.home section.newsspecials .news article .left span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 11px;
  color: #acacac;
  text-align: center;
}
body.home section.newsspecials .news article .right {
  padding-left: 35px;
  padding-right: 40px;
  padding-top: 30px;
  border-left: 1px solid #e5e5e5;
  height: 143px;
  position: relative;
}
body.home section.newsspecials .news article .right:before {
  position: absolute;
  content: '';
  display: block;
  left: -4px;
  top: 50px;
  width: 7px;
  height: 7px;
  background: #d69b1d;
  border-radius: 50%;
}
body.home section.newsspecials .news article .right h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}
body.home section.newsspecials .news article .right h2 a {
  color: #2e2f4b;
  font-family: 'Playfair Display', serif;
}
body.home section.newsspecials .news article .right h2 a:hover {
  text-decoration: underline;
}
body.home section.newsspecials .news article .right p {
  font-family: 'open sans';
  font-size: 12px;
  color: #acacac;
  line-height: 1.2;
  margin-bottom: 0;
}
body.home section.newsspecials .specials {
  position: relative;
  z-index: 1;
  /* Content */
}
body.home section.newsspecials .specials .caption {
  background: url("images/pattern4.png") repeat;
}
body.home section.newsspecials .specials .caption h3 {
  font-size: 44px;
  color: #fff;
  font-family: open sans;
  font-weight: 900;
  font-size: 25px;
}
body.home section.newsspecials .specials .caption a {
    color: #f2ac20;
    border-bottom: 1px solid;
    text-decoration: none;
    font-size: 14px;
}
body.home section.newsspecials .specials .content .container {
  height: 215px;
  position: relative;
}
body.home section.newsspecials .specials .content .container:first-of-type {
  background: #fcf8ea url("images/pattern3.png") no-repeat left center; /*mod - mapa*/ 
}
body.home section.newsspecials .specials .content .container:first-of-type .text {
    font-family: open sans;
	font-size:13px;
    width: 436px;  /*mod*/
    color: #363636;
    position: absolute;
    right: 0;
    top: 11%;
    padding-right: 31px;
    line-height: 1.5;
}

.text li a { color: #555; font-family: open sans; }

body.home section.newsspecials .specials .content .container:first-of-type h3 {
  color: #d69b1d;
  font-size: 18px;
  font-family: "Arial";
  text-transform: none;
  margin-bottom: 10px;
}

.text b, .text b:focus, .text b:visited  {
    font-size: 15px;
	font-family: open sans;
	color: #363636;
}

body.home section.newsspecials .specials .content .container:first-of-type p {
  color: #b3bbc1;
  font-size: 11px;
}
body.home section.newsspecials .specials .content .container:last-of-type {
  background: #ecefe6 url("images/mapa-footer.png") no-repeat left center;
  overflow: hidden;
}
body.home section.newsspecials .specials .content .container:last-of-type h3 {
  width: 100px;
  height: 42px;
  font-size: 24px;
  font-family: "Arial";
  color: #ffffff;
  text-transform: none;
  position: absolute;
  left: 42px;
  top: 55%;
  margin-top: -21px;
  text-align: center;
  line-height: 0.875;
}
body.home section.newsspecials .specials .content .container:last-of-type h3:before {
  display: block;
  content: '';
  position: absolute;
  background: url("images/specials-dots.png") no-repeat center;
  width: 45px;
  height: 18px;
  top: -28px;
  left: 50%;
  margin-left: -22.5px;
}
body.home section.newsspecials .specials .content .container:last-of-type .offer {
  position: absolute;
  font-size: 154px;
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  right: -50px;
  text-shadow: -15px 7px 0px #cf5d48;
  font-weight: 100;
}

/*back to top */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(214,154,28,.7);
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 999;
}
.back-to-top  i{
color:#fff;
}
.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/*end back to top */


/* Footer */
footer .content {
  padding: 50px 0;
  background: url("images/pattern1.png") repeat;
}
footer .content .col-4:nth-child(1) {
  color: #898989;
  font-size: 11px;
}
footer .content .col-4:nth-child(3) {
  text-align: right;
  color: #898989;
  font-size: 11px;
}
footer .content .col-4:nth-child(3) p {
  text-align: right;
  margin: 0;
}
footer .content .col-4:nth-child(3) span {
   color: #ccc;
   font-size: 12px;
   line-height: 1.8;
}
footer .content .col-4:nth-child(2) .call {
  display: block;
  margin: 0 auto;
  width: 118px;
  height: 118px;
 /* background: #0d100f;*/
  border-radius: 50%;
  padding-top: 25px;
  box-sizing: border-box;
 /* box-shadow: 0 0 0 69px rgba(0, 0, 0, 0.1);*/ /* mod*/
}
footer .content .col-4:nth-child(2) .call h3 {
  font-size: 24px;
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  color: #f2ac20;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
footer .content .col-4:nth-child(2) .call span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #8b8e8e;
  font-style: italic;
  line-height: 1.2;
}
footer .content .social {
  margin-top: 23px;
}
footer .content .social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  /* Hover */
}
footer .content .social a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
footer .content .social a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border-radius: 50%;
  left: 0;
  top: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
footer .content .social a.twitter:before {
  background: #ffffff url("images/icons/twitter.png") no-repeat center;
}
footer .content .social a.twitter:after {
  background: #ffffff url("images/icons/twitter-h.png") no-repeat center;
}
footer .content .social a.facebook:before {
  background: rgba(255,255,255,.1) url("images/icons/facebook.png") no-repeat center
}
footer .content .social a.facebook:after {
  background: rgba(255,255,255,.1) url("images/icons/facebook-h.png") no-repeat center;
}
footer .content .social a.youtube:before {
  background: rgba(255,255,255,.1) url("images/icons/youtube.png") no-repeat center;
}
footer .content .social a.youtube:after {
  background: rgba(255,255,255,.1) url("images/icons/youtube-h.png") no-repeat center;
}
footer .content .social a:hover:hover:before {
  top: -100%;
}
footer .content .social a:hover:hover:after {
  top: 0;
}
footer .bottom-line {
  height: 100px; /*54*/
  background: #fff; /*f2ac20*/
  text-align: center;
  line-height: 54px;
  font-size: 11px;
  position: relative;
}
footer .bottom-line .dot {
  margin: 0 12px;
  background: #000;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  vertical-align: middle;
}
footer .bottom-line a {
  color: #000;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
footer .bottom-line a:hover {
  opacity: .7;
}
footer .bottom-line .dot {
  display: inline-block;
}
/* Services
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.services {
  background: url("images/pattern3.png") repeat;
}
body.services section.content {
  /* Tiles */
}
body.services section.content h2 {
  display: block;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  text-shadow: 2.939px 4.045px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
body.services section.content h2:before,
body.services section.content h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 260px;
  height: 1px;
  border-bottom: 1px dashed #f5cb72;
  top: 55%;
}
body.services section.content h2:before {
  left: 50px;
}
body.services section.content h2:after {
  right: 50px;
}
body.services section.content .text {
  margin: 30px 0 50px 0;
}
body.services section.content .text p {
  text-align: center;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #555555;
  line-height: 1.385;
}
body.services section.content .tiles > .col-6 {
  height: 240px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Hover */
}
body.services section.content .tiles > .col-6 .col-6 {
  height: inherit;
}
body.services section.content .tiles > .col-6 .txt {
  background: #f2ac20;
  padding: 55px 35px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.services section.content .tiles > .col-6 .txt h3 {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #171d1c;
  line-height: 1.2;
  text-transform: none;
}
body.services section.content .tiles > .col-6 .txt p {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 12px;
  color: #785103;
}
body.services section.content .tiles > .col-6 .txt.left:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  top: 50%;
  margin-top: -25px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #f2ac20 transparent transparent;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
body.services section.content .tiles > .col-6 .txt.right:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  top: 50%;
  margin-top: -25px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f2ac20;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
body.services section.content .tiles > .col-6 .img {
  position: relative;
}
body.services section.content .tiles > .col-6 .img img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
body.services section.content .tiles > .col-6 .img:after {
  position: absolute;
  display: block;
  content: '';
  background: url("images/mask.png") repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.services section.content .tiles > .col-6:hover {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 20px 80px 0 rgba(65, 31, 13, 0.49);
  -moz-box-shadow: 0 20px 80px 0 rgba(65, 31, 13, 0.49);
  box-shadow: 0 20px 80px 0 rgba(65, 31, 13, 0.49);
}
body.services section.content .tiles > .col-6:hover .img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
body.services section.content .tiles > .col-6:hover .img:after {
  background: none;
}
body.services section.content .tiles > .col-6:hover .txt {
  background: #fff;
}
body.services section.content .tiles > .col-6:hover .txt.left:after {
  border-color: transparent #fff transparent transparent;
}
body.services section.content .tiles > .col-6:hover .txt.right:after {
  border-color: transparent transparent transparent #fff;
}
/* Booking
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.booking {
  background: url("images/pattern3.png") repeat;
  /* */
  /* */
}
body.booking .book-a-cab { /*mod*/
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.booking #book-nav {
  margin-top: 35px;
  padding: 0 40px;
}
body.booking #book-nav li {
  float: left;
  width: 25%;
  height: 90px;
  line-height: 90px;
  background: #f6a300 url("images/pattern2.png") repeat;
  border-right: 1px solid #e2a31e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Hover */
  /* Active */
}
body.booking #book-nav li span {
  position: relative;
  padding-left: 25px;
}
body.booking #book-nav li span:after {
  position: absolute;
  display: block;
  content: '';
  height: 90px;
  width: 50px;
  left: -25px;
  top: 50%;
  margin-top: -45px;
}
body.booking #book-nav li.vip span:after {
  background: url("images/icons/japassou.png") no-repeat center;
}
body.booking #book-nav li.vip.active span:after {
  background: url("images/icons/japassou-w.png") no-repeat center;
}
body.booking #book-nav li.budget span:after {
  background: url("images/icons/budget-y.png") no-repeat center;
}
body.booking #book-nav li.budget.active span:after {
  background: url("images/icons/budget-g.png") no-repeat center;
}
body.booking #book-nav li.airport span:after {
  background: url("images/icons/airport-y.png") no-repeat center;
}
body.booking #book-nav li.airport.active span:after {
  background: url("images/icons/airport-w.png") no-repeat center;
}
body.booking #book-nav li.truck span:after {
  background: url("images/icons/truck-b.png") no-repeat center;
}
body.booking #book-nav li.truck.active span:after {
  background: url("images/icons/truck-w.png") no-repeat center;
}
body.booking #book-nav li:hover {
  -webkit-box-shadow: inset 0 4px 0 0px #eca511;
  -moz-box-shadow: inset 0 4px 0 0px #eca511;
  box-shadow: inset 0 4px 0 0px #eca511;
}
body.booking #book-nav li.active {
  background: #f6a300;
  border-right: 1px solid #dd9200;
  position: relative;
}
body.booking #book-nav li.active:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -5px;
  height: 5px;
  background: #f6a300;
}
body.booking #book-nav li.active:after {
  display: block;
  content: '';
  position: absolute;
  background: url("images/booking-nav.png") no-repeat center;
  width: 8px;
  height: 85px;
  top: -5px;
  left: -1px;
}
body.booking #book-nav li.active:first-child:before {
  left: 0px;
}
body.booking #book-nav li.active:last-child:before {
  right: 0px;
}
body.booking #book-nav li.active:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.booking #book-nav li:last-child {
  border-right: 0;
}
body.booking #book-content {
    /* background: rgba(0,0,0,.050); */
    padding: 0px 40px;
    position: relative;
  /* Bottom */
}

body.booking #book-content li {
  display: none;
}
body.booking #book-content li.visible {
  display: block;
}
body.booking #book-content form {
  /* button */
  /* Submit */
}
body.booking #book-content form .col-6:first-of-type {
  padding-right: 10px;
}
body.booking #book-content form .col-6:last-of-type {
  padding-left: 10px;
}
body.booking #book-content form .col-6.left {
  padding-left: 60px;
}
body.booking #book-content form .line {
  border-bottom: 1px dashed #2f3433;
  padding: 18px 0;
}
body.booking #book-content form .line:last-of-type {
  border-bottom: 0;
}
body.booking #book-content form .col-2 {
  padding-right: 10px;
  text-align: right;
}
body.booking #book-content form label,
body.booking #book-content form p {
  line-height: 45px;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  color: #8b8e8e;
  margin-bottom: 10px;
  display: block;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}
body.booking #book-content form input {
  display: inline-block;
  width: 250px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #0C1010;
  border-radius: 5px;
  padding: 0 10px;
}
body.booking #book-content form input#adults {
  width: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.booking #book-content form input#kids {
  width: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.booking #book-content form .adress {
  width: 40%;
  line-height: 1.2;
  text-align: left;
  padding-top: 10px;
  vertical-align: middle;
}
body.booking #book-content form .map {
  display: inline-block;
  background: #242b2a url("images/icons/map.png") no-repeat 12px center;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 10px 10px 28px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.booking #book-content form .map:hover {
  opacity: .7;
}
body.booking #book-content form #submit {
  display: block;
  width: 130px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  padding-left: 23px;
  text-align: left;
  background: #f2ac20 url('images/icons/submit.png') no-repeat 82% 50%;
}
body.booking #book-content form #submit:hover {
  opacity: 1;
  box-shadow: 3.195px 2.407px 0px rgba(252, 65, 0, 0.32);
}
body.booking #book-content form .control {
  display: inline-block;
  vertical-align: middle;
}
body.booking #book-content form .control a {
  display: block;
  height: 22px;
  width: 25px;
  background: #232626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #393c3c;
  text-align: center;
  line-height: 21px;
  color: #9a9a9a;
  font-weight: 900;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.booking #book-content form .control a:first-of-type {
  border-top-right-radius: 5px;
  border-bottom: 1px solid #393c3c;
}
body.booking #book-content form .control a:last-of-type {
  border-bottom-right-radius: 5px;
}
body.booking #book-content form .control a:hover {
  background: #393c3c;
}
/* Contact
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.contact {
  /* Content */
  /* Map */
}
body.contact .background {
  height: 200px;
}
body.contact .background .col-6:first-of-type:after {
  display: none;
}
body.contact .background .col-6:last-of-type:after {
  display: none;
}
body.contact .inner {
  height: 640px;
  position: relative;
  /* Content */
}
body.contact .inner .back-left {
  position: absolute;
  width: 50%;
  height: inherit;
  left: 0;
  top: 0;
  background: url("images/pattern3.png") repeat;
  z-index: -1;
}
body.contact .inner .back-right {
  position: absolute;
  width: 50%;
  height: inherit;
  right: 0;
  top: 0;
  background: url("images/pattern3.png") repeat;
  z-index: -1;
}
body.contact .inner .wrap {
  position: relative;
}
body.contact .inner .col-6.left {
  padding-top: 100px;
  padding-right: 90px;
  /* Social */
}
body.contact .inner .col-6.left h2 {
    font-size: 31px;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    margin-bottom: 30px;
}
body.contact .inner .col-6.left h2 span {
  font-size: 25px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000;
}
body.contact .inner .col-6.left span {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 16px;
      color: #000;
}
body.contact .inner .col-6.left p {
  font-size: 13px;
  font-family: open sans;
  font-weight: 400;
  color: #555;
  line-height: 1.2;
}
body.contact .inner .col-6.left .phone {
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  font-size: 17px;
}
body.contact .inner .col-6.left .line {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #976e14;
  margin-bottom: 30px;
}
body.contact .inner .col-6.left .social {
  margin-top: 23px;
}
body.contact .inner .col-6.left .social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  /* Hover */
}
body.contact .inner .col-6.left .social a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.contact .inner .col-6.left .social a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  border-radius: 50%;
  left: 0;
  top: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
body.contact .inner .col-6.left .social a.twitter:before {
  background: #ffffff url("images/icons/twitter.png") no-repeat center;
}
body.contact .inner .col-6.left .social a.twitter:after {
  background: #ffffff url("images/icons/twitter-h.png") no-repeat center;
}
body.contact .inner .col-6.left .social a.facebook:before {
  background: #ffffff url("images/icons/facebook.png") no-repeat center;
}
body.contact .inner .col-6.left .social a.facebook:after {
  background: #ffffff url("images/icons/facebook-h.png") no-repeat center;
}
body.contact .inner .col-6.left .social a.youtube:before {
  background: #ffffff url("images/icons/youtube.png") no-repeat center;
}
body.contact .inner .col-6.left .social a.youtube:after {
  background: #ffffff url("images/icons/youtube-h.png") no-repeat center;
}
body.contact .inner .col-6.left .social a:hover:hover:before {
  top: -100%;
}
body.contact .inner .col-6.left .social a:hover:hover:after {
  top: 0;
}
body.contact .inner .col-6.right {
  padding-top: 45px;
  padding-left: 70px;
  /* Form */
}
body.contact .inner .col-6.right h3 {
  font-size: 30px;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  color: #f2ac20;
  text-transform: none;
  padding-left: 50px;
}
body.contact .inner .col-6.right .form {
  position: relative;
  margin-top: 35px;
}
body.contact .inner .col-6.right .form:before {
  display: block;
  content: '';
  position: absolute;
  width: 538px;
  height: 423px;
  top: 40px;
  left: 54%;
  margin-left: -269px;
}
body.contact .inner .col-6.right .form:after {
  display: block;
  content: '';
  position: absolute;
  background: #f1ecdc;
  width: 380px;
  height: 460px;
  top: 0;
  left: 5px;
  -moz-transform: rotate(-2deg);
  /* Для Firefox */
  -ms-transform: rotate(-2deg);
  /* Для IE */
  -webkit-transform: rotate(-2deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-2deg);
  /* Для Opera */
  transform: rotate(-2deg);
}
body.contact .inner .col-6.right .form form {
  background: #fff;
  width: 380px;
  height: 460px;
  position: relative;
  z-index: 1;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 46px 46px 46px;
}
body.contact .inner .col-6.right .form form:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  background: url("images/icons/form-angle.png") no-repeat center;
  width: 19px;
  height: 37px;
}
body.contact .inner .col-6.right .form form label {
  font-family: 'Rufina', serif;
  font-weight: 400;
  display: block;
  color: #6b6b69;
  font-size: 14px;
  margin-bottom: 5px;
}
body.contact .inner .col-6.right .form form input,
body.contact .inner .col-6.right .form form textarea {
  width: 100%;
  height: 42px;
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.contact .inner .col-6.right .form form textarea {
  height: 90px;
  margin-bottom: 30px;
}
body.contact .inner .col-6.right .form form input[type='submit'] {
  width: auto;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  background: #f2ac20 url("images/icons/form-send.png") no-repeat 83% center;
  padding-right: 55px;
  padding-left: 20px;
}
body.contact section.map {
  height: 516px;
  width: 100%;
  position: relative;
  background: url("images/pattern1.png") repeat;
}
body.contact section.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

/*map*/

/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  color: #2d313f;
  background-color: #e7eaf0;
}

/* -------------------------------- 

Main components 

-------------------------------- */
  

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (max-width: 768px) {
  #google-container {
    height: 300px;
  }
    footer#footer  .bottom-line .comprida img {
    width: 500%; }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 450px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(242, 172, 32, 0.9);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(242, 172, 32, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}







/* Blog
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.blog {
  background: url("images/pattern3.png") repeat;
}
body.blog section.content {
  padding: 38px 20px 50px 20px;
}
body.blog .breadcrumb {
  margin-bottom: 10px;
}
body.blog article .left {
  width: 10%;
}
body.blog article .left h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 46px;
  text-align: center;
  color: #f2ac20;
  margin-bottom: 5px;
}
body.blog article .left span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 11px;
  color: #acacac;
  text-align: center;
}
body.blog article:last-of-type .right {
  padding-bottom: 0;
}
body.blog article .right {
  width: 90%;
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding-left: 45px;
  padding-bottom: 40px;
  padding-right: 40px;
  /* Inner */
}
body.blog article .right:before {
  position: absolute;
  content: '';
  display: block;
  left: -4px;
  top: 30px;
  width: 7px;
  height: 7px;
  background: #f2ac20;
  border-radius: 50%;
}
body.blog article .right .inner {
  background: #fff;
  padding: 35px 42% 35px 35px;
  position: relative;
}
body.blog article .right .inner:before {
  display: block;
  content: '';
  position: absolute;
  background: url("images/article-left.png") no-repeat center;
  width: 10px;
  height: 123px;
  top: 10px;
  left: -10px;
}
body.blog article .right .inner:after {
  display: block;
  content: '';
  position: absolute;
  background: url("images/article-right.png") no-repeat center;
  width: 6px;
  height: 72px;
  right: -6px;
  bottom: 10px;
}
body.blog article .right .inner .shadow-bottom {
  position: absolute;
  background: url("images/article-bottom.png") no-repeat center;
  width: 217px;
  height: 7px;
  left: 10px;
  bottom: -7px;
}
body.blog article .right .inner .text a {
  display: block;
  font-size: 27px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #2e2f4b;
  line-height: 1.2;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.blog article .right .inner .text a:hover {
  opacity: .7;
}
body.blog article .right .inner p {
  color: #acacac;
  font-size: 13px;
  font-family: open sans;
}
body.blog article .right .inner .by {
  font-size: 12px;
  font-family: "Arial";
  color: #acacac;
  border-right: 1px solid #e2e2e2;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  margin-top: 25px;
}
body.blog article .right .inner .by span {
  color: #cf5d48;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
body.blog article .right .inner .category {
  display: inline-block;
  font-size: 12px;
  font-family: "Arial";
  color: #acacac;
  margin-top: 25px;
}
body.blog article .right .inner .img {
  position: absolute;
  right: -40px;
  top: 0px;
  width: 326px;
  height: 193px;
}
body.blog article .right .inner .read {
  position: absolute;
  right: 55px;
  bottom: 35px;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #1a8640;
  text-decoration: underline;
}
body.blog article .right .inner .read:after {
  position: absolute;
  content: '';
  display: block;
  background: url("images/readmore-silver.png") no-repeat center;
  width: 13px;
  height: 13px;
  right: -22px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.blog article .right .inner .read:hover {
  text-decoration: none;
}
body.blog article .right .inner .read:hover:after {
  background: url("images/readmore.png") no-repeat center;
}
body.blog .pagination { /*mod */
  width: 100%;
  height: 85px;
     background: url(images/pattern2.png); /*add*/
}
body.blog .pagination .col-10 {
  text-align: center;
}
body.blog .pagination .col-10 a {
  display: inline-block;
  height: 85px;
  line-height: 85px;
  font-size: 19px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #ffc13a;
  padding: 0 15px;
  margin: 0 3px;
}
body.blog .pagination .col-10 a.active {
  box-shadow: inset 0 -3px 0 0 #fff; /*mod*/
  color: #fff;
}
body.blog .pagination .left {
  display: block;
  line-height: 85px;
  background: url("images/pagination-left.png") no-repeat center;
  width: 28px;
  height: 85px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.blog .pagination .left:hover {
  background: url("images/pagination-left-hover.png") no-repeat center;
}
body.blog .pagination .right {
  display: block;
  line-height: 85px;
  background: url("images/pagination-right.png") no-repeat center;
  width: 28px;
  height: 85px;
  float: right;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.blog .pagination .right:hover {
  background: url("images/pagination-right-hover.png") no-repeat center;
}
/* Blog
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body.blog-inside {
  background: url("images/pattern3.png") repeat;
  /* Content */
  /* Comments */
  /* Leave a Comment */
}
body.blog-inside .padding {
  padding: 0 90px;
}
body.blog-inside section.content {
  padding: 0 0 40px 0;
  background: #fff;
  /* */
}
body.blog-inside section.content img {
  width: 100%;
}
body.blog-inside section.content .line {
  height: 1px;
  border-bottom: 1px dashed #cccccc;
  margin: 40px 0;
}
body.blog-inside section.content h1 {
  margin: 0;
  text-align: center;
  font-size: 46px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  text-transform: none;
  padding: 0 30px;
}
body.blog-inside section.content .info {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 35px;
}
body.blog-inside section.content .info .by {
  font-size: 12px;
  font-family: "Arial";
  color: #acacac;
  border-right: 1px solid #e2e2e2;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  margin-top: 25px;
}
body.blog-inside section.content .info .by span {
  color: #cf5d48;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
body.blog-inside section.content .info .category {
  display: inline-block;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #acacac;
  margin-top: 25px;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #e2e2e2;
}
body.blog-inside section.content .info .date {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #acacac;
}
body.blog-inside section.content p {
  font-size: 14px;
  font-family: "Arial";
  color: #636363;
  line-height: 1.714;
  text-align: left;
  padding: 0 30px;
}
body.blog-inside section.content .quote {
  float: left;
  display: block;
  padding: 40px 50px 30px 0;
  width: 62%;
  font-size: 19px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  font-style: italic;
  line-height: 1.2;
  text-align: right;
}
body.blog-inside section.content .quote .author {
  display: block;
  font-family: 'Arial';
  font-size: 12px;
  color: #cf5d48;
  font-style: normal;
  margin-top: 15px;
}
body.blog-inside section.content .video {
  margin: 60px 0 30px 0;
}
body.blog-inside section.content .video iframe {
  width: 100%;
  height: 370px;
}
body.blog-inside section.content h2 { 
  font-size: 18px; /*mod*/
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  text-transform: none;
  padding: 0 30px;
}

a.sub-brad, a.sub-brad :focus { /*add*/
   font-size: 15px;
   text-transform: none;
   color: #000;
}
a.sub-brad:hover{ /*add*/
	opacity:.7;
}

body.blog-inside section.content h2:before { 
	/*font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f10c";
    font-size: 10px;
    color: #fff;
	display: inline;*/
}

.h2-politica h2:before { 
	font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f10c";
    font-size: 10px;
    color: #555!important; /*mod*/
	display: inline;
}


body.blog-inside section.content ul.marked li a{
  /*list-style: url('images/marked-list.png');*/ /*mod*/
  color:#555;
}

body.blog-inside section.content ul.marked li.pdf:before { /*add*/
	font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f1c1";
    font-size: 21px;
    color: red;
	display: inline;
}

body.blog-inside section.content ul.marked li.texto:before { /*add*/
	font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f0f6";
    font-size: 21px;
    color: blue;
	display: inline;
}
body.blog-inside section.content ul.marked li.faq{ /*add*/cursor: pointer;}

body.blog-inside section.content ul.marked li.faq:before { /*add*/
	font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f128";
    font-size: 21px;
    color: #f2ac20;
	display: inline;
	cursor: pointer;
}

body.blog-inside section.content ul.marked li.externallink:before { /*add*/
	font-family: FontAwesome;
	border-right: 20px solid #fff;
    content: "\f08e";
    font-size: 21px;
    color: aquamarine;
	display: inline;
}

.padding h3.sub-brad  {font-size: 15px; }


body.blog-inside section.content ul.numbered li {
  list-style: decimal;
}
body.blog-inside section.content ul {
  padding: 0 30px 0 50px;
  font-size: 14px;
  font-family: "Arial";
  color: #636363;
  line-height: 2.429;
}
body.blog-inside section.content ul li {
  padding-left: 20px;
  list-style: initial;
}
body section.content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
body section.content table tr {
  border-bottom: 1px solid #f2f2f2;
}
body section.content table tr:nth-child(2n+1) {
    background: #f3efe2;
}
body section.content table .head {
  background: #f2ac20 !important;
}
body section.content table .head td {
  text-transform: uppercase;
  border-right: 1px solid #fff;
  height: 45px;
  color: #fff !important;
  font-size: 12px !important;
}
body section.content table td {
  font-family: Questrial, sans-serif;
  text-align: left!important; /*add*/ 
  border-right: 1px solid #f2f2f2;
  line-height: 1.5;
  height: 65px;
  padding: 0 30px;
  text-align: center;
  color: #636363;
  font-size: 14px;
}
body section.content table td:first-child {
  text-align: left;
  font-family: 'Playfair Display', serif;
}
body.blog-inside .comments {
  background: url("images/pattern3.png") repeat;
  padding: 55px 0 20px 0;
  position: relative;
}
body.blog-inside .comments .wrap {
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.blog-inside .comments .top {
  margin-bottom: 25px;
}
body.blog-inside .comments .top h2 {
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  text-transform: none;
  display: inline-block;
  height: 40px;
  margin-bottom: 0;
  padding-left: 80px;
}
body.blog-inside .comments .top span {
  float: right;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #cf5d48;
  line-height: 55px;
  padding-right: 20px;
}
body.blog-inside .comments .comment {
  margin-top: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.blog-inside .comments .comment.second-level {
  padding-left: 85px;
}
body.blog-inside .comments .comment .img {
  width: 67px;
  height: 67px;
  margin-right: 20px;
  position: absolute;
}
body.blog-inside .comments .comment .img img {
  width: 67px;
  height: 67px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.blog-inside .comments .comment .img span {
  display: block;
  width: 67px;
  height: 67px;
  background: #f2ac20 url("images/blog/people-non.png") no-repeat bottom center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.blog-inside .comments .comment .info {
  padding: 20px 0;
  margin-left: 85px;
}
body.blog-inside .comments .comment .info .name {
  font-size: 17px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}
body.blog-inside .comments .comment .info .date {
  color: #b0ac97;
  font-size: 11px;
  display: inline-block;
}
body.blog-inside .comments .comment .info .date span {
  margin-right: 15px;
}
body.blog-inside .comments .comment .info a.reply {
  float: right;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #cf5d48;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  visibility: hidden;
}
body.blog-inside .comments .comment .info a.reply:hover {
  opacity: .7;
}
body.blog-inside .comments .comment:hover .info a.reply {
  visibility: visible;
}
body.blog-inside .comments .comment .content {
  margin-left: 85px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d6d3c7;
}
body.blog-inside .comments .comment .content p {
  font-size: 14px;
  font-family: "Arial";
  color: #636363;
  line-height: 1.714;
}
body.blog-inside .leave-a-comment {
  margin-top: 30px;
  width: 80%;
}
body.blog-inside .leave-a-comment h2 {
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  text-transform: none;
  display: inline-block;
  height: 40px;
  margin-bottom: 0;
  padding-left: 80px;
  padding-bottom: 35px;
}
body.blog-inside .leave-a-comment .col-2 {
  width: 73px;
  float: left;
}
body.blog-inside .leave-a-comment .col-10 {
  width: 298px;
  padding-left: 10px;
}
body.blog-inside .leave-a-comment .col-11 {
  padding-left: 10px;
  width: 670px;
}
body.blog-inside .leave-a-comment label {
  line-height: 45px;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  color: #8b8e8e;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}
body.blog-inside .leave-a-comment input,
body.blog-inside .leave-a-comment textarea {
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin-bottom: 20px;
  background: #0C1010;
  border-radius: 5px;
  padding: 10px;
}
body.blog-inside .leave-a-comment textarea {
  height: 120px;
}
body.blog-inside .leave-a-comment input[type='submit'] {
  display: block;
  width: 130px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  background: #f2ac20;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  padding-left: 23px;
  text-align: left;
}
/* About
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.about {
  background: url("images/pattern3.png") repeat;
}
.about section.content {
  padding-bottom: 120px !important;
}
.about section.content h3 {
  font-size: 46px;
  font-family: "PlayfairDisplay";
  color: #000000;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  padding: 0 150px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.about section.content .col-6 p {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #555555;
  line-height: 1.846;
  text-align: justify;
}
.about section.content .col-6:first-child {
  padding-right: 30px;
}
.about section.content .col-6:last-child {
  padding-left: 30px;
}
.about .team {
  background: url("images/pattern1.png") repeat;
  padding-top: 90px;
  position: relative;
  padding-bottom: 100px;
}
.about .team .background {
  background: url("images/about-circle.png") no-repeat center 71%;
  width: 1378px;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -689px;
}
.about .team:before {
  background: url("images/about-us-transition.png") no-repeat bottom;
  width: 100%;
  height: 82px;
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -80px;
}
.about .team h3 {
  font-size: 60px;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  color: #f2ac20;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2.939px 4.045px 0px rgba(0, 0, 0, 0.1);
  text-transform: none;
}
.about .team .social {
  margin-top: 10px;
}
.about .team .social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about .team .social a:hover {
  opacity: .7;
}
.about .team .social a.twitter {
  background: url("images/twitter.png") no-repeat center;
}
.about .team .social a.facebook {
  background: url("images/facebook.png") no-repeat center;
}
.about .team .social a.message {
  background: url("images/message.png") no-repeat center;
}
.about .team .founder {
  text-align: center;
  position: relative;
}
.about .team .founder .name {
  width: 180px;
  display: inline-block;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 29px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-align: right;
}
.about .team .founder .img {
  width: 180px;
  display: inline-block;
  position: relative;
}
.about .team .founder .img:before {
  content: '';
  display: block;
  position: absolute;
  background: url("images/team-founder-circle.png") no-repeat center;
  width: 156px;
  height: 214px;
  left: 50%;
  margin-left: -78px;
  top: -15px;
}
.about .team .founder .img img {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about .team .founder .info {
  width: 180px;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.about .team .founder .info span {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #8b8e8e;
  line-height: 1.2;
  text-align: left;
}
.about .team .founder .wide-line {
  margin-top: 70px;
}
.about .team .founder .team-slider {
  margin-top: 10px;
  position: relative;
}
.about .team .founder .team-slider .flex-direction-nav li {
  top: 38%;
  margin-top: -7px;
  position: absolute;
  width: 28px;
  height: 18px;
}
.about .team .founder .team-slider .flex-direction-nav li.flex-nav-next {
  right: 0;
}
.about .team .founder .team-slider .flex-direction-nav li.flex-nav-prev:before {
  display: block;
  content: '';
  background: url("images/pagination-left.png") no-repeat center;
  width: 28px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about .team .founder .team-slider .flex-direction-nav li.flex-nav-prev:hover:before {
  background: url("images/pagination-left-hover.png") no-repeat center;
}
.about .team .founder .team-slider .flex-direction-nav li.flex-nav-next:before {
  display: block;
  content: '';
  background: url("images/pagination-right.png") no-repeat center;
  width: 28px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about .team .founder .team-slider .flex-direction-nav li.flex-nav-next:hover:before {
  background: url("images/pagination-right-hover.png") no-repeat center;
}
.about .team .founder .team-slider .flex-direction-nav li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 18px;
  overflow: hidden;
  opacity: 0;
  top: 0;
}
.about .team .founder .team-slider .slides > li {
  width: 100%;
  padding-top: 35px;
}
.about .team .founder .team-slider .slides > li .img:before {
  background: url("images/team-circle.png") no-repeat center;
  height: 157px;
}
.about .team .founder .team-slider .slides > li .img img {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about .team .founder .team-slider .slides > li h4 {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 5px;
}
.about .team .founder .team-slider .slides > li span {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 13px;
  color: #8b8e8e;
}
.about .certificate {
  background: url("images/certificate-background.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 0;
}
.about .certificate .col-7 .text {
  padding-top: 120px;
  padding-right: 100px;
}
.about .certificate .col-7 .text h3 {
  font-size: 66px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #f2ac20;
  text-align: left;
  display: block;
  text-transform: none;
  line-height: 56px;
  margin-bottom: 30px;
}
.about .certificate .col-7 .text h3 span {
  font-size: 46px;
  color: #fff;
}
.about .certificate .col-7 .text p {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #c8c8c8;
  line-height: 1.385;
  text-align: left;
}
.about .certificate .col-5 {
  text-align: right;
}
.about .certificate .col-5 img {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  body.contact .inner .col-6.right .form:before {
    width: 100%;
    left: 55%;
    background-size: 100%;
  }
}
/* Laptop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 1024px) {
  .wrap {
    width: 800px !important;
  }
  /* Home */
  nav.main {
    margin: 90px auto 0;
    width: 670px;
  }
  nav.main:before {
    width: 640px;
  }
  nav.main .logo {
    bottom: 75px;
  }
  nav.main ul.first > li {
    margin-right: 7px;
    margin-left: 7px;
  }
  nav.main ul.first > li.show-tablet {
    display: block;
  }
  nav.main .col-6.left,
  nav.main .col-6.right {
    padding: 0;
  }
  .home section.our-services .columns .col-3 {
    width: 50%;
    padding: 0 4px !important;
    margin-bottom: 10px;
  }
  /*          */
  /* ## ## ## */
  body.home header .left .text {
    padding-right: 60px;
  }
  body.home header .right .text {
    padding-left: 60px;
  }
  body.home header .left h2 {
    font-size: 40px;
  }
  body.home .background {
    height: 684px;
  }
  body.home header .left img.car {
    width: 100%;
  }
  body.home section.our-services {
    padding-top: 100px;
	display: none;
  }
  body.home .mobile {
    margin-top: 170px;
  }
  body.home section.how-it-works .list .icon {
    width: 80px;
    height: 80px;
    position: absolute;
  }
  body.home section.how-it-works .list p,
  body.home section.how-it-works .list h3 {
    padding-left: 105px;
  }
  body.home section.our-cars h2:before,
  body.home section.our-cars h2:after {
    width: 250px;
  }
  body.home section.our-cars .gallery #slider {
    height: 390px;
  }
  body.home section.our-cars .gallery #slider li img {
   width: 100%;
  }
  body.home section.newsspecials .news article .right {
    padding-top: 20px;
  }
  body.home section.newsspecials .news article .right h2 {
    font-size: 14px;
  }
  body.home section.newsspecials .specials .content .container:first-of-type {
    background-position: -20% center;
  }
  body.home section.newsspecials .specials .content .container:first-of-type .text {
   width: 80%;
  }
  
  footer .content .col-4:nth-child(2) .call { display: none;}
  body.home section.newsspecials .specials .content .container:last-of-type .offer {
    font-size: 120px;
    line-height: 1.7;
  }
  /* Services */
  /* ## ## ## */
  body.services section.content h2:before,
  body.services section.content h2:after,
  body.all section.content > h2:before,
  body.all section.content > h2:after {
    width: 170px;
  }
  body.services section.content .tiles > .col-6 {
    height: 190px;
  }
  body.services section.content .tiles > .col-6 .txt {
    padding: 25px !important;
  }
  body.services section.content .tiles > .col-6 .txt h3 {
    font-size: 16px;
  }
  
  /* Booking */
  /* ## ## ## */
  body.booking #book-content {
    padding: 40px 30px;
  }
  body.booking #book-content form input {
    width: 100%;
  }
  body.booking #book-content form .col-6.left {
    padding-left: 0;
  }
  body.booking #book-content form .adress {
    width: 100%;
  }
  body.booking #book-content form .map {
    width: 45%;
  }
  /* Blog     */
  /* ## ## ## */
  body.blog article .right .inner .img {
    width: 280px;
  }
  body.blog article .right .inner .img img {
    width: 100%;
  }
  body.blog article .right .inner .text a {
    font-size: 22px;
  }
  /* Blog     */
  /* ## ## ## */
  body.blog-inside section.content h1 {
    font-size: 35px;
  }
  body.blog-inside section.content .quote {
    width: 50%;
  }
  body.blog-inside .leave-a-comment {
    width: 100%;
  }
  body.blog-inside .leave-a-comment .col-10 {
    width: 290px;
  }
  body.blog-inside .leave-a-comment .col-11 {
    width: 655px;
  }
  /* About    */
  /* ## ## ## */
  .about section.content h3 {
    font-size: 32px;
  }
  .about section.content .col-6:first-child {
    padding-right: 20px;
  }
  .about section.content .col-6:last-child {
    padding-left: 20px;
  }
  .about .team .founder .team-slider .flex-direction-nav li.flex-nav-next {
    right: -10px;
  }
  .about .team .founder .team-slider .flex-direction-nav li.flex-nav-prev {
    left: -10px;
  }
  .about .team .background {
    width: 100%;
    background-position: 0% 70%;
  }
  .about .team .founder .wide-line img {
    width: 75%;
  }
  .about .certificate .col-7 .text h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .about .certificate .col-7 .text h3 span {
    font-size: inherit;
  }
  /* Contact  */
  /* ## ## ## */
  body.contact .inner .col-6.right .form:before {
    background-size: 100%;
  }
  body.contact .inner .col-6.right .form form {
    width: 100%;
  }
  body.contact .inner .col-6.right .form:after {
    width: 100%;
  }
  body.contact .inner .col-6.left {
    padding-right: 60px;
  }
  body.contact .inner .col-6.right {
    padding-left: 60px;
  }
  body.contact .inner .col-6.right .form:before {
    width: 115%;
    left: 65%;
  }
  body.contact .inner .col-6.right .form:after {
    left: -1px;
  }
    body.home section.events .columns .col-3 {
    padding: 0 2px;
    width: 50%;
}
}
/**/

.subline {
  color: #768191;
  font-weight: normal;
}

.container-mapa {
  left: 50%;
  max-width: 740px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map {
  margin-top: 3em;
  position: relative;
}
.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-marker {
  position: absolute;
  cursor: pointer;
}
.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.map-marker:hover .map-marker-info {
  display: block;
}
.map-marker a {
  background-color: green;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}
.map-marker-amares {
  left: 67.8%;
  top: 43.9%;
}
.map-marker-braga {
  left: 56.2%;
  top: 64.2%;
}
.map-marker-braga :after {
  animation-delay: 3s;
}
.map-marker-barcelos {
    left: 24%;
    top: 66.6%;
}
.map-marker-barcelos:after {
  animation-delay: 5s;
}
.map-marker-bouro {
    left: 74%;
    top: 24%;
}
.map-marker-san-esposende {
    left: 4%;
    top: 62.2%;
}
.map-marker-san-esposende:after {
  animation-delay: 3s;
}
.map-marker-verde{
  left: 56%;
  top: 40.3%;
}
.map-marker-verde:after {
  animation-delay: 5s;
}
.map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 9em;
  z-index: 999;
}
.map-marker-info header {
  background-color: #f2ac20;
  border-radius: .5em .5em 0 0;
  color: #fff;
  padding: .5em 1em;
}
.map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: 0.9em 0em 0.1em 0em;
}
.map-marker-info h3 {
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  text-shadow: 2.939px 4.045px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: .875em;
}
.map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-bounce-in {
  animation-duration: .75s;
  animation-name: bounce-in;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  8% {
    opacity: .4;
  }
  10% {
    opacity: 0;
    transform: scale(1);
  }
}
.animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}

/**/
/*agenda*/

@media (max-width: 850px) {
  body.booking #book-content {
    padding: 30px 0px;
 }
}
/*agenda*/



/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 830px) {
  .wrap {
    width: 600px !important;
  }
  nav.main .col-6.left,
  nav.main .col-6.right {
    display: none;
  }
  nav.main {
    width: 550px;
  }
  nav.main:before {
    width: 520px;
  }
  nav.main .logo {
    background-size: 100%;
    width: 180px;
    margin-left: -90px;
    bottom: 64px;
  }
  .call-us {
    margin-left: 95px;
  }
  .call-us p {
    width: 100%;
  }
  body.home header .left h2 {
    font-size: 35px;
  }
  body.home header .left .text {
    padding-right: 40px;
    margin-top: 60px;
  }
  body.home header .right .text {
    padding-left: 40px;
    margin-top: 60px;
  }
  body.home header .right .col-2 {
    width: 25%;
  }
  body.home header .right .col-10 {
    width: 75%;
  }
  body.home header .right .adress .col-10 p {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  body.home header .right .type a {
    width: 30%;
  }
  body.home .background {
    height: 753px;
  }
  body.home header .left img.car {
    top: 433px;
  }
  body.home section.our-services h2,
  body.home section.how-it-works h2 {
    font-size: 25px;
  }
  body.home section.our-services h2:before,
  body.home section.our-services h2:after {
    width: 140px;
  }
  body.home .mobile {
    margin-top: 120px;
  }
  body.home .mobile:after {
    width: 150px;
    margin-left: -75px;
    background-size: 100%;
    height: 350px;
    bottom: -50px;
  }
  body.home .mobile .col-6:first-of-type {
    padding-right: 100px;
  }
  body.home .mobile .col-6:last-of-type {
    padding-left: 100px;
  }
  body.home section.how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.home section.how-it-works .list {
    margin-top: 50px;
  }
  body.home section.how-it-works .list .col-4 {
    text-align: center;
    position: relative;
  }
  body.home section.how-it-works .list .icon {
    left: 50%;
    margin-left: -40px;
  }
  body.home section.how-it-works .list h3,
  body.home section.how-it-works .list p {
    width: 100%;
    padding-left: 0;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
  }
  body.home section.how-it-works .list h3 {
    margin-top: 100px;
  }
  body.home section.suggestions .left:before {
    display: none;
  }
  body.home section.suggestions .left form {
    width: 100%;
  }
  body.home section.suggestions .left:after {
    width: 100%;
  }
  body.home section.suggestions .right {
    padding-left: 60px;
    padding-top: 40px;
  }
  body.home section.our-cars h2:before,
  body.home section.our-cars h2:after {
    width: 150px;
  }
  body.home section.our-cars .gallery #slider {
    height: 295px;
	display: none;
  }
  
  body.home section.our-cars .gallery #slider li h4 {
    margin-top: 10px;
	
  }
  body.home .mobile .store {
    margin-bottom: 60px;
  }
  body.home section.newsspecials .specials .caption h3,
  body.home section.newsspecials .news .caption h3 {
    font-size: 1.5em;
  }
  body.home section.newsspecials .news { display: none;}
  .col-3 { width:100%;}
  /* */
  body.home section.newsspecials .news,
  body.home section.newsspecials .specials {
    width: 100%;
  }
  body.home section.newsspecials .news article .right {
    padding-top: 25px;
  }
  body.home section.newsspecials .specials .content .container:first-of-type {
    background-position: 0% center;
  }
  body.home section.newsspecials .specials .content .container:first-of-type .text {
    right: 70px;
  }
  body.home section.newsspecials .specials .content .container:last-of-type {
    background-size: cover;
  }
  body.home section.newsspecials .specials .content .container:last-of-type .offer {
    font-size: 172px;
    line-height: 1.2;
  }
  body.home section.newsspecials .news article .right {
    height: 100px;
    padding-top: 20px;
  }
  body.home section.newsspecials .news .content {
    height: 300px;
  }
  body.home section.newsspecials .news article .left {
    padding-top: 0px;
  }
  body.home section.newsspecials .news article .right:before {
    top: 35px;
  }
  nav.main .mobile-button {
    display: block;
  }
  /* Services */
  body.services section.content h2:before,
  body.services section.content h2:after,
  body.all section.content > h2:before,
  body.all section.content > h2:after {
    width: 90px;
  }
  body.services section.content .tiles > .col-6 {
    width: 100%;
    margin-bottom: 1px;
  }
  body.services section.content .tiles > .col-6 {
    height: 250px;
  }
  body.services section.content .tiles > .col-6 .txt {
    padding: 45px !important;
  }
  /* Booking */
  body.booking .book-a-cab {
    padding: 0;
  }
  body.booking #book-nav {
    padding: 0;
  }
  body.booking #book-content form .col-6 {
    width: 100%;
  }
  body.booking #book-content form .col-6:first-child,
  body.booking #book-content form .col-6:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  body.booking #book-content form #submit {
    margin-top: 15px;
  }
  /* Blog */
  body.blog section.content {
    padding: 38px 0px 50px 0px;
  }
  body.blog article .right {
    padding-left: 25px;
    padding-right: 0;
  }
  body.blog article .left h3 {
    font-size: 30px;
  }
  body.blog article .right .inner .img {
    position: static;
  }
  body.blog article .right .inner {
    padding: 35px 35px 35px 35px;
  }
  body.blog .pagination .col-10 a {
    font-size: 14px;
    padding: 0 8px;
  }
  body.blog-inside section.content h1 {
    font-size: 23px;
  }
  body.blog-inside .padding {
    padding: 0 30px;
  }
  body.blog-inside .comments .wrap {
    padding: 0;
  }
  body.blog-inside .leave-a-comment .col-10 {
    width: 220px;
  }
  body.blog-inside .leave-a-comment .col-11 {
    width: 520px;
  }
  /* About */
  .about section.content h3 {
    padding: 0 20px;
  }
  .about .team .founder .col-3 .img {
    width: 100%;
  }
  .about .team .founder .col-3 .img img {
    width: 100%;
  }
  .about .team .founder .team-slider .col-3 {
    padding: 0 20px;
  }
  .about .team .background {
    display: none;
  }
  .about .team .founder .team-slider .slides > li .img:before {
    display: none;
  }
  .about .team .founder .team-slider .slides > li {
    padding-top: 18px;
  }
  .about .team .founder .team-slider .flex-direction-nav li {
    top: 30%;
  }
  .about .certificate {
    padding: 50px 0;
  }
  .about .certificate .col-7 .text {
    padding-right: 60px;
  }
  /* Contact */
  body.contact .inner .col-6.right .form:before {
    display: none;
  }
  body.contact .inner .col-6.right h3 {
    padding-left: 0;
  }
  body.contact .inner .col-6.right .form form {
    padding: 50px 25px 50px 25px;
  }
  .call-us {
    width: auto;
  }
  body.home section.suggestions .right h2 {
    font-size: 40px;
  }
}
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 630px) {


	body.home section.our-cars .gallery #slider {background: transparent;}
 
 .wrap,
  body.home section.our-services .columns {
    margin: 0 auto;
    width: 80%!important;
    min-width: 300px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .call-us {
    position: static;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    width: auto;
  }
  .call-us p {
    text-align: center;
  }
  nav.main {
    width: 280px;
  }
  nav.main:before {
    width: 250px;
  }
  body.home header .left,
  body.home header .right {
    width: 100%;
  }
  body.home header .left .text {
    margin-top: 30px;
  }
  body.home .background .col-6:first-of-type {
    width: 100%;
  }
  body.home .background .col-6:last-of-type {
    display: none;
  }
  body.home header .left .text {
    padding-right: 0;
  }
  body.home .background .col-6:first-of-type:after {
    display: none;
  }
  body.home header .left img.car {
    position: static;
    margin-top: 10px;
    max-width: 80%;
  }
  body.home header .left h2,
  body.home header .left p {
    text-align: left;
    color: #fff;
  }
  body.home header .right .text {
    padding-left: 0;
  }
  body.home .background {
    height: auto;
  }
  body.home {
    background: url("images/pattern1.png") repeat;
  }
  body.home header .right .type a {
    width: 19%;
  }
  body.home section.our-services h2:before,
  body.home section.our-services h2:after {
    display: none;
  }
  body.home section.our-services .columns .col-3 {
    width: 100%;
  }
  body.home .mobile {
    margin-top: 40px;
    padding-top: 90px;
  }
  body.home .mobile .col-6:first-of-type,
  body.home .mobile .col-6:last-of-type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  body.home .mobile .col-6:last-of-type {
    width: 80%;
  }
  body.home .mobile .col-6:first-of-type h3,
  body.home .mobile .col-6:first-of-type p {
    text-align: left;
  }
  body.home .mobile .col-6:first-of-type h3 {
    font-size: 20px;
  }
  body.home .mobile .col-6:last-of-type p {
    font-family: 'Arial';
    font-size: 11px;
  }
  body.home .mobile .col-6:last-of-type h3 {
    color: #fff;
  }
  body.home .mobile:after {display:none;}
  
  body.home section.our-services:before { display: none;}
  .col-3 {width: 100%;}/*verificar*/
  
  body.home .mobile .col-6:last-of-type {
    padding-right: 150px;
  }
  body.home .mobile .store {
    margin-bottom: 30px;
  }
  body.home section.how-it-works .list .col-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  body.home section.suggestions .left,
  body.home section.suggestions .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.home section.suggestions .right h2 {
    font-size: 50px;
  }
  body.home section.our-cars h2:before,
  body.home section.our-cars h2:after {
    display: none;
  }
  body.home section.our-cars .gallery .col-3,
  body.home section.our-cars .gallery .col-6 {
    width: 100%;
  }
  body.home section.our-cars .gallery .col-6 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  body.home section.newsspecials {
    padding-top: 50px;
  }
  body.home section.newsspecials .news .content {
    height: auto;
	padding: 5%;
  }
  body.home section.newsspecials .news article .right {
    height: 150px;
    padding-top: 15px;
  }
  body.home section.newsspecials .specials .content .container:first-of-type {
    background-position: -110% center;
  }
  body.home section.newsspecials .specials .content .container:first-of-type .text {
    right: 0px;
  }
  body.home section.newsspecials .specials .content .container:first-of-type .text {
  width: 90%;
  }
  body.home section.newsspecials .specials .content .container:last-of-type h3 {
    left: 20px;
  }
  body.home section.newsspecials .specials .content .container:last-of-type .offer {
    font-size: 90px;
    line-height: 2.4;
  }
  body.home section.suggestions .left:after {
    display: none;
  }
  body.home section.suggestions .left form {
    margin-left: 0;
  }
  body.home header .right .col-2 {
    width: 15%;
  }
  body.home header .right .col-10 {
    width: 80%;
  }
  body.home section.our-cars .gallery #slider {
    height: 270px;
	display: none;
  }
  body.home section.our-cars .gallery #slider .slides {
    margin-top: 15%;
  }
  body.home section.our-services {
    padding-top: 0px;
    margin-top: -55px;
  }
  body.home section.our-services h2 {
    margin-bottom: 0px;
    /* margin-top: 20px; */
    font-size: 23px;
    /* width: 50%; */
    padding-top: 44px;
    position: absolute;
  }
  body.home section.newsspecials .news article .right p {
    font-size: 11px;
  }
  /* Footer */
  footer .content .col-4 {
    width: 100%;
  }
  footer .content .col-4:nth-child(3) {
    text-align: center;
  }
  footer .content .col-4:nth-child(3) p {
    text-align: center;
  }
  footer .content .col-4:nth-child(1) p {
    text-align: center;
  }
  /* All */
  .call-us {
    position: relative;
    left: 0;
    top: 10px;
    width: 80%;
    color: #fff!important;
    margin: auto;
  }

  .call-us .selected ul {
    position: absolute;
    left: -103px;
    top: 20px;
    width: 148px;
    padding: 1em 0.9em 1.5em 1em;
	}
	.login-form input[type="submit"] { width: 100%;}
	.col-6.coisas { display: none;}
	
	
  body.all section.content {
    margin-top: 20px;
  }
  body.services section.content h2:before,
  body.services section.content h2:after,
  body.all section.content > h2:before,
  body.all section.content > h2:after {
    display: none;
  }
  /* Services */
  body.services section.content .tiles > .col-6 {
    height: auto;
  }
  body.services section.content .tiles > .col-6 .txt {
    padding: 20px !important;
  }
  body.services section.content .tiles > .col-6 .img {
    width: 100%;
  }
  body.services section.content .tiles > .col-6 .txt {
    width: 100%;
  }
  body.services section.content .tiles > .col-6 .txt.right:after {
    right: 0;
    top: 163px;
  }
  body.services section.content .tiles > .col-6 .txt.left:after {
    left: 0;
    top: 4%;
  }
  /* Booking */
  body.booking #book-nav li {
    width: 100%;
    height: 75px;
  }
  body.booking #book-content form .col-2 {
    width: 100%;
    text-align: left;
  }
  body.booking #book-content form label,
  body.booking #book-content form p {
    line-height: 20px;
    padding-top: 5px;
    text-align: left;
  }
  body.booking #book-content form .col-6:first-child .col-10,
  body.booking #book-content form .col-6:last-of-type .col-10 {
    width: 100%;
  }
  body.booking #book-content form .map {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.booking #book-content form .col-6:first-child .col-4,
  body.booking #book-content form .col-6:last-of-type .col-4 {
    width: 50%;
  }
  body.blog article .right {
    border-left: none;
  }
  body.blog article .right {
    padding-left: 18px;
  }
  body.blog article .right .inner .img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  body.blog article .right .inner .img img {
    width: 100%;
  }
  body.blog article .right .inner {
    padding: 20px!important;
  }
  body.blog article .right .inner .read {
    position: static;
    display: block;
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
  }
  body.blog article .right .inner .read:after {
    display: none;
  }
  body.blog .pagination .col-10 {
    display: none;
  }
  body.blog .pagination .col-1:last-of-type {
    float: right;
  }
  body.blog-inside section.content h1 {
    font-size: 17px;
    padding: 0;
  }
  body.blog-inside section.content p {
    padding-right: 0;
    padding-left: 0;
  }
  body.blog-inside section.content .quote {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
  body.blog-inside section.content h2 {
    font-size: 15px;
    padding: 0;
 }
 
  body.blog-inside section.content.candi h2 {
 	text-align: right;  }
 
 
  body.blog-inside section.content ul {
    padding: 0 0px 0 15px;
	line-height: 1.9;
  }
  .pdf-embedded { width: 100%!important; height:auto!important; }
  
  body.blog-inside section.content table {
    margin-bottom: 0;
  }
  body.blog-inside .table {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
  }
  body.blog-inside .comments .top h2 {
    padding-left: 0;
  }
  body.blog-inside .comments .top span {
    float: none;
    display: block;
  }
  body.blog-inside .comments .comment .img {
    position: static;
  }
  body.blog-inside .comments .comment .info,
  body.blog-inside .comments .comment .content {
    margin-left: 0;
  }
  body.blog-inside .comments .comment.second-level {
    padding-left: 50px;
  }
  body.blog-inside .leave-a-comment h2 {
    padding-left: 0;
  }
  body.blog-inside .leave-a-comment .col-10,
  body.blog-inside .leave-a-comment .col-11 {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }
  body.blog-inside .leave-a-comment label {
    text-align: left;
    line-height: 20px;
  }
  /* About */
  .about section.content h3 {
    padding: 0;
    font-size: 18px;
  }
  .about section.content .col-6:first-child,
  .about section.content .col-6:last-child {
    width: 100%;
    padding: 0 !important;
  }
  .about .team h3 {
    font-size: 40px;
  }
  .about .team .founder .name {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .about .team .founder .img:before {
    background: url("images/team-circle.png") no-repeat center;
    top: -45px;
  }
  .about .team .founder .info {
    margin-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .about .team .founder .wide-line {
    display: none;
  }
  .about .team .founder .team-slider .col-3 {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 10px;
  }
  .about .team .founder .team-slider .flex-direction-nav li {
    top: 0;
  }
  .about .certificate img {
    width: 100%;
  }
  .about .certificate .col-7,
  .about .certificate .col-5 {
    width: 100%;
  }
  .about .certificate .col-7 .text {
    padding-top: 0;
  }
  .about .certificate .col-7 .text h3 {
    font-size: 25px;
  }
  /* COntact */
  body.contact .inner .col-6.left,
  body.contact .inner .col-6.right {
    width: 100%;
    padding: 0 !important;
  }
  body.contact .background {
    height: 300px;
  }
  .background .col-6:first-of-type,
  body.contact .inner .back-right {
    display: none;
  }
  .background .col-6:last-of-type {
    width: 100%;
  }
  body.contact .inner .back-left {
    width: 100%;
  }
  body.contact .inner {
    height: auto;
    padding: 30px 0;
    background: #fbf7e9;
  }
  body.contact .inner .col-6.right h3 {
    color: #000;
    margin-top: 15px;
  }
}
