.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 16px 32px;
  border: 0;
  text-align: center;
  background-color: #FD1472;
  color: #fff;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 2px 10px rgba(253, 20, 114,.5);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  cursor:pointer;
}

.gototop > span {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
}

.gototop:hover, .gototop:focus { background-color: #FD3D8A; }

.gototop:hover > span, .gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}
 @-webkit-keyframes 
hide {  0% {
 opacity: 1;
 -webkit-transform:translateY(0);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 0;
 -webkit-transform:translateY(100px);
}
}
@keyframes 
hide {  0% {
 opacity: 1;
 transform:translateY(0);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 0;
 transform:translateY(100px);
}
}
 @-webkit-keyframes 
show {  0% {
 -webkit-transform: rotate(0deg);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 1;
 -webkit-transform: rotate(0deg);
}
}
 @keyframes 
show {  0% {
 transform: rotate(0deg);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 1;
 transform: rotate(0deg);
}
}


.col-sm-push-9 {
    left: 75%;
}
.mid_screen_show {display: none !important;}
.box-h{ height:500px;}
@media screen and (max-width: 1560px) {
	.box-h{ height:500px;}
  .container[class] {
    width: 1080px;
  }
  .mid_screen_show {display: block !important;}
  .mid_screen_hide {display: none !important;}

  h1 {
    margin-top: 0;
  }
  header #logo-holder h1 {
    font-size: 45px;
  }
  header #logo-holder h1 + p {
    font-size: 15px;
    margin-top: -5px;
  }
  header .contact-container a {font-size:14px !important;}
  header .contact-container a.phone_number {
    font-size: 32px !important;
    font-weight: 600;
  }
  header nav li {
    padding: 0px 10px;
  }
  header #logo-holder {
    padding-top: 20px;
    padding-bottom: 14px;
  }
  header nav li a, header .schedule[class] p {
    font-size: 15px;
  }
  .ui-selectmenu-text {
    font-size: 15px;
    padding: 1px;
  }
  .input_small {
    width: 50%;
  }
  .f60[class] {
    font-size: 58px;
  }
  .f42[class] {
    font-size: 40px;
  }
  .f24[class] {
    font-size: 22px;
  }
  .f18[class] {
    font-size: 16px;
  }
  .f22[class] {
    font-size: 20px;
  }
  .f48[class] {
    font-size: 44px;
  }
  .f46[class] {
    font-size: 42px;
  }
  .button {
    font-size:14px;
  }
  section h2 {
    font-size: 26px;
  }
  .boxes .content h4 {
    font-size: 26px;
	text-align:left;
  }
  .slider_multi .slick-slide h4 span {
    font-size: 22px;
  }

  #footer_form input, #footer_form textarea {
    font-size: 14px;
  }
  .team-thumb li {
    width: 200px;
  }
  .team-thumb[class] li {
    display: inline-block !important;
  }

  footer .travel-icon > div {width: 55% !important;}
  footer li {
    font-size: 13px;
  }
  ul.bullets > li {
    font-size: 16px;
  }
  .checkbox.checkbox {
    padding: 3px;
  }
  .inline_option_display .button {
    min-height: 37px;
    display: inline-block !important;
  }
  .f40[class] {
    font-size: 38px;
  }
  .f36[class] {
    font-size: 34px;
  }
  .f22[class] {
    font-size: 18px;
  }
  .space-1 {
    padding-top: 0.2em;
  }
  .pricetag > h3 {
    font-size: 38px;
  }
  .boxes.full_width_slider > div {
    padding-bottom: 0;
  }
  .team-thumb .thumb {
    width: 120px;
    height: 120px;
  }
  .slider_multi .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1170px) {
	.box-h{ height:500px;}
  header > div {
    padding: 0;
  }
  header .logo-container {
    padding: 0 24px;
  }
  header {
    text-align: center;
  }

  #header_search_form .block-11 {
    width: 100%;
  }
  #logo-holder h1 {
    font-size: 32px;
  }
  #logo-holder p {
    font-size: 14px;
  }
  header .abta-logo {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .contact-container .f42 {
    font-size: 32px !important;
    line-height: 38px;
  }
  .contact-container .f18 {
    font-size: 16px !important;
  }
  p {
    font-size: 16px;
    text-align: justify;
    /*word-break: break-all;*/
  }
  #logo-holder h1 {
    font-size: 38px;
  }
  section:not(.banner) .container {
    padding: 10px 16px;
  }

  #main_nav .schedule p {
    font-size: 18px;
  }
  #main_nav .container {
    padding: 0 15px;
  }
  #header_search_form .input_large {
    width: 33.33% !important;
  }
  .team-thumb {
    display: table;
  }
  .team-thumb[class] li {
    width: 180px;
    padding: 0 18px;
    margin-bottom: 2em;
  }
  
  .stars-space-1{text-align: center;}
}

@media screen and (max-width: 980px) and (min-width: 750px) {
	.box-h{ height:500px;}

}

.tablet_show {display: none;}
@media screen and (max-width: 980px) {
#floatdiv{position:relative!important; top:50px !important; bottom:0 !important;}
	.box-h{ height:500px;}

  header .logo-container {
    padding: 16px 0 0;
  }
  section.blocks > .container {
    width: 85%;
  }
  section#first.banner[class] .pagination {
    padding: 16px 16px;
  }
  header .contact-container > div {text-align: center; padding-top: 10px;}
  header .abta-logo {
    text-align: center;
    max-width: 45%;
    display: table;
    margin: auto;
  }
  section#steps ul li {padding:0 !important; margin: 8px 0;}
  .tablet_hide {display: block;}
  .tablet_show {display: block;}
  #first[id] .ribbon {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 16px;
    margin-top: 2em;
    margin-bottom: -28px;
    box-shadow: -2px 8px 1px rgba(0, 0, 0, 0.2);
  }
  #first[id] .ribbon::before {
    width: 112%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    content: '';
    left: -6%;
    border: none;
    top: 0;
  }
  .team-thumb[class] p{text-align: center;}
  #first[id] .ribbon::after {display: none}
  .ribbon h3 {
    font-size: 38px;
  }
  #main_nav .schedule {
    text-align: center;
    padding-top: 12px;
  }
  #header_search_form {
    padding: 8px 0 !important;
  }
  #header_search_form .block-11 {
    width: 90%;
  }
  #header_search_form .container {
    padding: 0px 16px 15px;
  }
  #header_search_form .block-6:nth-child(2) > div {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  #child_age_selector {
    margin-top: 0px !important;
    padding-bottom: 1em;
  }
  #header_search_form .block-6:nth-child(2) .input_small {
    width: 16.5%;
  }
  .boxes > div h3 {
    font-size: 22px;
  }
  .boxes > div .stars > li {
    margin-left: -3px;
    font-size: 14px;
  }
  .boxes > div h4 {
    font-size: 20px !important;
  }
  .boxes > div h4 span {
    font-size: 22px;
  }
  .boxes > div .content .bottom {
    display: table; width: 100%;
  }

  .boxes > div .content .bottom .block-5 .button {
    display: table;
    margin-top: 1em;
    max-width: 157px;
    text-align: center;
    float: left;
  }
  .pakage-calc.summary {
    padding-bottom: 26px !important;
    width: 100%;
    display: table;
    margin: auto;
    float: none;
	margin-top:30px;
  }
  .sumry-sticky{width:100% !important;  transform: unset !important; float:left; top:50px;}
  .review_booking_form .terms_agree + div {
    float: left;
    width: 81%;
  }

  .boxes .content > div {
    width: 100%;
  }
  
 .pakage-calc .button {
    position: absolute;
    bottom: 2.2em;
    right: 10px;
	left:10px;
    cursor: pointer;
    width: auto;
	margin:0 auto;
} 
.pakage-calc {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
	text-align:center;
}
.btm .button {
    position: relative;
    bottom: 0;
    right: 0;
	left: 0;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    cursor: pointer;
}

.btm-book .button {
    position: relative;
    bottom: 0;
    right: 0;
	left: 0;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    cursor: pointer;
}
.light{text-align:center;}
.dim{text-align:center;}
.text-right{text-align:center;}
.pakage-calc > div{margin-top:2em;}

.ug-gallery-wrapper {
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 100% !important;
}

}

@media screen and (max-width: 920px) {
.box-h{ height:500px;}
.share-place li {margin: 0;}
.light{text-align:center;}
.dim{text-align:center;}
.pakage-calc > div{margin-top:2em;}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 7px;
    background: rgb(97, 72, 140);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bk-cnfrm {
	overflow-y:auto;
}
.tbl-width{width:800px; display:inline-block;}
.percarMenu select {
    padding-top: 6px !important;
    position: relative;
    left: -42px;
	width:50px;
}
.flight-bg {
overflow-y:auto;

}
.new-flt-sec {
	position:relative;
	display:block;
}

.fld-radio {margin-top:5px; text-align:left;}
.dim {
    opacity: 0.6;
    text-align: center;
}
.text-right {
    text-align: center;
}
.space-1 p {text-align:center; padding: 2px;}
.sec{text-align:center; width:100%;}.sec1{text-align:center; width:100%;}.sec2{text-align:center; width:100%;}
.pakage-calc {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
	text-align:center;
}
.btm .button {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    cursor: pointer;
}

.btm-book .button {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    cursor: pointer;
}

.hotlist {
    height: auto;
}
#age {
    margin-top: auto;
}

  header .flexbox {
    padding-bottom: 1em;
  }
  section {
    padding: 10px 0;
  }
  section .f60[class] {
    font-size: 45px;
  }
  section .f42[class] {
    font-size: 34px;
  }
  section .f24[class] {
    font-size: 22px;
  }
  section .f18[class] {
    font-size: 16px;
  }
  section .slider p {font-size: 14px;}
  #HeaderSearch > .table > div {padding-bottom: 1em}
  .boxes h4 {
    padding-bottom: 1px !important;
    padding-top: 8px;
  }
  .inline_option_display .delete {
    right: -100% !important;
  }
  .boxes .content .block-5 {
    text-align: left;
  }
  .boxes .content .button {
    position: relative;
    top: -6px;
  }
  .slider_multi .slick-list {
    overflow: hidden !important;
  }
  .slider_multi.slick-slider {
    width: 450px;
    margin: auto;
  }
  #wrap section h2 {
    font-size: 28px;
    margin: 18px 0;
    text-align: center;
  }
  .slider_multi .slick-slide {
    width: 348px !important;
  }
  .slider_multi .slick-prev::before, .slider_multi .slick-next::before {
    background-color: #E0E0E0 !important;
    width: 150px !important;
  }
  .slider_multi .slick-arrow i {
    z-index: 1000;
    position: relative;
  }
  .slick-slider {
    padding-bottom: 0;
  }
  .slider_multi .slick-arrow.slick-prev i {
    margin-right: 20px !important;
  }
  .slider_multi .slick-arrow.slick-next i {
    margin-left: 20px !important;
  }
  .slider_multi .slick-arrow.slick-prev {
    margin-left: -3em !important;
  }
  .slider_multi .slick-arrow.slick-next {
    right: -3em !important;
  }
  .boxes > div .bottom .row-fluid > div {
    width: 50%;
  }
  .boxes > div .content .bottom .block-5 .button {float: right}
  .hotel_description .stars {display: table;
    margin: auto;}
  .previewgrid .grid>div {
    display: flex;
    width: 50%;
    height: 200px !important;
  }

}
.phone_show {display:none !important;}

@media screen and (max-width: 720px) {
.box-h{ height:500px;}
.comon-box1{padding-left:20px; background-color:#f2f2f2; color:#696969;padding: 5px; font-size: 14px;}
.comon-box2{background-color:#f2f2f2; color:#696969; padding: 5px;border-left: 2px dotted #696969;font-size: 14px;}
.comon-box3{background-color:#dfdfdf; color:#696969; padding: 9px; text-align:center;}
.chld-sc p{margin-top:0px;}
.pakage-calc.summary .button {
    bottom: 0em;
    right: 0em;
    width: 100%;
}
.comon-box1-active{padding-left:20px; background-color:#853192; color:#fff;padding: 5px; font-size: 14px;}
.comon-box2-active{background-color:#853192; color:#fff; padding: 5px;border-left: 2px dotted #c78cd8;font-size: 14px;}
.comon-box3-active{background-color:#5d236c; color:#fff; padding: 9px; text-align:center;}
.p-left {padding-left: 0px;}
.ui-widget.ui-widget-content {border: 1px solid #d3d3d3;width: 100% !important;height: auto !important;left: 0 !important;}
.bk-confrm{padding:1em; margin-bottom:1em;}
.res-bt{text-align:center;}
.semibold{text-align:center;}
.summary {text-align:center;}
.nw-sec{text-align:center;}
.bk-btn{width:100%;}
.new-box {padding: 0;}
.text-left {text-align: center;}
.btm-book {float: left;width: 100%;}
.new-bn p span {font-size:30px !important;}
.btm-flt{width:100%;}
.btm-flt1{width:100%; margin-top: 15px;}
.vmiddle {
	left: 0;
	position: relative;
	top: 0;
	transform: none;
	-webkit-transform: none;
	bottom: 0;
	height: auto;
	display: inline-block;
}

  .container[class] {
    width: 100%;
  }
  #testimonials .block-6 {width: 100%}
  .aboutfeatures > div {
    display: block;
  }
  .phone_show {display:block !important;}
  .phone_hide {display:none !important;}
  ul.bullets > li {
    font-size: 18px;
  }
  header .content-toggle[class] {
    display: block !important;
    margin-left: -12px;
    width: calc(100% + 24px) !important;
  }

  header nav li {margin-bottom: 10px;}
  header .abta-logo {
    max-width: 300px;
    margin: auto;
  }
  .content-holder.open {display: block}
  header .content-holder #main_nav {
    padding: 12px 10px 4px;
  }
  header .phone_number {
    font-weight: 600;
  }
  .boxes .content > div .button {
    width: 100%;
    margin-top: 18px;
    display: block;
  }
  section#banner h2 {
    text-align: left;
    font-size: 36px;
  }
  section#banner h2 span {line-height: normal}
  #logo-holder h1 {
    font-size: 34px;
  }
  #logo-holder p {
    font-size: 13px;
  }
  .aboutfeatures > div > div {
    width: 100%;
    margin-bottom: 1em;
  }
  .review_booking_form .input_large {
    width: 100% !important;
  }
  .review_booking_form .input_small {
    width: 100px !important;
  }
  #footer_form .f24[class] {
    font-size: 18px !important;
  }
  #footer_form .f16[class] {
    font-size: 14px;
  }
  .pakage-calc {
    display: table !important;
	text-align:center;
  }
  .pakage-calc > div {
    padding-bottom: 16px;
  }
  footer {
    text-align: center;
  }
  footer .build_by {
    width: 100%;
    text-align: center;
    float: none;
    padding-top: 12px;
    display: table;
  }
  .share-container > div > div {width: auto !important;}
  .boxes > div h4 {
    padding-top: 0;
  }
  .boxes > div .bottom .block-7 {width: 60% !important;}
  .boxes > div .bottom .block-5 {width: 40% !important;}

  footer .travel-icon > div {
    width: 55% !important;
  }
  footer .travel-icon > div img {
  margin-bottom: 0.5em;
  }
  footer ul li {
    opacity: 0.5;
  }
  .slider_multi .slick-prev::before, .slider_multi .slick-next::before {
    width: 72px !important;
  }
  .slider_multi .slick-arrow i {
    margin-right: 16px !important;
    width: 30px;
    height: 30px;
    line-height: 15px !important;
    text-indent: 0px;
    font-size: 12px;
  }


  .flight_overview thead img {
    height: auto !important;
  }

  .inline_option_display .delete {
    right: -140% !important;
  }
  .inline_option_display .field {
    margin-bottom: 2em;
  }
  .inline_option_display .block-9 {
    margin-bottom: 5px;
  }
  .inline_option_display .button {
    float: left;
  }
  .inline_option_display .delete {
    position: relative;
    float: right;
    right: 0px !important;
  }
  .inline_option_display input {
    padding-right: 7em;
	margin-right:0px;
  }
  #about-features ul li {text-align: center}
  .pakage-calc .button {
    position: relative;
    bottom: 0;
    right: 0;
	left:0;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 1em;
	width:80%;
	cursor:pointer;
  }
  .btm2 a{float:none; display:block;}

  .boxes .list > * {
    width: 100%;
    margin-bottom: 1.5em;
  }


}

.phone_small_show {display: none;}
header .content-toggle[class] {
  display: none !important;
}
@media screen and (max-width: 580px) {
	.box-h{ height:500px;}
.review_booking_form input {
    padding: 5px 7px 30px;
}
  .phone_small_hide {display: none !important;}
  .phone_small_show {display: block;}
  #main_nav .schedule p {
    font-size: 16px;
  }
  section#steps ul li {width: 100% !important;}

  #first p.block-6 {width: 100%; text-align: center;}

  #footer_form .social_links {
    display: none;
  }
  #footer_form form > div {
    text-align: left;
    padding-top:1em;
  }
  #header_search_form .block-6 {margin-top: 0px}
  #header_search_form .block-6 div[class^=input_] { padding-bottom: 10px !important;}

  #header_search_form .container {
    padding: 0px 16px 2px;
  }
  #header_search_form form label {text-align: left}

  #header_search_form form {
    padding-top: 10px;
  }
  .boxes.labels > div {width: 100%}
  .review_booking_form {
    padding: 10px 6px 10px !important;
  }

  #header_search_form .table {width: 100%}
  footer img {
    width: 100% !important;
  }
  .review_booking_form .button {
    padding: 6px 30px !important;
  }
  .review_booking_form .button.checkbox {
    padding: 0 !important;
    width: 28px;
    min-width: initial;
    height: 28px;
  }
  .review_booking_form h3 {
    padding-top: 10px;
  }
  .team-thumb[class] li {
    width: 130px;
    padding: 0 12px;
    margin: 15px 15px 2em;
  }
  .team-thumb[class] p {font-size: 14px; text-align: center;}
  .previewgrid[class] .more i {
    width: 50px;
    height: 50px;
  }
  .previewgrid .more {
    padding-top: 2.5em;
    font-size: 14px;
  }
  .hotel-featured-content {
    padding-bottom: 0 !important;
  }
  .hotel-featured-content .share-container {
    position: relative !important;
  }

  .share-container > div > div {
    width: 100% !important;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0 !important;
  }
  .previewgrid div {
    width: 100%;
    display: block;
  }
  .slick-dots {
    bottom: 0 !important;
    z-index: 1000;
  }
  .slick-dots[class] li button {
    width: 18px;
    height: 18px;
    margin: 0 14px;
  }
  .boxes > div .bottom .block-7 {width: 100% !important;}
  .boxes > div .bottom .block-5 {width: 100% !important;}
  .boxes > div .top .block-6 {
    width: 50% !important;
  }
  .boxes > div .content[class] .bottom .block-5 .button {
    margin-top: 1em;
  }
  .boxes .content .button {
    margin-top: 2em !important;
  }
  .slider_multi .slick-slide {
    z-index: -10;
  }
  .slider_multi .slick-slide.slick-current {
    z-index: 10;
  }

  #footer_form form > .top * {
    text-align: center;
    width: 100%;
    display: block;
  }
  #footer_form form {
    width: 90%;
    display: table;
    margin: auto;
  }
  #footer_form form .button {
    display: table;
    margin: auto;
    float: none;
    min-width: 150px;
    padding: 6px 0;
  }
  .slider_multi .slick-arrow, .slider_multi .slick-prev::before, .slider_multi .slick-next::before {
    background-color: rgba(244,244,244,0.5) !important
  }
  .slider_multi .slick-arrow i {
    line-height: 1 !important;
    text-indent: -1px;
    font-size: 10px;
    float: none !important;
  }
  .slider_multi .slick-arrow.slick-prev i {
    margin-left: 0 !important;
    width: 30px;
    height: 30px;
    margin-right: -4px !important;
  }
  .slider_multi .slick-arrow.slick-prev {
    margin-left: 0 !important;
	cursor:pointer;
  }
  .slider_multi .slick-arrow.slick-next {
    right: 0px !important;
	cursor:pointer;
  }
  .slider_multi.slick-slider {
    width: 100%;
  }
  .slider_multi .slick-arrow {
    width: 60px;
    z-index: 1000;
  }
  .slider_multi .slick-arrow.slick-next i {
    left: auto;
    right: 0;
    margin-left: 3px !important;
  }
  .slider_multi .slick-slide {
    width: 300px !important;
  }
  .slider_multi .slick-slide {
    width: 280px !important;
  }

  .boxes > div .content[class] .bottom .block-5 .button {
    float: none;
    margin: 1em auto;
  }
  #footer_form form {
    width: 95%;
  }
  .social_links_mobile li {
    font-size: 15px;
    margin-right: -1px !important;
  }
  .social_links_mobile .fl, .social_links_mobile .fr {
    float: none;
    text-align: center;
    margin-bottom: 8px;
  }
  #login_form > .table > div {
    text-align: center;
  }
  #login_form > .table > div a {
    float: none;
    display: block !important;
  }
  .pakage-calc.summary {
    width: 96% !important;
  }
  .sumry-sticky{width:100% !important;  transform: unset !important; float:left; top:50px;}
  .team-thumb[class] li {width: 48% !important;}

  .review_booking_form .button {
    padding: 6px 10px !important;
    min-height: initial;
    width: 100%;
  }
  .inline_option_display .block-9 {
    width: 100%;
  }
  .inline_option_display .block-3 {
    width: 100%;
  }
  .inline_option_display input {
    padding-right: 8px;
	margin-right:0px;
	height:60px;
  }
  .inline_option_display .price {
    margin-top: 0px;
    font-size: 14px;
	position:relative;
	top:-25px;
	text-align:left;
  }
  .inline_option_display .block-3 {
    width: auto;
    float: left;
    margin-top: 0px;
  }

  .team-thumb {
    width: 100%;
  }
  .team-thumb[class] li {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
	.box-h{ height:500px;}
  section#banner h2 {
    text-align: left;
    font-size: 36px;
  }
  section#banner h3 {
    font-size: 28px;
  }
  section#banner p:not(.f14) {
    font-size: 18px;
  }
  section.blocks > .container {
    width: 95%;
  }
  .boxes > div .top .block-6 {
    width: 100% !important;
    text-align: left;
  }
  .boxes > div h4 {
    padding-left: 0px !important;
  }
  #header_search_form .input_large {
    width: 50% !important;
  }
  #header_search_form .block-6:nth-child(2) .input_small {
    width: 25%;
  }
  #header_search_form .input_large.btn {
    width: 100% !important;
    padding-top: 10px;
  }
  #header_search_form .input_large.btn > label {display: none;}

  .slider_multi .slick-arrow {
    width: 40px;
  }

  .team-thumb[class] li {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .team-thumb .thumb {
    width: 100px;
    height: 100px;
  }
.col-sm-push-9 {
    left:0%;
}
.pakage-calc > div{margin-top:1em;}

}
