﻿body{
    background:#000;
    font-family:'Open Sans';
    font-weight:300;
    color: white;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Open Sans';
    font-weight:300;
    color:#fff;
}

a:active {
    background:none;
}

.bottom-margin {
    margin-bottom:20px;
}
.clr {
    clear:both;
}
/* #region Header */
header {
    background:#d60000;
    border-bottom:5px solid #aa0404;
}
legend {
    color:white
}

.control-label {
    color: white;
    display: inline;
}



.logo {
    width:155px;
}
.navbar-brand {
    padding:5px 0px;
}
/* #endregion Header */

/* #region Navigation */

.navbar-default {
    background:none;
    border:none;
    position:relative;
}
.navbar {
    margin-bottom:0px;
}

.navbar-default .navbar-toggle {
    border:none;
}
.navbar-toggle {
    margin-right:0px;
    padding:8px;
    border-radius:0;
    margin-top:13px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
    .navbar-toggle .icon-bar {
        width:20px;
    }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color: #aa0404;
}
.navbar-default .navbar-nav > li > a {
    color:#fff;
}

@media (min-width: 769px) {
    .navbar-nav {
        float:right;
        margin-top:5px;
    }
    header {
        height:60px;
    }
}


.second-menu {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-left: 1px solid #c70303;
    margin-top: 11px;
    color:#fff;
}
    .second-menu:hover, .second-menu.active {
        color: #9f9f9f !important;
        background: #aa0404 !important;
        padding-bottom: 18px !important;
        border-radius: 4px;
        border-left:1px solid #aa0404;
    }
@media (max-width: 768px) {
    .second-menu:hover, .second-menu.active {
        color: #9f9f9f !important;
        background: #aa0404 !important;
        padding-bottom: 12px !important;
        border-radius: 4px;
        border-left:1px solid #aa0404;
    }
}
/* #endregion Navigation */

/* #region Login */
.login {
}
#login {
    background: #1c1c1c;
    padding: 15px;
    box-shadow: 0px 2px 10px #595959;
    color:#d1d1d1;
}
#login .btn-default {
    color:#fff;
    background-color:#d60000;
    border-color:#aa0404;
    padding:4px;
    font-size:85%;
}
#login .form-control {
    margin-bottom: 10px;
    float: left;
    height: 30px;
    color:#6b6767;
    background:#2b2a2a;
    border:none;
    font-size:85%;
}
    #login span {
        font-size:85%;
        float:left;
    }
#social-login {
    float:right;
}

hr {
    border-top:1px solid #2a2929;
}
.fb-login {
    display:block;
    width:26px;
    height:26px;
    float:left;
    margin-right:5px;
    background:url(../images/loginSprite.png) no-repeat;
}
.goo-login {
    display:block;
    width:26px;
    height:26px;
    float:left;
    margin-right:5px;
    background:url(../images/loginSprite.png) no-repeat -36px 0px;
}
.win-login {
    display:block;
    width:26px;
    height:26px;
    float:left;
    margin-right:5px;
    background:url(../images/loginSprite.png) no-repeat -69px 0px;
}
/* #endregion Login */

/* #region Search */
#search {
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    z-index: 10;
    background: #1c1c1c;
    padding: 15px;
    box-shadow: 0px 2px 10px #595959;
    color:#d1d1d1;
}
#search .btn-default {
    color:#fff;
    background-color:#d60000;
    border-color:#aa0404;
    padding:4px;
    font-size:85%;
}
    #search input {
        margin-bottom: 10px;
        padding-left:10px;
        width: 100%;
        height: 30px;
        color:#6b6767;
        background:#2b2a2a;
        border-radius:4px;
        border:none;
        font-size:85%;
    }
/* #endregion Search */

/* #region Slider */

#slider {
    border-bottom:1px solid #2e2e2e;
}

/* #endregion Slider */

/* #region Main */
#main {}
    #main .list-inline > li:first-child, #demo .list-inline > li:first-child {
        padding-left:auto;
    }
    #main .img-thumbnail {
        padding:3%;
        border:2px solid #000;
        border-radius:6px;
        margin-bottom:10px;
    }
    #main .img-responsive {
        margin:20px auto;
    }

    .headline {
        padding-bottom:10px;
        border-bottom:1px solid #fff;
    }
.red {
    color:red;
    font-size:115%;
}

.more {
    position: absolute;
    bottom: 1%;
    left: 2%;
    width: 96%;
    border: none;
    background: none;
    font-size: 80%;
}

@media (max-width: 768px) {
    #main .img-thumbnail, #demo .img-thumbnail {
        width:94px;
        padding:3%;
        margin:auto;
        border:2px solid #000;
        border-radius:6px;
    }
        #main .img-responsive{
            margin:auto;
        }
}
@media (min-width:768px) and (max-width: 769px) {
      #main .img-thumbnail, #demo .img-thumbnail {
        width:100px;
        padding:3%;
        margin:auto;
        border:2px solid #000;
        border-radius:6px;
    }
        #main .img-responsive, #demo .img-responsive {
            margin-left:-17px;
            max-width:170%;
        }
}

#categories {
}
#categories .slidesjs-pagination {
    display:none;
}
#carousel-categories {
    position:relative;
    z-index:1;
}
.slidesjs-previous {
    float:left;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    background: #111 url(../images/slide-arrow.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 100%;
}
.slidesjs-next {
    float:right;
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    background: #111 url(../images/slide-arrow.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* #endregion Main */

/* #region Right */
#right {
    padding-right:0;
}
.activites-table {
    background:#1c1c1c;
    padding:15px 5px 15px 15px;
    border-radius:4px;
    color:#6f6f6f;
}
.activites-list {
    display:block;
    height:305px;
    overflow:auto;
}
    .activites-list img {
        margin-right:5px;
        width:50px;
    }
#right ul {
    list-style:none;
    padding-left:0;
}
@media (max-width: 992px) {
    .activites-list {
        height:210px;
        font-size:75%;
    }
}
@media (min-width: 992px) and (max-width: 1200px ) {
    .activites-list {
        height:260px;
        font-size:85%;
    }
}
.odd {
   background:#222;
   padding:10px 0;
   width:100%;
}
.even {
    padding:10px 0;
    width:100%;
}

/* #endregion Right */

/* #region Ticker */

#ticker {
    min-height:50px;
    background:#fff;
}
    #ticker h4 {
        position: relative;
        padding: 6px 10px 6px 3px;
        background: #d60000;
        margin-bottom: -50px;
        z-index: 2;
        width: 100px;
        height: 50px;
        text-align: right;
    }
.ticker-arrow {
    background:url(../images/tickerHeading.png) no-repeat center center;
    width: 13px;
    height: 50px;
    z-index: 3;
    display: block;
    margin-bottom: -50px;
    margin-left: 100px;
    position: relative;
}

/* #endregion Ticker */

/* #region Footer */

footer {
    background:#131313;
    border-top:1px solid #3b3b3b;
    padding:15px;
    font-size:75%;
    color:#aaa;
}
#social {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    border-right: 1px solid #424242;
    height:145px;
}
.logo-fix {
    margin:0 auto;
}
#social-icons {
    width:150px;
    margin:0 auto;
    padding-top:10px;
}
.fb-icon {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/socialSprite.png) no-repeat;
    background-position:0px -33px;
    float:left;
    margin-right:5px;
}
    .fb-icon:hover {
        background-position:0px 0px;
        transition:ease-in-out .3s;
    }
.tw-icon {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/socialSprite.png) no-repeat;
    background-position:-33px -33px;
    float:left;
    margin-right:5px;
}
    .tw-icon:hover {
        background-position:-33px 0px;
        transition:ease-in-out .3s;
    }
.rss-icon {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/socialSprite.png) no-repeat;
    background-position:-66px -33px;
    float:left;
    margin-right:5px;
}
    .rss-icon:hover {
        background-position:-66px 0px;
        transition:ease-in-out .3s;
    }
.yt-icon {
    display:block;
    width:32px;
    height:32px;
    background:url(../images/socialSprite.png) no-repeat;
    background-position:-99px -33px;
    float:left;
    margin-right:5px;
}
    .yt-icon:hover {
        background-position:-99px 0px;
        transition:ease-in-out .3s;
    }
#footer-categories {
    height:auto;
}
    #footer-categories ul {
        list-style:square;
        padding-left:20px;
    }
        #footer-categories ul li {
            color:#d60000;
            line-height:13px;
        }
#about {
    border-right:1px solid #424242;
    border-left:1px solid #424242;
    height:145px;
}
#newsletter {
    height:145px;
}
#newsletter .btn-default {
    color:#fff;
    background-color:#d60000;
    border-color:#aa0404;
}
#newsletter .form-control {
    margin-right: 5px;
    float: left;
    width: 60%;
    height: 29px;
    color:#6b6767;
    background:#000;
    border:1px solid #030303;
}
    #newsletter .btn-sm {
        padding:4px;
    }
#disclaimer {
    font-size:75%;
    color:#575757;
    line-height:22px;
}
    #disclaimer ul {
        list-style:none;
        margin-bottom:0;
        padding-left:0;
    }
        #disclaimer ul li {
            float:left;
        }
            #disclaimer ul li a {
                color:#b12c1f;
                padding:0px 5px;            }

/* #endregion Footer */

/* #region Profile Bar */

#profile-bar {
    height:55px;
    background:#131313;
    border-top:4px solid #4f0303;
}
#user-credit {
    width:120px;
}
    #user-credit img{
        margin:4px 5px 0 0;
    }
#userBalance {
    font-weight: bold;
    color: #DAA500;
}
#quick-profile {
    list-style: none;
    font-size: 50%;
    margin-top:8px;
}
    #quick-profile li {
        float:left;
        width:15%;
        text-align:center;
    }
    #quick-profile span {
        font-size:250%;
    }
    #quick-profile li a {
        display:block;
        color:#fff;
        margin:0 auto;
        font-size:128%;
    }
   
@media (max-width: 768px) {
    body {
        margin-bottom:60px;
    }
}

/* #endregion Profile Bar */

/* Test */
#demo {
      width: 100%;
      height: 340px;
      visibility: hidden;
      cursor: hand;
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
    }

    #demo .item {
    }

    #demo .item:nth-child(2n+0) {
    }

    #dragend {
      position: absolute;
      bottom: 50px;
      right: 50px;
      padding: 18px;
      color: #fff;
      border-radius: 3px;
      width: 150px;
      font-size: 15px;
    }

    #dragend h1 {
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 12px;
    }

    #dragend a {
      text-decoration: underline;
      color: #fff
    }
     #demo .img-thumbnail {
        padding:3%;
        border:2px solid #000;
        border-radius:6px;
        margin-bottom:10px;
    }
   
