/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255,255, 0.4);
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 5px;
	margin: 0 3px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255, 255,255, 0.9);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*! 
 * Base CSS for pdf2htmlEX
 * Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com> 
 * https://github.com/coolwanglu/pdf2htmlEX/blob/master/share/LICENSE
 */#sidebar{position:absolute;top:0;left:0;bottom:0;width:250px;padding:0;margin:0;overflow:auto}#page-container{position:absolute;top:0;left:0;margin:0;padding:0;border:0}@media screen{#sidebar.opened+#page-container{left:250px}#page-container{bottom:0;right:0;overflow:auto}.loading-indicator{display:none}.loading-indicator.active{display:block;position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px}.loading-indicator img{position:absolute;top:0;left:0;bottom:0;right:0}}@media print{@page{margin:0}html{margin:0}body{margin:0;-webkit-print-color-adjust:exact}#sidebar{display:none}#page-container{width:auto;height:auto;overflow:visible;background-color:transparent}.d{display:none}}.pf{position:relative;background-color:white;overflow:hidden;margin:0;border:0}.pc{position:absolute;border:0;padding:0;margin:0;top:0;left:0;width:100%;height:100%;overflow:hidden;display:block;transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0}.pc.opened{display:block}.bf{position:absolute;border:0;margin:0;top:0;bottom:0;width:100%;height:100%;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.bi{position:absolute;border:0;margin:0;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}@media print{.pf{margin:0;box-shadow:none;page-break-after:always;page-break-inside:avoid}@-moz-document url-prefix(){.pf{overflow:visible;border:1px solid #fff}.pc{overflow:visible}}}.c{position:absolute;border:0;padding:0;margin:0;overflow:hidden;display:block}.t{position:absolute;white-space:pre;font-size:1px;transform-origin:0 100%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;unicode-bidi:bidi-override;-moz-font-feature-settings:"liga" 0}.t:after{content:''}.t:before{content:'';display:inline-block}.t span{position:relative;unicode-bidi:bidi-override}._{display:inline-block;color:transparent;z-index:-1}::selection{background:rgba(127,255,255,0.4)}::-moz-selection{background:rgba(127,255,255,0.4)}.pi{display:none}.d{position:absolute;transform-origin:0 100%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%}.it{border:0;background-color:rgba(255,255,255,0.0)}.ir:hover{cursor:pointer}





.zoom-viewport #flipbook{
    width:100%;
    height:950px;
}

.zoom-viewport .page{
    /*width:461px;*/
    /*height:600px;*/
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.zoom-viewport .zoomer .region{
    display:none;
}

#flipbook .region{
    position:absolute;
    overflow:hidden;
    background:#0066FF;
    opacity:0.2;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    cursor:pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

#flipbook .region:hover{
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

#flipbook .region.zoom{
    opacity:0.01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

#flipbook .region.zoom:hover{
    opacity:0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

#flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.zoom-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

#flipbook .even .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

#flipbook .odd .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.zoom-viewport .zoom-in .even .gradient,
.zoom-viewport .zoom-in .odd .gradient{

    display:none;

}

.zoom-viewport .loader{
    background-image:url(../../bundles/credo/images/pics/loader.gif);
    width:22px;
    height:22px;
    position:absolute;
    top:280px;
    left:219px;
}

.zoom-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}

.zoom-viewport .next-button,
.zoom-viewport .previous-button{
    width:22px;
    height:600px;
    position:absolute;
    top:0;
}

.zoom-viewport .next-button{
    right:-22px;
    -webkit-border-radius:0 15px 15px 0;
    -moz-border-radius:0 15px 15px 0;
    -ms-border-radius:0 15px 15px 0;
    -o-border-radius:0 15px 15px 0;
    border-radius:0 15px 15px 0;
}

.zoom-viewport .previous-button{
    left:-22px;
    -webkit-border-radius:15px 0 0 15px;
    -moz-border-radius:15px 0 0 15px;
    -ms-border-radius:15px 0 0 15px;
    -o-border-radius:15px 0 0 15px;
    border-radius:15px 0 0 15px;
}

.zoom-viewport .previous-button-hover,
.zoom-viewport .next-button-hover{
    background-color:rgba(0,0,0, 0.2);
}

.zoom-viewport .previous-button-hover,
.zoom-viewport .previous-button-down{
    background-image:url(../../bundles/credo/images/pics/arrows.png);
    background-position:-4px 284px;
    background-repeat:no-repeat;
}

.zoom-viewport .previous-button-down,
.zoom-viewport .next-button-down{
    background-color:rgba(0,0,0, 0.4);
}

.zoom-viewport .next-button-hover,
.zoom-viewport .next-button-down{
    background-image:url(../../bundles/credo/images/pics/arrows.png);
    background-position:-38px 284px;
    background-repeat:no-repeat;
}

.zoom-viewport .zoom-in .next-button,
.zoom-viewport .zoom-in .previous-button{
    display:none;
}

.animated{
    -webkit-transition:margin-left 0.5s;
    -moz-transition:margin-left 0.5s;
    -ms-transition:margin-left 0.5s;
    -o-transition:margin-left 0.5s;
    transition:margin-left 0.5s;
}

.zoom-icon{
    position:absolute;
    z-index:1000;
    width:22px;
    height:22px;
    top:10px;
    right:10px;
    background-image:url(../../bundles/credo/images/pics/zoom-icons.png);
    background-size:88px 22px;
}

.zoom-icon-in{
    background-position:0 0;
    cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover{
    background-position:-22px 0;
    cursor: pointer;
}

.zoom-icon-out{
    background-position:-44px 0;
}

.zoom-icon-out.zoom-icon-out-hover{
    background-position:-66px 0;
    cursor: pointer;
}

.bottom{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
}
.previewFloater {
  border: 2px solid #f00;
  padding: 10px;
  margin: 10px 0;
}
.previewFloater p {
  margin: 0;
  font-size: 15px;
  color: #f00;
}
.previewFloater p i {
  float: right;
  font-size: 20px;
}

/* responsive settings */
/* layout breaks */
/* <body> settings */
/* colors */
/* <div id="content"> settings */
/* font importer */
/* fonts styles */
/* cms titles */
/* cms common */
/* cms strong: weight font-family */
/* cms links: color style weight decoration */
/* cms lists: padding margin */
/* cms lists: list-style */
/* list elements: padding, margin, color, font-style, weight, size, line-height, font-family, text-align, background, border  */
/* cms elements: padding, margin, color, font-style, weight, size, line-height, font-family, text-align, background, border  */
/* cms elements: background, color, padding */
/* cms blockquote p: margin padding background */
/* cms inline styles */
img {
  max-width: 100%;
}
.imgLeft {
  float: left;
  margin: 5px 30px 10px 0;
}
.imgRight {
  float: right;
  margin: 5px 0 10px 30px;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*darken(#428bca, 6.5%); // #337ab7*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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";
}
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: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  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: #002d62;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00162f;
}
.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: #ff0000;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cc0000;
}
.bg-primary {
  color: #fff;
  background-color: #002d62;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00162f;
}
.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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: 10.5px 21px;
  margin: 0 0 21px;
  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.5;
  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: 21px;
  font-style: normal;
  line-height: 1.5;
}
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: 21px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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: 21px;
  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.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #eaedef;
  border-radius: 0 !important;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  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: 35px;
  }
  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: 21px;
  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: 35px;
}
.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: 2px;
}
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: 2px;
}
.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: 33px;
  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: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.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: 28px;
}
.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: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 28px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  -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 {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #002d62;
  background-color: #eeeeee;
  border-color: #e1e1e1;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #002d62;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}
.btn-primary:hover {
  color: #002d62;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #002d62;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.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: #002d62;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #eeeeee;
  border-color: #e1e1e1;
}
.btn-primary .badge {
  color: #eeeeee;
  background-color: #002d62;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  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: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #002d62;
  background-color: #ffb700;
  border-color: #e6a500;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #002d62;
  background-color: #cc9200;
  border-color: #664900;
}
.btn-warning:hover {
  color: #002d62;
  background-color: #cc9200;
  border-color: #a87900;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #002d62;
  background-color: #cc9200;
  border-color: #a87900;
}
.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: #002d62;
  background-color: #a87900;
  border-color: #664900;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb700;
  border-color: #e6a500;
}
.btn-warning .badge {
  color: #ffb700;
  background-color: #002d62;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  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: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #002d62;
  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;
  -moz-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: #000a16;
  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: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #002d62;
}
.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.5;
  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: 768px) {
  .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);
  -moz-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;
  -moz-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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-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: 2px;
}
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 #eaedef;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 1.4em;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #002d62;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
  min-width: 30px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
  /*.border-left-radius(@border-radius-base);*/
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #000a16;
  background-color: #eeeeee;
  border-color: #dddddd;
  text-decoration: underline;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff;
  background-color: #002d62;
  border-color: #002d62;
  font-weight: 900;
  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: #ffffff;
  border-color: #dddddd;
  text-decoration: none;
  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: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  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: #002d62;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00162f;
}
.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: #ffb700;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc9200;
}
.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: #ffffff;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #002d62;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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: #002d62;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #ff0000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #cc0000;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  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: #ffffff;
  background-color: #002d62;
  border-color: #002d62;
}
.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: #2f8fff;
}
.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: #ff0000;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff0000;
}
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: #ff0000;
  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: #ff0000;
  border-color: #ff0000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 2px;
  border-top-left-radius: 2px;
}
.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 #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #002d62;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #002d62;
  border-color: #002d62;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #002d62;
}
.panel-primary > .panel-heading .badge {
  color: #002d62;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #002d62;
}
.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: #ff0000;
  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: #ff0000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: #000000;
}
.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;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.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);
    -moz-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.5;
  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;
  width: auto !important;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 3px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.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.5;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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;
  bottom: auto !important;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: #ffffff;
  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 .fa-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 3px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #eeeeee;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #eeeeee;
  color: #002d62;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 3px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #eeeeee;
  color: #002d62;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* folders setup */
/* font import generator */
@font-face {
  font-family: FontAwesome;
  src: url('../../fonts/fontawesome.eot');
  src: url('../../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontawesome.woff') format('woff'), url('../../fonts/fontawesome.ttf') format('truetype'), url('../../fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* browsers reset */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
em,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
m,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
}
blockquote {
  quotes: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
fieldset,
img,
table {
  border: 0;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
html,
input {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
dt,
address,
caption,
cite,
code,
dfn,
big,
small,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}
input,
select,
th,
td,
li li,
li p,
td p,
blockquote p {
  font-size: 1em;
}
/* body em size setup */
html,
body {
  min-height: 100%;
  /*height: 100%;*/
}
body {
  position: relative;
  padding: 0;
  font-size: 62.5%;
  font-family: "Open Sans", Helvetica, serif;
  color: #000000;
  background: transparent;
  overflow-x: hidden;
}
#content {
  padding: 70px 0 0 0;
  overflow: hidden;
}
#content.form {
  padding: 200px 0 100px 0;
}
/* html 5 */
header,
section,
aside,
article,
footer,
nav {
  display: block;
}
/* boxSizing */
div,
ul,
ol,
li,
p,
a,
span,
strong,
input,
select,
textarea,
footer,
section,
header,
aside,
article,
nav,
time,
figure,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
td,
th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* title generator */
h1,
h2,
h3,
h4,
h5,
h6,
.table caption,
fieldset legend,
caption,
legend {
  font-family: "Open Sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6f6f6f;
  font-weight: 300;
}
h1 {
  font-size: 6em;
  font-weight: 700;
  color: #4e4e50;
}
h1.pageTitle {
  text-align: center;
  margin: 0px 0 40px 0;
  text-transform: uppercase;
}
h1.pageTitle.notVisible {
  visibility: hidden !important;
  height: 30px;
  margin-bottom: 0;
}
h1.title {
  font-size: 4.1em;
  margin-top: 20px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  position: relative;
}
h1.title::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 145px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
h2 {
  font-size: 4.1em;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
h2::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 140px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -70px;
}
h2 .notice {
  display: block;
  font-size: 13px;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 15px;
}
h2.noLine {
  padding-bottom: 0px;
}
h2.noLine::after {
  display: none !important;
}
.portal h2,
.portal h3 {
  margin-top: 0px;
}
h3 {
  font-size: 3em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
h3.titleLeft {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
h3.titleLeft::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 140px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 145px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
h3.noLine {
  padding-bottom: 0px;
}
h3.noLine::after {
  display: none !important;
}
h3.text-center::after {
  left: 50%;
  margin-left: -70px;
}
.col-sm-6 h3 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 0;
}
.col-sm-6 h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 140px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.col-sm-6 h3.noLine {
  padding-bottom: 0px;
}
.col-sm-6 h3.noLine::after {
  display: none !important;
}
h4 {
  font-size: 2.5em;
  margin-bottom: 30px;
}
h5 {
  font-size: 2em;
}
h6 {
  font-size: 1.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #de167b;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #de167b;
  text-decoration: underline;
}
/* clear floats generator */
.clear,
.topNavigation ul,
header.header .navigation > ul,
#sitemap,
#content.oneCol,
.boxTabs ul,
.testimonials .col,
.list article .sectionWrap,
.footer .copyrights .container-fluid .copyrightsWrap {
  display: inline-block;
}
.clear:after,
.topNavigation ul:after,
header.header .navigation > ul:after,
#sitemap:after,
#content.oneCol:after,
.boxTabs ul:after,
.testimonials .col:after,
.list article .sectionWrap:after,
.footer .copyrights .container-fluid .copyrightsWrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear,
* html .topNavigation ul,
* html header.header .navigation > ul,
* html #sitemap,
* html #content.oneCol,
* html .boxTabs ul,
* html .testimonials .col,
* html .list article .sectionWrap,
* html .footer .copyrights .container-fluid .copyrightsWrap {
  height: 1%;
}
.clear,
.topNavigation ul,
header.header .navigation > ul,
#sitemap,
#content.oneCol,
.boxTabs ul,
.testimonials .col,
.list article .sectionWrap,
.footer .copyrights .container-fluid .copyrightsWrap {
  display: block;
}
/* rows space generator 5 10 ... */
/*.offsetGenerator(50);
.offsetGenerator(@n, @i: 0) when (@i =< @n) {
  @space : @i;
  .offset@{space} { margin-left : -(unit(@i, px))!important; margin-right : -(unit(@i, px))!important;}
  .offsetGeneratorCols(12);
  .offsetGeneratorCols(@m, @j: 1) when (@j =< @m) {
    .offset@{space} .col-xs-@{j}, .offset@{space} .col-sm-@{j}, .offset@{space} .col-md-@{j}, .offset@{space} .col-lg-@{j} { padding-left: unit(@i, px); padding-right: unit(@i, px); }
    .offsetGeneratorCols(@m, (@j + 1));
  }
  .offsetGeneratorColsCustom(4);
  .offsetGeneratorColsCustom(@m, @j: 1) when (@j =< @m) {
    .offset@{space} .col-xs-@{j}5, .offset@{space} .col-sm-@{j}5, .offset@{space} .col-md-@{j}5, .offset@{space} .col-lg-@{j}5 { padding-left: unit(@i, px); padding-right: unit(@i, px); }
    .offsetGeneratorColsCustom(@m, (@j + 1));
  }
  .offsetGenerator(@n, (@i + 5));
}*/
/* margin generator 5 10 ... */
/*.marginGenerator(50);
.marginGenerator(@n, @i: 0) when (@i =< @n) {
  @margin : @i;
  .margin@{margin} { margin : unit(@i, px); }
  .marginLeftRight@{margin} { margin-left : unit(@i, px); margin-right : unit(@i, px); }
  .marginTopBottom@{margin} { margin-top : unit(@i, px); margin-bottom : unit(@i, px); }
  .marginTop@{margin} { margin-top : unit(@i, px); }
  .marginBottom@{margin} { margin-bottom : unit(@i, px); }
  .marginLeft@{margin} { margin-left : unit(@i, px); }
  .marginRight@{margin} { margin-right : unit(@i, px); }
  .marginGenerator(@n, (@i + 5));
}*/
/* padding generator 5 10 ... */
/*.paddingGenerator(50);
.paddingGenerator(@n, @i: 0) when (@i =< @n) {
  @padding : @i;
  .padding@{padding} {padding : unit(@i, px); }
  .paddingLeftRight@{padding} {padding-left : unit(@i, px); padding-right : unit(@i, px); }
  .paddingTopBottom@{padding} { padding-top : unit(@i, px); padding-bottom : unit(@i, px); }
  .paddingTop@{padding} { padding-top : unit(@i, px); }
  .paddingBottom@{padding} { padding-bottom : unit(@i, px); }
  .paddingLeft@{padding} { padding-left : unit(@i, px); }
  .paddingRight@{padding} { padding-right : unit(@i, px); }
  .paddingGenerator(@n, (@i + 5));
}*/
/* faIcons */
.fa-icon {
  text-decoration: none;
}
.fa-icon span {
  display: none;
}
/* clear margin padding of ul and ol elements */
.clearMP,
#sitemap,
.gallery ul,
#searchResults {
  margin: 0;
  padding: 0;
}
.clearMP li,
#sitemap li,
.gallery ul li,
#searchResults li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
/* set horizontal menu */
.menuSetup,
.topNavigation ul,
header.header .navigation > ul,
.boxTabs ul,
.peopleList ul {
  margin: 0;
  padding: 0;
}
.menuSetup li,
.topNavigation ul li,
header.header .navigation > ul li,
.boxTabs ul li,
.peopleList ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetup li a,
.menuSetup li span,
.topNavigation ul li a,
.topNavigation ul li span,
header.header .navigation > ul li a,
header.header .navigation > ul li span,
.boxTabs ul li a,
.boxTabs ul li span,
.peopleList ul li a,
.peopleList ul li span {
  display: block;
  text-decoration: none;
}
/* set vertical menu */
.menuSetupVertical,
.verticalMenu,
.footer .footerLinks ul {
  margin: 0;
  padding: 0;
}
.menuSetupVertical li,
.verticalMenu li,
.footer .footerLinks ul li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetupVertical li a,
.menuSetupVertical li span,
.verticalMenu li a,
.verticalMenu li span,
.footer .footerLinks ul li a,
.footer .footerLinks ul li span {
  display: block;
  text-decoration: none;
}
/* set link hover decoration */
.noDecoration,
#sitemap li a,
#searchResults ul li p.url a,
.footer a {
  text-decoration: none;
}
.noDecoration:hover,
#sitemap li a:hover,
#searchResults ul li p.url a:hover,
.footer a:hover {
  text-decoration: underline;
}
.noDecoration:active,
#sitemap li a:active,
#searchResults ul li p.url a:active,
.footer a:active {
  text-decoration: none;
}
/* set top absolute position */
.topPosition {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* set fontFamily*/
/* grayscale */
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.filterNone {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
/* set transform */
/* set scale */
/* set opacity */
/* set transition */
/* set round */
.round,
.testimonials p.img {
  border-radius: 800px;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
}
.roundNone,
.bSquare,
.bSquare span {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/* set borders */
.noBorder {
  border: none !important;
}
/* set shadows */
.shadowActive {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
}
.shadowNone,
.boxAccordion.accDesign .accTitle a:active {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/* cms link generator */
a {
  color: #de167b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover span,
a:hover small,
a:hover strong {
  cursor: pointer;
}
a img,
img {
  border: none;
  text-decoration: none;
}
/* cms lists generator */
ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
ul li {
  padding: 0;
  margin: 0 0 5px 0;
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", Helvetica, serif;
  background: none;
  border: none;
  list-style: square;
}
ul li li {
  font-size: 1em;
}
ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
ol li {
  padding: 0;
  margin: 0 0 5px 0;
  list-style: decimal;
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", Helvetica, serif;
  background: none;
  border: none;
}
/* menu drop down */
.drop {
  position: absolute;
  display: none;
  z-index: 500;
  left: 0;
  min-width: 100%;
}
li:hover > .drop {
  display: block;
}
/* cms elements generator */
p,
.sbHolder {
  color: #6f6f6f;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans";
  padding-bottom: 20px;
}
.summary {
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #ff971f;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: "Open Sans", Helvetica, serif;
  background: none;
  border: none;
}
cite {
  display: block;
  padding: 0.5em 25% 0 25%;
  margin: 0 0 2em 0;
  color: #000000;
  font-style: italic;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Open Sans", Helvetica, serif;
  text-align: center;
  background: none;
  border: none;
}
blockquote {
  padding: 1em 0 0 1.5em;
  margin: 0 0 2em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Open Sans", Helvetica, serif;
  text-align: left;
  background: url('../../images/icons/icon_blockquote_start.png') no-repeat 0 0.5em scroll transparent;
  border: none;
}
blockquote p {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0 1.5em 0.5em 0;
  background: url('../../images/icons/icon_blockquote_end.png') no-repeat right bottom scroll transparent;
}
figcaption {
  padding: 10px 10px 10px 18px;
  margin: 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Open Sans", Helvetica, serif;
  text-align: left;
  background: #edecea;
  border: none;
}
strong {
  font-weight: bold;
  font-family: "Open Sans", Helvetica, serif;
}
img {
  max-width: 100%;
}
figure img {
  display: block;
}
figure.noFigcaption figcaption {
  display: none;
}
small {
  font-size: 0.9em;
}
em {
  font-family: "Open Sans", Helvetica, serif;
  font-style: italic;
}
abbr[title] {
  border-bottom: 1px dotted #000000;
}
mark {
  padding: 0 5px;
  background: #ffe068;
  color: #000000;
}
s {
  text-decoration: line-through;
}
address {
  padding: 0.5em 0 0 0;
  margin: 0 0 1.5em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Open Sans", Helvetica, serif;
  background: none;
  border: none;
}
li li,
blockquote p,
cite p,
p input,
p textarea,
p select,
td td {
  font-size: 1em;
}
/* lists fix for bootstrap datepicker */
.bootstrap-datetimepicker-widget ul {
  padding: 0 !important;
  list-style: none;
}
.bootstrap-datetimepicker-widget ul li {
  margin: 0 !important;
  list-style: none;
}
.bootstrap-datetimepicker-widget ul li.collapse {
  display: none;
}
.bootstrap-datetimepicker-widget ul li.collapse.in {
  display: block;
}
.bootstrap-datetimepicker-widget ul li table td.day {
  font-size: 14px !important;
}
.bootstrap-datetimepicker-widget ul li table th {
  font-size: 14px !important;
  font-weight: bold !important;
}
/* errors - OK */
.alert {
  padding: 15px 15px 15px 70px!important;
  position: relative;
  margin-bottom: 20px;
  border: none !important;
}
.alert.alert-danger {
  background: #a94442;
}
.alert.alert-success {
  background: #3c763d;
}
.alert.alert-warning {
  background: #8a6d3b;
}
.alert.alert-info {
  background: #e4e4e4;
}
.alert.alert-info .fa {
  color: #6f6f6f !important;
}
.alert.alert-info h3,
.alert.alert-info h4,
.alert.alert-info p {
  color: #6f6f6f !important;
}
.alert * {
  color: #fff !important;
}
.alert i,
.alert span {
  position: absolute !important;
  top: 50% !important;
  left: 28px !important;
  display: inline-block !important;
  font-size: 25px !important;
  -ms-transform: translate(0%, -50%) !important;
  -webkit-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
}
.alert h3,
.alert h4 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-weight: normal !important;
  font-size: 20px;
}
.alert p {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0px !important;
  text-align: left !important;
}
.alert ul {
  margin: 0;
  list-style-type: disc;
  background: none;
}
.alert ul li {
  padding: 0;
  background: none;
}
.alert a {
  color: #fff !important;
  text-decoration: underline !important;
}
.alert a:hover {
  text-decoration: none !important;
}
.rowWrapper > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rowWrapper > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.rowWrapper > .row .hasBgImage > .col-content {
  max-width: 565px;
}
.rowWrapper > .row .hasBgImage:first-child > .col-content {
  float: right;
}
/* Bootstrap v3.3.5, Credo FIX - add col-xx-15 itd. */
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@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: 10px;
  padding-right: 10px;
  max-width: 1210px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  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-15 {
  width: 20%;
}
.col-xs-25 {
  width: 40%;
}
.col-xs-35 {
  width: 60%;
}
.col-xs-45 {
  width: 80%;
}
.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;
}
.col-xs-offset-15 {
  margin-left: 20%;
}
.col-xs-offset-25 {
  margin-left: 40%;
}
.col-xs-offset-35 {
  margin-left: 60%;
}
.col-xs-offset-45 {
  margin-left: 80%;
}
.col-xs-push-15 {
  margin-left: 20%;
}
.col-xs-push-25 {
  margin-left: 40%;
}
.col-xs-push-35 {
  margin-left: 60%;
}
.col-xs-push-45 {
  margin-left: 80%;
}
@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,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45 {
    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-15 {
    width: 20%;
  }
  .col-sm-25 {
    width: 40%;
  }
  .col-sm-35 {
    width: 60%;
  }
  .col-sm-45 {
    width: 80%;
  }
  .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;
  }
  .col-sm-offset-15 {
    margin-left: 20%;
  }
  .col-sm-offset-25 {
    margin-left: 40%;
  }
  .col-sm-offset-35 {
    margin-left: 60%;
  }
  .col-sm-offset-45 {
    margin-left: 80%;
  }
  .col-sm-push-15 {
    margin-left: 20%;
  }
  .col-sm-push-25 {
    margin-left: 40%;
  }
  .col-sm-push-35 {
    margin-left: 60%;
  }
  .col-sm-push-45 {
    margin-left: 80%;
  }
}
@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,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45 {
    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-15 {
    width: 20%;
  }
  .col-md-25 {
    width: 40%;
  }
  .col-md-35 {
    width: 60%;
  }
  .col-md-45 {
    width: 80%;
  }
  .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;
  }
  .col-md-offset-15 {
    margin-left: 20%;
  }
  .col-md-offset-25 {
    margin-left: 40%;
  }
  .col-md-offset-35 {
    margin-left: 60%;
  }
  .col-md-offset-45 {
    margin-left: 80%;
  }
  .col-md-push-15 {
    margin-left: 20%;
  }
  .col-md-push-25 {
    margin-left: 40%;
  }
  .col-md-push-35 {
    margin-left: 60%;
  }
  .col-md-push-45 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .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,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    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-15 {
    width: 20%;
  }
  .col-lg-25 {
    width: 40%;
  }
  .col-lg-35 {
    width: 60%;
  }
  .col-lg-45 {
    width: 80%;
  }
  .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;
  }
  .col-lg-offset-15 {
    margin-left: 20%;
  }
  .col-lg-offset-25 {
    margin-left: 40%;
  }
  .col-lg-offset-35 {
    margin-left: 60%;
  }
  .col-lg-offset-45 {
    margin-left: 80%;
  }
  .col-lg-push-15 {
    margin-left: 20%;
  }
  .col-lg-push-25 {
    margin-left: 40%;
  }
  .col-lg-push-35 {
    margin-left: 60%;
  }
  .col-lg-push-45 {
    margin-left: 80%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body: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: 768px - 1px) {
  .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: 768px - 1px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px - 1px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px - 1px) {
  .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: 768px - 1px) {
  .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;
  }
}
/* rows space generated 0 5 10 ... 50 */
.offset0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.offset0 .col-lg-1,
.offset0 .col-lg-10,
.offset0 .col-lg-11,
.offset0 .col-lg-12,
.offset0 .col-lg-15,
.offset0 .col-lg-2,
.offset0 .col-lg-25,
.offset0 .col-lg-3,
.offset0 .col-lg-35,
.offset0 .col-lg-4,
.offset0 .col-lg-45,
.offset0 .col-lg-5,
.offset0 .col-lg-6,
.offset0 .col-lg-7,
.offset0 .col-lg-8,
.offset0 .col-lg-9,
.offset0 .col-md-1,
.offset0 .col-md-10,
.offset0 .col-md-11,
.offset0 .col-md-12,
.offset0 .col-md-15,
.offset0 .col-md-2,
.offset0 .col-md-25,
.offset0 .col-md-3,
.offset0 .col-md-35,
.offset0 .col-md-4,
.offset0 .col-md-45,
.offset0 .col-md-5,
.offset0 .col-md-6,
.offset0 .col-md-7,
.offset0 .col-md-8,
.offset0 .col-md-9,
.offset0 .col-sm-1,
.offset0 .col-sm-10,
.offset0 .col-sm-11,
.offset0 .col-sm-12,
.offset0 .col-sm-15,
.offset0 .col-sm-2,
.offset0 .col-sm-25,
.offset0 .col-sm-3,
.offset0 .col-sm-35,
.offset0 .col-sm-4,
.offset0 .col-sm-45,
.offset0 .col-sm-5,
.offset0 .col-sm-6,
.offset0 .col-sm-7,
.offset0 .col-sm-8,
.offset0 .col-sm-9,
.offset0 .col-xs-1,
.offset0 .col-xs-10,
.offset0 .col-xs-11,
.offset0 .col-xs-12,
.offset0 .col-xs-15,
.offset0 .col-xs-2,
.offset0 .col-xs-25,
.offset0 .col-xs-3,
.offset0 .col-xs-35,
.offset0 .col-xs-4,
.offset0 .col-xs-45,
.offset0 .col-xs-5,
.offset0 .col-xs-6,
.offset0 .col-xs-7,
.offset0 .col-xs-8,
.offset0 .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
.offset5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.offset5 .col-lg-1,
.offset5 .col-lg-10,
.offset5 .col-lg-11,
.offset5 .col-lg-12,
.offset5 .col-lg-15,
.offset5 .col-lg-2,
.offset5 .col-lg-25,
.offset5 .col-lg-3,
.offset5 .col-lg-35,
.offset5 .col-lg-4,
.offset5 .col-lg-45,
.offset5 .col-lg-5,
.offset5 .col-lg-6,
.offset5 .col-lg-7,
.offset5 .col-lg-8,
.offset5 .col-lg-9,
.offset5 .col-md-1,
.offset5 .col-md-10,
.offset5 .col-md-11,
.offset5 .col-md-12,
.offset5 .col-md-15,
.offset5 .col-md-2,
.offset5 .col-md-25,
.offset5 .col-md-3,
.offset5 .col-md-35,
.offset5 .col-md-4,
.offset5 .col-md-45,
.offset5 .col-md-5,
.offset5 .col-md-6,
.offset5 .col-md-7,
.offset5 .col-md-8,
.offset5 .col-md-9,
.offset5 .col-sm-1,
.offset5 .col-sm-10,
.offset5 .col-sm-11,
.offset5 .col-sm-12,
.offset5 .col-sm-15,
.offset5 .col-sm-2,
.offset5 .col-sm-25,
.offset5 .col-sm-3,
.offset5 .col-sm-35,
.offset5 .col-sm-4,
.offset5 .col-sm-45,
.offset5 .col-sm-5,
.offset5 .col-sm-6,
.offset5 .col-sm-7,
.offset5 .col-sm-8,
.offset5 .col-sm-9,
.offset5 .col-xs-1,
.offset5 .col-xs-10,
.offset5 .col-xs-11,
.offset5 .col-xs-12,
.offset5 .col-xs-15,
.offset5 .col-xs-2,
.offset5 .col-xs-25,
.offset5 .col-xs-3,
.offset5 .col-xs-35,
.offset5 .col-xs-4,
.offset5 .col-xs-45,
.offset5 .col-xs-5,
.offset5 .col-xs-6,
.offset5 .col-xs-7,
.offset5 .col-xs-8,
.offset5 .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.offset10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.offset10 .col-lg-1,
.offset10 .col-lg-10,
.offset10 .col-lg-11,
.offset10 .col-lg-12,
.offset10 .col-lg-15,
.offset10 .col-lg-2,
.offset10 .col-lg-25,
.offset10 .col-lg-3,
.offset10 .col-lg-35,
.offset10 .col-lg-4,
.offset10 .col-lg-45,
.offset10 .col-lg-5,
.offset10 .col-lg-6,
.offset10 .col-lg-7,
.offset10 .col-lg-8,
.offset10 .col-lg-9,
.offset10 .col-md-1,
.offset10 .col-md-10,
.offset10 .col-md-11,
.offset10 .col-md-12,
.offset10 .col-md-15,
.offset10 .col-md-2,
.offset10 .col-md-25,
.offset10 .col-md-3,
.offset10 .col-md-35,
.offset10 .col-md-4,
.offset10 .col-md-45,
.offset10 .col-md-5,
.offset10 .col-md-6,
.offset10 .col-md-7,
.offset10 .col-md-8,
.offset10 .col-md-9,
.offset10 .col-sm-1,
.offset10 .col-sm-10,
.offset10 .col-sm-11,
.offset10 .col-sm-12,
.offset10 .col-sm-15,
.offset10 .col-sm-2,
.offset10 .col-sm-25,
.offset10 .col-sm-3,
.offset10 .col-sm-35,
.offset10 .col-sm-4,
.offset10 .col-sm-45,
.offset10 .col-sm-5,
.offset10 .col-sm-6,
.offset10 .col-sm-7,
.offset10 .col-sm-8,
.offset10 .col-sm-9,
.offset10 .col-xs-1,
.offset10 .col-xs-10,
.offset10 .col-xs-11,
.offset10 .col-xs-12,
.offset10 .col-xs-15,
.offset10 .col-xs-2,
.offset10 .col-xs-25,
.offset10 .col-xs-3,
.offset10 .col-xs-35,
.offset10 .col-xs-4,
.offset10 .col-xs-45,
.offset10 .col-xs-5,
.offset10 .col-xs-6,
.offset10 .col-xs-7,
.offset10 .col-xs-8,
.offset10 .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.offset15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.offset15 .col-lg-1,
.offset15 .col-lg-10,
.offset15 .col-lg-11,
.offset15 .col-lg-12,
.offset15 .col-lg-15,
.offset15 .col-lg-2,
.offset15 .col-lg-25,
.offset15 .col-lg-3,
.offset15 .col-lg-35,
.offset15 .col-lg-4,
.offset15 .col-lg-45,
.offset15 .col-lg-5,
.offset15 .col-lg-6,
.offset15 .col-lg-7,
.offset15 .col-lg-8,
.offset15 .col-lg-9,
.offset15 .col-md-1,
.offset15 .col-md-10,
.offset15 .col-md-11,
.offset15 .col-md-12,
.offset15 .col-md-15,
.offset15 .col-md-2,
.offset15 .col-md-25,
.offset15 .col-md-3,
.offset15 .col-md-35,
.offset15 .col-md-4,
.offset15 .col-md-45,
.offset15 .col-md-5,
.offset15 .col-md-6,
.offset15 .col-md-7,
.offset15 .col-md-8,
.offset15 .col-md-9,
.offset15 .col-sm-1,
.offset15 .col-sm-10,
.offset15 .col-sm-11,
.offset15 .col-sm-12,
.offset15 .col-sm-15,
.offset15 .col-sm-2,
.offset15 .col-sm-25,
.offset15 .col-sm-3,
.offset15 .col-sm-35,
.offset15 .col-sm-4,
.offset15 .col-sm-45,
.offset15 .col-sm-5,
.offset15 .col-sm-6,
.offset15 .col-sm-7,
.offset15 .col-sm-8,
.offset15 .col-sm-9,
.offset15 .col-xs-1,
.offset15 .col-xs-10,
.offset15 .col-xs-11,
.offset15 .col-xs-12,
.offset15 .col-xs-15,
.offset15 .col-xs-2,
.offset15 .col-xs-25,
.offset15 .col-xs-3,
.offset15 .col-xs-35,
.offset15 .col-xs-4,
.offset15 .col-xs-45,
.offset15 .col-xs-5,
.offset15 .col-xs-6,
.offset15 .col-xs-7,
.offset15 .col-xs-8,
.offset15 .col-xs-9 {
  padding-left: 15px;
  padding-right: 15px;
}
.offset20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.offset20 .col-lg-1,
.offset20 .col-lg-10,
.offset20 .col-lg-11,
.offset20 .col-lg-12,
.offset20 .col-lg-15,
.offset20 .col-lg-2,
.offset20 .col-lg-25,
.offset20 .col-lg-3,
.offset20 .col-lg-35,
.offset20 .col-lg-4,
.offset20 .col-lg-45,
.offset20 .col-lg-5,
.offset20 .col-lg-6,
.offset20 .col-lg-7,
.offset20 .col-lg-8,
.offset20 .col-lg-9,
.offset20 .col-md-1,
.offset20 .col-md-10,
.offset20 .col-md-11,
.offset20 .col-md-12,
.offset20 .col-md-15,
.offset20 .col-md-2,
.offset20 .col-md-25,
.offset20 .col-md-3,
.offset20 .col-md-35,
.offset20 .col-md-4,
.offset20 .col-md-45,
.offset20 .col-md-5,
.offset20 .col-md-6,
.offset20 .col-md-7,
.offset20 .col-md-8,
.offset20 .col-md-9,
.offset20 .col-sm-1,
.offset20 .col-sm-10,
.offset20 .col-sm-11,
.offset20 .col-sm-12,
.offset20 .col-sm-15,
.offset20 .col-sm-2,
.offset20 .col-sm-25,
.offset20 .col-sm-3,
.offset20 .col-sm-35,
.offset20 .col-sm-4,
.offset20 .col-sm-45,
.offset20 .col-sm-5,
.offset20 .col-sm-6,
.offset20 .col-sm-7,
.offset20 .col-sm-8,
.offset20 .col-sm-9,
.offset20 .col-xs-1,
.offset20 .col-xs-10,
.offset20 .col-xs-11,
.offset20 .col-xs-12,
.offset20 .col-xs-15,
.offset20 .col-xs-2,
.offset20 .col-xs-25,
.offset20 .col-xs-3,
.offset20 .col-xs-35,
.offset20 .col-xs-4,
.offset20 .col-xs-45,
.offset20 .col-xs-5,
.offset20 .col-xs-6,
.offset20 .col-xs-7,
.offset20 .col-xs-8,
.offset20 .col-xs-9 {
  padding-left: 20px;
  padding-right: 20px;
}
.offset25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.offset25 .col-lg-1,
.offset25 .col-lg-10,
.offset25 .col-lg-11,
.offset25 .col-lg-12,
.offset25 .col-lg-15,
.offset25 .col-lg-2,
.offset25 .col-lg-25,
.offset25 .col-lg-3,
.offset25 .col-lg-35,
.offset25 .col-lg-4,
.offset25 .col-lg-45,
.offset25 .col-lg-5,
.offset25 .col-lg-6,
.offset25 .col-lg-7,
.offset25 .col-lg-8,
.offset25 .col-lg-9,
.offset25 .col-md-1,
.offset25 .col-md-10,
.offset25 .col-md-11,
.offset25 .col-md-12,
.offset25 .col-md-15,
.offset25 .col-md-2,
.offset25 .col-md-25,
.offset25 .col-md-3,
.offset25 .col-md-35,
.offset25 .col-md-4,
.offset25 .col-md-45,
.offset25 .col-md-5,
.offset25 .col-md-6,
.offset25 .col-md-7,
.offset25 .col-md-8,
.offset25 .col-md-9,
.offset25 .col-sm-1,
.offset25 .col-sm-10,
.offset25 .col-sm-11,
.offset25 .col-sm-12,
.offset25 .col-sm-15,
.offset25 .col-sm-2,
.offset25 .col-sm-25,
.offset25 .col-sm-3,
.offset25 .col-sm-35,
.offset25 .col-sm-4,
.offset25 .col-sm-45,
.offset25 .col-sm-5,
.offset25 .col-sm-6,
.offset25 .col-sm-7,
.offset25 .col-sm-8,
.offset25 .col-sm-9,
.offset25 .col-xs-1,
.offset25 .col-xs-10,
.offset25 .col-xs-11,
.offset25 .col-xs-12,
.offset25 .col-xs-15,
.offset25 .col-xs-2,
.offset25 .col-xs-25,
.offset25 .col-xs-3,
.offset25 .col-xs-35,
.offset25 .col-xs-4,
.offset25 .col-xs-45,
.offset25 .col-xs-5,
.offset25 .col-xs-6,
.offset25 .col-xs-7,
.offset25 .col-xs-8,
.offset25 .col-xs-9 {
  padding-left: 25px;
  padding-right: 25px;
}
.offset30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.offset30 .col-lg-1,
.offset30 .col-lg-10,
.offset30 .col-lg-11,
.offset30 .col-lg-12,
.offset30 .col-lg-15,
.offset30 .col-lg-2,
.offset30 .col-lg-25,
.offset30 .col-lg-3,
.offset30 .col-lg-35,
.offset30 .col-lg-4,
.offset30 .col-lg-45,
.offset30 .col-lg-5,
.offset30 .col-lg-6,
.offset30 .col-lg-7,
.offset30 .col-lg-8,
.offset30 .col-lg-9,
.offset30 .col-md-1,
.offset30 .col-md-10,
.offset30 .col-md-11,
.offset30 .col-md-12,
.offset30 .col-md-15,
.offset30 .col-md-2,
.offset30 .col-md-25,
.offset30 .col-md-3,
.offset30 .col-md-35,
.offset30 .col-md-4,
.offset30 .col-md-45,
.offset30 .col-md-5,
.offset30 .col-md-6,
.offset30 .col-md-7,
.offset30 .col-md-8,
.offset30 .col-md-9,
.offset30 .col-sm-1,
.offset30 .col-sm-10,
.offset30 .col-sm-11,
.offset30 .col-sm-12,
.offset30 .col-sm-15,
.offset30 .col-sm-2,
.offset30 .col-sm-25,
.offset30 .col-sm-3,
.offset30 .col-sm-35,
.offset30 .col-sm-4,
.offset30 .col-sm-45,
.offset30 .col-sm-5,
.offset30 .col-sm-6,
.offset30 .col-sm-7,
.offset30 .col-sm-8,
.offset30 .col-sm-9,
.offset30 .col-xs-1,
.offset30 .col-xs-10,
.offset30 .col-xs-11,
.offset30 .col-xs-12,
.offset30 .col-xs-15,
.offset30 .col-xs-2,
.offset30 .col-xs-25,
.offset30 .col-xs-3,
.offset30 .col-xs-35,
.offset30 .col-xs-4,
.offset30 .col-xs-45,
.offset30 .col-xs-5,
.offset30 .col-xs-6,
.offset30 .col-xs-7,
.offset30 .col-xs-8,
.offset30 .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
}
.offset35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.offset35 .col-lg-1,
.offset35 .col-lg-10,
.offset35 .col-lg-11,
.offset35 .col-lg-12,
.offset35 .col-lg-15,
.offset35 .col-lg-2,
.offset35 .col-lg-25,
.offset35 .col-lg-3,
.offset35 .col-lg-35,
.offset35 .col-lg-4,
.offset35 .col-lg-45,
.offset35 .col-lg-5,
.offset35 .col-lg-6,
.offset35 .col-lg-7,
.offset35 .col-lg-8,
.offset35 .col-lg-9,
.offset35 .col-md-1,
.offset35 .col-md-10,
.offset35 .col-md-11,
.offset35 .col-md-12,
.offset35 .col-md-15,
.offset35 .col-md-2,
.offset35 .col-md-25,
.offset35 .col-md-3,
.offset35 .col-md-35,
.offset35 .col-md-4,
.offset35 .col-md-45,
.offset35 .col-md-5,
.offset35 .col-md-6,
.offset35 .col-md-7,
.offset35 .col-md-8,
.offset35 .col-md-9,
.offset35 .col-sm-1,
.offset35 .col-sm-10,
.offset35 .col-sm-11,
.offset35 .col-sm-12,
.offset35 .col-sm-15,
.offset35 .col-sm-2,
.offset35 .col-sm-25,
.offset35 .col-sm-3,
.offset35 .col-sm-35,
.offset35 .col-sm-4,
.offset35 .col-sm-45,
.offset35 .col-sm-5,
.offset35 .col-sm-6,
.offset35 .col-sm-7,
.offset35 .col-sm-8,
.offset35 .col-sm-9,
.offset35 .col-xs-1,
.offset35 .col-xs-10,
.offset35 .col-xs-11,
.offset35 .col-xs-12,
.offset35 .col-xs-15,
.offset35 .col-xs-2,
.offset35 .col-xs-25,
.offset35 .col-xs-3,
.offset35 .col-xs-35,
.offset35 .col-xs-4,
.offset35 .col-xs-45,
.offset35 .col-xs-5,
.offset35 .col-xs-6,
.offset35 .col-xs-7,
.offset35 .col-xs-8,
.offset35 .col-xs-9 {
  padding-left: 35px;
  padding-right: 35px;
}
.offset40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.offset40 .col-lg-1,
.offset40 .col-lg-10,
.offset40 .col-lg-11,
.offset40 .col-lg-12,
.offset40 .col-lg-15,
.offset40 .col-lg-2,
.offset40 .col-lg-25,
.offset40 .col-lg-3,
.offset40 .col-lg-35,
.offset40 .col-lg-4,
.offset40 .col-lg-45,
.offset40 .col-lg-5,
.offset40 .col-lg-6,
.offset40 .col-lg-7,
.offset40 .col-lg-8,
.offset40 .col-lg-9,
.offset40 .col-md-1,
.offset40 .col-md-10,
.offset40 .col-md-11,
.offset40 .col-md-12,
.offset40 .col-md-15,
.offset40 .col-md-2,
.offset40 .col-md-25,
.offset40 .col-md-3,
.offset40 .col-md-35,
.offset40 .col-md-4,
.offset40 .col-md-45,
.offset40 .col-md-5,
.offset40 .col-md-6,
.offset40 .col-md-7,
.offset40 .col-md-8,
.offset40 .col-md-9,
.offset40 .col-sm-1,
.offset40 .col-sm-10,
.offset40 .col-sm-11,
.offset40 .col-sm-12,
.offset40 .col-sm-15,
.offset40 .col-sm-2,
.offset40 .col-sm-25,
.offset40 .col-sm-3,
.offset40 .col-sm-35,
.offset40 .col-sm-4,
.offset40 .col-sm-45,
.offset40 .col-sm-5,
.offset40 .col-sm-6,
.offset40 .col-sm-7,
.offset40 .col-sm-8,
.offset40 .col-sm-9,
.offset40 .col-xs-1,
.offset40 .col-xs-10,
.offset40 .col-xs-11,
.offset40 .col-xs-12,
.offset40 .col-xs-15,
.offset40 .col-xs-2,
.offset40 .col-xs-25,
.offset40 .col-xs-3,
.offset40 .col-xs-35,
.offset40 .col-xs-4,
.offset40 .col-xs-45,
.offset40 .col-xs-5,
.offset40 .col-xs-6,
.offset40 .col-xs-7,
.offset40 .col-xs-8,
.offset40 .col-xs-9 {
  padding-left: 40px;
  padding-right: 40px;
}
.offset45 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
.offset45 .col-lg-1,
.offset45 .col-lg-10,
.offset45 .col-lg-11,
.offset45 .col-lg-12,
.offset45 .col-lg-15,
.offset45 .col-lg-2,
.offset45 .col-lg-25,
.offset45 .col-lg-3,
.offset45 .col-lg-35,
.offset45 .col-lg-4,
.offset45 .col-lg-45,
.offset45 .col-lg-5,
.offset45 .col-lg-6,
.offset45 .col-lg-7,
.offset45 .col-lg-8,
.offset45 .col-lg-9,
.offset45 .col-md-1,
.offset45 .col-md-10,
.offset45 .col-md-11,
.offset45 .col-md-12,
.offset45 .col-md-15,
.offset45 .col-md-2,
.offset45 .col-md-25,
.offset45 .col-md-3,
.offset45 .col-md-35,
.offset45 .col-md-4,
.offset45 .col-md-45,
.offset45 .col-md-5,
.offset45 .col-md-6,
.offset45 .col-md-7,
.offset45 .col-md-8,
.offset45 .col-md-9,
.offset45 .col-sm-1,
.offset45 .col-sm-10,
.offset45 .col-sm-11,
.offset45 .col-sm-12,
.offset45 .col-sm-15,
.offset45 .col-sm-2,
.offset45 .col-sm-25,
.offset45 .col-sm-3,
.offset45 .col-sm-35,
.offset45 .col-sm-4,
.offset45 .col-sm-45,
.offset45 .col-sm-5,
.offset45 .col-sm-6,
.offset45 .col-sm-7,
.offset45 .col-sm-8,
.offset45 .col-sm-9,
.offset45 .col-xs-1,
.offset45 .col-xs-10,
.offset45 .col-xs-11,
.offset45 .col-xs-12,
.offset45 .col-xs-15,
.offset45 .col-xs-2,
.offset45 .col-xs-25,
.offset45 .col-xs-3,
.offset45 .col-xs-35,
.offset45 .col-xs-4,
.offset45 .col-xs-45,
.offset45 .col-xs-5,
.offset45 .col-xs-6,
.offset45 .col-xs-7,
.offset45 .col-xs-8,
.offset45 .col-xs-9 {
  padding-left: 45px;
  padding-right: 45px;
}
.offset50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.offset50 .col-lg-1,
.offset50 .col-lg-10,
.offset50 .col-lg-11,
.offset50 .col-lg-12,
.offset50 .col-lg-15,
.offset50 .col-lg-2,
.offset50 .col-lg-25,
.offset50 .col-lg-3,
.offset50 .col-lg-35,
.offset50 .col-lg-4,
.offset50 .col-lg-45,
.offset50 .col-lg-5,
.offset50 .col-lg-6,
.offset50 .col-lg-7,
.offset50 .col-lg-8,
.offset50 .col-lg-9,
.offset50 .col-md-1,
.offset50 .col-md-10,
.offset50 .col-md-11,
.offset50 .col-md-12,
.offset50 .col-md-15,
.offset50 .col-md-2,
.offset50 .col-md-25,
.offset50 .col-md-3,
.offset50 .col-md-35,
.offset50 .col-md-4,
.offset50 .col-md-45,
.offset50 .col-md-5,
.offset50 .col-md-6,
.offset50 .col-md-7,
.offset50 .col-md-8,
.offset50 .col-md-9,
.offset50 .col-sm-1,
.offset50 .col-sm-10,
.offset50 .col-sm-11,
.offset50 .col-sm-12,
.offset50 .col-sm-15,
.offset50 .col-sm-2,
.offset50 .col-sm-25,
.offset50 .col-sm-3,
.offset50 .col-sm-35,
.offset50 .col-sm-4,
.offset50 .col-sm-45,
.offset50 .col-sm-5,
.offset50 .col-sm-6,
.offset50 .col-sm-7,
.offset50 .col-sm-8,
.offset50 .col-sm-9,
.offset50 .col-xs-1,
.offset50 .col-xs-10,
.offset50 .col-xs-11,
.offset50 .col-xs-12,
.offset50 .col-xs-15,
.offset50 .col-xs-2,
.offset50 .col-xs-25,
.offset50 .col-xs-3,
.offset50 .col-xs-35,
.offset50 .col-xs-4,
.offset50 .col-xs-45,
.offset50 .col-xs-5,
.offset50 .col-xs-6,
.offset50 .col-xs-7,
.offset50 .col-xs-8,
.offset50 .col-xs-9 {
  padding-left: 50px;
  padding-right: 50px;
}
/* margin generated 0 5 10 ... 50 */
.margin0 {
  margin: 0;
}
.marginLeftRight0 {
  margin-left: 0;
  margin-right: 0;
}
.marginTopBottom0 {
  margin-top: 0;
  margin-bottom: 0;
}
.marginTop0 {
  margin-top: 0;
}
.marginTop5,
.marginTopBottom5 {
  margin-top: 5px;
}
.marginBottom0 {
  margin-bottom: 0;
}
.marginBottom5,
.marginTopBottom5 {
  margin-bottom: 5px;
}
.marginLeft0 {
  margin-left: 0;
}
.marginRight0 {
  margin-right: 0;
}
.margin5 {
  margin: 5px;
}
.marginLeftRight5 {
  margin-left: 5px;
  margin-right: 5px;
}
.marginTop10,
.marginTopBottom10 {
  margin-top: 10px;
}
.marginBottom10,
.marginTopBottom10 {
  margin-bottom: 10px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginRight5 {
  margin-right: 5px;
}
.margin10 {
  margin: 10px;
}
.marginLeftRight10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marginTop15,
.marginTopBottom15 {
  margin-top: 15px;
}
.marginBottom15,
.marginTopBottom15 {
  margin-bottom: 15px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
.margin15 {
  margin: 15px;
}
.marginLeftRight15 {
  margin-left: 15px;
  margin-right: 15px;
}
.marginTop20,
.marginTopBottom20 {
  margin-top: 20px;
}
.marginBottom20,
.marginTopBottom20 {
  margin-bottom: 20px;
}
.marginLeft15 {
  margin-left: 15px;
}
.marginRight15 {
  margin-right: 15px;
}
.margin20 {
  margin: 20px;
}
.marginLeftRight20 {
  margin-left: 20px;
  margin-right: 20px;
}
.marginTop25,
.marginTopBottom25 {
  margin-top: 25px;
}
.marginBottom25,
.marginTopBottom25 {
  margin-bottom: 25px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginRight20 {
  margin-right: 20px;
}
.margin25 {
  margin: 25px;
}
.marginLeftRight25 {
  margin-left: 25px;
  margin-right: 25px;
}
.marginTop30,
.marginTopBottom30 {
  margin-top: 30px;
}
.marginBottom30,
.marginTopBottom30 {
  margin-bottom: 30px;
}
.marginLeft25 {
  margin-left: 25px;
}
.marginRight25 {
  margin-right: 25px;
}
.margin30 {
  margin: 30px;
}
.marginLeftRight30 {
  margin-left: 30px;
  margin-right: 30px;
}
.marginTop35,
.marginTopBottom35 {
  margin-top: 35px;
}
.marginBottom35,
.marginTopBottom35 {
  margin-bottom: 35px;
}
.marginLeft30 {
  margin-left: 30px;
}
.marginRight30 {
  margin-right: 30px;
}
.margin35 {
  margin: 35px;
}
.marginLeftRight35 {
  margin-left: 35px;
  margin-right: 35px;
}
.marginTop40,
.marginTopBottom40 {
  margin-top: 40px;
}
.marginBottom40,
.marginTopBottom40 {
  margin-bottom: 40px;
}
.marginLeft35 {
  margin-left: 35px;
}
.marginRight35 {
  margin-right: 35px;
}
.margin40 {
  margin: 40px;
}
.marginLeftRight40 {
  margin-left: 40px;
  margin-right: 40px;
}
.marginTop45,
.marginTopBottom45 {
  margin-top: 45px;
}
.marginBottom45,
.marginTopBottom45 {
  margin-bottom: 45px;
}
.marginLeft40 {
  margin-left: 40px;
}
.marginRight40 {
  margin-right: 40px;
}
.margin45 {
  margin: 45px;
}
.marginLeftRight45 {
  margin-left: 45px;
  margin-right: 45px;
}
.marginTop50,
.marginTopBottom50 {
  margin-top: 50px;
}
.marginBottom50,
.marginTopBottom50 {
  margin-bottom: 50px;
}
.marginLeft45 {
  margin-left: 45px;
}
.marginRight45 {
  margin-right: 45px;
}
.margin50 {
  margin: 50px;
}
.marginLeftRight50 {
  margin-left: 50px;
  margin-right: 50px;
}
.marginLeft50 {
  margin-left: 50px;
}
.marginRight50 {
  margin-right: 50px;
}
/* padding generated 0 5 10 ... 50 */
.padding0 {
  padding: 0;
}
.paddingLeftRight0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingTopBottom0 {
  padding-top: 0;
  padding-bottom: 0;
}
.paddingTop0 {
  padding-top: 0;
}
.paddingTop5,
.paddingTopBottom5 {
  padding-top: 5px;
}
.paddingBottom0 {
  padding-bottom: 0;
}
.paddingBottom5,
.paddingTopBottom5 {
  padding-bottom: 5px;
}
.paddingLeft0 {
  padding-left: 0;
}
.paddingRight0 {
  padding-right: 0;
}
.padding5 {
  padding: 5px;
}
.paddingLeftRight5 {
  padding-left: 5px;
  padding-right: 5px;
}
.paddingTop10,
.paddingTopBottom10 {
  padding-top: 10px;
}
.paddingBottom10,
.paddingTopBottom10 {
  padding-bottom: 10px;
}
.paddingLeft5 {
  padding-left: 5px;
}
.paddingRight5 {
  padding-right: 5px;
}
.padding10 {
  padding: 10px;
}
.paddingLeftRight10 {
  padding-left: 10px;
  padding-right: 10px;
}
.paddingTop15,
.paddingTopBottom15 {
  padding-top: 15px;
}
.paddingBottom15,
.paddingTopBottom15 {
  padding-bottom: 15px;
}
.paddingLeft10 {
  padding-left: 10px;
}
.paddingRight10 {
  padding-right: 10px;
}
.padding15 {
  padding: 15px;
}
.paddingLeftRight15 {
  padding-left: 15px;
  padding-right: 15px;
}
.paddingTop20,
.paddingTopBottom20 {
  padding-top: 20px;
}
.paddingBottom20,
.paddingTopBottom20 {
  padding-bottom: 20px;
}
.paddingLeft15 {
  padding-left: 15px;
}
.paddingRight15 {
  padding-right: 15px;
}
.padding20 {
  padding: 20px;
}
.paddingLeftRight20 {
  padding-left: 20px;
  padding-right: 20px;
}
.paddingTop25,
.paddingTopBottom25 {
  padding-top: 25px;
}
.paddingBottom25,
.paddingTopBottom25 {
  padding-bottom: 25px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.paddingRight20 {
  padding-right: 20px;
}
.padding25 {
  padding: 25px;
}
.paddingLeftRight25 {
  padding-left: 25px;
  padding-right: 25px;
}
.paddingTop30,
.paddingTopBottom30 {
  padding-top: 30px;
}
.paddingBottom30,
.paddingTopBottom30 {
  padding-bottom: 30px;
}
.paddingLeft25 {
  padding-left: 25px;
}
.paddingRight25 {
  padding-right: 25px;
}
.padding30 {
  padding: 30px;
}
.paddingLeftRight30 {
  padding-left: 30px;
  padding-right: 30px;
}
.paddingTop35,
.paddingTopBottom35 {
  padding-top: 35px;
}
.paddingBottom35,
.paddingTopBottom35 {
  padding-bottom: 35px;
}
.paddingLeft30 {
  padding-left: 30px;
}
.paddingRight30 {
  padding-right: 30px;
}
.padding35 {
  padding: 35px;
}
.paddingLeftRight35 {
  padding-left: 35px;
  padding-right: 35px;
}
.paddingTop40,
.paddingTopBottom40 {
  padding-top: 40px;
}
.paddingBottom40,
.paddingTopBottom40 {
  padding-bottom: 40px;
}
.paddingLeft35 {
  padding-left: 35px;
}
.paddingRight35 {
  padding-right: 35px;
}
.padding40 {
  padding: 40px;
}
.paddingLeftRight40 {
  padding-left: 40px;
  padding-right: 40px;
}
.paddingTop45,
.paddingTopBottom45 {
  padding-top: 45px;
}
.paddingBottom45,
.paddingTopBottom45 {
  padding-bottom: 45px;
}
.paddingLeft40 {
  padding-left: 40px;
}
.paddingRight40 {
  padding-right: 40px;
}
.padding45 {
  padding: 45px;
}
.paddingLeftRight45 {
  padding-left: 45px;
  padding-right: 45px;
}
.paddingTop50,
.paddingTopBottom50 {
  padding-top: 50px;
}
.paddingBottom50,
.paddingTopBottom50 {
  padding-bottom: 50px;
}
.paddingLeft45 {
  padding-left: 45px;
}
.paddingRight45 {
  padding-right: 45px;
}
.padding50 {
  padding: 50px;
}
.paddingLeftRight50 {
  padding-left: 50px;
  padding-right: 50px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingRight50 {
  padding-right: 50px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}
.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock {
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url('../../images/swipebox/loader.gif') center center no-repeat;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url('../../images/swipebox/icons.png');
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: .3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica,Arial,sans-serif;
}
/*!
 * bootstrap-fileinput v4.3.9
 * http://plugins.krajee.com/file-input
 */
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: url('../../images/icons/loading.gif') top left no-repeat;
  border: none;
}
.file-object {
  margin: 0 0 -5px;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.krajee-default.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333333;
}
.krajee-default.file-preview-frame .kv-file-content {
  height: 170px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default .file-preview-image {
  vertical-align: middle;
  image-orientation: from-image;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: 0;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default[data-template=audio] .file-preview-audio {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.krajee-default .file-preview-audio audio {
  vertical-align: middle;
}
.krajee-default .file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.krajee-default .file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.krajee-default .file-preview-other:hover {
  opacity: .8;
}
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.krajee-default .file-other-icon {
  font-size: 8em;
}
.krajee-default .file-actions {
  margin-top: 15px;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn {
  display: none;
}
.krajee-default .file-preview-error {
  opacity: .65;
  box-shadow: none;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  position: absolute;
  text-align: center;
  bottom: -6px;
  left: -6px;
  padding: 8px 8px 1px 3px;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #8a6d3b;
  border-top: 1px solid #8a6d3b;
  border-top-right-radius: 24px;
  font-size: 12px;
}
.krajee-default .file-drag-handle {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.krajee-default .file-upload-indicator {
  font-size: 13px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding-bottom: 0;
}
.krajee-default.file-preview-error .file-upload-indicator {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.krajee-default.file-preview-success .file-upload-indicator {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.krajee-default.file-preview-loading .file-upload-indicator {
  background-color: #e5e5e5;
  border-color: #777;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-thumbnail-footer {
  position: relative;
}
.krajee-default .file-thumb-progress {
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 65vmin;
}
.file-caption-main {
  width: 100%;
}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-thumb-loading {
  background: url('../../images/icons/loading.gif') center center no-repeat content-box !important;
}
.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: .7;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.clickable .file-drop-zone-title,
.file-preview .clickable {
  cursor: pointer;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999!important;
  background-color: #f0f0f0;
}
.file-uploading {
  background: url('../../images/icons/loading-sm.gif') center bottom 10px no-repeat;
  opacity: .65;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  opacity: .7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons,
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):focus,
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: 0;
  box-shadow: none;
  opacity: .5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: .3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
  bottom: 10px;
}
.twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.twentytwenty-before-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: attr(data-content);
}
.twentytwenty-after-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: attr(data-content);
}
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-container.active .twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  background: #de167b;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../images/icons/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../images/icons/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparenturl('../../images/icons/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../images/icons/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../images/icons/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../images/icons/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/*-----------------------------------------------------------------------------------
	mixins.less
-----------------------------------------------------------------------------------*/
/* Portfolio Item Size Builder
-----------------------------------------------------------------*/
/* Shop Item Size Builder
-----------------------------------------------------------------*/
/* Blog Grid Item Size Builder
-----------------------------------------------------------------*/
/* Other Mixins
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Layouts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
/* colors */
/*
company : Creatim RP
url: http://www.creatim.com
*/
/* top navigation */
.topNavigation {
  background: #e4e4e4;
  height: 30px;
  /* portals */
  /* secondaryNav */
}
.topNavigation .container-fluid {
  overflow: hidden;
}
.topNavigation ul li a {
  ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
}
.topNavigation ul li a span {
  ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  position: relative;
}
.topNavigation ul li:nth-child(odd) a span {
  position: relative;
}
.topNavigation ul li:nth-child(odd) a span::before {
  content: "/";
  position: absolute;
  left: -15px;
  color: #fff;
  font-size: 14px;
  top: 0px;
}
.topNavigation ul li:nth-child(odd) a span::after {
  content: "/";
  position: absolute;
  right: -16px;
  color: #fff;
  font-size: 14px;
  top: 0px;
}
.topNavigation ul li.selected a,
.topNavigation ul li a:hover {
  background: #EDECEA;
  color: #000;
}
.topNavigation ul li.selected a span::before,
.topNavigation ul li a:hover span::before {
  display: none;
}
.topNavigation ul li.selected a span::after,
.topNavigation ul li a:hover span::after {
  display: none;
}
.topNavigation ul li:first-child a span::before {
  display: none;
}
.topNavigation ul li:hover + li a span::before,
.topNavigation ul li.selected + li a span::before {
  display: none;
}
.topNavigation ul li:last-child a span::after {
  display: none;
}
.topNavigation .secondaryNav {
  z-index: 150;
  background: transparent;
  position: relative;
  text-align: right;
  color: #fff;
}
.topNavigation .secondaryNav a {
  color: #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.topNavigation .secondaryNav a:hover {
  text-decoration: underline;
  color: #fff;
}
.topNavigation .language {
  display: inline-block;
  position: relative;
  top: -2px;
  font-family: "Open Sans";
}
.topNavigation .language small {
  position: relative;
  margin-top: -3px;
  font-size: 13px;
}
.topNavigation .language a.selected {
  font-weight: 700;
}
.topNavigation .openCloseSearch {
  font-size: 21px;
  margin-left: 20px;
  cursor: pointer;
  padding-top: 6px;
}
/* main navigation */
header.header {
  position: absolute !important;
  width: 100% !important;
  /* pageTitle */
  /* navigation */
  /* header search */
  /* mobileMenuLink - todo */
}
header.header .container-fluid {
  max-width: 2000px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
header.header #strapline,
header.header .brand,
header.header .fn,
header.header .forScreenReaders {
  display: none;
}
header.header .pageTitle {
  float: left;
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
header.header .pageTitle::after {
  display: none !important;
}
header.header .pageTitle a {
  display: block;
  max-width: 150px;
}
header.header .pageTitle a img {
  display: block;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
header.header .pageTitle a span {
  display: none;
}
header.header .navigation {
  float: left;
  padding: 24px 0 0 0;
  margin: 0 0 0 0px!important;
  /* navigation drop */
}
header.header .navigation > ul > li {
  position: relative;
  padding-bottom: 40px;
}
header.header .navigation > ul > li.selected > a {
  color: #de167b;
}
header.header .navigation > ul > li > a {
  border-right: 1px solid #6f6f6f;
  ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  color: #6f6f6f;
  min-width: 10px;
  padding: 0 35px!important;
  margin: 0;
  height: 40px;
  font-size: 15px;
}
header.header .navigation > ul > li > a:hover {
  color: #de167b;
  background: none;
}
header.header .navigation > ul > li > a span {
  ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  max-width: 160px;
  text-align: center;
  line-height: 18px;
}
header.header .navigation > ul > li:last-child a {
  padding-right: 0px;
  border: none !important;
}
header.header .navigation > ul > li.megaMenu {
  position: static !important;
}
header.header .navigation > ul > li.megaMenu:hover > a {
  position: relative;
}
header.header .navigation > ul > li.megaMenu:hover > a::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #de167b;
  bottom: -25px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
header.header .navigation > ul > li.active > a > span {
  color: #de167b;
}
header.header .navigation .drop {
  min-width: 200px;
  background: #EDECEA;
  margin: 0;
  padding: 10px 0 0 0;
}
header.header .navigation .drop li {
  float: none;
}
header.header .navigation .drop li a {
  color: #000000;
  min-width: 200px;
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4em;
}
header.header .rightMenu {
  padding-left: 0px !important;
  border-left: 0px !important;
}
header.header .searchForm {
  float: right;
  margin: 0;
  padding: 17px 0 0 0;
}
header.header .searchForm input[type="submit"] {
  color: #fff;
}
header.header .searchForm input[type="search"] {
  background: #fff;
}
header.header .mobileMenuLink {
  display: none;
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 29px;
  margin-top: -20px;
}
header.header .mobileMenuLink a {
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #de167b;
}
header.header .mobileMenuLink a:hover {
  color: #b60960;
}
/* languages */
.currentLanguage {
  position: relative;
}
.relatedPages > div {
  margin-top: 30px;
}
.relatedPages.offset5 > div {
  margin-top: 10px;
}
.relatedPages a {
  text-decoration: none !important;
}
.relatedPages .page {
  position: relative;
  min-height: 300px;
  background-size: cover !important;
  background-position: center center!important;
}
.relatedPages .page h3 {
  text-transform: uppercase;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-top: 10px;
  text-align: center;
}
.relatedPages .page h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 34px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -17px;
}
.relatedPages .page .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 50px 20px 18px 20px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* Standard syntax */
}
.relatedPages .page .courseLevel {
  position: absolute;
  right: 7px;
  bottom: 9px;
}
.relatedPages .page .detail {
  position: relative;
  z-index: 10;
  text-align: center;
  bottom: 0px;
  padding: 40px 20px 20px 20px;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.relatedPages .page .detail p {
  color: #fff;
  font-weight: 300;
  font-size: 15px !important;
  line-height: 19px !important;
}
.relatedPages .page .detail h3 {
  margin-bottom: 10px !important;
}
.relatedPages .page .overlay {
  position: absolute;
  z-index: 2;
  top: 0px;
  background: rgba(50, 50, 50, 0.8);
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.relatedPages .page:hover .caption {
  display: none;
}
.relatedPages .page:hover .overlay {
  opacity: 1;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.relatedPages .page:hover .detail {
  opacity: 1;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.relatedPages .page.categories {
  min-height: 230px;
}
.relatedPages .page.subCategories {
  margin-top: 0px;
  min-height: 280px;
}
.employees a {
  text-decoration: none !important;
}
.employees .employee {
  position: relative;
  min-height: 300px;
  background-size: cover !important;
  background-position: center center!important;
  margin: 20px 0;
}
.employees .employee h3 {
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  text-align: center;
}
.employees .employee h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 34px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -17px;
}
.employees .employee h3 span {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
.employees .employee .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 80px 20px 15px 20px;
  z-index: 10;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  /* Standard syntax */
}
.employees .employee .caption .contact {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-top: 6px;
}
.employees .employee .caption .contact a {
  color: #fff;
}
.employees .employee .caption .contact a:hover {
  text-decoration: underline !important;
}
.employees .employee .imgHover {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.employees .employee .detail {
  position: relative;
  z-index: 10;
  text-align: center;
  bottom: 0px;
  padding: 40px 20px 20px 20px;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.employees .employee .detail p {
  color: #fff;
  font-weight: 300;
  font-size: 15px !important;
  line-height: 20px !important;
}
.employees .employee .detail h3 {
  margin-bottom: 20px;
}
.employees .employee:hover .imgHover {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.subMenu {
  padding-left: 0px !important;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  display: table;
  width: 100%;
}
.subMenu li {
  background: none !important;
  padding-left: 0px !important;
  max-width: 300px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.subMenu li::before {
  display: none !important;
}
.subMenu li.selected a {
  background: #de167b;
  border: 1px solid #de167b;
  color: #fff;
}
.miniBanner {
  position: relative;
  display: table;
  background: #fafafa;
  outline: 2px solid #eeeeee;
  overflow: hidden;
  width: 100%;
}
.miniBanner .text {
  width: 60%;
  float: left;
  position: relative;
  z-index: 1000;
  padding: 25px 10px 25px 25px;
}
.miniBanner .text h3 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4e4e50;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.miniBanner .text h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 35px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.miniBanner .text p {
  font-size: 15px !important;
  font-weight: 300;
  color: #6f6f6f;
  padding: 0 15px 15px 0;
  text-align: left !important;
}
.miniBanner .text .more {
  font-size: 15px;
}
.miniBanner .image {
  width: 45%;
  float: left;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  background-size: cover !important;
  overflow: hidden;
}
.miniBanner .image::before {
  position: absolute;
  content: "";
  width: 100px;
  left: -70px;
  top: 0px;
  bottom: -2px;
  background: #fafafa;
  ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.miniBanner:hover .image {
  opacity: 0.6;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
table {
  width: 100% !important;
  margin-bottom: 20px;
}
table thead th {
  padding: 25px 20px;
  font-size: 19px;
  color: #4e4e50;
  font-family: "Open Sans";
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
table tr {
  border-bottom: 1px solid #bbbbbb;
}
table tr td {
  padding: 25px 20px;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 300;
  color: #4e4e50;
}
table.noBorderTable {
  margin: 0 auto;
  width: 700px !important;
}
table.noBorderTable tr {
  border: none;
}
table.noBorderTable tr td {
  padding: 5px;
  width: auto !important;
}
table.noBorderTable tr td:first-child {
  padding-right: 20px;
  width: 200px !important;
}
.bBox .table-container {
  border: 1px solid #bbbbbb;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
.timeTable {
  padding: 10px 25px 25px 25px;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeTable table tr {
  cursor: pointer;
}
.timeTable table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  height: 65px;
}
.timeTable table tr td.radio {
  margin: 0px;
  text-align: left;
  padding-left: 0px;
  position: relative;
  width: 40px;
}
.timeTable table tr td.radio a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../../images/icons/check.png') no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.timeTable table tr td.location {
  width: 50px;
}
.timeTable table tr td.notice .fa {
  font-size: 29px;
  color: #888888;
}
.timeTable table tr td.pricing {
  background: #f4f4f4;
  white-space: nowrap;
}
.timeTable table tr td.pricing .proc {
  color: #de167b;
  font-size: 38px;
  font-weight: 800;
  margin-right: 40px;
}
.timeTable table tr td.pricing .price {
  font-size: 25px;
  color: #4e4e50;
  font-weight: 700;
}
.timeTable table tr td.pricing .price.old {
  font-size: 19px;
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
  margin-right: 30px;
}
.timeTable table tr td.pricing .priceNew {
  font-size: 25px;
  color: #de167b;
  font-weight: 700;
}
.timeTable table tr.selected td.radio a {
  background: url('../../images/icons/checked.png') no-repeat center center;
}
.timeTable table tr.action td {
  font-weight: 700;
}
.timeTable .detailInfo {
  text-align: left;
  margin-top: 40px;
  position: relative;
  padding-right: 250px;
}
.timeTable .detailInfo p {
  text-align: left !important;
  width: 100%;
  max-width: 100% !important;
}
.timeTable .detailInfo p.title {
  font-size: 19px;
  color: #4e4e50;
  font-weight: 700;
}
.timeTable .detailInfo p.title .pink {
  font-size: 22px;
  color: #de167b;
  text-transform: uppercase;
  font-weight: 700;
}
.timeTable .detailInfo p.title .fa {
  margin: 0 5px;
}
.timeTable .detailInfo p.text {
  font-size: 18px;
  color: #4e4e50;
  font-weight: 300;
  padding-left: 25px;
  position: relative;
}
.timeTable .detailInfo p.text .title {
  text-transform: uppercase;
  font-weight: 900;
}
.timeTable .detailInfo p.text strong {
  font-weight: 700;
}
.timeTable .detailInfo p.text .fa {
  color: #9bc019;
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}
.timeTable .detailInfo small {
  font-size: 13px;
  font-family: "Open Sans";
  color: #6f6f6f;
  display: block;
  margin-top: 45px;
  margin-bottom: -10px;
  position: relative;
}
.timeTable .detailInfo small img {
  max-width: 14px;
  vertical-align: middle;
  margin: 0 3px;
}
.timeTable .detailInfo .btn {
  position: absolute;
  font-size: 35px;
  font-weight: 800;
  right: 0px;
  top: 20px;
  line-height: 40px;
  padding: 9px 28px;
}
.timeTablePricing {
  padding: 10px 25px 25px 25px;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeTablePricing table tr th {
  text-align: left;
}
.timeTablePricing table tr td {
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
  height: 65px;
}
.timeTablePricing table tr td.notice .fa {
  font-size: 29px;
  color: #888888;
}
.timeTablePricing table tr td.title {
  font-weight: 700;
}
.timeTablePricing table tr td.pricing {
  background: #f4f4f4;
}
.timeTablePricing table tr td.pricing .proc {
  color: #de167b;
  font-size: 38px;
  font-weight: 800;
  margin-right: 40px;
}
.timeTablePricing table tr td.pricing .price {
  font-size: 25px;
  color: #4e4e50;
  font-weight: 700;
}
.timeTablePricing table tr td.pricing .price.old {
  font-size: 19px;
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
  margin-right: 30px;
}
.timeTablePricing table tr td.pricing .priceNew {
  font-size: 25px;
  color: #de167b;
  font-weight: 700;
}
.timeTablePricing table tr.selected td.radio a {
  background: url('../../images/icons/checked.png') no-repeat center center;
}
.timeTablePricing table tr.action td {
  font-weight: 700;
}
.videoBanner .mainSlider {
  max-height: 1000px;
}
.mainSlider {
  margin-bottom: 85px;
  padding-top: 50px;
  max-height: 620px;
  overflow: hidden;
}
.mainSlider .container-fluid {
  position: relative;
  height: 100% !important;
  max-width: 1500px;
}
.mainSlider ul {
  margin: 0px !important;
  padding: 0px !important;
}
.mainSlider ul li {
  margin: 0px !important;
  padding: 0px 0 0 0px!important;
  background-size: cover !important;
  background-position: center center!important;
}
.mainSlider ul li:nth-child(2) {
  display: none;
}
.mainSlider ul li::before {
  display: none !important;
}
.mainSlider ul li .eli {
  top: 130px !important;
}
.mainSlider .bx-controls-direction {
  display: none !important;
}
.mainSlider .bannerText {
  width: auto !important;
  height: 100% !important;
  float: right;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.mainSlider .bannerText::before {
  border-bottom: 40px solid #fff;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 140px;
}
.mainSlider .bannerText::after {
  border-bottom: 65px solid #fff;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -140px;
}
.mainSlider .bannerText h2 {
  color: #fff;
  font-size: 81px;
  line-height: 85px;
  text-align: right;
  margin-bottom: 25px;
  font-weight: 300;
  text-shadow: 0px 0px 15px #555;
  margin-top: 0px;
  padding-bottom: 0px;
}
.mainSlider .bannerText h2::after {
  display: none !important;
}
.mainSlider .bannerText h3 {
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  text-shadow: 0px 0px 15px #555;
  margin-bottom: 0px;
}
.mainSlider .bannerText h3::after {
  display: none !important;
}
.mainSlider .bannerText p {
  font-size: 14px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}
.mainSlider .bannerText p strong {
  font-weight: 900;
}
.mainSlider .bannerText .btn {
  font-size: 34px;
  font-weight: 900;
  padding: 8px 30px!important;
  margin-top: 20px;
  line-height: 35px;
}
.mainSlider .videoBanner {
  max-height: 600px;
  overflow: hidden;
}
.mainSlider .videoBanner .videoText {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainSlider .videoBanner .container-fluid {
  height: 100% !important;
}
.mainSlider .videoBanner .bannerText {
  position: absolute;
  right: 20px;
  top: 50%;
  max-width: 800px !important;
  -ms-transform: translate(0%, -50%);
  text-align: right;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.mainSlider .videoBanner .bannerText h2 {
  font-size: 51px;
  line-height: 60px;
}
.mainSlider .videoBanner video {
  display: block;
  width: 100%;
}
.mainBanner {
  margin-bottom: 85px;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
.mainBanner .banner {
  background-size: cover !important;
}
.mainBanner .container-fluid {
  position: relative;
}
.mainBanner .bannerText {
  width: auto !important;
  max-width: 600px !important;
  float: right;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.mainBanner .bannerText::before {
  border-bottom: 40px solid #fff;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 140px;
}
.mainBanner .bannerText::after {
  border-bottom: 65px solid #fff;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -140px;
}
.mainBanner .bannerText h2 {
  color: #fff;
  font-size: 81px;
  line-height: 85px;
  text-align: right;
  margin-bottom: 25px;
  font-weight: 300;
  text-shadow: 0px 0px 15px #555;
  margin-top: 0px;
  padding-bottom: 0px;
}
.mainBanner .bannerText h2::after {
  display: none !important;
}
.mainBanner .bannerText p {
  font-size: 14px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}
.mainBanner .bannerText p strong {
  font-weight: 900;
}
.mainBanner .bannerText .btn {
  font-size: 34px;
  font-weight: 900;
  padding: 8px 30px!important;
  margin-top: 20px;
  line-height: 35px;
  display: inline-block;
}
.mainBanner .videoBanner {
  max-height: 700px;
  overflow: hidden;
}
.mainBanner .videoBanner video {
  display: block;
}
.mainBanner .videoBanner .videoText {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainBanner .videoBanner .container-fluid {
  height: 100% !important;
}
.mainBanner .videoBanner .container-fluid::before {
  border-bottom: 40px solid #fff;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 140px;
}
.mainBanner .videoBanner .container-fluid::after {
  border-bottom: 65px solid #fff;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -140px;
}
.mainBanner .videoBanner .bannerText {
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  text-align: right;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.mainBanner .videoBanner .bannerText::before,
.mainBanner .videoBanner .bannerText::after {
  display: none !important;
}
.pageBanner {
  background-size: cover !important;
  overflow: hidden;
}
.pageBanner .container-fluid {
  position: relative;
  max-width: 1500px !important;
}
.pageBanner .container-fluid::before {
  border-bottom: 40px solid #fff;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 140px;
}
.pageBanner .container-fluid::after {
  border-bottom: 65px solid #fff;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -140px;
}
.pageBanner .bannerText {
  width: auto !important;
  background-size: cover !important;
  max-width: 700px !important;
  float: right;
  padding-top: 140px;
  padding-bottom: 105px;
  position: relative;
  text-align: right !important;
}
.pageBanner .bannerText h2 {
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 35px;
  font-weight: 300;
  text-shadow: 0px 0px 15px #555;
  margin-top: 0px;
  padding-bottom: 0px;
}
.pageBanner .bannerText h2::after {
  display: none !important;
}
.pageBanner .bannerText p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
.pageBanner .bannerText p strong {
  font-weight: 900;
}
.pageBanner .bannerText .btn {
  font-size: 30px;
  font-weight: 900;
  padding: 8px 30px!important;
  margin-top: 20px;
  float: right;
  line-height: 35px;
}
.testimonial .testi-content {
  max-width: 750px;
  margin: 0 auto;
}
.testimonial .testi-content .testimonialContent {
  display: block;
  min-height: 90px;
  text-align: left !important;
  color: #6f6f6f;
  font-weight: 300;
  font-size: 15px;
  font-style: italic !important;
  position: relative;
  padding-left: 140px;
  background: url('../../images/icons/quote.png') no-repeat top left;
}
.testimonial .testi-content .testi-meta {
  text-align: center;
}
.testimonial .testi-content .testi-meta strong {
  font-weight: 700;
  color: #6f6f6f !important;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  text-transform: none !important;
}
.testimonial .testi-content .testi-meta span {
  font-weight: 300;
  color: #6f6f6f;
  font-size: 13px;
}
.testimonial .testi-image {
  text-align: center !important;
}
.testimonial .testi-image img {
  width: auto !important;
  max-width: 300px;
  max-height: 200px;
  display: inline-block;
}
.testimonial .testi-logo {
  text-align: center !important;
  display: block;
  margin: 0px 0 30px 0;
}
.testimonial .testi-logo img {
  width: auto !important;
  max-width: 300px;
  max-height: 200px;
  display: inline-block;
}
.testimonial .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.testimonial .owl-dots .owl-dot {
  display: inline-block;
  width: 50px;
  margin: 0 3px;
}
.testimonial .owl-dots .owl-dot span {
  height: 5px;
  width: 50px;
  display: inline-block;
  background: #e4e4e4;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.testimonial .owl-dots .owl-dot.active span {
  background: #aeaeae;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.testiAll .item {
  margin-bottom: 60px;
  display: table;
  width: 100%;
}
.testiAll .item .testi-logo {
  float: right;
  display: inline-block;
  width: 200px;
}
.testiAll .item .testi-content {
  margin-right: 240px;
  display: block;
}
.testiAll .item .testi-content p {
  text-align: left !important;
  font-size: 15px;
  line-height: 22px;
  max-width: 100% !important;
  padding-bottom: 10px;
}
.testiAll .item .testi-content .testi-meta {
  display: block;
  width: 100%;
}
.testiAll .item .testi-content .testi-meta strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #6f6f6f;
}
.testiAll .item .testi-content .testi-meta span {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 300;
}
/* mobile navigation */
#mp-pusher {
  visibility: hidden;
  position: absolute;
  z-index: 1000000;
  top: 0px;
  padding-top: 35px;
  transition: all 0.25s ease-in 0s;
  display: none;
  -moz-transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
}
#mp-pusher .multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#mp-pusher .multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  background: #6f6f6f;
  width: auto;
  min-height: 100%;
  font-size: 1em;
  zoom: 1;
}
#mp-pusher .multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  -moz-box-shadow: 5px 0 5px -5px #000000;
  -webkit-box-shadow: 5px 0 5px -5px #000000;
  box-shadow: 5px 0 5px -5px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164, direction=90, strength=2);
}
#mp-pusher .multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0 5px 5px #1f4164;
  -webkit-box-shadow: 5px 0 5px 5px #1f4164;
  box-shadow: 5px 0 5px 5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164, direction=270, strength=2);
}
#mp-pusher .multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background: #6f6f6f;
}
#mp-pusher .multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  /*height: 90vh;*/
  overflow-x: hidden;
  overflow-y: auto;
}
#mp-pusher .multilevelpushmenu_wrapper ul li {
  cursor: pointer;
  border-top: 1px solid #555;
  padding: 0;
  background: none !important;
  margin-bottom: 0!Important;
  float: left;
  width: 100%;
  display: block;
}
#mp-pusher .multilevelpushmenu_wrapper ul li:last-child {
  border-bottom: 1px solid #555;
}
#mp-pusher .multilevelpushmenu_wrapper ul li:hover {
  background-color: #295685;
}
#mp-pusher .multilevelpushmenu_wrapper ul li a {
  display: block;
  outline: 0;
  position: relative;
  overflow: hidden;
  line-height: 1em;
  text-decoration: none;
  padding: 13px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}
#mp-pusher .multilevelpushmenu_wrapper ul li a:hover {
  color: #eee;
}
#mp-pusher .multilevelpushmenu_wrapper ul li a.iconLeft:after {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-left: 10px;
  float: right;
}
#mp-pusher .multilevelpushmenu_wrapper ul li a.mp-back {
  font-weight: 400;
  font-size: 0.9em;
  padding: 8px 13px;
}
#mp-pusher .multilevelpushmenu_wrapper .backItemClass {
  display: block;
  padding: 0;
  border-top: 1px solid #555;
}
#mp-pusher .multilevelpushmenu_wrapper .floatRight {
  float: left;
  margin-right: 10px;
  padding-top: 4px;
  font-size: 17px;
}
#mp-pusher .multilevelpushmenu_wrapper .floatLeft {
  float: right;
}
#mp-pusher .multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
#mp-pusher .multilevelpushmenu_wrapper .iconSpacing_ltr {
  color: #de167b;
  font-size: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 15px;
}
#mp-pusher .multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 .4em;
}
#mp-pusher .multilevelpushmenu_wrapper .closeMenu {
  cursor: pointer;
  float: right;
  margin-top: 2px;
  position: relative;
  z-index: 10000;
  color: #fff;
  display: none !important;
}
#mp-pusher .multilevelpushmenu_wrapper h2 {
  margin: 0;
  font-size: 22px;
  padding: 15px 10px;
  color: #fff;
  position: relative;
}
#mp-pusher .multilevelpushmenu_wrapper h2::after {
  display: none !important;
}
#mp-pusher .multilevelpushmenu_wrapper h2.link a {
  font-size: 1em;
  display: block;
  padding: 0 !important;
  color: #fff;
  line-height: 28px;
}
.mobilePortals {
  padding: 5px 0;
  display: none;
}
.mobilePortals select {
  height: 25px !important;
  padding: 0px !important;
  border: 1px solid #fff!important;
  max-width: 230px;
  background: #6f6f6f;
  color: #fff;
}
/* verticalMenu */
.verticalMenu {
  background: #EDECEA;
}
.verticalMenu li {
  border-bottom: 1px solid #fff;
}
.verticalMenu li a {
  display: block;
  font-size: 1.4em;
  padding: 10px;
}
.verticalMenu li.selected > a,
.verticalMenu li a:hover {
  color: #fff;
  background: #ff971f;
}
.verticalMenu li.selected > ul {
  display: block;
}
.verticalMenu li ul {
  display: none;
  padding-left: 0;
  margin: 0;
}
.verticalMenu li ul li {
  padding-left: 10px;
}
/* cms sitemap */
#sitemap {
  margin-bottom: 4em;
}
#sitemap > li > ul {
  padding-bottom: 0;
}
#sitemap li a {
  display: block;
}
#sitemap > li {
  float: left;
  width: 25%;
}
#sitemap > li:nth-child(4n+1) {
  clear: both;
}
#sitemap > li > a {
  margin-right: 5px;
  padding: 10px;
  font-size: 1.6em;
  background: #cccccc;
}
#sitemap > li li li li {
  padding-left: 10px;
}
#sitemap > li li li a {
  padding: 0 0 3px 25px;
  font-size: 12px;
}
#sitemap > li > ul > li > a {
  padding: 3px 0 3px 10px;
  font-size: 1.4em;
}
/* content */
#content.oneCol {
  float: none;
}
/* aside */
aside {
  padding: 0;
  margin: 0 0 2em 0;
  background: #ffffff;
}
/* boxAccordion */
.boxAccordion {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f1f1f1;
  margin-top: 20px;
}
.boxAccordion h3::after {
  display: none;
}
.boxAccordion .ui-accordion-header {
  font-size: 17px;
  margin-bottom: 0px !important;
  font-weight: 700;
  color: #484848;
  cursor: pointer;
  position: relative;
  padding: 20px 60px 20px 20px;
  margin-top: 0;
  border-bottom: 2px solid #f1f1f1;
}
.boxAccordion .ui-accordion-header a {
  font-size: 17px;
  font-weight: 700;
  color: #484848;
}
.boxAccordion .ui-accordion-header::before {
  font-family: FontAwesome;
  content: "";
  color: #484848;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.boxAccordion .ui-accordion-header:hover a {
  color: #de167b;
  text-decoration: none !important;
}
.boxAccordion .ui-accordion-header:hover::before {
  color: #de167b;
}
.boxAccordion .ui-accordion-header.ui-state-active {
  border-bottom: none !important;
}
.boxAccordion .ui-accordion-header.ui-state-active::before {
  content: "";
}
.boxAccordion .ui-accordion-header.last-of-type {
  border-bottom: 0 !important;
}
.boxAccordion .accordionWrap {
  padding: 0px 20px 5px 20px;
  border-top: none !important;
}
.boxAccordion .accordionWrap p,
.boxAccordion .accordionWrap ul,
.boxAccordion .accordionWrapol,
.boxAccordion .accordionWrap table {
  margin-bottom: 10px;
}
.boxAccordion .accordionWrap p {
  max-width: 100% !important;
  text-align: left !important;
  font-size: 15px !important;
}
.boxAccordion .accordionWrap.ui-accordion-content-active {
  border-bottom: 2px solid #f1f1f1;
}
.boxAccordion.accDesign {
  margin: 0 0 6em 0;
}
.boxAccordion.accDesign .accWrap {
  background: none;
  border: none;
}
.boxAccordion.accDesign .accTitle {
  position: relative;
  margin-left: -27px;
  font-size: 1.3em;
  padding-left: 27px;
  color: #333333;
  font-family: "Open Sans", Helvetica, serif;
  background: none;
}
.boxAccordion.accDesign .accTitle a {
  padding: 0;
  margin: 0;
  color: #333333;
  border: none;
}
.boxAccordion.accDesign .accTitle:hover {
  text-decoration: underline;
  cursor: pointer;
}
.boxAccordion.accDesign .accTitle a:active {
  background: none;
}
.boxAccordion.accDesign .accordionWrap {
  margin-bottom: 2em;
  padding: 1em 0 .5em 0;
  border-bottom: 1px solid #333333;
}
/* tabs */
.boxTabs {
  margin-bottom: 4em;
}
.boxTabs ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #EDECEA;
}
.boxTabs ul li a {
  position: relative;
  display: block;
  margin-right: -1px;
  font-size: 1.4em;
  padding: 10px;
  border-width: 1px 1px 0 1px;
  border-color: #EDECEA;
  border-style: solid;
}
.boxTabs ul li.ui-state-active a {
  background: #F78F1E;
  color: #ffffff;
}
/* people list - TODO */
.peopleList {
  margin-bottom: 4em;
}
.peopleList a {
  display: block;
}
.peopleList ul li p.img {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
}
.peopleList ul li p.img:hover img {
  -o-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.peopleList ul li p.img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in 0.1s;
  -o-transition: all 0.5s ease-in 0.1s;
  -webkit-transition: all 0.5s ease-in 0.1s;
}
.peopleList ul li h3 {
  margin: 10px 0 5px 0;
  color: #000000;
  font-size: 1.6em;
}
.peopleList ul li p {
  font-size: 1.4em;
  color: #B0AFAD;
  font-style: italic;
}
/* testimonials - TODO */
.testimonials .testimonialContent {
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  border: 1px solid #EDECEA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.testimonials .testimonialContent blockquote {
  margin-bottom: 0;
}
.testimonials .testimonialContent blockquote p {
  font-size: 1.1em;
  font-style: italic;
  color: #B0AFAD;
  background: none;
}
.testimonials .testimonialContent blockquote:before {
  content: "\f0d7";
  position: absolute;
  display: block;
  bottom: 4px;
  left: 31px;
  width: 11px;
  height: 6px;
  font-style: italic;
  font: normal normal normal 30px/1 FontAwesome;
  color: #EDECEA;
}
.testimonials p.img {
  overflow: hidden;
  float: left;
  width: 80px;
  height: 80px;
  background: #EDECEA;
}
.testimonials p.img img {
  display: block;
}
.testimonials h3 {
  margin: 0 0 0 100px;
  padding: 0;
  font-size: 1.4em;
}
.testimonials h3.noMargin {
  margin-left: 0;
}
.testimonials p.info {
  margin-left: 100px;
  padding-top: 5px;
  font-size: 1.2em;
}
.testimonials p.info.noMargin {
  margin-left: 0;
}
.testimonials p.info span {
  padding-left: 3px;
  color: #B0AFAD;
}
/* lists - TODO */
.list article {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDECEA;
}
.list article:last-of-type {
  border: none;
}
.list article footer,
.list article [itemprop="alternativeHeadline"] {
  display: none;
}
.list article header p {
  margin: 0;
  color: #b0afad;
}
.list article header p a {
  color: #b0afad;
}
.list article [itemprop="headline"],
.list article [itemprop="alternativeHeadline"] {
  margin: 0;
  padding: 0;
}
.list article [itemprop="image"] {
  float: left;
  max-width: 170px;
  display: block;
  border: 1px solid #EDECEA;
}
.list article [itemprop="image"] img {
  display: block;
  margin: 0 auto;
}
.list article [itemprop="articleBody"] p {
  margin-bottom: 5px;
}
.list article .more a[itemprop="keywords"] {
  font-size: 1.2em;
  padding-top: 10px;
}
.list article.imageOn .dataList,
.list article.imageOn [itemprop="headline"],
.list article.imageOn [itemprop="alternativeHeadline"],
.list article.imageOn div[itemprop="description"],
.list article.imageOn p[itemprop="description"],
.list article.imageOn [itemprop="text"],
.list article.imageOn [itemprop="keywords"],
.list article.imageOn .more,
.list article.imageOn .headerData {
  margin-left: 200px;
}
.blockTitle {
  margin: 0;
  padding: 0;
}
.frame {
  padding: 20px;
  background: #EDECEA;
}
/* eventsList */
.eventsList .event {
  display: table;
  width: 100%;
}
.eventsList .event .figure {
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
  height: auto;
}
/* news */
.newsList .alert-info {
  max-width: 600px;
  margin: 0 auto;
}
.newsList .news {
  margin-bottom: 35px;
}
.newsList .news h3.newsTitle {
  position: relative;
  margin-bottom: 0px !important;
  min-height: 36px;
  padding: 20px 0 20px 60px;
  background: url('../../images/icons/b2.png') no-repeat left 26px;
  background-repeat: no-repeat !important;
  background-position: left 26px!important;
  font-weight: 700;
  color: #4e4e50;
  font-size: 18px;
  line-height: 23px;
}
.newsList .news h3.newsTitle a {
  text-decoration: none;
  color: #4e4e50;
}
.newsList .news h3.newsTitle::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 34px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -17px;
}
.newsList .news .date {
  display: block;
  color: #ababab;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.newsList .news p {
  color: #5c6372;
  line-height: 20px !important;
  padding-bottom: 0px !important;
  font-size: 15px !important;
  text-align: left !important;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, serif;
  margin-bottom: 0px;
}
.newsList .news .summ img {
  display: none !important;
}
.newsList .news .summ ul li {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, serif;
}
.newsList .news .more {
  color: #de167b;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 5px;
}
.newsList .news .more:hover {
  text-decoration: underline;
}
.allNews {
  margin-top: 40px;
}
/* dataList */
.dataList {
  margin: 20px 0;
}
.dataList p {
  margin: 0;
}
.dataList p small {
  float: left;
  width: 100px;
  font-size: 1em;
  color: #F79020;
}
.newsDetail h1 {
  font-size: 4.1em;
  position: relative;
  text-align: center;
  margin-top: 50px;
  color: #6f6f6f;
  padding-bottom: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}
.newsDetail h1::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 140px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -70px;
}
.newsDetail h1 .notice {
  display: block;
  font-size: 13px;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 15px;
}
.newsDetail h2 {
  text-align: left;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
.newsDetail h2::after {
  display: none;
}
.newsDetail h3 {
  font-size: 25px;
  line-height: 30px;
}
.newsDetail h4 {
  font-size: 20px;
  line-height: 25px;
}
.newsDetail .metaInfo {
  font-size: 15px;
  margin-bottom: 10px;
}
.newsDetail .metaInfo .fa {
  margin-right: 5px;
  color: #de167b;
}
.newsDetail .metaInfo .fa.fa-tag {
  margin-left: 15px;
}
.years {
  margin-top: 50px;
  border-top: 1px solid #e4e4e4;
  display: table;
  width: 100%;
  padding-top: 30px;
}
.years li {
  background: none !important;
  margin-right: 10px;
  margin-left: 0px;
  display: inline-block;
  width: auto;
  float: left;
  padding-left: 0px !important;
}
.years li a {
  border: 1px solid #de167b;
  padding: 2px 15px;
  display: block;
  text-decoration: none !important;
}
.years li strong {
  border: 1px solid #de167b;
  padding: 2px 15px 3px 15px;
  display: block;
  color: #fff;
  background: #de167b;
}
.years li::before {
  display: none !important;
}
/* workshops */
.workshopList .workshop {
  display: table;
  width: 100%;
}
.workshopList .workshop .figure {
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
  height: auto;
}
/* cms gallery */
.gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
  padding: 0 25px;
  background: #000000;
}
.gallery .slider {
  overflow: hidden;
  width: 100% !important;
}
.gallery ul {
  width: 3000px;
}
.gallery ul li {
  float: left;
  height: auto !important;
  background: none !important;
  width: 200px !important;
  border: 2px solid #cccccc;
}
.gallery ul li a {
  display: block;
}
.gallery ul li a img {
  display: block;
  max-width: 100%;
}
.gallery ul li a:hover {
  opacity: .8;
}
.gallery ul li a:active {
  opacity: .4;
}
.gallery p {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery p a {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.gallery p a.sliderPrev {
  left: 0;
}
.gallery p a.sliderNext {
  right: 0;
}
.gallery p a:hover {
  opacity: .4;
}
.gallery p a:active {
  opacity: .8;
}
.gallery p a.inactive {
  display: none !important;
}
.galleryCont {
  position: relative;
}
.galleryCont .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  background: #ebebec;
  color: #fff;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 40px;
  display: block;
  z-index: 10;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -26px;
}
.galleryCont .owl-prev .fa {
  position: relative;
  top: -2px;
}
.galleryCont .owl-prev:hover {
  background: #de167b;
}
.galleryCont .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  background: #ebebec;
  color: #fff;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 40px;
  display: block;
  z-index: 10;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -26px;
}
.galleryCont .owl-next .fa {
  position: relative;
  top: -2px;
  left: 2px;
}
.galleryCont .owl-next:hover {
  background: #de167b;
}
/* cms search results */
#searchResults {
  margin-bottom: 4em;
}
#searchResults.searchTerms small {
  padding-right: 10px;
  font-size: 1em;
}
#searchResults.searchTerms span {
  font-family: Arial, Helvetica, serif;
}
#searchResults .resultsInfo {
  padding: 10px 10px 10px 40px;
  margin-bottom: 2em;
  background: #cccccc;
}
#searchResults ul {
  border-top: 1px solid #cccccc;
}
#searchResults ul li {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  padding-left: 0px !important;
}
#searchResults ul li::before {
  display: none !important;
}
#searchResults ul li h3 {
  font-size: 2em;
  padding: 0em 0 0 0;
  margin: -2px 0 5px 40px;
  font-weight: 700;
}
#searchResults ul li h3 a {
  color: #4e4e50;
}
#searchResults ul li h3::after {
  display: none !important;
}
#searchResults ul li p {
  margin: 0;
}
#searchResults ul li p.searchNumber {
  float: left;
  font-size: 1.8em;
  color: #aaa;
  font-family: Arial, Helvetica, serif;
  padding-bottom: 0px !important;
}
#searchResults ul li p.description {
  margin-left: 40px;
  margin-bottom: 5px;
  color: #9c9c9c;
  font-size: 1.4em;
}
#searchResults ul li p.url {
  margin-left: 40px;
  font-size: 1.2em;
}
#searchResults ul li p.url a {
  padding: 0 5px;
}
#searchResults ul li p.url span {
  color: #9c9c9c;
}
/* navigator */
.navigator .title {
  padding-right: 10px;
}
.navigator small {
  padding: 0 5px;
  color: #cccccc;
}
.navigator {
  border-top: 1px solid #e4e4e4;
  margin-top: 50px;
  padding-top: 30px;
}
.navigator .pagination {
  font-size: 17px;
  margin: 0px 0 10px 0;
  display: table;
  width: 100%;
}
.navigator .pagination span {
  border: 1px solid #de167b;
  display: inline-block;
}
.navigator .pagination span.current {
  color: #999999;
  text-decoration: none !important;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid #999;
}
.navigator .pagination span.first,
.navigator .pagination span.previous,
.navigator .pagination span.next,
.navigator .pagination span.last {
  background: #de167b;
  color: #fff;
  border: 1px solid #de167b;
}
.navigator .pagination span.first a,
.navigator .pagination span.previous a,
.navigator .pagination span.next a,
.navigator .pagination span.last a {
  color: #fff;
}
.navigator .pagination span a {
  text-decoration: none !important;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: block;
}
.navigator .num {
  font-size: 13px;
}
/* footer */
.footer {
  padding: 3em 0 0 0;
  margin: 0;
  color: #ffffff;
  background: #3A3937;
}
.footer form .form-group {
  margin-bottom: 10px;
}
.footer form .form-group .checkbox {
  margin-top: 15px;
}
.footer .errorText {
  font-size: 14px;
  color: #f00;
  margin-top: -40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer a {
  color: #ffffff;
}
.footer p,
.footer address {
  color: #ffffff;
}
.footer .footerWrap {
  background: none;
}
.footer .linksTitle {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 1.8em;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, serif;
  color: #ffffff;
  line-height: 1.4em;
}
.footer .footerLinks ul {
  margin-bottom: 2em;
}
.footer .footerLinks ul li {
  padding: 2px 0;
  font-size: 1.2em;
}
.footer .footerLinks ul li a span {
  color: #fff;
}
.footer .footerLinks ul li a span i {
  display: none;
}
.footer .footerLinks ul li a:hover {
  text-decoration: underline;
}
.footer .vcard .siteOwner {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.footer .vcard .siteOwner span.org {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.footer .vcard address {
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.4em;
}
.footer .vcard .contactDetails {
  font-size: 1.4em;
  line-height: 1.6em;
}
.footer .copyrights {
  background: #2D2C2A;
}
.footer .copyrights .container-fluid {
  background: none;
}
.footer .copyrights .container-fluid .copyrightsWrap {
  padding: 2em 0;
}
.footer .copyrights .container-fluid .copyrightsWrap p {
  margin: 0;
  font-size: 1.2em;
}
/* banner */
.banner a {
  display: block;
}
.banner img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
}
/* hr */
hr {
  border: 0;
  height: 1px;
  background: #EDECEA;
}
/* Gray bg */
.gray {
  background: #EDECEA;
}
/* Links to documents */
a.pdf {
  position: relative;
}
a.pdf:before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #FF0000;
  content: "";
  margin-right: 10px;
}
a.doc {
  position: relative;
}
a.doc:before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #0f54b7;
  content: "";
  margin-right: 10px;
}
a.zip {
  position: relative;
}
a.zip:before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #d2760e;
  content: "";
  margin-right: 10px;
}
a.xls {
  position: relative;
}
a.xls:before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #33644b;
  content: "";
  margin-right: 10px;
}
.btn {
  font-family: "Open Sans";
  white-space: normal !important;
}
.btn.btn-default {
  background: #de167b;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  padding: 8px 28px;
}
.btn.btn-default:hover {
  background: #ff198d;
}
.btn.btn-default:focus,
.btn.btn-default:active {
  background: #ff198d;
  color: #fff !important;
}
.btn.btn-default.download::before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.btn.btn-primary {
  background: #fff;
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #999999;
  padding: 8px 28px;
}
.btn.btn-primary:hover {
  background: #de167b;
  color: #fff !important;
  border: 1px solid #de167b;
  text-transform: uppercase;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #ff198d;
  color: #fff !important;
}
.btn.btn-gold {
  background: #B48032;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  padding: 8px 28px;
}
.btn.btn-gold:hover {
  opacity: 0.7;
}
.btn.btn-gold:focus,
.btn.btn-gold:active {
  background: #B48032 !important;
  color: #fff !important;
}
/* ============================= bootstrap new ============================= */
/* ===== forms ===== - OK */
form {
  /*&.form-block {
    & .form-group {
      & label { width: 100%; }
    }
  }*/
}
form .formNotice {
  font-size: 12px;
}
form .form-group {
  position: relative;
}
form .form-group label {
  font-size: 15px;
  font-weight: 400 !important;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  color: #002d62;
}
form .form-group textarea {
  font-family: "Open Sans", Helvetica, serif;
  min-height: 200px;
}
form .form-group span.required {
  margin-left: 5px;
}
form .form-group span.has-error {
  clear: both;
  display: block;
  color: #f00;
  margin: 5px 0 0 0;
  font-size: 15px;
}
form .form-group.has-error a {
  color: #f00 !important;
}
form .form-group.has-success a,
form .form-group.has-success a {
  color: #3c763d !important;
}
form .form-group .checkbox {
  display: block;
  margin: 0;
}
form .form-group .checkbox label,
form .form-group .checkbox input {
  display: inline-block;
  width: initial;
}
form .form-group .checkbox label a,
form .form-group .checkbox input a {
  z-index: 100;
  position: relative;
}
form .form-group .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  line-height: 21px;
  height: 21px;
  margin: 0;
}
form .form-group .checkbox label {
  width: auto;
  cursor: pointer;
  position: relative;
  padding-top: 0;
  margin-top: 5px;
  padding-left: 28px;
  font-weight: 400 !important;
}
form .form-group .checkbox label:first-child {
  margin-top: 0;
}
form .form-group .checkbox label:before {
  font-family: FontAwesome;
  content: "\f096";
  position: absolute;
  left: 1px;
  font-size: 22px;
  color: #de167b;
}
form .form-group .checkbox.selected label:before {
  content: "\f046";
}
form .form-group .radio {
  display: block;
  margin: 0;
}
form .form-group .radio label,
form .form-group .radio input {
  display: inline-block;
  width: initial;
}
form .form-group .radio label a,
form .form-group .radio input a {
  z-index: 100;
  position: relative;
}
form .form-group .radio input[type=radio] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  line-height: 24px;
  height: 24px;
  margin: 0;
}
form .form-group .radio label {
  width: auto;
  cursor: pointer;
  position: relative;
  padding-top: 2px;
  margin-top: 5px;
  padding-left: 30px;
  font-weight: 400 !important;
}
form .form-group .radio label:first-child {
  margin-top: 0;
}
form .form-group .radio label:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 2px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../../images/icons/check.png') no-repeat center center;
}
form .form-group .radio.selected label:before {
  background: url('../../images/icons/checked.png') no-repeat center center;
}
form .form-group .radio-inline,
form .form-group .checkbox-inline {
  padding-left: 0;
  cursor: default;
  display: block;
}
form .form-group .radio-inline .radio,
form .form-group .checkbox-inline .radio,
form .form-group .radio-inline .checkbox,
form .form-group .checkbox-inline .checkbox {
  display: inline-block;
}
form .form-group .radio-inline .radio label,
form .form-group .checkbox-inline .radio label,
form .form-group .radio-inline .checkbox label,
form .form-group .checkbox-inline .checkbox label {
  margin-right: 30px;
}
form .form-group .datePicker {
  cursor: pointer;
}
form .form-group h4.split-title {
  color: #002d62;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 2px solid #002d62;
}
form .form-group .split-text {
  padding-bottom: 0px !important;
}
form.form-horizontal .form-group {
  display: block;
  position: relative;
}
form.form-horizontal .form-group label {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.form-horizontal .form-group span.has-error {
  margin: initial;
  margin-top: 5px;
}
form.hide-required span.required {
  display: none;
}
form .form-group.gdpr-consent label {
  display: block;
  width: 100%;
  font-weight: normal !important;
}
form .form-group.gdpr-consent .radio {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
form .form-group.gdpr-consent .col-sm-9 {
  width: 100%;
}
#content > .container-fluid > .row {
  padding-bottom: 90px;
  position: relative;
}
#content > .container-fluid > .row.noBPadding {
  padding-bottom: 0;
}
#content > .container-fluid > .row > .col-sm-6 p {
  font-size: 17px;
  line-height: 25px;
}
#content > .container-fluid > .row > .col-sm-6 img {
  max-width: 100% !important;
  height: auto !important;
}
#content > .container-fluid > .row > .col-sm-6 .btn {
  margin-top: 15px;
}
#content > .container-fluid > .row > .col-sm-6 .courses {
  padding-bottom: 110px;
}
#content ul {
  list-style-type: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
#content ul li {
  list-style-type: none !important;
  position: relative;
  padding-left: 15px;
}
#content ul li::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #de167b;
  font-size: 18px;
}
.portal #content > .container-fluid > .row > .col-lg-12 p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0px auto;
  font-size: 17px;
  line-height: 24px;
}
.portal #content > .container-fluid > .row > .col-lg-12 p.image {
  max-width: 100% !important;
}
.footerCta {
  position: fixed;
  z-index: 1000;
  bottom: -100%;
  width: 100%;
  transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -webkit-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
}
.footerCta .ctaContent {
  background: #f4f4f4;
  text-align: center;
  display: table;
  width: 100%;
  padding: 40px 20px 30px 20px;
}
.footerCta .ctaContent .btn {
  margin-top: 30px;
}
.footerCta .ctaContent h1,
.footerCta .ctaContent h2,
.footerCta .ctaContent h3 {
  padding-bottom: 0px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0px !important;
}
.footerCta .ctaContent h1::after,
.footerCta .ctaContent h2::after,
.footerCta .ctaContent h3::after {
  display: none;
}
.footerCta .ctaContent p {
  font-size: 15px;
  font-weight: 300 !important;
  padding-bottom: 5px;
}
.footerCta .ctaContent p strong {
  font-weight: normal !important;
}
.footerCta .ctaContent h1,
.footerCta .ctaContent h2,
.footerCta .ctaContent h3,
.footerCta .ctaContent p {
  color: #434244;
}
.footerCta .header {
  background: #de167b;
  border-bottom: none !important;
  position: relative;
  padding: 20px 0;
}
.footerCta .header h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 7px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}
.footerCta .header h3::after {
  display: none !important;
}
.footerCta .header .closePopUp {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -23px;
  color: #fff;
  cursor: pointer;
}
.footerCta form {
  max-width: 700px;
  margin: 20px auto 0 auto;
}
.footerCta form .form-control {
  background: #fff;
}
.footerCta form .form-group .checkbox {
  float: left;
  margin-top: 20px;
}
.footerCta form .btn {
  margin-top: 0px !important;
  width: 100% !important;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.eNews .row {
  margin: 0px !important;
}
.eNews .col-lg-12 {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 20px;
  text-align: center;
}
.eNews h2,
.eNews h3 {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
.eNews .btn {
  margin-top: 0px;
  padding: 0px 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.eNews form {
  max-width: 700px;
  margin: 0px auto 0 auto;
}
.eNews form .form-control {
  height: 40px;
  line-height: 40px;
}
.ctaPopUp .row,
.ctaBox .row {
  margin: 0px !important;
}
.ctaPopUp .col-lg-12,
.ctaBox .col-lg-12 {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 20px;
  text-align: center;
}
.ctaPopUp p,
.ctaBox p {
  max-width: 600px;
  margin: 0 auto;
  color: #434244;
  font-size: 19px;
}
.ctaPopUp h2,
.ctaBox h2,
.ctaPopUp h3,
.ctaBox h3 {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
.ctaPopUp .btn,
.ctaBox .btn {
  margin-top: 40px;
  font-size: 34px;
  line-height: 39px;
  padding: 9px 28px;
}
.modal {
  z-index: 1000000000;
}
#ctaModal .modal-dialog {
  position: relative;
  margin-top: 100px !important;
}
#ctaModal .modal-dialog .closePopUp {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
}
#ctaModal .modal-dialog .modal-content {
  text-align: center;
  border: none !important;
  padding: 30px 10px;
  display: table;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#ctaModal .modal-dialog .modal-content h1,
#ctaModal .modal-dialog .modal-content h2,
#ctaModal .modal-dialog .modal-content h3,
#ctaModal .modal-dialog .modal-content p {
  color: #434244;
}
#ctaModal .modal-dialog .modal-content h1,
#ctaModal .modal-dialog .modal-content h2,
#ctaModal .modal-dialog .modal-content h3 {
  padding-bottom: 0px;
  font-weight: 900;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px;
}
#ctaModal .modal-dialog .modal-content h1::after,
#ctaModal .modal-dialog .modal-content h2::after,
#ctaModal .modal-dialog .modal-content h3::after {
  display: none;
}
#ctaModal .modal-dialog .modal-content p {
  padding-bottom: 0px;
}
#ctaModal .modal-dialog .modal-content p strong {
  font-weight: normal !important;
}
#ctaModal .modal-dialog .modal-content .btn {
  margin-top: 30px;
}
#ctaModal .modal-dialog .modal-content .qBox.left {
  margin-left: 0;
  width: 50%;
}
#ctaModal .modal-dialog .modal-content .qBox.right {
  margin-left: 0;
  width: 50%;
}
#ctaModal .modal-dialog .modal-content .qBox div {
  padding: 25px 20px;
}
#ctaModal .modal-dialog .modal-content .qBox div h3 {
  font-size: 17px;
  line-height: 20px;
}
#ctaModal .modal-dialog .modal-content .qBox div .btn {
  font-size: 15px;
  line-height: 20px;
}
#ctaModal .modal-dialog .modal-header {
  background: #de167b;
  border-bottom: none !important;
}
#ctaModal .modal-dialog .modal-header h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 7px;
  padding-bottom: 0px !important;
}
#ctaModal .modal-dialog .modal-header h3::after {
  display: none !important;
}
.qBox {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.qBox div {
  padding: 35px 50px;
  background: #f4f4f4;
}
.qBox img {
  max-height: 75px;
}
.qBox.left {
  margin-left: 13.3%;
}
.qBox.right {
  margin-left: 6.6667%;
}
.qBox h3 {
  color: #434244;
  font-size: 19px;
  font-weight: 800;
  margin: 20px 0 25px 0;
  padding-top: 100px;
  line-height: 22px;
  padding-bottom: 0px;
}
.qBox h3::after {
  display: none;
}
.qBox .btn {
  padding: 8px 15px;
}
.qBox.q1 h3 {
  background: url('../../images/icons/vprasanje.png') no-repeat top center;
}
.qBox.q2 h3 {
  background: url('../../images/icons/vprasanje2.png') no-repeat top center;
}
.qBox.info h3 {
  background: url('../../images/icons/informacije.png') no-repeat top center;
}
.qBox.info2 h3 {
  background: url('../../images/icons/informacije-sola.png') no-repeat top center;
}
.qBox.primerjava h3 {
  background: url('../../images/icons/primerjava.png') no-repeat top center;
}
.qBox.programi h3 {
  background: url('../../images/icons/programi.png') no-repeat top center;
}
.qBox.preizkus h3 {
  background: url('../../images/icons/preizkus.png') no-repeat top center;
}
.stickySidebar {
  position: absolute;
  right: 0px;
  top: 800px;
  width: 50px;
  z-index: 10000;
  text-align: center;
}
.stickySidebar img {
  margin-bottom: 30px;
}
.counters {
  background: #e4e4e4;
  padding: 80px 0;
}
.counters .counter {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.counters .counter h3 {
  font-size: 56px;
  font-weight: 900;
  color: #434244;
  margin-bottom: 25px;
  display: block;
  line-height: 56px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.counters .counter h3::after {
  display: none !important;
}
.counters .counter p {
  font-size: 15px;
  color: #6f6f6f;
  margin-bottom: 0px;
  font-weight: 300;
}
.counters .counter.percent h3::after {
  content: "%";
  font-size: 56px;
  display: inline-block !important;
  border: none;
  position: relative;
  width: auto;
  left: auto;
  margin-left: 5px;
}
.courses {
  margin-top: 30px;
  margin-bottom: 90px;
}
.courses .course {
  display: table;
  width: 100%;
  position: relative;
  border: 2px solid #f1f1f1;
  margin-bottom: 15px;
  padding: 30px 250px 30px 125px;
}
.courses .course .proc {
  color: #de167b;
  position: absolute;
  left: 30px;
  font-size: 67px;
  font-weight: 800;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.courses .course .title {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 47%;
  padding-right: 5%;
}
.courses .course .title h3 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #4e4e50;
  display: block;
  margin-bottom: 5px;
}
.courses .course .title h3 a {
  color: #de167b;
}
.courses .course .title h3::after {
  display: none;
}
.courses .course .title span {
  display: block;
  font-size: 14px;
  color: #ababab;
  margin-top: 5px;
}
.courses .course .price {
  display: inline-block;
  text-decoration: line-through;
  height: 100%;
  color: #4e4e50;
  vertical-align: middle;
  width: 23%;
  padding-right: 1%;
  font-size: 36px;
  font-weight: 700;
}
.courses .course .priceNew {
  display: inline-block;
  color: #de167b;
  height: 100%;
  vertical-align: middle;
  width: 23%;
  padding-left: 1%;
  font-size: 36px;
  font-weight: 700;
}
.courses .course .btn {
  position: absolute;
  top: 50%;
  right: 55px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.testiLogos {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 40px;
}
.testiLogos .owl-prev {
  display: inline-block;
  width: auto;
  left: 0px;
  top: 50%;
  color: #aeaeae;
  font-size: 55px;
  cursor: pointer;
  position: absolute;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.testiLogos .owl-prev:hover {
  color: #de167b;
}
.testiLogos .owl-next {
  display: inline-block;
  width: auto;
  right: 0px;
  top: 50%;
  color: #aeaeae;
  font-size: 55px;
  cursor: pointer;
  position: absolute;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.testiLogos .owl-next:hover {
  color: #de167b;
}
.testiLogos .item {
  position: relative;
  height: 100px;
  text-align: center;
}
.testiLogos .item img {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-height: 100px;
  max-width: 90%;
}
.spec {
  text-align: center;
}
.spec h3 {
  max-width: 250px;
  padding-top: 210px;
  display: block;
  margin: 0 auto 25px auto;
  font-size: 19px;
  color: #4e4e50;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.spec h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 35px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
}
.spec h3::before {
  position: absolute;
  content: "";
  background: #de167b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 180px;
  line-height: 180px;
  height: 180px;
  vertical-align: middle;
  top: 0;
  left: 50%;
  margin-left: -90px;
}
.spec p {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  color: #6f6f6f;
}
.spec.zaKoga h3::before {
  background: #de167b url('../../images/icons/for-who.png') no-repeat center center;
}
.spec.predznanje h3::before {
  background: #de167b url('../../images/icons/predznanje.png') no-repeat center center;
}
.spec.trajanje h3::before {
  background: #de167b url('../../images/icons/duration.png') no-repeat center center;
}
.spec.izobrazba h3::before {
  background: #de167b url('../../images/icons/izobrazba.png') no-repeat center center;
}
.spec.predznanje h3::before {
  background: #de167b url('../../images/icons/predznanje.png') no-repeat center center;
}
.spec.lokacija h3::before {
  background: #de167b url('../../images/icons/nacin-studija.png') no-repeat center center;
}
.spec.prednost h3::before {
  background: #de167b url('../../images/icons/prednosti.png') no-repeat center center;
}
.spec:hover h3::before {
  background-color: #ff63b2;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.formContainer {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 150px;
  margin-top: 50px;
}
.formContainer h1 {
  font-size: 4.1em;
  color: #6f6f6f;
  position: relative;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 40px;
  font-weight: 300;
  text-transform: none !important;
}
.formContainer h1::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 140px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -70px;
}
.formContainer h4 {
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  color: #434244;
  margin-top: 0px;
  max-width: 500px;
  margin: 0 auto 35px auto;
}
.formContainer p {
  font-size: 15px;
}
.formContainer ul li {
  font-size: 15px;
}
.formContainer form {
  margin-top: 30px;
}
.formContainer .timeTable {
  padding: 0px 20px 12px 25px;
  border: 2px solid #e9e9e9;
  background: #fff;
  margin-bottom: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.formContainer .timeTable table {
  margin-bottom: 0px;
}
.formContainer .timeTable table thead tr {
  border-bottom: 1px solid #d3d3d3;
}
.formContainer .timeTable table thead tr th {
  padding: 20px;
}
.formContainer .timeTable table tr {
  cursor: default;
  border-bottom: none;
}
.formContainer .timeTable table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  height: 65px;
  font-size: 14px;
}
.formContainer .timeTable table tr td.radio {
  margin: 0px;
  text-align: left;
  padding-left: 0px;
  width: 20px;
  position: relative;
}
.formContainer .timeTable table tr td.radio .fa {
  color: #9ac01f;
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.formContainer .timeTable table tr td.notice .fa {
  font-size: 29px;
  color: #888888;
}
.formContainer .timeTable table tr td.pricing {
  background: #f4f4f4;
  width: 260px;
}
.formContainer .timeTable table tr td.pricing .proc {
  color: #de167b;
  font-size: 28px;
  font-weight: 800;
  margin-right: 20px;
}
.formContainer .timeTable table tr td.pricing .price {
  font-size: 20px;
  color: #4e4e50;
  font-weight: 700;
}
.formContainer .timeTable table tr td.pricing .price.old {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
  margin-right: 20px;
}
.formContainer .timeTable table tr td.pricing .priceNew {
  font-size: 20px;
  color: #de167b;
  font-weight: 700;
}
.formContainer .timeTable table tr.action td {
  font-weight: 700;
}
.downloadBox {
  background: #fff;
  text-align: center;
  padding: 65px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.downloadBox h3 {
  position: relative;
  text-align: center;
  margin-top: 0px;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 18px !important;
  margin-bottom: 20px !important;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.downloadBox h3::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 36px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
}
.formSucces {
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 19px !important;
}
.formSucces::before {
  color: #9ac01d;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  top: 0;
  margin-right: 10px;
}
form .form-group {
  margin-bottom: 30px;
}
form .form-group .form-control {
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
form .form-group .form-control.has-error {
  border: 1px solid #a94442 ;
}
form .form-group label {
  font-size: 15px;
  font-weight: 700 !important;
  color: #6f6f6f;
  margin-bottom: 5px;
}
form .form-group label .required {
  color: #de167b;
}
form button {
  float: right;
}
form.form-horizontal .form-group.fizicna {
  display: none;
}
.prijavaTecaj {
  font-size: 23px;
  color: #888888;
}
.prijavaTecaj .price {
  margin-bottom: 30px;
  text-align: center;
}
.prijavaTecaj .price .newPrice {
  color: #de167b;
  font-size: 25px;
  font-weight: 700;
  margin-right: 10px;
}
.prijavaTecaj .price .oldPrice {
  color: #888888;
  font-size: 19px;
  font-weight: 300;
  text-decoration: line-through;
}
.prijavaTecaj .price .proc {
  color: #de167b;
  font-size: 38px;
  font-weight: 800;
  margin-right: 20px;
}
.prijavaTecaj h3.blockTitle {
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 30px;
  position: relative;
}
.prijavaTecaj h3.blockTitle::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 45px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.prijavaTecaj h4.collectionTitle {
  position: relative;
  font-weight: 300;
  height: 40px;
  margin-bottom: 15px;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 50px;
  max-width: 100% !important;
}
.prijavaTecaj h4.collectionTitle .removeCollection {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -10px;
  font-size: 25px;
  background: #de167b;
  width: 30px;
  border-radius: 2px;
  padding-left: 1px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.prijavaTecaj .udelezenciContainer {
  margin-top: 30px;
}
.prijavaTecaj .udelezenciCollection {
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.prijavaTecaj .udelezenciCollection .udelezenec:first-child .removeCollection {
  display: none !important;
}
.prijavaTecaj #prijava_tip .radio {
  display: inline-block;
  width: auto;
  margin-right: 40px;
  float: left;
}
.prijavaTecaj .hide {
  display: none !important;
}
.prijavaTecaj .collection > .form-group > .col-sm-3 {
  display: none !important;
}
.prijavaTecaj .collection > .form-group > .col-sm-9 {
  width: 100% !important;
}
.feature {
  background-position: 20px 0!important;
  padding-left: 120px;
  margin-top: 20px;
  max-width: 530px;
}
.feature h3 {
  font-size: 19px;
  color: #4e4e50;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 0px;
  line-height: 25px;
}
.feature h3::after {
  display: none !important;
}
.feature p {
  font-size: 15px;
}
.feature.predavatelji {
  background: url('../../images/icons/predavatelji.png') no-repeat;
}
.feature.skupine {
  background: url('../../images/icons/skupina.png') no-repeat;
}
.feature.asistenti {
  background: url('../../images/icons/asistenti.png') no-repeat;
}
.feature.gradivo {
  background: url('../../images/icons/gradivo.png') no-repeat;
}
.feature.delo {
  background: url('../../images/icons/delo.png') no-repeat;
}
.feature.denar {
  background: url('../../images/icons/denar.png') no-repeat;
}
.feature.iso {
  background: url('../../images/icons/iso.png') no-repeat;
}
.feature.vescine {
  background: url('../../images/icons/praksa.png') no-repeat;
}
.feature.comenius {
  background: url('../../images/icons/comenius.png') no-repeat;
}
.feature.prilagodljivost {
  background: url('../../images/icons/prilagodljivost.png') no-repeat;
}
.sticker {
  position: absolute;
  max-width: 290px;
  top: 50px;
  right: -120px;
}
.sticker img {
  max-width: 100%;
}
ol.numbers {
  margin-bottom: 20px;
  list-style: none;
  list-style-type: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
ol.numbers li {
  font-size: 17px;
  min-height: 30px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
  color: #6f6f6f;
  counter-increment: step-counter;
  list-style: none;
  list-style-type: none !important;
  padding-left: 50px;
}
ol.numbers li:before {
  content: counter(step-counter);
  color: #de167b;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  left: 0px;
  top: 0px;
}
ul.check {
  margin-bottom: 20px;
  list-style: none;
  list-style-type: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
ul.check li {
  font-size: 17px;
  min-height: 30px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
  color: #6f6f6f;
  list-style: none;
  list-style-type: none !important;
  padding-left: 50px !important;
}
ul.check li:before {
  content: "" !important;
  font-family: FontAwesome;
  color: #de167b;
  font-size: 30px !important;
  font-weight: 800;
  position: absolute;
  left: 0px;
  top: 0px;
}
span.widgetError {
  color: #f00;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #f00;
  display: inline-block;
}
.help-block ul li {
  background: none !important;
  padding-left: 0px !important;
  color: #f00;
  font-size: 15px;
}
.help-block ul li::before {
  display: none !important;
}
.pieContainer {
  margin: 0 auto;
  position: relative;
}
.pieContainer .pieBackground {
  height: 180px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}
.pieContainer h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6b6b6b;
  display: block;
  font-size: 19px;
  height: 180px;
  font-weight: 800;
  line-height: 180px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  position: relative;
  z-index: 10000;
}
.pieContainer p {
  text-align: center;
}
.predmetnikAcc tr {
  position: relative;
}
.predmetnikAcc tr .gray {
  cursor: pointer;
}
.predmetnikAcc tr .gray:nth-child(2) {
  position: relative;
  width: 150px;
}
.predmetnikAcc tr .gray:nth-child(2)::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f067";
  right: 20px;
  top: 50%;
  color: #de167b;
  font-size: 20px;
  margin-top: -10px;
}
.predmetnikAcc tr.selected .gray:nth-child(2)::after {
  content: "\f068";
}
.predmetnikAcc .opis {
  background: #f9f9f9;
  display: none;
}
.predmetnikAcc .opis::after {
  display: none;
}
.predmetnikAcc .opis td {
  font-weight: 300;
  font-style: italic;
}
.bgGrey {
  background: #eaeaea;
  padding: 80px 0;
  margin-bottom: 110px;
}
.bgGreyContent {
  background: #f4f4f4;
  padding: 80px 0;
  margin-bottom: 110px;
}
.bgGreyContent .container-fluid,
.bgGrey .container-fluid {
  position: relative;
}
.bgMedkGrey {
  background: #d7d7d7;
}
.bgDarkGrey {
  background: #6f6f6f;
}
.pink {
  color: #de167b !important;
}
.overlayOrangeEditLink {
  background: none !important;
}
.noBMargin,
.noBottomMargin {
  margin-bottom: 0px !important;
}
.noBottomPadding {
  padding-bottom: 0px !important;
}
.offset15 {
  overflow: hidden;
}
.parallax {
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 100px 0;
  margin-bottom: 110px;
}
video {
  max-width: 100% !important;
}
.table-container {
  overflow-y: auto;
  width: 100%;
}
.fancybox-overlay {
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.fancybox-close {
  background: url("/images/fancybox/fancybox_sprite.png") repeat scroll 0 0 !important;
}
.cookieWrap {
  z-index: 9999999 !important;
}
.map .fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.map .fluid-width-video-wrapper iframe {
  position: relative !important;
  height: 450px !important;
}
.previewFloater {
  display: none !important;
}
.odsotnost {
  background: #de167b;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 10px;
  font-weight: 700;
  top: 0;
  font-size: 13px;
}
.odsotnost a {
  color: #fff;
}
.odsotnost .item.mTop {
  margin-top: 10px;
}
.galleryCarousel .item span {
  overflow: hidden;
  display: block;
}
.galleryCarousel .item img {
  transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}
.galleryCarousel .item:hover img {
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}
.galleryCarousel .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: #de167b;
  opacity: 0.4;
  font-size: 50px;
  display: block;
  z-index: 10;
  cursor: pointer;
  margin-top: -26px;
}
.galleryCarousel .owl-prev .fa {
  position: relative;
}
.galleryCarousel .owl-prev:hover {
  opacity: 1;
}
.galleryCarousel .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  color: #de167b;
  opacity: 0.4;
  font-size: 50px;
  display: block;
  z-index: 10;
  cursor: pointer;
  margin-top: -26px;
}
.galleryCarousel .owl-next .fa {
  position: relative;
}
.galleryCarousel .owl-next:hover {
  opacity: 1;
}
.galleryCarousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.galleryCarousel .owl-dots .owl-dot {
  display: inline-block;
  width: 50px;
  margin: 0 3px;
}
.galleryCarousel .owl-dots .owl-dot span {
  height: 5px;
  width: 50px;
  display: inline-block;
  background: #e4e4e4;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
.galleryCarousel .owl-dots .owl-dot.active span {
  background: #aeaeae;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
#swipebox-bottom-bar {
  bottom: 50% !important;
  ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: none;
  margin-bottom: -10px;
}
#swipebox-bottom-bar #swipebox-arrows {
  max-width: 2000px !important;
}
#content img {
  max-width: 100% !important;
  height: auto !important;
}
.fancybox-nav span {
  visibility: visible !important;
}
.fancybox-opened {
  z-index: 100000000000000000000 !important;
}
.osebnaIzkaznicaMap {
  margin: 0 auto;
}
ul.skills {
  padding: 0;
}
ul.skills li {
  list-style-type: none;
}
a.btn {
  text-decoration: none !important;
}
.nopadding {
  padding: 0 !important;
}
.bottommargin {
  margin-bottom: 50px !important;
}
/* ==================== HEADERS ==================== */
header.canvas {
  color: #444;
}
header.canvas a:hover,
header.canvas a:active,
header.canvas li.active > a,
header.canvas li:hover > a {
  color: #de167b;
  background: none;
}
header.canvas.horizontal {
  position: relative;
  z-index: 10000;
  background: transparent;
  /* logo wrapper */
  /* main navigation */
}
header.canvas.horizontal .topNavigation {
  background: #6f6f6f;
  position: relative;
  height: 35px;
  z-index: 1050;
  overflow: hidden;
}
header.canvas.horizontal .topNavigation .vslogo {
  max-height: 25px;
  padding-top: 5px;
}
header.canvas.horizontal .topNavigation .container-fluid {
  border-bottom: 1px solid;
}
header.canvas.horizontal .topNavigation .container-fluid li {
  float: left;
  position: relative;
  height: 35px;
  line-height: 35px;
  background: none;
}
header.canvas.horizontal .topNavigation .container-fluid li:first-child {
  border-left: none;
}
header.canvas.horizontal .topNavigation .container-fluid li a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: -3px;
  height: 35px;
  color: #fff;
  display: block;
  padding: 0 14px;
  line-height: 35px;
  font-family: "Open Sans";
}
header.canvas.horizontal .topNavigation .container-fluid li a:hover {
  background: #575757;
}
header.canvas.horizontal .topNavigation .container-fluid li.selected a {
  background: #de167b;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop {
  position: absolute;
  border-top: 2px solid #de167b;
  -moz-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  background: #fff;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop li {
  height: 36px;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop li a {
  display: block;
  vertical-align: inherit;
  font-size: 12px;
  border: none;
  font-family: "Open Sans";
  line-height: 36px;
  height: 36px;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop li a i {
  float: right;
  margin-top: 2px;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop li a:hover {
  background: #de167b;
  color: #fff;
}
header.canvas.horizontal .topNavigation .container-fluid li .drop.menu-pos-invert {
  right: 0;
  width: 220px;
  left: -30px;
}
header.canvas.horizontal .topNavigation .container-fluid li:hover > .drop {
  visibility: visible;
}
header.canvas.horizontal .logoWrapper {
  border-bottom: 1px solid #eee;
}
header.canvas.horizontal .logoWrapper .headerMail,
header.canvas.horizontal .logoWrapper .headerPhone {
  float: left;
  margin: 10px 0 10px 30px;
}
header.canvas.horizontal .logoWrapper .headerMail i,
header.canvas.horizontal .logoWrapper .headerPhone i {
  height: 52px;
  line-height: 52px;
  float: left;
  display: block;
  font-size: 30px;
}
header.canvas.horizontal .logoWrapper .headerMail p,
header.canvas.horizontal .logoWrapper .headerPhone p,
header.canvas.horizontal .logoWrapper .headerMail a,
header.canvas.horizontal .logoWrapper .headerPhone a {
  font-size: 14px;
  font-weight: bold;
  margin: 7px 0 0 10px;
  float: left;
  display: block;
  font-family: "Open Sans";
}
header.canvas.horizontal .logoWrapper .headerMail a,
header.canvas.horizontal .logoWrapper .headerPhone a {
  text-decoration: none;
  color: #de167b;
  float: none;
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans";
}
header.canvas.horizontal .logoWrapper .headerMail a:hover,
header.canvas.horizontal .logoWrapper .headerPhone a:hover {
  text-decoration: none;
}
header.canvas.horizontal .mainNavigation {
  height: 90px;
  display: table;
  width: 100%;
  position: relative;
  background: #fff;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
header.canvas.horizontal .mainNavigation .mobileMenuLink {
  display: none;
  float: left;
}
header.canvas.horizontal .mainNavigation .pageTitle {
  float: left;
  height: 90px;
  display: table;
  padding: 0 30px 0 0;
  transition: all 0.15s ease-out;
}
header.canvas.horizontal .mainNavigation .pageTitle a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  transition: all 0.15s ease-out;
  max-width: 100% !important;
}
header.canvas.horizontal .mainNavigation .pageTitle a img {
  width: auto;
  transition: all 0.15s ease-out;
}
header.canvas.horizontal .mainNavigation .pageTitle a h3 {
  display: inline-block;
}
header.canvas.horizontal .mainNavigation nav.navigation {
  float: left;
  margin: 0 0px 0 0;
  padding: 26px 0 0px 0;
  position: relative;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li {
  display: table;
  position: relative;
  transition: all 0.15s ease-out;
  padding-bottom: 20px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans";
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li:last-child a {
  padding-right: 0px !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop {
  position: absolute;
  top: 98%;
  padding: 0;
  border-top: 7px solid #de167b;
  display: block !important;
  visibility: hidden;
  width: 300px;
  background: #fafafa;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li {
  position: relative;
  display: block;
  height: auto;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a {
  display: block;
  position: relative;
  vertical-align: inherit;
  font-size: 15px;
  padding: 0px 20px;
  border: none;
  font-family: "Open Sans";
  color: #444;
  line-height: 20px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a span {
  display: inline-block;
  text-transform: none !important;
  width: 100%;
  padding: 15px 10px 15px 14px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a span::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
  font-size: 16px;
  top: 15px;
  position: absolute;
  left: 0px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a:hover {
  color: #fff;
  background: #de167b;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a:hover span {
  border-color: #de167b !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li a:hover span::before {
  content: "";
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li.active a {
  color: #de167b;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li.active:hover a {
  color: #fff;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li .drop {
  left: 100%;
  top: -2px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li .drop.menu-pos-invert {
  left: -100%;
  right: 100%;
  top: -2px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li:first-child a span {
  border-top: none !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop li:last-child a span {
  border-bottom: none !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop.menu-pos-invert {
  right: 0;
  width: 220px;
  left: -30px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .drop::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #de167b;
  top: -18px;
  content: "";
  left: 60px;
  position: absolute;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop {
  position: absolute;
  left: -200px;
  right: 0px;
  top: 100%;
  padding: 30px 10px;
  border-top: 7px solid #de167b;
  -moz-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  display: block !important;
  visibility: hidden;
  background: #fafafa;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop h4 {
  font-size: 15px;
  text-transform: none !important;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop h4 a {
  text-decoration: none;
  color: #6f6f6f;
  padding: 0px !important;
  text-transform: none !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop h4::after {
  border-top: 3px solid #de167b;
  content: "";
  display: block;
  width: 35px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop ul {
  margin-left: 0px !important;
  display: table;
  width: 100%;
  padding-left: 0px !important;
  margin-bottom: 30px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li {
  position: relative;
  display: block;
  height: auto;
  padding: 0px !important;
  width: 100%;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a {
  display: block;
  position: relative;
  vertical-align: inherit;
  line-height: 20px;
  font-size: 15px;
  padding: 0px 0px;
  border: none;
  font-family: "Open Sans";
  color: #444;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a span {
  display: inline-block;
  text-transform: none !important;
  width: 100%;
  padding: 2px 5px 2px 20px;
  position: relative;
  border: none !important;
  max-width: 100% !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a span::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
  font-size: 16px;
  top: 2px;
  position: absolute;
  left: 5px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a:hover {
  color: #fff;
  background: #de167b;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a:hover span {
  border-color: #de167b !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li a:hover span::before {
  content: "";
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li.active a {
  color: #de167b;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop li.active:hover a {
  color: #fff;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop .contact h4 {
  text-transform: none !important;
  font-size: 15px !important;
  padding-bottom: 0px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop .contact h4::after {
  display: none !important;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop .contact p {
  padding-bottom: 10px;
  font-size: 15px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop .contact .btn:hover {
  color: #fff;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop.threeCol {
  min-width: 800px;
  left: auto;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop.twoCol {
  max-width: 600px;
  left: auto;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li .megaDrop.twoCol.left {
  left: 0px;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li:hover > .drop {
  visibility: visible;
}
header.canvas.horizontal .mainNavigation nav.navigation > ul > li:hover > .megaDrop {
  visibility: visible;
}
header.canvas.horizontal .mainNavigation .rightMenu {
  float: right;
  border-left: 1px solid #eee;
  padding-left: 30px;
  /*display: table; */
  transition: height 0.15s ease-out;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap i.openCloseSearch {
  z-index: 501;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  width: 15px;
  display: table-cell;
  vertical-align: middle;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont {
  float: left;
  height: 90px;
  display: table;
  transition: height 0.15s ease-out;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 500;
  top: 0;
  margin: 0;
  padding: 0;
  display: none;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group {
  position: static;
  width: 100%;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input {
  width: 100%;
  height: 90px;
  font-size: 25px;
  display: block;
  border: none;
  border-radius: 0;
  line-height: 35px;
  font-family: "Open Sans";
  padding: 10px 100px;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input::-webkit-search-cancel-button {
  display: none;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input[type="search"] {
  background: #fff;
  color: #444;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input[type="submit"] {
  display: none;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages {
  margin: 0 0 0 20px;
  padding: 0;
  float: right;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  float: left;
  margin: 0 0 0 7px;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li a {
  text-decoration: none;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li .drop {
  position: absolute;
  top: 100%;
  padding: 0;
  -moz-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  display: block !important;
  visibility: hidden;
  width: 150px;
  background: #fff;
  left: initial;
  right: 0;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li .drop li {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  width: 150px;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li .drop li a {
  display: block;
  vertical-align: inherit;
  font-size: 12px;
  padding: 10px;
  border: none;
  font-family: "Open Sans";
  color: #444;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li .drop li a i {
  float: right;
  margin-top: 2px;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages li:hover > .drop {
  visibility: visible;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages > li {
  height: 100px;
  display: table;
  transition: height 0.15s ease-out;
}
header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .languages > li > a {
  display: table-cell;
  vertical-align: middle;
}
header.canvas.horizontal.wide .container-fluid {
  max-width: 100%;
}
header.canvas.horizontal.boxed .mainNavigation {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.canvas.horizontal.boxed .mainNavigation .container-fluid {
  max-width: 1210px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.canvas.horizontal.wideBoxed .container-fluid {
  max-width: 1210px;
  border: none;
}
body.isSticky header.canvas.horizontal.sticky,
body.isSticky header.canvas.horizontal.stickySmaller {
  transition: height 0.15s ease-out;
}
body.isSticky header.canvas.horizontal.sticky .mainNavigation,
body.isSticky header.canvas.horizontal.stickySmaller .mainNavigation {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  background: #f7f7f7;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller {
  height: 70px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .mainNavigation,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .mainNavigation {
  height: 70px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .mainNavigation nav.navigation,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .mainNavigation nav.navigation {
  padding: 15px 0 0 0!important;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .mainNavigation nav.navigation > ul > li,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .mainNavigation nav.navigation > ul > li {
  height: 20px !important;
  padding-bottom: 15px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .mainNavigation .searchFormCont,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .mainNavigation .searchFormCont,
body.isSticky header.canvas.horizontal.sticky.stickySmaller .mainNavigation .languages > li,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .mainNavigation .languages > li {
  height: 70px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .container-fluid .pageTitle,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .container-fluid .pageTitle {
  height: 70px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .container-fluid .pageTitle a img,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .container-fluid .pageTitle a img {
  width: 70%;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .container-fluid nav.navigation > ul > li,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .container-fluid nav.navigation > ul > li {
  height: 70px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .container-fluid .rightMenu,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .container-fluid .rightMenu {
  height: 60px;
}
body.isSticky header.canvas.horizontal.sticky.stickySmaller .container-fluid .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input,
body.isSticky header.canvas.horizontal.stickySmaller.stickySmaller .container-fluid .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input {
  height: 70px;
}
header.canvas body.isSticky header.canvas .mainNavigation {
  transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
}
header.canvas.vertical {
  z-index: 1000;
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
header.canvas.vertical ~ section#content,
header.canvas.vertical ~ footer {
  margin-left: 280px;
  transition: left 0.3s ease-out;
  position: relative;
}
header.canvas.vertical .mobileMenuLink,
header.canvas.vertical .closeMenu {
  display: none;
}
header.canvas.vertical.cover,
header.canvas.vertical.push,
header.canvas.vertical.verticalMobile {
  margin-left: -280px;
  transition: margin 0.3s ease-out;
}
header.canvas.vertical.cover ~ section#content,
header.canvas.vertical.push ~ section#content,
header.canvas.vertical.verticalMobile ~ section#content,
header.canvas.vertical.cover ~ footer,
header.canvas.vertical.push ~ footer,
header.canvas.vertical.verticalMobile ~ footer {
  margin-left: 0;
  left: 0;
}
header.canvas.vertical.cover .closeMenu,
header.canvas.vertical.push .closeMenu,
header.canvas.vertical.verticalMobile .closeMenu {
  display: inline-block;
}
header.canvas.vertical.right {
  left: auto;
  right: 0;
  -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
}
header.canvas.vertical.right ~ section#content,
header.canvas.vertical.right ~ footer {
  margin-left: 0;
  margin-right: 280px;
  transition: right 0.3s ease-out;
}
header.canvas.vertical.right.cover,
header.canvas.vertical.right.push {
  margin-right: -280px;
  margin-left: 0;
}
header.canvas.vertical.right.cover ~ section#content,
header.canvas.vertical.right.push ~ section#content,
header.canvas.vertical.right.cover ~ footer,
header.canvas.vertical.right.push ~ footer {
  margin-right: 0;
  right: 0;
  left: auto;
}
header.canvas.vertical .pageTitle {
  height: 100px;
  display: table;
  width: 100%;
  padding: 10px 20px;
  border-bottom: none;
  float: none;
}
header.canvas.vertical .pageTitle a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
header.canvas.vertical .pageTitle a img {
  transition: width 0.15s ease-out;
  width: auto;
}
header.canvas.vertical #mp-pusher {
  visibility: visible;
}
header.canvas.vertical #mp-pusher .multilevelpushmenu_wrapper {
  position: relative;
}
header.canvas.vertical #mp-pusher .multilevelpushmenu_wrapper .levelHolderClass {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
header.canvas.vertical #mp-pusher .multilevelpushmenu_wrapper .levelHolderClass ul li {
  border-color: #eee;
}
header.canvas.vertical #mp-pusher .multilevelpushmenu_wrapper .levelHolderClass ul li a {
  font-family: "Open Sans";
  color: #444;
}
header.canvas.vertical .searchForm {
  float: none;
  padding: 10px 10px 20px;
  display: block;
}
header.canvas.vertical .searchForm .form-group {
  display: block;
}
header.canvas.vertical .searchForm .form-group input {
  width: 100%;
  display: block;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
header.canvas.vertical .searchForm .form-group input::-webkit-search-cancel-button {
  display: none;
}
header.canvas.vertical .searchForm .form-group input[type="submit"] {
  margin-bottom: 0;
}
header.canvas.vertical .languages {
  margin: 0;
  padding: 0 10px 10px;
  display: table;
  width: 100%;
}
header.canvas.vertical .languages li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  float: left;
  margin: 0 0 0 7px;
}
header.canvas.vertical .languages li a {
  text-decoration: none;
  color: #444;
}
header.canvas.vertical .languages li a:hover,
header.canvas.vertical .languages li a:active {
  color: #de167b;
}
body.isSticky.transparent header.canvas.horizontal.stickySmaller .mainNavigation {
  background: rgba(247, 247, 247, 0.9) !important;
}
nav.breadcrumbs {
  position: relative;
  width: auto;
  max-width: 1900px;
  margin: 15px auto 50px auto;
  padding-left: 30px;
  background-color: transparent;
  list-style: none;
  display: block;
}
nav.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
nav.breadcrumbs ul li {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  font-size: 12px;
  color: #555;
  font-weight: 700;
}
nav.breadcrumbs ul li a {
  color: #6f6f6f;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 12px;
  text-decoration: underline;
  font-weight: 500;
}
nav.breadcrumbs ul li a:hover {
  color: #de167b;
  text-decoration: none;
}
nav.breadcrumbs ul li:after {
  content: "";
  padding: 0 5px;
  color: #de167b;
  font-family: FontAwesome;
}
nav.breadcrumbs ul li.last:after {
  content: '';
  padding: 0;
}
nav.breadcrumbs ul li::before {
  display: none !important;
}
/* ==================== FORMS ==================== */
form.canvas-form .col_full,
form.canvas-form .col_half,
form.canvas-form .col_one_third,
form.canvas-form .col_two_third,
form.canvas-form .col_three_fourth,
form.canvas-form .col_one_fourth,
form.canvas-form .col_one_fifth,
form.canvas-form .col_two_fifth,
form.canvas-form .col_three_fifth,
form.canvas-form .col_four_fifth,
form.canvas-form .col_one_sixth,
form.canvas-form .col_five_sixth {
  margin-bottom: 25px;
}
form.canvas-form .form-group label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700 !important;
  font-family: "Open Sans";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
form.canvas-form .form-group label.label-muted {
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}
form.canvas-form .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #DDD;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
form.canvas-form .form-control:focus {
  border-color: #AAA;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.canvas-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form.canvas-form .form-control:-ms-input-placeholder {
  color: #999;
}
form.canvas-form .form-control::-webkit-input-placeholder {
  color: #999;
}
form.canvas-form .form-control[disabled],
form.canvas-form .form-control[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
form.canvas-form .form-control:active,
form.canvas-form .form-control:focus {
  border-color: #999;
  box-shadow: none;
}
form.canvas-form .btn-file,
form.canvas-form span.add-on {
  border: 2px solid #DDD;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  border-left: none;
}
form.canvas-form .btn-file {
  padding-top: 7px;
}
/* ==================== ANIMATIONS ==================== */
/*.bounce {
  background-color: red;
  -webkit-animation-name: example; */
/* Safari 4.0 - 8.0 */
/*
  -webkit-animation-duration: 4s; */
/* Safari 4.0 - 8.0 */
/*
  animation-name: bounce;
  animation-duration: 4s;
}

*/
/* Safari 4.0 - 8.0 */
/*
@-webkit-keyframes bounce {
  from {background-color: red;}
  to {background-color: yellow;}
}

*/
/* Standard syntax */
/*
@keyframes bounce {
  from {background-color: red;}
  to {background-color: yellow;}
}*/
/*.bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #DDD;
  .border-radius(100%);
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*/
/*.bounce {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.bounce {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}*/
/*

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}*/
/* ==================== CONTACT PAGES ==================== */
#map-contact {
  height: 450px;
}
#content.canvas-content-1 #map-contact {
  margin-bottom: 80px;
}
#content.canvas-content-2 {
  padding: 0 0 100px;
  position: relative;
}
#content.canvas-content-2 .canvas-title {
  position: relative;
  z-index: 1;
}
#content.canvas-content-2 #map-contact {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#content.canvas-content-2 #map-contact ~ .container-fluid > .row {
  top: 0;
  left: 0;
}
#content.canvas-content-2 #map-contact ~ .container-fluid > .row > div {
  padding: 20px 40px;
  background: #fff;
  margin-top: 100px;
}
/* ==================== FOOTERS ==================== */
footer.canvas {
  padding: 0;
  background: none;
}
footer.canvas p,
footer.canvas a,
footer.canvas li,
footer.canvas h3,
footer.canvas h4,
footer.canvas h5,
footer.canvas h6 {
  color: #555;
  font-size: 14px;
  font-family: "Open Sans";
}
footer.canvas a:hover {
  text-decoration: none;
  color: #777;
}
footer.canvas div.social {
  float: left;
  text-align: left;
  margin-left: 50px;
  width: 100%;
}
footer.canvas div.social a {
  margin: 0 0 5px 25px;
  width: 34px;
  height: 34px;
  font-size: 30px;
  line-height: 34px !important;
  color: #e4e4e4;
  text-shadow: none;
  border: none;
  overflow: hidden;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  float: right;
  border-radius: 3px;
}
footer.canvas div.social a i {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer.canvas div.social a i:last-child {
  color: #FFF !important;
}
footer.canvas div.social a:hover {
  color: #555;
  border-color: transparent;
  text-decoration: none;
}
footer.canvas div.social a:hover i:first-child {
  margin-top: -33px;
}
footer.canvas div.social .facebook:hover {
  background-color: #3B5998 !important;
}
footer.canvas div.social .twitter:hover {
  background-color: #00ACEE !important;
}
footer.canvas div.social .googleplus:hover {
  background-color: #DD4B39 !important;
}
footer.canvas div.social .pinterest:hover {
  background-color: #C8232C !important;
}
footer.canvas div.social .vimeo:hover {
  background-color: #86C9EF !important;
}
footer.canvas div.social .linkedin:hover {
  background-color: #0E76A8 !important;
}
footer.canvas div.topFooter {
  background: #d7d7d7;
  padding: 55px 0 30px 0;
}
footer.canvas div.topFooter p,
footer.canvas div.topFooter a,
footer.canvas div.topFooter li,
footer.canvas div.topFooter h3,
footer.canvas div.topFooter h4,
footer.canvas div.topFooter h5,
footer.canvas div.topFooter h6 {
  color: #333333;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 300;
}
footer.canvas div.topFooter a {
  text-decoration: underline;
}
footer.canvas div.topFooter a:hover {
  text-decoration: none;
  color: #333333 !important;
}
footer.canvas div.topFooter h4 {
  text-transform: uppercase;
  color: #4e4e50;
  font-size: 19px;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 900;
  margin-top: 0px;
}
footer.canvas div.topFooter a:hover {
  text-decoration: none;
  color: #bbb;
}
footer.canvas div.topFooter div.social {
  float: left;
}
footer.canvas div.topFooter div.social a {
  border: 1px solid #ddd;
  border-radius: 50%;
}
footer.canvas div.topFooter div.social a:hover i:first-child {
  margin-top: -32px;
}
footer.canvas div.topFooter table {
  width: 100% !important;
}
footer.canvas div.topFooter table tr {
  border: none !important;
}
footer.canvas div.topFooter table tr td {
  color: #333333;
  border: none !important;
  font-size: 15px;
  font-family: "Open Sans";
  text-align: left;
  padding: 2px 0;
  font-weight: 300;
  width: auto !important;
}
footer.canvas div.topFooter table tr td:nth-child(2) {
  text-align: right;
}
footer.canvas div.topFooter .qualityLogos {
  position: relative;
  top: -30px;
}
footer.canvas div.topFooter .qualityLogos img {
  margin-right: 40px;
}
footer.canvas div.topFooter .col-sm-3 {
  width: 28% !important;
}
footer.canvas div.topFooter .col-sm-6 {
  width: 44% !important;
}
footer.canvas div.topFooter .col-sm-6 img {
  margin-right: 20px;
  max-width: 120px;
}
footer.canvas div.topFooter .bLeft {
  border-left: 1px solid #c2c2c2;
}
footer.canvas div.topFooter .bRight {
  border-right: 1px solid #c2c2c2;
}
footer.canvas .bottomFooter {
  padding: 30px 0 10px;
  background: #434244;
  overflow: hidden;
}
footer.canvas .bottomFooter .container-fluid {
  position: relative;
}
footer.canvas .bottomFooter p {
  font-size: 14px;
  color: #e4e4e4;
}
footer.canvas .bottomFooter a {
  font-size: 14px;
  color: #e4e4e4;
}
footer.canvas .bottomFooter a:hover {
  text-decoration: underline;
}
footer.canvas .bottomFooter .scrollTop {
  display: none;
  float: right;
  background: #5e5c5f;
  padding: 10px 15px 10px 15px;
  position: fixed;
  bottom: 0px;
  right: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
footer.canvas .bottomFooter .scrollTop .fa {
  font-size: 25px;
  color: #d7d7d7;
}
footer.canvas .bottomFooter .scrollTop:hover {
  background: #666;
}
footer.canvas .bx-wrapper .bx-viewport {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: transparent;
  left: 0;
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li {
  width: 100%;
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li p {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.7;
  margin: 0;
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li p:before {
  content: '"';
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li p:after {
  content: '"';
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li .author p {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 13px;
  font-family: "Open Sans";
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li .author p:before {
  content: '\2013';
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li .author p:after {
  content: '';
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li .author p.info {
  color: #999;
  font-size: 12px;
  text-transform: none;
  padding: 0 0 0 10px;
  margin: 0;
}
footer.canvas .bx-wrapper .bx-viewport .testimonials li .author p.info:before {
  content: '';
}
footer.canvas .bx-wrapper .bx-controls {
  float: right;
  display: block;
  margin-right: 25px;
}
footer.canvas .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  margin: 0 2px;
  width: 6px;
  height: 6px;
  float: left;
  display: block;
}
footer.canvas .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  opacity: 0.5;
  background-color: #de167b;
  width: 6px !important;
  height: 6px !important;
  border: none;
  text-indent: -9999px;
  border-radius: 50%;
  display: block;
}
footer.canvas .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
  opacity: 0.75;
}
footer.canvas .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  opacity: 1;
}
footer.canvas form {
  margin-bottom: 45px;
}
footer.canvas form label {
  display: none;
}
footer.canvas form input,
footer.canvas form textarea {
  color: #6f6f6f;
  background: #fff;
  border-color: #c5c5c5;
  font-size: 15px;
  width: 100% !important;
}
footer.canvas form textarea {
  margin-bottom: 0;
  min-height: 90px;
}
footer.canvas form button[type="submit"],
footer.canvas form input[type="submit"] {
  color: #fff;
  background: #de167b;
  padding: 6px 12px 6px 12px;
  width: 100% !important;
  font-size: 16px;
  font-weight: 900;
}
footer.canvas form .help-block ul {
  padding: 0;
}
footer.canvas form .help-block ul li {
  list-style-type: none;
}
footer.canvas form .help-block ul li span {
  display: none;
}
footer.canvas form .col-sm-8,
footer.canvas form .col-sm-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
footer.canvas form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
footer.canvas ul.verticalLinks {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
footer.canvas ul.verticalLinks li {
  list-style-type: none;
  margin: 0;
  padding: 4px;
}
footer.canvas ul.verticalLinks li a {
  padding: 0 0 0 5px;
}
footer.canvas .news {
  border-bottom: 1px dashed #888;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer.canvas .news:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer.canvas .news h5 {
  color: #ddd;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
footer.canvas .news p.date {
  color: #888;
  font-size: 13px;
  margin: 0;
}
footer.canvas a.url {
  margin-bottom: 15px;
  height: 40px;
  display: block;
}
footer.canvas a.url img {
  display: block;
  height: 40px;
}
/* responsive */
@media only screen and (max-width: 1700px) {
  .mainSlider .videoBanner .bannerText h2 {
    padding-top: 80px;
    font-size: 41px;
    line-height: 50px;
  }
  .mainSlider .videoBanner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1600px) {
  .mainSlider .videoBanner .bannerText h2 {
    padding-top: 50px;
    font-size: 41px;
    line-height: 50px;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li > a {
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li > a span {
    max-width: 140px;
  }
  header.canvas.header .mainNavigation .pageTitle {
    max-width: 300px;
  }
  header.canvas.header .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .mainSlider .videoBanner video {
    height: 100% !important;
    width: auto;
    max-width: 5000px !important;
    left: -400px;
    position: relative;
  }
  header.header .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  header.header .mainNavigation ul li .drop {
    width: 250px !important;
  }
  header.header .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input {
    padding: 10px 20px!important;
  }
  .sticker {
    position: absolute;
    max-width: 150px;
    top: -30px;
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .galleryCarousel .owl-nav {
    display: none;
  }
  .galleryCarousel .owl-dots {
    display: block;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li > a {
    font-size: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li > a span {
    max-width: 100px;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .drop {
    width: 200px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .drop li a {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .drop li a span {
    font-size: 12px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .megaDrop {
    left: -350px;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .megaDrop ul li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
    line-height: 17px !important;
  }
  header.canvas.header .mainNavigation nav.navigation > ul > li .megaDrop ul li a span {
    font-size: 12px !important;
  }
  nav.breadcrumbs {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .courses .course {
    padding: 30px 160px 30px 115px;
  }
  .courses .course .proc {
    font-size: 50px;
  }
  .courses .course .title h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .courses .course .title span {
    font-size: 12px;
  }
  .courses .course .price {
    font-size: 26px;
  }
  .courses .course .priceNew {
    font-size: 26px;
  }
  .courses .course .btn {
    right: 25px;
  }
  .ctaPopUp .container-fluid,
  .ctaBox .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  #content .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  #content .pageBanner .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .container-fluid,
  .counters .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pageBanner {
    background-position: right top!important;
  }
  .mainSlider .bannerText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 992px) {
  #mp-pusher {
    display: block !important;
  }
  .sticker {
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  header.canvas.header .mobileMenuLink {
    display: block !important;
  }
  header.canvas.header .navigation {
    display: none !important;
  }
  header.canvas.header .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  header.canvas.header .topNavigation {
    border-bottom: 1px solid #555;
  }
  header.canvas.header .topNavigation .col-sm-6 {
    width: 50% !important;
    float: left !important;
  }
  header.canvas.header .portals {
    display: none;
  }
  header.canvas.header .mobilePortals {
    display: block;
  }
  header.canvas.header .mainNavigation {
    height: 80px !important;
  }
  header.canvas.header .mainNavigation .pageTitle {
    height: 80px !important;
  }
  header.canvas.header .mainNavigation .pageTitle img {
    max-width: 200px;
  }
  header.canvas.header .mainNavigation .pull-right {
    height: 80px !important;
  }
  body.isSticky .header.header .mainNavigation {
    height: 50px !important;
  }
  body.isSticky .header.header .mainNavigation .pageTitle {
    height: 50px !important;
  }
  body.isSticky .header.header .mainNavigation .pageTitle img {
    max-width: 200px;
  }
  body.isSticky .header.header .mainNavigation .pull-right {
    height: 50px !important;
  }
  footer.canvas div.topFooter .col-sm-3 {
    width: 100% !important;
    border: none !important;
    margin-bottom: 40px;
  }
  footer.canvas div.topFooter .col-sm-6 {
    width: 100% !important;
    border: none !important;
  }
  footer.canvas div.topFooter .col-sm-6 img {
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 100px;
  }
  footer.canvas div.topFooter .qualityLogos {
    position: relative;
    top: 0px;
    margin-top: 20px;
  }
  footer.canvas div.topFooter .qualityLogos img {
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 100px;
  }
  footer.canvas .bottomFooter {
    padding-bottom: 50px;
  }
  footer.canvas .bottomFooter .scrollTop {
    bottom: 40px;
    position: relative;
    border-radius: 5px;
    padding: 10px 16px;
  }
  footer.canvas .bottomFooter .social {
    margin-left: 0px !important;
  }
  footer.canvas .bottomFooter .social a {
    margin: 0 20px 5px 0px;
    font-size: 20px;
    float: left;
  }
  .mainSlider {
    background-size: cover !important;
    margin-bottom: 40px;
  }
  .mainSlider .text {
    position: relative;
    z-index: 10;
  }
  .mainSlider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .mainSlider li video {
    display: none !important;
  }
  .mainSlider .bannerText {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    padding-top: 350px;
    padding-bottom: 100px;
    position: relative;
    text-align: left !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .mainSlider .bannerText h2 {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
  }
  .mainSlider .bannerText h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 25px;
  }
  .mainSlider .bannerText h3::after {
    display: none;
  }
  .mainSlider .bannerText p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
  .mainSlider .bannerText p strong {
    font-weight: 900;
  }
  .mainSlider .bannerText .btn {
    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px!important;
    margin-top: 10px;
  }
  .mainSlider .bannerText::before {
    border-bottom: 20px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 70px;
  }
  .mainSlider .bannerText::after {
    border-bottom: 35px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -70px;
  }
  .mainSlider .videoBanner {
    max-height: 700px;
    overflow: hidden;
  }
  .mainSlider .videoBanner .videoText {
    position: relative;
    z-index: 10;
  }
  .mainSlider .videoBanner .container-fluid {
    height: 100% !important;
  }
  .mainSlider .videoBanner .container-fluid::before {
    border-bottom: 20px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 70px;
  }
  .mainSlider .videoBanner .container-fluid::after {
    border-bottom: 35px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -70px;
  }
  .mainSlider .videoBanner .bannerText {
    width: 100% !important;
    max-width: 100% !important;
    float: right;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    right: 0px;
    top: 0%;
    -ms-transform: translate(0%, 0%);
    text-align: right;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .mainSlider .videoBanner .bannerText::before,
  .mainSlider .videoBanner .bannerText::after {
    display: block !important;
  }
  .mainSlider .videoBanner .bannerText h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    padding-top: 0px;
  }
  .mainBanner {
    background-size: cover !important;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .mainBanner .text {
    position: relative;
    z-index: 10;
  }
  .mainBanner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .mainBanner video {
    display: none !important;
  }
  .mainBanner .bannerText {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    text-align: left !important;
  }
  .mainBanner .bannerText h2 {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 25px;
  }
  .mainBanner .bannerText p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
  .mainBanner .bannerText p strong {
    font-weight: 900;
  }
  .mainBanner .bannerText .btn {
    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px!important;
    margin-top: 10px;
  }
  .mainBanner .bannerText::before {
    border-bottom: 20px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 70px;
  }
  .mainBanner .bannerText::after {
    border-bottom: 35px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -70px;
  }
  .mainBanner .videoBanner .videoText {
    position: relative;
    z-index: 10000;
  }
  .mainBanner .videoBanner .bannerText {
    position: relative;
    right: 0px;
    top: 0%;
    -ms-transform: translate(0%, 0%);
    text-align: right;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 100px 0 50px 0;
  }
  .mainBanner .videoBanner .bannerText::before,
  .mainBanner .videoBanner .bannerText::after {
    display: none !important;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 30px;
  }
  .pageBanner {
    background-size: cover !important;
    position: relative;
    background-position: top left!important;
  }
  .pageBanner .container-fluid::before {
    border-bottom: 20px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 70px;
  }
  .pageBanner .container-fluid::after {
    border-bottom: 35px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -70px;
  }
  .pageBanner .text {
    position: relative;
    z-index: 10;
  }
  .pageBanner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .pageBanner .bannerText {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    text-align: left !important;
  }
  .pageBanner .bannerText h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
  }
  .pageBanner .bannerText p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
  .pageBanner .bannerText p strong {
    font-weight: 900;
  }
  .pageBanner .bannerText .btn {
    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px!important;
    margin-top: 10px;
  }
  .stickySidebar {
    position: fixed !important;
    top: auto !important;
    bottom: 0px;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 5px;
  }
  .stickySidebar span,
  .stickySidebar svg {
    height: 22px !important;
    line-height: 22px !important;
    width: 22px !important;
  }
  .stickySidebar img {
    display: none !important;
  }
  .ctaPopUp .container-fluid,
  .ctaBox .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container-fluid,
  .counters .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h1.pageTitle {
    margin: 0px 0 20px;
  }
  h2 {
    font-size: 27px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  h2::after {
    margin-left: 0px;
    left: 0px !important;
  }
  h3 {
    font-size: 25px;
    line-height: 28px;
  }
  h3.titleLeft {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .portal #content > .container-fluid > .row > .col-lg-12 p {
    text-align: left;
  }
  .relatedPages .col-lg-15 {
    width: 50% !important;
    margin-bottom: 20px;
    float: left;
  }
  .relatedPages .col-sm-4 {
    width: 50% !important;
    margin-bottom: 20px;
    float: left;
  }
  .qBox div {
    padding: 25px 20px;
  }
  .qBox.left {
    margin-left: 0%;
    width: 50%;
  }
  .qBox.right {
    margin-left: 0%;
    width: 50%;
  }
  table thead th {
    padding: 15px 10px;
    font-size: 15px;
  }
  table tr {
    border-bottom: 1px solid #bbbbbb;
  }
  table tr td {
    padding: 15px 10px;
    font-size: 15px;
  }
  .timeTable {
    padding: 5px 15px 15px 15px;
  }
  .timeTable table {
    min-width: 600px;
  }
  .timeTable table tr td {
    padding: 0 10px;
  }
  .timeTable table tr td.notice .fa {
    font-size: 20px;
  }
  .timeTable table tr td.pricing {
    position: relative;
    padding-left: 50px;
    min-width: 170px;
    text-align: left;
  }
  .timeTable table tr td.pricing .proc {
    font-size: 20px;
    margin-right: 0px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
  }
  .timeTable table tr td.pricing .price {
    font-size: 20px;
    color: #4e4e50;
    display: block;
    width: 100%;
  }
  .timeTable table tr td.pricing .price.old {
    font-size: 15px;
    font-weight: 300;
    margin-right: 15px;
  }
  .timeTable table tr td.pricing .priceNew {
    font-size: 22px;
    display: block;
    width: 100%;
  }
  .timeTable .detailInfo {
    margin-top: 40px;
    padding-right: 0px;
  }
  .timeTable .detailInfo small {
    margin-top: 25px;
  }
  .timeTable .detailInfo .text {
    font-size: 14px !important;
  }
  .timeTable .detailInfo .btn {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    right: 0px;
    top: 0px;
    margin-top: 10px;
    line-height: 25px;
  }
  #content > .container-fluid > .row {
    padding-bottom: 50px;
  }
  .bgGrey {
    padding: 50px 0;
    margin-bottom: 70px;
  }
  .bgGreyContent {
    padding: 50px 0;
    margin-bottom: 70px;
  }
  .parallax {
    padding: 50px 0;
    margin-bottom: 70px;
  }
  .ctaPopUp .col-lg-12,
  .ctaBox .col-lg-12 {
    padding: 40px 20px;
    text-align: center;
  }
  .ctaPopUp p,
  .ctaBox p {
    max-width: 600px;
    margin: 0 auto;
    color: #434244;
    font-size: 16px;
  }
  .ctaPopUp h2,
  .ctaBox h2,
  .ctaPopUp h3,
  .ctaBox h3 {
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
  .ctaPopUp .btn,
  .ctaBox .btn {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .miniBanner {
    margin: 15px 0;
  }
  .miniBanner .text {
    padding: 15px 10px 15px 15px;
  }
  .counters {
    padding: 40px 0;
  }
  .counters .counter {
    margin-top: 20px;
  }
  .counters .counter h3 {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    line-height: 36px;
  }
  .counters .counter.percent h3::after {
    font-size: 36px;
  }
  .testimonial {
    padding: 0px !important;
  }
  .testimonial .testi-content .testimonialContent {
    padding-left: 0px;
    padding-top: 60px;
    background: url('../../images/icons/quote.png') no-repeat center top;
    background-size: 50px;
    font-size: 15px !important;
    line-height: 20px;
  }
  header.canvas.horizontal .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input {
    height: 80px;
  }
  .formContainer {
    padding: 10px 10px;
    margin-top: 50px;
  }
  .formContainer h1 {
    font-size: 3.1em;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .formContainer h4 {
    font-size: 16px;
    margin: 0 auto 25px auto;
  }
  .formContainer form {
    margin-top: 20px;
  }
  #content.form {
    padding: 150px 0 60px;
  }
  ul.check li {
    margin-bottom: 5px;
    padding-left: 40px !important;
  }
  ul.check li:before {
    font-size: 25px !important;
  }
  ol.numbers li {
    margin-bottom: 5px;
    padding-left: 30px !important;
  }
  ol.numbers li:before {
    font-size: 25px;
  }
  .footerCta {
    z-index: 1000000;
  }
  .footerCta .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
  }
  .footerCta .ctaContent {
    padding: 8px 10px 7px 10px;
  }
  .footerCta .ctaContent .btn {
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 22px;
  }
  .footerCta .ctaContent h1,
  .footerCta .ctaContent h2,
  .footerCta .ctaContent h3 {
    padding-bottom: 0px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .footerCta .ctaContent p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 15px;
    font-weight: 300;
  }
  .footerCta .ctaContent h1,
  .footerCta .ctaContent h2,
  .footerCta .ctaContent h3,
  .footerCta .ctaContent p {
    color: #434244;
  }
  .footerCta .header {
    padding: 7px 0;
  }
  .footerCta .header h3 {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 20px;
  }
  .footerCta .header .closePopUp {
    font-size: 16px;
    margin-top: -10px;
  }
  .footerCta .header .closePopUp img {
    max-width: 20px;
  }
  .footerCta form {
    margin-top: 5px;
  }
  #content > .container-fluid > .row > .col-sm-6 {
    margin-top: 30px;
  }
  #content > .container-fluid > .row > .col-sm-6 p {
    font-size: 15px;
    line-height: 20px;
  }
  ol.numbers li {
    font-size: 15px;
    line-height: 22px;
  }
  ul.check li {
    font-size: 15px;
    line-height: 20px;
  }
  .counters .col-lg-15.counter {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #game iframe {
    width: 370px !important;
    height: 277px !important;
  }
  .newsList .news {
    margin-bottom: 30px;
  }
  .spec {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .spec h3 {
    padding-top: 200px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .courses .course {
    padding: 30px 30px 30px 125px;
  }
  .courses .course .proc {
    font-size: 47px;
  }
  .courses .course .title {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: auto;
    vertical-align: top;
  }
  .courses .course .title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 700;
    color: #4e4e50;
    display: block;
    margin-bottom: 5px;
  }
  .courses .course .price {
    width: 100%;
    padding-right: 0%;
    font-size: 30px;
    font-weight: 700;
    height: auto;
    vertical-align: top;
  }
  .courses .course .priceNew {
    width: 100%;
    padding-left: 0%;
    font-size: 30px;
    font-weight: 700;
    height: auto;
    vertical-align: top;
  }
  .courses .course .btn {
    position: relative;
    top: 0%;
    margin-top: 20px;
    right: auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .topNavigation .col-sm-6 {
    width: 50% !important;
    float: left !important;
  }
  header.header .mainNavigation .rightMenu .rightMenuWrap .searchFormCont .searchForm .form-group input {
    font-size: 18px !important;
  }
  .qBox.left {
    width: 100%;
  }
  .qBox.right {
    width: 100%;
  }
  footer form button[type="submit"] {
    padding: 12px 12px 10px!important;
    margin-top: 5px;
  }
  .testiAll .item .testi-content {
    margin-right: 0px;
  }
  .testiAll .item .testi-logo {
    display: block;
    float: left;
    max-width: 100px;
  }
  .mainSlider .videoBanner .bannerText h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .mainSlider ul li {
    background-size: cover !important;
  }
  .bBox .table-container {
    padding: 20px;
  }
  table {
    width: auto !important;
  }
  table.noBorderTable {
    width: auto !important;
  }
  table.noBorderTable tr td:first-child {
    padding-right: 20px;
    width: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .mainSlider .bannerText {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer {
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  #content .galleryCarousel ul li img {
    max-width: 300px !important;
  }
  .relatedPages .col-lg-15 {
    width: 100% !important;
  }
  .relatedPages .col-sm-4 {
    width: 100% !important;
  }
}
/*@media only screen and (max-width : @resMax) {
	.responsive {
		*/
/* navigation */
/*
		& .navigation {
			margin-left : 20px; padding-top : 17px; 
			& > ul > li > a > span {
				font-weight : normal; font-size : 1.4em; 
			}
		}
		*/
/* search form */
/*
		& .searchForm fieldset {
			padding-top : 12px; 
			& p.textType { 
				min-width : 200px; 
				& input.submitType { font-size : 1em; }
			}		
		}	
		*/
/* page title */
/*
		& .pageTitle a { max-width : 100px; }
	}
}*/
/*@media only screen and (max-width : @lay1) {
	.responsive {
		*/
/* layout */
/*
		*/
/*& .sidebar, & .sidebar1 { width : 23em; min-width : 23em; }*/
/*
		& .twoColRight { 
			margin-right : 24em; 
			& .sidebar { right : -1em; }
		}
		*/
/* header */
/*
		& .pageTitle { float : none; }
		*/
/* mobileMenu */
/*
		& .mobileMenu { 
			position : relative; display : none; margin-left : -10px; margin-right : -10px; background : #21201E; 
			& .navigation {
				float : none; margin : 0; padding : 0;
				& a {
					color : #ffffff !important; background : none !important;
					&:hover {
						text-decoration : underline !important; background : none !important;
					}
				} 
				& > ul {
					padding : 15px 0 10px 0; border-bottom : 1px solid #EDECEA;
					& > li {
						float : none; 
						& > a { color : #ffffff; padding : 0 0 5px 0; }
						&:hover .drop { display : none; }
						&.selected .drop { display : block; }
						&.selected > a > span { color : #F9911F; }
					}	
				}	
				& .drop {
					position : relative; bottom : auto; padding : 0; min-width : 100%;
					& .dropWrap {
						position : relative; top : auto; background : none;
						& ul {
							padding : 0; margin : 0 0 5px 0;
							& li a {
								&:hover {
									background : none; text-decoration : underline;
								}
								& span {
									padding : 0 0 3px 20px;
									& i { display : inline-block; padding-right : 5px; color : #F9911F; }
								}		
							}
						}
					}
				}
			}
			& .secondaryNav {
				position : relative; left : auto; top : auto; width : auto;
				*/
/*& .rp960 {*/
/*
					& ul {
						position : relative;  right : auto; top : auto;
						& li {
							& a {
								& span {
									padding : 0 10px 0 0;	
								}
								&:hover {
									text-decoration : underline; background : none; 
								}
							}
							& .drop {
								display : none !important;
							}
						}
					}	
				*/
/*}*/
/*
			}
			& .searchForm {
				float : none; background : #EDECEA;
				& fieldset {
					padding : 10px; border-top : 1px solid #EDECEA;
					& 	p.textType {
						min-width : 100%;	
						& input.submitType {
							width : auto !important;
						}
					}
				}
			}
		}
		& .mobileMenuLink { display : block; }
	}
}*/
@media print {
  header,
  footer,
  .breadcrumbs {
    display: none;
  }
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.not-animated { opacity: 0; }

.animated {
	opacity: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
						transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
						transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
						transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
						transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
						transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
						transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
						transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
						transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
	100% {
		-webkit-transform: none;
						transform: none
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
						transform: none
	}

	22.2% {

		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
						transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
						transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
						transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
						transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
						transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
						transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
						transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
	100% {
		-webkit-transform: none;
						transform: none
	}
}



.jello{
		-webkit-animation-name:jello;
						animation-name:jello;
		-webkit-transform-origin: center;

						transform-origin: center
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.video-js .vjs-big-play-button:before,.video-js .vjs-control:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before{text-align:center}@font-face{font-family:VideoJS;src:url(../../css/font/VideoJS.eot?#iefix) format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-big-play-button,.video-js .vjs-play-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles,.video-js .vjs-subtitles-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button:before{content:"\f10c"}.vjs-icon-captions,.video-js .vjs-captions-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js .vjs-captions-button:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button:before{content:"\f115"}.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button:before{content:"\f11d"}.vjs-icon-audio,.video-js .vjs-audio-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *,.video-js :before,.video-js :after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.video-js button{background:0 0;border:0;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;font-family:Arial,Helvetica,sans-serif}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li:focus,.vjs-menu li:hover{outline:0;background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js .vjs-menu-button-inline.vjs-slider-active{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{outline:0;position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-control:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after{font-family:Arial,Helvetica,sans-serif;visibility:visible;font-size:.6em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:.3em;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-mouse-display:before{display:none}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{position:absolute;top:-.333333333333333em;right:-.5em;font-size:.9em}.video-js .vjs-time-tooltip,.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after{visibility:hidden;pointer-events:none;position:absolute;top:-3.4em;right:-1.9em;font-size:.9em;color:#000;content:attr(data-current-time);padding:6px 8px 8px;background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em}.video-js .vjs-time-tooltip,.video-js .vjs-play-progress:before,.video-js .vjs-play-progress:after{z-index:1}.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after{display:none}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-js.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-time-tooltip{display:inline-block;height:2.4em;position:relative;float:right;right:-1.9em}.vjs-tooltip-progress-bar{visibility:hidden}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after{display:none}.vjs-mouse-display .vjs-time-tooltip,.video-js .vjs-progress-control .vjs-mouse-display:after{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;margin:0 .45em;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-volume-control{width:5em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:.5em;height:8em}.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu{left:-2em}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content{height:0;width:0;overflow-x:hidden;overflow-y:hidden}.vjs-volume-menu-button-vertical:hover .vjs-menu-content,.vjs-volume-menu-button-vertical:focus .vjs-menu-content,.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content{height:8em;width:2.9em}.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content{height:2.9em;width:8em}.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content{background-color:transparent!important}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-controls-disabled .vjs-poster{display:none}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button{display:none}.vjs-caption-settings{position:relative;top:1em;background-color:#2B333F;background-color:rgba(43,51,63,.75);color:#fff;margin:0 auto;padding:.5em;height:16em;font-size:12px;width:40em}.vjs-caption-settings .vjs-tracksettings{top:0;bottom:1em;left:0;right:0;position:absolute;overflow:auto}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{position:absolute;bottom:1em;right:1em}.vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px;border:0}.vjs-caption-settings .vjs-tracksetting label,.vjs-caption-settings .vjs-tracksetting legend{display:block;width:100px;margin-bottom:5px}.vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px;vertical-align:top;float:right}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings fieldset{margin-top:1em;margin-left:.5em}.vjs-caption-settings fieldset .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-caption-settings input[type=button]{width:40px;height:40px}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0))}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}@media \0screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}@media \0screen{.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px;}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{font-size: 10px;min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}