/*======================= BOOTSTRAP GRID =======================*/
.container-btstp {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-btstp {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-btstp {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-btstp {
  	max-width: 1200px;
  }
}
.container-btstp-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row-btstp {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  } 
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  } 
}

.clear:before,
.clear:after,
.container-btstp:before,
.container-btstp:after,
.container-btstp-fluid:before,
.container-btstp-fluid:after,
.row-btstp:before,
.row-btstp:after{
  display: table;
  content: " ";
}
.clear:after,
.container-btstp:after,
.container-btstp-fluid:after,
.row-btstp:after{
  clear: both;
}

/*util styling and classes from boostrap*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

/* centered columns styles */
.row-btstp-centered {
    text-align:center;
}
.col-btstp-centered {
    display:inline-block;
    float:none;
}

/*no-gutters columns*/
.row-btstp.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-btstp.no-gutters > [class^="col-"],
.row-btstp.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*======================= SCROLL TO TOP =======================*/
.backTop {
  bottom: 90px;
  position: fixed;
  right: 15px;
  -webkit-transform: translateZ(0);
  z-index: 99;
  display: none;
}
.backTop a {
  background: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  font: 38px/46px FontAwesome;
  height: 51px;
  text-align: center;
  width: 51px;
  border: 2px solid #fff;
  box-shadow: 1px 2px 3px -1px #888888;
   color: #000;
}
.backTop a > span:before {
  content: "\f106";
}
.backTop a:hover {
  background: #fff;
  box-shadow: 2px 5px 8px -1px #888888;
  color: #000;
}





.logo{display:block; height:64px; width:100%; background-repeat:no-repeat; background-size:contain;}
.logo img{max-width:100%;}
/*======================= BLINK LOGO =======================*/
.blink-logo {
  animation: blink-logo 3s ease-in-out 3s infinite both;
  -webkit-animation: blink-logo 3s ease-in-out 3s infinite both;
  background-image: url("../_images/dls1.png");
}
@keyframes blink-logo {
  0% { background-image: url("../_images/dls1.png"); }
  50% { background-image: url("../_images/dls2.png"); }
  100% { background-image: url("../_images/dls1.png"); }
}
@-webkit-keyframes blink-logo {
  0% { background-image: url("../_images/dls2.png"); }
  50% { background-image: url("../_images/dls1.png"); }
  100% { background-image: url("../_images/dls2.png"); }
}
@-moz-keyframes blink-logo {
  0% { background-image: url("../_images/dls2.png"); }
  50% { background-image: url("../_images/dls1.png"); }
  100% { background-image: url("../_images/dls2.png"); }
}

/*======================= WEBSITE STYLE =======================*/
#top_section{width:100%; background-color:#808080; padding:5px 0;}
#top_section a{display:inline-block; text-decoration:none; text-transform:uppercase; color:#fff; font-size:10px; font-weight:bold; margin-left: 10px;}
#top_section a:hover{text-decoration:none; color:#000;}
@media (min-width: 768px) {#top_section a{font-size:11px;}}

img.responsive-img{width:100%;}
.border-img{border:4px solid #d2d2d2}

ul.MainMenu{
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  background-color: #ffffff;
  text-align: center;
}
ul.MainMenu li{display:block; padding:5px 0;}
ul.MainMenu li a{display:block; text-decoration:none; text-transform:uppercase; color:#000; font-size:13px; font-weight:bold;}
ul.MainMenu li a:hover{text-decoration:none; color:#d50d18;}
ul.MainMenu li a.current-page,
ul.MainMenu li a.current-page:hover{display:block; text-decoration:none; text-transform:uppercase; color:#d50d18; font-size:13px; font-weight:bold;}

#header_slider{display:none}
@media (min-width: 1200px) {
  #header_slider{display:block}
  ul.MainMenu{
    display:flex; 
    justify-content:space-between; 
    align-items:center;
    background-color: transparent;
  }
  ul.MainMenu li{
    padding: 0;
  }
  ul.MainMenu li a{
    font-size: 11px;
  }
  ul.MainMenu li a.current-page,
  ul.MainMenu li a.current-page:hover{
    font-size: 11px; 
  }
}

#header_wrapper{background-color: #ffffff;}

.main_container{min-height:500px; margin:0 auto 15px auto; text-align:left; background-color:#fff;}
.v-20px-spacer{margin-top:20px;}

#heading
{
	width: 100%;
	margin: 0 auto;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 1%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 1%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,248,248,1) 1%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

#heading > p
{
	text-align: center;
	padding: 15px;
	font-size: 18px;
	color: #d50d18;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.promo-red-banner{padding:15px; font-weight:bold; margin-top:20px; background-color:#d50003; text-align:center; display:none;}
@media screen and (min-width:992px){
  .promo-red-banner{
    display: block;
  }
}

.mob-slider{display:block}
.desk-slider{display:none}
@media screen and (min-width:992px){
  .mob-slider{display:none}
  .desk-slider{display:block}
}
.promo-red-border{padding:15px; font-weight:bold; margin-top:20px; border:1px solid #d50d18; text-align:center}

a.pacific-tur-link, a.pacific-tur-link:hover{display:block; text-decoration:none}
a.pacific-tur-link img{display:block; max-width:100%; margin:0 auto;}
.pacific-tur-text{padding-top:20px; color:#fff; text-align:center;}




.home-box-section{padding:10px;}
.home-box-section-wrapper{position:relative; width:100%; margin:0; padding:7px; background-color:#e6e6e6;}
.home-box-section-content{height:100%; border:1px solid #b8b8b8; padding:10px;}
.home-box-content{padding:0; margin:20px 0 0 0; text-align:left}
.home-title h2{display:block; margin:0; text-transform:uppercase; font-size:18px;}
.home-title p{text-transform:uppercase; font-size:0.9em; margin:3px 0;}

.displayflex{
    display: block;
  } 
.alignitemscenter {
    display: block;
}
.justifycspacebetween{
    display: block;
}
.justifycflexstart{
    display: block;
}
.justifycflexend{
    display: block;
}
@media screen and (min-width: 961px){
  .displayflex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } 
  .alignitemscenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .justifycspacebetween{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justifycflexstart{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justifycflexend{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}



.dls_input{width:100%; height:35px; border:1px solid #d2d2d2; margin-bottom:5px; padding-left:10px; color:#8f8f8f;}
.hideOnMob{display:none;}
@media screen and (min-width:992px){
	.hideOnMob{display:block;}
}

a.cof
{
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color: #862432;
	padding: 10px 20px;
    border: 1px solid #ccc;
}
a.cof:hover{color:#000; text-decoration:none;}

#footer{width:100%; margin-top:0; padding:10px 0 30px 0; background-color:#fff; border-top:1px solid #b8b8b8;}
ul.footer-links{margin:0; padding:0; list-style-type:none;}
ul.footer-links li{display:block;}
ul.footer-links li a{display:block; margin-bottom:5px;}
@media screen and (min-width:768px){
  ul.footer-links li{margin-right:30px; display:inline-block;} 
}

ul.footer-links-right{margin:0; padding:0; list-style-type:none; text-align:left}
ul.footer-links-right li{display:block;}
ul.footer-links-right li a{display:block; margin-bottom:5px;}
@media screen and (min-width:768px){
  ul.footer-links-right{text-align:right}
	ul.footer-links-right li{margin-left:10px; display:inline-block;}	
}
.copy{display:block; vertical-align:middle;}
.trafic{display:block;}
.webart-wrapper{display:block;}
a.webart-link{display:block; text-decoration:none; margin-top:15px; max-width:100px;}
@media screen and (min-width:768px){	
	.copy{text-align:right}
	.trafic{display:inline-block;}
	.webart-wrapper{display:inline-block;}
	a.webart-link{display:inline-block; margin-top:0px;}	
}

.footer-right{text-align:left; margin-top:15px; min-height:70px}
@media screen and (min-width:1200px){
	.footer-right{text-align:right; margin-top:0px;}
}


.container{width:1000px; margin:0 auto; text-align:left;}


.clear{clear:both;}



a.footer{
	font-size: 12px;
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

a.footer:hover{text-decoration:underline;}



/*======================= BURGER MENU =======================*/
#mob-logo {display:block}
#desk-logo {display:none}
#mob-menu .MainMenu{display:none}
#desk-menu{display:none}
.burger-click-region{display:block}
@media (min-width: 1200px) {
  #mob-logo {display:none}
  #desk-logo {display:block}
  #mob-menu{display:none}
  #desk-menu{display:block}
}

.burger-menu {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .burger-menu {display:none;}  
}
.burger-click-region {
  width: 30px;
  cursor: pointer;
  position: relative;
  margin: 13px 0;
  padding: 0 13px;
  box-sizing: content-box;
  text-align: justify;
}
.burger-menu-text{
  font-size: 9px;
  padding-top: 25px;
  color: #000000;
  text-transform: uppercase;
}
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 2px solid #000000;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 4px;
}
.burger-menu-piece:nth-child(2) {
  top: 10px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.burger-menu-piece:nth-child(3) {
  top: 16px;
}
  
.active .burger-menu-piece:nth-child(1) {
  animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.active .burger-menu-piece:nth-child(3) {
  animation: burger-open-bot 400ms ease-out forwards;
}  
.closing .burger-menu-piece:nth-child(1) {
  animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  animation: burger-close-bot 400ms ease-out forwards;
}

@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 6px, 0);
  }
  100% {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
}

@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -6px, 0);
  }
  100% {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}

@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 6px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, -6px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}


/*======================= TABEL =======================*/
.alfa{border:1px solid #ccc; border-collapse:collapse; text-align:center;  width:100%; background:#eee; font-size:9px;}
.alfa_th{border:1px solid #ccc;  border-collapse:collapse; text-align:center; background:#999; color:#fff; padding:0px;}
.alfa_td{border:1px solid #ccc; border-collapse:collapse; text-align:center; padding:0px;}
@media screen and (min-width:420px){
  .alfa{font-size:10px;}
}
@media screen and (min-width:768px){
  .alfa{font-size:12px;}
  .alfa_th{padding:2px; width:250px;}
  .alfa_td{padding:2px;}
}


a.home_trs{font-size:12px; color:#000; line-height:140%; text-indent:0px; margin:0px; padding:0px; padding-right:0px; text-align:justify;}
a.home_trs:hover{color:#d50d18;}

.flexcarousel .flex-control-nav{position:initial!important;}

#gdpr-cookie-message {
    z-index: 999999999999;
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: rgba(209, 14, 24, 0.92);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.32);
    margin-left: 30px;
    font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: #ffffff;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: #ffffff;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: var(--red);
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        margin-top: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #000;
        color: var(--red);
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: #ac0a13;
        color: var(--red);
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
     .datatable_bordered {
    margin: 15px 0;
    line-height: normal;
    border-bottom: 0 none #ccc;
    border-right: solid 1px #ccc;
    color: #000;
    border-top: solid 1px  #ccc;
    border-left: 0 none #ccc;
    text-align: left;
}

.datatable_bordered th, .datatable_bordered tr td {
    border-top: 0 none #ccc;
    border-left: 0 none #ccc;
    padding: 2px 3px;
    border-right: 0 none #ccc;
    font-weight: 400;
}
.datatable_bordered tr td {
    color: #000;
    border-bottom: solid 1px  #ccc;
    border-left: solid 1px  #ccc;
}




/* 2019 */
h1{
  font-family: Arial, sans-serif;
  border: none;
  margin: 15px 0;
  padding: 0;
  color: #ac0a13;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
}
h2{
  font-family: Arial, sans-serif;
  border: none;
  margin: 15px 0;
  padding: 0;
  color: #ac0a13;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
}
h3{
  font-family: Arial, sans-serif;
  border: none;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 2px 0;
}
.home-nou-wrapper-bkg{
  background-image: url(../_images/2019/home-map.jpg);
  background-position: top center;
  background-size: cover;
}
.home-nou-wrapper-content{
  margin: 15px;
}
.home-nou-wrapper-content h3{
  font-size: 1rem;
}
.home-side-wrapper-bkg{
  background-image: url(../_images/2019/home-side-bkg.jpg);
  background-position: top center;
  background-size: cover;  
}
.home-side-wrapper-content{
  padding: 15px;
}

img{
  max-width: 100%;
}

.insite-header{
  height: 300px;
  background-color: #b3111a;
  width: 100%;
}
.insite-header-bkg{
  display: block;
  height: 100%;
  background-size: cover;
}
.insite-header-title{
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: left;
}
.shade1{background-color: rgba(179, 17, 26, .8);}
.shade2{background-color: rgba(179, 17, 26, .4);}

.flexslider-overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 250px;
  background-color: rgba(172, 10, 19, .8);
}
@media screen and (min-width: 992px){
  .flexslider-overlay{
    height: 540px;
  }  
}
ul.fo-list{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
ul.fo-list li{
  height: 33.3333%;
  width: 100%;
}
ul.fo-list li:hover{
  background-color: rgba(172, 10, 19, 1);
}
ul.fo-list li:hover a{
  color: #ffffff;
}
ul.fo-list li a{
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.fo-list li a span{
  display: block;
  font-weight: normal;
  margin: 5px 0;
  font-size: 16px;
  line-height: 20px;
  color: #ccc;
}
.flexslider{
  margin: 0;
  border: 0;
}

a.red-btn{
  background-color: #ac0a13;
  color: #fff;
  margin: 15px 0;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;  
}
a.red-btn:hover{
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

div.home-slider-gallery-wrapper{
  position: relative;
  opacity: 0;
}
div.flexextint-gallery-wrapper{
  position: relative;
  opacity: 0;
}

.padd-0{
  overflow-x: hidden;
}
@media screen and (min-width: 992px){
  .padd-0{
    padding: 0;    
  }
}


ul.flexextintul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.flexextintul li div{
  width: 49%;
  display: inline-block;
  float: left;
}
ul.flexextintul li div:nth-child(1){margin-right:1%;}
ul.flexextintul li div:nth-child(2){margin-left: 1%;}