/* STYLE.CSS styles */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Archivo+Black&subset=latin,latin-ext);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,
i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,
ruby,section,summary,time,mark,audio,video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section{display:block;}
ol, ul{list-style:none;}
table {
border-collapse:collapse;
border-spacing:0;
}     
/* start editing from here */
a {text-decoration:none;}
/*.txt-rt{text-align:right;}/* text align right */
/*.txt-lt{text-align:left;}/* text align left */
/*.float-rt{float:right;}/* float right */
/*.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
/*.pos-relative{position:relative;}/* Position Relative */
/*.pos-absolute{position:absolute;}/* Position Absolute */
/*.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
/*.vertical-top{	vertical-align:top;}/* vertical align top */
/*.underline {	
padding-bottom:5px;	
border-bottom: 1px solid #bbb; 
margin:0 0 20px 0;
}/* Add 5px bottom padding and a underline */



[hidden] { display: none; }

html, html a { -webkit-font-smoothing: antialiased; }
/* * Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea, body { font-family: "Open Sans"; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
b, strong { font-weight: bold; }
/* * Addresses styling not present in IE 6/7/8/9. */
/*sub, sup { 
line-height: 0; 
position: relative; 
vertical-align: baseline;
font-size: smaller;	
}
sup { top: 0.3em; vertical-align: super; }
sub { 
font-size: 75%; 
bottom: -0.25em; 
vertical-align: sub;
}
     */
img { 
border: 0;
-ms-interpolation-mode: bicubic;
max-width:100%;
}


a{color:#4dc5ff;}
a:hover{color:#337fa4;}
p{
line-height:26px;
margin:0 0 16px 0;
}
strong,b{font-weight:bold;}

ul,ol,dl{
display: block;
margin:1em 0 1em 0;
}
ul,ol{padding-left:40px;}
ul{list-style-type:disc;}
ol{list-style-type:decimal;}

ul.tabs {
margin: 0;
padding: 0;
list-style: none;
height: 32px; 
width: 100%;
display: block;
}
ul.tabs li {
width: 33.2%;
width: calc(33.33333% - 1px);
float: left;
text-align: center;
margin: 0;
border-left: 1px solid #bbb;
overflow: hidden;
position: relative;
color: #ffffff;
}
ul.tabs li:first-child {border: 0;}

form label {
font-size: 12px;
color: #444;
line-height: 30px;
width: 100%;
margin-bottom: 7px;
}

#arr-label label, #dep-label label {
  line-height: 33px; 
}

form label small {
  display: inline-block;
  line-height: 26px;
}

#arrival, #departure {
border: solid #a7d0f1 1px;
padding: 5px 5px 2px 5px;
}  

#arrival {
margin-bottom: 7px;
}

#passengers label {
border: none;
line-height: initial;
margin-bottom: initial;
}

.text-center{text-align:center;}


form input[type=text],
form input[type=password],textarea{
-webkit-appearance:none;
-moz-appearance:none;
}
form input[type="radio"] {
_outline: none !important;
_display: none;
margin-top: 2px;
margin-bottom: 5px;
text-align: center;
}

form input[type="checkbox"] {
height: 24px;
width: 24px;
vertical-align: bottom;
margin-right: 5px;
}
form div{margin:0;}
form textarea{height:80px;}
.label-top label{display:block;}
label.inline{display:inline-block;}
form label span.red{color:#ff0000;}
form input[type=submit]{cursor:pointer;}
form input[type=submit], form input[type=text], form input[type=password], form textarea{padding:5px;}

iframe{width:100%;}

.date {font-size:10px;}
.date span {
display:inline-block;
padding:0 5px;
background:#ffe04d;
-webkit-border-radius:.3em;
-moz-border-radius:.3em;
border-radius:.3em;
margin:0 10px 0 0;
line-height:18px;
}

/* post content and preview styling */



.passengerTypeInputs { 
/*background: url("../images/wh-90.png");   */
padding: 8px; 
margin-bottom: 0; 
/*width: 230px;   */
overflow-y: auto; 
}

.passengerTypeInputs select { 
float: right;
width: initial;    
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
height: 35px;
}

.passengerTypeInputs label {font-size: 14px; padding-top: 10px;}
.passengerTypeInputs small {font-size: 12px; clear: both; display: block; padding-top: 3px;}
.passengerTypeInputs button{padding:0 1em; border:0; color:#fff; background-color:#f26722; font-size: 14px;}
  /*
.border {
padding-bottom: 16px;
margin-bottom: 12px;
border-bottom: solid #bbb 1px;
}       */
/* STYLE.CSS STYLES END */


  /*
.fa, .glyphicon {font-size: 16px;}  */
   /*
.wh-container {
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}       */

body {color: #222;}

input, textarea, select { 
border: solid 1px rgba(0, 123, 221, 0.33)!important; 
border: solid #a7d0f1 1px!important;
padding: 0 10px;
width: 100%;
height: 30px;
margin-bottom: 7px;
}

label {font-weight: normal;}

hr {
background: #d0d0d0;
height: 1px;
border: 0;
margin: 0;
}




.big-labels label small {
 /* font-size: .85em;   */
  text-transform: uppercase;
}

#optionBox .glyphicons-calendar, #optionBox .glyphicons-user {
font-size: 1.25em;
margin-right: 5px;
}

input {
font-size: 14px;
}

/* oranzove menu  */
label i{font-size:16px;}
label span{font-size:24px;}
input[type="radio"] {display: none;}

.flight label {
display: block;
cursor: pointer;
line-height: 24px;
padding: 10px 0.3em;
border: solid rgba(240, 116, 32, 0.33) 1px;
border: solid #fff 1px;
border-bottom: 0;
font-size: 18px;
text-align: center;  
color: #555;
color: #fff;
font-variant: small-caps;
background: #0774bb;
height: 45px;
}


input[type="radio"] + label>span {
visibility: hidden;
width: 0;
margin: 0;
}

.flight input[type="radio"] + label>span {
visibility: visible;
padding: 0 1.2em 0 0;
}

input[type="radio"]:checked + label>span {
visibility: visible;
width: 1em;
}

input[type="radio"]:checked + label {
background: #f07420;
background: transparent;
color: white;
color: #0774bb;
border: solid #fff 1px;
border-bottom: 0;
}

.funkyradio-primary {
  margin-bottom: 5px;
}

.funkyradio-primary label {
  padding-left: 35px!important;
  text-indent: 0!important;
}

label:hover { cursor: pointer }
.flight label:hover, .travel label:hover {text-decoration: underline;}

.submit {
width: auto;
background-color: #0774bb;
background-image: none;
border: 0;
padding: 8px 1em!important;
margin: 3px 0 15px 0;
text-transform: uppercase;
font-size: 16px;
color: #fff;
}

 .flight label {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

.submit, .passengerTypeInputs button {
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}

.submit:hover{background-color:rgba(0,153,221,0.75);}
.container{padding:0px;  }


small {
/*font-size: 90%;    */
font-weight: normal;
}

label small {/*font-size: 85%;*/ text-transform: uppercase}

.plane-rise, .plane-land {
display: inline-block; 
width: 17px;
height: 17px;
}

.plane-rise {
background: url('../images/sprites.png') -48px 0 no-repeat; 
}

.plane-land {
background: url('../images/sprites.png') -72px 0 no-repeat; 
}

#form0 label small, #form0 label i {
  vertical-align: middle;
  font-size: 85%;
}

.flight-tabs div:last-child label {
  border: solid red 0px;
  border-top: solid #fff 1px;
}

.flight-tabs div:first-child label {
  border: solid red 0px;
  border-top: solid #fff 1px;
  border-left: solid #fff 1px;
}



input[type=submit]{height:initial;}

#passengerTypeInputs_0 {
position: relative;
left: 0;
top: 0;
z-index: 500;      
border: solid #0774bb 2px;    
/*background: url("../images/wh-90.png");*/
}

.ui-datepicker {
border: solid #0774bb 2px;
border-top: 0;
}

form {
/*background: url("../images/wh-90.png");   */ 
}








#pas-input:hover {
  cursor: pointer;
}
      /*
.pre-checkboxes {
  height: 10px;
  clear: both;
}    */

#optionBox {
  position: absolute;
  width: 280px;
  top: 0;
  left: -290px;
  /*background: #fff;     */
  background: rgba(255,255,255, 0.95);
}
#optionBox h4 {
  text-transform: uppercase;
  padding: 10px 0 4px 0;
  font-size: 12px;
  border-bottom: solid 1px #eee;
  text-align: center;
  color: #999;
}

#line-a, #line-b, #line-a-l, #line-b-l { display: none; }
#autoCompDest_dep00, #autoCompDest_dep01, #autoCompDest_dep02 { padding-right: 35px }


    #online-form { max-width: 390px; margin: 0 0 30px; padding: 0 0 1px; width: 100%; height: auto/*383px*/; position: relative; top: 0; right: 0; 

                   float: right; z-index: 100000; }

    .is-homepage #online-form { margin: 0; padding: 0; /*width: 390px;   */ z-index: 100000; background: rgba(255,255,255, 0.9)}

    

        #online-form .tabs { margin: 1px; padding: 0; list-style-type: none; overflow: hidden; text-align: center; display: table; width: 100%; }

            #online-form .tabs li { margin: 0; padding: 0; color: #fff; height: 44px; line-height: 44px; vertical-align: middle; 

                                    background: #0774bb; display: table-cell; font-size: 18px; font-weight: 600; border-right: 1px solid #fff; }

            #online-form .tabs li:hover { text-decoration: underline; }

            #online-form .tabs li:last-child { border-right: 0; }

            #online-form .tabs li.selected { background: transparent; color: #0774bb }

            #online-form .tabs li.selected:hover { text-decoration: none; }

            #online-form .tabs li label { display: block; }

                #online-form .tabs li input { display: none; }

        

        #online-form p { margin: 10px; padding: 0; position: relative; }

        #online-form p:after { margin: 0; padding: 0; display: block; content: ' '; clear: both; }

        #online-form .passengers p { margin-top: 0; }

            #online-form p strong { padding-top: 2px; float: left; width: 95px; font-size: 15px; }

            #online-form p input { padding: 5px 10px; background: #fff; border: 0; width: 275px; height: 20px; float: left; }

            .is-homepage #online-form p input { width: 255px; }

          /*  #online-form p input.in-82 { width: 130px; } */

            

            .passengerTypeInputs button { margin: 10px auto; padding: 10px 1em; /*width: 100%;*/ color: #fff; text-align: center; font-size: 16px; 

                                      vertical-align: middle; text-transform: uppercase; display: block; 

                                     border: 0; box-sizing: border-box; cursor: pointer; }

            #online-form .send-btn:hover, .passengerTypeInputs button:hover { background: rgba(242, 103, 34, .75); }

            


             /*

            .column-inside:after { margin: 0; padding: 0; display: block; clear: both; content: ' '; }

            .column-inside label { float: left; }

            .column-inside .col-1 { padding: 4px 0 0 0; float: right; width: 117px; color: #f26722; font-weight: 600; }

            .column-inside .col-1 label { float: none; }

            #online-form p.column-inside .col-1 input { padding: 0; margin: 3px 5px 0 0; width: auto; float: left; }

            #online-form p.column-inside .col-1 input[type="checkbox"] { background: transparent; }

            #online-form .passengers input.in-82 { width: 100px; }

              */




            
/* 3. Passengers elements */

.passengers {position: static; z-index: 0; }

.passengers p {width: auto; float: none;}
/*
.zindex1 {z-index: 1;}

.zindex2 {z-index: 2;}     */

.passengerTypeInputs { /*width: 192px; */padding: 0; color: #000; position: absolute; top: 0; left: -202px; z-index: 1;}

.is-homepage .passengerTypeInputs  {background: transparent!important; }
 /*
.zindex1 .passengerTypeInputs {z-index: 2;}

.zindex2 .passengerTypeInputs {z-index: 3;}
  */

.passengerTypeInputs p {width: auto; float: none;}

.passengerTypeInputs p select {display: block; width: 100%; margin-top: 5px;}


  /*
#rooms select {display: block;}
   */



 /*
#calendar-container, #calendar-container-2 { padding: 0; position: static;  display: none; color: #000; }

#calendar-container-2 {  }

#calendar-container-2 #ui-datepicker-div { padding-bottom: 10px; }
  */
#ui-datepicker-div {
  position: relative !important;
  top: 0 !important;   
  left: 0px !important;   
  width: 100% !important; 
  z-index: 50000; 
}








.ac_results { z-index: 1000000;}


  /*
#fb-share { margin: 0; padding: 0; position: absolute; right: 10px; top: 65px; width: 350px; height: 40px; text-align: right; }

.fb-like { margin-bottom: 20px; height: 22px; }
 */


.alter { display: none; }

 /*

.fright { float: right !important; }

     */

.pas-input {
  width: 100%;
}




.no-gutter{padding:0!important;}
.desc{text-align:justify;}
.no-margin{margin:0;}
.margin{margin:15px;}
.margin-top{margin-top:15px; margin-top: 7px }
.margin-top-half{margin-top:7px;}
.padding-top{padding-top:15px;}
.padding-right{padding-right:10px;}
.margin-bottom{margin-bottom:15px;}
.margin-top-bottom{margin:15px 0;}
.margin-top-bottom-half{margin:7px 0;}
.margin-right{margin-right:5px;}


/* autocomplete*/

.ac_results {
margin: 0 10px 0 10px;
padding: 0px;
border: 2px solid #f07420;
background-color: #fff;
overflow: hidden;
z-index: 999999;
text-align: left;
/*width: inherit !important; 
width: 370px!important;
width: 362px!important;
/*position: relative!important;          */
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}

.ac_results li {
margin: 0px;
padding: 8px 4px;
cursor: default;
display: block;
/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
font: menu;
font-size: 14px;
/* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
line-height: 16px;
overflow: hidden;
font-family: "Open Sans";
}

.ac_loading{background:white url('indicator.gif') right center no-repeat;}
.ac_odd:hover, .ac_even:hover{cursor:pointer;}
.ac_odd{background-color:#eee;}

.ac_over {
background-color: #f07420;
color: white;
}

.custom-gut {
  padding: 0 5px!important;
}
    /*
.only-small {
  display: none;
}      */

/*	BOOTSTRAP HELPER */      /*
.btn .glyphicons, .btn .halflings, .btn .filetypes, .btn .social{ margin-right:.3em; }
.dropdown-menu li .glyphicons, .dropdown-menu li .halflings, .dropdown-menu li .filetypes, .dropdown-menu li .social{ margin-right:.3em; }
.list-group .list-group-item .glyphicons, .list-group .list-group-item .halflings, .list-group .list-group-item .filetypes, .list-group .list-group-item .social{ margin-right:.5em; }
a.btn { line-height: 1.28; }
.glyphicons-parents { left: 3px; }
     */

/* nice bootstrap checkboxes */
.funkyradio {
  padding: 0;
}

    
.funkyradio div{overflow:hidden;}
.funkyradio label {
width: 100%;
border: 1px solid rgba(240, 116, 32, 0.33);
font-weight: normal;
}
.funkyradio input[type="checkbox"]:empty {
display: none;
}
.funkyradio input[type="checkbox"]:empty ~ label {
position: relative;
line-height: 2.5em;
line-height: 2.25em;
text-indent: 3.25em;
text-indent: 2.9em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.funkyradio input[type="checkbox"]:empty ~ label:before {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
content:'';
width: 2.5em;
width: 27px;
background: rgba(240, 116, 32, 0.33);
}
/*.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label { color: #888; }    */
.funkyradio input[type="checkbox"]:checked ~ label:before {
/* content:'\2714'; */
text-indent: 10px;
background: url("../images/tick.png") no-repeat 50%;
background: url("../images/sprites.png") -200px 50% no-repeat;
}
/*.funkyradio input[type="checkbox"]:checked ~ label { color: #777; }  */
.funkyradio input[type="checkbox"]:focus ~ label:before { box-shadow: 0 0 0 3px #999; }
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #f07420;
}   /*
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #09d;
}        */



/* KALENDAR inputy */
    #arr-day, #dep-day {
      font-size: 2.1em;
      font-size: 1.7em;
      padding-right: 7px;
      line-height: 1em;
      position: relative;
      top: -2px;
      width: 45px;
      width: 38px;
      text-align: right;
    }
    #arr-month, #arr-year, #dep-month, #dep-year {
      text-transform: uppercase;
      font-size: .8em;
      font-size: .7em;
      padding-top: 0px;
    }
    #arr-year, #dep-year {
      font-size: .65em;
      line-height: 1em;
    }    
    
    .cal-input {
      padding: 0px;
    }
    
    .cal-input:hover {
      cursor: pointer;
    }
        
    #arr-day, #dep-day, .bok, .cal-input {
      float: left;
    }
 
    .bok {
      position: relative;
      top: -2px;    
    }
    
    #arr-calendar, #dep-calendar, .desc {
      display: none;
    }




.ac_results ul::-webkit-scrollbar {
    width: 10px;
}

 
.ac_results ul::-webkit-scrollbar-thumb {
  background-color: #0774bb;
  outline: 1px solid slategrey;
}


.add-line {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url('../images/sprites.png') -144px 0 no-repeat;
}
.remove-line-a, .remove-line-b {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 1px;
	right: 1px;
	text-indent: -10000px;
	background: url('../images/sprites.png') -172px 0 no-repeat
}

.icon-calendar, .icon-user, .icon-calendar-light, .icon-user-light {
  display: inline-block;
  width: 17px;
  height: 17px;  
}

.icon-user {
  background: url('../images/sprites.png') 0 0 no-repeat
}

.icon-user-light {
  background: url('../images/sprites.png') -96px 0 no-repeat
}

.icon-calendar-light {
  background: url('../images/sprites.png') -120px 0 no-repeat
}

.icon-calendar {
  background: url('../images/sprites.png') -24px 0 no-repeat
}

.white {
  background: #fff;
  border: solid #0774bb 2px;
  border-bottom: 0;
}

.forceBr { display: none }





    

/* MEDIA */
/* vlastni breakpoint */


/* vlastni breakpoint */
@media (max-width: 359px) {
  /*.col-tn-1, .col-tn-2, .col-tn-3,*/ .col-tn-4, /* .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, */.col-tn-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  }
 /* .col-tn-1,.col-tn-2,.col-tn-3,*/.col-tn-4,/*.col-tn-5,.col-tn-6,.col-tn-7,.col-tn-8,.col-tn-9,.col-tn-10,.col-tn-11,*/.col-tn-12{float:left;  }
  .col-tn-12{width:100%;  }
  /*.col-tn-11{width:91.66666667%;  }
  .col-tn-10{width:83.33333333%;  }
  .col-tn-9{width:75%;  }
  .col-tn-8{width:66.66666667%;  }
  .col-tn-7{width:58.33333333%;  }
  .col-tn-6{width:50%;  }
  .col-tn-5{width:41.66666667%;  }    */
  .col-tn-4{width:33.33333333%;  }
  /*.col-tn-3{width:25%;  }
  .col-tn-2{width:16.66666667%;  }
  .col-tn-1{width:8.33333333%;  }
  .col-tn-offset-12{margin-left:100%; }
  .col-tn-offset-11{margin-left:91.66666667%; }
  .col-tn-offset-10{margin-left:83.33333333%; }
  .col-tn-offset-9{margin-left:75%; }
  .col-tn-offset-8{margin-left:66.66666667%; }
  .col-tn-offset-7{margin-left:58.33333333%; }
  .col-tn-offset-6{margin-left:50%; }
  .col-tn-offset-5{margin-left:41.66666667%; }
  .col-tn-offset-4{margin-left:33.33333333%; }
  .col-tn-offset-3{margin-left:25%;}
  .col-tn-offset-2{margin-left:16.66666667%; }
  .col-tn-offset-1{margin-left:8.33333333%; }
  .col-tn-offset-0{margin-left:0; }    */
  
  .funkyradio { display: none }
  .submit {margin-top: 7px}       /*
  .border-remove{border-top:0 !important; }
  .tn-border-top{border-top:solid #aaa 1px; }
  .tn-padding-top{padding-top:10px; }      */
  .flight label {
  text-align: center;
  padding-left: .33em;
  font-size: 16px;
  }     /*
  .xs-gutter{padding:0 15px; }
  .tn-no-gutter{padding:0; }
  .tn-margin-bottom{margin-bottom:15px; }  */
  label i {
    display: none!important;
  } 
  

}



       /*
@media (min-width: 1024px) {
  .block { display: block!important; }
}    */


/*
@media (max-width: 992px) { 
  .sm-border-top {border-top: solid #d0d0d0 1px;}
}
        */

   /*
@media (min-width: 768px) {
  .wh-container { margin-top: 60px; }
}    */

@media (max-width: 767px) {
    body {margin-bottom: 70px;}
    /*
    .sm-margin-top { margin-top: 15px; }
    .sm-margin-bottom { margin-bottom: 15px; }     */
  
    #optionBox {
      position: absolute;
      width: 100%;
      top: 0px;   
      left: initial;
      background: transparent;   
    }
    #passengers, #arr-calendar, #dep-calendar {
      background: rgba(255,255,255,0.66);   
      max-width: 100%;
      /*height: 100vh;   */
      padding: 1.25em;    
      
    }
    #passengers div, #arr-calendar div, #dep-calendar div {
      max-width: 320px;
      margin: auto;
      background: #fff;
    }
    .ui-datepicker {
      margin: auto;
    }
    #arr-calendar h4, #arr-calendar h4 {
      margin: 0;
    }
    
    #arr-day, #dep-day {
      text-align: left;
      font-size: 2.25em;
      font-size: 1.7em;
      /*width: 50px;  */
    }
   /* #arr-month, #dep-month {
      font-size: .9em;
    }
    #arr-year, #dep-year {
      font-size: .75em;
    }
   /* label[for=bussiness] {
      margin-top: 10px;
    }  */   /*
    .custom-gut {
      padding: 0 10px!important;
    }   */
    .passengers {
      background: #fff; 
    }
    .submit, .flight label, .passengerTypeInputs button {
      -webkit-transition: initial;
      -moz-transition: initial;
      -ms-transition: initial;
      -o-transition: initial;
      transition: initial;
    }

    
    form label {
      font-size: 14px;  
    }
    .funkyradio input[type="checkbox"]:empty ~ label {
      /*text-indent: 0;         */
      line-height: 1.3em;
      padding: 5px 0;
    }
    .funkyradio {
      padding: 0;
    }

    
    .funkyradio .custom-gut {
      padding: 7px 5px 0 5px!important;
    }
    

      /*
    .custom-guts {
      margin-left: 2.7em;
    }    */

}  


.col-ms-1,
.col-ms-2, /*
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9, */
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 600px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2, /*
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,   */
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }
  /*
  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }      */

  .col-ms-10 {
    width: 83.33333%; }
                           /*
  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-push-1 {
    left: 8.33333%; }

  .col-ms-push-2 {
    left: 16.66667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.33333%; }

  .col-ms-push-5 {
    left: 41.66667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.33333%; }

  .col-ms-push-8 {
    left: 66.66667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.33333%; }

  .col-ms-push-11 {
    left: 91.66667%; }

  .col-ms-pull-1 {
    right: 8.33333%; }

  .col-ms-pull-2 {
    right: 16.66667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.33333%; }

  .col-ms-pull-5 {
    right: 41.66667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.33333%; }

  .col-ms-pull-8 {
    right: 66.66667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.33333%; }

  .col-ms-pull-11 {
    right: 91.66667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333%; }

  .col-ms-offset-2 {
    margin-left: 16.66667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.33333%; }

  .col-ms-offset-5 {
    margin-left: 41.66667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.33333%; }

  .col-ms-offset-8 {
    margin-left: 66.66667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }     

  .col-ms-offset-10 {
    margin-left: 83.33333%; }

  .col-ms-offset-11 {
    margin-left: 91.66667%; }  */
}
        /*
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }
    
  .form-horizontal .form-group .control-label {text-align:right;}
}     */



@media (max-width: 399px) {  /*
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  }
  .col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12{float:left;  }
  .col-xxs-12{width:100%;  }
  .col-xxs-11{width:91.66666667%;  }
  .col-xxs-10{width:83.33333333%;  }
  .col-xxs-9{width:75%;  }
  .col-xxs-8{width:66.66666667%;  }
  .col-xxs-7{width:58.33333333%;  }
  .col-xxs-6{width:50%;  }
  .col-xxs-5{width:41.66666667%;  }
  .col-xxs-4{width:33.33333333%;  }
  .col-xxs-3{width:25%;  }
  .col-xxs-2{width:16.66666667%;  }
  .col-xxs-1{width:8.33333333%;  }
  .col-xxs-offset-12{margin-left:100%; }
  .col-xxs-offset-11{margin-left:91.66666667%; }
  .col-xxs-offset-10{margin-left:83.33333333%; }
  .col-xxs-offset-9{margin-left:75%; }
  .col-xxs-offset-8{margin-left:66.66666667%; }
  .col-xxs-offset-7{margin-left:58.33333333%; }
  .col-xxs-offset-6{margin-left:50%; }
  .col-xxs-offset-5{margin-left:41.66666667%; }
  .col-xxs-offset-4{margin-left:33.33333333%; }
  .col-xxs-offset-3{margin-left:25%;}
  .col-xxs-offset-2{margin-left:16.66666667%; }
  .col-xxs-offset-1{margin-left:8.33333333%; }
  .col-xxs-offset-0{margin-left:0; }  */   /*
  .custom-gut {
    padding: 0!important;
  }     */
  #pas-label { margin-right: 0px }
}

@media only screen and (max-width : 767px) {
  /*.wh-container {margin: 0px 0; background-image: none; box-shadow: none}   */
  html {background-image: none!important;}
  #online-form {
    max-width: 100%;
  }    
}  


            /*
@media (min-width: 480px) { 
  .border-remove { border-left: 0 !important; }     
}
      */
@media (max-width: 480px) {   /*
  .xs-margin-bottom { margin-bottom: 15px; }
  .xs-border-top { border-top: solid #d0d0d0 1px; }     */
  label[for=total_0] small {                         
      text-transform: initial;
  }    /*
  .only-small {
    display: inline;
  }     */

}




@media (max-width: 319px) { 
  .ac_results { left: 0 !important; }
}   
   
@media (max-width: 420px) { 
  .funkyradio label {
    font-size: 12px!important; 
    margin-bottom: 0px!important; 
  }   
  .forceBr {
    display: inline-block;
  }
}     
                     