label { display: block; width: 80px; }
input[type='radio'] { float: left; }


#avi-search-form label, .avi-form label {
  display: inline;
  float: none;
  margin-left: 19px;
}

.avi-clearfix {
  display: block;
}

.gwt-RadioButton, .avi-time-option
{ float: left; }

.gwt-CheckBox, .avi-fuel-stops-checkbox
{ float: left; }

#avi-route-builder {
  /* background: #fcf8f6 url(emptyleglink-img/bg-box.gif) repeat-x 0 0; */
  /* border: 2px solid #d5c3aa; */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


td.link-category-summary.link-price-category, td.link-model-col-price { 
display: none !important; 
}

.avi-route-type-option {
  float: left;
  margin-right: 3px;
  padding-bottom: 3px;
}
#avi-submit-brokerlink-search-form-link {
  white-space: nowrap;
  background-color: #ccc;
  border-radius: 5px;
  padding: 8px;
  color: white;
  text-decoration: none;
}

tr th:first-child, tr td:first-child {
  /* border-left-style: solid; */
  /* border-left-width: 1px; */
  /* border-color: #cccbcb; */
}

tr:first-child th, tr:first-child td {
  border-top-style: solid;
  border-top-width: 1px;
  background: #fff !important;
  border-color: #cccbcb;
}
td {
  font-size: 13px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 0px !important;
  border-left: none;
  border-top: none;
}

tr th:first-child, tr td:first-child {
  border-left-style: none !important;
  border-left-width: 1px;
  border-color: #cccbcb;
}

a.link-nav-forward-request, a.link-nav-forward-search {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.6);
  /* -webkit-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.6); */
  /* box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.6); */
  background: repeat-x scroll 0 100% rgb(146,20,8)!important;
  /* border: 1px solid #ae9435; */
  /* color: #FFFFFF !important; */
  cursor: pointer;
  font-weight: bold !important;
  margin: 0 0 0 5px;
  padding: 4px 10px 3px;
  /* text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.4); */
  vertical-align: middle;
  color: #fff;
}

a.link-nav-forward-request:hover, a.link-nav-forward-search:hover {
  color: #fff;
}

.avi-route-type-radio-label, .gwt-CheckBox label {
  white-space: none!important;
  vertical-align: baseline;
  margin-left: 2px;
}

#avi-currency-select-wrapper {
  float: right!important;
  width: 20%!important;
  /* padding-bottom: 5px; */
  /* text-align: right; */
  /* white-space: nowrap; */
}

.avi-route-options {
  padding: 29px 0 0 0 !important;
  border-top: 1px solid #ccc;
}
#avi-route-type-link-multileg {
  white-space: nowrap;
  margin-left: 5px;
  /* background-color: #ccc; */
  border-radius: 5px;
  /* padding: 8px; */
  /* color: white; */
  /* line-height: 17px; */
  /* padding: 1px; */
  margin-top: 0px;
}
.btn-burgundy-flat {
  background-color: rgb(146,20,8)!important;
  color: white!important;
  font-size: 14px;
  border-radius: 3px;
  border: none!important;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.left-part {
    float: left;
    width: 55%;
}

.right-part {
    float: right;
    width: 43%;
}
.flexslider {
    margin: 0px !important;
    border: 2px solid #000 !important;
}
.special-button1 {
    background: none repeat scroll 0 0 #2997AB;
    border-radius: 3px;
    color: #FFFFFF !important;
    padding: 7px 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.special-button1:hover {
    opacity: 0.8;
    text-decoration: none;
}
.phone-number {
    margin-left: 1%;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
}
.template-page .entry-content-wrapper h1.page-title {
    text-align: center;
    font-family: Arial;
    margin-bottom: 2%;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.3px;
}
.avia_textblock p {
    text-align: justify;
}
ul.city {
    margin-left: 4%;
    margin-top: 1%;
}
/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/
@media only screen and (min-width: 1340px) {
}
@media only screen and (min-width: 768px) and (max-width: 989px) {

}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .phone-number {
        display: block;
        margin-top: 2%;
    }
}
@media only screen and (max-width: 480px) {
    .phone-number {
        display: block;
        margin-top: 2%;
    }
}  