/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	RESPONSIVE [Media Queries]

/////////////////////////////////////////////////////////////////////////////////////////////
*/
img {
  max-width: 100%;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
  width: auto\9; /* ie8 */
}

.blue-anchor.mobile {
  display: none;
  text-align: center;
  margin: 80px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}

.blue-anchor.mobile:after {
  content: "";
  width: 60px;
  height: 57px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
  background-image: url(../images/white_drop.png);
}

.mobile-only {
  display: none !important;
}

.go-to {
  cursor: pointer;
}

.blue-anchor.mobile span {
  display: block;
  font-size: 42px;
}

#slider .tp-bullets {
  display: none;
}

a img {
  border: 0px;
}
video {
  max-width: 100%;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .mejs-video,
.video-container .mejs-layer,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
}

input.hide {
  display: none;
}

.onlyMobile {
  display: none;
}

/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1279px) {
  #ajax_content.content {
    max-width: none !important;
  }

  .content {
    max-width: 960px !important;
  }
}

/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1169px) {
  .content {
    max-width: 960px !important;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .content {
    max-width: 768px !important;
  }
  .gallerySection_detail {
    width: 540px;
  }
  .gallery_item {
    width: 245px;
  }
  .one-half-np img {
    width: 100%;
  }
}

/* IPAD */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .header_padding {
    padding: 35px 20px;
  }
  #navigation {
    margin-left: 50px;
  }
  #navigation ul li {
    font-size: 12px;
    margin-right: 20px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content {
    max-width: 768px !important;
  }
  #header #navigation li a {
    padding-top: 12px;
    font-size: 10px;
  }
  #header #navigation li {
    font-size: 12px;
    line-height: 36px;
    margin-left: 6px;
  }
  #header #navigation {
    float: right;
    padding: 20px 10px 0 0;
  }
  #header #header_logo {
    padding: 10px;
  }
  #sub_navigation li a {
    font-size: 12px;
    padding: 10px;
    max-width: 110px;
    text-align: center;
  }
  #sub_navigation a {
    background: none !important;
  }
}

/* IPAD ONLY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #header_logo {
    padding: 10px 0;
    margin: 0;
  }
  #header #header_logo a {
    display: inline-block;
  }
  #header #navigation {
    display: block;
  }
  #header #navigation li a {
    padding-top: 12px;
  }
  #header #navigation li {
    font-size: 12px;
    line-height: 36px;
    margin-left: 6px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #header #header_logo {
    margin: 0px auto 0 auto;
    text-align: center;
    width: 100%;
  }
  #header #navigation {
    display: block;
    width: 100%;
    padding: 0px 0px 10px 0;
  }
  #header #navigation li a {
    padding-top: 0px;
  }
  #header #navigation {
    text-align: center;
  }
  #header #navigation li {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    margin-left: 6px !important;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #title_page {
    margin-top: 20px;
  }

  .select_bg {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }

  .one-full {
    width: 98%;
  }

  .lubieBox,
  .one-full,
  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .two-fourth,
  .three-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .widget_col {
    width: 100% !important;
    max-width: 480px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .noMobile {
    display: none;
  }
  .onlyMobile {
    display: block;
  }

  .bchoice-col {
    width: 100%;
    margin: 20px 0px;
    border-right: none;
    border-bottom: 1px solid #c4c3c3;
  }

  .content {
    max-width: 480px !important;
  }
  #topBar {
    height: 5px;
  }
  #header #header_logo {
    padding: 0px;
  }
  #header #header_logo a {
    display: inline-block;
  }
  #header_logo {
    margin: 50px auto 0 auto;
    text-align: center;
    width: 100%;
  }
  #header #navigation {
    display: none;
  }
  #header #mobileMenu,
  #header .mobileMenu_tool {
    display: block;
  }

  #product-toggle {
    display: block;
  }

  .subnav_catalog,
  .product_sub {
    display: none;
  }

  .homeBoxes_box1,
  .homeBoxes_box1.last {
    max-width: 46% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 30px;
  }
  .homeBoxes_box1 h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .product_section_box {
    margin: 0 1% 20px 1%;
    width: 98%;
    max-width: 460px;
  }
  .product_section_box .primary h2 {
    font-size: 24px !important;
  }

  .gallerySection_detail {
    width: 100%;
    margin-right: 0px;
  }
  .gallery_item {
    width: 215px;
  }
  #dealers_header {
    padding: 60px 40px;
  }
  #dealers_header h1 {
    font-size: 36px;
    line-height: 40px;
  }
  #dealers_header p {
    display: none;
  }
  .step_box h4 {
    font-size: 13px;
  }
  #quote_header h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .middle_part {
    padding: 20px 20px;
  }
  .fieldBox {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .buttonCan:last-child {
    margin-bottom: 20px;
  }

  .blog_Post .wp-post-image {
    height: auto;
    margin-top: 150px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #navigation {
    display: none;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 640px) {
  img.gsa-schedule {
    max-width: 140px;
  }

  #mce-EMAIL {
    font-size: 12px;
  }

  .tp-bullets {
    -webkit-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }

  #footer .icon_pin {
    font-size: 16px;
  }

  #header {
    position: absolute !important;
  }

  .blog_item {
    margin-left: 110px;
  }

  #footer .copyright {
    margin-top: 40px;
  }

  .one-full,
  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .two-fourth,
  .three-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .widget_col {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

  .blue-anchor.mobile {
    display: block;
  }

  .mobile-only {
    display: inline-block !important;
  }

  .hide-mobile {
    display: none;
  }

  #footer .country_list {
    margin: 0px;
  }

  #footer .country_list ul li a,
  #footer .label_country_list .label_country_text {
    font-size: 14px;
    font-weight: 600;
  }

  #footer .country_list ul li {
    background: #00aaff;
  }

  #myuploaderButton {
    width: 280px;
  }

  #footer {
    font-size: 130%;
  }
  #usefull_links li,
  #usefull_links a {
    font-size: 14px;
    margin-bottom: 2px;
  }

  #footer #usefull_links li a,
  #footer #usefull_links li {
    margin-bottom: 0px;
  }

  .icon_pin {
    min-height: 30px;
  }
  .products_table .products_table_left_col {
    word-break: break-all;
  }
  /*#menu-mobile-menu li:first-child{margin-top:30px;}*/

  #fullmap {
    height: 200px !important;
  }

  .contactTitle {
    display: none !important;
  }

  h3.facility {
    width: 80%;
  }

  .anchor_icon {
    display: none;
  }

  .become_button a:first-child {
    margin-bottom: 10px;
  }

  .tp-rightarrow.default,
  .tp-leftarrow.default {
    display: none;
  }

  #slider .tp-bullets {
    display: block;
    margin-bottom: -40px;
  }

  .tp-bullets.simplebullets.round .bullet {
    background-image: url(../images/bullet.png) !important;
  }

  #slider hr.hr-white,
  .rs-layer.biglines {
    display: none !important;
  }

  .rs-layer.bigButton a,
  .rs-layer.modern_medium_fat_white {
    font-size: 12px !important;
    line-height: 1.2em !important;
    /*padding:10px !important;*/
  }

  /*
	#slider .heading_90{
	font-size:24px !important;
	}*/

  #homeBoxes h3 {
    margin-left: 20px;
  }

  .content {
    max-width: 100% !important;
    padding: 20px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
  }

  body.home #homeBoxes .content {
    padding: 0px !important;
  }

  .homeBoxes_box1,
  .homeBoxes_box1.last {
    float: none !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .homeBoxes_box1 .fixheight {
    padding: 20px;
    height: auto !important;
    min-height: 0;
  }

  .homeBoxes_box1 .strokeLink {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  #footer h4 {
    font-size: 26px;
    color: #25affc;
    margin-top: 30px;
  }

  #footer h4:after {
    background: #25affc;
  }

  .homeBoxes_box1 img {
    width: 100%;
  }
  #homeBoxes .homeBoxes_box1 h3 {
    font-size: 40px;
    line-height: 1.1em;
  }

  .homeBoxes_box1 p {
    display: none;
  }
  .homecallsBox {
    width: 100% !important;
    border: none !important;
  }
  /*#postBOX{ display: none; }*/
  .noMobile {
    display: none !important;
  }
  .onlyMobile {
    display: block;
  }
  #header .content {
    padding: 0px !important;
  }
  #header.sticky #header_logo,
  #header #header_logo {
    padding: 0px;
  }
  #header #header_logo a {
    display: inline-block;
  }
  #header_logo {
    margin: 50px auto 0 auto;
    text-align: center;
    width: 100%;
  }
  .product_section_box .primary h2 {
    font-size: 24px !important;
  }
  .gallery_item {
    width: 160px;
  }
  #dealers_header {
    padding: 40px 40px;
  }
  #dealers_header h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #dealers_header p {
    display: none;
  }

  #section404 h2 {
    font-size: 30px;
  }
  #section404 h3 {
    font-size: 16px;
  }
  #title_page {
    padding: 30px 0 20px 0;
  }
  #title_page h1 {
    font-size: 30px;
  }

  .country_list {
    width: 280px;
    margin: 0 30px 0 -20px;
  }
  .label_country_list .label_country_text {
    width: 180px;
  }
  .country_list ul {
    width: 280px;
  }
  .become_button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .blog_item {
    margin-left: 70px;
  }

  #ajax_content .ajaxbtn {
    min-width: 80%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 320px) {
  .blog_item {
    margin-left: -10px;
  }

  #mobileMenu ul li a {
    padding: 8px 10px 8px 20px;
  }

  #fullmap {
    height: 300px !important;
  }

  #myuploaderButton {
    width: 180px;
  }

  .satisfaction-text {
    width: 250px;
  }

  .satisfaction input {
    margin: 0 10px 0 20px;
  }

  .strokeLink {
    font-size: 12px;
    padding: 8px 10px;
  }

  .gallery_item {
    width: 310px;
  }

  .blog_Post .wp-post-image {
    margin-top: 200px;
  }
}
