/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/


/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/


/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */

#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}


/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */


/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */


/* Extra small devices (phones, less than 768px) */


/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}


/* max-width */

@media (max-width: 575px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}


/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}


/* span multiple screenwidths */

@media (min-width: 768px) and (max-width: null) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}


/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

#highlighted, .overlay.overlay-primary:after, .overlay-hover-content.overlay-primary:after{
  background-color: #f7f7f7 !important;
  border-bottom: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1{
  margin-top: 100px;
}

.modal-dialog.modal-rating{
  max-width: 60%;
}

.modal-dialog.modal-rating .modal-body.image-center{
  text-align: center;
}

.modal-dialog.modal-rating .modal-body img{
  width: 100%;
}

.slide-item .team-member{
  width: 110px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.slide-item .team-member h5 a,.slide-item .team-member p{
  color: black;
}

.feedback-item{
  height: 220px;
  display: flex;
}

.feedback-item .img{
  flex: 1;
}

.feedback-item .feedback-text{
  flex: 3;
}

 .feedback-fb-wrapper{
  height: 220px;
  overflow: hidden;
}


.feedback-fb-wrapper .feedback-fb-item{
  margin-bottom: 10px;
  background-color: rgb(247, 247, 247);
  padding: 10px;
  border-radius: .25rem!important;
  border: 1px solid rgba(0,0,0,.125);
}

.feedback-fb-wrapper .feedback-fb-item p{
  font-size: .9em;
  margin-bottom: 0;
}

.btn-primary.btn-red-lingva{
  background-color: #bf1b2c;
  border-color: #bf1b2c;
}

.btn-primary.btn-red-lingva:hover, 
.btn-primary.btn-red-lingva:focus, 
.btn-primary.btn-red-lingva:visited, 
.btn-primary:not([disabled]):not(.disabled).btn-red-lingva:active{
  background-color: #a01524;
  border-color: #a01524;
}