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;
}

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;
}

body {
    -webkit-text-size-adjust: none
}


/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Container */

body {
    /* min-width: (containers) */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  background: #fafafa;
}

a:hover, a:focus {

    color: #23527c;
    text-decoration: underline;

}
a {

    color: #00bbef;
    text-decoration: none;

}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    /* width: (containers) */
    max-width: 1200px;
    width: 66%;
    max-width: 1200px;
    position: relative;

}

.container img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.fn {

    padding: 2px 0 6px;
    border-top: 4px solid #c20017;

    background: #036;

}



strong{
    font-weight: bold;

}
b{
    font-weight: 700;
}

em,
i{
    font-style: italic;
}

p {
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
    line-height: 1.59em;
    font-size: 17px;
    color: #222;
    margin: 1em 0;
}

h1 {
    font-weight: 900;
    font-family: Roboto;
    margin: 0px 0 0px;
    color: #222;
    font-size: 46px;
    line-height: 44px;
    background: #fff;
    position: relative;
    padding: 20px 15px;
}


.inner{
    width:100%;
    padding-bottom: 0px;
    padding-right: 200px;
    padding-left: 200px;
}

.story_text img {
    display: block;
    margin: 0 auto 5px;

}

.container p a {

    color: #0198bd;

}

h5 {
    font-weight: 700;
    font-size: .45em;
    font-family: OpenSans-Regular;
    color: #222;
    margin: 8px 0 20px;
    text-align: center;
}

.datetop{
  padding-left: 10px;
  display: block;
  font-size: .9rem;
  position: relative;

}
.divbl{
  display: block;
  width: 40%;
  height: 6px;
  background: #000;
position: absolute;
right: 0px;
top: 8px;
  /* background: rgb(11,8,8); */
  /* background: linear-gradient(270deg, rgba(11,8,8,1) 0%, rgba(10,5,5,1) 52%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%); */

}

.datetop span{
  color: #aaa;
}

.top-bottom-border {

    width: 100%;
    height: 13px;
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;

}

h3 {

    font-family: Open Sans;
    font-weight: 700;
    color: #222;
    margin: 26px 0;
    font-size: 26px;

}

.ylbg{
    background:#ffffc2;
    padding:8px
}

.cntr{
    text-align: center;
}


.expire-text {

    font-weight: bold;
    font: Arial;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;

}

.btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;

}

.btn{
    background-color: #fff;

    border-color: #ccc;
    padding: 5px;
    color: #00bbef;

}



/*Facebook comments*/


#fbcomments {
    background-color: white;
    position: relative;
    width: 100%;
}

.comment-holder {

    position: relative;
    box-sizing: border-box;
    z-index: 3;

}

.comment-holder ul {

    padding: 0;
    padding-left: 0px;
    padding-left: 7px;
    margin-bottom: 10px;

}

.comment-holder > ul > li{
  padding-left: 70px;
}
#fbcommentslist li {
    margin: 8px 0px;
}

.profilepic {

    display: block;
    margin-right: 8px;
    height: 48px;
    width: 48px;
}

#fbcomments h3 {
    padding: 0;
    font-family: helvetica, arial, sans-serif;
    color: #3b5998;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    margin: 0;
    display: inline-block;

}

#fbcomments p {

    margin: 4px 0px;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    word-wrap: break-word;

}

.fbbuttons {

    height: 25px;

}

li ul {

    border-left: 1px dotted #d3d6db;

}

#fbcommentslist li {
  position: relative;
    margin: 10px 0px;
border-bottom: 1px solid #E2E2E2;
}

.prflpcCmt {
    height: 36px !important;
    width: 36px !important;
    padding: 0 !important;
}


.profilepic {
    display: block;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top:12px;
    height: 48px;
    width: 48px;
}

.results{
  background: #EEE;
  border: 1px solid #ddd;
  text-align: center;
  padding: 1em;
  margin: 15px 0;
}

.results2 {
    background: #F3F3F3;
    padding: 1em;
    margin: 15px 0;
}
.results p{
  text-align: center;
  padding:6px;
  background: #EEE;
  /* border: 1px solid #ddd; */
}

.rectangle-list{
  margin-bottom: 45px;
}

.rectangle-list li:hover {
    background: #eee;
}
.rectangle-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .2em;
    margin: .5em 0 .5em 2.5em;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    font-size: .61em;
}

.rectangle-list li::before {
    content: counter(li-counter);
    counter-increment: li-counter;
    position: absolute;
    left: -2.5em;
    top: 0px;
    margin-top: 0;
    font-size: 1.2em;
    color: white;
    background: #46ba37;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.4em;
    text-align: center;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    font-weight: bold;
}

.bold{
  font-weight: bold;
}

#fbcomments h3 {
    line-height: normal !important;
    font-family: Times New Roman;
    color: #3b5998;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    margin: 0;
    display: inline-block;

}

#fbcomments p {

    margin: 4px 0px;
    color: black;
    font-family: Times New Roman
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    word-wrap: break-word;

}

.fbbuttons {

    height: 25px;

}

#fbcomments p {
    font-size: 14px;
    margin: 4px 0px 14px;
    color: black;
    font-weight: bold;
    font-family: Times New Roman;
    line-height: 1em;
    letter-spacing: 0;
    text-align: left;
    word-wrap: break-word;

}

.fbbuttons span{
  margin-right: 10px !important;
}

.fbbuttons .blue {

    color: #3B5998;
    font-size: 12px;
    margin: 0;
    cursor: pointer;

}

.likeduim {

    margin-right: 4px !important;
    position: relative;
    bottom: -2px;
    height: 15px;
    width: 13px;
    padding: 0 !important;
}

.fbbuttons .grijs {

    color: #7f7f7f;
    font-size: 12px;
    margin: 0;

}

.fbbuttons .grijs {

    color: #7f7f7f;
    font-size: 12px;
    margin: 0;

}


.nib{
    position: absolute;
    left: 0px;
    top:0px;
}

.comments{
    margin-top: 40px;
}

.comments h4{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 1.15rem;
font-weight: 700;
line-height: 2.4rem;
}

h2, .h2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 0.375rem;
    padding: 5px 5px 5px 0px;
    margin: 0;
}

.ylblock{
  text-align:center;
  padding:6px;
  background-color:#FFC
}

.notice {
    background: #d20000;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 10px;
    line-height: 17px;
    margin-bottom: 15px;
    font-size: 12px;
}


.picture{
  float: left;
}


.product-item .picture{
  float: left;
  width: 30%;
}

.product-item .picture img{
width: 180px;
}

.product-item .text{
  width: 65%;
  float: left;
}

.clearfix{
  clear: both;
}

.product-item .text .stp1{
    display: block;
    font-size: 16px;
    margin: 5px 0;
}

.product-item .text .big{
      font-size: 15px !important;
      font-weight: 700 !important;
      letter-spacing: 0px !important;
      color: #000;
      margin: 8px 0;
      display: block;
}

.product-item .text a.buy {
    background: #ffae00;
    background: -moz-linear-gradient(top, #ffae00 0%, #ff9000 98%, #ff960d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae00), color-stop(98%,#ff9000), color-stop(100%,#ff960d));
    background: -webkit-linear-gradient(top, #ffae00 0%,#ff9000 98%,#ff960d 100%);
    background: -o-linear-gradient(top, #ffae00 0%,#ff9000 98%,#ff960d 100%);
    background: -ms-linear-gradient(top, #ffae00 0%,#ff9000 98%,#ff960d 100%);
    background: linear-gradient(to bottom, #ffae00 0%,#ff9000 98%,#ff960d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff960d',GradientType=0);
    font-weight: 700;
    font-size: 15px;

    color: #000;
    padding: 10px 14px;
    border-radius: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: table-cell;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.product-item .text span.small {
    font-size: 12px !important;
    text-transform: capitalize;
}

.product-item span.small b {
    color: #333;
}

.ededitorblock{
  font-size: 1.01rem;
  line-height: 2.2rem;
}

.ededitorblock span{
  font-weight: bold;
}

.divide{
  margin: 15px 0;
}

.notice strong {
    color: #ffe600;
}

.comaontinaer{
  padding: 15px;
  background: #fff;
}

.logo img{
  float: left;
}

@media only screen and (max-width: 1080px) {
.container{
  padding: 0;
  width: 80%;
}

.inner{
  width: 80%;
}

.divbl{
  right: -40px;
}
}
@media only screen and (max-width: 880px) {
  .container{
    padding: 0;
    width:100%;
  }

  .inner{
    width: 100%;
    padding: 10px;
  }

  .divbl{
    right: -90px;
  }
}

@media only screen and (max-width: 760px) {
  .divbl{
    display: none;
  }
}


.container2 {
    width: 100%;
    max-width: 800px;
    /*max-width: 1170px;*/
    margin: 0 auto;
    clear: both;
    display: block;
    padding: 0;
}

.topmheader2{
    width: 100%;
    height: 50px;
    background-color: #0a52a4;
    border-bottom: 1px solid #b4b4b4;
    -webkit-box-shadow: 0 .1rem .4rem #b4b4b4;
    box-shadow: 0 .1rem .4rem #b4b4b4;
}


.advertorial2{
    color: #999;
    font-size: 0.75rem;
    text-align: center;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    background: #fff;
    box-sizing: border-box;
}


.img3 {
    height: 45px;
    max-width: 75x;
}

.innerBot {
    max-width: 328px;
    display: inline-block;
}

.innerBot .freebot {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-family: Arial,sans-serif;
}

.innerBot a {
    display: inline-block;
    vertical-align: middle;
    background-color: #0ccb41;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
    font-size: 13px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    font-family: Arial,sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.bottomFix {
    z-index: 50000;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #c50101;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
}