/*
Theme Name: Nordik 2016
Theme URI: http://lenordik.com/
Author: SMITH
Author URI: http://smith.co/
Description:
Version: 1.0
License: Copyright (c)2016 Le Nordik
License URI: None
Tags: noTags
Text Domain: NORDIK
*/
/*
    Custom Variables
    Feel free to place your own custom variables here.
    Note that you also have access to all of Bootstrap's variables as it is
    included by default. If you want to make customizations to the Bootstrap
    default variables, look in ./bootstrap/less/variables.less
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "lity.css";
@import "../fonts/icons/nordik-font/stylesbed4.css?v=1.49";
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i%7CRaleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.ubermenu.ubermenu-main { background:none; border:none; box-shadow:none; }
        .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { border:none; box-shadow:none; }
        .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width { left:0; }
        .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop { margin-top:0; }
        .ubermenu-main.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop { margin-top:0; }

/*=======footer css popup=====*/
.footerone{
  background-color: rgb(213,97,63);
  background: linear-gradient(176deg, rgba(213,97,63,1) 17%, rgba(213,97,63,1) 22%, rgba(232,202,38,1) 50%);

}


/*===============end==========*/
/*new dayout popup*/
.popup-btn{
	position: absolute!important;
	
	left: 50%;
	transform: translate(-50%,-50%);
}

.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color:#ff9106;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	/*padding: 10px 80px;*/
	/*line-height: 30px;*/
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;

  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;

  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 100;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form#send input, form#send textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
form#send label{
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

/*.resp-sharing-button__link,*/
/*.resp-sharing-button__icon {*/
/*  display: inline-block*/
/*}*/
/*.resp-sharing-button__link {*/
/*  text-decoration: none;*/
/*  color: #fff;*/
/*  margin: 2px;*/
/*}*/
/*.resp-sharing-button {*/
/*  border-radius: 5px;*/
/*  transition: 25ms ease-out;*/
/*  padding: 6px 9px;*/
/*  transition: background-color .5s;*/
/*  -webkit-transition: background-color .5s;*/
/*  -moz-transition: background-color .5s;*/
/*  -o-transition: background-color .5s;*/
/*}*/
/*.resp-sharing-button__icon svg {*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  margin-right: 0.4em;*/
/*  vertical-align: top*/
/*}*/
/*.resp-sharing-button--small svg {*/
/*  margin: 0;*/
/*  vertical-align: middle*/
/*}*/
/*.resp-sharing-button__icon,*/
/*.resp-sharing-button__icon--solid,*/
/*.resp-sharing-button__icon--solidcircle {*/
/*  fill: #fff;*/
/*  stroke: none*/
/*}*/
/*.resp-sharing-button--facebook {*/
/*  background-color: #3b5998;*/
/*  border-color: #3b5998;*/
/*}*/
/*.resp-sharing-button--facebook:hover,*/
/*.resp-sharing-button--facebook:active {*/
/*  background-color: #2d4373;*/
/*  border-color: #2d4373;*/
/*}*/
/*.resp-sharing-button--twitter {*/
/*  background-color: #55acee;*/
/*  border-color: #55acee;*/
/*}*/
/*.resp-sharing-button--twitter:hover,*/
/*.resp-sharing-button--twitter:active {*/
/*  background-color: #2795e9;*/
/*  border-color: #2795e9;*/
/*}*/
/*.resp-sharing-button--linkedin {*/
/*  background-color: #0077b5;*/
/*  border-color: #0077b5;*/
/*}*/
/*.resp-sharing-button--linkedin:hover,*/
/*.resp-sharing-button--linkedin:active {*/
/*  background-color: #046293;*/
/*  border-color: #046293;*/
/*}*/
@media only screen and (max-width: 458px){
  
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{ font-size: 14px;}
  .popup .popup-content{
      left:42%;
  }
   .bana-moble-view{
      margin-left:17%;
      margin-top:-10%;
  }
}

/*new dayout popup end*/

/*neww*/
 
    @media screen and (max-width: 400px) {
  .moble-bana{
   display: none;
   
  }
  
  #nordik-nav{
      height:500px;
      width:min-content;
  }
  
  .bana-alng{
      margin-top:-12px;
  }
}

/*new end*/

/*new css index popup=======*/


.form-control:focus {
    border-color: #de8600;
    box-shadow: 0 0 8px #de8600;
}
.contact-modal {
    width: 600px;
    padding: 50px;
    margin: 30px auto;
}
.contact-modal h4 {
    font-size: 26px;
    display: inline-block;
}
.contact-modal .form-control, .contact-modal .btn  {
    min-height: 31px;
    border-radius: 1px;
    outline: none;
}
.contact-modal .btn-primary {
    min-width: 100px;
    background: #de8600;
    border: none;
}
.contact-modal .btn-primary:hover {
    background: #de8600;
}
.contact-modal .btn-primary:focus {
    box-shadow: 0 0 8px rgba(132, 100, 202, 0.6);
}
.contact-modal .btn-link {
    color: #de8600;
}
.contact-modal label {
    opacity: 0.9;
    font-weight: normal;
    font-size: 95%;
}
.contact-modal textarea {
    resize: vertical;
}
.contact-modal.modal-dialog {
    width: 416px;
}
.contact-modal .modal-header {
    padding: 20px 35px 14px;
}
.contact-modal .modal-content {
    border-radius: 1px;
}
.contact-modal .close {
    position: absolute;
    right: 35px;
    top: 18px;
}
.contact-modal .modal-body {
    padding: 20px 35px 35px;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/*new=========*/
    @media screen and (max-width: 400px) {
  .moble-bana{
   display: none;
   
  }
  
  #nordik-nav{
      height:500px;
      width:min-content;
  }
}


/* socila-footer */
.footerone {display: none;}

.footerone ul li{display: inline-block; padding: 10px 20px; }
.footerone ul li a{color: #fff;}
@media (max-width: 768px) {
  body {
        width: 100%;
  }
  #home .hero-container{
   padding-left: 25%;
  }
  .icon-bar {
    display: none;
  }
.footerone {
	position: fixed;left: 0;bottom: 0;width: 100%;
    color: white;text-align: 
    center;
    display:block;
    z-index: 999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.carousel{margin-top: 10px !important; width: 100% !important}
.footerone ul{margin-bottom: 0px !important;padding: 0px}
.footerone ul li{display: inline-block; padding: 6px 14px; }
.footerone ul li a{color: #fff;}
}

.modal-content {
    margin-left: 49px;
    
}




/*=========end=============*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.eot');
  src: url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://chelsea.lenordik.com/extensions/themes/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.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-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-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-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-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;

}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.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;
  -o-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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.ms-Button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.ms-Button:hover {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.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.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.primary-font-light {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.primary-font-light-italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.primary-font {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.primary-font-italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.primary-font-medium {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.primary-font-medium-italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
}
.primary-font-semibold {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.primary-font-semibold-italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.primary-font-bold {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.primary-font-bold-italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.secondary-font {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}
.secondary-font-italic {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.bodyfont {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.row.narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row.narrow > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.error404 {
  background-image: url("../images/example/birdseye.jpg");
  background-size: cover;
  background-position: center center;
}
.error404 .error404-inner {
  padding-top: 100px;
  height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  text-shadow: 0 1px 3px black;
}
.events-hero {
  /*height: 700px;
    background-color: @lightBackgroundColor;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: @lightTextColor;
    text-align: center;
    padding-top: 180px;
    background-color: @darkBackgroundColor;
    color: white;
    width: 100%;
    background-image: url("../images/example/hero.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;*/
}
@media (min-width: 2000px) {
  .events-hero {
    background-size: cover;
  }
}
.events-hero h1 {
  font-size: 72px;
  font-weight: 200;
  line-height: 70px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .container.calendarevents {
    width: 100%;
  }
}
#tribe-events {
  margin-bottom: 60px;
  padding-top: 100px;
}
#tribe-events .tribe-events-before-html {
  padding: 30px;
  border-top: 2px solid #0c0b09;
  border-bottom: 2px solid #0c0b09;
  margin-bottom: 30px;
}
#tribe-events .tribe-events-before-html:empty {
  display: none;
}
#tribe-events .tribe-events-after-html {
  padding: 30px;
  border-top: 2px solid #0c0b09;
  border-bottom: 2px solid #0c0b09;
  margin-top: 60px;
}
#tribe-events .tribe-events-after-html:empty {
  display: none;
}
#tribe-events .tribe_events_cat-cat1 {
  position: relative;
}
#tribe-events .tribe_events_cat-cat1 a:before {
  font-family: FontAwesome;
  content: "\f004";
  display: block;
  color: #0c0b09;
  text-align: center;
  font-size: 22px;
}
.tribe-events-day {
  padding: 0!important !important;
}
#tribe-events-content-wrapper {
  position: relative;
}
#tribe-events-content-wrapper .tribe-bar-disabled {
  position: absolute;
  top: 0;
  right: 0;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay {
  background: url("../images/texture-bois.jpg") no-repeat top center;
  background-size: cover;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay:after {
  clear: both;
  content: '';
  display: block;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title {
  padding: 60px;
  max-height: 475px;
  float: left;
  width: 43.666%;
  overflow: hidden;
  background: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day {
  background-color: #ffffff;
  padding: 60px;
  min-height: 255px;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .day_of_week {
  display: block;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  border-bottom: 1px solid #0c0b09;
  margin: 15px 0 0;
  padding: 0 0 35px;
  line-height: 25px;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .tribe-events-page-title {
  font-size: 9.5em;
  font-weight: 300;
  line-height: 118px;
  margin: 45px 0 0;
}
@media (max-width: 1200px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .tribe-events-page-title {
    font-size: 10.5em;
  }
}
@media (max-width: 480px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .tribe-events-page-title {
    font-size: 6.5em;
  }
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title {
    padding: 50px;
    width: 100%;
  }
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day {
    min-height: 270px;
  }
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .day_of_week {
    font-size: 1.9em;
  }
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title {
    padding: 30px;
  }
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day {
    padding: 35px;
  }
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_title .bloc_title_day .day_of_week {
    font-size: 1.5em;
  }
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav {
  min-height: 475px;
  background-color: #f2f0e3;
  float: left;
  width: 56.333%;
  overflow: hidden;
  border-left: 8px solid #ffffff;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget {
  padding: 60px 60px 0;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget {
    padding: 15px 15px 0;
  }
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget h2 {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper * {
  transition: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar {
  font-size: 1.5em;
  /*.tribe-events-present {
                                    a {
                                        color: @darkTextColor;
                                        font-weight: 600;
                                    }
                                }*/
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav {
  background: none;
  border: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav td,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav th {
  background: none;
  border: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav span {
  color: #0c0b09;
  font-weight: 300;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 18px;
  }
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav a {
  padding: 0 0 8px;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .tribe-mini-calendar-month-0 {
  font-size: 2.5em;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month {
  cursor: pointer;
  float: right;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month:focus,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month:hover {
  background: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month:before {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month span {
  color: #f2f0e3;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .next-month span:before {
  font-family: "nordik-font";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0c0b09;
  font-family: "nordik-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\78";
  font-size: 0.9em;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month {
  cursor: pointer;
  float: left;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month:focus,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month:hover {
  background: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month:before {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month span {
  color: transparent;
  position: relative;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav .prev-month span:before {
  font-family: "nordik-font";
  position: absolute;
  left: 0;
  top: 50%;
  color: #0c0b09;
  transform: translateY(-50%);
  font-family: "nordik-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\77";
  font-size: 0.9em;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav div {
  border-bottom: 1px solid #0c0b09;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-othermonth,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-past {
  background: none;
  border: none;
  opacity: 1;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  padding: 10px 0;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar th {
  background: none;
  border: none;
  color: #0c0b09;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead {
  background: none;
  color: #0c0b09;
  margin-bottom: 25px;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody {
  font-size: 0.9em;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-mini-calendar-no-event {
  color: #8a8c8e;
  padding: 15px 0;
  font-weight: 300;
  opacity: 0.5;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present {
  background: none;
  /*border: 1px solid @darkBorderColor;*/
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-thismonth {
  background: none;
  border: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a {
  color: #0c0b09;
  padding: 15px 0;
  font-weight: 300;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:before {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:focus,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:hover {
  position: relative;
  background-color: transparent;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:focus::before,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:hover::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #e5e5e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:focus::before,
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a:hover::before {
    width: 40px;
    height: 40px;
  }
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a.tribe-event-day-selected {
  border: 2px solid #0c0b09;
}
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a.tribe-event-day-selected:focus::before,
#tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav .event-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar a.tribe-event-day-selected:hover::before {
  display: none;
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .content_calendarDay .bloc_nav {
    width: 100%;
    border-left: none;
  }
}
#tribe-events-content-wrapper #tribe-events-content .block-title {
  background: #58595b;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 7px;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .block-title {
    padding: 10px;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured {
  background: #f2f0e3;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-featured {
    padding: 10px;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul li a {
  color: #0c0b09;
  font-size: 16px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul li a img {
  height: auto;
  margin-bottom: 1em;
  width: 100%;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-featured ul li a span.featured-date {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 16px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-notices {
  width: 100%;
  float: left;
  background: #0c0b09;
  border-radius: 0;
  border: none;
  color: #ffffff;
  margin: 0 0 18px;
  padding: 20px 35px 20px 14px;
  text-shadow: none;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-notices + .tribe-events-notices {
  margin-top: 10px;
}
#tribe-events-content-wrapper #tribe-events-content #tribe-events-day {
  max-width: 1140px;
  margin: 0 auto;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-ical {
  display: none!important;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot {
  margin-bottom: 5px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot.tribe-multiple-events .accordion-toggle h5 {
  padding-bottom: 15px;
  padding-top: 15px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot.tribe-multiple-events .accordion-toggle h5:first-child {
  padding-top: 0;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot.tribe-multiple-events .accordion-toggle h5:last-child {
  padding-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot.tribe-multiple-events .accordion-toggle .col-activities-names hr {
  margin: 0;
  width: calc(100% - 45px);
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle {
  cursor: pointer;
  background-color: #0c0b09;
  position: relative;
  padding: 20px 30px;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle:after {
  font-family: "nordik-font";
  content: "\75";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 300;
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle:after {
    top: calc(50% + 24px);
  }
}
@media (min-width: 992px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .row {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-hours {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    height: 40px;
  }
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-hours {
    width: 100%;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-hours .time {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-activities-names {
    border-left: 1px solid #ffffff;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-activities-names {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    padding-top: 20px;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-activities-names .tribe-events-list-duplicate-title {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-activities-names .tribe-events-list-duplicate-title {
    padding-bottom: 0;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .col-activities-names .tribe-events-list-duplicate-title:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle h5 {
  background: none;
  margin: 0;
  font-size: 18px;
  text-align: left;
  padding: 0 35px 0 25px;
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle h5 {
    padding-left: 0;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .accordion-toggle .time {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot.active .accordion-toggle:after {
  content: "\76";
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot h5 {
    padding: 0 25px 0 0;
  }
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .tribe-event-featured {
  background: transparent;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .tribe-event-featured .tribe-events-list-event-title a {
  color: #0c0b09;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .tribe-event-featured .tribe-events-event-image img {
  height: auto;
  width: 100%;
}
#tribe-events-content-wrapper #tribe-events-content .tribe-events-day-time-slot .tribe-event-featured .tribe-events-content {
  color: #0c0b09;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding: 30px 0;
  margin-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content:last-child {
  border-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content h2.tribe-events-list-event-title {
  color: #0c0b09;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 10px;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content h6 {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content .recurringinfo,
#tribe-events-content-wrapper #tribe-events-content .accordion-content .time-details {
  display: none;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-event-image {
  float: none;
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  #tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-event-image {
    margin-bottom: 20px;
    text-align: center;
  }
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-content.description p {
  line-height: 1.5em;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-content.description p:last {
  margin-bottom: 0;
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-event-meta {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  #tribe-events-content-wrapper #tribe-events-content .accordion-content .tribe-events-event-meta {
    padding: 0;
    border: none;
    background: none;
  }
}
#tribe-events-content-wrapper #tribe-events-content .accordion-content.default {
  display: block;
}
#tribe-events-content-wrapper #tribe-events-content #tribe-events-footer {
  border-top: none;
}
#tribe-events-content-wrapper #tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
  display: none;
}
footer {
  background-color: #0A1A3F;
  color: #ffffff;
  padding: 30px 0 40px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  footer {
    padding: 0 0 50px;
  }
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .divide {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer .divide {
    display: none;
  }
}
footer ul.quick-nav {
  margin: 0 0;
}
@media (max-width: 767px) {
  footer ul.quick-nav {
    margin: 0 0 30px;
  }
}
footer ul.quick-nav li {
  padding-left: 0;
  padding-right: 20px;
  margin-right: 16px;
  position: relative;
}
@media (min-width: 992px) {
  footer ul.quick-nav li:after {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #ffffff;
    z-index: 10;
    display: block;
    content: " ";
  }
}
@media (max-width: 767px) {
  footer ul.quick-nav li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    padding: 15px 20px;
    margin: 0 -15px !important;
    font-size: 14px;
    position: relative;
  }
  footer ul.quick-nav li:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 18px;
    display: block;
    background-color: transparent;
  }
  footer ul.quick-nav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer ul.quick-nav li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  footer ul.quick-nav li:last-child:after {
    display: none;
  }
}
footer ul.social-media {
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  footer ul.social-media {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer ul.social-media {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer ul.social-media {
    margin: 30px 0;
    text-align: center;
  }
}
footer ul.social-media li {
  margin: 0 0 0 0;
  padding: 0;
}
footer ul.social-media li:last-child {
  margin-right: 0;
}
footer ul.social-media li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 100px;
  height: 38px;
  width: 38px;
  padding: 0;
  margin: 0;
}
footer ul.social-media li a:hover,
footer ul.social-media li a:focus {
  background-color: #ffffff;
  color: #0c0b09;
  text-decoration: none;
}
footer select.form-control {
  background: #0c0b09;
  color: white;
  border-bottom: 3px solid #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  footer select.form-control {
    margin-bottom: 30px;
  }
}
footer select.form-control:focus {
  border-color: #ffffff;
  box-shadow: none;
}
footer select.form-control option {
  padding: 10px;
}
footer address {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media (max-width: 1199px) {
  footer address {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer address {
    margin-bottom: 30px;
  }
}
footer address strong {
  font-size: 17px;
  font-weight: normal;
}
footer .special {
  font-size: 17px;
  font-weight: bold;
}
footer .special .special-cta {
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer .btn {
    margin: 50px 0 50px;
  }
}
footer .secondary {
  font-size: 13px !important;
}
@media (min-width: 992px) {
  footer .secondary {
    margin-top: 8px !important;
  }
}
footer .terms-links {
  margin-top: 17px !important;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 991px) {
  footer .terms-links {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  footer .terms-links {
    text-align: left;
  }
}
footer .others {
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .others {
    display: block;
    margin-bottom: 20px;
  }
}
footer .locations {
  margin-top: 6px !important;
}
footer .locations a {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  footer .text-center-sm-max {
    text-align: center;
  }
}
footer ul.lang-menu {
  text-align: right;
  /*
        #lang_sel {

            ul {

                li {
                    min-width: 165px;
                    text-align: left;
                    a {
                        font-size: 13px;

                        &.lang_sel_sel {
                            border: none;
                            border-bottom: 2px solid @lightBackgroundColor;
                            background-color: @darkBackgroundColor;
                            color: @lightTextColor;
                            padding: 0 0;
                        }
                    }
                }
            }
        }*/
}
@media (max-width: 991px) {
  footer ul.lang-menu {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  footer ul.lang-menu li {
    border: 1px solid #ffffff;
    padding: 5px 20px;
  }
}
footer a.tel {
  font-family: sans-serif;
}
.legal {
  font-size: 11px;
  margin-top: 30px;
}
.btn-gift {
  padding-left: 50px !important;
}
.btn-gift .icon.nordik-gift-lines-thick {
  position: absolute;
  font-size: 25px;
  left: 10px;
  top: 5px;
}
body,
html {
  background-color: #ffffff;
  color: #0c0b09;
  font-size: 16px;
  height: 100%;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
body.modal-open {
  overflow: hidden;
}
* {
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-ligatures: none;
}
.disable-click a {
  cursor: default;
}
.dev {
  background-color: magenta;
  height: 100px;
  width: 100%;
}
.btn-document {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.btn-document:before {
  font-family: "nordik-font" !important;
  content: "\4d";
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
  color: #0c0b09;
}
.layout2.white .btn-document:before {
  color: #ffffff;
}
.layout1.white .btn-document:before {
  color: #0c0b09;
}
.black .btn-document:before {
  color: #ffffff;
}
.btn-document + br + .btn-document {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .btn + .btn {
    margin-top: -43px;
    padding-left:121px;
  }
}
.btn,
input[type=submit].btn,
.ms-Button {
  border-radius: 0;
  font-style: normal;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none!important;
  white-space: normal;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  /*
    &.btn-gift {
        padding: 15px 15px 15px 55px;

        &:before {
            font-family: "nordik-font" !important;
            content: "\73";
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 0;
            background-color: red;
            font-size: 25px;
        }

        &:hover,
        &:focus {
            &:before {
                //background-image: url(../images/gift-black.png);
            }
        }
    }
    */
}
@media (max-width: 767px) {
  .btn,
  input[type=submit].btn,
  .ms-Button {
    display: block;
  }
}
.btn.btn-nowrap,
input[type=submit].btn.btn-nowrap {
  white-space: nowrap;
}
.btn.btn-outline-white,
input[type=submit].btn.btn-outline-white,
.btn.btn-outline-black,
input[type=submit].btn.btn-outline-black,
.ms-Button {
  position: relative;
  padding: 11px 50px 11px 20px;
}
.btn.btn-outline-white:after,
input[type=submit].btn.btn-outline-white:after,
.btn.btn-outline-black:after,
input[type=submit].btn.btn-outline-black:after,
.ms-Button:after {
  /*font-family: "FontAwesome";*/
  /*content: "\f105";*/
  /*position: absolute;*/
  /*top: 3px;*/
  /*right: 15px;*/
  /*font-size: 26px;*/
}
.btn.btn-outline-white.btn-block,
input[type=submit].btn.btn-outline-white.btn-block,
.btn.btn-outline-black.btn-block,
input[type=submit].btn.btn-outline-black.btn-block {
  text-align: left;
}
.btn.btn-outline-white,
input[type=submit].btn.btn-outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
.btn.btn-outline-white:hover,
input[type=submit].btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
input[type=submit].btn.btn-outline-white:focus {
  background-color: #ffffff;
  color: #0c0b09;
  text-shadow: none;
}
.btn.btn-outline-black,
input[type=submit].btn.btn-outline-black,
.ms-Button {
  background-color: black;
  border: 2px solid #0c0b09;
  color: #ffffff !important;
  text-transform: uppercase;
    padding: 12px;
}
.btn.btn-outline-black:hover,
input[type=submit].btn.btn-outline-black:hover,
.btn.btn-outline-black:focus,
input[type=submit].btn.btn-outline-black:focus,
.ms-Button:hover {
  background-color: #0c0b09;
  color: #ffffff !important;
  text-shadow: none;
}
.push {
  margin-top: 30px;
}
.emailNotification {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  height: 112px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /*
    &:after {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 10px;
        font-size: 14px;
        background-color: rgba(0,0,0,.9);
        color: white;
        text-shadow: black;
        border-top-left-radius: 3px;
        content: "Le Nordik v0.0.106a";

        @media (max-width: @screen-xs-max){
            display: none;
        }
    }
    */
}
.header .nav-utility {
  background-color: rgba(13, 11, 9, 0);
  padding: 15px 0;
  transition: all .5s;
}
.header .nav-utility .logo-transform {
  width: 119px;
  height: 99px;
  background-position: bottom center;
  background-size: 120px;
  background-repeat: no-repeat;
  transition: all .5s;
  position: fixed;
  /*
            &.Nordik {
                background-image: url("../images/logo_white.png");
            }

            &.Thermea {
                background-image: url("../images/logo_white_thermea.png");
            }
            */
}
.header .nav-utility.active {
  /*background-color: #f5f5f5;*/
  /*
            .logo-transform {
                &.Nordik {
                    height: 57px;
                }

                &.Thermea {
                    height: 56px;
                }
            }
            */
}
.header .nav-utility.active .utility-navigation {
  /*height: 125px;*/
}
.header .nav-utility.active .navbar-nordik {
  top: 90px;
}
@media (max-width: 991px) {
  .header .nav-utility {
    display: none;
  }
}
.header .nav-utility ul {
  margin-top: 0 !important;
  /*margin-bottom: 111px !important;*/
}
.header .nav-utility ul.menu {
  list-style: none;
}
.header .nav-utility ul.menu li.menu-item {
  display: inline;
  margin-right: 20px;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link,
.header .nav-utility ul.menu li.menu-item.reservation-link,
.header .nav-utility ul.menu li.menu-item.search-link {
  position: relative;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a,
.header .nav-utility ul.menu li.menu-item.reservation-link a,
.header .nav-utility ul.menu li.menu-item.search-link a {
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a:before,
.header .nav-utility ul.menu li.menu-item.reservation-link a:before,
.header .nav-utility ul.menu li.menu-item.search-link a:before {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -12px;
  overflow: hidden;
  font-family: "nordik-font" !important;
  font-size: 25px;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a:before {
  content: url(../images/ico-gift.svg);
}
.header .nav-utility ul.menu li.menu-item.reservation-link a:before {
  content: url(../images/ico-book.svg);
}
.header .nav-utility ul.menu li.menu-item.search-link a:before {
  content: "\52";
}
.header .nav-utility ul.menu li.menu-item:last-child {
  margin-right: 0px;
  margin-bottom:43px;
}
.header .nav-utility ul.menu li.menu-item a {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header .nav-utility ul.menu li.menu-item a {
    font-size: 12px;
  }
}
.header .navbar-nordik {
  background-color: #FFA631;
  min-height: inherit;
  top: 129px;
  transition: all .5s;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .header .navbar-nordik.active {
    top: 7px;
  }
}
@media (max-width: 991px) {
  .header .navbar-nordik.active {
    background-color: #0c0b09;
  }
}
@media (max-width: 991px) {
  .header .navbar-nordik {
    top: 0;
    background-color: transparent;
  }
}
.header .navbar-nordik .navbar-collapse {
  max-height: calc(100vh - 69px);
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .header .navbar-nordik .navbar-collapse.in {
    background-color: #0c0b09;
  }
  .header .navbar-nordik .navbar-collapse.collapsing {
    background-color: #0c0b09;
  }
}
@media (max-width: 992px) {
  .header .navbar-nordik .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header .navbar-nordik .navbar-right {
    display: none;
  }
}
.header .navbar-nordik button.navbar-toggle {
  color: #ffffff;
  float: left;
}
.header .navbar-nordik .navbar-brand {
  padding: 0;
  background-color: transparent;
  text-align: center;
  position: absolute;
  left: 30%;
  right: 30%;
  top: 10px;
}
.header .navbar-nordik .navbar-brand img {
  height: 50px;
  margin: 0 auto;
}
.header .navbar-nordik ul.navbar-nav {
  font-size: 15px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .header .navbar-nordik ul.navbar-nav {
    margin: 0;
  }
}
.header .navbar-nordik ul.navbar-nav li.menu-item {
  position: relative;
  margin-bottom: 0;
}
.header .navbar-nordik ul.navbar-nav li.menu-item:after {
  position: absolute;
  right: 0;
  top: 15px;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  content: " ";
}
@media (max-width: 991px) {
  .header .navbar-nordik ul.navbar-nav li.menu-item:after {
    display: none;
  }
}
.header .navbar-nordik ul.navbar-nav li.menu-item:last-child:after {
  display: none;
}
.header .navbar-nordik ul.navbar-nav li.menu-item.open a {
  background-color: #201f1d;
}
.header .navbar-nordik ul.navbar-nav li.menu-item a {
  color: #ffffff;
  border-bottom: 3px solid #0c0b09;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .header .navbar-nordik ul.navbar-nav li.menu-item a {
    padding: 15px 10px 12px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .navbar-nordik ul.navbar-nav li.menu-item a {
    font-size: 15px;
    padding: 15px 20px 12px;
  }
}
.header .navbar-nordik ul.navbar-nav li.menu-item a:hover,
.header .navbar-nordik ul.navbar-nav li.menu-item a:focus {
  background-color: #0c0b09;
  border-bottom: 3px solid #ffffff;
}
.header .navbar-nordik ul.navbar-nav li.menu-item a .icon.nordik-arrow-down,
.header .navbar-nordik ul.navbar-nav li.menu-item a .fa.fa-chevron-down {
  font-size: 10px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 991px) {
  .header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu {
    padding-top: 0;
  }
}
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item:after {
  display: none;
}
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item:last-child a {
  border-bottom: 0;
}
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item a {
  color: #ffffff;
  background-color: #0c0b09;
  border-bottom: 1px solid #ffffff;
  text-shadow: none;
  padding: 15px 25px;
}
@media (max-width: 991px) {
  .header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item a {
    background-color: #201f1d;
    color: #ffffff;
  }
}
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item a:hover,
.header .navbar-nordik ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item a:focus {
  background-color: #ffffff;
  color: #0c0b09;
}
.header .utility-navigation {
  /*height: 113px;*/
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 18px;
  transition: all .5s;
}
.header .utility-navigation .utility-links {
  margin-bottom: -109px;
  margin-right: 50px;
  width: 100%;
  /* this caused a problem in Chrome */
}
.header .utility-navigation .utility-links:last-child {
  margin-right: 0;
}
.header .utility-navigation .utility-links ul {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
.header .utility-navigation .utility-links ul li {
  display: inline;
  margin: 0 20px 0 0;
  padding: 0;
}
.header .utility-navigation .utility-links ul li a {
  color: white;
  font-size: 15px;
}
.header .utility-navigation .utility-links ul li a:hover,
.header .utility-navigation .utility-links ul li a:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.header .utility-navigation .btn-group {
  /*
            Utility jump nav
            */
}
.header .utility-navigation .btn-group button {
  color: #ffffff;
  font-size: 15px;
  padding-right: 0;
  position: relative;
  top: 5px;
}
.header .utility-navigation .btn-group button span {
  margin-right: 7px;
  position: relative;
  top: 6px;
  font-size: 25px;
  text-decoration: none !important;
}
.header .utility-navigation .btn-group button:hover,
.header .utility-navigation .btn-group button:focus,
.header .utility-navigation .btn-group button:active {
  text-decoration: none !important;
}
.header .utility-navigation .btn-group button:hover span,
.header .utility-navigation .btn-group button:focus span,
.header .utility-navigation .btn-group button:active span {
  text-decoration: none !important;
}
.header .utility-navigation .btn-group ul.dropdown-menu {
  z-index: 3000;
  border-radius: 2px;
  border: none;
  padding: 0;
  overflow: hidden;
}
.header .utility-navigation .btn-group ul.dropdown-menu li a {
  padding: 7px 11px 5px;
  text-shadow: none;
  font-size: 15px;
}
.header .utility-navigation .btn-group ul.dropdown-menu li a span {
  margin-right: 7px;
  position: relative;
  top: 6px;
  font-size: 25px;
  text-decoration: none !important;
}
.header .utility-navigation .btn-group ul.dropdown-menu li a img {
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.mobile-inav {
  position: fixed;
  top: 12px;
  right: 0;
  z-index: 1002;
  width: 130px;
  text-align: center;
}
.mobile-inav button.btn {
  padding: 0;
  text-align: center;
  display: block;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.mobile-inav span {
  margin-right: 7px;
  position: relative;
  top: 5px;
  font-size: 20px;
  text-decoration: none !important;
}
.mobile-inav img {
  display: block;
  margin: 0 auto 2px;
}
@media (min-width: 992px) {
  .mobile-inav {
    display: none;
  }
}
.mobile-inav ul.dropdown-menu {
  left: auto;
  right: 0;
}
.mobile-inav ul.dropdown-menu li a {
  padding: 20px;
}
.mobile-inav ul.dropdown-menu li a img {
  display: inline;
  margin-right: 5px;
}
.header .nav-utility ul.menu li.menu-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 2px;
}
.header .nav-utility ul.menu li.menu-item:last-child {
  background: none;
  clip-path: none;
  order: 0;
}
.header .nav-utility ul.menu li.menu-item:last-child a {
  background: none;
  clip-path: none;
  order: 0;
}
.header .nav-utility ul.menu li.menu-item a {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  padding: 0 24px 0 22px;
 
}
.header .nav-utility ul.menu li.menu-item.giftcard-link {
  background-image: url(../images/bg-btn.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-right: 0;
  margin-left: -5px;
  order: 1;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a {
  color: #fff;
  padding-left: 56px;
  text-shadow: none;
  clip-path: polygon(10% 0%, 100% 0%, 100% 15%, 100% 85%, 100% 100%, 10% 100%, 0% 75%, 0% 25%);
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a:hover {
  background: #000;
}
.header .nav-utility ul.menu li.menu-item.giftcard-link a:before {
  top: 3px;
  left: 22px;
}
.header .nav-utility ul.menu li.menu-item.reservation-link {
  clip-path: none;

  padding: 0;
  margin-left: -0.2px;
  order: 1;
  
}
.header .nav-utility ul.menu li.menu-item.reservation-link a {
  padding-left: 56px;
}
.header .nav-utility ul.menu li.menu-item.reservation-link a:hover {
  background: #000;
}
.header .nav-utility ul.menu li.menu-item.reservation-link a:before {
  top: 3px;
  left: 22px;
}
.header .nav-utility ul.menu li.menu-item.search-link a {
  padding-left: 56px;
}
.header .nav-utility ul.menu li.menu-item.search-link a:before {
  top: 0;
  left: 22px;
}
.nav-utility.active .utility-navigation {
  margin-top: 15px;
  height: auto;
}
.navbar-fixed-top .nav-menu {
  display: none;
}
@media (max-width: 992px) {
  .navbar-fixed-top .nav-menu {
    float: right;
    text-align: right;
    display: flex;
    margin: 8px 10px 0 0;
    list-style: none;
  }
  .navbar-fixed-top .nav-menu li a {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    padding: 0 24px 0 22px;
    color: transparent;
    text-shadow: none;
  }
  .navbar-fixed-top .nav-menu li a:before {
    position: absolute;
  }
  .navbar-fixed-top .nav-menu li.reservation-link {
    clip-path: none;
    border: 2px solid #fff;
    padding: 0;
    margin-left: -0.2px;
    order: 1;
    width: 48px;
  }
  .navbar-fixed-top .nav-menu li.reservation-link a:hover {
    background: #000;
  }
  .navbar-fixed-top .nav-menu li.reservation-link a:before {
    content: url(../images/ico-book.svg);
    margin: 3px 0 0 0;
    left: 5px;
    top: 5px;
  }
  .navbar-fixed-top .nav-menu li.giftcard-link {
    margin-left: -5px;
    order: 0;
    padding: 2px;
    background-image: url(../images/bg-btn.png);
    background-position: left;
    background-repeat: no-repeat;
  }
  .navbar-fixed-top .nav-menu li.giftcard-link a {
    clip-path: polygon(10% 0%, 100% 0%, 100% 15%, 100% 85%, 100% 100%, 10% 100%, 0% 75%, 0% 25%);
    width: 60px;
  }
  .navbar-fixed-top .nav-menu li.giftcard-link a:before {
    content: url(../images/ico-gift.svg);
    margin: 3px 0 0 0;
    left: 15px;
    top: 5px;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.hero {
  background-color: #0c0b09;
  color: white;
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.hero .top-layer {
  z-index: 1000;
}
.no-touchevents .hero {
  background-attachment: fixed;
}
.touchevents .hero {
  background-size: cover;
}
.hero .background-image {
  background-color: #0c0b09;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 10s cubic-bezier(0.3, 0, 0.7, 1), opacity 2s ease;
}
.no-touchevents .hero .background-image {
  background-attachment: fixed;
}
.touchevents .hero .background-image {
  background-size: cover;
}
.hero .background-image.animate {
  opacity: 1;
  transform: scale(1);
}
.hero.darken-background .background-image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: " ";
}
.hero.home {
  padding-top: 100px;
  height: 100vh;
  display: flex;
  text-align: left;
  align-items: center;
  position: relative;
  min-height: 625px;
}
.hero.home.has-cta-bar {
  height: calc(100vh - 140px);
}
@media (max-width: 991px) {
  .hero.home {
    padding-top: 0;
    height: calc(100vh - 145px);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero.home {
    min-height: 500px;
  }
}
.hero.home h1 {
  font-size: 90px;
  line-height: 93px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  letter-spacing: 0.1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.5s 1 forwards;
}
@media (max-width: 991px) {
  .hero.home h1 {
    font-size: 38px;
    line-height: normal;
    text-align: center;
  }
}
.hero.home .cta {
  opacity: 0;
  animation: fadeInUp 1s ease-out 1s 1 forwards;
}
@media (max-width: 991px) {
  .hero.home .cta {
    text-align: center;
  }
}
.hero.home .cta a {
  margin-top: 20px;
}
.hero.home.darken-background:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: " ";
}
.hero.find {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  padding: 60px 0 50px;
}
.hero.find h2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 32px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.hero.find h2:before {
  height: 1px;
  width: 43%;
  content: " ";
  background-color: #ffffff;
  display: block;
  box-shadow: 0 1px 3px #0c0b09;
  position: absolute;
  left: -70px;
  top: 17px;
}
@media (max-width: 767px) {
  .hero.find h2:before {
    width: 20%;
    display: none;
  }
}
.hero.find h2:after {
  height: 1px;
  width: 43%;
  content: " ";
  background-color: #ffffff;
  display: block;
  box-shadow: 0 1px 3px #0c0b09;
  position: absolute;
  right: -70px;
  top: 17px;
}
@media (max-width: 767px) {
  .hero.find h2:after {
    width: 20%;
    display: none;
  }
}
.hero.home.videohome {
  display: none;
}
@media (max-width: 767px) {
  .hero.home.videohome {
    display: flex;
  }
}
.touchevents .hero.home.videohome {
  display: flex;
}
.hero-arrow {
  font-size: 60px;
  text-align: center;
  padding: 0 0 40px;
  line-height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero-arrow {
    display: none;
  }
}
.home-choice {
  background-color: #0A1A3F;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-choice {
    padding: 30px 0;
  }
  .home-choice .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-choice .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-choice a.quick-cta {
  display: table;
  width: 100%;
  text-align: left;
  color: #ffffff;
  transition: all .15s;
  border-radius: 5px;
}
.home-choice a.quick-cta:hover,
.home-choice a.quick-cta:focus {
  text-decoration: none;
}
.home-choice a.quick-cta:hover .quick-left,
.home-choice a.quick-cta:focus .quick-left {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .home-choice a.quick-cta {
    display: block;
    text-align: center;
  }
}
.home-choice a.quick-cta .quick-inner {
  display: table-row;
}
@media (max-width: 767px) {
  .home-choice a.quick-cta .quick-inner {
    display: block;
  }
}
.home-choice a.quick-cta .quick-inner .quick-left {
  display: table-cell;
  height: 90px;
  width: 90px;
  border: 2px solid #555555;
  border-radius: 90px;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .home-choice a.quick-cta .quick-inner .quick-left {
    display: block;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home-choice a.quick-cta .quick-inner .quick-right {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .home-choice a.quick-cta .quick-inner .quick-right {
    display: block;
    padding: 0;
  }
}
.home-choice a.quick-cta .quick-inner .quick-right span {
  display: block;
  text-transform: uppercase;
}
.home-choice a.quick-cta .quick-inner .quick-right span.line1 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-choice a.quick-cta .quick-inner .quick-right span.line1 {
    font-size: 14px;
  }
}
.home-choice a.quick-cta .quick-inner .quick-right span.line2 {
  display: block;
  color: #ffffff;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .home-choice a.quick-cta .quick-inner .quick-right span.line2 {
    font-size: 11px;
  }
}
.home-choice a.quick-cta .quick-inner .quick-right span.line2:after {
  font-family: "FontAwesome";
  content: "\f054";
  position: relative;
  right: 0;
  color: #555555;
  margin-left: 1em;
}
@media (max-width: 991px) {
  .home-choice a.quick-cta .quick-inner .quick-right span.line2:after {
    display: none;
  }
}
.home .hero-arrow {
  display: none;
}
.home-featured {
  background: #ffffff;
  padding: 29px 0;
  position: relative;
}
.home-blog {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}
.home-blog .blog-object {
  display: block;
  color: #0c0b09;
  padding: 0 0 20px;
}
.home-blog .blog-object:hover,
.home-blog .blog-object:focus {
  text-decoration: none;
}
.home-blog .blog-object .blog-title {
  height: 92px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.home-blog .blog-object .blog-photo {
  margin-bottom: 10px;
}
.home-blog .blog-object .blog-date {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #555555;
}
.home-blog .blog-object .blog-content {
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  height: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.home-blog .blog-object .blog-readmore {
  border-top: 4px solid #0c0b09;
  padding: 20px 0 10px;
  margin-top: 30px;
}
.home-blog .blog-object .blog-readmore i {
  font-size: 15px;
  color: #555555;
  margin-right: 10px;
}
.home-blog .blog-object .blog-readmore span {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.feature-box {
  height: 360px;
  color: white;
  position: relative;
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 1s ease-out;
}
.feature-box.static {
  background-size: cover;
}
.feature-box.has-link:hover,
.feature-box.has-link:focus {
  background-size: 100%;
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .feature-box {
    height: 400px;
  }
}
.feature-box .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0c0b09;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: transform 1s ease-out;
}
.feature-box .background-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  content: " ";
  transition: all 0.5s ease;
}
.feature-box:hover div.background-image,
.feature-box:focus div.background-image {
  transform: scale(1);
}
.feature-box .overlay {
  height: 100%;

  position: relative;
  transition: all 0.25s ease-in;
  z-index: 1;
  /*
        &:hover,
        &:focus {
            background-color: rgba(0,0,0,.9);
        }


        &.active {
            background-color: rgba(0,0,0,.9);

            .content:before {
                transition: all .35s ease-in;
                display: block;
                bottom: 10px;
                right: 10px;
                border-width: 0 0 20px 20px;
                border-color: transparent transparent rgba(255,255,255,1) transparent;
            }
        }
        */
}
.feature-box .overlay .content {
  padding: 0 25px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.feature-box .overlay .content:before {
  transition: all 0.35s ease-in;
  width: 20px;
  height: 20px;
  line-height: 20px;
  /*content: "+";*/
  font-family: "nordik-font";
  position: absolute;
  font-size: 25px;
  bottom: 15px;
  right: 15px;
  font-weight: 600;
}
.feature-box .overlay .content .subtitle {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  padding: 0;
  margin: 0 0 13px;
}
.feature-box .overlay .content h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.feature-box .overlay .content .hidden-content {
  padding-top: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .feature-box .overlay .content .hidden-content {
    display: block;
  }
}
.home-circle {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 238px;
  height: 238px;
  border: 4px solid white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in;
  margin: 0 auto 60px;
  line-height: normal;
}
@media (max-width: 767px) {
  .home-circle {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}
.home-circle:hover,
.home-circle:focus {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-circle.left {
  float: right;
}
@media (max-width: 767px) {
  .home-circle.left {
    float: none;
  }
}
.home-circle.right {
  float: left;
}
@media (max-width: 767px) {
  .home-circle.right {
    float: none;
  }
}
.home-spotlight {
  height: 630px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0c0b09;
  position: relative;
}
@media (max-width: 991px) {
  .home-spotlight {
    display: none;
  }
}
.page-hero {
  text-align: left;
  display: flex;
  align-items: center;
  color: white;
  padding-top: 315px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page-hero .background-image {
  background-color: #0c0b09;
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 10s cubic-bezier(0.3, 0, 0.7, 1), opacity 2s ease;
}
.no-touchevents .page-hero .background-image {
  background-attachment: fixed;
}
.touchevents .page-hero .background-image {
  background-size: cover;
}
.page-hero .background-image.animate {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 2000px) {
  .page-hero .background-image {
    background-size: cover;
  }
}
.page-hero.darken-background .background-image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-hero.has-video {
  overflow: hidden;
}
.page-hero.has-video > .container {
  z-index: 2;
}
@media (max-width: 767px) {
  .page-hero {
    padding-top: 70px;
  }
}
@media (min-width: 2000px) {
  .page-hero {
    background-size: cover;
  }
}
.page-hero h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 0.1px;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.5s 1 forwards;
}
@media (max-width: 767px) {
  .page-hero h1 {
    font-size: 50px;
  }
}
.page-hero h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
  opacity: 0;
  animation: fadeInUp 1s ease-out 1s 1 forwards;
}
@media (max-width: 767px) {
  .page-hero h2 {
    font-size: 24px;
  }
}
.page-hero .hero-arrows {
  font-size: 70px;
  text-align: center;
  padding: 50px 0 0;
  line-height: 80px;
}
#player {
  opacity: 0;
  transition: opacity 2s ease-in;
}
#player.ready {
  opacity: 1;
}
.hero-video-container {
  height: calc(100vh - 130px) !important;
  background: #0c0b09;
  position: relative;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
}
.touchevents .hero-video-container {
  display: none;
}
@media (max-width: 767px) {
  .hero-video-container {
    display: none!important;
  }
}
.page-hero .hero-video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-video-container {
    display: none;
  }
}
.hero-video-container .hero-video-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.hero-video-container .hero-arrow {
  z-index: 2;
}
.hero-video-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.touchevents .hero-video-player {
  display: none;
}
@media (max-width: 767px) {
  .hero-video-player {
    display: none;
  }
}
.hero-video-background {
  background: transparent;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.no-touchevents .hero-video-background {
  display: block;
}
@media (max-width: 767px) {
  .hero-video-background {
    display: none;
  }
}
.hero-video-foreground,
.hero-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-video-background.darken-background:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: " ";
}
@media (min-aspect-ratio: 16/9) {
  .hero-video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-video-foreground {
    width: 300%;
    left: -100%;
  }
}
#btn-toggle-video-sound {
  bottom: 30px;
  color: #ffffff;
  display: none;
  font-size: 11px;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 135px;
  z-index: 100;
}
.no-touchevents #btn-toggle-video-sound {
  display: block;
}
@media (max-width: 768px) {
  .no-touchevents #btn-toggle-video-sound {
    display: none!important;
  }
}
.touchevents #btn-toggle-video-sound {
  display: none!important;
}
#btn-toggle-video-sound i {
  display: block;
  font-size: 30px;
  margin-bottom: -5px;
  text-align: center;
}
/*	Contact form		*/
.wpcf7-form {
  margin: 20px 0 0 0;
}
.wpcf7-form fieldset {
  border: 0;
  margin-bottom: 60px;
  padding: 0;
}
.wpcf7-form fieldset:last-child {
  margin-bottom: 0;
}
.wpcf7-form h3 {
  margin-bottom: 20px;
  text-transform: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #0c0b09;
}
.wpcf7-form label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.wpcf7-form select {
  border: 1px solid #0c0b09;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0c0b09;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea.wpcf7-textarea,
.wpcf7-form input.wpcf7-number,
.wpcf7-form select.wpcf7-select,
.wpcf7-form input.wpcf7-date,
.ms-Dropdown-container .ms-Dropdown,
.ms-TextField .ms-TextField-wrapper .ms-TextField-fieldGroup .ms-TextField-field {
  border: none;
  border: 1px solid #0c0b09;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding: 11px 20px 10px;
  margin: 5px 0 15px;
  font-size: 15px;
  font-weight: 400;
  color: #0c0b09;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: none;
  width: 100%;
}
.wpcf7-form select.wpcf7-select {
  /*background: url(../images/btn_select_arrows.png) no-repeat center right;*/
  width: 100%;
}
.wpcf7-form textarea.wpcf7-textarea {
  height: 150px;
  margin-bottom: 30px;
  resize: none;
}
.wpcf7-form span.wpcf7-radio {
  display: block;
  margin: 15px 0;
}
.wpcf7-form .choix_deroulant {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-form .choix_deroulant .wpcf7-form-control-wrap {
  float: left;
  width: 25%;
}
.wpcf7-form .choix_deroulant .wpcf7-form-control-wrap input.wpcf7-text {
  width: 90%;
}
.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
  margin-top: 1.5em;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-checkbox .first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-submit {
  background-color: transparent;
  background: url(../images/btn_arrow.png) no-repeat 94% 14px;
  background-size: 16px;
  border: 2px solid #0c0b09;
  text-transform: uppercase;
  padding: 15px 90px 15px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
  color: #0c0b09;
}
.wpcf7-form .wpcf7-submit:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 26px;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 18px;
  margin: 0 0 30px;
  padding: 15px 20px;
  display: block;
  line-height: 1.25em;
  text-align: left;
  width: 100%;
}
.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #f2dede;
  border: 0;
  border-left: 3px solid #a94442;
  color: #a94442;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border: 0;
  border-left: 3px solid #3c763d;
  color: #3c763d;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #a94442 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #a94442;
  display: block;
  font-size: 14px;
  margin-top: -10px;
}
.ajax-loader,
.ms-Spinner .ms-Spinner-circle {
  margin: 10px 0 4px;
  width: 100%!important;
  height: 50px!important;
  background: url('../images/ajax-loader.gif') no-repeat center !important;
  border: none;
  display: block;
  padding: 0;
  vertical-align: middle;
  visibility: hidden;
}
.ajax-loader.newsletter {
  display: none;
  visibility: visible;
}
/* Newsletter */
#newsletter-success,
#newsletter-error {
  display: none;
  margin-top: 30px;
}
a,
input[type="submit"],
span {
  transition: all 0.35s linear, font-size 1ms, padding 1ms;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* remove transition to avoid flickering in Safari */
a > span {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
hr {
  border-bottom-color: #cccccc;
}
ul {
  padding-left: 1em;
}
ul li {
  margin-bottom: 0.35em;
}
ol {
  margin: 0 0 1.5em;
  padding: 0 !important;
  counter-reset: item;
}
ol:last-child {
  margin-bottom: 0;
}
ol > li {
  margin: 0 0 .5em;
  padding: 0 0 0 2em;
  list-style-type: none;
  counter-increment: item;
  line-height: 1.5em;
  display: block;
  position: relative;
}
ol > li:before {
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 600;
  text-align: right;
  content: counter(item) ".";
  font-size: 30px;
  position: absolute;
  left: 0em;
}
h2.with-lines {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #0c0b09;
  font-size: 32px;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
h2.with-lines span {
  background: #ffffff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
h2.with-lines:before {
  height: 1px;
  width: 100%;
  content: " ";
  background-color: #0c0b09;
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
}
h2.with-lines.white {
  color: #ffffff;
}
h2.with-lines.white span {
  background: transparent;
}
h2.with-lines.white:before {
  background-color: #ffffff;
}
section {
  background-color: #ffffff;
  position: relative;
  /* In case of background video */
  z-index: 1;
  /* In case of background video */
}
section.block,
.ms-Modal p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*
		&.white a {
			color:@lightTextColor;

			&:hover,
			&:focus {
				color: fade(@lightTextColor, 80%);
			}
		}
		*/
  /*
		Parallax Image Block
		*/
  /*
		Full quote block
		*/
  /*
		Full download block
		*/
  /*
				Photo Gallery Block
				Powered by Owl Carousel 2
		*/
}
section.block table {
  border-collapse: collapse;
  width: 100%;
}
section.block td,
section.block th {
  border-bottom: 1px solid #000000;
  padding: 8px;
}
section.block th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000000;
  color: #FFFFFF;
}
section.block a {
  color: #0c0b09;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
section.block a:hover,
section.block a:focus {
  color: rgba(12, 11, 9, 0.8);
}
section.block h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
section.block h4 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: 'Playfair Display', sans-serif; */
  font-weight: 400;
  /* font-style: italic; */
  font-size: 23px;
}
section.block .block_content {
  margin-top: 20px;
}
section.block .block_content.large {
  font-size: 1.4em;
  line-height: 1.5em;
}
section.block .block_content h3,
section.block .block_content h4 {
  margin-bottom: 20px;
}
section.block .block_content h3 + h4 {
  margin-top: -20px;
}
section.block .block_content p + h4 {
  margin-top: 40px;
}
section.block .block_content .paragraph1 > * {
  padding-right: 20px;
}
@media (max-width: 767px) {
  section.block .block_content .paragraph1 > * {
    padding-right: 0;
  }
}
section.block .block_content .paragraph2 > * {
  padding-left: 20px;
}
@media (max-width: 767px) {
  section.block .block_content .paragraph2 > * {
    margin-top: 40px;
    padding-left: 0;
  }
}
section.block .block_content .paragraph2 > ul,
section.block .block_content .paragraph2 > ol {
  margin-left: 20px;
}
section.block .block_content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 5px;
}
section.block .block_content img.alignleft {
  float: left;
  margin-right: 20px;
}
section.block .block_content img.alignright {
  float: right;
  margin-left: 20px;
}
section.block .block_btn {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  section.block .block_btn .btn {
    width: 100%;
    padding: 15px 70px 15px 30px;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
  }
}
section.block p {
  font-family: inherit;
  margin-bottom: 20px;
}
section.block p:empty {
  display: none;
}
section.block p:last-child {
  margin-bottom: 0;
}
section.block.layout1 {
  padding: 10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  background-size: cover;
  background-position: center center;
}
section.block.layout1.minimize-top-padding {
  padding-top: 30px;
}
section.block.layout1.minimize-bottom-padding {
  padding-bottom: 30px;
}
section.block.layout1.black {
  background-color: #0c0b09;
  color: #ffffff;
}
section.block.layout1.black a:not(.btn) {
  color: #ffffff;
}
section.block.layout1.black a:not(.btn):hover,
section.block.layout1.black a:not(.btn):focus {
  color: #ffffff;
}
section.block.layout1:nth-of-type(1) {
  border-bottom: none;
}
section.block.layout1 .small-image {
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 767px) {
  section.block.layout1 .pull-left,
  section.block.layout1 .pull-right {
    float: none!important;
  }
}
section.block.layout1 .layout-textbox {
  border: 2px solid #555555;
  padding: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.block.layout1 .layout-textbox {
    margin-top: 30px;
  }
}
section.block.layout1 .layout-textbox img {
  max-width: 100%;
  height: auto;
}
section.block.layout1 .layout-textbox .layout-textbox-h3 h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 15px;
}
section.block.layout1 .layout-textbox p {
  margin-bottom: 10px;
}
section.block.layout1.black .layout-textbox {
  border-color: #ffffff;
}
section.block.layout1 ul.download-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  font-size: 25px;
}
section.block.layout1 ul.download-list li {
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
  position: relative;
}
section.block.layout1 ul.download-list li:before {
  font-family: "nordik-font" !important;
  content: "\73";
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
section.block.layout1 ul.download-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.block.layout1 ul.download-list li a {
  color: #0c0b09;
  text-decoration: underline;
}
section.block.layout1 .column-quote {
  padding: 30px;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 21px;
  background-color: #ffffff;
  color: #555555;
}
section.block.layout1 .column-quote .quote-author {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
section.block.layout1.black .column-quote {
  background-color: rgba(12, 11, 9, 0.55);
  color: #ffffff;
}
@media (max-width: 767px) {
  section.block.layout1 .column-image {
    margin-top: 50px;
    text-align: center;
  }
  section.block.layout1 .column-image img {
    display: inline-block;
  }
}
section.block.layout1 .column-video {
  position: relative;
}
@media (max-width: 767px) {
  section.block.layout1 .column-video {
    margin-top: 50px;
  }
}
section.block.layout1 .column-video .video-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  padding-top: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
section.block.layout1 .column-video .video-controls .play-button a {
  color: #ffffff;
}
section.block.layout1 .column-video .video-controls .play-button a:hover,
section.block.layout1 .column-video .video-controls .play-button a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
section.block.layout2 {
  padding: 24px 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #0c0b09;
  color: #ffffff;
  position: relative;
  text-align: left;
}
.no-touchevents section.block.layout2 {
  background-attachment: fixed;
}
.touchevents section.block.layout2 {
  background-size: cover;
}
@media (min-width: 2000px) {
  section.block.layout2 {
    background-size: cover;
  }
}
section.block.layout2.darken-background:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: " ";
}
section.block.layout2.white * {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
section.block.layout2.white .btn-outline-white:hover,
section.block.layout2.white .btn-outline-white:focus {
  color: #0c0b09;
}
section.block.layout2.black *,
section.block.layout2.black *:before {
  color: #0c0b09;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
section.block.layout3 {
  padding: 125px 0;
  text-align: center;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #cccccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.75em;
}
section.block.layout3 .quote {
  font-style: italic;
}
section.block.layout3 .quotemark {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 55px;
  line-height: 0;
  position: relative;
  top: 23px;
  margin: 0 5px;
}
section.block.layout3 .quote-author {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  margin-top: 20px;
}
section.block.layout3.white {
  background-color: #0c0b09;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
section.block.layout3.black {
  background-color: #ffffff;
  color: #0c0b09;
}
section.block.layout4 {
  padding: 125px 0;
  border-bottom: 1px solid #cccccc;
}
section.block.layout4.black {
  color: #ffffff;
  background-color: #0c0b09;
}
section.block.layout4.black a {
  color: #ffffff !important;
}
section.block.layout4 .download-block {
  display: table;
  width: 100%;
}
section.block.layout4 .download-block .download-block-inner {
  display: table-row;
}
section.block.layout4 .download-block .download-block-inner .download-left {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
section.block.layout4 .download-block .download-block-inner .download-left h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
}
section.block.layout4 .download-block .download-block-inner .download-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  section.block.layout4 .download-block {
    display: block;
    width: 100%;
  }
  section.block.layout4 .download-block .download-block-inner {
    display: block;
    width: 100%;
  }
  section.block.layout4 .download-block .download-block-inner .download-left {
    display: block;
    width: 100%;
  }
  section.block.layout4 .download-block .download-block-inner .download-left h2 {
    font-size: 32px;
  }
  section.block.layout4 .download-block .download-block-inner .download-right {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
}
section.block.layout4 ul.download-list {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 25px;
}
section.block.layout4 ul.download-list li {
  margin: 0 0 15px 0;
  padding: 0 0 10px 20px;
  line-height: 1.3em;
  position: relative;
}
section.block.layout4 ul.download-list li a {
  color: #0c0b09;
  text-decoration: underline;
}
section.block.layout4 ul.download-list li:before {
  font-family: "nordik-font" !important;
  content: "\73";
  position: absolute;
  top: 3px;
  left: -26px;
}
section.block.layout4 ul.download-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.block.layout5 {
  background-color: #ffffff;
  color: #0c0b09;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
section.block.layout6 {
  padding: 100px 0;
  background-color: #ffffff;
}
section.block.layout6.black {
  background-color: #0c0b09;
  color: #ffffff;
}
section.block.layout6.black .box-object-link {
  border-top: 3px solid #ffffff;
}
section.block.layout6.black a:not(.btn) {
  color: #ffffff;
}
section.block.layout6.black a:not(.btn):hover,
section.block.layout6.black a:not(.btn):focus {
  color: #ffffff;
}
section.block.layout6 .box-object p,
section.block.layout6 .box-object h3 {
  text-align: center;
}
section.block.layout6 .box-object .box-object-title {
  display: block;
  height: auto;
}
section.block.layout6 .box-object .box-object-title h3 {
  width: 100%;
}
section.block.layout6 .box-object .box-object-subtitle {
  padding-bottom: 30px;
}
section.block.layout6 .box-object .box-object-subtitle p {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 0 20px;
}
section.block.layout6 .box-object .box-object-content {
  border-bottom: 0;
  height: auto;
  padding-bottom: 30px;
}
section.block.layout6 .box-object .box-object-content p {
  opacity: 0.8;
}
section.block.layout6 .box-object .box-object-link {
  border-top: 3px solid #0c0b09;
}
section.block.layout5_owl {
  background-color: #ffffff;
  padding: 10px 0;
  position: relative;
}
section.block.layout5_owl .owl-controls .owl-nav {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 0;
}
section.block.layout5_owl .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 200px;
  top: 43%;
  z-index: 1002;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-prev {
    left: 5px;
  }
}
@media (max-width: 991px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-prev {
    left: 70px;
  }
}
@media (max-width: 767px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-prev {
    left: 40px;
    font-size: 25px;
  }
}
section.block.layout5_owl .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 200px;
  top: 43%;
  z-index: 1002;
}
@media (max-width: 1199px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-next {
    right: 5px;
  }
}
@media (max-width: 991px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-next {
    right: 70px;
  }
}
@media (max-width: 767px) {
  section.block.layout5_owl .owl-controls .owl-nav .owl-next {
    right: 40px;
    font-size: 25px;
  }
}
section.block.layout5 .legend,
section.block.layout5_owl .legend {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10%;
  color: #0c0b09;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  left: 0;
  max-width: 60%;
  opacity: 0;
  padding: 0.75em 2em;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 0.5s ease-out;
  z-index: 10;
}
@media (max-width: 480px) {
  section.block.layout5 .legend,
  section.block.layout5_owl .legend {
    background: none;
    bottom: auto;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-weight: normal;
    left: auto;
    margin-top: 0.5em;
    max-width: 100%;
    padding: 0 .25em;
    position: relative;
    text-align: center;
    text-transform: none;
  }
}
section.block.layout5 .center .legend,
section.block.layout5_owl .center .legend {
  opacity: 1;
}
@media (max-width: 480px) {
  section.block.layout5 + .block,
  section.block.layout5_owl + .block {
    padding-top: 50px;
  }
}
section.block.faq {
  background-color: #ffffff;
  color: #0c0b09;
  padding: 50px 0;
}
section.block.faq h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
section.block.faq .panel-group {
  margin-top: 20px;
}
section.block.faq .panel-nordik {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
section.block.faq .panel-nordik .panel-heading {
  color: #0c0b09;
  background-color: #ffffff;
  border-bottom: 1px solid #0c0b09;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
}
section.block.faq .panel-nordik .panel-heading a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
}
section.block.faq .panel-nordik .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 10px;
  top: 10px;
}
section.block.faq .panel-nordik .panel-heading a.collapsed:before {
  content: "\f067";
}
section.block.faq .panel-nordik .panel-heading h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}
section.block.faq .panel-nordik .panel-body {
  border: none;
  border-top: none;
  padding-bottom: 50px;
}
section.block.pricing {
  padding: 100px 0;
}
section.block.pricing.black {
  background-color: #0c0b09;
  color: #ffffff;
}
section.block.pricing.black a:not(.btn) {
  color: #ffffff;
}
section.block.pricing.black a:not(.btn):hover,
section.block.pricing.black a:not(.btn):focus {
  color: #ffffff;
}
section.block.pricing.black h3 {
  border-bottom-color: #ffffff;
}
section.block.pricing h3 {
  margin-bottom: 20px;
  text-transform: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #0c0b09;
}
section.block.pricing .pricing-description {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
section.block.pricing .pricing_block {
  margin-bottom: 30px;
}
section.block.pricing .pricing_block:nth-child(odd) {
  padding-right: 30px;
}
section.block.pricing .pricing_block:nth-child(even) {
  padding-left: 30px;
}
@media (max-width: 768px) {
  section.block.pricing .pricing_block:nth-child(odd),
  section.block.pricing .pricing_block:nth-child(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.block.pricing .pricing_block .price-object-header {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
section.block.pricing .pricing_block .price-object {
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  font-size: 16px;
}
section.block.pricing .pricing_block .price-object .price-object-price {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  position: relative;
  top: -3px;
}
section.block.hotels {
  padding: 100px 0;
}
section.block.hotels h3 {
  margin-bottom: 20px;
}
section.block.hotels a {
  color: #0c0b09;
  text-decoration: underline;
  font-weight: bold;
}
section.block.hotels a:hover,
section.block.hotels a:focus {
  color: #0c0b09;
}
section.block.hotels td.hotel-rating {
  min-width: 100px;
}
section.block.hotels td.hotel-phone {
  white-space: nowrap;
}
section.block.hotels td.hotel-phone a {
  text-decoration: none;
}
@media (max-width: 768px) {
  section.block.hotels td.hotel-phone a {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  section.block.hotels td.hotel-phone a {
    text-decoration: underline;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  section.block.hotels {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  section.block.hotels table {
    border: 0;
  }
  section.block.hotels table thead {
    display: none;
  }
  section.block.hotels table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #0c0b09;
    border-top: 2px solid #0c0b09;
  }
  section.block.hotels table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #0c0b09;
    border-left: 2px solid #0c0b09;
    border-right: 2px solid #0c0b09;
    border-top: none;
  }
  section.block.hotels table td:last-child {
    border-bottom: none;
  }
  section.block.hotels table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
section.block.show-children {
  padding: 30px 0;
}
section.block.show-children h3 {
  margin-bottom: 20px;
}
section.block.block-load-more-container {
  padding: 50px 0;
}
section.block.block-load-more-container .ajax-loader {
  display: none;
}
section.block.block-load-more-container.loading .btn-load-more-posts {
  display: none;
}
section.block.block-load-more-container.loading .ajax-loader {
  display: block;
  visibility: visible;
}
section.block.photos-and-videos {
  padding: 50px 0;
}
section.block.photos-and-videos ul.gallery-navigation {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
section.block.photos-and-videos ul.gallery-navigation li {
  border-right: 1px solid #0c0b09;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
}
section.block.photos-and-videos ul.gallery-navigation li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
section.block.photos-and-videos ul.gallery-navigation li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
section.block.photos-and-videos ul.gallery-navigation li a.active {
  border-bottom: 2px solid #0c0b09;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
section.block.photos-and-videos .gallery-container {
  display: none;
}
section.block.photos-and-videos .gallery-container:first-child {
  display: block;
}
section.block.photos-and-videos .block-thumbnails a,
section.block.photos-and-videos .block-gallery a {
  display: block;
  height: 360px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.block.photos-and-videos .block-thumbnails a,
  section.block.photos-and-videos .block-gallery a {
    height: 400px;
  }
}
section.block.photos-and-videos .block-thumbnails a .background-image,
section.block.photos-and-videos .block-gallery a .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1s ease-out, opacity 2s ease;
}
section.block.photos-and-videos .block-thumbnails a .background-image.loaded,
section.block.photos-and-videos .block-gallery a .background-image.loaded {
  opacity: 1;
}
section.block.photos-and-videos .block-thumbnails a:hover .background-image,
section.block.photos-and-videos .block-gallery a:hover .background-image {
  transform: scale(1);
}
section.block.photos-and-videos .block-thumbnails a .overlay,
section.block.photos-and-videos .block-gallery a .overlay {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10%;
  color: #0c0b09;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  left: 0;
  max-width: 80%;
  opacity: 0;
  padding: 0.75em 2em;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 2s ease;
  z-index: 10;
}
section.block.photos-and-videos .block-thumbnails a.loaded .background-image,
section.block.photos-and-videos .block-gallery a.loaded .background-image,
section.block.photos-and-videos .block-thumbnails a.loaded .overlay,
section.block.photos-and-videos .block-gallery a.loaded .overlay {
  opacity: 1;
}
section.block.photos-and-videos .block-gallery {
  display: none;
}
section.block.photos-and-videos .block-gallery h3 {
  font-size: 20px;
  margin: 20px 0;
}
section.block.photos-and-videos .block-gallery .btn-back {
  color: #0c0b09;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
section.block.photos-and-videos .block-gallery a .background-image {
  transform: none;
}
section.block.photos-and-videos .gallery-next-previous-navigation ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
section.block.photos-and-videos .gallery-next-previous-navigation ul li {
  float: left;
  margin-right: 75px;
}
section.block.photos-and-videos .gallery-next-previous-navigation ul li:last-child {
  margin-right: 0;
}
section.block.photos-and-videos .gallery-next-previous-navigation ul li a {
  color: #0c0b09;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /*
												&:before {
														font-family: "nordik-font";
														font-size: 1.5em;
														height: 20px;
														line-height: 20px;
														position: absolute;
														top: 0;
														width: 20px;
												}


												&.btn-next-gallery {
														padding-right: 30px;

														&:before {
																content: "\43";
																right: 0;
														}
												}

												&.btn-previous-gallery {
														padding-left: 35px;

														&:before {
																content: "\49";
																left: 0;
														}
												}
												*/
}
section.block.photos-and-videos .video-container {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
section.block.photos-and-videos .video-container a {
  display: block;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.block.photos-and-videos .video-container a .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1s ease-out, opacity 2s ease;
  z-index: 1;
}
section.block.photos-and-videos .video-container a .overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 2s ease;
  width: 100%;
  z-index: 10;
}
section.block.photos-and-videos .video-container a .overlay:before {
  color: #ffffff;
  content: "\70";
  font-family: "nordik-font";
  font-size: 150px;
  height: 100%;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: 30%;
  width: 100%;
}
@media (max-width: 992px) {
  section.block.photos-and-videos .video-container a .overlay:before {
    top: 10%;
  }
}
@media (max-width: 768px) {
  section.block.photos-and-videos .video-container a .overlay:before {
    display: none;
  }
}
section.block.photos-and-videos .video-container a .overlay .title {
  bottom: 20%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
section.block.photos-and-videos .video-container a .overlay .title span {
  background: rgba(255, 255, 255, 0.8);
  color: #0c0b09;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  max-width: 60%;
  padding: 0.75em 2em;
  text-transform: uppercase;
}
section.block.photos-and-videos .video-container a.loaded .background-image,
section.block.photos-and-videos .video-container a.loaded .overlay {
  opacity: 1;
}
.hotels + .conclusion {
  padding-top: 0;
}
.conclusion.single {
  height: 500px;
  background-color: #0c0b09;
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
}
.no-touchevents .conclusion.single {
  background-attachment: fixed;
}
.touchevents .conclusion.single {
  background-size: cover;
}
.conclusion.single.short {
  height: 220px;
  padding: 20px;
}
@media (max-width: 767px) {
  .conclusion.single {
    height: 300px;
  }
}
@media (min-width: 2000px) {
  .conclusion.single {
    background-size: cover;
  }
}
.conclusion.single .btn.btn-outline-white {
  background-color: #ffffff;
  color: #0c0b09;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 20px 100px 20px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.conclusion.single .btn.btn-outline-white:after {
  top: 16px;
  right: 20px;
}
.conclusion.single .btn.btn-outline-white:hover,
.conclusion.single .btn.btn-outline-white:focus {
  background-color: #0c0b09;
  color: #ffffff;
  border-color: #0c0b09;
}
@media (max-width: 767px) {
  .conclusion.single .btn.btn-outline-white {
    padding: 15px;
    font-size: 18px;
    white-space: normal;
  }
  .conclusion.single .btn.btn-outline-white:after {
    right: 10px;
    top: 9px;
    display: none;
  }
}
.conclusion.multi {
  padding: 100px 0 70px;
  /*
				@spacing: 20px;

				.conclusion-multi-box {
						height: 250px;
						display: flex;
						color: @lightTextColor;
						margin-bottom: @spacing + 10px;
						//text-shadow: 0 1px 3px rgba(0,0,0,.75);
						.primary-font-semibold;
						font-size: 22px;
						text-align: center;
						position: relative;
						text-decoration: none;
						overflow: hidden;

						&:hover,
						&:focus	{
								text-decoration: none;
						}

						span.background-image {
							position: absolute;
							top: 0;
							left: 0;
							height: 100%;
							width: 100%;
							background-color: @darkBackgroundColor;
							background-position: center center;
							background-size: cover;
							background-repeat: no-repeat;

							transform:scale(1.05);
							transition: transform 1s ease-out;

							&:before {
									position: absolute;
									top: 0;
									left: 0;
									right: 0;
									bottom: 0;
									background-color: rgba(0,0,0,.25);
									content: " ";

									transition: all 0.5s ease;
							}
						}

							&:hover span.background-image,
							&:focus span.background-image {
								transform:scale(1);

								&:before {
										background-color: rgba(0,0,0,.45);
								}
							}

							span.text {
								position: absolute;
								bottom: 20%;
								left: 0px;
								z-index: 10;
								background: rgba(255, 255, 255, 0.8);
								padding: 0.5em 2.5em 0.5em 1em;
								color: @darkTextColor;
								font-weight: bold;
								text-transform: uppercase;
								font-size: 0.75em;
								transition: padding-left 0.25s;

								&:after {
									content: "\f105";
									display: inline-block;
									font-family: "FontAwesome";
									font-style: normal;
									font-weight: 400;
									position: absolute;
									right: 0.8em;
									top:0.2em;
									font-size: 1.35em;
								}
							}

							&:hover span.text,
							&:focus span.text {
									padding-left:1.75em;
							}

							span.btn {
								display:none;
							}

				}
*/
}
.conclusion.multi .conclusion-multi-box {
  height: 360px;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.conclusion.multi .conclusion-multi-box:hover,
.conclusion.multi .conclusion-multi-box:focus {
  text-decoration: none;
}
.conclusion.multi .conclusion-multi-box span.background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0c0b09;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: transform 1s ease-out;
}
.conclusion.multi .conclusion-multi-box span.background-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  content: " ";
  transition: all 0.5s ease;
}
.conclusion.multi .conclusion-multi-box:hover span.background-image,
.conclusion.multi .conclusion-multi-box:focus span.background-image {
  transform: scale(1);
}
.conclusion.multi .conclusion-multi-box:hover span.background-image:before,
.conclusion.multi .conclusion-multi-box:focus span.background-image:before {
  background-color: rgba(0, 0, 0, 0.45);
}
.conclusion.multi .conclusion-multi-box span.content-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 100;
}
.conclusion.multi .conclusion-multi-box span.content-container .text {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-size: 22px;
  text-align: left;
  color: #ffffff;
}
.conclusion.multi .conclusion-multi-box:hover .btn,
.conclusion.multi .conclusion-multi-box:focus .btn {
  background: #ffffff;
  color: #0c0b09;
}
.conclusion.choice {
  padding: 70px 0;
}
.conclusion.choice .choice-block {
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 75px 90px 0;
  height: 360px;
  overflow: hidden;
  margin-bottom: 30px;
  /*
						&:after {
								// white arrow in corner
								position: absolute;
								display: block;
								bottom: 10px;
								right: 10px;
								border-style: solid;
								border-width: 0 0 25px 25px;
								border-color: transparent transparent @lightBackgroundColor transparent;
								content: " ";
								z-index: 1000;
								height: 0;
								width: 0;
						}*/
}
@media (max-width: 991px) {
  .conclusion.choice .choice-block {
    height: 450px;
    padding: 75px 30px 0;
  }
}
@media (max-width: 767px) {
  .conclusion.choice .choice-block {
    height: auto;
    padding-bottom: 30px;
  }
}
.conclusion.choice .choice-block:hover,
.conclusion.choice .choice-block:focus {
  text-decoration: none;
}
.conclusion.choice .choice-block span.background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0c0b09;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: transform 1s ease-out;
}
.conclusion.choice .choice-block span.background-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  content: " ";
  transition: all 0.5s ease;
}
.conclusion.choice .choice-block:hover span.background-image,
.conclusion.choice .choice-block:focus span.background-image {
  transform: scale(1);
}
.conclusion.choice .choice-block:hover span.background-image:before,
.conclusion.choice .choice-block:focus span.background-image:before {
  background-color: rgba(0, 0, 0, 0.45);
}
.conclusion.choice .choice-block span.content-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.conclusion.choice .choice-block span.content-container .choice-step {
  height: 110px;
  width: 110px;
  color: #0c0b09;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 110px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  padding-top: 39px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.conclusion.choice .choice-block span.content-container h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 29px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
  text-transform: uppercase;
}
.conclusion.choice .choice-block span.content-container p {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
}
.conclusion.choice .choice-block:after {
  transition: all 0.35s ease-in;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "\75";
  font-family: "nordik-font";
  position: absolute;
  font-size: 1.5em;
  bottom: 15px;
  right: 15px;
}
#swipebox-next,
#swipebox-prev,
#swipebox-close {
  background-image: none!important;
  position: relative;
}
#swipebox-next:after,
#swipebox-prev:after,
#swipebox-close:after {
  color: #ffffff;
  content: "\43";
  font-family: "nordik-font";
  font-size: 1.5em;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
#swipebox-prev:after {
  content: "\49";
}
#swipebox-close {
  background: #0c0b09;
  padding: 20px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 30px;
  width: 50px;
}
#swipebox-close:after {
  content: "\76";
  left: 0;
}
#swipebox-slider .slide {
  padding: 100px;
}
@media (max-width: 992px) {
  #swipebox-slider .slide {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #swipebox-slider .slide {
    padding: 0px;
  }
}
#swipebox-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  padding: 10px 10% 0;
}
@media (max-width: 767px) {
  #swipebox-title {
    display: none;
  }
}
#swipebox-slider .slide-loading {
  background: url('../images/ajax-loader-inverted.gif') no-repeat center !important;
}
.search-results section.block {
  padding-bottom: 50px;
  padding-top: 50px;
}
.search-results section.block:first-child {
  padding-top: 100px;
}
.search-results section.block img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .search-results section.block img {
    margin-bottom: 20px;
  }
}
.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget h2 {
  color: #0c0b09;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #0c0b09;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-style: italic;
}
.sidebar-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.sidebar-widget ul li {
  border-bottom: 1px solid #0c0b09;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.sidebar-widget ul li a {
  color: #0c0b09;
}
.single-hero {
  background-color: #0c0b09;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .single-hero {
    height: 70px;
  }
}
.single-post {
  margin: 230px 0 50px;
}
@media (max-width: 991px) {
  .single-post {
    margin-top: 100px;
  }
}
.single-post .header-image {
  width: 100%;
  height: auto;
}
.single-post.has-image .single-content {
  background: #ffffff;
  margin: -200px 40px 0;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.single-post.has-image .single-content h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .single-post.has-image .single-content {
    margin: 30px 0 0;
    padding: 0;
  }
}
.single-post .single-content {
  font-size: 18px;
}
.single-post .single-content h1 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 10px;
}
.single-post .single-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.single-post .single-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.single-post .single-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 23px;
}
.single-post .single-content .single-meta {
  font-size: 22px;
  margin: 0 0 30px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #555555;
}
.single-post .single-content ol,
.single-post .single-content p,
.single-post .single-content ul {
  margin-bottom: 30px;
}
.single-post .single-content ol:last-child,
.single-post .single-content p:last-child,
.single-post .single-content ul:last-child {
  margin-bottom: 0;
}
.single-post .single-content a {
  color: #0c0b09;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.single-post .single-content a:focus,
.single-post .single-content a:hover {
  color: rgba(12, 11, 9, 0.8);
  text-decoration: none;
}
.single-post .single-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-post .single-content img.alignleft {
  float: left;
  margin-right: 20px;
}
.single-post .single-content img.alignright {
  float: right;
  margin-left: 20px;
}
.single-post .single-nav {
  margin-bottom: 70px;
}
.single-post .single-nav a {
  color: #0c0b09;
  text-transform: uppercase;
  font-weight: 600;
}
.fb-comments {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}
.fb-comments,
.fb-comments span,
.fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
}
.ingredients {
  margin-bottom: 60px;
}
.ingredients h3 {
  color: #0c0b09;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 2px solid #0c0b09;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.ingredients ul {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  list-style: none;
}
.ingredients ul li {
  margin-bottom: 10px;
  position: relative;
}
.ingredients ul li:before {
  position: absolute;
  left: -15px;
  content: "\2013";
  font-weight: bold;
}
.share-buttons {
  margin: 20px 0;
}
.share-buttons span {
  color: #0c0b09;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  margin-right: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.share-buttons a {
  background-color: #ffffff;
  border: 1px solid #0c0b09;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
}
.share-buttons a:first-child {
  margin-left: 0;
}
.share-buttons a i {
  color: #0c0b09;
  font-size: 16px;
}
.blog-hero {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: left;
  display: flex;
  align-items: center;
  color: white;
  padding-top: 315px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.no-touchevents .blog-hero {
  background-attachment: fixed;
}
.touchevents .blog-hero {
  background-size: cover;
}
.blog-hero:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 2000px) {
  .blog-hero {
    background-size: cover;
  }
}
.blog-hero h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 80px;
}
@media (max-width: 767px) {
  .blog-hero h1 {
    font-size: 50px;
  }
}
.blog-hero h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 767px) {
  .blog-hero h2 {
    font-size: 24px;
  }
}
.blog-hero .hero-arrows {
  font-size: 70px;
  text-align: center;
  padding: 50px 0 0;
  line-height: 80px;
}
.blog-featured {
  background-color: #f0f0f0;
  padding: 80px 0 100px;
  margin-bottom: 100px;
}
.blog-featured h2 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.blog-featured a {
  color: #0c0b09;
}
.blog-featured a:hover,
.blog-featured a:focus {
  color: #0c0b09;
  text-decoration: none;
}
.blog-featured .blog-featured-background {
  background-color: #555555;
  background-position: center center;
  background-size: cover;
}
.blog-featured .blog-featured-background .blog-featured-left {
  height: 340px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured-background .blog-featured-left {
    height: 500px;
  }
}
.blog-featured .blog-featured-background .blog-featured-left .blog-featured-content {
  background-color: white;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -60px;
  padding: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  height: 200px;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured-background .blog-featured-left .blog-featured-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.blog-featured .blog-featured-background .blog-featured-left .blog-featured-content span.blog-featured-date {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #555555;
  margin-bottom: 10px;
}
.blog-featured .blog-featured-background .blog-featured-right {
  border-left: 30px solid white;
  padding: 50px;
  text-align: center;
  position: relative;
  color: white;
  height: 340px;
  overflow: hidden;
}
.blog-featured .blog-featured-background .blog-featured-right:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog-featured .blog-featured-background .blog-featured-right .blog-featured-author-photo img {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
.blog-featured .blog-featured-background .blog-featured-right .blog-featured-author-name {
  position: relative;
  z-index: 2;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 10px;
}
.blog-featured .blog-featured-background .blog-featured-right .blog-featured-author-bio {
  position: relative;
  z-index: 2;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}
.content_news_blog {
  padding: 0;
}
.blog-articles .container {
  padding-top: 10px;
}
.blog-articles .container .blog-object {
  display: block;
  color: #0c0b09;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.blog-articles .container .blog-object:hover,
.blog-articles .container .blog-object:focus {
  text-decoration: none;
}
.blog-articles .container .blog-object .blog-title {
  height: 92px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.blog-articles .container .blog-object .blog-photo {
  margin-bottom: 10px;
}
.blog-articles .container .blog-object .blog-date {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #555555;
}
.blog-articles .container .blog-object .blog-content {
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  height: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.blog-articles .container .blog-object .blog-readmore {
  border-top: 4px solid #0c0b09;
  padding: 20px 0 10px;
  margin-top: 30px;
}
.blog-articles .container .blog-object .blog-readmore i {
  font-size: 15px;
  color: #555555;
  margin-right: 10px;
}
.blog-articles .container .blog-object .blog-readmore span {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.blog-pager {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.blog-pager ul.pagination li a {
  color: #0c0b09;
  border-color: #ffffff;
}
.blog-pager ul.pagination li.active a {
  background-color: #ffffff;
  color: #0c0b09;
  text-decoration: underline;
}
.blog-pager ul.pagination li.active a:hover,
.blog-pager ul.pagination li.active a:focus {
  border-color: #ffffff;
}
.blog-pager ul.pagination li:first-child a,
.blog-pager ul.pagination li:last-child a {
  border-radius: 0;
}
/*
    SERVICES HOME
*/
h2.services-title {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 75px 0 10px;
}
.services-intro {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 75px 0 50px;
}
.services-intro h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.services-intro h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 23px;
}
.service-object,
.box-object {
  margin-bottom: 50px;
}
.service-object .service-object-title,
.box-object .service-object-title,
.service-object .box-object-title,
.box-object .box-object-title {
  height: 120px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.service-object .service-object-title h3,
.box-object .service-object-title h3,
.service-object .box-object-title h3,
.box-object .box-object-title h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.service-object .service-object-img,
.box-object .service-object-img,
.service-object .box-object-img,
.box-object .box-object-img {
  padding-bottom: 15px;
}
.service-object .service-object-content,
.box-object .service-object-content,
.service-object .box-object-content,
.box-object .box-object-content {
  padding: 0px 0 10px;
  border-bottom: 3px solid #0c0b09;
  font-size: 18px;
  font-weight: 300;
  height: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.service-object .service-object-link,
.box-object .service-object-link,
.service-object .box-object-link,
.box-object .box-object-link {
  padding-top: 10px;
}
.service-object .service-object-link a,
.box-object .service-object-link a,
.service-object .box-object-link a,
.box-object .box-object-link a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #0c0b09;
}
.service-object .service-object-link a:hover,
.box-object .service-object-link a:hover,
.service-object .box-object-link a:hover,
.box-object .box-object-link a:hover,
.service-object .service-object-link a:focus,
.box-object .service-object-link a:focus,
.service-object .box-object-link a:focus,
.box-object .box-object-link a:focus {
  color: #0c0b09;
}
.service-object .service-object-link a i,
.box-object .service-object-link a i,
.service-object .box-object-link a i,
.box-object .box-object-link a i {
  margin-right: .5em;
}
/*
    SERVICE DETAIL
*/
ul.service-sidebar {
  list-style: none;
  margin: 60px 0 30px;
  padding: 0;
}
ul.service-sidebar li {
  margin: 0 0 5px;
  padding: 0;
}
ul.service-sidebar li a {
  padding: 10px;
  background-color: #ffffff;
  display: block;
  color: #0c0b09;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
ul.service-sidebar li a:hover,
ul.service-sidebar li a:focus {
  background-color: #0c0b09;
  color: #ffffff;
}
ul.service-sidebar li a.active {
  background-color: #0c0b09;
  color: #ffffff;
}
ul.service-sidebar li a.active:hover,
ul.service-sidebar li a.active:focus {
  text-decoration: none;
}
ul.service-sidebar li:last-child a {
  border-bottom: none;
}
article.service-article {
  margin: 55px 0;
  position: relative;
}
article.service-article:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: #0c0b09;
}
article.service-article .service-article-content {
  margin: 30px 0;
}
article.service-article .service-article-button {
  margin-bottom: 50px;
}
article.service-article h3.service-article-subheading {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #0c0b09;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
article.service-article li,
article.service-article p {
  font-size: 18px;
}
.ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
  display: block;
  clear: none;
  position: absolute;
  bottom: 20%;
  left: 20px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em 2.5em 0.5em 1em;
  color: #0c0b09;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  transition: padding-left 0.25s ease-out;
}
.no-touchevents .ubermenu .ubermenu-target-with-image:hover > .ubermenu-target-text {
  padding-left: 1.75em;
}
.ubermenu .ubermenu-target-with-image > .ubermenu-target-text:after {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 0.8em;
  font-size: 1.35em;
}
.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
  z-index: 1;
  margin-bottom: 0;
}
.ubermenu .ubermenu-row {
  margin-bottom: 0;
}
/* ------ */
.ubermenu {
  text-shadow: none;
}
.ubermenu .ubermenu-target {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-shadow: none;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ubermenu .ubermenu-target {
    font-size: 12px;
  }
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-target:after {
  background-color: #ffffff;
  content: "" !important;
  height: 20px;
  margin-top: 0!important;
  position: absolute;
  right: 0!important;
  top: 15px!important;
  width: 1px;
}
@media (max-width: 1200px) {
  .ubermenu .ubermenu-item-level-0 > .ubermenu-target:after {
    top: 12px!important;
  }
}
@media (max-width: 992px) {
  .ubermenu .ubermenu-item-level-0 > .ubermenu-target:after {
    display: none!important;
  }
}
.ubermenu .ubermenu-item-level-0:last-child > .ubermenu-target:after {
  display: none;
}
.ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-target-title {
  padding-right: 15px;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-target-title {
    padding-right: 12px;
  }
}
.ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-target-title::after {
  color: inherit;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 992px) {
  .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-target-title::after {
    top: 53%;
  }
}
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  border-bottom: 3px solid transparent!important;
  font-weight: 600;
  padding: 15px 14px 12px;
  -webkit-transition: border-color 0.3s ease-in;
  -moz-transition: border-color 0.3s ease-in;
  -o-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target {
  border-bottom: 3px solid #ffffff !important;
  font-weight: 900;
}
.no-touchevents .ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
  background: #0c0b09;
  border-color: #ffffff !important;
}
.ubermenu .ubermenu-item-level-0.ubermenu-active:not(.ubermenu-has-submenu-drop) > .ubermenu-target,
.no-touchevents .ubermenu .ubermenu-item-level-0:not(.ubermenu-has-submenu-drop):hover > .ubermenu-target {
  border-bottom: 3px solid #ffffff !important;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-drop {
  background: #0A1A3F;
  /* @gray */
  /* border: 1px solid @lightBackgroundColor; */
  /* @lightBackgroundColor */
  /* border-top: none;*/
}
.ubermenu .ubermenu-tab-content-panel {
  background: #0c0b09;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout > .ubermenu-item > .ubermenu-target,
.ubermenu .ubermenu-submenu.ubermenu-tabs-group > .ubermenu-item > .ubermenu-target {
  border-bottom: 1px solid #ffffff;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout > .ubermenu-item:last-child > .ubermenu-target,
.ubermenu .ubermenu-submenu.ubermenu-tabs-group > .ubermenu-item:last-child > .ubermenu-target {
  border-bottom: none;
}
.ubermenu .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  padding-bottom: 0;
}
.ubermenu .ubermenu-submenu .ubermenu-item-header > .ubermenu-target > .ubermenu-target-title {
  border-bottom: 1px solid #ffffff !important;
  display: inline-block;
  font-size: 0.9em!important;
  font-weight: 800;
  margin-bottom: auto;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.ubermenu .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target,
.no-touchevents .ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout > .ubermenu-item:hover > .ubermenu-target,
.no-touchevents .ubermenu-nojs.ubermenu .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target {
  background: #ffffff;
  color: #0c0b09;
}
.ubermenu .ubermenu-tab > .ubermenu-target,
.ubermenu .ubermenu-tab-content-panel,
.ubermenu .ubermenu-tabs-group {
  border-color: #ffffff;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
/* Drop Sub - Left Edge of Menu Bar */
.ubermenu.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
  left: -1px;
  /* for borders */
}
/* Drop Sub - Right Edge of Menu Bar */
.ubermenu.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
  right: -1px;
  /* for borders */
}
.ubermenu.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-submenu-padded {
  width: calc(103%);
  /* because we use box-sizing:border-box */
}
.no-touchevents .ubermenu.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop,
.ubermenu.ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega,
.ubermenu.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-submenu-drop,
.ubermenu.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop {
  top: -1px;
}
.ubermenu.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active:after {
  content: '';
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  width: 100%;
  width: calc(101%);
}
.ubermenu.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop,
.ubermenu.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  margin-top: 1px;
}
.ubermenu.ubermenu-vertical:before {
  border-right: 1px solid #0c0b09;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 100;
  width: 0;
}
/* DIVIDER */
.ubermenu .ubermenu-divider {
  padding: 10px 20px;
}
.ubermenu .ubermenu-divider hr {
  background: #555555;
  border: 0;
}
/* TARGET WITH IMAGE */
.ubermenu .ubermenu-target-with-image img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.no-touchevents .ubermenu .ubermenu-target-with-image:hover img {
  opacity: 0.5;
}
/* CUSTOM CONTENT */
.ubermenu .ubermenu-custom-content * {
  color: #ffffff;
}
.ubermenu .ubermenu-custom-content h4 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ubermenu .ubermenu-custom-content h3,
.ubermenu .ubermenu-custom-content h4,
.ubermenu .ubermenu-custom-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
/* LIST SUBMENU */
.ubermenu .ubermenu-item-header.ubermenu-has-submenu-stack .ubermenu-submenu .ubermenu-item-normal .ubermenu-target:not(.ubermenu-target-with-image) {
  padding-left: 35px;
}
.ubermenu .ubermenu-item-header.ubermenu-has-submenu-stack .ubermenu-submenu .ubermenu-item-normal .ubermenu-target:not(.ubermenu-target-with-image):before {
  color: inherit;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 9px;
}
/* MOBILE */
@media (max-width: 992px) {
  .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 20px!important;
  }
}
.ubermenu-retractor.ubermenu-retractor-mobile {
  border-top: 1px solid #555555 !important;
  color: #ffffff;
  width: 100%!important;
}
.ubermenu-retractor.ubermenu-retractor-mobile i:before {
  content: "\f057";
}
/* TABLET */
/* Let's overwrite some ubermenu styles, shall we? */
@media (min-width: 624px) and (max-width: 992px) {
  [class^="tablet-1-"],
  [class*="tablet-1-"],
  [class^="tablet-children-1-"] + .ubermenu-submenu > li.ubermenu-item,
  [class*="tablet-children-1-"] + .ubermenu-submenu > li.ubermenu-item,
  [class^="tablet-children-1-"] + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item,
  [class*="tablet-children-1-"] + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item {
    clear: none!important;
    float: left!important;
  }
  .tablet-1-children-1 + .ubermenu-submenu > li.ubermenu-item,
  .tablet-1-children-1 + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item {
    max-width: 100%!important;
    min-width: 100%!important;
    width: 100%!important;
  }
  .tablet-children-1-2 + .ubermenu-submenu > li.ubermenu-item,
  .tablet-children-1-2 + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item {
    max-width: 50%!important;
    min-width: 50%!important;
    width: 50%!important;
  }
  .tablet-children-1-3 + .ubermenu-submenu > li.ubermenu-item,
  .tablet-children-1-3 + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item {
    max-width: 33.33%!important;
    min-width: 33.33%!important;
    width: 33.33%!important;
  }
  .tablet-children-1-4 + .ubermenu-submenu > li.ubermenu-item,
  .tablet-children-1-4 + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item {
    max-width: 25%!important;
    min-width: 25%!important;
    width: 25%!important;
  }
  .tablet-children-1-2 + .ubermenu-submenu > li.ubermenu-item.tablet-1-1,
  .tablet-children-1-2 + .ubermenu-submenu > .ubermenu-row > li.ubermenu-item.tablet-1-1,
  .tablet-1-1 {
    clear: both!important;
    float: none!important;
    max-width: 100%!important;
    min-width: 100%!important;
    width: 100%!important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.overlay-modal {
  background: #0c0b09;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.overlay-modal .btn-close-overlay {
  display: block;
  height: 60px;
  right: 85px;
  position: absolute;
  top: 40px;
  width: 60px;
  z-index: 1000;
}
.overlay-modal .btn-close-overlay:after {
  color: #fff;
  content: "\76";
  display: block;
  font-family: "nordik-font";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  height: 30px;
  left: 15px;
  line-height: 1em;
  margin: 0;
  position: absolute;
  text-indent: 0;
  top: 15px;
  width: 30px;
  z-index: 1;
}
.overlay-modal .modal-header .btn-close-overlay {
  right: 15px;
  top: 8px;
}
.vertical-align-container {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-container .vertical-align-content-middle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.vertical-align-container .vertical-align-content-middle .modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  max-width: 600px;
  position: relative;
  text-align: left;
  width: 75%;
}
@media (max-width: 767px) {
  .vertical-align-container .vertical-align-content-middle .modal-content {
    width: 100%;
  }
}
.vertical-align-container .vertical-align-content-middle .modal-content.transparent {
  background-color: transparent;
}
.vertical-align-container .vertical-align-content-middle .modal-content.transparent .modal-header {
  background: transparent;
}
.vertical-align-container .vertical-align-content-middle .modal-content .modal-header {
  background: #0c0b09;
  padding: 15px 30px;
}
.vertical-align-container .vertical-align-content-middle .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.vertical-align-container .vertical-align-content-middle .modal-content .modal-body {
  font-size: 18px;
  padding: 30px;
}
#newsletter-form {
  margin-top: 0;
}
#newsletter-form #newsletter-subscribe {
  margin-top: 20px;
}
#search-modal p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
#search-modal input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
/**
 * We try to extend most of the styles so we don't need to change them in multiple places.
 * Sometimes, we need to add custom rules in order to override the ones assigned by frabric
 **/
body * {
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ms-Modal p {
  font-size: 15px;
}
.ms-Modal p.instructions {
  font-size: 16px;
  font-weight: 600;
}
.ms-Modal a {
  outline: none!important;
}
.ms-Modal a:focus {
  color: inherit;
  text-decoration: none;
}
.ms-Modal i {
  font-style: normal;
}
.ms-Modal h2 {
  margin: 0;
}
.ms-Modal div > span {
  font-size: 15px;
}
.ms-Modal .hidden {
  display: none;
}
.ms-Modal .label-margin {
  margin-top: 31px;
}
@media (max-width: 480px) {
  .ms-Modal .label-margin {
    margin-top: 0;
  }
}
.ms-Modal .vertical-line-separator {
  padding: 0 15px;
}
@media (max-width: 900px) {
  .ms-Modal .vertical-line-separator {
    display: block;
    text-indent: -9999em;
    padding: 0;
  }
}
.ms-Modal .text-link-container {
  display: block;
  margin-bottom: 10px;
}
.ms-Modal .text-link-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .ms-Modal .text-link-container .ms-Link {
    display: block;
  }
}
@media (max-width: 480px) {
  .ms-Modal .ms-u-sm12 {
    margin-top: 1em;
  }
  .ms-Modal .ms-u-sm12:first-child {
    margin-top: 0;
  }
}
/*
 * GRID
 */
.ms-Grid {
  padding: 0;
  /*
  &:last-child {
    padding-bottom: 2em;
  }
  */
}
/*
 * PANEL
 */
.ms-Panel-content {
  padding: 0;
}
.ms-Panel-content .ms-Dropdown-items {
  border: 0;
}
.ms-Panel-content .ms-Dropdown-items .ms-Dropdown-item:last-child {
  border-bottom: 1px solid #cccccc;
}
/*
 * ROW
 */
.ms-Grid-row {
  margin-bottom: 15px;
}
.ms-Grid-row:last-child {
  margin-bottom: 0;
}
/*
  * COL
  */
.ms-Grid-col.emphasize p {
  overflow-x: hidden;
  font-size: 30px;
}
@media (max-width: 639px) {
  .ms-Grid-col.emphasize p {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .ms-Grid-col.emphasize p {
    font-size: 16px;
    font-weight: bold;
  }
}
/*
  * DIALOG
  */
.ms-Dialog-main {
  height: 90%;
  max-width: 1250px;
  overflow: hidden;
  width: 90%;
}
@media (max-width: 639px) {
  .ms-Dialog-main {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.ms-Dialog-main .dialog-wrapper {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: row wrap;
  height: 100%;
  width: 100%;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container {
  background: #0c0b09;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header {
  padding: 20px 50px;
  position: relative;
  /* dialog header mobile */
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header:after {
  content: "";
  display: table;
  clear: both;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  float: left;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container {
  float: right;
  text-align: right;
  width: 130px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container {
  border-right: 1px solid #cccccc;
  display: inline-block;
  height: 33px;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart {
  border: 0;
  display: inline-block;
  height: 33px;
  line-height: 30px;
  min-width: auto;
  padding: 0;
  position: relative;
  width: 40px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart:after {
  content: "\51";
  color: #ffffff;
  font-family: "nordik-font";
  font-size: 36px;
  left: 0;
  line-height: 30px;
  right: auto;
  text-transform: none;
  top: 0;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart span {
  background: #65c97b;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-family: arial, sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 20px;
  z-index: 10;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-close-modal {
  background: transparent;
  border: 0;
  color: #0c0b09;
  display: inline-block;
  height: 50px;
  line-height: 53px;
  min-width: 35px;
  padding: 0;
  width: 35px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-close-modal span {
  display: none;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-close-modal:after {
  content: "\76";
  color: #ffffff;
  display: block;
  font-family: "nordik-font";
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-transform: none;
  top: 0;
  right: 0;
  width: 35px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container {
  float: left;
}
@media (max-width: 720px) {
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container {
    display: none;
  }
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step {
  float: left;
  margin: 0 5px;
  position: relative;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step:first-child {
  margin-left: 0;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step:last-child {
  margin-right: 0;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step:after {
  background: #ffffff;
  content: "";
  height: 1px;
  position: absolute;
  right: -8px;
  top: 18px;
  width: 6px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step:last-child:after {
  display: none;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step a {
  color: #ffffff;
  display: block;
  font-size: 9px;
  font-weight: 700;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 75px;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step a .step-number {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  height: 35px;
  margin: 0 auto 5px auto;
  line-height: 30px;
  text-align: center;
  width: 35px;
  transition: all 0.35s linear;
}
.ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .steps-container .steps .step a.active .step-number {
  background: #ffffff;
  color: #0c0b09;
}
@media (max-width: 639px) {
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header {
    padding: 4px 25px;
  }
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container {
    padding-right: 10px;
  }
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart {
    width: 37px;
  }
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart:after {
    font-size: 25px;
  }
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-cart-container .btn-cart span {
    right: 0;
    top: -3px;
  }
  .ms-Dialog-main .dialog-wrapper .dialog-header-container .dialog-header .btn-container .btn-close-modal:after {
    font-size: 30px;
    height: 50px;
    width: 35px;
  }
}
.ms-Dialog-main .dialog-wrapper .dialog-content-container {
  /*flex-grow : 1;
      flex-wrap: wrap;*/
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px 50px;
  width: 100%;
  /*
        > *:last-child {
          padding-bottom: @padding;
        }
        */
}
@media (max-width: 639px) {
  .ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content > .ms-Grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
  width: 100%;
}
.ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content > .ms-Grid > .ms-Grid-row {
  width: 100%;
}
.ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content .grow {
  display: flex;
  flex: 1;
  /*padding-bottom: 75px;*/
}
@media (max-width: 720px) {
  .ms-Dialog-main .dialog-wrapper .dialog-content-container .dialog-content .grow {
    display: block;
    flex: none;
  }
}
/*
 * CHECKBOX
 */
.ms-Checkbox {
  float: left;
  margin-top: 20px;
  padding-left: 4px;
  text-align: left;
  width: 100%;
}
.ms-Checkbox.is-checked .ms-Checkbox-checkbox {
  background: #0c0b09;
}
.ms-Checkbox .ms-Checkbox-label {
  align-items: normal;
}
.ms-Checkbox .ms-Checkbox-checkbox {
  margin-left: 0;
}
.ms-Checkbox .ms-Checkbox-text {
  /*white-space: nowrap;*/
}
/*
  * SEARCH + RESULTS
  */
.search-form-container {
  border-right: 1px solid #cccccc;
  float: left;
  padding-right: 30px;
  width: 30%;
}
@media (max-width: 900px) {
  .search-form-container {
    width: 40%;
  }
}
@media (max-width: 720px) {
  .search-form-container {
    border: 0;
    margin-bottom: 40px;
    padding-right: 8px;
    width: 100%;
  }
}
.search-form-container > .ms-Grid-row > .ms-Grid-col {
  margin-top: 0;
  margin-bottom: 15px;
}
.search-form-container > .ms-Grid-row > .ms-Grid-col:last-child {
  margin-bottom: 0;
}
.search-results-container {
  float: left;
  padding-left: 30px;
  width: 70%;
}
@media (max-width: 900px) {
  .search-results-container {
    width: 60%;
  }
}
@media (max-width: 720px) {
  .search-results-container {
    padding-left: 8px;
    width: 100%;
  }
}
.message-box-container {
  height: 100%;
}
.message-box-container * {
  height: 100%;
}
.message-box-container .message-box-vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-box-container .message-box-vertical-align * {
  height: auto;
  width: 100%;
}
.password-form-container {
  margin-top: 10px;
}
/*
  * BUTTON
  */
.ms-Button {
  color: #0c0b09 !important;
  height: auto;
  padding-top: 13px;
  white-space: unset;
}
.bottom-buttons-container .ms-Button {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  float: right;
  margin-bottom: 10px;
}
.bottom-buttons-container .ms-Button.left {
  float: left!important;
}
.bottom-buttons-container .ms-Button.right {
  float: right!important;
}
.bottom-buttons-container .ms-Button.btn-back,
.bottom-buttons-container .ms-Button.btn-more-services {
  padding-left: 90px;
  padding-right: 20px;
}
.bottom-buttons-container .ms-Button.btn-back:after,
.bottom-buttons-container .ms-Button.btn-more-services:after {
  content: "\f104";
  left: 15px;
  right: auto;
}
.bottom-buttons-container .ms-Button.btn-back {
  float: left;
}
@media (max-width: 720px) {
  .bottom-buttons-container .ms-Button {
    display: block;
    width: 100%;
    padding-left: 60px!important;
  }
  .bottom-buttons-container .ms-Button.btn-add-to-cart {
    padding-left: 20px!important;
  }
  .bottom-buttons-container .ms-Button + .ms-Button {
    margin-left: 0;
  }
}
.ms-Button.btn-add-to-cart .ms-Button-flexContainer {
  padding-left: 40px;
  position: relative;
}
.ms-Button.btn-add-to-cart .ms-Button-flexContainer:after {
  font-size: 26px;
  font-family: "nordik-font";
  display: block;
  left: 0;
  position: absolute;
  text-transform: none;
  top: -9px;
}
.ms-Button.btn-add-to-cart .ms-Button-flexContainer:after {
  content: "\51";
}
.ms-Button:hover {
  color: #ffffff !important;
}
.ms-Button.full-width {
  display: block;
  width: 100%;
}
.ms-Button span {
  transition: none;
}
.ms-Button .ms-Button-flexContainer {
  justify-content: left;
}
.ms-Button + .ms-Button {
  margin-left: 20px;
}
.form-container {
  padding: 0;
  margin: 0;
  /*
  .ms-Grid {
    padding-bottom: 0;
  }
  */
}
.login-options-container {
  border-top: 1px solid #cccccc;
  margin-top: 1em;
  padding-top: 2em;
}
.bottom-buttons-container {
  border-top: 1px solid #cccccc;
  margin-top: 2em;
  padding-bottom: 2em;
  /* add extra padding at the bottom */
  padding-top: 2em;
}
.bottom-buttons-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 720px) {
  .bottom-buttons-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .bottom-buttons-container .ms-Button {
    float: left!important;
    margin-bottom: 20px!important;
    order: 1;
  }
  .bottom-buttons-container .btn-more-services {
    order: 2;
  }
  .bottom-buttons-container .btn-back {
    margin-bottom: 0px!important;
    order: 10;
  }
}
.bottom-buttons-container > div:after {
  content: "";
  display: table;
  clear: both;
}
/*
 * DROPDOWN
 */
.ms-Dropdown-container .ms-Dropdown {
  border-width: 2px;
  min-height: 50px;
  margin: 0;
  padding-right: 35px;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-title {
  border: none;
  height: auto;
  line-height: inherit;
  padding: 0;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-title .ms-Icon {
  position: relative;
  top: 4px;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-caretDownWrapper {
  height: auto;
  line-height: inherit;
  top: 6px;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-caretDownWrapper .ms-Dropdown-caretDown {
  font-size: 0;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-caretDownWrapper .ms-Dropdown-caretDown:before {
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 26px;
  position: absolute;
  top: -2px;
  right: 0;
}
.ms-Dropdown-container .ms-Dropdown .ms-Dropdown-caretDownWrapper .ms-Dropdown-caretDown i {
  display: none;
}
.ms-Dropdown-items {
  border: 1px solid #0c0b09;
}
.ms-Dropdown-items .ms-Dropdown-header {
  background: rgba(12, 11, 9, 0.8);
  color: #ffffff;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  padding: 15px 20px;
  text-transform: uppercase;
}
.ms-Dropdown-items .ms-Dropdown-divider {
  display: none;
}
.ms-Dropdown-items .ms-Dropdown-item {
  border: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 15px 10px 15px 20px!important;
  text-transform: none;
}
.ms-Dropdown-items .ms-Dropdown-item:after {
  display: none;
}
.ms-Dropdown-items .ms-Dropdown-item.is-selected {
  background: #0c0b09;
  color: #ffffff !important;
}
.ms-Dropdown-items .ms-Dropdown-item:last-child {
  border-bottom: none;
}
.ms-Dropdown-items .ms-Dropdown-item.ms-Button + .ms-Button {
  margin-left: 0;
}
.ms-Dropdown-items .ms-Dropdown-item .ms-Icon {
  position: relative;
  top: 3px;
}
/*
 * CALLOUTS
 */
.ms-Callout-container .ms-Callout {
  border: 1px solid #0c0b09;
  box-shadow: none;
  min-width: 250px;
}
.ms-Callout-container .ms-Callout .ms-Callout-beak {
  border: 1px solid #0c0b09;
  box-shadow: none;
}
.ms-Callout-container .ms-Callout .ms-Callout-main .coaHqv {
  padding: 20px;
}
.ms-Callout-container .ms-Callout .ms-Callout-main .coaHqv p {
  color: #0c0b09;
  margin-bottom: 20px;
}
/*
 * PAGE LINKS
 */
.ms-Link,
.ms-Link:hover {
  color: #0c0b09;
  font-weight: bold;
  text-decoration: none;
}
/*
 * OVERLAY
 */
.ms-Modal .ms-Overlay {
  background: #0c0b09;
  background: rgba(0, 0, 0, 0.75);
  z-index: inherit;
}
/*
 * SPINNER / LOADER
 */
.ms-Spinner {
  margin: 40px auto;
}
.ms-Spinner .ms-Spinner-circle {
  background: url('../images/ajax-loader.gif') no-repeat center !important;
  visibility: visible;
  animation: none;
  -webkit-animation: none;
}
/*
 * MESSAGE BAR
 */
.ms-MessageBar {
  margin: 2em 0;
}
.ms-MessageBar.main-message {
  background-color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.97);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 639px) {
  .ms-MessageBar.main-message {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ms-MessageBar.main-message .ms-MessageBar-innerText {
  font-style: italic;
  line-height: 1.25em;
}
.ms-MessageBar.main-message + .main-message {
  border-top: 1px solid #cccccc;
}
/*
 * TEXTFIELD
 */
.ms-TextField {
  margin: 0;
}
.ms-TextField .ms-TextField-wrapper label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.ms-TextField .ms-TextField-wrapper .ms-TextField-fieldGroup {
  border: none;
  height: auto;
}
.ms-TextField .ms-TextField-wrapper .ms-TextField-fieldGroup .ms-TextField-field {
  border-width: 2px;
  line-height: 1.5em;
  margin: 0;
}
.ms-TextField .ms-TextField-wrapper .ms-TextField-fieldGroup .ms-Icon {
  color: #0c0b09;
  font-size: 20px;
  right: 20px;
  top: 15px;
}
/*
 * LABEL
 */
.ms-Label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  position: relative;
}
/*
 * DATE PICKER
 */
.ms-DatePicker {
  margin: 0;
}
.ms-DatePicker .ms-DatePicker-table th {
  text-align: center;
}
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--today,
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--today:focus {
  background: #555555;
}
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--today span,
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--today:focus span {
  color: #ffffff;
}
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--highlighted {
  background: #0c0b09;
}
.ms-DatePicker .ms-DatePicker-table .ms-DatePicker-day--highlighted span {
  color: #ffffff;
}
.ms-DatePicker .ms-DatePicker-goToday,
.ms-DatePicker .ms-DatePicker-goToday:hover {
  color: #0c0b09;
}
.ms-DatePicker .ms-DatePicker-event--without-label {
  right: 15px;
  top: 15px;
}
/*
 * MASSAGE LISTS
 */
@media (max-width: 720px) {
  .services-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .services-container .service-description-column {
    order: 2;
  }
  .services-container .service-timeslots-column {
    order: 1;
  }
}
@media (max-width: 720px) and (max-width: 639px) {
  .services-container .service-timeslots-column {
    margin-bottom: 40px;
  }
}
.message-list-title,
.service-description-title {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.message-list-title {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .message-list-title span {
    display: block;
  }
}
/*
  * SERVICES
  */
.service-description-container {
  margin-bottom: 35px;
}
.service-description-container .service-image {
  padding-right: 15px;
}
@media (max-width: 900px) {
  .service-description-container .service-image {
    width: 100%;
  }
}
.service-description-container .service-image img {
  height: auto;
  width: 100%;
}
.service-description-container .service-description {
  padding-left: 15px;
}
@media (max-width: 900px) {
  .service-description-container .service-description {
    margin-top: 20px;
    width: 100%;
  }
}
/*
.service-result-row {
  display: table;
  height: inherit;
  margin: 10px 0;

  &:nth-child(odd) {
    padding-left: 1em;
  }

  &:nth-child(even) {
    padding-right: 1em;
  }

  .border {
    border-bottom: 1px solid @borderColor;
    padding-bottom: 20px;
  }

  &:last-child {
    .border {
      border-bottom: 0;
    }
  }

  .service-time,
  .service-call-to-action {
    &:extend(section.block);
    display: table-cell;
    float: none;
    vertical-align: middle;

    > span {
      font-size: 1em;
    }
  }

  .service-time {
    /*border-right: 1px solid @borderColor;* /
    text-align: left;
  }
}
*/
.service-call-to-action {
  padding: 0 15px 15px;
  width: 25%;
}
.service-call-to-action:nth-child(4n+1) {
  padding-left: 8px;
}
.service-call-to-action:nth-child(4n+4) {
  padding-right: 8px;
}
@media (max-width: 960px) {
  .service-call-to-action {
    width: 50%;
  }
  .service-call-to-action:nth-child(2n+1) {
    padding-left: 8px;
    padding-right: 15px;
  }
  .service-call-to-action:nth-child(2n+2) {
    padding-left: 15px;
    padding-right: 8px;
  }
}
@media (max-width: 720px) {
  .service-call-to-action {
    width: 100%;
  }
  .service-call-to-action:nth-child(2),
  .service-call-to-action:nth-child(1n+1),
  .service-call-to-action:nth-child(2n+1) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.service-call-to-action button {
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 13px;
  text-align: left;
  width: 100%;
}
/*
 * CLIENT INFORMATION (PROFILE / ADD NEW)
 */
.client-information-box {
  border-top: 1px solid #cccccc;
  padding-top: 2em;
  margin-top: 2em;
}
.client-information-box.create-profile {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.delete-profile-container {
  margin-top: 20px;
  text-align: right;
}
/*
.booking-error-row {
  &:extend(.wpcf7-form .wpcf7-response-output);
  &:extend(.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors);
  margin-bottom: 0;
}

.booking-success-row {
  &:extend(.wpcf7-form .wpcf7-response-output);
  &:extend(.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok);
  margin-bottom: 0;
}
*/
.booking-action-column {
  line-height: 20px;
  text-align: left;
}
.booking-action-column .booking-success,
.booking-action-column .booking-error,
.booking-action-column .btn-send-email,
.booking-action-column .btn-delete {
  display: block;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.booking-action-column .booking-success:last-child,
.booking-action-column .booking-error:last-child,
.booking-action-column .btn-send-email:last-child,
.booking-action-column .btn-delete:last-child {
  margin-bottom: 0;
}
.booking-action-column .booking-success:after,
.booking-action-column .booking-error:after,
.booking-action-column .btn-send-email:after,
.booking-action-column .btn-delete:after {
  font-family: "nordik-font";
  font-size: 20px;
  font-weight: normal;
  height: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 0;
  width: 20px;
}
.booking-action-column .booking-success:after {
  color: #65c97b;
  content: "\54";
}
.booking-action-column .booking-error:after {
  color: #a94442;
  content: "\55";
}
.booking-action-column .btn-send-email {
  display: inline-block;
}
.booking-action-column .btn-send-email:after {
  color: #0c0b09;
  content: "\4a";
}
.booking-action-column .btn-delete {
  display: inline-block;
}
.booking-action-column .btn-delete:after {
  color: #a94442;
  content: "\56";
}
/*
 * BOOKINGS
 */
.booking-row-container .booking-row {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.booking-row-container .booking-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.booking-row-container .booking-row .booking-client-column {
  padding-left: 75px;
  padding-right: 40px;
  position: relative;
}
.booking-row-container .booking-row .booking-client-column .booking-index {
  background: #0c0b09;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 35px;
  left: 8px;
  line-height: 35px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  transition: all 0ms;
}
.booking-row-container .booking-row .booking-client-column .ms-Label {
  margin-top: 0;
  padding-top: 0;
}
.booking-row-container .booking-row .booking-details-column {
  padding-right: 0px;
}
.booking-row-container .booking-row .booking-details-column .booking-information-column {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 40px;
  padding-right: 40px;
}
.booking-row-container .booking-row .booking-details-column .booking-information-column > span {
  display: block;
  margin-bottom: 0;
  text-align: left;
}
.booking-row-container .booking-row .booking-details-column .booking-information-column span.booking-date {
  font-weight: 600;
}
.booking-row-container .booking-row .booking-details-column .booking-information-column span.booking-service {
  font-style: italic;
}
.booking-row-container .booking-row .booking-details-column .booking-price-column {
  border-right: 1px solid #cccccc;
  padding-left: 40px;
  padding-right: 40px;
}
.booking-row-container .booking-row .booking-details-column .booking-price-column .booking-price {
  display: block;
  font-size: 28px;
  text-align: center;
}
.booking-row-container .booking-row .booking-details-column .booking-action-column {
  text-align: center;
}
.booking-row-container .booking-row.transaction-complete .booking-client-column .booking-index {
  margin-top: 0;
  top: 5px;
}
.booking-row-container .booking-row.transaction-complete .booking-client-column span {
  display: block;
}
.booking-row-container .booking-row.transaction-complete .booking-information-column > span {
  text-align: left;
}
.booking-row-container .booking-row.transaction-complete .booking-action-column {
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 720px) and (min-width: 640px) {
  .booking-row-container .booking-row.transaction-complete .booking-client-column,
  .booking-row-container .booking-row.transaction-complete .booking-details-column {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .booking-row-container .booking-row .booking-client-column,
  .booking-row-container .booking-row .booking-information-column,
  .booking-row-container .booking-row .booking-action-column,
  .booking-row-container .booking-row .booking-price-column {
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  .booking-row-container .booking-row .booking-client-column {
    padding-left: 75px!important;
  }
  .booking-row-container .booking-row .booking-details-column {
    border-left: 1px solid #cccccc;
    padding-left: 40px;
  }
  .booking-row-container .booking-row .booking-details-column .booking-information-column,
  .booking-row-container .booking-row .booking-details-column .booking-price-column,
  .booking-row-container .booking-row .booking-details-column .booking-action-column {
    border: 0;
    padding-left: 0;
    padding-right: 8px;
  }
  .booking-row-container .booking-row .booking-details-column .booking-price-column {
    margin-top: -1em;
  }
  .booking-row-container .booking-row .booking-details-column .booking-price-column .booking-price {
    font-size: inherit;
    text-align: left;
  }
  .booking-row-container .booking-row .booking-details-column .booking-action-column {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .booking-row-container .booking-row .booking-details-column {
    border-left: 0;
    margin-top: 1em;
    padding-left: 75px;
  }
  .booking-row-container .booking-row .booking-details-column .booking-information-column,
  .booking-row-container .booking-row .booking-details-column .booking-action-column,
  .booking-row-container .booking-row .booking-details-column .booking-price-column {
    padding-left: 8px;
  }
}
/*
 * PAYMENT
 */
.payment-form {
  margin: 15px 0 35px;
}
.payment-form .cancellation-policy-container {
  margin-top: 25px;
  position: relative;
}
.payment-form .cancellation-policy-container .ms-MessageBar {
  margin-bottom: 0;
}
.message-box {
  padding-top: 100px;
  text-align: center;
}
.message-box > span {
  font-size: 24px!important;
}
.message-box:after {
  color: #0c0b09;
  font-family: "nordik-font";
  font-size: 90px;
  height: 100px;
  left: 50%;
  line-height: 90px;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 0;
  width: 100px;
}
.message-box.message-no-results:after {
  content: "\52";
}
.message-box.message-warning:after {
  content: "\4b";
}
.message-box.message-1:after {
  content: "\48";
}
.message-box.message-2:after {
  content: "\4c";
}
.message-box.message-3:after {
  content: "\53";
}
.message-box.message-4:after {
  content: "\53";
}
.display-table {
  display: table;
  width: 100%;
}
.display-table .display-table-cell {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.display-table .display-table-cell.align-bottom {
  vertical-align: bottom;
}
.display-table .display-table-cell.align-middle {
  vertical-align: middle;
}
@media (max-width: 639px) {
  .display-table {
    display: block;
    width: auto;
  }
  .display-table .display-table-cell {
    display: block;
    float: left;
  }
}
/*# sourceMappingURL=/wp-content/themes/nordik2016/style.css.map */

.quick-left img{width: 55px}

img{max-width: 100%}


.thumb-blog-overlay .post-content{padding: 0px 15px 15px}
.thumb-blog-default {
    margin-bottom: 30px
}

.thumb-blog-default a.btn-text {
    text-decoration: underline;
}

.post-gallery a {
    width: 33.33%;
    display: block;
    float: left
}

.thumb-blog-classic .btn {
    border: 2px solid;
    border-color: var(--theme-gray-color);
}

.thumb-blog-default .owl-dots {
    display: none
}

.thumb-blog-overlay .post-image::before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumb-blog-overlay:hover .post-image::before {
    visibility: visible;
    opacity: 1
}

.thumb-blog-overlay .post-meta a span {
    font-size: 11px
}

.thumb-blog-modern .post-content {
    width: calc(100% - 120px);
    right: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    float: right
}

.thumb-blog-modern .date {
    position: absolute;
    bottom: -90px;
    left: 40px;
}

.thumb-blog-modern .date span {
    font-size: 30px;
    font-weight: 700;
}

.thumb-text-layer .post-date {
    position: absolute;
    bottom: 50px
}

.thumb-text-layer {
    min-height: 250px;
}

.bolg-item .post-thumbnail {
    border-radius: 10px;
}


.full-row{padding: 40px 0px}

/*.post-meta{text-align: right;}*/

.mb-4{margin-bottom: 20px}

.thumb-blog-overlay {background-color: #f6f6f6}
.post-content{
    background-color: #f6f6f6;
    /*height:271px;*/
    
}
.post-content p{font-size: 15px}
.post-content h3{text-align: center;}
.post-content .du{text-align: center;}



/*New CSS*/

.activities {padding: 15px 0px}
.activities .col-md-3{padding: 0px}
.activities .overlay{text-align: center;}
.activities .overlay h2{font-size: 24px !important;}
.activities .overlay .content{padding: 0 13px 50px;}
.overlay .btn-outline-black{color: #fff !important; border-color: #fff;margin-top: 20px}


.content p{opacity: 0}

.content:hover p{opacity: 1}
.content:hover h2{top: -30px}

.activities .overlay .content::before {
  transition: all 0.35s ease-in;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  font-family: "nordik-font";
  position: absolute;
  font-size: 25px;
  bottom: 15px;
  right: 15px;
  font-weight: 600;
}


.fh-service.style-2 {
    text-align: center;
}

.fh-service.style-2 .entry-thumbnail {
    margin-bottom: 0;
}

.fh-service.style-2 .summary {
    border: 1px solid #ececec;
    padding: 25px;
}

.fh-service.style-2 .summary .fh-btn-3 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    min-width: 130px;
    min-height: 45px;
    line-height: 45px;
    border: 1px solid #ececec;
    background-color: #fff;
    text-align: center;
    transition: 0.5s;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fh-service.style-2 .entry-title {
    padding-bottom: 10px;
}

.fh-service.style-2 .service-content:hover .fh-btn-3 {
    color: #fff;
    background-color: #73b21a;
    border-color: #73b21a;
}

.fh-service-2 .summary {
    position: relative;
}

.fh-service-2 .summary .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 999;
}

.fh-service-2.style-1 {
    text-align: center;
}

.fh-service-2.style-1 .short-desc {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 15px;
}

.fh-service-2.style-1 .item-service {
    margin-bottom: 0px;
}

.fh-service-2.style-1 .content-bonus {
    display: none;
}

.fh-service-2.style-1 .service-content {
    border: 2px solid #ececec;
    text-align: center;
    padding: 0px;
}

.fh-service-2.style-1 .service-content .summary {
    padding: 80px 10px;
    transition: 0.5s;
    height: 400px;
    bottom: 0 !important;
    left: 0;
}

.fh-service-2.style-1 .service-content .summary::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: " ";
  transition: all 0.5s ease;
}

.fh-service-2.style-1 .service-content:hover .entry-header {
    transform: translateY(0);
}

.fh-service-2.style-1 .service-content:hover .entry-title a,
.fh-service-2.style-1 .service-content:hover .service-icon,
.fh-service-2.style-1 .service-content:hover p {
    color: #fff;
}

.fh-service-2.style-1 .service-content:hover p {
    opacity: 1;
    color: #fff;
}

.fh-service-2.style-1 .entry-thumbnail {
    display: none;
}

.fh-service-2.style-1 .entry-header {
    transform: translateY(65%);
    transition: 0.5s;
}

.fh-service-2.style-1 .entry-header p{opacity: 0}
.fh-service-2.style-1 .entry-header a.btn-outline-black{opacity: 0}

.fh-service-2.style-1 .service-content:hover .entry-header a.btn-outline-black{opacity: 1; color: #fff !important; border-color: #fff}

.fh-service-2.style-1 .service-icon {
    font-size: 64px;
    color: #73b21a;
    transition: 0.5s;
}

.fh-service-2.style-1 .service-icon i:before {
    font-size: 64px;
}

.fh-service-2.style-1 .entry-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

.fh-service-2.style-1 .entry-title a {
    transition: 0.5s;
    color: #fff !important;
    font-weight: 600;
    font-size: 25px;
}

.fh-service-2.style-1 p {
    transition: 0.5s;
    opacity: 1;
    color: #fff !important;
}

.secpadd{padding: 5px 0px}
.secpadd .col-md-3{padding: 0px}

.layout5_owl{padding: 40px 0px !important}
.rest{padding: 50px 0px}
#outdoor{background-color: #000}
#outdoor h2 a{color: #fff}
#outdoor p{color: #fff}
#watergames{background-color: #000}
#watergames h2 a{color: #fff}
#watergames p{color: #fff}

/*.grid_gallery_area {*/
/*  padding: 100px 0px;*/
/*}*/

/*.grid_gallery_inner {*/
/*  margin-bottom: -30px;*/
/*  overflow: hidden;*/
/*  clear: both;*/
/*}*/

/*.grid_gallery_inner.cobage_gallery_inner {*/
/*  margin-bottom: -10px;*/
/*}*/

/*.grid_gallery_inner .gallery_filter {*/
/*  text-align: center;*/
/*  padding-bottom: 55px;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li {*/
/*  display: inline-block;*/
/*  margin-right: 52px;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li a {*/
/*  font-size: 16px;*/
/*  font-family: 'Raleway', sans-serif;*/
/*  font-weight: bold;*/
/*  letter-spacing: .48px;*/
/*  text-transform: uppercase;*/
/*  color: #a0a0a0;*/
/*  position: relative;*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li a:before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  position: absolute;*/
/*  bottom: -1px;*/
/*  background: #ffb606;*/
/*  opacity: 0;*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li:hover a, .grid_gallery_inner .gallery_filter li.active a {*/
/*  color: #ffb606;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li:hover a:before, .grid_gallery_inner .gallery_filter li.active a:before {*/
/*  opacity: 1;*/
/*}*/

/*.grid_gallery_inner .gallery_filter li:last-child {*/
/*  margin-right: 0px;*/
/*}*/

/*.grid_gallery_item {*/
/*  margin-bottom: 30px;*/
/*  position: relative;*/
/*  z-index: 3;*/
/*}*/

/*.grid_gallery_item:before {*/
/*  content: "";*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*  left: 0px;*/
/*  top: 0px;*/
/*  opacity: 0;*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*}*/

/*.grid_gallery_item .resort_g_hover {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0px;*/
/*  top: 0px;*/
/*  padding: 10px;*/
/*  opacity: 0;*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*}*/

/*.grid_gallery_item .resort_g_hover .resort_hover_inner {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  position: relative;*/
/*}*/

/*.grid_gallery_item .resort_g_hover .resort_hover_inner a {*/
/*  float: right;*/
/*  margin-top: 20px;*/
/*  margin-right: 20px;*/
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  -webkit-transform: scale(0);*/
/*  -ms-transform: scale(0);*/
/*  transform: scale(0);*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*  z-index: 2;*/
/*  position: relative;*/
/*}*/

/*.grid_gallery_item .resort_g_hover .resort_hover_inner h5 {*/
/*  position: absolute;*/
/*  left: 30px;*/
/*  bottom: 20px;*/
/*  opacity: 0;*/
/*  color: #fff;*/
/*  z-index: 2;*/
/*  -webkit-transition: all 300ms linear 0s;*/
/*  -o-transition: all 300ms linear 0s;*/
/*  transition: all 300ms linear 0s;*/
/*  font-family: 'Raleway', sans-serif;*/
/*  font-weight: normal;*/
/*  font-size: 18px;*/
/*  letter-spacing: .36px;*/
/*}*/

/*.grid_gallery_item:hover:before {*/
/*  opacity: 1;*/
/*}*/

/*.grid_gallery_item:hover .resort_g_hover {*/
/*  opacity: 1;*/
/*}*/

/*.grid_gallery_item:hover .resort_g_hover .resort_hover_inner a {*/
/*  -webkit-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  transform: scale(1);*/
/*}*/

/*.grid_gallery_item:hover .resort_g_hover .resort_hover_inner h5 {*/
/*  bottom: 30px;*/
/*  opacity: 1;*/
/*}*/

/*.grid_gallery_item img {*/
/*  max-width: 100%;*/
/*}*/

/*.cobage_g_masonary {*/
/*  margin-left: -5px;*/
/*  margin-right: -5px;*/
/*}*/

/*.cobage_g_masonary .col-md-3 {*/
/*  padding: 0px 5px;*/
/*}*/

/*.cobage_g_masonary .col-md-6 {*/
/*  padding: 0px 5px;*/
/*}*/

/*.cobage_g_masonary .grid_gallery_item {*/
/*  margin-bottom: 10px;*/
/*  overflow: hidden;*/
/*}*/

/*.cobage_g_masonary .grid_gallery_item img {*/
/*  width: 100%;*/
/*}*/

/* End Galley Two Column Area css
============================================================================================ */
/*============Gallary=================*/
h2{
  /*color: #fff;*/
  font-weight: 700;
  font-family:Georgia, 'Times New Roman', Times, serif ;
}
/*.banner {*/
/*  background: #a770ef;*/
  /*background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);*/
/*  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);*/
/*}*/

.banner {
    background: #0a1a3f;
    /*background: -webkit-linear-gradient(to right, #0a1a3f, #ffa631, #ffa631);*/
    background: linear-gradient(to right, #0a1a3f, #ffa631, #ffa631);
    
.lead{
  font-family:Georgia, 'Times New Roman', Times, serif ;
}
/*============Gallary=================*/


.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


.client_area {
  padding-bottom: 95px;
}

.client_area.client_three {
  padding: 100px 0px;
}

.client_area.client_three .clients_slider {
  padding-left: 50px;
  padding-top: 0px;
  border: none;
}

.client_area.client_three .clients_slider .item .media .media-body {
  padding-right: 62px;
}

.client_area.client_three .clients_slider .item .media .media-body h4 {
  padding-top: 40px;
}

.clients_slider {
  border-top: 1px solid #e1e1e1;
  padding-top: 80px;
}

.clients_slider .item .media .media-left {
  padding-right: 25px;
  padding-top: 20px;
}

.clients_slider .item .media .media-left img {
  width: 300px;
}

.clients_slider .item .media .media-body {
  padding-right: 128px;
}

.clients_slider .item .media .media-body p {
  line-height: 35px;
  color: #898989;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 22px;
  letter-spacing: .66px;
}

.clients_slider .item .media .media-body p i {
  padding-right: 20px;
  color: #ffb606;
  font-size: 100px;
  font-family: "arial";
  font-style: normal;
  position: relative;
  bottom: -42px;
  font-weight: bold;
}

.clients_slider .item .media .media-body h4 {
  color: #ffb606;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .54px;
  padding: 30px 0px 10px 0px;
}

.clients_slider .item .media .media-body h5 {
  font-size: 18px;
  color: #849bb3;
  font-family: "Lato", sans-serif;
  font-style: italic;
  letter-spacing: .54px;
}


.get_contact_area {
  padding: 40px 0px;
}

.get_contact_inner .left_ex_title {
  padding-left: 15px;
  padding-bottom: 36px;
}

.get_contact_inner .contact_us_form {
  position: relative;
}

.get_contact_inner .contact_us_form:before {
  content: "";
  height: 420px;
  width: 1px;
  background: #d6d5d8;
  position: absolute;
  right: -80px;
  top: 0px;
}

.get_contact_inner .contact_us_form:after {
  content: "";
  height: 192px;
  width: 3px;
  background: #ffb606;
  position: absolute;
  right: -82px;
  top: 115px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_us_form .form-group input {
  height: 54px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 0px 25px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 16px 25px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group .submit_btn {
  height: 48px;
  width: 165px;
  line-height: 46px;
}

.right_contact_info {
  padding-left: 134px;
  padding-top: 79px;
}

.right_contact_info .contact_info_title h3 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.right_contact_info .contact_info_title p {
  font-size: 16px;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  padding-right: 35px;
}

.right_contact_info .contact_info_list .media {
  margin-top: 25px;
}

.right_contact_info .contact_info_list .media .media-left {
  padding-right: 18px;
}

.right_contact_info .contact_info_list .media .media-left i {
  font-size: 35px;
  color: #3e3e3e;
}

.right_contact_info .contact_info_list .media .media-body h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: .32px;
  color: #242424;
  padding-bottom: 10px;
}

.right_contact_info .contact_info_list .media .media-body p {
  font-size: 15px;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}

.right_contact_info .contact_info_list .media .media-body a {
  display: block;
  font-size: 15px;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.media-body{margin-left: 15px}
.media-body span.line1{ 
  color: #ffffff;
  font-size: 23px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-left: 15px;
  text-transform: uppercase;
}
.media-body span.line2{ 
  display: block;
color: #ffffff;
position: relative;
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 18px;
margin-left: 15px;
}

.right_contact_info .contact_info_list .media .media-body a:hover {
  color: #ffb606;
}

.right_contact_info .contact_info_list .media:first-child .media-left {
  padding-right: 32px;
}

.right_contact_info .contact_info_list .media:last-child .media-left {
  padding-right: 25px;
}

/* End Get Contact Area css
============================================================================================ */
/* Map Area css
============================================================================================ */
.map_box_inner {
  position: relative;
}

.map_box_inner:before {
  content: "";
  height: 420px;
  width: 1px;
  background: #d6d5d8;
  position: absolute;
  right: -80px;
  top: 0px;
}

.map_box_inner:after {
  content: "";
  height: 192px;
  width: 3px;
  background: #ffb606;
  position: absolute;
  right: -82px;
  top: 115px;
}

.map_box_inner .mapBox {
  height: 420px;
}

/* End Map Contact Area css
============================================================================================ */
/* Map Contact Area css
============================================================================================ */
.contact_map_area {
  padding-bottom: 100px;
}

.contact_map_area .mapBox2 {
  min-height: 460px;
}


.contact_us_form .form-group .submit_btn {
  height: 48px;
  width: 165px;
  line-height: 46px;
}

.submit_btn {
  background: #ffb606 !important;
  color: #fff;
  border-radius: 0px;
  border: none;
  width: 160px;
  padding: 0px;
  height: 52px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: 600;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  border: 2px solid #ffb606;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  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;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

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

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



@media screen and (max-width: 400px) {
  .moble-bana{
   display: none;
  }
}

