/****** FILE: themes/samba/css/stellar.css *****/
.stellar_vp_controls {
	  position: absolute;
	  height: 44px;
	  left:0px !important;
	  bottom: 0px; /*set in jquery*/
	  width:100%;
	  z-index:500;
}
.stellar_vp_bg.dark{
	background: rgba(0,0,0,.85);
}
.stellar_vp_bg.light{
	background: rgba(251, 251, 251, 1);
}
.stellar_vp_themeColor{
	/* background:#00cb96; */
}
.stellar_vp_themeColorText{
	/* color:#00cb96; */
}
.stellar_vp_mainContainerBG{
    background: white;
    left: -10px;
    top: -10px;
    position: absolute;
    border-radius: 5px;
}
.stellar_vp_lightBoxOverlay{
	position: fixed !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: url('../assets/images/overlay_lightbox.png') repeat; */
	z-index:2147483647 !important;
}
.stellar_vp_lightBoxOverlayTransparent{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.stellar_vp_lightBoxCloseBtnWrapper{
	top: -33px;
	right: -33px;
	position: absolute;
	width: 28px;
	height: 28px;
	z-index: 999;
	border-radius: 50px;
}
#stellar_vp_lightBoxCloseBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7.75px;
	margin-left: -6.2px;
}
.stellar_vp_lightBoxThumbnailWrap{
	position: absolute;
	display: inline-block;
}
.stellar_vp_lightBoxThumbnail{
	width: 100% !important;
	height: 100% !important;
}
.stellar_vp_lightBoxPlayButton{
	position:absolute;
}
.stellar_vp_lightBoxBorder{
	/* border: 10px solid #ffffff; */
	/* border-radius: 5px; */
}
.stellar_vp_playBtnBg{
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	width: 45px;
	height:100%;
}
#stellar_vp_playBtn{
	position: absolute;
}
#stellar_vp_firstBtn{
	position: absolute !important;
}
#stellar_vp_lastBtn{
	position: absolute !important;
}
#stellar_vp_nextBtn{
	position: absolute !important;
}
#stellar_vp_nextBtn2{
	position: absolute !important;
}
#stellar_vp_previousBtn{
	position: absolute !important;
}
#stellar_vp_shuffleBtn{
	position: absolute !important;
}
#stellar_vp_toggleAutoplayBtn{
	position: absolute !important;
}
#stellar_vp_searchBtn{
	position: absolute !important;
	z-index: 1;
	cursor: default;
}
#stellar_vp_nowPlayingIndicator{
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -8.25px !important;
	margin-left: -6.25px !important;
}
.stellar_vp_themeColorThumbBorder.dark{
	border: 1px solid #2d2d2d;
}
.stellar_vp_themeColorThumbBorder.light{
	border: 1px solid #dadada;
}
.stellar_vp_controlsColor.dark{
	color: #767676;
}
.stellar_vp_controlsColor.light{
	color: #3c3c3c;
}
.stellar_vp_shuffleEnabledColor{
	color: #fff;
}
.stellar_vp_playButtonScreen{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -47px 0px 0px -47px;
	width: 90px;
	height: 90px;
	z-index: 2147483647;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 2px #e0ebe7;
}
.stellar_vp_iOSVolumeButtonScreen{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -48px 0px 0px -46.5px;
	width: 93px;
	height: 96px;
	z-index: 2147483647;
}
.stellar_vp_playButtonScreenHide{
	display:none !important;
}
.stellar_vp_playlistBtnText{
    top: 0px;
    left: 0px;
    font-size: 9px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    -webkit-font-smoothing: antialiased;s
}
.stellar_vp_shareBtnText{
    top: 0px;
    left: 0px;
    font-size: 9px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}
.stellar_vp_embedBtnText{
    top: 0px;
    left: 0px;
    font-size: 9px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}
.stellar_vp_socialBtn{
	width: 32px;
	height: 32px;
	z-index: 200;
	margin-left: 5px;
	cursor: pointer;
	display:inline-flex;
	display: -webkit-inline-flex;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.stellar_vp_facebookBtn{
	background:#3b5998;
}
.stellar_vp_facebookBtn:hover{
	background:rgba(59, 89, 152, 0.8);
}
.stellar_vp_twitterBtn{
	background:#55acee;
}
.stellar_vp_twitterBtn:hover{
	background: rgba(85, 172, 238, 0.8);
}
.stellar_vp_mailBtn{
	background:#EE5555;
}
.stellar_vp_mailBtn:hover{
	background: rgba(238, 85, 85, 0.8);
}
.stellar_vp_playing .vp_play {
	display: none;
}
.stellar_vp_playing .vp_pause {
	display: block;
}
.stellar_vp_videoTrackWrapper {
	position:absolute;
	height: 15px;
	top: -15px;
	width:100%;
}
.stellar_vp_videoTrack {
	position: absolute;
	bottom: 0;
	margin-top: -3px;
	height: 3px;
}
.stellar_vp_videoTrack.dark {
    background: rgba(255, 255, 255, 0.3);
}
.stellar_vp_videoTrack.light {
    background: #d8d8d8;
}
.stellar_vp_videoTrackDownload{
    position: absolute;
    height: 100%;
}
.stellar_vp_videoTrackDownload.dark{
    background: #7b7b7b;
}
.stellar_vp_videoTrackDownload.light{
    background: #c7c7c7;
}
.stellar_vp_volumeTrackWrapper{
	position: absolute;
	height:100%;
	width:62px;
	left: 117px;
	overflow: hidden;
}
.stellar_vp_volumeTrack {
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	width: 100%;
	background: #3b3c40;
	height: 3px;
}
.stellar_vp_volumeTrack.dark {
	background: #3b3c40;
}
.stellar_vp_volumeTrack.light {
	background: #c7c7c7;
}
.stellar_vp_Progress{
	position: absolute;
    width: 100%;
    height:100%;
}
.stellar_vp_progressIdleTrack{
    position: absolute;
    height: 3px;
    width:100%;
    bottom:0;
    z-index:2147483647;
}
.stellar_vp_progressIdleTrack.dark{
    background: rgba(255, 255, 255, 0.3);
}
.stellar_vp_progressIdleTrack.light{
    background: #d8d8d8;
}
.stellar_vp_progressIdle{
    position: absolute;
    height: 100%;
}
.stellar_vp_progressIdleDownload{
    position: absolute;
    height: 100%;
	width:200px;
}
.stellar_vp_progressIdleDownload.dark{
    background: #FAFEF0;
}
.stellar_vp_progressIdleDownload.light{
    background: #c7c7c7;
}
.stellar_vp_toolTip{
    position: absolute;
        text-align: center !important;
    padding: 3px 10px !important;
    z-index:555560;
    border: 1px solid rgba(241, 241, 241, 0.25);
    color: white;
    pointer-events: none !important;
    white-space: nowrap;
}
.stellar_vp_toolTipText{
    position:absolute !important;
        font-size: 12px !important;
    text-align: center !important;
    padding: 3px 14px !important;
}
.stellar_vp_timeElapsed {
	position: absolute !important;
	top: -25px;
	left: 10px;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:default !important;
	z-index: 2147483647;
}
.stellar_vp_timeTotal {
	position: absolute !important;
	top: -25px;
	right: 10px;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:default !important;
	z-index: 2147483647;
}
.stellar_vp_time.dark{
	color: #fff;
}
.stellar_vp_time.light{
	color: #eaeaea;
}
.stellar_vp_timeElapsed,
.stellar_vp_timeTotal {
        font-size: 12px !important;
}
.stellar_vp_popup{
    position: absolute;
    opacity:1;
    z-index: 2147483647;
cursor: pointer;
}
.stellar_vp_infoWindow{
    position: absolute;
    width: 200px;
    z-index: 2147483647;
    border: 1px solid rgba(241, 241, 241, 0.25);
    /* z-index: 502; */
}
.stellar_vp_btnClose{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	zindex:999999;
}
.stellar_vp_infoTitle {
    margin:0px  !important;
    padding: 5px 25px 0px 10px  !important;
    text-align: left  !important;
}
.stellar_vp_infoText{
    font-size: 12px !important;
    margin:0px !important;
    padding: 5px 20px 10px 10px !important;
    text-align: left !important;
        -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
    overflow: auto;
}
.stellar_vp_infoText.dark{
	color: #e4e4e4 !important;
}
.stellar_vp_infoText.light{
	color: #3c3c3c !important;
}
.stellar_vp_nextTxtWrapper{
	z-index: 200;
	text-align: center;
	height: 100%;
	display: table;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default !important;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 80px;
}
.stellar_vp_nextTxtWrapper_bottom{
	z-index: 200;
	text-align: center;
	height: 100%;
	display: table;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default !important;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 80px;
}
.stellar_vp_nextVideoInPlaylistText{
		font-size: 12px !important;
	letter-spacing: normal !important;
	text-align: left !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
	display: table-cell;
}
.stellar_vp_countTxtWrapper{
	width: auto;
	height: 100%;
	z-index: 200;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default !important;
}
.stellar_vp_countVideoInPlaylistText{
		font-size: 12px !important;
	line-height: 44px!important;
	letter-spacing: normal !important;
	text-align: left !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.stellar_vp_nowPlayingText.screen {
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-left: 10px !important;
	margin-right: 35px !important;

}
.stellar_vp_nowPlayingText.controls {
	font-size: 12px !important;
}
.stellar_vp_nowPlayingText {
    left:0px !important;
    top:0px !important;
    padding:5px !important;
    margin:0 !important;
    text-align: left !important;
    		display: none;
}
.stellar_vp_nowPlayingText.dark{
	color: #fff !important;
}
.stellar_vp_nowPlayingText.light{
	color: #eaeaea !important;
}
.stellar_vp_nowPlayingTitleControlBar{
	position:absolute;
	top: 50%;
	margin-top: -12px;
	left: 54px;
	margin-right:42px;
	z-index: 2147483647;
	cursor: default !important;
}
.stellar_vp_nowPlayingTitle{
	position:absolute;
	top:0;
	left:0;
	margin-right:42px;
	z-index: 2147483647;
	cursor: default !important;
	height: 70px;
	background: -moz-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0 );
	width: 100%;
}
.stellar_vp_nowPlayingIndicator{
	cursor: default;
}
.stellar_vp_titles{
	font-size: 14px !important;
		cursor: default !important;
}
.stellar_vp_embedWindow{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}
.stellar_vp_embedTitle {
    margin:0px !important;
    padding: 10px 5px 0px 90px !important;
    text-align: left !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}
.stellar_vp_embedTitle2 {
    margin:0px !important;
    margin-right: 30px !important;
    padding: 20px 5px 0px 10px !important;
    text-align: left !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}
.stellar_vp_embedTitle3 {
    margin:0px !important;
    margin-right: 30px !important;
    padding: 40px 5px 0px 10px !important;
    text-align: left !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}
.stellar_vp_embedText{
    font-size: 12px !important;
    margin: 5px 10px 5px 10px !important;
    padding: 15px 15px 15px 8px !important;
    text-align: left !important;
        -webkit-user-select: text !important;
    /* background: #000000 !important; */
    border: 1px solid #3D3D3D !important;
}
.stellar_vp_embedText.dark{
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #3D3D3D !important;
	overflow:hidden;
}
.stellar_vp_embedText.light{
	color: #696969;
	background: #f3f3f3;
	border: 1px solid #e6e6e6 !important;
	overflow:hidden;
}
.stellar_vp_embedText2{
    font-size: 12px !important;
    margin: 5px 10px 5px 10px !important;
    padding: 15px 15px 15px 8px !important;
    text-align: left !important;
        -webkit-user-select: text !important;
}
.stellar_vp_highlightText{
	color: #fff !important;
	background-color: rgb(39, 139, 255) !important;
}
.stellar_vp_embedMessageTxt {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #46e5eb !important;
    text-align: left !important;
        cursor: pointer !important;
}
.copyBtn{
	position: absolute;
	height:26px;
	margin-left: 10px;
	cursor:pointer;
	background: #000000;
	border: 1px solid #3D3D3D;
	color: #FFFFFF;
}
.copyBtn.dark{
	color: #FFFFFF !important;
    background: #000000 !important;
	border: 1px solid #3D3D3D !important;
}
.copyBtn.light{
	color: #696969 !important;
    background: #f3f3f3 !important;
	border: 1px solid #e6e6e6 !important;
}
#stellar_vp_copyInside{
    margin: 5px;
    font-size: 14px !important;
    text-align: left !important;
        z-index: 100 !important;
}
.stellar_vp_shareWindow{
    position: absolute;
    z-index: 2147483646;
}
.stellar_vp_shareWindowMask{
	position: absolute;
	width: 111px;
	height: 32px;
	z-index: 2147483647;
	overflow:hidden;
}
.stellar_vp_screenBtnsWindow{
    position: absolute;
    z-index: 2147483647;
    top: 0px;
    right: 0px;
}
.stellar_vp_sidebarBtn{
	position:absolute;
	right: 0px;
	z-index: 2147483647 !important;
}
.stellar_vp_playButtonScreen,
.stellar_vp_iOSVolumeButtonScreen,
.stellar_vp_playButtonPoster,
.stellar_vp_toggleAdPlayBox,
.stellar_vp_ads,
.stellar_vp_playlistBtn,
.stellar_vp_shareBtn,
.stellar_vp_embedBtn,
.stellar_vp_infoBtn,
.stellar_vp_sidebarBtn,
.stellar_vp_facebook,
.stellar_vp_twitter,
.stellar_vp_mailBtn,
.stellar_vp_videoTrack,
.stellar_vp_volumeTrack,
.stellar_vp_progressIdleTrack{
	cursor: pointer;
}
.stellar_vp_controlsBtnsWrapperRight{
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
}
.stellar_vp_controlsBtnsWrapperLeft{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
}
.stellar_vp_playlistControlsBtnsWrapperRight{
    position: absolute;
    top: 0px;
    right: 62px;
    height: 100%;
}
.stellar_vp_playlistControlsBtnsWrapperLeft{
    position: absolute;
    top: 0px;
    left: 78px;
    height: 100%;
}



.stellar_vp_playlistControlsBtnsWrapperSearch{
    position: absolute;
    top: 3px;
    left: 50px;
    height: 100%;
    z-index: 1;
}
.stellar_vp_playlistControlsBtnsWrapperRight_bottom{
    position: absolute;
    top: 0px;
    left: 174px;
    height: 100%;
}
.stellar_vp_playlistControlsBtnsWrapperLeft_bottom{
    position: absolute;
    top: 0px;
    left: 73px;
    height: 100%;
}
.stellar_vp_playlistControlsBtnsWrapperSearch_bottom{
    position: absolute;
    height: 100%;
    z-index: 1;
}
.stellar-icon-general{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.stellar_vp_playerElement{
	cursor: pointer;
}
.stellar-icon-general:hover{
    /* color: #ffffff; */
}
.stellar-icon-general-hover.dark{
	color: #fff;
}
.stellar-icon-general-hover.light{
	color: #9e9e9e;
}
.stellar-icon-playPause{
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 24px;
    text-align: center;
cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.stellar-icon-playPause:hover{
	color: #ffffff;
}
.stellar-icon-overScreen{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 24px;
    text-align: center;
    color:#fff;
cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.stellar-icon-overScreen.dark{
    color: #fff;
}
.stellar-icon-overScreen.light{
    color:#3c3c3c;
}
.stellar-icon-overScreen-hover{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 24px;
    text-align: center;
    color:#fff;
cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.stellar_vp_btnOverScreen{
	width: 32px;
	height: 32px;
	z-index: 200;
	margin: 5px;
	cursor: pointer;
	display: inline-flex;
	background: black;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.stellar-icon-arrows{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 24px;
    text-align: center;
    color: #464646;
cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}



/*=================================*/
/*=================================*/
/*============ PLAYLIST =============*/
/*=================================*/
/*=================================*/
/*=====================================*/


/*===========item general===========*/
/*=====================================*/
.stellar_vp_title{
    font-size: 11px;
    max-height: 54px !important;
    overflow: auto;
		text-transform: uppercase;
}
.stellar_vp_description{
    font-size: 11px;
    overflow:auto;
}
.stellar_vp_thumbnail_image{
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	max-width: none !important;
}
.stellar_vp_thumbnail_imageSelected{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	max-width: none !important;
}
.stellar_vp_itemLeft{
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 2px;
    margin-left: 15px;
    margin-right: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.stellar_vp_itemHoverBox{
	position:absolute;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.52);
	top: 0;
	left: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.stellar_vp_itemRight{
    position: absolute;
    width:170px;
    left: 113px;
    }
.stellar_vp_itemRight_bottom{
	padding-left: 113px;
	}
.stellar_vp_itemInfo{
    position: absolute;
    width: 40px;
    height: 15px;
    right: 13px;
    bottom: 2px;
    background: #fff000;
    color: #000000;
}
/*=====================================*/
/*===========right playlist===========*/
/*=====================================*/
#stellar_vp_playlist{
    position:absolute;
    width:300px;
    height:260px;
    overflow:hidden;
    z-index:600;
}
.stellar_vp_playlist.dark{
    background: #131313;
}
.stellar_vp_playlist.light{
    background: #fbfbfb;
}
#stellar_vp_playlistContent{
    position:absolute;
    bottom: 50px;
    left: 0px;
    width:100%;
    margin: 0px;
    padding: 0px;
}
.stellar_vp_playlistBar{
	position:absolute;
	width:100%;
	top: 0;
	height: 44px;
}
.stellar_vp_playlistBarSearch{
	display: none;
	position:absolute;
	width:100%;
	bottom: 0;
	height: 44px;
}
.stellar_vp_playlistBarSearch_bottom{
	position:absolute;
	width: 200px;
	bottom: 0;
	height: 44px;
	right: 10px;
}
#stellar_vp_input{
    border-radius: 25px;
    box-sizing: border-box;
    outline: none;
    position: absolute;
    height: 24px;
    width: 200px;
    top: 50%;
    margin-top: -12px;
    padding-left: 33px;
    padding-right: 10px;
}
#stellar_vp_input.dark{
	background-color: rgb(21, 21, 21);
}
#stellar_vp_input.light{
	background-color: rgb(234, 234, 234);
}
.stellar_vp_playlistBarInside{
	position: absolute;
	top: 0px;
	left: 45px;
	height: 100%;
}
.stellar_vp_playlistBarBtn{
	width: 30px;
	height: 100%;
	margin: 0px;
	cursor: pointer;
	display:inline-flex;
}
.stellar_vp_item{
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
		padding: 10px 0;
}
.stellar_vp_itemSelected.dark{
    width: 300px;
    height: 86px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor:default;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#1B1B1B;
}
.stellar_vp_itemSelected.light{
    width: 300px;
    height: 86px;
    background: #dedede;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor:default;
}
.stellar_vp_itemUnselected.dark:hover{
	/* background: #2D2D2D; */
}
.stellar_vp_itemUnselected.light:hover{
	/* background: #efefef; */
}
.stellar_vp_itemUnselected.dark{
    width: 300px;
    height: 86px;
    background: rgba(0,0,0,0.7);
    cursor:pointer;
}
.stellar_vp_itemUnselected.light{
    width: 300px;
    height: 86px;
    background: rgba(251, 251, 251, 1);
	cursor:pointer;
}
.stellar_vp_topArrow{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    background: rgba(182, 89, 89, 0);
    width: 15px;
    height: 41px;
cursor: pointer;
}
.stellar_vp_bottomArrow{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 15px;
    height: 41px;
cursor: pointer;
}
/*=========Vertical scrollbar=============*/
.stellar_vp_myScrollbarV {
    position:absolute;
    z-index:100;
    width: 9px;
    bottom: 42px;
    top: 42px;
    right: 3px;}

.stellar_vp_myScrollbarV > div {
    position:absolute;
    z-index:100;
    width: 100%;
    background: #67b7e1;
}




/*=====================================*/
/*===========bottom playlist===========*/
/*=====================================*/
#stellar_vp_playlist_bottom{
    position:absolute;
    height: 146px;	/*16px scrollbar height*/
    overflow:hidden;
}
.stellar_vp_playlist_bottom.dark{
    background: #131313;
}
.stellar_vp_playlist_bottom.light{
    background: #fbfbfb;
}
#stellar_vp_playlistContent_bottom{
    position:absolute;
    background: #2a2a2a;
    top:0px;
    left:0px;
    margin: 0;
    padding: 0;
}
.stellar_vp_playlistBar_bottom{
	position:absolute;
	width:100%;
	bottom: 0px;
	height: 44px;
}
.stellar_vp_playlistBarInside_bottom{
	position:absolute;
	top:0;
	height:100%;
}
.stellar_vp_playlistBarBtn_bottom{
	width: 30px;
	height: 100%;
	margin: 0px;
	cursor: pointer;
	display:inline-flex;
}
.stellar_vp_item_bottom{
    position: relative;
    width: 300px;
    height: 86px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #212121;
    color: #ffffff;      font-size: 11px;
cursor: pointer;
}
.stellar_vp_itemSelected_bottom.dark{
    width: 300px;
    height: 86px;
    background: #1B1B1B;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor:default;
    position: absolute;
}
.stellar_vp_itemSelected_bottom.light{
    width: 300px;
    height: 86px;
    background: #dedede;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
	cursor:default;
}
.stellar_vp_itemUnselected_bottom.dark:hover{
	/* background: #2D2D2D; */
}
.stellar_vp_itemUnselected_bottom.light:hover{
	/* background: #efefef; */
}
.stellar_vp_itemUnselected_bottom.dark{
    width: 300px;
    height: 86px;
    background: rgba(0,0,0,0.7);
    cursor:pointer;
    position: absolute;
}
.stellar_vp_itemUnselected_bottom.light{
    width: 300px;
    height: 86px;
    background: rgba(251, 251, 251, 1);
	cursor:pointer;
}
.stellar_vp_leftArrow{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 101;
    width: 41px;
    height: 15px;
cursor: pointer;
}
.stellar_vp_rightArrow{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 41px;
    height: 15px;
cursor: pointer;
}
.stellar_vp_scrollbarBgBottom{
    position: absolute;
    width: 100%;
    height: 14px;
    background: #353535;
    bottom: 0px;
    z-index: 999999;
}
.stellar_vp_scrollbarBgRight{
    position: absolute;
    width: 14px;
    height: 100%;
    background: #353535;
    right: 0px;
    z-index: 999999;
}
/*=========Horizontal scrollbar=============*/
.stellar_vp_myScrollbarH {
    position:absolute;
    z-index:100;
    height: 9px;
    bottom: 3px;
    left: 42px;
    right: 42px;}

.stellar_vp_myScrollbarH > div {
    position:absolute;
    z-index:100;
    height:100%;
    background: #67b7e1;
    /*border-radius: 5px;*/
}


/*=================================*/
/*=================================*/
/*============ MAIN =============*/
/*=================================*/
/*=================================*/
/*=====================================*/
.stellar_vp_videoPlayer {
    position: absolute;
    padding: 0px;
    margin: 0px;
    -webkit-user-select: none;
    background: #000000;
    z-index: 90;
    overflow:hidden;
}
.stellar_vp_videoPlayerAD {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-user-select: none;
    background: #000000;
    height: 100%;
    z-index: 1;
    overflow:hidden;
}
.stellar_vp_progressADBg{
    position: absolute;
    height: 5px;
    width: 100%;
    left:0px;
    bottom: 0px;
    z-index:999998;
    background: #000000;
    background: -moz-linear-gradient(top, #d1d1d1, #e2e2e2);
    background: -o-linear-gradient(top, #d1d1d1, #e2e2e2);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e2e2e2));
    background: -ms-linear-gradient(#d1d1d1, #e2e2e2);/*For IE10*/
    background: linear-gradient(#d1d1d1, #e2e2e2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d1d1d1', endColorstr='#e2e2e2');/*For IE7-8-9*/
}
.stellar_vp_progressAD{
    position: absolute;
    height: 5px;
    bottom: 0px;
    z-index:999998;
    background: #000000;
    border-right: 1px solid #6d6852;
    background: -moz-linear-gradient(top, #e7cf6c, #c6a546);
    background: -o-linear-gradient(top, #e7cf6c, #c6a546);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7cf6c), to(#c6a546));
    background: -ms-linear-gradient(#e7cf6c, #c6a546);/*For IE10*/
    background: linear-gradient(#e7cf6c, #c6a546);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e7cf6c', endColorstr='#c6a546');/*For IE7-8-9*/
}
.stellar_vp_skipAdBox{
    position: absolute;
    width: 184px;
    height: 80px;
    background: rgba(0, 0, 0, 0.56);
    border: 1px solid rgba(241, 241, 241, 0.25);
    z-index: 2;
cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

	display: table;
}
.stellar_vp_skipAdBox:hover{
    border: 1px solid rgba(241, 241, 241, 0.35);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.stellar_vp_skipAdBoxContentLeft{
	position:absolute;
	width: 165px;
	height: 80px;
	display: table;
}
.stellar_vp_skipAdCount{
    position: absolute;
    width: 184px;
    height: 80px;
    background: rgba(0, 0, 0, 0.56);
    border: 1px solid rgba(241, 241, 241, 0.25);
    z-index: 2;
}
.stellar_vp_skipAdCountImage{
	position: absolute;
	width: 70px;
	height: 70px;
	margin: 4px;
	right:0;
}
.stellar_vp_skipAdCountContentLeft{
	position:absolute;
	width: 104px;
	height: 100%;
	display: table;
}
.stellar_vp_nextVideoBoxMask{
	position: absolute;
	width: 213px;
	height: 92px;
	z-index: 2147483647;
	overflow:hidden;
}
.stellar_vp_nextVideoBox{
    position: absolute;
    width: 211px;
    height: 90px;
    background: rgba(0, 0, 0, 0.56);
    border: 1px solid rgba(241, 241, 241, 0.25);
    z-index: 502;
}
.stellar_vp_nextVideoBoxImage{
	position: absolute !important;
	width: 107px !important;
	height: 80px !important;
	margin: 4px !important;
	right:0 !important;
}
.stellar_vp_nextVideoBoxContentLeft{
	position:absolute !important;
	width: 98px !important;
	height: 100% !important;
	display: table !important;
}
.stellar_vp_nextVideoBoxTitle {
	font-size: 14px !important;
	color: rgb(255, 255, 255);
	text-align: center !important;
		vertical-align: middle !important;
	display: table-cell !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:default !important;
	line-height: normal !important;
    letter-spacing: normal !important;
}
.stellar_vp_skipAdTitle {
    font-size: 14px !important;
	color: rgb(255, 255, 255) !important;
	text-align: center !important;
		vertical-align: middle !important;
	display: table-cell !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:pointer !important;
}
.stellar_vp_skipAdCountTitle {
	font-size: 14px !important;
	color: rgb(255, 255, 255) !important;
	text-align: center !important;
		vertical-align: middle !important;
	display: table-cell !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:default !important;
}
.stellar_vp_toggleAdPlayBox{
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -47px 0px 0px -47px;
    width: 90px;
    height: 90px;
    z-index: 200;
    -moz-border-radius: 50px/50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px/50px;
    border: solid 2px #e0ebe7;
}
.stellar_vp_toggleAdPlayBox:hover{
    opacity: 0.75;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.stellar_vp_toggleAdPlayBoxTitle {
    position: absolute;
    top: 7px;
    left: 6px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: left;
        z-index: 100;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.stellar_vp_preloader{
    position:absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -10px 0px 0px -10px;
    background: url(/themes/samba/images/preloader.gif) no-repeat center center;
    z-index: 600;
    display:none;
}
.stellar_vp_preloaderAD{
    position:absolute;
    width:32px;
    height:32px;
    left: 50%;
    top: 50%;
    margin:-16px 0px 0px -16px;
    background: url(/themes/samba/images/preloader.gif) no-repeat center center;
    z-index: 600;
		display:none;
}
.stellar_vp_fullScreen {
    position: fixed;
    width: auto !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}
.stellar_vp_ytWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 300;
}
#stellar_vp_ytPlayer_1{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 300;
}
#stellar_vp_ytPlayer_2{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 300;
}
#stellar_vp_vimeoWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 300;
}
.stellar_vp_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2147483647;
}
.stellar_vp_invisibleWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0;
    z-index: 2147483647;
}
#stellar_vp_overlayPoster {
    position: absolute !important;
    margin: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
	max-width: 100% !important;
}
.stellar_vp_imageWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 301;
}
#stellar_vp_imageDisplayed{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.stellar_vp_playButtonPoster{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -45px 0px 0px -45px;
	width: 90px;
	height: 90px;
	z-index: 2147483647;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 2px #e0ebe7;
}
.stellar_vp_playButtonPoster:hover{
    opacity: 0.75;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.stellar_vp_logo{
    position: absolute;
    z-index: 2147483647;
}

.stellar_vp_controls .stellar_vp_disabled {
    display: none;
}

.stellar_vp_videoPlayer video
{
    display: block;
    width: 100%;
    height: 100%;
}
.stellar_vp_videoPlayerAD video
{
    display: block;
    width: 100%;
    height: 100%;
	cursor:pointer;
}
.stellar_vp_videoPlayer embed, .stellar_vp_videoPlayer object {
    z-index: 100;
}
.stellar_vp_controls {
    z-index: 2147483647;
}
.stellar_vp_videoAdBoxInside{
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 25px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: left;
        z-index: 2;
}
.stellar_vp_adsTitleInside {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 501;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    margin: 0 !important;
    line-height: 25px !important;
}
.stellar_vp_timeLeftInside{
    display: inline-block;
    z-index: 501;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
.stellar_vp_adsTitleInsideNowPlaying {
    position: absolute;
    z-index: 501;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
.stellar_vp_fsEnterADBox{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.stellar_vp_qualityWindow{
    position: absolute;
    width: 100px;
    z-index: 2147483647;
    border: 1px solid rgba(241, 241, 241, 0.25);
}
.stellar_vp_qualityWindowMask{
	position: absolute;
	width: 102px;
	height: 170px;
	z-index: 2147483647;
	overflow:hidden;
}
.stellar_vp_qualityWindowText {
        font-size: 12px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
#stellar_vp_qualityBtn{
	position: absolute;
	transform-origin: 15px 22px;
}
.stellar_vp_downloadBtnWrapper{
	right: 104px;
	position: absolute;
	top: 0 !important;
	width: 28px;
	height: 100%;
}
#stellar_vp_downloadBtn{
	position: absolute;
}
#stellar_vp_rewindBtn{
	position: absolute;
}
#stellar_vp_shareBtn{
	position: absolute;
}
#stellar_vp_embedBtn{
	position: absolute;
}
.stellar_vp_controlsBtn{
	width: 32px;
	height: 100%;
	z-index: 200;
	cursor: pointer;
	display: inline-flex;
}
.stellar_vp_controlsBtn_play{
	width: 45px !important;
}
#stellar_vp_playlistBtn{
	position: absolute;
}
#stellar_vp_unmuteBtn{
	position: absolute;
}
#stellar_vp_fsBtn{
	position: absolute;
}
.stellar_vp_qualityListItem{
	width: 100%;
    z-index: 200;
cursor: pointer;
    display: inline-table;
    text-align: center;
    height: 24px;
    display: table;
}
.stellar_vp_qualityListItem_activeColor.dark{
	color:#fff;
}
.stellar_vp_qualityListItem_activeColor.light{
	color:#3c3c3c;
}
.stellar_vp_qualityCheck{
	display:block !important;
}
.stellar_vp_qualityNum {
	text-align:center;
	vertical-align: middle;
	display: table-cell;
}
.stellar_vp_qualityHD{
	position: absolute !important;
	right: 8px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #ffffff !important;
	font-size:10px !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	width: auto !important;
	font-weight: bold;
	background: #dc0e0e;
	border-radius: 5px;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
	display: table-cell;
	line-height: 20px !important;
}
.stellar_vp_HD_indicator{
	position: absolute !important;
	height: 24px !important;
	line-height: 24px !important;
	margin: 0px !important;
	padding-left: 20px;
	color:#ff0000 !important;
	font-size:8px !important;
	font-weight:bold !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
/*==================================================
 * Effect 1
 * ===============================================*/
.stellar_vp_effect1{
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.6);
    -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.6);
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.6);
}
/*==================================================
 * Effect 2
 * ===============================================*/
.stellar_vp_effect2
{
    position: relative;
}
.stellar_vp_effect2:before, .stellar_vp_effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,.6);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.stellar_vp_effect2:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
/*==================================================
 * Effect 3
 * ===============================================*/
.stellar_vp_effect3
{
    position: relative;
}
.stellar_vp_effect3:before, .stellar_vp_effect3:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,.6);
    -webkit-box-shadow: 0 35px 20px rgba(0,0,0,.6);
    -moz-box-shadow: 0 35px 20px rgba(0,0,0,.6);
    box-shadow: 0 35px 20px rgba(0,0,0,.6);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.stellar_vp_effect3:after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 4
 * ===============================================*/
.stellar_vp_effect4
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.stellar_vp_effect4:before, .stellar_vp_effect4:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
/*==================================================
 * Effect 5
 * ===============================================*/
.stellar_vp_effect5{
    -webkit-box-shadow:0px 4px 7px rgba(0,0,0,.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:0px 4px 7px rgba(0,0,0,.6);  /* Firefox 3.5 - 3.6 */
    box-shadow:0px 4px 7px rgba(0,0,0,.6);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.stellar_vp_effect5:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
/*==================================================
 * Effect 6
 * ===============================================*/
.stellar_vp_effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.stellar_vp_effect6:before, .stellar_vp_effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.stellar_vp_effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
p.stellar_vp_infoText{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_infoTitle{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_nowPlayingText{
	line-height: normal !important;letter-spacing: normal !important;
}
.stellar_vp_title{
line-height: normal !important;
letter-spacing: normal !important;
text-align:left !important;
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.stellar_vp_description{line-height: normal!important;letter-spacing: normal !important;text-align:left !important;height: 62px !important;padding-top:2px !important;}
.stellar_vp_timeTotal{
line-height: normal !important;
letter-spacing: normal !important;
}
.stellar_vp_timeElapsed{line-height: normal !important;letter-spacing: normal !important;}
.stellar_vp_toolTip{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_adsTitleInside{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_skipAdCountTitle{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_skipAdTitle{
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_embedTitle {
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_embedTitle2 {
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_embedTitle3 {
line-height: normal !important;
letter-spacing: normal !important;
}
p.stellar_vp_embedText {line-height: normal !important;letter-spacing: normal !important;}
p.stellar_vp_embedText2 {
line-height: normal !important;
letter-spacing: normal !important;
}
p#stellar_vp_copyInside {
line-height: normal !important;
letter-spacing: normal !important;
}
.stellar_vp_timeLeftInside{line-height: 25px !important;letter-spacing: normal !important;padding-right: 5px !important;}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button{
opacity: 0;
pointer-events: none;
width: 5px;
}
.mCSB_container{
    display: block !important;
}
.stellar_vp_RTL{
	text-align: right !important;
}
.stellar_vp_LTR{
	text-align: left !important;
}
.stellar_vp_nowrap{
    white-space: nowrap;
}
.fluid-width-video-wrapper{position: initial !important;}


/****** FILE: themes/samba/css/stellar-font-awesome.css *****/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-stellar {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/* makes the font 33% larger relative to the icon container */
.fa-stellar-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-stellar-2x {
  font-size: 2em;
}
.fa-stellar-3x {
  font-size: 3em;
}
.fa-stellar-4x {
  font-size: 4em;
}
.fa-stellar-5x {
  font-size: 5em;
}
.fa-stellar-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-stellar-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-stellar-ul > li {
  position: relative;
}
.fa-stellar-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-stellar-li.fa-stellar-lg {
  left: -1.8571428571428572em;
}
.fa-stellar-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-stellar-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-stellar-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.fa-stellar-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-stellar-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-stellar-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-stellar-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stellar-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stellar-stack-1x,
.fa-stellar-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stellar-stack-1x {
  line-height: inherit;
}
.fa-stellar-stack-2x {
  font-size: 2em;
}
.fa-stellar-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-stellar-glass:before {
  content: "\f000";
}
.fa-stellar-music:before {
  content: "\f001";
}
.fa-stellar-search:before {
  content: "\f002";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
}
.fa-stellar-envelope-o:before {
  content: "\f003";
}
.fa-stellar-heart:before {
  content: "\f004";
}
.fa-stellar-star:before {
  content: "\f005";
}
.fa-stellar-star-o:before {
  content: "\f006";
}
.fa-stellar-user:before {
  content: "\f007";
}
.fa-stellar-film:before {
  content: "\f008";
}
.fa-stellar-th-large:before {
  content: "\f009";
  position: absolute;
  padding-left: 8px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 9px;
}
.fa-stellar-th:before {
  content: "\f00a";
}
.fa-stellar-th-list:before {
  content: "\f00b";
    position: absolute;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-top: 3px;

}
.fa-stellar-check:before {
  content: "\f00c";
  position: absolute;
  padding-left: 13px;
  padding-top: 5px;
  left: 0px;
  font-size: 13px !important;
}
.fa-stellar-times:before {
  content: "\f00d";
}
.fa-stellar-search-plus:before {
  content: "\f00e";
}
.fa-stellar-search-minus:before {
  content: "\f010";
}
.fa-stellar-power-off:before {
  content: "\f011";
}
.fa-stellar-signal:before {
  content: "\f012";
}
.fa-stellar-trash-o:before {
  content: "\f014";
}
.fa-stellar-home:before {
  content: "\f015";
}
.fa-stellar-file-o:before {
  content: "\f016";
}
.fa-stellar-clock-o:before {
  content: "\f017";
}
.fa-stellar-road:before {
  content: "\f018";
}
.fa-stellar-download:before {
  content: "\f019";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-download-zoom:before {
  content: "\f019";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-stellar-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-stellar-inbox:before {
  content: "\f01c";
}
.fa-stellar-play-circle-o:before {
  content: "\f01d";
}
.fa-stellar-rotate-right:before,
.fa-stellar-repeat:before {
  content: "\f01e";
}
.fa-stellar-gear:before,
.fa-stellar-cog:before {
  content: "\f013";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-cog-zoom:before {
  content: "\f013";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-refresh:before {
  content: "\f021";
}
.fa-stellar-list-alt:before {
  content: "\f022";
    position: absolute;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-top: 3px;
}
.fa-stellar-lock:before {
  content: "\f023";
}
.fa-stellar-flag:before {
  content: "\f024";
}
.fa-stellar-headphones:before {
  content: "\f025";
}
.fa-stellar-volume-off:before {
  content: "\f026";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-volume-off-zoom:before {
  content: "\f026";
  position: absolute;
  padding-left: 7px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-volume-down:before {
  content: "\f027";
}
.fa-stellar-volume-up:before {
  content: "\f028";
  position: absolute;
  padding-left: 9px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
  /* background: cadetblue; */
}
.fa-stellar-volume-up-zoom:before {
  content: "\f028";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-qrcode:before {
  content: "\f029";
}
.fa-stellar-barcode:before {
  content: "\f02a";
}
.fa-stellar-tag:before {
  content: "\f02b";
}
.fa-stellar-tags:before {
  content: "\f02c";
}
.fa-stellar-book:before {
  content: "\f02d";
}
.fa-stellar-bookmark:before {
  content: "\f02e";
}
.fa-stellar-print:before {
  content: "\f02f";
}
.fa-stellar-camera:before {
  content: "\f030";
}
.fa-stellar-font:before {
  content: "\f031";
}
.fa-stellar-bold:before {
  content: "\f032";
}
.fa-stellar-italic:before {
  content: "\f033";
}
.fa-stellar-text-height:before {
  content: "\f034";
}
.fa-stellar-text-width:before {
  content: "\f035";
}
.fa-stellar-align-left:before {
  content: "\f036";
}
.fa-stellar-align-center:before {
  content: "\f037";
}
.fa-stellar-align-right:before {
  content: "\f038";
}
.fa-stellar-align-justify:before {
  content: "\f039";
}
.fa-stellar-list:before {
  content: "\f03a";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  
  transform: scale(1);
}
.fa-stellar-list-zoom:before {
  content: "\f03a";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  
  transform: scale(1.2);
}
.fa-stellar-dedent:before,
.fa-stellar-outdent:before {
  content: "\f03b";
  position:absolute;
  padding-left: 8px; 
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  left: 5px;
}
.fa-stellar-indent:before {
  content: "\f03c";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  /* left: 5px; */
}
.fa-stellar-video-camera:before {
  content: "\f03d";
}
.fa-stellar-picture-o:before {
  content: "\f03e";
}
.fa-stellar-pencil:before {
  content: "\f040";
}
.fa-stellar-map-marker:before {
  content: "\f041";
}
.fa-stellar-adjust:before {
  content: "\f042";
}
.fa-stellar-tint:before {
  content: "\f043";
}
.fa-stellar-edit:before,
.fa-stellar-pencil-square-o:before {
  content: "\f044";
}
.fa-stellar-share-square-o:before {
  content: "\f045";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 9px;
  line-height: normal;
  /* left: 5px; */
}
.fa-stellar-check-square-o:before {
  content: "\f046";
  position: absolute;
  padding-left: 13px;
  padding-top: 5px;
  left: 0px;
  font-size: 13px !important;
}
.fa-stellar-arrows:before {
  content: "\f047";
}
.fa-stellar-step-backward:before {
  content: "\f048";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-backward:before {
  content: "\f04a";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-random:before {
  content: "\f074";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-random-zoom:before {
  content: "\f074";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-toggle-off:before {
  content: "\f204";
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-toggle-off-zoom:before {
  content: "\f204";
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-toggle-on:before {
  content: "\f205";
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-toggle-on-zoom:before {
  content: "\f205";
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-forward:before {
  content: "\f04e";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-step-forward:before {
  content: "\f051";
  position: absolute;
  padding-left: 12px;
  padding-right: 11px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
  /* background: blueviolet; */
}
.fa-stellar-step-forward-zoom:before {
  content: "\f051";
  position: absolute;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  
  transform: scale(1.2);;
}
.fa-stellar-fast-backward:before {
  content: "\f049";
    position: absolute;
    right: 269px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.fa-stellar-play:before {
    content: "\f04b";
    position: absolute;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-top: 14px;
    line-height: normal;
    transform: scale(1);
}
.fa-stellar-play-zoom:before {
    content: "\f04b";
    position: absolute;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-top: 14px;
    line-height: normal;
    transform: scale(1.2);
}
.fa-stellar-playScreen.dark:before {
    content: "\f04b";
    position: absolute;
    font-size: 22px;
    /* padding-left: 29px; */
    /* padding-right: 27px; */
    /* padding-bottom: 25px; */
    /* padding-top: 25px; */
    /* background: rgba(0, 0, 0, 0.7); */
    line-height: normal;
    left: 50%;
    top: 50%;
    margin-left: -8.6px;
    margin-top: -11.5px;
}
.fa-stellar-playScreen.light:before {
    content: "\f04b";
    position: absolute;
    font-size: 22px;
    /* padding-left: 29px; */
    /* padding-right: 27px; */
    /* padding-bottom: 25px; */
    /* padding-top: 25px; */
    /* background: rgba(0, 0, 0, 0.7); */
    line-height: normal;
    left: 50%;
    top: 50%;
    margin-left: -8.6px;
    margin-top: -11.5px;
}
.fa-stellar-playAD:before {
  content: "\f04b";
    position: absolute;
    top: 7px;
    right: 9px;
    color: rgb(255, 255, 255);
}
.fa-stellar-pause:before {
	content: "\f04c";
	position: absolute;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-top: 14px;
	line-height: normal;
	transform: scale(1);
}
.fa-stellar-pause-zoom:before {
	content: "\f04c";
	position: absolute;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-top: 14px;
	line-height: normal;
	transform: scale(1.2);
}
.fa-stellar-pauseAD:before {
  content: "\f04c";
    position: absolute;
    top: 7px;
    right: 9px;
    color: rgb(255, 255, 255);
}
.fa-stellar-stop:before {
  content: "\f04d";
}
.fa-stellar-fast-forward:before {
  content: "\f050";
}
.fa-stellar-step-forward-ad:before {
  content: "\f051";
    position: absolute;
	top: 0;
	right: 17px;
	color: #fff;
	padding-top: 32px;
	padding-bottom: 32px;
}
.fa-stellar-eject:before {
  content: "\f052";
}
.fa-stellar-chevron-left:before {
  content: "\f053";
  position: absolute;
  padding-left: 10.5px;
  padding-right: 10.5px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-chevron-left-zoom:before {
  content: "\f053";
  position: absolute;
  padding-left: 10.5px;
  padding-right: 10.5px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-chevron-right:before {
  content: "\f054";
  position: absolute;
  padding-left: 10.5px;
  padding-right: 10.5px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-chevron-right-zoom:before {
  content: "\f054";
  position: absolute;
  padding-left: 10.5px;
  padding-right: 10.5px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-plus-circle:before {
  content: "\f055";
}
.fa-stellar-minus-circle:before {
  content: "\f056";
}
.fa-stellar-times-circle:before {
  content: "\f057";
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  padding-left: 10px;
  padding-right: 7px;
  padding-bottom: 8px;
  padding-top: 6px;
  line-height: normal;
}
.fa-stellar-check-circle:before {
  content: "\f058";
}
.fa-stellar-question-circle:before {
  content: "\f059";
}
.fa-stellar-info-circle:before {
  content: "\f05a";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-info-circle-zoom:before {
  content: "\f05a";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-crosshairs:before {
  content: "\f05b";
}
.fa-stellar-times-circle-o:before {
  content: "\f05c";
}
.fa-stellar-check-circle-o:before {
  content: "\f05d";
  position: absolute;
  padding-left: 13px;
  padding-top: 5px;
  left: 0px;
  font-size: 13px !important;
}
.fa-stellar-ban:before {
  content: "\f05e";
}
.fa-stellar-arrow-left:before {
  content: "\f060";
}
.fa-stellar-arrow-right:before {
  content: "\f061";
}
.fa-stellar-arrow-up:before {
  content: "\f062";
}
.fa-stellar-arrow-down:before {
  content: "\f063";
}
.fa-stellar-mail-forward:before,
.fa-stellar-share:before {
  content: "\f064";
}
.fa-stellar-share-alt:before {
    content: "\f1e0";
    position: absolute;    
    padding-left: 8px;    
    padding-right: 9px;    
	padding-bottom: 8px;    
    padding-top: 9px;    
}
.fa-stellar-expand:before {
  content: "\f065";
}
.fa-stellar-compress:before {
  content: "\f066";
}
.fa-stellar-expandAD:before {
  content: "\f065";
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  padding-top: 10px;
  color: #ffffff;
  cursor: pointer;
}
.fa-stellar-compressAD:before {
  content: "\f066";
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  padding-top: 10px;
  color: #ffffff;
  cursor: pointer;
}
.fa-stellar-plus:before {
  content: "\f067";
}
.fa-stellar-minus:before {
  content: "\f068";
}
.fa-stellar-asterisk:before {
  content: "\f069";
}
.fa-stellar-exclamation-circle:before {
  content: "\f06a";
}
.fa-stellar-gift:before {
  content: "\f06b";
}
.fa-stellar-leaf:before {
  content: "\f06c";
}
.fa-stellar-fire:before {
  content: "\f06d";
}
.fa-stellar-eye:before {
  content: "\f06e";
}
.fa-stellar-eye-slash:before {
  content: "\f070";
}
.fa-stellar-warning:before,
.fa-stellar-exclamation-triangle:before {
  content: "\f071";
}
.fa-stellar-plane:before {
  content: "\f072";
}
.fa-stellar-calendar:before {
  content: "\f073";
}
.fa-stellar-comment:before {
  content: "\f075";
}
.fa-stellar-magnet:before {
  content: "\f076";
}
.fa-stellar-chevron-up:before {
  content: "\f077";
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 5px;
}
.fa-stellar-chevron-down:before {
  content: "\f078";
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 5px;
}
.fa-stellar-retweet:before {
  content: "\f079";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  
  transform: scale(1);
}
.fa-stellar-retweet-zoom:before {
  content: "\f079";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  
  transform: scale(1.2);
}
.fa-stellar-shopping-cart:before {
  content: "\f07a";
}
.fa-stellar-folder:before {
  content: "\f07b";
}
.fa-stellar-folder-open:before {
  content: "\f07c";
}
.fa-stellar-arrows-v:before {
  content: "\f07d";
}
.fa-stellar-arrows-h:before {
  content: "\f07e";
}
.fa-stellar-bar-chart-o:before {
  content: "\f080";
}
.fa-stellar-twitter-square:before {
  content: "\f081";
  position: absolute;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  left: 5px;
}
.fa-stellar-facebook-square:before {
  content: "\f082";
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-top: 8px;
	line-height: normal;
}
.fa-stellar-camera-retro:before {
  content: "\f083";
}
.fa-stellar-key:before {
  content: "\f084";
}
.fa-stellar-comments:before {
  content: "\f086";
}
.fa-stellar-thumbs-o-up:before {
  content: "\f087";
}
.fa-stellar-thumbs-o-down:before {
  content: "\f088";
}
.fa-stellar-star-half:before {
  content: "\f089";
}
.fa-stellar-heart-o:before {
  content: "\f08a";
}
.fa-stellar-sign-out:before {
  content: "\f08b";
}
.fa-stellar-linkedin-square:before {
  content: "\f08c";
}
.fa-stellar-thumb-tack:before {
  content: "\f08d";
}
.fa-stellar-external-link:before {
  content: "\f08e";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-top: 16px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-external-link-zoom:before {
  content: "\f08e";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-top: 16px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-sign-in:before {
  content: "\f090";
}
.fa-stellar-trophy:before {
  content: "\f091";
}
.fa-stellar-github-square:before {
  content: "\f092";
}
.fa-stellar-upload:before {
  content: "\f093";
}
.fa-stellar-lemon-o:before {
  content: "\f094";
}
.fa-stellar-phone:before {
  content: "\f095";
}
.fa-stellar-square-o:before {
  content: "\f096";
}
.fa-stellar-bookmark-o:before {
  content: "\f097";
}
.fa-stellar-phone-square:before {
  content: "\f098";
}
.fa-stellar-twitter:before {
  content: "\f099";
  position: absolute;
  padding-left: 9px;  
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  transform: scale(1);  
}
.fa-stellar-twitter-zoom:before {
  content: "\f099";
  position: absolute;
  padding-left: 9px;  
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px; 
  transform: scale(1.2);  
}
.fa-stellar-facebook:before {
  content: "\f09a";
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 9px;
  transform: scale(1);
}
.fa-stellar-facebook-zoom:before {
  content: "\f09a";
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-top: 9px;
  transform: scale(1.2);
}
.fa-stellar-github:before {
  content: "\f09b";
}
.fa-stellar-unlock:before {
  content: "\f09c";
}
.fa-stellar-credit-card:before {
  content: "\f09d";
}
.fa-stellar-rss:before {
  content: "\f09e";
}
.fa-stellar-hdd-o:before {
  content: "\f0a0";
}
.fa-stellar-bullhorn:before {
  content: "\f0a1";
}
.fa-stellar-bell:before {
  content: "\f0f3";
}
.fa-stellar-certificate:before {
  content: "\f0a3";
}
.fa-stellar-hand-o-right:before {
  content: "\f0a4";
}
.fa-stellar-hand-o-left:before {
  content: "\f0a5";
}
.fa-stellar-hand-o-up:before {
  content: "\f0a6";
}
.fa-stellar-hand-o-down:before {
  content: "\f0a7";
}
.fa-stellar-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-stellar-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-stellar-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-stellar-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-stellar-globe:before {
  content: "\f0ac";
}
.fa-stellar-wrench:before {
  content: "\f0ad";
}
.fa-stellar-tasks:before {
  content: "\f0ae";
}
.fa-stellar-filter:before {
  content: "\f0b0";
}
.fa-stellar-briefcase:before {
  content: "\f0b1";
}
.fa-stellar-arrows-alt:before {
  content: "\f0b2";
}
.fa-stellar-tv:before,
.fa-stellar-television:before {
  content: "\f26c";
}
.fa-stellar-tv-expand:before,
.fa-stellar-television-expand:before {
  content: "\f26c";
}
.fa-stellar-tv-compress:before,
.fa-stellar-television-compress:before {
  content: "\f26c";
}
.fa-stellar-group:before,
.fa-stellar-users:before {
  content: "\f0c0";
}
.fa-stellar-chain:before,
.fa-stellar-link:before {
  content: "\f0c1";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-chain-zoom:before,
.fa-stellar-link-zoom:before {
  content: "\f0c1";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-cloud:before {
  content: "\f0c2";
}
.fa-stellar-flask:before {
  content: "\f0c3";
}
.fa-stellar-cut:before,
.fa-stellar-scissors:before {
  content: "\f0c4";
}
.fa-stellar-copy:before,
.fa-stellar-files-o:before {
  content: "\f0c5";
}
.fa-stellar-paperclip:before {
  content: "\f0c6";
}
.fa-stellar-save:before,
.fa-stellar-floppy-o:before {
  content: "\f0c7";
}
.fa-stellar-square:before {
  content: "\f0c8";
}
.fa-stellar-bars:before {
  content: "\f0c9";
  position: absolute;
  padding-left: 9px; 
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 9px;
}
.fa-stellar-list-ul:before {
  content: "\f0ca";
  position: absolute;  
  padding-left: 8px;  
  padding-right: 8px;  padding-bottom: 8px;  padding-top: 8px;  
}
.fa-stellar-list-ol:before {
  content: "\f0cb";
}
.fa-stellar-strikethrough:before {
  content: "\f0cc";
}
.fa-stellar-underline:before {
  content: "\f0cd";
}
.fa-stellar-table:before {
  content: "\f0ce";
}
.fa-stellar-magic:before {
  content: "\f0d0";
}
.fa-stellar-truck:before {
  content: "\f0d1";
}
.fa-stellar-pinterest:before {
  content: "\f0d2";
}
.fa-stellar-pinterest-square:before {
  content: "\f0d3";
}
.fa-stellar-google-plus-square:before {
  content: "\f0d4";
}
.fa-stellar-google-plus:before {
  content: "\f0d5";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  padding-top: 9px;
  transform: scale(1);
}
.fa-stellar-google-plus-zoom:before {
  content: "\f0d5";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  padding-top: 9px;
  transform: scale(1.2);
}
.fa-stellar-money:before {
  content: "\f0d6";
}
.fa-stellar-caret-down:before {
  content: "\f0d7";
}
.fa-stellar-caret-up:before {
  content: "\f0d8";
}
.fa-stellar-caret-left:before {
  content: "\f0d9";
}
.fa-stellar-caret-right:before {
  content: "\f0da";
  position: absolute;
  padding-left: 13px;
  padding-top: 5px;
  left: 0px;
  font-size: 13px !important;
}
.fa-stellar-columns:before {
  content: "\f0db";
}
.fa-stellar-unsorted:before,
.fa-stellar-sort:before {
  content: "\f0dc";
}
.fa-stellar-sort-down:before,
.fa-stellar-sort-asc:before {
  content: "\f0dd";
    position: absolute;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 15px;
  padding-top: 11px;
}
.fa-stellar-sort-up:before,
.fa-stellar-sort-desc:before {
  content: "\f0de";
  position: absolute;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 11px;
  padding-top: 15px;
}
.fa-stellar-envelope:before {
  content: "\f0e0";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.fa-stellar-linkedin:before {
  content: "\f0e1";
}
.fa-stellar-rotate-left:before,
.fa-stellar-undo:before {
  content: "\f0e2";
}
.fa-stellar-legal:before,
.fa-stellar-gavel:before {
  content: "\f0e3";
}
.fa-stellar-dashboard:before,
.fa-stellar-tachometer:before {
  content: "\f0e4";
}
.fa-stellar-comment-o:before {
  content: "\f0e5";
}
.fa-stellar-comments-o:before {
  content: "\f0e6";
}
.fa-stellar-flash:before,
.fa-stellar-bolt:before {
  content: "\f0e7";
}
.fa-stellar-sitemap:before {
  content: "\f0e8";
}
.fa-stellar-umbrella:before {
  content: "\f0e9";
}
.fa-stellar-paste:before,
.fa-stellar-clipboard:before {
  content: "\f0ea";
}
.fa-stellar-lightbulb-o:before {
  content: "\f0eb";
}
.fa-stellar-exchange:before {
  content: "\f0ec";
}
.fa-stellar-cloud-download:before {
  content: "\f0ed";
}
.fa-stellar-cloud-upload:before {
  content: "\f0ee";
}
.fa-stellar-user-md:before {
  content: "\f0f0";
}
.fa-stellar-stethoscope:before {
  content: "\f0f1";
}
.fa-stellar-suitcase:before {
  content: "\f0f2";
}
.fa-stellar-bell-o:before {
  content: "\f0a2";
}
.fa-stellar-coffee:before {
  content: "\f0f4";
}
.fa-stellar-cutlery:before {
  content: "\f0f5";
}
.fa-stellar-file-text-o:before {
  content: "\f0f6";
}
.fa-stellar-building-o:before {
  content: "\f0f7";
}
.fa-stellar-hospital-o:before {
  content: "\f0f8";
}
.fa-stellar-ambulance:before {
  content: "\f0f9";
}
.fa-stellar-medkit:before {
  content: "\f0fa";
}
.fa-stellar-fighter-jet:before {
  content: "\f0fb";
}
.fa-stellar-beer:before {
  content: "\f0fc";
}
.fa-stellar-h-square:before {
  content: "\f0fd";
}
.fa-stellar-plus-square:before {
  content: "\f0fe";
}
.fa-stellar-angle-double-left:before {
  content: "\f100";
  position: absolute;      
  padding-left: 14px;      
  padding-right: 19px;      
  padding-bottom: 0px;      
  padding-top: 0px;      
  /* background: #ff0000; */;
}
.fa-stellar-angle-double-right:before {
  content: "\f101";
  position: absolute;
    
  padding-left: 18px;
    
  padding-right: 19px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.fa-stellar-angle-double-up:before {
  content: "\f102";
  position: absolute;
  padding-left: 2px;
  padding-right: 3px;
  padding-bottom: 15px;
  padding-top: 11px;
}
.fa-stellar-angle-double-down:before {
  content: "\f103";
  position: absolute;
  padding-left: 2px;
  padding-right: 3px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.fa-stellar-close:before{
  content: "\f00d";
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  padding-left: 10px;
  padding-right: 7px;
  padding-bottom: 8px;
  padding-top: 6px;
  line-height: normal;
}
.fa-stellar-angle-left:before {
  content: "\f104";
    
  position: absolute;      
  padding-left: 14px;      
  padding-right: 19px;      
  padding-bottom: 0px;      
  padding-top: 0px;      
}
.fa-stellar-angle-right:before {
  content: "\f105";
    position: absolute;
    padding-left: 14px;
    padding-right: 19px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.fa-stellar-angle-up:before {
  content: "\f106";
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 15px;
    padding-top: 11px;
}
.fa-stellar-angle-down:before {
  content: "\f107";
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 11px;
    padding-top: 15px;
}
.fa-stellar-desktop-expand:before {
  content: "\f108";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-desktop-expand-zoom:before {
  content: "\f108";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-desktop-compress:before {
  content: "\f108";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-desktop-compress-zoom:before {
  content: "\f108";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-laptop:before {
  content: "\f109";
}
.fa-stellar-tablet:before {
  content: "\f10a";
}
.fa-stellar-mobile-phone:before,
.fa-stellar-mobile:before {
  content: "\f10b";
}
.fa-stellar-circle-o:before {
  content: "\f10c";
}
.fa-stellar-quote-left:before {
  content: "\f10d";
}
.fa-stellar-quote-right:before {
  content: "\f10e";
}
.fa-stellar-spinner:before {
  content: "\f110";
}
.fa-stellar-circle:before {
  content: "\f111";
}
.fa-stellar-mail-reply:before,
.fa-stellar-reply:before {
  content: "\f112";
    position: absolute;
    right: 269px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
	line-height: normal;
  left: 5px;
}
.fa-stellar-github-alt:before {
  content: "\f113";
}
.fa-stellar-folder-o:before {
  content: "\f114";
}
.fa-stellar-folder-open-o:before {
  content: "\f115";
}
.fa-stellar-smile-o:before {
  content: "\f118";
}
.fa-stellar-frown-o:before {
  content: "\f119";
}
.fa-stellar-meh-o:before {
  content: "\f11a";
}
.fa-stellar-gamepad:before {
  content: "\f11b";
}
.fa-stellar-keyboard-o:before {
  content: "\f11c";
}
.fa-stellar-flag-o:before {
  content: "\f11d";
}
.fa-stellar-flag-checkered:before {
  content: "\f11e";
}
.fa-stellar-terminal:before {
  content: "\f120";
}
.fa-stellar-code:before {
  content: "\f121";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-code-zoom:before {
  content: "\f121";
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-reply-all:before {
  content: "\f122";
}
.fa-stellar-mail-reply-all:before {
  content: "\f122";
}
.fa-stellar-star-half-empty:before,
.fa-stellar-star-half-full:before,
.fa-stellar-star-half-o:before {
  content: "\f123";
}
.fa-stellar-location-arrow:before {
  content: "\f124";
}
.fa-stellar-crop:before {
  content: "\f125";
}
.fa-stellar-code-fork:before {
  content: "\f126";
}
.fa-stellar-unlink:before,
.fa-stellar-chain-broken:before {
  content: "\f127";
}
.fa-stellar-question:before {
  content: "\f128";
}
.fa-stellar-info:before {
    content: "\f129";
    position: absolute;
    padding-left: 13px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: normal;
    /* left: 5px; */
}
}
.fa-stellar-exclamation:before {
  content: "\f12a";
}
.fa-stellar-superscript:before {
  content: "\f12b";
}
.fa-stellar-subscript:before {
  content: "\f12c";
}
.fa-stellar-eraser:before {
  content: "\f12d";
}
.fa-stellar-puzzle-piece:before {
  content: "\f12e";
}
.fa-stellar-microphone:before {
  content: "\f130";
}
.fa-stellar-microphone-slash:before {
  content: "\f131";
}
.fa-stellar-shield:before {
  content: "\f132";
}
.fa-stellar-calendar-o:before {
  content: "\f133";
}
.fa-stellar-fire-extinguisher:before {
  content: "\f134";
}
.fa-stellar-rocket:before {
  content: "\f135";
}
.fa-stellar-maxcdn:before {
  content: "\f136";
}
.fa-stellar-chevron-circle-left:before {
  content: "\f137";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-chevron-circle-left-zoom:before {
  content: "\f137";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-chevron-circle-right:before {
  content: "\f138";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1);
}
.fa-stellar-chevron-circle-right-zoom:before {
  content: "\f138";
  position: absolute;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: normal;
  transform: scale(1.2);
}
.fa-stellar-chevron-circle-up:before {
  content: "\f139";
}
.fa-stellar-chevron-circle-down:before {
  content: "\f13a";
}
.fa-stellar-html5:before {
  content: "\f13b";
}
.fa-stellar-css3:before {
  content: "\f13c";
}
.fa-stellar-anchor:before {
  content: "\f13d";
}
.fa-stellar-unlock-alt:before {
  content: "\f13e";
}
.fa-stellar-bullseye:before {
  content: "\f140";
}
.fa-stellar-ellipsis-h:before {
  content: "\f141";
}
.fa-stellar-ellipsis-v:before {
  content: "\f142";
}
.fa-stellar-rss-square:before {
  content: "\f143";
}
.fa-stellar-play-circle:before {
  content: "\f144";
}
.fa-stellar-ticket:before {
  content: "\f145";
}
.fa-stellar-minus-square:before {
  content: "\f146";
}
.fa-stellar-minus-square-o:before {
  content: "\f147";
}
.fa-stellar-level-up:before {
  content: "\f148";
}
.fa-stellar-level-down:before {
  content: "\f149";
}
.fa-stellar-check-square:before {
  content: "\f14a";
}
.fa-stellar-pencil-square:before {
  content: "\f14b";
}
.fa-stellar-external-link-square:before {
  content: "\f14c";
}
.fa-stellar-share-square:before {
  content: "\f14d";
  position: absolute;    
    padding-left: 8px;    
    padding-right: 9px;    
	padding-bottom: 8px;    
    padding-top: 9px;    
}
.fa-stellar-compass:before {
  content: "\f14e";
}
.fa-stellar-toggle-down:before,
.fa-stellar-caret-square-o-down:before {
  content: "\f150";
}
.fa-stellar-toggle-up:before,
.fa-stellar-caret-square-o-up:before {
  content: "\f151";
}
.fa-stellar-toggle-right:before,
.fa-stellar-caret-square-o-right:before {
  content: "\f152";
}
.fa-stellar-euro:before,
.fa-stellar-eur:before {
  content: "\f153";
}
.fa-stellar-gbp:before {
  content: "\f154";
}
.fa-stellar-dollar:before,
.fa-stellar-usd:before {
  content: "\f155";
}
.fa-stellar-rupee:before,
.fa-stellar-inr:before {
  content: "\f156";
}
.fa-stellar-cny:before,
.fa-stellar-rmb:before,
.fa-stellar-yen:before,
.fa-stellar-jpy:before {
  content: "\f157";
}
.fa-stellar-ruble:before,
.fa-stellar-rouble:before,
.fa-stellar-rub:before {
  content: "\f158";
}
.fa-stellar-won:before,
.fa-stellar-krw:before {
  content: "\f159";
}
.fa-stellar-bitcoin:before,
.fa-stellar-btc:before {
  content: "\f15a";
}
.fa-stellar-file:before {
  content: "\f15b";
}
.fa-stellar-file-text:before {
  content: "\f15c";
}
.fa-stellar-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-stellar-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-stellar-sort-amount-asc:before {
  content: "\f160";
}
.fa-stellar-sort-amount-desc:before {
  content: "\f161";
}
.fa-stellar-sort-numeric-asc:before {
  content: "\f162";
}
.fa-stellar-sort-numeric-desc:before {
  content: "\f163";
}
.fa-stellar-thumbs-up:before {
  content: "\f164";
}
.fa-stellar-thumbs-down:before {
  content: "\f165";
}
.fa-stellar-youtube-square:before {
  content: "\f166";
}
.fa-stellar-youtube:before {
  content: "\f167";
}
.fa-stellar-xing:before {
  content: "\f168";
}
.fa-stellar-xing-square:before {
  content: "\f169";
}
.fa-stellar-youtube-play:before {
  content: "\f16a";
  position: absolute;
  color: #ffffff;
  font-size: 94px;
}
.fa-stellar-dropbox:before {
  content: "\f16b";
}
.fa-stellar-stack-overflow:before {
  content: "\f16c";
}
.fa-stellar-instagram:before {
  content: "\f16d";
}
.fa-stellar-flickr:before {
  content: "\f16e";
}
.fa-stellar-adn:before {
  content: "\f170";
}
.fa-stellar-bitbucket:before {
  content: "\f171";
}
.fa-stellar-bitbucket-square:before {
  content: "\f172";
}
.fa-stellar-tumblr:before {
  content: "\f173";
}
.fa-stellar-tumblr-square:before {
  content: "\f174";
}
.fa-stellar-long-arrow-down:before {
  content: "\f175";
}
.fa-stellar-long-arrow-up:before {
  content: "\f176";
}
.fa-stellar-long-arrow-left:before {
  content: "\f177";
}
.fa-stellar-long-arrow-right:before {
  content: "\f178";
}
.fa-stellar-apple:before {
  content: "\f179";
}
.fa-stellar-windows:before {
  content: "\f17a";
}
.fa-stellar-android:before {
  content: "\f17b";
}
.fa-stellar-linux:before {
  content: "\f17c";
}
.fa-stellar-dribbble:before {
  content: "\f17d";
}
.fa-stellar-skype:before {
  content: "\f17e";
}
.fa-stellar-foursquare:before {
  content: "\f180";
}
.fa-stellar-trello:before {
  content: "\f181";
}
.fa-stellar-female:before {
  content: "\f182";
}
.fa-stellar-male:before {
  content: "\f183";
}
.fa-stellar-gittip:before {
  content: "\f184";
}
.fa-stellar-sun-o:before {
  content: "\f185";
}
.fa-stellar-moon-o:before {
  content: "\f186";
}
.fa-stellar-archive:before {
  content: "\f187";
}
.fa-stellar-bug:before {
  content: "\f188";
}
.fa-stellar-vk:before {
  content: "\f189";
}
.fa-stellar-weibo:before {
  content: "\f18a";
}
.fa-stellar-renren:before {
  content: "\f18b";
}
.fa-stellar-pagelines:before {
  content: "\f18c";
}
.fa-stellar-stack-exchange:before {
  content: "\f18d";
}
.fa-stellar-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-stellar-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-stellar-toggle-left:before,
.fa-stellar-caret-square-o-left:before {
  content: "\f191";
}
.fa-stellar-dot-circle-o:before {
  content: "\f192";
}
.fa-stellar-wheelchair:before {
  content: "\f193";
}
.fa-stellar-vimeo-square:before {
  content: "\f194";
}
.fa-stellar-turkish-lira:before,
.fa-stellar-try:before {
  content: "\f195";
}
.fa-stellar-plus-square-o:before {
  content: "\f196";
}
.fa-stellar-play-indicator:before {
    content: "\f04b";
    /* position: absolute; */
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    /* padding-bottom: 14px; */
    /* padding-top: 14px; */
    /* line-height: normal; */
    /* transform: scale(1); */
}




.fa-stellar-iOSBtnScreen.dark:before {
    content: "\f028";
    position: absolute;
	color: #000;
	font-size: 115px;
	line-height: normal;
}
.fa-stellar-iOSBtnScreen.light:before {
    content: "\f028";
    position: absolute;
	color: #fbfbfb;
	font-size: 115px;
	line-height: normal;
}
.stellar_vp_iOSVolumeButtonScreen {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -49px 0px 0px -59px;
    width: 98px;
    height: 118px;
    z-index: 2147483647;
}
@keyframes pulse_animation {
	0% { transform: scale(0.8); }
   50% { transform: scale(1); }
   100% { transform: scale(0.8); }
}
.pulse {
	animation-name: pulse_animation;
	animation-duration: 2000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}






/****** FILE: themes/samba/css/ionicons.css *****/
@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.1"); src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }


/****** FILE: themes/samba/css/swiper-bundle.min.css *****/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/****** FILE: themes/samba/css/site.css *****/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import "../css/flexslider.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #403d3d;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7a6855;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4d4236;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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: #f9f9f9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  color: #222 !important;
  font-weight: 500;
}
a {
  color: #3e352b;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #f9f9f9;
}
.text-primary {
  color: #7a6855;
}
a.text-primary:hover {
  color: #5c4e40;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #990000;
}
a.text-danger:hover {
  color: #660000;
}
.bg-primary {
  color: #fff;
  background-color: #7a6855;
}
a.bg-primary:hover {
  background-color: #5c4e40;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 #f9f9f9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #f9f9f9;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.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: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #403d3d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #f9f9f9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #f9f9f9;
}
.form-control::-webkit-input-placeholder {
  color: #f9f9f9;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #990000;
}
.has-error .form-control {
  border-color: #990000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #660000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
}
.has-error .input-group-addon {
  color: #990000;
  border-color: #990000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #990000;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #817b7b;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.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: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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00b4ce;
  border-color: #009eb5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0090a5;
  border-color: #006877;
}
.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: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: #00b4ce;
  border-color: #009eb5;
}
.btn-primary .badge {
  color: #00b4ce;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #a30000;
  border-color: #750000;
}
.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: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: #cc0000;
  border-color: #b30000;
}
.btn-warning .badge {
  color: #cc0000;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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: #fff;
}
.btn-link {
  color: #7a6855;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4d4236;
  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: #f9f9f9;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/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 {
  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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #403d3d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333131;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #7a6855;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f9f9f9;
}
.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: 14px;
  line-height: 1.42857143;
  color: #f9f9f9;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #f9f9f9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f9f9f9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #7a6855;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #7a6855;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f9f9f9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f9f9f9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f9f9f9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1024px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f9f9f9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f9f9f9;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f9f9f9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e0e0e0;
}
.label-primary {
  background-color: #7a6855;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #5c4e40;
}
.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: #cc0000;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #990000;
}
.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: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #7a6855;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 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: #7a6855;
}
.thumbnail .caption {
  padding: 9px;
  color: #403d3d;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 400;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-default {
  background-color: #fff;
  border-color: #ddd;
  color: #403d3d;
}
.alert-default hr {
  border-top-color: #d0d0d0;
}
.alert-default .alert-link {
  color: #262424;
}
.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: #990000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #660000;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #7a6855;
  border-color: #7a6855;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d6cec5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #990000;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #990000;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #990000;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #403d3d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #7a6855;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #7a6855;
  border-color: #7a6855;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #7a6855;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #7a6855;
}
.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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #990000;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1105000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1104000;
  background-color: #001a2c;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #001a2c;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #001a2c;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse: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,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) 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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../bower_components/font-awesome/fonts//fontawesome-webfont.eot?v=4.2.0');
  src: url('../bower_components/font-awesome/fonts//fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../bower_components/font-awesome/fonts//fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../bower_components/font-awesome/fonts//fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../bower_components/font-awesome/fonts//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-file-pdf:before {
  content: "\f1c1";
}
.fa-file-jpg:before {
  content: "\f1c5";
}
.fa-file-jpeg:before {
  content: "\f1c5";
}
#back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 767px) {
  #back-to-top {
    display: block;
    z-index: 1000;
  }
}
#back-to-top.affix-top {
  opacity: 0;
}
#back-to-top.affix {
  opacity: 0.8;
}
#SubscriptionForm_SubscriptionForm .btn {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff;
  font-size: 11px;
}
#SubscriptionForm_SubscriptionForm input {
  font-size: 11px;
  padding: 6px;
}
#SubscriptionForm_SubscriptionForm p,
#SubscriptionForm_SubscriptionForm .help-block {
  text-align: left;
  color: #fff;
  line-height: 1.1;
}
#SubscriptionForm_SubscriptionForm p small,
#SubscriptionForm_SubscriptionForm .help-block small {
  font-size: 12px;
  line-height: 14px;
}
#SubscriptionForm_SubscriptionForm a {
  font-weight: bold;
}
#SubscriptionForm_SubscriptionForm .error input,
#SubscriptionForm_SubscriptionForm .error select {
  border-color: red;
}
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6500001;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: ElegantIcons;
  content: "\3c";
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before {
  font-family: ElegantIcons;
  content: "\3d";
  color: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  margin: 0 !important;
  border: none;
  border-radius: 0;
  height: 100%;
  z-index: 1;
}
.flexslider ul.slides {
  height: 100%;
}
.flexslider ul.slides li:before {
  content: none !important;
}
.flexslider .slides li {
  padding: 0;
}
.language-mobile {
  position: absolute;
  top: 0;
  right: 15px;
  list-style-type: none;
}
@media (min-width: 1025px) {
  .language-mobile {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .language-mobile {
    display: block !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .language-mobile {
    display: block !important;
  }
}
.language-mobile li {
  float: left;
  margin: 0 0 0 15px;
}
.language-mobile li a {
  color: #fff;
  font-weight: normal;
}
.languages.dropdown .dropdown-toggle::after {
  display: none;
  /* Entfernt das Standard-Dropdown-Pfeil-Symbol */
}
.languages.dropdown .dropdown-toggle {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.languages.dropdown .current-language {
  margin-left: 5px;
}
.languages.dropdown .dropdown-menu {
  min-width: 50px;
  margin-top: 5px;
  padding-top: 0px;
}
.languages.dropdown .dropdown-item {
  flex: 1 0 100%;
  display: inherit;
  text-align: center;
  line-height: 2;
  height: auto;
}
.languages.dropdown .dropdown-item.active,
.languages.dropdown .dropdown-item:active {
  background-color: #7a6855;
  color: white;
}
.admin .logo,
.AdminPage .logo,
.ClientOrderPage .logo {
  left: 0;
  margin-left: 0;
  position: static;
}
#nav-icon {
  width: 24px;
  height: 20px;
  top: 10px;
  right: 20px;
  position: fixed;
  margin: 25px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #nav-icon {
    display: block;
  }
}
@media (max-width: 1025px) {
  #nav-icon {
    display: block;
    margin-top: 20px;
    margin-right: 0;
    right: 30px;
  }
}
@media (max-width: 480px) {
  #nav-icon {
    margin-top: 20px;
    right: 15px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 7px;
}
#nav-icon span:nth-child(4) {
  top: 14px;
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 99999;
  font-size: 1rem;
  height: 10rem;
  line-height: 10rem;
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.3);
  overflow: visible;
}
@media (max-width: 1025px) {
  header {
    height: 6rem;
    line-height: 6rem;
    overflow: hidden;
  }
}
header .hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 1rem;
}
@media (max-width: 1025px) {
  header .hamburger {
    display: block;
  }
}
@media (max-width: 1025px) {
  header.visible {
    overflow: visible;
    height: 100vh;
  }
}
header a {
  text-decoration: none;
}
header .header-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  height: inherit;
}
@media (min-width: 1440px) {
  header .header-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  header .header-inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1025px) {
  header .header-inner {
    justify-content: start;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
}
header .header-inner .logo {
  z-index: 999;
  pointer-events: all;
  margin-right: 2rem;
}
header .header-inner .logo.bottom {
  margin-left: 0;
}
header .header-inner .logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 1025px) {
  header .header-inner .logo {
    margin-left: 1rem;
    margin-right: 6rem;
  }
  header .header-inner .logo img {
    width: 120px;
  }
}
header .header-inner .pibs-logo {
  order: 3;
  display: flex;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  header .header-inner .pibs-logo {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  header .header-inner .pibs-logo {
    order: 2;
  }
  header .header-inner .pibs-logo #logo-pibs {
    width: 120px !important;
  }
}
@media (max-width: 1025px) {
  header .header-inner div.topmenu {
    height: calc(100vh - 6rem);
    width: 100%;
    overflow-y: scroll;
    background: #ebe7e3;
    padding-bottom: 200px;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
header .header-inner div.topmenu ul {
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
  display: flex;
  order: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  height: inherit;
  overflow: visible;
}
@media (max-width: 1025px) {
  header .header-inner div.topmenu ul {
    order: 3;
    background: #ebe7e3;
    align-items: normal;
    display: block;
    padding: 0;
    gap: 0;
  }
  header .header-inner div.topmenu ul li {
    line-height: 30px;
    margin-bottom: 1rem;
  }
  header .header-inner div.topmenu ul li a {
    color: #000 !important;
    line-height: 30px !important;
    font-weight: 700 !important;
  }
  header .header-inner div.topmenu ul li ul.column {
    display: block !important;
    position: relative !important;
    box-shadow: none !important;
    padding: 0 !important;
    top: auto !important;
  }
  header .header-inner div.topmenu ul li ul.column.visible {
    background: transparent !important;
  }
  header .header-inner div.topmenu ul li ul.column li {
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }
  header .header-inner div.topmenu ul li ul.column li a {
    color: #000 !important;
    line-height: 30px !important;
    font-weight: 300 !important;
  }
}
header .header-inner div.topmenu ul li {
  position: relative;
}
header .header-inner div.topmenu ul li.languages {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 480px) {
  header .header-inner div.topmenu ul li.languages {
    padding-top: 1rem;
    border-top: 1px solid #7a6855;
  }
}
header .header-inner div.topmenu ul li.languages span {
  padding-right: 1rem;
  color: #7a6855;
}
header .header-inner div.topmenu ul li.languages a {
  color: #444;
}
header .header-inner div.topmenu ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  height: inherit;
  font-weight: 300;
  display: inline-block;
  line-height: 100px;
  text-transform: uppercase;
  color: #333;
}
@media screen and(max-width: 1025px) {
  header .header-inner div.topmenu ul li a {
    font-weight: 700 !important;
  }
}
header .header-inner div.topmenu ul li a:hover {
  color: #7a6855;
}
header .header-inner div.topmenu ul li.active a,
header .header-inner div.topmenu ul li.section a,
header .header-inner div.topmenu ul li.current a {
  color: #7a6855;
}
header .header-inner div.topmenu ul li ul.column {
  padding: 0 1rem;
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  right: auto;
  list-style-type: none;
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.3);
}
header .header-inner div.topmenu ul li ul.column.visible {
  display: block;
  background: #7a6855;
  overflow: hidden;
}
header .header-inner div.topmenu ul li ul.column li {
  height: auto;
  padding-right: 2rem;
  line-height: 1;
}
header .header-inner div.topmenu ul li ul.column li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  line-height: 50px;
}
@media screen and(max-width: 1025px) {
  header .header-inner div.topmenu ul li ul.column li a {
    font-weight: 700 !important;
  }
}
header .header-inner div.topmenu ul li ul.column ul {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 1;
  width: 100%;
}
header .header-inner div.topmenu ul li ul.column .submenu-links a.section {
  color: white !important;
}
footer.subscribe {
  background: #00b4ce;
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  footer.subscribe form {
    margin: 30px 0;
  }
}
footer.subscribe h4 {
  margin-top: 0;
}
@media (max-width: 480px) {
  footer.subscribe h4 {
    font-size: 16px;
  }
}
footer.subscribe small {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.1;
}
.footer-nav {
  margin-top: 40px;
}
.footer-nav a {
  text-decoration: none !important;
}
.footer-nav a:hover {
  text-decoration: underline !important;
}
footer.sponsors {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
footer.sponsors h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  footer.sponsors h4 {
    font-size: 16px;
  }
}
footer.sponsors .sponsor {
  overflow: hidden;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  footer.sponsors .sponsor {
    margin: 10px 0 0 0;
  }
}
footer.sponsors .sponsor a {
  display: block;
  text-align: center;
  color: #fff;
}
footer.sponsors .sponsor p {
  font-size: 11px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  footer.sponsors .sponsor p {
    margin-top: -20px;
  }
}
footer.sponsors .sponsor p.description {
  margin-top: -30px;
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 768px) {
  footer.sponsors .sponsor p.description {
    font-size: 9px;
  }
}
footer.sponsors .sponsor img {
  width: 80%;
  margin-top: 0px;
}
@media (max-width: 768px) {
  footer.sponsors .sponsor img {
    width: 80%;
    margin-top: 0px;
  }
}
footer.navigation {
  color: #fff;
  background-color: #ac9b89;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 13px;
}
@media (max-width: 768px) {
  footer.navigation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer.navigation a {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
}
footer.navigation nav {
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  footer.navigation nav ul {
    margin-top: 30px;
  }
}
footer.navigation nav ul li > a {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  background: transparent;
  padding: 0;
}
footer.navigation nav ul li > a:hover,
footer.navigation nav ul li a:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
}
footer li {
  list-style-type: none;
}
footer .social-icons {
  margin-top: 0px;
  margin-bottom: 60px;
  float: right;
}
@media (max-width: 768px) {
  footer .social-icons {
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    float: none;
    text-align: left;
  }
}
@media (max-width: 480px) {
  footer .social-icons {
    margin-top: 20px;
  }
}
footer .social-icons a {
  width: 25%;
  display: block;
  float: left;
  text-align: left;
  color: #fff;
  padding-left: 5px;
}
@media (max-width: 768px) {
  footer .social-icons a {
    text-align: left;
    padding-left: 0px;
  }
}
footer .btn-subscription {
  border-radius: 0;
  background-color: transparent;
  border-color: #fff;
  margin-bottom: 10px;
  color: #fff;
  white-space: initial;
  margin-right: 20px;
  font-size: 13px;
}
@media (max-width: 480px) {
  footer .btn-subscription {
    margin-top: 20px;
    margin-right: 0;
  }
}
footer .btn-subscription:hover {
  border-color: #7a6855;
  color: #7a6855;
}
footer a.tel {
  color: #fff;
  font-weight: bold;
}
footer .logo.bottom {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
footer .logo.bottom svg {
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  marging-top: 0px;
  padding-left: 0px;
  width: 200px;
  height: auto;
  border: none;
}
@media (max-width: 1024px) {
  footer .logo.bottom svg {
    width: 180px;
  }
}
@media (max-width: 768px) {
  footer .logo.bottom svg {
    width: 150px;
  }
}
footer .logo path {
  stroke: none;
  fill: #ffffff !important;
}
footer .fa {
  margin-left: 15px;
}
footer.navigation-bottom {
  display: none;
  background-color: #7a6855;
  background: -webkit-linear-gradient(left, #7a6855, #c1b4a7);
  background: -moz-linear-gradient(left, #7a6855, #c1b4a7);
  background: -ms-linear-gradient(left, #7a6855, #c1b4a7);
  background: -o-linear-gradient(left, #7a6855, #c1b4a7);
  padding-top: 20px;
  padding-bottom: 0px;
}
footer.navigation-bottom nav {
  display: table;
}
@media (max-width: 1024px) {
  footer.navigation-bottom nav {
    display: block;
  }
}
footer.navigation-bottom nav ul {
  display: table-row;
}
@media (max-width: 1024px) {
  footer.navigation-bottom nav ul {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}
footer.navigation-bottom nav ul li {
  display: table-cell;
  width: 1%;
}
@media (max-width: 1024px) {
  footer.navigation-bottom nav ul li {
    display: inline-block;
    width: auto;
  }
}
footer.navigation-bottom nav ul li > a {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 1024px) {
  footer.navigation-bottom nav ul li > a {
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0;
    margin: 5px 10px;
  }
}
footer.navigation-bottom nav ul li > a:hover,
footer.navigation-bottom nav ul li a:focus {
  background: transparent;
  color: #fff;
}
footer.navigation-bottom .copyright {
  font-size: 10px;
  text-align: center;
  display: block;
  color: #fff;
  margin: 20px 0;
  letter-spacing: 1px;
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ------------ iPad ---------------*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* STYLES GO HERE */
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* STYLES GO HERE */
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
}
/* ------------ iPad Retina---------------*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* Portrait */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Samsung Galaxy S3 Mini ----------- */
.SignupPage .parsley-errors-list {
  text-align: right;
  list-style-type: none;
  color: #cc0000;
  font-size: 11px;
}
.SignupPage h2,
.SignupPage h3 {
  text-align: left !important;
}
.SignupPage .YachtRow {
  box-shadow: none;
  background: transparent;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.SignupPage .YachtRow div.field,
.SignupPage .YachtRow div.form-group,
.SignupPage .YachtRow div.fieldholder-small {
  width: 1%;
  display: table-cell;
  padding: 10px;
}
.SignupPage .TentRow {
  box-shadow: none;
  background: transparent;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.SignupPage section {
  background-color: #fff;
  color: #001a2c;
  margin-top: 0px;
  padding-top: 0px !important;
}
.SignupPage .stepwizard-row {
  display: table-row;
}
.SignupPage .stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.SignupPage .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.SignupPage .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.SignupPage .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.SignupPage .stepwizard-step.current .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 15px;
  color: #fff;
  background: #222;
  font-weight: bold;
  border: none;
}
.SignupPage .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 15px;
}
.SignupPage .stepwizard-step span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.SignupPage form {
  margin: 0px 0px;
  background-color: #fff;
  padding-bottom: 3rem;
  font-size: 85%;
}
.SignupPage form label,
.SignupPage form select,
.SignupPage form input[type="text"] {
  font-size: 85%;
}
.SignupPage form .row {
  margin-top: 20px;
}
.SignupPage form .row .well {
  overflow: hidden;
}
.SignupPage form .checkboxset {
  border: none;
  box-shadow: none;
}
.SignupPage form .checkboxset label {
  display: block;
}
.SignupPage form .checkboxset .middleColumn {
  overflow: hidden;
  background: #e7e7e7;
  padding: 5px 10px;
}
.SignupPage form .checkboxset .middleColumn .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.SignupPage fieldset,
.SignupPage .Actions {
  padding: 15px 0px;
}
.SignupPage .well {
  box-shadow: none;
  background: transparent;
}
.SignupPage #NDAAccepted,
.SignupPage #PhotoTermsAccepted,
.SignupPage #TermsAccepted {
  display: block;
}
.SignupPage #NDAAccepted span.message.required,
.SignupPage #PhotoTermsAccepted span.message.required,
.SignupPage #TermsAccepted span.message.required {
  display: block;
  padding-left: 0px;
  padding-top: 10px;
}
.SignupPage #TermsAccepted .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.SignupPage #TermsAccepted .message {
  display: block;
  color: red;
  padding-left: 20px;
}
.SignupPage input[type="submit"] {
  text-align: center;
}
.SignupPage input.error,
.SignupPage input.holder-required {
  border-color: #cc0000;
}
.SignupPage span.required {
  color: #cc0000;
}
.SignupPage .holder-error .help-block,
.SignupPage .holder-required .help-block,
.SignupPage .holder-error .help-block.error,
.SignupPage .holder-required .help-block.error {
  color: #cc0000;
  font-size: 11px;
}
.SignupPage .optionset {
  display: block;
}
.SignupPage .optionset li {
  display: block;
  float: left;
  margin-right: 30px;
}
.SignupPage #WillAssist {
  margin-top: 40px;
}
.SignupPage #CancellationReason {
  margin-top: 40px;
}
.SignupPage #PassportDateOfBirth input,
.SignupPage #PassportDateOfIssue input,
.SignupPage #PassportValidUntil input,
.SignupPage #ArrivalDate input,
.SignupPage #DepartureDate input {
  width: 70px;
  display: inline;
}
.SignupPage .Actions {
  margin-top: 50px;
}
.SignupPage .Actions .form-group {
  float: right;
}
.SignupPage .Actions .form-group:first-child {
  float: left;
}
.SignupPage form table td {
  font-size: 80%;
}
.SignupPage .hint {
  font-size: 70%;
  text-align: right;
  float: right;
}
.SignupPage .legal-hint-form {
  margin-top: 30px;
  font-size: 70%;
}
.SignupPage form h3 {
  text-align: center;
}
.h-captcha {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wf-loading h1,
.wf-loading h2 {
  visibility: hidden;
}
h1,
.h1 {
  font-size: 3.125em;
  line-height: 1.1;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 2.75em;
  }
}
h2,
.h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h2.small,
.h2.small {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 1.75em;
}
.uppercase {
  text-transform: uppercase;
}
p strong,
li strong,
a strong {
  font-weight: 700;
}
p a {
  text-transform: uppercase;
  color: #403d3d;
}
li a,
li a:active,
li a:focus {
  outline: none !important;
}
p a {
  text-decoration: underline;
}
hr {
  padding-top: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
#back-to-top {
  z-index: 1000;
}
#back-to-top a {
  color: #403d3d;
  font-size: 27px;
  text-decoration: none !important;
}
#back-to-top a:hover {
  text-decoration: none;
}
.btn-darkblue {
  background-color: #7a6855;
  color: #fff;
  border-radius: 0 !important;
  padding: 15px 30px !important;
}
.btn-darkblue:hover {
  background-color: #403d3d;
  color: #fff;
}
#SubscriptionModal,
#PressAccreditationModal {
  background-color: #f9f9f9;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  #SubscriptionModal,
  #PressAccreditationModal {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  #SubscriptionModal,
  #PressAccreditationModal {
    padding: 0;
  }
}
#SubscriptionModal h2,
#PressAccreditationModal h2 {
  padding-bottom: 50px;
  text-align: center;
}
#SubscriptionModal .close,
#PressAccreditationModal .close {
  font-size: 50px;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #403d3d;
}
#SubscriptionModal .modal-content,
#PressAccreditationModal .modal-content {
  position: relative;
  padding: 50px;
  box-shadow: none;
  min-height: auto !important;
}
@media (max-width: 480px) {
  #SubscriptionModal .modal-content,
  #PressAccreditationModal .modal-content {
    padding: 40px 20px;
  }
}
#SubscriptionModal #SubscriptionForm_SubscriptionForm,
#PressAccreditationModal #SubscriptionForm_SubscriptionForm,
#SubscriptionModal #PressAccreditationForm_PressAccreditationForm,
#PressAccreditationModal #PressAccreditationForm_PressAccreditationForm {
  border: none !important;
  font-size: 16px;
}
#SubscriptionModal #SubscriptionForm_SubscriptionForm .form-control,
#PressAccreditationModal #SubscriptionForm_SubscriptionForm .form-control,
#SubscriptionModal #PressAccreditationForm_PressAccreditationForm .form-control,
#PressAccreditationModal #PressAccreditationForm_PressAccreditationForm .form-control {
  color: #403d3d;
  border-color: #403d3d;
  border-radius: 0;
  height: 40px;
}
#SubscriptionModal #SubscriptionForm_SubscriptionForm .btn-primary,
#PressAccreditationModal #SubscriptionForm_SubscriptionForm .btn-primary,
#SubscriptionModal #PressAccreditationForm_PressAccreditationForm .btn-primary,
#PressAccreditationModal #PressAccreditationForm_PressAccreditationForm .btn-primary {
  background-color: #7a6855 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  height: auto;
}
#SubscriptionModal #SubscriptionForm_SubscriptionForm .btn-primary:hover,
#PressAccreditationModal #SubscriptionForm_SubscriptionForm .btn-primary:hover,
#SubscriptionModal #PressAccreditationForm_PressAccreditationForm .btn-primary:hover,
#PressAccreditationModal #PressAccreditationForm_PressAccreditationForm .btn-primary:hover {
  background-color: #403d3d !important;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-weight: 300;
  height: 100%;
}
body.show-menu {
  height: 100% !important;
  overflow: hidden !important;
  position: relative;
}
body.show-menu .hero,
body.show-menu .text-ani,
body.show-menu .claim,
body.show-menu .logo,
body.show-menu .more-down-hint {
  display: none !important;
}
body.show-menu .top-holder {
  background-image: none;
}
.wrapper {
  margin-top: 100px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.wrapper.in {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  height: 100%;
}
@media (min-width: 1440px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .wrapper {
    margin-top: 60px !important;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .wrapper #new-build-hub {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .wrapper #new-build-hub {
    padding-top: 0px;
  }
}
.wrapper #yachts-refitrepair {
  padding-bottom: 80px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  width: 100%;
  height: auto;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  color: #222;
  padding: 30px;
  grid-gap: 60px;
}
@media (max-width: 768px) {
  .content-grid {
    display: block;
  }
}
.content-grid .programme {
  padding: 20px 60px;
  background-color: #0ca7c9;
  color: #fff;
}
.content-grid .grid-text {
  padding: 20px 60px;
  color: #222;
}
.content-text {
  padding: 5%;
}
.content-text p {
  font-family: nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  margin-top: 0px;
  line-height: 1.5;
  text-transform: none;
  text-align: left;
  font-weight: 300;
  font-size: 25px;
}
.bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.bg-img:hover .overlay .read-more {
  opacity: 1;
  vertical-align: middle;
}
.bg-img.exhibitors {
  background-color: #7a6855;
}
.bg-img.yachts {
  background-color: #5c4e40;
}
.bg-img .overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 1s ease;
  opacity: 1;
  padding: 20px;
}
.bg-img .overlay a {
  text-decoration: none !important;
  display: block;
  overflow: hidden;
}
.bg-img .overlay h3,
.bg-img .overlay h2 {
  text-align: center;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 1;
}
@media (max-width: 768px) {
  .bg-img .overlay h3,
  .bg-img .overlay h2 {
    opacity: 1;
  }
}
.bg-img .overlay .read-more {
  position: absolute;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  vertical-align: middle;
  cursor: pointer;
}
.bg-img .overlay .read-more span,
.bg-img .overlay .read-more i {
  vertical-align: middle;
  font-size: inherit;
}
article {
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 1025px) {
  article {
    min-height: 400px;
  }
}
article table {
  text-align: left;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
article table tr td {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}
article table tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 320px) {
  article table tr td:first-child {
    height: auto;
    white-space: normal;
  }
}
article .bg-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article .map-holder-small {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  background: #7a6855;
}
@media (max-width: 1025px) {
  article .map-holder-small {
    height: 300px;
  }
}
.AboutPage section:first-child,
.Page section:first-child,
.ContactPage section:first-child {
  position: relative;
}
.ContactPage .block {
  padding-top: 80px;
}
@media (max-width: 480px) {
  .ContactPage .block {
    padding: 40px 15px;
  }
}
.galleries .swiper-slide {
  width: 20%;
  position: relative;
}
.galleries .swiper-slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.galleries .swiper-slide .overlay h5 {
  color: #fff;
}
.GalleryPage .back-link,
.HRPhotoPage .back-link {
  float: left;
}
.GalleryPage .gallery-wrapper,
.HRPhotoPage .gallery-wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 80px 0;
  text-align: left;
}
@media (max-width: 1440px) {
  .GalleryPage .gallery-wrapper,
  .HRPhotoPage .gallery-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .GalleryPage .gallery-wrapper,
  .HRPhotoPage .gallery-wrapper {
    padding: 20px;
    height: 120px;
  }
}
.GalleryPage .gallery-wrapper gallery-menu,
.HRPhotoPage .gallery-wrapper gallery-menu {
  float: left;
}
.GalleryPage .gallery-wrapper .back-link,
.HRPhotoPage .gallery-wrapper .back-link {
  float: left;
}
@media (max-width: 480px) {
  .GalleryPage .gallery-wrapper .back-link,
  .HRPhotoPage .gallery-wrapper .back-link {
    width: 200px;
    padding-bottom: 10px;
  }
}
.GalleryPage .gallery-wrapper .overflow-scroll,
.HRPhotoPage .gallery-wrapper .overflow-scroll {
  margin-top: 50px;
  width: 100%;
  z-index: 1;
  position: absolute;
  height: 100px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.GalleryPage .gallery-wrapper .overflow-scroll .overflow-scroll-inner,
.HRPhotoPage .gallery-wrapper .overflow-scroll .overflow-scroll-inner {
  height: 50px;
}
.GalleryPage .gallery-wrapper .overflow-scroll .square,
.HRPhotoPage .gallery-wrapper .overflow-scroll .square {
  position: relative;
  float: left;
  margin: 0;
  margin-right: 100px;
  height: 50px;
}
@media (max-width: 480px) {
  .GalleryPage .gallery-wrapper .overflow-scroll .square,
  .HRPhotoPage .gallery-wrapper .overflow-scroll .square {
    width: 1500px;
  }
}
.GalleryPage .gallery-wrapper .overflow-scroll .square a,
.HRPhotoPage .gallery-wrapper .overflow-scroll .square a {
  color: #7a6855;
  padding-right: 80px;
  display: block;
  float: left;
}
.GalleryPage .gallery-wrapper .overflow-scroll .square a:hover,
.HRPhotoPage .gallery-wrapper .overflow-scroll .square a:hover {
  text-decoration: none;
  color: #c1b4a7;
}
.GalleryPage .gallery-wrapper .overflow-scroll .square a.active,
.HRPhotoPage .gallery-wrapper .overflow-scroll .square a.active {
  font-weight: 700;
}
@media (max-width: 480px) {
  .GalleryPage .gallery-wrapper .overflow-scroll .square a,
  .HRPhotoPage .gallery-wrapper .overflow-scroll .square a {
    width: auto;
    padding-right: 30px;
  }
}
.GalleryPage footer,
.HRPhotoPage footer {
  margin-top: 0px;
}
.GalleryPage .top-holder,
.HRPhotoPage .top-holder {
  display: none;
}
.GalleryPage .my-gallery,
.HRPhotoPage .my-gallery {
  position: relative;
  margin: 0;
  width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .GalleryPage .my-gallery,
  .HRPhotoPage .my-gallery {
    width: 100% !important;
  }
}
.GalleryPage .my-gallery,
.HRPhotoPage .my-gallery,
.GalleryPage .my-videos,
.HRPhotoPage .my-videos {
  width: 100%;
  overflow: hidden;
}
.GalleryPage .my-gallery .video-head,
.HRPhotoPage .my-gallery .video-head,
.GalleryPage .my-videos .video-head,
.HRPhotoPage .my-videos .video-head,
.GalleryPage .my-gallery .photos-head,
.HRPhotoPage .my-gallery .photos-head,
.GalleryPage .my-videos .photos-head,
.HRPhotoPage .my-videos .photos-head {
  background-color: #000000;
  overflow: hidden;
  padding: 10px 15px;
}
.GalleryPage .my-gallery .video-head h4,
.HRPhotoPage .my-gallery .video-head h4,
.GalleryPage .my-videos .video-head h4,
.HRPhotoPage .my-videos .video-head h4,
.GalleryPage .my-gallery .photos-head h4,
.HRPhotoPage .my-gallery .photos-head h4,
.GalleryPage .my-videos .photos-head h4,
.HRPhotoPage .my-videos .photos-head h4 {
  margin: 0;
}
.GalleryPage .my-gallery .figure,
.HRPhotoPage .my-gallery .figure,
.GalleryPage .my-videos .figure,
.HRPhotoPage .my-videos .figure,
.GalleryPage .my-gallery figure.thumbnail,
.HRPhotoPage .my-gallery figure.thumbnail,
.GalleryPage .my-videos figure.thumbnail,
.HRPhotoPage .my-videos figure.thumbnail,
.GalleryPage .my-gallery div.video,
.HRPhotoPage .my-gallery div.video,
.GalleryPage .my-videos div.video,
.HRPhotoPage .my-videos div.video {
  float: left;
  position: relative;
  width: 12.5%;
  width: 20%;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.GalleryPage .my-gallery .figure .caption,
.HRPhotoPage .my-gallery .figure .caption,
.GalleryPage .my-videos .figure .caption,
.HRPhotoPage .my-videos .figure .caption,
.GalleryPage .my-gallery figure.thumbnail .caption,
.HRPhotoPage .my-gallery figure.thumbnail .caption,
.GalleryPage .my-videos figure.thumbnail .caption,
.HRPhotoPage .my-videos figure.thumbnail .caption,
.GalleryPage .my-gallery div.video .caption,
.HRPhotoPage .my-gallery div.video .caption,
.GalleryPage .my-videos div.video .caption,
.HRPhotoPage .my-videos div.video .caption {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 1;
  font-size: 12px;
}
.GalleryPage .my-gallery .figure.video,
.HRPhotoPage .my-gallery .figure.video,
.GalleryPage .my-videos .figure.video,
.HRPhotoPage .my-videos .figure.video,
.GalleryPage .my-gallery figure.thumbnail.video,
.HRPhotoPage .my-gallery figure.thumbnail.video,
.GalleryPage .my-videos figure.thumbnail.video,
.HRPhotoPage .my-videos figure.thumbnail.video,
.GalleryPage .my-gallery div.video.video,
.HRPhotoPage .my-gallery div.video.video,
.GalleryPage .my-videos div.video.video,
.HRPhotoPage .my-videos div.video.video {
  width: 25%;
}
@media (min-width: 1920px) {
  .GalleryPage .my-gallery .figure,
  .HRPhotoPage .my-gallery .figure,
  .GalleryPage .my-videos .figure,
  .HRPhotoPage .my-videos .figure,
  .GalleryPage .my-gallery figure.thumbnail,
  .HRPhotoPage .my-gallery figure.thumbnail,
  .GalleryPage .my-videos figure.thumbnail,
  .HRPhotoPage .my-videos figure.thumbnail,
  .GalleryPage .my-gallery div.video,
  .HRPhotoPage .my-gallery div.video,
  .GalleryPage .my-videos div.video,
  .HRPhotoPage .my-videos div.video {
    width: 12.5%;
  }
  .GalleryPage .my-gallery .figure.video,
  .HRPhotoPage .my-gallery .figure.video,
  .GalleryPage .my-videos .figure.video,
  .HRPhotoPage .my-videos .figure.video,
  .GalleryPage .my-gallery figure.thumbnail.video,
  .HRPhotoPage .my-gallery figure.thumbnail.video,
  .GalleryPage .my-videos figure.thumbnail.video,
  .HRPhotoPage .my-videos figure.thumbnail.video,
  .GalleryPage .my-gallery div.video.video,
  .HRPhotoPage .my-gallery div.video.video,
  .GalleryPage .my-videos div.video.video,
  .HRPhotoPage .my-videos div.video.video {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .GalleryPage .my-gallery .figure,
  .HRPhotoPage .my-gallery .figure,
  .GalleryPage .my-videos .figure,
  .HRPhotoPage .my-videos .figure,
  .GalleryPage .my-gallery figure.thumbnail,
  .HRPhotoPage .my-gallery figure.thumbnail,
  .GalleryPage .my-videos figure.thumbnail,
  .HRPhotoPage .my-videos figure.thumbnail,
  .GalleryPage .my-gallery div.video,
  .HRPhotoPage .my-gallery div.video,
  .GalleryPage .my-videos div.video,
  .HRPhotoPage .my-videos div.video {
    width: 25%;
  }
  .GalleryPage .my-gallery .figure.video,
  .HRPhotoPage .my-gallery .figure.video,
  .GalleryPage .my-videos .figure.video,
  .HRPhotoPage .my-videos .figure.video,
  .GalleryPage .my-gallery figure.thumbnail.video,
  .HRPhotoPage .my-gallery figure.thumbnail.video,
  .GalleryPage .my-videos figure.thumbnail.video,
  .HRPhotoPage .my-videos figure.thumbnail.video,
  .GalleryPage .my-gallery div.video.video,
  .HRPhotoPage .my-gallery div.video.video,
  .GalleryPage .my-videos div.video.video,
  .HRPhotoPage .my-videos div.video.video {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .GalleryPage .my-gallery .figure,
  .HRPhotoPage .my-gallery .figure,
  .GalleryPage .my-videos .figure,
  .HRPhotoPage .my-videos .figure,
  .GalleryPage .my-gallery figure.thumbnail,
  .HRPhotoPage .my-gallery figure.thumbnail,
  .GalleryPage .my-videos figure.thumbnail,
  .HRPhotoPage .my-videos figure.thumbnail,
  .GalleryPage .my-gallery div.video,
  .HRPhotoPage .my-gallery div.video,
  .GalleryPage .my-videos div.video,
  .HRPhotoPage .my-videos div.video {
    width: 50%;
  }
  .GalleryPage .my-gallery .figure.video,
  .HRPhotoPage .my-gallery .figure.video,
  .GalleryPage .my-videos .figure.video,
  .HRPhotoPage .my-videos .figure.video,
  .GalleryPage .my-gallery figure.thumbnail.video,
  .HRPhotoPage .my-gallery figure.thumbnail.video,
  .GalleryPage .my-videos figure.thumbnail.video,
  .HRPhotoPage .my-videos figure.thumbnail.video,
  .GalleryPage .my-gallery div.video.video,
  .HRPhotoPage .my-gallery div.video.video,
  .GalleryPage .my-videos div.video.video,
  .HRPhotoPage .my-videos div.video.video {
    width: 100%;
  }
}
.GalleryPage .my-gallery .figure:after,
.HRPhotoPage .my-gallery .figure:after,
.GalleryPage .my-videos .figure:after,
.HRPhotoPage .my-videos .figure:after,
.GalleryPage .my-gallery figure.thumbnail:after,
.HRPhotoPage .my-gallery figure.thumbnail:after,
.GalleryPage .my-videos figure.thumbnail:after,
.HRPhotoPage .my-videos figure.thumbnail:after,
.GalleryPage .my-gallery div.video:after,
.HRPhotoPage .my-gallery div.video:after,
.GalleryPage .my-videos div.video:after,
.HRPhotoPage .my-videos div.video:after {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}
.GalleryPage .my-gallery .figure .inner,
.HRPhotoPage .my-gallery .figure .inner,
.GalleryPage .my-videos .figure .inner,
.HRPhotoPage .my-videos .figure .inner,
.GalleryPage .my-gallery figure.thumbnail .inner,
.HRPhotoPage .my-gallery figure.thumbnail .inner,
.GalleryPage .my-videos figure.thumbnail .inner,
.HRPhotoPage .my-videos figure.thumbnail .inner,
.GalleryPage .my-gallery div.video .inner,
.HRPhotoPage .my-gallery div.video .inner,
.GalleryPage .my-videos div.video .inner,
.HRPhotoPage .my-videos div.video .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.GalleryPage .my-gallery .figure .inner:hover,
.HRPhotoPage .my-gallery .figure .inner:hover,
.GalleryPage .my-videos .figure .inner:hover,
.HRPhotoPage .my-videos .figure .inner:hover,
.GalleryPage .my-gallery figure.thumbnail .inner:hover,
.HRPhotoPage .my-gallery figure.thumbnail .inner:hover,
.GalleryPage .my-videos figure.thumbnail .inner:hover,
.HRPhotoPage .my-videos figure.thumbnail .inner:hover,
.GalleryPage .my-gallery div.video .inner:hover,
.HRPhotoPage .my-gallery div.video .inner:hover,
.GalleryPage .my-videos div.video .inner:hover,
.HRPhotoPage .my-videos div.video .inner:hover {
  background: rgba(0, 0, 0, 0);
}
.GalleryPage .my-gallery .figure .inner a,
.HRPhotoPage .my-gallery .figure .inner a,
.GalleryPage .my-videos .figure .inner a,
.HRPhotoPage .my-videos .figure .inner a,
.GalleryPage .my-gallery figure.thumbnail .inner a,
.HRPhotoPage .my-gallery figure.thumbnail .inner a,
.GalleryPage .my-videos figure.thumbnail .inner a,
.HRPhotoPage .my-videos figure.thumbnail .inner a,
.GalleryPage .my-gallery div.video .inner a,
.HRPhotoPage .my-gallery div.video .inner a,
.GalleryPage .my-videos div.video .inner a,
.HRPhotoPage .my-videos div.video .inner a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.GalleryPage .my-gallery .figure figcaption,
.HRPhotoPage .my-gallery .figure figcaption,
.GalleryPage .my-videos .figure figcaption,
.HRPhotoPage .my-videos .figure figcaption,
.GalleryPage .my-gallery figure.thumbnail figcaption,
.HRPhotoPage .my-gallery figure.thumbnail figcaption,
.GalleryPage .my-videos figure.thumbnail figcaption,
.HRPhotoPage .my-videos figure.thumbnail figcaption,
.GalleryPage .my-gallery div.video figcaption,
.HRPhotoPage .my-gallery div.video figcaption,
.GalleryPage .my-videos div.video figcaption,
.HRPhotoPage .my-videos div.video figcaption {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .GalleryPage .my-gallery .figure figcaption,
  .HRPhotoPage .my-gallery .figure figcaption,
  .GalleryPage .my-videos .figure figcaption,
  .HRPhotoPage .my-videos .figure figcaption,
  .GalleryPage .my-gallery figure.thumbnail figcaption,
  .HRPhotoPage .my-gallery figure.thumbnail figcaption,
  .GalleryPage .my-videos figure.thumbnail figcaption,
  .HRPhotoPage .my-videos figure.thumbnail figcaption,
  .GalleryPage .my-gallery div.video figcaption,
  .HRPhotoPage .my-gallery div.video figcaption,
  .GalleryPage .my-videos div.video figcaption,
  .HRPhotoPage .my-videos div.video figcaption {
    display: none;
  }
}
.GalleryPage .my-gallery .figure.first figcaption,
.HRPhotoPage .my-gallery .figure.first figcaption,
.GalleryPage .my-videos .figure.first figcaption,
.HRPhotoPage .my-videos .figure.first figcaption,
.GalleryPage .my-gallery figure.thumbnail.first figcaption,
.HRPhotoPage .my-gallery figure.thumbnail.first figcaption,
.GalleryPage .my-videos figure.thumbnail.first figcaption,
.HRPhotoPage .my-videos figure.thumbnail.first figcaption,
.GalleryPage .my-gallery div.video.first figcaption,
.HRPhotoPage .my-gallery div.video.first figcaption,
.GalleryPage .my-videos div.video.first figcaption,
.HRPhotoPage .my-videos div.video.first figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0);
  padding: 5px 10px;
  font-size: 16px;
}
.GalleryPage .my-gallery .thumbnail,
.HRPhotoPage .my-gallery .thumbnail,
.GalleryPage .my-videos .thumbnail,
.HRPhotoPage .my-videos .thumbnail {
  border-radius: none;
}
.GalleryPage .my-gallery .thumbnail.first,
.HRPhotoPage .my-gallery .thumbnail.first,
.GalleryPage .my-videos .thumbnail.first,
.HRPhotoPage .my-videos .thumbnail.first {
  float: left;
  position: relative;
  width: 10%;
  border: none;
  border-radius: none;
}
.GalleryPage .my-gallery .thumbnail.first .inner,
.HRPhotoPage .my-gallery .thumbnail.first .inner,
.GalleryPage .my-videos .thumbnail.first .inner,
.HRPhotoPage .my-videos .thumbnail.first .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1920px) {
  .GalleryPage .my-gallery .thumbnail.first,
  .HRPhotoPage .my-gallery .thumbnail.first,
  .GalleryPage .my-videos .thumbnail.first,
  .HRPhotoPage .my-videos .thumbnail.first {
    width: 10%;
  }
}
@media (max-width: 1200px) {
  .GalleryPage .my-gallery .thumbnail.first,
  .HRPhotoPage .my-gallery .thumbnail.first,
  .GalleryPage .my-videos .thumbnail.first,
  .HRPhotoPage .my-videos .thumbnail.first {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .GalleryPage .my-gallery .thumbnail.first,
  .HRPhotoPage .my-gallery .thumbnail.first,
  .GalleryPage .my-videos .thumbnail.first,
  .HRPhotoPage .my-videos .thumbnail.first {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .GalleryPage .my-gallery .thumbnail.first,
  .HRPhotoPage .my-gallery .thumbnail.first,
  .GalleryPage .my-videos .thumbnail.first,
  .HRPhotoPage .my-videos .thumbnail.first {
    width: 50%;
  }
}
.GalleryPage .my-gallery .thumbnail.first span,
.HRPhotoPage .my-gallery .thumbnail.first span,
.GalleryPage .my-videos .thumbnail.first span,
.HRPhotoPage .my-videos .thumbnail.first span {
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
}
.GalleryPage .my-gallery .thumbnail.first:after,
.HRPhotoPage .my-gallery .thumbnail.first:after,
.GalleryPage .my-videos .thumbnail.first:after,
.HRPhotoPage .my-videos .thumbnail.first:after {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}
.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0 0 63px 0;
  height: 100%;
}
.gallery li {
  margin: 0;
  float: left;
  width: 25%;
  height: 33vh;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .gallery li {
    width: 50%;
    height: 33vh;
  }
}
@media (max-width: 600px) {
  .gallery li {
    width: 50%;
    height: 300px;
  }
}
.text-center {
  text-align: center;
}
.scene-zero {
  z-index: 65000;
  overflow: hidden;
  height: auto;
  min-height: auto;
  background: #5c4e40;
  color: #fff !important;
  padding: 30px 60px;
}
.scene-zero p.lead {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .scene-zero {
    padding: 0 15px;
  }
}
.scene-one,
.scene-two,
.scene-three {
  position: relative;
}
.scene-one .text-ani,
.scene-two .text-ani,
.scene-three .text-ani {
  pointer-events: none;
  position: absolute;
  max-width: 1440px;
  padding: 5% 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1025px) {
  .scene-one .text-ani,
  .scene-two .text-ani,
  .scene-three .text-ani {
    padding: 10% 0;
    max-width: 900px;
  }
}
.scene-one .text-ani span,
.scene-two .text-ani span,
.scene-three .text-ani span {
  background-color: #403d3d;
  background-color: #746f6f;
  background: -webkit-linear-gradient(left, #746f6f, #403d3d);
  background: -moz-linear-gradient(left, #746f6f, #403d3d);
  background: -ms-linear-gradient(left, #746f6f, #403d3d);
  background: -o-linear-gradient(left, #746f6f, #403d3d);
  padding: 5px 30px 5px 60px;
  color: #fff;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 768px) {
  .scene-one .text-ani span,
  .scene-two .text-ani span,
  .scene-three .text-ani span {
    padding: 5px 30px 5px 30px;
    display: inline-block;
    line-height: 1.2;
  }
}
.scene-one .text-ani .step1,
.scene-two .text-ani .step1,
.scene-three .text-ani .step1 {
  font-weight: 700;
}
.scene-one .text-ani .step2,
.scene-two .text-ani .step2,
.scene-three .text-ani .step2 {
  font-weight: 300 !important;
}
.scene-one .text-ani .step3,
.scene-two .text-ani .step3,
.scene-three .text-ani .step3 {
  font-weight: 700;
}
.scene-one .text-ani .step4,
.scene-two .text-ani .step4,
.scene-three .text-ani .step4 {
  font-weight: 300 !important;
}
.scene-one .text-ani em,
.scene-two .text-ani em,
.scene-three .text-ani em {
  font-weight: 300 !important;
  font-style: normal;
}
.scene-one .text-ani h1,
.scene-two .text-ani h1,
.scene-three .text-ani h1 {
  font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
}
.scene-one .text-ani h1 small,
.scene-two .text-ani h1 small,
.scene-three .text-ani h1 small,
.scene-one .text-ani h1 .small,
.scene-two .text-ani h1 .small,
.scene-three .text-ani h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #f9f9f9;
}
.scene-one .text-ani h1 small,
.scene-two .text-ani h1 small,
.scene-three .text-ani h1 small,
.scene-one .text-ani h1 .small,
.scene-two .text-ani h1 .small,
.scene-three .text-ani h1 .small {
  font-size: 65%;
}
.scene-one .text-ani h1.small,
.scene-two .text-ani h1.small,
.scene-three .text-ani h1.small {
  font-size: 24px;
}
@media (max-width: 768px) {
  .scene-one .text-ani h1,
  .scene-two .text-ani h1,
  .scene-three .text-ani h1 {
    font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 20px;
  }
  .scene-one .text-ani h1 small,
  .scene-two .text-ani h1 small,
  .scene-three .text-ani h1 small,
  .scene-one .text-ani h1 .small,
  .scene-two .text-ani h1 .small,
  .scene-three .text-ani h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #f9f9f9;
  }
  .scene-one .text-ani h1 small,
  .scene-two .text-ani h1 small,
  .scene-three .text-ani h1 small,
  .scene-one .text-ani h1 .small,
  .scene-two .text-ani h1 .small,
  .scene-three .text-ani h1 .small {
    font-size: 75%;
  }
}
.scene-one .text-ani h1 span,
.scene-two .text-ani h1 span,
.scene-three .text-ani h1 span {
  opacity: 0;
  display: inline;
  margin-left: 0;
}
@media (max-width: 768px) {
  .scene-one .text-ani h1 span,
  .scene-two .text-ani h1 span,
  .scene-three .text-ani h1 span {
    display: inline-block;
  }
}
.scene-two {
  background: #7a6855;
  color: #fff;
  width: 100%;
}
.scene-two a.read-more {
  background-color: #7a6855;
  text-decoration: none !important;
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 15px 35px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  margin-top: 40px;
}
.scene-two a.read-more:hover {
  background-color: #403d3d;
  text-decoration: none;
}
@media (max-width: 480px) {
  .scene-two .text-ani {
    margin-top: 10vh;
    position: absolute;
  }
  .scene-two .text-ani h1,
  .scene-two .text-ani h2 {
    font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 24px;
    font-size: 1.75em;
  }
  .scene-two .text-ani h1 small,
  .scene-two .text-ani h2 small,
  .scene-two .text-ani h1 .small,
  .scene-two .text-ani h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #f9f9f9;
  }
  .scene-two .text-ani h1 small,
  .scene-two .text-ani h2 small,
  .scene-two .text-ani h1 .small,
  .scene-two .text-ani h2 .small {
    font-size: 65%;
  }
  .scene-two .text-ani h1 span,
  .scene-two .text-ani h2 span {
    font-weight: 300;
    text-transform: none;
  }
}
.scene-two .text-center {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 1025px) {
  .scene-two .text-center {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .scene-two .text-center {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .scene-two .text-center .h3 {
    font-size: 1.3em;
  }
}
.LegalPage .legal-wrapper {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .LegalPage .legal-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .LegalPage .legal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.VisitPage .scene-two {
  min-height: 0;
  height: 1 !important;
  background-color: #7a6855;
  background: -webkit-linear-gradient(left, #7a6855, #ac9b89);
  background: -moz-linear-gradient(left, #7a6855, #ac9b89);
  background: -ms-linear-gradient(left, #7a6855, #ac9b89);
  background: -o-linear-gradient(left, #7a6855, #ac9b89);
  padding: 60px 5%;
}
.VisitPage .scene-two h2 span {
  font-weight: 300;
}
.hero {
  z-index: 100000000;
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 100px;
}
.hero h1 {
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
.hero h1 span {
  margin-top: 2rem;
  padding-left: 1rem;
  display: block;
}
.hero h1 span {
  font-weight: normal !important;
  font-size: 80%;
  letter-spacing: 2px;
}
.scene-one {
  z-index: 65000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
.scene-one.banner .alert {
  background: #001a2c;
  color: #fff;
}
@media (max-width: 1440px) {
  .scene-one {
    width: 100%;
  }
}
.scene-one .claim {
  max-width: 480px;
  margin-top: 0px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  .scene-one .claim {
    max-width: 200px;
    margin-top: 30px;
    margin-left: 30px;
  }
}
.scene-one #typosvg {
  width: 40vw !important;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1024px) {
  .scene-one #typosvg {
    width: 80vw !important;
  }
}
.scene-one .swiper {
  margin-bottom: 4rem !important;
}
@media (max-width: 1025px) {
  .scene-one .swiper {
    margin-bottom: 0rem !important;
  }
}
.HomePage .wrapper {
  margin-top: 130px;
}
@media (max-width: 1440px) {
  .HomePage .wrapper {
    margin-top: 100px !important;
  }
}
@media (max-width: 1025px) {
  .HomePage .wrapper {
    margin-top: 60px !important;
  }
}
.HomePage .scene-two {
  min-height: 0;
  height: 1 !important;
  background-color: #f9f9f9;
  padding: 40px 0 80px;
  color: #403d3d;
}
.HomePage .scene-two .dates {
  display: inline-block;
  padding: 10px 100px;
  border-top: 1px dotted #555;
  margin-top: -20px;
}
.HomePage .scene-two .dates h4 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .HomePage .scene-two .dates {
    padding: 10px 30px;
  }
}
@media (max-width: 1440px) {
  .HomePage .scene-two {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .HomePage .scene-two {
    padding: 30px 15px;
  }
}
.HomePage .scene-two h1 {
  line-height: 1.3;
  margin-bottom: 45px;
}
.HomePage .scene-two h1 span,
.HomePage .scene-two h2 span {
  display: block;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .HomePage .scene-three .block {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .HomePage .scene-three .block {
    padding: 0 !important;
  }
}
.HomePage .scene-boatshow {
  background-color: #00405e;
  padding: 40px 60px 80px;
  color: #fff;
}
@media (max-width: 1440px) {
  .HomePage .scene-boatshow {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .HomePage .scene-boatshow {
    padding: 30px 15px;
  }
}
.HomePage .scene-boatshow .text-center {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 60px;
}
@media (max-width: 1025px) {
  .HomePage .scene-boatshow .text-center {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .HomePage .scene-boatshow .text-center {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .HomePage .scene-boatshow .text-center .h3 {
    font-size: 1.3em;
  }
}
.HomePage .scene-boatshow .st0 {
  fill: #FFFFFF !important;
}
.HomePage .scene-boatshow .st1 {
  fill: #00405e !important;
}
.evenodd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "even-borkerage odd-borkerage" "odd-charter even-charter" "even-repair odd-repair";
}
.evenodd .even-borkerage {
  grid-area: even-borkerage;
  min-height: 400px;
}
.evenodd .odd-borkerage {
  grid-area: odd-borkerage;
  min-height: 400px;
}
.evenodd .even-charter {
  grid-area: even-charter;
  min-height: 400px;
}
.evenodd .odd-charter {
  grid-area: odd-charter;
  min-height: 400px;
}
.evenodd .even-repair {
  grid-area: even-repair;
  min-height: 400px;
}
.evenodd .odd-repair {
  grid-area: odd-repair;
  min-height: 400px;
}
@media (max-width: 769px) {
  .evenodd {
    grid-template-columns: 1fr;
    grid-template-areas: "odd-borkerage" "even-borkerage" "odd-charter" "even-charter" "odd-repair" "even-repair";
  }
}
.section-member {
  padding-top: 50px;
}
.alert-success {
  background: #89755f;
  border: none;
  color: #fff !important;
}
.alert-success strong {
  color: #fff !important;
}
@keyframes move {
  from {
    transform: translate3d(0px, -30px, 0px);
  }
  to {
    transform: translate3d(0px, -10px, 0px);
  }
}
.more-down-hint {
  position: absolute;
  width: 60px;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  color: #fff;
  font-size: 7px;
  line-height: 11px;
  text-transform: uppercase;
  height: 110px;
  text-align: center;
  z-index: 999;
}
@media (max-width: 1025px) {
  .more-down-hint {
    display: none;
  }
}
.more-down-hint svg {
  width: 40px;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: 30;
  animation-direction: alternate;
  animation-delay: 0s;
}
.more-down-hint.with-sub-nav {
  bottom: 0px;
}
.more-down-hint .border {
  position: absolute;
  padding-top: 0px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #fff;
  display: block;
  bottom: 0;
}
.more-down-hint g path {
  fill: #fff;
}
.overlay.top {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 !important;
}
.blocks {
  overflow: hidden;
}
.blocks ul {
  margin: 0;
}
@media (max-width: 480px) {
  .blocks .flex-control-nav,
  .blocks .flex-direction-nav {
    display: none !important;
  }
}
.blocks ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  right: 0;
}
.blocks ul:not(.slides),
.blocks ul:not(.flex-direction-nav) {
  margin: 0;
  list-style-type: none;
}
.blocks ul:not(.slides) li,
.blocks ul:not(.flex-direction-nav) li {
  list-style-position: outside;
  margin-left: 0;
}
.blocks ul:not(.slides) li:before,
.blocks ul:not(.flex-direction-nav) li:before,
.blocks ul:not(.downloads) li:before {
  font-family: ElegantIcons;
  content: "4e";
  margin: 10px 15px 0 0rem;
}
.blocks p,
.blocks ul,
.blocks li {
  color: #666;
}
.blocks h1,
.blocks h2,
.blocks h3 {
  width: 100%;
  margin-top: 0px;
}
.blocks h2 {
  margin-bottom: 22px;
}
.blocks.inview h1,
.blocks.inview h2,
.blocks.inview h3 {
  transition-duration: 0.5s;
  transition-timing-function: easeOut;
}
.blocks .four-images {
  overflow: hidden;
  position: relative;
}
.blocks .overlay {
  position: absolute;
  pointer-events: all;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#Venue {
  overflow: hidden;
  position: relative;
}
#Venue img {
  width: 100%;
  height: auto;
}
#Venue .inner {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
  bottom: auto;
  z-index: 10000;
}
@media (max-width: 480px) {
  #Venue .inner {
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
  }
}
#Venue h4 {
  margin-top: 0;
  color: #001a2c;
}
@media (max-width: 480px) {
  #Venue h4 {
    color: #eee;
  }
}
#Venue ul.downloads {
  margin-left: 0px;
}
#Venue li {
  margin-bottom: 15px;
  line-height: 1 !important;
  vertical-align: middle;
}
#Venue li:before {
  font-family: ElegantIcons;
  content: '\e004' !important;
  margin: 0px 15px 0 10px !important;
  font-size: 21px !important;
  color: #7a6855;
  vertical-align: middle;
}
#Venue a {
  line-height: 1 !important;
  display: inline-block;
}
.col-50 {
  width: 50%;
  display: block;
  overflow: hidden;
}
.col-50.first {
  float: right;
}
.col-50.last {
  float: left;
}
@media (max-width: 768px) {
  .col-50 {
    width: 100%;
  }
}
.even .col-50.first {
  float: left;
}
.even .col-50.last {
  float: right;
}
@media (max-width: 768px) {
  .even .col-50.first {
    float: none;
  }
  .even .col-50.last {
    float: none;
  }
}
.VideoBlock {
  background: #403d3d;
  position: relative;
}
.VideoBlock video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene-one .swiper {
  height: 100%;
}
.scene-one .swiper .hero {
  position: absolute;
  bottom: 8vh !important;
  top: auto;
}
@media (max-width: 1025px) {
  .scene-one .swiper .hero {
    transform: scale(0.7) translateX(-4rem);
    margin: 0;
    top: auto;
    bottom: 1rem !important;
    left: 0;
  }
  .scene-one .swiper .hero span {
    font-size: 2rem !important;
  }
}
.FlexsliderBlock {
  height: 50%;
}
@media (max-width: 768px) {
  .FlexsliderBlock {
    height: 100%;
  }
}
.FlexsliderBlock .flexslider {
  height: 100%;
  width: 100%;
}
.FlexsliderBlock .flexslider li {
  height: 100%;
}
.TestimonialBlock {
  height: 50%;
}
@media (max-width: 768px) {
  .TestimonialBlock {
    height: auto;
  }
}
.TestimonialBlock .flexslider {
  background: transparent;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .TestimonialBlock .flexslider {
    padding: 40px;
  }
}
.TestimonialBlock .flexslider ul {
  list-style-type: none;
}
.TestimonialBlock .flexslider li {
  list-style-type: none;
  padding: 30px;
  height: 100%;
}
.TestimonialBlock .flexslider .bubble {
  margin: 30px 0;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.TestimonialBlock .flexslider .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0px 15px 15px;
  border-color: rgba(255, 255, 255, 0.05) transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 10%;
}
#ContactForm_ContactForm label {
  font-weight: 400;
}
#ContactForm_ContactForm .help-block {
  font-size: 15px;
}
#ContactForm_ContactForm input,
#ContactForm_ContactForm textarea {
  color: #403d3d;
  border-color: #ccc;
  border-radius: 0;
}
#ContactForm_ContactForm input:focus,
#ContactForm_ContactForm textarea:focus {
  border-color: #7a6855;
  box-shadow: none;
}
#ContactForm_ContactForm input {
  margin-top: 0;
}
#ContactForm_ContactForm .Actions .btn-darkblue {
  background-color: #7a6855;
  color: #fff;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  margin-bottom: 130px;
}
#ContactForm_ContactForm .Actions .btn-darkblue:hover {
  background-color: #403d3d;
}
#ContactForm_ContactForm .captcha_wrapper {
  margin-top: 20px;
}
.ContactFormBlock .blurred {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  z-index: 2;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.SocialBlock .social-item img {
  padding: 10px;
  float: left;
  width: 150px;
  height: auto;
}
.ProfileBlock {
  position: relative;
}
.ProfileBlock .profile-info {
  position: absolute;
  width: 300px;
  top: 20%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  color: black;
}
.ProfileBlock .profile-info a {
  color: #333;
}
.ProfileBlock .profile-info p {
  font-size: 16px;
}
.ProfileBlock .profile-info i {
  padding-right: 10px;
}
form label {
  font-weight: 400;
}
#BootstrapMemberLoginForm_LoginForm {
  margin-top: 40px;
}
#BootstrapMemberLoginForm_LoginForm label {
  color: #403d3d;
}
#BootstrapMemberLoginForm_LoginForm input {
  width: 100%;
}
#BootstrapMemberLoginForm_LoginForm input.checkbox {
  width: auto;
}
#BootstrapMemberLoginForm_LoginForm button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #00b4ce;
  border-color: #009eb5;
}
#BootstrapMemberLoginForm_LoginForm button:focus,
#BootstrapMemberLoginForm_LoginForm button:active:focus,
#BootstrapMemberLoginForm_LoginForm button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#BootstrapMemberLoginForm_LoginForm button:hover,
#BootstrapMemberLoginForm_LoginForm button:focus {
  color: #333;
  text-decoration: none;
}
#BootstrapMemberLoginForm_LoginForm button:active,
#BootstrapMemberLoginForm_LoginForm button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#BootstrapMemberLoginForm_LoginForm button.disabled,
#BootstrapMemberLoginForm_LoginForm button[disabled],
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#BootstrapMemberLoginForm_LoginForm button:hover,
#BootstrapMemberLoginForm_LoginForm button:focus,
#BootstrapMemberLoginForm_LoginForm button:active,
#BootstrapMemberLoginForm_LoginForm button.active,
.open .dropdown-toggle#BootstrapMemberLoginForm_LoginForm button {
  color: #fff;
  background-color: #0090a5;
  border-color: #006877;
}
#BootstrapMemberLoginForm_LoginForm button:active,
#BootstrapMemberLoginForm_LoginForm button.active,
.open .dropdown-toggle#BootstrapMemberLoginForm_LoginForm button {
  background-image: none;
}
#BootstrapMemberLoginForm_LoginForm button.disabled,
#BootstrapMemberLoginForm_LoginForm button[disabled],
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button,
#BootstrapMemberLoginForm_LoginForm button.disabled:hover,
#BootstrapMemberLoginForm_LoginForm button[disabled]:hover,
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button:hover,
#BootstrapMemberLoginForm_LoginForm button.disabled:focus,
#BootstrapMemberLoginForm_LoginForm button[disabled]:focus,
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button:focus,
#BootstrapMemberLoginForm_LoginForm button.disabled:active,
#BootstrapMemberLoginForm_LoginForm button[disabled]:active,
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button:active,
#BootstrapMemberLoginForm_LoginForm button.disabled.active,
#BootstrapMemberLoginForm_LoginForm button[disabled].active,
fieldset[disabled] #BootstrapMemberLoginForm_LoginForm button.active {
  background-color: #00b4ce;
  border-color: #009eb5;
}
#BootstrapMemberLoginForm_LoginForm button .badge {
  color: #00b4ce;
  background-color: #fff;
}
.main-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.video-holder-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  height: 100%;
  pointer-events: none;
  -webkit-filter: saturate(60%);
  -webkit-filter: contrast(110%);
}
.video-holder {
  position: absolute;
  z-index: 10;
  width: 1440px;
  height: 500px;
  top: 0;
}
.video-holder video {
  object-fit: cover;
  opacity: 0;
}
.video-holder button {
  padding: 20px 30px;
  color: #fff;
  background-color: #00b4ce;
  border-color: #009eb5;
  border: none;
  font-size: 18px;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.video-holder button:hover,
.video-holder button:focus,
.video-holder button:active,
.video-holder button.active,
.open .dropdown-toggle.video-holder button {
  color: #fff;
  background-color: #0090a5;
  border-color: #006877;
}
.video-holder button:active,
.video-holder button.active,
.open .dropdown-toggle.video-holder button {
  background-image: none;
}
.video-holder button.disabled,
.video-holder button[disabled],
fieldset[disabled] .video-holder button,
.video-holder button.disabled:hover,
.video-holder button[disabled]:hover,
fieldset[disabled] .video-holder button:hover,
.video-holder button.disabled:focus,
.video-holder button[disabled]:focus,
fieldset[disabled] .video-holder button:focus,
.video-holder button.disabled:active,
.video-holder button[disabled]:active,
fieldset[disabled] .video-holder button:active,
.video-holder button.disabled.active,
.video-holder button[disabled].active,
fieldset[disabled] .video-holder button.active {
  background-color: #00b4ce;
  border-color: #009eb5;
}
.video-holder button .badge {
  color: #00b4ce;
  background-color: #fff;
}
.video-holder button i {
  padding-right: 10px !important;
}
video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 3s opacity;
}
.relative {
  position: relative;
}
@media (max-width: 1025px) {
  .relative {
    min-height: 320px;
  }
}
#become-an-exhibitor {
  background-color: #f9f9f9;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 480px) {
  #become-an-exhibitor {
    padding: 40px 0;
  }
}
#become-an-exhibitor .become-an-exhibitor-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #become-an-exhibitor .become-an-exhibitor-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  #become-an-exhibitor .become-an-exhibitor-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#exhibitor-login {
  padding: 80px 0;
}
#exhibitor-login #CustomMemberLoginForm_LoginForm {
  margin-top: 60px;
}
#exhibitor-login #CustomMemberLoginForm_LoginForm .Actions .btn-darkblue {
  color: #fff;
  border: none;
}
#exhibitor-login #CustomMemberLoginForm_LoginForm .Actions .btn-darkblue:hover {
  background-color: #403d3d;
}
#exhibitor-login #CustomMemberLoginForm_LoginForm .alert {
  border-radius: 0;
}
#exhibitor-login #CustomMemberLoginForm_LoginForm .btn-darkblue {
  background-color: #7a6855;
  padding: 15px 30px !important;
  border-radius: 0;
}
.block-home {
  width: 100%;
  height: auto;
  margin: 80px 0;
}
@media (max-width: 1440px) {
  .block-home {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .block-home {
    margin: 0 !important;
  }
}
.block-home .img-home {
  min-height: 400px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.block {
  width: 1440px;
  margin: 0 auto;
  min-height: 400px;
  display: flex !important;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .block {
    flex-wrap: wrap;
    min-height: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1440px) {
  .block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .block {
    margin-bottom: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .block.even {
    flex-direction: column-reverse;
  }
}
.block.padding {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .block.padding {
    padding: 30px 0;
  }
}
.block .col-50 {
  position: relative;
}
.block .inner {
  min-height: 400px;
}
.block .inner .outline {
  min-height: 400px;
  position: relative;
  padding: 60px;
  background-color: #ebe7e3;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23f5f2f0' fill-opacity='0.39' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .block .inner .outline {
    padding: 30px 30px 90px 30px;
  }
}
@media (max-width: 480px) {
  .block .inner .outline {
    padding: 30px 15px 60px 15px;
  }
}
.block .inner .outline a.read-more {
  position: absolute;
  background-color: #7a6855;
  text-decoration: none !important;
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 15px 35px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}
.block .inner .outline a.read-more:hover {
  background-color: #403d3d;
  text-decoration: none;
}
.block .inner .outline .read-more-left {
  background-color: #7a6855;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 10px;
}
.block .negative {
  color: #fff !important;
}
.block .flexslider {
  height: auto;
}
.block .flexslider .flex-direction-nav a.flex-next:before,
.block .flexslider .flex-direction-nav a:before {
  margin-top: -10px;
}
.block .flexslider.positive .flex-direction-nav a.flex-next:before,
.block .flexslider.positive .flex-direction-nav a:before {
  color: #333;
}
@media (max-width: 480px) {
  .block .flexslider .flex-control-nav,
  .block .flexslider .flex-direction-nav {
    display: none !important;
  }
}
.PartnersSponsorsPage .main-sponsor {
  max-width: 460px;
  margin-top: 0px;
}
@media (max-width: 480px) {
  .PartnersSponsorsPage .main-sponsor {
    max-width: 280px;
  }
}
.PartnersSponsorsPage #become-a-partner,
.PartnersSponsorsPage #become-a-sponsor {
  min-height: auto !important;
}
.PartnersSponsorsPage #become-a-partner .outline,
.PartnersSponsorsPage #become-a-sponsor .outline {
  background-color: transparent;
  background-image: none;
  text-align: center;
}
.PartnersSponsorsPage #become-a-partner a,
.PartnersSponsorsPage #become-a-sponsor a {
  text-transform: none !important;
}
.PartnersSponsorsPage #become-a-partner .inner,
.PartnersSponsorsPage #become-a-sponsor .inner {
  min-height: auto !important;
  width: 100%;
}
.PartnersSponsorsPage #become-a-partner .inner .outline,
.PartnersSponsorsPage #become-a-sponsor .inner .outline {
  min-height: auto !important;
}
.sponsors,
.partners {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 480px) {
  .sponsors,
  .partners {
    padding: 40px 0;
  }
}
.sponsors h2,
.partners h2 {
  margin-top: 0;
}
.sponsors .partner-wrapper,
.partners .partner-wrapper,
.sponsors .sponsor-wrapper,
.partners .sponsor-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: space-between;
  width: 100%;
  justify-content: center;
}
.sponsors .partner:first-child,
.partners .partner:first-child {
  flex: 1 0 auto;
  width: 100%;
}
.sponsors .partner:first-child img,
.partners .partner:first-child img {
  margin: 5rem 0 4rem;
  max-width: 280px;
  height: auto;
}
.sponsors .sponsor,
.partners .sponsor,
.sponsors .partner,
.partners .partner {
  flex-direction: column;
  width: 200px;
  align-self: center;
  margin: auto;
}
@media (max-width: 768px) {
  .sponsors .sponsor,
  .partners .sponsor,
  .sponsors .partner,
  .partners .partner {
    width: 120px;
  }
}
.sponsors .sponsor a,
.partners .sponsor a,
.sponsors .partner a,
.partners .partner a {
  display: block;
  text-align: center;
}
.sponsors .sponsor p,
.partners .sponsor p,
.sponsors .partner p,
.partners .partner p {
  font-size: 11px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .sponsors .sponsor p,
  .partners .sponsor p,
  .sponsors .partner p,
  .partners .partner p {
    margin-top: -20px;
  }
}
.sponsors .sponsor p.description,
.partners .sponsor p.description,
.sponsors .partner p.description,
.partners .partner p.description {
  margin-top: -30px;
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 768px) {
  .sponsors .sponsor p.description,
  .partners .sponsor p.description,
  .sponsors .partner p.description,
  .partners .partner p.description {
    font-size: 9px;
  }
}
.sponsors .sponsor img,
.partners .sponsor img,
.sponsors .partner img,
.partners .partner img {
  width: 80%;
}
@media (max-width: 768px) {
  .sponsors .sponsor img,
  .partners .sponsor img,
  .sponsors .partner img,
  .partners .partner img {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .sponsors .sponsor img,
  .partners .sponsor img,
  .sponsors .partner img,
  .partners .partner img {
    width: 91%;
  }
}
.sponsors .sponsor.p51 img,
.partners .sponsor.p51 img,
.sponsors .partner.p51 img,
.partners .partner.p51 img {
  transform: scale(1.2);
}
.sponsors .sponsor.p64 img,
.partners .sponsor.p64 img,
.sponsors .partner.p64 img,
.partners .partner.p64 img {
  margin-top: 31px;
  transform: scale(1.2);
}
.sponsors .sponsor.p67 img,
.partners .sponsor.p67 img,
.sponsors .partner.p67 img,
.partners .partner.p67 img {
  transform: scale(1.2);
}
.sponsors .sponsor.p68 img,
.partners .sponsor.p68 img,
.sponsors .partner.p68 img,
.partners .partner.p68 img {
  margin-top: 31px;
  transform: scale(1.2);
}
.sponsors .sponsor.p70 img,
.partners .sponsor.p70 img,
.sponsors .partner.p70 img,
.partners .partner.p70 img {
  margin-top: 31px;
  transform: scale(1.2);
}
.sponsors .sponsor.p71 img,
.partners .sponsor.p71 img,
.sponsors .partner.p71 img,
.partners .partner.p71 img {
  transform: scale(1.2);
}
.sponsors .sponsor.p48 img,
.partners .sponsor.p48 img,
.sponsors .partner.p48 img,
.partners .partner.p48 img {
  transform: scale(1.2);
}
.sponsors .sponsor.p72 img,
.partners .sponsor.p72 img,
.sponsors .partner.p72 img,
.partners .partner.p72 img {
  transform: scale(1.2);
}
.sponsors .sponsor.p25 img,
.partners .sponsor.p25 img,
.sponsors .partner.p25 img,
.partners .partner.p25 img {
  margin-top: 20px;
  transform: scale(0.7);
}
.sponsors .sponsor.p47 img,
.partners .sponsor.p47 img,
.sponsors .partner.p47 img,
.partners .partner.p47 img {
  margin-top: 20px;
  transform: scale(0.7);
}
.sponsors .sponsor.p47 img,
.partners .sponsor.p47 img,
.sponsors .partner.p47 img,
.partners .partner.p47 img {
  margin-top: 30px;
}
.sponsors .partner img,
.partners .partner img {
  filter: saturate(100%) grayscale(100%);
  mix-blend-mode: multiply;
}
.partners {
  background-color: #fff;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .partners {
    padding-bottom: 21px;
  }
}
.partners h2 {
  color: #403d3d;
}
.partners a {
  color: transparent;
}
#partners {
  background: linear-gradient(90deg, #7a6855, #ac9b89);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 13s ease infinite;
  -moz-animation: GradientAnimation 13s ease infinite;
  -o-animation: GradientAnimation 13s ease infinite;
  animation: GradientAnimation 13s ease infinite;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #partners {
    padding-bottom: 20px;
  }
}
.items-container {
  pointer-events: all;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 400px;
  margin: 60px 0;
  width: 100%;
}
.items-container-inner {
  width: 3000px;
  height: 400px;
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
}
.item {
  margin: 10px 15px 30px 15px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.05), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 280px;
  height: 380px;
}
@media (max-width: 480px) {
  .item {
    margin: 10px 15px 30px 0;
  }
}
.item.first {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0), 0 0px 20px 0 rgba(0, 0, 0, 0);
  background: transparent;
  margin-left: 0;
}
@media (max-width: 480px) {
  .item.first {
    display: none;
  }
}
.item a {
  color: #403d3d;
}
.item a:hover {
  text-decoration: none;
}
.item .thumbnail {
  padding: 0;
  border: none;
  margin: 0;
}
.item .inner {
  padding: 15px 15px 60px;
}
.item .inner h5 {
  text-transform: uppercase;
  margin-top: 0;
}
.item .inner .read-more {
  position: absolute;
  background-color: #7a6855;
  text-transform: uppercase;
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
}
.item.mobile {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0), 0 0px 20px 0 rgba(0, 0, 0, 0);
  background: transparent;
  height: 110px;
}
@media (min-width: 768px) {
  .item.mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .item.mobile {
    margin: 0 0 15px 0;
  }
}
a.fatboy {
  font-size: 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in;
  font-weight: bold;
  color: #403d3d;
}
a.fatboy:hover {
  padding-left: 30px;
  color: rgba(36, 34, 33, 0.6);
  transition: all 0.3s ease-in;
}
a.fatboy:after {
  display: block;
  content: '';
  position: absolute;
  transition: all 0.2s ease-in;
}
.NewsPressPage .item,
#MediaPage .item,
[data-url-segment="NewsPressPage_Controller"] .item {
  width: 100%;
  margin: 0 0 30px 0;
}
.NewsPressPage .news-item-wrapper,
#MediaPage .news-item-wrapper,
[data-url-segment="NewsPressPage_Controller"] .news-item-wrapper {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .NewsPressPage .news-item-wrapper,
  #MediaPage .news-item-wrapper,
  [data-url-segment="NewsPressPage_Controller"] .news-item-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .NewsPressPage .news-item-wrapper,
  #MediaPage .news-item-wrapper,
  [data-url-segment="NewsPressPage_Controller"] .news-item-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.NewsPressPage .news-wrapper,
#MediaPage .news-wrapper,
[data-url-segment="NewsPressPage_Controller"] .news-wrapper {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .NewsPressPage .news-wrapper,
  #MediaPage .news-wrapper,
  [data-url-segment="NewsPressPage_Controller"] .news-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .NewsPressPage .news-wrapper,
  #MediaPage .news-wrapper,
  [data-url-segment="NewsPressPage_Controller"] .news-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.NewsPressPage .news-wrapper .lead,
#MediaPage .news-wrapper .lead,
[data-url-segment="NewsPressPage_Controller"] .news-wrapper .lead {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .NewsPressPage .news-wrapper .lead,
  #MediaPage .news-wrapper .lead,
  [data-url-segment="NewsPressPage_Controller"] .news-wrapper .lead {
    margin-bottom: 30px;
  }
}
.NewsPressPage .news-wrapper img,
#MediaPage .news-wrapper img,
[data-url-segment="NewsPressPage_Controller"] .news-wrapper img {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .NewsPressPage .news-wrapper img,
  #MediaPage .news-wrapper img,
  [data-url-segment="NewsPressPage_Controller"] .news-wrapper img {
    margin-bottom: 30px;
  }
}
.NewsPressPage #press-releases .item-wrapper-grid,
#MediaPage #press-releases .item-wrapper-grid,
[data-url-segment="NewsPressPage_Controller"] #press-releases .item-wrapper-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.NewsPressPage .scene-one,
#MediaPage .scene-one,
[data-url-segment="NewsPressPage_Controller"] .scene-one {
  margin-bottom: 30px;
  height: calc(100vh - 200px);
}
@media (max-width: 1025px) {
  .NewsPressPage .scene-one,
  #MediaPage .scene-one,
  [data-url-segment="NewsPressPage_Controller"] .scene-one {
    margin-bottom: 0;
  }
}
.NewsPressPage .back-link,
#MediaPage .back-link,
[data-url-segment="NewsPressPage_Controller"] .back-link {
  margin: 30px 0 10px 0;
}
@media (max-width: 1440px) {
  .NewsPressPage .back-link,
  #MediaPage .back-link,
  [data-url-segment="NewsPressPage_Controller"] .back-link {
    margin: 0 0 10px 0;
  }
}
.NewsPressPage .back-link i,
#MediaPage .back-link i,
[data-url-segment="NewsPressPage_Controller"] .back-link i {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 24px;
}
.NewsPressPage .back-link a,
#MediaPage .back-link a,
[data-url-segment="NewsPressPage_Controller"] .back-link a {
  display: inline;
  color: #403d3d;
  vertical-align: middle;
}
.NewsPressPage .back-link a:hover,
#MediaPage .back-link a:hover,
[data-url-segment="NewsPressPage_Controller"] .back-link a:hover {
  color: #0c0b0b;
  text-decoration: none;
}
.NewsPressPage .col-25 a,
#MediaPage .col-25 a,
[data-url-segment="NewsPressPage_Controller"] .col-25 a {
  display: block;
  height: 100%;
  pointer-events: all;
}
.NewsPressPage .inner h2,
#MediaPage .inner h2,
[data-url-segment="NewsPressPage_Controller"] .inner h2,
.NewsPressPage .inner h3,
#MediaPage .inner h3,
[data-url-segment="NewsPressPage_Controller"] .inner h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.NewsPressPage h3,
#MediaPage h3,
[data-url-segment="NewsPressPage_Controller"] h3 {
  font-size: 20px;
}
.ExhibitorFormBlock {
  text-align: center;
}
.ExhibitorFormBlock a.action {
  color: white;
  display: block;
  height: 100%;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
}
.ExhibitorFormBlock a.action:hover {
  text-decoration: none;
}
.ExhibitorFormBlock a.action i {
  display: block;
  margin-top: 30px;
  font-size: 120px;
  text-align: center;
}
#ExhibitorForm_ExhibitorForm {
  font-size: 90%;
  margin-bottom: 100px;
}
#ExhibitorForm_ExhibitorForm legend {
  color: #fff;
  border-bottom: 0;
  font-size: 18px;
}
#ExhibitorForm_ExhibitorForm .well {
  background: #002a45;
  border: none;
}
@media (max-width: 480px) {
  #ExhibitorForm_ExhibitorForm .well {
    padding: 0;
    background: transparent;
  }
}
#ExhibitorForm_ExhibitorForm .yacht-details,
#ExhibitorForm_ExhibitorForm .tent-details {
  display: none;
}
#ExhibitorForm_ExhibitorForm #ExhibitorType label:first-child {
  display: block;
}
#ExhibitorForm_ExhibitorForm #ExhibitorType .radio.inline {
  display: inline-block;
  margin-right: 20px;
}
#PDFModal .modal-body {
  height: 100vh;
}
.modal-dialog {
  width: 100%;
  margin: 0;
}
.modal-dialog .modal-header {
  padding: 0;
  position: relative;
}
.modal-dialog .modal-header h2 {
  font-size: 41px;
}
.modal-dialog .modal-header h1,
.modal-dialog .modal-header h2 {
  width: 91%;
}
@media (max-width: 768px) {
  .modal-dialog .modal-header h1,
  .modal-dialog .modal-header h2 {
    font-size: 24px;
  }
}
.modal-dialog .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
}
.modal-dialog .modal-body {
  max-width: 1000px;
  margin: 0 auto;
}
.modal-dialog .modal-body .table {
  margin-bottom: 0;
}
.modal-dialog .modal-body .table td,
.modal-dialog .modal-body .table th {
  padding: 30px 8px !important;
}
.modal-dialog .modal-body .table th {
  vertical-align: bottom;
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 0px;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    margin: 0;
    width: 100%;
  }
}
.modal-map {
  background-size: cover;
  background-position: 50% 50%;
}
.modal-map.refit-map {
  background-image: url(/themes/samba/images/PSS_2017_Sitemap_Refit.jpg);
}
.modal-map.map-sy01-sy-18 {
  background-image: url(/themes/samba/images/PSS_2017_Sitemaps_MollVell.jpg);
}
.modal-map.map-sy19-sy-38 {
  background-image: url(/themes/samba/images/PSS_2017_Sitemaps_Varadero.jpg);
}
.modal-map.map-sy43-sy-54 {
  background-image: url(/themes/samba/images/PSS_2017_Sitemaps_P3.jpg);
}
.modal-map .modal-content {
  background: transparent;
}
.modal-map button {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
}
.modal-map button span {
  opacity: 1;
  color: #333;
  font-size: 40px;
  text-shadow: none;
}
.ClientOrderPage .modal p,
.ClientOrderPage .modal label,
.ClientOrderPage .modal h1,
.ClientOrderPage .modal h2,
.ClientOrderPage .modal h3,
.ClientOrderPage .modal h4,
.ClientOrderPage .modal h5,
.ClientOrderPage .modal a {
  color: #333;
}
.ClientOrderPage .modal .btn-success,
.ClientOrderPage .modal .btn-primary {
  color: #fff !important;
}
.ClientOrderPage .modal .help-block {
  color: #d9534f;
}
.ClientOrderPage .modal .error .help-block {
  color: #d9534f;
}
.ClientOrderPage .modal-fullscreen {
  background: #fff !important;
}
.ClientOrderPage h3,
.ClientOrderPage h4,
.ClientOrderPage h5 {
  font-weight: bold;
  margin: 0;
}
.ClientOrderPage .table > thead > tr > th,
.ClientOrderPage .table > tbody > tr > th,
.ClientOrderPage .table > tfoot > tr > th,
.ClientOrderPage .table > thead > tr > td,
.ClientOrderPage .table > tbody > tr > td,
.ClientOrderPage .table > tfoot > tr > td {
  padding: 8px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.AdminLogin h1 {
  font-size: 24px;
}
.AdminLogin .btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.AdminLogin .btn:hover,
.AdminLogin .btn:focus,
.AdminLogin .btn:active,
.AdminLogin .btn.active,
.open .dropdown-toggle.AdminLogin .btn {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.AdminLogin .btn:active,
.AdminLogin .btn.active,
.open .dropdown-toggle.AdminLogin .btn {
  background-image: none;
}
.AdminLogin .btn.disabled,
.AdminLogin .btn[disabled],
fieldset[disabled] .AdminLogin .btn,
.AdminLogin .btn.disabled:hover,
.AdminLogin .btn[disabled]:hover,
fieldset[disabled] .AdminLogin .btn:hover,
.AdminLogin .btn.disabled:focus,
.AdminLogin .btn[disabled]:focus,
fieldset[disabled] .AdminLogin .btn:focus,
.AdminLogin .btn.disabled:active,
.AdminLogin .btn[disabled]:active,
fieldset[disabled] .AdminLogin .btn:active,
.AdminLogin .btn.disabled.active,
.AdminLogin .btn[disabled].active,
fieldset[disabled] .AdminLogin .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.AdminLogin .btn .badge {
  color: #fff;
  background-color: #333;
}
div[aria-label="cookieconsent"] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: magenta;
  padding: 30px;
  z-index: 650001;
}
.coming-soon {
  overflow: hidden;
  padding: 60px 0;
  background-color: #ebe7e3;
  color: #403d3d;
}
@media (max-width: 768px) {
  .coming-soon {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .coming-soon {
    padding: 30px 15px;
  }
}
.YachtListingBlock a,
.ExhibitorListingBlock a {
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.YachtListingBlock a:hover,
.ExhibitorListingBlock a:hover {
  text-decoration: none;
}
.YachtListingBlock a h3,
.ExhibitorListingBlock a h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}
.YachtListingBlock a i,
.ExhibitorListingBlock a i {
  margin-top: 30px;
  font-size: 60px;
  height: 60px;
  display: block;
  color: #fff;
}
.YachtsListingPage .yachts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}
@media (max-width: 992px) {
  .YachtsListingPage .yachts-grid {
    display: block;
  }
}
.YachtsListingPage .yachts-grid .card {
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  .YachtsListingPage .yachts-grid .card {
    background: #e7e7e7;
  }
}
@media (max-width: 440px) {
  .YachtsListingPage .yachts-grid .card {
    flex-direction: column;
  }
}
.YachtsListingPage .yachts-grid .card img {
  width: 240px;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .YachtsListingPage .yachts-grid .card img {
    margin-right: 0rem;
  }
}
@media (max-width: 440px) {
  .YachtsListingPage .yachts-grid .card img {
    width: 100%;
  }
}
.ExhibitorListingBlock table a[data-toggle="modal"] {
  font-size: 14px !important;
  color: #666 !important;
  margin-top: 0px !important;
  height: 30px !important;
  text-align: center !important;
}
.ExhibitorListingBlock table a[data-toggle="modal"] i {
  color: #7a6855 !important;
  font-size: 27px !important;
  text-align: center !important;
  height: auto !important;
  margin-top: 10px;
}
#Programme {
  position: relative;
  padding: 60px 0 100px;
  background: linear-gradient(90deg, #403d3d, #262424);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 20s ease infinite;
  -moz-animation: GradientAnimation 20s ease infinite;
  -o-animation: GradientAnimation 20s ease infinite;
  animation: GradientAnimation 20s ease infinite;
}
#Programme h2 {
  margin-bottom: 6rem;
  color: #fff;
}
#Programme h4 {
  margin-bottom: 2rem;
  color: #fff;
}
#Programme table {
  color: #fff;
}
#Programme tr > td:first-child {
  white-space: nowrap;
  padding-right: 3rem;
}
#Programme tr > td {
  border-top: none !important;
}
#Programme table {
  margin-bottom: 3rem;
}
.ExhibitorListingBlock,
.YachtListingBlock {
  position: relative;
  color: #7a6855;
}
.ExhibitorListingBlock .history,
.YachtListingBlock .history {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.ExhibitorListingBlock .history a,
.YachtListingBlock .history a {
  text-align: center;
  float: right;
  background: #7a6855;
  padding: 10px 20px;
  color: #fff;
  font-size: 85%;
  cursor: pointer;
  margin-left: 1px;
}
.ExhibitorListingBlock h3,
.YachtListingBlock h3 {
  font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #001a2c;
  text-align: center;
}
.ExhibitorListingBlock h3 small,
.YachtListingBlock h3 small,
.ExhibitorListingBlock h3 .small,
.YachtListingBlock h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #f9f9f9;
}
.ExhibitorListingBlock h3 small,
.YachtListingBlock h3 small,
.ExhibitorListingBlock h3 .small,
.YachtListingBlock h3 .small {
  font-size: 65%;
}
.ExhibitorListingBlock h3.small,
.YachtListingBlock h3.small {
  font-size: 24px;
}
.ExhibitorListingBlock .table,
.YachtListingBlock .table {
  font-size: 14px;
  width: 100%;
}
.ExhibitorListingBlock .table tr td:first-child,
.YachtListingBlock .table tr td:first-child {
  text-align: center !important;
  vertical-align: middle;
}
.ExhibitorListingBlock .table tr td:nth-child(2n):not(.name),
.YachtListingBlock .table tr td:nth-child(2n):not(.name) {
  text-align: center !important;
  vertical-align: top;
}
.ExhibitorListingBlock .table td,
.YachtListingBlock .table td {
  height: 110px;
  vertical-align: top;
}
.ExhibitorListingBlock .table td.name,
.YachtListingBlock .table td.name {
  text-transform: uppercase;
  text-align: left !important;
}
.ExhibitorListingBlock .table td.company a,
.YachtListingBlock .table td.company a {
  color: #666;
  font-size: 14px;
}
.ExhibitorListingBlock .table td img,
.YachtListingBlock .table td img {
  margin: auto;
  vertical-align: top;
}
/* .modal-fullscreen */
.modal-fullscreen {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: transparent;
}
.modal-fullscreen .modal-body {
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding: 20px 0;
}
.modal-fullscreen-programme.modal-fullscreen {
  background: #001a2c;
}
.modal-fullscreen-programme.modal-fullscreen button span {
  color: #fff !important;
}
.modal-fullscreen-programme.modal-fullscreen h2 {
  color: #fff;
  margin-bottom: 4rem;
}
.modal-fullscreen-programme.modal-fullscreen h4 {
  color: #fff;
  margin-bottom: 2rem;
}
.modal-fullscreen-programme.modal-fullscreen tr > td:first-child {
  white-space: nowrap;
  padding-right: 3rem;
}
.modal-fullscreen-programme.modal-fullscreen tr > td {
  border-top: none !important;
}
.modal-fullscreen-programme.modal-fullscreen table {
  margin-bottom: 3rem;
  font-size: 90%;
}
.modal-fullscreen .modal-header {
  border: none;
  margin-bottom: 30px;
}
.modal-fullscreen .modal-footer {
  border: none;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}
section.media-partners {
  background: #403d3d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
section.media-partners h4 {
  text-align: center;
  margin-top: 0;
  color: #fff;
}
@media (max-width: 480px) {
  section.media-partners h4 {
    font-size: 16px;
  }
}
section.media-partners .media-partner {
  overflow: hidden;
  margin: 0;
}
@media (max-width: 480px) {
  section.media-partners .media-partner {
    width: 50%;
  }
}
section.media-partners .media-partner a {
  display: inline-block;
  text-align: center;
}
section.media-partners .media-partner p.description {
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 480px) {
  section.media-partners .media-partner p.description {
    font-size: 9px;
  }
}
section.media-partners .media-partner img {
  width: 80%;
}
.page-title {
  display: none;
  position: fixed;
  right: 0;
  padding: 20px 40px;
  background-color: #7a6855;
  font-family: nimbus-sans-extended, Nimbus Sans Extd Bold, nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 650002;
  color: #fff;
}
@media (max-width: 768px) {
  .page-title {
    display: none;
  }
}
#InvitationForm_InvitationForm .CompositeField.localizadores {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 10px;
}
#InvitationForm_InvitationForm .CompositeField.localizadores label {
  font-size: 12px;
  font-weight: normal;
}
#InvitationForm_InvitationForm .CompositeField.localizadores .checkbox {
  margin-top: 5px;
  margin-bottom: 0px;
}
#InvitationForm_InvitationForm .CompositeField.localizadores .checkbox input {
  margin-top: 2px;
}
#AccreditationForm_AccreditationForm input,
#InvitationForm_InvitationForm input,
#AccreditationForm_AccreditationForm label,
#InvitationForm_InvitationForm label,
#AccreditationForm_AccreditationForm select,
#InvitationForm_InvitationForm select {
  font-size: 85%;
}
#AccreditationForm_AccreditationForm input,
#InvitationForm_InvitationForm input,
#AccreditationForm_AccreditationForm textarea,
#InvitationForm_InvitationForm textarea {
  color: #403d3d;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
}
#AccreditationForm_AccreditationForm input:focus,
#InvitationForm_InvitationForm input:focus,
#AccreditationForm_AccreditationForm textarea:focus,
#InvitationForm_InvitationForm textarea:focus {
  border-color: #7a6855;
  box-shadow: none;
}
#AccreditationForm_AccreditationForm label.disabled,
#InvitationForm_InvitationForm label.disabled {
  color: #bbb;
}
#AccreditationForm_AccreditationForm .btn,
#InvitationForm_InvitationForm .btn {
  font-weight: bold;
}
#AccreditationForm_AccreditationForm table,
#InvitationForm_InvitationForm table {
  font-size: 85%;
}
#AccreditationForm_AccreditationForm .help-block,
#InvitationForm_InvitationForm .help-block {
  font-size: 85%;
  display: block;
  margin-top: 10px;
  clear: left;
}
#AccreditationForm_AccreditationForm .help-block.error,
#InvitationForm_InvitationForm .help-block.error,
#AccreditationForm_AccreditationForm .help-block.message,
#InvitationForm_InvitationForm .help-block.message,
#AccreditationForm_AccreditationForm .help-block.required,
#InvitationForm_InvitationForm .help-block.required,
#AccreditationForm_AccreditationForm .help-block.validation,
#InvitationForm_InvitationForm .help-block.validation {
  color: #CC0000;
}
#AccreditationForm_AccreditationForm label,
#InvitationForm_InvitationForm label {
  font-weight: 700;
}
#AccreditationForm_AccreditationForm #Type .control-label,
#InvitationForm_InvitationForm #Type .control-label {
  display: block;
  padding-bottom: 10px;
}
#AccreditationForm_AccreditationForm #Type div.radio,
#InvitationForm_InvitationForm #Type div.radio {
  float: left;
  display: block;
  min-height: 30px;
  margin-top: 0;
  margin-right: 15px;
}
.InvitationPage,
.AccreditationPage,
.Page.admin,
.UploadInvitationsPage,
.MessageClientPage,
.ClientOrderPage,
.MemberRegisterPageExtension,
.MemberProfilePage,
.MemberProfilePageExtension,
.SignupPage,
.AdminPage,
.AdminMessagesPage,
.MemberPage,
[data-url-segment="Security"] {
  background: #fff;
}
.InvitationPage .nav-container,
.AccreditationPage .nav-container,
.Page.admin .nav-container,
.UploadInvitationsPage .nav-container,
.MessageClientPage .nav-container,
.ClientOrderPage .nav-container,
.MemberRegisterPageExtension .nav-container,
.MemberProfilePage .nav-container,
.MemberProfilePageExtension .nav-container,
.SignupPage .nav-container,
.AdminPage .nav-container,
.AdminMessagesPage .nav-container,
.MemberPage .nav-container,
[data-url-segment="Security"] .nav-container {
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.InvitationPage .nav-container .nav,
.AccreditationPage .nav-container .nav,
.Page.admin .nav-container .nav,
.UploadInvitationsPage .nav-container .nav,
.MessageClientPage .nav-container .nav,
.ClientOrderPage .nav-container .nav,
.MemberRegisterPageExtension .nav-container .nav,
.MemberProfilePage .nav-container .nav,
.MemberProfilePageExtension .nav-container .nav,
.SignupPage .nav-container .nav,
.AdminPage .nav-container .nav,
.AdminMessagesPage .nav-container .nav,
.MemberPage .nav-container .nav,
[data-url-segment="Security"] .nav-container .nav {
  overflow: hidden;
  height: 60px;
  background-color: #e7e7e7;
  width: 100%;
}
.InvitationPage .nav-container .nav li a,
.AccreditationPage .nav-container .nav li a,
.Page.admin .nav-container .nav li a,
.UploadInvitationsPage .nav-container .nav li a,
.MessageClientPage .nav-container .nav li a,
.ClientOrderPage .nav-container .nav li a,
.MemberRegisterPageExtension .nav-container .nav li a,
.MemberProfilePage .nav-container .nav li a,
.MemberProfilePageExtension .nav-container .nav li a,
.SignupPage .nav-container .nav li a,
.AdminPage .nav-container .nav li a,
.AdminMessagesPage .nav-container .nav li a,
.MemberPage .nav-container .nav li a,
[data-url-segment="Security"] .nav-container .nav li a {
  height: 60px;
}
.InvitationPage .top-holder,
.AccreditationPage .top-holder,
.Page.admin .top-holder,
.UploadInvitationsPage .top-holder,
.MessageClientPage .top-holder,
.ClientOrderPage .top-holder,
.MemberRegisterPageExtension .top-holder,
.MemberProfilePage .top-holder,
.MemberProfilePageExtension .top-holder,
.SignupPage .top-holder,
.AdminPage .top-holder,
.AdminMessagesPage .top-holder,
.MemberPage .top-holder,
[data-url-segment="Security"] .top-holder {
  background-image: none;
  height: 100px;
  overflow: hidden;
}
.InvitationPage .top-holder .logo,
.AccreditationPage .top-holder .logo,
.Page.admin .top-holder .logo,
.UploadInvitationsPage .top-holder .logo,
.MessageClientPage .top-holder .logo,
.ClientOrderPage .top-holder .logo,
.MemberRegisterPageExtension .top-holder .logo,
.MemberProfilePage .top-holder .logo,
.MemberProfilePageExtension .top-holder .logo,
.SignupPage .top-holder .logo,
.AdminPage .top-holder .logo,
.AdminMessagesPage .top-holder .logo,
.MemberPage .top-holder .logo,
[data-url-segment="Security"] .top-holder .logo {
  top: 0;
  float: left;
}
.InvitationPage .top-holder .logo img,
.AccreditationPage .top-holder .logo img,
.Page.admin .top-holder .logo img,
.UploadInvitationsPage .top-holder .logo img,
.MessageClientPage .top-holder .logo img,
.ClientOrderPage .top-holder .logo img,
.MemberRegisterPageExtension .top-holder .logo img,
.MemberProfilePage .top-holder .logo img,
.MemberProfilePageExtension .top-holder .logo img,
.SignupPage .top-holder .logo img,
.AdminPage .top-holder .logo img,
.AdminMessagesPage .top-holder .logo img,
.MemberPage .top-holder .logo img,
[data-url-segment="Security"] .top-holder .logo img {
  width: 220px;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
}
.InvitationPage .top-holder .claim,
.AccreditationPage .top-holder .claim,
.Page.admin .top-holder .claim,
.UploadInvitationsPage .top-holder .claim,
.MessageClientPage .top-holder .claim,
.ClientOrderPage .top-holder .claim,
.MemberRegisterPageExtension .top-holder .claim,
.MemberProfilePage .top-holder .claim,
.MemberProfilePageExtension .top-holder .claim,
.SignupPage .top-holder .claim,
.AdminPage .top-holder .claim,
.AdminMessagesPage .top-holder .claim,
.MemberPage .top-holder .claim,
[data-url-segment="Security"] .top-holder .claim {
  padding-left: 280px;
  padding-top: 15px;
}
.InvitationPage .top-holder .claim h2,
.AccreditationPage .top-holder .claim h2,
.Page.admin .top-holder .claim h2,
.UploadInvitationsPage .top-holder .claim h2,
.MessageClientPage .top-holder .claim h2,
.ClientOrderPage .top-holder .claim h2,
.MemberRegisterPageExtension .top-holder .claim h2,
.MemberProfilePage .top-holder .claim h2,
.MemberProfilePageExtension .top-holder .claim h2,
.SignupPage .top-holder .claim h2,
.AdminPage .top-holder .claim h2,
.AdminMessagesPage .top-holder .claim h2,
.MemberPage .top-holder .claim h2,
[data-url-segment="Security"] .top-holder .claim h2 {
  font-family: nimbus-sans-extended, nimbus-sans, 'Nimbus Sans Extd Regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-top: 0px;
  color: #fff;
  line-height: 1.5;
  text-transform: none;
  text-align: left;
}
@media (max-width: 480px) {
  .InvitationPage .top-holder .claim,
  .AccreditationPage .top-holder .claim,
  .Page.admin .top-holder .claim,
  .UploadInvitationsPage .top-holder .claim,
  .MessageClientPage .top-holder .claim,
  .ClientOrderPage .top-holder .claim,
  .MemberRegisterPageExtension .top-holder .claim,
  .MemberProfilePage .top-holder .claim,
  .MemberProfilePageExtension .top-holder .claim,
  .SignupPage .top-holder .claim,
  .AdminPage .top-holder .claim,
  .AdminMessagesPage .top-holder .claim,
  .MemberPage .top-holder .claim,
  [data-url-segment="Security"] .top-holder .claim {
    left: 180px;
  }
  .InvitationPage .top-holder .claim h2,
  .AccreditationPage .top-holder .claim h2,
  .Page.admin .top-holder .claim h2,
  .UploadInvitationsPage .top-holder .claim h2,
  .MessageClientPage .top-holder .claim h2,
  .ClientOrderPage .top-holder .claim h2,
  .MemberRegisterPageExtension .top-holder .claim h2,
  .MemberProfilePage .top-holder .claim h2,
  .MemberProfilePageExtension .top-holder .claim h2,
  .SignupPage .top-holder .claim h2,
  .AdminPage .top-holder .claim h2,
  .AdminMessagesPage .top-holder .claim h2,
  .MemberPage .top-holder .claim h2,
  [data-url-segment="Security"] .top-holder .claim h2 {
    font-size: 10px;
  }
}
.InvitationPage .container,
.AccreditationPage .container,
.Page.admin .container,
.UploadInvitationsPage .container,
.MessageClientPage .container,
.ClientOrderPage .container,
.MemberRegisterPageExtension .container,
.MemberProfilePage .container,
.MemberProfilePageExtension .container,
.SignupPage .container,
.AdminPage .container,
.AdminMessagesPage .container,
.MemberPage .container,
[data-url-segment="Security"] .container {
  padding-top: 30px;
}
.InvitationPage .content,
.AccreditationPage .content,
.Page.admin .content,
.UploadInvitationsPage .content,
.MessageClientPage .content,
.ClientOrderPage .content,
.MemberRegisterPageExtension .content,
.MemberProfilePage .content,
.MemberProfilePageExtension .content,
.SignupPage .content,
.AdminPage .content,
.AdminMessagesPage .content,
.MemberPage .content,
[data-url-segment="Security"] .content {
  margin-top: 0 !important;
}
.InvitationPage .modal,
.AccreditationPage .modal,
.Page.admin .modal,
.UploadInvitationsPage .modal,
.MessageClientPage .modal,
.ClientOrderPage .modal,
.MemberRegisterPageExtension .modal,
.MemberProfilePage .modal,
.MemberProfilePageExtension .modal,
.SignupPage .modal,
.AdminPage .modal,
.AdminMessagesPage .modal,
.MemberPage .modal,
[data-url-segment="Security"] .modal {
  color: #fff !important;
}
.InvitationPage .Actions,
.AccreditationPage .Actions,
.Page.admin .Actions,
.UploadInvitationsPage .Actions,
.MessageClientPage .Actions,
.ClientOrderPage .Actions,
.MemberRegisterPageExtension .Actions,
.MemberProfilePage .Actions,
.MemberProfilePageExtension .Actions,
.SignupPage .Actions,
.AdminPage .Actions,
.AdminMessagesPage .Actions,
.MemberPage .Actions,
[data-url-segment="Security"] .Actions {
  margin-top: 30px;
}
#Estimate {
  margin-top: 50px;
}
.AdminPage h1,
.ClientOrderPage h1,
.SignupPage h1,
.MemberProfilePageExtension h1,
.AdminMessagesPage h1,
.MessageClientPage h1,
.MemberProfilePage h1,
.AccreditationPage h1,
.AdminPage h2,
.ClientOrderPage h2,
.SignupPage h2,
.MemberProfilePageExtension h2,
.AdminMessagesPage h2,
.MessageClientPage h2,
.MemberProfilePage h2,
.AccreditationPage h2,
.AdminPage h3,
.ClientOrderPage h3,
.SignupPage h3,
.MemberProfilePageExtension h3,
.AdminMessagesPage h3,
.MessageClientPage h3,
.MemberProfilePage h3,
.AccreditationPage h3,
.AdminPage h4,
.ClientOrderPage h4,
.SignupPage h4,
.MemberProfilePageExtension h4,
.AdminMessagesPage h4,
.MessageClientPage h4,
.MemberProfilePage h4,
.AccreditationPage h4 {
  text-transform: none !important;
  letter-spacing: normal !important;
}
@media (min-width: 1440px) {
  .AdminPage .wrapper,
  .ClientOrderPage .wrapper,
  .SignupPage .wrapper,
  .MemberProfilePageExtension .wrapper,
  .AdminMessagesPage .wrapper,
  .MessageClientPage .wrapper,
  .MemberProfilePage .wrapper,
  .AccreditationPage .wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.AdminPage form .ss-gridfield,
.AdminMessagesPage form .ss-gridfield {
  overflow-x: visible !important;
}
.AdminPage .scrollbox,
.AdminMessagesPage .scrollbox {
  width: 100%;
  overflow-x: scroll !important;
}
.AdminPage #Form_OrderListingForm,
.AdminMessagesPage #Form_OrderListingForm {
  margin-top: 50px;
}
.AdminPage .navbar-fixed-top,
.AdminMessagesPage .navbar-fixed-top {
  position: static;
}
.AdminPage .actions,
.AdminMessagesPage .actions {
  padding-top: 10px;
  width: 100%;
}
.AdminPage .actions .form-group,
.AdminMessagesPage .actions .form-group {
  float: left;
}
.AdminPage .actions .form-group button,
.AdminMessagesPage .actions .form-group button {
  margin-left: 20px;
}
.AdminPage #Form_OrderListingForm,
.AdminMessagesPage #Form_OrderListingForm {
  width: 1600px;
}
.AdminPage form textarea,
.AdminMessagesPage form textarea {
  resize: vertical;
}
.AdminPage form select,
.AdminMessagesPage form select,
.AdminPage form label,
.AdminMessagesPage form label,
.AdminPage form input,
.AdminMessagesPage form input,
.AdminPage form textarea,
.AdminMessagesPage form textarea,
.AdminPage form th,
.AdminMessagesPage form th,
.AdminPage form tr,
.AdminMessagesPage form tr,
.AdminPage form thead,
.AdminMessagesPage form thead,
.AdminPage form button,
.AdminMessagesPage form button,
.AdminPage form .trumbowyg-editor,
.AdminMessagesPage form .trumbowyg-editor {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.AdminPage form .trumbowyg-editor table,
.AdminMessagesPage form .trumbowyg-editor table {
  width: 100% !important;
}
.AdminPage .trumbowyg-editor,
.AdminMessagesPage .trumbowyg-editor,
.AdminPage .trumbowyg-textarea,
.AdminMessagesPage .trumbowyg-textarea {
  font-size: 90%;
}
.AdminPage .EstimateItemRow,
.AdminMessagesPage .EstimateItemRow {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  overflow: hidden !important;
}
.AdminPage .EstimateItemRow .field,
.AdminMessagesPage .EstimateItemRow .field {
  width: 1%;
  display: table-cell;
  padding: 10px;
}
.AdminPage th.extra .form-control,
.AdminMessagesPage th.extra .form-control {
  padding: 0 !important;
}
.AdminPage th[class*="col-"],
.AdminMessagesPage th[class*="col-"] {
  vertical-align: top !important;
  width: 170px;
}
.AdminPage th[class*="col-"] button,
.AdminMessagesPage th[class*="col-"] button {
  margin: 0px;
}
.AdminPage th[class*="col-"] .form-group,
.AdminMessagesPage th[class*="col-"] .form-group {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
.AdminPage td[class*="col-"],
.AdminMessagesPage td[class*="col-"] {
  padding: 10px!important;
  vertical-align: top !important;
  width: auto;
}
.AdminPage td[class*="col-"] .form-group,
.AdminMessagesPage td[class*="col-"] .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.AdminPage th.col-Status,
.AdminMessagesPage th.col-Status {
  width: 170px;
}
.AdminPage th div.form-group,
.AdminMessagesPage th div.form-group {
  margin: 0;
}
.AdminPage tr .col-buttons,
.AdminMessagesPage tr .col-buttons {
  white-space: nowrap !important;
}
.AdminPage tr .col-buttons .form-group,
.AdminMessagesPage tr .col-buttons .form-group {
  margin-right: 5px;
  margin-top: 5px;
}
.AdminPage tr .col-buttons select,
.AdminMessagesPage tr .col-buttons select {
  width: 100% !important;
}
#RegisterForm_RegisterForm {
  margin-top: 60px;
  font-size: 16px;
}
#RegisterForm_RegisterForm label {
  color: #403d3d;
}
#RegisterForm_RegisterForm input,
#RegisterForm_RegisterForm textarea {
  background: #fff;
  color: #403d3d;
  border-color: #ccc;
  border-radius: 0;
}
#RegisterForm_RegisterForm input:focus,
#RegisterForm_RegisterForm textarea:focus {
  border-color: #7a6855;
}
#RegisterForm_RegisterForm .form-group {
  margin-bottom: 15px;
  overflow: hidden;
}
#RegisterForm_RegisterForm .field {
  margin-bottom: 15px;
}
#RegisterForm_RegisterForm #Email {
  margin-bottom: 30px;
}
#RegisterForm_RegisterForm #Phone {
  margin-bottom: 30px;
}
#RegisterForm_RegisterForm #Company {
  margin-bottom: 30px;
}
#RegisterForm_RegisterForm #Password {
  margin-bottom: 30px;
}
#RegisterForm_RegisterForm .Actions {
  text-align: center;
}
#RegisterForm_RegisterForm .Actions .btn-darkblue {
  background-color: #7a6855;
  color: #fff;
  border-radius: 0 !important;
  padding: 15px 30px !important;
}
#RegisterForm_RegisterForm .Actions .btn-darkblue:hover {
  background-color: #403d3d;
}
table th.price1,
table td.price1,
table th.sum,
table td.sum,
table th.qty,
table td.qty {
  text-align: right;
}
table td.btn {
  padding: 5px 10px;
}
table td span.label {
  text-shadow: none;
  font-weight: normal;
}
.dataTables_wrapper {
  overflow-x: scroll;
}
.datatable {
  width: 100%;
}
.datatable .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
}
.content {
  margin-top: 30px !important;
}
.panel,
.panel .btn {
  font-size: 80%;
}
.panel-info .panel-heading a {
  color: #31708f !important;
  font-size: 13px;
}
.panel-default .panel-heading a {
  color: #403d3d !important;
}
/* Dropzone overwrites
/** file progress **/
.fileattachment ul.file-attachment-field-previews .file-progress-wrap {
  border: 1px solid #009a00 !important;
  border-radius: 12px;
  height: 12px;
  width: 100px;
  display: inline-block;
  padding: 0;
}
.fileattachment ul.file-attachment-field-previews .file-progress {
  background: #00b300 !important;
  height: 10px;
  vertical-align: top;
  border-radius: 12px;
  display: inline-block;
  padding: 0;
}
.gradient-blue-grey {
  background: linear-gradient(90deg, #403d3d, #262424);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 20s ease infinite;
  -moz-animation: GradientAnimation 20s ease infinite;
  -o-animation: GradientAnimation 20s ease infinite;
  animation: GradientAnimation 20s ease infinite;
}
.gradient-blue-orange {
  background: linear-gradient(90deg, #0099da, #c0d424);
  background-size: 400% 400%;
  -webkit-animation: GradientAnimation 40s ease infinite;
  -moz-animation: GradientAnimation 40s ease infinite;
  -o-animation: GradientAnimation 40s ease infinite;
  animation: GradientAnimation 40s ease infinite;
}
.light-gradient {
  background: linear-gradient(90deg, #4d4949, #262424);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 10s ease infinite;
  -moz-animation: GradientAnimation 10s ease infinite;
  -o-animation: GradientAnimation 10s ease infinite;
  animation: GradientAnimation 10s ease infinite;
}
.darker-gradient {
  background: linear-gradient(90deg, #5a5656, #403d3d);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 13s ease infinite;
  -moz-animation: GradientAnimation 13s ease infinite;
  -o-animation: GradientAnimation 13s ease infinite;
  animation: GradientAnimation 13s ease infinite;
}
.gold-gradient {
  background: linear-gradient(90deg, #7a6855, #ac9b89);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 13s ease infinite;
  -moz-animation: GradientAnimation 13s ease infinite;
  -o-animation: GradientAnimation 13s ease infinite;
  animation: GradientAnimation 13s ease infinite;
}
@-webkit-keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.left-right h2 {
  margin-top: 0px;
}
.left-right.inview h2 {
  transition-duration: 0.7s;
  transition-timing-function: easeOut;
  margin-top: 0px;
}
.right-left h2 {
  margin-top: 0px;
}
.right-left.inview h2 {
  transition-duration: 0.7s;
  transition-timing-function: easeOut;
  margin-top: 0px;
}
.YachtsPage .flexslider .flex-control-nav,
.ExhibitorPage .flexslider .flex-control-nav,
.PartnersSponsorsPage .flexslider .flex-control-nav,
.AboutPage .flexslider .flex-control-nav,
.YachtsPage .flexslider .flex-direction-nav,
.ExhibitorPage .flexslider .flex-direction-nav,
.PartnersSponsorsPage .flexslider .flex-direction-nav,
.AboutPage .flexslider .flex-direction-nav {
  display: none !important;
}
.YachtsPage .flexslider .slides img,
.ExhibitorPage .flexslider .slides img,
.PartnersSponsorsPage .flexslider .slides img,
.AboutPage .flexslider .slides img {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.AboutPage .scene-two {
  padding: 80px 0;
  background-color: transparent;
  color: #403d3d;
}
@media (max-width: 1440px) {
  .AboutPage .scene-two {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .AboutPage .scene-two {
    padding: 30px 15px;
  }
}
#Yachts {
  background: #f9f9f9;
  padding: 60px 0 100px 0;
}
#Yachts .read-more-left {
  background-color: #7a6855;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  display: block !important;
  text-align: center;
}
#Yachts .yachts-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #Yachts .yachts-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  #Yachts .yachts-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#Yachts .yacht-name {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #Yachts {
    margin: 0px;
    background: white;
    padding: 20px 0 60px 0;
  }
}
#Yachts a {
  color: #666;
}
@media (max-width: 768px) {
  #Yachts table,
  #Yachts .table-responsive {
    border: none;
  }
}
#Yachts td {
  border-top: none;
  font-size: 15px;
}
@media (max-width: 768px) {
  #Yachts td {
    border: none;
    font-size: 80%;
  }
  #Yachts td img {
    margin: 0 !important;
  }
}
#Yachts td img {
  margin-right: 20px;
}
#Exhibitors {
  padding: 60px 0 100px;
}
#Exhibitors .exhibitors-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #Exhibitors .exhibitors-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#Exhibitors .read-more-left {
  background-color: #7a6855;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  display: block !important;
  text-align: center;
}
.flexslider.sponsors,
.flexslider.partners {
  background: transparent;
}
.flexslider.sponsors .slides li,
.flexslider.partners .slides li {
  width: 200px !important;
}
.flexslider.sponsors .slides li a,
.flexslider.partners .slides li a {
  display: block;
  color: #fff !important;
}
.flexslider.sponsors .slides li p,
.flexslider.partners .slides li p {
  margin-top: 10px;
  color: #fff;
}
.flexslider.sponsors .slides img,
.flexslider.partners .slides img {
  width: 150px;
  height: auto;
}
.flexslider.sponsors .flex-direction-nav a:before,
.flexslider.partners .flex-direction-nav a:before {
  color: #fff;
}
.flexslider.sponsors .flex-direction-nav a.flex-next:before,
.flexslider.partners .flex-direction-nav a.flex-next:before {
  color: #fff;
}
.ExhibitorPage #why-exhibit,
.VisitPage #why-exhibit {
  background: linear-gradient(90deg, #7a6855, #ac9b89);
  background-size: 300% 300%;
  -webkit-animation: GradientAnimation 13s ease infinite;
  -moz-animation: GradientAnimation 13s ease infinite;
  -o-animation: GradientAnimation 13s ease infinite;
  animation: GradientAnimation 13s ease infinite;
}
.ExhibitorPage #why-exhibit .wrap,
.VisitPage #why-exhibit .wrap {
  margin: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ExhibitorPage #why-exhibit .wrap,
  .VisitPage #why-exhibit .wrap {
    min-height: 0;
  }
}
.ExhibitorPage #why-exhibit .wrap div.box,
.VisitPage #why-exhibit .wrap div.box {
  width: 240px;
  margin-bottom: 6%;
  /* (100-32*3)/2 */
  position: relative;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
}
.ExhibitorPage #why-exhibit .wrap div.box span,
.VisitPage #why-exhibit .wrap div.box span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}
.ExhibitorPage #why-exhibit .wrap div.box .img-box,
.VisitPage #why-exhibit .wrap div.box .img-box {
  background: white;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 30px;
}
.ExhibitorPage #why-exhibit .wrap div.box .img-box img,
.VisitPage #why-exhibit .wrap div.box .img-box img {
  width: 100%;
  height: auto;
}
.ExhibitorPage #why-exhibit .wrap div.box .img-box img:hover,
.VisitPage #why-exhibit .wrap div.box .img-box img:hover {
  transform: scale(1.2) translate3d(0px, 10px, 0px);
  transition-duration: 0.3s;
}
.MediaPage .media-kit-wrapper,
.MediaPage .photo-gallery-wrapper,
.MediaPage .video-gallery-wrapper {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .MediaPage .media-kit-wrapper,
  .MediaPage .photo-gallery-wrapper,
  .MediaPage .video-gallery-wrapper {
    width: 100%;
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .MediaPage .media-kit-wrapper,
  .MediaPage .photo-gallery-wrapper,
  .MediaPage .video-gallery-wrapper {
    padding: 30px 15px;
  }
}
.MediaPage #video-gallery {
  background-color: #111;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .MediaPage #video-gallery {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .MediaPage #video-gallery {
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .MediaPage #video-gallery video {
    margin: -60px;
  }
}
.MediaPage #media-kit {
  background-color: #ebe7e3;
  color: #403d3d;
}
.MediaPage #media-kit p {
  margin: 5% 0;
}
.MediaPage #media-kit .media-downloads {
  text-align: center;
  margin: 40px 0;
}
.MediaPage #media-kit .media-downloads .muted {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media (max-width: 1024px) {
  .MediaPage #media-kit .media-downloads > div {
    margin-bottom: 30px;
  }
}
.MediaPage #media-kit .media-downloads img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  -webkit-box-shadow: 3px 3px 8px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 8px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 8px -5px rgba(0, 0, 0, 0.75);
}
.MediaPage #media-kit .media-downloads h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.MediaPage #media-kit .media-downloads a {
  text-decoration: none;
}
.MediaPage #media-kit .media-downloads a:hover,
.MediaPage #media-kit .media-downloads a:focus {
  text-decoration: none;
}
.MediaPage #media-kit .media-downloads a .label {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #403d3d;
  border-radius: 0.5em;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: 300;
  color: #403d3d;
}
.MediaPage #media-kit .media-downloads a .label:hover {
  background-color: #746351;
  color: #fff;
}
.MediaPage #media-kit .media-downloads .inactive .label {
  border-color: #746351;
  color: #746351;
}
.MediaPage #media-kit .media-downloads .inactive .label:hover {
  background-color: transparent;
}
.MediaPage #media-kit .media-downloads .input-group {
  margin-bottom: 20px;
}
.MediaPage #media-kit .media-downloads .input-group .form-control {
  height: 27px;
  border: none;
  text-align: center;
  font-size: 14px;
  padding: 3px 12px 6px 12px;
}
.MediaPage #press-releases {
  display: block !important;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .MediaPage #press-releases {
    padding: 40px 0;
  }
}
.MediaPage #press-releases .press-releases-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .MediaPage #press-releases .press-releases-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .MediaPage #press-releases .press-releases-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.MediaPage #press-coverage {
  background-color: #ebe7e3;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .MediaPage #press-coverage {
    padding: 40px 0;
  }
}
.MediaPage #press-coverage .press-coverage-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .MediaPage #press-coverage .press-coverage-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .MediaPage #press-coverage .press-coverage-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.MediaPage #photo-gallery {
  background-color: #f9f9f9;
}
@media (max-width: 480px) {
  .MediaPage #photo-gallery {
    padding: 30px 15px 90px 15px;
  }
}
.mobile-rotation {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 30% 30%;
  z-index: 9999999999;
}
@media (max-width: 480px) and (orientation: portrait) {
  .mobile-rotation {
    display: none;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  .mobile-rotation {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: portrait) {
  .mobile-rotation {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-rotation {
    display: block;
  }
}
.list-group.downloads .fa {
  margin-right: 10px;
}
svg * {
  font-family: nimbus-sans-extended !important;
}
#Form_ProfileForm .form-group.password {
  margin: 0;
}
#Form_ProfileForm #Email {
  margin-bottom: 30px;
}
#Form_ProfileForm #Password .showOnClick a {
  margin-bottom: 30px;
  display: block;
  color: #CC0000;
}
.claim {
  mix-blend-mode: multiply;
}
.UnsubscriptionPage form {
  margin: 0px 0 100px;
}
[data-url-segment="UnsubscribeController"] {
  opacity: 1 !important;
}
[data-url-segment="UnsubscribeController"] .scene-two {
  padding-top: 60px;
  padding-bottom: 60px;
}
#YachtForm_ModalYachtForm .row {
  margin-bottom: 15px;
}
#YachtForm_ModalYachtForm span.help-inline {
  display: block;
  margin-top: 10px;
}
#YachtForm_ModalYachtForm a {
  text-decoration: underline;
}
#ChangePasswordForm_ChangePasswordForm {
  margin: 30px 0;
}
#ChangePasswordForm_ChangePasswordForm .btn-default {
  background-color: #7a6855 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  height: auto;
}
#ChangePasswordForm_ChangePasswordForm .btn-default:hover {
  background-color: #403d3d !important;
}
.ExhibitorPage .table-responsive,
.ExhibitorsListingPage .table-responsive {
  border: none;
}
.ExhibitorPage #exhibitors-wrapper-outer,
.ExhibitorsListingPage #exhibitors-wrapper-outer {
  background: #f9f9f9;
  background: #fff;
  padding: 60px 0 100px;
}
.ExhibitorPage #exhibitors-wrapper-outer .read-more-left,
.ExhibitorsListingPage #exhibitors-wrapper-outer .read-more-left {
  background-color: #7a6855;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  display: block !important;
  text-align: center;
}
.ExhibitorPage .exhibitors-wrapper,
.ExhibitorsListingPage .exhibitors-wrapper {
  width: 1440px;
  margin: 0 auto;
}
.ExhibitorPage .exhibitors-wrapper table,
.ExhibitorsListingPage .exhibitors-wrapper table,
.ExhibitorPage .exhibitors-wrapper th,
.ExhibitorsListingPage .exhibitors-wrapper th,
.ExhibitorPage .exhibitors-wrapper td,
.ExhibitorsListingPage .exhibitors-wrapper td,
.ExhibitorPage .exhibitors-wrapper .table-responsive,
.ExhibitorsListingPage .exhibitors-wrapper .table-responsive {
  background: white;
}
.ExhibitorPage .exhibitors-wrapper table tr:first-child th,
.ExhibitorsListingPage .exhibitors-wrapper table tr:first-child th {
  border: none;
}
@media (max-width: 1440px) {
  .ExhibitorPage .exhibitors-wrapper,
  .ExhibitorsListingPage .exhibitors-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .ExhibitorPage .exhibitors-wrapper,
  .ExhibitorsListingPage .exhibitors-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ExhibitorPage .exhibitors-wrapper td,
.ExhibitorsListingPage .exhibitors-wrapper td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ExhibitorPage .exhibitors-wrapper td.image,
.ExhibitorsListingPage .exhibitors-wrapper td.image {
  width: 160px !important;
}
.ExhibitorPage .table-responsive,
.ExhibitorsListingPage .table-responsive {
  background: #f7f7f7;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}
.ExhibitorPage .table-responsive h4,
.ExhibitorsListingPage .table-responsive h4 {
  margin-bottom: 3rem;
}
.ExhibitorPage .table-condensed > thead > tr > th,
.ExhibitorsListingPage .table-condensed > thead > tr > th {
  padding: 1rem;
}
.ExhibitorPage .table-condensed > thead > tr > td,
.ExhibitorsListingPage .table-condensed > thead > tr > td {
  padding: 1rem;
}
.ExhibitorPage .table-condensed,
.ExhibitorsListingPage .table-condensed {
  font-size: 14px;
}
.ExhibitorPage .table-condensed img,
.ExhibitorsListingPage .table-condensed img {
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.message.required,
.help-block {
  color: #d9534f;
  display: block;
}


/****** FILE: themes/samba/css/jquery.mCustomScrollbar.css *****/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}

	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
	}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	/* ---------------------------------------- */



	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }


	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

	/* ---------------------------------------- */



	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */

	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

	/* ---------------------------------------- */



	/* theme: "light-thin", "dark-thin" */

	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */

	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	/* ---------------------------------------- */



	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

	.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}

	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}

	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}

	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}

	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}

	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }


	/* theme "rounded-dark", "rounded-dots-dark" */

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }


	/* theme "rounded-dots", "rounded-dots-dark" */

	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
	}

	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }


	/* theme "rounded-dots-dark" */

	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}

	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

	/* ---------------------------------------- */



	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}


	/* theme "3d", "3d-dark" */

	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

	.mCS-3d.mCSB_scrollTools,
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
	}

	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}

	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


	/* theme "3d-dark" */

	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}

	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	/* ---------------------------------------- */



	/* theme: "3d-thick", "3d-thick-dark" */

	.mCS-3d-thick.mCSB_scrollTools,
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
	}

	.mCS-3d-thick.mCSB_scrollTools,
	.mCS-3d-thick-dark.mCSB_scrollTools,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

	.mCS-3d-thick.mCSB_scrollTools_vertical,
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

	.mCS-3d-thick.mCSB_scrollTools_horizontal,
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}

	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}

	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}

	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }


	/* theme: "3d-thick-dark" */

	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	/* ---------------------------------------- */



	/* theme: "minimal", "minimal-dark" */

	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0;
		margin: 12px 0;
	}

	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0;
		margin: 0 12px;
	}

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0;
		right: auto;
	}

	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
	}

	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
	}


	/* theme: "minimal-dark" */

	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
	}

	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
	}

	/* ---------------------------------------- */



	/* theme "light-3", "dark-3" */

	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}

	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}

	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


	/* theme "dark-3" */

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	/* ---------------------------------------- */



	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}

	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }


	/* theme "inset-2", "inset-2-dark" */

	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }


	/* theme "inset-3", "inset-3-dark" */

	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	/* ---------------------------------------- */


/****** FILE: themes/samba/elegant-font/style.css *****/
@font-face {
	font-family: 'ElegantIcons';
	src:url('/themes/samba/elegant-font/fonts/ElegantIcons.eot');
	src:url('/themes/samba/elegant-font/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('/themes/samba/elegant-font/fonts/ElegantIcons.woff') format('woff'),
		url('/themes/samba/elegant-font/fonts/ElegantIcons.ttf') format('truetype'),
		url('/themes/samba/elegant-font/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	


/****** FILE: themes/samba/bower_components/photoswipe/dist/photoswipe.css *****/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500000000000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


/****** FILE: themes/samba/bower_components/photoswipe/dist/default-skin/default-skin.css *****/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/themes/samba/bower_components/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/themes/samba/bower_components/photoswipe/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }


