.regerror{
    color: red;
    font-size: 11px;
    display: none;
}

.extraheight{
    padding-top: 65px;
}

.extraheight2{
    padding-top: 9px;
}

.extraheight3 {
    padding-top: 70px;
}

.hideOnMobile {
    display: blank;
}

main{
    margin-top: 0px;
}

.cloned {
  display: block !important;
  position: fixed !important;
  z-index: 3;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all ease-in-out 900ms;
  -webkit-transition: all ease-in-out 900ms;
  -moz-transition: all ease-in-out 900ms;
  -o-transition: all ease-in-out 900ms;
  -ms-transition: all ease-in-out 900ms;
  }

@media only screen and (max-width: 699px) {
    main{
        margin-top: 30px;
    }

  .hideOnMobile {
    display: none;
  }
}

.inputDate{
    color: #828282;
    font: 18px/30px 'Roboto Condensed';
    border-color: #828282 !important;
    border-style: solid !important;
    border-width: thin !important;
    padding-left: 8px;
    height: 30px;
}

.inputDate2{
    color: #828282;
    background-color: #fff;
    width: 150px;
    font: 18px/30px 'Roboto Condensed';
    border-style: solid !important;
    border-width: thin !important;
    color: #949494;
    padding-left: 15px;
    font: 600 18px/45px 'Roboto Condensed';
    margin-top: 5px;
    height: 45px;
    margin: 0 12px 0 0;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.inputDate3{
    color: #828282;
    background-color: #fff;
    font: 18px/30px 'Roboto Condensed';
    border-color: #828282 !important;
    border-style: solid !important;
    border-width: thin !important;
    padding-left: 8px;
    margin-top: 5px;
    height: 30px;
    margin-bottom: 10px;
}

.whiteSelects .select2 {
    margin: 0 0 0;
    width: 100%;
}

.ui-datepicker-week-end a {
    background-image: none !important;
    background-color: #ffbfa9 !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #f25822 !important;
    color: white !important;
}

div.ui-datepicker{
 font-size:18px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f25822 !important;
    background-color: #f25822 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f25822 !important;
    background: #ffbfa9 !important;
    color: #000 !important;
}

.selects .submit {
    color: #fff;

    cursor: pointer;
    padding: 0 30px;
    margin: 0 auto 30px;
    margin-top: 2px;
    text-transform: uppercase;
    font: 600 20px/34px 'Roboto Condensed';
    background-color: #f25822;
    opacity: 1;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
}

.dataTable .oneLine .cell:last-child {
    width: 50%;
}

.dataTable>.cell {
    /*padding: 0 11px;*/
    width: 100%;
}

.hideItem{
    display: none !important;
}

.oneItem .description {
  overflow: hidden;
  height: 53px;
  line-height: 10px;
  margin: 0px;
  }

.oneItem .description:before {
	content:"";
	float: left;
	width: 5px;
    height: 70px; }

.oneItem .description:after {
	content: "a";
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right; position: relative;
	top: -25px; left: 100%;
	width: 3em; margin-left: -3em;
	padding-right: 0px;
	text-align: right;
}

.ordercat .select2 {
    margin: 0;
    width: 260px !important;;
}

.ordercat .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #242424;
    padding-left: 10px;
    font: 24px/34px 'Roboto Condensed';
}

.ordercat .select2-container .select2-selection--single{
    height: 40px;
}

.ordercat .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-color: #f25822;
    height: 38px;
    width: 38px;
    border-left: solid 1px #b3b3b3;
}

.filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f25822;
    border: 1px solid #f25822;
    border-radius: 4px;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 2px 8px 2px 5px;
}

.filter .submit {
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    margin: 0 auto 30px;
    margin-top: 25px;
    text-transform: uppercase;
    font: 600 20px/34px 'Roboto Condensed';
    background-color: #f25822;
    opacity: 1;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
}

.messageAddtext{
    font-size: 12px;
    font-weight: bold;
}

.orange{
    color: #f25822;
}

.selects .submit{
    display:inline-block;
    vertical-align:bottom;
    margin-bottom:0;
}

.inputDate{
height:32px;
}

.selects .oneSelect{
vertical-align:bottom;
}

.field-icon {
  float: right;
  font-size: 22px;
  margin-top: -52px;
  right: 10px;
  color: #888;
  position: relative;
  z-index: 2;
  cursor: hand;
  cursor: pointer;
}

.fa-icon{
  font-size: 18px;
  color: #444;
  cursor: hand;
  cursor: pointer;
}

#slider {
    position: relative;
    overflow: hidden;
	/*margin-top: 40px;*/
	margin-top: 70px;
	
}
#slider .slides {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    /*transition: all ease-in-out 400ms;*/
	transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
#slider .slides.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}
#slider .slides[onclick] {
    cursor: pointer;
}
#slider .progress {
    z-index: 10;
    position: absolute;
    width: 0%;
    height: 5px;
    left: -5px;
    top: 2px;
    background: rgba(255, 255, 255, 0.5);
}
#slider .sliderPagination {
    z-index: 10;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
#slider .sliderPagination div {
    width: 100px;
    height: 8px;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
}
#slider .sliderPagination div:last-child {
    margin: 0;
}
#slider .sliderPagination div.active {
    background: white;
}
#slider .arrow {
    top: 50%;
    margin: -45px 0 0 0;
    background: url("../images/arrows_sprite.png") no-repeat;
    width: 42px;
    height: 91px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
#slider .arrow.left {
    background-position: left center;
    left: 100px;
}
#slider .arrow.right {
    background-position: right center;
    right: 100px;
}
.sectionImage {
    position: relative;
}
.sectionImage.border01,
.sectionImage.border02,
.sectionImage.border03,
.sectionImage.border04,
.sectionImage.border05,
.sectionImage.border06,
.sectionImage.border07 {
    border-bottom: solid 10px #989234;
}
.sectionImage.border01:before,
.sectionImage.border02:before,
.sectionImage.border03:before,
.sectionImage.border04:before,
.sectionImage.border05:before,
.sectionImage.border06:before,
.sectionImage.border07:before {
    content: "";
    display: block;
    height: 10px;
    background: #e4e1a9;
    position: absolute;
    z-index: 1;
}
.sectionImage.border01:after,
.sectionImage.border02:after,
.sectionImage.border03:after,
.sectionImage.border04:after,
.sectionImage.border05:after,
.sectionImage.border06:after,
.sectionImage.border07:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.sectionImage.border01:before {
    width: 960px;
    bottom: -10px;
    left: 0;
}
.sectionImage.border02:before {
    width: 50%;
    bottom: -10px;
    left: 0;
}
.sectionImage.border03 {
    border-bottom: none;
    border-top: solid 10px #989234;
}
.sectionImage.border03:before {
    width: 328px;
    top: -10px;
    left: 0;
}
.sectionImage.border04 {
    border-bottom: none;
    border-top: solid 7px #e4e1a9;
}
.sectionImage.border04:before {
    width: 328px;
    top: -7px;
    left: 0;
    height: 7px;
    background: #989234;
}
.sectionImage.border04:after {
    width: 328px;
    top: -7px;
    right: 0;
    height: 7px;
    background: #989234;
}
.sectionImage.border05 {
    border-bottom: none;
    border-top: solid 10px #e4e1a9;
}
.sectionImage.border05:before {
    width: 328px;
    top: -10px;
    left: 0;
    background: #989234;
}
.sectionImage.border05:after {
    width: 328px;
    top: -10px;
    right: 0;
    height: 10px;
    background: #989234;
}
.sectionImage.border06 {
    border-bottom: none;
    border-top: solid 10px #e4e1a9;
}
.sectionImage.border06:before {
    width: 328px;
    top: -10px;
    left: 0;
    background: #989234;
}
.sectionImage.border06:after {
    width: 328px;
    top: -10px;
    right: 0;
    height: 10px;
    background: #989234;
}
.sectionImage.border07 {
    border-bottom: none;
    border-top: solid 10px #e4e1a9;
}
.sectionImage.border07:before {
    width: 328px;
    top: -10px;
    left: 0;
    background: #989234;
}
.sectionImage.border07:after {
    width: 328px;
    top: -10px;
    right: 0;
    height: 10px;
    background: #989234;
}
.sectionImage img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.sectionImage .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sectionImage .text.slider {
    top: auto;
    bottom: 0;
    height: auto;
    text-align: right;
}
.sectionImage .text.slider span {
    color: #fff;
    font: 400 250px/250px "Roboto Condensed";
    text-transform: uppercase;
    opacity: 0.32;
    display: block;
    padding: 0 21px 0 0;
}
.sectionImage .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.sectionImage .middle {
    display: table-cell;
    vertical-align: middle;
}
.sectionImage h2 {
    color: #fff;
    font: 700 180px/160px "Roboto Condensed";
    letter-spacing: -10px;
}
.sectionImage h3 {
    color: #fff;
    font: 600 48px/40px "Roboto Condensed";
    text-align: right;
    letter-spacing: -2px;
}
@media only screen and (max-width: 990px) {
    #slider .arrow.left {
        left: 10px;
    }
    #slider .arrow.right {
        right: 20px;
    }
    .sectionImage .text.slider span,
    .sectionImage h2 {
        font-size: 100px;
        letter-spacing: -5px;
        line-height: 80px;
    }
    .sectionImage .text.slider {
        bottom: 30px;
    }
    .sectionImage.border01:before {
        width: 50%;
    }
}
@media only screen and (max-width: 520px) {
    #slider .progress {
        top: 30px;
    }
    .sectionImage .text.slider span,
    .sectionImage h2 {
        font-size: 60px;
        letter-spacing: -2px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 380px) {
    #slider .progress {
        top: 0px;
    }
    .sectionImage img {
        height: 200px;
    }
}

.myList .image .checkbox {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 19px;
    height: 19px;
}

/* The container */
.checkbox .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f25822;
}

/* On mouse-over, add a grey background color */
.checkbox .container:hover input ~ .checkmark {
    background-color: #f25822;
}

/* When the checkbox is checked, add a blue background */
.checkbox .container input:checked ~ .checkmark {
    background-color: #f25822;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.myList .image .delete {
    width: 20px;
    height: 20px;
    line-height: 19px;
}

.myList .image .to_favorite {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 19px;
    background-color: #f25822;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    opacity: 1;
    z-index: 3;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
}

.offer {
    padding: 10px 0 0;
}

.myList .oneCategory {
    margin-bottom: 50px;
    border-top: solid 13px #f25822;
    border-bottom: solid 0px #d5d5d5;
}

.offer h3 {
    border-bottom: solid 3px #d5d5d5;
}