@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
.member-dashboard{
    /*font-family: 'Raleway', sans-serif;
    font-size: 14px;*/
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(1, 1, 1);
    line-height: 1.214;
    font-weight: 300;
    padding-top: 10px;
}


.brand_logo
{
    float: left;
    border: 1px solid #dddfe2;
    box-sizing: border-box;
    background-color: white;
    position:relative;
    margin-top: 10px;
}
.col-sm-2.section_left {
    padding: 5px 0px 0px 15px;
}
.section_left ul {
    padding: 0px;
    margin-bottom: 16px;
    padding-top: 12px;
}
.section_left ul li {
    list-style: none;
    float: left;
    width: 100%;
}
.section_left ul li a{
    color: #000000;
    line-height: 28px;
}
.section_left ul li a:hover{
    color: #37c6f5;
}
.section_left ul li .site-name
{
    font-size: 19px;
    line-height: 24px;
    word-wrap: break-word;
    /*font-family: sans-serif;*/
    color: #492640;
}
span.site-description {
    width: 100%;
    float: left;
    color: #90949c;
    font-weight: bold;
    font-size: 14px;
    /*font-family: sans-serif;*/
    line-height: 16px;
}

#album .navbar-default {
    background-color: #ffffff;
}
.cus-profile .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding-top: 2px;
}
.navbar-header {
    float: left;
    width: 100%;
    padding: 0px 10px;
}
.cus-profile .main-menu {
    position: absolute;
}

.cus-profile .nav>li>a {
    padding: 4px 25px !important;
    font-size: 14px;
   /* border: 1px solid #b0a7a7;
    color: black !important;*/
}
#album .panel-default>.panel-heading {
    background-color: #ffffff;
    font-weight: 600;
}
.panel-gallery .panel-body {
    padding: 0px;
}
.gallery-item>.content {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .25s ease-in-out;
}
.panel-map .panel-body {
    padding: 0;
}
.panel-map .panel-body img {
    width: 100%;
}
.btn-sm{
    padding: 5px 30px;
    margin: 5px 0;
    border-radius: 15px;
}

.speaker-profile-details hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* style 6 */
.js {
    position: static;
}
.js .inputfile {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    /*z-index: -1;*/
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.inputfile-6 + label {
    color: #000000;
    border: 1px solid #37c6f5;
    background-color: #FFFFFF;
    padding: 0;
    width: 100%;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #37c6f5;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 100%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    float: left;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #ffffff;
    background-color: #37c6f5;
    display: inline-block;
    margin-left: -126px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #37c6f5;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.brand_logo img.strips.img-responsive {
    max-width: 100px;
}

img.strips.img-responsive {
    position: absolute;
    max-width: 150px;
    width: 70% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: transparent !important;
    border: 0;
    filter: grayscale(0%) !important;
}

.modal{
    z-index: 1000;
}

.strips, .pre-golden{
    display: none !important;
}
.cus-profile #header {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.member-list{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.member-list li{
    list-style: none;
    display: inline-block;
    width: 32.8%;
}
.member-list li .img-thumbnail{
    border: none;
    padding: 0;
}

/* hover */
/* general styling for all the hovers */

.hover {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hover img {
    display: block;
    position: relative;
}

.hover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hover button.info, .hover a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    border-radius: 0px;
    background-color: transparent;
}

.hover button.info:hover, .hover a.info:hover {
    box-shadow: 0 0 5px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

.hover button.nullbutton {
    border: none;
    padding: 0px;
    margin: 0px;
}

.hover button.nullbutton:hover {
    box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

.modal-open .modal, button:focus {
    outline:none!important
}

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
.point {
    cursor: pointer;
}
/* effect hover 1 */

.ehover1 img {
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.ehover1 .overlay {
    opacity: 0;
    background-color: rgba(0,0,0, 0.5);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ehover1 h2 {
    -moz-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    -o-transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
    transform: translatey(-100px);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ehover1 button.info {
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ehover1:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ehover1:hover .overlay {
    opacity: 1;
}

.ehover1:hover h2, .ehover1:hover button.info {
    opacity: 1;
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.ehover1:hover button.info {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.hover {
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    background-color: #ebebeb;
}
.committee-list .hover,.chairmans-list .hover{
    width: 120px;
    height: 120px;
}
.ehover1 .overlay{
    background-color: rgba(55, 198, 245, 0.9);
}
.overlay{
    display: table;
}
.hover h2{
    background: transparent;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}

.committee-rows .hover{
    width: 172px;
    height: 172px;
}
.committee-rows > div{
    margin-bottom: 25px;
}
@media (min-width: 1200px){
    .committee-rows > div{
        display: table-cell;
        height: 300px;
    }
}

.committee-rows{
    text-align: center;
}
.committee-rows img{
    filter: grayscale(100%);
}
.committee-heading h6{
    margin-bottom: 10px;
}
.committee-heading hr:first-child{
    margin-bottom: 5px;
}
.committee-heading hr:last-child{
    margin-top: 5px;
}

.committee-list li{
    width: 24% !important;
    display: inline-block/*table-cell*/;
}
.committee-list li .hover{
    border-radius: 0;
}
.member-list li .img-thumbnail{
    border-radius: 0;
}
.contact-div{
    padding: 15px;
}
h5{

    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
p{    margin-bottom: 5px; line-height: 1.55714em;}
.slider{
    margin-top: 0;
    position: relative;
}
.sm-hr{
    margin-top: 5px;
    margin-bottom: 15px;
}
.rounded{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #00baff;
}
.rounded img{
    position: absolute;
    top: 13px;
    left: 13px;
}
.panel-election h5{
    font-size: 14px;
    margin: 0 0 0px 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper.right-side{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffffe0;
    padding: 0px 5px 0px 7px;
    /* border-radius: 2px; */
    z-index: 5;
}
.upload-btn-wrapper span {
    background-color: white;
    border: 1px solid #ededed;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.input-group-addon{
    /*border: 1px solid #ededed;*/
    border: none;
}
.inputfile-6 + label{
    height: 30px;
}
.inputfile-6 + label strong {
    padding: 0.425rem 1.25rem;
}
.form-control, input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    /*padding: 0px 10px;

    border: 1px solid #ededed;
    background-color: white;*/

    height: 30px;
    margin-bottom: 0px;
    padding: 5px 10px;
    border: 1px solid #eee;
    background-color: white;
}

.img-responsive.icon-img{
    display: inline-block;
    width: 24px;
    float: left;
    margin-right: 5px;
}
.section_left .ul_tab li{
    margin: 4px 0;
}
.section_left ul li a{
    font-size: 12px;
}

.panel-heading .btn, .panel-body .btn, .fancybox-caption .btn{
    padding: 6px 15px;
    background-color: #37c6f5;
    color: white;
    border-radius: 5px;
    border: none;
}
.panel-heading .btn{
    margin-top: -8px;
    margin-right: -14px;
}
.panel-heading .btn:hover, .panel-body .btn:hover{
    background-color: #000000;
}
.btn-devent{
    background-color: #37c6f5;
    color: #fff !important;
}
#header{
    z-index: 2;
}
.modal .form-control:not(textarea), .inner-form .form-control:not(textarea){
    padding: 0px 10px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 3px;
}
.modal textarea.form-control, .inner-form textarea.form-control{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 12px;
}
textarea {
    height: auto !important;
}
.inner-form .js .inputfile,.inner-form  .inputfile-6 + label{
    padding: 3px 30px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 3px;
    font-size: 12px;
}
.inner-form .inputfile-6 + label strong {
    padding: 0.725rem 1.25rem;
    margin-left: -116px;
    border-radius: 5px;
}
.mandatory {
    color: #f02744;
    margin-left: 2px;
}
.mt-10{
    margin-top: 10px;
}
.cus-profile .navbar-nav>li{
    margin: 2px 5px;
}
.img-responsive{
    display: inline-block;
}

.fancybox-caption{
    overflow-y: auto;
    height: 100%;
}
textarea.form-control {
    padding: 10px;
}
/*.fancybox-caption .btn, #albumModal .btn{
    padding: 10px 18px;
}*/
.pd-r-0{
    padding-right: 0;
}
.pd-l-0{
    padding-left: 0;
}
.input-group-addon a{
    color: black;
    text-decoration: none;
}
.modal-title{
    display: inline-block;
}
.gallery-item>.content>.info>.title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.my-btn-action{
    margin-top: 5px;
}
.my-btn-action .btn{
    padding: 5px 10px 5px 10px;
}

.evn-odd h6{
    color: white;
}
.evn-odd{
    text-align: center;

}
.evn-odd .round img{
    max-width: 43px;
    max-height: 43px;
    margin-top: 15px;
}
.evn-odd .round{
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    margin-top: 16px;
}
.evn-odd > div:nth-child(odd){
    background-color: #37c6f5;
}
.evn-odd > div:nth-child(even){
    background-color: #393939;
}

.no-padd{
    padding: 0 !important;
}

.contact-method{
    color: white;
    list-style: none;
    padding: 30px;
    margin: 0;
}
.contact-method a{
    color: white;
}
.contact-method .fa{
    float: left;
}
.contact-method span{
    margin-left: 25px;
    display: block;
}
.contact-method li{
    margin: 10px;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
    vertical-align: middle;
}

.about-box article + [data-readmore-toggle], .about-box article[data-readmore] {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}
.about-box{
    background-color: #f7f7f7;
}

.about-box .btn{
    display: initial;
    border-radius: 35px;
}
.about-box .col{
    padding: 55px;
}
.about-box .col:first-child{

}
.about-box .col:last-child{
    padding: 15px 45px 15px 0;
    text-align: justify;
    font-size: 13px;
}
.bd-15{
    border: 15px solid #ffffff;
    z-index: 5;
    position: relative;
    margin-left: 30px;
}
.bg-green-box{
    position: absolute;
    width: 280px;
    height: 362px;
    bottom: -30px;
    left: 0;
    background-color: #a7cc00;
}

hr.hr-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

