/* 
    Document   : custom
    Created on : 14/11/2014, 08:52:40 AM
    Author     : jfarias
    Description:
        Purpose of the stylesheet follows.
*/

.navbar_custom {    
    min-height: 80px;
    max-height: 80px !important;
    margin-bottom: 20px;
    background-color: black;
    /*border: 1px solid transparent;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
  /*  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
   /*  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    /* background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    /* background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-8 */
    border-bottom:solid 1px #31b0d5;
}

.navbar-brand-custom {
  position: absolute;
  height: 60px;
  padding: 0px !important;
  margin-top: -5px !important;
  left: 5%;
  /*  padding-top: 4px;
  padding: 3px 15px 3px 15px;*/
 }
 
 .dropdown-menu-custom{
  background-color: rgba(0,0,0,0.9) !important;
  /*opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7) !important;
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7) !important;
  filter:alpha(opacity=0.7) !important;*/
 }
 
 
 .open .dropdown-menu-custom > li > a{
     color: #ccc  !important;  
  }
  
 .open .dropdown-menu-custom > li > a:hover{
    color: #31b0d5  !important;  
  }
  
  .navbar-inverse .navbar-nav > .open > a:hover, 
  .navbar-inverse .navbar-nav > .open > a:focus {
      color: #31b0d5  !important;
  }    
 
  
 .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  /*min-height: 80px;*/
}
 
.navbar-right-custom {
    margin-left: 40% !important; 
    background-color: rgba(0,0,0,1) !important;
}
 
 @media (min-width : 768px){
    .navbar-right-custom {
        margin-left: 12% !important;
        background-color: rgba(0,0,0,1) !important;
        max-height: 78px !important;
    }
 }

.navbar-right-custom > li > a {
    color: #ccc !important;
}
 
.navbar-right-custom > li > a:hover,
.navbar-right-custom > li > a:focus {
    color: #31b0d5 !important;
}


 @media (min-width: 768px){
   .navbar-right-custom > li > a {
     min-height:78px;
     display: inline-block;
     padding-top:25px; 
   }
 }
 
 #feature1{
    
  /* padding-top: 80px; */
   padding-top: 120px;
   padding-bottom:  90px;
  /* opacity: 0.5; */
/*   color: #31b0d5;*/
   color: #000000;
   border-bottom: none;
   border-top: none;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.57;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
  filter:alpha(opacity=0.5);
}
 
 
@media (min-width: 992px){
#feature1{
    /*min-height: 600px;*/
    
}
}

.navbar-inverse .navbar-nav > .active,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    list-style: none !important;
    text-decoration: none !important;   
    color: #31b0d5 !important;

}

.navbar-right-custom > li.active > a{
        color: #31b0d5 !important;
}


#footer-row{
    padding: 5px 0px 5px 0px;
 }
 
#footer-row-row{
    padding: 5px 5px 5px 5px;
 }

 .footer-col {
      border-right:1px dashed #999 ;
      height: 100%;
 }
 
  
 .footer-col-col{
     height: 70px;
     /*border-radius: 4px 4px;
     background-color: #000000;
     opacity: 0.7;
     -khtml-opacity: 0.7;
     -moz-opacity: 0.7;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7);
     filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7);
     filter:alpha(opacity=0.7);    */
 }
 
 .footer-col-col:hover{
     border: 1px solid #31b0d5;
 }
 

 #address_custom{
    color: #888;
    margin-bottom: 0px; 
    margin-top: 2%; 
    font-size: 12px;
    font-weight: bold;
    font-size: large;
    padding: 2%;    
}

@media (min-width: 768px){
    #address_custom{
        color: #888;
        margin-bottom: 0px; 
        font-weight: bold;
        font-size: large;
        padding: 2%;    
    }
}

#address_custom:hover{
    color: #31b0d5;
}


#footer_info{
    position: relative;
    -webkit-padding-start:10px !important;
    padding-top: 10px; 
    padding-left: 5px !important;
    font-size: 12px;
    
}

#footer_info > li{
    list-style-type: none;
    position: relative;
    display:inline-block;
    margin-right:  2%;    
}

#footer_info > li > a {
    color: #888 !important;
    text-decoration: none;
}

#footer_info > li > a:hover, 
#footer_info > li > a:active, 
#footer_info > li > a:focus {
    color: #31b0d5;
    text-decoration: underline;
}



.footer-social-ul{
    position: relative;
    -webkit-padding-start:0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.footer-social-ul > li{
  list-style-type: none;
  /*position: relative;
  float: left;*/
  display:inline-block;
  margin-top: 8px;
  margin-left: 10%;
  
} 

.footer-social-ul #first{
    margin-left: 0px;
}


.footer-social-ul > li > a > i{
 background-color: #777;
 color: #fff;
 width: 55px;
 height: 55px;
 border-radius: 100%;
 padding-top: 12%;
 text-align: center;

}

.fa-facebook:hover {
 background:#3b5998
}

.fa-twitter:hover {
 background:#00aced
}

.fa-instagram:hover {
 background:#3F729B;
}


/*Modal*/

.modal-custom{
    background-color: rgba(3,3,3,0.6);
}

@media (min-width: 768px){
    .modal-dialog{
        margin-top: 100px;   
    }
}
.modal-content-custom {
  border: 1px solid #31b0d5;
  background-color: rgba(0,0,0,0.9);
  
}

.modal-header-custom{
    border-bottom: 1px solid #31b0d5;    
}

.modal-title{
    color: #31b0d5;
}

.modal-footer-custom{
    border-top: 1px solid #31b0d5;    
}

/*end modal */

.btn-custom{
    
    border: solid 1px transparent !important;    
    color: #31b0d5 !important;  
    background-color: #000000 !important;
   opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  background-image: none !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7) !important;
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7)!important;
  filter:alpha(opacity=0.7)!important;
  
}

.btn-custom:hover,
.btn-custom:focus{
    border-color: #31b0d5 !important;
    color: #31b0d5 !important;
     background-color: #000000 !important;
     
}

.close-custom{
    display: none;
    color: #31b0d5;   
}

.close-custom:hover,
.close-custom:focus{
    display: none;
    color: #31b0d5;    
    text-shadow: 0 1px 0 #fff;    
}

.modal-body-custom{
 color: #aaaaaa;
 overflow-y: scroll;
 max-height: 300px;
 
 
}

::-webkit-scrollbar{
    border: 1px solid #31b0d5;
    background-color: #000000;
   opacity: 0.7;
   border-bottom: none;
   border-top: none;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7);
  filter:alpha(opacity=0.7);
}

::-webkit-scrollbar-button {
    display: none;
}
       

::-webkit-scrollbar-thumb {
    border: 1px solid #31b0d5;    
    border-radius: 5px;    
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px #31b0d5; 
}

/*Only for IE custom scrollbars*/
.body-custom{
    scrollbar-face-color: #000000; 
    scrollbar-highlight-color: #31b0d5;
    scrollbar-shadow-color: #31b0d5; 
    scrollbar-3dlight-color: #31b0d5f;
    scrollbar-arrow-color: #31b0d5; 
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #31b0d5;
}

#modal_copy{
    overflow: hidden;
}

#mail-to-custom{
    color: #888;    
}

#mail-to-custom:hover{
    color: #31b0d5;
}

.featurette-custom{
  /*  background-image:url("../image/bg_yoy_wood_blue.jpg");
    background-position: center;
    background-repeat: no-repeat;
  */
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 100%;
    
}

@media (min-width: 768px){
    .featurette-custom{
        min-height: 100%;
        padding-bottom: 90px;
    /*min-height: 600px;    */
    }
}

.culture_img{
    margin: 2% 1%;
    /*border: 1px solid #31b0d5;*/
}

.life_img{
    margin: 10% 1%;
    /*border: 1px solid #31b0d5;*/
}

.jumbo_culture{
   
}


#culture_heading{
/*    color: yellowgreen;*/
    color: #000000;
    font-weight: bold;
    font-family: grand_hotelregular;
    font-size: 75px;
}

#row-culture{
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 2%;
 /*  background-color: rgba(0,0,0,0.7);   */
/*   color: #31b0d5;*/
   color: #000000;
   border-bottom: none;
   border-top: none;
  /*
  opacity: 0.7;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.5);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
  filter:alpha(opacity=0.5);*/
    
}

#row-culture2{
   padding-left: 1%;
   padding-right: 1%;    
   
   /*color: #31b0d5;*/
   color: #000000;
   border-bottom: none;
   border-top: none;
   
   /*background-color: #000;  
   margin-top: 8px; 
   opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.57;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
  filter:alpha(opacity=0.5); */
    
}

#row-culture2eng{
   padding-left: 1%;
   padding-right: 1%;    
   padding-top: 3%;    
   
   /*color: #31b0d5;*/
   color: #000000;
   border-bottom: none;
   border-top: none;
   
   /*background-color: #000;  
   margin-top: 8px; 
   opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.57;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
  filter:alpha(opacity=0.5); */
    
}


.featurette-custom2{
    /*background-image:url("../image/life_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
     padding-bottom: 90px;*/
    padding-top: 80px;
    min-height: 100%;
   
}

@media (min-width: 768px){
    .featurette-custom2{
    /*min-height: 600px;  padding-bottom: 90px;  */
        min-height: 100%;
        
        
    }
}

.featurette-custom-contact{
    background-image:url("../image/slide-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 85px;
}

@media (min-width: 768px){
    .featurette-custom-contact{
    min-height: 600px;    
    }
}

.container-fluid-custom{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* dropdown */ 

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /*left: 100%;*/
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
   -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
/*    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;*/
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    /*border-left-color: #fff;*/
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/**/

#product-container-custom{
    /*background-image: url("../image/bg_yoy_wood_blue.jpg");
    background-position: top;
    background-repeat: no-repeat;  
    padding-bottom: 90px;
    padding-bottom: 3%;
    padding-top: 3%;
    
    */
    
    min-height: 100%;
  
}


#product-row-custom{
   margin-top: 120px;    
   /*background-color: rgba(0,0,0,0.7);  */
   /*color: #31b0d5;*/
   color: #000000;
   border-bottom: none;
   border-top: none;
   
   
   /* opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.8);
  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.8);
  filter:alpha(opacity=0.8);*/
}

.carousel-custom-2 {
    width: 200px;
    height: 200px;    
    float: left;
    margin: 20px;
}

#column-left{
    padding-top: 0px;
}

#product-content-row-custom{
    padding-top: 0px;
}

.carousel-custom-x{
    min-height: 120px;

    border: 1px solid #000000; 
    color: #000000;
    position: relative; 
    -webkit-border-radius: 4px !important; 
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important; 
    border-radius: 4px !important;
    zoom: 1;    
    padding-top: 10px !important;
    padding-left: 8px !important;
}

.a-thumb-custom{
/*        border-color: #31b0d5;*/
        border-color: #000000;
        padding: 0px !important;
    }

@media (min-width: 768px) {
    .a-thumb-custom{
        /*min-height: 430px; */
        /*        border-color: #31b0d5;*/
        border-color: #000000;
        padding: 0px !important;
    }

}

/*#product-title-custom{
    margin-top: 15px;
    color: #31b0d5;
   color: #000000;
    font-size: 28px;
    margin-bottom: 15px;
}*/

#product-title-custom{
    margin-top: -3% !important;
    color: #000000;
    margin-bottom: 1% !important;
/*    font-size: 45px;
    font-weight: bold;
    font-family: grand_hotelregular;*/
    font-family: sans-serif;
}


@media (min-width: 768px){
    #product-title-custom{
        /*margin-top: -5% !important;*/
        margin-bottom: 1.5% !important;
        color: #000000;
/*        font-size: 45px;
        font-weight: bold;
        font-family: grand_hotelregular;*/
        font-family: sans-serif;
    }
}

.img-full-custom{
    width: 100%;
    height: 100%;
    margin: 0px !important;
}
    



#product-price-custom{
    margin-top: 0px;
    /*color: #31b0d5;*/
    color: #000000;
    margin-bottom: 5px;
}

#product-price-custom-ul{
    /*visibility: hidden;*/
    margin-bottom: 5px;
    /*color: #31b0d5;*/
   color: #000000;
}

#product-stock-custom{
    margin-bottom: 15px;
}

#product-spinner-custom{
    margin-bottom: 15px;
}

.product-info-hidden-custom{
    display: none;
}

#product-hr-custom{
/*  border-color: #31b0d5;*/
  border-color: #000000;
  margin-top: 0 !important;
  margin-bottom:  15px !important;
  
}

#product-hr-custom2{
/*  border-color: #31b0d5;*/
  border-color: #000000;
  margin-top: 10% !important;
  margin-bottom:  15px !important;
  
}

/* spinner */
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
  background-color: rgba(0,0,0,0.7); !important;
  color: #31b0d5 !important;
  border-color: #31b0d5 !important;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
   background-color: rgba(0,0,0,0.7); !important;
  color: #31b0d5 !important;
  
  border-color: #31b0d5 !important;
  background-image: none !important;
  text-shadow: none;
      opacity: 1 !important;
   -khtml-opacity: 1 !important;
   -moz-opacity: 1 !important;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
  
}
/*end spinner */


.btn-custom-lg{
    border: solid 1px #31b0d5 !important;    
    color: #31b0d5 !important;  
    background-color: #000000 !important;
    opacity: 0.7 !important;
   -khtml-opacity: 0.7 !important;
   -moz-opacity: 0.7 !important;
   background-image: none !important;
   margin-bottom: 15px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7) !important;
   filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7)!important;
   filter:alpha(opacity=0.7)!important;  
   
}

.btn-custom-lgg{
   border: solid 1px #31b0d5 !important;    
   color: #31b0d5 !important;  
   background-color: #000000 !important;
   opacity: 0.7 !important;
   -khtml-opacity: 0.7 !important;
   -moz-opacity: 0.7 !important;
   background-image: none !important;
   margin-bottom: 15px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7) !important;
   filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7)!important;
   filter:alpha(opacity=0.7)!important;  
   
}

.btn-custom-lg:hover,
.btn-custom-lg:focus,
.btn-custom-lgg:hover, 
.btn-custom-lg-hover {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb) !important;
    background-repeat: repeat-x !important;
    border-color: #204d74 !important;
    background-color: #1f90bb !important;
    background-position: 0 -15px !important;
    opacity: 1 !important;
   -khtml-opacity: 1 !important;
   -moz-opacity: 1 !important;
}

.h4-custom{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: bold;
}

.h4-custom2{
    margin-bottom: 0px !important;
    font-size: 30px;
    font-weight: bold;
    font-family: grand_hotelregular;
}

#add-this-custom{
    padding-top: 0px;
}

#h4-preview-custom{
    visibility: hidden;
    margin-top: 4px;
}


#product-group-form-custom{
    margin-bottom: 0px;
}

#product-qty-label-custom{
    padding-top: 10px;
    padding-right: 10px;
}


.opacity-custom{
    opacity: 1 !important;
   -khtml-opacity: 1 !important;
   -moz-opacity: 1 !important;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity1) !important;
   filter: progid:DXImageTransform.Microsoft:Alpha(opacity=1)!important;
   filter:alpha(opacity=1)!important;  
}

.opacity-custom-back{
   opacity: 0.7 !important;
   -khtml-opacity: 0.7 !important;
   -moz-opacity: 0.7 !important;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=0.7) !important;
   filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.7)!important;
   filter:alpha(opacity=0.7)!important;     
}


#localization_custom{
    position: absolute;
    top:0;
    left: 18%;
    padding-left: 50px;
    color: #ccc;
    border: none;       
    
}

#ul-localization-custom > li > a{
    color: #ccc;
    opacity: 0.7;
    
}

#ul-localization-custom > li > a:hover,
#ul-localization-custom > li > a:focus{
    /*color: #31b0d5;*/
    color: #000000;
    opacity: 1;
}


.modal-map-fade-custom{
    background-color: rgba(3,3,3,0.9);
    overflow-x: auto !important;
}

#modal-map-custom{
    margin-top: 0px;
}

.vmap-custom {
        position:relative; 
        top: 0;
        left: 0;
        width: 800px; 
        height: 600px;
    
    }




@media (min-width: 768px){
    .vmap-custom{
        width: 800px; 
        height: 600px;
        cursor: pointer;
    }
}

.modal-map-content-custom{
    background: none;
    border: none;
}

.h4-map-custom{
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-size: 16px;
    font-weight: bold;
    color: #31b0d5;
}

#a-select-country-custom,
#a-select-country-custom:hover{
     color: #31b0d5;    
}


.thumbnail-custom{
    border: none !important;
}

.row-contact{
/*    padding-top: 120px;*/
    padding-top: 10%;
    
    /*color: #31b0d5;*/
    color: #000000;
}

.form-group-custom{
    margin-left: 15px !important;
    margin-right:  15px !important;
}

.title-custom {
    margin-top: 0 !important;
    
    /*color: #31b0d5;*/
    color: #000000;
    margin-left:  30px;
    font-size: 40px;
    /*font-weight: bold;
    font-family: grand_hotelregular;*/
    font-family: sans-serif;
}

.label-custom {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: bold !important;;
    font-size: 14px !important;
}

.input-custom{
 background-color: rgba(0,0,0,0.7);
 color: #31b0d5 !important;
 border-color: #31b0d5 !important;
}

.text-danger-custom{
  /*color: #FC0;*/
  color: #F00;
}

.text-success-custom{
  color: #0f0;
}



.img-thumb-custom{
    /*border-color: #31b0d5 !important;*/
    border-color: #000000 !important;
    border-width: 2px;
    border-style: inset;
}

.legend-custom {
   
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
/*    font-size: 24px !important;*/
    line-height: inherit;
    border: 0;
/*    color: #31b0d5 !important;*/
    color: #000000 !important;
    border-bottom: 1px solid #31b0d5;
    font-size: 30px;
/*    font-weight: bold;
    font-family: grand_hotelregular;*/
    font-family: sans-serif;
    
}

.buttons-register-custom{
    margin-right: 15px;
    margin-top: 15px;
}

.alert-danger-custom {
    /*color: #0f0;*/
    /*color: #FC0;*/
    color: #F00;
    background-color: rgba(0,0,0,0.7);
    /*border-color: #FC0;*/
    border-color: #F00;
}

.alert-warning-custom {
    /*color: #0f0;*/
    /*color: #FC0;*/
    color: #F00;
    background-color: rgba(0,0,0,0.7);
    /*border-color: #FC0;*/
    border-color: #F00;
}

.alert-success-custom {
    /*color: #31b0d5;*/
    color: #0f0;
    background-color: rgba(0,0,0,0.7);
    /*border-color: #31b0d5;*/
    border-color: #0f0;
}

.list-group-custom{
    /*margin-top: 120px !important;*/
    background-color: rgba(0,0,0,0.7) !important;
    border-color: #31b0d5 !important;
}


.list-group-custom a {
	border: 1px solid #31b0d5 !important;
	color: #ccc !important;
	padding: 8px 12px;
        background-color: rgba(0,0,0,0.7) !important;
}
.list-group-custom a.active, .list-group-custom a.active:hover, .list-group-custom a:hover {
	color: #31b0d5 !important;
	text-shadow: none !important;
}

.table-custom {
    border:  1px solid #31b0d5 !important;
    
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 4px;
}

.td-left-custom{
    border-top:  1px solid #31b0d5 !important;
    border-bottom:   1px solid #31b0d5 !important;
    border-left:    1px solid #31b0d5 !important;
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 4px;
    color: #31b0d5;
}

.td-right-custom{
    border-top:  1px solid #31b0d5 !important;
    border-bottom:   1px solid #31b0d5 !important;
    border-right:     1px solid #31b0d5 !important;
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 4px;
}

.td-custom{
    border:  1px solid #31b0d5 !important;
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 4px;
    color: #31b0d5;
}

.title-custom-no-margin-left{
    margin-left: 0px !important;
}


.panel-custom {
	border: 1px solid #31b0d5 !important;
	color: #31b0d5  !important;
	/*color: #000000  !important;*/
        font-weight: bold !important;
	/*color: #000  !important;*/
  /*background-color:  rgba(30, 30, 30, 0.4) !important;*/
	background-color:  rgba(0, 0, 0, 0.5) !important;
}


.container-custom{
    padding-top: 5%;
    min-height: 100%;
    
}

.container-custom-contact{
    margin-top: 2%;
    min-height: 90%;
    
    
}

.table-custom-2 {
    border:  1px solid #31b0d5 !important;    
    background-color: rgba(0,0,0,0.3) !important;
    border-radius: 4px;
}

.td-custom-2{
    border:  1px solid #31b0d5 !important;
    /*background-color: rgba(0,0,0,0.7) !important;*/
    border-radius: 4px;
    color: #31b0d5;

}

.td-custom-3{
    border:  1px solid #31b0d5 !important;
    color: #CCC !important;
    border-radius: 4px;
}

.a-custom{
    color: #CCC !important;    
}

.a-custom:hover{
/*    color: #31b0d5 !important;    */
    color: #000000 !important;    
}

#mercadopago_button_div{
    position: relative;
    clear: both;
    margin-top: -10px;
    margin-bottom: 20px;
    /*display: none;*/
}


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px black inset; /* Change the color to your own background color */
    -webkit-text-fill-color:#31b0d5;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px black inset;
    -webkit-text-fill-color: #31b0d5;
}  
 



select:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px black inset; /* Change the color to your own background color */
    -webkit-text-fill-color:#31b0d5;
}

select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px black inset;
    -webkit-text-fill-color: #31b0d5;
}  

.locale-switch-custom{
    position: absolute;
    display: inline-block;
    /*left: 15%;*/
    right:5%;
    top: 20%;
    color: #31b0d5 !important;
    background-color: #000000 !important;
    margin-left: 10px;
}

.locale-switch-button-custom{
    border: solid 1px #31b0d5 !important;
    color: #31b0d5 !important;
    background-color: #000000 !important;
    background-image: none !important;
}

@font-face {
    font-family: 'grand_hotelregular';
    src: url('../fonts/grandhotel-regular-webfont.eot');
    src: url('../fonts/grandhotel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandhotel-regular-webfont.woff2') format('woff2'),
         url('../fonts/grandhotel-regular-webfont.woff') format('woff'),
         url('../fonts/grandhotel-regular-webfont.ttf') format('truetype'),
         url('../fonts/grandhotel-regular-webfont.svg#grand_hotelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.thumb-special{
    border-radius: 50%;
    border: 2px solid #000 !important;
    padding: 0px !important;
}
    

@media screen and (min-width: 768px)
.cover {
    padding: 0px;
}
@media screen and (min-width: 768px)
.cover {
    padding: 48px 0;
}
.cover {
    
     color: inherit;
    margin-top: 80px;
    padding: 0px 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    
    
}

.cover .cover-image {
    z-index: -1;
    position: relative;    
    width: 100%;
    height: 100%;
    
}

.cursive-heading{
      /* color: yellowgreen; */
      color: #000000;
  /*    font-weight: bold;
      font-family: grand_hotelregular;*/
      padding: 0 10%;
      font-family: sans-serif;
      font-size: 27px;
  }




@media (min-width: 768px){
  .cursive-heading{
      /* color: yellowgreen; */
      color: #000000;
      padding: 0 10%;
  /*    font-weight: bold;
      font-family: grand_hotelregular;*/
      font-family: sans-serif;
      font-size: 40px;
  }
}


.modal.fade .modal-dialog-custom {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(25%, 0, 0);
       -o-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

.modal.in .modal-dialog-custom {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.home-section-custom-top {
        margin: 3%;
}

.home-section-custom-bottom {
        margin: 3%;
      
            
}

html {
  position: relative !important;
  min-height: 100% !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 90px !important;
  height: 100% !important;
}

.h2-custom-scritp {
    color: #31b0d5;
    font-size: 30px;
/*    font-weight: bold;
    font-family: grand_hotelregular;*/
    font-family: sans-serif;
}

.help_div{
        width: 360px;
        height: 173px;    
 }


@media (min-width: 768px){
    .help_div{
        height: 250px;
        width: 520px;    
    }
}


.title-custom3 {
    margin-top: 0 !important;
    margin-bottom:  0 !important;
    font-size: 30px;
    color: #31b0d5;     
/*    font-weight: bold;
    font-family: grand_hotelregular;*/
    font-family: sans-serif;
}

.blog-container-custom{
   margin: 12% 1% 1% 3%  !important;  
   
}

   
.blog-list-custom {
    margin: 3% 0% 0% 0%;
    border: 0px !important;
}

.blog-post-list-custom {
    margin: 0% 0% 0% 0%;
    border: 0px !important;
}



.blog-list-entry-custom {
    border: 1px solid #31b0d5 !important;
    background-color: rgba(0,0,0,0.7) !important; 
}

.article-layout-custom{
    background-color: rgba(240, 240, 240, 0.8) !important;
}

.blog-modules-custom{
        
}

.blog-banner-vertical-custom {
    border: none;
    background-color: rgba(0,0,0,0) ; 
}

.blog-module-custom{
    /*min-height: 400px;*/
    
}

.hr-custom{
  border-color: #31b0d5;
  margin-top: 0 !important;
  
}

.hr-custom-black{
  border-color: #000;
  margin-top: -20px !important;
  
}


.blog-banner-custom{
    min-height: 230px;
    border-top: solid 1px #000;
    border-bottom:  solid 1px #000;
    margin-bottom: 2%;
    margin-top: 5px !important;
    padding: 1% !important;
    text-align: center;
}

.no-margin-bottom{
    margin-bottom: 0px !important;
}

.no-margin-right{
    margin-right: 0px !important;
}

.social-blog-custom{
  
    list-style: none;
    margin-top: 2%;
    margin-right: 0%;
    float: right;
    text-align: right;
    color: #000 !important;
}

.social-blog-custom > li > a > i {
    background-color: #777; 
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    padding-top: 10%;
    
}    

.social-article-custom{
  padding-top: 2% !important;
}

.stickers-container-custom{
      margin-bottom: 2%;
    margin-top: 2%;
}


.stickers-custom1{
    padding-top: 7%;
}

@media (min-width: 768px){
  .stickers-custom1{
    padding-top: 1%;
  }
}

.stickers-custom2 {
     /*   padding-top: 1%;
    padding-left: 10%;*/
}

.navbar-collapse.in .divider{
    height: 1px;
    margin: 9px 0;
    /*overflow: hidden;*/
    background-color: #31b0d5;
    
}

.slider-mask{
    
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: auto;
    
    
}

.tec-p-custom{
    margin: 2% 0% 2% 0%;
    padding: 0 10%;
    font-weight: normal;
    text-align: justify;
    
}

.image-center-custom{
    margin-left: auto;
    margin-right:  auto;
    margin-bottom: 2%;
}

.image-center-custom2{
    margin: auto;
}

.img-logo-custom{
  width: 70% !important;
}

@media (min-width : 768px){
  .img-logo-custom{
    width: 100% !important;
  }
}

.custom-slider {
  margin-top: 80px !important;
}

.carousel-hidden {
  display: none !important;
}

.tech-content {
  padding: 40px 0;
}


