/*  startpoint */
/*
font.main

Normal 400  
Normal 400 Italic  
Bold 700  
Bold 700 Italic  
Ultra-Bold 900  
Ultra-Bold 900 Italic
font-family: 'Playfair Display', serif;
*/
body {
  background-image: url("../img/01.png");
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: antialiased; }

.roundedtops {
  /* rounded corners */
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px; }

.logomain {
  background-color: #000;
  height: 223px; }
  .logomain img {
    margin-top: 50px;
    margin-left: 50px; }

.greyborderbottom {
  border-bottom: solid 2px #acacac; }

.mysidebar {
  margin-left: 18px;
  width: 31.333333%; }

.sidebartop {
  height: 163px;
  background-color: #000;
  text-align: center;
  margin-top: 127px; }
  .sidebartop img {
    margin-top: 50px; }

.whitebg {
  background-color: #fff; }

.mainmenu {
  font-weight: 400;
  letter-spacing: -2px;
  padding-top: 64px;
  padding-bottom: 80px; }
  .mainmenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left: 20px; }
    .mainmenu ul a {
      color: #000000;
      text-decoration: none;
      font-size: 85.25px;
      line-height: 70px; }
  .mainmenu #marcaslink {
    color: #363636; }
  .mainmenu #falelink {
    color: #575757; }
  .mainmenu #facelink {
    color: #a3a3a3; }
  .mainmenu #twilink {
    color: #b8b8b8; }
  .mainmenu #instalink {
    color: #cacaca; }

.marcascontent {
  font-size: 20px;
  letter-spacing: -1px; }

.inscrevese {
  height: 100px;
  padding-left: 20px; }
  .inscrevese input {
    width: 100%;
    border: none;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    letter-spacing: -1px;
    color: #a3a3a3 !important;
    font-family: 'Playfair Display', serif;
    border-top: solid 1px #a3a3a3;
    border-bottom: solid 1px #eeeeee;
    -webkit-font-smoothing: antialiased; }
  .inscrevese #wp-email-capture-email-widget [placeholder] {
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased; }
  .inscrevese input#wp-email-capture-email-widget::-webkit-input-placeholder {
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased; }
  .inscrevese input#wp-email-capture-email-widget:-moz-placeholder {
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased; }

/* remove focus from input boxes */
input:focus {
  outline: none; }

.aloja {
  margin-left: 20px; }
  .aloja h1 {
    font-family: 'Playfair Display', serif;
    font-size: 85.25px;
    color: #b8b8b8;
    border-bottom: solid 1px #acacac;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.greyscale {
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  /* 	filter:url('filters.svg#grayscale'); */
  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 3.5+ */
  filter: gray;
  /* IE6-9 */ }

#photobox {
  overflow: hidden;
  width: 100%;
  position: relative; }
  #photobox .photorow1 {
    position: relative;
    width: 70%;
    margin-right: 20px;
    float: left; }
    #photobox .photorow1 img {
      width: 100%; }
  #photobox .photorow2 {
    width: 25%;
    float: left; }
    #photobox .photorow2 img {
      width: 100%; }
  #photobox img {
    margin-bottom: 20px; }

.mysidebar h1, .mysidebar h2 {
  font-family: 'Playfair Display', serif;
  color: #585858;
  font-size: 34.65px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 15px;
  border-bottom: solid 1px #acacac;
  margin-left: 10px;
  padding-bottom: 8px;
  letter-spacing: -1px; }
.mysidebar h2 {
  color: #a3a3a3;
  border-bottom: solid 1px #dedede; }
.mysidebar .address {
  font-size: 20px;
  line-height: 23px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px; }
.mysidebar .addressblock {
  margin-bottom: 30px; }
.mysidebar .ital {
  font-style: italic; }
.mysidebar .mapabtn {
  margin-left: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #b8b8b8;
  margin-top: 0px; }
.mysidebar .seguebtns {
  margin-left: 10px;
  margin-bottom: 30px; }
  .mysidebar .seguebtns img {
    margin-right: 20px; }
.mysidebar .instagramfotos {
  margin-left: 10px; }

.upper {
  text-transform: uppercase;
  letter-spacing: -1px; }

/* endpoint */
