body
{
    font-size: 16px;
}


a
{
    color:#3c93de;
}


c-second
{
    color:#3c93de!important;
}


.bg-first
{
    background-color: #2e2f33;
}
.bg-second
{
    background-color: #474747;
}
.bg-light-gray
{
    background-color: #eeeeef;
}
.bg-white
{
    background-color: #fff;
}
.bg-gray
{
    background-color: #808aa3;
}
.bg-first a,.bg-second a,.bg-first h4,.bg-second h4,.bg-first p,.bg-second p,h4.bg-first,h4.bg-second
{
    color:#fff!important;
}

.label
{
    padding-bottom: 2px;
}
.label-primary
{
    background-color:#474747;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #808aa3;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.breadcrumb
{
    padding-left: 0px;
}

.img-note:before,.img-note-small:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a5adbd;
    height: 6px;
    width: 6px;
    left: 50%;
    top: 7px;
}
.img-note-small:before {
    top: 4px;
}
.img-note:after,.img-note-small:after  {
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid #a5adbd;
    height: 10px;
    width: 10px;
    left: 50%;
    bottom: 4px;
    z-index: 1
}
.img-note-small:after {
    bottom: 2px;
}
.img-note img,.img-note-small img
{
    margin:auto;
    border:solid 18px #2e2f33;
    border-radius:10px;
}
.img-note-small img
{
    border-width: 14px;
    border-radius:9px;
}

.page-header
{
    border-bottom: 0px;
}

/*NAVBAR*/
.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
}
.nav > li > a.btn-primary:hover, .nav > li > a.btn-primary:focus
{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;

}
.nav-pills > li > a {
    font-size:14px;    
    border-radius: 0px;
}
.nav-pills > li > a.uppercase {
    text-transform: uppercase;
}
.nav > li > a.btn-primary
{
    color: #fff; 

}
.navbar-nav > li > a {
    color: #2d2d2d;
    font-size:16px;
    border: 0px solid transparent;
}
.navbar-nav > li > a.btn-primary {
    border: 1px solid #2e6da4;
}

a.nav-demo
{
  color: #4994d4!important   
}
a.nav-demo:hover
{
  color: #fff!important   
}
/*END NAVBAR*/



.footer {
    bottom: 0;
    width: 100%;
    background-color: #2d2d2d;
}

footer .menu a
{
    color:#fff;
    font-weight: bold;
}
footer ul.menu
{
    list-style: none;
}
footer .menu-additional a
{
    color:#aaa;
    font-weight: bold;
}
footer ul.menu-additional
{
    list-style: none;
}

/*MENU ANIMATION*/
.menu-link-animated a
{  
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.menu-link-animated a:hover {
    color: rgba(255,255,255,0.75);
}
.menu-link-animated a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*END MENU ANIMATION*/


.logo-arrow {
    background: url(../../img/logo-arrow.png) left top no-repeat;
    height: 100px;
    width: 140px;
    margin:auto;
    margin-top: 30px;
}