@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    color: #373737;
    background: url(../images/bg.jpg);
}

#header {
    background: url(../images/header.png);
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#body {

}

#main {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
}

.content-container {
    margin: 0 auto;
    width: 800px;
}

#logo {
    padding: 10px 0 0 10px;
}

#menu {

}

    #menu ul li {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        display: inline;

    }

    #menu ul li a {
        color: #3e3e3e;
        text-decoration: none;
        margin: 7px 0 0 0;
    }

	#menu ul li a:hover {
		text-decoration: underline;
	}

    #menu img {
        vertical-align: middle;
    }

.inside {
    color: #000000;
    padding: 10px 28px;
}

#left {
    width: 336px;
    font-family: 'Open Sans', sans-serif;
}

#right {
    width: 408px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 10px;
}

.title {}

    .title .next-question {
        width: 51px;
    }

    .title .center {
        width: 230px;
        padding: 0 0 0 5px;
    }

    .title h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0;
    }

    .title h2 {
        font-size: 14px;
        padding: 0 0 8px 0;
    }

.social {}

    .social .height {
        padding: 5px 0 0 0;
    }

.answer {
    padding: 15px 0;
}

    .answer h1 {
        font-size: 16px;
        color: #c8090c;
        padding: 8px 0;
    }

    .answer h2 {
        font-size: 22px;
    }

    .answer h2 a {
        color: #000000;
    }

.rating {
    padding: 8px 0;
}

    .rating img {
        padding: 0 1px;
    }

.btn-default {
	font-size: 16px;
	border-color: #ffffff;
	padding: 8px 6px;
}

.btn-group-sm > .btn, .btn-sm  {
	font-size: 16px;
	padding: 5px 6px;
}

.rating-text {
    font-size: 14px;
    padding: 5px 0 20px 0;
}

.icons {

}

.category {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
	padding: 0 0 5px 0;
}

.divider {
    height: 20px;
}

#footer-top {
    background: #f2f2f2;
    padding: 15px;
}

    #footer-top h2 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 36px;
        padding: 0 0 20px 0;
    }

    #footer-top p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 25px;
    }

#footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
}

    #footer p {
        line-height: 15px;
        padding: 10px 0;
    }

    #footer #copy {
        display: block;
        font-size: 12px;
        margin: 2em 0;
        min-height: 13px;
    }

        #footer a, #footer-top a {
            color: #058bcf;
        }

hr {
    border: 0;
    height: 1px;
    background: #d8d8d8;
    margin: 5px 0;
}

/********************/
.vertical-align {
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.clear {
    clear: both;
}

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

strong {
    font-weight: bold;
}

*:focus {
    outline: 0;
}

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

textarea {
    resize:none;
}

textarea:focus, input:focus, select:focus{
    outline:0;
}

.navbar-default {
	background: none;
	border: 0;
}

.navbar-default .navbar-nav > li {
	background: url(../images/mark.png) no-repeat left;
	padding: 0 5px 0 10px;
}

/* Smaller than 810px */
@media screen and (max-width: 810px) {
    .content-container {
        width: 100%;
    }

    .banner-top {
        display: none;
    }
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav > li {
		background: none;
	}

	.navbar-nav {
		background: #f6f6f6;
	}

	.navbar-collapse {

	}
}

/* Chrome fixes */
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

.next-question{
    display: block;
    width: 100%;
}
.next-q-btn{
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: #cd070d;
    margin-bottom: 1em;
    padding: 8px 20px;
    border-radius: 5px;
}

.next-q-btn:hover,
.next-q-btn:focus{
    text-decoration: none;
    color: #fff;
    background: #f39c12;
}

ul.game-options{
    float:left;
}
ul.game-options li {
    display: inline-block;
}

ul.game-options li {
    display: inline-block;
}

.btn.btn-game:hover,
.btn.btn-game:focus,
.btn.btn-category:hover,
.btn.btn-category:focus{
    opacity: 0.85;
}


.btn.btn-game{
    color: #fff;
    font-size: 14px;
    margin-bottom: 1em;
    padding: 4px 25px;
    border-radius: 5px;
    background: rgb(56,171,230);
    background: -moz-linear-gradient(top, rgba(56,171,230,1) 0%, rgba(5,140,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(56,171,230,1) 0%,rgba(5,140,206,1) 100%);
    background: linear-gradient(to bottom, rgba(56,171,230,1) 0%,rgba(5,140,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38abe6', endColorstr='#058cce',GradientType=0 );
}


.btn.btn-category{
    color: #fff;
    font-size: 14px;
    margin-bottom: 1em;
    padding: 4px 21px;
    border-radius: 5px;
    background: rgb(56,171,230);
    background: -moz-linear-gradient(top, rgba(56,171,230,1) 0%, rgba(5,140,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(56,171,230,1) 0%,rgba(5,140,206,1) 100%);
    background: linear-gradient(to bottom, rgba(56,171,230,1) 0%,rgba(5,140,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38abe6', endColorstr='#058cce',GradientType=0 );
}




.btn.btn-category.green{
    background: rgb(97,182,61);
    background: -moz-linear-gradient(top, rgba(97,182,61,1) 1%, rgba(73,156,36,1) 100%);
    background: -webkit-linear-gradient(top, rgba(97,182,61,1) 1%,rgba(73,156,36,1) 100%);
    background: linear-gradient(to bottom, rgba(97,182,61,1) 1%,rgba(73,156,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b63d', endColorstr='#499c24',GradientType=0 );
}


.btn.btn-category.adults{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb0000+0,ad0000+100 */
    background: rgb(251,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(251,0,0,1) 0%, rgba(173,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(251,0,0,1) 0%,rgba(173,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(251,0,0,1) 0%,rgba(173,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#ad0000',GradientType=0 ); /* IE6-9 */
    }
