body, html {
    font-family: 'Roboto Condensed', sans-serif;
}
body {                           
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.header-top {
    background: #d60017 url(../images/header-line-bg.png) repeat-x center;
    height: 34px;
}
.header-top-wrapper {
    height: 34px;
    background: #d60017;
    float: right;
    display: inline-block;
}
.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.top-menu li {
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 7px;
    margin-top: 7px;
}
.top-menu li a {
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #fff;
    text-decoration: none;
}
.top-menu li:last-child a {
    border: none;
}
.navbar {
    border: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: url(../images/header-bg.png) no-repeat center top;
    margin-bottom: 40px;
}
.navbar-toggle {
    margin-top: 33px;
    margin-bottom: 33px;
}
.navbar-brand {
    float: left;
    padding: 15px 20px;
    font-size: 0px;
    line-height: 0px;
    height: 100px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: transparent;
    background-color: transparent;
}
.navbar-nav {
    margin: 0px;
    margin-top: 20px;
}
.navbar-nav > li {
    margin-right: 2px;
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 32px;
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:  #176fac;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color:  #176fac;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.dropdown-menu {
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-bottom: solid 1px #efefef;
}
.dropdown-menu > li > a i {
    margin-right: 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

@media (max-width: 991px) {
    .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .dropdown-menu {
        padding: 2px 0;
        margin: 0px 0 0;
    }
    .dropdown-menu > li > a {
        border-bottom: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 16px;
        padding: 10px 12px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color:  #176fac;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color:  #176fac;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #fff;
        background-color: transparent;
    }
}
.navbar-right {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-right: -20px;
}
.navbar-right > li {
    margin: 0;
    padding: 0;
    float: left;
}
.navbar-right > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    display: inline-block;
}
.navbar-right .ion-android-search {
    font-size: 22px;
    line-height: 80px;
}
.navbar-right .ion-ios-bell {
    font-size: 22px;
    line-height: 80px;
}
.navbar-right .ion-ios-contact-outline {
    font-size: 48px;
    line-height: 80px;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background:  #176fac;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.back-to-top:hover, 
.back-to-top:active,
.back-to-top:focus {
    text-decoration: none;
    color: #fff;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

@media only screen and (min-width: 992px) {
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-brand {
        float: left;
        padding: 25px 15px;
        font-size: 0px;
        line-height: 0px;
        height: 100px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 24px;
        font-weight: normal;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
    }
}

.top-forum {
    background: #e0e0e0;
    padding: 40px 40px 30px 37px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    border-left: solid 3px #e0e0e0;
}
.top-forum:hover, 
.top-forum:active, 
.top-forum:focus {
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    border-left: solid 3px  #176fac;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -10px);
    transition-delay: 0s !important;
}
.top-forum:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 10px
}
@media only screen and (max-width: 767px) { 
    .top-forum {
        background: #e0e0e0;
        padding: 20px 20px 10px 17px;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
        border-left: solid 3px #e0e0e0;
    }
    .top-forum:hover, 
    .top-forum:active, 
    .top-forum:focus {
        text-decoration: none;
        background: #fff;
        cursor: pointer;
        border-left: solid 3px  #176fac;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
        transform: translate(0, 0px);
        transition-delay: 0s !important;
    }
    .top-forum:hover::before {
        content: '';
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0px
    }
}
.other-forum {
    background: #e0e0e0;
    padding: 40px 40px 30px 37px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    border-left: solid 3px #e0e0e0;
}
.other-forum:hover {
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    border-left: solid 3px  #176fac;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -10px);
    transition-delay: 0s !important;
}
.other-forum:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 10px
}
@media only screen and (max-width: 767px) { 
    .other-forum {
        background: #e0e0e0;
        padding: 20px 20px 10px 17px;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
        border-left: solid 3px #e0e0e0;
    }
    .other-forum:hover, 
    .other-forum:active, 
    .other-forum:focus {
        text-decoration: none;
        background: #fff;
        cursor: pointer;
        border-left: solid 3px  #176fac;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
        transform: translate(0, 0px);
        transition-delay: 0s !important;
    }
    .other-forum:hover::before {
        content: '';
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0px
    }
}
.tooltip.top .tooltip-inner {
    background-color:  #176fac;
}
.tooltip.top .tooltip-arrow {
    border-top-color:  #176fac;
}

.follow-line {
    display: block;
    margin-bottom: 20px;
}
.follow-line .status {
    color:  #176fac;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.follow-line .status a {
    color:  #176fac;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.follow-line .status a:hover,
.follow-line .status a:active,
.follow-line .status a:focus {
    text-decoration: none;
}
.yellow {
    color: yellow;
}
.warning {
    color: red;
}
.follow-line .follow {
    
}
.follow-line .follow label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}
.follow-line .follow input[type=checkbox] {
    display: none;
}
.follow-line .follow input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: solid 2px #012345;
    border-radius: 3px;
    vertical-align: top;
}
.follow-line .follow input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #fff;
    background:  #176fac;
    border: solid 2px  #176fac;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.follow-line .follow input[type=checkbox]:checked + label {
    color:  #176fac;
}

.title-outer {
    min-height: 150px;
    margin-bottom: 20px;
}
.forum-title {
    color: #012345;
    font-size: 17px;    
    font-weight: bold;
    line-height: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-bottom: 40px;
}
.top-forum .forum-title {
    font-size: 26px;
    line-height: 39px;
}
@media only screen and (max-width: 767px) { 
    .top-forum .forum-title {
        font-size: 17px;    
        line-height: 25px;
    }
}
.title-outer .forum-title {
    margin-bottom: 0px;
}
.forum-title:hover, 
.forum-title:active, 
.forum-title:focus {
    text-decoration: none;
    color:  #176fac;
}

.view-line {
    display: block;    
}
.view-line .stats a {
    color: #012345;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    display: inline-block;
}
.view-line .stats a i {
    font-size: 18px;
    margin-right: 10px;
}
.view-line .stats a:hover,
.view-line .stats a:active,
.view-line .stats a:focus {
    text-decoration: none;
    color:  #176fac;
}
.view-line label {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
}
.view-line label a {
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 25px;
}
.view-line label a:hover,
.view-line label a:active, 
.view-line label a:focus {
    text-decoration: none;
    color:  #176fac;
}
.other-forum .view-line .stats a {
    line-height: 24px;
    margin-right: 10px;
}
.other-forum .view-line label {
    line-height: 24px;   
}

.footer {
    background: #e0e0e0; /*#f5f5f5;*/
    color: #333;
}
.copyright {
    font-weight: bold;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.copyright a {
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.copyright a:hover {
    color:  #176fac;
    text-decoration: none;
}

.pagination {
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    margin-left: 0px;
    margin-right: 1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color:  #176fac;
    border-color:  #176fac;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color:  #176fac;
    border-color:  #176fac;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #333;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

.poll-title {
    border-bottom: solid 1px #e6e6e6;     
}
.poll-title a {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background:  #176fac;
    text-align: center;
    color: #fff;
    padding: 15px 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 49%;
}
.poll-title a:active,
.poll-title a:hover,
.poll-title a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.forum-tab {
}
.forum-tab .nav-tabs {
    border-bottom: 0px solid #e6e6e6;
}
.forum-tab .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    width: 49%;
    margin-right: 1%;
}
.forum-tab .nav-tabs > li:last-child {
    width: 50%;
    margin-right: 0;
}
.forum-tab .nav-tabs > li > a {
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    background: #efefef;
    text-align: center;
    color: #999999;
    padding: 15px 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.forum-tab .nav-tabs > li > a:hover {
    border-color: transparent transparent transparent;
    color: #fff;
    background-color:  #176fac;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.forum-tab .nav-tabs > li.active > a,
.forum-tab .nav-tabs > li.active > a:hover,
.forum-tab .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color:  #176fac;
    border: 0px solid #e6e6e6;
    border-bottom-color: transparent;
    cursor: default;
}
.forum-tab .tab-pane {
    
}
.tab-item {
    font-size: 14px;
    line-height: 24px;
    color: #012345;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    border-bottom: solid 1px #e6e6e6;
}
.tab-item i {
    font-size: 10px;
    margin-right: 20px;
}
.tab-item:active,
.tab-item:hover,
.tab-item:focus {
    text-decoration: none;
    color:  #176fac;
    border-bottom: solid 1px  #176fac;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.poll-question {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-top: 20px;
}
.poll-item {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.poll-item li {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.poll-item li span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e2023;
}
.poll-item li span > small{
    font-weight: normal;
    text-transform: none;
}
.poll-item .percent {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.poll-item label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}
.poll-item input[type=radio] {
    display: none;
}
.poll-item input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: solid 2px #012345;
    border-radius: 20px;
    vertical-align: top;
}
.poll-item input[type=radio]:checked + label:before {
    content: "\2713";
    color: #fff;
    background:  #176fac;
    border: solid 2px  #176fac;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.poll-item input[type=checkbox] {
    display: none;
}
.poll-item input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: solid 2px #012345;
    border-radius: 3px;
    vertical-align: top;
}
.poll-item input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #fff;
    background:  #176fac;
    border: solid 2px  #176fac;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.poll-item .custom-progress {
    width: 100%;
    height: 8px;
    background: #e6e6e6;
}
.poll-item .custom-progress .custom-progress-bar {
    height: 8px;
    background:  #176fac;
}
.poll-item .custom-answer {
    padding-left: 30px;
}

.forum-detail {
    padding: 40px 40px 30px 40px;
    border-left: solid 1px #e3e3e3;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 767px) { 
    .forum-detail {
        padding: 20px;
        padding: 20px 20px 10px 20px;
    }
}
.forum-name {
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Condensed' sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #012345;
    padding-bottom: 30px;
}
.forum-btn {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.detail-title {
    font-family: 'Roboto' sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #333333;
    display: block;
}
.cvLine {
    width: 100%;
    height: 0px;
    border-top: solid 1px #d4d2d2;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cvList {
    border-top: solid 1px #d4d2d2;
    border-bottom: solid 1px #d4d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.cvItemLink {
    color: #333333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.cvItemLink:hover, 
.cvItemLink:active,
.cvItemLink:focus {
    text-decoration: none;
    color:  #176fac;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cvItem {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
}
.cvItem img {
    width: 40px;
    border: solid 1px #d4d2d2;
}
.cvItemLink:hover .cvItem img, 
.cvItemLink:active .cvItem img,
.cvItemLink:focus .cvItem img {
    border: solid 1px  #176fac;    
}
.cvItem .cvTitle {
    text-transform: uppercase;
    font-family: 'Roboto' sans-serif;
    font-size: 16px;
    padding-left: 50px;
}
.cvItem .cvTitle span {
    font-family: 'Roboto' sans-serif;
    font-size: 12px;
    display: block;
}

.forum-comment {
}
.forum-comment .nav-tabs {
    border-bottom: 0px solid #e6e6e6;
}
.forum-comment .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    margin-right: 40px;
}
@media only screen and (max-width: 767px) { 
    .forum-comment .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
        margin-right: 10px;
    }
}
.forum-comment .nav-tabs > li:last-child {
    margin-right: 0px;
}
.forum-comment .nav-tabs > li > a {
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    text-align: center;
    color: #333333;
    padding: 10px 0px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.forum-comment .nav-tabs > li > a:hover {
    border-color: transparent transparent transparent;
    border-bottom: solid 3px  #176fac;
    color: #333333;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.forum-comment .nav-tabs > li.active > a,
.forum-comment .nav-tabs > li.active > a:hover,
.forum-comment .nav-tabs > li.active > a:focus {
    color: #333333;
    background-color: transparent;
    border: 0px solid #e6e6e6;
    border-bottom-color: transparent;
    border-bottom: solid 3px  #176fac;
    cursor: default;
}
.forum-comment .tab-pane {
    padding-top: 10px;
    padding-bottom: 10px;
}
.forum-messages {
    
}
.message-item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.message-item .message-date {
    color: #777777;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.message-item .message-div {
    padding: 30px;
    border-left: solid 1px #e3e3e3;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 767px) { 
    .message-item .message-div {
        padding: 20px;
        border-left: solid 1px #e3e3e3;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
}
.message-owner {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.message-owner span {
    text-transform: uppercase;
}
.message-owner a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.message-owner a:hover,
.message-owner a:active,
.message-owner a:focus {
    text-decoration: none;
    color:  #176fac;
}
.message-owner a span {
    text-transform: uppercase;
}
.message-actions a {
    font-family: 'Roboto', sans-serif;
    color: #949494;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.message-actions a i {
    color: #949494;
    font-size: 16px;
    line-height: 20px;
}
.message-actions a:last-child {
    padding-right: 0;
}
.message-actions a:hover {
    color:  #176fac;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.message-actions a:hover i {
    color:  #176fac;
}
.message-body {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;    
}
.message-body p {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;    
    margin-bottom: 20px;
}
.message-body p:last-child {
    margin-bottom: 0px;
}

.btn-follow {
    background:  #176fac;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-follow:hover {
    background: #012345;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#searchWrapper {
    position: relative;
}
.searchAdvanced {
    margin: 0 auto;
    z-index: 999;
    display: block;
}                     
.search-big {
    padding: 30px;
    background: url(../images/search-bg.gif) repeat;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: solid 3px #e0e0e0;
}
.search-big .input-group .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #919191;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-big .input-group .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #919191;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-big .btn-default {
    background: #919191;
    color: #333;
}
.search-options .control-label {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
}
.search-options .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-forum {
    color: #007bd1;
    background-color: #ffffff;
    border-color: #71b1ff;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    padding: 10px 20px;
}
.btn-forum i {
    font-size: 32px;
    line-height: 32px;
    padding-right: 10px;
}
.btn-forum:focus,
.btn-forum.focus {
    color: #007bd1;
    background-color: #ffffff;
    border-color: #007bd1;
}
.btn-forum:hover {
    color: #007bd1;
    background-color: #ffffff;
    border-color: #007bd1;
}
.btn-forum:active,
.btn-forum.active,
.open > .dropdown-toggle.btn-forum {
    color: #007bd1;
    background-color: #ffffff;
    border-color: #007bd1;
}
.btn-forum:active:hover,
.btn-forum.active:hover,
.open > .dropdown-toggle.btn-forum:hover,
.btn-forum:active:focus,
.btn-forum.active:focus,
.open > .dropdown-toggle.btn-forum:focus,
.btn-forum:active.focus,
.btn-forum.active.focus,
.open > .dropdown-toggle.btn-forum.focus {
    color: #007bd1;
    background-color: #ffffff;
    border-color: #007bd1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-forum.disabled:hover,
.btn-forum[disabled]:hover,
fieldset[disabled] .btn-forum:hover,
.btn-forum.disabled:focus,
.btn-forum[disabled]:focus,
fieldset[disabled] .btn-forum:focus,
.btn-forum.disabled.focus,
.btn-forum[disabled].focus,
fieldset[disabled] .btn-forum.focus {
    background-color: #ffffff;
    border-color: #71b1ff;
}
.btn-forum .badge {
    color: #ffffff;
    background-color: #007bd1;
}

.detail-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.detail-social li {
    display: inline-block;
    vertical-align: top;
}

.forum-detail .panel-title > a {
    display: block;
    color: #333;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.forum-detail .panel-title > a:hover,
.forum-detail .panel-title > a:active,
.forum-detail .panel-title > a:focus {
    text-decoration: none;
    color:  #176fac;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.partContent {
    margin: 0;
    padding: 0;
    list-style: none;
}
.partItem {
    text-align: left;
    border: 1px solid #d4d2d2;
    margin-bottom: 10px;
}
.partItem a {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.partItem a i {
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
}
.partItem:last-child {
    margin-bottom: 0px;
}
.partItem:hover {
    color:  #176fac;
    border: 1px solid  #176fac;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.partItem:hover a,
.partItem a:hover {
    color:  #176fac;
}

.poll-box {
    display: block;
    margin-bottom: 30px;
}
.poll-box h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #666;
}
.poll-box .text-muted {
    padding: 0;
    padding-top: 10px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.poll-box:last-child {
    margin-bottom: 0px;
}

.page-header {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #d4d2d2;
}
.page-header h3 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    text-transform: uppercase;
}
.page-header h3 a {
    color:  #176fac;
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.page-header h3 a:hover,
.page-header h3 a:active,
.page-header h3 a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content-item-link {
    margin: 0;
    padding: 0;
    display: block;
    color: #012345;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.content-item-link:hover,
.content-item-link:active,
.content-item-link:focus {
    text-decoration:none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content-item {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    border-left: solid 3px #fff;
}
@media only screen and (max-width: 767px) {
    .content-item {
        padding: 15px;
    }
}
.content-item:hover {
    text-decoration: none;
    cursor: pointer;
    border-left: solid 3px  #176fac;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -10px);
    transition-delay: 0s !important;
}
.content-item:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 10px
}
.content-item h4 {
    color: #012345;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}
.content-item .content-date {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
}

.content-detail {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    border-left: solid 3px #fff;
}
@media only screen and (max-width: 767px) {
    .content-detail {
        padding: 15px;
    }
}
.content-detail .content-date, 
.content-detail .content-view {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
}
.content-detail .page-header {
    margin-bottom: 20px;
}
.content-body {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;    
}
.content-body img {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.content-body p {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;    
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.content-body p:last-child {
    margin-bottom: 0px;
}

.faq-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background:  #176fac;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.faq-link:hover,
.faq-link:active,
.faq-link:focus {
    text-decoration: none;
    color: #fff;
}
.faq-link:hover i {
    text-decoration: none;
}
.faq-link i {
    margin-right: 5px;
}

.lawyer .account {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.lawyer .account .account-title {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background:  #176fac;
    text-align: left;
    color: #fff;
    padding: 15px 15px;
}
.lawyer .account .account-body {
    padding: 20px;
}
.lawyer .account .account-body img {
    margin: 0px 0px;
}
.lawyer .account .account-body .lastname {
    font-size: 16px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 24px;
}
.lawyer .account .account-body .firstname {
    font-size: 16px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}
.lawyer .account .account-body .career {
    font-size: 14px;
    color: #777777;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0px;
}

.auhtor-img {
    text-align: center;
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.auhtor-img .verified {
    position: absolute;
    font-size: 20px;
    color: #02af06;
    bottom: 0px;
    right: 0px;
}
.auhtor-img-small {
    position: relative;
    width: 48px;
    float: left;
    margin-right: 10px;
}
.auhtor-img-small .verified {
    position: absolute;
    font-size: 14px;
    color: #02af06;
    bottom: 0px;
    right: 0px;
}

.btn-forum-follow {
    color: #fff;
    background-color:  #176fac;
    border-color:  #176fac;
}
.btn-forum-follow i {
    margin-right: 5px;
}
.btn-forum-follow:focus,
.btn-forum-follow.focus {
    color:  #176fac;
    background-color: #fff;
    border-color:  #176fac;
}
.btn-forum-follow:hover {
    color:  #176fac;
    background-color: #fff;
    border-color:  #176fac;
}
.btn-forum-follow:active,
.btn-forum-follow.active,
.open > .dropdown-toggle.btn-forum-follow {
    color:  #176fac;
    background-color: #fff;
    border-color:  #176fac;
}
.btn-forum-follow:active:hover,
.btn-forum-follow.active:hover,
.open > .dropdown-toggle.btn-forum-follow:hover,
.btn-forum-follow:active:focus,
.btn-forum-follow.active:focus,
.open > .dropdown-toggle.btn-forum-follow:focus,
.btn-forum-follow:active.focus,
.btn-forum-follow.active.focus,
.open > .dropdown-toggle.btn-forum-follow.focus {
    color:  #176fac;
    background-color: #fff;
    border-color:  #176fac;
}
.btn-forum-follow:active,
.btn-forum-follow.active,
.open > .dropdown-toggle.btn-forum-follow {
    background-image: none;
}
.btn-forum-follow.disabled:hover,
.btn-forum-follow[disabled]:hover,
fieldset[disabled] .btn-forum-follow:hover,
.btn-forum-follow.disabled:focus,
.btn-forum-follow[disabled]:focus,
fieldset[disabled] .btn-forum-follow:focus,
.btn-forum-follow.disabled.focus,
.btn-forum-follow[disabled].focus,
fieldset[disabled] .btn-forum-follow.focus {
    color:  #176fac;
    background-color: #fff;
    border-color:  #176fac;
}
.btn-forum-follow .badge {
    color:  #176fac;
    background-color: #ffffff;
}
.pollAnswers {
    margin-bottom: 30px;
}

.video-embed {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-embed iframe, 
.video-embed object, 
.video-embed embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.img-circle-avatar{
    border: solid 2px #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.align-center{
    text-align: center;
    padding: 20px 0;
}

.letters{
    margin: 0px;
    padding: 0px;
}

.letters li{
    list-style: none;
    display: inline;
}

.letters li a{
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #012345;
}

.letters li a:hover, .letters li a:focus {
    color:  #176fac;
    text-decoration: none;
}

.letters .active a{
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    color:  #176fac;
}

.forum-statuses {
    text-align: center;
}
.forum-statuses ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type:none;
    display: flex;
    justify-content: center;
}
.forum-statuses ul li {
    margin: 0;
    padding: 0;
    max-width: 120px;
    display: inline-block;
    padding: 10px;
    border: solid 2px #d4d2d2;
    margin-right: 10px;
    margin-bottom: 20px;
    position:relative;
}
.forum-statuses ul li:last-child {
    margin-right: 0px;
}
.forum-statuses ul li.active {
    border: solid 2px  #176fac;
    color:  #176fac;
}
.forum-statuses ul li::after {
    content: ">";
    height: 100%;
    width: 10px;
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -10px;
}

.forum-statuses ul li:last-child::after {
    content: "";
}
