@import url('../vendor/f/style.css');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
/*reset*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

    table caption,
    table th,
    table td {
        text-align: left;
        vertical-align: middle;
    }

a {
    text-decoration: none;
}

    a img {
        border: 0;
        display: block;
    }
.navbar .lang {
    text-align: center;
    position: relative;
    margin-top: -16px;
    margin-left: 93%;
}

    .navbar .timer span,
    .navbar .lang span {
        display: block;
        font-size: .9rem;
        color: #777777;
        margin: 0;
    }



    .navbar .lang .box {
        background-color: #030303;
        border: 2px solid #2f2f31;
        border-radius: 50px;
        height: 32px;
        position: relative;
        margin-top: 6px;
        width: 70px;
        margin-left: auto;
        margin-right: auto;
    }

        .navbar .lang .box a:not(.active) {
            opacity: .5;
        }
 
        .navbar .lang .box img {
            position: absolute;
            top: -1px;
            border: 1px solid #2f2f31;
            border-radius: 50px;
            right: 0;
            max-width: 30px;
        }

        .navbar .lang .box a:first-child img {
            left: -1px;
        }
:focus {
    outline: 0;
}
/* Micro ClearFix Mixin */
.clr {
    zoom: 1;
}

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

    .clr:after {
        clear: both;
    }
/* Micro ClearFix Mixin */
/*responsive*/
/*------media query-----*/
/*classes*/
/*colors*/
/*paths*/
body {
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden;
    background-color: #212121;
}

section {
    position: relative;
}

h1 {
    font-size: 58px;
    font-weight: 700;
    color: #fffefe;
}

.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

h1.title {
    width: 465px;
    height: 74px;
    background: url("../../i/title-bg.png") no-repeat center;
    text-align: center;
    line-height: 74px;
    margin: 120px auto 20px auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    h1.title {
        width: 100%;
        background-position: 0 0;
        font-size: 48px;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-content {
    background-color: rgba(35, 35, 35, 0.7);
}

    .modal-content .modal-header {
        border: 0;
    }

        .modal-content .modal-header .close {
            opacity: 1;
            font-size: 30px;
            color: #fffefe;
        }

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modal-dialog {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .modal-dialog {
        width: 290px;
    }
}

.social-links nav {
    padding: 400px 0 0 190px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .social-links nav {
        padding: 400px 0 0 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-links nav {
        padding: 380px 10px 0 10px;
    }
}

.social-links nav ul li {
    display: inline-block;
    margin-right: 30px;
    color: #fffefe;
    font-weight: 500;
    font-size: 36px;
    vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-links nav ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.social-links nav ul li:first-child {
    padding-right: 30px;
    border-right: 1px solid #88141c;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-links nav ul li:first-child {
        padding-right: 0;
        border: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-links nav ul li:last-child {
        margin-bottom: 0;
    }
}

.navbar {
    min-height: 114px;
    background: url("../../i/navbar-bg.png") repeat-x 0 0;
}

    .navbar .navbar-nav {
        margin-right: 80px;
        margin-top: -30px;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-nav {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar .navbar-nav {
        margin-right: 0;
    }
}

.navbar .navbar-nav li a {
    display: block;
    font-size: 30px;
    color: #fffefe;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;
}

    .navbar .navbar-nav li a img {
        margin: 0 auto;
    }

        .navbar .navbar-nav li a img.scrolled {
            margin: 0 auto;
            width: 30%;
            transition: width 0.3s;
        }

    .navbar .navbar-nav li a span {
        color: #88141c;
        display: block;
        margin-top: 10px;
    }

    .navbar .navbar-nav li a:hover,
    .navbar .navbar-nav li a:focus {
        background: none;
    }

.navbar .navbar-header {
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-header {
        width: 30%;
    }
}

.navbar .navbar-header .navbar-toggle {
    background-color: #88141c;
}

    .navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #fffefe;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar .navbar-header .logo {
        width: 40%;
        margin-left: 10px;
        margin-top: 10px;
    }
}

.navbar .navbar-collapse {
    float: right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.7);
        max-height: 100%;
        margin-top: 25px;
        float: none;
        width: 110%;
    }
}

.navbar .not {
    position: absolute;
    top: 20px;
    right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .not {
        right: 20px;
    }
}

#welcome {
    background-image: url("../../i/prlx-bg.jpg");
}

    #welcome .btn-play {
        width: 132px;
        height: 129px;
    }

        #welcome .btn-play a {
            display: block;
        }

    #welcome h1.welcome-title {
        font-size: 49px;
        text-shadow: 6.5px 11.3px 15.4px rgba(0, 0, 0, 0.14);
        line-height: 39px;
        margin-top: 220px;
    }

        #welcome h1.welcome-title span {
            display: block;
            color: #88141c;
        }

    #welcome .top-hero {
        position: absolute;
        top: 60px;
        right: -200px;
        z-index: 21;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #welcome .top-hero {
        width: 40%;
        right: 0;
        top: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #welcome .top-hero {
        width: 50%;
        right: 0;
        top: 330px;
    }
}

#about {
    /*background: url("../../i/about-bg.png") no-repeat center;*/
    z-index: 20;
    position: relative;
}

    #about .about-content {
        width: 790px;
        text-align: center;
        margin: 0 auto;
        color: #fffefe;
        padding-top: 240px;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 320px) and (max-width: 767px) {
    #about .about-content {
        width: 100%;
    }
}

#about .about-content h1 {
    margin-bottom: 30px;
}

#about .about-content .info {
    font-size: 18px;
    font-weight: 500;
    height: 250px;
    overflow: hidden;
    transition: height 0.3s ease-in;
}

    #about .about-content .info.all {
        height: 100%;
        transition: height 0.3s ease-in;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #about .about-content .info.all {
        background-color: rgba(35, 35, 35, 0.9);
    }
}

#about .about-content .info p {
    padding: 10px 0;
}

#about .about-content .read-more {
    margin-top: 25px;
}

    #about .about-content .read-more a {
        display: block;
        width: 60px;
        height: 26px;
        background: url("../../i/up-down-arrows.png") no-repeat 0 0;
        text-indent: -9999px;
        margin: 0 auto;
    }

        #about .about-content .read-more a.up {
            background-position: 0 -26px;
        }

#about .nav-tabs {
    width: 400px;
    margin: 0 auto;
    border-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #about .nav-tabs {
        width: 100%;
    }
}

#about .nav-tabs li a {
    font-size: 35px;
    font-weight: 400;
    color: #fffefe;
    text-align: center;
    padding: 10px 50px;
    border: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #about .nav-tabs li a {
        padding: 10px 30px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    #about .nav-tabs li a {
        padding: 10px 42px;
    }
}

#about .nav-tabs li a:hover {
    background: none;
    border: 0;
}

#about .nav-tabs li.active a {
    font-weight: 700;
    background: none;
    border: 0;
}

#characters {
    background: url("../../i/karakterler-bg.png") no-repeat center;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

    #characters .character-carousel {
        height: 1200px;
    }

        #characters .character-carousel .item {
            width: 300px;
            text-align: center;
            margin-top: 50px;
        }
input#Email {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
    margin-top: 9px;
    color: white;
}

select#CategoryType {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
    margin-top: 9px;
    color:white;
}

select#SubCategory {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
    margin-top: 9px;
    color: white;
}
 

input#Subject {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
    margin-top: 9px;
    color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #characters .character-carousel .item {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item {
        width: 100%;
        display: none !important;
        margin-top: -70px;
        margin-left: -140px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    #characters .character-carousel .item {
        margin-left: -165px;
    }
}

#characters .character-carousel .item img {
    margin: 0 auto;
}

#characters .character-carousel .item.active {
    display: block !important;
}

    #characters .character-carousel .item.active img {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        transition: scale 0.2s ease-in;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item.active img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#characters .character-carousel .item.active .info {
    display: block;
    transition: display 0.3s ease-in;
    margin-left: -225px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #characters .character-carousel .item.active .info {
        margin-left: -155px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item.active .info {
        margin-left: -5px;
    }
}

#characters .character-carousel .item .info {
    width: 750px;
    text-align: center;
    display: none;
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #characters .character-carousel .item .info {
        width: 600px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item .info {
        width: 100%;
        padding-top: 0;
    }
}

#characters .character-carousel .item .info h1 {
    margin: 20px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item .info h1 {
        font-size: 48px;
    }
}

#characters .character-carousel .item .info p {
    color: #fffefe;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #characters .character-carousel .item .info p {
        font-size: 21px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .character-carousel .item .info p {
        font-size: 14px;
    }
}

#characters .btn-nav {
    display: block;
    width: 40px;
    height: 90px;
    background: url("../../i/left-right-arrows.png") no-repeat 0 0;
    position: absolute;
    top: 300px;
    z-index: 100;
}

    #characters .btn-nav.left {
        left: 0;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .btn-nav.left {
        left: 10px;
    }
}

#characters .btn-nav.right {
    right: 0;
    background-position: -40px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #characters .btn-nav.right {
        right: 10px;
    }
}

#characters h1 {
    margin-top: 0;
}

#maps {
    background: url("../../i/bottom-bg.jpg") no-repeat center 0;
    min-height: 1092px;
    position: relative;
    margin-top: -20px;
    padding-top: 70px;
}

    #maps .maps-content .item {
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

        #maps .maps-content .item .img {
            width: 725px;
            height: 408px;
            margin: 0 auto;
            padding-top: 20px;
        }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #maps .maps-content .item .img {
        width: 100%;
        height: 100%;
    }
}

#maps .maps-content .item h1 {
    color: #88141c;
    text-shadow: 11px 19.1px 14.4px rgba(0, 0, 0, 0.18);
    position: absolute;
    top: -10px;
    left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #maps .maps-content .item h1 {
        left: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #maps .maps-content .item h1 {
        top: 0;
        left: 0;
        font-size: 35px;
    }
}

#maps .maps-content .owl-nav {
    position: relative;
    height: 100%;
    top: -250px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #maps .maps-content .owl-nav {
        display: none;
    }
}

#maps .maps-content .owl-nav button {
    display: block;
    width: 40px;
    height: 90px;
    background: url("../../i/left-right-arrows.png") transparent no-repeat 0 0;
    position: absolute;
    border: 0;
}

    #maps .maps-content .owl-nav button.map-prev {
        left: 0;
    }

    #maps .maps-content .owl-nav button.map-next {
        right: 0;
        background-position: -40px 0;
    }

#maps .maps-content .owl-dots {
    text-align: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    margin-top: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #maps .maps-content .owl-dots {
        display: block;
    }
}

#maps .maps-content .owl-dot {
    border-radius: 50px;
    height: 16px;
    width: 16px;
    display: inline-block;
    background: #7f7f7f;
    margin-left: 5px;
    margin-right: 5px;
}

    #maps .maps-content .owl-dot.active {
        background: #88141c;
    }

#maps .system {
    padding-top: 280px;
    color: #fffefe;
    font-size: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #maps .system {
        padding-top: 230px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #maps .system {
        padding-top: 380px;
        font-size: 16px;
    }
}

.sub-page {
    background: url("../../i/sub-page-bg.jpg") no-repeat top;
    min-height: 1013px;
    padding-top: 175px;
    color: #fffefe;
}
div#error-block {
    width:100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page {
        padding-top: 125px;
        background-position: center top;
    }
}

.sub-page .forum-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 0;
}

    .sub-page .forum-wrapper .sidebar {
        padding: 0 15px;
        background: url("../../i/sidebar-border.png") no-repeat right;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .sidebar {
        background: none;
    }
}

.sub-page .forum-wrapper .sidebar-profile-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: #fffefe;
    text-shadow: 6.5px 11.3px 15.4px rgba(0, 0, 0, 0.14);
    text-align: center;
}

.sub-page .forum-wrapper .sidebar-avatar {
    margin: 20px 0;
}

.sub-page .forum-wrapper .sidebar-menu a {
    color: #fffefe;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

    .sub-page .forum-wrapper .sidebar-menu a:last-child {
        margin-bottom: 0;
    }

    .sub-page .forum-wrapper .sidebar-menu a.active,
    .sub-page .forum-wrapper .sidebar-menu a:hover {
        padding-left: 10px;
    }

    .sub-page .forum-wrapper .sidebar-menu a img {
        display: inline;
        margin-right: 10px;
    }

.sub-page .forum-wrapper .forum-content {
    padding-right: 30px;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .forum-content {
        padding: 0 15px;
        margin-top: 20px;
    }
}

.sub-page .forum-wrapper .forum-content a {
    color: #fffefe;
    font-weight: 700;
}

    .sub-page .forum-wrapper .forum-content a.go-back {
        color: #fffefe;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        display: block;
    }

.sub-page .forum-wrapper .forum-content .table-responsive {
    margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .forum-content .table-responsive {
        border: 0;
    }
}

.sub-page .forum-wrapper .forum-content .table-responsive .table thead tr th {
    border-bottom: 2px solid #88141c;
    border-right: 2px solid #88141c;
    text-align: center;
}

    .sub-page .forum-wrapper .forum-content .table-responsive .table thead tr th:last-child {
        border-right: 0;
    }

.sub-page .forum-wrapper .forum-content .table-responsive .table tbody tr td {
    text-align: center;
    border: 0;
}

    .sub-page .forum-wrapper .forum-content .table-responsive .table tbody tr td a {
        color: #fffefe;
    }

.sub-page .forum-wrapper .forum-content h1 {
    font-size: 38px;
}

.sub-page .forum-wrapper .forum-content-search {
    margin-top: 30px;
}

    .sub-page .forum-wrapper .forum-content-search input {
        width: 319px;
        height: 41px;
        background: url("../../i/forum-search-input-bg.png") no-repeat;
        border: 0;
        font-weight: 700;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .forum-content-search input {
        width: 100%;
    }
}

.sub-page .forum-wrapper .forum-content-search .btn-search {
    background: none;
    font-size: 23px;
    font-weight: 700;
    color: #fffefe;
    border: 0;
}

.sub-page .forum-wrapper .forum-content .forum-faq {
    margin-top: 30px;
}

.sub-page .forum-wrapper .forum-content .panel-group .panel {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background-color: transparent;
}

.sub-page .forum-wrapper .forum-content .panel-group .panel-heading {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
}

    .sub-page .forum-wrapper .forum-content .panel-group .panel-heading h4 a {
        display: block;
        color: #fffefe;
        font-weight: 500;
        font-size: 20px;
    }

        .sub-page .forum-wrapper .forum-content .panel-group .panel-heading h4 a img {
            display: inline-block;
            margin-left: 10px;
        }

.sub-page .forum-wrapper .forum-content .panel-group .panel-body {
    border: 0;
    padding: 10px 0;
}

.sub-page .forum-wrapper .not-container-sidebar {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper p {
    font-size: 15px;
    font-weight: 700;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper textarea {
    width: 100%;
    height: 120px;
    color: #fffefe;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    padding: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .not-container-content-answer-wrapper textarea {
        border: 1px solid rgba(255, 254, 254, 0.7);
    }
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons {
    zoom: 1;
}

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons:before,
    .sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons:after {
        content: "";
        display: table;
    }

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons:after {
        clear: both;
    }

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons a {
        color: #fffefe;
        font-size: 15px;
        text-shadow: 6.5px 11.3px 15.4px rgba(0, 0, 0, 0.14);
        font-weight: 700;
    }

.sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons-add-file {
    float: left;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons-send-remove {
    float: right;
    text-align: right;
}

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-buttons-send-remove a:nth-child(2) {
        border-left: 1px solid #88141c;
        padding-left: 20px;
        margin-left: 20px;
    }

.sub-page .forum-wrapper .not-container-content-answer-wrapper-alert {
    padding: 20px 0;
    font-size: 10px;
    color: #fffefe;
    text-align: right;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble {
    zoom: 1;
    margin-bottom: 15px;
}

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble:before,
    .sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble:after {
        content: "";
        display: table;
    }

    .sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble:after {
        clear: both;
    }

.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble-avatar {
    width: 15%;
    float: left;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble-message {
    width: 60%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fffefe;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    float: left;
    margin-left: 10px;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble.zula-team .not-container-content-answer-wrapper-bubble-style-bubble-avatar,
.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble.zula-team .not-container-content-answer-wrapper-bubble-style-bubble-message {
    float: right;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-bubble-style-bubble.zula-team .not-container-content-answer-wrapper-bubble-style-bubble-message {
    margin-left: 0;
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal {
    margin-top: 30px;
}

    .sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group label {
        text-align: left;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group label {
        margin-bottom: 10px;
    }
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group input[type=text],
.sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group input[type=email] {
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group input[type=text],
    .sub-page .forum-wrapper .not-container-content-answer-wrapper .form-horizontal .form-group input[type=email] {
        border: 1px solid rgba(255, 254, 254, 0.7);
    }
}

.sub-page .forum-wrapper .not-container-content-answer-wrapper-form-alert {
    font-size: 11px;
    font-weight: 300;
    padding: 20px 0;
}

.sub-page .social-links {
    width: 400px;
    margin-top: 150px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .social-links {
        width: 290px;
        margin: 20px 0;
    }
}

.sub-page .social-links nav {
    padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-page .social-links nav ul li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar .sub-pages-not {
        right: 10px;
    }
}
