/*======================= 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: 1030px;
  }
}
.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:98px; 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;
}
@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"); }
}

/*======================= WEBSITE STYLE =======================*/
#top_section{width:100%; background-color:#ac0a13; 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: #d50d18;
  text-align: center;
}
ul.MainMenu li{display:block; padding:5px 0;}
ul.MainMenu li a{display:block; text-decoration:none; text-transform:uppercase; color:#fff; font-size:13px; font-weight:bold;}
ul.MainMenu li a:hover{text-decoration:none; color:#000;}
ul.MainMenu li a.current-page,
ul.MainMenu li a.current-page:hover{display:block; text-decoration:none; text-transform:uppercase; color:#000; font-size:13px; font-weight:bold; margin-left:15px;}

#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;
  }
}

#header_wrapper
{
	background: rgb(213,13,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,13,24,1) 1%, rgba(138,18,21,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213,13,24,1) 1%,rgba(138,18,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213,13,24,1) 1%,rgba(138,18,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50d18', endColorstr='#8a1215',GradientType=0 ); /* IE6-9 */  
}

.main_container{min-height:500px; margin:0 auto; padding-bottom:15px; text-align:left; background-color:#fff; box-shadow:0px 2px 10px #666;}
.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-title{background-color:#3a486f; padding:15px; font-size:20px;}

.home-box-content{padding:15px;}
.formular-box-content{position:relative; margin:0; padding:0; box-shadow:0px 2px 4px #3a486f;}
@media screen and (min-width:992px){.formular-box-content{position:absolute; top:-10px; margin:0 15px;}}
.formular-wrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,e4e4e4+100 */
	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 */
	padding: 15px;
    text-align: center;
}

.dls_input{width:100%; height:35px; border:2px solid #d2d2d2; margin-bottom:5px; padding-left:10px; color:#8f8f8f;}
.hideOnMob{display:none;}
@media screen and (min-width:992px){
	.dls_input{width:60%;}
	.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:30px; padding:30px 0; background-color:#e1e1e1; border-top:2px solid #353535;}
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{float:left; margin-right:30px;}	
}
.copy{display:block;height:35px;vertical-align:middle;}
.trafic{display:block;}
.webart-wrapper{display:block;}
a.webart-link{display:block; text-decoration:none; margin-top:15px;}
@media screen and (min-width:768px){	
	.copy{display:inline-block;}
	.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;}
@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: #fff;
  text-transform: uppercase;
}
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 2px solid #ffffff;
  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;}



















































































