@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf')  format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf')  format('truetype'), url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'Lato', sans-serif;
	font-smooth: always;
	font-size: 14px;
	color: #000000;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background: #fff;
	overflow-x:hidden;
}
html, body {
  overflow-x:hidden 
} 
a {
	text-decoration: none;
	color: #303030;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #3f0139;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
	border-radius:0;
}
*/
.container{
	width: 1030px;
}

/* header */
header {
	background:#fff;
	 left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	/*overflow: hidden;*/
}
header.sticky_header {
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
header .logo img{
  width:auto;
}
.header .top-bar {
    display: block;
    float: right;
  padding: 47px 0 10px;
}
.header-ph {
    display: inline-block;
    float: left;
  margin-right: 13px;
}
.header-ph p{
  color:#da291c;
  font-size:29px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin:0;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .logo {
    margin: 16px 0;
  width:auto;
  display: inline-block;
   float: left;
}
/* sticky header */


header .logo img,

.sticky_header .header-ph p{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header.sticky_header .logo {
    margin: 10px 0;
    width: 230px;
}
.sticky_header .menubar {
    padding: 5px 0;
}
header.sticky_header .logo img {
    width: 100%;
}
.sticky_header .top-bar {
    padding: 30px 0 10px;
}
/* end sticky header */


.buttons,
.wizard .actions .btn, 
.wizard .actions .btn:hover, 
.wizard .actions .btn:active {
    background: #da291c none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 19px;
  font-family: 'Lato', sans-serif;
	font-weight: 700;
	border:none;
	
  display: inline-block;
	-webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
}
.buttons:hover{
	background: #0d5257;
  color: #ffffff;
}
.buttons:focus, {
  outline: none;
  outline-offset: 0px;
}
.buttons.submit-btn {
    float: right;
    font-weight: normal;
    padding-left: 44px;
    padding-right: 44px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/* footer */
footer {
    background: #da291c none repeat scroll 0 0;
    text-align: center;
	padding: 20px 0 14px;
}
.copyrights {
    display: inline-block;
    float: left;
}
.copyrights p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
	font-family: 'Lato-Medium';
}
.copyrights p a{
  color: #000000;
}
.copyrights p a:hover{
  text-decoration: underline;
}
.bottom-links {
    display: inline-block;
}
.bottom-links li {
    display: inline-block;
    float: left;
	margin-right: 24px;
}
.bottom-links li:last-child {
    margin-right: 0;
}
.bottom-links li a {
    color: #3f0139;
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'Lato-Medium';
}
.bottom-links li a:hover {
	color:#ffffff;
}
.domanilink {
    display: inline-block;
    float: right;
}
.domanilink a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: underline;
	font-family: 'Lato-Medium';
}
.domanilink a:hover {
	color: #3f0139;
	text-decoration:none;
}
 /** another **/

.innerpage {
    margin-top: 148px;
    padding-bottom: 88px;
    background: url("../img/innerpage-bg.png") no-repeat left bottom;
}
.pagetitle {
    background: #0d5257 none repeat scroll 0 0;
    padding: 0;
}
.title-block h1 {
    color: #ffffff;
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
    padding: 7px 0;
}
.breadcrumbs{
  padding: 20px 0;
}
.breadcrumbs a{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
.sidebar {
    padding-right: 45px;
}
.sidebar > div {
    margin-bottom: 30px;
}
.sidebar-menu a {
    border-bottom: 1px solid #cccccc;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.sidebar-menu a:hover,
.sidebar-menu li > .active {
  color: #da291c;
}
.form-group {
    margin-bottom: 12px;
}
.form-group.half-box {
    display: inline-block;
    float: left;
    width: 50%;
}
.padding-right6{
  padding-right: 6px;
}
.padding-left6{
  padding-left: 6px;
}
.checkbox, 
.radio{
    margin-bottom: 19px;
    margin-top: 19px;
}
.forms-blocks .help-block{
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 6px;
}
.forms-blocks {
    background: #f1f2f2 none repeat scroll 0 0;
    margin-bottom: 23px;
    padding: 15px 12px 4px;
    width: 100%;
     display: inline-block;
}
.forms-blocks .form-title {
    color: #51184f;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}
.form-group input.form-control,
.form-group select,
.form-group textarea{
  font-family: 'Lato', sans-serif;
  
  width: 100%;
  border:1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
  padding: 7px 12px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow:none;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-group input.form-control,
.form-group select{
  height: 38px;
}
.form-group input.form-control:focus,
.form-group textarea:focus {
  border:1px solid #dadada;
  box-shadow:none;
}
.form-group textarea{
  height: 135px;
  resize:none;
}
.form-group select {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background: #ffffff url("../img/selectbox-arrow.jpg") no-repeat center right;
  overflow: hidden;
  color: #7e7e7e;
  padding-left: 12px;
}
.form-group select option{
  font-family: 'Lato', sans-serif;
  color: #7e7e7e;
  text-transform: capitalize;
    padding-left: 12px;
}
.forms-blocks .checkbox input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 12px;
   height: 7px;
   background: rgba(0, 0, 0, 0);
   top: 5px;
   left: 2px;
   border: 3px solid #da291c;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-47deg);
   -moz-transform: rotate(-47deg);
   -o-transform: rotate(-47deg);
   -ms-transform: rotate(-47deg);
   transform: rotate(-47deg);
   transition: all .2s;
}

.forms-blocks .checkbox input[type="checkbox"] {
   line-height: 2.1ex;
}

.forms-blocks .checkbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.forms-blocks .checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.forms-blocks .checkbox input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -11%;
   height: 15px;
   width: 15px;
   background-color: #ffffff;
   border: 1px solid #dadada;
   border-radius: 3px;
   box-shadow: none;
   margin-right: 0.5em;
   position: relative;
   top: 0px;
   left: 0;
}

.forms-blocks .checkbox label{
  padding-left: 0;
  color: #7e7e7e;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #7e7e7e;
  text-transform:capitalize;
}
/* book delivery page */
.another-hdr-logo {
    border-left: 1px solid #dddddd;
    display: inline-block;
    float: left;
    margin: 20px 0 20px 24px;
    padding: 24px 0 10px 17px;
}
.sticky_header .another-hdr-logo{
  margin: 21px 0 9px 20px;
    padding: 15px 0 8px 13px;
}
.sticky_header .another-logo-block {
    width: 126px;
}
.sticky_header .another-logo-block img {
    max-width: 100%;
}

.step-number {
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 5px;
    text-align: center;
    width: 80px;
    border-radius: 50%;
}
.step-number span{
  font-size: 37px;
  color: #bfbfbf;
  font-weight: 300;
}
#book_delivery_wizard.wizard > .steps > ul > li {
    padding: 15px;
    width: 25%;
}
#book_delivery_wizard.wizard .disabled .step-number {
  background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
}
#book_delivery_wizard.wizard .disabled .step-number span{
  color: #bfbfbf;
}

#book_delivery_wizard.wizard .done .step-number {
  background: #88babe none repeat scroll 0 0;
    border: 1px solid #88babe;
}

#book_delivery_wizard.wizard .active .step-number {
  background: #0d5257 none repeat scroll 0 0;
    border: 1px solid #0d5257;
}
#book_delivery_wizard.wizard .done .step-number span,
#book_delivery_wizard.wizard .active .step-number span{
  color: #ffffff;
}

#book_delivery_wizard.wizard .nav-tabs > li.done a, 
#book_delivery_wizard.wizard .nav-tabs > li.done a:hover, 
#book_delivery_wizard.wizard .nav-tabs > li.done a:active{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0d5257;
}


.current-tab-title h2{
  color: #da291c;
  font-size: 33px;
  font-weight: normal;
  margin: 0;
}
.current-tab-title h2 .step-num-block{
   display: inline-block;
    float: left;
    text-transform: uppercase;
}
.current-tab-title h2 .step-title{
  text-transform: capitalize;
  display: inline-block;
    float: left;
}
.current-tab-title {
    border-bottom: 2px solid #da291c;
    border-top: 2px solid #da291c;
    display: inline-block;
    float: left;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#step2 .current-tab-title {
  margin-bottom: 10px;
}
.current-tab-title:before,
.current-tab-title:after {
    background: #da291c none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 109px;
}
.current-tab-title:before{
    top: -2px;
}
.current-tab-title:after{
    bottom: -2px;
}
.services-names {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0d5257;
    font-weight: normal;
    line-height: 22px;
    width: 124px;
}
.service-wrapr .service-blck.active .services-names,
.service-wrapr .service-blck .redio-label:hover .services-names{
  color: #da291c;
}
/*.service-blck img {
    width: 100%;
    margin-bottom: 10px;
}*/
.steps-contents .service-wrapr{
  float: left;
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
     /* width: 20%; */
	width: 160px;
}
.service-blck {
  margin-bottom: 25px;
}
#book_delivery_wizard.wizard .actions{
  background: #0d5257 none repeat scroll 0 0;
    display: inline-block;
    padding: 12px 12px 12px 20px;
    width: 100%;
}
#book_delivery_wizard.wizard .actions > ul{
  float: right;
}
#book_delivery_wizard.wizard .actions > ul.list-inline > li{
  padding: 0;float: left; margin: 0 0.5em;
}
.wizard .actions .btn, 
.wizard .actions .btn:hover, 
.wizard .actions .btn:active{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 15px 10px;
  min-width: 258px;
  text-align: center;  
}
#book_delivery_wizard.wizard > .actions > ul > .disabled{
  display: none;
}
.form-group.assisted-block {
    display: inline-block;
    float: right;
}
.assisted-block .checkbox input[type="checkbox"]{
  margin-left: 0;
}
.assisted-block > img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.assisted-block .checkbox{
  display: inline-block;
  float: left;
   margin: 7px 0 0;
}
.assisted-block .checkbox label{
  color: #323232;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
.delivery-time-calendar {
    display: inline-block;
    float: left;
    width: 100%;
}
.delivery-colmn{
  width: 16.6667%;
  float: left;
  padding-left:5px;
  padding-right:5px; 
  position: relative;
  text-align: center;
}
.date-blankdiv,
.week-blocks {
    display: inline-block;
    min-height: 40px;
    width: 100%;
}
/*.delivery-cal .week-blocks:first-child{
  clear: left;
}*/
.wkday {
    color: #0d5257;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.weekday-name-block {
  margin-bottom: 10px;
    background: #d8dbdb none repeat scroll 0 0;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    position: relative;
}
.delivery-colmn.active .weekday-name-block{
  background: #da291c;
}
.delivery-colmn.active .weekday-name-block:after{
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #da291c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.delivery-colmn.active .wkday{
  color: #ffffff;
}
.delivery-cal{
  margin-left: -5px;
  margin-right: -5px;
}
.delivery-tm-block{
  border: 1px solid #cccccc;
  cursor: pointer;
  background: #efefef;
  margin: 5px 0;
  overflow: hidden;
}
.week-blocks .delivery-tm-block.active{
  border: 1px solid #da291c;
  /* background: #ecf1cc; */
  background: #dddddd;
}
.time-label {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.delivery-tm-block .price {
  color: #0d5257;
  font-size: 28px;
  font-weight: 900;
      line-height: 31px;
}
.week-blocks .delivery-tm-block.active .price {
  color: #da291c;
}
.delivery-tm-block .delivery-tm {
  font-family: 'Lato-Medium';
  color: #ffffff;
  font-size: 15px;
  padding: 3px 6px;
  background: #d9bab8;
  display: table-cell;
  height: 53px;
  width: 1000px;
  vertical-align: middle;
  line-height: 17px;
}
.delivery-tm-block .delivery-tm.onehr-window {
  display: inline-block;
  height: auto;
  padding-top:10px; 
  padding-bottom: 10px;
  width: 100%;
}
.week-blocks .delivery-tm-block.active .delivery-tm{
  background: #da291c;
}
.delivery-tm-block .delivery-tm strong{
  font-weight: bold;
  font-family: 'Lato', sans-serif;
   font-size: 17px;
}
.earliest-tm {
    font-size: 14px;
    font-weight: normal;
  font-family: 'Lato', sans-serif;
}
.delivery-tm-block .time-price {
    padding: 6px 3px 7px;
}
.time-select select {
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background: #ffffff url("../img/selecttimebox-arrow.jpg") no-repeat scroll center right;
    border: medium none;
    height: 53px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
}
.time-select select:focus{
  outline: none;
}


/* wizards */
    #book_delivery_wizard.wizard .nav-tabs {
        position: relative;
        background: #e8e8e8;
  padding: 20px 0 7px;
  border: none;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
#book_delivery_wizard.wizard .nav-tabs > li > .step-tabs{
  border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
#book_delivery_wizard.wizard .nav-tabs > li.active > .step-tabs, 
#book_delivery_wizard.wizard .nav-tabs > li.active > .step-tabs:focus, 
#book_delivery_wizard.wizard .nav-tabs > li.active > .step-tabs:hover{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: default;
    border: none;
    
    margin: 0;
    padding: 0;
    color: #0d5257;
}
#book_delivery_wizard.wizard .nav-tabs > li.disabled > .step-tabs, 
#book_delivery_wizard.wizard .nav-tabs > li.disabled > .step-tabs:hover, 
#book_delivery_wizard.wizard .nav-tabs > li.disabled > .step-tabs:active{
  color: #5a5a5a;
}
#book_delivery_wizard.wizard .nav-tabs > li.done .step-name,
#book_delivery_wizard.wizard .nav-tabs > li.active .step-name{
  color: #da291c;
  font-size: 16px;
  font-weight: 900;
}
.wizard .nav-tabs > li {
    width: 25%;
    padding: 15px;
    margin: 0;
}


   .wizard .nav-tabs > li .step-tabs:hover {
        background: transparent;
    }

.wizard .tab-panel {
    position: relative;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  border-radius:0;
  padding: 40px 0 20px;
  float: left;width: 100%;
}

.wizard h3 {
    margin-top: 0;
}

.date-picker-wrapper {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}
.date-picker-box {
    box-sizing: border-box;
    display: inline-block;
    float: right;
    /*padding: 0 5px;*/
    width: 100%;
}
.date-picker-box input[type="text"] {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #434343;
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 100%;
    font-family: 'Lato-Medium';
}
.date-picker-box input[type="text"]:focus{
  border: 1px solid #cccccc;
}
.current-tm-title h2 {
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
    display: table-cell;
    height: 52px;
    vertical-align: middle;
}
.current-time-block {
    background: #43073e none repeat scroll 0 0;
    display: inline-block;
    float: right;
    padding: 8px 20px;
}
.title-block {
    display: inline-block;
    float: left;
}
.price-block {
    display: inline-block;
    float: left;
}
.price-block h3 {
    color: #ffffff;
    font-size: 41px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
}
.service-round {
    background: #d9bab8 none repeat scroll 0 0;
    display: inline-block;
    border: 2px solid #d9bab8;
    border-radius: 50%;
    height: 124px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 13px;
    text-align: center;
    vertical-align: middle;
    width: 124px;
}
.service-blck.active .service-round,
.redio-label:hover .service-round{
    background: #da291c none repeat scroll 0 0;
    border: 2px solid #0d5257;
}
.service-imgblock {
    height: 100%;
    vertical-align: middle;
}
.service-imgblock .i-icon {
background: #88babe none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 20px;
    margin: 0 auto 8px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.service-blck.active .service-imgblock .i-icon,
.redio-label:hover .service-imgblock .i-icon{
  background: #0d5257 none repeat scroll 0 0;
}

.service-imgblock > img {
    max-width: 100%;
    opacity: 0.5;
}
.service-blck.active .service-imgblock > img,
.redio-label:hover .service-imgblock > img{
  opacity: 1;
}
.service-blck > input[type="radio"] {
    left: -9999px;
    position: absolute;
    top: 0;
}
.service-blck .radio{
  margin: 0;
  cursor: pointer;
}
.round-box {
    text-align: center;
}

/* responsive */
@media only screen and (max-width:1100px){
	.container {
		width: 970px;
	}
  header .logo {
      width: 270px;
  }
  header .logo img{width: 100%;}
  header .another-logo-block {
      width: 172px;
  }
  header .another-logo-block img {
      max-width: 100%;
  }
  .innerpage{
    margin-top: 135px;
  }
}
@media only screen and (max-width:991px){
	.container {
		width: 750px;
	}

	.bottom-links li{margin-right: 10px;}
	.bottom-links li a,
	.copyrights p{font-size: 13px;}
	.domanilink a{font-size: 12px;}
	
	header .logo img {width: 100%;}
	.header-ph p{font-size: 25px;line-height: 40px;}

	.book-track-block .form-group .form-control{width: 100%;}
	
.sticky_header .top-bar{
  padding: 33px 0 10px;
}
	/*header.sticky_header .logo{width: 83%;}*/
	.sticky_header .header-ph p{line-height: 40px;}
	.innerpage{
    margin-top: 133px;
  }
  header .logo {
    width: 233px;
}
.another-hdr-logo{
  margin: 20px 0 29px 16px;
    padding: 23px 0 15px 10px;
}
header .another-logo-block {
    width: 130px;
}
.wizard .nav-tabs > li{
  padding: 7px 5px;
}
.step-number{
  height: 60px;
    line-height: 60px;
    width: 60px;
}
.step-number span{font-size: 26px;}
#book_delivery_wizard.wizard .nav-tabs > li > a{font-size: 14px;line-height: 16px;}
#book_delivery_wizard.wizard .nav-tabs > li.done .step-name, #book_delivery_wizard.wizard .nav-tabs > li.active .step-name{font-size: 14px;line-height: 16px;}
.steps-contents .service-wrapr{width: 25%;text-align: center;}
.service-round{
  padding: 7px 13px;
  width: 95px;
  height: 95px;
}
.service-imgblock {
    display: inline-block;
    height: 43px;
    vertical-align: middle;
    width: 100%;
}
.service-imgblock .i-icon{
  margin-bottom: 7px;
}
.service-imgblock > img {
    max-height: 100%;
    max-width: 100%;
}
.services-names{
   font-size: 17px;
}
.delivery-colmn{
  width: 33.33%;
  margin-bottom: 20px;
}
}
@media only screen and (max-width:767px){
	.container{
		width:auto;
	}
	header {
		position: relative;
	}
	header .logo {
    display: inline-block;
    height: auto;
    margin: 7px 0;
    vertical-align: middle;
    width: auto;
    float: left;
  }
	header .logo img {
    height: 75px;
    width: auto;
}
.another-hdr-logo {
    margin: 10px 0 10px 9px;
    padding: 21px 0 12px 6px;
}
header .another-logo-block {
    display: inline-block;
    width: 100px;
}
	header.sticky_header .logo{width: 100%;}
  .header-ph{    margin-right: 9px;}
	.header .top-bar{padding: 18px 0 10px;}
  .header-ph p{font-size: 21px;line-height: 52px;}
  .header .top-bar .buttons {
    padding: 8px 10px;
    text-align: center;
    width: 136px;
  }
	.bottom-links li {
    line-height: normal;
    margin-right: 8px;
  }
  .domanilink a {
      font-size: 11px;
  }
  .domanilink{margin-top:-3px;}
  .copyrights {
    text-align: center;
    width: 100%;
  }
  .bottom-links{
    text-align: center;
    width: 100%;
    margin: 10px 0 6px;
  }
  .bottom-links ul{
    display: inline-block;
  }
  .domanilink {
    margin-top: 0;
    width: 100%;
}
.innerpage{
  margin-top: 0;
}
.sidebar {
    padding-right: 0;
}
.title-block h1{
  font-size: 37px;
}
.current-tm-title h2{font-size: 19px;height: 39px;}

}
@media only screen and (max-width:639px){
.header .top-bar {
    display: inline-block;
    float: right;
    padding: 7px 0 10px;
    width: 100%;
}
.header-ph {
    clear: none;
    display: inline-block;
    float: left;
    margin-right: 0;
}
.header .top-bar .buttons {
    clear: none;
    display: inline-block;
    float: right;
    width: auto;
}
.header-ph p{
  line-height: 35px;
}
header .logo img {
    height: 65px;
    width: auto;
}
	
	.bottom-links li a, .copyrights p{font-size: 12px;margin-top: 0;}
	.title-block h1 {
    font-size: 30px;
}
.breadcrumbs a{font-size: 13px;}
.sidebar-menu a{
  font-size: 15px;
}
.inner-content .mobi-full{
  width: 100%;
}
.logo-wrapper {
    width: 100%;
}
header .row > div{
  width: 100%;
  text-align: center;
}
header .logo,
.another-hdr-logo{
  float: none;
}
.another-hdr-logo {
    margin: 17px 0 10px 9px;
    padding: 12px 0 13px 6px;
}
.current-time-block,.title-block{width: 100%;}
.current-tm-title h2{height: auto;}
.current-time-block{padding: 15px 0;position: relative;}
.current-time-block:after,
.current-time-block:before{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #43073e;
}
.current-time-block:before{left: -100%;}
.current-time-block:after{right: -100%;}
.pagetitle{overflow: hidden;}
}

@media only screen and (max-width:479px){
	.logo-wrapper {
		width: 56%;
	}
	
	/*.header-ph p{font-size: 21px;line-height: 41px;}*/
	
  .bottom-links > ul {
      display: inline-block;
      text-align: center;
  }
  .bottom-links li{
    float: none;
    line-height: normal;
    margin-right: 8px;
  }
header > .container > .row > div {
    width: 100%;
}
.header {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.header .top-bar{
    float: none;
    text-align: center;
  }
  .header-ph {
    clear: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.header .top-bar .buttons {
    clear: none;
    display: inline-block;
    /*float: left;*/
}
header .logo {
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
    height: auto;
}
.logo-wrapper {
    text-align: center;
    width: 100%;
}
.steps-contents .service-wrapr {
    width: 33.33%;
}
.current-tab-title h2{font-size: 27px;}
.delivery-colmn {
    width: 50%;
}
.services-names {
    font-size: 15px;
}
.service-round {
    height: 90px;
    padding: 3px 16px;
    width: 90px;
}
}
@media only screen and (max-width:374px){
	
	.header-ph {
		display: inline-block;
		float: left;
		margin-right: 10px;
	}

.form-group.half-box{
  width: 100%;
}
.form-group.half-box.padding-left6{
  padding-left: 0;
}
.form-group.half-box.padding-right6{
  padding-right: 0;
}
.another-hdr-logo{display: none;}
}
@media only screen and (max-width:359px){
.service-round {
    height: 85px;
    padding: 3px 16px;
    width: 85px;
}

}

#content #step2 input,
#content #step2 select,
#content #step2 select option {
	font-size: 14px;
}
