html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
  font-weight:500;
}

body {
	margin:0px;
	padding:0px;
  background-color:#fff;
  font-family: 'Open Sans', sans-serif;
}

.row,
.inner-row,
.column,
.content,
.site-container {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.inner-row:before,
.inner-row:after {
    content: " ";
    display: table;
}

.inner-row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
}

.column-perm {
    position: relative;
    float: left;
}

.column-perm + .column-perm {
    margin-left: 1.6%;
}

.no-float-column {
  position: relative;
  margin: 0 auto;
  float:none;
}

.center-view {
  margin-top:105px;
  margin-bottom:85px;

}

label {
  display:block;
  color:#ccc;
  margin-bottom:5px;
   box-sizing:border-box;
}

.formclass {
  padding-left:20px;
  padding-right:20px;
}

.inline {
  display:inline-block;
  max-width:200px;
  text-align:left;

}

/*Modal*/

.admin_modal_bg {
  display:none;
  background-color:rgba(0,0,0,0.8);
  position:fixed;
  top:0px;
  left:0px;
  margin:0px auto;
  height:100%;
  overflow-y:scroll;
  width:100%;
  z-index:99999999;
}

#admin_modal li {
  display:inline-block;
}
#admin_modal img {
  width:125px;
  margin:15px;
}

.fi-check label{
  display:inline-block !important;

}

.fi-check input{
  display:inline-block  !important;
  width:auto !important;

}
#putlogohere {
  margin-top:5px;
  margin-bottom:15px;
}

input {
  font-size: 1em;
  padding: 10px 15px 10px 15px !important;
  border:1px solid #f1f1f1;
  margin-bottom:15px;
  width:100%;
  box-sizing:border-box;
}

textarea {
  font-size: 1em;
  padding: 10px 15px 10px 15px !important;
  border:1px solid #f1f1f1;
  margin-bottom:15px;
  width:100%;
  box-sizing:border-box;
}

input:focus {
  border:1px solid #e1e1e1;
  margin-bottom:15px;
  width:100%;
}

.center-view .button {
  border:0px;
}

.column + .column {
    margin-left: 1.6%;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-2-perm {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.column-4-perm {
    width: 32.2666666667%;
}


.column-4 {
    width: 32.2666666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 49.2%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.admin-link {
  padding:15px;
  text-align:center;
  border:1px solid #f1f1f1;
  color:#e1e1e1;
  display:block;
}

.column-12 {
    width: 100%;
}

.admin-side {
  padding:20px;
  border:1px solid #f1f1f1;
  border-radius:3px;
  box-sizing:border-box;
}

.countries {
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #f1f1f1;
  text-align:center;
}

.admin-side li {
  padding-bottom:5px;
}

.admin-side a {
  text-decoration:none;
  color:#333;
}


#header {
  position:fixed;
  top:0px;
  left:0px;
  z-index:9999;
  width:100%;
  background-color:#e0f0ec;
}

  #logo {
    width:130px;
  }

  .header-inner {
    padding-top:10px;
    padding-bottom:10px;
  }

  .navi {
    padding-top:20px;
    text-align:right !important;
  }

  .navi a{
    padding:10px;
    font-weight:600;
    text-decoration:none;
    color:#333;
    opacity:1.0;
  }

  .navi a:hover {
    opacity:0.8;
  }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f16446;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f16446, 0 0 5px #f16446;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f16446;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}



#footer {
  background-color:#222;
  padding-top:40px;
  padding-bottom:40px;
  border-top:5px solid #f16446;
}

  #footer-logo {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom:15px;
    width:130px;
    opacity:0.5;
    transition: all 0.4s ease;
  }

  #footer-logo:hover {
    opacity:1.0;
    transition: all 0.4s ease;
  }

  #footer a {
    color:#999;
    text-decoration:none;
  }

  #footer a:hover {
    color:#fff;
    text-decoration:none;
  }

  .copy {
    color:#999;
    border-bottom:1px solid #333;
    padding-bottom:15px;
    margin-bottom:15px;
  }

  .footer-stores-sub {
    font-style:italic;
    color:#999;
    font-weight:400;
  }

  .footer-header {
    color:#999;
    font-weight:600;
  }

  .footer-less-space {
    margin-bottom:5px;
  }

#store-header {
  margin-top:91px;
  background-color:#e0f0ec;
  padding-top:15px;
}

#store-header  {
  margin-bottom:0px;
}

.sidebar {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
}

.make-bold {
  font-weight:600;
}

.about-header {
  border-bottom:1px solid #f1f1f1;
  padding-bottom:10px;
}

.main-store {
  padding-top:10px;
}
.button {
    padding:10px 15px 10px 15px;
    border-radius:3px;
    color:#fff;
    background-color:#f16446;
    text-transform:uppercase;
    font-weight:600;
    text-decoration:none;
    display:inline-block;
    transition: all 0.4s ease;
    opacity:1.0;
}

.button:hover {
  background-color:#ea7259;
  transition: all 0.4s ease;
  opacity:1.0;
}

.deal-expired .button {
  background-color:#e1e1e1;
}

  #store-header h1 {
    margin-bottom:5px;
    margin-top:30px;
  }

  #store-header h2 {
    font-weight:300;
    color:#7ea79d;
    font-size:1.2em;
  }

  .store-title-span {
    font-weight:600;
  }

#breadcrumb {
  padding-bottom:10px;
  padding-top:10px;
  margin-bottom:10px;
  font-size:13px;
  color:#ffffff;
  background-color:#f4866f;
}

#breadcrumb a {
  font-size:12px;
  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
}

.markdown img {
  width:100%;
  margin-top:20px;
  padding:20px;
  border:1px solid #e1e1e1;
  border-radius:3px;
  box-sizing:border-box;
  display:none;
}

.markdown code {
  -ms-word-break: break-all !important;
     word-break: break-all !important;

     /* Non standard for webkit */
     word-break: break-word !important;

-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
        hyphens: auto !important;
}

.markdown {
  -ms-word-break: break-all !important;
     word-break: break-all !important;

     /* Non standard for webkit */
     word-break: break-word !important;

-webkit-hyphens: auto !important;
   -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
        hyphens: auto !important;
}

.related {
  margin-top:10px;
}

.deal-small {
  border:1px solid #f1f1f1;
  border-radius:2px;
  margin-bottom:15px;
}

.ver2 {
   text-overflow: ellipsis;
   overflow: hidden;
    display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.deal-small-content {
  padding:10px;
}

.deal-small .expiry {
  text-align:center;
}

.deal-small .button {
  text-align:center;
  width:100%;
  box-sizing:border-box;
}

.related a {
  margin-bottom:10px;
  border:1px solid #f1f1f1;
  padding:10px;
  text-align:center;
  display:block;
  text-decoration:none;
  color:#999;
  transition: all 0.4s ease;
}

.deal-small-bg {
  padding:15px;
  border-radius:3px 3px 0px 0px;
  margin-bottom:10px;
}

.deal-small img {
  width:90%;
  max-width:100px;
}

.deal-small .ver2 {
     font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    text-align:center;
}

.ver2 {
  font-size: 1.55em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.markdown h2 {
  margin-bottom:10px;
}
.related a:hover {
  margin-bottom:10px;
  border:1px solid #e1e1e1;
  padding:10px;
  text-align:center;
  display:block;
  text-decoration:none;
  color:#666;
  transition: all 0.4s ease;
}

.terms {
  display:none;
}

.term-link {
  cursor:pointer;
}
.otc-light {
  color:#ffffff;
}

.otc-dark {
  color:#000000;
}
.term-link {
  margin-left:20px;
}

.terms {
  margin-top:10px;
  color:#666;
}

.obc-b-dark {
  border:1px solid #e1e1e1;
}

.info-tag {
  display:inline-block;
  padding:5px;
  margin-bottom:10px;
  text-transform:uppercase;
  border-radius:2px;
  font-size:12px;
}

.info-tag p {
  margin-bottom:0px;
}

.deal {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
  margin-bottom:15px;
}

  .expiry {
    margin-bottom:0px;
    color:#999;
  }

.sidebar-fb {
  margin-top:15px;
  border-radius:3px;
}
h1, h2, h3, h4 {
  margin-bottom: 1em;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.1;
  color: #222;
}

h1 a, h2 a, h3 a {
  color:#222;
  text-decoration:none;
}

h1 {
  font-size: 2em;
  font-weight: 300;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

p {
  font-size: 1em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

a {
   transition: all 0.4s ease;
   opacity:1.0;
}

a:hover {
   transition: all 0.4s ease;
   opacity:1.0;
}

.container {
  max-width:1180px;
  margin-left:auto;
  margin:auto;
}

.splash {
  background: url(../../images/splashbg.jpg) repeat-x;
    background-size: 10px 100%;
  padding-top:75px !important;
}

.imgb {
  text-align:center;
  background: url(../../images/splashpic.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom:200px;
  padding-top:25px;
  background-position:center;
}


.from {
  text-align:center;
  margin-top:-20px;
}

.from a {
  color:#333;
}
.spotlight {
  border:1px solid #f1f1f1;
  padding:15px;
  border-radius:3px;
}

.indexpage {
  margin-top:25px;
}
.spotlight h3 {
  margin-bottom:10px;
}
.featured-store {
  text-align:center;
  padding-bottom:15px;
}

.featured-logo {
  height:auto;
  padding:10px;
  text-align:center;
}

.featured-store img {
    width: 100%;
    border: 0px;
    vertical-align: middle !important;
    margin:0px;
}
.hide-on-desktop {
      display:none;
}


#modal-over {
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    z-index: 99999999;
    border-top:5px solid #f16446;
}

.enterin {
  text-transform:uppercase;
  color:#ccc;
  border-bottom:1px solid #f1f1f1;
  padding-bottom:5px;
  font-size:12px;
  font-weight:600;
}

.storelogo {
  padding:10px;
  padding:left:20px;
  padding-right:20px;
}

.storelogo img{
  max-width:100px;
}

.bigcode {
  font-weight:600;
  font-size:30px;
  margin-bottom:10px;
}
.focus_content {
  background-color:#fff;
  border-radius:3px;
}

.focus_outer {
  border-radius:2px;
  width:600px;
  position:fixed;
  top:5px;
  left:50%;
  margin-left:-300px;
}

.focus_outer .offer-sp{
  margin-bottom:0px;
}

.focus_outer .solidotc-light {
  padding:20px;
}

.focus_outer .solidotc-dark {
  padding:20px;
}

.offer-sp {
  border-radius:3px;
  margin-bottom:20px;
}

.offer-sp .button {
  min-width:250px;
  text-align:center;
}

.solidotc-dark {
  border-top:1px solid #e1e1e1;
}

.b-dark {
  border-bottom:1px solid #f1f1f1;
}

.codebox {
  border:1px solid #f1f1f1;
  border-radius:3px;
  padding:5px;
  text-align:center;
  margin-bottom:15px;
}

.closebox {
  cursor:pointer;
  margin-bottom:0px;
  margin-top:15px;
  border-top:1px solid #f1f1f1;
  padding-top:15px;
  margin-top:15px;
}

.atoz {
  margin-top:90px;
}

.a-z-row {
  margin-bottom:20px;
}

.view-letter h3{
  margin-bottom:5px;
}

.letter {
  border:1px solid #f1f1f1;
  padding:5px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  color:#333;
  margin-top:5px;
}
.az {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #f1f1f1;
}

.view-letter{
  margin-top:85px;
}

.azborder {
  border:1px solid #f1f1f1;
}

.a-z ul {
  list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.hide-on-desktop {
  display:none;
}
.no-offers {
  padding:20px;
  border-radius:3px;
  border:1px solid #f1f1f1;
  margin-bottom:20px;
}

.view-cat {
  margin-top:75px;
  padding:20px;
}

.a-z ul li {
  margin-bottom:5px;
}
.a-z ul a {
  text-decoration:none;
  color:#666;
}

.a-z ul a:hover {
  text-decoration:none;
  color:#222;
}

#menu {
  position:fixed;
  top:20px;
  right:20px;
  cursor:pointer;
}

.mobilenav {
  display:none;
}

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

  .view-letter {
  text-align:center;
  padding:20px;
}

.mobilenav {
  position:fixed;
  border-top:1px solid #ceeae3;
  display:block;
  background-color:#e0f0ec;
  width:100%;
  position: fixed;
    top: 80px;
    left: 0px;
    padding:10px;
    display:none;
}

.mobilenav li {
  padding-bottom:10px;
}

.mobilenav a {
  font-weight:600;
  text-decoration:none;
  color:#333;
}

.mobilenav li{
  display:block;
}

.a-z ul {
  list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

  .hide-on-desktop {
    display:block;
  }

    .letters {
      text-align:center;
    }

    .letter {
      margin-bottom:5px;
    }

    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5,
    .column-6,
    .column-7,
    .column-8,
    .column-9,
    .column-10,
    .column-11,
    .column-12 {
        width: auto;
        float: none;
        margin-bottom:10px;
    }

    .az {
      padding:20px;
    }

    .imgb {
      padding:10px;
      padding-bottom:200px;
    }
    .deal {
      padding:10px;
    }

    .indexpage {
      background-color:#fff;
      margin-top:-100px;
      padding:10px;
      padding-top:20px;
    }

    .indexpage h1 {
      text-align:center;
    }

    .splash {
      background-position:top;
    }

    .column + .column {
    margin-left: 0px;
  }

   .column-perm + .column-perm {
    margin-left: 1.6%;
  }

  .column-2-perm {
    width: 32.2666666667%;
  }

  .focus_outer {
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    margin:0px;
    text-align:center;
  }

  .button {
    width:100%;
    box-sizing:border-box;
  }

  .main-store {
    padding-left:10px;
    padding-right:10px;
  }
  #store-header {
    padding-left:20px;
    padding-right:20px;
  }
  #footer {
    text-align:center;
    padding:20px;
  }

  .sidebar {
    padding:10px;
  }

  .expiry {
    font-size:0.8em;
  }

  .header-inner {
    padding-left:10px;
  }

  #store-header h1 {
    margin-top:10px;
    font-size:1.8em;
  }

  #store-header .featured-store {
    margin-bottom:0px;
    padding-bottom:0px;
  }

    .hide-on-phone {
      display:none;
    }
    #store-header  {
      text-align:center;
    }

    #store-header .button {
      display:block;
      width:100%;
      box-sizing:border-box;
    }
    #store-header .featured-logo {
      max-width:100px;
      margin:0px auto;
    }

}

.pages {
  margin: 20px 0;
  text-align: center;
}

.pages-item {
  display: inline-block;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  color: #222;
  font-weight: 600;
}

a.pages-item {
  text-decoration: none;
  background-color: #f1f1f1;
}

a.pages-item:hover {
  color: #444;
  background-color: #fff;
}
