@charset "utf-8";
/* CSS Document */
@import url('fonts/estilos-fontes.css');

body, html {
    height: 100%;
    overflow: hidden !important;
}

body {
    overflow: hidden !important;
    font-family: 'brandon_grotesqueregular';
    font-weight: normal;
    font-style: normal;
    background: #e3d4d5;
    background: url(../img/bg-light.jpg) repeat center center;
}


p { font-size: 19px; color: #412929;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon_grotesquemedium';
    color: #412929;	
    font-weight: 600;    
}
a:focus, button:focus, input:focus, textarea:focus {
    outline: none !important;
}

/* Breadcrumb */
.breadcrumb {
    /*display: inline-flex;*/
    margin-bottom: 0;
    background-color: #664942;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .85rem;
    margin-top: 0px;
    position: absolute;
    padding: 12px 42px 12px 12px;
    z-index: 11;
    color: white;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); 
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, .5);
}
.breadcrumb-item a {
    color: inherit;
}

/*home ini */
#home {
    /*display: none;*/
    width: 100%;
    height: auto;
    position: relative;
    /*overflow: hidden;*/
}
#background1 {
    background: url(../img/bg-home.jpg) no-repeat center top;
}
#background2 {
    background: url(../img/bg-home-2.jpg) no-repeat center top;
}
.geral, .geral-home {
    height: 100vh;
    position: relative;
 }
 .geral.h-intro, .geral-home.h-intro {
    height: 100vh !important;
 }
 .geral h4, .geral-home h4 {
    font-weight: normal;
 }

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;        
}

.bg-home {
    width: 100%;
    /*height: 100%;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
}
.bg.bg-home {
    background: url("../img/bg-home.jpg") no-repeat center center fixed;
}
.bg.bg-menu {
    background: url("../img/bg-menu.jpg") no-repeat center top;    
}

/*home end*/

.bg.bg-full {
    background: url("../img/bg-dark.jpg") no-repeat center bottom fixed;
}

.btn-orange {
    color: rgb(255,151,103) !important;
    border-color: rgb(255,151,103) !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:disabled {
    color: #212529;
    background-color: rgb(255,151,103);
    border-color: rgb(255,151,103);
}
.btn-orange:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: rgb(255,151,103);
    border-color: rgb(255,151,103);
}

.box-a-rjzcyrela {
    padding-right: 45px;
}
.box-a-rjzcyrela p {
    color: white;
}

.bg.bg-a-rjzcyrela {   
    background: #49313B url("../img/barra-textura.jpg") no-repeat left center;
    background-size: contain !important;
    color: white;
}
.box-bg-legenda-foto {
    position: relative;
}
.box-bg-legenda-foto p {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 13px;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.box-bg-legenda-foto p.vertical {
    position: absolute;
    bottom: 60px;
    right: 0;
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
    transform: rotate(-90deg);
    color: white;
}

.bg.bg-a-rjzcyrela .logo-cyrela {   
    max-height: 90px;
}

.bg.bg-seu-momento {
    background: url("../img/bg-seu-momento.jpg") no-repeat center center fixed;
}

.bg.bg-seu-espaco {
    background: url("../img/bg-seu-espaco.jpg") no-repeat center center fixed;
}

.bg.bg-sua-casa {
    background: url("../img/bg-sua-casa.jpg") no-repeat center top fixed;
}
.bg-color-light {
    background: #FFF8F3;
    padding: 30px;    
}

.box-ficha h4,
.box-projetistas h4,
.box-texto h4 {
    font-size: 1.25rem;       
}

.box-texto p {
    font-size: 1.1rem;
    margin-bottom: .5rem;   
}

.bg.bg-sua-casa-areas-comuns {
    background: url("../img/bg-sua-casa-areas-comuns.jpg") no-repeat center top fixed;
}

.bg.bg-localizacao {
    background: #e3d4d5;
}

.box-texto-implantacao ul li {
    margin-bottom: 0.275rem;
}

/*.box-texto-implantacao ul li:before {
    margin-left: -50px;
    content: url(../img/plantas/bg-bullet-off.png);    
    width: 30px;
    height: 30px;
   position: absolute;
}*/

.box-texto-implantacao img {   
    padding: 0 30px;
    max-height: 830px;      
}
.home-latitud {
    height: 100vh;
    padding: 8rem 0;
}

.bg-dark {
    background-color: rgba(73,49,59,0.95) !important;
}

/* Navbar */
.navbar {
    position: absolute;
    top: 60px;    
    z-index: 999;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
}
.navbar .nav-item {
    padding: .5rem;
}
.navbar .nav-link {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: white !important;   
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    transition: all .25s; 
    border-bottom: 3px solid transparent;
    margin-bottom: -3px; 
    padding-top: 3px;
    display: inline-block;   
}
.navbar .nav-link:hover {    
    /*background: rgba(255,255,255,.2); */
    border-bottom: 3px solid rgba(255,255,255,.5); 
    color: orange !important;             
}
.navbar .nav-link:after {
    content: '•'; 
    position: absolute;
    padding-left: 1.75rem;      
}
.navbar .nav-link .fa {
    color:#AA7656;     
}
.navbar .nav-link span {
    font-size: 65%;    
}

.nav .nav-item .bullet {
    position: relative;
    color: white !important; 
    margin-right: 10px; 
    font-size: 75%;   
  }

.indent {
    margin-left: -80px;
}

.nav .nav-item .bullet:before {
    content: " ";
    background: url(http://www.latitudbarra.com.br/assets/img/icones/bullet-off.png) no-repeat 0 0;
    position: absolute;   
    height:30px;
    width: 30px;
    color: white;
    z-index: -1;
    margin-left: -10px;
  }
  .nav .nav-item .bullet.on:before {
    content: " ";
    background: url(http://www.latitudbarra.com.br/assets/img/icones/bullet-on.png) no-repeat 0 0;  
  }

  @media (max-width: 768px)  {
    .indent {
        margin-left: initial;
        margin-top: -30px;
    }
    .box-texto-implantacao img {
        max-height: 100%;        
    }
}

/* nav-pills*/

.nav-pills {
    border-bottom: 1px solid #664942;
    padding-bottom: 10px;
}

.sus2 {
    padding-top: 60px;
}

.nav-pills .nav-item {
    padding: .5rem;
}
.nav-pills .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    color: orange !important;   
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    transition: all .25s;       
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    color: #fff;    
    background: #664942 url("../img/bg-menu.jpg") no-repeat center center;
}

.tab-content h5 {
    text-transform: uppercase;
}

@media (max-width: 992px)  {
    .navbar .nav-link:after {
        content: '';              
    } 
    .bg.bg-menu {        
        background-size: 100% 82px !important;
    } 
    .navbar-collapse {        
        padding-top: 45px;
    }
    .navbar {    
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .box-texto-implantacao img {
        padding: 0px 15px;
        max-width: 100%;
    }
}

.navbar .nav-item:last-child .nav-link:after {
    content: '';              
}

@media (max-width: 1500px)  {
    .navbar .nav-link {        
        font-size: 1.2rem;            
    }
}
@media (max-width: 1400px)  {
    .navbar .nav-link {        
        font-size: 1rem;            
    }
    html, body {
        overflow: auto !important;
        overflow-x: hidden !important;
    }
}

@media (min-width: 992px)  {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 1200px)  {
    .navbar .nav-link {        
        font-size: .75rem;            
    }
    .sus2 {
        padding-top: 0px;
    }       
}
@media (max-width: 992px)  {
    .navbar .nav-link {        
        font-size: 1.2rem;            
    }
    .bg.bg-a-rjzcyrela {
        background-size: 70px !important;
        background-repeat: repeat-y;      
    }
    .loc-topo {
        padding-top: 50px;
    }
}

.box-localizacao {
    display: none;
}
.box-localizacao2 img {
    border: 2px solid rgba(255,255,255,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    filter: grayscale(1);
    padding: 5px;
}

@media (min-width: 1200px)  {
    .box-localizacao {
        display: block;
    }
    .box-localizacao2 {
        display: none;
    }
    
}
@media (max-width: 576px)  {
    .breadcrumb { 
        font-size: .55rem;    
        padding: 6px 21px 6px 6px;    
    }
    a.bot-cob, a.bot-tipo  {
        margin: 20px 0 0px !important;
        font-size: 0.75rem !important;
    }
    .vbox-next, .vbox-prev {        
        transform: scale(0.75);
    }
    .vbox-title {
        font-size: 13px;        
        line-height: 20px;
        min-height: 60px;
    }
    .item a::before, .item-tour a::before {        
        font-size: 30px;       
        bottom: 40px;
        text-decoration: none;
        margin: 0 -10px auto;
    }
    .owl-latitud {
        margin-top: 30%;
    }
    #seu-momento-tour .geral.h-intro {
        height: 100% !important;
     }
}

/* VenoBox */

.vbox-container {
    overflow-y: auto;
}

.vbox-next, .vbox-prev {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.vbox-next:hover, .vbox-prev:hover {
    background: #ff6601;
}
.vbox-next span {
    right: 18px;
    top: 15px;
}
.vbox-prev span {
    left: 18px;
    top: 15px;
}
.vbox-title {
    font-size: 15px;
    text-transform: uppercase;
}
.vbox-next span, .vbox-prev span {
    width: 16px !important;
    height: 16px !important;
    border: 4px solid transparent;
}
/* VenoBox FIM */

/* owl */
.owl-latitud.owl-carousel .owl-item img {
    display: block;
    width: 100%; 
    border: 5px solid white;
}
.owl-loc.owl-carousel .owl-item img {
    display: block;
    width: 100%; 
    border: none;
}

.owl-latitud.owl-carousel .owl-nav [class*=owl-],
.owl-loc.owl-carousel .owl-nav [class*=owl-] {    
    position: absolute;
    top: 40%;
}
.owl-latitud.owl-carousel .owl-nav [class*=owl-] {
    color: rgba(73, 49, 59, .5) !important;    
}
.owl-loc.owl-carousel .owl-nav [class*=owl-] {
    color: rgba(255, 255, 255, .75) !important;
    padding: 10px !important;    
}
.owl-latitud.owl-carousel .owl-nav [class*=owl-]:hover {
    color: rgba(73, 49, 59, 1) !important;
    background: rgba(255, 255, 255, .25);
}

.owl-loc.owl-carousel .owl-nav [class*=owl-]:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(255, 255, 255, .25);
}

.owl-carousel .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-theme .owl-nav .disabled {
    opacity: .15;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
}
.owl-loc.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.item a::before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255,255,255,0.4);
    font-size: 40px;    
    position: absolute;
    bottom: 40px;   
    text-decoration: none;
    margin: 10px -10px auto;
}

.item-tour a {
    position: relative;
    display: block;
}

.item-tour a::before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255,255,255,0.4);
    font-size: 40px;    
    position: absolute;
    bottom: 0px;   
    text-decoration: none;
    left: 10px;
}

.item span {
    text-transform: uppercase;
    line-height: 30px;
    color: brown;
}

.owl-latitud.owl-carousel .item span {   
    line-height: normal;
}

.item-tour span {
    text-transform: uppercase;    
    color: white;
    font-size: 12px;
}    
    
.item-tour p {
    text-transform: uppercase;    
    color: white;
    font-size: 12px;     
    line-height: 15px;
    margin-top: 10px;
}


.owl-latitud.owl-carousel .owl-prev {
  left: -20px;
  display: flex;  
}
.owl-latitud.owl-carousel .owl-next {
  right: -20px;
  display: flex;  
}
.owl-loc.owl-carousel .owl-prev {
  left: 20px;
  display: flex;  
}
.owl-loc.owl-carousel .owl-next {
  right: 20px;
  display: flex;  
}

.owl-latitud.owl-carousel .owl-prev i,
.owl-latitud.owl-carousel .owl-next i {
  margin: auto;
  font-size: 3.5rem;
}
.owl-loc.owl-carousel .owl-prev i,
.owl-loc.owl-carousel .owl-next i {
  margin: auto;
  font-size: 3.5rem;
}


.owl-latitud.owl-carousel .owl-item.cloned.active,
.owl-latitud.owl-carousel .owl-item.cloned,
.owl-latitud.owl-carousel .owl-item.active {    
    transform: scale(.75);
    transition: all .25s;   
}
.owl-latitud.owl-carousel .owl-item.center.active {   
    transform: scale(1);   
}

.owl-two .owl-item.active { 
  transition:.4s ease all; 
}

.owl-dots .ui-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}
.owl-dots .ui-btn.ui-corner-all b {
    border-radius: 0 !important;
}
.owl-dots .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-dots button.ui-btn,
.owl-dots .ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f9a61a;
}
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}

.owl-distancias {
    /*margin-top: -30px;
    padding: 0 15px;*/
}
.owl-distancias.owl-theme .owl-nav.disabled+.owl-dots {
    /*margin: 20px 0;*/
    margin:0;
}
.owl-distancias.owl-carousel .owl-nav [class*=owl-] {    
    position: absolute;
    top: 35%;
}

.owl-distancias.owl-carousel .owl-prev {
  left: 5px;
  display: flex;  
}
.owl-distancias.owl-carousel .owl-next {
  right: 5px;
  display: flex;  
}

.owl-distancias.owl-carousel .owl-prev i,
.owl-distancias.owl-carousel .owl-next i {
  margin: auto;
  font-size: 2.25rem;
}

.owl-distancias.owl-theme .owl-dots .owl-dot.active span,
.owl-distancias.owl-theme .owl-dots .owl-dot:hover span {
    background: #664942;
}
.owl-distancias.owl-carousel .owl-item img {    
    padding: 0px 20px;
}

.owl-distancias.owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.5);
}

/*test*/
.owl-latitud.owl-carousel .item img {
	display: block;
    width: 100%;
    height: auto;
	max-width: 100%;
}
/*test*/

/* owl nav galeria */
.galeria.owl-carousel .owl-prev i,
.galeria.owl-carousel .owl-next i {
    color: #FFF;
}
.galeria.owl-carousel .owl-prev span:hover,
.galeria.owl-carousel .owl-next span:hover {
    color: yellow;
}
.galeria.owl-carousel .owl-prev,
.galeria.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
.galeria.owl-carousel .owl-prev {
    left: 7px;
    left: -50px;
}
.galeria.owl-carousel .owl-next {
    right: 7px;
    right: -50px;
}
.galeria.owl-carousel .owl-nav button.owl-prev,
.galeria.owl-carousel .owl-nav button.owl-next,
.galeria.owl-carousel button.owl-dot:hover {
    padding: 0 10px !important;
}
.galeria.owl-carousel .owl-nav button.owl-prev:hover,
.galeria.owl-carousel .owl-nav button.owl-next:hover,
.galeria.owl-carousel button.owl-dot:hover {
    background: rgba(255, 255, 255, .1) !important;
    border: none;
}
.galeria.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}
.galeria.owl-theme .owl-nav .disabled {
    opacity: 0.10;
}
.galeria.owl-carousel .owl-item img {
    border: 2px solid white;
    max-width: 1150px !important;
    margin: 0 auto;
}

/* Fim OWl */

/* Tour 360 */

.tour-container {
    width: 100%;    
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.box-tour {
    position: absolute;
    bottom: 0px;    
    background: #fff;
    padding: 10px;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);  
    min-width: 150px;
    text-align: center;       
}

.box-tour span {
    color: rgba(0, 0, 0, .5)
}

.pnlm-load-button, .pnlm-load-box {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;       
}
.pnlm-load-button {
    width: 100px;
    height: 50px;
    margin: -25px 0 0 -50px;
}

.pnlm-load-button p, .pnlm-load-box p {    
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.pnlm-load-button p span {  
    font-size: 2rem;  
    color: rgba(255, 255, 255, .5)  
}

/* Tour 360 */

.box-lupa {
    width: 100%;
    max-width: 1500px;
    position: relative;
  }
  .lupa {
    width: 100%;  
    position: absolute;  
    top: -30px;
    z-index: 10;
  }
  .lupa .fa {
    /*color: #6DC49E !important;*/
    color: black !important;;
  }
  .lupa .fa:hover {
    color: green !important;
  }
  .box-plantas {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .controles {
    width: 100%;  
    position: relative;  
    top: 0px;
    z-index: 10;
  }
  .controles .fa {
      color: rgba(255,255,255,0.5) !important;
      transition: all .25s;
      font-size: 2.25rem;
  }
  .controles .fa:hover {
    color: rgba(255,255,255,1) !important;
    transform: scale(1.25);
  }

.nav-latitud img {
    max-height: 70px;
}

/* jquert mobile adjusts*/
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: inherit !important;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: inherit !important;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: inherit !important;
    font-weight: 400;
}
.ui-overlay-a .modal, .ui-page-theme-a .modal, .ui-page-theme-a .ui-panel-wrapper .modal {
    color: inherit !important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    color: inherit;
    text-shadow: none;
}
.ui-page {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.ui-content {
    padding: 0;
}

/* animate custom */
.fadeInLeft, .fadeInRight, .fadeInDown, .fadeInUp {
  animation-duration: 3s;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none !important;
}
/* jquert mobile FIM */

/* media queries */

@media (min-width: 1400px)  {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px)  {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1900px)  {
    .container {
        max-width: 1840px;
    }
}

@media (min-width: 1366px)  {
    .box-iframe .figlio {
        max-width: 60%;
        padding: 0 !important;       
    }     
}

@media (min-width: 1500px) {
    .ui-mobile .ui-page-active {
        overflow: hidden;
    }    
}

@media (max-width: 1500px)  {
    .geral, .geral-home {
        height: 100%;
        padding-bottom: 50px;
    }
    
}

@media (max-width: 1200px)  {
    .box-a-rjzcyrela {    
        padding: 30px 15px;
    }
    .owl-latitud.owl-carousel .owl-prev i,
    .owl-latitud.owl-carousel .owl-next i {       
        font-size: 2rem;
    }
    .controles .fa {        
        font-size: 2rem;
    }    
}


@media (max-width: 1366px) and (max-height: 700px) and (orientation: landscape) {    
    /*css*/	
	.geral-home {
		padding-top: 11%;		
	 }
	.geral-home.bg-01  {
		padding-top: 11%;
	 }	
}

/* Bootstrap custom */
@media (min-width: 1400px) {
    /*.col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }*/
	/*2024*/
	.col-xxl {
        flex:1 0 0%;
    }
	 .col-xxl-11 {
		 -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
	.col-xxl-1 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 50%;		
    }

    .col-xxl-7 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 auto;
		flex: 0 0 auto;
        width: 100%;
    }
}

