@font-face {

  font-family: 'Brandon_Black';
     src: url(./fonts/Brandon_blk.otf) format('truetype');
}

@font-face {

  font-family: 'Brandon_Bold';
     src: url(./fonts/Brandon_bld.otf) format('truetype');
}

@font-face {

  font-family: 'Brandon_med';
     src: url(./fonts/Brandon_med.otf) format('truetype');
}

@font-face {

  font-family: 'Brandon_Light';
     src: url(./fonts/Brandon_light.otf) format('truetype');
}

@font-face {

  font-family: 'Brandon_Black';
     src: url(./fonts/Brandon_blk.otf) format('truetype');
}

@font-face {

  font-family: 'Butler_ExtraBold';
     src: url(./fonts/Butler_ExtraBold.otf) format('truetype');
}

@font-face {

  font-family: 'Brandon_reg';
     src: url(./fonts/Brandon_reg.otf) format('truetype');
}

@font-face {

  font-family: 'Butler_ExtraBold';
     src: url(./fonts/Butler-ExtraBold.otf) format('truetype');
}

@font-face {

  font-family: 'Butler_Bold';
     src: url(./fonts/Butler-Bold.otf) format('truetype');
}

@font-face {
		
  font-family: 'Butler_Regular';
     src: url(fonts/Butler_Regular.otf) format('truetype');
}

.OurRangePage .testimonials-section {
    padding: 2px 20px 13px;
}

.slider-section .home-services-gist__item {
	width: 100%;
	height: 565px;
    max-height: 565px;
    display: table;
}

.slider-section .__item-description p:first-child{
	margin: 0px;
}

.slider-section hr {
    max-width: 100px;
    border: 1px solid #b98a27;
}

.slider-section .featured-item .__item-title {
	padding-bottom: 11px;
	max-width: 630px;
    margin: auto;
}

.slider-section .featured-item .__item-description {
	padding-top: 15px;
	text-align: center;
}

.slider-section .featured-item--padded {
	display: table-cell;
    vertical-align: middle;
}

.slider-content-position {
    display: inline-block;
    background-color: #e4d1b0;
    width: 45%;
}

.amazingslider-nav-1 {
	display: none !important;
}

.slider-position{
	width:55%;
    display: inline-block;
    float: right;
}

#instafeed img {
    width: 20%;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 565px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.newsletter-holder .featured-item--padded {
    padding-top: 0px;
    padding-bottom: 0px;
}


.page-footer .footer-bottom {
	padding-bottom: 30px;
}

.createdby {
	font-family: 'Brandon_med';
}

.createdby a{
	font-family: 'Brandon_med';
	color: #7d7d7d;
	text-decoration: none;
}

.fieldset-placeholder {
	padding: 0px;
	margin: 0;
	border: 0px;
	font-size: 16px;
	font-family: 'Brandon_Light';
}

.icon-image-animation {
	visibility: hidden;
}

.w3-black {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w3-black span {
	color: #ffffff;
}

/*
#animation-fadein{
	 opacity:0;
	 transition: .2s ease-in;
}
*/
 #button-arrow {
	 opacity:1;
	 transition: 1s ease-in;
	 position: absolute;
}
/*.hideme
{
    opacity:0;
}
*/

/*.selectBox {
	display: none;
}
*/

.g-recaptcha {
	padding-top: 20px;
}

form {
 margin: 0;
}

.navigation-links .__item {
     padding-left: 0px; 
     padding-right: 0px; 
}

.main-navigation .navigation-links .__link {
    font-family: 'Brandon_Light';
	font-size: 20px;
	color: #000;
	padding: 16px 15px 40px;

}

.main-navigation .__highlighted-link a {
	font-family: 'Brandon_Light';
	font-size: 20px;
	color: #000;
	font-weight: 200;
}

.main-navigation .__highlighted-link a:hover {
	color: #B98A27;
}

.main-navigation .__highlighted-link .phone_link:hover {
	color: #000;
}




.dropdown-menu li a {
	/*font-family: 'Brandon_reg';
	color: #B98A27;
    padding: 2px 30px;
	border: 2px solid #B98A27;
	border-radius: 20px;
	transition: 0.2s ease-out;*/
	font-family: 'Brandon_reg';
    color: #B98A27;
    padding: 2px 30px;
    border-radius: 0px;
    transition: 0s ease-out;
    height: 55px;
    padding-top: 16px;
    font-size: 18px;
}

.dropdown-menu li a:hover {
	/*font-family: 'Brandon_reg';
	color: #ffffff;
	border: 2px solid #B98A27;
	background-color: #B98A27;
	text-decoration: none;
	transition: 0.2s ease-in;
	*/
	font-family: 'Brandon_reg';
    color: #ffffff;
    background-color: #B98A27;
    text-decoration: none;
    transition: 0s ease-in;
    border-radius: 0px;
    height: 55px;
    padding-top: 16px;
    transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);  
}

.dropdown-menu li {
	margin: 0px 20px;
}

.dropdown-menu .sub-dropdown-li {
	display: inline-block;
}

.dropdown-menu .sub-dropdown-li a {
	color: #ffffff;
}

.dropdown-menu .sub-dropdown-li a:hover {
	color: #B98A27;
	background-color: #F6F6F6;
}

.dropdown-menu {
	/*list-style-type: none;
    display: inline-flex;
   	margin-top: 40px;
    margin-bottom: 37px;
    padding: 0;*/
    list-style-type: none;
    display: inline-flex;
    margin-top: 0px;
    padding: 0;
}

.dropdown-container {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.logo-name {
	font-family: 'Brandon_Black';
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	display: inline-block;
    position: relative;
    top: -27px;
    left: 20px;
	letter-spacing: 3px;
}

.logo-name:hover {
	color: #B98A27;
}

.mobile {
	width: 100%;
    position: relative;
    top: -3px;
}

.phone-m {
	max-width: 49px;
}

.page-banner {
    width: 100%;
    height: 800px;
}

.banner-content p {
	font-family: 'Butler_ExtraBold';
    font-size: 80px;
    color: #B98A27;
    margin: 0;
    padding: 0px 0px 0px 16%;
}

.banner-content {
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
}

.arrow {
	top: 700px;
	/*top: 60%;*/
    left: 48.5%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
	-webkit-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
	transition: 2s;
}

.ProductPage .arrow {
	top: 420px;
}

.arrow a {
	-webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
 
.panels {
	float: left;
	width: 50%;
}

.home-services-gist {
    max-width: 100%;
    margin-bottom: 0px;
	padding: 13px 20px 13px;
	background-clip: content-box;
    background-color: #F6F6F6;
}

.featured-item--confined {
	max-width: 100%;
}

.featured-item .__item-title {
    font-family: 'Butler_ExtraBold';
	font-size: 30.5px;
	color: #000;
}

.home-services-gist .__item-image {
  /*  padding-top: 12%; */
	line-height: 0px;
}

.home-services-gist .__item-image img {
    width: 80px;
}

.home-services-gist .__item-image .icon-animation201,
.home-services-gist .__item-image .icon-animation204,
.home-services-gist .__item-image .icon-animation205,
.home-services-gist .__item-image .icon-animation287,
.home-services-gist .__item-image .icon-animation288,
.home-services-gist .__item-image .icon-animation289,
.home-services-gist .__item-image .icon-animation290,
.home-services-gist .__item-image .icon-animation291,
.home-services-gist .__item-image .icon-animation292,
.home-services-gist .__item-image .icon-animation294,
.home-services-gist .__item-image .icon-animation295,
.home-services-gist .__item-image .icon-animation298,
.home-services-gist .__item-image .icon-animation299,
.home-services-gist .__item-image .icon-animation300,
.home-services-gist .__item-image .icon-animation301,
.home-services-gist .__item-image .icon-animation615,
.home-services-gist .__item-image .icon-animation616,
.home-services-gist .__item-image .icon-animation617


{
    width: 134px;
}


.home-services-gist .__item-image .icon-animation364,
.home-services-gist .__item-image .icon-animation365,
.home-services-gist .__item-image .icon-animation366
 {
    width: 140px;
}


.home-services-gist .__item-image .icon-animation367,
.home-services-gist .__item-image .icon-animation368,
.home-services-gist .__item-image .icon-animation369
 {
    width: 80px;
}


.featured-item .__item-description {
	font-family: 'Brandon_Light';
	font-size: 15px;
	color: #000;
	padding: 0px 20%;
	line-height: 35px;
	padding-bottom: 40px;
}

.home-heading {
    padding: 0px 0px 3px;
}

.find-out {
	font-family: 'Brandon_reg';
    color: #B98A27;
    border: 2px solid;
    width: 100%;
    border-radius: 15px;
    font-size: 14px;
	background-color: transparent;
	max-width: 140px;
	transition: 0.2s ease-in;
	font-weight: bold;
}

.find-out:hover {
	color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.2s ease-out;
    background-color: rgb(185, 138, 39);
	border-color: #B98A27;
}

.panels-mid-left {
	background-color: #B98A27;
	padding: 0px 20px 13px;
}

.panels-mid-left .featured-item .__item-description {
    padding: 0px 8%;
}

.panels-mid-left .featured-item .__item-description p{
    width: 300px;
    text-align: left;
    color: #fff;
    line-height: 25px;
}

.panels-mid-left .featured-item .__item-title {
	padding: 0px 8%;
	color: #fff;
	text-align: left;
}

.panels-mid-left .__item-image {
    padding-top: 5.5%;
    padding-left: 8%;
	padding-bottom: 15px;
}

.panels-mid-left .__item-image img {
    width: 52px;
}

.panels-mid-left .featured-item {
	text-align: left;
}

.panels-mid-left .featured-item .__item-description .get-comfort {
	font-family: 'Brandon_med';
	line-height: 13px;
}

.panels-mid-left .find-out {
	color:#FFFFFF;
	width: 100%;
}

.panels-mid-left .find-out:hover {
	color: #ffffff;
    text-decoration: none;
    transition: 0.2s ease-out;
    background-color: #b98a27;
    border-color: #b98a27;
}

.panels-mid-right {
	background-color: #000;
	padding: 0px 20px 13px;
}

.panels-mid-right .featured-item .__item-description {
    padding: 0px 8%;
	float: right;
}

.panels-mid-right .featured-item .__item-description p{
    width: 300px;
    text-align: right;
    color: #fff;
    line-height: 25px;
}

.panels-mid-right .featured-item .__item-title {
	padding: 0px 8%;
	color: #fff;
	text-align: right;
}

.panels-mid-right .__item-image {
    padding-top: 8%;
    padding-right: 8%;
	padding-bottom: 25px;
}

.panels-mid-right .__item-image img {
    width: 12%;
}

.panels-mid-right .featured-item {
	text-align: right;
}

.panels-mid-right .featured-item .__item-description .get-comfort {
	font-family: 'Brandon_med';
	line-height: 13px;
}

.panels-mid-right .find-out {
	color:#FFFFFF;
	width: 50%;
}

.panels-mid-right .find-out:hover {
	color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.2s ease-out;
    background-color: #ffffff;
}

.newsletter-tiles-section {
	padding-bottom: 10px;
}
.newsletter-tiles-section .__item {
	padding-top: 0px;
	padding-right: 0%;
    padding-left: 0%;
 	margin-bottom: 0%; 
}

.newsletter-tiles-section .__item-image img {
	height: 100%;
}
/*
.newsletter-tiles-section .featured-item .__item-image {
	padding-bottom: 0px;
}
*/
.featured-item::after {
	 border: 0px solid #E9E9E9;
     box-shadow: 0 0 10px 0 rgba(0,0,0,0); 
}

.newsletter-tiles-section .__item-title {
	color:#B98A27;
	min-height: 0px;
} 

.newsletter-tiles-section .__item-description {
	color:#B98A27;
	line-height: 25px;
    padding: 0px 20px;
} 

.booknow-section {
	background-color: #b98a27;
    padding-bottom: 0px;
    padding-top: 0px;
	padding: 0px 20px;
    background-clip: content-box;
	position: fixed;
    z-index: 99999;
    bottom: 0px;
    right:  0;
	width: 100%;
    max-width: 350px;
}

.button-hide {
	text-align: left;
}

.button-hide #hides  {
	background-color: transparent;
    border: none;
    width: 30px;
	display: block !important;
}

.button-hide #hides hr {
	border: 1px solid #ffffff;
}

.booknow-section p {
	padding: 5px 30px 25px;
    text-align: center;
    color: white;
	font-family: 'Brandon_reg';
	font-size:20px;
	margin:0;
}

.booknow-section span {
	padding-left: 0px;
	padding-bottom: 20px;
}

.find-out-container {
	text-align: center;
	padding-bottom: 30px;
}

.booknow-section .find-out {
	color: #ffffff;
	width: 100%;
}

.booknow-section .find-out:hover {
	color: rgb(185, 138, 39);
    text-decoration: none;
    transition: 0.2s ease-out;
    background-color: #ffffff;
	border-color: #ffffff;
}

.newsletter-holder .featured-item .__item-description {
	padding: 0px 8%;
    text-align: left;
}

.newsletter-holder {
	background-color: #E4D1B0;
	padding: 0px 20px 0px;
}

.newsletter-holder .__item-title {
	padding: 0% 8% 0px;
	color: #000;
	text-align: left;
}

.newsletter-holder .name,
.newsletter-holder .email{
	padding: 7px 0px;
}

.newsletter-holder .submit {
	padding: 10px 0px 0px;
}

.newsletter-holder .name input[type="text"]::-webkit-input-placeholder , 
.newsletter-holder .email input[type="email"]::-webkit-input-placeholder {
	
	color: #000;
}

.newsletter-holder .name input[type="text"] {
	font-family: 'Brandon_reg';
    background-color: transparent;
   /* border: 2px solid #b98a27; */
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 5px 20px;
    width: 50%;
    outline: none;
    font-size: 14px;
    background-color: #fff;
}

.newsletter-holder .email input[type="email"] {
	font-family: 'Brandon_reg';
    background-color: transparent;
   /* border: 2px solid #b98a27; */
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 5px 20px;
    width: 50%;
    outline: none;
    font-size: 14px;
    background-color: #fff;
}

.newsletter-holder .submit input[type="submit"] {
	font-family: 'Brandon_reg';
	background-color: #B98A27;
	text-align: center;
	font-size: 14px;
	border: 1px solid #B98A27;
    border-radius: 20px;
	width: 25%;
	transition: all 0.2s ease-in;
	max-width: 140px;
	color:#ffffff
}

.newsletter-holder .submit input[type="submit"]:hover {
	border: 1px solid #ffffff;
	color: #B98A27;
	background-color: #ffffff;
	transition: all 0.2s ease-out;
}

.social-section {
    background-color: #000000;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 0px 20px;
    background-clip: content-box;
} 

.social-section p {
	padding: 15px 15px 10px;
    text-align: center;
    color: white;
    margin: 0;
}

.social-section span {
	padding: 0px 10px;
}

.instagram-feed {
	background-color: #ffffff;
    padding: 11px 20px 9px;
    background-clip: content-box;
}

.page-footer {
    padding-top: 0px;
    padding: 0px 20px 0px;
    background-clip: content-box;
    background-color: #2F2F2F;
}
.page-footer header {
	color: white;
}

.page-footer .footer-menu {
    width: 21%;
	/*width: 19.7%;*/
    display: inline-table;
	padding: 0px 40px;
}

.page-footer .footer-menu .footer-menu-title {
	font-family: 'Brandon_Bold';
	text-align: left;
	letter-spacing: 1px;
}

.page-footer .footer-menu ul {
	text-decoration: none;
    list-style: none;
	text-align: left;
	padding-left: 0px;
}

.page-footer .footer-menu ul>li>a {
	color:#ffffff;
	font-family: 'Brandon_med';
	letter-spacing: 1px;
	transition: 0.2s ease-in;
}

.page-footer .footer-menu ul>li>a:hover {
	color:#B98A27;
	text-decoration: none;
	transition: 0.2s ease-out;
}

.social-icons a img {
	transition: 0.2s;
	filter: grayscale(100%);
	
}

.social-icons a:hover img {

	transition: 0.2s;
	filter: grayscale(0%);
	
}

.panels-left-holder {
	text-align: right;
	display: table-cell;
    vertical-align: middle;
}

.panels-left-holder .__item-title {
	font-family: 'Butler_ExtraBold';
    padding-right: 15%;
    font-size: 50.5px;
    color: #ffffff;
}

.panels-left-holder .__item-description {
    padding-right: 15%;
    color: #ffffff;
}

.panels-right-holder .__item-title {
    font-family: 'Butler_ExtraBold';
    padding-left: 15%;
    /* padding-top: 18%; */
    font-size: 50.5px;
    text-align: left;
    color: #ffffff;
}

.panels-right-holder .__item-description {
    padding-left: 15%;
    color: #ffffff;
    text-align: left;
}

.panels-left-holder p, .panels-right-holder p  {
	font-family: 'Brandon_med';
}

.home-panels .find-out:hover {
	color: #b98a27;
	background-color: #ffffff;
	border-color: #ffffff;
}

.image-qoutes p{
	font-family: 'Butler_Bold';
    max-width: 800px;
    margin: auto;
    font-size: 25px;
    text-align: left;
    line-height: 40px;
	padding-top: 110px;
}

.image-qoutes p span{
	font-family: 'Brandon_reg';
    font-size: 15px;
    padding-left: 0px;
}

blockquote:before {
 
}

blockquote {
	font-family: 'Butler_Bold';
    max-width: 800px;
    margin: auto;
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    display: inline-flex;
	padding-bottom: 15px;
	text-align: left;
}

.image-qoutes span {
	color:#ffffff;
	padding-left: 0px;
}

.message-panels .__item-image img{
	height: inherit;
}

.our-range {
	padding: 0px 20px 0px;
	background-color: #ffffff;
}

.product-info {
	/*top: 50%;
    padding: 10% 4%;
    width: 47%;
    background-color: #E4D1B0;
    background-clip: content-box;
    */
    top: 50%;
    padding-top: 156px;
    width: 47%;
    background-clip: content-box;
}

.product-details {
	/*padding: 10%;*/
	padding: 6%;
    width: 600px;
    background-color: #E4D1B0;
    margin: auto;
}

.product-details hr {
	height: 1px;
    color: #000000;
    background-color: #000000;
    border: none;
    margin: 0;
	margin-bottom: 0.5em;
}

.product-details .product-title {
	font-family: 'Butler_ExtraBold';
	font-size: 60px;
}

.product-details .product-desc {
	font-family: 'Brandon_Light';
	font-size: 16px;
	color:#000000;
}

.product-details .product-desc .dashed {
	list-style-type: none;
	padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details .product-desc .dashed li {
	font-size: 14px;
}

.product-details .product-desc ul.dashed > li:before {
	content: "-";
	padding: 10px 5px 10px 0px;
}

.product-details .product-model {
	font-family: 'Brandon_Light';
	color: #000000;
	font-size: 18px;
}

.product-details .product-model p {
	margin: 0px;
    margin-bottom: .5em;	
}

.gas {
	padding-bottom: 0.5em;
}

.gas .gas-icon {
	width: 16px;
	position: relative;
	top: 5px;
}

.gas .gas-left, .gas .gas-right {
	font-family: 'Brandon_Light';
	font-size: 18px;
	display: inline-block;
	padding: 0px 10px 0px 5px;
} 

.product-buttons {
	padding: 15px 0px 7px;
}

.product-buttons .find-out {
    padding-left: 30px;
    padding-right: 30px;
    width: 180px;
    max-width: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
}

.product-buttons .find-out:hover {
	border: 2px solid #fff;
    color: #B98A27;
	background-color: #fff;
}

.TechSpecsPage .panels-left {
	height: 400px;
}

.product-buttons .buttons-left, .product-buttons .buttons-right {
	display: inline-block;
	padding-right: 3px;	
}

.specifics-holder {
	background-color: #E6E6DE;
    padding: 0px 20px 0px;
}

.specifics-holder .featured-item .__item-description {
	padding: 3px 8% 10px 0%;
    text-align: left;
    max-width: 500px;
    line-height: 25px;
 	padding-bottom: 15px;
}

.specifics-holder .__item-title {
	max-width: 500px;
	padding-bottom: 1px;
}

.specific-button {
	padding: 0px 8% 10px 0%;
    text-align: left;
    max-width: 500px;
}

.specific-button .specific-button-left {
	padding-right: 31px;
}

.specific-button .specific-button-left,
.specific-button .specific-button-right {
	display: inline-block;
}

.specific-button .find-out {
	padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border: 2px solid #B98A27;
    color: #B98A27;
	max-width: 200px;
}

.specific-button .find-out:hover {
    border: 2px solid #B98A27;
    color: #ffffff;
}

.slider-section {
	padding-bottom: 0px;
}

.slider-container {
	position: absolute;
    top: 0px;
    max-width: 330px;
    left: 14%;
    padding: 3% 3.5% 12.7%;
    background-color: #E4D1B0;
}

.slider-container hr {
	height: 1px;
    color: #000000;
    background-color: #000000;
    border: none;
    margin: 0;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.slider-container .slider-title {
	font-family: 'Bradon_reg';
	font-size: 25px;
}

.slider-container .slider-content {
	font-family: 'Brandon_Light';
}

.slider-container .find-out {
	width: 100%;
	border: 2px solid #B98A27;
    color: #B98A27;
}

.slider-container .find-out:hover {
	border: 2px solid #B98A27;
    color: #ffffff;
}

.slider-container .specific-button-right {
	padding-top: 10px;
}

.masterpanel {
	height: 700px;
}

.customisable-product {
	height: 500px;
}

.panels-small {
	height: 400px;
}

.range-list {
	height: 400px;
}

.our-story {
	padding: 0px 20px 0px;
}

.our-story .masterpanel {
	max-height: 550px;
}

.our-story .panels {
	width: 100%;
}

.our-story .home-services-gist__item {
	width: 100%;
}

.our-story .featured-item .__item-description {
	padding: 20px 0% 40px;
    /* display: inline-flex; */
    max-width: 700px;
    margin: auto;

}

.our-story .featured-item .__item-description p.p1 {
	max-width: 550px;
    text-align: left;
    padding: 0 20px;
    font-size: 15px;
    line-height: 30px;
	font-family: 'Brandon_reg';
}

.our-story .featured-item .__item-title {
	max-width: 1060px;
	font-size: 40px;
    margin: auto;
    text-align: left;
    padding-top: 2%;
	max-width: 800;
	text-align: center;
}

.our-story .form-action {
    max-width: 1060px;
    margin: 0px auto 40px;
    text-align: left;
}

.home-master-panel hr {
	max-width: 0%;
    border: 1px solid #b98a27;
}

.home-master-panel .featured-item .__item-title {
    padding-bottom: 9px;
    max-width: 660px;
	margin: auto;
}

.home-master-panel .featured-item .__item-description {
    padding-top: 0px;
    text-align: center;
}

.testimonials-section {
	padding: 11px 20px 11px;
}

.customisable-product-panel .featured-item .__item-title {
	padding-top: 17%;
	padding-bottom: 8px;
}

.customisable-product-panel hr{
	padding-top: 50px;
	padding-bottom: 0px;
}

.customisable-product-panel .featured-item {
	max-width: 333px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transform: translate(0%, 10%);
}   

.customisable-product-panel .featured-item .__item-description{
	padding: 8px 0px;
	border-top: 1.8px solid #000000;
    border-bottom: 1.8px solid #000000;
	
}  

.customisable-product-panel 
.featured-item 
.__item-description p{
	text-align: left;
	margin: 0;
}

.customisable-product-panel 
.featured-item 
.__item-description .customize-number{
	font-family: 'Brandon_med';
}

.customisable-product-panel .featured-item .buttonPanels {
	padding-bottom: 16px;
    border-bottom: 1.8px solid;
    margin-bottom: 50px;
	text-align: left;
}

.customisable-product-panel 
.featured-item 
.buttonPanels p {
 	font-family: 'Brandon_Light';
	font-size: 15px;
}

.customisable-product-panel 
.featured-item 
.buttonPanels button {
 	width: 65px;
    height: 60px;
    margin-right: 14.7px;
	border: none;
}

.dropdown-customize select {
	width: 150px;
    margin-left: 20px;
    font-size: 13px;
}
   
.selectify__fake-select  {
	display: none;
}

.selectify__options, .selectify__options.opened {
	display: none;
}


button#one:active
{
    background-color: #B98A27 !important;
}

button#one:focus
{
    background-color: #B98A27 !important;
}

.techspecs-range h2 {
	text-align: center;
	font-family: 'Butler_ExtraBold';
	font-size: 45px;
	padding-top: 0px;

}

.techspecs-range h4 {
	text-align: center;
    font-family: 'Brandon_Light';
    font-weight: normal;
    max-width: 420;
    margin: auto;
    padding-bottom: 40px;
    font-size: 18px;
}

.techspecs-range .panels {
	width: 49.5%;
}

.techspecs-range {
	padding-bottom: 20px;
}

.techspecs-range .panels-left-holder .__item-title,
.techspecs-range .panels-right-holder .__item-title {
	padding-right: 0;
	font-size: 33px;
    text-align: left;
	padding-left: 20%;
	padding-top: 0%;
	line-height: 25px;
}

.techspecs-range .panels-left-holder .__item-description hr,
.techspecs-range .panels-right-holder .__item-description hr{
 	border: 0;
    border-top: 1px solid #ffffff;
    margin: 10px 0px 14px;
}

.techspecs-range .panels-left-holder .__item-description,
.techspecs-range .panels-right-holder .__item-description

{
	width: 320px;
    text-align: center;
    padding: 0px 20%;
	transition: 0.3s ease-in;
}

.techspecs-range .panels-left-holder .__item-description select,
.techspecs-range .panels-right-holder .__item-description select{
	width: 100%;
    background: transparent;
    border-color:transparent;
	font-family: 'Brandon_reg';
	background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-indent: 10px;
	font-size: 16px;
	padding-left: 50px;
}

.techspecs-range .panels-left {
	margin-right: 1%;
}

.h1-seo {
 position: absolute;
 left:-500px;
}


.techspecs-range .panels-right-holder .__item-description .select-style,
.techspecs-range .panels-left-holder .__item-description .select-style{
    padding: 0;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
    background: transparent url("images/arrowdown1.png") no-repeat 90% 50%;
    max-width: 200px;
    margin: auto;
}

.techspecs-range .panels-right-holder .__item-description.select-style select,
.techspecs-range .panels-left-holder .__item-description.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
   
}

.techspecs-range .panels-right-holder .__item-description .select-style select:focus,
.techspecs-range .panels-left-holder .__item-description .select-style select:focus{
    outline: none;
}



.techspecs-range .panels-left-holder .__item-description .find-out,
.techspecs-range .panels-right-holder .__item-description .find-out{
	width: 100%;
	max-width: 100%;
}

.techspecs-range .panels-left-holder .__item-description .find-out:hover,
.techspecs-range .panels-right-holder .__item-description .find-out:hover{
	
	background-color: #ffffff;
	color: #B98A27;
	border-color: #ffffff;
		
}

.techspecs-range .panels-left-holder .__item-description form,
.techspecs-range .panels-right-holder .__item-description form {
	margin-bottom: 0;
	margin-top: 1em;
}

.techspecs-range .techspecs-image {
	height:inherit;
	display:table-cell; 
	width:100%;
}

.techspecs-range .panels-left-holder {
	display: table-cell;
	width: 100%;
}

.techspecs-range .panels-right-holder {
	display: table-cell;
}

.contact-us-section {
    background-color: #F6F6F6;
	padding-left: 20px;
	padding-right: 20px;
	background-clip: content-box;
	padding-bottom: 0px;
}

.contact-us-section h3 {
    margin-top: 0px;
}

.contact-us-section .align-form {
	max-width: 700px;
	margin: 0 auto;
	padding-top: 4%;
	padding-bottom: 4%;
}

.contact-us-section h3 {
	font-family: 'Butler_ExtraBold';
	font-size: 30.5px;
	margin-bottom: 18px;
}

.contact-us-section p {
	font-family: 'Brandon_Light';
	font-size: 21px;
	margin: 0;
}

.contact-us-section .contact {
    color: #b98a27;
}

.contact-us-section .contact strong{
    color: #000;
}

.contact-us-section input[type="text"],
.contact-us-section input[type="email"] {
	height: 35px;
    width: 100%;
}

.contact-us-section fieldset {
	font-family: 'Brandon_Light';
	border: 1px solid rgba(255, 255, 255, 0);
    margin: 0 0px;
    padding: 2em 0px 0.65em;
	font-size: 16px;
	    
}

.contact-us-section .name-placeholder {
    padding: 2em 0px 0.65em;
	font-size: 16px;
}

.contact-us-section .inline {
	/*display: inline-block;*/
	padding-right: 20px;
}

.contact-us-section .top-contact {
	 max-width: 391px;
}

.contact-us-section .block {
	display: block;
	padding-right: 20px;
}

.contact-us-section .bottom-contact-inline {
	display: table-cell;
    max-width: 391px;
    width: 391px;
}

.contact-us-section .message-container {
	display: table-cell;
	padding-left: 15px;
}

.contact-us-section textarea {
	height: 137px !important;
	border-color: #CCCCCC;
    resize: none !important;
	width: 294px;
	overflow: inherit!important;
    word-wrap: normal!important;
}

.contact-us-section .submit-form {
	padding-top: 2em;
}

.contact-us-section .submit-form .find-out{
	border-color: #808184;
	color:#808184;
}

.contact-us-section .submit-form .find-out:hover{
	background-color: #B98A27;
	border-color: #B98A27;
	color:#ffffff;
}

.contact-us-section form {
	margin-bottom: 0px;
}

.book-a-visit {
	background-color: #B98A27;
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
	background-clip: content-box;
}

.book-a-visit h3 {
	color:#ffffff;
}

.book-a-visit .book-form {

    width: 300px;
}

.book-a-visit form {
		float: right;
}


.book-a-visit fieldset {
	padding-top: 21px;
	color:#ffffff;
	line-height: 13px;
}

.book-a-visit fieldset:first-child{
	padding-top: 0;
}

.book-a-visit .submit-form .find-out{
	width: 100%;
	border-color: #ffffff;
    color: #ffffff;
}

.book-a-visit .submit-form .find-out:hover{
	border-color: #ffffff;
	background-color: #ffffff;
    color: #B98A27;
}

.contact-us-section .success-message {
	
    font-size: 17px;
    color: #b98a27;
    font-family: 'Brandon_black';
}

.contact-us-section .success-message:first-child {
	padding: 20px 0px 0px;
	font-size: 17px;
    color: #b98a27;
    font-family: 'Brandon_black';
}

.contact-us-section .message-success-container {
	padding-top: 20px;
}

.book-a-visit .message-success-container {
    padding-top: 0px;
}

.book-a-visit .message-success-container .success-message {
    color:#ffffff;
}

.book-a-visit .contact {
	margin-bottom: 28px;
}

.book-a-visit p{
	color:#ffffff;
}

.contact-us-section .success-message:first-child {
	color:#ffffff
}

.specifics-holder .videopanels {
    text-align: right;
    padding: 3.2%;
}

.specifics-holder  .__item-title {
    padding: 9% 0px 20px;
    color: #000;
    text-align: left;
}

.specifics-holder .specific-button {
	max-width: 800px;
}

.specific-button .specific-button-left, .specific-button .specific-button-right {
    width: 210px;
    padding-bottom: 10px;
}

.map-div {
	overflow:hidden;
	height:500px;
	width:100%;
	padding-left:20px;
	padding-right:20px;
}

#jssor_1 {
	width: 100% !important;
}

.slider-contents h2 {
	font-family: 'Butler_Bold';
	color:#000000;
	text-align: left;
	height: 30px;
	margin-bottom: 15px;
}

.sliderposistion {
	padding-top: 10%;
}

.slider-contents p {
	line-height: 15px;
	font-family: 'Brandon_Light';
	color: #000000;
	
}


.slider-contents  .find-out {
    font-family: 'Brandon_reg';
    color: #000000;
    border: 1px solid;
    text-align: center;
    font-size: 8px;
    width: 70%;
    height: 17px;
    border-radius: 15px;
    /* font-size: 14px; */
    background-color: transparent;
    max-width: 140px;
    transition: 0.2s ease-in;
}

.slider-section .seq .seq-in .seq-title h2 {
	background-color: transparent;
    color: #000000;
    font-family: 'Butler_Bold';
    line-height: 0px;
    font-size: 30px;
    padding-top: 35%;
    width: 100%;
    max-width: 300px;
    margin: auto;
    letter-spacing: 1px;
    display: block;
    float: none;
    text-align: left;
    padding-left: 0;
}

.slider-section .seq .seq-in .seq-title hr {
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	margin-top: 0px;
	max-width: 300px;
}


.slider-section .seq .seq-in .seq-title p {
	line-height: 20px;
	font-family: 'Brandon_Light';
	color: #000000;
	max-width: 300px;
	margin: auto;
	font-size: 15px;
	
}

.slider-section .seq .seq-in .seq-title form {
	max-width: 300px;
    margin: auto;
    padding-top: 20px;
}


.slider-section .seq .seq-in .seq-title input[type="submit"] {
	width: 100%;
}
  
.button-navigation {
	border: 0;
    background-color: transparent;
}

.menu-mobile {
	display: none;
}

.product-info16 {
	padding-top: 241.5px;
}

.product-info {
    padding-top: 230px;
}

.product-info19 {
	padding-top: 255px;
}	

.image-mobile-logo {
	display: none;
}

.panels-mid-right .__item-image .icon-animation218,
.panels-mid-right .__item-image .icon-animation219 {
	width: 95px;
}

.black-band {
	display: block;
}

.home-master-panel {
	display: table;
}

.home-master-panel .masterpanel {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.home-master-panel .home-services-gist__item {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 30px 0px;
}

.new-home-heading {
	padding: 0px 20px 0px;
	margin-top: 110px;
}

.new_banner {
	height: 500px;
}

.new-heading-container {
	height: 100%;
    width: 100%;
    display: table;
}

.new-home-heading-title {
	display: table-cell;
    vertical-align: middle;
}

.new-home-heading-title h1 {
	font-family: 'Butler_ExtraBold';
    font-size: 80px;
	padding-left: 10%;
	color: #fff;
}

.size-list-container {
	text-align: center;
    background-color: #b98a27;
	background-clip: content-box;
	padding: 13px 20px 0px;
}

.size-list-container .product-buttons {
	display: inline-block;
    padding: 20px;
}

.size-list-container .product-buttons .buttons-right {
	padding: 15px 5px;
}

.size-list {
	display: inline-block;
    max-width: 140px;
    width: 100%;
	padding: 22px 20px 18px;
}

.size-list-title {
	font-family: 'Brandon_med';
	text-transform: uppercase;
	color: #fff;
    font-size: 20px;
	margin: 0px;
	display: inline-block;
	padding-top: 35px;
}

.size-list a {
    font-family: 'Brandon_Bold';
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    border: 2px solid #b98a27;
    color: #b98a27;
    max-width: 200px;
    border-radius: 40px;
}

.size-list a:hover {
	color:#fff;
	background-color: #b98a27;
	text-decoration: none;
	transition: 0.2s ease-in;
}

.productsize-panel-container {
	display: table;
    width: 100%;
	padding: 0px 20px;
	margin-top: 110px;
}

.productsize-image {
	height: 700px;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.productsize-content {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background-color: #E4D1B0;
	padding-left: 7%;
	padding-right: 7%;
}

.productsize-content p {
	font-family: 'Brandon_Light';
    font-size: 20px;
	margin: 0px;
}

.productsize-content hr {
	height: 1px;
    color: #000;
    background-color: #000;
    border: none;
    margin: 0 0 .5em;
}

.productsize-content ul.dashed>li {
	list-style: none;
	font-family: 'Brandon_Light';
	font-size: 18px;
}

.productsize-content ul.dashed>li:before {
	content: "-";
	padding: 10px 5px 10px 0;
}

.productsize-content h1{
	font-family: 'Butler_ExtraBold';
    font-size: 60px;
    margin: 0px;
}

.dashed {
	padding: 0px;
}

.productsize-content .product-buttons .find-out {
	border: 2px solid #B98A27;
	color: #B98A27;
}

.productsize-content .product-buttons .find-out:hover {
	background-color:#B98A27;
	color: #fff;
}

.page-banner {
	margin-top: 110px;
}

.techspecs-range .panels-left-holder .__item-description select option:checked,
.techspecs-range .panels-right-holder .__item-description select option:checked {
	color:#fff;
}

.techspecs-range .panels-left-holder .__item-description select option,
.techspecs-range .panels-right-holder .__item-description select option {
	color:#000;
}

@media (min-width: 768px) {
	
	.main-navigation--sticky {
		top: -110px;
		transition: 0.6s;
	}
	
	.homepage-index .main-navigation {
    	padding: 16px 6.0% 0;
		transition: 0.6s ease-out;
	}
	
	.main-navigation .__brand {
		height: 100%;
    	margin-top: 5px; 
		max-width: 200px;
		left: 0%;
		padding-left: 0px;
	}
	
	.homepage-index .nav-header {
    	/*padding-bottom: 110px;*/
    	padding-bottom: 110px;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 9999999;
	}

	.main-navigation .navigation-links .__link:hover {
		color: #B98A27;
	}
	
	.main-navigation .__links-container {
		padding-top: 7px;
		width: 73.66667%;/* turn off */
	}
	
	.main-navigation .__highlighted-link {
		padding-top: 18px;
	   	padding-right: 0%; 
		right: 0%;
	}
	
	.our-stuff-section .__items {
		padding: 0px 0 0px;
	}
	
	.message-panels .__item {
		/*padding-top: 30px;*/
		padding-top: 65px;
		padding-bottom: 60px;
	}
	.our-range .home-services-gist__item {
		padding-bottom: 13px;
	}
	
	.slider-section .__items {
		padding: 0px 20px;
	}
	
	.home-heading {
    	max-width: 100%;
	}
	
	.techspecs-range .home-services-gist__item {
		width: 49.5%;
	}
}

@media (min-width: 900px) {
	.arrow a:hover .arrow-normal, .arrow a .arrow-color {
		display: none;
	}
	
	.arrow a:hover .arrow-color {
		display: block;
		transition: 0.10s ease-out;
	}
}

@media (min-width: 992px) {
	.featured-item--padded {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.main-navigation, .main-navigation .__navigation-container {
		max-width: 2000px;
	}
	
	.home-heading {
		max-width: 2000px;
	}
	
	.our-story .featured-item--padded {
		padding-top: 70px;
		padding-bottom: 51px;
	}
	.clear-padding {
		padding-top: 20%;
	}
	
	.js-footer {
	    position: relative !important;
		z-index: 1 !important;
	}

}



@media (min-width: 1200px) {
	.main-navigation, .main-navigation .__navigation-container {
		max-width: 2000px;
		width: 100%;
	}
	
	.home-heading {
		max-width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	
    .client-work .header {
		max-width: 1100px;
	}
	
	.slider-section .__items {
	 	max-width: 100%
	}
}

@media (min-width: 1300px) {
	.main-navigation, .main-navigation .__navigation-container {
		max-width: 3540px;
		width: 100%;
	}
	
}

@media (min-width: 1450px) {
	.homepage-index .header-home {
    	padding: 0px 20px 0px;
	}
}

@media only screen and (max-width: 1900px) {
	.animation-display .featured-item--padded {
		display: table-cell;
		vertical-align: middle;
	}
	
	.animation-display .home-services-gist__item {
	    display: table;
		height: 700px;
	}
}

    
@media only screen and (max-width: 1599px) {
	.product-info {
	    padding-top: 160px;
	}
	
	.arrow {
		top: 600px;
	}
	
}

@media only screen and (max-width: 1541px) {
	.homepage-index .main-navigation {
    	padding: 16px 2.0% 0;
		transition: 0.6s ease-out;
	}
	
	.product-info {
		padding-top: 170px;
		
	}
	
	.product-details {
    	width: 500px;
	}
	
	.product-details .product-model {
    	font-size: 15px;
    }
    
    .product-info19 {
	    padding-top: 196px;
	}
}

@media only screen and (max-width:1390px) {
	.techspecs-range .panels-left-holder .__item-description, .techspecs-range .panels-right-holder .__item-description {
		width: 200px;
		text-align: center;
		padding: 0px 10%;
		transition: 0.3s ease-in;
	}
	
	.techspecs-range .panels-left-holder .__item-description select, .techspecs-range .panels-right-holder .__item-description select {
		padding-left: 35px;
	}
	
	.techspecs-range .panels-left-holder .__item-title, .techspecs-range .panels-right-holder .__item-title {
		padding-left: 10%;
		padding-top: 0%;
		transition: 0.3s ease-in;

	}
}

@media only screen and (max-width: 1362px) {
	.specific-button .find-out {
		font-size: 13px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
		width: 170px;
	}
	
	.specifics-holder .specific-button {
		padding-right: 0px;
	}
}


@media only screen and (max-width: 1311px) {
	.product-details {
		padding: 6% 10%;
	}
	
	.main-navigation .__brand {
	    margin-top: 3px;
	    max-width: 150px;
	}
	
	blockquote {
	    font-family: 'Butler_Bold';
	    max-width: 1000px;
	    margin: auto;
	    font-size: 17px;
	    line-height: 25px;
	    color: #ffffff;
	    display: inline-flex;
	    padding-bottom: 15px;
	}
	
	.product-info {
		height: 75%;
	}
	
	.main-navigation .__brand {
		margin-top: -1px;
		max-width: 170px;
	}
	
	.homepage-index .main-navigation {
    	padding: 10px 6.0% 0;
		transition: 0.6s ease-out;
	}
	
	.homepage-index .nav-header {
		padding-bottom: 75px !important; 
		transition: 0.6s ease-out;
	}
	
	.logo-name {
		top: -18px;
		font-size: 16px;
		transition: 0.6s ease-out;
	}
	
	.__brand img {
		width: 35px;
		transition: 0.6s ease-out;
	}
	
	.main-navigation .navigation-links .__link {
		border-top: 9px solid transparent;
		font-size: 16px;
		transition: 0.6s ease-out;
	}
	
	.main-navigation.main-navigation--show {
		height: 76.99px!important;
	}
	
	.main-navigation .__highlighted-link a {
		top: -23px;
    	font-size: 16px;
		transition: 0.6s ease-out;
	}
	
	.main-navigation .__highlighted-link {
		padding-top: 9px;
		transition: 0.6s ease-out;
	}
	
	.mobile {
		width: 100%; 
	}
	
	.page-banner {
		transition: 0.6s ease-out;
		height: 650px;
	}
	
	.banner-content p {
		transition: 0.6s ease-out;
		font-size: 60px;
	}
	
	.dropdown-menu li a {
		font-size: 14px;
	}
	
	.dropdown-menu {
		margin-top: 0px;
	}
	
	.dropdown-menu li a {
	    height: 51px;
	}
	
	.dropdown-menu li a:hover {
		height: 51px;
	}
		
	.home-master-panel .__item-image {
		padding-top: 0%;
		padding-bottom: 6%;
		transition: 0.6s ease-out;
	}
	
	.home-master-panel .featured-item .__item-title {
		font-size: 20px;
	}
	
	.home-master-panel .featured-item .__item-description {
		padding: 0px 10% 5%;
		line-height: 30px;
		transition: 0.6s ease-out;
	}
	
	.home-master-panel .masterpanel {
		height: 695px;
		transition: 0.6s ease-out;
	}
	
	.home-master-panel .find-out {
		width: 100%;
	}
	
	.customisable-product {
		width: 100%;
	}
	
	.product-details .product-title {
	    font-size: 40px;
	}
	
	.product-details .product-model p {
   	 	font-size: 13px;
	}
	
	.home-services-gist .__item-image .icon-animation201,
	.home-services-gist .__item-image .icon-animation204,
	.home-services-gist .__item-image .icon-animation205,
	.home-services-gist .__item-image .icon-animation287,
	.home-services-gist .__item-image .icon-animation288,
	.home-services-gist .__item-image .icon-animation289,
	.home-services-gist .__item-image .icon-animation290,
	.home-services-gist .__item-image .icon-animation291,
	.home-services-gist .__item-image .icon-animation292,
	.home-services-gist .__item-image .icon-animation294,
	.home-services-gist .__item-image .icon-animation295,
	.home-services-gist .__item-image .icon-animation298,
	.home-services-gist .__item-image .icon-animation299,
	.home-services-gist .__item-image .icon-animation300,
	.home-services-gist .__item-image .icon-animation301,
	.home-services-gist .__item-image .icon-animation615,
	.home-services-gist .__item-image .icon-animation616,
	.home-services-gist .__item-image .icon-animation617
	{
	    width: 124px;
	}
	
	.arrow {
  	 	top: 560px;
  	}
  	
  	.animation-display .home-services-gist__item {

   		 height: 650px;
	}
	
	.home-services-gist .__item-image .icon-animation201,
	 .home-services-gist .__item-image .icon-animation204, 
	 .home-services-gist .__item-image .icon-animation205 {
		 width: 105px;
	}
  	
	.new-home-heading {
		margin-top: 75px;
	}
	
	.productsize-panel-container {
		margin-top: 75px;
	}
	
	.page-banner {
		margin-top: 64px;
	}

}

@media only screen and (max-width: 1248px) {
	.specific-button .specific-button-left, .specific-button .specific-button-right {
		width: 145px; 
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.slider-section .__items {
    	max-width: 100%;
	}
	
	.productsize-image {
		height: 550px;
		transition: 0.6s ease-out;
	}
}

@media only screen and (max-width: 1199px) {
	.homepage-index .header-home {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1182px) {
	.main-navigation, .main-navigation .__navigation-container {
		max-width: 2000px;
	}
	
	.main-navigation .navigation-links .__link {
    	padding: 16px 15px 40px;
	}
}

@media only screen and (max-width: 1150px) {
	.main-navigation .__links-container {
		display: none;
	}
	.main-navigation .__mobile-menu-button {
		display: block;
		transition: 0.6s ease-out;
	}
	
	.main-navigation .__brand {
		left: 40%;
		width: 100%;
		transition: 0.6s ease-out;
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
		width: 125px; 
		padding-right: 10px;
	}
	
	.homepage-index .nav-header {
		display: none;
	}
	
	.product-info {
		/* padding: 1% 1% 1%; */
		padding: 90px 70px;
	}
	
	.product-buttons .find-out {
		padding-left: 10px;
		padding-right: 10px;
		width: 145px;
	}
	
	.product-details {
    	padding: 15% 10%;
	}
	
	.product-details .product-title {
   		font-size: 50px;
	}
	
	#nav-icon1 {
	    width: 33px;
	    height: 30px;
	    position: fixed;
	    margin: 0px auto;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);

	    cursor: pointer;
	    z-index: 99999;
	    top: 20px;
	    right: 33px;
	}
	
	#nav-icon1 span {
	    display: block;
	    position: absolute;
	    height: 4px;
	    width: 100%;
	    background: #b98a27;
	    border-radius: 0px;
	    opacity: 1;
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}

	#nav-icon1 span:nth-child(1) {
	  top: 0px;
	}
	
	#nav-icon1 span:nth-child(2) {
	  top: 10px;
	}
	
	#nav-icon1 span:nth-child(3) {
	  top: 20px;
	}
	
	#nav-icon1.open span:nth-child(1) {
	  top: 18px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}
	
	#nav-icon1.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}
	
	#nav-icon1.open span:nth-child(3) {
	  top: 18px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	.hamburger {
		display: block;
		position: fixed;
		top: 27px;
		
		right: 30px;
		height: 3px;
		background-color: #B98A27;
		-webkit-transition: background 0s 0.3s;
		transition: background 0s 0.3s;
		width: 30px;
		z-index: 999999;
	}
		
	.hamburger:before {
		top: -7px;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
		
	.hamburger:after {
		bottom: -7px;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
		
	.hamburger:before, .hamburger:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #B98A27;
		content: '';
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
		z-index: 999999;
	}
	
	.menu-mobile {
	    position: fixed;
	    right: -480px;
	    background-color: #ffffff;
	    color: white;
	    top: 65px;
	    padding: 20px 40px;
	    z-index: 9999;
	    /* height: 400; */
	    width: 300px;
	    display: block;
	    height: 100%;
	    overflow-x: hidden;
	}
	
	.menu-mobile ul {
		list-style-type: none;
		padding: 0;
    }
    
    .drop-down-mobile .button13 {
    	background-color: transparent;
	    border: none;
	    position: relative;
	    top: 3px;
	    left: 50px;
    }
    
     .drop-down-mobile .button7 {
    	background-color: transparent;
	    border: none;
	    position: relative;
	    top: 3px;
	    left: 65px;
    }
    
    .drop-down-mobile button img {
        width: 10px;
    }
    
    .menu-mobile ul .main_li_mobile{
	 
       border-bottom: 1px solid rgba(197, 197, 197, 0.5);
	   padding: 10px 0px;
    }
    
	.menu-mobile .__brand img{
		width: 100%;
	    position: inherit;
	    padding-top: 0px;
	}
	
	.black-band {
		background-color:#000;
		height: 65px;
		display: table;
    	width: 100%;
		position: fixed;
		top: 0;
		z-index: 999;
		padding-left: 20px;
		padding-right: 20px;
		background-clip: content-box;
	}
	
	.black-band a {
		display: table-cell;
		vertical-align: middle;
		width: 300px;
	}
	
	.black-band .image-mobile-logo{
		display: block;
		max-width: 180px;
		 margin-left: 10px;
	}
	
	.black-band .clickable-class {
		display: table-cell;
		vertical-align: middle;
		width: 33px;
	}
	
	.new-home-heading {
		margin-top: 65px;
	}
	
	.productsize-panel-container {
		margin-top: 65px;
	}
	
	.drop-down-mobile .button23 {
		background-color: transparent;
		border: none;
		position: relative;
		top: 3px;
		left: 35px;
	}
	
}

.menu-mobile a {
	font-family: 'Brandon_Light';
    font-size: 21px;
    color: #000;
    line-height: 50px;
}

.drop-down-mobile a {
	font-size: 17px;
	padding-left: 56px;
}

.menu-mobile a:hover {
	text-decoration: none;
	color:#B78A24;
}

.subMobileMenu {
	background-color: #ffffff;
    position: absolute;
    height: 100%;
    top: 110px;
    width: 100%;
    right: -300px;
    z-index: 999999;
    padding: 0px 30px;
}

.mobileSubMenuLink .mobileSubMenuLink-a {
    border-bottom: 1px solid rgba(197, 197, 197, 0.5);
    padding: 10px 0px;
}

.mobileSubMenuLink .mobileSubMenuLink-a  a{
    font-size: 21px;
    padding-left: 0px;
}

}

@media only screen and (max-width: 999px) {
	.techspecs-range .panels-left {
		margin-right: 0%;
	}
	.techspecs-range .panels {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.techspecs-range .home-services-gist__item {
		padding-right: 0px; 
    	padding-left: 0px; 
	}
	
	.techspecs-range .panels-left-holder .__item-title, .techspecs-range .panels-right-holder .__item-title {
		padding-left: 0%;
		padding-top: 0%;
		transition: 0.3s ease-in;
		text-align: center;
	}
	
	.techspecs-range .panels-left-holder .__item-description, .techspecs-range .panels-right-holder .__item-description {
		width: 300px;
		text-align: center;
		padding: 0px 10%;
		padding-right: 10% !important;
		transition: 0.3s ease-in;
	}
	
	.techspecs-range .home-services-gist__item {
		width: 100%;
	}
	
}

@media only screen and (max-width: 950px) {
	.productsize-panel-container {
		display: block;
	}
	
	.productsize-content {
		display: block;
		width: 100%;
		padding-top: 7%;
    	padding-bottom: 7%;
	}
	
	.productsize-image {
		display: block;
		width: 100%;
		height: 450px;
	}
	
	.productsize-content h1 {
		font-size: 50px;
	}
}


@media only screen and (max-width: 843px) {
	.homepage-index .main-navigation--sticky {
		padding: 0px 2.0% 0;
		
	}
	
	.homepage-index .main-navigation--show {
		padding: 10px 2.0% 0;		
	}
	
	.main-navigation .__brand {
		height: 30px;
	}
	
}

@media only screen and (max-width: 991px) {
	.specifics-holder .videopanels {
		padding: 8.2% 3.2%;
	}
	
	.home-master-panel .featured-item--padded {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.our-range .panels {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.our-range .panels-left-holder .__item-title{
		padding-right: 0%;
		text-align: center;
	}
	
	.our-range .panels-left-holder .__item-description {
		padding-right: 0%;
		text-align: center;
	}
	
	
	.our-range .range-list .__item-title{
		padding-left: 0%;
		text-align: center;
	}
	
	.our-range .range-list .__item-description{
		padding-left: 0%;
		text-align: center;
	}
	
	.our-range .home-range-list {
		width: 100%;
	}
	
	.panels-small {
	    height: 500px;
	}
	
	.productsize-content h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 900px) {
	.arrow a .arrow-color {
	    display: none;
	}
	
	.product-info-mobile {
		display: block;
	}
	
	.product-info-desktop {
		display: none;
	}
	
	.arrow a:hover .arrow-color {
		display: none;
	}
	
	.product-info {
		/*height: 500px;
		width: 100%;
		background-color: rgba(185, 138, 39, 0.50);*/
		
		/*
		width: 70%;
	    margin: auto;
		padding-top: 50px;
		height: 460px;
		background-color: rgb(228, 209, 176);
		*/
		
		width: 100%;
	    margin: auto;
	    height: 62%;
	    background-color: rgb(228, 209, 176);
	    position: relative;
	    top: 700;
	    padding: 0%;
	}
	
	.product_banner {
	    margin-bottom: 430px;
	       padding-left: 20px;
		   padding-right: 20px;
	}	
	
	.product-details {
   		 padding: 30px 50px;
   		 width: 100%;
	}
	
	.product-details .product-desc {
		color: #000000;
	}
	
	.product-details .product-title {
		color: #000000
	}
	
	.product-details hr {
		color: #000000;
		background-color: #000000;
	}
	
	.product-details .product-model {
    	color: #000000;

	}
	
	.gas .gas-right{
		color: #000000;
	}
	
	.product-details .product-buttons .find-out {
		border: 2px solid #B98A27;
		color: #B98A27;
	}
	
	.product-details .product-buttons .find-out:hover {
		border: 2px solid #B98A27;
		color: #ffffff;
		background-color: #B98A27;
	}
	
	.home-services-gist__item .our-story {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.arrow {
		display: none;
	}
	
}

@media only screen and (max-width: 912px) {
	
	.specifics-holder .videopanels {
		width: 100%;
    	text-align: center;
	}
	
	.specifics-holder .featured-item--confined {
		max-width: 500px;
		padding-top: 0px;
	}
	
	.specifics-holder .home-services-gist__item {
		width: 100%;
	}
	
	.specifics-holder  .__item-title {
		padding-top: 0px;
	}
	
	.newsletter-holder .name input[type="text"],
	.newsletter-holder .email input[type="email"]{
    	width: 80%;
	}
	
	.newsletter-holder .submit input[type="submit"]{
    	width: 50%;
	}
}

@media only screen and (max-width: 850px) {
	.home-master-panel {
		display: block;
	}

	.home-master-panel .masterpanel,
	.home-master-panel .home-services-gist__item {
		display: block;
		width: 100%
	}
}

@media only screen and (max-width: 800px) {
	.ProductPage .arrow {
		 display: none;
	}
	
	.contact-us-section .message-container {
		display: block;
		padding-left: 0px;
	}
	
	.contact-us-section .align-form {
		padding-left: 6%;
		padding-right: 5%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact-us-section {
		margin-top: 20px;
	    margin-bottom: 11px;
	}
	
	#Form_BookingForm {
		padding-top: 50px;
	}
	
	#Form_BookingForm {
		padding-top: 50px;
		float: none;
	}
	
	.book-a-visit .book-form {
		margin: auto;
	}
	
	.map-div {
		margin-bottom:10px;
	}
	
	.newsletter-holder .home-services-gist__item {
		display: inline-block;
   	 	width: 100%;
	}
	
	.newsletter-holder .panels {
		width: 100%;
	}
	
	.newsletter-holder .__item-title {
    	padding: 0px 8% 0px;
	}
	
	.our-story .featured-item--confined {
		padding-left: 20px;
		padding-right: 20px;
	}	
	
}

@media only screen and (max-width: 768px) {
	.home-services-gist .__item-image .icon-animation218,
	.home-services-gist .__item-image .icon-animation219,
	.home-services-gist .__item-image .icon-animation220
	{
	    width: 95px !important;
	
	}
}
 
@media only screen and (max-width: 767px) {
	.main-navigation .__brand {
		background-image: none;
		width: 50%;
	}
	
	.logo-name {
		top: -1px;
		font-size: 16px;
		left: 4.5%;
	}
	
	.__brand img {
		position: absolute;
		left: -5%;

	}
	
	.main-navigation {
		box-shadow: 0 0 0px 0 #D0D0D0;
	}
	
	.home-master-panel .masterpanel {
		width: 100%;
		transition: 0.2s ease-out;
	}
	
	.home-master-panel {
		background-color: #F6F6F6 !important;
	}
	
	.home-master-panel .featured-item--padded {
		display: table-cell;
	}
	
	.newsletter-holder .panels {
		width: 100%;
	}
	
	.panels-small {
		width: 100%;
	}
	
	.newsletter-tiles-section {
    	padding-top: 0px;
	}
	
	.home-master-panel .__item-image {
		padding-top: 0%;
	}
	
	.home-services-gist .__item-image .icon-animation201,
	.home-services-gist .__item-image .icon-animation204,
	.home-services-gist .__item-image .icon-animation205
	{
	    width: 110px;
	}
}

@media only screen and (max-width: 650px) { 

	.techspecs-range .panels-left-holder .__item-description select, .techspecs-range .panels-right-holder .__item-description select {
		padding-left: 0px;
		padding-right: 13px;
	}
	
	.banner-content {
		top: 50%;
		transition: 0.6s ease-out;
	}
	
	.page-banner {
		height: 400px;
		transition: 0.6s ease-out;
	}
	
	.home-heading {
		padding: 0px 0px 3px;
		transition: 0.6s ease-out;
	}
	
	.banner-content p {
		font-size: 40px;
		transition: 0.6s ease-out;
	}
	
	.masterpanel {
		height: 400px;
		width: 100%;
		transition: 0.6s ease-out;
	
	}
	.home-master-panel .masterpanel {
			height: 395px;
	}
	.animation-display .home-services-gist__item {
 
	    height: 38%;
	}
	
	.home-services-gist {
		padding: 0px 11px 11px;
		background-color: #ffffff;
		display: inline-block;
	}
	
	.arrow-normal {
		width: 55px;
	}
	
	.arrow-color {
		width: 55px;
	}
	
	.home-services-gist .__item-image {
		display: inline-block;
	}
	.home-services-gist .__item-image img {
		width: 70px;
	}
	
	.panels-mid-right .__item-image {
		padding-top: 5.5%;
	}
	
	.featured-item .__item-title {
		font-size: 20px;
	}
	
	.featured-item .__item-description {
		padding: 0px 20px 10px;
		line-height: 25px;
	}
	
	.find-out {
	    width: 100%;
	}
	
	.panels-small {
		height: 250px;
		width: 100%;
	}
	
	.panels-mid-left {
		background-color: #B98A27;
	}
	
	.panels-mid-left .featured-item .__item-description p {
		width: 100%;
	}
	
	.panels-mid-left .__item-image img {
		width: 52px;
	}
	
	.panels-mid-left .featured-item .__item-description .get-comfort {
		padding-bottom: 0px;
	}
	
	.panels-mid-left .featured-item .__item-description p {
		padding-bottom: 0px;
	}
	
	.home-panels-small {
		display: inline-block;
	}
	
	.home-panels-small .featured-item--padded {
		padding-top: 9px;
    	padding-bottom: 10px;
	}
	
	.panels-mid-right {
		background-color:#000000;
	}
	
	.panels-mid-right .featured-item .__item-description p {
		width: 100%;
	}
	
	.panels-mid-right .featured-item--padded {
		padding-top: 9px;
    	padding-bottom: 10px;
	}
	
	.panels-mid-right .featured-item .__item-description {
		padding-bottom: 29px;
	}
	
	.message-panels {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.testimonials-section {
		background-color: #b98a27;
		padding-bottom: 0px;
		padding-top: 0px;
		padding: 0px 11px;
		background-clip: content-box;
	}
	
	.booknow-section {
		padding: 0px 11px;
	}
	
	.booknow-section span {
		padding-left: 10px;
	}
	
	.booknow-section p {
		padding: 30px 10px 15px;
		font-size: 18px;
		margin: 0;
	}
	
	.booknow-section .find-out {
		width: 80%;
	}
	
	.newsletter-holder {
		display: block;
		background-color: #E4D1B0;
		padding: 11px 11px 0px;
	}
	
	.newsletter-holder .panels {
		display: none;
	}
	
	.newsletter-holder .__item-title {
		font-size: 30.5px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.newsletter-holder .featured-item .__item-description {
		text-align: center;
	}
	
	.newsletter-holder .name input[type="text"],
	.newsletter-holder .email input[type="email"] {
		width: 100%;
	}
	
	.newsletter-holder .submit input[type="submit"] {
		width: 50%;
	}
	
	.social-section {
		padding: 11px 11px 0px;
	}
	
	.social-section img{
		width: 40px;
	}  
	
	.our-range {
		display: block;
		background-color: #ffffff;
		padding: 0px 11px 0px;
	}
	
	.our-range .panels-left-holder .__item-title {
		padding-right: 0%;
		text-align-last: center;
		font-size: 40px;
	}
	
	.our-range .panels-left-holder .__item-description {
		padding-right: 0%;
		text-align-last: center;
	}
	
	.our-range .panels-right-holder .__item-title {
		padding-left: 0%;
		text-align-last: center;
		padding-top: 0%;
	}
	
	.our-range .panels-right-holder .__item-description {
		padding-left: 0%;
		text-align-last: center;
	}
	
	.our-range .panels {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.techspecs-range .panels-left {
		margin-bottom: 105px;
	}
	
	.our-range .get-comfort {
		margin-top: .6em;
	}
	
	.range-list {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.home-range-list {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	blockquote {
		font-size: 20px;
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 18%;
	}
	
	blockquote:before {
		font-size: 40px;
		padding-right: 10px;
	}
	
	#bottom .featured-item--confined {
		padding-bottom: 16px;
	}
	
	.customisable-product-panel {
		width: 100%;
	}
	
	.specifics-holder {
		background-color: #E6E6DE;
	}
	
	.specifics-holder .videopanels {
		display: block;
	}
	
	.specifics-holder .featured-item .__item-description {
		margin: auto;
	}
	
	.specifics-holder .specific-button {
		text-align: center;
		padding-left: 0px;
	}
	
	.videopanels video {
		width: 100% !important;
	}
	
	.product-info {
		height: 400px;
		padding-top: 5px;
	}
	
	.product-details .product-title {
		font-size: 35px;
	}
	
	.product-details .product-model p {
		font-size: 12px;
	}
	.home-heading {
		margin-bottom: 0px;
		padding-left: 11px;
		padding-right: 11px;

	}
	
	.booknow-section {
		position: relative;
    	max-width: 650px;
	}	
	
	.button-hide {
    	display: none;
	}
	
	.booknow-section span {
		padding-left: 0px;
	}
	
	.contact-us-section {
		padding-right: 11px;
		padding-left: 11px;
	}

	.map-div {
		padding-left:11px;
		padding-right:11px;
	}
	
	.show-room {
		bottom: 0px !important;
	}
	
	.home-services-gist .__item-image {
    	padding-top: 34px;
	}
	
	.find-out-container {
		padding-bottom: 13px;
	}
	
	.newsletter-holder .featured-item--padded {
		padding-bottom: 40px;
	}
	
	.product-buttons .find-out {
    	width: 140px;
	}
	
	.techspecs-range .techspecs-image {
	    height: 250px;
	   	display: block; 
	    width: 100%;
	}
	
	.techspecs-range .panels-left-holder {
        display: block;
    	padding: 46px 0px 39px;
	}
	
	.techspecs-range .panels-left-holder .__item-title, .techspecs-range .panels-right-holder .__item-title {
	    padding-left: 0%;
	    padding-top: 0%;
	 }
	 
	.techspecs-range .panels-left-holder .__item-description, .techspecs-range .panels-right-holder .__item-description {
	    /* width: 400px; */
	    max-width: 400px;
	    margin: auto;
	    text-align: center;
	    padding: 0px 0%;
	    transition: 0.3s ease-in;
	    padding-right: 0px !important;
	}
	
	.techspecs-range h2 {
	    font-size: 35px;
    }
    
    .panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
		padding-bottom: 45px;
    }
    
    .panels-mid-right .featured-item--padded {
	    display: inline-block;
        padding-top: 17px;
		padding-bottom: 27px
    }
    
    .techspecs-range .panels-left-holder .__item-description select, .techspecs-range .panels-right-holder .__item-description select {
    	font-size: 14px;
    }
    
    .our-story .featured-item .__item-title {
    	font-size: 30px;
    }
    
    .clickable-class {
    	display: block !important;
    }
    
    .home-services-gist .__item-image .icon-animation364, 
    .home-services-gist .__item-image .icon-animation365, 
    .home-services-gist .__item-image .icon-animation366 {
   		 width: 100px;
	}
	
}

@media only screen and (max-width: 565px) {
	.product-info {
		width: 100%;
	}
	
	.product-details .product-title {
    	font-size: 50px;
	}
}

@media only screen and (max-width: 450px) {
	.logo-name {
	
		left: 3.5%;
	}
	
	.__brand img {
		left: -25.2%;

	}	
	
	.product_banner {
		margin-bottom: 555px;
	}
	
	.product-buttons .find-out {
   		width: 137px;
	}
	
	.panels-mid-right .panels-small {
	    position: relative;
	    top: -361px;
	}
	
	.product_banner .page-banner {
		height: 450px;
	}
	
	.product-info {
		top: 386px
	}
	
	.product-details {
		padding: 50px 40px;
	}
	
	.ProductPage .animation-display {
	    margin-top: 1010px;
	} 
	
}


/* Firefox old*/
@-moz-keyframes blink {
	from {
		transform: scale(0.8);
	}
    to {
        visibility:visible;
        transform: scale(1.0);
    }
} 

@-webkit-keyframes blink {
	 from {
		transform: scale(0.8);
	 }
	 
     to {
        visibility:visible;
        transform: scale(1.0);
    }
}
/* IE */
@-ms-keyframes blink {
	 from {
		transform: scale(0.8);
	 }

     to {
        visibility:visible;
        transform: scale(1.0);
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
 	from {
		transform: scale(0.8);
	 }
     to {
        visibility:visible;
        transform: scale(1.0);
    }
} 


/* Firefox old*/
@-moz-keyframes blinks {
	from {
		transform: scale(0.5);
	}
    to {
        visibility:visible;
        transform: scale(1.0);
      
    }
} 

@-webkit-keyframes blinks {
	 from {
		transform: scale(0.5);
	 }
	 
     to {
        visibility:visible;
        transform: scale(1.0);
    }
}
/* IE */
@-ms-keyframes blinks {
	 from {
		transform: scale(0.5);
	 }

     to {
        visibility:visible;
        transform: scale(1.0);
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blinks {
 	from {
		transform: scale(0.5);
	 }
     to {
        visibility:visible;
        transform: scale(1.0);
    }
} 


/* Firefox old*/
@-moz-keyframes lines {
	from {
		  max-width: 0%;
	}
	
    to {
        visibility:visible;
         max-width: 100px;
    }
} 

@-webkit-keyframes lines {
	from {
		 max-width: 0%;
	}
	
    to {
        visibility:visible;
         max-width: 100px;
    }
}
/* IE */
@-ms-keyframes lines {
	from {
		 max-width: 100px;
	}
    to {
        visibility:visible;
         max-width: 100px;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes lines {
 	from {
		 max-width: 0%;
	}
    to {
        visibility:visible;
         max-width: 100px;
    }
} 



.blink-image {
    -moz-animation: blink normal 6s ;  Firefox 
    -webkit-animation: blink normal 6s infinite ease-in-out; Webkit 
    -ms-animation: blink normal 6s infinite ease-in-out;  IE 
    animation: blink normal 6s infinite ease-in-out;  Opera and prob css3 final iteration 
}

::selection {
    color: #ffffff;
    background-color: rgb(185, 138, 39);
}

.instagram-feed-mobile {
	display: none;
}

.instagram-feed-tablet {
	display: none;
}

.dropdown-menu li ul {
	list-style-type: none;
	padding: 0;
}

.buttons-right .find-out {
	
}

.panels-mid-left .home-panels-small3 .__item-image img {
    width: 62px;
}

.con-strong {
	padding: 0px 15px;
}
.left-padding {
	padding-left: 15px;
}



/*
@media only screen and (max-width: 3000px) {
	.product_banner .page-banner {
		height: 600px;
	}
	
	.product_banner .page-banner {
		height: 300px;
	}

	.product_banner {
		padding-left: 20%;
		padding-right: 20%;
		max-width
	}
	
	.page-banner {
		margin: auto;
	}
	
}
*/

	.amazingslider-description-1 p{
		line-height: 30px;
	}
	
	#up-arrow, #down-arrow  {
		padding: 5px;
		position: absolute;
	    top: 12px;
	    left: 30px;
	}
	
	.techspecs-range {
		padding-top: 50px;
	}
	
	.home-range-list .panels-right-holder {
	    display: table-cell;
	    vertical-align: middle;
		
	}

	.product_banner .page-banner {
		height: 700px;
	}
	
@media only screen and (max-width: 1675px) {
	.page-banner {
		height: 720px;
	}
	
	.arrow {
   		top: 630px;
   	}
}

@media only screen and (max-width: 1599px) {
	
}

@media only screen and (max-width: 1564px) {
 	/*
 	.amazingslider-text-wrapper-1 {
	    left:0 !important;
	}
	*/
}

@media only screen and (max-width: 1465px) {
	.page-banner {
		height: 750px;

		
	}
	
	.arrow {
   		top: 650px;
   	}
}

@media only screen and (max-width: 1400px) {
	/*.amazingslider-img-elem-1 {
	    height: 500px !important;
	}
	
	.amazingslider-text-box-1 {
		height: 500px !important;
	}
	
	.amazingslider-space-1 {
		height: 500px !important;
	}
	
	#amazingslider-1 {
		height: 500px !important;
	}
	
	.amazingslider-text-wrapper-1 {
	    width: 50%;
	}
	
	.amazingslider-title-1 {
		font-size: 21px !important;
	}
	
	.amazingslider-text-1 {
	
		padding: 12px 12% !important;

	}
	*/
	
	.home-services-gist .__item-image .icon-animation201,
	.home-services-gist .__item-image .icon-animation204,
	.home-services-gist .__item-image .icon-animation205,
	.home-services-gist .__item-image .icon-animation287,
	.home-services-gist .__item-image .icon-animation288,
	.home-services-gist .__item-image .icon-animation289,
	.home-services-gist .__item-image .icon-animation290,
	.home-services-gist .__item-image .icon-animation291,
	.home-services-gist .__item-image .icon-animation292,
	.home-services-gist .__item-image .icon-animation294,
	.home-services-gist .__item-image .icon-animation295,
	.home-services-gist .__item-image .icon-animation298,
	.home-services-gist .__item-image .icon-animation299,
	.home-services-gist .__item-image .icon-animation300,
	.home-services-gist .__item-image .icon-animation301,
	.home-services-gist .__item-image .icon-animation615,
	.home-services-gist .__item-image .icon-animation616,
	.home-services-gist .__item-image .icon-animation617	
	{
		width: 114px;
	}
	
}

@media only screen and (max-width: 1350px) {
	.ssslide {
		height: 465px;
	}
	
	.sss {
		height: 465px;
	}
	
	.slider-section .featured-item .__item-title {
	    font-size: 26.5px;
	}
	
	.slider-section .home-services-gist__item {
	    width: 100%;
	    height: 465px;
	    max-height: 465px;
	    display: table;
	}
}


@media only screen and (max-width: 1250px) {
	.slider-content-position {
	    width: 50%;
	}
	
	.slider-position {
	    width: 50%;
	}
	
	.slider-section .featured-item .__item-description {
	    line-height: 25px;
	    padding-bottom: 15px;
	}

}

@media only screen and (max-width: 1082px) {
	.size-list-title {
		display: block;
		padding-top: 35px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.slider-content-position {
	    width: 100%;
	}
	
	.slider-position {
    	width: 100%;
	}
	
	.arrow {
	    top: 580px;
	}

	.product-info {
	    padding: 130px 70px;
	}
	
	.product-details {
	    padding: 15% 20%;
	    width: 460px;
	}
	
	.techspecs-range .panels-left-holder .__item-title, .techspecs-range .panels-right-holder .__item-title {
    	font-size: 25px;
    	padding-left: 0%;
    	text-align: center;
	}
	
	.techspecs-range .panels-left-holder .__item-description, .techspecs-range .panels-right-holder .__item-description {
   		padding: 0px 20px !important;
   		text-align: center;
    }

   	.TechSpecsPage .main-content--transition {
   		margin-top: 90px;
   	}
   	
	.home-heading {
		padding: 0px 11px;
	}
	
	.page-banner {
	    height: 680px;
	}
	 

	.booknow-section {
    	padding: 0px 0px;
    }
    
    .home-master-panel .masterpanel {
   	    height: 540px;
   	}
   	
	.animation-display .home-services-gist__item {
	    height: 540px;
	}
	
	.panels-mid-right .__item-image img {
	    width: 95px;
	}
	
	.newsletter-holder .name input[type="text"],
	.newsletter-holder .email input[type="email"]  {
	    border-radius: 0px;
	    width: 75%;
	}
	
	.newsletter-holder .submit input[type="submit"] {
	    width: 100%;
	}
	
	.black-band {
		display:table; 
		height: 65px;
		background-color: #000;
		position: fixed;
		top:0;
		z-index: 9999;
		width: 100%;
		padding-left: 11px;
		padding-right: 11px;
		background-clip: content-box;
	}
	
	.animation-display {
		padding: 11px 11px 11px;
	}
	
	.home-panels {
		padding: 0px 11px 11px;
	}
	
	.newsletter-holder {
	    padding: 0px 11px 0px;
	}
	
	.social-section {
    	padding: 0px 11px 0px;
	}
	
	.instagram-feed {
      padding: 10px 10px 10px;
	}
	
	.page-footer {
    	padding: 0px 11px 0px;
	}
	
	.our-range .range-list {
		margin-bottom: 11px;
	}
	
	.our-range {
		padding: 0px 11px 0px !important;	
	}
	
	.our-range .panels {
       margin-bottom: 0px;
	}
	
	.our-range .home-range-list {
	   padding-left: 0px;
	   padding-right: 0px;
	}
	
	.testimonials-section {
	    padding-left: 11px;
	    padding-right: 11px;
	}
	
	.product_banner {
	    padding-left: 11px;
	    padding-right: 11px;
	}
	
	#nav-icon1 {
    	top: 20px;
    }
	
	#nav-icon1.open {
		top: 14px;
	}
    
    .instagram-feed-tablet {
		display: block;
		padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 10px;
	}
	

	.OurRangePage .testimonials-section {
	    padding: 0px 11px 11px;
	}
	
	.our-range .home-services-gist__item {
	    padding-bottom: 0px;
	}
	
	.slider-section .__items {
	    padding: 0px 11px;
	}
	
	.page-footer .footer-menu {
	    padding: 0px 30px;
	}
	
	.home-master-panel {
		padding: 13px 11px 13px;
	}
	
	.new-home-heading {
		padding: 0px 11px 0px;
	}
	
	.size-list-container {
		padding: 13px 11px 0px;
	}
	
	.productsize-panel-container {
		padding: 0px 11px 0px;
	}
	
	.homepage-index .header-home {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 883px) {
	.instagram-feed-mobile {
		display: block;
		padding-left: 18px;
	    padding-right: 18px;
	    padding-top: 10px;
	}
	
	.instagram-feed-tablet {
		display: none;
	}

	.home-master-panel .masterpanel {
		height: 400px;
	}
  
	.home-services-gist .__item-image .icon-animation201, 
	.home-services-gist .__item-image .icon-animation204,
	.home-services-gist .__item-image .icon-animation205 {
		width: 90px;
	}

	.animation-display .home-services-gist__item {
	    display: table;
	    height: 600px;
	}
}

@media only screen and (max-width: 736px) {
	.home-heading {
    	padding: 0px 11px 0px;
   	    position: fixed;
   		width: 100%;
   		top: 0;
	}
	
	.banner-content {
	    top: 35%;
	    left: 0%;
	    transform: translate3d(0px, 0px, 0px);
	}
	
	.banner-content p {
    	font-size: 50px;
	}
	
	.animation-display {
		padding: 13px 11px 13px;
	    margin-top: 350px;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	
	.black-band {
		height: 65px;
	}
	
	.product-info {
   	    top: 350;
    }
    
    .animation-display {
    	margin-top: 805px;
    }
    
    .specifics-holder .featured-item .__item-description {
   	    padding: 3px 0% 10px 0%;
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
    	width: 163px;
	}
	
	.OurRangePage .testimonials-section {
	    padding: 2px 11px 1px;
	}
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	.ProductPage .ani19 {
	    margin-top: 796px;
	}
	
	
	.our-story {
   		 padding: 0px 11px 0px;
	}
	
}

@media only screen and (max-width: 768px) {
	.product-details {
    	padding: 40px 50px;
    	width: 100%;
    }
    
	.our-story3{
		margin-top: 650px; 
	}
	
	.product_banner .page-banner {
	    height: 530px;
	}
	
	.ProductPage .animation-display {
	    margin-top: 530px;
	}	
	
	.product-info {
    	 top: 0px;
		 padding: 0px 0px;
		 height: inherit;
    }
	
	.home-master-panel .masterpanel {
	  	width: 100%;
	}
	
	
	
	.page-banner {
  	    height: 1100px;
	}
	
	
	.home-heading {
   	    padding: 0px 11px 0px;
   	    position: fixed;
   		width: 100%;
   		top: 0;
	}
	
	.home-services-gist {
	    padding: 0px 11px 11px;
	}
	
	.banner-content p {
    	font-size: 50px;
	}
	
	.banner-content {
	    top: 30%;
	    left:0%; 
	    transform: translate3d(0px, 0px, 0px);
	}
	
	.booknow-section {
	    background-color: #b98a27;
	    padding: 0px 11px;
	    background-clip: content-box;
	    position: relative;
	    z-index: 99999;
	    bottom: 0px !important;
	    right: 0;
	    width: 100%;
	    max-width: 768px;
	}
	
	.button-hide #hides { 
		display: none !important;
	}
	
	.booknow-section p {
    	padding: 23px 30px 15px;
	}
	
	.find-out-container {
        padding-bottom: 23px;
	}
	
	.animation-display {
	    margin-top: 940px;
	    transform: translate3d(0px, 0px, 0px) !important;
	}
	
	.panels-mid-left .home-services-gist__item {
		display: inline-block;
	}
	
	.panels-mid-right .featured-item .__item-description {
    	float: none;
	}
	.panels-mid-right .featured-item .__item-description p {
	    margin-left: auto;
	}
	
	.show-room {
  	    padding: 11px 11px;
	}
	
	.panels-mid-right .panels-small {
		position: relative;
		top: 0px;
	}
	
	.panels-mid-right .featured-item--padded {
	 	top: 0px;
	}
	
	.message-panels {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.social-section {
	    padding: 0px 11px;
	}
	
	.instagram-feed-mobile {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	
	.newsletter-holder .__item-title {
    	text-align: center;
	}
	
	.newsletter-holder .featured-item .__item-description {
	    text-align: center;
	}
	
	.arrow {
		display: block;
    	top: -100px;
    	left: 48%;
	} 
	
	.animation-display .home-services-gist__item {
		width: 100%;
	}
	.panels-mid-left .panels-small {
		height: 343px;
	}
	
	.panels-mid-right .panels-small {
    	height: 331px;
	}
	
	.home-panels .featured-item--padded {
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-left .__item-image {
		padding-top: 40px !important;
	}
	
	.page-footer .footer-menu {
   		width: 30%;
   	}
   	
   	.newsletter-holder .name input[type="text"], 
   	.newsletter-holder .email input[type="email"] {
	    border-radius: 0px;
	}
	
	.newsletter-holder .featured-item--padded {
	    padding-top: 42px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .__item-image {
	    padding-top: 40px !important;
	}
	
	.message-panels .__item {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.message-panels .__item {
   		height: auto;
	}
	
	.message-panels .__item-title {
    	font-size: 20.5px;
    }
    
    .our-story {
	    padding: 0px 11px 0px;
	    position: relative;
	}
	
	.specifics-holder .featured-item .__item-description {
   	    padding: 3px 0% 10px 0%;
    }
    
    .specifics-holder .specific-button {
   	    text-align: center;
	}
	
	.product-info {
	    background-color: transparent; 
	}
	
	.featured-item--padded {
	    padding-top: 45px;
	    padding-bottom: 45px;
	}
	
	.our-story .featured-item .__item-title {
	    font-size: 32px;
	}
	
	.our-story .featured-item .__item-description {
	    padding: 20px 0% 0px;
	    font-size: 17px;
	}
	
	.our-range .range-list {
	    margin-bottom: 0px;
	}
	
	.OurRangePage .testimonials-section {
	    padding: 0px 11px 0px;
	}
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	.product-details hr {
	    width: 100%;
	    max-width: 100% !important;
	}
	
	.home-master-panel .product-details hr {
		color: #000000;
	    background-color: #000000;
	    border: 0px;
	    animation: none !important;
	    display: block !important;
	}
	
	.home-master-panel {
		padding-top: 11px;
	}
	
	.panel_HomePage,
	.panel_OurRangePage{
		position: relative;
		margin-top: 554px;
	}
	
	.page-banner {
		background-attachment: inherit !important;
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {

	.our-story3{
		margin-top: 650px; 
	}
	
	.home-panels .panels {
	    width: 100%;
	    height: 350px;
	}
	
	.panels-mid-right .home-services-gist__item {
	    position: relative;
	    top: 350px;
	}
	
	.panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 45px;
	}
	
	.panels-mid-right .featured-item--padded {
	    display: inline-block;
	    padding-top: 17px;
	    padding-bottom: 27px;
	}
	
	.page-footer {
	    display: block;
	    padding: 0px 11px 0px;
	}
	
	.page-footer .footer-menu .footer-menu-title {
	    font-size: 15px;
	    text-align: center;
	}
	
	.page-footer .footer-menu {
	    padding: 0px 0px;
	}
	
	.page-footer .header {
	    padding-bottom: 20px;
	    padding-top: 30px;
	}
	
	.page-footer .footer-menu ul>li>a {
    	font-size: 12px;
    }
    
    .page-footer .footer-menu ul {
    	text-align: center;
    }	
    
    .our-range .range-list {
	    margin-bottom: 11px;
	}
	
	.slider-section .__items {
	    padding: 0px 0px;
	}
}

@media only screen and (max-width: 736px) {

	.TechSpecsPage .panels-left {
		height: 491px;
	}

	.product_banner .page-banner {
	    height: 350px;
	}
	
	.product-info {
        top: 0px;
		padding: 0px;
	}
	
	.ProductPage .animation-display {
  	    margin-top: 410px;
  	}
  	
	.home-heading {
   	    padding: 0px 11px 0px;
   	    position: fixed;
   		width: 100%;
   		top: 0;
	}
	
	.home-services-gist {
	    padding: 0px 11px 11px;
	}
	
	.banner-content p {
    	font-size: 50px;
	}
	
	.banner-content {
	    top: 30%;
	    left:0%; 
	    transform: translate3d(0px, 0px, 0px);
	}
	
	.booknow-section {
	    background-color: #b98a27;
	    padding: 0px 11px;
	    background-clip: content-box;
	    position: relative;
	    z-index: 999;
	    bottom: 0px !important;
	    right: 0;
	    width: 100%;
	    max-width: 736px;
	}
	
	.button-hide #hides { 
		display: none !important;
	}
	
	.booknow-section p {
    	padding: 23px 30px 15px;
	}
	
	.find-out-container {
        padding-bottom: 23px;
	}
	
	.animation-display {
	    margin-top: 350px;
	    transform: translate3d(0px, 0px, 0px) !important;
	}
	
	.panels-mid-left .home-services-gist__item {
		display: inline-block;
	}
	
	.panels-mid-right .featured-item .__item-description {
    	float: none;
	}
	.panels-mid-right .featured-item .__item-description p {
	    margin-left: auto;
	}
	
	.show-room {
  	    padding: 11px 11px;
	}
	
	.panels-mid-right .panels-small {
		position: relative;
		top: -331px;
	}
	
	.panels-mid-right .featured-item--padded {
	 	top: 460px;
	}
	
	.message-panels {
		padding-top: 30px;
	}
	
	.social-section {
	    padding: 0px 11px;
	}
	
	.instagram-feed-mobile {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	
	.newsletter-holder .__item-title {
    	text-align: center;
	}
	
	.newsletter-holder .featured-item .__item-description {
	    text-align: center;
	}
	
	.arrow {
   	    top: -75px;
   	    display: block;
	}
	
	.arrow img {
		width: 55px;
	
	}
	
	.panels-mid-left .__item-image {
	    padding-top: 40px !important;
	}
	
	.panels-mid-right .featured-item--padded {
	    top: 0;
	}
	
	.panels-mid-right .__item-image {
	    padding-top: 40px !important;
	}
	
	.panels-mid-right .featured-item--padded {
    	display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	    width: 100%;
	}
	
	.our-story .featured-item .__item-title {
	    max-width: 1060px;
	    font-size: 25px;
	}
	
	/*.ProductPage .ani16{
	    margin-top: 825px;
	}
	
	.ProductPage .ani19 {
	    margin-top: 797px;
	}
	
	.ProductPage .ani8 {
	    margin-top: 877px;
	}
	*/
	
	.our-story {
   		 padding: 0px 11px 0px;
	}
	
	.slider-section {
	    padding: 0px 11px;
	}
	
	.home-master-panel {
		padding-top: 11px;
	}
	
	.new_banner {
		height: 300px;
	}
	
}

@media only screen and (max-width: 667px) {
	
	.range-list2 {
   		top: -145px;
    }
    
	.message-panels .__item {
	    padding-top: 0px;
	    padding-bottom: 25px;
	}
	
    .ProductPage .animation-display {
    	margin-top: 400px;
    }
    
    .product-info {
        top: 0;
	    height: inherit;
	    padding: 0px;
    }    
    
	.panels-mid-left .home-services-gist__item {
	    display: inline-block;
	    width: 100%;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .panels-small {
	    position: relative;
	    top: -331px;
	}
	
	.panels-mid-right .__item-image {
	   padding-top: 40px !important;
	}
	
	.panels-mid-right .featured-item--padded {
	    top: 0px;
	}
	
	.panels-mid-right .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42;
	    width: 100%;
	}
	
	.panels-mid-left .__item-image {
		
		padding-top: 40px !important;
	}
	
	.black-band {
		height: 65px;
	}
	
	
	
	.specifics-holder .featured-item .__item-description {
		padding-right: 0px;
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
	    width: 163px;
	    padding-top: 10px;
	}
	

	
	/*.ProductPage .ani16 {
	    margin-top: 825px;
	}
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	.ProductPage .ani19 {
	    margin-top: 797px;
	}
	
	.ProductPage .ani8 {
    	margin-top: 876px;
	}
	*/
	.banner-content {
   		top: 40%;
    }
    
    .our-story {
   		 padding: 0px 11px 0px;
	}
	
	.animation-display .home-services-gist__item {
	    height: 560px;
	}
}

@media only screen and (max-width: 650px) {

	.TechSpecsPage .show-room {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.ProductPage .icon-image-animation {
		width: 100px;
	}
	
	.techspecs-range .home-range-list {
	    margin-top: 0px;
	}
	
	.specifics-holder .featured-item .__item-description {
	 padding-right: 0px;
	
	}

	.banner-content p {
    	font-size: 40px;
	}
	
	.slider-section {
		padding: 0px 10px;
	 
	}
	/*
	.amazingslider-img-elem-1 {
	    height: 300px !important;
	}
	
	.amazingslider-text-box-1 {
		height: 300px !important;
	}
	
	.amazingslider-space-1 {
		height: 300px !important;
	}
	
	#amazingslider-1 {
		height: 300px !important;
	}
	
	.amazingslider-text-1 {
   	    padding: 50px 7% 50px !important;
	}
	
	.amazingslider-text-box-1 {

    	top: 350px;
    }
    */
    .gas .gas-left, .gas .gas-right {
   	    font-size: 12px;
    }
	
	.panels-mid-right .home-services-gist__item {
	    position: relative;
		top: 350px;
	}
  
    .panels-mid-right .panels-small {
	    position: relative;
	    top: -325px;
    }
   
    .instagram-feed-mobile {
	    padding-left: 10px;
	    padding-right: 10px;
    }
   
    .home-master-panel hr {
   		max-width: 100px;
	}
	
	.product-info {
		top: 695px;
		padding: 0%;
		position: relative;
		width: 100%;
	}
	
	.product_banner {
	    margin-bottom: 510;
	    padding-left: 11px;
	    padding-right: 11px;
	}
	
	.product-details {
	    padding: 21px 20px;
	    width: 100%;
	}

	.banner-content {
	    transition: 0s ease-out;
	}
	
	.banner-content {
		top: 30%;
	    left: 0%;
	    margin: auto;
		transform: translate3d(0px, 0px, 0px);
	}
	
	.arrow {
		left: 42.5%;
		transform: translate3d(0px, 20px, 0px);
	}
	
	.home-services-gist .__item-image .icon-animation218, 
	.home-services-gist .__item-image .icon-animation219, 
	.home-services-gist .__item-image .icon-animation220 {
    	width: 90px !important;
	}
	
}

@media only screen and (max-width: 640px) { 
	
	.banner-content {
    	margin: inherit;
    	top: 35%;
    }
    
}

@media only screen and (max-width: 600px) {

	.testimonials-section {
		display: none;
	}

	.product_banner .page-banner {
	    height: 370px;
	}
	
	.animation-display {
	     margin-top: 380px;
	}	
	
	.panels-mid-right .featured-item--padded {
  	     top: 0px;
	}
	
	.arrow {
   		 left: 46%;
    }
    
    .panels-mid-right .panels-small {
   		 top: -315px;
	}
	
	.panels-mid-right .featured-item .__item-description {
	    padding-bottom: 0px;
	}
	
	.product-info {
   		top: 0px;
	}
	
	.product-details {
  	    padding: 50px 50px;
  	}
  	
  	.ProductPage .animation-display {
   	    margin-top: 400px;
	}
	
	.arrow {
    	top: -95px;
    }
    
    .ProductPage .ani19 {
	    margin-top: 807px;
	}
	
	.ssslide {
		height: 294px;
	}
	
	.sss {
		height: 294px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 294px;
	    max-height: 294px;
	}
	
	.show-room {
	    padding: 0px 11px 11;
	}

	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}

	.our-story {
   		 padding: 0px 11px 0px;
	}
	
	.new-home-heading-title h1 {
		padding: 0px;
		font-size: 60px;
		text-align: center;
	}

}

@media only screen and (max-width: 568px){

	.product-info {
	    top: 0px;
	    height: inherit;
	}
 
	.specific-button .specific-button-left, .specific-button .specific-button-right {
	    width: 145px;
	    padding-right: 10px;
	    padding-top: 10px;
	}

	.product-details .product-title {
		font-size: 40px;
	}

	.ProductPage .animation-display {
	    margin-top: 260px;
	}
	
	.product_banner .page-banner {
	    height: 260px;
	}
		
	
	.product-details {
		padding: 50px 50px;
	}
	
	.banner-content {
		top: 32%;
	}
	
	.animation-display {
		margin-top: 350px;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	
	.home-heading {
		position: fixed;
		width: 100%;
	}
	
	.panels-mid-right .panels-small {
		top: -315px;
	}
	
	.booknow-section p {
		padding-top: 23px;
	}
	
	.find-out-container {
		padding-bottom: 23px;
	}
	 
	.panels-mid-right .featured-item--padded {
	    top: 0px;
	}
	
	.panels-mid-left .home-services-gist__item {
	    display: inline-block;
	    width: 100%;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .featured-item .__item-description {
	    padding-bottom: 0px;
	}
	
	.newsletter-holder .name input[type="text"], .newsletter-holder .name input[type="email"] {
	    width: 75%;
	}
	
	.black-band {
		height: 65px;
	}
	
	/*
	.ProductPage .ani19 {
	    margin-top: 695px;
	}
	
	.ProductPage .ani16 {
	    margin-top: 734px;
	}
	*/
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	/*
	.ProductPage .ani8 {
	    margin-top: 784px;
	}
	
	*/


}

@media only screen and (max-width: 540px) {
	.ssslide {
		height: 305px;
	}
	
	.sss {
		height: 305px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 305px;
	    max-height: 305px;
	}
	
	.productsize-content ul.dashed>li {
		font-size: 15px;
	}
	
	.productsize-content h1 {
		font-size: 40px;
	}
	
	.productsize-content p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 450px) { 
	/*.amazingslider-text-box-1 {
    	 top: 380px;
    }
    */
    
    .ssslide {
		height: 350px;
	}
	
	.sss {
		height: 350px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 350px;
	    max-height: 350px;
	}
    
	#button-arrow {
		transition: 0s ease-in;
		position: absolute;
		top: -140px;
	}
	
    .banner-content p {
    	padding: 0px 0px 0px 0%;
    	transition: 0s ease-out;
	}
	
	.home-heading {
		position: fixed;
	    /* z-index: 999; */
	    transition: 0s ease-out;
	    height: 600px;
	    width: 100%;
	}
	
	.animation-display {
		transform: translate3d(0px, 0px, 0px) !important;
	}
	
	#bottom .featured-item--confined {
   	    padding-bottom: 26px;
	}
	
	.banner-content {
    	max-width: 270px;
		margin: auto;
    }	
    

    
   
}

@media only screen and (max-width: 414px) {
	.techspecs-range .panels-left-holder .__item-title, .techspecs-range .panels-right-holder .__item-title {
    	font-size: 30px;
    }
    .our-story .featured-item .__item-title {
	    font-size: 22px;
	}
    
	.product-info {
		background-color: transparent;
	}
	
	.product_banner .page-banner {
	    height: 500px;
	}
	
	.product-info {
	    top: 0px;
	}

 	.product-details {
	    padding: 31px 20px;
	}
	
	.ProductPage .home-master-panel .masterpanel {
	    height: 347px;
	    background-size: cover !important;
	}

	.page-footer .footer-menu {
	    display: inline-block;
	    width: 100%;
	}
	
	.home-heading {
   	    height: 700px;
	}
	
	.animation-display {
   	    margin-top: 700px;
	}
	
	#button-arrow {
    	left: 43%;
    	top: -120px;
	}
	
	.panels-mid-right .panels-small {
        top: -313px;
    }
    
    .booknow-section p {
   		padding: 0px 10px 15px;
	}
	
	.find-out-container {
    	padding-bottom: 23px;
	}
	
	.hider {
		padding-top: 23px;	    
	}
	
	.panels-mid-right .find-out {
	    width: 100%;
	}

	.banner-content {
	    top: 35%;
	}
	
	.panels-mid-right .featured-item--padded {
  	    top: 0px;
	}
	
	.panels-mid-left .home-services-gist__item {
	    display: inline-block;
	    width: 100%;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .featured-item .__item-description {
    	padding-bottom: 0px;
	}
	
	.panels-mid-right .featured-item--padded {
	    padding-top: 0px;
	    padding-bottom: 42px;
	}
	
	.ProductPage .animation-display {
	    margin-top: 500px;
	}
	
	.product-buttons .buttons-left, .product-buttons .buttons-right {
	    display: inline-block;
	    padding: 0px 4.5px;
	}
	
	/*
	
	.ProductPage .ani19 {
    	margin-top: 849px;
	}
	
	.ProductPage .ani19 .masterpanel {
    	height: 341px;
    }
    */
    
    .animation-display .home-services-gist__item {
	    display: table;
	    height: 550px;
	}
	
	.black-band {
	    height: 65px;
	}
	
	#nav-icon1 {
	    top: 22px;
	}
	
	.animation-display .home-services-gist__item {
	    display: table;
		
	}
	
	.panels-small3 {
	    background-position: 45%!important;
	}
	/*
	
	.ProductPage .ani16 {
	    margin-top: 879px;
	}
	
	.ProductPage .ani8 {
	    margin-top: 929px;
	}
	*/
	.ssslide {
		height: 197px;
	}
	
	.sss {
		height: 197px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 197px;
	    max-height: 197px;
	}
	
	.show-room {
	    padding: 0px 11px 11px;
	}
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	.our-story {
   		 padding: 0px 11px 0px;
	}

}

@media only screen and (max-width: 400px) {
	.ProductPage .home-master-panel .masterpanel {
   		 height: 334px;
    }
}

@media only screen and (max-width: 380px) {
	.product-info {
   	    top: 348px;
	}
	
	.product_banner .page-banner {
   		height: 350px;
   		margin-bottom: 145px;
	}
	
	.panels-mid-right .panels-small {
	    position: relative;
	    top: -313px;
	}
}

@media only screen and (max-width: 384px) {

	.ProductPage .home-master-panel .masterpanel {
    	height: 319px;
    }
    

    
	.animation-display {
	    margin-top: 630px;
	}
	
	.product_banner {
	    padding-left: 11px;
	    padding-right: 11px;
	}
	
	.product_banner .page-banner {
	    height: 600px;
	}
	
	.product-info {
	    top: 0px;
	}
	
	.ProductPage .animation-display {
	    margin-top: 340px;
	}
	/*
	.ProductPage .ani16 {
    	margin-top: 849px;
	}
	*/
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	
	/*
	.ProductPage .ani19 {
    	margin-top: 819px;
	}
	*/
	.specific-button .specific-button-left, .specific-button .specific-button-right {
	    padding-right: 0px;
	}
	
	/*
	.ProductPage .ani8 {
	    margin-top: 899px;
	}
	*/
	
}

@media only screen and (max-width: 375px) { 
	.ProductPage .home-master-panel .masterpanel {
    	height: 313px;
    }

	.banner-content {
	    top: 40%;
	}
	
	.map-div {
   	    margin-top: 75px;
   	    height: 300px;
    }
    
	.ProductPage .animation-display {
	    margin-top: 450px;
	}
	
	.product_banner .page-banner {
    	height: 450px;
	}
	
	.product-info {
	    top: 0;
	    height: inherit;
	    
	}

	.home-heading {
		height: 610px;
	}
	
	#button-arrow {
    	top: -100px;
	}
	
	.panels-mid-right .panels-small {
     	top: -315px;
	}
	
	.animation-display {
   	    margin-top: 560px;
    }
    
    .page-banner {
	    height: 100%;
	}
	
	.panels-mid-left .home-services-gist__item {
	    display: inline-block;
	    width: 100%;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.panels-mid-left .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .featured-item .__item-description {
	    padding-bottom: 0px;
	}
	
	.panels-mid-right .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.product_banner {
	    padding-left: 11px;
	    padding-right: 11px;
	}
	/*
	.amazingslider-text-box-1 {
	    top: 558px;
	}
	*/
	
	.slider-section {
	  
	}
	
	#nav-icon1 {
	    top: 23px;
	}
	
/*	.ProductPage .ani16 {
	    margin-top: 849px;
	}
	*/
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	/*
	.ProductPage .ani19 {
    	margin-top: 820px;
	}
	*/
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
    	padding-right: 0px;
	}
	
	/*.ProductPage .ani8 {
    	margin-top: 899px;
	}
	
	.ProductPage .ani14 {
	    margin-top: 879px;
	}
	
	.ProductPage .ani15 {
	    margin-top: 879px;
	}
	*/
}

@media only screen and (max-width: 374px) {
	.ProductPage .animation-display {
	    margin-top: 880px;
	}
	
	.ProductPage .ani19 .masterpanel {
   		height: 312px;
	}
	
	.ProductPage .ani19 {
	    margin-top: 810px;
	}
}

@media only screen and (max-width: 366px) {
	.panels-mid-right .panels-small {
	    top: -340px;
	}
}


@media only screen and (max-width: 360px) {
	.ProductPage .home-master-panel .masterpanel {
	    height: 334px;
	}
	
	.ssslide {
		height: 300px;
	}
	
	.sss {
		height: 300px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 300px;
	    max-height: 300px;
	}
	/*
	
	.ProductPage .ani19 .masterpanel {
	    height: 305px;
	}
	*/
	
	.ProductPage .animation-display {
	    margin-top: 450px;
	}
	
	.ProductPage .home-master-panel .masterpanel {
	    background-size: cover !important;
	}
	
	/*
	.ProductPage .ani19 {
	    margin-top: 810px;
	}
	*/
	
	.product_banner .page-banner {
	    height: 450px;
	}
}

@media only screen and (max-width: 320px) { 
	.book-a-visit .book-form {
	    width: 100%;
	}
	
	.product-buttons .buttons-left, .product-buttons .buttons-right {
	    padding: 0px 1.5px;
	}
		
	.contact-us-section textarea {
    	width: 100%;
	}
	.ProductPage .product-buttons {
	    max-width: 285px;
	    margin: auto;
	}
	
	.product_banner {
	    padding-left: 11px;
	    padding-right: 11px;
	}
	
	.page-banner {
	    height: 90%;
	}
	
	#button-arrow {
	   	top: -100px;
	}
	
	.animation-display {
   		margin-top: 520px;
    }
    
    .panels-mid-right .panels-small {
	    position: relative;
	    top: -339px;
	}
	
	.banner-content {
   		max-width: 235px;
   	}
   	
   	.arrow {
   		left: 42.5%;
   	}
   	
   	.panels-mid-left .home-services-gist__item {
	    padding-top: 0px;
	    padding-bottom: 0px;
    }
    
    .panels-mid-left .featured-item--padded {
	    padding-top: 2px;
	    padding-bottom: 42px;
	}
	
	.panels-mid-right .featured-item .__item-description {
    	padding-bottom: 14px;
	}
	
	.panels-mid-right .featured-item--padded {
	    display: inline-block;
	    padding-top: 2px;
	    padding-bottom: 27px;
	}
	
	.black-band {
		height: 70px;
	}
	
	.newsletter-holder .name input[type="text"], .newsletter-holder .email input[type="email"] {
	    width: 100%;
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
	    width: 45%;
	    display: inline-block;
	    padding-right: 0;
	    padding-bottom: 10px;
	}
	
	.specifics-holder .featured-item .__item-description {
		padding: 3px 0px 0px;
	}
	
	.specifics-holder .__item-title {
   		font-size: 26.5px;
   		padding-bottom: 0px;
    }
    /*
    .amazingslider-img-elem-1 {
	    height: 200px !important;
	}
	
	.amazingslider-text-box-1 {
		height: 200px !important;
	}
	
	.amazingslider-space-1 {
		height: 200px !important;
	}
	
	#amazingslider-1 {
		height: 200px !important;
	}
	
	.amazingslider-text-box-1 {
   	    top: 468px;
	}
	*/
	
	.product_banner {
		padding-left: 11px;
		padding-right: 11px;
	}
	
	.product-info {
	    top: 0;
	    height: inherit;
	}
	
	.product-details {
	  
	}
	
	.product_banner .page-banner {
	    height:350px;
	}
	
	.ProductPage .animation-display {
	    margin-top: 330px;
	}
	
	.ProductPage .find-out {
    	font-size: 12px;
	}
	
	.ProductPage .product-buttons .find-out {
	    width: 116px;
	}
	
	.product-buttons .find-out {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	
	.ProductPage .home-master-panel .masterpanel {
		height: 261px;
	}
	
	.ssslide {
		height: 166px;
	}
	
	.sss {
		height: 166px;
	}
	
	.slider-section .home-services-gist__item {
	    height: 166px;
	} 
	
	/*
	.ProductPage .ani16 {
	    margin-top: 815px;
	}
	*/
	
	.panels-mid-left .home-range-list {
	    padding-top: 11px;
	}
	/*
	
	.ProductPage .ani19 {
	    margin-top: 767px;
	}
	
	.ProductPage .ani8{
	    margin-top: 903px;
	}
	*/
	  
}

.hover-logo {
	display: none;
}

@media only screen and (min-width: 901px) {
	.product-info-desktop {
		display: block;
	}
	.product-info-mobile {
		display: none;
	}
}

@media only screen and (min-width: 1151px) {
	
	.our-story .featured-item .__item-description {
		font-size: 18px;
	}
	

	.main-navigation .__brand:hover .main-logo {
		display: none;
	}
	
	.main-navigation .__brand:hover .hover-logo {
		display: block;
	}
	
	.homepage-index .nav-header {
	    padding-bottom: 110px;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 9999999;
	}
	
	.homepage-index .is-hidden {
	    opacity: 1;
	    -webkit-transform: translate(0,0);
 	    transition: 0.2s ease-in;
	}
			  
	.homepage-index .is-visible {
	    opacity: 1;
	    -webkit-transform: translate(0,0);
 	    transition: 0.2s ease-in;
    }
}

@media only screen and (min-width: 1312px) {
	.TechSpecsPage .main-content--transition {
		padding-top: 20px;
	}
	
	.main-navigation .navigation-links .__link {
	    padding: 16px 30px 40px 0px;
	}
	
	.main-navigation .__brand {
	    margin-top: 3px;
	    max-width: 220px;
	}
}

@media only screen and (min-width: 1600px) {
	.product_banner .page-banner {
		height: 850px;
	}
	
}

@media only screen and (min-width: 1901px) {
	.animation-display .featured-item--padded {
		display: table-cell;
		vertical-align: middle;
	}
	
	.animation-display .home-services-gist__item {
	    display: table;
		height: 700px;
	}
}

@media only screen and (min-width: 2000px) {

	.main-navigation .navigation-links .__link {
	    padding: 16px 30px 40px 30px;
	}
	
	.techspecs-range h4 {
	    font-size: 21px;
	}
	
	.main-navigation .__links-container {
	    width: 80.5%;
	}
	
	.ssslide {
		height: 700px;
	}
	
	.sss {
		height: 700px;
	}
	
	.slider-section .featured-item .__item-title {
	    font-size: 30.5px;
	}
	
	.slider-section .home-services-gist__item {
	    width: 100%;
	    height: 700px;
	    max-height: 700px;
	    display: table;
	}

	.panels-small {
	    height: 600px;
	}
	.page-banner {
   		 height: 870px;
	}
	
	.product_banner .page-banner {
   		 height: 840px;
	}
	
	.product-info {
  
   		 padding-top: 190px;
	}
	
	.featured-item .__item-description {
 
    	font-size: 21px;
    }
    
    .home-services-gist .__item-image {
	    padding-top: 0%;
	    line-height: 0px;
	}
	/*
	 .amazingslider-img-elem-1 {
	    height: 700px !important;
	}
	
	.amazingslider-text-box-1 {
		height: 700px !important;
	}
	
	.amazingslider-space-1 {
		height: 700px !important;
	}
	
	#amazingslider-1 {
		height: 700px !important;
		width: 100% !important;
	}
	
	.amazingslider-description-1 {
 
   		 font-size: 21px !important;
   	     max-width: 500px !important;
   		 margin: auto !important;
   	}
   	
   	#amazingslider-wrapper-1 {
   	 margin: 0px 0px !important;
   	 
   	     width: 100% !important;
   	     max-width: 100% !important;
	}
	*/
	
	.product-details .product-desc {

	    font-size: 24px;
	
	}
	
	.product-details .product-desc .dashed li {
   		font-size: 20px;
	}
	
	.gas .gas-left, .gas .gas-right {
       font-size: 20px;
    }
	
	.product-buttons .find-out {
	   width: 200px;
	   
	}
	
	.find-out {
	    font-size: 17px;
	    max-width: 210px;
	}
	
	.specifics-holder .videopanels {
		display: table-cell;
	    vertical-align: middle;
	    padding: 4.2%
	}
	
	.home-services-gist .__item-image .icon-animation201, .home-services-gist .__item-image .icon-animation204, .home-services-gist .__item-image .icon-animation205 {
  	  width: 150px;
	}
	
	.home-services-gist .__item-image img {
  	  width: 65px;
	}
	
	
	.home-services-gist .__item-image .icon-animation218, .home-services-gist .__item-image .icon-animation219 {
  	  width: 120px;
	}
	
	.specifics-holder .featured-item--padded {
	
	}
	
	.specifics-holder .__item-title {
   		 padding: 0% 8% 0px 0%;
    }
    
    .specific-button .find-out {
   		 max-width: 240px;
	}
	
	.specific-button .specific-button-left, .specific-button .specific-button-right {
  		  width: 200px;
	}
	
	.specifics-holder .specific-button {
   		 max-width: 800px;
	}
	
	.as-btn-blue-medium {
	    max-width: 210px;
	    font-size: 17px;
	}
	
	.amazingslider-button-1 {
  	  padding-top: 30px;
	}
	
	
	.message-panels .featured-item .__item-description {
    	font-size: 18px;
	}
	
	.specifics-holder .home-services-gist__item {
	    display: table-cell;
		vertical-align: middle;
		padding: 4.2% 4.2% 4.2% 1%;
	}
	
	.panels-mid-right .find-out {
	    color: #FFFFFF;
	    width: 100%;
	}
	
	.product-info19 {
    	padding-top: 220px;
	}
	
	.product-info8 {
    	padding-top: 163px;
	}
	
}


@media only screen and (min-width: 2300px) {
	.product_banner .page-banner {
   		 height: 930px;
	}
	
	.main-navigation .navigation-links .__link,
	.main-navigation .__highlighted-link a {
	    font-size: 25;
	}
	
	.dropdown-menu li a  {
	    height: 70px;
	    padding-top: 20px;
	    font-size: 22px;
	}
	
	.dropdown-menu li a:hover {
	    height: 70px;
	    padding-top: 20px;
	}
	
	.main-navigation .__brand {
    	max-width: 250px
    }
    
    .page-banner {
	    height: 970px;
	}
	
	.arrow-normal,
	.arrow-color {
		width: 100px;
	} 
	
	.arrow {
    	top: 800px;
    }
    
    .banner-content p {
	    font-size: 100px;
	}
	
	.banner-content {
    	top: 55%;
   	}
   	
   	.newsletter-holder .submit input[type="submit"] {
   		font-size: 17px;
   		max-width: 210px;
   	}
   	
   	.our-story .featured-item .__item-description {
	    max-width: 800px;
	    font-size: 23px;
	}
	
	.homepage-index .main-navigation {
	    padding: 12px 6.0% 0;
	}
	
	.product-info19 {
	    padding-top: 257px;
	}
	
	.home-master-panel .featured-item .__item-title {
	    padding-bottom: 9px;
	}
	
	.product-info {
    	padding-top: 235px;
	}
	
	.product-info8 {
	    padding-top: 217px;
	}
	
	.product-info16 {
	    padding-top: 240px;
	}
	
	.product-info19 {
	    padding-top: 276px;
	}
	    
}

input {
	outline: 0;
}

.main-content--transition .newsletter-holder .__item-description ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:red;
}

.main-content--transition .newsletter-holder .__item-description :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:red;
}

.main-content--transition .newsletter-holder .__item-description ::-moz-placeholder  { /* Mozilla Firefox 19+ */
   color:red;
}

.main-content--transition .newsletter-holder .__item-description :-ms-input-placeholder,
{ /* Internet Explorer 10-11 */
   color:red;
}


