/* CSS Document */
/* CSS editing  George Milakis contact@milakis.gr
================================================================================
|                                     TAGS                                     |
================================================================================
*/
.fL{ float:left !important; } .fR{ float:right !important; } .fC{ margin: 0 auto !important; }
.cL{ clear:both; }
.w20{ width: 20% !important; } .w25{ width: 25% !important; } .w50{ width: 50% !important; } .w100{ width: 100% !important; }
.w23{ width: 23% !important; } .w2{ width: 2% !important; }
.tl { text-align: left !important; } .tc { text-align: center !important; } .tr { text-align: right !important; }
.dbl { display: block; }
.mr10 { margin-right: 10px; } .m10 { margin: 10px; } .m5 { margin: 0 5px 0 5px; }
.p3 { padding: 3px !important; } .p5 { padding: 5px !important; } .p10 { padding: 10px !important; } .p15 { padding: 15px !important; }
.pb5{ padding-bottom: 5px;} .pl15{ padding-left: 15px !important; }
.h_1 { height: 1px; } .h_2 { height: 2px; } .h_5 { height: 5px; } .h_7 { height: 7px; }
.h_10 { height: 10px; } .h_15 { height: 15px; } .h_20 { height: 20px; } .h_40 { height: 40px; }
img { border: none; } .cycle-slideshow{ display: none; width: 100%; }
H1, H2, H3, H4, H5, H6 { padding: 0px; margin: 0px; font-size: 14px; }
a { color: #ba2025; font-weight: bold; text-decoration: underline; } a:hover {  color: #011c57; }

html, body { margin:0; padding:0;
font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: normal; color: #000000;
 background: url(../images/body_bg.jpg) repeat;
}

/* ================================ Menu ================================================  */
#menu{ border-left: solid 1px #b90000; width: 100%; background: #a50000; }
.menu{ float: left; font-size: 14px; font-family: Tahoma, Geneva, sans-serif;   border-top: solid 4px #b90000;
padding: 10px 15px 10px 15px; border-right: solid 1px #b90000; text-align: center; display: inline;
background: -moz-linear-gradient(top,  #b90000 0%, #a50000 100%);
background: -webkit-linear-gradient(top,  #b90000 0%, #a50000 100%);
background: -o-linear-gradient(top,  #b90000 0%, #a50000 100%);
background: -ms-linear-gradient(top,  #b90000 0%,  #a50000 100%);
background: linear-gradient(to bottom,  #b90000 0%, #a50000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b90000), color-stop(100%,#a50000));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#a50000',GradientType=0 );
}
.menu:hover {
background: #b90000;
border-top: solid 4px #e9e9e9;
}
#menu a { color: #FFFFFF; font-weight: bold; letter-spacing: 1px; }
#menu a:hover { color: #e9e9e9;}

.menu-button{
   padding: 0px; margin: 0px; background: none; border: none; color: #FFFFFF; font-weight: bold;
}
.dropdown-menu {
background: #b90000;
}
.dropdown-menu li { margin-bottom: 8px; }
.dropdown-menu li a:hover { background: #e9e7e7 !important; color:#b90000 !important;   }
.dropdown-menu li a { text-decoration: none; }

.desktop_menu{ float: left; }


/* ================================ Booking =============================================  */
.fix_book_step1{
border-radius: 0px 0px 16px 16px;
-moz-border-radius: 0px 0px 16px 16px;
-khtml-border-radius: 0px 0px 16px 16px;
-webkit-border-radius: 0px 0px 16px 16px;
width: 100%;
}
#slide_show_1 {  position: relative; top: 0px; }
.form-control { padding: 3px 2px 3px 2px !important; }

#booking_box0 { text-align: left;
}
.book_date{ text-align: right; }
.input_text { max-width: 191px; display: inline; }
.input_select { max-width: 191px; display: inline; }
#booking_box1{ width: 399px; background-image: url(../images/booking_bg2.jpg); margin: 0 auto; }
#booking_box2, #booking_box_alt2{ max-width: 340px;
background: #EEEEEE;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
#booking_box_alt2{
  margin: 0 auto; height: 240px;
}
#ui-datepicker-div{ z-index: 99999;}

/* ================================ Base ================================================  */
.color_1 { color: #FFFFFF; } .color_2 { color: #A90000; } .color_3 { color: #a50000; } .color_4 { color: #707070; } .color_5 { color: #009900; }
.bgcolor_0 { background: none; } .bgcolor_1 { background-color: #FFFFFF; } .bgcolor_2 { background-color: #e9e9e9; }
.bgcolor_3 {   background-color: #d0d0d0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d0d0d0), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #d0d0d0, 0%, #f4f4f4, 100%);
  background-image: -moz-linear-gradient(top, #d0d0d0 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #d0d0d0 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#f4f4f4', GradientType=0);
}
.bgcolor_4 { background-color: #707070; } .bgcolor_5 { background-color: #8dc641; }  .bgcolor_6 { background-color: #E2EDF8; }


#languages { height: 22px; padding-right: 10px; padding-left: 10px; padding-top: 5px; line-height: 22px; color: #707070;  text-align: right;font-size: 11px; }
#languages img { height: 17px; border: none; }
#main_box { min-height: 500px; }

.master_shadow{
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.special_offers_title {
  background-image: url(../images/limited-offer.png); width: 400px; height: 70px; background-repeat: no-repeat; left: -18px; top: -17px; position: relative;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
  line-height: 40px; font-size: 26px;  text-align: center; padding: 20px 0px 10px 20px;
text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15); color: #FFFFFF; font-family: 'Ubuntu Mono', sans-serif; font-weight: bold; letter-spacing: 1px;
}

.titlos_0 { min-height: 38px;  width: 100%;}
.titlos_0 H1{  min-height: 32px; line-height: 32px; font-size: 28px;  text-align: center; padding: 0px; margin: 0;
text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.25); color: #A90000; font-family: 'Ubuntu Mono', sans-serif; font-weight: 700; letter-spacing: 1px;
}
.titlos_0 H2{  min-height: 30px; line-height: 30px; font-size: 26px;  text-align: center; padding: 0px; margin: 0;
text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15); color: #A90000; font-family: 'Ubuntu Mono', sans-serif; font-weight: bold; letter-spacing: 1px;
}
.titlos_1 { min-height: 38px;  width: 100%; border-bottom: solid 2px #a50000; }
.titlos_1 H2{  min-height: 32px; line-height: 32px; font-size: 28px;  text-align: center; padding: 0px; margin: 0;
text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.55); color: #750000; font-family: 'Ubuntu Mono', sans-serif; font-weight: 700; letter-spacing: 1px;
}
.titlos_2 {
  background: #750000; min-height: 15px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 3px 0px 5px 0px; color: #FFFFFF;
}
.titlos_2 H2{ font-size: 13px; font-weight: bold; text-align: center; padding: 0px; margin: 0; font-weight: normal; }

.main_box H2{ font-size: 13px; font-weight: bold; text-align: center; padding: 0px; margin: 0; font-weight: normal; }

.titlos_3 {
  background-color: #BDD6EF; min-height: 26px; line-height: 26px; font-weight: bold;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
.titlos_3 H2{ font-weight: bold; text-align: center; line-height: 18px; padding: 0px; margin: 0;
font-size: 16px; color: #011c57;
}
.titlos_4 {  min-height: 10px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 6px 0px 5px 10px;
}
.titlos_4 H2{ height: 34px; line-height: 34px; font-size: 18px; font-weight: bold; text-align: center; padding: 0px; margin: 0; }

.base_img_1{
  margin: 5px 15px 5px 5px;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}



.box_1 { }
.box_2 { }
.box_a { font-size: 12px; }
.box_b, .box_c, .box_d {  font-size: 14px; } .box_b{ padding-top: 0px; }
.box_e { padding: 0px 15px 0px 15px; }

.explore_keim{
  letter-spacing: 0.5px; font-size: 16px;
}
.explore_keim h3{
  letter-spacing: 1px; font-size: 17px; font-weight: bold; padding: 10px 0 15px 0;
}

/* ====================== Car Rentals ======================== */
.s_offer {
  background-color: #EEEEEE; padding: 3px 3px 3px 10px; margin-bottom: 5px;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
.s_offer a{ color: #A90000; text-decoration: none; font-family: Tahoma, Geneva, sans-serif; font-size: 13px; }
.s_offer a:hover{ color: #FF0000; text-decoration: underline; }

.offer_title{
  background-color:  #E9E9E9; height: 26px; line-height: 26px; padding-left: 15px; font-weight: bold;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
.offer_title a{ color: #003366; }
.offer_title i{ color: #003366; font-size: 0.9em}
.offer_box{
  background-color: #EEEEEE;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
.offer_one{
 border-bottom: dashed 1px #D16D25;
 font-size: 11px; font-family: Tahoma, Geneva, sans-serif;
}
.offer_one span{ }
.offer_fix_photo{
  width: 250px; height: 148px; background-repeat: no-repeat; background-color:  #EEEEEE; overflow: hidden; background-position: center;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  margin-bottom: 10px; margin-right: 4px;
}
.offer_fix_cover{
  width: 250px; height: 148px; background-image: url(../images/offers_bg1.png); background-repeat: no-repeat;
}
.offer_fix_nub {
  font-family: 'Alfa Slab One',"Comic Sans MS", cursive, sans-serif ; font-size: 20px; text-align: right; color: #FFFFFF;  width: 250px; padding-top: 12px; letter-spacing: 2px; text-align: center;
  text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
}
.offer_fix_car { margin-top: 85px; height: 23px; line-height: 23px; background-color:  #FFFFFF; }
.offer_fix_car h3 { font-size: 14px; line-height: 23px; text-align: center; }

.offer_disc_nub { font-family: 'Alfa Slab One',"Comic Sans MS", cursive, sans-serif; font-size: 30px; text-align: right; color: #FFFFFF;  width: 60px; padding-top: 15px; text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
}
.offer_disc_photo{
  width: 250px; height: 148px; background-repeat: no-repeat; background-color:  #EEEEEE; overflow: hidden; background-position: center;
  margin-bottom: 10px; margin-right: 4px;
}
.offer_disc_cover{
  width: 250px; height: 148px; background-image: url(../images/offers_bg2.png); background-repeat: no-repeat;
}
.offer_disc_car { margin-top: 64px; height: 20px; line-height: 20px; width: 225px; }
.offer_disc_car h3 { font-size: 14px; line-height: 20px; text-align: center; }
.car_info_data{
  background-color: #f8f8f8; margin-bottom: 4px; width: 90px;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.25);
}

.booking_step1_car{
 padding: 2px 10px 2px 10px;
}



.ui-timepicker-table td a {
  width: 25px !important;
}

#s_date, #e_date { width: 100px; display: inline; }
#s_time, #e_time, .offer_time  { width: 60px; display: inline; }
.dropdown-menu{ z-index: 99999; }
.ui-datepicker-trigger{ margin-left: 5px; }
.bootstrap-timepicker-widget{ background-color: #FFFFFF; }
.clock-up { background: url(../images/clock_up.png); height: 14px !important; width: 40px !important; }
.clock-down { background: url(../images/clock_down.png); height: 14px !important; width: 40px !important; }
.booking-sub{
  background-color: #3e5395;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff4240), to(#6d0a09));
  background-image: -webkit-linear-gradient(top, #ff4240, 0%, #6d0a09, 100%);
  background-image: -moz-linear-gradient(top, #ff4240 0%, #6d0a09 100%);
  background-image: linear-gradient(to bottom, #ff4240 0%, #6d0a09 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0000c', endColorstr='#cc1009', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  border: none;
  padding-left: 0px; padding-right: 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-weight: bold; color: #FFFFFF;
}
.booking-sub:hover{
  background-color: #3e5395;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff4240), to(#e42826));
  background-image: -webkit-linear-gradient(top, #ff4240, 0%, #e42826, 100%);
  background-image: -moz-linear-gradient(top, #ff4240 0%, #e42826 100%);
  background-image: linear-gradient(to bottom, #ff4240 0%, #e42826 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0000c', endColorstr='#cc1009', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  border: none;
  padding-left: 0px; padding-right: 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-weight: bold; color: #FFFFFF;
}
#dis_banner {
  width: 546px; height: 246px; background-image: url(../images/banner_bg.png); background-repeat: no-repeat; text-align: left;
}
.disc_nub {
font-family: 'Alfa Slab One'; font-size: 40px; text-align: left; color: #a90000;
}
.disc_soffer {
	color:#001b55; text-decoration:none; letter-spacing: 1px; font-weight: bold; font-size: 18px;
}

.top_shadow{
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.more_cars {
  background-color: #f8f8f8;
  margin-bottom: 4px;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.25);
}
.more_cars a {
  display: inline-table; text-decoration: none; color: #001B55; font-size: 13px;
}
.more_cars a:hover {
  text-decoration: underline; color: #A90000;
}

/* ====================== Info Box ======================== */
.i_box_h{ display: none; }
.i_box_act { }

.info_box_title{
  padding-bottom: 20px; font-size: 16px; text-align: center;
}
.info_box_main {
  width: 80%; padding: 17px 11px 15px 18px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4); box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  float: left;
  min-height: 240px;
  position: relative;
}
.ibox_1{ background: url(../images/guarantee.png) top left no-repeat  #E2EDF8; }
.ibox_2{ background: url(../images/offers_bg.png) top center no-repeat  #E2EDF8; }
.ibox_3{ background: url(../images/faq.png) top left no-repeat #E2EDF8; }
.ibox_4{ background: #E2EDF8; }
.info_box_pad{ padding-left: 15px; }
.info_box_tabs {
  width: 20%;
  float: left;
}
.info_box_tab_act {
  background: #E2EDF8;  font-weight: bold;
  margin-left: 0px;
  position: relative;
  margin-bottom: 0px;
  border-bottom: 2px #a0a0a0 solid;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 17px 11px 15px 18px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.info_box_tab {
  padding: 17px 11px 15px 18px;
  background: #F4F4F4;
  margin-bottom: 1px;
  border-bottom: 1px solid #555555;
  color: #555555;
  font-size: 0.813em;
  cursor: pointer;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#lowest_price_div{
border: solid 1px #C9C9C9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
}
#lowest_price_div .l_line {
  margin: 0px 0px 6px 0px; display: block;
}
#lowest_price_div .l_img {
  float: left; margin: 0 10px 0 10px;
}
#social_promo{ max-width: 550px; margin: 0 auto;}
.gplus { width: 80px; float: left; }
.twitter{ width: 150px; float: left; }
.split { width: 1px; float: left; }
.fb{ width: 130px; float: left; }
.linkedin{ width: 110px; float: left; }

/* ================================================ */
.master {  margin: 0 auto; text-align: left; }
#head {  height: 300px; }
.head_box { height: 300px; background-image: url(../images/astircar-crete_0.png); background-repeat: no-repeat; }
.head_box1 { background-image: url(../images/astircar-crete_1.png); background-repeat: no-repeat; height: 270px; }
.head_box2 { background-image: url(../images/astircar-crete_2.png); background-repeat: no-repeat; height: 270px; }
.head_box3 { background-image: url(../images/astircar-crete_3.png); background-repeat: no-repeat; height: 270px; }
.head_box3a { background-image: url(../images/astircar-crete_3a.png); background-repeat: no-repeat; height: 270px;  }
.head_box4 { background-image: url(../images/logo.png); background-repeat: no-repeat; height: 85px; width: 100%; background-position: center; }
.head_bread { height: 30px; padding-top: 8px; }
.head_lang { height: 30px; }

#head_bot {
  -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
  background:  #FFFFFF;
  height: 28px;
}


#master_logo { border: 0; float: left; }
#company_id{ float: right; color: #FFFFFF;  }
#mastertitle{ float: right; }
#mastertitle h1{ font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; letter-spacing: 0px; color: #FFFFFF; text-align: center; font-style: italic; }
#mastertitle_alt{ clear: both; }
#mastertitle_alt h1{ font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; letter-spacing: 0px; color: #FFFFFF; text-align: center; font-style: italic; }

#gridbreadcrumbLinks { padding: 0;}

.breadcrumbLinks ul { display: inline-block; margin: 0; list-style: none; padding-right: 5px;
-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 0 4px 4px 0;  }
.breadcrumbLinks ul li { float: left; line-height: 16px; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; }

#testimonials{
  background-color: #f8f8f8;
  padding: 10px 0 10px;
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.testimonial_title {
  -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
   margin-left: 10px; background-color: #F4F4F4; max-width: 240px; text-align: center; line-height: 24px; height: 24px; font-size: 14px;
}

#div_testimonials{
  background-color: #FFF;
  position: relative;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #918F8F;
  padding: 10px;
  margin: 5px 30px 5px 30px;
  font-size: 0.9em;
  font-family: arial, helvetica, verdana, sans-serif;
}
.testimonial { padding: 0 15px 0 15px; width: 100%; }
.testimonial p { font-style:italic; margin: 0px; padding: 0px 0px 10px 0px; }
.stars { margin: 5px 30px 0px 0px; float: right; height: 15px; }
.stars2 { height: 20px; }
.testim_name { font-size: 14px; font-weight:bold; color: #717171; }
.testim_xora { font-size: 11px; color: #717171; }
.testim_from { font-size: 11px; color: #717171; }


#bottom_top {
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
  background:  #FFFFFF; height: 12px;
}
#bottom_div { height: 70px; line-height: 60px; background-color: #c9c9c9; color: #595959; }

#bot_menu { letter-spacing: 1px; padding: 15px 0 10px 0; }
.eot { text-align: center;}
.info_links{ float: left; width: 700px; padding: 0 15px 0 15px; text-align: center; }
.contact_links{ float: right; max-width: 230px; text-align: right;}
.call_us_title{ background-color: #A50000; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0px 3px;
  font-weight: bold;
  color: #FFFFFF;
}
.call_us{ background-color: #FFFFFF; padding: 0px 0px 3px; text-align:center;
-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}
.follow_us{ padding: 10px 0px 3px;

}

#bot_menu a{ color: #000000; font-weight:  normal; text-decoration: none; } #bot_menu a:hover { color: #A90000; }
#bot_copyr { letter-spacing: 1px; } #bot_copyr a{ color: #000000; } #bot_copyr a:hover { color: #A90000; }

#bottom_div_in { margin: 0 auto; font-weight: bold; text-align: right; padding-right: 30px; }


.photo_play { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 430px; }
.head_img_1 { background-image: url(../images/car-rental-stalis-1.jpg); }
.head_img_2 { background-image: url(../images/car-rental-stalis-2.jpg); }
.head_img_3 { background-image: url(../images/car-rental-stalis-3.jpg); }
.head_img_4 { background-image: url(../images/car-rental-stalis-4.jpg); }
.head_img_txt { padding-top: 90px; text-align: right; color: #999999; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; padding-right: 5px;}
.head_img_sha {  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.4); box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.4);}
#explore_crete_links a{
line-height: 16px; font-family: Tahoma, Geneva, sans-serif; font-size: 11px;
}
.crete_titles {
  -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
  background-color: #F4F4F4; max-width: 240px; text-align: center; line-height: 24px; font-size: 14px;
}
.crete_links_div {
  border: solid 1px #F4F4F4; text-align: center; line-height: 18px; font-size: 14px;
}
.trans_2_0{ height: 25px; background: url(../images/car-rental-lang-2-0.png) no-repeat; }
.trans_2_1{ height: 25px; background: url(../images/car-rental-lang-2-1.png) no-repeat; }
.trans_3_0{ height: 25px; background: url(../images/car-rental-lang-3-0.png) no-repeat; }
.trans_3_1{ height: 25px; background: url(../images/car-rental-lang-3-1.png) no-repeat; }
.trans_4_0{ height: 25px; background: url(../images/car-rental-lang-4-0.png) no-repeat; }
.trans_4_1{ height: 25px; background: url(../images/car-rental-lang-4-1.png) no-repeat; }
.trans_button_1_1{ height: 25px; width: 158px; float: left; }
.trans_button_1_0{ height: 25px; cursor: pointer; width: 158px; float: left; }
.trans_button_2_1{ height: 25px; width: 100px; float: left; }
.trans_button_2_0{ height: 25px; cursor: pointer; width: 100px; float: left; }
#mastertitle .h1_0_3, #mastertitle .h1_1_3{
  font-family: "Courier New", Courier, monospace; font-size: 38px;
}
#mastertitle .h1_0_3{ font-size: 42px; }
#mastertitle .h1_1_2{ font-size: 38px; }
#mastertitle .h1_0_2{ font-size: 42px; }
/* ================================================ */


@media (max-width: 480px) {
   .head_bread, .special_offers_title, .master, #head, .info_links, .w50, .car_info_data, .base_img_1 {  width: 99% !important; } .w23{  width: 48% !important; } .mobile_split{ clear: both; height: 10px;} .bott_lang {  display: block; }
  .head_box1 { width: 0px; } .head_box2 { width: 0px; } .head_box3 { width: 100%; background-position: top center; background-image: url(../images/astircar-crete_4.png); }

  #master_logo {  width: 60%; padding-top: 10px; } #company_id{ width: 59%; font-size: 11px; }
  #mastertitle { display: none; } .info_box_main { width: 70%; } .info_box_tabs { width: 30%; }
  #mastertitle_alt h1{ font-size: 22px; }  #mastertitle_alt .h1_0_0{  font-size: 16px; }
  #booking_box0{ width: 99%; margin: 0 auto; } .booking_in_box{ width: 99%; margin: 0 auto;   }
  .box_a, .box_b, .box_c, .box_d{ width: 100%; } .box_b, .box_c{  font-size: 13px; } .box_a { padding-right: 15px; } .box_b { padding: 15px; }
  .video_box{ width: 200px; height: 150px;}  .box_e{ width: 99%; } .box_f{ width: 99%; }
  .head_lang, .m_1_h, .m_2_h, .m_3_h, .m_4_h{ display: none !important; }
  #social_promo{ max-width: 250px; } .twitter{ width: 130px; } .split { clear: both; height: 20px; float: none; }
  #bot_menu a { display: block; margin: 4px; } #bot_menu .follow_us a{ display: inline;}
}
@media (min-width: 481px) and (max-width: 767px)  {
  .head_bread, .master, #head, .info_links, .car_info_data { width: 99%; } .bott_lang {  display: block; }
  .head_box1 { width: 0px; } .head_box2 { width: 0px; } .head_box3 { width: 100%; background-position: top center; background-image: url(../images/astircar-crete_4.png); }  .head_box4 { display: block;  }


  #master_logo { width:320px; padding-left: 10px;} #company_id{ width: 50%; font-size: 14px; }
  #mastertitle { display: none; }
  #mastertitle_alt h1{ font-size: 28px; }  #mastertitle_alt .h1_0_0{  font-size: 22px; }  #mastertitle_alt .h1_1_0{  font-size: 22px; }
  #booking_box0{ width: 325px;  }  .booking_in_box{ width: 325px;  }
  .box_a, .box_b, .box_c, .box_d{ width: 100%; } .box_b, .box_c{  font-size: 13px; } .box_b { padding: 15px; }
   .video_box{ width: 440px; height: 315px;}  .box_e{ width: 99%; } .box_f{ width: 99%; }
   .m_4_s{ display: none; }  .head_lang, .m_1_h, .m_2_h, .m_3_h{ display: none; }
   #social_promo{ max-width: 250px; } .twitter{ width: 130px; } .split { clear: both; height: 10px; float: none; }
}
@media (min-width: 768px) and (max-width: 979px)  {
  .master, #head {  width: 760px;  }  .car_info_data { width: 99%; } 
  .head_box1 { width: 280px; } .head_box2 { width: 0px; } .head_box3 { width: 475px; background-position: top right; } .head_box4 { display: none; }
  .head_bread, .head_lang { width: 50%; } .bott_lang { display: none; }

  #master_logo { width: 350px;  padding-left: 10px;} #company_id{ width: 260px; padding-left: 10px; padding-top: 5px; }
  #mastertitle { display: none; }
  #mastertitle_alt h1{ font-size: 38px; } #mastertitle_alt .h1_1_0{  font-size: 22px; }
  .mfs_0 {  font-size: 12px; } .mfs_3 {  font-size: 11px; }
  #booking_box0{ width: 325px;  }  .booking_in_box{ width: 325px;  }
  .box_a{ width: 370px; } .box_b{ width: 380px; } .box_c{ width: 495px; } .box_d{ width: 260px; } .box_b, .box_c{  font-size: 13px; }
  .info_links{ width: 410px; } .video_box{ width: 730px; height: 315px;}  .box_e{ width: 99%; } .box_f{ width: 99%; }
  .m_3_s, .m_4_s{ display: none; }  .m_1_h, .m_2_h{ display: none; }
  #social_promo{ max-width: 250px; } .twitter{ width: 130px; } .split { clear: both; height: 10px; float: none; }
}
@media (min-width: 980px) and (max-width: 1199px)    {
  .master, #head {  width: 980px;  }  .car_info_data { width: 99%; }
  .head_box1 { width: 280px; } .head_box2 { width: 275px; } .head_box3 { width: 420px; } .head_box4 { display: none; }
  .box_a{ width: 410px; } .box_b{ width: 570px; } .box_50{ width: 49.5%; margin-right: 0.5%;  }
  .head_bread, .head_lang { width: 50%; } .bott_lang { display: none; }

  #master_logo { width: 430px;  padding-left: 10px;} #company_id{ width: 260px; padding-left: 10px; padding-top: 5px; } #mastertitle{ width: 415px; }
  #mastertitle h1{ font-size: 46px; } #mastertitle .h1_0_0{  font-size: 36px; } #mastertitle .h1_0_3{  font-size: 40px; }  #mastertitle .h1_1_0{  font-size: 32px; }
  #mastertitle_alt{ display: none; }
  #booking_box0{ width: 325px;  }  .booking_in_box{ width: 325px;  }
  .box_c{ width: 460px; } .box_d{ width: 510px; } .box_b, .box_c{  font-size: 14px; }
  .box_e{ width: 630px; } .box_f{ width: 340px; }
   .info_links{ width: 630px; } .video_box{ width: 600px; height: 315px;} .m_2_s, .m_3_s, .m_4_s{ display: none; }  .m_1_h{ display: none; }
}
@media (min-width: 1200px)   {
  .master, #head {  width: 1050px;  } .car_info_data { width: 99%; }
  .head_box1 { width: 280px; } .head_box2 { width: 275px; } .head_box3 { width: 490px; } .head_box4 { display: none; }
  .box_a{ width: 410px; } .box_b{ width: 640px; } .box_50{ width: 49.5%; margin-right: 0.5%;  }
  .head_bread, .head_lang { width: 50%; } .bott_lang { display: none; }

  #master_logo { width: 430px;  padding-left: 10px;} #company_id{ width: 260px; padding-left: 10px; padding-top: 5px; } #mastertitle{ width: 485px; }
  #mastertitle h1{ font-size: 46px; } #mastertitle .h1_0_0{  font-size: 40px; } #mastertitle .h1_1_0{  font-size: 32px; }
  #mastertitle .h1_1_3{font-size:34px;} #mastertitle .h1_1_4{font-size:37px;}
  #mastertitle_alt{ display: none; }
  #booking_box0{ width: 490px; } .booking_in_box{ width: 325px;  }
   .box_c{ width: 530px; } .box_d{ width: 510px; }
  .box_e{ width: 700px; } .box_f{ width: 340px; }
  .m_1_s, .m_2_s, .m_3_s, .m_4_s{ display: none; } .info_links{ width: 700px; }  .car_filters{ font-size: 13px !important; line-height: 20px !important; }
  .video_box{ width: 670px; height: 315px;}
}

