/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.2;
    font-family: 'robotoregular', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 10px 0;
}
/* wrapper */
#wrapper{
    position: relative;
    width: 960px;
    height: 462px;
    /*margin: 10px auto;*/
    text-align: center;
    background: url(../img/bg.jpg) center top no-repeat #26272B;
}
#wrapper .captcha {
    clear: both;
    height: 110px;
    padding: 1em 10em;
}
#wrapper .logo{
    margin: 15px 0 10px 0;
    display: block;
}
#wrapper .container{
    padding: 35px 0 20px 0;
    width: 65%;
    margin: 0 auto
}
#wrapper .container .left{
    float: left;
    width: 35%;
    text-align: right;
}
#wrapper .container .right{
    float: right;
    width: 65%;
    text-align: left;
}
#wrapper .container h2{
    font-size: 40px;
    font-family: 'robotothin', sans-serif;
}
#wrapper .container span{
    font-family: 'robotobold', sans-serif;
    font-weight: 500;
}
#wrapper .logo + h2{
    margin-bottom: 0;
}
/* Form */
#wrapper .inputs{
    margin-top: 10px;
    clear: both;
}
#wrapper form input{
    display: inline-block;
    vertical-align: middle;
    outline: none;
    font-family: 'robotoregular',sans-serif;
}
#wrapper #email-address{
    transition: all 0.3s ease;
    padding: 10px 15px;
    border-radius: 5px;
    height: 44px;
    line-height: 30px;
    width: 250px;
    font-size: 14px;
    border: none;
}
input[placeholder]{
      font-style: italic;
}
input[placeholder]:focus{
    font-style: normal;
}
#wrapper #email-address:focus{
    box-shadow: inset 0 -3px 0 #459B11;
    border-bottom: #459B11;
    background: rgba(255,255,255,.9);
}
#wrapper #submitB{
    padding: 5px 20px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #5db329 0%, #42980e 100%);
    background-repeat: repeat-x;
    border-color: #4a801e;
    box-shadow: 0 1px 1px rgba(86, 255, 0, 0.8) inset;
    letter-spacing: -0.03em;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #306C00;
    color: #fff;
    height: 46px;
    font-family: 'robotobold', sans-serif;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 5px;
}
#wrapper #submitB:hover{
    background: #42980e;
}
/* softpedia logo */
.softpedia-logo{
    width: 125px;
    height: 30px;
    background: url(../img/softpedia-logo.png) center no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 5px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 959px) {
	#wrapper .captcha {
		  padding: 1em 0em;
	}
    #wrapper{
        width: 100%;
        height: auto;
    }
    #wrapper .container h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 695px) {
    #wrapper .container{
        width: 90%;
    }
}
@media only screen and (max-width: 500px) {
    #wrapper .container .left,
    #wrapper .container .right{
        float: none;
        width: 100%;
        text-align: center;
    }
    #wrapper form input{
        margin-bottom: 20px;
    }
    .softpedia-logo{
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 17px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.2;
    font-family: 'robotoregular', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 10px 0;
}
/* wrapper */
#wrapper-thnx{
    position: relative;
    width: 960px;
    height: 362px;
    /*margin: 10px auto;*/
    text-align: center;
    background: url(../img/bg-thnx.jpg) center no-repeat;
	display:none;
}
#wrapper-thnx .logo{
    margin: 15px 0 10px 0;
    display: block;
}
#wrapper-thnx .container{
    padding: 35px 0 20px 0;
    margin: 0 auto
}
#wrapper-thnx .container h2{
    font-size: 40px;
    font-family: 'robotothin', sans-serif;
}
#wrapper-thnx .container span{
    font-family: 'robotobold', sans-serif;
    font-weight: 500;
}
#wrapper-thnx .logo + h2{
    margin-bottom: 0;
}
#wrapper-thnx h1{
    font-family: 'robotobold', sans-serif;
    font-size: 60px;
    margin-top: 45px;
    text-shadow: 0px 0px 4px #000;
}
#wrapper-thnx a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: 'roboto';
}
#wrapper-thnx h4{
    font-size: 18px;
    font-family: 'robotothin', sans-serif;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 959px) {
    #wrapper-thnx{
        width: 98%;
        height: auto;
        padding: 30px 0;
    }
    #wrapper-thnx .container h2{
        font-size: 30px;
    }
    #wrapper-thnx h1{
        margin-top: 0;
        font-size: 50px;
    }
}
@media only screen and (max-width: 695px) {
    #wrapper-thnx .container{
        width: 90%;
    }
}
@media only screen and (max-width: 500px) {
    #wrapper-thnx .container .left,
    #wrapper-thnx .container .right{
        float: none;
        width: 100%;
        text-align: center;
    }
    #wrapper-thnx form input{
        margin-bottom: 20px;
    }
    .softpedia-logo{
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 17px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#inline_content p {
	color: black;
	text-align:center;
}