﻿/*@import "217mysct/icons/css/fontello.css"*/

 * {
  box-sizing: border-box;
}
	html {
    width:100%;
    }
    body {
	width: 100%;
	height:100%;
	font-family: 'Open Sans', serif;
	font-size: 100%;
    overflow-x: hidden; 
/*    overflow-y: hidden;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
      }
a {
  text-decoration: none;
}
/*this controls the main top banner size */
.main-header {
  background: linear-gradient(#ffffff, #f9f2d0);
  border-bottom: 1px solid #f7e9a6;
/*  t r b l*/
/*  padding: 12px 2px 12px 62px;*/
  text-align: center;
  color: #FFCC00;
  text-shadow: #fff 4px -1px 1px;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
/*  font-size: 27px;*/
  max-height: 50px;  
  height: 15vh;
  max-width: 100%;
  z-index:10001;
}
.main-footer {
  background: linear-gradient(#ffffff, #f9f2d0);
  border-top: 1px solid #c9eae6;
/*  t r b l*/
/*  padding: 12px 2px 12px 62px;*/
  text-align: center;
  color: #FFCC00;
  text-shadow: #fff 4px -1px 1px;
  position: fixed;
  width: 100%;
  /*top: 0;*/
  bottom: 0;
  transition: all 0.3s ease;
/*  font-size: 27px;*/
  max-height: 50px;  
  height: 15vh;
  max-width: 100%;
  z-index:10001;
}
.cont-header {
  background: linear-gradient(#ffffff, #f9f2d0);
  border-bottom: 1px solid #f7e9a6;
/*  t r b l*/
/*  padding: 12px 2px 12px 62px;*/
  text-align: center;
  color: #FFCC00;
/*  text-shadow: #fff 4px -1px 1px;*/
/*  position: fixed;*/
  width: 100%;
/*  top: 0;*/
/*  transition: all 0.3s ease;*/
/*  font-size: 27px;*/
/*  max-height: 20px;  
  height: 20px;*/
  max-width: 100%;
/*  z-index:10001;*/
}       
        
.container {
    margin: 0 auto;
    max-width: 1000px;
    width: 98%;
	background-color:#FFFFFF;
	padding:0px 5px;
	border: 1px solid LightGray ;
}
div.centerV {
/*	display: inline-block;*/
	text-align: center;
}
.floating-box {
    display: inline-block;
/*    width: 150px;*/
/*    height: 75px;*/
    margin: 10px;
/*    border: 3px solid #73AD21;*/  
}
.btn {
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: 2em;
    border-radius: 20px;
min-width: 100px;
    display: inline-block;
margin-bottom: 6px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn.btn-primary {color: #ffffff;background-color: #08c9b9;}
.btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.btn2 {
    padding: 2px 20px;
    font-size: 1.0em;
    line-height: 1em;
    border-radius: 20px;
/*min-width: 100px;*/
    display: inline-block;
margin-bottom: 6px;
margin-right: 6px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn2.btn-primary {color: #ffffff;background-color: #fe8636;}
.btn2.btn-primary:hover {color: #ffffff;background-color: #fe6804;border-color: #ffffff;}
.btn2.btn-default {color: #333333;background-color: #d3d3d3;}
.btn2.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

	  h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
} 
/*desktop landscape*/       
@media screen and (min-width: 1060px)  {
    h1 { font-size: 38px; }
    h2 { font-size: 34px; }
    h3 { font-size: 30px; }
	h4 { font-size: 20px; }
	h5 { font-size: 22px; }
	h6 { font-size: 18px; }
   .toplogo { width:50%; }
}
/*this is the TV APP specs*/
/*tablet landscape*/
@media screen and (min-width: 850px) and (max-width: 1059.99px) {
    h1 { font-size: 36px; }
    h2 { font-size: 32px; }
    h3 { font-size: 28px; }
	h4 { font-size: 19px; }
	h5 { font-size: 19px; }
	h6 { font-size: 15px; }
   .toplogo { width:50%; }
}
/*tablet portrait*/
@media screen and (min-width: 640px) and (max-width: 849.99px) {
    h1 { font-size: 34px; }
    h2 { font-size: 30px; }
	h3 { font-size: 26px; }
	h4 { font-size: 18px; }
	h5 { font-size: 18px; }
	h6 { font-size: 14px; }
   .toplogo { width:70%; }
}
/*mobile phone landscape*/
@media screen and (min-width: 490px) and (max-width: 639.99px) {
    h1 { font-size: 28px; }
    h2 { font-size: 26px; }
	h3 { font-size: 24px; }
	h4 { font-size: 16px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
   .toplogo { width:70%; }
}
/*mobile phone portrait*/
@media screen and (min-width: 340px) and (max-width: 489.99px) {
    h1 { font-size: 20px; }
    h2 { font-size: 18px; }
	h3 { font-size: 17px; }
	h4 { font-size: 14px; }
	h5 { font-size: 15px; }
	h6 { font-size: 13px; }
   .toplogo { width:70%; }
}
/*iphone 4*/
@media screen and (min-width: 10px) and (max-width: 339.99px) {
    h1 { font-size: 16px; }
    h2 { font-size: 14px; }
	h3 { font-size: 12px; }
	h4 { font-size: 10px; }
	h5 { font-size: 10px; }
	h6 { font-size: 10px; }
   .toplogo { width:70%; }
}

    .green {
	color: rgb(1,150,133);
	font-family: Open Sans, serif;
 line-height:20%;
}
    .orange {
	color: rgb(255,102,0);
	font-family: Open Sans, serif;
 line-height:20%;
	
}
    .grey {
	color: rgb(102,102,102);
	font-family: Open Sans, serif;
 line-height:20%;
}

/**********************************
    Grid
***********************************/
@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1.3rem; /* 1rem */
        padding-right: 1.3rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/********************************** SAMSUNG TABLET LAND PORT */
@media all and (min-width: 769px) {

    .menu .menuone{display:block;}
    .menu .menutwo{display:none;}
    .contentSH .contentone{display:block;}
    .contentSH .contenttwo{display:none;}
    .bannerSH .bannerone{display:block;}
    .bannerSH .bannertwo{display:none;}	

}

@media all and (max-width: 768.99px) {

    .menu .menuone{display:none;}
    .menu .menutwo{display:block;}
    .contentSH .contentone{display:none;}
    .contentSH .contenttwo{display:block;}
    .bannerSH .bannerone{display:none;}
    .bannerSH .bannertwo{display:block;}	

}
/**********************************/
.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -2px;font-size: 1.3em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 0.8em;}
.quote > p {margin-left:30px;font-size: 0.7em;}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h4 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}