.su-clearfix {
  *zoom: 1;
}
.su-clearfix:before,
.su-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.su-clearfix:after {
  clear: both;
}



.su-ep-container {
	
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	
	background: rgba(0,0,0,0.75);
	perspective: 1000px;
	
	left: 100%;
	opacity: 0;
	
	-webkit-transition-property: left, opacity;
	-webkit-transition-duration: 0, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-property: left, opacity;
	transition-duration: 0, 0.3s;
	transition-delay: 0.3s, 0;
}


.su-ep-container.visible {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	left: 0;
	opacity: 1;
	z-index: 9999;
}


.su-lightbox {
	cursor: pointer;
}
.su-lightbox-inline {
	display: inline-block;
}


.su-ep-content {
	width: 590px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	transform: scale(0.4) rotateX(45deg);
	
	transition: all 0.3s;
	background-color: #fff;
	box-sizing: border-box;
}

.su-ep-content .su-ep-inner {
	padding: 15px;
	text-align: center;
}
.su-ep-content .su-ep-inner h1,
.su-ep-content .su-ep-inner h2,
.su-ep-content .su-ep-inner h3,
.su-ep-content .su-ep-inner h4 {
	color: inherit;
}

.su-ep-content.visible {
	transform: scale(1) rotateX(0deg);
}


.su-ep-content .ep-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 0px;
	cursor: pointer;
	color: #ddd;
	line-height: 32px;
	font-family: Arial, Baskerville, monospace;
	font-size: 32px;
	text-align: right;
}
.su-ep-content .ep-close:hover {
	color: #fff;
}.su-ep-content .ep-close:focus {
	color: #f5f5f5;
}


.onp-sl-social-button iframe {
	vertical-align: baseline;
}


._df_thumb ._df_book-title:empty {
	display: none;
}

.su-responsive-frame {
	width: 100%;
}


@media (max-width: 767px) {
	.su-ep-content {
		width: 91%;
		height: auto;
		min-height: 240px;
		margin: 30px;
	}
}



@media (min-width: 960px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-medium {
    display: none !important;
  }
  .su-hidden-large {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-large {
    display: none !important ;
  }
  .su-hidden-medium {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .su-visible-medium {
    display: none !important;
  }
  .su-visible-large {
    display: none !important;
  }
  .su-hidden-small {
    display: none !important;
  }
}

.su-hidden {
  display: none !important;
  visibility: hidden !important;
}

.su-invisible {
  visibility: hidden !important;
}

.su-visible-hover:hover .su-hidden,
.su-visible-hover:hover .su-invisible {
  display: block !important;
  visibility: visible !important;
}
.su-visible-hover-inline:hover .su-hidden,
.su-visible-hover-inline:hover .su-invisible {
  display: inline-block !important;
  visibility: visible !important;
}

.su-touch .su-hidden-touch,
.su-notouch .su-hidden-notouch {
  display: none !important;
}
 
.su-shortcodes-loaded .alert.alert-warning {
	text-align: center;
	padding: 100px;
}




.su-member-style-1 .su-member-info {padding: 0;}
.su-member-style-1 .su-member-name {display: block;margin-bottom: 6px;font-size: 24px;font-weight: 700;color: #444;}
.su-member-style-1 .su-member-role {opacity: 1;filter: alpha(opacity=100);}
.su-member-style-1 .su-member-icons {padding: 0;border-top: none !important;margin-bottom: 20px;}
.su-member-style-1 .su-member-icons a i {font-size: 14px;width: 30px;height: 30px;text-align: center;line-height: 30px;border: 2px solid;border-radius: 50%;}



@media (max-width: 768px) {
    .su-contact-form .su-form-fields,.su-contact-form .su-cf-message-wrapper {
        width: 100% !important;
    }
    .su-contact-form .su-cf-message-wrapper {
        padding-left: 0px !important;
    }
    .su-form-wrapper .submit-button {
        margin-left: 0 !important;
        text-align: center !important;
    }
    .su-contact-form .su-input-box input.cf-name {
        margin-bottom: 10px !important;
    }
}
.su-contact-form .su-cf-group {
    margin-left: 0 !important;
}
.su-contact-form .su-input-box input.cf-name {
    margin-bottom: 35px;
}
.su-contact-form .su-input-box textarea {
    color: black;
    padding: 20px 25px !important;
}
.su-form-wrapper .submit-button {
    margin-top: 35px !important;
    margin-left: -99px;
    text-align: left;
}
.su-form-wrapper .submit-button input {
    padding: 12px 30px !important;
    background-color: transparent;
    border: 1px solid rgba(253, 253, 253, 0.3);
    color: #aaa;
    font-size: 13px;
}
.su-contact-form .su-input-box input {
    height: 60px !important;
    color: #fff !important;
    padding: 10px 20px !important;
}
.su-contact-form .su-cf-message-wrapper {
    padding-left: 35px;
    box-sizing: border-box;
}
.su-contact-form .su-form-fields,.su-contact-form .su-cf-message-wrapper {
    display: block !important;
    width: 49%;
    float: left;
    margin-left: 0 !important;
}
.su-contact-form .form-control {
    background: #ffffff80;
    color: #444;
    font-weight: normal;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.su-contact-form .su-form-label {
    color: #444;
    font-weight: normal;
}


.su-content-slider-style-default.arrow-default {text-align: center;}
.su-content-slider-style-default.arrow-default .owl-stage-outer {padding-top: 100px;}
.su-content-slider-style-default.arrow-default .owl-nav {padding: 0 40px;display: inline-block;top: 0;position: absolute !important;left: 50%;right: auto;transform: translateX(-50%);}
.su-content-slider-style-default.arrow-default .owl-nav [class*='owl-'] {position: relative !important;border-radius: 50% !important;height: 60px;width: 60px;line-height: 60px;opacity: 1;margin-top: 0 !important;}
.su-content-slider-style-default.arrow-default .owl-nav .owl-prev {margin-right: 40px;left: 0 !important;}
.su-content-slider-style-default.arrow-default .owl-nav .owl-next {right: 0 !important;}
.su-content-slider-style-default.arrow-default .owl-nav:before, 
.su-content-slider-style-default.arrow-default .owl-nav:after {position: absolute;content: '';width:2000px;border-top: 1px solid rgba(0,0,0,0.06);top: 50%;transform: translateY(-50%);}
.su-content-slider-style-default.arrow-default .owl-nav:before {right: 100%;}
.su-content-slider-style-default.arrow-default .owl-nav:after {left: 100%;}
.su-content-slider-style-default.arrow-default .owl-nav .owl-prev:after {position: absolute;content: '';right: -14px;top: 50%;background-color: rgba(0,0,0,0.1);height: 60%;width: 3px;transform: rotate(25deg) translateY(-50%);}

@media (max-width: 480px) {
    .su-content-slider-style-default.arrow-default .owl-nav {padding: 0 15px;}
    .su-content-slider-style-default.arrow-default .owl-nav [class*='owl-'] {
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 13px;
    }
}


.sup-style1 .mega-hover {background-color: transparent !important;opacity: 1 !important;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
.sup-style1 .mega-hover:before {display: block;position: absolute;content: '';z-index: 5;left: 35px;right: 35px;bottom: 35px;top: 35px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .5s cubic-bezier(0.47, 0.68, 0.21, 0.87);transition: all .5s cubic-bezier(0.47, 0.68, 0.21, 0.87);border: 1px solid rgba(255,255,255,0.3);}
.sup-style1 .mega-hovertitle {background: rgba(0,0,0,0.5);z-index: 11;color: white;border-radius: 1em;padding: 1em;top: 50%;bottom: initial !important;left: 50%;margin-right: -50%;transform: translate(-50%, -50%) !important;border-radius: 100% !important;opacity: 1 !important;}
.sup-style1 .mega-hoversubtitle {display: none;}
.sup-style1 .megasize-large .mega-hovertitle, .sup-style1 .megasize-medium .mega-hovertitle {height: 200px;width: 200px;line-height: 200px;}
.sup-style1 .megasize-small .mega-hovertitle {height: 100px;width: 100px;line-height: 100px;}
.sup-style1 .mega-hoverlink, 
.sup-style1 .mega-hoverview {bottom: 50px;top: auto !important;z-index: 11;border-radius: 50% !important;}
.sup-style1 .mega-hoverlink {left: 50px;}
.sup-style1 .mega-hoverview {right: 50px !important;left: auto !important;}
.sup-style1 .filter_wrapper {border: none;}
.sup-style1 .filter {position: relative;font-weight: 700;}
.sup-style1 .filter:after {position: absolute;height: 12px;width: 2px !important;border-left: 1px solid #000;content: '';transform: rotate(20deg);top: 14px;right: 0;}
.sup-style1 .filter:nth-last-child(2)::after {display:none;}





a:active,
a:focus {outline:0;}
img {border:none;}


#k2Container {padding:0 0 24px 0;}
body.contentpane #k2Container {padding:16px;} 


.k2Padding {padding:4px;}


.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}


div.k2FeedIcon {padding:4px 8px;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(/templates/jaap/css/../images/system/feed-icon-14x14.gif) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}
.smallerFontSize {font-size:16px;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}


.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}


div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
.clearList {float:none;clear:both;} 
.lastItem {border:none;}
.k2Avatar img {display:block;float:left;}
a.k2ReadMore {text-decoration: none;text-transform: uppercase;}
a.k2ReadMore:hover {text-decoration: none}
.k2UserDetails {
	padding-left: 62px;
}
div.k2LoginBlock input.button {
  border: none;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 8px 15px;
}

div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}

div.k2Pagination ul {margin: 0 0 5px 0px;text-align:center;}
div.k2Pagination ul li {margin: 0 5px 5px 0;display: inline-block;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;padding: 6px 12px;background: rgba(0, 0, 0, 0.05);-webkit-border-radius: 2px;border-radius: 2px;}
div.k2Pagination ul li:hover {background: rgba(0, 0, 0, 0.7); color: #fff;}
div.k2Pagination ul li > .pagenav {}
div.k2Pagination ul li a {text-decoration: none;}
div.k2Pagination ul li:hover a {color: #fff;}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {}
div.itemIsFeatured .itemFeatured {position: absolute;left: 20px;bottom: 20px;padding: 8px;background: rgba(255,255,255,0.4);color: #fff;font-size: 16px;text-transform: uppercase;border-radius: 2px;}


a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}
div.itemView {padding:8px 0 24px 0;margin:0 0 24px 0;} 
span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.itemEditLink a:hover {background:#ffffcc;}
div.itemHeader span.ItemDateCreated {color:#999;font-size:11px;line-height: 22px;float: left;margin-right: 15px;text-align: center;}
div.itemHeader h2.itemTitle {font-size:24px;font-weight:normal;line-height:24px;padding:0 0 5px 0;margin:0; color: #444;}
div.itemHeader h2.itemTitle span {font-size:12px;color:#CF1919;text-decoration:none;} 
div.itemHeader span.itemAuthor {display:inline-block;padding:0;margin:0 10px 0 0;font-size: 11px;text-transform: uppercase;color: #A5A5A5;}
div.itemHeader span.itemAuthor a {color: #A5A5A5;text-decoration: none;}
div.ItemBlog div.blog-content-block div.itemToolbar{line-height: 14px;}
div.itemToolbar ul {padding: 0;margin: 0;border: none;}
div.itemToolbar ul li {display:inline-block;list-style:none;line-height: 14px;padding-right: 3px;}
div.itemToolbar ul > li:first-child, div.itemToolbar ul > li.first {border:none;} 
div.itemToolbar ul li a img {vertical-align:middle;}
div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(/templates/jaap/css/../images/system/font_decrease.gif) no-repeat;}
div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(/templates/jaap/css/../images/system/font_increase.gif) no-repeat;}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {font-size: 10px;}
div.itemImageBlock {margin-bottom: 25px;}
div.itemImage {display:block;position: relative;}
div.itemImage a {display:block;position: relative;overflow: hidden;}
div.itemImageCaption {color:#666;float:left;display:block;font-size:11px;}
div.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}
div.ItemBlog div.ItemText {margin-bottom: 45px;}
div.itemIntroText {color:#222;font-size:14px;line-height:20px;text-align:justify;}
div.itemIntroText ul {margin-top:3px;margin-bottom:10px;}
div.itemFullText {font-size: 14px;color: #444;line-height: 22px;}
div.project-Single-item div.itemExtraFields {padding:20px 0 0 0;border-top:1px solid #ddd;}
div.itemExtraFields ul {margin:0;  padding: 20px 0 0 0;list-style:none;}
div.itemExtraFields ul li {display: block;padding-bottom: 10px;}div.itemExtraFields ul li p {margin: 0;}
div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 10px 0 0;}
div.itemContentFooter {display:block;text-align:right;padding-top:8px;margin:15px 0 5px 0;border-top:1px solid #ddd;color: #A5A5A5;text-transform: uppercase;font-size: 11px;}
span.itemHits {float:left;}
div.itemSocialSharing {padding:8px 0;margin: 35px 0 70px 45px;}
div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
div.itemFacebookButton {float:left;margin-right:24px;width:200px;}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

div.ItemBlog span.itemAuthor, div.itemLinks, div.itemCategory, div.itemTagsBlock, ul.itemLink {display: inline-block;}
div.ItemBlog span.itemAuthor, div.ItemBlog div.itemCategory, div.ItemBlog div.itemTagsBlock, div.ItemBlog ul.itemLink {position:relative;margin-right: 10px;padding-right: 10px;}
div.ItemBlog span.itemAuthor:after, div.ItemBlog div.itemCategory:after, div.ItemBlog div.itemTagsBlock:after, div.ItemBlog ul.itemLink:after {
content: "";
background: #DDD;
width: 1px;
position: absolute;
height: 9px;
right: 0;
top: 3px;
}
div.itemLinks {border: none;padding: 0;margin-right: 0;}
ul.ul.itemLink {margin: 0;padding: 0;border: none;}

div.itemAuthorBlock, div.userBlock {margin-bottom: 45px;border-bottom: 1px solid;border-top: 1px solid;padding: 40px 0;}
div.itemAuthorBlock p {margin: 15px 0 10px 0;}
div.itemAuthorBlock h3.itemAuthorName {margin-bottom: 12px;line-height: normal;font-size: 18px;text-transform: uppercase;}
div.itemAuthorBlock img.itemAuthorAvatar {float: left;display: block;margin: 10px 25px 25px 0;}
div.itemAuthorBlock div.itemAuthorDetails {margin: 0;}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin: 0 0 5px 0;color: #1D2226;font-size: 110%;font-weight: normal;text-transform: uppercase;}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-size:16px;}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight: bold;color: #555;display: block;margin-top: 12px;}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}
div.itemAuthorBlock h3.itemAuthorName a, span.itemAuthorUrl a {text-decoration: none;}
.itemDescription p {margin: 5px 0px;}


div.item-Author-Latest-Related{margin-bottom:45px;margin-left: 0;}
div.itemAuthorLatest {margin-bottom:16px;padding:0;}
div.itemAuthorLatest ul li a {text-decoration: none;color: #A5A5A5;}
div.itemAuthorLatest ul li a:hover {color: #444;}
.itemAuthorLatest ul,
.itemRelated ul {margin: 0px;padding: 0px;}
.itemAuthorLatest ul li,
.itemRelated ul li {list-style-type: none;background: none;border-bottom: 1px solid #ddd;padding: 8px 0;position: relative;}
.itemAuthorLatest ul li a,
.itemRelated ul li a {padding: 0 12px;}
.itemAuthorLatest ul li a:after,
.itemRelated ul li a:after {content: "\f105";font-family: FontAwesome;position: absolute;left: 0;top: 7px;color: #8B6F6F;}
div.itemRelated {margin-bottom:16px;} 
div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} 
div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
div.itemRelated ul li a {color: #A5A5A5;text-decoration: none;}
div.itemRelated ul li a:hover {color: #444;}
div.itemImageGallery {margin:0 0 16px 0;padding:0;}
div.project-Single-item div.project-item-header {display: block;border-bottom: 1px solid #DDD;padding-bottom: 10px;position: relative;}


div.project-item-header div.itemNavigation {display: inline-block;right: 0;position: absolute;top:0;}
div.project-item-header div.itemNavigation a i {height: 20px;width: 20px;line-height: 20px;text-align: center;font-weight: bold;margin-left: 5px;font-size: 14px;}

div.itemNavigation a{text-decoration: none;}


div.itemComments {}

div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
div.itemComments ul.itemCommentsList li {padding-bottom: 30px;border-bottom: 1px solid #DDD;}
div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
div.itemComments ul.itemCommentsList li p {margin: 10px 0 15px 70px;}
div.itemComments ul.itemCommentsList li img {float: left;margin: 3px 20px 0 0;}
div.itemComments ul.itemCommentsList li span.commentDate {font-size: 11px;letter-spacing: 1px;font-style: italic;color: #A5A5A5;}
div.itemComments ul.itemCommentsList li span.commentAuthorName {font-size: 15px;display: block;text-transform: capitalize;color: #000;margin-top: 30px;}
div.itemComments ul.itemCommentsList li span.commentAuthorName a {font-size: 15px;color: #000;text-decoration: none;}
div.itemComments ul.itemCommentsList li span.commentAuthorName a:hover {color: #727674;}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
div.itemComments ul.itemCommentsList li span.commentLink {margin-left: 70px;line-height: normal;}
div.itemComments ul.itemCommentsList li span.commentLink a {font-size: 13px;text-decoration: none;font-weight: bold;color: #000;text-transform: uppercase;letter-spacing: -1px;outline: none;}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {color: #727674;}
div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(/templates/jaap/css/../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}
div.itemCommentsForm form {}
div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;border-bottom: 1px solid #DDD;}
div.itemCommentsForm p.itemCommentsFormNotes {margin-top: 8px;}
div.itemCommentsForm form label.formComment {display:block;margin:12px 0 5px 2px;}
div.itemCommentsForm form label.formName {}
div.itemCommentsForm form label.formEmail {}
div.itemCommentsForm form label.formUrl {}
div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
div.itemCommentsForm form textarea.inputbox {display:block;width:100%;height:160px;margin:0;font-size: 13px;color: #A5A5A5; -webkit-box-sizing:border-box !important;box-sizing:border-box !important;}
div.itemCommentsForm form input.inputbox {display: block;margin: 0;font-size: 13px;color: #A5A5A5;padding: 6px 0px 6px 10px !important;width: 100%;height: auto;-webit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;}
div.itemCommentsForm form input#submitCommentButton {text-transform: uppercase;margin-top: 20px;border: none;outline: none;}
div.itemCommentsForm form span#formLog {vertical-align:middle;font-weight:bold;color:#CF1919;display: inline-block;}
div.itemCommentsForm form .formLogLoading {background:url(/templates/jaap/css/../images/system/loading.gif) no-repeat left center;-webkit-transform: translateY(12px) translateX(6px);transform: translateY(11px) translateX(6px);}


div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
div.k2ReportCommentFormContainer blockquote span.theComment {font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
div.k2ReportCommentFormContainer form .formLogLoading {background:url(/templates/jaap/css/../images/system/loading.gif) no-repeat left center;}


div.itemBackToTop {text-align:right;}
div.itemBackToTop a {text-decoration:underline;}
div.itemBackToTop a:hover {text-decoration:underline;}





div.itemListCategory {background:#f7fafe;border:1px solid #ddd;margin:4px 0;padding:8px;}
span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
span.catItemAddLink a:hover {background:#ffffcc;}
div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}


div.subCategoryContainer {float:left;}
div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}
div.itemContainer {float:left;width:100%;}

div.groupLinks {padding:0;margin:0;}
span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.catItemEditLink a:hover {background:#ffffcc;}
div.catItemHeader a {text-decoration: none;}
div.catItemHeader h3.catItemTitle {font-size:24px;font-weight:normal;line-height:24px;padding:0 0 5px 0;margin:0;}
div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} 
div.catItemHeader span.catItemAuthor {display:block;padding:0;margin: 0 10px 0 0; color: #A5A5A5;}
div.catItemHeader span.catItemAuthor a {color: #A5A5A5; text-transform: uppercase;}
div.catItemHeader span.catItemAuthor a:hover {color: #222;}
div.catItemHeader .catItemCommentsLink {border: none;}
div.catItemBody {padding:10px 0;margin:0 0 0 45px;}
div.catItemImageBlock {margin-bottom: 25px;}
div.catItemImage {display:block;position: relative;}
div.catItemIntroText p:last-child {margin-bottom: 0;}
div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
div.catItemLinks {padding:0;display: inline-block;}
div.catItemHitsBlock, div.catItemTagsBlock {display: inline-block;}
div.catItemTagsBlock {padding-right: 10px;margin-right: 10px;border-right: 1px solid #ddd;line-height: 14px;}
div.catItemCategory span {color:#555;padding:0 4px 0 0;}
div.catItemTagsBlock span {}
div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;margin:0;text-align:center;}
div.catItemTagsBlock ul.catItemTags li a {}
div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(/templates/jaap/css/../images/system/videoplayer-bg.gif) repeat-x bottom;}
div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;}
div.catItemVideoBlock span.catItemVideo {display:block;}
div.catItemImageGallery {}
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
div.catItemCommentsLink a {}
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}

div.itemExtraFields ul li:nth-child(1) .itemExtraFieldsLabel , 
div.itemExtraFields ul li:nth-child(2) .itemExtraFieldsLabel {
	display: none;
}
div.itemView .title1 {
	position: relative;
}
div.itemView .title1:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	content: '';
	height: 1px;
	width: 30px;
}
div.itemExtraFields ul li:nth-child(1) .itemExtraFieldsValue a, 
div.itemExtraFields ul li:nth-child(2) .itemExtraFieldsValue a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 14px 15px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
div.itemExtraFields ul li:nth-child(2) .itemExtraFieldsValue a {
	background: #7e7e7e;
}
div.itemExtraFields ul li:nth-child(2) .itemExtraFieldsValue a:hover {
	background: #777777;
}

div.itemExtraFields ul li {
	background: #f0f0f0;
	padding: 10px 40px;
}

div.itemExtraFields ul li:nth-child(1) {
	padding-top: 40px; 
}
div.itemExtraFields ul li:last-child {
	padding-bottom: 40px; 
}




div.userBlock h3.userBlock-title {margin: 0 0 15px 0;}
span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
span.userItemAddLink a:hover {background:#ffffcc;}
div.userBlock img {float: left;display: block;margin: 10px 25px 0 0;}
div.userBlock div.userDescription {padding:4px 0;}
div.userBlock div.userAdditionalInfo {padding:4px 0;margin: 10px 0 0 125px;}
span.userURL {font-weight:bold;color:#555;display:block;}
span.userEmail {font-weight:bold;color:#555;display:block;}


div.userItemView {margin-bottom: 45px;} 
div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}
span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.userItemEditLink a:hover {background:#ffffcc;}
div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px;}
div.userItemHeader h3.userItemTitle {font-size:24px;font-weight:normal;line-height: 22px;margin: 0 0 6px 0;}
div.userItemHeader h3.userItemTitle a {text-decoration: none;}
div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} 
div.userItemBody {padding: 10px 0 0 0;margin: 0 0 15px 0;border-bottom: 1px solid #DDD;}
div.userItemImageBlock {padding:0;margin:0;float:left;}
span.userItemImage {display:block;text-align:center;margin: 6px 20px 45px 0;}
span.userItemImage a {display:block;position: relative;}
div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
div.userItemLinks {margin: 0 0 16px 0;padding: 0;font-size: 11px;color: #A5A5A5;text-transform: uppercase;}
div.userItemLinks a {text-decoration: none;color: #A5A5A5;}
div.userItemLinks a:hover {color: #222;}
div.userItemCategory {display: inline-block;}
div.userItemCategory span {padding:0 4px 0 0;}
div.userItemTagsBlock {display: inline-block;}
div.userItemTagsBlock span {padding:0 4px 0 0;}
div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
span.userItemDateCreated:after, div.userItemCategory:after {width: 1px;height: 10px;background: #DDD;content: "";position: absolute;top: 2px;right: 0;}


div.userItemCommentsLink a {text-decoration: none;text-transform: uppercase;font-size: 11px;color: #A5A5A5;}
div.userItemCommentsLink a:hover {color: #222;}


div.userItemReadMore {display:inline;}
div.userItemReadMore a {text-decoration: none;text-transform: uppercase;font-size: 11px;color: #A5A5A5;}
div.userItemReadMore a:hover {color: #222;}


div.tagItemView {border-bottom:1px solid rgba(0,0,0,0.05);padding:35px 0;} 
div.tagItemHeader span.tagItemDateCreated {color:#999;font-size:11px;}
div.tagItemHeader h2.tagItemTitle {font-size:24px;font-weight:normal;line-height:110%;margin:0;}
div.tagItemHeader h2.tagItemTitle a {text-decoration: none !important;color: #444;}
div.tagItemBody {padding: 20px 0 15px 0;margin:0;}
div.tagItemImageBlock {padding:0;margin:0;float:left;margin-bottom: 50px;}
span.tagItemImage {display:block;text-align:center;margin: 0 20px 0 0;}
span.tagItemImage a {display:block;position: relative;}
div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
div.tagItemCategory, div.userItemCommentsLink, span.userItemDateCreated, div.userItemCategory { font-size: 11px;text-transform: uppercase;display:inline;margin:0 8px 0 0;padding:0 8px 0 0;position: relative;}
div.tagItemCategory:after, div.userItemCommentsLink:after {width: 1px;height: 10px;background: #DDD;content: "";position: absolute;top: 4px;right: 0;}
div.tagItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.tagItemCategory a {text-decoration: none !important;color: #999;}
div.tagItemCategory a:hover, div.tagItemReadMore a:hover {color: #444;}

div.tagItemReadMore {display:inline;}
div.tagItemReadMore a {font-size: 11px;color: #999;}





div.genericItemView {border-bottom:1px solid #DDD;padding:8px 0;margin:0 0 16px 0;} 
div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
div.genericItemHeader h2.genericItemTitle {font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
div.genericItemBody {padding:8px 0;margin:0;}
div.genericItemImageBlock {padding:0;margin:0;float:left;}
span.genericItemImage {display:block;text-align:center;margin:0 15px 8px 0;}
span.genericItemImage img {border:1px solid #ccc;padding:8px;}
div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.genericItemReadMore {display:inline;}
div#genericItemListNothingFound {padding:40px;text-align:center;}
div#genericItemListNothingFound p {font-size:20px;color:#999;}


#k2GoogleSearchContainer .gsc-control {width:auto !important;}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {display:none !important;} 





div.latestItemsContainer {float:left;}


div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}
div.latestItemsCategoryImage {text-align:center;}
div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}


div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}


div.latestItemList {padding:0 8px 8px 0;}
div.latestItemHeader h3.latestItemTitle {font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
div.latestItemBody {padding:8px 0;margin:0;}
div.latestItemImageBlock {padding:0;margin:0;float:left;}
div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
div.latestItemLinks {margin:0 0 16px 0;padding:0;}
div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
span.latestItemImage img {border:1px solid #ccc;padding:8px;}
span.latestItemDateCreated {color:#999;font-size:11px;}
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(/templates/jaap/css/../images/system/videoplayer-bg.gif) repeat-x bottom;}
div.latestItemVideoBlock span.latestItemVideo {display:block;}
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
div.latestItemReadMore {display:inline;}
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #ccc;line-height:normal;}




.k2AccountPage table { width: 100%;}
.k2AccountPage table tr td .controls > label {display: inline-block;margin-left: 10px;}
.k2AccountPage table tr td input.inputbox {margin-left: 10px;}
.k2AccountPage table tr td .rokpad-editor-wrapper,
.k2AccountPage table tr td #url, 
.k2AccountPage table tr td #image {margin-left: 10px;}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}
.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:8px;background:#f6f6f6;}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {padding-right: 10px;background:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:bold;text-align:right;font-size:11px;width:140px;}


.k2AccountPage table.admintable {margin-bottom: 20px;}




div.k2LatestCommentsBlock ul li {list-style-type: none;padding: 20px 0;}
div.k2LatestCommentsBlock ul li:first-child {padding-top: 0px;}
div.k2LatestCommentsBlock ul li a.lcAvatar img {margin: 5px 15px 0px 0;}
div.k2LatestCommentsBlock ul li a {font-size: 13px;color: #000;text-decoration: none;}
div.k2LatestCommentsBlock ul li a:hover {color: #727674;}
div.k2LatestCommentsBlock ul li span.lcComment {margin-left: 66px;display: block;}
div.k2LatestCommentsBlock ul li span.lcUsername {font-size: 89%;display: block;text-transform: capitalize;color: #000;}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;font-size: 11px;letter-spacing: 1px;font-style: italic;color: #A5A5A5;display: block;}
div.k2LatestCommentsBlock ul {list-style-type: none;margin-left: 0;padding-left: 0;}
div.k2LatestCommentsBlock ul .even, 
div.k2LatestCommentsBlock ul .odd{background: none;border-bottom: 1px solid #ddd;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}



div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}




div.k2ItemsBlock ul {padding: 0;margin: 0;list-style: none;}
div.k2ItemsBlock ul li {position: relative;z-index: 1;}
div.k2ItemsBlock ul li div.moduleItemIntrotext {margin-bottom: 15px;}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {margin-bottom: 20px;width: 100%;height: auto;}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;text-decoration: none;color: #A5A5A5;font-size: 12px;text-transform: uppercase;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {color: #222;}
div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li.clearList {margin: 0;}
div.k2ItemsBlock ul li a.moduleItemImage, span.tagItemImage a {
	border: 1px solid #f5f5f5;
	display: block;
	padding: 15px;
	margin: 10px 0 15px;
}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage {
	border: none;
	padding: 0;
	margin: 0;
}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage {float: left;margin: 0 20px 0 0;position: relative;}
.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage div {
	width: 100px;
	height: 90px;
	background-size: cover;
	background-position: center;
}
.latest-blog-post.k2ItemsBlock ul li:nth-child(n+2) {margin-top: 30px}
.latest-blog-post.k2ItemsBlock ul li:empty {margin-top: 0;}
.latest-blog-post.k2ItemsBlock  h3.uk-panel-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
}
.latest-blog-post.k2ItemsBlock  h3.uk-panel-title a {text-decoration: none;color: #666;}

.latest-blog-post .moduleItemTitle {color: #4a4a4a;text-transform: uppercase;text-decoration: none !important;}
.latest-blog-post.k2ItemsBlock .item-meta a {color: #999;text-decoration: none !important;}
.latest-blog-post.k2ItemsBlock  h3.uk-panel-title a:hover {color: #000;}
.latest-blog-post.k2ItemsBlock .item-meta, .K2ProductBlock .product-toolbar {
  margin-bottom: 10px;
  color: #666;
  text-transform: uppercase;
  font-size: 11px;
}

div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
div.k2LoginBlock fieldset.input p {margin:0 0 6px 0;padding:0 0 4px 0;}
div.k2LoginBlock fieldset.input p label {display:block;}
div.k2LoginBlock fieldset.input p input {display:block;}
div.k2LoginBlock ul {margin: 5px 0 0 0;padding-left: 0px;}
div.k2LoginBlock ul li {list-style-type: none;position: relative;padding: 0px 0 5px 21px;}
div.k2LoginBlock ul li:after {position: absolute;left: 0;top: 2px;font-family: FontAwesome;content: "\f045";}
div.k2LoginBlock ul li a {text-decoration: none;color: #A5A5A5;font-size: 12px;}
div.k2LoginBlock ul li a:hover {color: #222;}
div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
body .k2LoginBlock .input .inputbox {display: block;width: 90%;padding: 6px 10px;margin: 0;}
body .k2LoginBlock .input #form-login-remember {margin-bottom: 2px;}
body .k2LoginBlock .input #form-login-remember label,
body .k2LoginBlock .input #form-login-remember input {display: inline-block;cursor: default;}
.k2LoginBlock .input #form-login-remember input[type="checkbox"] {width: auto;margin: 0 5px;}



div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}

div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}


div.k2CalendarBlock {min-height: 100px;} 
table.k2CalendarLoader {background:#fff url(/templates/jaap/css/../images/system/k2CalendarLoader.gif) no-repeat 50% 50% !important; min-height: 186px;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;width: 100%;height: auto;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f5f5f5;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {
	font-size: 20px;
	text-decoration: none;
	padding: 0 10px;
	line-height: 30px;
}
table.calendar tr td.calendarCurrentMonth {background:#f5f5f5;}
table.calendar tr td.calendarNavMonthNext {background:#f5f5f5;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {  
	font-size: 20px;
  text-decoration: none;
  padding: 0 10px;
  line-height: 30px;
}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;}
table.calendar tr td.calendarDateLinked a:hover {display:block;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {color:#fff;}
table.calendar tr td.calendarTodayLinked {color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;padding:2px;text-decoration:none;}


div.k2CategorySelectBlock form select {width:auto;}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}



div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {margin-bottom: 0;}
div.k2SearchBlock input[type="text"] {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	margin-bottom: 0;
	-webkit-box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
}
div.k2SearchBlock form input.k2SearchLoading {background:url(/templates/jaap/css/../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}


body div.k2TagCloudBlock {font-size: 12px;padding:8px 0;}
body div.k2TagCloudBlock a {padding: 6px 8px;float:left;display:block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height: normal;color: #fff !important;margin: 0 2px 2px 0;text-transform: uppercase;}
body div.k2TagCloudBlock a:hover {padding: 6px 8px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}


div.k2CategoriesListBlock > ul {
	padding-left: 0;
	list-style-type: none;
}
div.k2CategoriesListBlock a {color: #444;text-decoration: none !important;font-size: 14px;text-transform: uppercase;}
div.k2CategoriesListBlock a:hover {color: #666;}
div.k2CategoriesListBlock > ul li {
	padding-bottom: 15px;
	position: relative;
}

div.k2CategoriesListBlock > ul > li:nth-child(n+2) {
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

div.k2CategoriesListBlock ul li ul li:first-child {
	padding-top: 15px;
}
div.k2CategoriesListBlock > ul li:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	right: 0;
	top: 50%;
	font-size: 18px;
	color: #999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.ubUserAvatar {float: left;height: 62px;margin-right: 10px;position: relative;overflow: hidden;width: 62px;}
.ubUserAvatar img {display: block;height: 62px !important;position: absolute;left: 0;top: 0;width: 62px !important;border: none !important;margin: 0px;padding: 0px;}






div.catItemBlog {margin-bottom: 35px;}
div.blog-info-block {position: absolute;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;bottom: 0;background: rgba(0, 0, 0, 0.35);padding: 60px 15px 15px 15px;color: #fff;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .5) 100%);width: 100%;}
.catItemDateCreated .blog-date {font-size: 24px;}
div.catItemBlog div.blog-info-block .catItemDateCreated .blog-month, div.ItemBlog div.blog-info-block .catItemDateCreated .blog-month {display: block;}
div.catItemBlog div.blog-info-block .itemRatingLog {font-size: 18px;}
div.catItemBlog div.blog-info-block div.catItemShareBlock .uk-dropdown, div.ItemBlog div.blog-info-block div.catItemShareBlock .uk-dropdown {right: -20px;min-width: 97px;padding:0;top: 30px;text-align: center;}
div.catItemShareBlock .uk-dropdown ul li {background: #F6F6F6;margin-bottom: 0px;text-transform: uppercase;font-size: 12px;display: block;padding: 0;}
div.catItemShareBlock .uk-dropdown ul li.share_title {padding: 10px 0;text-transform: uppercase;font-size: 12px;background: #16a085;color: #ecf0f1;}
div.catItemShareBlock .uk-dropdown ul li a {position: relative;padding: 7px 0;}
div.catItemShareBlock .uk-dropdown ul li a:focus, div.catItemShareBlock .uk-dropdown ul li a:hover {box-shadow: none !important;}
div.catItemShareBlock .uk-dropdown ul li a i {position: absolute;left: 9px;top: 11px;width: 30px;}
div.catItemShareBlock .uk-dropdown ul li.twitter_share a:hover {background: #55ACEE !important;}
div.catItemShareBlock .uk-dropdown ul li.facebook_share a:hover {background: #2E4486 !important;}
div.catItemShareBlock .uk-dropdown ul li a:hover {color: #fff !important;}
div.catItemShareBlock .uk-dropdown ul li.google_share a:hover {background: #D03C2E !important;}
div.catItemShareBlock .uk-dropdown ul li.print_share a:hover, div.catItemShareBlock .uk-dropdown ul li.email_share a:hover {background: #16A085;color: #fff;}
div.catItemBlog div.blog-content-block .catItemToolbar, div.ItemBlog div.blog-content-block .itemToolbar {margin: 0 0 16px;font-size: 11px;color: #444;text-transform: uppercase;}
div.catItemBlog div.blog-content-block .catItemToolbar, div.ItemBlog div.blog-content-block .itemToolbar a {color: #888;}
div.catItemBlog div.blog-content-block .catItemTitle, div.ItemBlog div.blog-content-block .itemTitle {display: block;font-size: 50px;font-weight: bold;line-height: l.2;}
div.catItemBlog div.blog-content-block .catItemTitle a {text-decoration: none !important;color: #444;}
div.catItemBlog div.blog-content-block .catItemToolbar a {text-decoration: none !important;color: #888;}
div.catItemBlog div.blog-content-block .catItemAuthor, div.catItemBlog div.blog-content-block .catItemCommentsLink {color:#444;display:inline-block;border-right: 1px solid #DDD;padding-right: 10px;margin-right: 10px;line-height: 14px;}
div.catItemBlog div.blog-content-block .catItemCommentsLink {margin-right: 0;padding-right: 0;border-right: none;}
div.catItemBlog div.blog-content-block .catItemLinks ul li {line-height: 14px;}
div.catItemBlog div.blog-content-block .catItemReadMore {margin-top: 25px;display: inline-block;}
div.catItemBlog div.blog-content-block div.catItemImage a, div.ItemBlog div.blog-content-block div.itemImage > a {position: relative;display: block;overflow: hidden;-webkit-box-sizing: border-box;box-sizing: border-box;}


div.catItemBlog div.blog-content-block div.catItemImage > a:before, div.ItemBlog div.blog-content-block div.itemImage > a:before {position: absolute;left: 0;top: 0;content: '';background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;opacity: 0;}
div.catItemBlog div.blog-content-block div.catItemImage:hover > a:before, div.ItemBlog div.blog-content-block div.itemImage:hover > a:before {opacity: 1;}
div.catItemBlog div.blog-content-block div.catItemImage:hover span.catItemLink::before, div.blog-content-block div.itemImage:hover span.catItemLink::before {opacity: 1;margin-top: -35px;}
div.catItemBlog div.blog-content-block div.catItemImage:hover span.catItemLink::after, div.blog-content-block div.itemImage:hover span.catItemLink::after {opacity: 1;margin-left: 0px;}
span.catItemLink:before, span.catItemLink:after {opacity: 0;position: absolute;content: '';left: 50%;background: #ddd;height: 70px;width: 2px;top: 50%;margin-left: -1px;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
span.catItemLink:before {margin-top: -95px;}
span.catItemLink:after {-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);margin-top: -35px;margin-left: -70px;}
div.catItemBlog div.blog-info-block .catItemDateCreated .blog-date, div.ItemBlog div.blog-info-block .catItemDateCreated .blog-date, div.catItemBlog div.blog-info-block .catItemDateCreated .blog-month, div.ItemBlog div.blog-info-block .catItemDateCreated .blog-month, div.catItemRatingBlock, div.catItemBlog div.blog-info-block div.catItemShareBlock, div.ItemBlog div.blog-info-block div.catItemShareBlock {display: inline-block;position: relative;}
div.catItemBlog div.blog-info-block .catItemDateCreated, div.ItemBlog div.blog-info-block .catItemDateCreated, div.catItemRatingBlock {display: inline-block;margin:0;padding: 0;border:none;position: relative;margin-right: 15px;padding-right: 15px;vertical-align: bottom;}
span.catItemDateCreated:after, div.catItemRatingBlock:after {position: absolute;content: '';background: rgba(213, 213, 213, 0.48);height: 12px;width: 1px;}
span.catItemDateCreated:after {top: 9px;right: 0px;}
div.catItemRatingBlock:after {right: 0px;top: 5px;}


div.ItemPortfolio div.ItemText {margin-bottom: 0;}
div.ItemPortfolio div.itemExtraFields {margin-bottom: 45px;}
.ItemPortfolio .itemToolbar {line-height: 14px;}
.ItemPortfolio .itemTitle {margin: 0 0 15px;font-size: 32px;line-height: 32px;}
div.ItemPortfolio .itemRatingLog {float: left;line-height: 16px;padding: 0 0 0 4px;font-size: 9px;}

div.ItemPortfolio .itemToolbar > div, div.ItemPortfolio .itemToolbar > span {position: relative;padding-right: 10px;margin-right: 5px;display: inline-block;}

div.ItemPortfolio .itemToolbar > .itemAuthor:before, 
div.ItemPortfolio .itemToolbar > .itemCategory:before, 
div.ItemPortfolio .itemToolbar > .itemTagsBlock:before,
div.ItemPortfolio .itemToolbar > .pfolioDateBlock:before,
div.ItemPortfolio .itemToolbar > .catItemShareBlock:before {content: '';position: absolute;right: 0;top: 3px;height: 10px;width: 2px;background-color: #ddd;-webkit-transform: rotate(30deg);transform: rotate(30deg);}
div.catItemShareBlock .uk-dropdown {right: -20px;min-width: 97px;padding: 0;bottom: -10px;text-align: center;}
div.ItemPortfolio div.itemRatingBlock {vertical-align: top;margin-top: -2px;}
div.ItemPortfolio div.itemToolbar {font-size: 12px;margin-bottom: 25px;color: #bbb;}


div.k2UsersBlock ul {padding-left: 0;}
div.k2UsersBlock ul li {list-style-type: none;}
div.k2UsersBlock ul li a.ubUserName {margin-bottom: 10px;display: block;text-decoration: none;color: #000;}
div.k2UsersBlock ul li a.ubUserName:hover {color: #727674;}
div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/templates/jaap/css/../images/system/feed-icon-14x14.gif) no-repeat 50% 50%;}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {display:none;}
a.ubUserURL,
a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/templates/jaap/css/../images/system/globe.png) no-repeat 50% 50%;}
a.ubUserURL span,
a.ubUserURL:hover span {display:none;}
span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(/templates/jaap/css/../images/system/mail.png) no-repeat 50% 50%;overflow:hidden;}
span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}


div.catProjectView {position: relative;float: left;}
div.catProjectView div.catProject-Image-Block {position: relative;display: block;overflow: hidden;width: 100%;-webkit-transition: -webkit-transform .4s;-moz-transition: -moz-transform .4s;transition: transform .4s;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;}
div.catProjectView div.catProject-Image-Block img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
div.catProjectView:hover div.catProject-Image-Block img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
div.catProjectView  div.catProject-Image-Block:after {position: absolute;left: 0;top: 0;content: "";background: rgba(0, 0, 0, 0.7);height: 100%;width: 100%;opacity: 0;display: block;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
div.catProjectView div.catProject-Content-Block {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
div.catProjectView div.catProject-Content-Block-outer {position: relative;top: 0;height: 100%;display: table;width: 100%;}
div.catProjectView div.catProject-Content-Block-ineer {height: 100%;width: 100%;top: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: table-cell;vertical-align: middle;padding: 0 5%;text-align: center;color: #FFF;opacity: 0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
div.catProjectView  h3.projectItemTitle {font-size: 18px;margin-bottom:18px;text-transform: uppercase;line-height: normal;-webkit-transform: translateY(-25px);-moz-transform: translateY(-25px);transform: translateY(-25px);-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
div.catProjectView  h3.projectItemTitle a {color: #fff;text-decoration: none;}
div.catProjectView a.project-image-link {background: #444;line-height: normal;padding: 8px 12px;-webkit-border-radius: 2px;border-radius: 2px;text-align: center;display: inline-block;color: #FFF;margin-right: 3px;-webkit-transform: translateX(-15px);-moz-transform: translateX(-15px);transform: translateX(-15px);-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
div.catProjectView a.project-image-zoom {background: #444;line-height: normal;padding: 8px 12px;-webkit-border-radius: 2px;border-radius: 2px;text-align: center;display: inline-block;color: #FFF;margin-left: 3px;-webkit-transform: translateX(15px);-moz-transform: translateX(15px);transform: translateX(15px);-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}

div.catProjectView:hover  div.catProject-Image-Block:after {opacity: 1;}
div.catProjectView:hover  div.catProject-Image-Block:before {opacity: 1;-webkit-transform: scale(.9,.9);-moz-transform: scale(.9,.9);transform: scale(.9,.9);}
div.catProjectView:hover div.catProject-Content-Block-ineer {opacity: 1;}
div.catProjectView:hover  a.project-image-zoom {-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transform: translateX(0px);}
div.catProjectView:hover a.project-image-link {-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transform: translateX(0px);}
div.catProjectView:hover  h3.projectItemTitle {-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
span.separator-small {background: rgba(255, 255, 255, 0.5);height: 1px;width: 82px;display: block;text-align: center;margin: 0 auto;margin-bottom: 20px;transition: all .6s ease-in-out;}




div.project-Single-item div.itemToolbar {margin-bottom: 20px;padding-top: 15px;text-transform: uppercase;font-size: 11px;color: #888;}
div.project-Single-item div.itemToolbar i {color: #616161;}
div.project-Single-item div.itemToolbar ul.itemFontResizer {display: inline-block;}
div.project-Single-item span.projeceItemDateCreated, div.project-Single-item span.itemAuthor, div.project-Single-item div.itemCategory, div.project-Single-item div.itemTagsBlock,  div.project-Single-item ul.itemFontResizer, div.project-Single-item ul li.itemPrint {margin-right: 10px;padding-right: 8px;position: relative;line-height: 16px;}
span.projeceItemDateCreated:after, div.project-Single-item span.itemAuthor:after, div.project-Single-item div.itemCategory:after, div.project-Single-item div.itemTagsBlock:after, div.project-Single-item ul.itemFontResizer:after, div.project-Single-item ul li.itemPrint:after {content: "";background: #ddd;width: 1px;position: absolute;height: 9px;right: 0;top: 4px;}
div.project-Single-item ul li.itemPrint {padding-right: 12px;}
div.project-Single-item div.itemImage img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
div.project-Single-item div.itemImage:hover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
div.project-Single-item div.itemImage a:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
div.project-Single-item div.itemImage:hover a:after {opacity: 1;}
div.project-Single-item div.itemImage a:before {
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -18px;
	margin-top: -19px;
	font-family: FontAwesome;
	content: "\f002";
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	color: #FFF;
	background: #222;
	padding: 10px 12px;
	line-height: 16px;
	display: block;
	border-radius: 2px;
	text-align: center;
	z-index: 1;
	opacity: 0;
}
div.project-Single-item div.itemImage:hover a:before {opacity: 1;top: 50%;}
div.project-Single-item div.itemImage:before {left: 0;}
div.project-Single-item div.itemImage:hover::before {opacity: 1;-webkit-transform: scale(.95,.93);transform: scale(.95,.93);}


.itemRatingForm {display:block;margin-top:2px;float:left;}
div.ItemBlog .itemRatingLog, div.project-Single-item .itemRatingLog {float: left;line-height: 16px;padding: 0 0 0 4px;font-size: 9px;}
div.itemRatingForm .formLogLoading {
	background: url(/templates/jaap/css/../images/system/loading.gif) no-repeat right center;
	padding: 0 0 0 5px;
	min-height: 18px;
	min-width: 50px;
}
.itemRatingList { background: url(/templates/jaap/css/../images/transparent_star.png) left 0px repeat-x; position:relative;float:left;width: 70px;height: 14px;overflow:hidden;list-style:none;margin:0;padding:0;}
.itemRatingList a:hover, .itemRatingList .itemCurrentRating {
 	background: url(/templates/jaap/css/../images/transparent_star.png) left -9999em repeat-x;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position: left -28px;text-decoration: none !important;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
span.siteRoot {display:none;}
div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;}
div.ItemBlog div.itemRatingBlock {display: inline-block;vertical-align: top;margin-top: -3px;margin-left: -3px;}
div.project-Single-item div.itemRatingForm {margin: 0;}
div.project-Single-item div.itemRatingBlock {display: inline-block;vertical-align: text-top;}
div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

.itemRatingBlock .itemRatingForm .itemRatingList a.one-star {width: 14px;z-index: 6;}
.itemRatingBlock .itemRatingForm .itemRatingList .itemCurrentRating {position: absolute;top: 0;left: 0;text-indent: -9999em;height: 14px;line-height: 14px;outline: none;overflow: hidden;border: none;cursor: pointer;font-size: 0px !important;text-decoration: none !important;z-index: 1;background-position: 0 center;margin: 0;padding: 0;}


@media only screen and (min-width: 480px) and (max-width: 979px) {
	div.itemAuthorLatest, .itemRelated {
		width: 100% !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 550px) {


}


@media (max-width: 767px) {
	div.itemCommentsForm form input.inputbox {width: 100%;padding: 5px 0px 5px 2px;}
	div.itemCommentsForm form [class*='uk-width-']{width: 100%;float: none;}
	.catProjectView {width: 100% !important;}
	.catProject-Image-Block img {width: 100% !important;}
	.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage {
		display: block;
		width: 100%;
		float: none; 
		margin-bottom: 15px;
	}
	.latest-blog-post.k2ItemsBlock ul li a.moduleItemImage div {
		width: 100%;
		height: 250px;
	}
	.IntensyBPost .blog-post > div {
		width: 100% !important;
	}

}
@media (min-width: 920px) {
}


@media only screen and (max-width: 1220px) {
	div.item-Author-Latest-Related {
		margin-left: 0 !important;
	}
}


@media (max-width: 480px) {
	div.itemAuthorLatest, .itemRelated {
		width: 100% !important;
		padding: 0 !important;
	}
}


@media only screen and (max-width: 340px) {


}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/blank.gif); 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; 
	}

	#fancybox-loading div {
		background-image: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; 
	}
}


b.fancyboxCounter {margin-right:10px;}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/fancybox/helpers/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}




a:active,a:focus { outline:0; }
table.contentpaneopen { width:100%; }
li.sigProClear { clear:both; float:none!important; height:0!important; line-height:0!important; border:none!important; background:none!important; width:auto; margin:0!important; padding:0!important; }


ul.sigProClassic { margin:8px auto!important; padding:8px 0!important; list-style:none; clear:both; overflow:hidden; text-align:center;}
	ul.sigProClassic.singleThumbGallery { margin:0!important; padding:8px 0!important; list-style:none!important; float:left; }


ul.sigProClassic li.sigProThumb {  display: inline-block; background:#fff!important; margin:5px; padding:0; list-style:none!important; }


ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper { display:block; float:left; margin:0; padding:0 5px 5px 0; background:url(/plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/../images/shadowAlpha.png) no-repeat right bottom; }
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper { display:block; float:left; margin:-5px 0 0 -5px; padding:4px; border:1px solid #ccc; }
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink:hover { position:relative; float:left; display:block; padding:0; margin:0; border:none; }
ul.sigProClassic li.sigProThumb a.sigProLink { color:#eee; }
ul.sigProClassic li.sigProThumb a.sigProLink:hover { color:#222; text-decoration:none; }
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg,
ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg { display:block; width:100%; height:100%; padding:0; margin:0; border:none; background-repeat:no-repeat; background-position:50% 50%; }


ul.sigProClassic span.sigProPseudoCaption,ul.sigProClassic span.sigProCaption { display:block; position:absolute; bottom:0; left:0; right:0; text-align:center; padding:2px 4px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
ul.sigProClassic li.sigProThumb a.sigProLink span.sigProPseudoCaption { background:#000; }
ul.sigProClassic li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption { background:#fff; }
ul.sigProClassic span.sigProPseudoCaption { opacity:0.7; -moz-opacity:0.7; }
ul.sigProClassic span.sigProPseudoCaption b { visibility:hidden; }


span.sigProPopupCaption { font-weight:bold; color:#C63C13; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; }
a.sigProDownloadLink,a.sigProDownloadLink:hover { background:url(/plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/../images/disk.png) no-repeat left center; padding:4px 0 4px 20px; }
div.sigProModulePosition { text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:4px; margin:8px 0; background:#ffffdd; }


body.sigProIsIE6 { }
body.sigProIsIE6 ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper { background:url(/plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/../images/shadow.gif) no-repeat right bottom; padding:0 5px 5px 0; }
body.sigProIsIE6 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper { margin:0; }
body.sigProIsIE6 ul.sigProClassic span.sigProPseudoCaption,
body.sigProIsIE6 ul.sigProClassic span.sigProCaption { width:100%; padding:2px 0; cursor:pointer; }

body.sigProIsIE7 { }
body.sigProIsIE7 ul.sigProClassic li.sigProThumb a.sigProLink,
body.sigProIsIE7 ul.sigProClassic li.sigProThumb a.sigProLink:hover { float:left; }

body.sigProIsIE6 ul.sigProClassic span.sigProPseudoCaption,
body.sigProIsIE7 ul.sigProClassic span.sigProPseudoCaption,
body.sigProIsIE8 ul.sigProClassic span.sigProPseudoCaption { filter:alpha(opacity=70); }


a.sigProFlickrSetLink {display:block;clear:left;padding:2px 8px;font-size:10px;text-align:center;}


.sigProPrintMessage {display:none;}





@media print {
	.sigProContainer {display:none;}
	.sigProPrintMessage {display:block;color:#999;font-size:14px;padding:8px 0;}
}


.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.width20{width:20%}.width25{width:25%}.width33{width:33.333%}.width50{width:50%}[class*='width']{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wk-slideshow img,
.wk-gallery img,
.spotlight img,
a[data-lightbox] img{max-width:100%;height:auto;vertical-align:middle}.wk-slideset img,
.wk-slideshow
canvas{vertical-align:middle}.wk-slideset
img{max-width:none !important}.wk-content>a:first-child{display:block}.wk-content>*:first-child{margin-top:0}.wk-content>*:last-child{margin-bottom:0}.wk-slideshow{visibility:hidden}.wk-slideshow,
.wk-slideshow
.slides{position:relative}.wk-slideshow .slides,
.wk-slideshow
.nav{list-style:none;margin:0;padding:0}.wk-slideshow .slides>li{position:absolute}.wk-slideshow .slides>li>a{display:block}.wk-slideshow .nav
li{cursor:pointer}.wk-slideshow .nav
span{display:block}.wk-slideshow .next,
.wk-slideshow
.prev{position:absolute;z-index:5;cursor:pointer}.wk-slideshow
.caption{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:10px;background:rgba(0,0,0,0.5)}.wk-slideshow
.captions{display:none}.wk-slideshow .caption,
.wk-slideshow .caption
a{color:#fff}.wk-slideshow .caption
a{text-decoration:underline}.wk-slideshow[data-options*="kenburns"] img{max-width:none;position:relative}.wk-slideset{visibility:hidden}.wk-slideset
.sets{overflow:hidden}.wk-slideset .set,
.wk-slideset
.nav{list-style:none;margin:0;padding:0}.wk-slideset
.set{display:none;position:relative;text-align:center;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.wk-slideset .set:first-child{display:block}.wk-slideset .set>li{position:absolute}.wk-slideset .nav
span{display:block;cursor:pointer}.wk-slideset .next,
.wk-slideset
.prev{position:absolute;z-index:5;cursor:pointer}.wk-accordion
.toggler{margin:0;cursor:pointer}.wk-map
img{max-width:none}.wk-accordion,.wk-map{max-width:100%}@media (max-width: 767px){.wk-slideshow
.caption{font-size:10px;line-height:14px}}

#lightbox-loading{display:none;position:fixed;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;cursor:pointer;overflow:hidden;z-index:1104}#lightbox-loading
div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url("/media/widgetkit/widgets/lightbox/images/loading.png")}#lightbox-overlay{display:none;position:absolute;top:0;left:0;width:100%;z-index:1100}#lightbox-tmp{display:none;padding:0;margin:0;border:0;overflow:auto}#lightbox-wrap{display:none;position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:none}#lightbox-outer{position:relative;width:100%;height:100%;background:#FFF;box-shadow:0px 0px 15px #555}#lightbox-content{position:relative;width:0;height:0;padding:0;border:0px
solid #FFF;outline:none;overflow:hidden;z-index:1102}#lightbox-close{display:none;position:absolute;top:-17px;right:-17px;width:34px;height:34px;background:url("/media/widgetkit/widgets/lightbox/images/close.png") 0 0 no-repeat;cursor:pointer;z-index:1103}#lightbox-error{margin:0;padding:14px;font:normal 12px/20px Arial;color:#444}#lightbox-img{width:100%;height:100%;margin:0;padding:0;border:none;outline:none;line-height:0;vertical-align:top}#lightbox-frame{display:block;width:100%;height:100%;border:none}#lightbox-left,#lightbox-right{display:none;position:absolute;top:100px;bottom:100px;width:35%;outline:none;background:url("/media/widgetkit/widgets/lightbox/images/blank.gif");z-index:1102;cursor:pointer}#lightbox-left{left:0px}#lightbox-right{right:0px}#lightbox-left-ico,#lightbox-right-ico{display:block;position:absolute;top:50%;left:-9999px;z-index:1102;width:50px;height:50px;margin-top:-25px;background:url("/media/widgetkit/widgets/lightbox/images/buttons.png") 0 0 no-repeat;cursor:pointer}#lightbox-right-ico{background-position:0 -50px}#lightbox-left:hover
span{left:30px}#lightbox-right:hover
span{left:auto;right:30px}#lightbox-title{font-size:12px;z-index:1102}#lightbox-title.lightbox-title-float{padding:5px
10px;position:absolute;left:0;bottom:-20px;background:#000;background:rgba(0,0,0,0.7);color:#FFF;font-weight:bold;border-radius:6px}#lightbox-title.lightbox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#FFF;position:relative}#lightbox-title.lightbox-title-outside{padding-top:10px;color:#FFF}#lightbox-title.lightbox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:center;background:#000;background:rgba(0,0,0,0.5)}#lightbox-title-over{padding:10px}a[data-lightbox]{display:inline-block;max-width:100%}
.mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed, .mejs-embed
body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen
video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat }:root .mejs-poster
img{display:none }.mejs-poster
img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("/media/widgetkit/widgets/mediaplayer/mediaelement/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px }.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(0, 0, 0, 0.9);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9))}.mejs-overlay-loading
span{display:block;width:80px;height:80px;background:transparent url("/media/widgetkit/widgets/mediaplayer/mediaelement/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls
div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button
button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px
5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("/media/widgetkit/widgets/mediaplayer/mediaelement/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button
button{background-image:url("/media/widgetkit/widgets/mediaplayer/mediaelement/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px
3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time
a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px
2px 0 0;width:auto}.mejs-controls .mejs-play
button{background-position:0 0}.mejs-controls .mejs-pause
button{background-position:0 -16px}.mejs-controls .mejs-stop
button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail
a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button
button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen
button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute
button{background-position:-16px -16px}.mejs-controls .mejs-unmute
button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50, 50, 50, 0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255, 255, 255, 0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button
button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px
10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul
li{margin:0
0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
label{width:55px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0
0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0
0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px
0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer
a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px
5px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(20,20,20,0.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay
a{color:#fff;font-weight:bold}.me-cannotplay
span{padding:15px;display:block}.mejs-controls .mejs-loop-off
button{background-position:-64px -16px}.mejs-controls .mejs-loop-on
button{background-position:-64px 0}.mejs-controls .mejs-backlight-off
button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on
button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px
6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px
6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button
button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul
li{margin:0
0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li
label{width:100px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px !important;position:relative}.mejs-controls .mejs-button.mejs-speed-button
button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url("/media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50, 50, 50, 0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33, 248, 248, 1)}.mejs-controls .mejs-speed-button .mejs-speed-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul
li{margin:0
0 6px 0;padding:0
10px;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li
label{width:60px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:rgb(200, 200, 200) !important;background-color:rgba(255,255,255,.4) !important}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url("/media/widgetkit/widgets/mediaplayer/mediaelement/skipback.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button
button{background:transparent;font-size:9px;line-height:normal;color:#fff}
.wk-slideshow-default
.nav{margin-top:15px;text-align:center}.wk-slideshow-default .nav
li{display:inline-block;margin-left:5px}.wk-slideshow-default .nav li:first-child{margin-left:0}.wk-slideshow-default .nav
span{width:16px;height:15px;background:url("/media/widgetkit/widgets/slideshow/styles/default/images/nav.png") 0 0 no-repeat;overflow:hidden}.wk-slideshow-default .nav span:hover{background-position:0 -30px}.wk-slideshow-default .nav span:active{background-position:0 -45px}.wk-slideshow-default .nav .active
span{background-position:0 -15px}.wk-slideshow-default>div{position:relative}.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("/media/widgetkit/widgets/slideshow/styles/default/images/buttons.png") 0 50px no-repeat}.wk-slideshow-default > div:hover
.next{right:30px;background-position:0 0}.wk-slideshow-default > div:hover
.prev{left:30px;background-position:0 -50px}@media (max-device-width: 1024px){.wk-slideshow-default .next,
.wk-slideshow-default
.prev{display:none}}
.spotlight{display:inline-block;max-width:100%}.spotlight
.overlay{visibility:hidden}.spotlight .overlay-default{background:rgba(0,0,0,0.5) url("/media/widgetkit/widgets/spotlight/images/magnifier.png") 50% 50% no-repeat}[data-spotlight] .overlay{display:none}.spotlight
.overlay{background:rgba(0,0,0,0.5)}.spotlight .overlay,
.spotlight .overlay
a{color:#fff}.spotlight .overlay
a{text-decoration:underline}.spotlight .overlay>div{padding:10px}.spotlight .overlay.remove-padding>div{padding:0}.spotlight .overlay>div>*:first-child{margin-top:0}.spotlight .overlay>div>*:last-child{margin-bottom:0}
.wk-twitter
.image{display:block;padding:3px;border:1px
solid #ddd;float:left}.wk-twitter .image
img{display:block}.wk-twitter-list
article{margin-top:5px;padding-top:5px;border-top:1px solid #ddd;overflow:hidden}.wk-twitter-list article:first-child{margin:0;padding:0;border:none}.wk-twitter-list
.image{margin:3px
10px 0 0}.wk-twitter-list
p{margin:0}.wk-twitter-list
.meta{font-size:11px;font-style:italic}.wk-twitter-single.image{min-height:43px;padding-left:70px;background:url("/media/widgetkit/widgets/twitter/styles/single/images/bird.png") 0 3px no-repeat}.wk-twitter-single
p{margin:0;font-style:italic}.wk-twitter-single
.content{font-family:"Times New Roman",Times,serif;font-size:24px;line-height:30px}.wk-twitter-single
.meta{font-size:11px}@media (max-width: 767px){.wk-twitter-single.image{min-height:0;padding-left:0;background:none}.wk-twitter-single
.content{font-size:20px;line-height:26px}}.wk-twitter-bubbles{margin:0
-5px}.wk-twitter-bubbles>article{float:left}.wk-twitter-bubbles
.content{position:relative;margin:0
5px;padding:10px;border:1px
solid #ccc;background:#FFF;box-shadow:0 0 6px rgba(0,0,0,0.2)}.wk-twitter-bubbles .content:after{content:"";position:absolute;left:18px;bottom:-11px;width:16px;height:11px;background:url("/media/widgetkit/widgets/twitter/styles/bubbles/images/arrow.png") 0 0 no-repeat}.wk-twitter-bubbles
.meta{margin:10px
5px 0 5px;overflow:hidden}.wk-twitter-bubbles
.image{display:block;margin-right:10px;float:left}.wk-twitter-bubbles .author,
.wk-twitter-bubbles
time{display:block}.wk-twitter-bubbles
.author{margin-top:5px}.wk-twitter-bubbles
time{margin-top:-5px;font-size:11px}











@font-face{font-display:swap;
	    font-family: BravoSC; 
	    src: local("BravoSC"), 
        url(/templates/jaap/font/BravoSC.otf); 
  }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  
  max-width: 100%;
  
  width: auto\9;
  
  height: auto;
  
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@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) ")";
  }
  .ir a:after,
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Arimo', sans-serif, 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  background-color: #ffffff;
}
a {
  color: #ffd400;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f6cb00;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: auto;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #e28327;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bd6a19;
}
.text-error {
  color: #d85030;
}
a.text-error:hover,
a.text-error:focus {
  color: #b33d22;
}
.text-info {
  color: #2d7091;
}
a.text-info:hover,
a.text-info:focus {
  color: #21526a;
}
.text-success {
  color: #659f13;
}
a.text-success:hover,
a.text-success:focus {
  color: #48710e;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: #444444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 1.1;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #dddddd;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #dddddd;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Consolas, monospace, serif;
  font-size: 12px;
  color: #595959;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #595959;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans';
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  
  margin-top: 1px \9;
  
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  
  *margin-top: 4px;
  
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #dddddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #e28327;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #e28327;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #e28327;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #bd6a19;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eeb781;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eeb781;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eeb781;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #e28327;
  background-color: #fffceb;
  border-color: #e28327;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #d85030;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #d85030;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #d85030;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #b33d22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e89986;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e89986;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e89986;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #d85030;
  background-color: #fff1f0;
  border-color: #d85030;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #659f13;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #659f13;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #659f13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #48710e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9ce632;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9ce632;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9ce632;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #659f13;
  background-color: #f2fae3;
  border-color: #659f13;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #2d7091;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #2d7091;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2d7091;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #21526a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #59a6cb;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #59a6cb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #59a6cb;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #2d7091;
  background-color: #ebf7fd;
  border-color: #2d7091;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #6a6a6a;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #dddddd;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #d5e8be;
  border-color: #8cc14c;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.control-label .hasPopover,
.control-label .hasTooltip {
  display: inline-block;
}

.subform-repeatable-wrapper .btn-group > .btn.button {
  min-width: 0;
}
.subform-repeatable-wrapper .ui-sortable-helper {
  background: #ffffff;
}
.subform-repeatable-wrapper tr.ui-sortable-helper {
  display: table;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #eeeeee;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #f2fae3;
}
.table tbody tr.error > td {
  background-color: #fff1f0;
}
.table tbody tr.warning > td {
  background-color: #fffceb;
}
.table tbody tr.info > td {
  background-color: #ebf7fd;
}
.table-hover tbody tr.success:hover > td {
  background-color: #e8f6cd;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ffd9d7;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fff8d1;
}
.table-hover tbody tr.info:hover > td {
  background-color: #d4eefb;
}
.table-noheader {
  border-collapse: collapse;
}
.table-noheader thead {
  display: none;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu .menuitem-group {
  height: 1px;
  margin: 4px 1px;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #dddddd;
  color: #666666;
  text-transform: capitalize;
  font-size: 95%;
  padding: 2px 0 24px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #444444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #f5cc00;
  background-image: -moz-linear-gradient(top, #ffd400, #e6bf00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd400), to(#e6bf00));
  background-image: -webkit-linear-gradient(top, #ffd400, #e6bf00);
  background-image: -o-linear-gradient(top, #ffd400, #e6bf00);
  background-image: linear-gradient(to bottom, #ffd400, #e6bf00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd400', endColorstr='#ffe6bf00', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444444;
  text-decoration: none;
  outline: 0;
  background-color: #f5cc00;
  background-image: -moz-linear-gradient(top, #ffd400, #e6bf00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd400), to(#e6bf00));
  background-image: -webkit-linear-gradient(top, #ffd400, #e6bf00);
  background-image: -o-linear-gradient(top, #ffd400, #e6bf00);
  background-image: linear-gradient(to bottom, #ffd400, #e6bf00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd400', endColorstr='#ffe6bf00', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.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 #333333;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #c2c2c2;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-options {
  float: right;
  line-height: 20px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #595959;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border-color: #dddddd #dddddd #b7b7b7;
  *background-color: #dddddd;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #595959;
  background-color: #dddddd;
  *background-color: #d0d0d0;
}
.btn:active,
.btn.active {
  background-color: #c4c4c4 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #595959;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fbd000;
  background-image: -moz-linear-gradient(top, #ffd400, #f6cb00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd400), to(#f6cb00));
  background-image: -webkit-linear-gradient(top, #ffd400, #f6cb00);
  background-image: -o-linear-gradient(top, #ffd400, #f6cb00);
  background-image: linear-gradient(to bottom, #ffd400, #f6cb00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd400', endColorstr='#fff6cb00', GradientType=0);
  border-color: #f6cb00 #f6cb00 #aa8c00;
  *background-color: #f6cb00;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #f6cb00;
  *background-color: #ddb600;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #c3a100 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fbba5f;
  background-image: -moz-linear-gradient(top, #fcc77d, #faa732);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcc77d), to(#faa732));
  background-image: -webkit-linear-gradient(top, #fcc77d, #faa732);
  background-image: -o-linear-gradient(top, #fcc77d, #faa732);
  background-image: linear-gradient(to bottom, #fcc77d, #faa732);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcc77d', endColorstr='#fffaa732', GradientType=0);
  border-color: #faa732 #faa732 #da8205;
  *background-color: #faa732;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #faa732;
  *background-color: #f99c19;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f39106 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df3f4b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c91032);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c91032));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c91032);
  background-image: -o-linear-gradient(top, #ee5f5b, #c91032);
  background-image: linear-gradient(to bottom, #ee5f5b, #c91032);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc91032', GradientType=0);
  border-color: #c91032 #c91032 #820a20;
  *background-color: #c91032;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #c91032;
  *background-color: #b10e2c;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #9a0c26 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #68bb55;
  background-image: -moz-linear-gradient(top, #62c462, #72ae41);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#72ae41));
  background-image: -webkit-linear-gradient(top, #62c462, #72ae41);
  background-image: -o-linear-gradient(top, #62c462, #72ae41);
  background-image: linear-gradient(to bottom, #62c462, #72ae41);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff72ae41', GradientType=0);
  border-color: #72ae41 #72ae41 #4e762c;
  *background-color: #72ae41;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #72ae41;
  *background-color: #669b3a;
}
.btn-success:active,
.btn-success.active {
  background-color: #5a8933 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #474747;
  background-image: -moz-linear-gradient(top, #444444, #4d4d4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #444444, #4d4d4d);
  background-image: -o-linear-gradient(top, #444444, #4d4d4d);
  background-image: linear-gradient(to bottom, #444444, #4d4d4d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff4d4d4d', GradientType=0);
  border-color: #4d4d4d #4d4d4d #262626;
  *background-color: #4d4d4d;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #4d4d4d;
  *background-color: #404040;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #333333 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ffd400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #f6cb00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #595959;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #dddddd;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #f6cb00;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #faa732;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #c91032;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #72ae41;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #4d4d4d;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fffceb;
  border: 1px solid rgba(226, 131, 39, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #e28327;
}
.alert h4 {
  margin: 0 0 .5em;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  cursor: pointer;
}
.alert-success {
  background-color: #f2fae3;
  border-color: rgba(101, 159, 19, 0.3);
  color: #659f13;
}
.alert-success h4 {
  color: #659f13;
}
.alert-danger,
.alert-error {
  background-color: #fff1f0;
  border-color: rgba(216, 80, 48, 0.3);
  color: #d85030;
}
.alert-danger h4,
.alert-error h4 {
  color: #d85030;
}
.alert-info {
  background-color: #ebf7fd;
  border-color: rgba(45, 112, 145, 0.3);
  color: #2d7091;
}
.alert-info h4 {
  color: #2d7091;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dddddd;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffd400;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #ffd400;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #ffd400;
  border-bottom-color: #ffd400;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #f6cb00;
  border-bottom-color: #f6cb00;
}

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(15, 15, 15, 0);
  background-image: -moz-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(26, 26, 26, 0)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: -o-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0), transparent);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #444444;
  text-shadow: 0 1px 0 rgba(26, 26, 26, 0);
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #d5d5d5;
}
.navbar-link {
  color: #d5d5d5;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #d5d5d5;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid transparent;
  border-right: 1px solid rgba(26, 26, 26, 0);
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #d5d5d5;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(26, 26, 26, 0);
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #d5d5d5;
  text-decoration: none;
}
.navbar .nav > li > a:focus {
  outline: 2px solid #5e9ed6;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #d5d5d5;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(8, 8, 8, 0);
  background-image: -moz-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(13, 13, 13, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#00000000', GradientType=0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  *background-color: rgba(0, 0, 0, 0);
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  *background-color: rgba(0, 0, 0, 0);
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: rgba(0, 0, 0, 0) \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #f5f5f5;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #d5d5d5;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: rgba(15, 15, 15, 0);
  background-image: -moz-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(26, 26, 26, 0)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: -o-linear-gradient(top, rgba(26, 26, 26, 0), transparent);
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0), transparent);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #d5d5d5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #d5d5d5;
}
.navbar-inverse .brand {
  color: #444444;
}
.navbar-inverse .navbar-text {
  color: #d5d5d5;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #d5d5d5;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #d5d5d5;
  background-color: transparent;
}
.navbar-inverse .navbar-link {
  color: #d5d5d5;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #d5d5d5;
}
.navbar-inverse .divider-vertical {
  border-left-color: transparent;
  border-right-color: rgba(26, 26, 26, 0);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #d5d5d5;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #d5d5d5;
  border-bottom-color: #d5d5d5;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #999999;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #999999;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #999999;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #595959;
  text-shadow: 0 1px 0 #ffffff;
  background-color: rgba(255, 212, 0, 0.04);
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(8, 8, 8, 0);
  background-image: -moz-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(13, 13, 13, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#00000000', GradientType=0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  *background-color: rgba(0, 0, 0, 0);
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  *background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: rgba(0, 0, 0, 0) \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ffd400;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #333333;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  width: 98%;
  position: relative;
  max-height: 400px;
  padding: 1%;
}
.modal-body iframe {
  width: 100%;
  max-height: none;
  border: 0 !important;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: #333333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #f5f5f5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #dbdbdb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f5f5f5;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f5f5f5;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f5f5f5;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #f5f5f5;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #ffd400;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #d85030;
}
.label-important[href],
.badge-important[href] {
  background-color: #b33d22;
}
.label-warning,
.badge-warning {
  background-color: #faa732;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #f39106;
}
.label-success,
.badge-success {
  background-color: #659f13;
}
.label-success[href],
.badge-success[href] {
  background-color: #48710e;
}
.label-info,
.badge-info {
  background-color: #2d7091;
}
.label-info[href],
.badge-info[href] {
  background-color: #21526a;
}
.label-inverse,
.badge-inverse {
  background-color: #595959;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #404040;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fbba5f;
  background-image: -moz-linear-gradient(top, #fcc77d, #faa732);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcc77d), to(#faa732));
  background-image: -webkit-linear-gradient(top, #fcc77d, #faa732);
  background-image: -o-linear-gradient(top, #fcc77d, #faa732);
  background-image: linear-gradient(to bottom, #fcc77d, #faa732);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcc77d', endColorstr='#fffaa732', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fcc77d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #4d4d4d;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #595959;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: auto;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: auto;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: auto;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #d5d5d5;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #d5d5d5;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}


.small {
  font-size: 11px;
}

iframe,
svg {
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.center,
.table td.center,
.table th.center {
  text-align: center;
}

a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}

.hero-unit {
  text-align: center;
}
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.btn .caret {
  margin-bottom: 7px;
}
.btn.btn-micro .caret {
  margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}

body.modal {
  padding-top: 0;
}

.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f5f5f5;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}

.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}

.btn-wide {
  width: 80%;
}

.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
  margin-left: 91.489361693%;
}

.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}

.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}

.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}

.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}

.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}

hr.hr-condensed {
  margin: 10px 0;
}

.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f5f5f5;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #eeeeee;
}
.row-striped .row-fluid {
  width: 100%;
  box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.list-condensed li {
  padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}

.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}

.iframe-bordered {
  border: 1px solid #dddddd;
}

.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}

.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn-group > .btn-micro {
  font-size: 10px;
}

.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}

.page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}


.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}

.input-prepend .chzn-container-single .chzn-single {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.input-append .chzn-container-single .chzn-single {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.element-invisible:focus {
  width: auto;
  height: auto;
  overflow: auto;
  background: #eee;
  color: #000;
  padding: 1em;
}

.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}

.width-auto {
  width: auto;
}

.btn-group .chzn-results {
  white-space: normal;
}

.accordion-body.in:hover {
  overflow: visible;
}

.invalid {
  color: #da314b;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #da314b;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
  border-color: #da314b;
  color: #da314b;
}

.tooltip {
  max-width: 400px;
}
.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}
th .tooltip-inner {
  font-weight: normal;
}
.tooltip.hasimage {
  opacity: 1;
}

.tip-text {
  text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
  margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.dropdown-menu {
  text-align: left;
}
.alert-link {
  font-weight: bold;
}
.alert .alert-link {
  color: #bd6a19;
}
.alert-success .alert-link {
  color: #48710e;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #b33d22;
}
.alert-info .alert-link {
  color: #21526a;
}


[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {

}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
@font-face{font-display:swap;
  font-family: 'IcoMoon';
  src: url(/templates/jaap/css/../../../media/jui/fonts/IcoMoon.eot);
  src: url(/templates/jaap/css/../../../media/jui/fonts/IcoMoon.eot?#iefix) format('embedded-opentype'), url(/templates/jaap/css/../../../media/jui/fonts/IcoMoon.woff) format('woff'), url(/templates/jaap/css/../../../media/jui/fonts/IcoMoon.ttf) format('truetype'), url(/templates/jaap/css/../../../media/jui/fonts/IcoMoon.svg#IcoMoon) format('svg');
  font-weight: normal;
  font-style: normal;
}


.btn {
  
  border: none;
  
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  
  line-height: 22px;
  background: #eeeeee;
  color: #444444;
}
.btn:hover,
.btn:focus {
  
  background-position: 0 0;
  -webkit-transition: none;
  transition: none;
  
  background-color: #f5f5f5;
  color: #444444;
}
.btn.active,
.btn:active {
  
  box-shadow: none;
  
  background-color: #dddddd;
  color: #444444;
}

.btn-primary,
.btn-info,
.btn-inverse {
  background-color: #f68412;
  color: #ffffff;
}
.btn-primary:hover,
.btn-info:hover,
.btn-inverse:hover {
  background-color: #f68412;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.btn-info:active,
.btn-info.active,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #f68412;
  color: #ffffff;
}

.btn-danger,
.btn-warning {
  background-color: #da314b;
  color: #ffffff;
}
.btn-danger:hover,
.btn-warning:hover {
  background-color: #e4354f;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.btn-warning:active,
.btn-warning.active {
  background-color: #c91032;
  color: #ffffff;
}

.btn-success {
  background-color: #8cc14c;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #8ec73b;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active {
  background-color: #72ae41;
  color: #ffffff;
}

.btn.disabled,
.btn[disabled] {
  background-color: #f5f5f5;
  color: #999999;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active,
.btn-link:disabled {
  display: inline;
  border: none;
  background: none;
}

.btn-link {
  color: #ffd400;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active {
  color: #f6cb00;
}
.btn-link:disabled {
  color: #999999;
}

.btn .caret {
  
  margin-bottom: 0;
  
  border-top-color: #444444;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-top: 4px;
  
  vertical-align: top;
}
.caret {
  
  margin-top: 0 !important;
  
  vertical-align: middle !important;
}

.btn-group > .btn + .dropdown-toggle {
  box-shadow: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  
  border-radius: 0;
  box-shadow: none;
  
  height: 22px;
  line-height: 22px;
  color: #444444;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  
  box-shadow: none;
  
  border-color: #ffd400;
  outline: 0;
  background: rgba(255, 212, 0, 0.04);
}
select {
  border-color: #dddddd;
}
select,
input[type="file"] {
  height: auto;
  line-height: auto;
}
.input-append input {
  border-radius: 4px 0 0 4px;
}
.input-append .add-on,
.input-prepend .add-on {
  
  text-shadow: none;
  
  height: 22px;
  line-height: 22px;
  border-color: #dddddd;
  background-color: #f2f2f2;
}
.row-fluid input[class*="span"] {
  min-height: 22px;
}
.input-append .add-on:first-child,
.input-append .btn:first-child,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append > .btn,
.input-prepend > .btn {
  position: relative;
}
.input-append > .btn:hover,
.input-prepend > .btn:hover,
.input-append > .btn:focus,
.input-prepend > .btn:focus,
.input-append > .btn:active,
.input-prepend > .btn:active,
.input-append > .btn.active,
.input-prepend > .btn.active {
  z-index: 2;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-block-level {
  min-height: auto;
}
input.search-query {
  border-radius: 4px;
}
.form-search .input-append .search-query {
  border-radius: 4px 0 0 4px;
}
.form-search .input-append .btn {
  border-radius: 0 4px 4px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 4px 4px 0;
}
.form-search .input-prepend .btn {
  border-radius: 4px 0 0 4px;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  box-shadow: none;
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  box-shadow: none;
}
.control-group input {
  height: 22px;
  min-height: 22px !important;
  line-height: 22px;
}
.control-group.warning label,
.control-group.error label,
.control-group.warning .help-block,
.control-group.error .help-block,
.control-group.warning .help-inline,
.control-group.error .help-inline {
  color: #d85030;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  box-shadow: none;
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  box-shadow: none;
}
.control-group.success label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #659f13;
}
.form-actions {
  border: none;
}

.dropdown-menu {
  
  border-radius: 0;
  border: none;
  box-shadow: none;
  
  margin-top: 5px;
  padding: 35px;
  background: #f5f5f5;
}
.dropdown-menu > li > a {
  
  font-weight: inherit;
  line-height: inherit;
  
  color: #444444;
  padding: 7px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #ffd400;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #ffd400;
}

.well {
  
  border: none;
  border-radius: 0;
  box-shadow: none;
  
  padding: 20px !important;
  background: #f5f5f5;
}

.hero-unit {
  
  border-radius: 0;
  
  background: #f5f5f5;
}

.tooltip.in {
  opacity: 1;
}

.alert {
  
  border-radius: 0;
  border: none;
  text-shadow: none;
  
  background: #fffceb;
  color: #e28327;
}
.alert-success {
  background: #f2fae3;
  color: #659f13;
}
.alert-danger,
.alert-error {
  background: #fff1f0;
  color: #d85030;
}
.alert-info {
  background: #ebf7fd;
  color: #2d7091;
}

.label,
.badge {
  
  text-shadow: none;
  
  padding: 0 5px;
  background: #ffd400;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.badge {
  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}
.label-important,
.badge-important {
  background-color: #da314b;
}
.label-warning,
.badge-warning {
  background-color: #faa732;
}
.label-success,
.badge-success {
  background-color: #8cc14c;
}

.progress {
  
  border-radius: 0;
  box-shadow: none;
  
  background: #eeeeee;
}
.progress .bar {
  
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  
  background-color: #ffd400;
  color: #ffffff;
}
.progress-danger .bar,
.progress .bar-danger,
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #da314b;
}
.progress-success .bar,
.progress .bar-success,
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #8cc14c;
}
.progress-info .bar,
.progress .bar-info,
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #ffd400;
}
.progress-warning .bar,
.progress .bar-warning,
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #faa732;
}
.progress .bar + .bar {
  box-shadow: none;
}
.progress-striped .bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  text-shadow: none;
}

.nav > li > a {
  color: #444444;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffd400;
}
.nav-header {
  text-shadow: none;
  color: #444444;
}

.nav-list > li > a {
  
  text-shadow: none;
  
  color: #444444;
}
.nav-list .nav-header {
  
  text-shadow: none;
  
  color: #444444;
}
.nav-list > li > a:hover,
.nav-list > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444444;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  text-shadow: none;
  color: #ffffff;
  background-color: #ffd400;
}
.nav-list .divider {
  border-color: #dddddd;
  background: transparent;
}

.nav-pills > li > a {
  
  border-radius: 0;
  line-height: inherit;
  
  padding: 3px 9px;
}
.nav-pills > li > a:hover {
  background: #eeeeee;
  color: #444444;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  
  background: #ffd400;
  color: #ffffff;
}
.nav-pills li.dropdown a:hover .caret,
.nav-pills li.dropdown a:focus .caret {
  border-top-color: #444444;
  border-bottom-color: #444444;
}

.nav-pills li.dropdown.open .caret,
.nav-pills li.dropdown.open.active .caret,
.nav-pills li.dropdown.open a:hover .caret,
.nav-pills li.dropdown.open a:focus .caret {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.nav-pills .open .dropdown-toggle {
  background: #eeeeee;
  color: #444444;
}
.nav-pills .dropdown-menu {
  border-radius: 4px;
}
.nav-pills .dropdown-toggle .caret {
  margin-left: 5px;
}

.nav-tabs.nav-stacked > li > a {
  border-color: #dddddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #dddddd;
  z-index: 2;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
  
  padding: 8px 12px 8px 12px;
}
.nav-tabs > li > a:hover {
  border-color: #f5f5f5;
  border-bottom-color: #dddddd;
  background: #f5f5f5;
  color: #f6cb00;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-color: #f5f5f5;
  border-top-color: #dddddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs {
  border-right: 1px solid #dddddd;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f5f5f5;
  border-right-color: #dddddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
}
.tabs-right > .nav-tabs {
  border-left: 1px solid #dddddd;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f5f5f5;
  border-left-color: #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 4px 4px;
}

.nav-tabs .open .dropdown-toggle {
  
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #f6cb00;
}
.nav-tabs li.dropdown.open .caret,
.nav-tabs li.dropdown.open.active .caret,
.nav-tabs li.dropdown.open a:hover .caret,
.nav-tabs li.dropdown.open a:focus .caret {
  border-top-color: #f6cb00;
  border-bottom-color: #f6cb00;
}
.nav-tabs .dropdown-toggle .caret {
  margin-left: 5px;
}

.breadcrumb {
  background-color: #f5f5f5;
}
.breadcrumb > li > .divider {
  color: inherit;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb li {
  text-shadow: none;
}

.accordion-group {
  border-color: #dddddd;
}
.accordion-inner {
  border-top-color: #dddddd;
}

.pager li > a,
.pager li > span {
  border: none;
  background-color: #eeeeee;
  border-radius: 4px;
  color: #444444;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #f5f5f5;
  color: #444444;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #f5f5f5;
}

.pagination ul {
  box-shadow: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: transparent;
}

.img-polaroid {
  background-color: #f5f5f5;
  border-color: #dddddd;
  box-shadow: none;
}

.thumbnail {
  border-color: #dddddd;
  box-shadow: none;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #aaaaaa;
  box-shadow: none;
}
.thumbnail .caption {
  color: #444444;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
div.modal {
  
  border: none;
  box-shadow: none;
  
  border-radius: 4px;
  background: #ffffff;
}
.modal-header {
  border-color: #dddddd;
}
.modal-footer {
  background: #f5f5f5;
  border-color: #dddddd;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
}

.table tbody tr.success td {
  color: #659f13;
}
.table tbody tr.error td {
  color: #d85030;
}
.table tbody tr.warning > td {
  color: #e28327;
}
.table tbody tr.info td {
  color: #2d7091;
}


.close {
  color: inherit;
}
.close:hover,
.close:focus {
  color: inherit;
}

a.disabled,
a.disabled:hover {
  background-color: #f5f5f5;
  color: #999999;
}


body {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}
ul.inline,
ol.inline,
ul.unstyled,
ol.unstyled,
.list-striped,
.list-condensed,
.nav:not(.nav-list),
.pager,
.pagination ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: auto;
}


li,
dt,
dd {
  line-height: 20px;
}
pre {
  border: 0;
  border-radius: 0;
}
code {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
blockquote small {
  line-height: inherit;
}
blockquote small:before {
  content: '';
}
pre code {
  border: 0;
  background-color: inherit;
  padding: 0;
}
iframe {
  max-width: none;
}

.uk-form {
  margin: 0;
}
.uk-form label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
}
.uk-form legend {
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
}
.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]),
.uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']),
.uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
  width: auto;
}
.uk-form select,
.uk-form textarea,
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  box-shadow: none;
}
.uk-form input[type="file"] {
  height: auto;
}
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
  vertical-align: baseline;
}

.uk-link-reset:focus,
.uk-link-reset a:focus {
  text-decoration: none;
}

input.uk-search-field {
  
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: normal;
  
  width: 29px;
  height: 29px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  color: #444444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
input.uk-search-field:focus {
  
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  
  outline: 0;
  
  color: #444444;
}
input.uk-search-field:focus::-webkit-input-placeholder {
  color: #444444;
}
input.uk-search-field:focus:-moz-placeholder {
  color: #444444;
}
input.uk-search-field:focus::-moz-placeholder {
  color: #444444;
}
input.uk-search-field:focus:-ms-input-placeholder {
  color: #444444;
}
.uk-offcanvas input.uk-search-field {
  
  width: 100%;
  border-color: transparent;
  background: rgba(0, 0, 0, 0);
  color: #cccccc;
  
  color: #fff;
}

@-ms-viewport {
  width: auto;
}




html {
  
  font: normal 14px / 20px 'Arimo', sans-serif;

  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
  background: #ffffff;
  color: #444444;
}

body {
  margin: 0;
  min-width:600px;
}


a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a,
.uk-link {

  color: #0094ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #f6cb00;  
  text-decoration: underline;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  
  font-size: 12px;
  
  font-family: Consolas, monospace, serif;
  
  color: #dd0055;
  white-space: nowrap;
}

em {
  
  color: #faa732;
}

ins {
  background: #ffffaa;
  color: #444444;
  text-decoration: none;
}

mark {
  background: #ffffaa;
  color: #444444;
}

q {
  font-style: italic;
}

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;
}


audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  
  max-width: 100%;
  height: auto;
  
  box-sizing: border-box;
}

.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}


.bravo {font-family: 'BravoSC','Roboto Slab';line-height:110%;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'BravoSC','Roboto Slab';
  font-weight: 300;
  color: #444;
  text-transform: none;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 30px;
  line-height:1.1;
}

h1,
.uk-h1 {
  font-size: 60px;  
}
h2,
.uk-h2 {
  font-size: 50px;
}
h3,
.uk-h3 {
  font-size: 30px;
}
h4,
.uk-h4 {
  font-size: 20px;
}
h5,
.uk-h5 {
  font-size: 16px;
}
h6,
.uk-h6 {
  font-size: 14px;
}
.mainhead {font-size:60px;text-align:center;color:#bbb;margin:50px 10px 0px;}


ul, ol {
  padding-left: 30px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}


hr {
  
  box-sizing: content-box;
  height: 0;
  
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dddddd;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}


pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444444;
  -moz-tab-size: 4;
  tab-size: 4;
  
  overflow: auto;
}

::-moz-selection {
  background: #f68412;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #f68412;
  color: #ffffff;
  text-shadow: none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}


.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}

.uk-grid > * {
  
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  
  margin: 0;
  
  float: left;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}



.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}

.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

@media (min-width: 1220px) {
  
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}


.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}

.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}


.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}

.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}


.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}

.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}


@media (min-width: 960px) {
  
  .uk-grid-large {
    margin-left: -35px;
  }
  .uk-grid-large > * {
    padding-left: 35px;
  }
  
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }  
}

@media (min-width: 1220px) {
  
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}


.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}

@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}

@media (min-width: 1220px) {
  
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd;
}


.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}

@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}

@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}

@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}


.uk-width-1-1 {
  width: 100%;
}

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}

.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}

.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}

.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}

.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}

.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}

@media (min-width: 480px) {
  
  .uk-width-small-1-1 {
    width: 100%;
  }
  
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}

@media (min-width: 768px) {
  
  .uk-width-medium-1-1 {
    width: 100%;
  }
  
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}

@media (min-width: 960px) {
  
  .uk-width-large-1-1 {
    width: 100%;
  }
  
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}

@media (min-width: 1220px) {
  
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}



@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  
  
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  
  
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}


.uk-panel {
  
  display: block;
  
  position: relative;
}

.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}

.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}

.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.uk-panel-teaser {
  margin-bottom: 20px;
}

.uk-panel-body {
  padding: 20px;
}

.uk-panel-box {
  padding: 20px;
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-box-hover:hover {
  color: #444444;
}
.uk-panel-box .uk-panel-title {
  color: #444444;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.uk-panel-box > .uk-nav-side {
  margin: 0 -20px;
}

.uk-panel-box-primary {
  background-color: #eefaff;
  color: #699eb3;
}
.uk-panel-box-primary-hover:hover {
  color: #699eb3;
}
.uk-panel-box-primary .uk-panel-title {
  color: #3484a4;
}

.uk-panel-box-secondary {
  background-color: #eeeeee;
  color: #444444;
}
.uk-panel-box-secondary-hover:hover {
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}

.uk-panel-hover {
  padding: 15px;
  color: #444444;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}

.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}

.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}

@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}

.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}

.uk-block > :last-child {
  margin-bottom: 0;
}


.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.uk-block-default {
  background: #ffffff;
}

.uk-block-muted {
  background: #f9f9f9;
}

.uk-block-primary {
  background: #00a8e6;
}

.uk-block-secondary {
  background: #222222;
}


.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}

.uk-article > :last-child {
  margin-bottom: 0;
}

.uk-article + .uk-article {
  margin-top: 30px;
}

.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}

.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.uk-article-lead {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.uk-article-divider {
  margin-bottom: 30px;
  border-color: #dddddd;
}
* + .uk-article-divider {
  margin-top: 30px;
}


.uk-comment-header {
  margin-bottom: 20px;
}

.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}

.uk-comment-avatar {
  margin-right: 20px;
  float: left;
}

.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}


.uk-comment-body > :last-child {
  margin-bottom: 0;
}

.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 20px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}



.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  
  max-width: none;
  
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 3px 0;
}

.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 1px 0;
}

.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}

.uk-nav-header {
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

.uk-nav-divider {
  margin: 9px 0;
}


ul.uk-nav-sub {
  padding: 0px 10px 0 15px;
}

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}


.uk-nav-side > li > a {
  color: #444444;
  font-weight:bold;
  padding:0;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444444;
  
  outline: none;
}

.uk-nav-side > li.uk-active > a {
  background: #f68412;
  color: #ffffff;
}

.uk-nav-side .uk-nav-header {
  color: #444444;
}

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}

.uk-nav-side ul a {
  color: #000;
}
.uk-nav-side ul a:hover {
  color: #f6cb00;
}


.uk-nav-dropdown > li > a {
  color: #444444;
}

.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #f68412;
  color: #ffffff;
  
  outline: none;
}

.uk-nav-dropdown .uk-nav-header {
  color: #999999;
}

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}

.uk-nav-dropdown ul a {
  color: #f68412;
}
.uk-nav-dropdown ul a:hover {
  color: #f6cb00;
}


.uk-nav-navbar > li > a {
  color: #000000;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #ffffff10;
  color: #f68412;
  
  outline: none;
}

.uk-nav-navbar .uk-nav-header {
  color: #999999;
}

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}

.uk-nav-navbar ul a {
  color: #000000;
}
.uk-nav-navbar ul a:hover {
  color: #f68412;
  background: #ffffff10;
}


.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  
  outline: none;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #ffffff;
}

.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
}

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}

.uk-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}
aside[class*="tm-sidebar"] .uk-nav-side > li {
  border-bottom: 1px solid #eaeaea;
}
aside[class*="tm-sidebar"] .uk-nav-side > li:last-child {
  border: none;
}
aside[class*="tm-sidebar"] .uk-nav-side > li > a {
  padding-right: 15px;
  background: none !important;
}
aside[class*="tm-sidebar"] .uk-nav-side > li.uk-active > a {
  background: transparent;
  color: #444444;
}
aside[class*="tm-sidebar"] .uk-nav-side > li.uk-open {
  border-bottom: 1px solid #eaeaea;
}
aside[class*="tm-sidebar"] .uk-nav-side > li.uk-open .uk-nav-sub .uk-parent ul {
  font-size: 13px;
}
aside[class*="tm-sidebar"] .uk-nav-side .uk-nav-sub {
  border-top: 1px solid #eaeaea;
  padding: 15px 0;
}
.uk-offcanvas-bar .uk-nav-offcanvas .uk-nav-sub {
  border-top: 1px solid #414141;
  padding: 0;
}
.uk-offcanvas-bar .uk-nav-offcanvas ul.uk-nav-sub > li.uk-parent > a {
  padding: 10px 0;
  padding-left: 25px;
}
.uk-offcanvas-bar .uk-nav-offcanvas ul.uk-nav-sub > li.uk-parent > ul {
  padding-left: 0;
  border-top: 1px solid #414141;
  font-size: 12.9px;
}
.uk-offcanvas-bar .uk-nav-offcanvas ul.uk-nav-sub > li.uk-parent > ul > li {
  padding-left: 35px;
}
.uk-offcanvas-bar .uk-nav-offcanvas ul.uk-nav-sub > li:not(.uk-parent) {
  padding-left: 25px;
}
.uk-offcanvas-bar .uk-nav-offcanvas li {
  border-bottom: 1px solid #414141;
}
.uk-offcanvas-bar .uk-nav-offcanvas li a {
  background: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.uk-offcanvas-bar .uk-nav-offcanvas li.uk-active > a {
  color: #fff;
  font-weight: 700;
}
.uk-offcanvas-bar .uk-nav-offcanvas li:last-child {
  border-bottom: none;
}
.uk-offcanvas-bar form.uk-search {
  border-bottom: 1px solid #414141;
  margin: 0 -15px !important;
}
.uk-offcanvas-bar form.uk-search input.uk-search-field {
  padding-bottom: 17px;
  padding-top: 10px;
  margin-top: 20px;
  padding-left: 40px;
}
.uk-offcanvas-bar form.uk-search:before {
  top: 15px;
  left: 10px;
}

.uk-navbar {
  background: #000000;
  color: white;
  width: 100%;
  text-align: center;
  height: 45px;
}

.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  
  display:inline-block;
}

.uk-navbar-nav > li {
  float: left;
  
  position: relative;
}

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  
  color: #ffffff;
  font-size: 17px;
  font-family: 'Arimo', sans-serif;
  font-weight:bold;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  color: #ffffff;
  
  outline: none;
}

.uk-navbar-nav > li > a:active {
  background-color: transparent;
  color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #ffffff;
}

.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 53px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -18.5px;
  font-size: 10px;
  line-height: 12px;
}


.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 45px;
  padding: 0 15px;
  float: left;
}

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}


.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}

.uk-navbar-content > a:not([class]) {
  color: #f68412;
}
.uk-navbar-content > a:not([class]):hover {
  color: #f6cb00;
}

.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}

.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  
  outline: none;
}

.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #2b2b2b;
  text-decoration: none;
  
  outline: none;
}

.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}


.uk-navbar-center {
  float: none;
  text-align: center;
  
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.uk-navbar-flip {
  
  display: inline-block;
}
.uk-navbar-center {
  max-width: 70%;
}
.navbar-default .tm-navigation-wrapper {
  position: relative;
  text-align: center;
}
.navbar-default .uk-navbar-nav > li > a {
  
  position: relative;  
}
.navbar-default .uk-sticky-placeholder .tm-navbar:before,
.navbar-default .uk-sticky-placeholder .tm-navbar:after {
  -webkit-transition: all 1s cubic-bezier(0, 0.8, 0.6, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.8, 0.6, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.8, 0.6, 1);
  -o-transition: all 1s cubic-bezier(0, 0.8, 0.6, 1);
  transition: all 1s cubic-bezier(0, 0.8, 0.6, 1);
}
.navbar-default .uk-sticky-placeholder > .uk-active .tm-navbar:before {
  right: 200%;
}
.navbar-default .uk-sticky-placeholder > .uk-active .tm-navbar:after {
  left: 200%;
}
.uk-navbar-nav div.uk-dropdown .uk-nav-navbar .uk-nav-sub {
  font-size: 12.9px;
}
.uk-navbar-nav div.uk-dropdown .uk-nav-navbar > li > a[class*="badge-"]:before {
  top: 12px;
}
.uk-navbar-nav div.uk-dropdown .uk-nav-navbar {
  margin: 0px;
  text-align:left;
}
.uk-navbar-nav > li.uk-active .uk-nav-navbar > li.uk-active > a {
  color: #666666;
}
.uk-navbar-nav > li.uk-parent .uk-nav-navbar > li.uk-parent > a {
  font-weight: 700;
}
.uk-navbar-nav > li.uk-parent .uk-nav-navbar > li.uk-parent.uk-active .uk-nav-sub > li.uk-active > a {
  font-weight: 700;
}
.uk-navbar-nav li a[class*="badge-"] {
  position: relative;
}
.uk-navbar-nav li a[class*="badge-"]:before {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 7px;
  padding: 4px 6px 3px;
  border-radius: 2px;
  text-align: center;
  line-height: 8px;
  color: #fff;
  font-family: arial;
}
.uk-navbar-nav li a.badge-new:before {
  content: "new";
  background-color: #8dd538;
}
.uk-navbar-nav li a.badge-hot:before {
  content: "hot";
  background-color: #f14b51;
}
.uk-navbar-nav li a.badge-populer:before {
  content: "populer";
  background-color: #f39c12;
}
.navbar-style2 .uk-navbar-nav > li > a {
  background: transparent;
  text-transform: uppercase;
  position: relative;
}
.navbar-style2 .uk-navbar-nav > li > a:after {
  position: absolute;
  bottom: 20px;
  left: 15px;
  content: '';
  height: 1px;
  width: 0px;
  opacity: 0;
  background: #f68412;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-style2 .uk-navbar-nav > li:hover a::after {
  opacity: 1;
  width: 20px;
}
.navbar-style2 .uk-navbar-nav > li.uk-active a:after {
  opacity: 1;
  width: 20px;
}
.navbar-style3 .uk-dropdown-navbar {
  margin-top: 6px;
}
.navbar-style3 .uk-navbar-nav > li > a {
  position: relative;
  margin-right: 18px;
  padding: 0 12px 0 0;
}
.navbar-style3 .uk-navbar-nav > li > a:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  height: 12px;
  width: 1px;
  background-color: #f68412;
  transform: rotate(30deg) translateY(-50%);
}
.navbar-style3 .uk-navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-style3 .uk-navbar-nav > li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.navbar-style3 .uk-navbar-nav > li:last-child a:before {
  display: none;
}
.navbar-style4 .uk-navbar-nav > li > a {
  background: transparent;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar-style4 .uk-navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f68412;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.navbar-style4 .uk-navbar-nav > li:hover > a::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-style4 .uk-navbar-nav > li.uk-active a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navbar-style5 .uk-navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-style5 .uk-navbar-nav > li > a {
  background: transparent;
  text-transform: uppercase;
  position: relative;
}
.navbar-style5 .uk-navbar-nav > li > a::before,
.navbar-style5 .uk-navbar-nav > li > a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  margin-top: -1px;
}
.navbar-style5 .uk-navbar-nav > li > a:before {
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
  position: absolute;
}
.navbar-style5 .uk-navbar-nav > li > a:after {
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
  position: absolute;
}
.navbar-style5 .uk-navbar-nav > li > a:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  color: #f68412;
}
.navbar-style5 .uk-navbar-nav > li > a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
  color: #f68412;
}
.navbar-style5 .uk-navbar-nav > li.uk-active > a::before {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  color: #f68412;
}
.navbar-style5 .uk-navbar-nav > li.uk-active > a::after {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
  color: #f68412;
}
body .uk-dropdown-navbar .uk-form-row button[type*='submit'] {
  width: 100%;
}
body .uk-dropdown-navbar input[type="text"],
body .uk-dropdown-navbar input[type="password"] {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.08);
}
body .uk-dropdown-navbar .uk-form ul > li > a {
  font-size: 11px;
}
body .uk-dropdown-navbar .uk-form ul > li {
  line-height: 14px;
  margin-top: 5px;
}
body .uk-dropdown-navbar ul.uk-list li a:before {
  content: "\f1db";
  font-family: FontAwesome;
  display: inline-block;
  left: 0;
  top: -1px;
  margin-right: 5px;
  font-size: 8px;
  position: relative;
}
body .uk-dropdown-navbar .uk-form label {
  color: #666;
}


.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  margin-left: -10px;
  margin-top: -10px;
  
  padding: 0;
  list-style: none;
}

.uk-subnav > * {
  
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  
  padding-left: 10px;
  margin-top: 10px;
  
  position: relative;
}

.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}

.uk-subnav > * > * {
  display: inline-block;
  color: #444444;
}

.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #f68412;
  text-decoration: none;
}

.uk-subnav > .uk-active > * {
  color: #f68412;
}

.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}

.uk-subnav-pill > * > * {
  padding: 3px 9px;
}

.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eeeeee;
  color: #444444;
  text-decoration: none;
  
  outline: none;
}

.uk-subnav-pill > .uk-active > * {
  background: #f68412;
  color: #ffffff;
}

.uk-subnav > .uk-disabled > * {
  background: none;
  color: #999999;
  text-decoration: none;
  cursor: text;
}


.uk-breadcrumb {
  
  padding: 0;
  list-style: none;
  
  font-size: 0.001px;
}


.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}

.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}


.uk-pagination {
  
  padding: 0;
  list-style: none;
  
  text-align: center;
  
  font-size: 0.001px;
}

.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}


.uk-pagination > li {
  display: inline-block;
  
  font-size: 1rem;
  
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}

.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  
  box-sizing: content-box;
  
  text-align: center;
}

.uk-pagination > li > a {
  background: #eeeeee;
  color: #444444;
}

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444444;
  
  outline: none;
}

.uk-pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}

.uk-pagination > .uk-active > span {
  background: #f68412;
  color: #ffffff;
}

.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}

.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}

.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}

.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}

.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}

.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #f68412;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}

.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #f6cb00;
  
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}

.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}

.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: text;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}

.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}

.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}

.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}

.uk-tab-center {
  border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}

.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}

.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}


.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}

.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}


@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #dddddd;
  }
  
  .uk-tab-left {
    border-right: 1px solid #dddddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  
  .uk-tab-right {
    border-left: 1px solid #dddddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}


.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  margin-left: -10px;
  margin-top: -10px;
  
  padding: 0;
  list-style: none;
}

.uk-thumbnav > * {
  
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  
  padding-left: 10px;
  margin-top: 10px;
}

.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav > * {
  float: left;
}

.uk-thumbnav > * > * {
  display: block;
  background: #ffffff;
}
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
  opacity: 1;
}

.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}

.uk-list {
  padding: 0;
  list-style: none;
}

.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}

.uk-list > li > :last-child {
  margin-bottom: 0;
}

.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}

.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}

.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}



@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}

.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
  color: #999999;
}


.uk-table {
  
  border-collapse: collapse;
  border-spacing: 0;
  
  width: 100%;
  
  margin-bottom: 20px;
}

* + .uk-table {
  margin-top: 20px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}

.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}

.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}

.uk-table tbody tr.uk-active {
  background: #eeeeee;
}

.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.uk-table-condensed td {
  padding: 4px 8px;
}

.uk-table-hover tbody tr:hover {
  background: #eeeeee;
}


.uk-form input,
.uk-form select,
.uk-form textarea {
  
  box-sizing: border-box;
  
  margin: 0;
  
  border-radius: 0;
  
  font: inherit;
  color: inherit;
}

.uk-form select {
  text-transform: none;
}

.uk-form optgroup {
  
  font: inherit;
  
  font-weight: bold;
}

.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}

.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}

.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.uk-form textarea {
  
  overflow: auto;
  
  vertical-align: top;
}

.uk-form ::-moz-placeholder {
  opacity: 1;
}

.uk-form :invalid {
  box-shadow: none;
}

.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}


.uk-form > :last-child {
  margin-bottom: 0;
}

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  
  height: 30px;
  
  max-width: 100%;
  
  padding: 4px 6px;
  
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #f68412;
  outline: 0;
  background: rgba(255, 212, 0, 0.04);
  color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
}

.uk-form :-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999999;
}

.uk-form legend {
  
  width: 100%;
  
  border: 0;
  
  padding: 0;
  
  padding-bottom: 20px;
  
  font-size: 18px;
  line-height: 30px;
}

.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
  
  width: 100%;
}

select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}

.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}


.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}


.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #dddddd !important;
}


input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}


.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}

.uk-form-row + .uk-form-row {
  margin-top: 20px;
}

.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}


.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}

.uk-form-controls-condensed {
  margin: 5px 0;
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}


@media (max-width: 959px) {
  
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}


.uk-form-icon {
  
  display: inline-block;
  
  position: relative;
  
  max-width: 100%;
}

.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}

.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}


.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button {
  
  -webkit-appearance: none;
  
  margin: 0;
  
  border: none;
  
  overflow: visible;
  
  font: inherit;
  color: #444444;
  
  text-transform: none;
  
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eeeeee;
  vertical-align: middle;
  
  line-height: 30px;
  
  min-height: 30px;
  
  font-size: 1rem;
  
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  
  outline: none;
  
  text-decoration: none;
}

.uk-button:active,
.uk-button.uk-active {
  background-color: #dddddd;
  color: #444444;
}


.uk-button-primary {
  background-color: #f68412;
  color: #ffffff;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #f6cb00;
  color: #ffffff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #f6cb00;
  color: #ffffff;
}

.uk-button-success {
  background-color: #8cc14c;
  color: #ffffff;
}

.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #ffffff;
}

.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #ffffff;
}

.uk-button-danger {
  background-color: #da314b;
  color: #ffffff;
}

.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #ffffff;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #ffffff;
}


.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999999;
}


.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}

.uk-button-link {
  color: #f68412;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #f6cb00;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999;
}

.uk-button-link:focus {
  outline: 1px dotted;
}

.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}


.uk-button-group {
  
  display: inline-block;
  vertical-align: middle;
  
  position: relative;
  
  font-size: 0.001px;
  
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}

.uk-button-group .uk-button {
  vertical-align: top;
}


.uk-button-dropdown {
  
  display: inline-block;
  vertical-align: middle;
  
  position: relative;
}

@font-face{font-display:swap;
  font-family: 'FontAwesome';
  src: url(/templates/jaap/css/../warp/vendor/uikit/fonts/fontawesome-webfont.woff2) format('woff2'), url(/templates/jaap/css/../warp/vendor/uikit/fonts/fontawesome-webfont.woff) format("woff"), url(/templates/jaap/css/../warp/vendor/uikit/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*='uk-icon-'] {
  font-family: FontAwesome;
  
  display: inline-block;
  
  font-weight: normal;
  font-style: normal;
  
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}

.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}

.uk-icon-justify {
  width: 1em;
  text-align: center;
}

.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

.uk-icon-hover {
  color: #999999;
}

.uk-icon-hover:hover {
  color: #444444;
}

.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #444444;
  font-size: 18px;
  text-align: center;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  
  outline: none;
}

.uk-icon-button:active {
  background-color: #dddddd;
  color: #444444;
}

.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}
.uk-icon-bluetooth:before {
  content: "\f293";
}
.uk-icon-bluetooth-b:before {
  content: "\f294";
}
.uk-icon-codiepie:before {
  content: "\f284";
}
.uk-icon-credit-card-alt:before {
  content: "\f283";
}
.uk-icon-edge:before {
  content: "\f282";
}
.uk-icon-fort-awesome:before {
  content: "\f286";
}
.uk-icon-hashtag:before {
  content: "\f292";
}
.uk-icon-mixcloud:before {
  content: "\f289";
}
.uk-icon-modx:before {
  content: "\f285";
}
.uk-icon-pause-circle:before {
  content: "\f28b";
}
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}
.uk-icon-percent:before {
  content: "\f295";
}
.uk-icon-product-hunt:before {
  content: "\f288";
}
.uk-icon-reddit-alien:before {
  content: "\f281";
}
.uk-icon-scribd:before {
  content: "\f28a";
}
.uk-icon-shopping-bag:before {
  content: "\f290";
}
.uk-icon-shopping-basket:before {
  content: "\f291";
}
.uk-icon-stop-circle:before {
  content: "\f28d";
}
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}
.uk-icon-usb:before {
  content: "\f287";
}
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.uk-icon-audio-description:before {
  content: "\f29e";
}
.uk-icon-blind:before {
  content: "\f29d";
}
.uk-icon-braille:before {
  content: "\f2a1";
}
.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}
.uk-icon-envira:before {
  content: "\f299";
}
.uk-icon-font-awesome:before,
.uk-icon-fa:before {
  content: "\f2b4";
}
.uk-icon-first-order:before {
  content: "\f2b0";
}
.uk-icon-gitlab:before {
  content: "\f296";
}
.uk-icon-glide:before {
  content: "\f2a5";
}
.uk-icon-glide-g:before {
  content: "\f2a6";
}
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}
.uk-icon-low-vision:before {
  content: "\f2a8";
}
.uk-icon-question-circle-o:before {
  content: "\f29c";
}
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}
.uk-icon-snapchat:before {
  content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}
.uk-icon-themeisle:before {
  content: "\f2b2";
}
.uk-icon-universal-access:before {
  content: "\f29a";
}
.uk-icon-viadeo:before {
  content: "\f2a9";
}
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.uk-icon-wpbeginner:before {
  content: "\f297";
}
.uk-icon-wpforms:before {
  content: "\f298";
}
.uk-icon-yoast:before {
  content: "\f2b1";
}


.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-close {
  
  -webkit-appearance: none;
  
  margin: 0;
  
  border: none;
  
  overflow: visible;
  
  font: inherit;
  color: inherit;
  
  text-transform: none;
  
  padding: 0;
  background: transparent;
  
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}

.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  
  outline: none;
  
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}

.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}

.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}

.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #f68412;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}

a.uk-badge:hover {
  color: #ffffff;
}

.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}


.uk-badge-success {
  background-color: #8cc14c;
}

.uk-badge-warning {
  background-color: #faa732;
}

.uk-badge-danger {
  background-color: #da314b;
}

.uk-alert {
  margin-bottom: 20px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}

* + .uk-alert {
  margin-top: 20px;
}

.uk-alert > :last-child {
  margin-bottom: 0;
}

.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert > .uk-close:first-child {
  float: right;
}

.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}

.uk-alert-success {
  background: #f2fae3;
  color: #659f13;
}

.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}

.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}

.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}


.uk-thumbnail {
  
  display: inline-block;
  
  max-width: 100%;
  
  box-sizing: border-box;
  
  margin: 0;
  
  padding: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #aaaaaa;
  background-color: #ffffff;
  
  text-decoration: none;
  
  outline: none;
}

.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}

.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}


.uk-overlay {
  
  display: inline-block;
  
  position: relative;
  
  max-width: 100%;
  
  vertical-align: middle;
  
  overflow: hidden;
  
  -webkit-transform: translateZ(0);
  
  margin: 0;
}

.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.uk-overlay > :first-child {
  margin-bottom: 0;
}


.uk-overlay-panel {
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  padding: 20px;
  color: #ffffff;
}

.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}

.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}


.uk-overlay-image {
  padding: 0;
}

.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-overlay-right {
  left: auto;
}

.uk-overlay-icon:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}

.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}

.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}

.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

[class*='uk-overlay-slide'] {
  opacity: 0;
}

.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}


.uk-overlay-area {
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  background: rgba(0, 0, 0, 0.3);
  
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}

.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}


.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}

.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-overlay-area-content {
  
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  
  font-size: 1rem;
  
  text-align: center;
  
  padding: 0 15px;
  color: #ffffff;
}

.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}

.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}


.uk-overlay-caption {
  
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}

[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

@media (min-width: 480px) {
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width: 768px) {
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width: 960px) {
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width: 1220px) {
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}


.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}


@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.uk-dropdown,
.uk-dropdown-blank {
  
  display: none;
  
  position: absolute;
  z-index: 1020;
  
  box-sizing: border-box;
  
  width: 260px;
}

.uk-dropdown {
  padding: 35px;
  background: #f5f5f5;
  color: #444444;
  
  font-size: 13px;
  vertical-align: top;
}

.uk-dropdown:focus {
  outline: none;
}

.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  
  display: block;
  
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}


.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}

.uk-dropdown .uk-nav {
  margin: 0 -35px;
}



.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 35px;
}

.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 35px;
}

@media (min-width: 768px) {
  
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #f2f2f2;
  }
  
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 420px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 780px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 1040px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1300px;
  }
}

@media (max-width: 767px) {
  
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 35px;
  }
}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 35px;
}


.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}

.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}

.uk-dropdown-navbar {
  margin-top: 12px;

  background: #ffffffe0;
  color: #000000;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-bottom-fixed 0.2s ease-in-out;
  animation: uk-slide-bottom-fixed 0.2s ease-in-out;
}


.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 5px;
}


.uk-modal {
  
  display: none;
  
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  
  background: rgba(0, 0, 0, 0.6);
  
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.uk-modal.uk-open {
  opacity: 1;
}

.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}


.uk-modal-dialog {
  
  position: relative;
  
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  
  background: #ffffff;
  
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}

@media (max-width: 767px) {
  
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}

.uk-open .uk-modal-dialog {
  
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}

.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}

.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}

.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}

.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}

.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}


@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}

@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}

.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}

.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}


.uk-offcanvas {
  
  display: none;
  
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  
  touch-action: none;
  
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}


.uk-offcanvas-page {
  
  position: fixed;
  
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  
  margin-left: 0;
}


.uk-offcanvas-bar {
  
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  
  width: 270px;
  max-width: 100%;
  background: #333333;
  
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  transition: none;
}
.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0, 0, 100vh, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}
.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas-bar-flip[mode='reveal'] > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777777;
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff;
}


.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

.uk-switcher > :not(.uk-active) {
  display: none;
}


.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.uk-text-bold {
  font-weight: bold;
}

.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #2d7091 !important;
}
.uk-text-success {
  color: #659f13 !important;
}
.uk-text-warning {
  color: #e28327 !important;
}
.uk-text-danger {
  color: #d85030 !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}

.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}

@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}


.uk-text-nowrap {
  white-space: nowrap;
}

.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}


.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 30px;
  }
}

.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}


.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}


.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}

[class*='uk-float-'] {
  max-width: 100%;
}


[class*='uk-align-'] {
  display: block;
  margin-bottom: 20px;
}
.uk-align-left {
  margin-right: 20px;
  float: left;
}
.uk-align-right {
  margin-left: 20px;
  float: right;
}

@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 20px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 20px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}


.uk-vertical-align {
  font-size: 0.001px;
}

.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}


[class*='uk-height'] {
  box-sizing: border-box;
}

.uk-height-1-1 {
  height: 100%;
}

.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}


.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}

.uk-responsive-height {
  max-height: 100%;
  width: auto;
}


.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}

.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}

.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}

.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}

.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}

@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}


.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}

.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}


.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}

.uk-overflow-hidden {
  overflow: hidden;
}

.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}

.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-relative {
  position: relative !important;
}

.uk-position-z-index {
  z-index: 1;
}


.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  
  max-width: 100%;
}


@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}

.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}

.uk-invisible {
  visibility: hidden !important;
}

.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}

.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}


.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}


.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}



.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  
  -ms-flex-negative: 1;
}

.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.uk-contrast {
  color: #ffffff;
  
}
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #ffffff;
}
.uk-contrast em {
  color: #ffffff;
}
.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
  color: #ffffff;
}
.uk-contrast hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
  text-decoration: none;
}
.uk-contrast .uk-nav-side > li > a {
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.uk-contrast .uk-subnav > * > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #444444;
  text-decoration: none;
}
.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-tab {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab > li > a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  color: #444444;
  text-decoration: none;
}
.uk-contrast .uk-tab > li.uk-active > a {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-tab-center {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab-grid:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #444444;
  background-clip: padding-box;
}
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-form :-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.7) !important;
}
.uk-contrast .uk-form ::-moz-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-button {
  color: #444444;
  background: #ffffff;
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
.uk-contrast .uk-icon-hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-icon-hover:hover {
  color: #ffffff;
}
.uk-contrast .uk-icon-button {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  margin-left: -15px;
  margin-top: -15px;
  
  padding: 0;
  list-style: none;
}

.uk-dotnav > * {
  
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  
  padding-left: 15px;
  margin-top: 15px;
}

.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}


.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  
  outline: none;
}

.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}

.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
}

.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}

.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}


.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uk-dotnav-vertical > * {
  float: none;
}


.uk-slidenav {
  
  display: inline-block;
  
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}

.uk-slidenav:hover,
.uk-slidenav:focus {
  
  outline: none;
  
  text-decoration: none;
  
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}

.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}

.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}


.uk-slidenav-position {
  position: relative;
}

.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}

.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}

.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}


.uk-slideshow {
  
  position: relative;
  
  z-index: 0;
  
  width: 100%;
  
  margin: 0;
  padding: 0;
  list-style: none;
  
  overflow: hidden;
  
  touch-action: pan-y;
}

.uk-slideshow > li {
  
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  
  opacity: 0;
}

.uk-slideshow > .uk-active {
  
  z-index: 10;
  
  opacity: 1;
}

.uk-slideshow > li > img {
  visibility: hidden;
}

[data-uk-slideshow-slide] {
  cursor: pointer;
}

.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}


.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}

.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}


.uk-search {
  display: inline-block;
  
  position: relative;
  
  margin: 0;
}

.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 29px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #444444;
}


.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uk-search-field::-ms-clear {
  display: none;
}

.uk-search-field::-moz-placeholder {
  opacity: 1;
}

.uk-search-field {
  
  box-sizing: border-box;
  
  margin: 0;
  
  border-radius: 0;
  
  font: inherit;
  color: #444444;
  
  -webkit-appearance: none;
  
  width: 29px;
  height: 29px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.uk-search-field:-ms-input-placeholder {
  color: transparent !important;
}
.uk-search-field::-moz-placeholder {
  color: transparent;
}
.uk-search-field::-webkit-input-placeholder {
  color: transparent;
}

.uk-search-field:focus {
  outline: 0;
  color: #444444;
}
.uk-search-field:focus::-webkit-input-placeholder {
  color: #444444;
}
.uk-search-field:focus:-moz-placeholder {
  color: #444444;
}
.uk-search-field:focus::-moz-placeholder {
  color: #444444;
}
.uk-search-field:focus:-ms-input-placeholder {
  color: #444444;
}

.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 140px;
}

.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #ffffff;
  color: #444444;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}

.uk-navbar-flip .uk-dropdown-search {
  margin-top: 10px;
  margin-right: -15px;
}


.uk-nav-search > li > a {
  color: #444444;
}
.uk-nav-search > li > a:hover {
  color: #f68412;
}

.uk-nav-search > li.uk-active > a {
  background: #444444;
  color: #f68412;
  
  outline: none;
}

.uk-nav-search .uk-nav-header {
  color: #999999;
  color: #444444;
  margin: 0 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.uk-nav-search .uk-nav-divider {
  border-top: 2px solid #dddddd;
}

.uk-nav-search ul a {
  color: #999999;
}
.uk-nav-search ul a:hover {
  color: #f68412;
}

.uk-offcanvas .uk-search {
  display: block;
  margin: 30px;
}
.uk-offcanvas .uk-search:before {
  color: #777777;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: transparent;
  background: rgba(0, 0, 0, 0);
  color: #cccccc;
  color: #fff;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  padding: 0 30px;
  cursor: text;
}
.uk-search.uk-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #f68412;
  border-radius: 100%;
  -webkit-animation: searchanimation 1s infinite ease-in-out;
  animation: searchanimation 1s infinite ease-in-out;
  position: absolute;
  right: 15px;
  top: 5px;
}
@-webkit-keyframes searchanimation {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes searchanimation {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tm-toolbar input.uk-search-field {
  height: auto;
  color: #f9f9f9;
}
.tm-toolbar .uk-search:before {
  color: inherit;
  line-height: inherit;
}
.tm-toolbar .uk-search.uk-loading:after {
  top: 0;
}
.uk-dropdown-search {
  top: 33px;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.uk-dropdown-search .uk-nav-search > li > a {
  padding: 10px 25px;
  color: #444;
}
.uk-dropdown-search .uk-nav-search > li.uk-active > a {
  background: #444;
  color: #fff;
}

.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}






body .hikashop_products .tm-hs-product-details .hikashop_product_price_full {
  display: block;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list {
  color: #555555;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list:hover {
  color: #f68412;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list .hikashop_product_price_full {
  color: #666666;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_name a {
  color: #666;
}
body .hikashop_categories_listing_main .hikashop_category_name a {
  color: #666;
}
body a.hikashop_product_quantity_field_change,
body a.hikashop_product_quantity_field_change:hover {
  text-decoration: none;
  margin: 5px;
  color: #666;
  font-weight: bold;
}
body .hikashop_product_stock .hikashop_product_quantity_field {
  text-align: center;
  margin: 0;
}
body .hikashop_product_description_main_mini {
  display: none;
}
body .hikashop_product_bottom_part.show_tabular {
  padding-top: 50px;
}
body .tm-product-tabuler .hika_comment_listing {
  margin: 10px auto;
  border: 1px solid #eee;
  color: #999;
  width: 100%;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_name,
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_stars,
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useless {
  padding: 5px;
  cursor: pointer;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useful {
  padding: 3px;
  cursor: pointer;
}
body .hikashop_compare_table {
  text-align: center;
}
body .hikashop_compare_page .hikashop_compare_table h2 .hikashop_product_name_main {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
body .hikashop_slider_pagination {
  text-align: center;
}
body .hikashop_slider_pagination .hikashop_slide_dot_basic {
  display: inline-block;
  cursor: pointer;
}
body .hikashop_slider_pagination br {
  display: none;
}
body .hikashop_products .hikashop_product_carousel #hikashop_previous_button_hikashop_category_information_menu_437,
body .hikashop_products .hikashop_product_carousel #hikashop_next_button_hikashop_category_information_menu_437 {
  height: 19px;
  width: 19px;
  display: inline-block;
  margin-right: 20px;
}
.hikashop_subcategories_listing .hikashop_subcategories .row-fluid .thumbnails {
  padding-left: 0;
}
body input.hikashop_cart_input_button,
body a.hikashop_cart_button {
  background: #f68412;
  -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;
  color: #ffffff !important;
  border: none !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}
body input.hikashop_cart_input_button:hover,
body a.hikashop_cart_button:hover,
body input.hikashop_cart_input_button:active,
body a.hikashop_cart_button:active,
body input.hikashop_cart_input_button:focus,
body a.hikashop_cart_button:focus {
  background: #f6cb00;
  border: none;
  outline: none;
}
body a.hikashop_cart_button,
body a.hikashop_compare_button {
  padding: 10px 20px;
  text-decoration: none;
}
.hikashop_products .thumbnails {
  margin: 0;
  padding: 0;
}
.hikashop_products .hikashop_container {
  margin: 0 !important;
}
.hikashop_products .hikashop_container .hikashop_subcontainer {
  padding-top: 0 !important;
  overflow: hidden;
}
.hikashop_notice_box_content div#hikashop_notice_box_message {
  padding-top: 8px;
}
body .hikashop_compare_page {
  position: relative;
  margin-top: 50px;
}
body .hikashop_compare_page .hikashop_compare_back_btn {
  display: none;
  position: absolute;
  right: 0;
  top: -80px;
}
body .hikashop_compare_page .hikashop_compare_back_btn input {
  margin: 0;
}
body .hikashop_compare_page .hikashop_compare_table h2 {
  line-height: normal;
}
body .hikashop_compare_page .hikashop_compare_table h2 a {
  text-decoration: none;
}
body .hikashop_compare_page .hikashop_compare_table h2 .hikashop_product_name_main {
  display: block;
  font-size: 18px;
}
body .hikashop_compare_page .hikashop_compare_table h2 .hikashop_product_name_main:hover {
  color: #000000;
}
body .hikashop_compare_page .hikashop_compare_table h2 .hikashop_product_code_main {
  font-size: 14px;
  display: block;
}
body .hikashop_compare_page .hikashop_product_price_full {
  text-align: center !important;
}
body .hikashop_compare_page .hikashop_compare_details_prod_column {
  padding: 0;
}
body .hikashop_compare_page .hikashop_compare_details_prod_column > .tm-product-detail-item:nth-child(2n+1) {
  background: #fafafa;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
body .hikashop_compare_page .hikashop_compare_details_prod_column > .tm-product-detail-item:nth-child(2n+1):first-child {
  border-top: none;
}
body .hikashop_compare_page .hikashop_compare_details_prod_column > .tm-product-detail-item {
  padding: 12px 0;
  display: block;
  margin-right: 2px;
}
body .hikashop_compare_page .hikashop_product_stock {
  padding: 35px 0 25px;
  border-bottom: none;
}
body .hikashop_compare_page .hikashop_product_stock .hikashop_cart_input_button {
  padding: 9px 20px;
  margin: 0;
  text-transform: uppercase;
}
body .hikashop_compare_page .hikashop_product_stock table tr td > a {
  text-decoration: none !important;
  outline: none;
}
body .hikashop_compare_page .hikashop_product_stock table tr td > a:hover {
  color: #f68412;
}
body .hikashop_compare_page .hikashop_product_stock .hikashop_add_wishlist .hikashop_cart_input_button {
  width: 80%;
  margin-top: 35px;
  background: none;
  color: #666 !important;
  border: 1px solid #ddd !important;
}
body .hikashop_compare_page .hikashop_main_image_div img {
  margin-bottom: 3px;
}
body .hikashop_compare_page .hikashop_compare_details_prod_column {
  border-color: rgba(0, 0, 0, 0.05);
}
body .hikashop_compare_page div#hikashop_compare_wishlist_btn {
  margin-bottom: 15px;
}
body span.hikashop_product_price {
  font-style: normal;
  color: inherit;
  font-family: inherit;
  font-size: initial;
}
body .hikashop_product_quantity_field {
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#hikashop_category_information_module_ div.hikashop_subcontainer,
#hikashop_category_information_module_ div.hikashop_subcontainer span {
  text-align: center !important;
}
body .chzn-container-single .chzn-single {
  height: 40px;
}
body .toolbar-wrapper .hikashop_currency_module {
  padding: 0;
}
body .toolbar-wrapper .hikashop_currency_module select.hikashopcurrency {
  border-radius: 0;
  background: none !important;
  border: 0 !important;
  color: #999999;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 12px;
  line-height: 12px;
}
body .toolbar-wrapper .hikashop_currency_module form {
  margin-bottom: 0;
}
body .toolbar-wrapper .uk-float-left .uk-panel {
  margin-right: 10px;
}
body .toolbar-wrapper .uk-float-left .hikashop_currency_module:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: rgba(153, 153, 153, 0.2);
  height: 10px;
  width: 1px;
  left: 0;
  top: 6px;
}
body .toolbar-wrapper .chzn-container .chzn-results li.highlighted,
body .toolbar-wrapper .chzn-container .chzn-results li.result-selected {
  color: #f68412;
}
body .hikashop_products a.hikashop_cart_button,
body .hikashop_products a.hikashop_cart_button:hover,
body #hikashop_checkout_coupon a.hikashop_cart_button,
body #hikashop_checkout_coupon a.hikashop_cart_button:hover {
  width: 100%;
}
body .hikashop_products {
  margin-bottom: -30px;
}
body .hikashop_products .hikashop_product {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transform: translateZ(0);
}
body .hikashop_products .hikashop_product .hikashop_subcontainer {
  border: none;
  padding: 0;
}
body .hikashop_products .hikashop_product .hikashop_subcontainer:hover {
  box-shadow: none;
}
body .hikashop_products .hikashop_product .hikashop_container:hover .tm-hp-product-buttons {
  opacity: 1;
  bottom: 0px;
}
body .hikashop_products .hikashop_product_image {
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
body .hikashop_products .hikashop_product_image img {
  width: 100%;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  text-align: center !important;
  color: #fff;
  text-decoration: none;
  background-color: #f68412;
  transform: translateX(32px);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  border-radius: 40px;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare:hover {
  background: #f6cb00;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare:after {
  font-family: FontAwesome;
  content: "\f0ec";
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-acompare,
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-rcompare {
  position: absolute;
  right: 4px;
  bottom: -38px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 2px;
  font-size: 9px;
  background: #444;
  color: #fff;
  height: 30px;
  line-height: 30px;
  letter-spacing: .5px;
  text-transform: uppercase;
  -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;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-acompare:after,
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-rcompare:after {
  position: absolute;
  top: -10px;
  right: 10px;
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #444444;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare.tm-hs-cmpa {
  transform: translateX(0px);
  opacity: 0.3;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-acompare {
  width: 125px;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare .tm-hs-rcompare {
  width: 165px;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare:hover .tm-hs-acompare,
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv .tm-hs-compare:hover .tm-hs-rcompare {
  visibility: visible;
  opacity: 1;
}
body .hikashop_products .hikashop_product_image .hikashop_product_image_subdiv:hover .tm-hs-compare {
  opacity: 1;
  transform: translateX(0px);
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons {
  text-align: center;
  position: absolute;
  bottom: -41px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
  transition: all 300ms cubic-bezier(0, 0.32, 0.04, 1);
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form {
  margin: 0;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock {
  background: #f68412;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock .hikashop_cart_input_button {
  margin: 0;
  height: 40px;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  width: 100%;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock .hikashop_cart_input_button:hover {
  color: #fdfdfd;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock a.hikashop_cart_button {
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock table {
  width: 100%;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons form .hikashop_product_stock table td {
  padding: 0;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_stock_count {
  display: none;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_quantity_field_change {
  color: #fff;
  text-decoration: none !important;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_quantity_field {
  border: none;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.43);
  color: #fff;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_add_wishlist {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  border-left: 1px solid #ffdd33;
  -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;
  margin-top: -40px;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_add_wishlist input {
  width: 40px;
  opacity: 0;
  padding: 0;
  position: relative;
  z-index: 111111;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_add_wishlist a.hikashop_cart_button {
  text-indent: 100px;
  overflow: hidden;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_add_wishlist:hover {
  background: #f6cb00;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_add_wishlist span:after {
  font-family: FontAwesome;
  content: "\f004";
  color: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
  pointer-events: none;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_no_stock {
  background: #faa732;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_no_stock > .hikashop_add_wishlist {
  height: 40px;
  margin-right: -40px;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_no_stock > .hikashop_add_wishlist .hikashop_cart_input_button {
  margin: 0;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_no_stock > .hikashop_add_wishlist span:after {
  top: 50%;
  margin-top: -20px;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_waitlist_main {
  border-top: 1px solid #ffdd33;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_waitlist_main .hikashop_cart_input_button {
  margin: 0;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_waitlist_main .hikashop_add_wishlist {
  margin-top: -81px;
  background-color: #f68412;
}
body .hikashop_products .hikashop_product_image .tm-hp-product-buttons.waitbtn {
  opacity: 1;
}
body .hikashop_products .tm-hs-product-details {
  padding: 15px;
}
body .hikashop_products .tm-hs-product-details a {
  text-decoration: none !important;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_name {
  margin-bottom: 0;
  text-align: inherit !important;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_name a {
  font-size: 16px;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_name a:hover,
body .hikashop_products .tm-hs-product-details .hikashop_product_name a:active,
body .hikashop_products .tm-hs-product-details .hikashop_product_name a:focus {
  color: #000;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_code_list a {
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
}
body .hikashop_products .tm-hs-product-details .hikashop_product_price_full {
  margin-top: 5px;
  text-align: inherit !important;
}
body .hikashop_products .tm-hs-product-details .hikashop_vote_notification_mini {
  display: block;
  line-height: normal;
  margin-top: 10px;
  font-style: normal;
}
body .hikashop_products .tm-hs-product-details .hikashop_vote_notification_mini:empty {
  margin-top: 0;
}
body .tm-related-product {
  margin-top: 40px;
}
body .tm-related-product .hikashop_category_information > h2 {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  text-transform: uppercase;
  border-color: #f0f0f0;
  color: #444;
}
body .tm-related-product .hikashop_img_pane_panel {
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
}
body .tm-related-product .hikashop_img_pane_panel .hikashop_product_price_full {
  text-align: center;
  margin-top: 4px;
}
body .tm-related-product .hikashop_horizontal_slider table tr th:nth-child(1) .hikashop_product_name {
  margin-bottom: 0;
}
body .tm-related-product .hikashop_horizontal_slider table tr th:nth-child(1) .hikashop_product_name a {
  color: #fff;
}
body .tm-related-product .hikashop_product_code_list a {
  color: #fff;
  font-size: 10px;
}
body .tm-related-product th.tm-back-part {
  display: table-cell;
  vertical-align: middle;
}
body .tm-related-product th.tm-back-part input.hikashop_cart_input_button {
  padding: 9px 18px;
}
body .tm-hp-product-buttons.tm-btn-cbtn-wbtn-cmbtn input.hikashop_cart_input_button {
  padding-right: 40px;
}
body .tm-hp-product-buttons.tm-btn-cbtn-wbtn-cmbtn .hikashop_add_wishlist {
  margin-top: -40px;
}
body .tm-hp-product-buttons.tm-btn-cbtn-wbtn-cmbtn .hikashop_add_wishlist span:after {
  right: 13px !important;
}
body .tm-hp-product-buttons.tm-btn-cbtn-wbtn .hikashop_add_wishlist {
  margin-top: -40px;
}
body .tm-hp-product-buttons.tm-btn-cbtn-wbtn .hikashop_cart_input_button {
  padding-right: 40px;
}
body .tm-hp-product-buttons table tr:nth-child(1) td:nth-child(1),
body .tm-hp-product-buttons table tr:nth-child(1) td:nth-child(2) {
  display: none;
}
body .tm-hp-product-buttons table tr:nth-child(2) {
  display: none;
}
div.hikashop_subcontainer_border {
  border: none !important;
  padding-bottom: 30px;
}
body .hikashop_categories_listing_main .hikashop_category_name {
  text-transform: uppercase;
  margin-left: 10px;
}
body .hikashop_categories_listing_main .hikashop_category_name a:hover {
  color: #f68412;
}
body div.hikashop_products_listing .hikashop_product_price_full {
  font-size: 12px;
}
body div.hikashop_products_listing .hikashop_product_price_full .hikashop_product_price_per_unit {
  text-transform: uppercase;
  font-size: 11px;
}
body div.hikashop_products_listing .hikashop_products_pagination {
  border-top: 1px solid #f0f0f0;
}
body .hikashop_products_table {
  margin-bottom: 0;
}
body .hikashop_products_table thead tr th {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #444;
  color: #fff;
  padding: 15px 10px !important;
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_image_row {
  width: 130px;
  border-left: 1px solid #eee;
}
body .hikashop_products_table .hikashop_product_name_row {
  vertical-align: middle;
  width: 240px;
}
body .hikashop_products_table .hikashop_product_name_row span {
  text-align: center;
}
body .hikashop_products_table .hikashop_product_name_row a:hover {
  color: #f68412;
}
body .hikashop_products_table .hikashop_product_code_row {
  vertical-align: middle;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_vote_row {
  vertical-align: middle;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_price_row {
  vertical-align: middle;
}
body .hikashop_products_table .hikashop_product_price_row span.hikashop_product_price_full {
  text-align: center;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row {
  vertical-align: middle;
  border-right: 1px solid #eee;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock {
  position: relative;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock > table {
  display: none;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock .hikashop_cart_input_button {
  background-color: transparent;
  position: relative;
  z-index: 4;
  opacity: 0;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock:after {
  content: "\f217";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  background-color: #f68412;
  width: 87px;
  height: 87px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  line-height: 87px;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock:hover:after {
  background-color: #f6cb00;
}
body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_cart_input_button {
  width: 87px;
  height: 87px;
  font-size: 13px;
  line-height: 14px;
  word-wrap: break-word;
  text-align: center;
}
body .hikashop_products_table .hikashop_product_compare_row,
body .hikashop_products_table .hikashop_product_compare {
  display: none;
}
body .hikashop_products_listing .hikashop_product_list {
  padding-left: 0;
}
body .hikashop_products_listing .hikashop_product_list .hikashop_product_stock,
body .hikashop_products_listing .hikashop_product_list .hikashop_compare_button {
  display: none;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item {
  text-align: left;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0 15px 0px;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a:first-child {
  position: relative;
  overflow: hidden;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a:first-child div[class*="hikashop_badge"] {
  bottom: -10px;
  top: auto !important;
  position: absolute;
  left: 0 !important;
  right: auto !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #f68412;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a:hover {
  color: #f6cb00;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item:hover a div[class*="hikashop_badge"] {
  opacity: 1;
  bottom: 0;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list {
  font-size: 16px;
  text-decoration: none !important;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list .hikashop_product_code_list {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list .hikashop_product_price_full {
  text-align: left;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list .hikashop_product_price_full .hikashop_product_price {
  font-size: 12px;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item a.hikashop_product_name_in_list .hikashop_product_price_full .hikashop_product_price_per_unit {
  font-size: 12px;
  text-transform: uppercase;
}
body .hikashop_products_listing .hikashop_product_list li.hikashop_product_list_item .hikashop_vote_stars {
  padding: 0;
  line-height: 16px;
}
body .hikashop_module .hikashop_product_list li.hikashop_product_list_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body .tm-product-img-block .tm-product-thumbs {
  padding-top: 0 !important;
}
body .tm-product-img-block .tm-product-thumbs > .thumb-item img {
  width: 100%;
  height: auto;
  margin: 0;
}
body .tm-product-img-block .tm-product-thumbs > .thumb-item:nth-child(n+2) img {
  margin-top: 10px;
}
body .tm-product-main-img {
  padding-left: 10px;
}
body .tm-product-main-img #hikashop_image_main_thumb_div {
  position: relative;
  overflow: hidden;
}
body .tm-product-main-block .tm-product-details {
  padding-top: 30px;
}
body .tm-product-main-block .tm-product-details h1.title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 120px 10px 0;
  letter-spacing: normal;
}
body .tm-product-main-block .tm-product-details h1.title span.hikashop_product_variant_subname {
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
  text-transform: uppercase;
}
body .tm-product-main-block .tm-product-details .hikashop_vote_stars {
  margin-top: 14px;
}
body .tm-product-main-block .tm-product-details .tm-product-code {
  color: #888;
  font-size: 12px;
  display: block;
}
body .tm-product-main-block .tm-product-details .hikashop_product_options_table td {
  display: block;
  padding: 0;
}
body .tm-product-main-block .tm-product-details .tm-product-options {
  margin-bottom: 30px;
}
body .tm-product-main-block .tm-product-details .tm-product-options select {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 7px;
  width: 100%;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0;
}
body .tm-product-main-block .tm-product-details .hikashop_add_wishlist {
  display: inline-block;
  margin-top: 15px;
}
body .tm-product-main-block .tm-product-details .hikashop_product_tags {
  margin-top: 30px;
}
body .tm-product-main-block .tm-product-details .hikashop_product_tags ul.tags li {
  margin: 0 10px 0 0;
  padding: 0;
}
body .tm-product-main-block .tm-product-details .hikashop_product_tags ul.tags li:last-child {
  margin-right: 0;
}
body .tm-product-main-block .tm-product-details .hikashop_product_tags ul.tags li a.label {
  padding: 4px 10px;
  background-color: transparent;
  color: #f68412;
  text-transform: uppercase;
  border: 1px solid #f68412;
  border-radius: 2px;
}
body .tm-product-main-block .tm-product-details .hikashop_product_quantity_main {
  display: inline-block;
}
body .tm-product-main-block .tm-product-details .hikashop_product_stock table {
  display: inline-block;
  vertical-align: middle;
}
body .tm-product-main-block .tm-product-details .hikashop_cart_input_button {
  height: 40px;
  margin: 0;
  padding: 0 15px;
}
body .tm-product-main-block .tm-product-details span#hikashop_product_price_with_options_main {
  margin: 0;
}
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main {
  margin-bottom: 30px;
}
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main .button,
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main .hikashop_cart_button {
  padding: 5px 12px;
  height: 30px;
  background-color: #eee;
  color: #444444 !important;
  font-size: 11px;
}
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main .button:hover,
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main .hikashop_cart_button:hover {
  background-color: #d5d5d5;
  color: #2b2b2b;
}
body .tm-product-main-block .tm-product-details .hikashop_product_contact_main .hikashop_cart_button {
  height: auto;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination {
  position: relative;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination > a {
  position: absolute;
  font-size: 16px;
  text-align: center;
  background-color: #eee;
  color: #999;
  width: 40px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 2px;
  -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;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination > a:after {
  position: absolute;
  font-family: FontAwesome;
  width: 100%;
  left: 0;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination > a:hover {
  background-color: #ddd;
  color: #444;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination a.previous_product {
  right: 50px;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination a.previous_product:after {
  content: "\f053";
}
body .tm-product-main-block .tm-product-details .tm-product-pagination a.next_product {
  right: 0;
}
body .tm-product-main-block .tm-product-details .tm-product-pagination a.next_product:after {
  content: "\f054";
}
body .tm-product-main-block .tm-product-details .hikashop_product_price_full {
  text-align: left !important;
}
body .tm-product-main-block .tm-product-price > span {
  text-align: left;
  line-height: 24px;
}
body .tm-product-main-block .tm-product-price {
  margin-top: 18px;
}
body .tm-product-main-block .tm-hikashop_product_characteristics {
  margin: 35px 0 20px 0;
  border: none !important;
  padding: 0 !important;
}
body .tm-product-main-block .tm-hikashop_product_characteristics select {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 7px;
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}
body .tm-product-main-block .tm-hikashop_product_characteristics table tr {
  display: inline-block;
  padding-right: 10px;
}
body .tm-product-main-block .tm-hikashop_product_characteristics table tr td {
  padding: 0;
  display: block;
  min-width: 140px;
}
body .tm-product-main-block .tm-hikashop_product_characteristics table tr td:first-child {
  margin-bottom: 10px;
  font-weight: 700;
}
body .tm-product-main-block .tm-hikashop_product_characteristics .controls label {
  display: inline-block;
}
body .tm-product-main-block .hikashop_product_main_image_subdiv {
  position: relative;
  overflow: hidden;
}
body .hikashop_tabs_content {
  border: none;
  padding: 0;
  border-radius: 0;
}
body .hikashop_tabs_content#hikashop_show_tabular_specification span[class*="hikashop_product_"] {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
body .hikashop_tabs_content #hikashop_product_description_main {
  padding-top: 0;
}
body #hikashop_show_tabular_specification p[class*="_main"] {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
body #hikashop_show_tabular_specification p[class*="_main"]:first-child {
  padding-top: 0;
}
body #hikashop_show_tabular_specification p[class*="_main"]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .tm-hikashop_tabs_ul {
  padding-left: 0;
  margin-bottom: 30px;
}
body .tm-hikashop_tabs_ul li {
  background: none;
  padding: 0;
  border: none;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 10px;
  text-decoration: none !important;
  padding-bottom: 8px;
  color: #444;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
body .tm-hikashop_tabs_ul li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #000;
  -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;
}
body .tm-hikashop_tabs_ul li:hover::after {
  width: 40px;
}
body .tm-hikashop_tabs_ul li.hikashop_tabs_li_selected {
  color: #000 !important;
}
body .tm-hikashop_tabs_ul li.hikashop_tabs_li_selected:after {
  width: 100%;
}
body .tm-hikashop_tabs_ul li:last-child {
  margin-right: 0;
}
body .tm-product-tabuler {
  padding-bottom: 40px;
}
body .tm-product-tabuler .hika_comment_listing {
  border-color: #f0f0f0 !important;
  display: block;
  padding: 35px;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_stars {
  margin-top: 6px;
  display: inline-block;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useful,
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useless {
  position: relative;
  background-image: none !important;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useful:after,
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useless:after {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  margin-top: 6px;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useful:after {
  content: "\f087";
  color: #f68412;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_useless:after {
  content: "\f088";
  color: #d14233;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_notification {
  width: 100%;
  font-style: normal;
}
body .tm-product-tabuler .hika_comment_listing .hika_comment_listing_name {
  color: #444;
  text-transform: uppercase;
}
body .hikashop_vote_form .hikashop_comment_textarea {
  max-width: 450px;
  display: block;
  padding: 10px;
}
body .hikashop_listing_comment {
  margin-bottom: 30px;
  line-height: 38px;
}
.hikashop_red_border {
  box-shadow: none !important;
}
#hikashop_cart_listing {
  padding-bottom: 10px;
}
#hikashop_cart_listing fieldset h1 {
  font-size: 22px;
  text-transform: uppercase;
}
#hikashop_cart_listing .hikashop_cart_input_button {
  padding: 8px 15px;
}
.hikashop_checkout_terms_checkbox {
  float: left;
  margin-right: 10px !important;
}
body .hikashop_horizontal_slider .hikashop_img_pane_panel,
body .hikashop_vertical_slider .hikashop_img_pane_panel {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body .hikashop_horizontal_slider .hikashop_img_pane_panel .hikashop_product_name,
body .hikashop_vertical_slider .hikashop_img_pane_panel .hikashop_product_name {
  text-align: center !important;
  margin-bottom: 0 !important;
}
body .hikashop_horizontal_slider .hikashop_img_pane_panel .hikashop_product_name a,
body .hikashop_vertical_slider .hikashop_img_pane_panel .hikashop_product_name a {
  color: #ddd;
}
body .hikashop_horizontal_slider .hikashop_img_pane_panel .hikashop_product_code_list a,
body .hikashop_vertical_slider .hikashop_img_pane_panel .hikashop_product_code_list a {
  color: #aaa;
}
body .hikashop_horizontal_slider .hikashop_img_pane_panel span.hikashop_product_price_full,
body .hikashop_vertical_slider .hikashop_img_pane_panel span.hikashop_product_price_full {
  text-align: inherit !important;
  color: #aaa;
}
body .hikashop_horizontal_slider table th,
body .hikashop_vertical_slider table th {
  padding: 0;
}
body .hikashop_horizontal_slider .tm-hs-carousel-frontp,
body .hikashop_vertical_slider .tm-hs-carousel-frontp {
  position: relative;
}
body .hikashop_horizontal_slider .tm-hs-carousel-backp,
body .hikashop_vertical_slider .tm-hs-carousel-backp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
}
body .hikashop_horizontal_slider .tm-hs-carousel-backp .hikashop_cart_input_button,
body .hikashop_vertical_slider .tm-hs-carousel-backp .hikashop_cart_input_button {
  height: 170px;
  width: 170px;
  border-radius: 50%;
}
body .hikashop_product_carousel .hikashop_product_image:hover .tm-hp-product-buttons {
  opacity: 1;
  bottom: 0px;
}
body .hikashop_product_carousel .hikashop_img_pane_panel {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .hikashop_product_carousel .hikashop_img_pane_panel form,
body .hikashop_product_carousel .hikashop_img_pane_panel .hikashop_compare_button {
  display: none;
}
body .hikashop_product_carousel .hikashop_img_pane_panel .hikashop_product_name {
  text-align: center !important;
  margin-bottom: 0 !important;
}
body .hikashop_product_carousel .hikashop_img_pane_panel .hikashop_product_name a {
  color: #ddd;
}
body .hikashop_product_carousel .hikashop_img_pane_panel .hikashop_product_code_list a {
  color: #aaa;
}
body .hikashop_slider_pagination .hikashop_slide_numbers {
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  border: 1px solid #f68412;
  margin: 0 3px;
  -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;
}
body .hikashop_slider_pagination .hikashop_slide_numbers.hikashop_slide_pagination_selected,
body .hikashop_slider_pagination .hikashop_slide_numbers:hover {
  background: #f68412;
  color: #fff;
}
body .hikashop_slider_pagination .hikashop_slide_dot_basic {
  margin: 2px;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  background: none;
  background-color: #eee;
  border-radius: 50%;
  -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;
}
body .hikashop_slider_pagination .hikashop_slide_dot_basic.hikashop_slide_dot_selected,
body .hikashop_slider_pagination .hikashop_slide_dot_basic:hover {
  background: none;
  background-color: #f68412;
}
body .hikashop_products div[class*="hikashop_badge"],
body .hikashop_product_page div[class*="hikashop_badge"] {
  background-color: #f68412;
  top: 0px !important;
  left: 0px !important;
  margin-top: 0 !important;
  height: 30px;
  line-height: 30px;
}
.hk-rating,
.hika_comment_listing_stars {
  line-height: 12px;
}
.hk-rating .hk-rate-star,
.hika_comment_listing_stars .hk-rate-star,
.hk-rating .hika_comment_listing_full_stars,
.hika_comment_listing_stars .hika_comment_listing_full_stars {
  position: relative;
  background: none !important;
}
.hk-rating .hk-rate-star.state-empty::after,
.hika_comment_listing_stars .hk-rate-star.state-empty::after,
.hk-rating .hika_comment_listing_full_stars.state-empty::after,
.hika_comment_listing_stars .hika_comment_listing_full_stars.state-empty::after {
  color: rgba(181, 181, 181, 0.43);
}
.hk-rating .hk-rate-star:after,
.hika_comment_listing_stars .hk-rate-star:after,
.hk-rating .hika_comment_listing_full_stars:after,
.hika_comment_listing_stars .hika_comment_listing_full_stars:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f005";
  font-family: FontAwesome;
  font-size: 14px;
  color: #f68412;
}
.hk-rating .hk-rate-star.state-hover:after,
.hika_comment_listing_stars .hk-rate-star.state-hover:after,
.hk-rating .hika_comment_listing_full_stars.state-hover:after,
.hika_comment_listing_stars .hika_comment_listing_full_stars.state-hover:after {
  color: #f6cb00;
}
#hikashop_cart_module .tm-cart-empty {
  position: absolute;
  background-color: #ffffff;
  z-index: 1100;
  min-width: 230px;
  right: -10px;
  top: 95px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-backface-visibility: hidden;
  padding: 25px 20px;
  line-height: initial;
}
#hikashop_cart_module .tm-hs-cart-popup {
  position: absolute;
  background-color: #ffffff;
  z-index: 1100;
  min-width: 350px;
  right: -10px;
  top: 95px;
  line-height: normal;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-backface-visibility: hidden;
}
#hikashop_cart_module .tm-hs-cart-popup table {
  width: 100%;
  line-height: normal;
}
#hikashop_cart_module .tm-hs-cart-popup table td {
  color: #a5a5a5;
  border-color: #e5e5e5;
  text-align: left;
}
#hikashop_cart_module .tm-hs-cart-popup table td a {
  color: #444444 !important;
}
#hikashop_cart_module .tm-hs-cart-popup table td a:hover {
  color: #f68412 !important;
}
#hikashop_cart_module .tm-hs-cart-popup table thead tr {
  background: #fafafa;
}
#hikashop_cart_module .tm-hs-cart-popup table thead tr th {
  padding: 15px !important;
  border-color: #f1f1f1;
  text-transform: uppercase;
  color: #444;
  font-size: 12px;
}
#hikashop_cart_module .tm-hs-cart-popup table tbody tr:hover {
  background: #fafafa;
}
#hikashop_cart_module .tm-hs-cart-popup table tbody tr td {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px !important;
}
#hikashop_cart_module .tm-hs-cart-popup table tbody tr td:nth-child(1) {
  border-left: 0;
  line-height: 20px;
}
#hikashop_cart_module .tm-hs-cart-popup table tbody tr td:last-child {
  border-right: none;
  padding: 10px !important;
}
#hikashop_cart_module .tm-hs-cart-popup table tbody tr:last-child td {
  border-bottom: none;
}
#hikashop_cart_module .tm-hs-cart-popup table tfoot {
  text-transform: uppercase;
}
#hikashop_cart_module .tm-hs-cart-popup table tfoot tr {
  background: #f2f2f2;
}
#hikashop_cart_module .tm-hs-cart-popup table tfoot tr td {
  padding: 25px 15px !important;
  border-width: 0px 0 0 1px;
}
#hikashop_cart_module .tm-hs-cart-popup table tfoot tr td:nth-child(1) {
  text-align: right;
}
#hikashop_cart_module .tm-hs-cart-popup table tfoot tr:nth-child(1) td {
  display: none;
}
#hikashop_cart_module .hikashop_cart:not(.tm-cart-small) .tm-hs-cart-popup .hikashop_cart_input_button {
  margin: -48px 0 0 20px !important;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 9px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#hikashop_cart_module .tm-cart-small .tm-hs-cart-popup {
  min-width: 220px;
  padding: 30px;
}
#hikashop_cart_module .tm-cart-small .tm-hs-cart-popup .hikashop_cart_input_button {
  font-size: 11px;
  padding: 5px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0 0 0;
}
#hikashop_cart_module .tm-cart-small .tm-hs-cart-popup .hikashop_product_price_full span {
  font-size: 16px;
}
#hikashop_cart_module .tm-cart-small .tm-hs-cart-popup .hikashop_small_cart_clean_link {
  vertical-align: top;
}
#hikashop_cart_module:hover .tm-hs-cart-popup,
#hikashop_cart_module:hover .tm-cart-empty {
  visibility: visible;
  opacity: 1;
  top: 65px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -transition-delay: 0s;
}
#hikashop_cart_module .hikashop_cart_module_product_image {
  height: auto;
  vertical-align: middle !important;
  text-align: center;
}
#hikashop_cart_module .hikashop_cart_module_product_image img {
  max-width: 60px !important;
}
#hikashop_cart_module .hikashop_small_cart_checkout_link {
  text-transform: uppercase;
  text-decoration: none !important;
}
#hikashop_cart_module .hikashop_small_cart_checkout_link .hikashop_product_price_full {
  padding-left: 4px;
  color: #444;
  display: inline-block;
}
#hikashop_cart_module .hikashop_small_cart_checkout_link div[class*="_title"] {
  display: inline-block;
}
#hikashop_cart_module .hikashop_product_price_full {
  text-align: center;
  color: #444;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value a {
  font-size: 13px;
  text-align: left;
}
.tm-toolbar .tm-hs-cart-empty > i,
.tm-toolbar .tm-hs-total .hikashop_small_cart_checkout_link i {
  cursor: pointer;
}
.tm-toolbar #hikashop_cart_module:hover .tm-hs-cart-popup,
.tm-toolbar #hikashop_cart_module:hover .tm-cart-empty {
  top: 33px;
}
.hikashop_category_information {
  position: relative;
  margin: 0;
}
.hikashop_category_information .hikashop_submodules {
  padding: 0;
}
.hikashop_category_information .hikashop_compare_zone input,
.hikashop_category_information .hikashop_compare_zone a.hikashop_compare_button {
  position: fixed;
  left: 25px;
  bottom: -50px;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 20px;
  z-index: 100;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: bottom 0.4s ease-in-out;
  -moz-transition: bottom 0.4s ease-in-out;
  -ms-transition: bottom 0.4s ease-in-out;
  -o-transition: bottom 0.4s ease-in-out;
  transition: bottom 0.4s ease-in-out;
}
#hikashop_payment_methods td {
  padding: 20px 0px;
}
.hikashop_checkout_payment_description:not(:empty) {
  margin-top: 10px;
  margin-left: 0;
}
body .hikashop_products_pagination {
  text-transform: uppercase;
  padding-top: 40px;
  margin-top: 45px;
}
body .hikashop_products_pagination .list-footer {
  float: left;
  margin-bottom: 35px;
  text-align: left;
}
body .hikashop_products_pagination .list-footer select {
  width: 120px !important;
}
body .hikashop_products_pagination .list-footer .chzn-container {
  margin-left: 15px;
  text-align: left;
}
body .hikashop_products_pagination .hikashop_results_counter {
  margin-bottom: 35px;
  float: right;
  margin-top: 10px;
}
body .hikashop_footer {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
}
body .hikashop_footer a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #e5e5e5;
  font-size: 12px;
  -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;
}
body .hikashop_footer a:hover {
  color: #888;
}
body .hikashop_footer.uk-grid-margin {
  margin-top: 0;
  width: 100%;
}
.hikashop_main_carousel_div ul li:first-child {
  margin-left: 0 !important;
}
.chzn-container-single .chzn-single {
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-color: #f0f0f0 !important;
  padding: 8px 15px;
}
.chzn-container-single .chzn-drop {
  border-radius: 0;
  box-shadow: none !important;
  border-color: #f0f0f0 !important;
}
.chzn-container-single .chzn-single > div {
  display: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 0;
  font-weight: 700;
}
.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li.active-result {
  padding: 8px 15px;
  margin-left: -1px;
  margin-right: -1px;
}
.chzn-container .chzn-results li.active-result:hover {
  background: #f68412 !important;
}
.chzn-container .chzn-results li.highlighted {
  background: #f68412 !important;
}
.hikashop_product_vote {
  text-align: inherit !important;
}
.hikashop_cart_title {
  font-size: 14px;
  text-transform: uppercase;
}
.hikashop_checkout_cart .hikashop_cart_product_image_thumb img,
.hikashop_product_cart_image {
  max-width: 120px;
  margin: 0px !important;
}
.hikashop_checkout_cart table tbody td,
.hikashop_checkout_cart table thead th {
  border: 1px solid #f0f0f0 !important;
  margin: 0;
  background: none !important;
}
.hikashop_checkout_cart table th {
  padding: 15px 20px !important;
}
.hikashop_checkout_cart table td {
  padding: 10px;
}
.hikashop_checkout_cart table * {
  text-align: center !important;
}
.hikashop_checkout_cart tbody td {
  vertical-align: middle;
}
.hikashop_checkout_cart table tr.margin {
  display: none !important;
}
.hikashop_checkout_cart table tbody tr td.hikashop_cart_empty_footer {
  background: none !important;
  border: none !important;
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field {
  float: none;
}
.hikashop_checkout_cart th.title {
  text-transform: uppercase;
  font-size: 14px;
}
.hikashop_showcart_infos {
  margin-bottom: 30px;
}
.hikashop_checkout_cart span.hikashop_product_price {
  font-size: 14px;
}
.hikashop_cart_tax_value span {
  font-weight: 700;
}
.hikashop_cart_product_name {
  margin-bottom: 0;
}
.hikashop_cart_product_name a {
  text-decoration: none;
  font-size: 20px;
  color: #666;
  font-weight: 700;
}
.hikashop_cart_product_name a:hover {
  color: #000;
}
.hikashop_cart_product_name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999 !important;
}
#hikashop_cart_product_listing .hika_show_cart_total_price,
#hikashop_cart_product_listing .hika_show_cart_total_text {
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  color: #444;
}
.hikashop_checkout_cart .hikashop_checkout_cart_print_link {
  float: right !important;
  margin: -55px 15px 50px 0;
}
.hikashop_checkout_cart .hikashop_checkout_cart_print_link i {
  font-size: 24px;
  color: #888;
}
span.hikashop_checkout_cart_final_total {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  color: #444444;
}
#hikashop_checkout_coupon {
  font-size: 16px;
}
#hikashop_checkout_coupon input#hikashop_checkout_coupon_input {
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#hikashop_checkout_coupon input[type*="button"] {
  height: 40px;
  padding: 0 20px;
}
.hikashop_checkout_cart p:empty {
  display: none;
}
.hikashop_checkout_cart .hikashop_show_cart_quantity {
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_refresh {
  display: inline;
  vertical-align: super;
}
.tm-cart-toolbar td {
  border: 1px solid #ddd;
  padding: 0 !important;
}
.tm-cart-toolbar td a {
  padding: 10px 15px;
  display: block;
  font-size: 18px;
  color: #888 !important;
}
.tm-cart-toolbar td a:hover {
  color: #444 !important;
}
.hika_wishlist_green {
  background-color: rgba(8, 255, 8, 0.03) !important;
}
#hikashop_cart_listing td a {
  text-decoration: none !important;
}
#hikashop_cart_listing td a:hover {
  color: #000 !important;
}
.hikashop_showcart_infos {
  width: 100%;
}
.hikashop_showcart_infos tr td.cart_name {
  width: 60%;
}
.hikashop_showcart_infos tr * {
  vertical-align: middle;
  margin-bottom: 0;
}
.hikashop_cart_products tr td {
  text-align: center;
}
.hikashop_affiliate_table td {
  margin-bottom: 10px;
}
#hikashop_affiliate_main .header {
  margin-top: 0;
  margin-bottom: 15px;
}
#hikashop_affiliate_main .tm-adminform-left fieldset {
  margin-right: 10px;
}
#hikashop_affiliate_main #adminForm legend {
  font-size: 14px;
  text-transform: uppercase;
}
#hikashop_affiliate_main td[class*="tm-adminform"] fieldset {
  padding: 20px !important;
}
body .hikashop_products_pagination .limit {
  display: inline-block;
}
body .hikashop_products_pagination .uk-pagination {
  display: inline-block;
  margin-top: 0;
  font-size: 13px;
  margin: 0 20px;
}
body .hikashop_products_pagination .uk-pagination .pagenav {
  border: 1px solid #f0f0f0;
  color: #888;
  line-height: 40px;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  vertical-align: middle;
  padding: 0 15px;
}
body .hikashop_products_pagination .uk-pagination .pagenav::hover,
body .hikashop_products_pagination .uk-pagination .pagenav :focus {
  color: #000;
}
body .hikashop_products_pagination .uk-pagination > li {
  vertical-align: middle;
}
body .hikashop_products_pagination .uk-pagination > li > span,
body .hikashop_products_pagination .uk-pagination > li > a {
  padding: 10px 12px;
}
body .hikashop_products_pagination .counter {
  display: inline-block;
}
#hikashop_cpanel_title h1 {
  margin-bottom: 0;
}
.hikashopcpanel div.icon a {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff !important;
  border: none !important;
}
.hikashopcpanel ul {
  margin-bottom: 0;
  text-align: left;
}
.hikashopcpanel div.icon {
  width: 33.33% !important;
  margin: 15px 0 !important;
}
.hikashop_user_registration_page .hikashop_field_required {
  float: none;
}
.hikashop_user_registration_page input.hikashop_cart_input_button {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  margin: 0;
}
.hikashop_filter_main .ui-state-default {
  border: 1px solid #f68412;
  background: #f68412;
  font-weight: normal;
  color: #555555;
  border-radius: 15px;
}
.hikashop_filter_main .ui-widget-content {
  border-color: #f68412;
}
.hikashop_filter_main .ui-widget-header {
  background: #ffdd33;
}
.hikashop_filter_main .ui-corner-all,
.hikashop_filter_main .ui-corner-bottom,
.hikashop_filter_main .ui-corner-right,
.hikashop_filter_main .ui-corner-br {
  border-radius: 30px;
}
.hikashop_filter_main .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  top: 6px;
}
.hikashop_filter_main .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  padding: 10px;
  height: 10px;
}
.hikashop_filter_main br {
  display: none;
}
.hikashop_filter_main .hikashop_filter_list_style {
  padding-left: 0;
}
.hikashop_filter_main .hikashop_filter_list_style li {
  list-style-type: none;
  display: inline-block;
}
.hikashop_filter_main .hikashop_filter_list_style li a.hikashop_filter_list {
  color: #444444;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  padding: 4px 8px;
  display: block;
  margin: 1px 1px;
  text-decoration: none;
}
.hikashop_filter_main .hikashop_filter_list_style li a.hikashop_filter_list:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hikashop_filter_main .hikashop_filter_list_style li:before {
  content: none;
}
.hikashop_filter_fieldset legend {
  color: #444444;
  font-size: 14px;
  padding: 0px 10px;
}
.hikashop_filter_fieldset {
  border-color: #eee;
  border-radius: 2px;
  padding: 0 20px 20px;
}
.hikashop_filter_title {
  color: #444444;
  font-size: 14px;
}
.hikashop_filter_cursor_span {
  display: inline-block;
  border: 0;
  color: #f68412;
  margin-left: 0 !important;
  float: none !important;
}
.chzn-container-multi .chzn-choices {
  border-color: #D9D9D9;
  background-color: #fff;
  background-image: none;
}
.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5px 0 5px 5px;
  padding: 5px 20px 5px 5px;
  border: none;
  border-radius: 2px;
  background-color: #F4F4F4;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
}
.chzn-container-active .chzn-choices {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.chzn-container .chzn-drop {
  border-color: #D9D9D9;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
#hikashop_checkout_page h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 4px;
}
#hikashop_checkout_login_left_part,
#hikashop_checkout_login_right_part {
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 20px 25px;
}
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2 {
  font-size: 18px !important;
  font-weight: normal !important;
}
#hikashop_checkout_login_left_part .hikashop_field_required,
#hikashop_checkout_login_right_part .hikashop_field_required {
  float: none !important;
  margin-left: 0 !important;
}
#hikashop_checkout_login_left_part .hikashop_product_price_main,
#hikashop_checkout_login_right_part .hikashop_product_price_main {
  float: none !important;
}
#hikashop_checkout_login_left_part {
  margin-bottom: 20px;
}
#hikashop_checkout_login_left_part input,
#hikashop_checkout_login_left_part select {
  margin: 0 !important;
  padding: 5px !important;
  width: 85%;
}
#hikashop_checkout_login_left_part .input-append .add-on,
#hikashop_checkout_login_left_part .input-prepend .add-on {
  height: 24px;
  line-height: 25px;
}
#hikashop_checkout_login_left_part .input-append .add-on [class^="icon-"],
#hikashop_checkout_login_left_part .input-prepend .add-on [class^="icon-"],
#hikashop_checkout_login_left_part .input-append .add-on [class*=" icon-"],
#hikashop_checkout_login_left_part .input-prepend .add-on [class*=" icon-"] {
  height: 14px;
  line-height: 14px;
}
#hikashop_checkout_login_left_part .controls a.btn {
  line-height: 26px !important;
}
#hikashop_checkout_login_left_part #form-login-submit .button {
  width: 120px;
  height: 36px;
}
#hikashop_checkout_login_left_part #form-login-remember {
  margin-bottom: 25px !important;
}
#hikashop_checkout_login_left_part #form-login-remember #modlgn-remember {
  width: auto !important;
  margin-right: 5px !important;
}
#hikashop_checkout_login_left_part .control-group {
  margin-bottom: 20px !important;
}
#hikashop_checkout_login_right_part .control-group input {
  height: 30px;
  line-height: 30px;
  min-height: 22px !important;
  min-width: 220px;
  padding: 5px 10px !important;
  border-color: #f0f0f0 !important;
}
#hikashop_checkout_login_right_part .chzn-container-single {
  min-width: 240px !important;
}
#hikashop_checkout_login_right_part #hikashop_register_form_button {
  height: 40px;
  line-height: 22px;
  min-width: 220px;
}
body div.hikashop_submodules:empty {
  display: none !important;
}
body #hikashop_social {
  text-align: left !important;
}
body #hikashop_social span.hikashop_social_tw_horizontal,
body #hikashop_social span.hikashop_social_tw_horizontal_right {
  margin-right: 5px;
  float: left !important;
}
body #hikashop_social span.hikashop_social_google,
body #hikashop_social span.hikashop_social_google_right {
  float: left !important;
  margin-top: -3px;
}
body #hikashop_social span.hikashop_social_addThis_right,
body #hikashop_social span.hikashop_social_fb_right,
body #hikashop_social span.hikashop_social_pinterest_right {
  float: left !important;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body .hikashop_products {
    margin-left: -35px;
  }
  body .hikashop_products .hikashop_product {
    width: 50% !important;
    margin-left: 0 !important;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_quantity_field,
  body .hikashop_products .hikashop_product_image .tm-hp-product-buttons .hikashop_product_quantity_field_change {
    display: none;
  }
}
@media (max-width: 768px) {
  body .hikashop_products .hikashop_product_image .tm-hp-product-buttons {
    opacity: 1;
    bottom: 0;
  }
  body .hikashop_products .hikashop_product {
    width: 100% !important;
  }
  .hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 100% !important;
    box-sizing: -webkit-border-box;
    box-sizing: border-box;
  }
  .hikashop_checkout_cart table tr {
    margin-bottom: 15px;
    border: none !important;
  }
  .hikashop_checkout_cart table td:not(:last-child) {
    border-bottom: none !important;
  }
  .hikashop_checkout_cart table td {
    text-indent: 10px;
  }
  #hikashop_affiliate_main td[class*="tm-adminform"] {
    width: 100%;
    display: block;
  }
  #hikashop_affiliate_main .tm-adminform-left fieldset {
    margin-right: 0 !important;
  }
  .hikashopcpanel div.icon {
    width: 100% !important;
  }
  body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_cart_input_button,
  body .hikashop_products_table .hikashop_product_compare_row .hikashop_compare_button,
  body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock:after {
    width: 48px;
    height: 48px;
  }
  body .hikashop_products_table .hikashop_product_add_to_cart_row .hikashop_product_stock:after {
    line-height: 48px;
  }
  body .hikashop_results_counter,
  body .hikashop_products_pagination .limit,
  body .hikashop_products_table .hikashop_product_code_row,
  body .hikashop_products_table .hikashop_product_vote_row,
  body .hikashop_products_table .hikashop_product_vote,
  body .hikashop_products_table .hikashop_product_code,
  body .hikashop_products_table .hikashop_product_image_row,
  body .hikashop_products_table .hikashop_product_image {
    display: none;
  }
}
.categories-list .page-header.item-title {
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: normal;
  display: block;
}
.categories-list .page-header.item-title a {
  text-decoration: none;
}
div.login + div > ul.nav-stacked li a:before {
  content: "\f105";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  font-size: 15px;
  margin-right: 5px;
}
body .uk-article .uk-article-meta {
  font-size: 14px;
  font-style: italic;
  margin-top: 0;
}
body .uk-article .uk-article-meta a,
body .uk-article .uk-article-meta .uk-meta-author,
body .uk-article .uk-article-meta .uk-meta-category,
body .uk-article .uk-article-meta .uk-meta-tags {
  text-decoration: none !important;
  margin-left: 10px;
  color: #bbb;
}
body .uk-article .uk-article-meta a:first-child,
body .uk-article .uk-article-meta .uk-meta-author:first-child,
body .uk-article .uk-article-meta .uk-meta-category:first-child,
body .uk-article .uk-article-meta .uk-meta-tags:first-child {
  margin-left: 0;
}
body .uk-article .uk-article-meta a:last-child::after,
body .uk-article .uk-article-meta .uk-meta-author:last-child::after,
body .uk-article .uk-article-meta .uk-meta-category:last-child::after,
body .uk-article .uk-article-meta .uk-meta-tags:last-child::after {
  display: none;
}
body .uk-article .uk-article-meta a:after,
body .uk-article .uk-article-meta .uk-meta-author:after,
body .uk-article .uk-article-meta .uk-meta-category:after,
body .uk-article .uk-article-meta .uk-meta-tags:after {
  content: '/';
  padding-left: 10px;
}
body .uk-article .uk-article-meta a[href*="tags"] {
  margin-left: 0;
}
body .uk-article .uk-article-meta a[href*="tags"]::after {
  display: none;
}
body .uk-article .uk-article-meta a:hover {
  color: #999;
}
body .uk-article .uk-article-title {
  margin-bottom: 10px;
  color: #f68412;
}
body .uk-article .uk-pagination li {
  margin-bottom: 5px;
}
body .uk-article .uk-pagination li a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f68412;
  color: #f68412;
  background: transparent;
  -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;
  padding: 5px 12px !important;
  line-height: normal;
}
body .uk-article .uk-pagination li a:hover {
  background: #f68412;
  color: #444;
  color: #fff;
}
body .uk-article .uk-pagination li.uk-active span {
  padding: 5px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f68412;
  line-height: normal;
  background: #f68412;
  color: #444;
  color: #fff;
}
body .uk-article .uk-pagination li.uk-disabled span {
  padding: 5px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DDD;
  background: rgba(0, 0, 0, 0) !important;
  line-height: normal;
}
.well {
  padding: 50px 20px;
  background: #F7F7F7;
}
.well .btn.btn-primary {
  padding: 5px 15px 8px 15px;
  border-radius: 3px;
  line-height: normal;
}
#search-results .uk-article-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
#search-results .uk-article {
  padding: 0;
}
.contact .panel {
  padding: 0;
  box-shadow: none;
  margin: 0 0 2px 0;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.contact [class^="icon-"],
.contact [class*=" icon-"] {
  float: left;
  font-size: 16px;
  line-height: inherit;
}
.contact .title {
  font-size: 1.1em;
  margin: 0;
  line-height: normal;
  padding: 10px 15px;
  background: #ffffff;
}
.contact .title a {
  font-weight: normal;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: none;
}
.contact .title a span:before {
  font-family: FontAwesome;
  content: "\f055";
  margin: 0 7px 0 0;
  font-size: 15px;
  display: inline;
}
.contact .pane-toggler-down a {
  text-decoration: none;
  background: none;
}
.contact .pane-toggler-down a span:before {
  content: "\f056";
}
.contact .pane-down {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.contact .pane-slider .contact-position,
.contact .tabs .contact-position,
.contact .pane-slider .contact-address,
.contact .tabs .contact-address,
.contact .pane-slider .contact-contactinfo,
.contact .tabs .contact-contactinfo {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact legend {
  font-size: 1.1em;
  border-bottom: 1px solid #E5E5E5 !important;
}
.contact .contact-address address {
  margin-left: 25px;
}
.contact .contact-address address span {
  display: block;
}
.contact .contact-contactinfo p [class^="contact-"] {
  margin-left: 10px;
}
.contact .form-actions {
  background: none;
}
.contact .contact-miscinfo .contact-misc p {
  padding: 15px;
  margin-bottom: 0;
}
.contact .contact-position {
  margin: 15px;
  font-size: 16px;
  font-weight: bold;
}
.contact .contact-image {
  margin: 20px 10px;
  display: inline-block;
  float: right;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.contact .contact-image img {
  width: 100%;
}
.contact .required {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact input[type="text"],
.contact input[type="email"] {
  height: 40px !important;
}
.contact .contact_email_copy input {
  float: left;
}
.contact .row-fluid {
  width: 100%;
}
.contact .row-fluid .span12 {
  width: 100%;
}
.contact .contact-form {
  padding: 15px;
}
.contact .contact-form textarea {
  height: 200px;
}
.contact .contact-form .control-group {
  margin: 15px 0;
}
.contact #contact-slider {
  margin: 0;
}
.contact .tabs span h3 {
  font-size: 1.3em;
  margin: 0;
}
.contact .tabs dt {
  background: rgba(255, 255, 255, 0.05) !important;
}
.contact .tabs .open {
  background: rgba(255, 255, 255, 0.1) !important;
}
label.invalid {
  border: none;
}
.alert-danger p,
.alert-error p {
  margin: 0px;
}
.contact.plain-form .current .tabs {
  overflow: hidden;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  box-sizing: border-box !important;
}
.contact .contact-form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.contact dl.tabs dt {
  float: left;
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.05) !important;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-right: 3px;
}
.contact dl.tabs dt a {
  text-decoration: none;
}
.contact .current {
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.05);
}
.tm-content .registration select,
.tm-content .login select,
.tm-content .reset select,
.tm-content .remind select,
.tm-content .registration textarea,
.tm-content .login textarea,
.tm-content .reset textarea,
.tm-content .remind textarea,
.tm-content .registration input[type="text"],
.tm-content .login input[type="text"],
.tm-content .reset input[type="text"],
.tm-content .remind input[type="text"],
.tm-content .registration input[type="password"],
.tm-content .login input[type="password"],
.tm-content .reset input[type="password"],
.tm-content .remind input[type="password"],
.tm-content .registration input[type="datetime"],
.tm-content .login input[type="datetime"],
.tm-content .reset input[type="datetime"],
.tm-content .remind input[type="datetime"],
.tm-content .registration input[type="datetime-local"],
.tm-content .login input[type="datetime-local"],
.tm-content .reset input[type="datetime-local"],
.tm-content .remind input[type="datetime-local"],
.tm-content .registration input[type="date"],
.tm-content .login input[type="date"],
.tm-content .reset input[type="date"],
.tm-content .remind input[type="date"],
.tm-content .registration input[type="month"],
.tm-content .login input[type="month"],
.tm-content .reset input[type="month"],
.tm-content .remind input[type="month"],
.tm-content .registration input[type="time"],
.tm-content .login input[type="time"],
.tm-content .reset input[type="time"],
.tm-content .remind input[type="time"],
.tm-content .registration input[type="week"],
.tm-content .login input[type="week"],
.tm-content .reset input[type="week"],
.tm-content .remind input[type="week"],
.tm-content .registration input[type="number"],
.tm-content .login input[type="number"],
.tm-content .reset input[type="number"],
.tm-content .remind input[type="number"],
.tm-content .registration input[type="email"],
.tm-content .login input[type="email"],
.tm-content .reset input[type="email"],
.tm-content .remind input[type="email"],
.tm-content .registration input[type="url"],
.tm-content .login input[type="url"],
.tm-content .reset input[type="url"],
.tm-content .remind input[type="url"],
.tm-content .registration input[type="search"],
.tm-content .login input[type="search"],
.tm-content .reset input[type="search"],
.tm-content .remind input[type="search"],
.tm-content .registration input[type="tel"],
.tm-content .login input[type="tel"],
.tm-content .reset input[type="tel"],
.tm-content .remind input[type="tel"],
.tm-content .registration input[type="color"],
.tm-content .login input[type="color"],
.tm-content .reset input[type="color"],
.tm-content .remind input[type="color"],
.tm-content .registration .inputbox,
.tm-content .login .inputbox,
.tm-content .reset .inputbox,
.tm-content .remind .inputbox {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce2e8;
  border-radius: 2px;
  box-sizing: border-box;
}
body .remind,
body .reset,
body .finder {
  padding: 35px;
  background-color: #f1f1f1;
}
body .remind .control-group,
body .reset .control-group,
body .finder .control-group {
  margin-bottom: 0;
}
body .remind input[type="text"],
body .reset input[type="text"],
body .finder input[type="text"],
body .remind input[type="email"],
body .reset input[type="email"],
body .finder input[type="email"] {
  margin-bottom: 15px;
  padding: 8px;
}
body .remind button,
body .reset button,
body .finder button {
  padding: 12px 20px;
}
body .finder #advancedSearch select {
  width: 100%;
  margin-bottom: 15px;
  height: 46px;
  box-sizing: border-box;
  background-color: #fefefe;
}
body .finder .word input[type="text"],
body .finder .word .btn {
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid transparent;
}
body .finder .word input[type="text"] {
  margin-right: 2px;
}
body .finder .word a.btn {
  background: #aaa;
  color: white;
}
body .finder .word a.btn:hover {
  background: #bbb;
}
body .finder #search-results > p {
  padding: 10px;
  background-color: #f68412;
  color: #fff;
  border-radius: 2px;
}
.login-wrap {
  background: #fdfdfd;
  width: 360px;
  padding: 26px;
  border-radius: 5px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .login-wrap {
    width: auto;
  }
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 12px;
}
.login-wrap form .form-group {
  margin-bottom: 26px;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  width: 100%;
  box-shadow: none;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
}
.login-wrap form .form-group .checkbox label {
  text-transform: none;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 4px;
}
.login-wrap .btn {
  width: 100%;
}
.login-wrap .btn,
.registration .btn,
.profile-edit .btn,
.logout .btn {
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 12px 20px !important;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  padding: 0;
  font-size: 13px;
  border-top: 1px solid #eeeeee;
}
.login-wrap .other-links ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}
.logout {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.logout-description {
  margin-bottom: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 13px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #26292d;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 26px;
  padding: 13px 26px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .form-group + .form-group,
.remind .form-group + .form-group {
  display: none;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.view-profile .profile {
  border: 1px solid #dce2e8;
  padding: 26px !important;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .view-profile .profile {
    width: 700px;
  }
}
.view-profile .profile legend {
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .view-profile .profile legend {
    width: 160px;
    text-align: right;
  }
}
html {
  overflow-y: scroll;
}
body {
  background-attachment: fixed;
}
.global-link-color {
  color: #f68412;
}
.global-color {
  color: #444444;
}
.large-heading {
  font-size: 64px;
  line-height: 64px;
  margin: 0 auto 15px;
}
.medium-heading {
  font-size: 36px;
  line-height: 36px;
  margin: 0 auto 15px;
}
.small-heading {
  font-size: 22px;
  line-height: 22px;
  margin: 0 auto 15px;
}
.text-align-center {
  text-align: center;
}
.section-heading {
  position: relative;
  padding-bottom: 16px;
}
.section-heading:after,
.section-heading:before {
  content: '';
  position: absolute;
  left: 50%;
}
.section-heading:before {
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
  background-color: #f68412;
}
.section-heading:after {
  bottom: -8px;
  height: 15px;
  width: 15px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #ddd;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #f68412;
}

.toolbar-wrapper {
  background: transparent;
  color: #999999;
}
.toolbar-wrapper .tm-toolbar {
  margin: 10px 0;
}
.toolbar-wrapper .tm-toolbar .uk-float-left .mod-languages:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: rgba(153, 153, 153, 0.2);
  height: 10px;
  width: 1px;
  left: -10px;
  top: 6px;
}
.toolbar-wrapper ul {
  margin-bottom: 0;
}
.toolbar-wrapper ul li:before {
  border-left-color: rgba(153, 153, 153, 0.2) !important;
}
.toolbar-wrapper ul li a {
  color: #999999;
  font-size: 12px;
}
.toolbar-wrapper ul li a:hover {
  color: #bbbbbb;
}
.toolbar-wrapper .mod-languages a.uk-button {
  background: none !important;
  border: 0 !important;
  min-height: 20px;
  line-height: 20px;
  color: inherit;
  padding-left: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.toolbar-wrapper .mod-languages .uk-dropdown {
  margin-top: 12px;
  background: #ffffff;
  padding: 10px 25px;
}
.toolbar-wrapper .mod-languages .uk-dropdown ul li {
  border-bottom: 1px solid #515151;
}
.toolbar-wrapper .mod-languages .uk-dropdown ul li a {
  background: none !important;
  text-transform: uppercase;
  color: #a5a5a5;
}
.toolbar-wrapper .mod-languages .uk-dropdown ul li a:hover {
  color: #666666;
}
.toolbar-wrapper .mod-languages .uk-dropdown ul li a > img {
  margin-right: 3px;
}
.toolbar-wrapper .mod-languages .uk-dropdown ul li:last-child {
  border-bottom: none;
}
.toolbar-wrapper .chzn-container .chzn-results {
  padding: 10px 0;
}
.toolbar-wrapper .chzn-single {
  background: transparent !important;
  color: inherit;
  border: none !important;
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
}
.toolbar-wrapper .chzn-single > span {
  font-weight: normal;
}
.toolbar-wrapper .chzn-drop {
  min-width: 120px;
  top: 34px;
  background: #ffffff;
  border: none !important;
}
.toolbar-wrapper .chzn-drop ul li:nth-child(n+2) {
  border-top: 1px solid #515151;
}
.toolbar-wrapper .chzn-drop ul li {
  margin-right: 15px !important;
  margin-left: 15px !important;
  padding: 12px 0 !important;
  color: #a5a5a5;
}
.toolbar-wrapper .chzn-drop ul li a:hover {
  color: #666666;
}
.toolbar-wrapper .chzn-drop ul li.active-result:hover {
  background: transparent !important;
}
.toolbar-wrapper .chzn-drop ul li.highlighted {
  background: transparent !important;
}
.layout-full-wrapper {
  position: relative;
  overflow: hidden;
}

.drawer-wrapper {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1005;
}
#tm-drawer {
  background: #26272a;
  color: #96a3b1;
  display: none;
  height: auto;
  overflow: hidden;
  padding: 35px 10px;
  position: relative;
  z-index: 3;
}
#tm-drawer h3.uk-panel-title {
  color: #c1cad3;
}
.drawer_toggle {
  border-color: rgba(0, 0, 0, 0) #26272a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 40px 40px 0;
  bottom: -40px;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 500;
  color: #fff;
}
.drawer_toggle:hover {
  color: #fff;
}
.drawer_toggle span {
  position: absolute;
  top: 7px;
  right: -33px;
  font-size: 10px;
}
.tm-logo-large a,
.tm-logo-small a {
  text-decoration: none;
}
.tm-logo-large a h1,
.tm-logo-small a h1 {
  color: #f68412;
}
.tm-logo-large a:hover h1,
.tm-logo-small a:hover h1 {
  color: #f6cb00;
}
body:not(.headertype-default) .tm-sticky-logo {
  position: fixed;
  left: 20px;
  top: -200px;
  opacity: 0;
}
body:not(.headertype-default) .uk-sticky-placeholder .uk-active .tm-sticky-logo {
  top: 8px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -moz-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -ms-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -o-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
}
.tm-logo-small h1 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  display: inline-block;
  letter-spacing: normal;
  text-transform: uppercase;
}

.tm-logo-small {
  letter-spacing: -0.31em;
}
.has-infocard #infocard {
  border-radius: 0;
}

.tm-toolbar .uk-float-left .uk-panel {
  margin: 0 25px 0 0;
  float: left;
}
.tm-toolbar .uk-float-right .uk-panel {
  margin: 0 0 0 25px;
  float: right;
}

.drawer-wrapper {
  position: fixed !important;
}
.header-top-wrapper {
  position: absolute !important;
  max-width: 100%;
  z-index: 999;
  top: 50px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tm-headerbar {
  -webkit-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -moz-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -ms-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -o-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
}
.mainheading-wrapper {
  padding-top: 65px;
}
.tm-header-fullwidth {
  padding: 0;
}
.tm-headerbar .uk-panel {
  max-width: 300px;
  margin-right: 0;
  float: right;
}

.header-default .tm-headerbar .logo-container {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 4px 4px;
  padding: 40px 20px 20px;
}
.header-default .tm-navigation-wrapper {
  height: 45px;
}
.header-default .tm-navbar {
  display: inline-block;
  position: relative;
  padding: 0;
}
.header-default .tm-navbar div.uk-dropdown {
  text-align: left;
}
.header-default .tm-navbar div.uk-dropdown:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}
.header-default .tm-navbar:before,
.header-default .tm-navbar:after {
  content: '';
  width: 2000px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  border-top: 2px solid;
}
.header-default .tm-navbar:before {
  right: 100%;
}
.header-default .tm-navbar:after {
  left: 100%;
}
.header-default .tm-header-wrapper .tm-headerbar {
  text-align: center;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field {
  width: 220px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  margin-top: 1px;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field::-webkit-input-placeholder {
  color: #aaa;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field:-moz-placeholder {
  color: #aaa;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field::-moz-placeholder {
  color: #aaa;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field:-ms-input-placeholder {
  color: #aaa;
}
.header-default .tm-header-wrapper .tm-headerbar input.uk-search-field:focus {
  width: 220px;
}
.header-default .tm-header-wrapper .tm-headerbar .uk-dropdown-search {
  top: 72px;
}
.header-default .tm-header-wrapper .tm-headerbar .uk-search:before {
  top: 10px;
  left: 5px;
}
.header-style2 .tm-logo-large {
  padding-top: 9px;
  float: left;
  display:none;
}
.header-style2 .tm-logo {
  display: block;
}
.header-style2 .uk-navbar-flip > .uk-navbar-content {
  padding: 0;
}
.header-style2 .uk-navbar-flip .uk-dropdown-search {
  margin-right: 0;
}
.header-style2 .tm-headerbar {
  
}
.header-style2.headertype-sticky .tm-headerbar {
  -webkit-transform: translateZ(0);
  width: 100%;
  margin: 0 auto;
  -webkit-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -ms-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -o-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
}
.header-style2 .tm-header-squeezed {
  background-color: #000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.header-style2.headertype-fixed .uk-navbar-nav > li > a,
.header-style2.headertype-fixed .uk-navbar-content,
.header-style2.headertype-fixed .uk-navbar-brand,
.header-style2.headertype-fixed .uk-navbar-toggle,
.header-style2.headertype-fixed .logo-container {
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0, 1);
}
.header-style2.headertype-fixed .tm-header-squeezed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.header-style2.headertype-fixed .tm-header-squeezed .uk-navbar-nav > li > a,
.header-style2.headertype-fixed .tm-header-squeezed .uk-navbar-brand {
  height: 60px;
  line-height: 60px;
}
.header-style2.headertype-fixed .tm-header-squeezed .uk-navbar-content,
.header-style2.headertype-fixed .tm-header-squeezed .uk-navbar-toggle {
  height: 60px;
}
.header-style3 .tm-headerbar {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style3 .tm-navbar-center {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  
}
.header-style3 .tm-navbar-center .tm-nav {
  vertical-align: middle;
  text-align: center;
}
.header-style3 .tm-navbar-center .tm-nav .tm-nav-wrapper {
  display: inline-block;
}
.header-style3 .tm-navbar-center .tm-nav .tm-nav-wrapper > .uk-navbar-nav > li {
  text-align: left;
}
.header-style3 .tm-navbar-center .tm-logo-large {
  line-height: 65px;
  margin: 0 15px;
}
.header-style3 .tm-navbar-center .tm-logo-large .tm-logo {
  float: none;
}
.header-style3.headertype-sticky .tm-headerbar {
  -webkit-transform: translateZ(0);
  width: 100%;
  margin: 0 auto;
  -webkit-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -ms-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  -o-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
}
.header-style3 .tm-header-squeezed {
  background-color: #000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.header-style3 .tm-search {
  position: absolute;
  top: 22px;
  right: 50px;
  z-index: 10;
}
.uk-sticky-placeholder {
  position: relative;
  z-index: 111;
}
.uk-sticky-placeholder .tm-navigation-wrapper {
  background-color: transparent;
  -webkit-transition: background 0.4s cubic-bezier(0, 0.8, 0.6, 1);
  -moz-transition: background 0.4s cubic-bezier(0, 0.8, 0.6, 1);
  -ms-transition: background 0.4s cubic-bezier(0, 0.8, 0.6, 1);
  -o-transition: background 0.4s cubic-bezier(0, 0.8, 0.6, 1);
  transition: background 0.4s cubic-bezier(0, 0.8, 0.6, 1);
  -webkit-transform: translateZ(0);
}
.uk-sticky-placeholder .tm-navigation-wrapper .uk-navbar-nav > li > a i {
  opacity: 1;
}
.uk-sticky-placeholder .tm-navigation-wrapper.uk-active {
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.uk-sticky-placeholder .tm-navigation-wrapper.uk-active .uk-navbar-nav > li > a {
  color: #ffffff;
  height: 45px;
}
.uk-sticky-placeholder .tm-navigation-wrapper.uk-active .uk-navbar-nav > li > a i {
  font-size: 0;
  opacity: 0;
}
.uk-sticky-placeholder .tm-navigation-wrapper.uk-active .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.headertype-sticky .drawer-wrapper {
  position: fixed !important;
}
.headertype-fixed .header-top-wrapper {
  position: fixed !important;
  max-width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.headertype-fixed .drawer-wrapper {
  position: fixed !important;
}
.headertype-fixed .tm-headerbar {
  -webkit-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -moz-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -ms-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  -o-transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
  transition: padding 0.25s cubic-bezier(0, 0, 0, 1);
}
.heading-wrapper {
  background-color: #fff;
  color: #fff;
}
.heading-wrapper .heading-back-button a.readon {
  border-radius: 2px;
}

.slider-wrapper .tp-bullets {
  z-index: 51 !important;
}
.largeHeading,
.mediumHeading,
.smallHeading {
  font-family: 'Roboto Slab';
}
.breadcrumbs-wrapper {
  padding: 5px 0 0;

  width: 100%;
}
.breadcrumbs-wrapper .uk-breadcrumb {
  margin-bottom: 0;
  color: #999;
  background: #00000050;
}
.breadcrumbs-wrapper .uk-breadcrumb > li,
.breadcrumbs-wrapper .uk-breadcrumb > li > a,
.breadcrumbs-wrapper .uk-breadcrumb > li > span {
  text-transform: uppercase;
  font-size: 14px;
  color:#f68412;
}
.breadcrumbs-wrapper .uk-breadcrumb li:nth-child(1) {
  margin-right: 8px;
}
.breadcrumbs-wrapper .uk-breadcrumb li:nth-child(2):before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 16px;
  line-height: 12px;
  margin-left: 0;
}

.features-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.features-wrapper .slider-position {
  display: block;
  height: 50px;
  position: relative;
  z-index: -1;
}
.features-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.features-wrapper .uk-container .uk-panel-title {
  color: #333333;
}

.top-a-wrapper {
  background-color: #fafafa;
  color: #666666;
}
.top-a-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-a-wrapper .uk-container .uk-panel-title {
  color: #222222;
}

.top-b-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.top-b-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-b-wrapper .uk-container .uk-panel-title {
  color: #333333;
}

.top-c-wrapper {
  background-color: #fafafa;
  color: #666666;
  overflow: hidden;
}
.top-c-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-c-wrapper .uk-container .uk-panel-title {
  color: #444444;
}

.top-d-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.top-d-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-d-wrapper .uk-container .uk-panel-title {
  color: #444444;
}

.expanded-top-wrapper {
  background-color: #fafafa;
  color: #666666;
}
.expanded-top-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.expanded-top-wrapper .uk-container .uk-panel-title {
  color: #444444;
}

.expanded-bottom-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.expanded-bottom-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.expanded-bottom-wrapper .uk-container .uk-panel-title {
  color: #333333;
}

.fullwidth-top-wrapper {
  background-color: #fafafa;
  color: #666666;
  position: relative;
}
.fullwidth-top-wrapper .uk-container-center .uk-panel-title {
  color: #333333;
}
.fullwidth-top-wrapper .uk-container-center .readon.border {
  border-color: rgba(102, 102, 102, 0.5);
}
.fullwidth-top-wrapper .uk-container-center .readon.border:hover {
  background-color: #333333;
  color: #444;
}

.fullwidth-bottom-wrapper {
  background-color: #fafafa;
  color: #666666;
  position: relative;
}
.fullwidth-bottom-wrapper .uk-container-center .uk-panel-title {
  color: #444444;
}
.mainbody-wrapper {
  background-color: #ffffff;
}
.mainbody-wrapper .uk-container-center {
  padding-top: 35px;
  padding-bottom: 35px;
}
body[class*="tm-sidebar"] .mainbody-wrapper .uk-container {
  padding-top: 0;
  padding-bottom: 0;
}
body[class*="tm-sidebar"] .tm-main .tm-content {
  padding-top: 35px;
  padding-bottom: 35px;
}
body[class*="tm-sidebar"] aside[class*="tm-sidebar"] {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding-top: 35px;
  padding-bottom: 35px;
}
.tm-padding-no .uk-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tm-padding-large .uk-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.tm-sidebar-a-left .tm-sidebar-a,
.tm-sidebar-b-left .tm-sidebar-b {
  padding-right: 35px;
}
.tm-sidebar-a-right .tm-main .tm-content {
  padding-right: 35px;
}
.tm-sidebar-a-left .tm-sidebar-a {
  border-left: none !important;
}
.tm-sidebar-a-right .tm-sidebar-a {
  border-right: none !important;
}
.tm-sidebar-a-left.tm-sidebar-b-left .tm-sidebar-b,
.tm-sidebar-a-right.tm-sidebar-b-left .tm-sidebar-b {
  border-left: none !important;
}
.tm-sidebar-b-right .tm-sidebar-b {
  border-right: none !important;
}
.tm-sidebar-b-right .tm-main .tm-content {
  padding-right: 35px;
}

.bottom-a-wrapper {
  background-color: #ffffff;
  color: #666666;
}
.bottom-a-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.bottom-a-wrapper .uk-container .uk-panel-title {
  color: #333333;
}

.bottom-b-wrapper {
  background-color: transparent;
  color: #e6e3e3;
}
.bottom-b-wrapper .panel-content {
  text-align: center;
}
.bottom-b-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.bottom-b-wrapper .uk-container .uk-panel-title,
.bottom-b-wrapper .uk-container h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
.bottom-b-wrapper [class*='uk-width-'] {
  border-color: rgba(26, 26, 26) !important;
}

.footer-wrapper {
  background-color: #000;
  overflow: hidden;
}
.footer-wrapper .uk-container {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #ffffff;
}
.footer-wrapper .uk-container ul.uk-subnav {
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-wrapper .uk-container ul.uk-subnav a {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.footer-wrapper .uk-container ul.uk-subnav a:hover {
  color: #ffffff;
}
.footer-wrapper .uk-subnav-line > :nth-child(n+2):before {
  border-color: rgba(26, 26, 26);
}
.footer-wrapper .warp-branding,
.footer-wrapper .warp-branding * {
  color: rgba(255, 255, 255, 0.5);
}
#tmFixedRight,
#tmFixedLeft {
  position: absolute;
  top: 255px;

  z-index: 20;
}
#tmFixedRight .uk-dotnav,
#tmFixedLeft .uk-dotnav {
  padding: 0;
  list-style: none;
  font-size: 0.001px;
  margin: 0 20px;
}
#tmFixedRight .uk-dotnav > *,
#tmFixedLeft .uk-dotnav > * {
  padding-left: 0;
  margin-left: 0;
}
#tmFixedRight .uk-dotnav > li,
#tmFixedLeft .uk-dotnav > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: #f68412;
  border-radius: 100%;
  margin-bottom: 12px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#tmFixedRight .uk-dotnav > li:first-child,
#tmFixedLeft .uk-dotnav > li:first-child {
  margin-top: 0;
}
#tmFixedRight .uk-dotnav > li:last-child,
#tmFixedLeft .uk-dotnav > li:last-child {
  margin-bottom: 0;
}
#tmFixedRight .uk-dotnav > li:last-child::after,
#tmFixedLeft .uk-dotnav > li:last-child::after {
  display: none;
}
#tmFixedRight .uk-dotnav > li:after,
#tmFixedLeft .uk-dotnav > li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 15px;
  width: 1px;
  height: 36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 1px 0px #f68412;
}
#tmFixedRight .uk-dotnav > li > a,
#tmFixedLeft .uk-dotnav > li > a {
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
  text-indent: -999%;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#tmFixedRight .uk-dotnav > li > a:after,
#tmFixedLeft .uk-dotnav > li > a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f68412;
  position: absolute;
  top: 5px;
  right: 5px;
}
#tmFixedRight .uk-dotnav > li > a:hover::after,
#tmFixedLeft .uk-dotnav > li > a:hover::after,
#tmFixedRight .uk-dotnav > li > a:active::after,
#tmFixedLeft .uk-dotnav > li > a:active::after {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}
#tmFixedRight .uk-dotnav > li span,
#tmFixedLeft .uk-dotnav > li span {
  display: none;
  width: auto;
}
#tmFixedRight .uk-dotnav > li.uk-active > a:after,
#tmFixedLeft .uk-dotnav > li.uk-active > a:after {
  background: rgba(255, 255, 255, 0.8);
}
#tmFixedRight .uk-dotnav > li:hover > span,
#tmFixedLeft .uk-dotnav > li:hover > span {
  display: inline-block;
  position: absolute;
  right: 30px;
  margin-top: -29px;
  padding: 7px 12px;
  border-radius: 2px;
  background: #f68412;
  color: #fff;
  white-space: nowrap;
  overflow: visible;
  text-indent: initial;
}
#tmFixedRight .uk-dotnav > li:hover > span::after,
#tmFixedLeft .uk-dotnav > li:hover > span::after {
  content: '';
  position: absolute;
  left: 100%;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tmFixedRight .uk-dotnav-vertical > li,
#tmFixedLeft .uk-dotnav-vertical > li {
  display: block;
  position: relative;
}
#tmFixedRight {
  right: 0px;
}
#tmFixedRight .uk-dotnav li:hover > span:after {
  border-left-color: #f68412;
}
#tmFixedLeft {
    left: 5px;
    background: #eeeece50;
	padding: 15px;
}
#tmFixedLeft .uk-dotnav li:hover > span {
  right: auto;
  left: 30px;
}
#tmFixedLeft .uk-dotnav li:hover > span:after {
  left: auto;
  right: 100%;
  border-right-color: #f68412;
}
#tm-drawer form.uk-form input[type="text"],
#tm-drawer form.uk-form input[type="password"] {
  background: transparent;
  height: 45px;
  padding-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#tm-drawer form.uk-form button.uk-button.uk-button-primary {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 20px;
}
#tm-drawer form.uk-form ul li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  padding-right: 8px;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 11px;
}
#tm-drawer form.uk-form ul li:nth-child(2) {
  display: none;
}
#tm-drawer form.uk-form ul li:first-child {
  border-left: none;
  padding-left: 0;
}

body .readon {
  -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;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  background: #f68412;
  position: relative;
  color: #444;
  color: #fff;
}
body .readon:hover {
  background-color: #f6cb00;
  color: #444;
  color: #fff;
}
body .readon.border {
  border: 2px solid #f68412;
  background-color: transparent;
}
body .readon.white {
  color: #fff;
  border-color: #fff;
}
body .readon.white:hover {
  color: #444;
  color: #fff;
  border-color: #f6cb00;
}
body .readon.black {
  color: #333;
  border-color: #a5a5a5;
}
body .readon.black:hover {
  border-color: #f68412;
  color: #fff;
}
body .readon.large {
  padding: 24px 35px;
  min-width: 125px;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}
body .readon.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body .readon.capsule {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
body .readon.primary {
  background-color: #f68412;
}
body .readon.primary.border {
  padding: 11px 16px;
  background-color: transparent;
  border: 2px solid #f68412;
}
body .readon.primary:hover {
  border-color: #f6cb00;
  background-color: #f6cb00;
  color: #444;
  color: #fff;
}
body .readon.success {
  background-color: #8cc14c;
  border: 2px solid #8cc14c;
}
body .readon.success.border {
  padding: 11px 16px;
  background-color: transparent;
}
body .readon.success:hover {
  border-color: #8ec73b;
  background-color: #8ec73b;
  color: #444;
  color: #fff;
}
body .readon.danger {
  background-color: #da314b;
  border: 2px solid #da314b;
}
body .readon.danger.border {
  padding: 11px 16px;
  background-color: transparent;
}
body .readon.danger:hover {
  border-color: #e4354f;
  background-color: #e4354f;
  color: #444;
  color: #fff;
}
body .readon.white {
  color: #fff;
}
body .readon.black {
  color: #444;
}
body .readon-title {
  color: #f68412;
}
.slider-arrow {
  height: 70px;
  width: 70px;
  line-height: 70px !important;
  text-align: center;
  color: #f68412 !important;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px !important;
}
.address-wrapper h2 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 18px;
}
.address-wrapper p {
  line-height: 26px;
  margin: 0;
}
.address-wrapper a {
  color: #fff;
}
.address-wrapper a:hover {
  color: #eee;
}
.address-wrapper .address {
  display: inline-block;
  text-align: right;
  padding-right: 55px;
  position: relative;
}
.address-wrapper .address:after {
  position: absolute;
  content: '';
  right: 0;
  top: -35px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 180%;
  width: 2px;
  transform: rotate(25deg);
}
.address-wrapper .hotline {
  display: inline-block;
  text-align: left;
  padding-left: 55px;
}
.socialShare {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
.socialShare:before,
.socialShare:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 2000px;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
}
.socialShare:before {
  right: 100%;
}
.socialShare:after {
  left: 100%;
}
.socialShare a[class*='uk-icon-'] {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -moz-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -ms-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  -o-transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
  transition: all 0.4s cubic-bezier(0.07, 0.46, 0.49, 0.89);
}
.socialShare a[class*='uk-icon-']:hover {
  background-color: #f68412;
  color: #fff;
}
.socialShare a[class*='uk-icon-']:last-child {
  margin-right: 0;
}
.client-logo {
  -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;
  opacity: 0.5;
  display: inline-block;
  padding: 20px;
}
.client-logo.border {
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.client-logo.border:hover {
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: #ddd;
}
.client-logo.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.client-logo img {
  width: 100%;
}
.home-promo {
  min-height: 486px;
  overflow: hidden;
  margin-bottom: -35px;
}
.home-promo div[class*="position-absolute"] {
  bottom: 0;
}
div.itemAuthorBlock,
div.userBlock {
  border-color: #f68412;
}
.title2 .uk-panel-title {
  border-bottom: 2px solid #dddddd;
}
.title2 .uk-panel-title span.uk-title-text {
  border-bottom: 2px solid #f68412;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
.title3 .uk-panel-title {
  border-bottom: 3px solid #dddddd;
}
.title3 .uk-panel-title span.uk-title-text {
  border-bottom: 3px solid #f68412;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: -3px;
}
.title4 .uk-panel-title:after {
  content: '';
  position: relative;
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 5px;
  background: #f68412;
}
.title5 .uk-panel-title:after {
  content: '';
  position: relative;
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 5px;
  background: #c3c3c3;
}
.title6 h3.uk-panel-title {
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.title6 h3.uk-panel-title .uk-title-text {
  position: relative;
  padding: 0 10px;
}
.title6 h3.uk-panel-title .uk-title-text:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 1200px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/templates/jaap/css/../images/divider.png);
}
.title6 h3.uk-panel-title .uk-title-text:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 1200px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/templates/jaap/css/../images/divider.png);
}
.title7 .uk-panel-title {
  width: 100%;
}
.title7 .uk-panel-title span.uk-title-text {
  color: #fff;
  background: #5e5e5e;
  border-left: 10px solid #f68412;
  display: block;
  padding: 5px 10px;
}
.title8 .uk-panel-title {
  width: 100%;
}
.title8 .uk-panel-title span.uk-title-text {
  position: relative;
  color: #fff;
  background: #5e5e5e;
  border-left: 10px solid #f68412;
  border-right: 10px solid #f68412;
  display: block;
  padding: 5px 10px;
}
.title8 .uk-panel-title span.uk-title-text:after {
  content: '';
  height: 10px;
  width: 10px;
  background: #f68412;
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -8px;
  overflow: hidden;
  top: 12px;
}
.title8 .uk-panel-title span.uk-title-text:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #f68412;
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -8px;
  overflow: hidden;
  top: 12px;
}
.title9 h3.uk-panel-title {
  overflow: hidden;
}
.title9 h3.uk-panel-title span.uk-title-text {
  position: relative;
  padding-right: 10px;
}
.title9 h3.uk-panel-title span.uk-title-text:after {
  content: '';
  border-bottom: 1px dashed #f68412;
  position: absolute;
  margin-top: -1px;
  width: 100%;
  top: 50%;
  left: 100%;
}
.box1,
.box2,
.box3,
.box4,
.box-shadow,
.box-bevel,
.box5,
.box6 {
  padding: 20px;
}
.box1 {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.box1 .box1 {
  border: none;
  padding: 0;
}
.box2 {
  border: 2px solid #f68412;
  background-color: #ffffff;
}
.box2 .box2 {
  border: none;
  padding: 0;
}
.box3 {
  border: 3px solid #f68412;
}
.box3 .box3 {
  border: none;
  padding: 0;
}
.box4 {
  background: #f68412;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  color: #fff;
}
.box4 .box4 {
  padding: 0;
}
.box4 .uk-panel-title {
  color: #444 !important;
  color: #fff !important;
}
.box4 a {
  color: #444;
  color: #fff;
}
.box4.title4 .uk-panel-title:after {
  background: #ccaa00;
}
.box4.title1 .uk-panel-title span.uk-title-text {
  border-bottom-color: #ccaa00;
}
.box4.title2 .uk-panel-title span.uk-title-text {
  border-bottom-color: #ccaa00;
}
.box4.title3 .uk-panel-title span.uk-title-text {
  border-bottom-color: #ccaa00;
}
.box4.title7 .uk-panel-title span.uk-title-text {
  border-color: #ccaa00;
}
.box4.title8 .uk-panel-title span.uk-title-text {
  border: none;
}
.box5 {
  border: 4px solid #f68412;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.box5 .box5 {
  border: none;
  padding: 0;
  box-shadow: none;
}
.box6 {
  border: 4px dashed #f68412;
}
.box6 .box6 {
  border: none;
  padding: 0;
}
.box-shadow {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.box-shadow .box-shadow {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.box-bevel {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.box-bevel .box-bevel {
  box-shadow: none;
  padding: 0;
}
body #sbox-btn-close {
  right: -10px;
  top: -10px;
  background: #FFFFFF;
  border-radius: 2px;
}
body #sbox-btn-close:after {
  content: "\f00d";
  position: absolute;
  top: 5px;
  left: 50%;
  font-family: FontAwesome;
  margin-left: -5px;
}
div.k2LoginBlock input.button {
  background: #f68412;
  border: 2px solid #f68412;
}
div.k2LoginBlock input.button:hover {
  background: #f6cb00;
}
div.k2SearchBlock input[type="text"] {
  border: 1px solid #f68412;
}
div.k2SearchBlock input[type="submit"],
div.k2SearchBlock input[type="image"] {
  border: 1px solid #f68412;
  background-color: #f68412;
}
table.calendar tr td.calendarTodayLinked,
table.calendar tr td.calendarDateLinked a {
  background-color: rgba(255, 212, 0, 0.04);
}
table.calendar tr td.calendarToday,
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
  background-color: #f6cb00;
}
body div.k2TagCloudBlock a {
  border-bottom: 1px solid #f68412;
}
.ItemBlog .itemTitle,
.ItemPortfolio .itemTitle {

color: #000000;
}
.IntensyBPost .module-desc-holder {
  background-color: #f68412;
}
.IntensyBPost a.moduleItemReadMore {
  background-color: #f68412;
}
.IntensyBPost a.moduleItemReadMore:hover {
  background-color: #f6cb00;
}

@media (min-width: 1440px) {
  .layout-boxed {
    background-attachment: fixed;
  }
  .layout-boxed .layout-boxed-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-boxed .uk-container {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .layout-boxed .header-top-wrapper {
    max-width: 1400px;
  }
}

@media (max-width: 1220px) {
  .layout-boxed {
    background-attachment: fixed;
  }
  .layout-boxed .layout-boxed-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-boxed .header-top-wrapper {
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .tm-navbar {
    margin: 0 -25px;
    border-width: 0 0 1px 0;
  }
  .tm-logo-small:hover {
    text-decoration: none;
  }
  .tm-navbar:not(.uk-navbar-attached) {
    border-radius: 0;
    display: block !important;
  }
}

.tm-main > :nth-child(n+2) {
  margin-top: 25px;
}
.tm-content > :last-child {
  margin-bottom: 0;
}

.tm-footer {
  position: relative;
  font-size: 11px;
}
.tm-footer a {
  color: #ffffff;
}
.tm-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tm-footer .panel-content {
  display: inline-block;
}
.tm-footer p {
  margin: 0;
}

.tm-totop-scroller {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  background-color: #f68412;
  border-radius: 50%;
  text-decoration: none !important;
  color: #ffffff !important;
}
.tm-totop-scroller:hover {
  background-color: #f68412d0;
}
.tm-totop-scroller:after {
  content: "\f176";
  font-family: "FontAwesome";
}
.totop-hidden {
  bottom: -60px;
  opacity: 0;
}
.title1 .uk-panel-title {
  position: relative;
}
.title1 .uk-panel-title:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: '';
  height: 1px;
  width: 30px;
  background: #f68412;
}
.title1 .uk-panel-title .uk-title-text {
  font-weight: 300;
}
.title1 .uk-panel-title .uk-title-text .tfw {
  font-weight: 700;
}

.table {
  margin-bottom: 20px !important;
}
.table.table-bordered th {
  padding: 15px 0;
  background-color: #F2F2F2;
  text-align: center;
}
.table.table-bordered th h4 {
  margin-bottom: 0;
}
.table.table-bordered td {
  padding: 10px 0;
  text-align: center;
}
.table-bordered thead:first-child tr:first-child > th:first-child {
  border-left: none;
  width: 50%;
}


.tm-leading-article .uk-article:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.tm-error-icon {
  font-size: 250px;
}
.tm-error-headline {
  font-size: 100px;
}

.tm-offline {
  width: 300px;
}

.tm-socialbuttons {
  line-height: 1;
}
.tm-socialbuttons > div {
  margin-right: 10px;
  float: left;
}
.tp-bannertimer {
  z-index: 99;
}
.su-button-style-border {
  color: #f68412 !important;
  border-color: #f68412 !important;
  transition: background 0.25s ease-out;
}
.su-button-style-border:hover {
  background-color: #f68412 !important;
  color: #fff !important;
}
.su-panel p:last-child {
  margin-bottom: 0;
}
.cbp-l-filters-button .cbp-filter-counter:after {
  border-top-color: #f68412;
}
.su-list.su-list-style-default ul li i {
  color: #f68412 !important;
}
.has-divider > [class*='su-column-']:not(.su-column-size-medium-1-1):nth-child(n+2) {
  border-color: #dddddd;
}
.su-fancy-text .su-ft-wrap {
  font-weight: bold;
}
.su-fancy-text.su-fteffect6 .su-ft-wrap::after {
  background-color: #f68412;
}
.su-icon-list .icon_list_item .icon_description h3 {
  font-weight: normal;
}
.call-to-action.global-link-background {
  background-color: #f68412 !important;
}
.su-section.global-link-background {
  background-color: #f68412 !important;
}
.su-spoiler-title {
  font-weight: normal;
  font-size: 1em !important;
  padding: 12px 10px 12px 35px;
}
.su-progress-bar.su-progress-bar-style-1 .su-pb-fill {
  background-color: #f68412;
}
.su-testimonial-style-3.su-testimonial-has-photo .su-testimonial-photo img {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.su-member.su-member-style-1 {
  background-color: #f68412 !important;
}
.su-member.su-member-style-1 .su-member-name {
  font-family: 'Roboto Slab';
}
.su-member-style-5 .su-member-icons {
  background-color: #f68412 !important;
}
.su-member-style-5 .su-member-icons svg path {
  fill: #f68412 !important;
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-counter {
  background: #f68412;
  border-color: #f68412;
}
.cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #f68412;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #f68412;
  border-color: #f68412;
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-work .cbp-filter-item:hover,
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-alignLeft .cbp-filter-item:hover,
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #f68412;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover {
  border-color: #f68412;
}
.cbp-l-filters-button .cbp-filter-counter:before {
  border-top-color: #f68412;
}
.cbp-caption-opacity .cbp-caption:hover {
  border-color: #f68412;
}
.cbp-popup-singlePage-counter {
  color: #fff;
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-prev,
.cbp-popup-singlePage .cbp-popup-next {
  background-image: url(/templates/jaap/css/../images/shortcodes/cbp-sprite.png);
}
.su-post-grid .cbp-item {
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.su-post-grid .cbp-item .cbp-l-grid-blog-title {

  text-align: left;
}
.su-post-grid .cbp-item .su-pgrid-meta {

}
.su-post-grid .cbp-item:hover {
  background-color: #f6841220;
  color: #000;
}
.su-post-grid .cbp-item:hover .cbp-l-grid-blog-title,
.su-post-grid .cbp-item:hover .cbp-l-grid-blog-date {
  
  color:#000;
}
.su-post-grid .cbp-item:hover .cbp-l-grid-blog-title{
  font-weight:bold;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #c3a100;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  border-top-color: #c3a100;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #575757;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #000000;
}
.sup-style1 .mega-entry-innerwrap:hover .mega-hovertitle,
.sup-style1 .mega-entry-innerwrap:hover .mega-hoverlink,
.sup-style1 .mega-entry-innerwrap:hover .mega-hoverview {
  background-color: #f68412;
}
.sup-style1 .mega-entry-innerwrap:hover .mega-hover:before {
  border-color: #f68412 !important;
}
body .cbp-l-filters-list .cbp-filter-item {
  border-color: #f68412;
}
body .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  background-color: #f68412;
}
.su-contact-form .su-note.su-note-style3 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.su-contact-form .submit-button input:hover {

}
.su-contact-form .form-control:focus {
  border: 1px solid #f68412 !important;
}
.su-pricing-style-3 .su-plan-options ul li {
  border-top-color: rgba(221, 221, 221, 0.1);
}
.tp-dottedoverlay.threexthree {
  background-image: url(/templates/jaap/css/../images/patterns/2.png) !important;
}

.bottom-b-wrapper .social_title {
  margin-top: 10px;
}
aside[class*="tm-sidebar"] .flickrfeed {
  margin: -3%;
}
aside[class*="tm-sidebar"] .flickrfeed li {
  position: relative;
  display: inline-block;
  margin: 3%;
  width: 27.33%;
}
aside[class*="tm-sidebar"] .flickrfeed li a {
  outline: none;
}
aside[class*="tm-sidebar"] .flickrfeed li a img {
  width: 100%;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::before {
  width: 100%;
  height: 1px;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::after {
  width: 1px;
  height: 100%;
  top: 0;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::after {
  right: -12%;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(1)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::before {
  bottom: -11%;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(3)::after,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::after {
  left: -11%;
}
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(7)::before,
aside[class*="tm-sidebar"] .flickrfeed li:nth-child(9)::before {
  top: -10%;
}
div.catItemBlog div.blog-info-block,
.ItemBlog .catItemDateCreated {
  color: #f68412;
}

@media (min-width: 960px) {
  .su-tmstyle3.su-content-slider .owl-nav [class*='owl-'],
  .su-tmstyle3.su-content-slider .owl-nav [class*='owl-']:hover {
    background: none;
    font-size: 36px;
  }
  .su-tmstyle3 .owl-controls .owl-nav .owl-next {
    right: -120px;
    padding: 0 0 40px 90px;
  }
  .su-tmstyle3 .owl-controls .owl-nav .owl-prev {
    left: -120px;
    padding: 0 90px 40px 0;
  }
}

@media (max-width: 480px) {
  .slider-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    font-size: 11px !important;
  }
  .address-wrapper {
    text-align: center;
  }
  .address-wrapper .address {
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .address-wrapper .address:after {
    display: none;
  }
  .address-wrapper .hotline {
    display: block;
    text-align: center;
    padding: 0;
  }
  .socialShare {
    padding: 0 15px;
  }
  .socialShare a[class*='uk-icon-'] {
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .footer-wrapper ul.uk-subnav {
    margin-left: 0;
  }
  .footer-wrapper ul.uk-subnav li {
    padding-left: 5px;
  }
  .footer-wrapper ul.uk-subnav li:before {
    display: none;
  }
  .footer-wrapper ul.uk-subnav li a {
    font-size: 11px;
  }
  .tm-footer > .uk-panel {
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .tm-totop-scroller {
    display: none;
  }
  .IntensyBPost .module-desc {
    padding: 35px;
  }
  .tm-sidebar-a-right .tm-main .tm-content {
    padding-right: 0px;
  }
}
@media (max-width: 980px) {
  .footer-wrapper {
    text-align: center;
  }
  .footer-wrapper [class*='uk-float-'] {
    float: none;
  }
  .footer-wrapper .uk-subnav {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1219px) {
  .layout-boxed .layout-boxed-wrapper,
  .layout-boxed .header-top-wrapper {
    max-width: 960px;
  }
}

@media (max-width: 1200px) {
.tm-sticky-logo	{display: none;}
}

@media (max-width: 1400px) {
.tm-sticky-logo	{display: none;}
}


.gosttu{border-collapse: collapse;font-size: 12px;text-align: left; margin:10px 0;}
.gosttu tr{}
.gosttu tr td{border:1px solid #999999; padding:3px 5px;line-height: 14px;}
.gosttu tr th{border:1px solid #999999; padding:0;text-align:center;}

.contact_left{
float:left;width:250px;margin-left:4%;font-weight:bold;padding:0 20px 20px 0;}	

.contact_right{
float:right;width:250px; margin-right:4%; color:#000; font-weight: bold; font-family: Open sans,sans-serif; font-size: 25px; line-height: 25px; padding: 10px 0 20px 20px; text-align: right;}

.slider-wrapper {max-width:1200px;margin:auto;}
.callme-field textarea {height:80px;}

.submit_main {
	color: #fff;
	font-weight: bold;
	width:262px;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none !important;
	background: #0ab2ba;
	border: none;
	cursor: pointer;
}
.submit_main:hover {background: #3bc5cb;}

input::-webkit-input-placeholder {color:#000000; opacity:1;}
textarea::-webkit-input-placeholder {color:#000000; opacity:1;}
input::-moz-placeholder          {color:#000000; opacity:1;}
textarea::-moz-placeholder          {color:#000000; opacity:1;}
input:-moz-placeholder           {color:#000000; opacity:1;}
textarea:-moz-placeholder           {color:#000000; opacity:1;}
input:-ms-input-placeholder      {color:#000000; opacity:1;}
textarea:-ms-input-placeholder      {color:#000000; opacity:1;}
input:focus::-webkit-input-placeholder {opacity:0;}
input:focus::-moz-placeholder          {opacity:0;}
input:focus:-moz-placeholder           {opacity:0;}
input:focus:-ms-input-placeholder      {opacity:0;}
textarea:focus::-webkit-input-placeholder {opacity:0;}
textarea:focus::-moz-placeholder          {opacity:0;}
textarea:focus:-moz-placeholder           {opacity:0;}
textarea:focus:-ms-input-placeholder      {opacity:0;}

.top_line {width: 100%; color: #000; text-align: center; font-size: 21px; height: 75px;}
.top_line .toptel {display: inline-block; margin-top: -10px; font-size: 19px; color: black; text-decoration: none;vertical-align: middle;}
.top_line .topcall {display: inline-block; cursor: pointer; border-bottom: 1px dotted #000; margin: 0 3%;vertical-align: text-top;}
.top_line .toplogo img{z-index: 1000;position: relative;border-bottom: 10px solid white;border-right: 12px solid white;border-left: 12px solid white;border-radius: 27px;}
.top_line .topmail {color: #000; margin: 0 3%; width:210px;vertical-align: text-top;}
.top_line .topzakaz {display: inline-block; cursor: pointer; color: white; background: #0ab2ba; padding: 9px 20px; margin: 5px 28px; vertical-align: top;}

.main_top .topwolf	{color: #fff; font-size: 110px; line-height: 120px; padding-top: 120px;}
.main_top .iconbl {width: 30%; margin:20px 1%; display: inline-block; vertical-align: top;}
.main_top .iconbl img {margin:20px;}

#main_production {margin: 20px 2% 0; clear: both;}
#main_newprod {margin: 20px 2% 0; clear: both;}

.main_actions {max-width: 1200px;margin:50px auto 20px;}
#main_chertegi {margin: 20px 2% 0; clear: both; max-width: 1024px;margin:auto;}
#main_uslugi {width:100%;text-align:center;}
#main_uslugi .d_digit {color:#0ab2ba;font-size:50px;line-height:50px;font-family: 'BravoSC','Roboto Slab';display: inline-block;
    padding: 0 40px 20px; border-bottom-left-radius: 70px;border-bottom-right-radius: 70px;}
#main_uslugi .d_head {color:#0ab2ba;font-size: 30px;line-height:35px;font-family: 'BravoSC','Roboto Slab';padding:15px;}
#main_uslugi .d_text {max-width: 1200px; margin: auto; text-align: justify;padding:0 15px;}
#main_search {max-width: 1000px;margin:50px auto 20px;padding:5px; color:white; font-size:25px;}
#main_proizvodstvo {margin: 20px 2% 0; clear: both;}
#main_proizvodstvo .proizv_video {display:inline-block;min-width:560px;font-size: 20px;line-height: 40px;text-align: left;margin:0 20px 15px;}

#main_about {background: url('/images/about_fon.jpg') no-repeat; background-size: 100% 100%;color: #000;padding:0 2% 60px;text-align:center;}
#main_about #txtAbout {width:50%;display: inline-block;text-align:justify;}
.main_news {display:inline-block; margin: 0 2%; width: 45%; min-width:300px;text-align:left;vertical-align: top;}
.main_news .cbp-l-grid-blog-title {color:#fff;}
.main_news .cbp-l-grid-blog-desc {color:#000}

.main_partner {background-image: url(/i/partners/part_fon.jpg);text-align:center;padding: 5px 50px 50px;background-size: 100% 100%;}
.main_partner img{margin: 10px 20px;background-color: rgba(187, 187, 187, 0.32);padding: 20px 40px;border-radius: 30px; height: 120px; max-width:300px}

#main_calc {margin: auto; padding-bottom: 30px; max-width: 950px; font-size: 18px;}

#main_spravochnik {margin:0 30px 30px;}
#main_spravochnik .cbp-filter-item {margin:0 1%;}
#main_spravochnik .su-swt-title{display:block;font-size:16px;margin: 15px 5px 5px; border-bottom: 1px dotted grey; line-height: 22px;}
#main_spravochnik .cbp-filter-item-active .su-swt-title {font-weight:bold!important; border-bottom:none!important;}

.main_contact {width: 550px; float: right; margin: 0 20% 150px 0; }

.blog-content-block {min-height:400px;}

.fnt16 {font-size: 16px;}

.main_news .cbp-item-wrapper a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
.main_news .su-pgrid-meta {
    padding-top: 20px;
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog2:target {
	display: block;
	pointer-events: auto;
}
.modalDialog2 > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {position:relative!important; z-index:99!important;}

@media (max-width: 1024px) {
.top_line {font-size:19px;line-height:21px;}
.top_line .toplogo{position:absolute; left:10px;}
.top_line .toptel {position:absolute; left:80px;top:1px;margin:0px 0px;font-size:16px;line-height:17px;}
.top_line .topmail {position:absolute; left:80px;top:32px;width: auto;margin:0;font-size:16px;}
.top_line .topcall {margin-left:280px; width:165px;}
.main_contact {margin:0 auto 150px;float:none;display:inline-block;}
}

@media (max-width: 800px) {
.main_top .topwolf {padding-top:60px;}
}

@media (max-width: 700px) {
.top_line .topcall {display:none;}
.top_line .topzakaz {margin-left:280px;}

}





 
 .close {position:relative!important; z-index:99!important;}

