/* reset defaults */
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
} */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
	border-spacing: 0;
}
section { /* do not overlap sections, especially on mobile devices */
  clear: both;
}

.list ul {
  list-style: inside;
}

.list li {
  margin: 0 1em 0 1em;
}

body, button, input, select, textarea {
  color: #404040;
  font-family: 'lato', sans-serif;
  font-size: var(--f-normal);
  line-height: 1.5;
  font-style: normal;
}

h1, h2, h3 {
  text-align: center;
  margin: 0;
}

.t-small {
  font-size: small;
}


.margin-lr {
  margin-left: 15vw;/* 11.5em;*/
  margin-right: 13vw; /* 10em; */
}

.padding-t {
  padding-top: 1em;
}

.padding-t2x {
  padding-top: 2em;
}

.padding-t4x {
  padding-top: 4em;
}

.padding-t5x {
  padding-top: 5em;
}

.padding-t6x {
  padding-top: 6em;
}

.padding-b {
  padding-bottom: 1em;
}

.padding-b2x {
  padding-bottom: 2em;
}

.padding-b3x {
  padding-bottom: 3em;
}

.padding-b4x {
  padding-bottom: 4em;
}

.padding-b5x {
  padding-bottom: 5em;
}

.padding-b8x {
  padding-bottom: 8em;
}

.margin-b {
  margin-bottom: 1em;
}

.margin-b5x {
  margin-bottom: 5em;
}

.logobar {
  display: block;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.logobar img {
  height: 80px;
  width: auto;
}

.top-border {
  border-top: 1px solid var(--lightgrey);
}

.bottom-border {
  border-bottom: 1px solid var(--lightgrey);
}

.navbar {
  margin: 0.8em 0 0.8em 0;
}

.navbar ul li {
  display: inline-block;
  list-style: none;
  padding: 0em;
  padding-right: 1.5em;
}

.navbar a {
  color: var(--text-grey);
  font-size: small;
  text-decoration: none;
}

.navbar a.active {
  color: var(--text-darkgrey);
}




.events-navbar {
  margin: 0.4em 0 0.4em 0;
}

.events-navbar ul li {
  display: inline-block;
  list-style: none;
  padding: 0em;
  padding-right: 1.7em;
}

.events-navbar ul li:last-child {
  padding-right: 0em;
}

.events-navbar a {
  color: var(--text-grey);
  font-size: var(--f-x-small);
  text-decoration: none;
}

.events-navbar a.active {
  color: var(--orange);
}


.gallery {
  position: relative;
  float: left;
  width: 240px;
}


.gallery img {
  width: 100%;
  height: auto;
}

.gallery div:hover,
.gallery a:hover + div {
  opacity: 1.0;
  background: var(--orange);
}

.desc {
  background: var(--orange);
  font-size: small;
  opacity: 0.9;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.desc:first-letter {
  font-size: larger;
}

b { /* revert reset-defaults.css */
  font-weight: bold;
}

i { /* revert reset-defaults.css */
  font-style: italic;
}


.logo,
.site-title {
  text-align: center;
}

.logo {
  font-size: xx-large;
}

.bg-cover {
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.bg-cover-fixed {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg-pos-center-center {
  background-position: center center;
}

.bg-pos-center-top {
  background-position: center top;
}

.bg-pos-left-bottom {
  background-position: left bottom;
}

.employer-text {
  color: var(--text-darkgrey);
  font-size: small;
}

.employer-title {
  font-size: var(--f-3x-large);
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  color: var(--text-darkgrey);
}

.introduction {
  background-position: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.introduction2 {
  background: url(/assets/images/hatgrabber.jpg) no-repeat center center;
  background-size: cover;
}

.introduction3 {
  background: url(/assets/images/metal.jpg) no-repeat center center;
  background-size: cover;
}

.introduction4 {
  background: url(/assets/images/book_paprika.jpg) no-repeat center top;
  background-size: cover;
}


.introduction7 {
  background: url(/assets/images/bg_girl.jpg) no-repeat center top;
  background-size: cover;
}



.title {
  font-size: var(--f-4x-large);
  font-weight: 300;
  line-height: 1.1;
}


.events-title {
  font-size: x-large;
  font-weight: 300;
  line-height: 1.1;
  color: var(--text-darkgrey);
}


.introduction .title {
  text-align: left;
}

.fullwidth img {
  width: 100%;
}

.button {
  display: inline-block;
  border-radius: 5px;
  padding: 1em 2.5em 0.8em 2.5em;
  font-size: small;
  text-decoration: none;
  font-weight: bold;
}

.text-white {
  color: white;
}

.white {
  color: white;
  background: var(--orange);
}

.orange {
  color: var(--orange);
  background: white;
}

.buckets {
  background: white;
}

.buckets img {
  display: block;
  border: 0;
}

.buckets ul {
  margin: 0;
}

.buckets li {
  margin: 0 10px 0 10px;
  list-style-type: none;
}

.border {
  border: 1px solid var(--border-grey);
  background: var(--ultralightgrey);
}

.buckets li img {
  position: relative;
  margin-left:auto;
  margin-right: auto;
}

.moveup {
  top: -50px;
}

.bucket-title {
  font-size: medium;
  font-weight: bold;
  line-height: 1.1;
}

.bucket p {
  margin: 0 20px 0 20px;
  color: var(--text-grey);
  font-size: small;
  font-weight: normal;
  text-align: center;
  hyphens: manual;
}

.general-color {
  color: var(--text-grey);
}

.two-column {
  column-count: 2;
  padding-left: 2em;
  padding-right: 2em;
}


.imgcenter {
  text-align: center;
}

.imgcenter img {
  display:inline-block;
  margin:0 auto;
  padding-right: 2em;
  text-align:center;
}

dl {
  list-style: none;
  margin-right: 2em;
}

dt::before {
  vertical-align: middle;
  font-size: var(--f-5x-large);
  content: "\25A0   ";
  color: var(--orange);
}

dd {
  margin-top: -1.5em;
  margin-left: 4.1em;
}

.footer ul {
  list-style: none;
}

.footer li::before {
  vertical-align: middle;
  content: "\25A0   ";
  font-size: xx-small;
  color: var(--orange);
  padding-right: 1em;
}

.footer li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--orange);
}

.footer a {
  text-decoration: none;
  color: inherit;
}

.search {
  box-sizing: border-box;
}

.search input,
.search button {
  max-width: 20%;
  color: var(--advertisement-darkblue);
  background: var(--orange);
  font-size: medium;
  border-radius: 0;
  border: 1px solid var(--orange);
  padding: 0.5em 1em 0.5em 1em;
  height: 2em;
  vertical-align: bottom;
}

.search button > span {
  font-size: x-large;
  line-height: 0.5em;
  color: var(--advertisement-blue);
  text-indent: -1em;
  text-shadow:
  0 1px #fff,
  0 -1px #000;
}

.shadow {
  text-shadow:
  0 1px #fff,
  0 -1px #000;
}

.shadow-white {
  text-shadow: 0 -1px var(--text-grey);
}

.shadow-blur {
  text-shadow: 0 4px 2px #000;
}

.shadow-heavyblur {
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 1px #000;
}

.search > :first-child {
  color: var(--text-grey);
  background: var(--advertisement-darkblue);
  max-width: 80%;
  border-right: 0;
  font-style: italic;
}

.paragraph {
  margin-top: 2em;
}

.paragraph h1,
.paragraph h2,
.paragraph article {
  color: var(--text-darkgrey);
  text-align: left;
  border-radius: 2px;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0.5em 0em 0.5em 0;
  font-size: small;
}

.paragraph h1,
.paragraph article {
  border: 1px var(--border-grey) solid;
}

.paragraph h2 {
  border: 1px var(--orange) solid;
  background: var(--orange);
}

.paragraph h3 {
  text-align: left;
  font-weight: bold;
  font-size: large;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.paragraph p,
.paragraph ul {
  color: var(--text-grey);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.paragraph img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.paragraph article {
  margin-bottom: 5em;
}

.center-tmp {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}


.bigsearch {
  box-sizing: border-box;
  border-bottom: 5px #000 solid;
}

.bigsearch input,
.bigsearch button {
  max-width: 20%;
  width: 20%;
  color: var(--text-gray);
  background: var(--orange);
  font-size: medium;
  border-radius: 0;
  border: 0;
  padding: 0.5em 1em 0.5em 1em;
  height: 3em;
  vertical-align: bottom;
}

.bigsearch button > span {
  font-size: small;
  line-height: 0.5em;
  color: white;
  text-indent: -1em;
}

.bigsearch > :first-child {
  color: var(--text-grey);
  background: white;
  max-width: 80%;
  width: 80%;
  border-right: 0;
  font-style: italic;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.twocolumns,
.twocolumns-responsive {
  display: flex;
  margin-bottom: 1em;
  clear: both;
}

.twocolumns h1 a,
.twocolumns-responsive h1 a {
  text-decoration: none;
  color: inherit;
}

.twocolumns > *,
.twocolumns-responsive > * {
  flex: calc;
}

.twocolumns .initial,
.twocolumns-responsive .initial {
  flex: initial;
}

.to-left,
.to-left h1,
.to-left h2,
.to-left h3 {
  text-align: left;
}

.to-right,
.to-right h1,
.to-right h2,
.to-right h3 {
  text-align: right;
}

.twocolumns > :first-child {
  margin-right: 1em;
}

.twocolumns h1,
.twocolumns h2,
.twocolumns p {
  margin: 0;
}

.twocolumns.small h1 {
  color: var(--text-darkgrey);
  font-weight: bold;
  font-size: small;
}

.twocolumns.small h2 {
  color: var(--text-darkgrey);
  font-weight: normal;
  font-size: small;
}

.twocolumns.small p {
  color: var(--text-grey);
  font-weight: normal;
  font-size: small;
  hypens: manual;
}


.twocolumns.normal h1 {
  color: var(--text-darkgrey);
  font-weight: lighter;
  font-size: xx-large;
}

.twocolumns.normal h2 {
  color: black;
  font-weight: normal;
  font-size: small;
}

.twocolumns.normal ul {
  color: black;
  font-weight: normal;
  font-size: small;
}

.twocolumns.normal li::before {
  vertical-align: middle;
  content: "\2295   ";
}

a#nostyle {
  opacity: 1.0;
  text-decoration: none;
  color: var(--text-darkgrey);
  background: none;
}

.nostyle a:hover {
  color: var(--text-darkgrey);
  background: none;
}

.card .desc {
  width: 100%;
  display: flex;
}

.card .desc > :first-child {
   flex: 6;
   background: var(--orange);
}

.card .desc > * {
  float:right;
  flex:1;
  padding: 0.5em 1em 0.5em 1em;
  font-weight:bold;
  font-size:large;
  opacity:0.8;
}

.card .desc a {
  opacity: 1.0;
  text-decoration: none;
  color: white;
  background: var(--text-grey);
}

.card .desc a:last-child {
  text-decoration: none;
  color: white;
  background: var(--text-darkgrey);
}

.card .desc a:hover,
.card .desc a:hover div {
  background: white;
  color: black;
}


.card {
  position: relative;
  float: right;
  max-width: 480px;
  width: 100%;
}


.card img {
  width: 100%;
  height: auto;
}

.card div {
  opacity: 1.0;
}

.clearleft {
  clear: left;
}

/* youtube */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
    100 - Thin
    200 - Extra Light (Ultra Light, Hairline)
    300 - Light
    400 - Normal
    500 - Medium
    600 - Semi Bold (Demi Bold)
    700 - Bold
    800 - Extra Bold (Ultra Bold)
    900 - Black (Heavy)
*/


@font-face {
  font-family: 'Lato';
  src: url(/assets/fonts/LatoLatin-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fonts/LatoLatin-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fonts/LatoLatin-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fonts/LatoLatin-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* Colors and fonts */
/* TODO:
 * -nagyobb betumeret
 *
 *
 */

:root {
  --orange: #f6c01f;
  --text-grey: #a1b1bc;
  --text-gray: #a1b1bc;
  --text-darkgrey: #2c3e50;
  --text-darkgray: #2c3e50;
  --text-blueishgray: #778590;
  --text-blueishgrey: #778590;
  --lightgrey: #ecf0f3;
  --lightgray: #ecf0f3;
  --ultralightgrey: #fcfcfc;
  --ultralightgray: #fcfcfc;
  --border-grey: #e6ebef;
  --border-gray: #e6ebef;
  --advertisement-red: #ed1103;
  --advertisement-blue: #304354;
  --advertisement-darkblue: #222534;
  --faq-black: #1f2324;
  --f-5x-large: 3.5em;
  --f-4x-large: 3em;
  --f-3x-large: 2.5em;
  --f-normal: 13.5pt;
  --f-x-small: 0.7em;
  --f-xx-small: 0.5em;
}


/*
xx-large 32 px/24   pt / 2  em
x-large  24 px/18   pt / 1.5em
large    18 px/13.5 pt / 1.125em
medium   16 px/12   pt / 1  em (default)
small    13 px/10   pt / 0.8em
x-small  10 px/7.5  pt / 0.6em
xx-small  9 px/7    pt / 0.56em
*/
@media screen and (min-width: 1024px) {
  @supports (display: grid) {
    /* Four-column layout. Two center columns have a total max width of 50em: */
    .grid {
      display: grid;
      grid-template-columns: repeat(12, [colstart] 1fr);
      /*grid-template-rows: repeat(7, auto);*/
      grid-gap: 10px;
    }

    /* Center items by placing them in the two center columns: */
    .g-1-12 { grid-column: 1 / span 12;}  /* [123456789abc] */

    .g-1-4   {grid-column: 1 / span 4;}   /* [1234--------] */
    .g-5-8   {grid-column: 5 / span 4;}   /* [----5678----] */
    .g-9-12  {grid-column: 9 / span 4;}   /* [--------9abc] */

    .g-1-3   {grid-column: 1 / span 3;}   /* [123---------] */
    .g-4-6   {grid-column: 4 / span 3;}   /* [---456------] */
    .g-7-9   {grid-column: 7 / span 3;}   /* [------789---] */
    .g-10-12 {grid-column: 10/ span 3;}   /* [---------abc] */

    .g-4-9  {grid-column: 4 / span 6;}    /* [---456789---] */
    .g-4-10 {grid-column: 4 / span 7;}    /* [---456789a--] */
    .g-3-10 {grid-column: 3 / span 8;}    /* [--3456789a--] */

    .g-1-6   {grid-column: 1 / span 6;}   /* [123456------] */
    .g-7-12  {grid-column: 7 / span 6;}   /* [------789abc] */

    .g-1-8   {grid-column: 1 / span 8;}   /* [12345678----] */
  }
}

/* If no grid support, limit width to 50em and center align */
@supports not (display: grid) {
  .grid {
    max-width: 50em;
    margin: 0 auto;
  }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px)  {
/* TODO: ipad goes here */
  .clearleft { clear: none;}
}

@media only screen
and (min-width : 1024px)
and (max-width : 1600px)  {
  .clearleft { clear: none;}
}

@media only screen
and (min-width : 1920px) { /* Ultra big screen */
  .margin-lr {
    margin-left: calc( (100% - 55.5em) / 2 );/* 11.5em;*/
    margin-right: calc( (100% - 55.5em) / 2 ); /* 100%-67em; */
  }
}

@media only screen
and (max-width: 360px) { /* mobile phones */
  .g-1-4   {grid-column: 1 / span 12;}
  .g-5-8   {grid-column: 1 / span 12;}
  .g-9-12  {grid-column: 1 / span 12;}
  .margin-lr {
    margin-left:  0.5em;
    margin-right: 0.5em;
  }
  li.border {
    margin-top: 5em;
  }
  .clearleft { clear: none;}
  .two-column {
    column-count: 1;
    padding-left: 1em;
    padding-right: 1em;
  }
  .paragraph h2 {
    word-wrap: break-word;
  }
  .twocolumns-responsive {
    display: inline;
    margin-bottom: 1em;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

.col-lg-8 {
  width: 66.66666667%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  clear: both;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.clearfix, .clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
