html {
  font-family: sans-serif;
  color: #4b5f65;
  background: #f5f7fa;
}

body { overflow-x:hidden}

h2, h3 {text-align: center;}

a:hover {
    font-weight:bold!important;
    text-decoration: underline!important;
}

nav { width: 100%; }

.nav_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: top .5s ease-out;
  background: #2f3b3f;
}

.scroll { top: -90px; }

.no-scroll {
  top: 0;
  z-index: 9999;
}

.btn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  transition: all 0.1s ease;
}

img {
    max-width: 100%;
    height: auto;
	padding: 10px;
}

.btn:hover { transition: all 0.1s ease; }

main {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 120px;
}

main > a, a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}  

#search {
  float: right;
  font-size: 30px;
  padding: 2px 15px;
  line-height: 40px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  -webkit-transform: rotate(181deg);
  -moz-transform: rotate(181deg);
  -ms-transform: rotate(181deg);
  -o-transform: rotate(181deg);
  transform: rotate(181deg);
}

#search:hover { color: #efa666; }

.search_box {
  clear: both;
  width: 100%;
  background: #e8ebf0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
input[type="text"]#search_text {
      border-top-left-radius:5px;
	  border-bottom-left-radius:5px;
      -moz-border-top-left-radius:5px;
	  -moz-border-bottom-left-radius:5px;
      -webkit-border-top-left-radius:5px;
	  -webkit-border-bottom-left-radius:5px;
    }
	
.search_box.active {
  height: auto;
  padding: 15px 0;
}

.search_box input {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 12px 10px 10px;
  border: none;
  background: #fff;
}

.search_box input:focus { outline: none; }

.search_box input.search_icon {
    height: 17px;
    padding: 10px;
    clear: both;
    width: auto;
    vertical-align: bottom;
    margin: 0;
    margin-left: -5px;
    border: none;
    color: #2f3b3f;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    transition: all 0.1s ease;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.search_box input.search_icon:hover { background: #efa666; }

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.menu {
  width: 100%;
  height: auto;
  background: #2f3b3f;
  transition: all 0.3s ease;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.menu ul li { padding: 0px; }

.menu > ul > li { display: inline-block; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.menu ul li a:hover {
  background: #efa666;
  color: #fff;
}

.menu ul li.hover > a {
  background: #efa666;
  color: #fff;
}

.menu ul li > a { padding: 15px; }

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #39484d;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #39484d;
}

.menu ul ul > li a:hover {
  background: #efa666;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: auto;
  text-align: center;
}

#hero img {
  width: 60%;
  height: auto;
}

footer {
  width: 100%;
  background: #0099cc;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
 @media all and (max-width: 768px) {

.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin: 15px;
  height: 30px;
  width: 30px;
  float: left;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -12px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.menu-link:hover { color: #efa666; }

a.menu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.menu-link.active:after { content: "\2715"; }

.menu {
  clear: both;
  min-width: inherit;
  float: none;
}

.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #39484d;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.menu.active,
.menu > ul ul.active { max-height: 55em; }

.menu ul { display: inline; }

.menu li,
.menu > ul > li { display: block; }

.menu > ul > li:last-of-type a { border: none; }

.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}

.menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #39484d;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #4b5f65;
  color: #fff;
}

.menu ul li.hover > a {
  background: #4b5f65;
  color: #fff;
}

.menu ul ul,
.menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}

.search_box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
}

.search_box input { width: 70%; }

;
}
#footertabs {
    color: #999;
    font-size: small;
    text-align: center;
}
#footertabs{color:#999;font-size:small;text-align:center;}
#cell-footer{position:relative;background-color:#444;padding:0}
#cell-footer{border-top:1px solid #2c2c2c;font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.4}
#cell-footer.cell-plchldr{height:1px;margin-bottom:-1px;border:none !important;background:none !important}
.cell-feature{display:block;padding:10px}
.cell-feature>div{vertical-align:middle}
.cell-feature.center{text-align:center}
.cell-feature img{vertical-align:middle;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.cell-feature.share-bar>div{padding:.5em 0;text-align:center}
.cell-feature.share-bar div.icon-container{display:inline-block}
.cell-feature.share-bar img{display:inline-block;margin:.5em}
.cell-feature.full-version>div{padding:.3em .5em;text-align:center}
.cell-feature.full-version a{display:inline-block;background-position:center left;background-repeat:no-repeat;padding:.2em 0;font-weight:bold}
.cell-feature.full-version a.cell-icon-small{background-size:24px 24px;padding:.5em 0 .5em 34px}
#cell-footer{background-color:#fdfdfd;border-top:1px solid #E5E5E5;}
#cell-footer { background-color: transparent; border: none; }
#cell-feature-1399999999992 { padding-top: 0; padding-bottom: 0; }
#cell-feature-1399999999992 > div { padding: 0; }
#cell-feature-1399999999993 { padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; }
#cell-feature-1399999999993 > div { border: 1px solid #C9C9C9;  background-color: #f9f9f9; padding: 0; }
#cell-feature-1399999999993 > div > div { background: #f9f9f9; background: -moz-linear-gradient(top, #FFFFFF 0%, #f9f9f9 50%, #EDEDED 51%, #E1E1E1 100%); background: -webkit-linear-gradient(top, #FFFFFF 0%, #f9f9f9 50%, #EDEDED 51%, #E1E1E1 100%); background: -o-linear-gradient(top, #FFFFFF 0%, #f9f9f9 50%, #EDEDED 51%, #E1E1E1 100%); background: -ms-linear-gradient(top, #FFFFFF 0%, #f9f9f9 50%, #EDEDED 51%, #E1E1E1 100%); background: linear-gradient(to bottom, #FFFFFF 0%, #f9f9f9 50%, #EDEDED 51%, #E1E1E1 100%); filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFFFFF', endColorstr='#E1E1E1', GradientType=0); padding: 0.3em 10px; }
#cell-feature-1399999999993 a { color: #444; text-shadow: 0 1px 1px #f9f9f9; }
.font-family-1{font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif !important}
.small{font-size:14px}
.medium{font-size:17px}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle:checked + label {
    background-image: -moz-linear-gradient(bottom,#3cade9,#256a8f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3cade9),#256a8f);
    background-image: -webkit-linear-gradient(bottom,#3cade9,#256a8f);
    background-image: -o-linear-gradient(bottom,#3cade9,#256a8f);
    background-image: linear-gradient(to top,#3cade9,#256a8f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696',endColorstr='#ff727272',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 6px 0 rgba(41, 41, 41, 0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: default;
    color: #E6E6E6;
	padding: 5px 10px;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
}

input[type="radio"].toggle + label {
    width: 3em;
}

input[type="radio"].toggle:checked + label.radiobtn:hover {
    background-color: inherit;
    background-position: 0 0;
    -webkit-transition: none;
    -moz-trainsition: none;
    transition: none;
	background-color: #3cade9;
}

input[type="radio"].toggle-left + label {
    border-right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	background-color: #256a8f;
    padding: 5px 10px;
}

input[type="radio"].toggle-right + label {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    background-color: #256a8f;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	margin-left: -5px;
}

.togglebtn{
	margin-left: 15px;
	margin-top: 10px;
	font-size: 11px;
}
