body {
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
/* ul { */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/* } */

p {
  font-size: 16px;
  line-height: 25px;
}
td, th {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}
#global-header {
  background: url("../img/texture-bw.png") center center repeat;
  padding: 30px 0;
}
#global-header:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.0;
}
#global-header .block {
  color: #01233F;
  margin: 0 0;
  padding-left: 0px;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  padding-bottom: 0px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.date {
  color: #999999;
  font-size: 12px;
  font-weight: 800;
} 

.navbar-toggle {
  margin-right: 10px;
  padding: 6px 4px;
}

/*--
	Header Start
--*/
header {
  background: #2196f3;
  padding: 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding: 5px 5px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 5px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 20px;
  font-size: 15px;
  color: white;
}
header .navbar-default .navbar-nav li.nav-item.social a  {
  font-size: 20px;
}
header .navbar-default .navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
}
font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

/* footer { */
/*   background: #555555; */
/*   text-align: center; */
/*   padding-top: 25px; */
/*   padding-bottom: 10px; */
/* } */
/* footer p { */
/*   font-size: 13px; */
/*   line-height: 25px; */
/*   color: #AAAAAA; */
/* } */
/* footer a { */
/*   color: #AAAAAA; */
/* } */
/* footer .footer-menu { */
/*   padding-bottom: 15px; */
/* } */
/* footer .footer-menu ul { */
/*   margin: 0px; */
/*   padding: 0px; */
/* } */
/* footer .footer-menu ul li { */
/*   display: inline-block; */
/*   padding: 0px 5px; */
/* } */
/* footer .footer-menu ul li a { */
/*   display: inline-block; */
/*   color: #AAAAAA; */
/* } */
/* footer .footer-menu ul li a:hover { */
/*   color: #FFFFFF; */
/* } */
/*  */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.deal-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #aaa;
}

.deal-price {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -6%, rgba(0, 0, 0, 0.3) 142%) ;
  color: #2196f3;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 30px 2px 15px;
}

.deal-normal-price {
  display: inline-block;
  text-decoration: line-through;
  color: #807b7b;
  font-weight: normal;
  font-size: 19px;
}

.ribbon {
  position: absolute;
  padding: 2px 8px;
  width: auto;
  color: white;
  top: 14px;
  opacity: 0.9;
  font-size: 17px;
}

body {
  background-color: #f3f3f3;
}

.thumbnail {
  box-shadow: 0 2px 2px #0F0F0F;
  padding: 0;
  border: 0;
}

.navbar {
  min-height: 30px;
  margin-bottom: 0px;
}

.nav > li > a {
  padding: 8px 10px;
}

.navbar-category {
  margin-right: 0px;
  padding: 0px 7px;
}

.navbar-form {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  top: 3px;
}

.input-group-addon {
  padding: 0;
  border: 0;
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

p.slogan.navbar-text {
  line-height: 18px;
  color: white;
  font-size: 18px;
  margin-left: 0px;
  margin-right: 0px;
}
p.slogan-sm.navbar-text {
  line-height: 20px;
  color: white;
  font-size: 15.5px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--
	wrapper Start
--*/
#intro {
  padding: 30px 20px;
  background: white;
}
#intro .block {
 font-size: 16px;
}
#intro .block p {
  color: #222;
  padding-top: 0px;
}

#intro .block h2 {
  padding-top: 35px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px)
p {
    font-size: 18px;
}

#intro .block img {
  padding: 0px 0px;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-height: 30em;
  max-width: 100%;
}

.border img {
  border: 1px solid black;  
}

#intro .block figcaption {
  text-align: center;
  font-style: italic;
}

#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}

#footer {
  background: #555555;
  padding: 50px 0;
  color: #AAAAAA;
  text-align: left;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #eeeeee;
}
#footer h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#footer p {
  padding-left: 0;
  list-style: none;
  color: #AAAAAA;
}
#footer p a:hover {
  color: #2196f3;
  text-decoration: none;
}
#footer p a {
  color: #AAAAAA;
}
#footer .social a:hover {
  color: #2196f3;
  text-decoration: none;
}
#footer .social a {
  color: #AAAAAA;
  font-size: 25px;
  margin: 0 10px 0 0;
}

#copyright {
  background: #333;
  color: #ccc;
  padding: 8px 0;
}
#copyright p {
  margin: 0;
  font-size: 12px;
  float: none !important;
  text-align: center;
}

.share {
  padding-top: 8px;
}

/* Pure CSS Ling Clamping from
 * http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/
 * */
/* styles for '...' */ 
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* max-height = line-height (1.42857143) * lines max number */
  max-height: 5.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  /* margin-right: -1em; */
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.deal-pic {
  padding-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 0px;
}

.deal-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.disclosure {
  font-size: 13px;
}

.alert {
  /* padding: 15px; */
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.cta {
  text-align: center;
  display: block;
}
.cta button {
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
  display: inline-block;
  font-size: 24px;
  background-color: #2196f3;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 8px 20px;
}
