body {
    overflow-x: hidden;
	margin-top: 0px;
}

a {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-steps {
    margin-left: 5px !important;
    float:left;
    font-size: 90px;
    text-align: center;
	font-weight:bold;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.no-border-top {
    border-top: none !important;
}

@media only screen and (max-width: 767px) {
    .p-l-15-mobile {
        padding-left: 15px !important;
    }
}


.navbar {
    margin-bottom: 0;

}

.navbar-default {
    background-image: none;
    border-radius: 0;
    border: none;
    background: #FFFFFF;
}

.navbar-brand {
    padding: 2px 10px;
}

    .navbar-brand img {
        width: 150%;
        max-width: 150px;
    }

.navbar-nav {
    float: left;
}

    .navbar-nav > li {
        text-align: center;
    }

.navbar-default .navbar-nav > li > a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
	font-weight: bold;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        text-shadow: 0px 2px 2px #777;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }

        .navbar-nav > li {
            display: block;
        }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
        float: right;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background: transparent;
            color: #fff;
            border-color: #fff;
        }

    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        padding: 5px 10px;
        margin: 0 auto;
        display: block;
		float: left;
        width: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 8px;
    }
}

.content-box {
    background: #fff;
}

.content h1 a {
    font-family: OpenSans-Bold;
    margin: 30px 0 16px 0;
    color: #222;
    font-size: 34px;
    line-height: 44px;
}

.content .img-responsive {
    margin: 0 auto 16px auto;
}

.content p {
    font-family: Arial;
    margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 17px;
    color: #222;
    text-align: justify!important;
}

    .content p.small-text {
        font-size: 15px;
        padding: 15px 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 23px;
    }

    .content p.pink-text {
        color: #0198bd;
    }

    .content p.update {
        border: 1px dotted #000;
        background: #EFFFF7;
        padding: 4px 9px;
    }

        .content p.update .red-text {
            color: #F00;
        }

.content h5 {
    font-family: OpenSans-Regular;
    color: #222;
    margin: 8px 0 20px 0;
    font-size: 21px;
    line-height: 28px;
}

    .content h5.pink-border-bottom {
        color: #666;
        border-bottom: 2px solid #0198bd;
        margin-bottom: 15px;
    }

.content h4 {
    font-family: OpenSans-Bold;
    font-size: 21px;
    line-height: 28px;
    color: #222;
    margin: 0 0 20px 0;
}

.content p a {
    color: #0198bd;
}

    .content p a:hover, .content p a:focus {
        color: #0198bd;
    }

.content h3 {
    font-family: OpenSans-Bold;
    color: #222;
    margin: 26px 0;
    font-size: 26px;
}

.content .top-bottom-border {
    width: 100%;
    height: 13px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

.grey-box {
    padding-top: 15px;
    background: #ccc;
    margin: 0 0 20px 0;
}

.content .grey-box h4 {
    margin-top: 5px;
}

.grey-box .box-inner {
    margin-bottom: 20px;
}

.content .revival-box {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content .revival-box2 {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    background: #f5f9fa;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}



    .content .revival-box .button {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .content .grey-box .img-responsive {
        margin-bottom: 15px;
    }

    .content .revival-text {
        text-align: center;
    }

    .content .revival-box .rev {
        margin-bottom: 15px;
    }

    .content .revival-box .button {
        margin: 0 auto 20px auto;
    }

    .content h1 {
        font-size: 18px;
    }
}

.comments {
    background: #fff;
    padding-bottom: 30px;
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .recent p, .recent a {
        font-family: Tahoma;
        font-size: 14px;
        margin: 0;
        line-height: 18px;
        color: #3B5998;
    }

    .recent p {
        font-weight: bold;
    }

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
}

    .media.border-bottom {
        border-bottom: 1px solid #E2E2E2;
    }

.media-left img {
    margin-top: 6px;
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: bold;
}

    .media-body h4 a:hover, .media-body h4 a:focus {
        color: #3B5998;
    }

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 15px;
    margin: 0 0 5px 0;
}

    .media-body p.bottom {
        color: #3B5998;
    }

        .media-body p.bottom .like {
            margin-left: 8px;
        }

        .media-body p.bottom .time {
            color: #808080;
            border-bottom: 1px dotted #808080;
        }

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3B5998;
    margin: 10px 0;
}

.footer {
    width: 100%;
    height: 100px;
    background: #000;
    text-align: center;
    padding-top: 30px;
}

.footer a {
     color: DimGray ;
}

.timer {
    position: fixed;
    width: 100%;
    background: #333333;
    bottom: 0;
    padding: 8px 0;
}

    .timer p {
        font-family: Opensans-Regular;
        margin: 0;
        color: #fff;
    }

        .timer p #countdown {
            font-weight: bold;
        }

    .timer .btn {
        font-family: Opensans-Regular;
        margin-top: 3px;
    }

#advertisement {
	text-align:center;
	color: DarkGrey ;
	font-size: 10px;
	font-family: Arial;
}

.col-md-4{
	padding-top:30px;
}

img.checkmark{
  border:0;
  display:block;
  float:left;
  height:29px;
  margin:10px 0 0 12px;
  width:30px;}

div.steps{
  float:left;

  font-size:22px;
  font-weight:bold;
  padding:22px 0 0 0;
  }
a.offer:link,a.offer:visited{
  color:#0000ee;
  text-decoration:underline;}

a.offer:active,a.offer:hover{text-decoration:none;}

div.warning{
  color:#434343;
  font-family:OpenSans-Bold;
  padding:22px 12px 0 12px;
  text-align:center;}

.w-100{
  width:100%!important;
}

.clearfix{
  display:block;
}
.clearfix::after{
  clear:both;
  display:block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.starting-letter{
  float: left;
  color: #000000;
  font-size: 68px;
  line-height: 35px;
  padding-top: 3px;
  padding-right: 9px;
  margin-top:9px;
  font-family: Times, serif, Georgia;
}
.dashed-list{
  list-style: disc;
  font-size: 17px;
  font-weight: bold;
  /* padding:0; */
}

.references-box{
  font-size:17px;
  line-height: 26px;
}
.d-block{
  display: block;
}
.references-link{
  margin-bottom:5px;
  width: fit-content;
  font-size:20px;
  cursor: pointer;
  font-weight: bold;
}
.text-btn-icon{
  float:right;
  width: 16px;
  height: 18px;
  position: relative;
  top: 4px;
  margin: 0 4px;
  fill: #EC4C64;
}
.text-center-important{
  text-align: center!important;
}
.inside-references-box li a{
  color:#888;
}
/* .dashed-list {
  list-style-type: none;
  font-size: 17px;
  padding:0;
}
.dashed-list > li {
  font-weight: bold;
}
.dashed-list > li:before {
  content: "- ";
} */
.bold{
  font-weight: bold!important;
}
.italic{
  font-style: italic!important;
}
.underline{
  text-decoration: underline;
}
.bolder{
  font-weight: bolder!important;
}
.first-heading{
  font-weight: bold;
}
.subset-footnote{
  vertical-align: super;
  font-size: 12px;
  margin: 0 2px;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  color:#666!important;
}
/*div.steps a:link,div.steps a:visited{

  font-size:14px;
  font-weight:normal;
  line-height:15px;}

div.steps a:active,div.steps a:hover{text-decoration:none;}



.clear{clear:both;}
a.offer:link,a.offer:visited{
  color:#0000ee;
  text-decoration:underline;}

a.offer:active,a.offer:hover{text-decoration:none;}*/





@media(min-width:320px) and (max-width:350px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {
        width: 277px !important;
    }
    .textDiv_Days {
        top: 18px !important;
    }
    .textDiv_Hours {
        top: 18px !important;
        left: 72px !important;
    }
    .textDiv_Minutes {
        top: 18px !important;
        left: 142px !important;
    }
    .textDiv_Seconds {
        top: 18px !important;
        left: 212px !important;
    }
    .textDiv_Days h4,.textDiv_Hours h4, .textDiv_Minutes h4, .textDiv_Seconds h4
    {
        font-size: 6px !important;
    }
    .textDiv_Days span,.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span
    {
        font-size: 25px !important;
    }
}
@media(min-width:351px) and (max-width:390px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {
        width: 308px !important;
    }
    .textDiv_Days {
        top: 23px !important;
    }
    .textDiv_Hours {
        top: 23px !important;
    }
    .textDiv_Minutes {
        top: 23px !important;
    }
    .textDiv_Seconds {
        top: 23px !important;
    }
    .textDiv_Days h4,.textDiv_Hours h4, .textDiv_Minutes h4, .textDiv_Seconds h4
    {
        font-size: 6px !important;
    }
    .textDiv_Days span,.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span
    {
        font-size: 25px !important;
    }

}

@media(min-width:391px) and (max-width:430px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {
        width: 349px !important;
    }
    .textDiv_Days {
        top: 25px !important;
        left: -36px !important;
    }
    .textDiv_Hours {
        top: 25px !important;
        left: 51px !important;
    }
    .textDiv_Minutes {
        top: 25px !important;
        left: 136px !important;
    }
    .textDiv_Seconds {
        top: 25px !important;
        left: 227px !important;
    }

    .textDiv_Days span,.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span
    {
        font-size: 30px !important;
    }
}
@media(min-width:431px) and (max-width:460px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {
        width: 389px !important;
    }
    .textDiv_Days {
        top: 30px !important;
        left: -32px !important;
    }
    .textDiv_Hours {
        top: 30px !important;
        left: 66px !important;
    }
    .textDiv_Minutes {
        top: 30px !important;
        left: 162px !important;
    }
    .textDiv_Seconds {
        top: 30px !important;
        left: 259px !important;
    }

    .textDiv_Days span,.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span
    {
        font-size: 30px !important;
    }
}
@media(min-width:461px) and (max-width:480px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {
        width: 420px !important;
    }
    .textDiv_Days {
        top: 30px !important;
        left: -32px !important;
    }
    .textDiv_Hours {
        top: 30px !important;
        left: 76px !important;
    }
    .textDiv_Minutes {
        top: 30px !important;
        left: 181px !important;
    }
    .textDiv_Seconds {
        top: 30px !important;
        left: 286px !important;
    }

    .textDiv_Days span,.textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span
    {
        font-size: 30px !important;
    }
}
@media(min-width:481px) and (max-width:510px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 437px !important;
    }
    .textDiv_Days {
        top: 30px !important;
        left: -26px !important;
    }
    .textDiv_Hours {
        top: 30px !important;
        left: 81px !important;
    }
    .textDiv_Minutes {
        top: 30px !important;
        left: 191px !important;
    }
    .textDiv_Seconds {
        top: 30px !important;
        left: 300px !important;
    }
}

@media(min-width:511px) and (max-width:520px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 437px !important;
    }
    .textDiv_Days {
        top: 30px !important;
        left: 2px !important;
    }
    .textDiv_Hours {
        top: 30px !important;
        left: 111px !important;
    }
    .textDiv_Minutes {
        top: 30px !important;
        left: 221px !important;
    }
    .textDiv_Seconds {
        top: 30px !important;
        left: 330px !important;
    }
}
@media(min-width:521px) and (max-width:559px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 480px !important;
    }
    .textDiv_Days {
        top: 36px !important;
        left: -20px !important;
    }
    .textDiv_Hours {
        top: 36px !important;
        left: 102px !important;
    }
    .textDiv_Minutes {
        top: 36px !important;
        left: 218px !important;
    }
    .textDiv_Seconds {
        top: 36px !important;
        left: 341px !important;
    }
}

@media(min-width:560px) and (max-width:567px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 480px !important;
    }
    .textDiv_Days {
        top: 36px !important;
        left: -8px !important;
    }
    .textDiv_Hours {
        top: 36px !important;
        left: 112px !important;
    }
    .textDiv_Minutes {
        top: 36px !important;
        left: 231px !important;
    }
    .textDiv_Seconds {
        top: 36px !important;
        left: 351px !important;
    }
}
@media(min-width:568px) and (max-width:588px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {
        float: left;
        width: 100% !important;
    }
    canvas {
        width: 520px !important;
    }
    .textDiv_Days {
        top: 38px !important;
        left: -16px !important;
    }
    .textDiv_Hours {
        top: 38px !important;
        left: 113px !important;
    }
    .textDiv_Minutes {
        top: 38px !important;
        left: 245px !important;
    }
    .textDiv_Seconds {
        top: 38px !important;
        left: 370px !important;
    }
}

@media(min-width:589px) and (max-width:605px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 530px !important;
    }
    .textDiv_Days {
        top: 40px !important;
        left: -12px !important;
    }
    .textDiv_Hours {
        top: 40px !important;
        left: 119px !important;
    }
    .textDiv_Minutes {
        top: 40px !important;
        left: 250px !important;
    }
    .textDiv_Seconds {
        top: 40px !important;
        left: 384px !important;
    }
}

@media(min-width:606px) and (max-width:628px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 550px !important;
    }
    .textDiv_Days {
        top: 45px !important;
        left: -11px !important;
    }
    .textDiv_Hours {
        top: 45px !important;
        left: 125px !important;
    }
    .textDiv_Minutes {
        top: 45px !important;
        left: 259px !important;
    }
    .textDiv_Seconds {
        top: 45px !important;
        left: 398px !important;
    }
}

@media(min-width:629px) and (max-width:667px)
{
    .revival-text .progress {
        width: 100% !important;
    }
    #CountDownTimer {

        width: 100% !important;
    }
    canvas {

        width: 580px !important;
    }
    .textDiv_Days {
        top: 50px !important;
        left: -1% !important;
    }
    .textDiv_Hours {
        top: 50px !important;
        left: 24% !important;
    }
    .textDiv_Minutes {
        top: 50px !important;
        left: 50% !important;
    }
    .textDiv_Seconds {
        top: 50px !important;
        left: 73% !important;
    }
}
@media(min-width:668px) and (max-width:688px)
{


    canvas {

        width: 600px !important;
    }
    .textDiv_Days {
        top: 50px !important;
        left: 3% !important;
    }
    .textDiv_Hours {
        top: 50px !important;
        left: 26% !important;
    }
    .textDiv_Minutes {
        top: 50px !important;
        left: 49% !important;
    }
    .textDiv_Seconds {
        top: 50px !important;
        left: 72% !important;
    }
}
