/* ---------------------------------------------------------------------- Imports */
/*------------------------------------------------------------------------- Vars */
@font-face {
  font-family: "Socialico";
  src: url(../fonts/Socialico.otf);
}
.social {
  font-family: "Socialico";
}
.sans {
  font-family: 'Open Sans', sans-serif;
}
.serif {
  font-family: 'Rufina', serif;
}
.caps {
  text-transform: uppercase;
}
/*------------------------------------------------------------------------- Site Layout */
body {
  background-image: url(../images/bg-body.png),url(data:image/svg+xml;base64,<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="#9ee6f2" stop-opacity="1"/><stop offset="50%" stop-color="#fcbd7f" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>);
  background-image: url(../images/bg-body.png),-moz-linear-gradient(-90deg, #9ee6f2 0%, #fcbd7f 50%);
  background-image: url(../images/bg-body.png),-webkit-linear-gradient(-90deg, #9ee6f2 0%, #fcbd7f 50%);
  background-image: url(../images/bg-body.png),-o-linear-gradient(-90deg, #9ee6f2 0%, #fcbd7f 50%);
  background-image: url(../images/bg-body.png),linear-gradient(180deg, #9ee6f2 0%, #fcbd7f 50%);
  background-attachment: fixed;
  color: #0a4680;
  padding: 40px 0 0 0;
  font-size: 16px;
}
a {
  color: #117adf;
}
a:hover {
  color: #0a4680;
}
.logo {
  margin: 20px auto 0 auto;
}
h2 {
  font-weight: 300;
  font-size: 46px;
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
  color: #117080;
}
.btn-register {
  display: block;
  width: %100;
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+KXVybCguLi9pbWFnZXMvYmctPHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9InB1cnBsZSIgc3RvcC1vcGFjaXR5PSIxIi8+LnBuZzwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 50%), url(../images/bg-purple.png);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 50%), url(../images/bg-purple.png);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 50%), url(../images/bg-purple.png);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 50%), url(../images/bg-purple.png);
}
.btn-register:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.masthead {
  padding-bottom: 50px;
}
.event-details {
  padding-top: 22px;
  padding-bottom: 22px;
}
.event-details p {
  font-size: 18px;
  font-weight: 700;
  color: #67266e;
}
.event-details .glyphicon {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  height: 100px;
  font-size: 36px;
  color: rgba(220, 160, 102, 0.8);
}
.share-this {
  color: #b36d29;
  font-size: 16px;
}
.share-this span {
  display: block;
}
.share-this a {
  display: inline-block;
  font-size: 32px;
  color: #b36d29;
}
.share-this a:hover {
  text-decoration: none;
  color: #603a16;
}
.speakers-topics {
  padding: 30px 0;
  background-image: url(../images/diamond.png),url(data:image/svg+xml;base64,<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="#fdf8ca" stop-opacity="1"/><stop offset="80%" stop-color="#b5e3cf" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>);
  background-image: url(../images/diamond.png),-moz-linear-gradient(-90deg, #fdf8ca 0%, #b5e3cf 80%);
  background-image: url(../images/diamond.png),-webkit-linear-gradient(-90deg, #fdf8ca 0%, #b5e3cf 80%);
  background-image: url(../images/diamond.png),-o-linear-gradient(-90deg, #fdf8ca 0%, #b5e3cf 80%);
  background-image: url(../images/diamond.png),linear-gradient(180deg, #fdf8ca 0%, #b5e3cf 80%);
  border-top: 20px solid rgba(181, 227, 207, 0.2);
}
.speakers-topics h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #38946c;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: rgba(181, 227, 207, 0.4);
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
}
.speakers-topics .avitar {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 500px;
  border: 10px solid rgba(253, 248, 202, 0.5);
}
.speakers-topics h4,
.speakers-topics p {
  color: #235c43;
}
.speakers-topics a {
  color: #3fa77a;
}
.speakers-topics a:hover {
  color: #59c093;
}
.speakers-topics p {
  text-align: justify;
}
.speakers-topics p.text-center {
  text-align: center;
}
.speakers-topics h4 {
  font-size: 24px;
}
.speakers-topics h4.serif {
  color: #3fa77a;
}
p.intro {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.6em;
  margin-bottom: 50px;
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}
.sub-title {
  font-weight: 700;
}
.partners {
  padding: 30px 0;
  background-image: url(../images/bg-body.png),url(data:image/svg+xml;base64,<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="#c063ca" stop-opacity="1"/><stop offset="80%" stop-color="#b5e3cf" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>);
  background-image: url(../images/bg-body.png),-moz-linear-gradient(-90deg, #c063ca 0%, #b5e3cf 80%);
  background-image: url(../images/bg-body.png),-webkit-linear-gradient(-90deg, #c063ca 0%, #b5e3cf 80%);
  background-image: url(../images/bg-body.png),-o-linear-gradient(-90deg, #c063ca 0%, #b5e3cf 80%);
  background-image: url(../images/bg-body.png),linear-gradient(180deg, #c063ca 0%, #b5e3cf 80%);
  border-top: 20px solid rgba(192, 99, 202, 0.2);
}
.partners h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #8b3295;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: rgba(181, 227, 207, 0.4);
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
}
.background {
  padding: 30px 0;
  background-image: url(../images/bg-body.png),url(data:image/svg+xml;base64,<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="#fcbd7f" stop-opacity="1"/><stop offset="80%" stop-color="#fdf8ca" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>);
  background-image: url(../images/bg-body.png),-moz-linear-gradient(-90deg, #fcbd7f 0%, #fdf8ca 80%);
  background-image: url(../images/bg-body.png),-webkit-linear-gradient(-90deg, #fcbd7f 0%, #fdf8ca 80%);
  background-image: url(../images/bg-body.png),-o-linear-gradient(-90deg, #fcbd7f 0%, #fdf8ca 80%);
  background-image: url(../images/bg-body.png),linear-gradient(180deg, #fcbd7f 0%, #fdf8ca 80%);
  border-top: 20px solid rgba(220, 160, 102, 0.2);
  color: #b36d29;
}
.background a {
  color: #b36d29;
}
.background a:hover {
  color: #dca066;
}
.background h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #b36d29;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: rgba(253, 248, 202, 0.4);
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
}
.profil-links {
  padding: 15px 0;
}
.social-media {
  display: inline-block;
  margin-right: 10px;
}
.social-media:hover {
  text-decoration: none;
}
.social-media .social {
  display: inline-block;
  margin-top: -9px;
  float: left;
  font-size: 36px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
  p.intro {
    font-size: 22px;
    line-height: 26px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphiconshalflings-regular.eot');
  src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse:before {
  content: "\e159";
}
.glyphicon-collapse-top:before {
  content: "\e160";
}
