html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

#form-holder * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
/*  background: #010101 url("../images/background.jpg") no-repeat center bottom; */
  line-height: 1.2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #fff;
}

#wrapper {
/*  overflow: hidden; */
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 0 10px;
}

#header {
  padding: 0px;
}

#logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

#buttons {
  display: inline-block;
  vertical-align: top;
}

.button {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #000;
  background: #108FE4;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#108FE4), to(#096FB3));
  background: -webkit-linear-gradient(#108FE4, #096FB3);
  background: -moz-linear-gradient(#108FE4, #096FB3);
  background: -ms-linear-gradient(#108FE4, #096FB3);
  background: -o-linear-gradient(#108FE4, #096FB3);
  background: linear-gradient(#108FE4, #096FB3);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 2px 6px;
}

.button:hover,
.button:focus {
  background: #096FB3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#096FB3), to(#108FE4));
  background: -webkit-linear-gradient(#096FB3, #108FE4);
  background: -moz-linear-gradient(#096FB3, #108FE4);
  background: -ms-linear-gradient(#096FB3, #108FE4);
  background: -o-linear-gradient(#096FB3, #108FE4);
  background: linear-gradient(#096FB3, #108FE4);
}

#form-holder {
  max-width: 62%;
  margin: auto;
  background: rgb(166, 168, 171);
  background: rgba(166, 168, 171, 0.69);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px 20px;
}

#form-holder form {
  position: relative;
  padding-right: 32px;
}

#form-holder input[type="text"] {
  background: #fff;
  width: 100%;
  height: 30px;
  border: none;
  padding: 0px 10px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  outline: none;
  border: solid 2px #9e9e9e;
  border-right:none;
}
#searchTerm,
#searchGo{
	-webkit-border-radius:0px;
	-webkit-appearance: none;
}
#form-holder input[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0;
  width: 32px;
  height: 30px;
  border: none;
  background: url("../images/search-icon.png") no-repeat left top;
  font-size: 0;
  cursor: pointer;
  border: solid 2px #9e9e9e;
  border-left:none;
}

#social-buttons {
  position: static;
  right: auto;
  top: auto;
  text-align: center;
  width: 100%;
}

#social-buttons img {
  margin-bottom: 5px;
}

#navbar {
    font-family: sans-serif;
    font-size: smaller;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	height:10px;
}
#navbar a {
    outline: 0 none;
    text-decoration: none;
}

#upperleft {
  position: absolute;
  left: 10px; top: 10px;
  white-space: nowrap
}

#homepage {
  display: none;
  margin-bottom: 10px;
}

#homepage, #appstore {
 cursor: pointer;
}

#appstore {
  position: absolute;
  top: -5px;
  left: 35px;
}

#social-buttons {
  display: none;
}

#btlogo{ position: absolute; right: 10px; bottom:10px; }

@media (max-width: 960px) {
  #header {
    padding-bottom: 25px;
  }

  #news-scroller {
    display: block;
    margin: 25px auto 0;
    text-align: left;
    max-width: 600px;
  }

  #news-scroller .button {
    position: relative;
    z-index: 3;
  }

  #news-scroller .news-title {
    position: absolute;
    top: 0;
    left: 63px;
    right: 0;
    width: auto;
    z-index: 1;
    text-align: center;
  }
}

@media (max-width: 640px) {
  body {
    background-size: cover;
    background-position: bottom center !important;
  }

  #module-search,
  #newsearch-form-holder,
  #form-holder {
    display: none;
  }

  .addlContent {
    display: none;
  }

  .twitter-timeline {
    display: none;
  }

  #lightbox-opener  {
    display: none;
  }

  #ad,
  #ad  + div,
  #background  {
    display: none !important;
  } 

  #footer {
    display: none !important;
  }
    
  #news-scroller {
    margin-top: 10px;
  }
  
  #header {
    padding-bottom: 15px;
  }
  #social-buttons {
    display: block;
  }
  #buttons .bt-social-button {
    display: none;
  }
}
body {
  overflow: hidden;
}

#snowselect,
#snowselect  option {
  color: black !important;
  background: white;
}

#snowselect {
  border: 1px solid black;
}

#newsearch_button_span {
    box-shadow: rgb(33, 72, 127) 0px 2px 0px 0px !important;
    display: inline-block !important;
    height: 32px !important;
    width: 120px !important;
    background-color: rgb(55, 117, 221);
    background-image: none !important;
    border-radius: 4px 4px 4px 4px;
    white-space: nowrap;
}

#newsearch_button {
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    height: 33px !important;
    width: 120px !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    font-size: 15px !important;
}

#newsearch-form-holder{
  border-radius: 6px;
  background-color: transparent;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  white-space: nowrap;
  text-align: center;
}

#newsearchinput_old {
  font-family: Arial,sans-serif;
  font-size: 18px;
  width: 377px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  opacity: 0.75;
}

#top-area {
  margin-bottom: 5px;
}


body {
  margin:0;
  background: transparent;
  overflow: hidden;
}

form {
  display: flex;
}

* {
  font-family: "Open Sans",Arial,Helvetica,sans-serif
}
#module-search {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: relative;
  width: 600px;
}

#module-search input {
    display: inline-block;
    width: 100%;
    margin: 0;
    outline: none;
    border: 0px;
    font-size: 28px;
    font-weight: 400;
    -webkit-transition: background-color 0.333s ease-in-out;
    -moz-transition: background-color 0.333s ease-in-out;
    -o-transition: background-color 0.333s ease-in-out;
    transition: background-color 0.333s ease-in-out;
    line-height: 36px;
    padding-left: 52px;
    padding-right: 52px;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: transparent;
    color: #FFF;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid #FFF;
}

#module-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 0.75;
}
#module-search input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
#module-search input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
#module-search input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

#module-search input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.5;
}
#module-search input:focus::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}
#module-search input:focus:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}
#module-search input:focus:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}

#module-search input:focus {
    background-color: rgba(255,255,255,0.85);
    color: #000;
    border-radius: 5px;
}

#module-search #btn-search {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    height: 50px;
    padding: 11px 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    font-weight: inherit;
    color: #FFF;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#module-search #btn-search::before {
    display: inline-block;
    content: '\e81b';
    font-family: "mystart-font";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#module-search input:focus + #btn-search {
    color: #BCBEC0;
}

#module-search #btn-dropdown {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    height: 50px;
    padding: 11px 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    font-weight: inherit;
    color: #FFF;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    visibility: hidden;
}

#module-search #btn-dropdown::before {
    display: inline-block;
    content: '\25be';
    font-family: "mystart-font";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#module-search input:focus + #btn-dropdown {
    color: #BCBEC0;
}

#dropdown-menu:hover,
#btn-dropdown:hover + #dropdown-menu {
  display: block;
}

#dropdown-menu {
  display: none;
  width: 80px;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  border: 1px solid black;
  position: absolute;
  right: 24px;
  top: 4px;
  padding-top: 4px;
}

#dropdown-menu a {
  outline: none;
  display: inline-block;
}

#yahoo {
  height: 32px;
  width: 32px;
}

#google {
  height: 32px;
  width: 32px;
}

#dropdown-menu a:hover {
  outline: 1px solid black;
}
