@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

.test-test-test {
    color: red
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

h1.font-page-h1 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2.front-page-subh1 {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

h3.front-page-h3 {
    display: inline;
    font-size: 16px;
}

h4.front-page-h4 {
    display: inline;
    font-size: 14px;
    padding: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#globalWrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.brand-nav {
    background: #fff;
}

.user-info .mCustomScrollbar {
    height: 160px;
    overflow-x: auto;
}

/* PHPBB styles */
.fb_iframe_widget {
    float: left;
    margin-right: 5px;
}

.twitter-share-button {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    width: 61px;
    height: 20px;
    background: url(../images/tweet.gif) no-repeat left top;
}

#phpbb #page-footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#phpbb #page-footer h4 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

#phpbb #page-footer .copyright {
    background: none;
    border: 0;
    font-weight: 500;
    line-height: 14px;
}

#phpbb #page-footer .links ul {
    padding-left: 0px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
}

#phpbb footer .forum-posts {
    font-weight: 400;
    line-height: 21px;
}

#phpbb footer .forum-posts table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 17px;
}

#phpbb .last-post-icon:hover, #phpbb #page-footer a:hover,
#phpbb .forum-links:hover {
    color: #fff;
    text-decoration: underline !important;
}

#phpbb footer .copyright {
    padding-bottom: 0;
}

#phpbb .brand-right .navbar-form .btn-default {
    border-radius: 0;
}

#phpbb .header {
    line-height: 1.42;
}

#phpbb .social-nav .social-btn .icon {
    margin-right: 2px;
}

#phpbb .header .btn i {
    margin-right: 0;
}

#phpbb .brand-right .hover-dropdown .btn.btn-default {
    border-radius: 0;
    border-color: #3a7fc3;
    background: #fff;
    font-weight: 600;
    color: #3a7fc3;
}

#phpbb .brand-right .hover-dropdown:hover .btn.btn-default {
    background: #3a7fc3;
    color: #fff;
}

#phpbb .hover-dropdown .btn.btn-default {
    padding-bottom: 5px;
}

#phpbb #wrap.header-type-4 .navbar {
    background-color: #eee;
    border: 0px;
    border-radius: 0px;
}

#phpbb #wrap.header-type-4 .navbar-nav {
    float: left;
}

#phpbb #wrap.header-type-4 .navbar-nav > li {
    float: left;
}

#phpbb #wrap.header-type-4 .navbar-nav > li > a,
#phpbb #wrap.header-type-4 .navbar .dropdown-menu > li a {
    font-size: 16px;
    color: #777;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#phpbb #wrap.header-type-4 .navbar-nav > li > a:focus,
#phpbb #wrap.header-type-4 .navbar-nav > li > a:hover,
#phpbb #wrap.header-type-4 .navbar .dropdown-menu > li a:focus,
#phpbb #wrap.header-type-4 .navbar .dropdown-menu > li a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

#phpbb #wrap.header-type-4 .navbar-nav > li:last-child > a {
    background-color: #3a7fc3;
    color: #fff;
}

body#phpbb {
    background: #fff;
}

#phpbb #page-header {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    /* z-index: 10; */
}

#phpbb #wrap.header-type-4 .navbar {
    position: relative;
    /* z-index: 11; */
}

#phpbb #page-header .headerbar {
    background: #3a7fc3;
}

#phpbb #page-header .top-nav-left {
    padding-left: 15px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Hover Dropdown */
.brand-right .hover-dropdown {
    display: inline-block;
    vertical-align: top;
}

.hover-dropdown .dropdown-menu > li > a {
    color: #fff;
}

.hover-dropdown .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #3a7fc3;
}

#globalWrapper .hover-dropdown:hover .btn-default,
#globalWrapper .hover-dropdown.open .btn-default {
    background: #3a7fc3;
    border-color: #3af7c3;
    color: #fff;
}

.hover-dropdown:hover > a,
.hover-dropdown:hover > a:hover,
.hover-dropdown:hover > a:focus {
    background-color: #fff;
    color: #3a7fc3;
}

.hover-dropdown:hover > .dropdown-menu,
.hover-dropdown.open > .dropdown-menu {
    display: block;
    left: initial;
    right: 0;
    margin: 0;
    border-color: #3a7fc3;
    background: #3a7fc3;
    padding-top: 0;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

/* Bootsrap Carousel Fade */
.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner > .active.left,
.carousel-inner > .active.right {
    z-index: 1;
}

.carousel-control {
    z-index: 4;
}

/*Header CSS*/
.social-nav {
    background: #57595a;
    border-top: 4px solid #3d7dbc;
}

.social-nav .home-btn {
    margin: 8px 0 0 12px;
    display: inline-block;
}

.social-nav .home-btn i {
    color: #abacad;
    font-size: 20px;
}

.social-nav .social-btn {
    float: right;
}

.social-nav .social-btn .icon {
    display: inline-block;
    margin-right: 1px;
    width: 40px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
    background: #3b3c3d;
    color: #818181;
}

.social-nav .social-btn .icon:hover {
    color: #fff;
}

.social-nav .social-btn .facebook:hover {
    background: #3b5998;
}

.social-nav .social-btn .twitter:hover {
    background: #48c4d2;
}

.social-nav .social-btn .stumbleupon:hover {
    background: #3b9544;
}

.social-nav .social-btn .google-plus:hover {
    background: #d94a39;
}

.btn {
    border-radius: 0px;
    padding: 6px 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.btn-default {
    border-color: #3a7fc3;
    background: #fff;
    color: #3a7fc3;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    border-color: #3a7fc3;
    background: #3a7fc3;
    color: #fff;
}

.btn-orange {
    border-color: #f4aa00;
    background: none;
    color: #f4aa00;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    border-color: #f4aa00;
    background: #f4aa00;
    color: #fff;
}

.logo {
    float: left;
    margin: 20px 25px;
}

.navbar-default {
    background-color: #eee;
    border: 0px;
    border-radius: 0px;
}

.navbar-nav {
    z-index: 10;
    position: relative;
}

.navbar-nav > li > a {
    font-size: 16px;
    color: #57595a;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dropdown-menu > li > a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-collapse {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar-form .btn-search {
    background: #3a7fc3;
    color: #fff;
    padding: 5px 12px 7px;
    position: relative;
    z-index: 12;
}

.brand-right {
    float: right;
    padding: 29px 20px 0 0px;
}

.brand-right #___gcse_0 {
    display: inline-block;
    vertical-align: top;
}

.brand-right td.gsc-search-button {
    border: 1px solid #c1c1c1;
}

.brand-right input.gsc-search-button {
    height: 20px;
}

.brand-right .gsc-search-button {
    width: 39px;
    height: 32px;
    background: url(/responsive/images/bg-custom-search.gif) no-repeat center center !important;
    color: #cdcdcd;
    background: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
}

.brand-right .gsc-search-button.gsc-search-button-v2 {
    opacity: 0;
}

.brand-right .gsc-tabsArea > .gsc-tabHeader {
    height: auto !important;
}

.brand-right .gsc-input-box {
    height: 32px;
    border-radius: 0;
    border: 0;
}

.brand-right table.gsc-search-box {
    position: relative;
    top: -1px;
}

.brand-right .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    border: 1px solid #c1c1c1;
}

.brand-right .gsc-control-wrapper-cse {
    width: 259px;
}

.brand-right .cse .gsc-control-cse, .brand-right .gsc-control-cse {
    padding: 0;
}

.brand-right .navbar-form {
    display: inline-block;
    margin: 0px;
}

.brand-right .login-btn {
    display: inline-block;
}

.brand-right .navbar-form .btn-default {
    border-color: #efefef;
    color: #cdcdcd;
    background: #fff;
    padding: 5px 12px 7px;
}

.brand-right .navbar-form .btn-default:hover, .brand-right .navbar-form .btn-default:active,
.brand-right .navbar-form .btn-default:focus {
    border-color: #efefef;
    color: #fff;
    background: #cdcdcd;
}

.brand-right .navbar-form .form-control {
    border-radius: 0px;
    border-color: #efefef;
    box-shadow: none;
    float: left;
    border-right: 0px;
    background: url(/responsive/images/logo-google.png) 8px 7px no-repeat #fff;
    padding-left: 70px;
    width: 190px;
}

.navbar .navbar-form {
    position: relative;
    margin-right: 0px !important;
    padding-right: 0px;
    overflow: hidden;
    width: 248px;
    text-align: right;
    right: 5px;
    position: absolute;
    right: 20px;
}

.navbar .navbar-form .form-control {
    background: #fff;
    border-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: 225px;
    position: absolute;
    width: 200px;
}

.navbar .navbar-form.open .form-control {
    left: 16px;
    z-index: 11;
}

/*Middle CSS*/
.box {
    margin-bottom: 20px;
    width: 100%;
}

.default-title {
    position: relative;
}

.default-title .fa {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 5px;
    font-size: 21px;
    line-height: normal;
}

.default-title h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 0 0 5px;
}

div.title {
    position: relative;
    background: #88b7d5;
    padding: 2px 5px 8px 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

div.title:after {
    content: "";
    top: 100%;
    left: 22px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #88b7d5;
    border-width: 6px;
    margin-left: -6px;
}

div.title.blue {
    background: #3a7fc3;
}

div.blue.title:after {
    border-top-color: #3a7fc3;
}

div.title.orange {
    background: #f4aa00;
}

div.orange.title:after {
    border-top-color: #f4aa00;
}

div.title.gray {
    background: #57595a;
}

div.title.gray h2 {
    background-color: inherit;
}

div.gray.title:after {
    border-top-color: #57595a;
}

div.title.white {
    background: #eee;
    color: #57595a;
}

div.white.title:after {
    border-top-color: #eee;
}

.forum-links {
    color: #fff;
}

.forum-links:hover {
    color: #fff;
    text-decoration: underline;
}

.box .icon {
    font-size: 23px;
    line-height: 22px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.block {
    margin-bottom: 5px;
}

.block .img {
    position: relative;
}

.block .img .photo {
    max-width: 100%;
    width: 100%;
}

/* Added by Ovi for Photo of the Day carousel */
#carousel-2 .carousel-inner {
    height: 576px;
    overflow: hidden;
}

#carousel-2 .block .img a {
    text-align: center;
}

#carousel-2 .block .img a {
    display: block;
    background: #000;
}

#carousel-2 .block .img a img {
    display: inline-block;
}

#carousel-2 .photo {
    height: 576px;
    width: initial;
    max-width: initial;
}

/*
#globalWrapper .carousel-inner > .item {
	top: initial;
	bottom: 0;
}*/

.carousel-inner > .item:first-of-type {
    position: relative;
}

.black {
    background-color: #000;
}

/* Added by Matt for Featured Trip Report and Article Images */
/*
.block .img .featured {
    max-width: 100%;
    height: 350px;

}*/

.reworked-post-pic {
    position: relative;
}

.featured-post-pic {
    position: relative;
    /*height: 145px;*/
    overflow: hidden;
}

.block .img .featured-post-pic img.featured {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
    /*position: absolute;*/
}

.block .img .avatar {
    position: relative;
    display: block;
    background: #f1f1f1;
    padding: 10px 15px;
}

.block .img .avatar a {
    text-decoration: none;
}

.block .img .avatar img {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #f4aa00;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.block .img .avatar .user-name {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.block .img .avatar .user-name:hover {
    text-decoration: underline;
}

.block .img .name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 10px 10px;
}

.block .img .name a {
    color: #fff;
}

.block .data {
    background: #eee;
    padding: 5px 10px;
    color: #57595a;
    font-family: 'Oswald', sans-serif;
}

.block .data span {
    display: block;
    padding: 5px 0px;
}

.block .data a {
    color: #3a7fc3;
}

.block .data .btn-small {
    margin-top: 8px;
}

.box .counter {
    padding: 5px 10px;
    background: #d2dee9;
    color: #57595a;
    font-size: 12px;
}

.box .counter span {
    font-size: 19px;
    color: #f4aa00;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.box .counter .inn-box {
    float: left;
    width: 33.33%;
}

.ads {
    background: #eee;
    color: #adadae;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 60px 0px;
    margin-bottom: 20px;
}

.btn-small {
    padding: 3px 10px;
    font-size: 12px !important;
    width: 100%;
    margin-bottom: 8px;
}

.box .carousel-indicators {
    left: auto;
    right: 3%;
    top: -18px;
    height: 16px;
    width: auto;
}

.carousel-indicators {
    margin-left: 0px;
}

.carousel-indicators li {
    border: 0px;
    background: #b5b5b5;
    margin: 0px;
    width: 8px;
    height: 8px;
}

.carousel-indicators .active {
    background: #3a7fc3;
    width: 8px;
    height: 8px;
}

.carousel-control {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .8) !important;
    border-radius: 100px;
    text-shadow: none;
    color: #747677;
    top: 23%;
}

.carousel:hover .carousel-control {
    opacity: 1;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    font-size: 22px;
    margin-top: -12px;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
    font-size: 22px;
    margin-top: -12px;
}

.carousel-control.right {
    right: -14px;
}

.carousel-control.left {
    left: -14px;
}

.slider {
    overflow: hidden;
}

.slider .slogan-title {
    background: rgba(0, 0, 0, .5);
    padding: 6px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .slogan-title .heading {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
}

.slider .block {
    position: relative;
    margin-bottom: 0px;
}

.slider .avatar .pic {
    float: left;
    padding-top: 5px;
}

.slider .avatar .pic img {
    width: 50px;
    height: 50px;
    border: 1px solid #f4aa00;
    border-radius: 100px;
}

.slider #carousel-2 .avatar .details {
    width: 75%;
}

.slider .avatar .details {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    float: left;
    margin-left: 10px;
    line-height: 18px;
}

.slider .avatar .details .name {
    font-size: 15px;
}

.slider .avatar .details .tag {
    font-size: 19px;
}

a.tag, a.name {
    color: #fff;
}

.slider .avatar .details .date {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.slider .carousel-indicators {
    left: auto !important;
    right: 20px;
    width: 10px;
    top: 10px;
}

.slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
}

.slider .carousel-indicators .active {
    background: rgba(255, 255, 255, 1);
}

.carousel-3 .block {
    margin-bottom: 0px;
}

.carousel-3 .block .desc {
    background: #eee;
    padding: 8px 10px;
    color: #57595a;
    font-size: 13px;
}

/* Added by Matt for truncation of text */
.carousel-3 .block .desc p {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 145px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-3 .block .desc h3 {
    margin: 0 0 5px 0px;
    font-size: 15px;
}

.carousel-3 .block .desc p {
    margin-bottom: 0px;
}

.carousel-3 .block .btn {
    margin: 10px 0px 8px;
}

.sixteen-gutters {
    margin-right: -8px;
    margin-left: -8px;
}

.sixteen-gutters > [class^="col-"],
.sixteen-gutters > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-width-auto {
    width: auto;
    margin: 10px 0px 10px;
}

.six-gutters {
    margin-right: -3px;
    margin-left: -3px;
}

.six-gutters > [class^="col-"],
.six-gutters > [class*=" col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.newest-members .member {
    text-align: center;
    font-size: 14px;
    color: #57595a;
    font-weight: bold;
    margin-bottom: 10px;
}

.newest-members .member .pic {
    width: 92px;
    height: 92px;
    border: 1px solid #d3d3d3;
    padding: 3px;
    margin: 0 auto;
    position: relative;
}

.newest-members .member .new-user-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 10px;
    padding: 2px 5px;
}

.newest-members .member .pic img {
    width: 84px;
    height: 84px;
}

.newest-members .member .name {
    width: 92px;
    margin: 0 auto 2px;
}

.ads2 {
    padding: 110px 0px;
}

.ads3 {
    padding: 190px 0px;
}

.ads4 {
    padding: 380px 0px;
}

div.title2 {
    padding: 9px 10px 8px 15px;
}

div.title a {
    color: #f4e600;
    float: right;
}

div.title span.title-span,
div.title h2 > span {
    float: right;
    font-size: 12px;
    padding-top: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.box .content {
    color: #57595a;
    font-size: 13px;
}

.box .content ul {
    padding-left: 27px;
}

.box .content li {
    list-style-type: decimal;
    font-size: 16px;
    font-weight: 700;
}

.box .content li p {
    font-size: 14px;
    font-weight: normal;
}

.btn-read {
    color: #57595a;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
}

.btn-read .fa {
    font-size: 20px;
}

.forum-posts table {
    color: #fff;
    font-size: 13px;
}

.forum-posts table th {
    font-weight: bold;
}

.forum-posts table th, .forum-posts table td {
    padding: 2px 8px;
}

footer {
    margin-top: 60px;
    padding: 25px 0px;
    background: #57595a;
}

footer h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

footer .links {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}

footer .links ul {
    padding-left: 0px;
}

footer .links li {
    list-style: none;
}

footer .links li a {
    color: #fff;
    font-size: 13px;
}

footer .likes {
    width: 260px;
    margin: 0 0 0 auto;
}

.btn-like {
    background: #fff;
    color: #57595a;
    padding: 8px 12px 6px;
    margin-right: 5px;
    margin-top: 5px;
    text-decoration: none;
    display: inline-block;
}

.btn-like:hover {
    text-decoration: none;
}

.btn-like i {
    margin-right: 5px;
    font-weight: bold;
}

.btn-facebook:hover {
    color: #3b5998;
}

.btn-google-plus:hover {
    color: #d94a39;
}

footer .copyright {
    font-size: 12px;
    color: #fff;
    padding-top: 40px;
}

.carousel-control:focus, .carousel-control:hover {
    color: #3a7fc3;
}

.slider .carousel-control {
    top: 38%;
}

.carousel-left .block {
    position: relative;
}

.carousel-left .block .data {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.carousel-left .block .data a {
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    border: 0px;
    border-top: 1px solid #3a7fc3;
    background: #eee;
    font-family: 'Oswald', sans-serif;
    color: #57595a;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu > li {
    margin: 2px 0px;
}

.navbar-toggle {
    border: 0px;
    background: none;
    padding: 0px;
    border-radius: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 15px;
    float: left;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-toggle .icon-bar {
    width: 33px;
    height: 6px;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
}

.navbar-toggle .icon-bar-second {
    opacity: 0;
}

.navbar-toggle.collapsed .icon-bar-second {
    opacity: 1;
}

.navbar-toggle .icon-bar-first {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.navbar-toggle.collapsed .icon-bar-first {
    transform: none;
    top: 0;
}

.navbar-toggle .icon-bar-last {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}

.navbar-toggle.collapsed .icon-bar-last {
    transform: none;
    top: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sidebar-show {
    position: relative;
    margin-left: 200px;
    margin-right: -200px;
    overflow-x: hidden;
}

/* Smart Form */
.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}

.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255, 255, 255, .9);
    position: relative;
}

.smart-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}

.smart-form .checkbox input, .smart-form .radio input {
    position: absolute;
    left: -9999px;
}

.smart-form .checkbox i, .smart-form .radio i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF;
}

.smart-form .radio i {
    border-radius: 50%;
}

.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.smart-form .checkbox input:checked + i, .smart-form .radio input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #3276B1;
}

.smart-form .checkbox input + i:after, .smart-form .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.smart-form .radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.smart-form .radio input + i:after {
    background-color: #3276B1;
}

.smart-form .checkbox input:checked + i:after, .smart-form .radio input:checked + i:after {
    opacity: 1;
}

.smart-form *, .smart-form :after, .smart-form :before {
    /*margin: 0;
 padding: 0;
 box-sizing: content-box;
 -moz-box-sizing: content-box;*/
}

.checkbox *, .radio * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}

.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2;
}

.state-error .icon-append, .state-error .icon-prepend {
    color: #ed1c24;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

smart-form .textarea textarea {
    height: auto;
    resize: none;
}

.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.smart-form .checkbox.state-error i, .smart-form .radio.state-error i, .smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.smart-form .input .icon-prepend + input, .smart-form .textarea .icon-prepend + textarea {
    padding-left: 37px;
}

.smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
    border-color: #5D98CC;
}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}

.smart-form .inline-group {
    margin: 0 -15px -4px 0;
}

.add-another-field {
    display: inline-block;
    color: #337ab7;
    cursor: pointer;
}

.add-another-field:hover {
    text-decoration: underline;
}

.default-form .panel-settings [type="radio"]:checked + label, .default-form .panel-settings [type="radio"]:not(:checked) + label {
    margin-right: 15px;
}

.radio {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
    margin-top: 0px;
}

.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
    float: left;
    margin-right: 30px;
}

.smart-form .checkbox + .checkbox, .smart-form .radio + .radio {
    margin-top: 0;
}

.smart-form .checkbox, .smart-form .radio {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}

.smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
}

.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #dbab57;
    color: #c09853;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.alert-warning {
    border-color: #dfb56c;
    color: #826430;
    background: #efe1b3;
}

.fade.in {
    opacity: 1;
}

.alert .close {
    top: 0;
    right: -5px;
    line-height: 20px;
    line-height: 14px;
    font-size: 30px;
}

.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background: #cde0c4;
}

.alert-info {
    border-color: #9cb4c5;
    color: #305d8c;
    background: #d6dde7;
}

.alert-danger {
    border-color: #953b39;
    color: #fff;
    background: #c26565;
    text-shadow: none;
}

/*.fa:before {
    font: normal normal normal 14px/1 FontAwesome;
}*/
.smart-form .select select {
    padding: 5px;
}

.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 9px #fff;
}

.smart-form .select i:after, .smart-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.smart-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}

.smart-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}

.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
}

/*CSS 5th May 2015*/
/*
.pagination {
	margin-top: 0px;
}
.pagination a {
	margin-top: 0px;
	padding: 12px 8px 12px 34px;
	background: #3a7fc3;
	color: #fff;
	font-size: 14px;
	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	margin-right: 2px;
}
.pagination a.home-icon {
	font-size: 25px;
	padding: 5px 8px 4px;
}
.pagination a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3a7fc3;
	border-width: 22px;
	margin-top: -22px;
	z-index: 10;
}
.pagination a:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 22px;
	margin-top: -22px;
}
.pagination a.active {
	background: #57595a;
}
.pagination a.active:after {
	border-left-color: #57595a;
}
.pagination a.home-icon:before {
	display: none;
}*/

.category-list .head-blue {
    background: #3a7fc3;
    text-align: center;
    color: #fff;
    padding: 10px 5px 9px;
    line-height: 19px;
}

.category-list .head-blue h2 {
    margin: 0px;
    font-size: 16px;
}

.category-list .head-blue span {
    font-size: 10px;
    position: relative;
    /*top: -2px;*/
}

.category-list .head-blue .fa {
    margin-left: 4px;
    color: #fff;
}

.category-list .head-blue .tooltip {
    width: 150%;
    text-align: left;
}

.category-list .head-sub {
    background: #e2e2e2;
    border-bottom: 1px solid #c6c7c7;
    padding: 1px 5px 1px 15px;
    color: #e58f21;
    font-size: 14px;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.category-list .head-sub img {
    margin-right: 5px;
    max-width: 18px;
}

.category-list .cate-sub-sub {
    background: #e2e2e2;
    border-bottom: 1px solid #c6c7c7;
    padding: 0px;
    color: #57595a;
    margin: 0px;
    font-size: 12px;
    padding: 5px 15px;
}

.category-list .cate-sub-sub ul {
    padding: 0px;
    margin: 0px;
}

.category-list .cate-sub-sub li {
    line-height: 12px;
    list-style: none;
}

.category-list .cate-sub-sub li a {
    color: #57595a;
    font-size: 12px;
    display: block;
    text-decoration: none;
    line-height: 15px;
    padding: 6px 5px 4px 10px;
}

.category-list .cate-sub-sub li a:hover {
    background: #3a7fc3;
    color: #fff;
}

.category-list .sub2 {
    font-size: 14px;
    padding: 4px 5px 4px 15px;
}

.category-list .sub2 span {
    display: block;
    font-size: 10px;
    line-height: 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.image-area .row {
    margin: 0px;
}

.image-area .box {
    margin-bottom: 0;
}

.image-area [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.image-area .full-image-details {
    background: #eee;
}

.image-area .full-image-details .line {
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 8px 5px;
    font-size: 14px;
    color: #57595a;
}

.image-area div.title {
    background: #57595a;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: none;
}

.image-area div.title:after {
    display: none;
}

.image-area .full-image-details .report {
    padding-top: 1px;
}

.ads3 {
    background: #d0d0d0;
    margin: 5px;
    color: #57595a;
    padding: 25px 0px;
}

.ads01 {
    background: #d0d0d0;
    margin: 5px;
    color: #57595a;
    padding: 55px 0px;
}

.image-area .image-social {
    background: #e2e2e2;
}

.image-area .image-social .line {
    border-bottom: 1px solid #fff;
    padding: 5px 8px;
    font-size: 14px;
    color: #57595a;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.image-area .image-social .line.blue {
    color: #3a7fc3;
}

.image-area .image-social .line.blue a {
    color: #3a7fc3;
}

.image-area .image-social .line.orange {
    color: #e58f21;
}

.image-area .image-social .line.orange a {
    color: #e58f21;
}

.image-area .image-social .line.fbblue {
    color: #3b5998;
}

.image-area .image-social .line.fbblue a {
    color: #3b5998;
}

.image-area .image-social .line.cyan {
    color: #62c8f8;
}

.image-area .image-social .line.cyan a {
    color: #62c8f8;
}

.image-area .image-social .line.red {
    color: #d6492f;
}

.image-area .image-social .line.red a {
    color: #d6492f;
}

.image-area .image-social .line.green {
    color: #3b9544;
}

.image-area .image-social .line.green a {
    color: #3b9544;
}

.image-area .image-social .line img {
    margin-right: 3px;
}

.image-area .image-social .logintovote {
    padding: 5px 8px;
    border-bottom: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
}

.image-area .image-social .logintovote span {
    display: block;
    font-size: 14px;
    color: #3a7fc3;
}

.image-area .image-social .logintovote .fa {
    font-size: 13px;
    color: #57595a;
}

.image-area .image-social .line font {
    position: relative;
    top: 2px;
}

.image-area .real-img {
    margin-left: 2px;
    background: #e2e2e2;
}

.image-area .real-img .user-area {
    padding: 2px 0px 2px 5px;
}

.real-img .user-area .avatar {
    position: relative;
}

.real-img .user-area a img {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #f4aa00;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-right: 5px;
}

.real-img .user-area .avatar {
    position: relative;
    display: inline-block;
    margin: 0 6px;
}

.real-img .user-area .avatar .user-name:hover {
    color: #337ab7;
}

.real-img .user-area .avatar .user-name a {
    display: inline-block;
    vertical-align: top;
}

.real-img .user-area .avatar .user-name {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 27px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.real-img .user-area .avatar.zindex1 {
    z-index: 4;
}

.real-img .user-area .avatar.zindex2 {
    z-index: 5;
}

.real-img .user-area .avatar.zindex3 {
    z-index: 6;
}

.real-img .user-area .avatar.zindex4 {
    z-index: 7;
}

.real-img .user-area .avatar.zindex5 {
    z-index: 8;
}

.image-area .three-parts {
    background: #eee;
}

.real-img .created {
    padding: 13px 5px 5px 5px;
    font-size: 12px;
    color: #333637;
}

.real-img img {
    width: 100%;
}

.real-img .created span {
    color: #3a7fc3;
    display: inline-block;
    width: 40%;
}

.real-img .created .line {
    padding: 3px 0px 2px;
}

.tableofcontents {
    margin: 0 0 0 1px;
}

.tableofcontents .title {
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.tableofcontents .table-area {
    background: #e2e2e2;
    padding: 10px 0px 19px;
}

.tableofcontents .table-area ul {
    margin: 0px;
    padding: 0px;
}

.tableofcontents .table-area li {
    margin-bottom: 5px;
    padding-left: 13px;
    display: block;
    line-height: 25px;
}

.tableofcontents .table-area li:hover {
    background: #57595a;
}

.tableofcontents .table-area li:hover a {
    color: #fff;
}

.tableofcontents .table-area li a {
    color: #57595a;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.full-content {
    color: #57595a;
    font-size: 16px;
}

.full-content table.redactor_table,
.full-content table {
    border-collapse: collapse;
    max-width: 100%;
    /*width: 100%;*/
}

.full-content table.redactor_table td,
.full-content table td {
    padding: 16px;
    /*padding-bottom: 15px;*/
}

.full-content .image {
    position: relative;
    display: table;
}

figure.align-left {
    float: left;
    margin-right: 10px !important;
}

figure.align-right {
    float: right;
    margin-left: 10px !important;
}

/*.full-content figure.align-center {*/
/*float: none;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*margin: 0 auto;*/
/*}*/

.full-content .image-left figure,
.full-content .image-right figure,
.full-content div > figure {
    overflow: hidden;
}

.full-content .image figure a img {
    min-width: 100%;
}

.full-content .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    padding: 0 15px;
}

.full-content .image .caption {
    /*display: block;*/
    /*background-color: rgba(0, 0, 0, .5);*/
    /*padding: 5px;*/
    color: #fff;
    /*font-size: 11px;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*width: 100%;*/
}

.full-content .image br {
    display: none !important
}

.full-content.editor-content h2.in-title {
    position: relative;
}

.full-content.editor-content h2.in-title > span {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #ff0000;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.full-content .avatar img {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #f4aa00;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.full-content .avatar .user-name {
    padding: 1px 5px 1px 15px;
    background: #eee;
    border: 1px solid #f4aa00;
    border-radius: 30px;
    color: #000;
    line-height: 11px;
    font-size: 11px;
    text-align: left;
    margin-left: -17px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.primary-img {
    float: left;
    margin: 0 10px 10px 0;
}

.full-content .title h1 {
    font-size: 36px;
    line-height: 36px;
}

.full-content .in-title, .full-content h2 {
    font-size: 20px;
    color: #57595a;
    background: #eee;
    padding: 10px 15px;
    clear: both;
    text-align: left;
}

.custom-title-btn {
    float: right;
    font-weight: 400;
    padding: 5px 10px;
}

.full-content .inn-img {
    display: inline-block;
    margin: 0 15px 10px 0px;
    position: relative;
    float: left;
    clear: left;
}

.full-content .inn-img > span {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.full-content .inn-img > span.caption {
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-family: inherit;
    font-style: normal;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #fff;
    text-align: center;
    font-family: inherit;
}

.full-content p {
    margin-bottom: 20px;
}

.full-content .inn-img.pull-right {
    margin-left: 15px;
    margin-right: 0px;
    clear: right;
}

.full-content .inn-img.pull-center {
    display: block;
    clear: both;
    text-align: center;
    float: none !important;
}


/* Image code from Josh Lewis
div.inn-image{background:#444444;color:#FFFFFF;margin-left:auto;margin-right:auto;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;overflow: hidden}
div.inn-image:hover, div.image-left:hover, div.image-right:hover {box-shadow:0 0 4px 4px #000000;color:#EDDA74 !important;text-shadow:0 1px 1px #000000;}
div.image-left{background:#444444;color:#FFFFFF;clear:left;float:left;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;margin-right:1em !important;margin-bottom:0.5em !important;}
div.image-right{background:#444444;color:#FFFFFF;clear:right;float:right;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;margin-left:1em !important;margin-bottom:0.5em !important;}
div.inn-image a{color:#8BC9FF;text-decoration:none}
div.inn-image a:hover{text-decoration:underline}
*/
.commnet-box .comment-title {
    background: #eeeeee;
}

.commnet-box .comment-title h2 {
    font-size: 15px;
    color: #57595a;
    background: #eee;
    padding: 11px 15px 0px;
    float: left;
    margin: 0px;
}

.commnet-box .comment-title .btn-comment {
    padding: 11px 50px 10px;
    background: #f4aa00;
    color: #fff;
    text-transform: uppercase;
    float: right;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.commnet-box .comment-body {
    border: 1px solid #eee;
    padding: 10px;
    color: #57595a;
    font-size: 12px;
}

.comment-body .pager b .pagertextgray {

    display: inline-block;
    min-width: 32px;
    margin: 0 -1px;
    line-height: 32px;
    height: 32px;
    position: relative;
    top: -1px;
    background: #3a7fc3;
    color: #fff;
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.comment-body .btn-orange {
    margin: 0 10px 0 -10px;
    line-height: 31px;
    padding: 0 10px;
}

.commnet-box .comment-body .view-comment {
    padding-left: 15px;
}

.discussions-section .view-comment:last-child {
    margin-top: 0;
    border-top: 0;
}

.discussions-section .discussion_form {
    max-width: 480px;
    margin: auto;
}

/*.comment-body .view-comment span {
	display: block;
	float: left;
}*/
.comment-body .view-comment .pager {
    float: right;
    margin: 0;
    font-size: 14px;
}

.view-comment .pager a {
    display: inline-block;
    padding: 1px 5px 0px;
    background: #57595a;
    color: #fff;
    width: 38px;
    line-height: 32px;
}

.view-comment .pager a:hover {
    background: #3a7fc3;
    text-decoration: none;
}

.view-comment .pager span.selected {
    display: inline-block;
    width: 38px;
    line-height: 33px;
    vertical-align: top;
    background: #3a7fc3;
    color: #fff;
    /*border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;*/
}

.view-comment .pager span.selected b {
    font-weight: normal;
}

.view-comment .pager a.un {
    background: #eeeeee;
    color: #57595a;
}

.view-comment > span {
    font-size: 14px;
    line-height: 32px;
}

.view-comment:last-child {
    margin-top: 10px;
    overflow: hidden;
}
.comment-row {
    text-align: left;
}
.comment-row .comment-block {
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px 12px;
}

.comment-row .comment-block .pic {
    float: left;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    box-shadow: 0 0 6px #999;
    border-radius: 100px;
    margin: 0 15px 0 0;
    position: relative;
}

.comment-row .comment-block .pic:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f030 ';
    margin: 0;
    color: #d3d3d3;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 55px;
    text-align: center;
}

.comment-row .comment-block .pic img {
    border-radius: 100px;
    width: 56px;
    height: 56px;
    position: relative;
    z-index: 3;
}

.comment-row .comment-block .details h3 {
    padding: 4px 0 8px 0px;
    margin: 0px;
    font-size: 14px;
    color: #3a7fc3;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.comment-row .comment-block .details h3 a {
    color: #3a7fc3;
}

.comment-block .details h3 span {
    color: #8c9092;
    font-size: 12px;
    font-weight: normal;
}

.comment-block .details p {
    margin-bottom: 0px;
}

.comment-row .comment-block .options {
    float: right;
}

.comment-row .comment-block.replay {
    margin-left: 10%;
    background: url(/responsive/images/icon-replay.png) 4px 4px no-repeat #fff;
}

.full-content .signin-post {
    padding: 15px 0 5px 0px;
}

.full-content .signin-post .singin-left {
    float: left;
    color: #57595a;
    font-size: 12px;
}

.full-content .signin-post .singin-left .btn-inverse {
    background: #3a7fc3;
    color: #fff;
    margin-right: 5px;
}

.full-content .signin-post .singin-left .btn-inverse:hover {
    border: 1px solid #3a7fc3;
    color: #3a7fc3;
    background: #fff;
}

.full-content .signin-post .signup-right {
    float: right;
}

.full-content .signin-post .signup-right .btn-inverse {
    background: #f4aa00;
    color: #fff;
    margin-left: 5px;
    border: 1px solid #f4aa00;
}

.full-content .signin-post .signup-right .btn-inverse:hover {
    border: 1px solid #f4aa00;
    color: #f4aa00;
    background: #fff;
}

.pagination .div {
    display: inline-block;
}

.pagination .div .dropdown-menu {
    border: 0px;
    border-top: 1px solid #3a7fc3;
    background: #eee;
    color: #57595a;
    margin: 0px;
    border-radius: 0px;
    width: auto;
    display: none;
}

.pagination .div:hover .dropdown-menu {
    display: block;
}

.pagination .div .dropdown-menu > li > a {
    background: #eee;
    color: #57595a;
    margin: 0px;
}

.pagination .div .dropdown-menu > li > a:hover {
    background: #3a7fc3;
    color: #fff;
}

.pagination .div .dropdown-menu > li > a:after {
    display: none;
}

.pagination .div .dropdown-menu > li > a:before {
    display: none;
}

.pagination .div .head-title {
    padding-left: 20px;
    font-weight: bold;
}


@media (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
}

@media all and (max-width: 1199px) and (min-width: 991px) {
    .nav > li > a {
        padding: 10px 6px;
    }

    #globalWrapper .single-image-section .rate-image .custom-square-o,
    #globalWrapper .single-image-section .rate-image .custom-square {
        width: 20px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .featured-pages {
        float: right;
    }

    .carousel-3 .block {
        margin-bottom: 5px;
    }

    footer .likes {
        width: 100%;
        text-align: center;
    }

    footer .copyright {
        padding-top: 20px;
    }

    #globalWrapper .single-image-section .rate-image .custom-square-o,
    #globalWrapper .single-image-section .rate-image .custom-square {
        width: 15px;
    }
}

@media all and (max-width: 1340px) and (min-width: 768px) {
    .newest-members .member .pic {
        width: 100%;
        height: 100%;
    }

    .newest-members .member .pic img {
        width: 100%;
        height: 100%;
    }

    .newest-members .member .name {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .view-post {
        display: block;
        clear: both;
        width: 100%;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .carousel-3 .block {
        margin-bottom: 5px;
    }

    .newest-members .member {
        float: left;
        width: 50%;
    }

    footer .links {
        width: 100%;
        margin: 30px auto;
    }

    footer .links li {
        width: 48%;
        display: inline-block;
    }

    /*#carousel-2 .block .img .photo {
		min-height: 380px;
	}*/
    .logo {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 20px 0px;
    }

    .navbar-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 200px;
        height: 100%;
        margin: 0 0 0 -200px;
        overflow-y: auto;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    /*.collapse {
		display: block;
	}*/
    .sidebar-show .navbar-nav {
        margin-left: 0px;
        background: #eee;
    }

    .brand-right {
        position: absolute;
        padding: 0px;
        top: 0px;
        width: 100%;
    }

    .navbar-form {
        padding: 10px 0px 0 7px;
        border: 0px !important;
        box-shadow: none;
        top: -10px;
    }

    .brand-right .login-btn {
        float: right;
        margin: 10px 7px 0 0px;
    }

    .social-nav .home-btn {
        display: none;
    }

    .social-nav .social-btn {
        display: none;
    }

    .social-nav {
        min-height: 50px;
    }

    .btn-default {
        background: none;
    }

    .brand-right .navbar-form .form-control {
        background-position: 0px 9px;
        padding-left: 40px;
        width: 130px;
        font-size: 12px;
        background-size: 38px;
        height: 31px;
    }

    .brand-right .navbar-form .btn-default {
        padding: 4px 8px 7px;
        border: 0px;
        border-left-color: #efefef;
    }

    .brand-right .login-btn .btn {
        padding: 6px 8px;
        font-size: 12px;
    }

    .navbar .navbar-form .form-control {
        left: 16px;
    }

    .full-content .inn-img img {
        width: 100%;
    }

    .commnet-box .comment-title .btn-comment {
        padding: 11px 20px 10px;
    }

    .middle-sec {
        padding: 0px;
    }

    .left-sec {
        padding: 0px;
    }

    .right-sec {
        padding: 0px;
    }

    .inn-pagination {
        padding: 0px;
    }

    .pagination .div {
        margin-bottom: 5px;
    }

    .pagination a {
        font-size: 12px;
    }

    .pagination a:after {
        border-width: 21px;
        margin-top: -21px;
    }

    .pagination a:before {
        border-width: 21px;
        margin-top: -21px;
    }

    .pagination a.home-icon {
        padding: 3px 8px 3px;
    }
}

.toc_list1 {
    font-weight: 700;
}

.toc_list2 {
    margin-left: 7px;
}

.toc_list2 {
    margin-left: 10px;
}

.title h1 {
    display: inline;
    font-size: 17px;
}

.page_hdr {
    text-align: center;
    background: #d0d0d0;
    padding: 2px 5px 8px 15px;


}

.page_hdr h1 {
    font-size: 30px;
}

.logicaldiv {
    margin: 0 20px;
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 10px
}

.category-list #work_area.cate-sub-sub li a.one-box:hover,
.category-list #work_area.cate-sub-sub li.selected a.one-box {
    background: initial;
    color: initial;
    border-color: #6eda44;
    box-shadow: 0 0 3px rgba(110, 218, 68, 1);
    transition: all .5s ease-in-out;
}

#work_area #work-box.selected #one-box span {
    background: #6eda44;
}

#work_area #work-box.selected #one-box span .fa-check,
.category-list #work_area.cate-sub-sub li a.one-box:hover .fa-check {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    transition: all .5s ease-in-out;
}

.cate-sub-sub .tooltip {
    min-width: 320px;
}

.mim-styles .helpdiv .fa-times-circle,
.mim-styles .helpdiv .ajax_link {
    display: none;
}

.mim-styles.hide-title .modal-body h4 {
    display: none;
}

.mim-styles .modal-header {
    border: 0;
    color: #fff;
}

.mim-styles button.close {
    color: #fff;
    opacity: 1;
    top: 9px;
}

.mim-styles button.close:hover {
    color: red;
}

#work_area #work-box.selected #one-box span .fa-check {
    display: block;
    transition: all .5s ease-in-out;
}

#work_area #work-box #one-box span .fa-check {
    display: none;
}

.total-votes .fa-times-circle {
    font-size: 13px;
}

.total-votes .fa-times-circle:hover {
    color: darkred;
}

.category-list #work_area.cate-sub-sub li a {
    background: initial;
    color: initial;
}

#work_area .one-box {
    font-size: 11px;
    line-height: 13px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    box-shadow: 0 0 3px rgba(110, 218, 68, 0);
}

#work_area .one-box span {
    float: left;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #f1f1f1;
    position: relative;
    margin-right: 5px;
}

.category-list #work_area {
    padding: 5px;
}

/*
.work-rating-image-resp{list-style:none;margin:4px 0 0 0;padding:0;width:10px;height:10px;position:relative;background:url(/styles/layout/box_rating_3.gif) top left repeat-x}
.work-rating-image-resp li a{display:block;width:10px;height:10px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding:0}
.work-rating-image-resp li a:hover{background:url(/styles/layout/box_rating_3.gif) left center;z-index:2;left:0}
.work-rating-image-resp li a:focus{-moz-outline-style:none}
.work-rating-image-resp a.one-box{left:0}
.work-rating-image-resp a.one-box:hover{width:10px;text-decoration:none;}
.work-rating-image-resp li.current-box-rating{background:url(/styles/layout/box_rating_3.gif) left bottom;position:absolute;height:10px;display:block;text-indent:-9000px;z-index:1}
*/
/**************************
 *  User Page
 *  **************************/

/* Custom Breadcrumbs */
.breadcrumbs {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
}

.breadcrumbs:after {
    content: '';
    display: block;
    clear: both;
}

.breadcrumbs > li {
    list-style: none;
    float: left;
    /*
  display: inline-block;
  vertical-align: top;*/
    background: #3a7fc3;
    font-size: 14px;
    line-height: 39px;
    padding: 0 13px 0 30px;
    margin: 0 4px 0 0;
    position: relative;
    transition: all .5s ease-in-out;
}

.breadcrumbs > li:hover {
    background: #48e191;
}

.breadcrumbs > li:hover:after {
    border-color: transparent transparent transparent #48e191;
}

.breadcrumbs > li:first-child:before {
    display: none;
}

.breadcrumbs > li:first-child {
    padding: 0 1px 0 8px;
}

.breadcrumbs > li:first-child i.fa-home {
    font-size: 21px;
    line-height: 38px;
    position: relative;
    top: 2px;
}

.breadcrumbs > li:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 0 19.5px 13px;
    border-color: transparent transparent transparent #3a7fc3;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.breadcrumbs > li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 0 19.5px 13px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.breadcrumbs > li a {
    display: block;
    color: #fff;
    height: 38px;
    text-decoration: none;
}

.breadcrumbs > li.active {
    background: #57595a;
}

.breadcrumbs > li.active a {
    pointer-events: none;
}

.breadcrumbs > li.active:before {
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}

.breadcrumbs > li.active:after {
    border-color: transparent transparent transparent #57595a;
}

/*  User Title Bar  */
#main-content .title {
    line-height: 39px;
    padding: 0 5px 0 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}


#main-content .title.big-title {
    line-height: 59px;
}

#main-content .title.big-title .fa-paperclip {
    font-size: 21px;
    margin-right: 5px;
}

#main-content .title.big-title h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    line-height: 59px;
    text-transform: uppercase;
}

#main-content .images-gallery .title.big-title:after {
    display: none;
}

#main-content .attach-detach-section .big-title span,
#main-content .inbox-section .big-title span {
    display: inline-block;
    vertical-align: top;
    color: #f4aa00;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    top: -5px;
    letter-spacing: 1px;
    padding-left: 5px;
}

#main-content .inbox-section .table-striped th.thHead {
    background: #337ab7
    color: #ffffff;
}

#main-content .inbox-section .table-striped .row2 .name {
    color: #337ab7;
    font-weight: bold;
}

#main-content .title.big-title .icon {
    margin-top: 17px;
}

#main-content .title:after {
    display: none;
}

#main-content .title i.icon-travel {
    font-size: 25px;
    line-height: 10px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.gold-color {
    color: #f4aa00;
}

.title .fa-trophy {
    font-size: 19px;
    margin-left: 5px;
}

.title .custom-featured-edit {
    position: relative;
}

.title .fa-edit {
    position: absolute;
}

.title .custom-featured-edit .fa-trophy {
    font-size: 19px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.title .custom-featured-edit .fa-edit {
    font-size: 26px;
    position: relative;
    vertical-align: top;
    top: 5px;
    left: -15px;
    opacity: 0.8;
}

.title .user-status {
    font-family: inherit;
    font-size: 12px;
    font-style: italic;
    color: #9d9ea0;
    float: none;
    margin-left: 15px;
}

.title .user-status.active {
    color: #30ff84;
}

.title .user-status.idle {
    color: #f6ab04;
}

/* User Featured Image Box */
.user-featured {
    display: block;
    position: relative;
}

.user-featured span {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Section: User Info  */
.default-section {
    margin-bottom: 20px;
}

.default-section .btn-custom {
    line-height: 23px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #fff;
    padding: 0 15px 0 30px;
    margin-top: 15px;
    background: #337ab7;
    transition: all .5s ease-in-out;
    position: relative;
}

.default-section .btn-custom.active,
.default-section .btn-custom.active:hover,
.default-section .btn-custom.active:focus {
    background: #575b5a;
    color: #fff;
}

.default-section .btn-custom:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f06e';
    margin: 0 0 0 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}

.default-section .btn-custom:hover,
.default-section .btn-custom:focus {
    background: #286090;
}

.default-section .title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.default-section .subtitle {
    display: inline-block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin: 20px 0 10px 0;
}

.default-section.user-links .subtitle {
    padding-left: 7px;
}

.user-details {
    background: #eee;
}

.user-details .noPaddingL {
    padding-left: 0;
}

.user-details .noPaddingR {
    padding-right: 0;
}

.user-details .user-featured img {
    width: 100%;
    max-width: 100%;
}

/* Reset row/col Bootstrap Defaults - for user-info box only
 * .user-info div.row {
 *   margin-left: -7px;
 *     margin-right: -7px;
 *     }
 *
 *     .user-info div[class^="col-md-"] {
 *       padding: 0 7px;
 *       }*/

/* User Info table - styles */
.ui-table {
    font-size: 12px;
    color: #57595a;
    margin: 0;
}

.ui-table th i {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20px;
    font-size: 17px;
}

.ui-table > tbody > tr > td,
.ui-table > tbody > tr > th {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
}

.ui-table {
    border-bottom: 1px solid #dedede;
}

/* User Info Box */
.info-box {
    display: block;
    max-width: 100%;
    font-size: 12px;
    padding: 6px 0;
    border-top: 1px solid #dedede;
}

.info-box:first-child {
    border-top: none;
}

.info-box p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}

.info-box p strong {
    display: block;
}

.info-box img {
    max-width: 100%
}

.user-info .row.user-stats {
    margin: 3px 8px;
}

.user-stats .like-box {
    background: #e2e2e2;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #ea8c1a;
    padding: 0 5px;
}

.user-stats .like-box a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 7px;
}

.user-stats .like-box i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ea8c1a;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -2px;
    transition: all .5s ease-in-out;
}

.user-stats .like-box a:hover i {
    background: #30ff84;
}

.member-since p {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    color: #57595a;
}

.user-info .row.user-action {
    margin: 0;
}

.user-info .info-box {
    overflow: hidden;
}

.user-action div[class^="col-sm-"] {
    padding: 0 8px;
}

.user-item {
    display: block;
    position: relative;
    background: #c5d6e6;
    padding: 15px 15px 0 55px;
    min-height: 60px;
    color: #3a7fc4;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.user-item:hover,
.user-item:focus {
    text-decoration: none;
    background: #99bad9;
    color: #fff;
}

.user-item img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Section: User Gallery */
.user-gallery .title {
    position: relative;
    z-index: 9;
}

.user-gallery #user-filters-mosaic-flat {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -1px;
}

.user-gallery .cbp-l-filters-buttonCenter .cbp-filter-item {
    margin-bottom: 0;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item {
    vertical-align: top;
    top: 4px;
    margin-right: 6px;
    padding: 0;
    border: 0;
    color: #3a7fc3;
    text-transform: none;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #3a7fc3;
    background: #fff;
    color: #3a7fc3;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item a:hover {
    background: #3a7fc3;
    color: #fff;
}

/* Map Search Results Responsive - Lat/Lon */


/* Section: User Maps */
.user-maps iframe {
    border: none;
}

.user-maps .title .default-link {
    float: none;
    text-decoration: underline;
    text-decoration-color: #d1d5d8;
    color: #3a7fc3;
    text-transform: none;
    transition: all .5s ease-in-out;
}

.user-maps .title .default-link:hover {
    text-decoration-color: #3a7fc3;
}

/* Section: User Images */
.user-images .title {
    position: relative;
    z-index: 9;
}

.user-images #userimg-filters-masonry {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -1px;
}

.user-images .cbp-l-filters-buttonCenter .cbp-filter-item {
    margin-bottom: 0;
}

/* Section: User Links */
#main-content .user-links .title {
    margin-bottom: 15px;
}

.user-links .title a {
    float: none;
    color: #fca61b;
}

.default-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.default-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}

.default-list li.flag-exclamation:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f071";
    margin: 0 0 0 5px;
    color: #fca61b;
    transition: all .5s ease-in-out;
}

.default-list li span {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
}

.default-list li span:before {
    content: '(';
}

.default-list li span:after {
    content: ')';
}

.default-list li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    position: absolute;
    left: 7px;
    top: 3px;
    color: #3a7fc3;
    transition: all .5s ease-in-out;
}

.default-list li:hover:before {
    left: 12px;
}

.default-list li a {
    display: inline-block;
    color: #3a7fc3;
    text-decoration: none;
    transition: all .5s ease-in-out;
    position: relative;
}

.default-list li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3a7fc3;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
}

.default-list li:hover a {
    text-decoration: none;
}

.default-list li:hover a:after {
    width: 0;
}

.maxlist-more {
    margin: 15px 0;
}

.default-list li .message-date {
    float: right;
    margin-top: 5px;
}

/* Pagination */
.pagination-bg {
    background: #f8f8f8;
    padding: 20px 15px;
    border: 1px solid #f0f0f0;
}

.pagination-list {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

/* Pagination */
.pagination-bg {
    background: #f8f8f8;
    padding: 20px 15px;
    border: 1px solid #f0f0f0;
}

.pagination-list {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
}

.pagination-list li.prev-page i,
.pagination-list li.next-page i {
    font-size: 21px;
    line-height: 17px;
}

.pagination-list li a {
    display: block;
    width: 19px;
    height: 19px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    background: #575b5a;
}

.pagination-list li a:hover,
.pagination-list li a:focus {
    background: #337ab7;
    text-decoration: none;
    color: #fff;
}

.pagination-list li.disabled a,
.pagination-list li.active a {
    pointer-events: none;
}

.pagination-list li.active a {
    background: #337ab7;
}

.pagination-list li.disabled a {
    background: #f0ebf2;
    color: #575b5a;
}

.pagination-notes {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 21px;
    padding: 0 0 0 15px;
}

/**************************
 *  MISCs
 *  **************************/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.text-right {
    text-align: right
}

.relative {
    position: relative
}

.alert.relative i {
    position: absolute;
    left: 15px;
    font-size: 21px;
}

.alert.relative .close {
    right: 5px;
}


.default-link {
    color: #3a7fc3;
    transition: all .5s ease-in-out;
}

.default-link:hover {
    text-decoration: none;
}

input::-moz-focus-inner {
    border: 0;
}

object, embed, a, a:focus, a:hover {
    outline: 0;
}

.account-box {
    display: block;
    background: #f0efed;
    margin: 60px auto 180px auto;
    padding: 50px 70px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.account-box.signIn {
    max-width: 468px;
}

.account-box.signUp {
    max-width: 768px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}


#account-login .account-box {
    display: block;
    background: #fff;
    margin: 60px auto 180px auto;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

#account-login .account-box h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 32px;
}

#account-login .account-box .new-account label {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #dedede;
}

#account-login .account-box .new-account ul {
    list-style: none;
    padding: 0;
}

#account-login .account-box .new-account ul li {
    font-size: 14px;
    line-height: 29px;
}

#account-login .account-box .new-account ul li i {
    font-size: 21px;
    color: lightgreen;
}

#account-login .account-box .form-signin {
    background: #f0efed;
    padding: 25px 25px 10px 25px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#account-login .account-box .new-account {
    margin-top: 45px;
}

.logout-section {
    position: relative;
}

.logout-section img {
    display: block;
    width: 420px;
    margin: 0 auto;
}

.logout-section h3 {
    position: absolute;
    top: 120px;
    padding-left: 15px;
}

.logout-section h3 strong {
    display: block;
    font-size: 42px;
    color: #3a7fc4;
}

.logout-section h3 span {
    display: block;
    margin: 15px 0 0 120px;
    color: #f6ab04;
}

.logout-section .title {
    margin-bottom: 30px;
}

.route-quality #meta_num_votes {
    color: #f4a546;
    font-size: 14px;
    float: right;
}


.route-quality .rating-container .filled-stars,
.route-quality .rating-container .empty-stars {
    display: block;
    height: auto;
}

.account-box.signUp .first {
    border-right: 1px solid #e3e6eb;
}

.account-box.signUp .form-group {
    position: relative;
}

.account-box.signUp .form-group span#usernameResult,
.account-box.signUp .form-group span#password_result,
.account-box.signUp .form-group span#emailResult {
    box-sizing: border-box;
    display: block;
    height: 15px;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    width: 100%;
}

.account-box.signUp .form-group #usernameLoading,
.account-box.signUp .form-group span#emailLoading {
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
}

.at-title {
    font-family: Calibri, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    color: #575059;
}

.switch-type {
    padding-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
}

.account-box.register {
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
    top: -460px;
}

.account-box.register .form-group {
    padding: 0 40px;
}

.account-box.register input[type="email"] {
    margin-bottom: 50px
}

.account-box.register language-options {
    border-bottom: 2px solid #dbdbdb;
}

.account-box.register .language-options.open {
    border-color: #25003a;
}

.dropdown-menu {
    width: 100%;
}

.account-box .form-title {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    background: #a9abbc;
    color: #fff;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.account-box input[type="radio"] {
    margin-right: 5px;
}

.account-box input[type="text"],
.account-box input[type="password"],
.account-box input[type="email"] {
    background: #f0efed;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #c3c3c3;
    border-radius: 0;
    line-height: 32px;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.account-box input:focus {
    box-shadow: none;
    border-color: #25003a;

}

/* Custom Styles for Placeholder */
.account-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.account-box input::-moz-placeholder { /* Firefox 19+ */
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.account-box input:-ms-input-placeholder { /* IE 10+ */
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.account-box input:-moz-placeholder { /* Firefox 18- */
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.account-box .checkbox {
    padding-left: 20px;
    margin: 0;
}

.account-box .forgot-remember {
    padding: 15px 0;
}

.account-box .forgot-remember a {
    float: right;
}

.account-box .forgot-remember label {
    float: left;
}

.account-box .btn-signIn {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 58px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #3a7fc3;
    border: 1px solid transparent;
    padding: 0 40px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.account-box .btn-signIn:hover {
    background: #fff;
    color: #3a7fc3;
    border-color: #3a7fc3;
}

.account-box.signUp .btn-newUser {
    width: 85%;
}

.account-box .btn-newUser {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 58px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    background: #f4aa00;
    padding: 0 40px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.account-box .btn-newUser:hover {
    background: #fff;
    color: #f4aa00;
    border-color: #f4aa00;
}

.account-box .g-recaptcha {
    margin-top: 30px;
}

.account-box .new-account {
    margin-top: 60px;
}

.account-box label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    color: #565159;
}

.alert-container {
    max-width: 468px;
    margin: 50px auto -70px auto;
}

.alert-container .alert {
    font-weight: normal;
    padding: 10px 10px 20px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.account-box .new-account label {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    text-align: center;
    color: #565159;
}


/* Images Gallery */
#main-content .big-title.gray {
    padding: 0 10px;
    margin-bottom: 20px;
}

#main-content .big-title.gray h2 {
    color: #fff;
}

#main-content .inbox-section .big-title h2 {
    font-weight: 500;
    color: #fff;
}

#main-content .images-gallery .title:after {
    display: block;
}


/* Custom Cards Grid */
.custom-card-item {
    background: #f1f1f1;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 15px 0;
    padding: 10px 0;
}

.custom-card-item.user-card .author-avatar {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px;
}

.avatar .author-avatar {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 26px;
    height: 26px;
    border: 1px solid #999;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-right: 5px;
    color: #999;
    text-align: center;
    line-height: 26px;
}


.custom-card-item.user-card .author-avatar .fa-camera-retro {
    font-size: 120px;
    color: #bbb;
    position: relative;
    top: 50px;
}

.custom-card-item.user-card {
    min-height: 410px;
}

.custom-card-item.user-card .author-avatar img {
    display: inline-block;
    border-radius: 50%;
}

.custom-card-item.user-card .cci-details {
    height: 100px;
}

.ccip-title {
    font-family: 'Oswald', sans-serif;
}

.custom-card-item.user-card .cci-details p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.custom-card-item.user-card .user-power {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #f6ab04;
    font-size: 12px;
    font-weight: 400;
}

.custom-card-item.user-card .user-location {
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 600;
}

.custom-card-item.user-card .card-header {
    padding-top: 30px;
    min-height: 273px;
    position: relative;
}

.custom-card-item.user-card .username-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.cci-author {
    display: block;
    margin-bottom: 10px;
}

.cci-details {
    height: 160px;
    overflow: hidden;
}

.no-primary-image {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 50px;
}

.no-primary-image .fa {
    display: block;
    font-size: 72px;
    margin-bottom: 10px;
}

.no-primary-image span {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 600;
}

.no-primary-image:hover {
    text-decoration: none;
}

.cci-author .author-avatar {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 5px;
}

.cci-author .author-avatar img {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.card-header {
    position: relative;
}

.cci-author a {
    display: inline-block;
    vertical-align: top;

    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cci-author a:hover,
.cci-author a:focus {
    color: #337ab7;
}

.user-sh {
    float: right;
}

.user-sh b {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 13px;
}

.cci-author .cci-score,
.cci-author .cci-hits {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 2px;
}

.cci-thumb {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    border: 0;
    text-decoration: none;
    position: relative;
    height: 208px;
    overflow: hidden;
    margin-bottom: 15px;
}

.cci-thumb img {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}

.cci-details {
    padding: 0 15px;
}

.cci-title {
    display: block;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    font-family: 'Oswald', sans-serif;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
}

.cci-title a {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cci-title a:hover {
    text-decoration: underline;
}

.parent_search_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

/*
.parent_search_list a:before {
	content:'-';
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}*/

.parent_search_list i.fa-circle {
    display: inline-block;
    vertical-align: top;
    font-size: 7px;
    margin-right: 5px;
    margin-top: 7px;
}

.parent_search_list span:first-child {
    padding-left: 0;
}

.parent_search_list span:first-child .fa-circle {
    display: none;
}

.parent_search_list span {
    display: inline-block;
    padding-left: 5px;
}

.parent_search_list a:nth-child(2):before {
    display: none;
}

/* Images Gallery */

.images-gallery .title h2 {
    text-transform: uppercase;
}

.images-gallery .gallery-item {
    margin: 10px 0;
}

.images-gallery .gallery-item:nth-child(1),
.images-gallery .gallery-item:nth-child(2),
.images-gallery .gallery-item:nth-child(3),
.images-gallery .gallery-item:nth-child(4) {
    margin-top: 0;
}

.icon-gallery {
    display: inline-block;
    vertical-align: top;
    margin: 7px 5px 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/custom-icons/gallery-icon.png) no-repeat left top;
    background-size: contain;
}

.icon-image {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 0;
    width: 24px;
    height: 24px;
    background: url('../images/custom-icons/image-icon.png') no-repeat left top;
    background-size: contain;
}

.gallery-item .gi-thumb {
    display: block;
    height: 150px;
    overflow: hidden;
    border: 10px solid #e7e7e7;
    background: #e7e7e7;
}

.gallery-item .gi-thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.news-gallery .gallery-item .gi-thumb img {
    width: 100%;
    height: 100%;
}

.news-gallery.new-images-section .cci-details {
    height: 55px;
}

#main-content .images-gallery .row .row {
    margin: 0 -5px;
}

#main-content .images-gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-item .gallery-item-details {
    height: 130px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gallery-item .gallery-item-details > input {
    position: absolute;
    left: 0;
    top: 12px;
}

.gallery-item .gallery-item-details .item-title {
    display: inline-block;
    vertical-align: top;
    /* Fallback for non-webkit */
    display: -webkit-box;
    font: bold 14px Arial, sans-serif;
    color: #3d5ba6;
    line-height: 16px;
    /*
	width: 210px;
	height: 60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.featured-articles .gallery-item-details {
    padding: 15px 0 0 0;
}

.featured-articles .article-type {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 10px;
}

.item-author-date {
    display: block;
    margin: 0 0 12px 0;
    padding: 0 10px;
}

.item-author-date .read-more {
    float: right;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-author-date .read-more i {
    color: #77797c;
    position: relative;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-author-date .read-more:hover i {
    right: -5px;
    color: #3d5ba6;
}

.item-author-date:after {
    content: '';
    display: block;
    clear: both;
}

.featured-articles .gallery-item .gallery-item-details .item-title {
    padding: 0 15px;
}

.featured-articles .item-author-date {
    margin-top: 10px
}

.gallery-item .gi-author {
    font: normal 12px Arial, sans-serif;
    text-decoration: none;
    float: left;
    color: #3d5ba6;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.gallery-item .gi-author:hover {
    text-decoration: none;
}

.gallery-item .gi-author:hover:before {
    color: #3d5ba6;
}

.gallery-item .gi-author:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f007";
    color: #77797c;
    font-size: 15px;
    margin-right: 5px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.gallery-item .gi-date {
    font: normal 12px Arial, sans-serif;
    text-decoration: none;
    float: right;
    color: #77797c;
}

.gallery-item .gi-date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f073";
    font-size: 15px;
    margin-right: 5px;
    color: #77797c;
}

.gallery-item .gi-img {
    font: normal 12px Arial, sans-serif;
    text-decoration: none;
    float: right;
    color: #77797c;
    width: 50%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-item .gi-img:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f03e";
    font-size: 15px;
    margin-right: 5px;
    color: #77797c;
}

.item-details {
    color: #505050;
    font: normal 14px Arial, sans-serif;
    line-height: 16px;
    margin-bottom: 6px;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}

.item-details .id-description {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}

.item-details .id-score,
.item-details .id-hits {
    display: inline-block;
    vertical-align: top;
}

.item-hashtag {
    display: block;
    margin: 0;
    font: normal 14px Arial, sans-serif;
    color: #3d5ba6;
}

.item-hashtag a {
    display: inline-block;
    vertical-align: top;
    font: normal 14px Arial, sans-serif;
    color: #3d5ba6;
    text-decoration: underline;
}

.item-hashtag a:hover {
    text-decoration: none;
}

.gallery-pagination {
    padding: 10px;
    background: #d3d3d3;
}

.gallery-pagination {
    margin-bottom: 10px;
}

.gallery-pagination .pager {
    float: right;
    margin: 0;;
}

.view-comment.gallery-pagination .pager a {
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
}

.gallery-pagination .pager a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.gallery-pagination .pager a i {
    font-family: 'Oswald', sans-serif;
}

.gallery-pagination .pager a i:before {
    font-family: FontAwesome;
}

/* Advanced Search Dropdown */
.search-note {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #77797c;
    text-align: right;
}

/*
#adv-search {
  padding-left: 245px;
}*/


#search_form_box .input-group-btn {
    float: left;
    width: auto;
}

#adv-search .search-panel .btn {
    border-color: #d3d3d3;
    font-family: "Open Sans", sans-serif;
    color: #77797c;
}

#adv-search .search-panel .btn:hover {
    background: #d3d3d3;
}

#adv-search input.form-control {
    width: 150px;
    float: left;
    border-color: #3a7fc3;
    margin-left: -1px;
}

#adv-search .search-category {
    float: left;
}

#adv-search .search-category label {
    float: left;
    color: #f6ab04;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 10px 0 0;
}

#main_div .select2-container {
    width: 100% !important;
}

#main_div.edit_header_div .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

#main_div.edit_header_div .select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9;
    line-height: 36px;
    min-height: 36px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

#main_div.edit_header_div .form-group {
    min-height: 82px;
}

#main_div.edit_header_div .form-group .find-image-field-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#main_div.edit_header_div .form-group .find-image-field-wrapper input[type='text'] {
    display: flex;
    flex: 1 1 auto;
    min-width: inherit;
}

#main_div.edit_header_div .form-group .find-image-field-wrapper a.ajax_link {
    font-size: 18px;
    display: flex;
    flex: 0 0 auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #a4a4a4 !important;
}

#main_div.edit_header_div .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding: 0;
}

#main_div.edit_header_div .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}

#main_div.edit_header_div .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
}

#main_div.edit_header_div input[type="text"],
#main_div.edit_header_div input[type="email"] {
    display: block;
    width: 100%;
    min-width: 100%;
    border: 1px solid #e9e9e9;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

#main_div.edit_header_div textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    border: 1px solid #e9e9e9;
    min-height: 150px;
    border-radius: 0;
    padding: 15px 40px 15px 15px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

#main_div.edit_header_div .editor-tools {
    background: #3a7fc3;
    color: #fff;
    padding: 5px;
}

#main_div.edit_header_div #advanced {
    display: block;
    width: auto;
    margin: 0 auto 30px auto;
    background: #3a7fc3;
    color: #fff;
}

#main_div.edit_header_div .ajax_info {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}

.ajax_info {
    cursor: pointer;
}

/*
#main_div.edit_header_div .form-group {
	height: 76px;
}
*/

#globalWrapper #map2 {
    width: 100% !important;
    height: 244px !important;
}

#globalWrapper .empty-col {
    display: block;
    width: 100%;
    margin: 0;
    height: 74px;
}

#adv-search .search-category .select2-container {
    float: left;
    width: 195px !important;
}

#adv-search .select2-container--default .select2-selection--single {
    height: 34px;
    border-radius: 0;
    border-color: #3a7fc3;
}

#adv-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

#adv-search .btn-default {
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#adv-search .btn-default .caret {
    width: auto;
}

#adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

#adv-search .input-group-btn .btn-group {
    display: flex !important;
}

#adv-search .btn-group .btn {
    float: left;
    border-radius: 0;
    margin-left: -1px;
}

#adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#adv-search .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#adv-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}

/* Single image */

.single-image-section {
    background: #f0efed;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
    overflow: hidden;
    padding-top: 20px;
}

.single-image-section .col-xs-12.col-sm-3.noPaddingL {
    background: #fff;
    box-shadow: 0 0 2px 2px #bbbbbb;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.images-gallery .sizes {
    float: right;
    margin: 0;
}

.images-gallery .sizes p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
}

.images-gallery .sizes a {
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}

.main-image {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 2px 2px #cccccc;
    display: block;
}

.main-image.inlineB {
    display: inline-block;
}

.single-image-section .main-image {
    margin-bottom: 10px;
}

.single-image-section .share-image img {
    max-width: 100%;
    padding-right: 15px;
}

.single-image-section .comment-title h2 {
    padding-left: 0;
}

.single-image-section .data_box_data > strong {
    color: #555555;
}

.single-image-section .data_box_data img {
    margin-right: 8px;
}

.single-image-section .data_box_data {
    margin-left: 15px;
    margin-top: 5px;
}

.main-image img {
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.main-image span {
    display: block;
    font-size: 14px;
    color: #505050;
    margin: 0 0 10px 28px;
}

.submitted-by-box p {
    margin: 0;
}

.submitted-by-box .fa-info-circle {
    font-size: 18px;
    color: #305d8c;
    vertical-align: middle;
}

.submitted-by-box .cci-author .author-avatar {
    margin-left: 0;
    border: 1px solid #c1c1c1;
    color: #3c3c3c;
}

.submitted-by-box .cci-author .author-avatar:hover {
    color: #3a7fc3;
    border-color: #3a7fc3;
}

.score-info {
    background: none;
    border: 0;
    box-shadow: none;
}

.single-image-section .vs-box .rating-container .caption {
    top: 5px;
}

.single-image-section .vs-box .rating-container .clear-rating {
    top: 0;
}

.single-image-section .rate-image {
    background: #f6f6f6;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 20px 0 20px 15px;
}

.single-image-section .rate-image .custom-square-o,
.single-image-section .rate-image .custom-square {
    width: 25px;
    height: 15px;
}

.single-image-section .line.vs-box {
    padding: 0 1px;
}

.rate-image p > span,
.rate-image p > a > span {
    display: inline-block;
    vertical-align: top;
    color: #41c11e;
    font-size: 15px;
}

.rate-image .fa-info-circle {
    font-size: 18px;
    color: #305d8c;
    vertical-align: middle;
}

.rate-image .fa-user {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.rate-image .login-vote {
    margin-right: 3px;
}

.rate-image .view-post a {
    padding: 0 5px;
}

.rate-image .view-post a i.fa {
    margin-right: 5px;
}

.rate-image h4 {
    margin-top: 0px;
}

.share-image {
    background: #fff;
    padding: 20px 0 20px 15px;
}

.share-image .fa-share-alt {
    color: #505050;
    font-size: 18px;
    vertical-align: middle;
    padding-bottom: 5px;
    /*padding-right 3px;*/
}

#page-content-wrapper .panel {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}


.panel-title {
    font: bold 14px/16px Arial, sans-serif;
    color: #57595a;
}

.panel-title span {
    font: bold 14px/16px Arial, sans-serif;
    color: #fca61b;
}

.panel-group {
    background-color: #f6f6f6;
    color: blue;
}

.share-image-h4 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}

.panel-title {
    position: relative;
    font-family: "Oswald", sans-serif;
}

.panel-title .glyphicon {
    display: block;
    width: 16px;
    height: 16px;
    background: #3a7fc3;
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 16px;
}

#accordion .item-author-date .gi-author {
    font-size: 11px;
}

#accordion .item-author-date .gi-date {
    margin-left: 20px;
    font-size: 11px;
}

#accordion .item-details {
    font-size: 12px;
}

#accordion .item-hashtag a {
    font-size: 12px;
}

.single-image-section #accordion .panel-body {
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#accordion .panel-heading {
    background: #fff;
}

.middle-wrapper .right-sidebar {
    background: #fff;
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.single-image-section .panel-title {
    float: left;
}

.single-image-section .right-sidebar .panel-title {
    float: initial;
}

.single-image-section .thumb_img {
    margin: 0 10px 8px 9px;
}

.single-image-section .panel-title > a {
    margin-right: 4px;
}

.single-image-section h4.panel-title > div {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}

.single-image-section h4.panel-title > div table {
    width: 100%;
}

/*.single-image-section .pager > a {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 7px 5px 5px;
}*/

.single-image-section .view-comment .pager a.selected {
    border-color: #777777;
    position: relative;
    z-index: 5;
}

/* Overwrite image gallery styling for single image */

.single-image-section .gallery-item .gi-thumb img {
    height: auto !important;
    width: auto !important;
}

.single-image-section .gallery-item .gi-thumb {
    border: none;
    height: auto;
    float: left;
}

.single-image-section .item-title, .single-image-section .data_box2_heading {
    display: none !important;
}

.single-image-section .item-details {
    border-top: none;
}

.single-image-section .share-image > iframe {
    display: inline-block;
}

.single-image-section .share-image .data_mid2 {
    display: block;
    position: relative;
    width: 100%;
}

.single-image-section .share-image .data_mid2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-image-section .share-image .data_mid2 li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/* Responsive */
@media screen and (min-width: 768px) {
    #adv-search {
        margin: 0 auto;
    }

    #adv-search .dropdown.dropdown-lg {
        position: static !important;
    }

    #advanced-search .dropdown.dropdown-lg .dropdown-menu {
        min-width: 320px;
    }

    #adv-search .dropdown.dropdown-lg .dropdown-menu {
        min-width: 320px;
    }
}

#carousel-2 .carousel-indicators li {
    width: 15px;
    height: 15px;
}

#carousel-2 .carousel-indicators li.active {
    background: #3a7fc3;
}

#carousel-1 .carousel-indicators {
    margin-top: -26px;
}

#carousel-3 .carousel-indicators,
#carousel-4 .carousel-indicators {
    margin-top: -22px;
}

#carousel-3 .carousel-indicators li,
#carousel-4 .carousel-indicators li {
    width: 15px;
    height: 15px;
}

#carousel-1 .carousel-indicators li.active,
#carousel-3 .carousel-indicators li.active,
#carousel-4 .carousel-indicators li.active {
    background: #fff;
}

.breadcrumbs > li ul li.head-title {
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0;
}

.breadcrumbs > li ul li:last-child {
    border: 0;
}

.breadcrumbs > li:hover .dropdown-menu {
    width: auto;
    display: block;
    margin-top: 0;
}

.breadcrumbs > li ul li a {
    color: #333;
}

.breadcrumbs > li ul li a:hover {
    color: #fff;
}

.breadcrumbs > li ul li a {
    line-height: 32px;
}

.table-of-contents {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-of-contents ol {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 15px;
}

.table-of-contents ol ol {
    margin-bottom: 0;
}

.faq-styles h2.in-title {
    background: #57595a;
    color: #fff;
    line-height: 39px;
    padding: 0 5px 0 15px;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-styles h3.sub-title {
    background: #eee;
    color: #57595a;
    line-height: 39px;
    padding: 0 5px 0 30px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-styles h4.sub-title2 {
    background: #eee;
    color: #57595a;
    line-height: 32px;
    padding: 0 5px 0 30px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.default-faq-section {
    padding-left: 30px;
}

.default-faq-section .well {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}

.default-faq-section p {
    padding: 0 0 0 30px;
}

.faq-styles .faq-list {
    margin-left: 15px;
}

.goTop {
    opacity: 1;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #c3c3c3;
    background: #fff;
    position: fixed;
    text-decoration: none;
    right: 15px;
    bottom: 30px;
    padding: 5px 10px 5px 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.goTop:hover,
.goTop:focus {
    text-decoration: none;
}

.goTop i {
    font-size: 32px;
    position: absolute;
    top: 0px;
    left: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.goTop:hover i {
    top: -25px;
}

.goTop.visible {
    opacity: 1;
}


/* VS/Voting System styles */
.vs-box {
    position: relative;
}

.vs-box .rating-container .rating {
    margin-top: 15px;
    height: 16px;
    vertical-align: top;
}

.rating-container .filled-stars,
.rating-container .empty-stars {
    display: block;
    height: 16px;
}

.vs-box .rating-container .star {
    margin: 0 0 0 1px;
    cursor: pointer;
}

.vs-box .rating-container .star:first-child {
    margin-left: 0;
}

.custom-square {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 16px;
    height: 16px;
    background: #3a7fc3;
    border: 1px solid #3a7fc3;
}

.custom-square-o {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #919191;
}

.vs-box .rating-container .caption {
    position: absolute;
    right: 11px;
    top: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.vs-box .rating-container .caption .label {
    font-weight: 500;
}

.vs-box .rating-container .clear-rating {
    position: absolute;
    right: 70px;
    top: 8px;
}

.single-image-section .vs-box .rating-container .clear-rating {
    right: 80px;
}


.route-quality {
    display: block;
    clear: both;
    position: relative;
}

.route-quality .rating-container .rating {
    cursor: pointer;
}

.route-quality .rating-disabled-overlay {
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}

.route-quality h2 {
    background: #57595a;
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: none;
    color: #fff;
    padding: 7px 15px;
    line-height: 24px;
    margin-top: 14px;
}

.route-quality .rating-container {
    padding: 15px;
}

.tovote {
    display: inline-block;
}

/* Album Page - Style */
.album-details {
    background: #eee;
}

.album-details h2 {
    color: #f4aa00;
}

.album-details h2 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    float: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.album-details h2 a {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 19px;
    line-height: 32px;
    margin: 0 5px;
    color: #fff;
    position: relative;
    top: -7px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.album-details h2 a:hover {
    color: #6eda44;
}

.album-featured {
    display: inline-block;
    margin: 5px 5px 0 5px;
}

.album-featured img {
    display: block;
    border: 4px solid #fff;
}

.album-featured .ui-table a {
    color: #3a7fc3;
}

.album-featured .ui-table a:hover {
    text-decoration: underline;
}

/* Album Section */
.user-gallery.album-section div.title {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.user-gallery.album-section {
    clear: both;
}

button:focus {
    outline: 0;
}

.user-gallery.album-section div.title .icon-image {
    margin-top: 0;
}

.album-section {
    background: #eee;
}

.album-section h2 {
    color: #fff;
}

.album-section h2 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    float: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

.album-content {
    padding: 15px;
    font-size: 14px;
    color: #57595a;
}

.album-content .cbp {
    background: #fff;
}

#globalWrapper .nav {
    font-weight: normal;
}

/*#globalWrapper input, #globalWrapper textarea,#globalWrapper select {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

.album-section .cbp .cbp-item {
    border: 10px solid #fff;
}

.album-section .cbp-item-title {
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 0 0;
}

.album-section .btn-comment {
    background: #f4aa00;
    color: #fff;
    padding: 0 25px;
    margin-right: -5px;
    text-transform: uppercase;
    float: right;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.image-container {
    text-align: center;
    display: block;
    clear: both;
}

.full-content .image-container .inn-img.pull-center {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

/* Modal */
#account-login .modal-content {
    background: none;
    border: 0;
    box-shadow: none;
}

button.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}

button.close:focus,
button.close:hover {
    box-shadow: none;
    border: 0;
    outline: 0;
}

button.close span {
    display: block;
    height: 50px;
    line-height: 37px;
}


#page-not-found {
    background: url(../images/bg-404.jpg) no-repeat left top;
    min-height: 550px;
    background-size: cover;
    margin-top: -19px;
}

#page-not-found p {
    margin: 0;
}

#page-not-found p.pnf-title {
    color: #fff;
    font-size: 48px;
    padding-top: 120px;
    text-transform: uppercase;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
}

#page-not-found p.pnf-text {
    font-size: 22px;
}

#page-not-found p.pnf-text a {
    color: #fff;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
}

.delete-user-form {
    float: right;
}

.delete-user-form input[type="text"] {
    line-height: 21px;
    border: 0;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.delete-user-form input[type="submit"] {
    background: #8b0000;
    color: #fff;
    line-height: 21px;
    box-shadow: none;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.delete-user-form input[type="submit"]:hover {
    background: #ff0000;
}

.edit-my-profile {
    margin: 0 10px;
}

.contribute_link.custom-cl {
    text-align: right;
    padding: 4px 0;
}

div.title .custom-cl a {
    float: none;
}

.pager-container {
    border: 1px solid #ddd;
    line-height: 32px;
    font-family: 'Oswald', sans-serif;
    padding: 0 0 0 10px;
    text-align: left;
}

.view-comment.pager-container .pager a,
.view-comment.pager-container .pager span.static-link,
.single-image-section .pager a {
    display: inline-block;
    background: #fff;
    min-width: 38px;
    margin: 0 -1px;
    text-decoration: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.view-comment.pager-container.fixed-height .pager a,
.view-comment.pager-container.fixed-height .pager span.static-link {
    /*height: 31px;*/
}

.view-comment.pager-container .pager a:hover {
    background: #ddd;
    color: #3a7fc3;
    text-decoration: none;
}

.view-comment.pager-container .pager a.selected {
    background: #3a7fc3;
    color: #fff;
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.pager-container .pagertext {
    display: none;
}

#results .table-striped {
    margin-bottom: 0;
}

.table-striped thead {
    background: #f1f1f1;
}

#results .table-striped .srch_header {
    position: relative;
}

#results .table-striped .srch_header .fa-info-circle,
#results .table-striped .srch_header .fa-sort {
    position: relative;
    color: #ccc;
    top: -5px;
    cursor: pointer;
}

#results .table-striped .srch_header .fa-info-circle:hover {
    color: #f4aa00;
}

#results .table-striped .srch_header a {
    text-decoration: none;
}

#results .table-striped .srch_header a:hover i {
    color: #f4aa00;
}

.helpdiv.popover {
    top: 32px !important;
    left: 0 !important;
    padding: 15px 15px 30px 15px;
    min-width: 320px;
    font-family: 'Oswald', sans-serif;
}

.helpdiv.popover.right {
    top: 32px !important;
    left: initial !important;
    right: 0 !important;
}

.helpdiv.popover:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 1;
}

.helpdiv.popover:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #ccc transparent;
}

.helpdiv.popover.right:before,
.helpdiv.popover.right:after {
    left: initial;
    right: 10px;

}

.helpdiv.popover .fa-times-circle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.helpdiv.popover .fa-times-circle:before {
    font-family: fontawesome;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.helpdiv.popover .fa-times-circle:hover {
    color: darkred;
}

#search_form_box {
    /*float: right;*/
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-top: 14px;
    position: relative;
    /* z-index: 12; */
}


.users-section .fa-user-circle {
    font-size: 23px;
    margin-right: 5px;
}

.commnet-box .fa-thumbs-up {
    font-size: 23px;
    margin-right: 5px;
}

.users-section .srch_results .user-avatar {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    box-shadow: 0 0 6px #999;
    border-radius: 100px;
    margin: 0 15px 0 0;
}

.users-section .srch_results .user-avatar img {
    display: block;
    border-radius: 100px;
    width: 56px;
    height: 56px;
}

#adv-search #advanced-menu {
    padding-top: 15px;
}

#adv-search select.form-control {
    width: 190px;
}

.form-horizontal #adv-search #advanced-menu {
    padding: 15px 30px;
}

#advanced-menu label {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

#advanced-menu .form-group .search_text {
    display: block;
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
    height: 32px;
    box-sizing: border-box;
    border-radius: 0;
    color: #444;
    border: 1px solid #3a7fc3;
}

#advanced-menu .select2-container {
    width: 100% !important;
    box-sizing: border-box;
}

#advanced-menu .select2-container .select2-selection--single,
#advanced-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px;
}

/*
#search_form_box label {
	float: left;
	font-family:"Oswald", sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 5px 0 0;
}*/

#search_form_box input.search_text.form-control[type="text"] {
    float: left;
    margin: 0;
    width: 250px;
    height: 34px;
    color: #000;
    border: 1px solid #3a7fc3;
    padding: 0 10px;
    vertical-align: top;
}

/*
#search_form_box #advanced {
	display:inline-block;
	vertical-align: top;
	padding: 0;
	width: 28px;
	height: 28px;
	font-family:"Oswald", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	border:1px solid #3a7fc3;
	background: #3a7fc3;
	color: #fff;
	text-align: center;
	margin-left: -4px;
	text-transform: uppercase;
	border-left: 1px solid #3a7fc3;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#search_form_box #advanced:hover {
	background: #f4aa00;
	color: #fff;
	border-color: #f4aa00;
}

#search_form_box .show-advanced1 {
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	background: #fff;
	border-left: 1px solid #3a7fc3;
	border-right: 1px solid #3a7fc3;
	padding: 0 10px;
	color: #3a7fc3;
	margin-left: -4px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#search_form_box .show-advanced1:hover,
#search_form_box .show-advanced1:focus {
	background: #3a7fc3;
	color: #fff;
}

#advanced1 {
	display: none;
	position: absolute;
	width: 100%;
	padding-right: 10px;
	right: 0;
	top: 63px;
	text-align: right;
	background: #6e7172;
	z-index: 1001;
	box-sizing: border-box;
	padding: 10px;
	height: 44px;
}

#advanced1 input,
#advanced1 select {
	color: #000;
	display: inline-block;
	vertical-align: top;
}

#advanced1 select {
	border: 0;
	height: 28p;
}

#advanced1 label {
	margin-left: 10px;
}*/

#user_list {
    float: right;
    height: auto;
    line-height: normal;
}

/* Comment Styling */

.discussions-section #discussion_form {
    background: #e7e7e7;
    padding: 15px;
    text-align: left;
}

#discussion_form h3 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 24px;
}

#discussion_form .form-group label {
    display: block;
}

#discussion_form .select2-container {
    width: 70px !important;
    margin-right: 5px;
}

#discussion_form .select2-container--default .select2-selection--single {
    border-radius: 0;
    line-height: 26px;
}

#discussion_form textarea {
    border: 1px solid #cccccc;
    margin: 5px 0;
    max-width: 560px;
    width: 100%;
}

#discussion_form input {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}

#discussion_form input[type="submit"] {
    letter-spacing: 1px;
    padding: 4px 10px;
    text-transform: none !important;
}

.custom-page-title {
    background: #d0d0d0;
    padding: 15px;
}

.custom-page-title h2 {
    margin: 0;
    line-height: normal;
}

.custom-page-title h2 a {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}

.custom-page-title #order_form {
    text-align: right;
    padding-top: 8px;
}

.custom-page-title #order_form .btn.btn-default {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    padding: 0 5px;
}

.custom-page-title .select2-container--default .select2-selection--single {
    line-height: 25px;
    border-radius: 0;
    border-color: #3a7fc3;
}

.custom-page-title #order_form .select2-container {
    width: 150px !important;
    text-align: left;
    margin: 0 2px;

}

/* What's New - Section */
.whats-new .big-title i.fa,
.googleMap-section .big-title i.fa {
    font-size: 23px;
    margin-right: 5px;
}

.googleMap-section .view-comment:last-child {
    margin-top: 0;
}

.lat-lon {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 15px;
}

.lat-lon span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: lowercase;
}

.lat-lon span:first-child {
    display: inline-block;
    margin-right: 15px;
}

.lat-lon span em {
    color: #f6ab04;
    font-style: normal;
}

#main-content .news-links .more-news {
    color: #f6ab04;
    float: right;
    margin-right: 10px;
    text-decoration: none;
}

#main-content .news-links .more-news a {
    color: #fca61b;
    text-transform: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

#main-content .news-links .more-news a:hover,
#main-content .news-links .more-news a:focus {
    text-decoration: none;
    border: 0;
    color: #30ff84;
}

/*
.news-links .more-news i:before {
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-links .more-news:hover i:before {
	right: -5px;
	color: #000;
}
*/

.googleMap-section {
}

/* Custom Popover */
.custom-popover {
    width: 250px;
    font-size: 10px;
}

.custom-popover .map-thumb {
    display: block;
    border: 1px solid #d3d3d3;
    margin: 0;
}

.custom-popover .map-thumb img {
    max-width: 100%;
}

.custom-popover h3 {
    display: block;
    margin: -5px 0 10px 0;
    text-align: center;
}

.custom-popover .search_results_title {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    color: #337ab7;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
}

.custom-popover .search_results_title:hover {
    text-decoration: underline;
}

.map-list {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    border: 1px solid rgba(51, 122, 183, 0.1);
}

.map-list li {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #fff;
}

.map-list li:nth-child(odd) {
    background: #fefefe;

}

.map-list li:nth-child(even) {
    background: rgba(51, 122, 183, 0.1);
}

.map-list li i {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

.map-list li.parents-item {
    font-size: 12px;
}

.sidebar-toggle-button {
    position: absolute;
    right: -40px;
    display: block;
    z-index: 1;
    width: 40px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #337ab7;
    border: 1px solid #337ab7;
    border-left: 0;
    font-size: 30px;
    top: 75px;
    line-height: 70px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-toggle-button:hover {
    background: rgba(51, 122, 183, 0.9);
    color: #fff;
}

.sidebar-toggle-button.active i.fa:before {
    content: "\f105";
}

.news-links .more-news:before {
    content: '[';
    padding-right: 5px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-links .more-news:after {
    content: ']';
    padding-left: 5px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#main-content .news-links .more-news:hover:before {
    right: 5px;
    color: #30ff84;
}

#main-content .news-links .more-news:hover:after {
    left: 5px;
    color: #30ff84;
}

#main-content .news-links .more-news:hover a,
#main-content .news-links .more-news:hover a:hover,
#main-content .news-links .more-news a:focus {
    color: #30ff84;
}

#main-content .post-date {
    color: #999;
}

.section-quick-links {
    float: right;
    margin-right: 10px;
}

.section-quick-links .primary-link {
    margin-right: 10px;
}

.section-quick-links span strong {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
}

#main-content .section-quick-links span {
    display: inline-block;
    padding-top: 0;
    margin-top: 0;
    margin-left: 10px;
    font-family: inherit;
    font-size: 12px;
    font-style: italic;
    line-height: 39px;
    color: #9d9ea0;
    float: none;
}

#main-content .section-quick-links span a {
    font-style: normal;
    margin: 0 3px 0 5px;
}

.comment-box {
    margin-bottom: 30px;
    /*height: 80px;*/
    /*overflow: hidden;*/
}

.comment-box .noImg {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 6px #999;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    padding-top: 7px;
    color: #999;
    margin: 3px 15px 0 0;
}

.comment-box .user-avatar {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    box-shadow: 0 0 6px #999;
    border-radius: 100px;
    margin: 3px 15px 0 0;
}

.comment-box .user-avatar img {
    display: block;
    border-radius: 100px;
    width: 56px;
    height: 56px;
}

.comment-box .comment-subject {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.comment-box .comment-by {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 14px;
}

.comment-box .comment-date {
    font-style: normal;
    color: #999;
}

.comment-box .comment-to {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
}

.comment-box .comment-by span,
.comment-box .comment-to span {
    font-weight: bold;
}


.whats-new-page .comment-box {
    display: flex;
    flex: 1 1 33%;
}

.whats-new-page .comments-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px;
}

@media (max-width: 767px){
    .whats-new-page .comment-box {
        flex: 1 1 auto;
    }
}


@media (max-width: 1200px){
    .whats-new-page .comment-box {
        flex: 1 1 50%;
    }
}

/************************/
/*** BioFarm - Styles ***/
/************************/

#page-content-wrapper {
    background: #f4f4f4;
}

.default-form label {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #006c96;
}

.default-form input {
    border: 1px solid #e9e9e9;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

.default-form input:focus {
    border-color: #1d80d8;
    box-shadow: inset 0 2px 3px rgba(29, 128, 216, 0.7);
}

.default-form input.other-field {
    display: none;
    width: 320px;
    max-width: 100%;
    position: absolute;
    margin: -20px 0 0 90px;
}


.default-form textarea {
    border: 1px solid #e9e9e9;
    line-height: 36px;
    min-height: 72px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

.default-form textarea:focus {
    border-color: #1d80d8;
    box-shadow: inset 0 2px 3px rgba(29, 128, 216, 0.7);
}

.default-form .checkbox-group label {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #006c96;
}

.default-form .btn-success {
    color: #fff;
    text-shadow: 0 -2px 0 #939393;
    line-height: 40px;
    padding: 0 35px;
    position: relative;
    background: #9dd474; /* Old browsers */
    background: -moz-linear-gradient(top, #9dd474 0%, #9dd474 47%, #40991b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9dd474 0%, #9dd474 47%, #40991b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9dd474 0%, #9dd474 47%, #40991b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd474', endColorstr='#40991b', GradientType=0); /* IE6-9 */
}

.default-form .btn-success:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    right: 0;
    height: 5px;
    border-radius: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    margin: auto;
}

.default-form .btn-success:hover {
    background: #94cc6b; /* Old browsers */
    background: -moz-linear-gradient(top, #94cc6b 0%, #94cc6b 20%, #388718 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #94cc6b 0%, #94cc6b 20%, #388718 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #94cc6b 0%, #94cc6b 20%, #388718 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94cc6b', endColorstr='#388718', GradientType=0); /* IE6-9 */
}

.default-form .btn-danger {
    color: #fff;
    text-shadow: 0 -2px 0 #939393;
    line-height: 40px;
    padding: 0 35px;
    position: relative;
    background: #d9534f; /* Old browsers */
    background: -moz-linear-gradient(top, #d9534f 0%, #d9534f 47%, #c9302c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9534f 0%, #d9534f 47%, #c9302c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9534f 0%, #d9534f 47%, #c9302c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9534f', endColorstr='#c9302c', GradientType=0); /* IE6-9 */
}

.default-form .btn-danger:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    right: 0;
    height: 5px;
    border-radius: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    margin: auto;
}

.default-form .btn-danger:hover {
    background: #c9302c; /* Old browsers */
    background: -moz-linear-gradient(top, #c9302c 0%, #c9302c 20%, #b21611 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9302c 0%, #c9302c 20%, #b21611 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9302c 0%, #c9302c 20%, #b21611 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9302c', endColorstr='#b21611', GradientType=0); /* IE6-9 */
}

.default-form .file-upload-group {
    display: none;
    margin: 5px 0;
}

.default-form .input-group-btn {
    padding-left: 0;
}

.default-form .file-upload-group h4 {
    display: block;
    margin: 15px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #006c96;
}

#page-content-wrapper .panel-default {
    font-family: 'Myriad Pro', sans-serif;
}

#page-content-wrapper .panel-default .panel-heading {
    font-size: 20px;
    line-height: 24px;
    background: #006c96;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #acacac;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#page-content-wrapper .panel-default .panel-body {
    padding: 15px 30px;
}

#page-content-wrapper .panel-table .panel-body {
    padding: 0;
}

.panel-sign-now .panel-body p {
    color: #006c96;
    font-size: 18px;
    line-height: 54px;
    margin: 0;
}

.panel-sign-now .panel-body p strong {
    font-weight: normal;
    color: #b93c3c;
}

.bio-section {
    border: 1px solid #eee;
}

.bio-section .title {
    position: relative;
    cursor: pointer;
}

.bio-section .title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f078";
    margin: 0 0 0 5px;
    color: #57595a;
    position: absolute;
    right: 15px;
    top: 8px;
}

.bio-section .title.collapsed:before {
    content: "\f077";
}


.bio-section .content-section {
    padding: 15px;
}

#redactor-modal .default-form [type="radio"]:checked + label,
#redactor-modal .default-form [type="radio"]:not(:checked) + label,
#redactor-modal .default-form [type="checkbox"]:checked + label,
#redactor-modal .default-form [type="checkbox"]:not(:checked) + label {
    margin-right: 15px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

/* Custom Checkboxes */
/* Base for label styling */
.default-form [type="checkbox"]:not(:checked),
.default-form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.default-form [type="checkbox"]:not(:checked) + label,
.default-form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* checkbox aspect */
.default-form [type="checkbox"]:not(:checked) + label:before,
.default-form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #8e8e8e;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    border-radius: 4px;
}

/* checked mark aspect */
.default-form [type="checkbox"]:not(:checked) + label:after,
.default-form [type="checkbox"]:checked + label:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #8e8e8e;
    transition: all .2s;
}

/* checked mark aspect changes */
.default-form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.default-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.default-form [type="checkbox"]:disabled:not(:checked) + label:before,
.default-form [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #8e8e8e;
    background-color: #ddd;
}

.default-form [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.default-form [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.default-form [type="checkbox"]:checked:focus + label:before,
.default-form [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #09ad7e;
}

/* Custom Radio Buttons */
.default-form [type="radio"]:checked,
.default-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.default-form [type="radio"]:checked + label,
.default-form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.default-form [type="radio"]:checked + label:before,
.default-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.default-form [type="radio"]:checked + label:after,
.default-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #006c96;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.default-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.default-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* hover style just for information */
.login-section label:hover:before {
    border: 1px solid #09ad7e !important;
}

/* Turn Off Number Input Spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Custom Select */

.default-form .select2-container--default .select2-selection--single {
    border: 1px solid #e9e9e9;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
}

.default-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 36px;
    padding: 0;
}

.default-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    height: 35px;
    background: #006c96;
    color: #fff;
}

.default-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    margin-top: 4px;
    position: relative;
}

.default-form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '';
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -15px;
    width: 0;
}

.default-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #1d80d8;
    box-shadow: inset 0 2px 3px rgba(29, 128, 216, 0.7);
}

.select2-results__option[aria-selected] {
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    line-height: 36px;
    color: #9ba0a5;
    padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #006c96;
}

.form-group * {
    outline: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #000;
}

#iframe-stmblpn-widget-1 {
    float: left;
}

.disabled {
    pointer-events: none;
}

.no-img-available {
    text-align: center;
    text-decoration: none;
    color: #bbb;
}

.no-img-available .fa-camera {
    display: block;
    font-size: 121px;
    padding: 50px 0 0 0;
}

.featured-articles {
    padding: 30px 0;
}

/* privileges Info - Modal */
#userPrev .ajax_link {
    display: none;
}

/* User Privileges - page */

.update-privileges h2 {
    display: inline-block;
    vertical-align: top;
}

.update-privileges .edit_header_text {
    display: inline-block;
    vertical-align: top;
    color: #f4aa00;
    text-transform: lowercase;
    position: relative;
    top: -5px;
    letter-spacing: 1px;
    padding-left: 5px;
}

.update-privileges .edit_header_text .btn {
    border-radius: 50%;
    outline: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    position: relative;
    top: -3px;
}

.update-privileges .edit_header_text .btn:focus {
    outline: 0;
}

.search-user-name {
    max-width: 320px;
}

.search-user-name .form-group {
    position: relative;
}

.search-user-name #user_button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.update-privileges .big-title .fa-lock {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#main-content .title.arrow-available:after {
    display: block;
}

/* Admin Panel */
#editor_menu {
    text-align: center;
    outline: 0;
}

.attach-content {
    display: block;
    max-width: 468px;
    width: 100%;
    background: #f0efed;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;

}

.find-objects {
    max-width: 460px;
    margin: auto;
}

.attach-detach-section .panel-default .panel-heading {
    font-weight: 600;
    line-height: normal;
}

.attach-detach-section .panel-default .small_text_attach {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/*Inbox */
.inbox-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inbox-section ul li {
    display: inline-block;
    vertical-align: top;
}

.inbox-section ul.inbox-tools {
    padding-top: 20px;
}

.inbox-section ul.inbox-tools.admin-active {
    padding-top: 5px;
    margin-bottom: 5px;
}

.inbox-section ul.inbox-tools.inbox-admin {
    padding-top: 0;
}

.inbox-tools {
    float: right;
    margin-right: 15px;
    line-height: normal;
}

.inbox-tools.inbox-admin {
    clear: right;
}

.inbox-tools li {
    margin: 0 5px;
    line-height: normal;
    padding: 0;
}

.inbox-tools li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.inbox-tools li a.disabled,
.inbox-tools li a:hover {
    color: #fff;
}

.inbox-tools li a {
    position: relative;
}

#main-content .inbox-tools li a span.badge {
    position: absolute;
    left: -20px;
    top: -10px;
    color: #fff;
    background: #f4aa00;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    line-height: 24px;
}

#main-content table.dataTable th {
    background-color: #3a7fc3;
    color: #fff;
}

#main-content table.dataTable td .name a {
    color: #3a7fc3;
    font-weight: bold;
}

.inbox-section .dataTables_wrapper {
    border: 1px solid #ddd;
}

.inbox-section .dataTables_wrapper .dataTables_info {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding: 5px 15px 0 15px;
}

.inbox-section .dataTables_paginate.paging_simple_numbers {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    vertical-align: top;
    border-bottom: 0;
    border-top: 0;
    margin: 0 0 0 -1px;
    border-radius: 0;
    line-height: 37px;
    padding: 0 10px;
    border-top: 0;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-right: 1px solid #ddd;
}


#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #3a7fc3;
    color: #fff !important;
    border-top: 0;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #3a7fc3;
    color: #fff;
    border-top: 0;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    line-height: 37px;
    margin: 0;
    border: 0;
}

.inbox-section .dataTables_wrapper .dataTables_paginate .ellipsis {
    line-height: 37px;
}

.inbox-section .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e9e9e9;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0 40px 0 10px;
    box-shadow: inset 0 2px 3px rgba(217, 217, 217, 0.7);
    background: #fff;
    font-size: 18px;
    font-weight: normal;
}

.inbox-section .dataTables_wrapper .dataTables_filter input:focus {
    box-shadow: none;
    outline: 0;
}

.inbox-section .dataTables_length {
    padding: 10px 0 0 15px;
}

.inbox-section .dataTables_filter {
    padding: 5px 5px 0 0;
}

.inbox-topbar {
    margin-top: 15px;
    margin-bottom: 15px;
}

.inbox-topbar .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #3a7fc3;
    height: 34px;
}

.inbox-topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 32px;
}

.inbox-topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 16px;
}

.inbox-footer {
    line-height: 34px;
    text-align: right;
}

.inbox-footer .btn-archive,
.inbox-footer .btn-delete {
    background: #e7e7e7;
    color: #000;
}

.inbox-footer a {
    font-size: 14px;
}

.inbox-footer .catBottom input {
    line-height: 34px;
    height: 34px;
}

/* Message / Mail Styles */
.message-wrapper {
    max-width: 720px;
}

.message-wrapper .row {
    display: block;
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
}

.message-wrapper .row-head {
    background: #337ab7;
    margin: 0;
}

.message-wrapper .row-body {
    background: #d3d3d3;
    margin: 0;
}

.message-wrapper .row-head p {
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
}


#discussion_form .message-wrapper .row-head input {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px dashed #fefefe;
    color: #fff;
}

.message-wrapper .row-head input:focus.
.message-wrapper .row-head hover:focus {
    border-bottom: solid;
}

#discussion_form .message-wrapper .row-body {
    padding: 15px 0;
}

#discussion_form .message-wrapper .row-body td {
    padding-bottom: 5px;
}

#discussion_form .message-wrapper .row-body textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0;
    resize: none;
}

.message-wrapper .btn-default[type="submit"] {
    display: inline-block;
    vertical-align: top;
    padding: 5px 35px;
    width: auto;
    font-size: 14px;

}

/* Ajax User Messages */
#globalWrapper .ajax_messages_table,
#globalWrapper .ajax_attachments_table_th,
#globalWrapper .ajax_attachments_table {
    font-size: 14px;
}

#globalWrapper .ajax_messages_table td,
#globalWrapper .ajax_attachments_table_th td,
#globalWrapper .ajax_attachments_table td {
    padding: 5px;
}

#globalWrapper .ajax_messages_table td a,
#globalWrapper .ajax_attachments_table_th td a,
#globalWrapper .ajax_attachments_table td a {
    font-size: 16px;
}

#globalWrapper .ajax_messages_table td a i.fa,
#globalWrapper .ajax_attachments_table_th td a i.fa,
#globalWrapper .ajax_attachments_table td a i.fa {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#globalWrapper .ajax_messages_table th,
#globalWrapper .ajax_attachments_table_th th,
#globalWrapper .ajax_attachments_table th {
    padding-left: 22px;
    font-family: 'Oswald', sans-serif;
}

#globalWrapper .ajax_messages_table th:first-child {
    padding-left: 30px;
}

#globalWrapper .ajax_messages_table.default-amt-table th:first-child {
    padding-left: 5px;
}

#globalWrapper .ajax_messages_table.objects_table th,
#globalWrapper .ajax_attachments_table_th th,
#globalWrapper .ajax_attachments_table th {
    padding-left: 5px;
}

#globalWrapper .ajax_messages_table.objects_table th:first-child {
    padding-left: 0;
    text-align: center;
}

#globalWrapper .ajax_messages_table td a.objects_table-user {
    font-size: 13px;
}

#globalWrapper td.messages-stats {
    font-family: 'Oswald', sans-serif;
    line-height: 36px;
    text-align: center;
}

.amt-email i.fa:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
}

.amt-email,
.amt-email:hover {
    text-decoration: none;
}

.amt-email:hover i.fa:before {
    content: "\f2b6";
    color: #98FB98;
    top: 2px;
}

.amt-date span {
    width: 60px;
}

.btn-left {
    display: block;
    position: relative;
    text-align: right;
}

.btn-right {
    display: block;
    position: relative;
    text-align: left;

}

#globalWrapper .ajax_messages_table td .btn-left i.fa,
#globalWrapper .table-striped td .btn-left i.fa {
    font-size: 21px;
    position: absolute;
    left: 15px;
    top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#globalWrapper .ajax_messages_table td .btn-right i.fa,
#globalWrapper .table-striped td .btn-right i.fa {
    font-size: 21px;
    position: absolute;
    right: 15px;
    top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#globalWrapper .ajax_messages_table td .btn-left:hover i.fa,
#globalWrapper .table-striped td .btn-left:hover i.fa {
    left: 5px
}

#globalWrapper .ajax_messages_table td .btn-right:hover i.fa,
#globalWrapper .table-striped td .btn-right:hover i.fa {
    right: 5px;
}

/* Redactor custom css */
#custom-rmt {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: -28px;
    line-height: 60px;
    padding: 0 48px;
}

#custom-rmt.redactor-modal-tabs a {
    font-size: 16px;
    margin-right: 0;
    padding: 0 10px;
}

#imageLinkTab {
    margin-bottom: -30px;
}

#imageLinkTab label {
    font-weight: 400;
    font-size: 13px;
}

#imageLinkTab input.form-control,
#imageLinkTab select.form-control {
    height: 30px;
    font-size: 13px;
}

.redactor-styles figure.redactor-component {
    position: relative;
}

#globalWrapper .img-mid-aligned {
    text-align: center;
}

.search-sp-images {
    position: relative;
}

#sp-images-search-results .ajax_srch_results .pager {
    position: relative;
    display: block;
    width: 100%;

    border: 1px solid #ddd;
    line-height: 32px;
    font-family: 'Oswald', sans-serif;
    padding: 0 15px;
}

#sp-images-search-results .ajax_srch_results .prev-page.disabled,
#sp-images-search-results .ajax_srch_results .next-page.disabled {
    opacity: 0.6;
    background: #f1f1f1;
    color: #ccc;
    font-weight: normal;
}

#sp-images-search-results .ajax_srch_results .prev-page {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #f1f1f1;
    color: #000;
    padding: 0 15px 0 10px;
    border-right: 1px solid #ddd;
}

#sp-images-search-results .ajax_srch_results .prev-page i.fa {
    margin-right: 5px;
}

#sp-images-search-results .ajax_srch_results .pager-results {
    display: block;
    width: 100%;
}

#sp-images-search-results .ajax_srch_results .next-page {
    position: absolute;
    right: 0;
    top: 0;
    background: #f1f1f1;
    color: #000;
    z-index: 2;
    padding: 0 10px 0 15px;
    border-left: 1px solid #ddd;
}

#sp-images-search-results .ajax_srch_results .prev-page:hover,
#sp-images-search-results .ajax_srch_results .next-page:hover {
    text-decoration: none;
    color: #fff;
    background: #3a7fc3;
}

#sp-images-search-results .ajax_srch_results .next-page i.fa {
    margin-left: 5px;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft {
    margin-bottom: 30px;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a {
    display: block;
    position: relative;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a img {
    width: 100%;
    /*height: auto;*/
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft > p {
    margin-bottom: 0;
}

#sp-images-search-results .ajax_link .redactor_modal_btn {
    font-size: 13px;
    line-height: 21px;
    height: 21px;
    text-transform: uppercase;
    border-top: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sp-images-search-results .ajax_link .redactor_modal_btn:hover {
    color: #fff;
    background: #3a7fc3;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a.contrib {
    display: block;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 0 5px;
    height: 24px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#redactor-modal .search-sp-images input {
    padding-right: 100px;
}

#redactor-modal .redactor-modal button:hover {
    color: #fff;
    background: #3a7fc3;
}

.search-sp-images button {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.redactor-styles figure.redactor-component {
	display: inline-block;
	vertical-align: top;
}*/

#globalWrapper .img-mid-aligned figure {
    display: inline-block;
}

#globalWrapper figure .image-link {
    /*display: inline-block;*/
    position: relative;
}

#globalWrapper .redactor-styles figcaption {
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-style: normal;
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #fff;
    text-align: center;
    font-family: inherit;
}

.full-content figure {
    display: table;
    vertical-align: top;
    position: relative;
}

.full-content figure img {
    max-width: 100%;
}

.full-content figcaption {
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-style: normal;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #fff;
    text-align: center;
    font-family: inherit;
}

#imageLinkTab .first-row {
    margin-left: -48px;
    margin-right: -48px;
    padding: 0 33px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

#imageLinkTab .first-row label {
    font-size: 14px;
    font-weight: 600;
}

#imageLinkTab .first-row input.form-control {
    height: 40px;
    font-size: 15px;
}

.redactor_toolbar li a.redactor_btn_redo {
    background: url("/styles/edit_redo.png") no-repeat;
}

.redactor_toolbar li a.redactor_btn_undo {
    background: url("/styles/edit_undo.png") no-repeat;
}

#globalWrapper .redactor-styles {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #57595A;
}

#globalWrapper .redactor-styles a {
    color: #337ab7;
}

#globalWrapper .redactor-styles a:hover {
    color: #23527c;
    text-decoration: underline;
}

#globalWrapper .redactor-styles h2 {
    font-size: 20px;
    font-weight: normal;
    color: #57595A;
    background: #eee;
    padding: 10px 15px;
    clear: both;
    margin-top: 30px;
}

#globalWrapper .redactor-styles h2:first-child {
    margin-top: 0;
}

#globalWrapper .redactor-styles h2:before {
    content: '';
    display: block;
    clear: both;
}

#globalWrapper .redactor-styles .image-left {
    float: left;
    clear: left;
    position: relative;
    margin: 0 15px 15px 0;
}

#globalWrapper .redactor-styles .image-right {
    float: right;
    clear: right;
    position: relative;
    margin: 0 0 15px 15px;
}

#globalWrapper .redactor-styles .image-center {
    float: none;
    margin: 15px auto;
    text-align: center;
    position: relative;
    clear: both;
}

#globalWrapper .redactor-styles .image {
    float: none;
    margin: 15px auto;
    text-align: center;
    position: relative;
    clear: both;
}

#globalWrapper .redactor-styles .image-left figure,
#globalWrapper .redactor-styles .image-right figure,
#globalWrapper .redactor-styles .image figure {
    margin: 0;
}

#globalWrapper .redactor-styles .image-left figure + br,
#globalWrapper .redactor-styles .image-right figure + br,
#globalWrapper .redactor-styles .image figure + br {
    display: none;
}

#globalWrapper .redactor-styles .image-left .caption,
#globalWrapper .redactor-styles .image-right .caption,
#globalWrapper .redactor-styles .image .caption {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 98%;
}

#globalWrapper .redactor-styles .image-center .caption {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 98%;
}

.no-img-available {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    min-height: 210px;
}

.no-img-available strong {
    display: block;
    text-align: center;
}

.no-img-available i.fa {
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-size: 112px;
    margin-top: 35px;
    padding-top: 0;
}

#main_div.edit_header_div .form-group.custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 300px;
    min-height: 110px;
}

#main_div.edit_header_div .form-group.custom-checkbox label {
    display: block;
    vertical-align: top;
    margin: 5px;
    width: 300px;
    border: 1px solid #f1f1f1;
    text-align: left;
    padding: 5px 5px 5px 45px;
    min-height: 100px;
    box-shadow: 0 0 3px rgba(110, 218, 68, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.custom-checkbox span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main_div.edit_header_div .form-group.custom-checkbox.selected label {
    border-color: #6eda44;
    box-shadow: 0 0 3px rgba(110, 218, 68, 1);
}

#main_div.edit_header_div .form-group.custom-checkbox.selected label span {
    color: #000;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.control--radio .control__indicator .fa {
    opacity: 0;
    -webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:focus ~ .control__indicator .fa {
    opacity: 1;
    font-size: 21px;
    position: absolute;
    top: -1px;
    right: -5px;

}

.control input:checked ~ .control__indicator .fa {
    opacity: 1;
    font-size: 21px;
    position: absolute;
    top: -1px;
    right: -5px;
}

.control input:checked ~ .control__indicator {
    background: #6eda44;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #6eda44;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

/* Image pages */
.empty_img {
    font-weight: normal;
}

/*
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
*/
.attention {
    color: #E58F21;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.go-back-btn {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 0;
    text-transform: none;
    font-weight: normal;
}

.go-back-btn i.fa-share {
    transform: scale(-1, -1);
    margin-right: 10px;
}

.temporary {
    color: #37591a;
    position: absolute;
    right: 10px;
    z-index: 11;
    top: 5px;
}

/* Added by Matt for Object History pages */
.edit_body_div table.history_table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.edit_body_div table.history_table td, th {
    border: 1px solid #eee;
    padding: 16px;
    padding-bottom: 15px;
    white-space: nowrap;
}

.finddiv {
    position: absolute;
    z-index: 3;
    border: 2px outset #113;
    background-color: #F0F0F4;
    padding: 3px;
    width: 500px;
}


.ajax_link {
    color: #336699;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

/* Custom Vote */
/*.modalBody {display: none;}
.inn-img, figure .image-link {overflow: hidden}*/
.full-content .image .sv-box,
.inn-img .sv-box,
figure .sv-box {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background: rgba(211, 211, 211, 0.9);
    border-bottom-left-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear;
    z-index: 10;
}

.modal-content .sv-box {
    background: rgba(211, 211, 211, 0.9);
}

.full-content .image .sv-box.active,
.inn-img .sv-box.active,
figure .sv-box.active {
    right: 0;
    top: 0;
}

.sv-box.active .modalBody {
    display: block;
}

.full-content .image .sv-box a.showModal,
.inn-img .sv-box a.showModal,
figure .sv-box a.showModal {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.full-content .image .sv-box a.showModal.active,
.inn-img .sv-box a.showModal.active,
figure .sv-box a.showModal.active {
    z-index: 999;
    left: -30px;
    bottom: -30px;
}

.full-content .image .sv-box a.showModal.active .fa-thumbs-up,
.inn-img .sv-box a.showModal.active .fa-thumbs-up,
figure .sv-box a.showModal.active .fa-thumbs-up {
    background: rgba(211, 211, 211, .9);
    color: red;
    font-size: 27px;
    width: 32px;
    height: 32px;
    line-height: 23px;
}

.inn-img .sv-box a.showModal.active .fa-thumbs-up:before,
figure .sv-box a.showModal.active .fa-thumbs-up:before {
    content: "\f057";
}

.full-content .image .sv-box .showModal i.fa,
.inn-img .sv-box .showModal i.fa,
figure .sv-box .showModal i.fa {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    background: #f4aa00;
    padding: 5px;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
}

.sv-box .line {
    border-bottom: 1px solid #fff;
    padding: 5px 8px;
    font-size: 12px;
    color: #57595a;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: left;
}

.sv-box .line.vs-box {
    border-bottom: 0;
}

.change-view-button {
    display: block;
    position: relative;
    background: #1fc600;
    padding: 15px 15px 15px 15px;
    min-height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    transition: all .5s ease-in-out;
    width: 150px;
    text-align: center;
    left: 0;
}

.change-view-button:hover,
.change-view-button:focus {
    text-decoration: none;
    background: #0eff00;
    color: #585858;
}

figure.image {
    display: table !important;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.align-center {
    display: table !important;
}

/*.image .caption {*/
/*display: block;*/
/*background-color: rgba(0, 0, 0, .5);*/
/*padding: 5px;*/
/*color: #fff;*/
/*font-size: 11px;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*bottom: 0px;*/
/*width: 98%;*/
/*box-sizing: border-box;*/
/*}*/


.image img, .image-left img, .image-right img, figure img,
.image a, .image-left a, .image-right a, figure a {
    display: inline;
}

.image {
    margin: 15px auto;
}

.image, figure {
    /*display: table;*/
    float: none;
    text-align: center;
    position: relative;
    /*clear: both;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

.inn-img figure, .image figure, figure figure {
    margin: 0 auto !important;
}

.image p {
    margin: 0;
}

.align-center {
    display: table;
    float: inherit;
    margin-left: auto !important;
    margin-right: auto !important;
}

.image-left {
    float: left;
    clear: left;
    position: relative;
    margin: 0 15px 15px 0;
}

.image-right {
    float: right;
    clear: right;
    position: relative;
    margin: 0 0 15px 15px;
}

figure.align-left {
    float: left;
    clear: left;
    margin: 0 15px 15px 0;
}

figure.align-right {
    float: right;
    clear: right;
    margin: 0 0 15px 15px;
}

figure.image img {
    margin: 0;
    display: inherit;
    outline: none;
}

.inn-img p {
    margin: 0;
}

figure figcaption, .image .caption, .image-left .caption, .image-right .caption, .inn-img .caption {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 10px;
    margin: 0;
}


figcaption:empty {
    display: none;
}

#tinymce figure {
    display: table !important;
    margin: 15px 0;
}

#tinymce table td {
    padding: 16px;
}

.caption:empty {
    display: none !important;
}

.caption a {
    display: inline-block;
}

.mce-tinymce {
    max-width: 1320px !important;
    margin: 0 auto !important;
}

/*padding: 16px;*/


/*
    PATCH - START - related to objects-list.
    Fix mobile display of List View page (https://app.asana.com/0/883970044513329/932014664228270/f)
 */
.custom-cards-grid .big-title.title.gray {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
}

.custom-cards-grid .big-title .flex-row {
    align-items: center;
    flex: 1 1 auto;
}

@media (max-width: 768px) {
    .custom-cards-grid .big-title.title.gray {
        padding: 0 !important;
        margin: 0 !important;
        background: initial;
        flex-direction: column;
    }

    .custom-cards-grid .big-title.title.gray .flex-row.gray {
        padding: 0 10px;
        background-color: #57595a;
    }
}

/*
    PATCH - END
*/


.image-navigation-arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-navigation-arrows a.navigation-arrows {
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    font-size: 8pt;
    text-decoration: none;
    color: #333;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-align: right;
}

.image-navigation-arrows a.navigation-arrows.prev-navigation-arrow {
    text-align: left;
}

.image-navigation-arrows a.navigation-arrows img {
    border-radius: 3px;
    box-shadow: 2px 2px 2px #333333;
    margin-bottom: 3px;
}

.user-menu .username-btn .fa-bell {

    color: #ffb202;
}

.user-menu .badge {
    background-color: #ff3b01;
    color: #fff;
    font-size: 10px;
    margin: 0;
    border-radius: 50%;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.d-none {
    display: none;
}

.m-t-0 {
    margin-top: 0;
}

.btn-sm {
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px;
}

.go-to-suggestion {
    padding: 8px 0;
    font-size: 16px;
    color: #666;
}

.go-to-suggestion .intro {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.go-to-suggestion a {
    margin: 0 6px;
}


.no-spacing {
    padding: 0 !important;
}

.clickable {
    cursor: pointer;
}


.tinymce_redactor {
    /*margin: 0;*/
    padding: 16px 18px;
    color: #444950;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 1em;
    /*line-height: 1.5;*/
    /*box-sizing: border-box;*/
}

.cards-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cards-list .custom-card-item {
    flex: 0 1 30%;
    margin: 10px;
    text-align: left;
}

.cards-list .custom-card-item .cci-thumb {
    height: 300px;

}

@media (max-width: 1200px) {
    .cards-list .custom-card-item {
        flex: 1 1 auto;
    }
}



