@charset "ISO-8859-1";
/* CSS Document */


/* FOOTER */	
#bkpage_footer{	
	width: 100%;
	height:auto;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-drag:none; 
	-webkit-user-select: none; 
	  -moz-user-select: none;     
	  -ms-user-select: none;   
	  user-select: none;
}
#bkpage_footer img{	
	-webkit-user-drag:none; 
	-webkit-user-select: none; 
	  -moz-user-select: none;     
	  -ms-user-select: none;   
	  user-select: none;
}

.bkpage_border{
	height:36px;
	background: #035c93;
}

.bkpage_footer_inner{
	padding:25px 20px 0px;   
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.bkpage_footer_text{
    min-width: 420px;
    display: inline-block;
	vertical-align:top;
}
.bkpage_footer_text._info{
    margin-bottom: 40px; 
	width:52%;
}
.bkpage_footer_text._forder{
	width:47%;
}
.bkpage_footer_text._info>h5{
    margin-bottom: 9px; 
}
.bkpage_footer_text>h5{
	font:bold 1rem/1.5 sans-serif;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all  0.3s linear 0s;
	transition:all  0.3s linear 0s; 
}
.bkpage_footer_text>p{
	font: 1rem/1.8 sans-serif;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all  0.3s linear 0s;
	transition:all  0.3s linear 0s; 
}
.bkpage_footer_text>p>a{
	text-decoration:underline;
	color:initial;
}
.bkpage_footer_text>p>a:hover{
	color: #035c93;
}

@media only screen 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation:landscape) {

.bkpage_footer_text>h5{
	font:bold 0.7rem/1.8 sans-serif;
}
.bkpage_footer_text>p{
	font:  0.7rem/1.8 sans-serif;
}
}
@media only screen 
  and (min-width: 569px)
  and (max-width: 1024px)
  and (max-height: 600px)
  and (orientation:landscape) {

.bkpage_footer_text>h5{
	font:bold 0.9rem/1.8 sans-serif;
}
.bkpage_footer_text>p{
	font:  0.9rem/1.8 sans-serif;
}
}
@media only screen and (max-width: 767px){
	
.bkpage_footer_text._forder{
   min-width: 100%;
   width: 100%;
} 	
.bkpage_footer_text._info{
   min-width: 100%;
   width: 100%;
}
	
}