body, html, div, p {
    /*background-color: #C6A572;*/
    /*background: #fff none repeat scroll 0 0;*/
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /*height: 100%;*/
    line-height: 1;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;

}

body, html {
    /*background: url("../img/bg/brown-bg4.png") repeat;*/
    text-align: center;
    height: 100%;
    width: 100%;
}

.header-bar {
    height: 50px;
    background-color: #FD780C;


}

.logo img {
    height: 100px;
    margin-top: 30px;
    width: 100px;
}

.spin-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
* Loader roate over logo
*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 2s linear 0s normal none infinite running spin;
    border-color: #FFFFFF transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 150px;
    left: 760px;
    margin: -75px 0 0 -75px;
    position: relative;
    top: 128px;
    width: 148px;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1D1D1D;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FD780C;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.txt-white {
    color: #ffffff;
}

.txt-orange {
    color: #E56606;
}

.slogan {
    font-size: 1.2em;
    left: -18px;
    position: relative;
    top: 13px;
}

.page-content {
    padding-top: 44px;
    width: 100%;
    z-index: 1001;
}

.hgh-z {
    z-index: 2000;
}

.block-content {
    /*background: #FD780C none repeat scroll 0 0;*/
    display: block;
    float: left;
    left: 135px;
    margin-right: 28px;
    position: relative;
    width: 40%;
    height: 440px;
}

/**
*Contact form begin
*/

.form-style-9 {
    background: #fafafa none repeat scroll 0 0;
    border: 2px solid #e59f50;
    border-radius: 10px;
    margin: 6px auto;
    max-width: 450px;
    padding: 30px;
}

.form-style-9 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-style-9 ul li {
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}

.form-style-9 ul li .field-style {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}

.form-style-9 ul li .field-style:focus {
    box-shadow: 0 0 5px #B0CFE0;
    border: 1px solid #B0CFE0;
}

.form-style-9 ul li .field-split {
    width: 49%;
}

.form-style-9 ul li .field-full {
    width: 100%;
}

.form-style-9 ul li input.align-left {
    float: left;
}

.form-style-9 ul li input.align-right {
    float: right;
}

.form-style-9 ul li textarea {
    width: 100%;
    height: 100px;
}

.form-style-9 ul li input[type="button"],
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #E76606;
    -webkit-box-shadow: inset 0px 1px 0px 0px #E76606;
    box-shadow: inset 0px 1px 0px 0px #E76606;
    background-color: #E76606;
    border: 1px solid #E76606;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-style-9 ul li input[type="button"]:hover,
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #FD780C 5%, #FD780C 100%);
    background-color: #FD780C;
}

.mbr-section-full {
    height: 80vh;
}

/*Contact form ends*/

.clear-all {
    clear: both;
}

/*Slider begin*/
#ninja-slider, #ninja-slider .slider-inner, #ninja-slider .slider-inner ul, #slider-ul {
    height: 100% !important;
}

.login-form {
    left: 490px;
    position: relative;
    top: -30px;
    width: 380px;
}

.login-form input {
    margin-right: 10px;
}

.section-title {
    color: #E56606;
}

#ninja-slider div.content {
    color: #333333;
}

.moto {
    font-size: 1.4em;
    left: -420px;
    position: relative;
    top: 90px;
}

#ninja-slider div.content h3 {
    font-size: 1.8em;

}

.gender-li li, .social-login-li li {
    display: inline !important;
    margin-right: 30px;
    cursor: pointer;
}

.cur-pointer {
    cursor: pointer;
}

.day, .month, .year {
    border: 1px solid #b0cfe0;
    box-sizing: border-box;
    outline: medium none;
    padding: 8px;
    transition: all 0.3s ease-in-out 0s;
    width: 80px !important;
}

.clr-fb-blue {
    color: #3B5998;
}

.clr-google-red {
    color: #EA4335;
}

.clr-twitter-blue {
    color: #1DA1F2;
}

.txt-medium {
    /*margin-top: 10px;*/
}

.txt-error {
    color: #EA4335;
}

.txt-success {
    color: #34A853;
}

.txt-black {
    color: #333333;
}

.login-error {
    font-style: italic;
    left: 460px;
    position: relative;
    top: 13px;
}

input[type = submit] {
    cursor: pointer;
}

.login-slogan {
    left: -570px;
    position: relative;
}

.login-logo {
    position: relative;
    top: -75px;
}

.login-logo img {
    height: 40px;
    width: 40px;
}

.search-form {
    left: -140px;
    position: relative;
    top: -80px;
}

.search-form input[type="text"] {
    height: 30px;
    width: 280px;
}

.login-menu ul li {
    color: #fff;
    display: inline;
    /*font-size: 1.2em;*/
    list-style: outside none none;
    margin-right: 20px;
}

.login-menu {
    float: right;
    left: -80px;
    position: relative;
    top: -147px;
    /*width: 300px;*/
}

.login-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.login-menu ul li {
    display: block;
    position: relative;
    float: left;
    /*border: 1px solid #000*/
}

.login-menu li ul {
    display: none;
}

.login-menu ul li a {
    display: block;
    /*background: #000;*/
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.login-menu ul li a:hover {
    /*background: #f00;*/
}

.login-menu li:hover ul {
    display: block;
    position: absolute;
}

.login-menu li:hover li {
    float: none;
}

.login-menu li:hover a {
    /*background: #f00;*/
}

.login-menu li:hover li a:hover {
    /*background: #000;*/
}

#drop-nav li ul li {
    border-top: 0px;
}

.inner-menu{
    background-color: #FD780C;
}

.login-menu > ul li:hover{
  color: #333;
}

.login-menu a:hover{
    text-decoration: none;
    color: #333;
}

/*Menu loggedin*/

/*body {
    background:#bf5c71 url('body-bg.jpg');
}*/

.clearfix:after {
    display:block;
    clear:both;
}

/*----- Menu Outline -----*/
.menu-wrap {
    /*background: #3e3436 none repeat scroll 0 0;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    position: relative;
    top: -3px;
    width: 100%;
}

.menu {
    /*width:1000px;*/
    margin:0px auto;
}

.menu li {
    margin:0px;
    list-style:none;
    /*font-family:'Ek Mukta';*/
}

.menu a {
    transition:all linear 0.15s;
    color:#919191;
}

.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#FD780C;
    /*color:#be5b70;*/
}

.menu .arrow {
    font-size:11px;
    line-height:0%;
}

/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    /*font-size:19px;*/
}

.menu > ul > li > a {
    padding:10px 40px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#2e2728;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}

.sub-menu {
    width:160%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}

.sub-menu li {
    display:block;
    /*font-size:16px;*/
}

.sub-menu li a {
    padding:10px 30px;
    display:block;
}

.sub-menu li a:hover, .sub-menu .current-item a {
    background:#3e3436;
}

/*menu end*/

.wizard-form{
    margin: 0;
}

.form-box{
    margin-top: 0;
    padding-top: 0;
}

input[type=checkbox]{
    cursor: pointer;
}

.cat-list li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin-bottom: 20px;
    margin-right: 20px;
}

span.cat-label {
    margin-right: 10px;
}

.cat-holder {

    width: 80%;
}

.suggested-holder{
    /*height: 100px;*/
    /*overflow: scroll;*/
}

.suggested-holder ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin-bottom: 20px;
    margin-left: 10px;
}

.suggested-holder img {
    width: 45px;
}

/**
New topic form
**/

@charset "utf-8";
/* CSS Document */



.form-signin {
    background-color: #fff;
    border-radius: 5px;
    color: #990000;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: lighter;
    margin: 0 auto 80px;
    max-width: 500px;
    padding: 0 11px;
    position: fixed;
    top: 70px;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    /*padding: 7px 9px;*/
}

.signin-form
{
/*border:solid red 1px;*/
    /*margin-top:80px;*/
}
.navbar-brand{
    font-family:"Lucida Handwriting";
}
#btn-submit {
    background-color: #4c4d4d;

}

.wrapper{
    padding-top: 50px;
}
#form-content{
    margin: 0 auto;
    width: 500px;
}

.post-list {
    /*border: 1px solid #333;*/
    display: block;
    margin: 0 auto;
    width: 600px;
    background-color: #F6F6F6;
}

.post-list li{
    list-style: none;
}

.post-list .post-title {
    border-bottom: 1px solid #8e8f8f;
    color: #fd780c;
    font-size: 1.2em;
    padding: 10px;
}

.act-list {
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
    top: -10px;
}

.act-list li{
    list-style: none;
    display: inline;
    margin-left: 60px;
    cursor: pointer;
}

.post-desc{
    margin: 10px;

}

.post-section{

}
.login-heder {
    background: #333 none repeat scroll 0 0;
    height: 55px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}