
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-candidates-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: MyriadLike;
    src: url(/fonts/HindSiliguri-Regular.ttf);
}

@font-face {
    font-family: FranklinLike;
    src: url(/fonts/ArchivoNarrow-Bold.ttf);
}



body {
    background: #ffffff;
    color: #666666;
    font-family: 'Poppins', helvetica;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    color: #292929;
    font-size: 14px;
    font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #551811;
  text-decoration: underline;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
}

::-moz-selection {
  background: #551811;
  color: #fff;
}

::selection {
  background: #551811;
  color: #fff;
}

:target {
    border: 2px dashed #D6A828;
    background-color: #d39e001c;
}

.btn {
  background: #333;
  border: medium none;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.dropdown-menu {
    background-color: #D6A828;
	white-space: nowrap;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #551811;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 5px;
  Xdisplay: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 10px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  color: #444444;
  font-family: 'Poppins', helvetica;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.05em;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

nav ul li a:first-letter {
	text-transform: uppercase;
}

nav ul li ul li {
	clear: both;
}

.logo {
  float: left;
}

.logo img {
  width: 120px;
  height: 66px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
    color: #551811;
}

#header {
    background: url("../images/bg_6.png") no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat:repeat-x;
    min-height: 400px;
    width: 100%;
}

.header-small {
    height: 160px !important;
    min-height: 160px !important;
}


#header .header-content {
    padding-top: 9em;
}

.header-content div .content div {
    padding: 6px;
    xbackground-color: rgba(253,219,158,0.3);
}

.header-content div .content div h1 {
    font-size: 40px;
    font-weight:900;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #FED18C;
    letter-spacing: 2px;
    xfont-family: FranklinLike, 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
}

.header-content div .content div h2 {
    font-size: 42px;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: MyriadLike;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #D6A828;
}

.header-content div .content div h3 span {
    font-size: 30px;
    font-weight: 300;
    font-family: MyriadLike;
    color: #D6A828;
}

.header-content div .content div h3 span a {
    color: #D6A828;
    font-weight: bold;
    font-size: 26px;
}

.header-content div .content div h3 span a .hydrated {
    background-color: #551811;
    border-radius:25%;
    padding:1px;
}


/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 20px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #551811;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  xobject-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #551811;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #551811;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  candidates
/*-----------------------------------------------------------------------------------*/

#candidates {
  position: relative;
  padding-bottom: 50px;
}

#candidates .candidates-list {
  margin-bottom: 50px;
}

#candidates .candidates-list .nav {
  display: inline-block;
  margin: 0;
}

#candidates .candidates-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#candidates .candidates-list .nav li:hover, #candidates .candidates-list .nav li.filter-active  {
  color: #551811;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#candidates .candidates-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.candidates-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.candidates-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #551811;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}


/*-----------------------------------------------------------------------------------*/
/*  BearCalendar
/*-----------------------------------------------------------------------------------*/


#bearcalendar {
  width: 100%;
  height: auto;
  background: #222222;
  color: #f48b00;
  padding-top: 160px;
}

#bearcalendar h2 {
  color: #f48b00;
}

    #bearcalendar a {
        color: #E0E0E0;
        text-decoration: underline;
    }

#bearcalendar a:hover {
  color: #fABD00;
}

#bearcalendar .btn-warning {
  background-color: #f48b00;
  color: #613804;
}

#bearcalendar .btn-success {
  background-color: #218838;
}

#bearcalendar .div-img-bg {
  padding-bottom: 20px;
  border: 16px solid #f48b00;
}

#bearcalendar .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -30px;
  margin-left: 30px;
  hxeight: 400px;
  object-fit: cover;
}


#bearcalendar .journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  position: relative;
}

#bearcalendar .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#bearcalendar .journal-block .journal-info {
  position: relative;
}

#bearcalendar .journal-block .journal-info a img {
  margin: 10px;
  border: 1px dashed #f48b00 !important;
}

#bearcalendar p {
    color: #E0E0E0;
}

#bearcalendar a {
        font-weight: bold;
}

.bearcalendar-btn {
    margin-left: 25px;
    background: #551811;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .bearcalendar-btn:hover, .bearcalendar-btn:focus {
        color: #D6A828;
    }

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
        #footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #551811;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

    #footer a {
        color: #613804;
    }

.credits {
    font-size: 13px;
}

.partner {
    background: #FEFEFE;
    padding: 8px;
    border: 0px;
    display: inline-block;
    width: 218px;
    height: 230px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 36px;
}

    .partner img {
        margin: 0;
        width: 200px;
        min-height: 200px;
        oxbject-fit: cover;
    }

    .partner a {
        color: #292929;
    }


.partner2 {
    background: #FEFEFE;
    padding: 6px;
    border: 0px;
    display: inline-block;
    width: 172px;
    height: 190px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 32px;
}

    .partner2 img {
        margin: 0;
        width: 140px;
        min-height: 140px;
    }

    .partner2 a {
        color: #292929;
    }

a img {
    border: none;
    padding: 0;
}

#main-nav #lang select {
    min-width: 174px;
	margin-top: 2px;
	height: 15px;
    padding: 0 0 0 6px;
    background: url(/MrBear/images/lang-switch-bg.png) no-repeat 0 0;
    border: 1px solid #613804;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    Xmoz-appearance: none;
    -Xwebkit-appearance: none;
    appearance: none;
}

#main-nav #lang select::-ms-expand {
	display: none;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
