@font-face {
    font-family: "Brady Bunch Remastered";
    src: url(/font/BradBunR.eot?__cv=fVcK0FfCdN) format("eot"),
        url(/font/BradBunR.woff?__cv=fVcK0FfCdN) format("woff"),
        url(/font/BradBunR.ttf?__cv=fVcK0FfCdN) format("truetype"),
        url(/font/BradBunR.svg?__cv=fVcK0FfCdN#BradyBunchRemastered) format("svg");
    font-weight: 400;
    font-style: normal
}

body {

    background: #abaad4;
    background: -moz-radial-gradient(center, ellipse cover, rgba(171,170,212,1) 0%, rgba(115,128,198,1) 61%, rgba(115,128,198,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(171,170,212,1)), color-stop(61%, rgba(115,128,198,1)), color-stop(100%, rgba(115,128,198,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(171,170,212,1) 0%, rgba(115,128,198,1) 61%, rgba(115,128,198,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(171,170,212,1) 0%, rgba(115,128,198,1) 61%, rgba(115,128,198,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(171,170,212,1) 0%, rgba(115,128,198,1) 61%, rgba(115,128,198,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(171,170,212,1) 0%, rgba(115,128,198,1) 61%, rgba(115,128,198,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abaad4', endColorstr='#7380c6',GradientType=1 ); /* ie6-9 */
}

a,.bgc a,.bgc a:link,.bgc a:visited {
    color: #767676;
    text-decoration: none;
}

a:hover,.bgc a:hover {
    text-decoration: none;
    color: #000;
}

#reg a, #login a {
    color: #fff;
    text-decoration: underline;
}
#reg a:hover, #login a:hover{
    color: #dedede
}

#content {
    background: url(/images/lp_farmboy-new/background.png) center top no-repeat;
    background-size: cover;
    min-height: 930px;
    position: relative;
    z-index: 2;
}
#content>.container {
    max-width: 1090px;
}

#bpLogo {
    left: 388px;
    right: auto;
    top: 0px;
    z-index: 400;
}

#reg,#login {
    background: rgba(47,132,202,.7);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    z-index: 99
}

#logo {
    background: url(/images/logo.png) center top no-repeat;
    width: 333px;
    height: 139px;
    margin: -155px 0 10px -10px;
}

#claim span {
    display: table-cell;
    height: 117px;
    vertical-align: middle;
    width: 345px;
    line-height: 42px;
}

#reg {
    width: 350px;
    padding: 20px;
    height: auto;
    position: relative;
    margin: 200px 0 20px 450px;
}


#reg,.bgc_signup_short_container,.bgc_signup_form_legal,
.bgc_doi_hint,#footer,#login,.bgcdw_captcha,.bgc_fbConnect_container_link
    {
    font-family: 'Open Sans', sans-serif !important

}

.bgc_signup_container_form,.bgc_fbConnect_container_link {
    position: relative !important;
    z-index: 500 !important;
}

h1 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Brady Bunch Remastered', "Comic Sans MS";
    letter-spacing: 1.1px !important;
}

#reg h1 {
     font-size: 35px;
     word-break: break-all;
     text-shadow: 0 0 12px rgba(0,0,0,.8);
     font-weight: normal;
}

#reg .bgc_signup_form_register,#login .bgcdw_button.bgcdw_login_form_login   {
    background: #e40404;
    background: -moz-linear-gradient(top,#e40404 0%,#870c0c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e40404),color-stop(100%,#870c0c));
    background: -webkit-linear-gradient(top,#e40404 0%,#870c0c 100%);
    background: -o-linear-gradient(top,#e40404 0%,#870c0c 100%);
    background: -ms-linear-gradient(top,#e40404 0%,#870c0c 100%);
    background: linear-gradient(to bottom,#e40404 0%,#870c0c 100%);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25), inset 0 2px 2px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.25),inset 0 2px 2px rgba(0,0,0,.25);
    box-shadow: 0 2px 2px rgba(0,0,0,.25), inset 0 2px 2px rgba(0,0,0,.25);
    text-shadow: 2px 2px 0 rgba(0,0,0,.5);
    font-family: 'Brady Bunch Remastered', "Comic Sans MS";
}

#reg .bgc_signup_form_register {
    color: #fff;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Brady Bunch Remastered',sans-serif;
    letter-spacing: 2px;
}

.bgc_fbConnect_container_link a {
    padding-left: 18px !important
}

#reg .bgc_fbConnect {
    font-size: 12px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bgcdw_captcha p,.bgc_signup_form_legal,
.bgc_doi_hint {
    color: #efeeee !important
}

#login {
    padding: 9px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 66px
}

.bgcdw_login_container_remindpassword {
    position: absolute;
    top: 42px;
    right: 144px
}

#login .bgc_fbConnect .bgc_facebookIcon {
    display: none
}

#login .bgcdw_button.bgcdw_login_form_login {
    color: #fff;
    font-size: 15px !important;
    line-height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#login .bgcdw_captcha {
    background-color: rgba(47,132,202,.7);

    position: absolute;

    margin-top: 57px;
    margin-left: -299px;

    padding-left: 100px;
    padding-right: 10px;
    padding-bottom: 5px;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#login script {
    display: none;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    #login {
        width: 320px!important;
    }

    #login .bgcdw_captcha  {
        background-color: inherit;

        position: inherit;
        padding: inherit;

        margin-top: 15px;
        margin-bottom: 5px;
        margin-left: inherit;
    }
}

.bgc .bgc_signup_form_legal label {
    float: right;
    margin-right: 16px;
    width: 260px;
}

#footer {
    background: #fff;
    height: 140px;
    padding-top: 50px;
    margin-top: -20px;
    color: #000;
    position: relative;
    z-index: 10;
}

#gl_footer {
    max-width: 980px;
}

.gl_footer_element_image {
    visibility: hidden;
}

#gl_footer_element_link_logo {
    background: url(/images/lp_farmboy-new/logo.png) center center no-repeat;
    width: 147px;
    height: 29px;
    padding: 10px 18px;
    position: relative;
}

#reg .bgc_signup_form_register:hover,#login .bgcdw_button.bgcdw_login_form_login:hover {
    background: #92dd00;
    background: -moz-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#92dd00),color-stop(100%,#4c7800));
    background: -webkit-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -o-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -ms-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: linear-gradient(to bottom,#92dd00 0%,#4c7800 100%);
}

/* clouds */
#cloud2 {
    background: url(/images/lp_farmboy-new/cloud2.png) center center no-repeat;
    height: 70px;
    width: 199px;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 170px;
    -moz-animation:cloud-ani 40s linear infinite;
	-webkit-animation: cloud-ani 40s linear infinite;
	-o-animation:cloud-ani 40s linear infinite;
	-ms-animation:cloud-ani 40s linear infinite;
	-khtml-animation:cloud-ani 40s linear infinite;
	animation: cloud-ani 40s linear infinite;
}

#cloud3 {
    background: url(/images/lp_farmboy-new/cloud3.png) center center no-repeat;
    height: 94px;
    width: 424px;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 40px;
	-moz-animation:cloud-ani 50s linear infinite;
	-webkit-animation: cloud-ani 50s linear infinite;
	-o-animation:cloud-ani 50s linear infinite;
	-ms-animation:cloud-ani 50s linear infinite;
	-khtml-animation:cloud-ani 50s linear infinite;
	animation: cloud-ani 50s linear infinite;
}

#cloud4 {
    background: url(/images/lp_farmboy-new/cloud3.png) center center no-repeat;
    height: 94px;
    width: 424px;
    z-index: 0;
    top: 0;
    left: -30%;
    position: absolute;
    margin-top: 40px;
	-moz-animation:cloud-ani 50s linear infinite;
	-webkit-animation: cloud-ani 50s linear infinite;
	-o-animation:cloud-ani 50s linear infinite;
	-ms-animation:cloud-ani 50s linear infinite;
	-khtml-animation:cloud-ani 50s linear infinite;
	animation: cloud-ani 50s linear infinite;
    -webkit-animation-delay: 25s; /* Safari 4.0 - 8.0 */
    animation-delay: 25s;
}

@-moz-keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}
@-webkit-keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}
@-o-keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}
@-ms-keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}
@-khtml-keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}
@keyframes cloud-ani{
	0%{
		left: -30%;
	}100%{
		left:110%;
	}
}

/* section1 */

@media only screen and (min-width: 1054px)  {
    .bp-info {
        height: 451px;
    }
}

.bp-info .wrapper {
    position: relative;
}

.bp-info h2 {
    color: #392c0a;
    font-family: 'Brady Bunch Remastered', "Comic Sans MS";
    letter-spacing: 2px;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.bp-info {
    background: #f7c635;
    border-bottom: 5px solid #f7e235;
    font-size: 1rem;
    position: relative;
}

@media only screen and (min-width: 1054px){
    .bp-info h2, .bp-info p {
        max-width: 40%;
    }
}

.bp-info p {
    font-size: 1rem;
    line-height: 1.5;
    color: #392c0a;
}

@media only screen and (min-width: 1600px) {
    .bp-info h2, .bp-info p {
        max-width: 60%;
    }
}
.strip {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#img-barn {
    margin-bottom: 24px!important;
    background: url(/images/lp_farmboy-new/barn.png) center center no-repeat;
    height: 451px;
    width: 552px;
}

@media only screen and (min-width: 1054px) {
    #img-barn {
        bottom: -5px;
        display: block;
        position: absolute;
        right: -180px;
        text-align: right;
        width: 871px;
        z-index: 0;
    }
}

@media only screen and (max-width: 1054px) {
    #img-barn {
        bottom: 0;
        display: none;
        max-width: 60%;
    }
}
@media only screen and (min-width: 1600px) {
    #img-barn {
        bottom: -90px;
    }
}

.wrapper {
    margin: 0 auto;
    max-width: 64rem;
    width: 90%;
}

.button-section1 {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-family: 'Brady Bunch Remastered', sans-serif;
    letter-spacing: 2px;
    max-width: 100%;
    padding: 0 5.25rem;
    position: relative;
    display: inline-block;
    border: 0 none;
    background-color: #dedede;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    cursor: pointer;
    font-size: 2.75rem;
    background: #e40404;
    background: -moz-linear-gradient(top, #e40404 0%, #870c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e40404), color-stop(100%, #870c0c));
    background: -webkit-linear-gradient(top, #e40404 0%, #870c0c 100%);
    background: -o-linear-gradient(top, #e40404 0%, #870c0c 100%);
    background: -ms-linear-gradient(top, #e40404 0%, #870c0c 100%);
    background: linear-gradient(to bottom, #e40404 0%, #870c0c 100%);
    line-height: 1.5;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
    margin-top: 70px;
}

.button-section1:hover, .button-section1:active {
    background: #92dd00;
    background: -moz-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#92dd00),color-stop(100%,#4c7800));
    background: -webkit-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -o-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: -ms-linear-gradient(top,#92dd00 0%,#4c7800 100%);
    background: linear-gradient(to bottom,#92dd00 0%,#4c7800 100%);
}

/* section 2 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.strip .wrapper {
    padding: 2.5rem 0;
}

.text-center {
    text-align: center
}

.tooltip {
    display: none
}

@media only screen and (min-width:600px) {
    li:hover .tooltip {
        background: #fff;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        color: #222;
        display: block;
        font-size: .75rem;
        left: -50px;
        padding: 14px;
        position: absolute;
        top: -60px;
        width: 200px
    }
    li:hover .tooltip:after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        content: "";
        display: block;
        height: 0;
        left: 90px;
        position: absolute;
        top: 42px;
        width: 0
    }
}
.wood-strip {
    background: url(/images/lp_farmboy-new/wood_pattern.jpg) 0 0;
    border-bottom: 0;
    color: #fff
}

.bp-awards {
    margin: 0 auto;
    padding: 0;
    width: 178px
}

.award {
    background:url(/images/lp_farmboy-new/awards.png) no-repeat 17px 0;
    height: 86px;
    list-style-type: none;
    padding: 0 25px;
    position: relative;
    width: 107px!important
}

@media only screen and (min-width:600px) {
    .bp-awards {
        width: auto;
        padding: 0;
        list-style: none;
        font-size: 0;
        margin: 0 0 0 -1rem
    }
    .award {
        display: inline-block;
        padding-left: 2rem;
        vertical-align: top;
        font-size: 1rem;
        width: 20%;
        border-right: 2px solid #643c16;
        border-left: 2px solid #b17539
    }
    .award:first-child {
        border-left: 0
    }
    .award:last-child {
        border-right: 0
    }
}

.award-ekomi {
    background-position: -97px 0
}

.award-mashable {
    background-position: -207px 0
}

.award-lara-online {
    background-position: -319px 0
}

.award-best-browsergame {
    background-position: -428px 0
}
