/* 
                Author     : Munjin Hasan Adil
*/

/* ------------------------------------------------------------------------- *
        Fonts
 * ------------------------------------------------------------------------- */
@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff2') format('woff2'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Black.woff2') format('woff2'), url('../fonts/Avenir-Black.woff') format('woff'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-BlackOblique';
    src: url('../fonts/Avenir-BlackOblique.eot');
    src: url('../fonts/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-BlackOblique.woff2') format('woff2'), url('../fonts/Avenir-BlackOblique.woff') format('woff'), url('../fonts/Avenir-BlackOblique.ttf') format('truetype'), url('../fonts/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir-Heavy.eot');
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-MediumOblique';
    src: url('../fonts/Avenir-MediumOblique.eot');
    src: url('../fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-MediumOblique.woff2') format('woff2'), url('../fonts/Avenir-MediumOblique.woff') format('woff'), url('../fonts/Avenir-MediumOblique.ttf') format('truetype'), url('../fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------------------------- *
        Base Setup
/* ------------------------------------------------------------------------- */
body {
    font-family: 'Avenir-Book'; 
    font-size: 16px;
    color: #3c1d6a;
}
* {outline: none;}

a {
    font-family: 'Avenir-Book'; 
    color: #3b6190; 
    font-size: 16px;
}

a:hover,
a:focus {
    color: #f7941d;
    text-decoration: none; 
}

a,
a:before,
a:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}

address,
cite,
em { font-style: italic; }

strong { font-weight: 700; }

img { 
    display: block; 
    max-width: 100%; 
    height: auto; 
    -webkit-backface-visibility: hidden; 
}

/* Base Headings Setup
----------------------------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
    font-weight: normal; 
    -ms-word-wrap: break-word; 
    word-wrap: break-word; 
}

h1 { font-size: 46px; font-family: 'Avenir-Medium'; color: #3c1d6a; margin-top: 0; margin-bottom: 25px;}
h2 { font-size: 30px; font-family: 'Avenir-Black';}
h3 { font-size: 38px; font-family: 'Avenir-Medium';}
h4 { font-size: 26px; margin-top: 30px; margin-bottom: 20px;}
h4 a { font-size: 27px;}
h5 { font-size: 23px; margin-top: 30px; margin-bottom: 20px;}

h6 { font-size: 19px; margin-top: 30px; margin-bottom: 15px;}
.h6-style1 {background: #cdc9e4; padding: 5px 10px; margin-top: 50px;}
.btn-default {
    background: #f7941d;
    padding: 4px 6px;
    margin-right: 4px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    width: 90px;
    font-family: 'Avenir-Heavy';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.btn-default:hover,
.btn-default:focus {
    background: #cbc8e2;
    color: #fff;
}
.btn-block {
    background: #f7941d;
    padding: 5px 30px;
    height: 50px;
    border: none;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Avenir-BlackOblique';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.btn-block:hover,
.btn-block:focus {
    background: #000;
    color: #fff;
}
.btn-info {
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    background: #3c1d6a;
    color: #cbc8e3;
    font-size: 20px;
    border: 3px solid #b1accc;
    border-radius: 10px;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.btn-info:hover,
.btn-info:focus {
    background: #000;
    color: #fff;
    border: 3px solid #b1accc;
    text-decoration: underline;
}
.btn-success {margin-top: 15px;}
header .sign-in-form .form-control {width: 130px !important; height: 25px; font-size: 13px; background-color: #e1e1e1; border-radius: 0; padding: 3px 10px; margin-right: 4px;}
.form-control {height: 50px; font-size: 22px; background: rgba(225,225,225,.8); border: 0;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-31 {margin-top: 31px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-45 {margin-top: 45px;}
.margin-right-5 {margin-right: 5px;}
.margin-right-15 {margin-right: 15px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-40 {margin-bottom: 40px;}
.gutter-left {padding-left: 0;}
.gutter-right-10 {padding-right: 10px;}
.inline-block {display: inline-block;}
section {padding: 40px 0 40px;}
ul {margin-bottom: 25px; padding-left: 25px;}
ol {margin-top: 15px; margin-bottom: 45px; padding-left: 25px;}
li {margin-bottom: 10px;}
ol ol, ol ul, ul ol, ul ul {margin-top: 15px; margin-bottom: 30px;}
.black {color: #000;}
.font-small {font-size: 15px;}
.font-medium {font-size: 18px;}
.back-to {font-size: 14px; font-weight: bold; color: #000; margin-right: 7px;}


/*================= Header ===================*/
header {
    background: #3c1d6a;
    padding-top: 40px;
}
.logo {margin-top: 10px; margin-bottom: 20px;}
header .form-inline {float: right;}
.sign-in-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #4c4c4c;
    font-size: 13px;
}
.sign-in-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4c4c4c;
    opacity:  1;
    font-size: 13px;
}
.sign-in-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4c4c4c;
    opacity:  1;
    font-size: 13px;
}
.sign-in-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4c4c4c;
    font-size: 13px;
}
.glyphicon-search {font-size: 20px; margin-top: -2px;}
header .container-fluid {padding: 0 5%;}
.nav-search {margin-left: 9px;}
.nav-search .dropdown-menu {padding-bottom: 10px;}
.nav-search .form-control {margin-top: 10px; padding-bottom: 10px;}
.submitBtn {margin-top:5px; background:#E7E7E7;}
.submitBtn:hover {background:#DADADA;}


/*================= Main Navigation ===================*/
.navbar-brand {display: none;}
.navbar-default {
    border: none;
    background: none;
    border-radius: 0; 
    margin-top: 15px;
}
.navbar-nav {float: right;}
.navbar-default .navbar-nav > li {}
.navbar-default .navbar-nav > li > a {
    color: #cbc8e2;
    font-family: 'Avenir-Book';
    font-size: 14px;
    padding: 0 10px 25px;
    background:url(../images/menu-divider.png) left 0 top 3px no-repeat;
}
.navbar-default .navbar-nav > li:first-child > a, .navbar-default .navbar-nav > li:last-child > a {background: none !important;}
.navbar {position: relative; z-index: 1000; min-height: 10px; margin-bottom: 0;}
.navbar-collapse {padding-left: 0; padding-right: 0;}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {color: #fff;}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {color: #fff; background-color: #3c1d6a; font-weight: bold;}
.dropdown-menu {z-index: 1000;}


/*================= Banner ===================*/
/*#banner {position: relative;}*/
#banner .carousel .carousel-inner .item img {width: 100%;}
#banner .carousel-caption {
    text-align: left;
    top: 100px;
    right: 0;
    left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#banner h3 {margin-bottom: 20px;}
.carousel-next-prev-control, .carousel-indicators {display: none;}
#banner-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4c4c4c;
    font-family: 'Avenir-MediumOblique';
    font-size: 18px;
}
#banner-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4c4c4c;
    opacity:  1;
    font-family: 'Avenir-MediumOblique';
    font-size: 18px;
}
#banner-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4c4c4c;
    opacity:  1;
    font-family: 'Avenir-MediumOblique';
    font-size: 18px;
}
#banner-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #4c4c4c;
    font-family: 'Avenir-MediumOblique';
    font-size: 18px;
}

/*================= Welcome Section ===================*/
.welcome {background: #cbc8e3; color: #3c1d6a; text-align: center;}
.welcome p {padding: 0 50px; line-height: 30px;}

/*================= content Section ===================*/
.content {background: #fff;}
video {width: 100%; margin-top: 5px; margin-bottom: 30px;}
.sidebar-title {font-family: 'Avenir-Black'; font-size: 24px; color: #3c1d6a; margin-top: 0;}
.sidebar-title span {color: #f7941d;}
hr {border-top: 1px solid #f7941d;}

/*================= Audio Library Section ===================*/
.audio-library {background: #cbc8e3;}
.audio-library h4 {font-family: 'Avenir-Black'; font-size: 30px; color: #3c1d6a; margin-top: 30px;}
.audio-library h5 {font-family: 'Avenir-Medium'; font-size: 26px; color: #3c1d6a;}
.audio-library-anchor {color: #f7941d; font-family: 'Avenir-Black'; font-size: 28px; text-decoration: underline;}
.audio-library-anchor:hover {color: #000; text-decoration: underline;}

/*================= Services Section ===================*/
.services {
    text-align: center;
    background: #3c1d6a;
    color: #cbc8e3;
}
.services a:hover h4 {color: #f7941d;}
.services-box {
    padding: 0px 5px; 
    margin-bottom: 30px;
}
.services h4 {text-align: center; font-family: 'Avenir-Black'; font-size: 19px; color: #cbc8e3; line-height: 24px;}
.services img {margin: 0 auto 35px;}
.services p {color: #cbc8e3; font-size: 13px;}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 769px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*================= Inner Page ===================*/
.sidebar-wrapper {padding-left: 25px;}
.inner-sidebar-title {font-family: 'Avenir-Black'; font-size: 26px; color: #3c1d6a; margin-top: 0; margin-bottom: 15px;}
.inner-sidebar-title img {margin-right: 12px;}
.inner-sidebar-title span {margin-top: 5px; display: inline-block;}
.lead {color: #3c1d6a; font-family: 'Avenir-Book'; font-size: 19px; margin-bottom: 30px;}
.lead a {font-family: 'Avenir-Black'; font-size: 20px; text-decoration: underline; color: #3c1d6a;}
.lead a:hover {color: #f7941d;}
.answer-11 {text-decoration: underline; color: #3c1d6a; clear: both;}
.answer-11:hover {color: #f7941d; text-decoration: underline;}
.inner-content-box {background: #3c1d6a; color: #fff;}
.inner-content-box h3 {font-family: 'Avenir-Black'; font-size: 30px; margin-top: 25px;}
.bio {font-size: 20px;}
.tab-content {margin-top: 30px; margin-bottom: 30px;}
.tab-content p {color: #000;}
.panel-group .panel {border-radius: 0; background: #704d91; border: 0; padding: 15px 30px; margin-bottom: 23px; margin-left: 20px; margin-right: 20px;}
.panel-title {color: #fff; font-size: 28px; font-family: 'Avenir-Black';}
.panel-body {background: #fff;}
.bio-rip {margin-top: 15px; font-size: 22px; padding-left: 10px; padding-right: 10px; line-height: 40px;}
.charles-bio {padding-right: 10px;}


/*================= Footer ===================*/
header .social-icons {margin-left: 7px; float: right;}
header .social-icons .btn {background: #a47db8;}
header .social-icons .btn-social-icon.btn-xs {width: 28px !important; height: 28px !important; border-radius: 28px;}
header .social-icons .fa {line-height: 26px !important; font-size: 15px !important;}
footer {color: #cbc8e3; background: #3c1d6a; padding-top: 55px; padding-bottom: 30px; font-size: 14px; text-align: center;}
.footer-nav {margin-bottom: 30px; padding-left: 0;}
.footer-nav li {display: inline-block;}
.footer-nav li a {
    color: #cbc8e3;
    font-family: 'Avenir-Book';
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #cbc8e3;
    line-height: 11px;
    display: block;
}
.footer-nav li a:hover {color: #f7941d;}
.footer-nav li:last-child a {border-right: 0;}
footer .social-icons {margin-bottom: 30px;}
footer .social-icons .btn {background: #cbc8e3;}
.social-icons ul {margin-bottom: 20px; padding-left: 0;}
.social-icons li {display: inline-block;  margin: 0 1px;}
.social-icons .btn-social-icon.btn-xs {width: 34px !important; height: 34px !important; border-radius: 30px;}
.social-icons .fa {line-height: 32px !important; font-size: 18px !important;}
.fa-youtube:hover {color: #fff !important;}
.social-icons i {color: #1b3256; font-size: 24px;}
.btn-facebook:hover {background: #3B5998 !important;}
.btn-twitter:hover {background: #11c1ff !important;}
.btn-youtube:hover {background-color: #c8462e !important;}
.btn-instagram:hover {background-color: #3d729a !important;}
.btn-pinterest:hover {background-color: #c61118 !important;}
.social-icons .btn:hover i {color: #fff;}
footer p {margin-bottom: 7px;}


/*================= Media ===================*/
@media (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
    #banner .carousel-caption {top:70px;}
    #banner h3 {font-size: 30px;}
}
@media screen and (max-width: 1000px) {

}
@media (max-width: 1200px) {
    .navbar-brand { display: none!important; }
    /* Navbar toggle on 992px */
    .navbar-header { float: none; }
    .navbar-left,
    .navbar-right { float: none !important; }
    .navbar-toggle { display: block; }
    .navbar-collapse { 
        border-top: 1px solid transparent; 
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); 
    }
    .navbar-fixed-top { 
        top: 0; 
        border-width: 0 0 1px; 
    }
    .navbar-collapse.collapse { display: none!important; }
    .navbar-nav { 
        float: none!important; 
        margin-top: 7.5px; 
        text-align: center; 
        margin: 20px 0 0 0; 
    }
    .navbar-nav > li { float: none; }
    .navbar-nav > li > a { 
        padding-top: 10px; 
        padding-bottom: 10px; 
    }
    .collapse.in { display:block !important; }

    .navbar-default .navbar-nav > li > a { 
        font-size: 15px; 
        border-left: none;
    }
    .navbar-default .navbar-collapse { border: none; }
    .navbar-default .navbar-nav > li:last-child { float: none; }
    .navbar-default .navbar-nav > li:last-child a {
        margin-top: 0;
        margin-bottom: 17px;
        height: 50px;
    }
    .navbar-default .navbar-nav > li > a {background: 0;}
    .nav-search .dropdown-menu {left: 0 !important; right: 0 important; text-align: center;}
}

@media screen and (max-width: 992px) {
    .logo {margin: 10px auto 20px;}
    .col2:before {border-top: 0;}
    .col3:before {border-top: 0;}
    .col4:before {border-top: 0;}
    .col5:before {border-top: 0;}
    .col6:before {border-top: 0;}
    .btn-info {font-size: 16px;}
    #banner .carousel-caption {top:50px;}
    #banner h3 {font-size: 24px;}
}
@media screen and (max-width: 768px) {
    .logo {margin: 10px auto 20px;}
    header .social-icons {display: none;}
    .navbar-default .navbar-brand {display: block; color: #fff;}
    .navbar-collapse {padding-left: 15px; padding-right: 15px;}
    .welcome p {padding: 0;}
    .btn-info {font-size: 16px;}
    header .form-inline {
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }
    header .form-group {
        float: left;
    }
    header .form-inline .btn-default {height: 26px; margin-left: 4px;}
    .gutter-left {padding-left: 15px; text-align: center;}
    .gutter-left img {margin: 0 auto; display: inline-block; margin-top: 15px;}
    .inner-sidebar-title {margin-top: 30px;}
    .nav-search .navbar-form {padding: 10px 0; min-height: 90px;}
    header .sign-in-form .form-control {margin-left: 4px;}
    .home-sidebar img, .sidebar-wrapper img {margin-left: auto; margin-right: auto; display: inline-block; float: none; text-align: center;}
}
@media screen and (max-width: 600px) {
    header .form-inline {text-align: center; display: block; }
    header .sign-in-form .form-control {margin: 0 auto; width: 190px !important;}
    header .form-group {float: none; text-align: center; justify-content: center; margin: 10px auto;}

}
@media screen and (max-width: 480px) {
}

/* Animated "x" icon */
.navbar-toggle { border: none; background: transparent !important; }
.navbar-toggle:hover { background: transparent !important; }
.navbar-toggle .icon-bar { 
    width: 22px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s; 
    transition: all 0.2s; 
}
.navbar-toggle .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
.navbar-toggle .middle-bar { opacity: 0; }
.navbar-toggle .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
.navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
.navbar-toggle.collapsed .middle-bar { opacity: 1; }
.navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);   
    transform: rotate(0); }

/* Dropdown Menu Setup */
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #3c1d6a;
}
.dropdown-menu {
    min-width: 270px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #cbc8e3;
    left: 0;
}
.nav-search .dropdown-menu {
    min-width: 270px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #cbc8e3;
    left: auto;
    right: 0;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover { border-color: #c87630;}

.dropdown-menu > li > a {
    padding: 11px 20px;
    color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #a47db8;
    color: #fff;
}
@media (min-width: 992px) {
    .article-content { width: 70.37%; }
    .sidebar { width: 29.63%; }
}


#roksearch_search_str { background-color: rgba(225,225,225,.8) !important; border: none!important; }
input::-webkit-input-placeholder {
    color: #555 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #555 !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #555 !important;
}

input:-ms-input-placeholder {  
    color: #555 !important;
}
footer p.bcs a{ text-decoration:underline;}
footer p.bcs a,footer p.bcs{color: #cbc8e3;font-size: 12px;}

#roksearch_search_str { 
    padding-left: 15px; 
    font-style: italic;
}

#roksearch_search_str { background: none; }

.services { padding: 51px 0 25px; }

.about-bottom-message {
    clear: both;
    margin-top: 51px;
}

.pagination-list { list-style: none; }

.icon-next:after {
    content: 'Next';
}

.icon-last:after {
    content: 'End';
}

.icon-previous:after {
    content: 'Prev';
}

.icon-first:after {
    content: 'First';
}

.limit { float: none!important; }

.glyphicon-search { font-size: 14px; }

.js-stools-field-filter { width: 285px; }

.js-stools .chzn-container { width: 283px!important; }

table {
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 20px;
}

.chzn-container {
    width: 65px!important;
    margin-left: 5px;
}

span {
    font-family: 'Avenir-Book'!important;
    /*font-size: 16px!important;*/
    /*color: #3c1d6a;*/
}

table ul { 
    padding-left: 0;
    list-style: none;
}

/*table > tbody > tr > td,
table > tbody > tr > th {
        border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}*/

@media (min-width: 768px) {
    .dl-horizontal dd { margin-left: 0; }

    .dl-horizontal dt { width: 23px; }

    .form-horizontal .control-label { text-align: left; }
}

h2 span.contact-name { font-size: 29px; }

/*.alert-error,
.alert {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
*/
.contact h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 25px;
}

.contact-address { margin-bottom: 5px; }

.contact .accordion-heading a {
    font-size: 21px;
    font-family: 'Avenir-Medium'!important;
    color: #3c1d6a;
    font-weight: normal;
}

.glyphicon { font-family: 'Glyphicons Halflings'!important; }

#news-carousel .item { height: 135px; }

.label-important { color: #797979; }

#jform_ftype_chzn { width: 273px!important; }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.nav-child {display:none;}
#alphabet{ text-align:center;}
#jform_profile_dob_img{height: 50px;  vertical-align: bottom; }
#jform_profile_dob{width: 92%; display: inline;}

.article-well {
    padding: 25px;
    background-color: #ffffff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 2px;
    margin-bottom: 23px;
    border: solid 1px #e0e0e0;
    background: #f8f8f8;
}
.searchlabel .checkbox {
    display: inline;
}
.margin-top{ margin:20px 0;}

#kunena .navbar-nav li a {
    font-family: 'Avenir-Book';
    color: #3b6190;
    font-size: 16px;
    background-color: transparent;
}

#kunena .navbar-nav li a:hover,
#kunena .navbar-nav li a:focus {
    color: #f7941d;
    text-decoration: none;
}

#myAudio,#myaudio {
    position: relative;
    margin: 25px auto;
    width: 100%;
    background: #3c1d6a;
    padding: 15px;
    height: 62px;
}
li.dreams{ cursor:pointer;}

.hasPopover{ display:block!important;}

.phrases-box{ margin-left:34px;}
.highlight{background: #c0c0c0; padding:0 4px;}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.mobile-menu,
.dream-doctor-news-mobile {
    display: none;
}

@media (max-width: 768px) {
    #login-form .form-group {
        float: left;
        width: 50%;
        padding-right: 6px;
        padding-left: 6px;
    }
    header .sign-in-form .form-control {
        width: 100%!important;
    }
    .navbar-default {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    #navigation-toggle span.nav-line:last-of-type {
        margin-bottom: 0!important;
    }
    .carousel-caption {
        position: relative;
        top: 0!important;
        background: #192f4d;
        border-top: 1px solid #11243d;
    }
    .banner-carousel .item img,
    .news-desktop,
    .home-sidebar .sidebar-title { display: none; }
    #banner h3 { margin-top: 0; }
    .roksearch-wrapper .btn-block,
    #roksearch_search_str { font-size: 13px!important; }
    .welcome p { display: none; }
    .dream-doctor-news-mobile {
        display: block;
        padding: 15px;
    }
    #news-carousel .item { height: 95px; }
    .audio-library { display: none; }
}

a.sidr-class-toggle-sidr-close:before {
    width: 31px;
    height: 31px;
    display: inline-block;
    text-align: center;
    padding: 0!important;
    background: #3498db!important;
}

.sidr {
    background: #11243d!important;
}

.sidr ul li {
    border-top: 1px solid #2c3848;
    border-bottom: 1px solid #0a0f17;
}
.dropdown.nav-search{ display: block!important; }
label[for="jform_joomlamailer_subscribe"]{display: inline-block!important; padding-left: 29px;}
#jform_joomlamailer_subscribe{margin-top: -25px; position: absolute;}

#roksearch_results span.small {display: inline!important; position: static!important;}

.margin-btm{margin-bottom:10px;}

#filter_ftype-lbl { display: none; }

@media (min-width: 992px) {
.js-stools .btn-wrapper { width: 521px; }
}

#filter_search,
.js-stools-container-bar .btn,
.js-stools-field-filter,
.js-stools-container-bar label { 
  float: left; 
	margin-right: 5px;
}

#kwho .container,
#kstats .container{ width: 100%; }

#kunena.layout .glyphicon-super {
  padding-left: 0!important;
  font-size: 16px;
}

#kunena.layout .profile-horizontal-top {
  min-height: 155px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: @screen-tablet) { 

  ::i-block-chrome, .row.safari-fix  {
    display:table!important;
  }
 ::i-block-chrome, .row.safari-fix [class*="col-"] {
    display:table-cell!important;
    float:none!important;
   width:auto!important;
   padding-left:2%!important;
   padding-right:2%!important;
  }

} /* end safari rounding bug hack */

.clear-both { clear: both; }

.forget{ color:#fff;font-size: 13px;    margin-right: 32px;}