/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /* VIRTUEMART / PRODUTOS  */
 div.product {
    float: left;
    border: none;
   /* width: 100%; */
   min-height:200px;
}
 
.vm-product-descr-container-1 {
    min-height: 50px;
    margin-bottom: 0px;
}
 
.product_s_desc {
text-align:center;
}

.browseProductImage {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.orderby-displaynumber { display:none; }

.vm-product-container .vm-product-media-container {
    float: left;
    width: 100%;
}

.main-image img {
    max-width: 100%;
    max-height: 100%;
}

.vm-product-details-container {
    float: left;
    width: 100%;
}

 /* -------  */
 
 
 
 
  .tm-toolbar {
    background: #FFF;
}
 
 @media (min-width: 768px)
.uk-heading-large {
    font-size: 45px;
    line-height: 72px;
}


.citacao { 
margin-bottom:-20px
}
 
 
 /* FORMULARIO */

.uk-form-horizontal .uk-form-controls {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']), .uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
    width: 100%;
}

.uk-form-row+.uk-form-row {
    margin-top: 0px;
}

.butao-enviar {
    width: 100%;
    background-color: red;
}

/* icons   */


em {
    color: #660000;
}

.uk-icon-justify {
    margin-right: 4px;
}

 
 /* slide experiencias home */
 
 .uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}

.uk-overlay-background + .uk-overlay-panel h1, .uk-overlay-background ~ .uk-overlay-panel h1, .uk-overlay-background + .uk-overlay-panel h2, .uk-overlay-background ~ .uk-overlay-panel h2, .uk-overlay-background + .uk-overlay-panel h3, .uk-overlay-background ~ .uk-overlay-panel h3, .uk-overlay-background + .uk-overlay-panel h4, .uk-overlay-background ~ .uk-overlay-panel h4, .uk-overlay-background + .uk-overlay-panel h5, .uk-overlay-background ~ .uk-overlay-panel h5, .uk-overlay-background + .uk-overlay-panel h6, .uk-overlay-background ~ .uk-overlay-panel h6 {
    color: #FFF;
}

.uk-overlay-background + .uk-overlay-panel, .uk-overlay-background ~ .uk-overlay-panel {
    color: #FFF;
}


/* formulario */

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']), .uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
    width: 100%;
}

h4, .uk-h4 {
    text-align: center;
}

/*  TOUR PAGE */


@media (max-width: 960px)
.uk-grid > * {
    padding-left: 00px;
}


.tour-image {  }

.tour-description { }

.tour-slogan { }

.tour-details { }

.tour-detail { font-weight: bold; margin-left: 7px }

.uk-button-primary { 
    width: 100%;
    background-color: #620a0f;
    color: #FFF;
    border: none;
    padding: 10px;
    cursor: pointer;
 }
 
.tour-message {
    margin-bottom: 25px;
    padding: 10px;
    background: #fbfbfb;
    color: #777777;
    font-family: 'Open Sans';
    font-size: 13px;
    text-transform: uppercase;  
}

.tour-message > :last-child {
    margin-bottom: 0;
}

/*  base */

.uk-article-title {
    font-size: 40px;
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 768px)
h2 .uk-heading-large {
    font-size: 45px;
    line-height: 72px;
}