body{
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 20px/25px 'Roboto', sans-serif;
    background-color: #454545;
}

img{
	border: 0;
}

br.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

a:hover,
a:hover span,
a:hover .fa-angle-right{
    -webkit-transition: color 1.0s ease-in-out;
    -moz-transition: color 1.0s ease-in-out;
    -o-transition: color 1.0s ease-in-out;
    transition: color 1.0s ease-in-out;
}

.topbar{
    height: 53px;
    background-color: #454545;
    position: fixed;
    width: 100%;
    z-index: 10;
    opacity: 0.99;
}

.topbarcontent{
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
}

.topbarcontent a{
    color: #fff;
}

.topbarcontent a:hover{
    color: #ffb614;
}

.topbarcontent a:hover .fa-refresh{
    -webkit-animation: Anim1 1.5s ease-in 0s both;
    -moz-animation: Anim1 1.5s ease-in 0s both;
    -o-animation: Anim1 1.5s ease-in 0s both;
    -ms-animation: Anim1 1.5s ease-in 0s both;
    animation: Anim1 1.5s ease-in 0s both;
}
.topbarcontent .refreshing{
  float: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  float: left;
  margin: 12px 0px 0px 9px;
}
.topbarcontent .refreshing #timerText{
    display: inline;
}
.topbarcontent .refreshing a{
    text-decoration: none;
      color: #ffb614;
}
.topbarcontent .refreshing a:hover{
    border-bottom: 1px solid #ffb614;
}
.topbarcontent .refreshing .fa-refresh{
    margin: -12px 10px 0px 0px;
}
.fa-refresh{
    float: left;
    font-size: 30px!important;
    line-height: 52px!important;
    margin: 0px 0px 0px 0px;
}

.topbarcontent h1{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 36px;
    float: left;
    margin: 12px 0px 0px 9px;
}

.amazon{
    float: right;
    margin: 15px 0px 0px 0px;
}

.amazon span{
    font-size: 35px;
    margin: 13px 2px 0px 3px;
    float: left;
    color: #ffb614;
}

.addthis_sharing_toolbox{
    float: right;
    margin: 11px 2px 0px 0px;
}

#intro-section{
    width: 100%;
    background-color: #454545;
    height: 150px;
}

#refreshthis{
	margin:0 auto;
	width:728px;
}

#refresh-section{
    width: 728px;
    background-color: #454545;
    height: 700px;
}

#browser-plugin-section{
    width: 100%;
    background-color: #272727;
    height: 440px;
}

#facebook-disclaimer-section{
    width: 100%;
    background-color: #454545;
    height: 323px;
}

#refresh-footer{
    width: 100%;
    background-color: #272727;
    height: 108px;
}

.footer-continer{
    margin: 0px auto;
    width: 1180px;
}

.footer-continer .siteby{
    color: #fff;
    float: left;
    margin: 25px 0px 0px 0px;
    font-weight: 100;
}

.footer-continer .siteby a{
    color: #a6a6a6;
    text-decoration: none;
}

.footer-continer .siteby a:hover{
    color: #ffb614;
}

.footer-continer .copyright{
    color: #fff;
    float: right;
    margin: 25px 0px 0px 0px;
    font-weight: 100;
}

.footer-continer .copyright a{
    color: #a6a6a6;
    text-decoration: none;
}

.footer-continer .copyright a:hover{
    color: #ffb614;
}
.intro-section-container{
    padding: 60px 0px 0px 0px;
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
		text-align: left;
}

.intro-section-container .left{
    float: left;
    margin: 0px 0px 0px 0px;
    max-width: 67%;
}

    @-webkit-keyframes Anim1{
        from {
            -webkit-transform: rotate(0deg);
        } to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes Anim1{
       from {
            -moz-transform: rotate(0deg);
        } to {
            -moz-transform: rotate(360deg);
        }
    }

    @-o-keyframes Anim1{
        from {
            transform: rotate(0deg);
        } to {
            transform: rotate(360deg);
        }
    }

    @-ms-keyframes Anim1{
        from {
            -ms-transform: rotate(0deg);
        } to {
            -ms-transform: rotate(360deg);
        }
    }

    @keyframes Anim1{
        from {
            transform: rotate(0deg);
        } to {
            transform: rotate(360deg);
        }
    }

.intro-section-container .left .fa-refresh{
    color: #fff;
    font-size: 300px!important;
    float: left;
    margin: 130px 0px 0px 0px;
    -webkit-animation: Anim1 2s ease-in 1s both;
    -moz-animation: Anim1 2s ease-in 1s both;
    -o-animation: Anim1 2s ease-in 1s both;
    -ms-animation: Anim1 2s ease-in 1s both;
    animation: Anim1 2s ease-in 1s both;
}


    @-webkit-keyframes Anim2{
        0%{opacity: 0; }
        100%{opacity: 1; }
    }

    @-moz-keyframes Anim2{
        0%{opacity: 0; }
        100%{opacity: 1; }
    }

    @-o-keyframes Anim2{
        0%{opacity: 0; }
        100%{opacity: 1; }
    }

    @-ms-keyframes Anim2{
        0%{opacity: 0; }
        100%{opacity: 1; }
    }

    @keyframes Anim2{
        0%{opacity: 0; }
        100%{opacity: 1; }
    }

.intro-section-container .left h2{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    max-width: 60%;
    font-size: 50px!important;
    font-style: italic;
    font-weight: 300;
    float: left;
    margin: 130px 0px 0px 25px;
    padding: 0px 0px 0px 5px;
    text-align: left;
    line-height: 60px;
    -webkit-animation: Anim2 2s ease-in 3s both;
    -moz-animation: Anim2 2s ease-in 3s both;
    -o-animation: Anim2 2s ease-in 3s both;
    -ms-animation: Anim2 2s ease-in 3s both;
    animation: Anim2 2s ease-in 3s both;
}

.intro-section-container .right{
    float: right;
    margin: 18px 0px 0px 0px;
}

.refresh-section-container{
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
}

.ads728x90{
	float:left;
	width 728px;
	height:90px;
	margin-top: 10px;
}

.refresh-section-container .step1,
.refresh-section-container .step2,
.refresh-section-container .step3{
    float:left;
    width: 100%;
    text-align: left;
}

.refresh-section-container .step1 .leftinput,
.refresh-section-container .step2 .leftinput,
.refresh-section-container .step3 .leftinput{
    float: left;
}

.refresh-section-container .step1 .rightlabel,
.refresh-section-container .step3 .rightlabel{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #fff;
    float: left;
    max-width: 728px;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}

.refresh-section-container .step2 .rightlabel{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #fff;
    float: right;
    max-width: 320px;
    font-size: 20px;
    margin: 25px 15px 0px 0px;
}

.refresh-section-container .step1 .leftinput span,
.refresh-section-container .step2 .leftinput span,
.refresh-section-container .step3 .leftinput span{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    color: #fff;
    font-size: 60px;
    float:left;
    line-height: 96px;
}

.refresh-section-container .step1 .leftinput .theurl{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 35px;
    width: 628px;
    height: 57px;
    padding: 0px 50px;
    background-color: #6d6e71;
    border: 1px solid #272727;
    color: #fff;
    float: left;
    margin: 10px 0px 0px 0px;
}

.refresh-section-container .step1 .leftinput .theurl:focus,
.refresh-section-container .step1 .leftinput .theurl:hover{
    border: 1px solid #ffb614;
    color: #ffb614;
    background-color: transparent;
		outline: none;
}

.refresh-section-container .step2 .leftinput .thedropdowns{
    background: url(drop.gif);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 35px;
    border-radius: 0px;
    width: 728px;
    height: 57px;
    padding: 0px 50px;
    background-color: #6d6e71;
    border: 1px solid #272727;
    color: #fff;
    float: left;
    margin: 10px 0px 0px 0px;
}

.refresh-section-container .step2 .leftinput .thedropdowns:focus,
.refresh-section-container .step2 .leftinput .thedropdowns:hover{
    background-color: #6d6e71;
    background: url(drop-hover.gif);
    background-position: top right;
    background-repeat: no-repeat;
    border: 1px solid #ffb614;
    color: #ffb614;
    outline: none;
}





.refresh-section-container .step3 .leftinput .submitbutton{
    background: url(go.gif);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 35px;
    width: 728px;
    text-align: left;
    height: 57px;
    padding: 0px 50px;
    background-color: #6d6e71;
    color: #fff600;
    float: left;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    border: 1px solid #fff600;
}

.refresh-section-container .step3 .leftinput .submitbutton:hover{
    border: 1px solid #ffb614;
    color: #ffb614;
    outline: none;
    background-color: #6d6e71;
    background: url(go-hover.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

.browser-plugin-section-container{
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
		padding:0px 10px;
}

.browser-plugin-section-container .left{
    float: left;
    margin: 30px 0px 0px 0px;
}

.browser-plugin-section-container .right{
    float: right;
    margin: 0px 0px 0px 0px;
    max-width: 760px;
}

.browser-plugin-section-container .right h3{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 40px;
    margin: 20px 0px 20px -4px;
}

.browser-plugin-section-container .right p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    color: #fff;
    font-size: 25px;
}

.browser-plugin-section-container .right ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.browser-plugin-section-container .right ul li a{
    display: block;
    text-align: left;
    text-indent: 25px;
    line-height: 67px;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

.browser-plugin-section-container .right ul li a span{
    display: inline;
    text-align: left;
    text-indent: 25px;
    line-height: 67px;
    text-decoration: none;
    color: #a6a6a6;
    font-weight: 100;
}

.browser-plugin-section-container .right ul li a:hover span{
    color: #ffb614;
}

.browser-plugin-section-container .right ul li{
    float: left;
    display: inline;
    width: 50%;
    max-width: 340px;
    height: 67px;
    background-color: #6d6e71;
    margin-bottom: 35px;
}

.browser-plugin-section-container .right ul li .fa-angle-right{
    height: 67px;
    width: 38px;
    padding: 0px 20px 0px 0px;
    background-color: #3b3b3b;
    color: #fff;
    float: right;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    font-weight: 100;
}

.browser-plugin-section-container .right ul li a:hover .fa-angle-right{
    color: #ffb614;
}


.browser-plugin-section-container .right ul li.leftitem{
    margin-right: 30px;
}

.facebook-disclaimer-section-container{
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
}

.facebook-disclaimer-section-container .left{
    float: left;
    margin: 0px 0px 0px 0px;
    max-width: 750px;
}

.facebook-disclaimer-section-container .left h3{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 60px;
    text-align: left;
    color: #fff;
    margin: 30px 0px 20px -4px;
}

.facebook-disclaimer-section-container .left p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    color: #fff;
    font-size: 19px;
}

.facebook-disclaimer-section-container .left p a{
    color: #a6a6a6;
    text-decoration: none;
}

.facebook-disclaimer-section-container .left p a:hover{
    color: #ffb614;
}

.facebook-disclaimer-section-container .right{
    float: right;
    margin: 18px 0px 0px 0px;
}



@media all and (max-width: 1200px){
    .topbarcontent{
        margin: 0px 15px;
    }
    .amazon{
        margin: 0px 30px 0px 0px;
    }
    .intro-section-container .left .fa-refresh{
        margin: 130px 0px 0px 20px;
    }
    .intro-section-container .left{
        max-width: 65%;
    }
    .intro-section-container .right{
        margin: 18px 15px 0px 0px;
    }
    .intro-section-container .left h2{
        max-width: 50%;
        font-size: 33px!important;
    }
    .refresh-section-container .step1 .leftinput,
    .refresh-section-container .step2 .leftinput,
    .refresh-section-container .step3 .leftinput{
        width: 100%;
    }
    .refresh-section-container .step1 .rightlabel,
    .refresh-section-container .step2 .rightlabel,
    .refresh-section-container .step3 .rightlabel{
        margin: -15px 0px 0px 60px;
        float: left;
        min-width: 91%;
    }
    .refresh-section-container .step1 .leftinput span,
    .refresh-section-container .step2 .leftinput span,
    .refresh-section-container .step3 .leftinput span{
        width:10%;
        max-width: 45px;
        text-align: right;
    }
    .refresh-section-container .step1 .leftinput .theurl{
        width: 83%;
    }
    .refresh-section-container .step2 .leftinput .thedropdowns,
    .refresh-section-container .step3 .leftinput .submitbutton{
        width: 92%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 83%;
    }
    #refresh-section{
        min-height: 360px;
    }
    .footer-continer{
        width: 95%;
        margin: 0px auto;
    }
}
@media all and (max-width: 1100px){
    .refresh-section-container .step1 .leftinput .theurl{
        width: 82.5%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 82.5%;
    }
    .browser-plugin-section-container .left{
        width: 100%;
        min-height: 315px;
    }
    .browser-plugin-section-container .right{
        margin: 0px auto;
        float: none;
    }
    #browser-plugin-section{
        height: 750px;
        margin: -40px 0px 0px 0px;
    }
    .browser-plugin-section-container .right h3{
        text-align: center;
    }
    .browser-plugin-section-container .right p{
        text-align: center;
        max-width: 65%;
        margin: 5px auto 20px auto;
    }
    .facebook-disclaimer-section-container{
        max-width: 760px;
    }
    #facebook-disclaimer-section{
        min-height: 660px;
        margin: -18px 0px 0px 0px;
    }
    .facebook-disclaimer-section-container .right{
        float: none;
    }
}
@media all and (max-width: 1000px){
    .intro-section-container .left h2{
        font-size: 15px!important;
        margin-left: -260px;
        margin-top: 126px;
        min-width: 255px;
    }
    .refresh-section-container .step1 .leftinput .theurl{
        width: 82%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 82%;
    }
}
@media all and (max-width: 900px){
    .refresh-section-container .step1 .leftinput .theurl{
        width: 79.5%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 79.5%;
    }
}
@media all and (max-width: 800px){
    .addthis_sharing_toolbox{
        display: none;
    }
    .intro-section-container .left{
        min-height: 338px;
        min-width: 98%;
    }
    .intro-section-container .right{
        margin: 130px auto 0px auto;
        max-width: 336px;
        float: none;
        display: none;
    }
    .intro-section-container .left h2{
        max-width: 55%;
        font-size: 40px!important;
        display: block;
        margin-left: 25px;
    }
    #intro-section{
        min-height: 370px;
    }
    .refresh-section-container .step1 .leftinput .theurl{
        width: 78.5%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 78.5%;
    }
    .browser-plugin-section-container .right ul{
        width: 80%;
        margin: 0px auto;
    }
    .browser-plugin-section-container .right ul li{
        width: 100%;
        max-width: 100%;
    }
    #browser-plugin-section{
        min-height: 1100px;
    }
    .facebook-disclaimer-section-container{
        margin: 0px auto;
        width: 610px;
        max-width: 100%;
    }
    .facebook-disclaimer-section-container .left{
        margin: 40px auto 0px auto;
        padding: 15px 0px 0px 0px;
        float: none;
        max-width: 80%;
    }
}
@media all and (max-width: 750px){
    .refresh-section-container .step1 .leftinput .theurl{
        width: 76.5%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 76.5%;
    }
    .refresh-section-container .step2 .leftinput .thedropdowns,
    .refresh-section-container .step3 .leftinput .submitbutton{
        width: 90%;
    }
}
@media all and (max-width: 700px){
    .intro-section-container .left .fa-refresh{
        min-width: 100%;
        margin: 130px 0px 0px 0px;
    }
    .intro-section-container .left h2{
        font-size: 18px!important;
        margin: -55px 0px 0px 0px;
        text-align: center;
        width: 100%;
        min-width: 100%;
        display: block;
    }
    .refresh-section-container .step1 .leftinput .theurl{
        width: 75%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 75%;
    }
    #facebook-disclaimer-section{
        min-height: 700px;
    }
}
@media all and (max-width: 650px){
    .refresh-section-container .step1 .leftinput .theurl{
        width: 76%;
        font-size: 18px;
        padding: 0px 22px;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 76%;
    }
    .refresh-section-container .step2 .leftinput .thedropdowns,
    .refresh-section-container .step3 .leftinput .submitbutton{
        width: 83%;
        font-size: 18px;
        padding: 20px;
    }
    .refresh-section-container .step1 .rightlabel,
    .refresh-section-container .step2 .rightlabel,
    .refresh-section-container .step3 .rightlabel{
        max-width: 100%;
        width: 80%;
        margin: 0px auto;
        font-size: 20px;
        float: none;
        text-align: center;
    }
    #refresh-section {
        min-height: 410px;
    }
    #facebook-disclaimer-section{
        min-height: 750px;
        margin: -50px 0px 0px 0px;
    }
}
@media all and (max-width: 580px){
    #refresh-section {
        min-height: 435px;
    }
    #facebook-disclaimer-section{
        min-height: 800px;
    }
    .browser-plugin-section-container .right ul li{
        font-size: 16px;
    }
}
@media all and (max-width: 440px){
    .amazon{
        display: none;
    }
    .refresh-section-container .step1 .leftinput .theurl{
        width: 70%;
    }
    .refresh-section-container .step1 .leftinput .theurl:focus,
    .refresh-section-container .step1 .leftinput .theurl:hover{
        width: 70%;
    }
    .browser-plugin-section-container .right h3{
        font-size: 49px;
    }
    .browser-plugin-section-container .right p{
        font-size: 19px;
    }
    #facebook-disclaimer-section{
        min-height: 900px;
    }
}
