/* CSS Document */
/*	@import "colors/bootstrap"; //Colour varialbles from twitter bootstrap*/
/*@import "scss_includes/db_units";*/
@media only screen and (min-width: 1300px) and (orientation: landscape), only screen and (min-aspect-ratio: 1 / 1) {
  body {
    background-color: white;
    color: black;
    padding: 0;
    font-size: 1em;
    margin: 0;
    width: 100%;
    /*background-image: url(../gfx/lib_gfx/bars/bg_linear_1920.jpg);*/
    background-repeat: no-repeat repeat-y;
    background-size: contain;
    overflow: hidden; }

  .header_bar {
    background-color: white;
    width: 100%;
    height: 100px;
    background-image: url(../img/bg_flame.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

  nav {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    width: 100%;
    background: #333333;
    height: auto;
    height: 40px;
    border-bottom: 4px solid #507d9f;
    margin-bottom: 10px; }

  nav ul {
    list-style: none;
    margin: 0;
    height: 40px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }

  nav ul li {
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    margin: 0 10px;
    height: 40px; }

  nav ul li a {
    text-decoration: none;
    padding: 0 0 3px;
    color: #F7F7F7; }

  .menu_bar {
    display: none; }

  .logo {
    display: block; }

  .logo img {
    width: auto;
    height: 95px;
    float: left;
    margin-left: 5px;
    margin-top: 5px; }

  .logo_text {
    width: auto;
    height: 100px;
    margin-top: auto;
    margin-left: 20px; }

  .head_main {
    font-size: 1.6em;
    font-weight: bold; }

  .head_sub {
    font-size: 1.1em; }

  #div_Menu {
    width: 100%;
    height: 30px;
    background-color: black; }

  .td_bold {
    font-weight: bold; }

  .div_divider {
    width: 90%;
    height: 2px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-image: url(../img/div_bar.jpg);
    background-size: 100% auto; }

  #mainContent {
    font-size: 0.85em;
    width: 100%;
    height: calc(100vh - 215px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    overflow-y: auto; }

  h1 {
    text-align: center;
    width: 100%;
    color: #507d9f; }

  h2 {
    text-align: center;
    width: 100%;
    color: black; }

  #main_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center; }

  .footer_class {
    border-top: 2px solid #507d9f;
    width: 100%;
    background-color: #333333;
    color: white;
    min-height: 70px;
    position: absolute;
    bottom: 0; }

  .footer_des_div {
    width: 55px;
    height: 60px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.95em;
    line-height: 1em; }

  table {
    width: 100%; }

  input {
    width: 100%; }

  #div_online_quote_banner {
    width: 300px;
    height: auto;
    margin: auto; }

  #div_online_quote_banner img {
    width: 100%;
    height: auto; }

  p {
    margin: 10px; }

  /* CSS Document large_quotes.scss*/
  #mainContent_quotes {
    font-size: 1em;
    width: 100%;
    height: calc(100vh - 215px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    overflow-y: auto; }

  #mail_details {
    display: none;
    width: 60%;
    margin: auto;
    margin-top: 20px; }

  #div_coc {
    display: none;
    width: 60%;
    margin: auto; }

  #div_install {
    display: none;
    width: 65%;
    margin: auto; }

  #div_sent {
    display: none;
    width: 100%;
    text-align: center; }

  .class_questions {
    display: none; }

  /*Slider*/
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px; }

  /* Hide default HTML checkbox */
  .switch input {
    display: none; }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

  input:checked + .slider {
    background-color: #158300; }

  input:focus + .slider {
    box-shadow: 0 0 1px #158300; }

  input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px); }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px; }

  .slider.round:before {
    border-radius: 50%; }

  #quote_select {
    width: 100%; }

  #quote_select table {
    width: 80%;
    margin: 0 auto;
    /*display: block;*/ }

  .just_right {
    text-align: right;
    margin-right: 5px; }

  #div_button {
    width: 100%;
    margin: auto;
    margin-top: 30px; }

  .quote_table {
    width: 100%;
    margin: auto;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    color: red;
    margin-bottom: 10px; }

  #quote_coc_div {
    width: 60%;
    margin-top: 20px; }

  #btn_quote_submit {
    font-size: 1.3em;
    border-radius: 34px;
    width: 270px;
    margin: 0 auto;
    cursor: pointer;
    background-color: blue;
    color: aliceblue;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    /*display: none;*/ }

  /*Appliance Container*/
  .complete_container {
    width: 100%;
    height: 210px;
    position: relative;
    /*	background-color: #782021;*/
    /*	overflow: hidden;*/ }

  .appl_container {
    width: auto;
    height: 200px;
    overflow: hidden !important;
    /*	display: inline-block;*/
    /*	border: #7774C1 solid 1px;*/
    /*	border-radius: 4px;
    	margin-left:35px;
    	margin-right:35px;
    	display:block;*/
    margin-top: 5px;
    /*	background-color: #9100FF;*/
    /*	padding-left: 35px;
    	padding-right: 35px;*/
    /*	position:relative;*/ }

  .appl_item_container {
    /*background-color: khaki;*/
    width: auto;
    height: 180px;
    position: relative; }

  .appl_item {
    width: 110px;
    height: 98%;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    /*	border: solid 1px #E1E1E1;*/
    border-radius: 4px;
    /*background-image:url( ../gfx/lib_gfx/bars/bg_item_200.jpg);
    background-repeat: no-repeat repeat-y;
    background-size: contain;*/ }

  .appl_item img {
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: block; }

  .appl_item_heading {
    font-size: 1em;
    font-weight: bold;
    height: 2em;
    width: 100%;
    align-content: center;
    text-align: center; }

  .appl_sel_image {
    width: 25px;
    height: 25px;
    margin: 0 auto; }

  .appl_sel_image img {
    width: auto;
    height: 100%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    display: block;
    cursor: pointer; }

  #btn_left {
    display: inline;
    height: 100%;
    width: 32px;
    /*max-width: 40px;
    min-width: 28px;*/
    float: left;
    /*	position:absolute;*/
    /*	left:0;
    	top:0;*/
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/white_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color:#F5F5F5;*/ }

  #btn_right {
    /*	display:block*/
    height: 100%;
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/black_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-color:#F5F5F5;*/ }

  /*Selected Appliances*/
  #appl_selected {
    width: 100%;
    height: auto;
    /*background-color: aqua;*/ }

  .appl_sel_row {
    width: 100%;
    /*background-color: aliceblue;*/
    height: 64px;
    margin-top: 2px;
    border-radius: 4px;
    display: none;
    /*inline-block */
    align-content: center; }

  .appl_sel_row img {
    float: left;
    width: auto;
    height: 60px;
    margin-top: 2px; }

  .appl_sel_row td input {
    float: right;
    height: 30px;
    font-size: 1.5em;
    width: 100px;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
    background-color: darkmagenta; }

  .appl_sel_name {
    width: auto;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 64px;
    font-size: 1.2em; }

  .appl_table_row {
    display: none; }

  #table_appl_header {
    display: none;
    font-size: 0.8em;
    font-weight: bold; }

  .appl_amount_input input {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 5px;
    text-align: right; }

  .quote_complete_details {
    margin-top: 5px; }

  #main_text_quotes {
    font-size: 1em;
    margin-bottom: 10px; }

  #mainContent_regs {
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #div_safety_regs_img {
    margin-left: 0;
    margin-right: 0;
    margin-left: 5px;
    width: 900px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: #0A0A0A;
    float: left; }

  #div_safety_regs_img img {
    width: 100%;
    height: auto; }

  #div_safety_regs_main {
    float: left;
    width: calc(100% - 915px);
    height: calc(100vh - 230px);
    font-size: 1em;
    margin-left: 5px;
    margin-right: 5px;
    overflow-y: auto; }

  #contact_us_main {
    font-size: 1.2em;
    margin: auto;
    width: 40%;
    margin-top: 20px;
    padding-bottom: 50px; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_links {
    font-size: 1.2em;
    margin: auto;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px; } }
@media only screen and (orientation: portrait) {
  body {
    background-color: white;
    color: black;
    padding: 0;
    font-size: 1.1em;
    margin: 0;
    width: 100%;
    /*background-image: url(../gfx/lib_gfx/bars/bg_linear_1920.jpg);*/
    background-image: url(../img/phone_bg.jpg);
    background-size: contain;
    overflow-y: auto; }

  .header_bar {
    background-color: white;
    width: 100%;
    height: 80px;
    background-image: url(../img/bg_flame.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

  nav {
    /*margin: 0;
    width: 100%;
    background: #333333;
    height: auto;
    height: 40px;
    border-bottom: 4px solid #507d9f;*/
    align-content: center;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: none;
    height: auto;
    float: left;
    background-color: #333333;
    border-bottom: 4px solid #507d9f; }

  /*nav ul{
  	list-style: none;
  margin: 0;
  height: 40px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
  
  nav ul li{
  	line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  margin: 0 10px;
  height: 40px;
  
  }
  
  nav ul li a{
  	text-decoration: none;
  	padding: 0 0 3px;
  	color: #F7F7F7;
  }*/
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }

  nav ul li {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: 15px; }

  nav ul li a {
    text-decoration: none;
    color: white; }

  nav ul li a:hover {
    color: #D3D3D3; }

  .menu_selected a {
    color: #8C8C8C;
    cursor: default; }

  .menu_bar {
    height: 34px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #333333;
    border-bottom: 3px solid #507d9f;
    margin: 0; }

  .menu_bar img {
    height: 28px;
    width: auto;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    float: left; }

  .logo {
    display: block; }

  .logo img {
    width: auto;
    height: 70px;
    float: left;
    margin-left: 5px;
    margin-top: 5px; }

  .logo_text {
    width: auto;
    height: 100px;
    margin-top: auto;
    margin-left: 20px; }

  .head_main {
    font-size: 1.6em;
    font-weight: bold; }

  .head_sub {
    font-size: 1.1em; }

  #div_Menu {
    width: 100%;
    height: 30px;
    background-color: black; }

  .td_bold {
    font-weight: bold; }

  .div_divider {
    width: 90%;
    height: 2px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-image: url(../img/div_bar.jpg);
    background-size: 100% auto; }

  #mainContent {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  h1 {
    text-align: center;
    width: 100%;
    color: #507d9f;
    margin: 5px 0 5px 0;
    font-size: 1.4em; }

  h2 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center; }

  #main_text {
    width: 90%;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto; }

  .footer_class {
    color: white;
    border-top: 2px solid #507d9f;
    width: 100%;
    background-color: #333333;
    min-height: 80px; }

  .footer_des_div {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.95em; }

  table {
    width: 100%; }

  #div_online_quote_banner {
    width: 300px;
    height: auto;
    margin: auto; }

  #div_online_quote_banner img {
    width: 100%;
    height: auto; }

  p {
    margin: 10px; }

  /* CSS Document large_quotes.scss*/
  #mainContent_quotes {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #mail_details {
    display: none;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    font-size: 0.95em; }

  #mail_details table tr {
    width: 100%; }

  #mail_details table tr td {
    width: 100%;
    float: left; }

  input {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  select {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #div_coc {
    display: none;
    width: 100%;
    margin: auto; }

  #div_install {
    display: none;
    width: 100%;
    margin: auto; }

  #div_sent {
    display: none;
    width: 100%;
    text-align: center; }

  .class_questions {
    display: none; }

  /*Slider*/
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px; }

  /* Hide default HTML checkbox */
  .switch input {
    display: none; }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

  input:checked + .slider {
    background-color: #158300; }

  input:focus + .slider {
    box-shadow: 0 0 1px #158300; }

  input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px); }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px; }

  .slider.round:before {
    border-radius: 50%; }

  #quote_select {
    width: 100%; }

  #quote_select table {
    font-size: 0.95em;
    width: 100%;
    margin: 0 auto;
    /*display: block;*/ }

  #quote_select table tr {
    width: 100%; }

  #quote_select table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  .just_right {
    text-align: right;
    margin-right: 5px; }

  #div_button {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px; }

  .quote_table {
    width: 100%;
    margin: auto;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    color: red;
    margin: 0; }

  .quote_table tr {
    width: 100%; }

  .quote_table tr td {
    width: 100%;
    float: left; }

  #quote_coc_div {
    width: 60%;
    margin-top: 20px; }

  #btn_quote_submit {
    font-size: 1.3em;
    border-radius: 34px;
    width: 270px;
    margin: 0 auto;
    cursor: pointer;
    background-color: blue;
    color: aliceblue;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    /*display: none;*/ }

  /*Appliance Container*/
  .complete_container {
    width: 100%;
    height: 170px;
    position: relative;
    /*	background-color: #782021;*/
    /*	overflow: hidden;*/ }

  .appl_container {
    width: calc(100% - 60px);
    height: 200px;
    overflow: hidden !important;
    /*	display: inline-block;*/
    /*	border: #7774C1 solid 1px;*/
    /*	border-radius: 4px;
    	margin-left:35px;
    	margin-right:35px;
    	display:block;*/
    margin-top: 5px;
    /*	background-color: #9100FF;*/
    /*	padding-left: 35px;
    	padding-right: 35px;*/
    /*	position:relative;*/ }

  .appl_item_container {
    /*background-color: khaki;*/
    width: 1600px;
    height: 180px;
    position: relative; }

  .appl_item {
    width: 90px;
    height: 98%;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    /*	border: solid 1px #E1E1E1;*/
    border-radius: 4px;
    /*background-image:url( ../gfx/lib_gfx/bars/bg_item_200.jpg);
    background-repeat: no-repeat repeat-y;
    background-size: contain;*/ }

  .appl_item img {
    height: auto;
    width: 80%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: block; }

  .appl_item_heading {
    font-size: 0.9em;
    font-weight: bold;
    height: 1.85em;
    width: 100%;
    align-content: center;
    text-align: center; }

  .appl_sel_image {
    width: 25px;
    height: 25px;
    margin: 0 auto; }

  .appl_sel_image img {
    width: auto;
    height: 100%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    display: block;
    cursor: pointer; }

  #btn_left {
    display: inline;
    height: 100%;
    width: 30px;
    /*max-width: 40px;
    min-width: 28px;*/
    float: left;
    /*	position:absolute;*/
    /*	left:0;
    	top:0;*/
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/white_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color:#F5F5F5;*/ }

  #btn_right {
    /*	display:block*/
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/black_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-color:#F5F5F5;*/ }

  /*Selected Appliances*/
  #appl_selected {
    width: 100%;
    height: auto;
    /*background-color: aqua;*/ }

  .appl_sel_row {
    width: 100%;
    /*background-color: aliceblue;*/
    height: 64px;
    margin-top: 2px;
    border-radius: 4px;
    display: none;
    /*inline-block */
    align-content: center; }

  .appl_sel_row img {
    float: left;
    width: auto;
    height: 60px;
    margin-top: 2px; }

  .appl_sel_row td input {
    float: right;
    height: 30px;
    font-size: 1.5em;
    width: 100px;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
    background-color: darkmagenta; }

  .appl_sel_name {
    width: auto;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 64px;
    font-size: 1.2em; }

  .appl_table_row {
    display: none; }

  #table_appl_header {
    display: none;
    font-size: 0.8em;
    font-weight: bold; }

  .appl_amount_input input {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 5px;
    text-align: right; }

  .quote_complete_details {
    margin-top: 5px; }

  .quote_complete_details table {
    width: 100%; }

  .quote_complete_details table tr {
    width: 100%; }

  .quote_complete_details table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #main_text_quotes {
    width: 100%; }

  #mainContent_regs {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #div_safety_regs_img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: #0A0A0A;
    float: left; }

  #div_safety_regs_img img {
    width: 100%;
    height: auto; }

  #div_safety_regs_main {
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.85em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; }

  .footer_class {
    float: left; }

  #contact_us_main {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_main table tr {
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_links {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 20px; }

  #contact_us_links table {
    width: 100%; }

  #contact_us_links table tr {
    width: 100%; }

  #contact_us_links table tr td {
    width: 100%;
    float: left;
    text-align: left; } }
@media only screen and (pointer: coarse) and (orientation: portrait) {
  body {
    background-color: white;
    color: black;
    padding: 0;
    font-size: 1.1em;
    margin: 0;
    width: 100%;
    /*background-image: url(../gfx/lib_gfx/bars/bg_linear_1920.jpg);*/
    background-image: url(../img/phone_bg.jpg);
    background-size: contain;
    overflow-y: auto; }

  .header_bar {
    background-color: white;
    width: 100%;
    height: 80px;
    background-image: url(../img/bg_flame.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

  nav {
    /*margin: 0;
    width: 100%;
    background: #333333;
    height: auto;
    height: 40px;
    border-bottom: 4px solid #507d9f;*/
    align-content: center;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: none;
    height: auto;
    float: left;
    background-color: #333333;
    border-bottom: 4px solid #507d9f; }

  /*nav ul{
  	list-style: none;
  margin: 0;
  height: 40px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
  
  nav ul li{
  	line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  margin: 0 10px;
  height: 40px;
  
  }
  
  nav ul li a{
  	text-decoration: none;
  	padding: 0 0 3px;
  	color: #F7F7F7;
  }*/
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }

  nav ul li {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: 15px; }

  nav ul li a {
    text-decoration: none;
    color: white; }

  nav ul li a:hover {
    color: #D3D3D3; }

  .menu_selected a {
    color: #8C8C8C;
    cursor: default; }

  .menu_bar {
    height: 34px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #333333;
    border-bottom: 3px solid #507d9f;
    margin: 0; }

  .menu_bar img {
    height: 28px;
    width: auto;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    float: left; }

  .logo {
    display: block; }

  .logo img {
    width: auto;
    height: 70px;
    float: left;
    margin-left: 5px;
    margin-top: 5px; }

  .logo_text {
    width: auto;
    height: 100px;
    margin-top: auto;
    margin-left: 20px; }

  .head_main {
    font-size: 1.6em;
    font-weight: bold; }

  .head_sub {
    font-size: 1.1em; }

  #div_Menu {
    width: 100%;
    height: 30px;
    background-color: black; }

  .td_bold {
    font-weight: bold; }

  .div_divider {
    width: 90%;
    height: 2px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-image: url(../img/div_bar.jpg);
    background-size: 100% auto; }

  #mainContent {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  h1 {
    text-align: center;
    width: 100%;
    color: #507d9f;
    margin: 5px 0 5px 0;
    font-size: 1.4em; }

  h2 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center; }

  #main_text {
    width: 90%;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto; }

  .footer_class {
    color: white;
    border-top: 2px solid #507d9f;
    width: 100%;
    background-color: #333333;
    min-height: 80px; }

  .footer_des_div {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.95em; }

  table {
    width: 100%; }

  #div_online_quote_banner {
    width: 300px;
    height: auto;
    margin: auto; }

  #div_online_quote_banner img {
    width: 100%;
    height: auto; }

  p {
    margin: 10px; }

  /* CSS Document large_quotes.scss*/
  #mainContent_quotes {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #mail_details {
    display: none;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    font-size: 0.95em; }

  #mail_details table tr {
    width: 100%; }

  #mail_details table tr td {
    width: 100%;
    float: left; }

  input {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  select {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #div_coc {
    display: none;
    width: 100%;
    margin: auto; }

  #div_install {
    display: none;
    width: 100%;
    margin: auto; }

  #div_sent {
    display: none;
    width: 100%;
    text-align: center; }

  .class_questions {
    display: none; }

  /*Slider*/
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px; }

  /* Hide default HTML checkbox */
  .switch input {
    display: none; }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

  input:checked + .slider {
    background-color: #158300; }

  input:focus + .slider {
    box-shadow: 0 0 1px #158300; }

  input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px); }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px; }

  .slider.round:before {
    border-radius: 50%; }

  #quote_select {
    width: 100%; }

  #quote_select table {
    font-size: 0.95em;
    width: 100%;
    margin: 0 auto;
    /*display: block;*/ }

  #quote_select table tr {
    width: 100%; }

  #quote_select table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  .just_right {
    text-align: right;
    margin-right: 5px; }

  #div_button {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px; }

  .quote_table {
    width: 100%;
    margin: auto;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    color: red;
    margin: 0; }

  .quote_table tr {
    width: 100%; }

  .quote_table tr td {
    width: 100%;
    float: left; }

  #quote_coc_div {
    width: 60%;
    margin-top: 20px; }

  #btn_quote_submit {
    font-size: 1.3em;
    border-radius: 34px;
    width: 270px;
    margin: 0 auto;
    cursor: pointer;
    background-color: blue;
    color: aliceblue;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    /*display: none;*/ }

  /*Appliance Container*/
  .complete_container {
    width: 100%;
    height: 170px;
    position: relative;
    /*	background-color: #782021;*/
    /*	overflow: hidden;*/ }

  .appl_container {
    width: calc(100% - 60px);
    height: 200px;
    overflow: hidden !important;
    /*	display: inline-block;*/
    /*	border: #7774C1 solid 1px;*/
    /*	border-radius: 4px;
    	margin-left:35px;
    	margin-right:35px;
    	display:block;*/
    margin-top: 5px;
    /*	background-color: #9100FF;*/
    /*	padding-left: 35px;
    	padding-right: 35px;*/
    /*	position:relative;*/ }

  .appl_item_container {
    /*background-color: khaki;*/
    width: 1600px;
    height: 180px;
    position: relative; }

  .appl_item {
    width: 90px;
    height: 98%;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    /*	border: solid 1px #E1E1E1;*/
    border-radius: 4px;
    /*background-image:url( ../gfx/lib_gfx/bars/bg_item_200.jpg);
    background-repeat: no-repeat repeat-y;
    background-size: contain;*/ }

  .appl_item img {
    height: auto;
    width: 80%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: block; }

  .appl_item_heading {
    font-size: 0.9em;
    font-weight: bold;
    height: 1.85em;
    width: 100%;
    align-content: center;
    text-align: center; }

  .appl_sel_image {
    width: 25px;
    height: 25px;
    margin: 0 auto; }

  .appl_sel_image img {
    width: auto;
    height: 100%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    display: block;
    cursor: pointer; }

  #btn_left {
    display: inline;
    height: 100%;
    width: 30px;
    /*max-width: 40px;
    min-width: 28px;*/
    float: left;
    /*	position:absolute;*/
    /*	left:0;
    	top:0;*/
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/white_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color:#F5F5F5;*/ }

  #btn_right {
    /*	display:block*/
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/black_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-color:#F5F5F5;*/ }

  /*Selected Appliances*/
  #appl_selected {
    width: 100%;
    height: auto;
    /*background-color: aqua;*/ }

  .appl_sel_row {
    width: 100%;
    /*background-color: aliceblue;*/
    height: 64px;
    margin-top: 2px;
    border-radius: 4px;
    display: none;
    /*inline-block */
    align-content: center; }

  .appl_sel_row img {
    float: left;
    width: auto;
    height: 60px;
    margin-top: 2px; }

  .appl_sel_row td input {
    float: right;
    height: 30px;
    font-size: 1.5em;
    width: 100px;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
    background-color: darkmagenta; }

  .appl_sel_name {
    width: auto;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 64px;
    font-size: 1.2em; }

  .appl_table_row {
    display: none; }

  #table_appl_header {
    display: none;
    font-size: 0.8em;
    font-weight: bold; }

  .appl_amount_input input {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 5px;
    text-align: right; }

  .quote_complete_details {
    margin-top: 5px; }

  .quote_complete_details table {
    width: 100%; }

  .quote_complete_details table tr {
    width: 100%; }

  .quote_complete_details table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #main_text_quotes {
    width: 100%; }

  #mainContent_regs {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #div_safety_regs_img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: #0A0A0A;
    float: left; }

  #div_safety_regs_img img {
    width: 100%;
    height: auto; }

  #div_safety_regs_main {
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.85em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; }

  .footer_class {
    float: left; }

  #contact_us_main {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_main table tr {
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_links {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 20px; }

  #contact_us_links table {
    width: 100%; }

  #contact_us_links table tr {
    width: 100%; }

  #contact_us_links table tr td {
    width: 100%;
    float: left;
    text-align: left; } }
@media only screen and (pointer: coarse) and (orientation: landscape) {
  body {
    background-color: white;
    color: black;
    padding: 0;
    font-size: 1.1em;
    margin: 0;
    width: 100%;
    /*background-image: url(../gfx/lib_gfx/bars/bg_linear_1920.jpg);*/
    background-image: url(../img/phone_bg.jpg);
    background-size: contain;
    overflow-y: auto; }

  .header_bar {
    background-color: white;
    width: 100%;
    height: 80px;
    background-image: url(../img/bg_flame.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

  nav {
    /*margin: 0;
    width: 100%;
    background: #333333;
    height: auto;
    height: 40px;
    border-bottom: 4px solid #507d9f;*/
    align-content: center;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: none;
    height: auto;
    float: left;
    background-color: #333333;
    border-bottom: 4px solid #507d9f; }

  /*nav ul{
  	list-style: none;
  margin: 0;
  height: 40px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  }
  
  nav ul li{
  	line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  margin: 0 10px;
  height: 40px;
  
  }
  
  nav ul li a{
  	text-decoration: none;
  	padding: 0 0 3px;
  	color: #F7F7F7;
  }*/
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }

  nav ul li {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: 15px; }

  nav ul li a {
    text-decoration: none;
    color: white; }

  nav ul li a:hover {
    color: #D3D3D3; }

  .menu_selected a {
    color: #8C8C8C;
    cursor: default; }

  .menu_bar {
    height: 34px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #333333;
    border-bottom: 3px solid #507d9f;
    margin: 0; }

  .menu_bar img {
    height: 28px;
    width: auto;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    float: left; }

  .logo {
    display: block; }

  .logo img {
    width: auto;
    height: 70px;
    float: left;
    margin-left: 5px;
    margin-top: 5px; }

  .logo_text {
    width: auto;
    height: 100px;
    margin-top: auto;
    margin-left: 20px; }

  .head_main {
    font-size: 1.6em;
    font-weight: bold; }

  .head_sub {
    font-size: 1.1em; }

  #div_Menu {
    width: 100%;
    height: 30px;
    background-color: black; }

  .td_bold {
    font-weight: bold; }

  .div_divider {
    width: 90%;
    height: 2px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-image: url(../img/div_bar.jpg);
    background-size: 100% auto; }

  #mainContent {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  h1 {
    text-align: center;
    width: 100%;
    color: #507d9f;
    margin: 5px 0 5px 0;
    font-size: 1.4em; }

  h2 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center; }

  #main_text {
    width: 90%;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto; }

  .footer_class {
    color: white;
    border-top: 2px solid #507d9f;
    width: 100%;
    background-color: #333333;
    min-height: 80px; }

  .footer_des_div {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.95em; }

  table {
    width: 100%; }

  #div_online_quote_banner {
    width: 300px;
    height: auto;
    margin: auto; }

  #div_online_quote_banner img {
    width: 100%;
    height: auto; }

  p {
    margin: 10px; }

  /* CSS Document large_quotes.scss*/
  #mainContent_quotes {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #mail_details {
    display: none;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    font-size: 0.95em; }

  #mail_details table tr {
    width: 100%; }

  #mail_details table tr td {
    width: 100%;
    float: left; }

  input {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  select {
    width: calc(100% - 18px);
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #div_coc {
    display: none;
    width: 100%;
    margin: auto; }

  #div_install {
    display: none;
    width: 100%;
    margin: auto; }

  #div_sent {
    display: none;
    width: 100%;
    text-align: center; }

  .class_questions {
    display: none; }

  /*Slider*/
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px; }

  /* Hide default HTML checkbox */
  .switch input {
    display: none; }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

  input:checked + .slider {
    background-color: #158300; }

  input:focus + .slider {
    box-shadow: 0 0 1px #158300; }

  input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px); }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px; }

  .slider.round:before {
    border-radius: 50%; }

  #quote_select {
    width: 100%; }

  #quote_select table {
    font-size: 0.95em;
    width: 100%;
    margin: 0 auto;
    /*display: block;*/ }

  #quote_select table tr {
    width: 100%; }

  #quote_select table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  .just_right {
    text-align: right;
    margin-right: 5px; }

  #div_button {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px; }

  .quote_table {
    width: 100%;
    margin: auto;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    color: red;
    margin: 0; }

  .quote_table tr {
    width: 100%; }

  .quote_table tr td {
    width: 100%;
    float: left; }

  #quote_coc_div {
    width: 60%;
    margin-top: 20px; }

  #btn_quote_submit {
    font-size: 1.3em;
    border-radius: 34px;
    width: 270px;
    margin: 0 auto;
    cursor: pointer;
    background-color: blue;
    color: aliceblue;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    /*display: none;*/ }

  /*Appliance Container*/
  .complete_container {
    width: 100%;
    height: 170px;
    position: relative;
    /*	background-color: #782021;*/
    /*	overflow: hidden;*/ }

  .appl_container {
    width: calc(100% - 60px);
    height: 200px;
    overflow: hidden !important;
    /*	display: inline-block;*/
    /*	border: #7774C1 solid 1px;*/
    /*	border-radius: 4px;
    	margin-left:35px;
    	margin-right:35px;
    	display:block;*/
    margin-top: 5px;
    /*	background-color: #9100FF;*/
    /*	padding-left: 35px;
    	padding-right: 35px;*/
    /*	position:relative;*/ }

  .appl_item_container {
    /*background-color: khaki;*/
    width: 1600px;
    height: 180px;
    position: relative; }

  .appl_item {
    width: 90px;
    height: 98%;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    /*	border: solid 1px #E1E1E1;*/
    border-radius: 4px;
    /*background-image:url( ../gfx/lib_gfx/bars/bg_item_200.jpg);
    background-repeat: no-repeat repeat-y;
    background-size: contain;*/ }

  .appl_item img {
    height: auto;
    width: 80%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: block; }

  .appl_item_heading {
    font-size: 0.9em;
    font-weight: bold;
    height: 1.85em;
    width: 100%;
    align-content: center;
    text-align: center; }

  .appl_sel_image {
    width: 25px;
    height: 25px;
    margin: 0 auto; }

  .appl_sel_image img {
    width: auto;
    height: 100%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    display: block;
    cursor: pointer; }

  #btn_left {
    display: inline;
    height: 100%;
    width: 30px;
    /*max-width: 40px;
    min-width: 28px;*/
    float: left;
    /*	position:absolute;*/
    /*	left:0;
    	top:0;*/
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/white_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color:#F5F5F5;*/ }

  #btn_right {
    /*	display:block*/
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background-image: url(/gfx/lib_gfx/black_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-color:#F5F5F5;*/ }

  /*Selected Appliances*/
  #appl_selected {
    width: 100%;
    height: auto;
    /*background-color: aqua;*/ }

  .appl_sel_row {
    width: 100%;
    /*background-color: aliceblue;*/
    height: 64px;
    margin-top: 2px;
    border-radius: 4px;
    display: none;
    /*inline-block */
    align-content: center; }

  .appl_sel_row img {
    float: left;
    width: auto;
    height: 60px;
    margin-top: 2px; }

  .appl_sel_row td input {
    float: right;
    height: 30px;
    font-size: 1.5em;
    width: 100px;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
    background-color: darkmagenta; }

  .appl_sel_name {
    width: auto;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 64px;
    font-size: 1.2em; }

  .appl_table_row {
    display: none; }

  #table_appl_header {
    display: none;
    font-size: 0.8em;
    font-weight: bold; }

  .appl_amount_input input {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 5px;
    text-align: right; }

  .quote_complete_details {
    margin-top: 5px; }

  .quote_complete_details table {
    width: 100%; }

  .quote_complete_details table tr {
    width: 100%; }

  .quote_complete_details table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #main_text_quotes {
    width: 100%; }

  #mainContent_regs {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    left: 0;
    min-height: 450px; }

  #div_safety_regs_img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: #0A0A0A;
    float: left; }

  #div_safety_regs_img img {
    width: 100%;
    height: auto; }

  #div_safety_regs_main {
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.85em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; }

  .footer_class {
    float: left; }

  #contact_us_main {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_main table tr {
    width: 100%;
    margin-bottom: 10px; }

  #contact_us_main table tr td {
    width: 100%;
    float: left;
    text-align: left; }

  #contact_us_main table {
    width: 100%; }

  #contact_us_links {
    font-size: 1em;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 20px; }

  #contact_us_links table {
    width: 100%; }

  #contact_us_links table tr {
    width: 100%; }

  #contact_us_links table tr td {
    width: 100%;
    float: left;
    text-align: left; } }
/*Colour*/

/*# sourceMappingURL=styles_large.css.map */
