@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/BTu4SsVveqk58cdYjlaM9g.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/4GwpJM7qx9X5Obd9KsnKxQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/zpv3sOKAbMf4wff105oLjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v13/XNVd6tsqi9wmKNvnh5HNEKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v13/LgcV55siz7BRNdbO3Huj5g.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v13/AcvTq8Q0lyKKNxRlL28Rn6CWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}


/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e7dc10f0bfb82ab78c63)
 * Config saved to config.json and https://gist.github.com/e7dc10f0bfb82ab78c63
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:'Lato';font-size:15px;line-height:1.5;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#333;text-decoration:none}a:hover,a:focus{color:#0d0d0d;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:22px;margin-bottom:22px;border:0;border-top:1px solid #fff}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10.5px;margin:0 0 11px;font-size:14px;line-height:1.5;word-break:break-all;word-wrap:break-word;color:#666;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:970px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:22px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.5;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:22.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid 0}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:15px;line-height:1.5;color:#333}.form-control{display:block;width:100%;height:36px;padding:6px 12px;font-size:15px;line-height:1.5;color:#333;background-color:#fff;background-image:none;border:1px solid #333;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#333;opacity:1}.form-control:-ms-input-placeholder{color:#333}.form-control::-webkit-input-placeholder{color:#333}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#fff;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:36px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:48px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:22px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:37px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:35px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:48px;padding:10px 16px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-lg{height:48px;line-height:48px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:48px;padding:10px 16px;font-size:19px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:48px;line-height:48px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:48px;min-height:41px;padding:11px 16px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:45px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:36px;height:36px;line-height:36px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:48px;height:48px;line-height:48px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:27px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:29px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:15px;line-height:1.5;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#d72010;border-color:#bf1c0e}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#a8190c;border-color:#490b05}.btn-primary:hover{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#86140a;border-color:#490b05}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#d72010;border-color:#bf1c0e}.btn-primary .badge{color:#d72010;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#d72010;border-color:#bf1c0e}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#a8190c;border-color:#490b05}.btn-warning:hover{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#86140a;border-color:#490b05}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#d72010;border-color:#bf1c0e}.btn-warning .badge{color:#d72010;background-color:#fff}.btn-danger{color:#fff;background-color:#d72010;border-color:#bf1c0e}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#a8190c;border-color:#490b05}.btn-danger:hover{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#a8190c;border-color:#86140a}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#86140a;border-color:#490b05}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d72010;border-color:#bf1c0e}.btn-danger .badge{color:#d72010;background-color:#fff}.btn-link{color:#333;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#0d0d0d;text-decoration:none;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#fff;border:1px solid 0;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.5;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#333;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#333;text-decoration:none;outline:0;background-color:#d72010}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.5;color:#999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:48px;padding:10px 16px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:48px;line-height:48px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:15px;font-weight:normal;line-height:1;color:#333;text-align:center;background-color:#fff;border:1px solid #333;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:0}.input-group-addon.input-lg{padding:10px 16px;font-size:19px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#fff}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#fff;border-color:#333}.nav .nav-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.5;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#fff #fff #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#333;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#d72010}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:22px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:14px 15px;font-size:19px;line-height:22px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:22px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:22px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:14px;padding-bottom:14px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:7px;margin-bottom:7px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:7px;margin-bottom:7px}.navbar-btn.btn-sm{margin-top:9.5px;margin-bottom:9.5px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:14px;margin-bottom:14px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#fff;border-color:#eee}.navbar-default .navbar-brand{color:#333}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#1a1a1a;background-color:transparent}.navbar-default .navbar-text{color:#fff}.navbar-default .navbar-nav>li>a{color:#333}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#333;background-color:#333}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#eee}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#333;color:#333}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#333}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#333;background-color:#333}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#333}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#333}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#bfbfbf}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#bfbfbf}.navbar-inverse .navbar-nav>li>a{color:#bfbfbf}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#bfbfbf}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#bfbfbf}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#bfbfbf}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:22px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.5;text-decoration:none;color:#333;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#0d0d0d;background-color:#fff;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#d72010;border-color:#d72010;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:22px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#fff}.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:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#d72010}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#a8190c}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#d72010}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#a8190c}.label-danger{background-color:#d72010}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#a8190c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#333;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#fff}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#e6e6e6}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:22px;line-height:1.5;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#333}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:22px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:22px;margin-bottom:22px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:22px;color:#fff;text-align:center;background-color:#d72010;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#d72010}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d72010}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#fff;color:#999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#d72010;border-color:#d72010}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#fabeb9}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:22px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:22px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#666;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#666}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#d72010}.panel-primary>.panel-heading{color:#fff;background-color:#d72010;border-color:#d72010}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d72010}.panel-primary>.panel-heading .badge{color:#d72010;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d72010}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000;text-shadow:0;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:'Lato';font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:'Lato';font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:1;filter:alpha(opacity=100);font-size:20px;color:#fff;text-align:center;text-shadow:0;background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

/* Custom Link Color */
.menu-toggle:hover,
.menu-toggle:focus,
a,
.main-navigation a:hover,
.main-navigation a:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.social-navigation a:hover:before,
.social-navigation a:focus:before,
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,
.tagcloud a:hover,
.tagcloud a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.entry-title a:hover,
.entry-title a:focus,
.entry-footer a:hover,
.entry-footer a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus,
.comment-reply-link,
.comment-reply-link:hover,
.comment-reply-link:focus,
.required,
.site-info a:hover,
.site-info a:focus {
    color: #333333;
}

mark,
ins,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.widget_calendar tbody a,
.page-links a:hover,
.page-links a:focus {
    background-color: #333333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.menu-toggle:hover,
.menu-toggle:focus {
    border-color: #333333;
}

@media screen and (min-width: 56.875em) {
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
        color: #333333;
    }
}


/* Custom Main Text Color */
body,
blockquote cite,
blockquote small,
.main-navigation a,
.menu-toggle,
.dropdown-toggle,
.social-navigation a,
.post-navigation a,
.pagination a:hover,
.pagination a:focus,
.widget-title a,
.site-branding .site-title a,
.entry-title a,
.page-links > .page-links-title,
.comment-author,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #333333
}

blockquote,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.post-navigation,
.post-navigation div + div,
.pagination,
.widget,
.page-header,
.page-links a,
.comments-title,
.comment-reply-title {
    border-color: #333333;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.pagination:before,
.pagination:after,
.pagination .prev,
.pagination .next,
.page-links a {
    background-color: #333333;
}

/* Border Color */
fieldset,
pre,
abbr,
acronym,
table,
th,
td,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.main-navigation li,
.main-navigation .primary-menu,
.menu-toggle,
.dropdown-toggle:after,
.social-navigation a,
.image-navigation,
.comment-navigation,
.tagcloud a,
.entry-content,
.entry-summary,
.page-links a,
.page-links > span,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.comment-reply-link,
.no-comments,
.widecolumn .mu_register .mu_alert {
    border-color: #333333; /* Fallback for IE7 and IE8 */
    border-color: rgba( 51, 51, 51, 0.2);
}

hr,
code {
    background-color: #333333; /* Fallback for IE7 and IE8 */
    background-color: rgba( 51, 51, 51, 0.2);
}

@media screen and (min-width: 56.875em) {
    .main-navigation ul ul,
    .main-navigation ul ul li {
        border-color: rgba( 51, 51, 51, 0.2);
    }

    .main-navigation ul ul:before {
        border-top-color: rgba( 51, 51, 51, 0.2);
        border-bottom-color: rgba( 51, 51, 51, 0.2);
    }
}


/* Custom Secondary Text Color */

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
body:not(.search-results) .entry-summary {
    color: #999999;
}

blockquote,
.post-password-form label,
a:hover,
a:focus,
a:active,
.post-navigation .meta-nav,
.image-navigation,
.comment-navigation,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
.site-description,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.pingback .edit-link,
.comment-metadata a,
.pingback .comment-edit-link,
.comment-form label,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption,
.widecolumn label,
.widecolumn .mu_register label {
    color: #999999;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #999999;
}

.site-branding {
    margin: 0 auto 0 0;
}

.site-branding .site-title,
.site-description {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

body.custom-background { background-color: #ffffff; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*COLORS*/
/*FONTS*/
/* BREAKPOINTS */
.ad-placement {
  width: 100%;
}
.ad-placement .debug {
  outline: 1px dashed red;
  text-align: center;
  color: red;
}
.visible-xxs {
  display: none !important;
}
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
input:hover,
input:focus,
input:active {
  outline: none;
  outline: 0;
}
html {
  height: 100%;
  width: 100%;
}
body {
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #ffffff;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
p,
span {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  padding: 0;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 14pt;
}
h4 {
  font-size: 11pt;
}
h5 {
  font-size: 10pt;
}
h6 {
  font-size: 8pt;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
textarea,
textarea.form-control {
  padding: 10px 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"],
:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
textarea,
textarea.form-control:focus,
.form-control:focus,
select {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  outline: none;
  background: transparent;
  border-color: #333;
}
::-webkit-input-placeholder {
  color: #333333;
  font-size: 10pt;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
:-moz-placeholder {
  color: #333333;
  font-size: 10pt;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
::-moz-placeholder {
  color: #333333;
  font-size: 10pt;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #333333;
  font-size: 10pt;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
::-moz-selection {
  background: #d72010;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #d72010;
  text-shadow: none;
  color: #ffffff;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  z-index: -1;
}
a:hover,
a:focus,
a:active {
  color: #333333;
}
.btn-link:hover,
.btn-link:focus {
  outline: 0;
}
/***************************************** REKLAMY ADS */
.ad-content {
  text-align: center;
  background: transparent;
  margin: 0 auto;
}
.ad-content ins {
  background: transparent;
}
.header-ads {
  position: relative;
}
.header-ads .ad-content {
  width: 234px;
  height: 60px;
  position: absolute;
  top: 10px;
}
.header-ads .ad-content:first-of-type {
  left: 0;
}
.header-ads .ad-content:last-of-type {
  right: 0;
}
.fw-center-ad {
  text-align: center;
}
.fw-center-ad .ad-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ad-placement {
  overflow: hidden;
}
.ad-placement > div {
  max-width: 100%;
}
.ad-placement img {
  max-width: 100%;
  height: auto !important;
}
@media all and (max-width: 991px) {
  .fw-center-ad .ad-placement .thene-leaderboard img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.thene-above-trending-stories {
  max-width: 100%;
  height: auto !important;
}
.thene-above-trending-stories a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
}
@media all and (min-width: 992px) {
  .thene-above-trending-stories a img {
    max-width: 100%;
    height: auto;
  }
}
.center-ad {
  padding-bottom: 30px;
}
.center-ad .ad-content {
  margin: 0 auto;
  width: 468px;
  overflow: hidden;
}
.sidebar-ad {
  padding: 30px 0;
}
.sidebar-ad .ad-content {
  margin: 0 auto;
}
.sidebar-ad .ad-content img,
.sidebar-ad .ad-content .thene-sidebar-ad {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-ad .ad-content {
    width: 100%;
  }
}
/**************************************************** GENERAL */
#site {
  position: relative;
}
.wrapper {
  padding: 35px 0 15px 0;
  min-height: 250px;
}
.wrapper.homepage {
  padding: 0;
}
/***************************************************** HEADER */
.my-account-list {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #fafafa;
  padding: 10px 15px 10px 20px;
  min-width: 190px;
  right: 0;
  top: 33px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.my-account-list li a {
  text-transform: uppercase;
  padding: 3px 0;
  display: block;
}
.date-time {
  font-size: 8pt;
}
nav li {
  display: inline-block;
}
nav li a {
  display: inline-block;
  font-size: 10pt;
  text-transform: uppercase;
}
nav li a:hover,
nav li a:focus,
nav li a:active {
  color: #d72010;
}
.htb-inner {
  height: 35px;
  position: relative;
  z-index: 10;
  top: 0;
  width: 100%;
  left: 0;
}
.htb-inner .date-time {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  text-align: center;
}
.mini-logo img {
  vertical-align: top;
  padding: 0;
}
.top-main-nav .sub-menu,
.top-secondary-nav .sub-menu {
  display: none;
  text-align: left;
}
.fixed-post-title {
  font-size: 8pt;
  position: absolute;
  top: 50%;
  left: 80px;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%);
}
.fixed-post-title span {
  font-size: 8pt;
  padding-bottom: 2px;
}
.fixed-post-title strong span {
  padding-left: 5px;
}
.fixed-post-title.fpt-mobile {
  display: none;
}
/* LEFT MENU */
.sidebar-main-menu .break {
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.left-menu::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  background: transparent !important;
  visibility: hidden !important;
}
.left-menu {
  overflow: hidden;
  width: 190px;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 200;
  height: 100%;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: auto;
  border-right: 1px solid #999;
}
.left-menu.level-1 {
  background-color: #FAFAFA;
}
.left-menu.level-2 {
  background-color: #F5F5F5;
}
.left-menu.level-3 {
  background-color: #F0F0F0;
}
.left-menu:first-of-type li:first-child {
  margin-top: 10px;
}
.left-menu.level-1 li:first-child,
.left-menu.level-2 li:first-child,
.left-menu.level-3 li:first-child {
  color: #999;
  text-transform: uppercase;
  padding: 6px 10px 6px 18px;
  font-size: 10pt;
}
.left-menu li {
  cursor: pointer;
  width: 190px;
  position: relative;
}
.left-menu li a {
  padding: 6px 10px 6px 18px;
  display: block;
  width: 180px;
  position: relative;
  font-size: 10pt;
  text-transform: uppercase;
}
.left-menu li.children a {
  background: url("/wp-content/themes/thenet/images/icons/has-children-grey.svg") no-repeat 170px 11px;
}
.left-menu li a:hover,
.left-menu li a:active {
  color: #d72010;
}
.left-menu li.children a:hover,
.left-menu li.children a:active {
  background: url("/wp-content/themes/thenet/images/icons/has-children-red.svg") no-repeat 170px 11px;
}
#header-fixed-inner {
  width: 100%;
  z-index: 100;
  background: #fff;
}
.htb-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  height: 35px;
  line-height: 30px;
  cursor: pointer;
  background-position: center right;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
.htb-link span {
  font-size: 8pt;
  line-height: 35px;
  display: inline-block;
}
.htb-link.section-link {
  float: left;
  margin-right: 5px;
  padding: 0 10px 0 25px;
  background: url("/wp-content/themes/thenet/images/icons/sections.svg") no-repeat center left;
}
.htb-link.search-link {
  float: left;
  background: url("/wp-content/themes/thenet/images/icons/search-red.svg") no-repeat center left;
  padding-left: 25px;
}
.htb-link.subs-link {
  float: right;
  padding-right: 25px;
  background: url("/wp-content/themes/thenet/images/icons/subscribe.svg") no-repeat center right;
}
.htb-link.log-link {
  float: right;
  margin-left: 5px;
  padding: 0 25px 0 10px;
  background: url("/wp-content/themes/thenet/images/icons/log-in.svg") no-repeat center right;
}
.htb-link.profile-menu-toggler {
  float: right;
  margin-left: 5px;
  padding: 0 25px 0 10px;
  background: url("/wp-content/themes/thenet/images/icons/username-down-red.svg") no-repeat center right;
}
.htb-link.profile-menu-toggler.down {
  background: url("/wp-content/themes/thenet/images/icons/username-up-red.svg") no-repeat center right;
}
.htb-link.section-link.active {
  background: url("/wp-content/themes/thenet/images/icons/sections-grey.svg") no-repeat center left;
}
.htb-link.toggled.search-link {
  background: url("/wp-content/themes/thenet/images/icons/search-grey.svg") no-repeat center left;
}
.htb-link.toggled.subs-link {
  background: url("/wp-content/themes/thenet/images/icons/subscribe-grey.svg") no-repeat center right;
}
.htb-link.toggled.log-link {
  background: url("/wp-content/themes/thenet/images/icons/log-in-grey.svg") no-repeat center right;
}
/******************************************************* SEARCH */
#search-subscribe-bar {
  background: #fafafa;
  padding: 20px 0;
  display: none;
  position: relative;
}
#search-subscribe-bar .row {
  position: relative;
  height: 40px;
}
#search-subscribe-bar .search-bar {
  background: #fafafa;
  opacity: 0;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
#search-subscribe-bar .search-bar form {
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#search-subscribe-bar .search-bar.active {
  opacity: 1;
}
#search-subscribe-bar .search-bar button.search-submit {
  background: url("/wp-content/themes/thenet/images/icons/search-bcg-red.svg") no-repeat center;
  width: 40px;
  height: 40px;
}
#search-subscribe-bar .search-bar button.search-submit:before {
  content: "";
}
#search-subscribe-bar .search-bar button.search-submit:hover,
#search-subscribe-bar .search-bar button.search-submit:active {
  background: url("/wp-content/themes/thenet/images/icons/search-bcg-grey.svg") no-repeat center;
}
#search-subscribe-bar .subscribe-form {
  padding: 0;
  background: #fafafa;
  height: 40px;
  margin-left: 16.66666667%;
  width: 66.66666667%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
#search-subscribe-bar .subscribe-form.active {
  opacity: 1;
}
#search-subscribe-bar .subscribe-form .section-title,
#search-subscribe-bar .subscribe-form span {
  display: none;
}
#search-subscribe-bar .subscribe-form form {
  width: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#search-subscribe-bar .subscribe-form form .field-wrap.text-wrap,
#search-subscribe-bar .subscribe-form form .field-wrap.submit-wrap {
  padding: 0 10px;
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0;
}
#search-subscribe-bar .subscribe-form form input {
  margin: 0;
  line-height: 38px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
#search-subscribe-bar .subscribe-form form button {
  margin: 0;
}
#search-subscribe-bar .subscribe-form form .ninja-forms-field-error p {
  padding-top: 1px;
}
#search-subscribe-bar .subscribe-form .ninja-forms-success-msg {
  padding: 8px;
  text-align: center;
}
.ninja-forms-form-wrap input[type="submit"] {
  background: #d72010;
  font-size: 10pt;
  text-align: center;
  line-height: 40px;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
  border: 0;
}
.subscribe-form .section-title {
  margin-bottom: 13px;
}
.subscribe-form span {
  font-size: 11pt;
  margin-bottom: 15px;
  display: block;
}
.subscribe-form form.ninja-forms-form .ninja-forms-required-items {
  display: none;
}
.subscribe-form form.ninja-forms-form .field-wrap label {
  display: none;
}
.subscribe-form form.ninja-forms-form .field-wrap .btn-link {
  margin: 0;
}
.subscribe-form form.ninja-forms-form .field-wrap input {
  margin: 0;
  height: 40px;
}
.subscribe-form form.ninja-forms-form .ninja-forms-field-error p {
  color: #d72010;
  font-size: 8pt;
  padding-top: 5px;
}
.subscribe-form .field-wrap.text-wrap {
  margin: 0 0 20px 0;
}
.subscribe-form .field-wrap.ninja-forms-error {
  margin-bottom: 10px;
}
.subscribe-form .ninja-forms-error-msg {
  display: none;
}
.close-btn {
  margin: 0 15px 15px auto;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center;
}
.close-btn:hover,
.close-btn:active {
  background: url("/wp-content/themes/thenet/images/icons/close-grey.svg") no-repeat center;
}
/******************************************* LOG IN / SIGN IN MODAL */
.ui-widget-overlay {
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ui-dialog {
  border: 0;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  border-radius: 0;
  padding: 0;
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 1em;
  z-index: 1001 !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background: none;
  border: 0;
}
.ui-dialog .ui-dialog-title {
  font-size: 24pt;
  font-weight: bold;
  color: #d72010;
  margin: 0;
  text-transform: uppercase;
  padding: 21px 0 0 27px;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 15px;
  height: 15px;
  top: 30px;
  right: 30px;
  margin: 0;
  cursor: pointer;
  outline: 0;
  border: 0;
  outline: none;
  background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:active {
  outline: 0;
  outline: none;
  background: url("/wp-content/themes/thenet/images/icons/close-grey.svg") no-repeat center;
}
.ui-dialog .modal {
  padding: 15px 28px;
}
.ui-dialog .modal p {
  font-size: 10pt;
}
.ui-dialog .modal .text-or {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.ui-dialog .modal form {
  margin: 0 0 20px 0;
}
.ui-dialog .modal form label {
  margin-top: 15px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
}
.ui-dialog .modal form .btn-link {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
}
.ui-dialog .modal .form-links {
  overflow: hidden;
}
.ui-dialog .modal .sign-log-link {
  padding-top: 20px;
  margin: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
  display: block;
  clear: both;
  text-align: center;
  text-transform: capitalize;
}
.ui-dialog .modal .sign-log-link a {
  display: inline-block;
  padding: 0 10px;
  color: #d72010;
  text-transform: uppercase;
  font-weight: bold;
}
.ui-dialog .modal .sign-log-link a:active,
.ui-dialog .modal .sign-log-link a:hover {
  color: #333333;
  outline: 0;
  outline: none;
}
.ui-dialog .modal .sign-log-link a:focus {
  outline: 0;
  outline: none;
}
.saved-info {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.saved-info .saved-dialog {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 355px;
  height: 265px;
  padding: 0;
  margin: auto;
}
.saved-info .si-content {
  padding: 0 30px;
  overflow: hidden;
}
.saved-info .si-content p {
  font-size: 10pt;
  margin: 12px 0;
}
.saved-info .si-content a {
  color: #d72010;
  text-transform: uppercase;
  font-size: 8pt;
  font-weight: bold;
  padding: 11px 0;
  display: block;
  margin-bottom: 16px;
}
.saved-info .si-content .ui-dialog-ok {
  width: 100%;
  background: #d72010;
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
  padding: 10px;
  border: 0;
}
.saved-info .si-content .ui-dialog-ok:hover,
.saved-info .si-content .ui-dialog-ok:active,
.saved-info .si-content .ui-dialog-ok:focus {
  border: 0;
  background: #333333;
}
#signup-form .form-links a {
  font-size: 8pt;
  color: #d72010;
  font-weight: bold;
  float: left;
  margin-top: 5px;
  padding-top: 5px;
}
#signup-form .form-links a:last-of-type {
  float: right;
}
.checkbox-element {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  font-size: 8pt;
  color: #333333;
  float: left;
}
.checkbox-element:before {
  content: "";
  background: url("/wp-content/themes/thenet/images/icons/checkbox.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.checkbox-element.check:before {
  background: url("/wp-content/themes/thenet/images/icons/checkbox-check.svg") no-repeat center;
}
.forgot-pass,
.ui-widget-content .forgot-pass {
  color: #d72010;
  font-weight: bold;
  display: inline-block;
  font-size: 8pt;
  line-height: 30px;
  float: right;
}
.log-in-by {
  margin: 18px 0;
}
.log-in-by a {
  display: block;
  outline: 0;
  outline: none;
  padding: 8px 15px 8px 50px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
  margin-bottom: 10px;
}
.log-in-by a.log-fb {
  background: #4a6ea9 url("/wp-content/themes/thenet/images/icons/fb-white.svg") no-repeat 15px;
}
.log-in-by a.log-tw {
  background: #28a9e0 url("/wp-content/themes/thenet/images/icons/tw-white.svg") no-repeat 15px;
}
.log-in-by a.log-gp {
  background: #e14d3a url("/wp-content/themes/thenet/images/icons/gp-white.svg") no-repeat 15px;
}
.log-in-by a:hover,
.log-in-by a:active {
  background-color: #333333;
}
/******************************************************* CENTER */
.views-value {
  font-size: 8pt;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.views-value span {
  font-size: 8pt;
  font-weight: bold;
  padding-right: 4px;
}
.share {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
.type-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.post-type-video .type-icon {
  background: url("/wp-content/themes/thenet/images/icons/post-type-video.svg") no-repeat center;
}
.post-type-gallery .type-icon {
  background: url("/wp-content/themes/thenet/images/icons/post-type-gallery.svg") no-repeat center;
}
.post-img > a {
  display: block;
}
.img-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 66.66%;
  background: #333333;
  overflow: hidden;
}
.img-wrapper img {
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -50%;
  right: -50%;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 125%;
  min-height: 100%;
}
.img-wrapper-2 {
  width: 100%;
  position: relative;
  padding-bottom: 48%;
  background: #333333;
  overflow: hidden;
}
.img-wrapper-2 img {
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -50%;
  right: -50%;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 125%;
  min-height: 100%;
}
/**************************************************** FEATURED POSTS */
.featured-listing {
  padding-top: 30px;
}
.featured {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.featured .featured-item {
  position: relative;
}
.featured .type-icon {
  top: 5px;
  left: 5px;
}
.featured .post-img-small {
  display: none;
}
.featured .share.fb {
  background: url("/wp-content/themes/thenet/images/icons/fb-white.svg") no-repeat center;
}
.featured .share.tw {
  background: url("/wp-content/themes/thenet/images/icons/tw-white.svg") no-repeat center;
}
.featured .views-value span {
  font-weight: bold;
}
.featured .featured-content {
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
  background: #d72010;
  padding: 5px 10px 7px 10px;
  width: 100%;
}
.featured .featured-content p {
  color: #ffffff;
}
.featured .featured-content .post-title {
  display: block;
}
.featured .featured-content .post-title p {
  font-size: 11pt;
}
.featured .featured-item:hover .featured-content,
.featured .featured-item:focus .featured-content {
  background: #333333;
}
.featured-full .type-icon {
  top: 15px;
  left: 15px;
}
.featured-full .share {
  margin-right: 10px;
}
.featured-full .featured-content {
  padding: 8px 14px 10px 14px;
}
.featured-full .featured-content .post-title p {
  font-size: 18pt;
  font-weight: bold;
}
.featured-full .featured-content .views-value {
  margin-left: 12px;
}
.featured-full .featured-content .views-value span {
  font-size: 14pt;
}
.featured-small .featured-item {
  padding-bottom: 0;
  background: #333333;
}
.featured-small .featured-item .post-img {
  display: none;
}
.featured-small .featured-item .post-img-small {
  width: 45%;
  float: left;
  position: relative;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.featured-small .featured-item .post-img-small img {
  min-height: 100%;
}
.featured-small .featured-item .featured-content {
  position: relative;
  background: #333333;
  width: 55%;
  float: left;
  padding: 3px 6px;
}
.featured-small .featured-item .featured-content .post-title p {
  font-size: 9pt;
}
.featured-small .featured-item .featured-content .post-title-short {
  display: block;
  font-size: 10pt;
  line-height: 1.3;
  margin-bottom: -3px;
  font-weight: bold;
}
.featured-small .featured-item .featured-content .share,
.featured-small .featured-item .featured-content .views-value {
  position: absolute;
  bottom: 4px;
}
.featured-small .featured-item .featured-content .tw {
  left: 30px;
}
.featured-small .featured-item .featured-content .views-value {
  left: 55px;
}
.featured-small .featured-item:hover .featured-content,
.featured-small .featured-item:focus .featured-content {
  background: #d72010;
}
.section-title {
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.home .news-listing {
  padding-top: 23px;
}
.news-listing .news-item {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.news-listing .type-icon {
  top: 15px;
  left: 15px;
}
.news-listing .post-img {
  overflow: hidden;
}
.news-listing .news-content .post-title {
  display: block;
}
.news-listing .news-content .post-title p {
  color: #d72010;
  font-size: 18pt;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
}
.news-listing .news-content .post-title p:hover {
  color: #333333;
}
.news-listing .news-content .date {
  font-size: 8pt;
  margin: 9px 0;
}
.news-listing .news-content .share.fb {
  margin-right: 10px;
  background: url("/wp-content/themes/thenet/images/icons/fb-red.svg") no-repeat center;
}
.news-listing .news-content .share.fb:hover,
.news-listing .news-content .share.fb:focus {
  background: url("/wp-content/themes/thenet/images/icons/fb-grey.svg") no-repeat center;
}
.news-listing .news-content .share.tw {
  margin-right: 10px;
  background: url("/wp-content/themes/thenet/images/icons/tw-red.svg") no-repeat center;
}
.news-listing .news-content .share.tw:hover,
.news-listing .news-content .share.tw:focus {
  background: url("/wp-content/themes/thenet/images/icons/tw-grey.svg") no-repeat center;
}
.news-listing .news-content .views-value span {
  font-size: 14pt;
  font-weight: bold;
}
.btn-link,
input[type="submit"].btn-link {
  background: #d72010;
  font-size: 10pt;
  text-align: center;
  line-height: 40px;
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
  border: 0;
}
.btn-link:hover,
input[type="submit"].btn-link:hover,
.btn-link:focus,
input[type="submit"].btn-link:focus {
  background: #333333;
  color: #ffffff;
}
/************************************************ SIDEBARS WIDGETS */
.sidebar-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar-section .section-title {
  margin-top: -5px;
}
.sidebar-section .news-content {
  float: left;
  padding-left: 12px;
}
.sidebar-section .post-title {
  font-weight: bold;
}
.sidebar-section .post-title p {
  line-height: 1.2;
  font-size: 10pt;
}
.sidebar-section .date {
  font-size: 8pt;
  padding-top: 3px;
}
.sidebar-section .post-item {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.sidebar-section .post-item .type-icon {
  left: 5px;
  top: 5px;
}
.sidebar-section .post-item:last-of-type {
  padding-bottom: 0;
}
.sidebar-section .post-number {
  background: #d72010;
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 30px;
  line-height: 30px;
}
.right-sidebar .post-img {
  float: left;
}
.right-sidebar .cat-posts-list {
  width: 100%;
}
.top-stories-listing .post-img {
  width: 80px;
  height: 53px;
  overflow: hidden;
}
.social-links li {
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
.social-links li a {
  font-size: 10pt;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.social-links li a:before {
  content: "";
  margin-right: 15px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
.social-links li.fb {
  background: #4a6ea9;
}
.social-links li.fb a:before {
  background: url("/wp-content/themes/thenet/images/icons/fb-white.svg") no-repeat center;
}
.social-links li.tw {
  background: #28a9e0;
  margin: 10px 0;
}
.social-links li.tw a:before {
  background: url("/wp-content/themes/thenet/images/icons/tw-white.svg") no-repeat center;
}
.social-links li.yt {
  background: #e62117;
}
.social-links li.yt a:before {
  background: url("/wp-content/themes/thenet/images/icons/yt-white.svg") no-repeat center;
}
.social-links li:hover,
.social-links li:focus {
  background: #333333;
}
.top-video-listing,
.gallery-listing,
.right-sidebar .from-partners {
  padding: 30px 0 20px 0;
}
.top-video-listing .post-img,
.gallery-listing .post-img,
.right-sidebar .from-partners .post-img {
  width: 120px;
  height: 80px;
  overflow: hidden;
}
.top-video-listing .news-content,
.gallery-listing .news-content,
.right-sidebar .from-partners .news-content {
  width: 170px;
}
.right-sidebar .from-partners .partner-link {
  display: block;
  margin-top: -2px;
}
.right-sidebar .from-partners .news-content {
  padding-left: 0;
  width: 270px;
}
.right-sidebar .from-partners .btmsidebar {
  display: none;
}
form label {
  width: 100%;
  margin: 0;
}
form input {
  width: 100%;
}
.bottom-sidebar {
  overflow: hidden;
  padding-top: 50px;
}
.bottom-sidebar .sidebar-section {
  padding-top: 10px;
}
.bottom-sidebar .cat-posts-list .post-item .type-icon {
  left: 20px;
}
.bottom-sidebar .from-partners {
  overflow: hidden;
}
.bottom-sidebar .from-partners .section-title {
  padding: 0 15px;
}
.bottom-sidebar .from-partners .rgtsidebar {
  display: none;
}
.bottom-sidebar .from-partners .post-item {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.bottom-sidebar .from-partners .news-content {
  padding: 5px 0 0 0;
}
.partner-link {
  color: #d72010;
  font-size: 8pt;
  min-height: 13px;
  margin: 5px 0;
  display: block;
}
.partner-link:hover,
.partner-link:focus {
  color: #333333;
}
.cat-posts-list .post-title p {
  font-size: 11pt;
}
.cat-posts-list .news-content {
  padding: 10px 0 0 0;
}
.affix-sidebar.affix,
.affix-sidebar-gallery.affix {
  top: 30px;
}
.back-to-top {
  background: url("/wp-content/themes/thenet/images/icons/back-to-top-red.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin: 20px 0 0 auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.back-to-top:hover,
.back-to-top:focus {
  background: url("/wp-content/themes/thenet/images/icons/back-to-top-grey.svg") no-repeat;
}
/****************************************************** RSS LISTING */
.rss-listing .news-content {
  padding: 0;
  margin: 0;
  float: none;
}
.rss-listing .news-content .date {
  padding: 0;
  margin: 5px 0;
}
.rss-listing .news-content .share {
  margin: 10px 10px 10px 0;
  padding: 0 20px 0 0;
}
/*************************************************** SEARCH RESULTS */
.search-results .page-title {
  font-size: 20pt;
  font-weight: normal;
}
.search-results .page-title span {
  font-size: 20pt;
  font-weight: bold;
}
/****************************************************** AUTHOR PAGE */
.author-info {
  position: relative;
  margin: 0 0 50px 0;
  min-height: 60px;
}
.author-info .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.author-info .author-description {
  padding: 5px 0 0 85px;
}
.author-name h1 {
  display: inline-block;
  font-size: 20pt;
}
.author-name h1 span {
  padding-right: 5px;
  font-size: 20pt;
  font-weight: normal;
}
.author-bio span {
  color: #333333;
}
.archive .section-title {
  margin-top: -5px;
}
.archive .section-title span {
  text-transform: none;
}
.navigation.pagination {
  text-align: right;
  width: 100%;
}
.navigation.pagination .page-numbers {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 1.3;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:active {
  color: #d72010;
}
.navigation.pagination .next {
  margin: 0 10px;
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-red.svg") no-repeat center;
}
.navigation.pagination .next:hover,
.navigation.pagination .next:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-grey.svg") no-repeat center;
}
.navigation.pagination .prev {
  margin: 0 10px;
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-red.svg") no-repeat center;
}
.navigation.pagination .prev:hover,
.navigation.pagination .prev:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-grey.svg") no-repeat center;
}
/***************************************************** VISUAL BROWSE */
.photo-stories .post-item {
  width: 100%;
  margin-bottom: 20px;
}
.photo-stories .img-wrapper {
  background: transparent;
}
.photo-stories .img-wrapper img {
  height: 100%;
  width: auto;
  min-width: 0;
  display: block;
  margin: 0 auto;
}
/****************************************************** SINGLE POST */
.site-main {
  margin: 0;
}
.site-main > article {
  margin: 0;
}
.site-main > article .center-ad {
  padding-bottom: 25px;
}
.wrapper .ad-img {
  max-width: 300px;
  margin: 0 auto 40px auto;
  display: block;
}
.wrapper.homepage .ad-img {
  margin-top: 20px;
  width: 600px;
  max-width: 100%;
}
.wrapper .entry-title {
  font-size: 37pt;
  color: #d72010;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.single-post .entry-title {
  padding: 0 0 20px 0;
}
.post-wrapper {
  padding-top: 20px;
}
.post-wrapper .img-wrapper {
  background: #fafafa;
}
.post-wrapper .img-wrapper .post-thumbnail {
  margin: 0;
}
.post-wrapper .img-wrapper .post-thumbnail > img {
  height: 100%;
  min-width: 0;
  width: auto;
}
.post-wrapper .photo-author-info {
  padding: 0 15px;
  background: #fafafa;
  line-height: 25px;
  font-size: 8pt;
  line-height: 1.3;
}
.post-wrapper .photo-author-info span {
  font-size: 8pt;
}
.post-wrapper .post-content {
  padding: 35px 0 25px 0;
  position: relative;
}
.post-wrapper .post-content ol li {
  list-style: decimal;
}
.post-wrapper .post-content p {
  margin-bottom: 20px;
}
.post-wrapper .post-content img,
.post-wrapper .post-content figure {
  max-width: 100%;
  height: auto;
}
.post-wrapper .post-content p > iframe {
  max-width: 100%;
}
.post-wrapper .post-content figure .wp-caption-text {
  font-size: 8pt;
  color: #999999;
  padding: 5px 0 20px 0;
}
.post-wrapper .post-content figure.alignleft {
  float: left;
  margin: 10px 25px 0 0;
}
.post-wrapper .post-content figure.alignright {
  float: right;
  margin: 10px 15px 0 25px;
}
.post-wrapper .related-post {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin: 30px 0 35px 0;
}
.post-wrapper .related-post header {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 15px;
}
.post-wrapper .related-post header h5 {
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline;
  padding: 5px 15px 5px 0;
  background: #fff;
}
.post-wrapper .related-post section {
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
}
.post-wrapper .related-post .post-img {
  width: 120px;
  float: left;
}
.post-wrapper .related-post .related-content {
  float: left;
  padding-left: 15px;
}
.post-wrapper .related-post .related-content .categories {
  width: 100%;
  overflow: hidden;
}
.post-wrapper .related-post .related-content .categories a {
  font-size: 10pt;
  text-transform: uppercase;
  padding: 0 3px 0 0;
  float: left;
}
.post-wrapper .related-post .related-content .post-title {
  font-weight: bold;
  display: block;
}
.post-wrapper .related-post .related-content .date-time {
  display: block;
}
.post-wrapper .story-highlights {
  width: 100%;
  padding: 3px 20px 10px 0;
}
.post-wrapper .story-highlights header {
  width: 80%;
}
.post-wrapper .story-highlights header h5 {
  font-size: 12pt;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.post-wrapper .story-highlights ul {
  padding-top: 10px;
}
.post-wrapper .story-highlights li p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
}
.rights-info {
  font-size: 8pt;
}
.single-format-video .embed-container {
  margin-bottom: 10px;
}
.single-format-video .rights-info {
  padding-top: 15px;
}
/* SOCIALS LEFT FIXED*/
.socials-left {
  width: 970px;
  margin: 0 auto;
  position: relative !important;
}
.socials-left .socials-left-wrapper {
  position: fixed;
  margin-left: -75px;
  top: -100%;
  -webkit-transition: all 350ms ease-out 200ms;
  -moz-transition: all 350ms ease-out 200ms;
  -o-transition: all 350ms ease-out 200ms;
  transition: all 350ms ease-out 200ms;
}
.socials-left .socials-left-wrapper a {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.socials-left .socials-left-wrapper .fb {
  background: url("/wp-content/themes/thenet/images/icons/fb-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .fb:hover,
.socials-left .socials-left-wrapper .fb:active,
.socials-left .socials-left-wrapper .fb:focus {
  background: url("/wp-content/themes/thenet/images/icons/fb-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .tw {
  background: url("/wp-content/themes/thenet/images/icons/tw-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .tw:hover,
.socials-left .socials-left-wrapper .tw:active,
.socials-left .socials-left-wrapper .tw:focus {
  background: url("/wp-content/themes/thenet/images/icons/tw-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .gp {
  background: url("/wp-content/themes/thenet/images/icons/gp-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .gp:hover,
.socials-left .socials-left-wrapper .gp:active,
.socials-left .socials-left-wrapper .gp:focus {
  background: url("/wp-content/themes/thenet/images/icons/gp-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .pt {
  background: url("/wp-content/themes/thenet/images/icons/pt-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .pt:hover,
.socials-left .socials-left-wrapper .pt:active,
.socials-left .socials-left-wrapper .pt:focus {
  background: url("/wp-content/themes/thenet/images/icons/pt-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .wt {
  background: url("/wp-content/themes/thenet/images/icons/wt-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .wt:hover,
.socials-left .socials-left-wrapper .wt:active,
.socials-left .socials-left-wrapper .wt:focus {
  background: url("/wp-content/themes/thenet/images/icons/wt-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .email {
  background: url("/wp-content/themes/thenet/images/icons/email-color.svg") no-repeat center;
}
.socials-left .socials-left-wrapper .email:hover,
.socials-left .socials-left-wrapper .email:active,
.socials-left .socials-left-wrapper .email:focus {
  background: url("/wp-content/themes/thenet/images/icons/email-color-bcg.svg") no-repeat center;
}
.socials-left .socials-left-wrapper.affix {
  top: 65px;
}
/************************ POST AUTHOR INFORMATIONS */
.date-cat-tags-list {
  overflow: hidden;
  margin-top: -10px;
}
.date-cat-tags-list .cat-list .comments-value {
  margin-left: 10px;
}
.cat-list {
  font-size: 8pt;
  padding-top: 5px;
}
.cat-list span {
  font-size: 8pt;
}
.cat-list a {
  font-weight: bold;
  display: inline-block;
  padding-left: 2px;
}
.cat-list a:after {
  content: ", ";
  display: inline-block;
}
.cat-list a:last-of-type:after {
  content: "";
}
.save-post {
  font-size: 8pt;
  text-transform: uppercase;
  background: url("/wp-content/themes/thenet/images/icons/icon-save-white.svg") no-repeat right;
  padding-right: 23px;
  display: block;
  margin: 10px 0 0 0;
  text-align: right;
  color: #ffffff;
  clear: both;
}
.save-post:hover,
.save-post:active,
.save-post:focus {
  color: #ffffff;
  background: url("/wp-content/themes/thenet/images/icons/icon-save-red.svg") no-repeat right;
}
.author-row {
  margin: 25px 0;
  position: relative;
  min-height: 40px;
}
.author-row > img {
  position: absolute;
  left: 0;
}
.author-row .author-name-social {
  padding-left: 50px;
  max-width: 80%;
}
.author-row .author-name-social .author-socials a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px 10px 0 0;
}
.author-row .author-name-social .author-socials .fb {
  background: url("/wp-content/themes/thenet/images/icons/fb-red.svg") no-repeat center;
}
.author-row .author-name-social .author-socials .tw {
  background: url("/wp-content/themes/thenet/images/icons/tw-red.svg") no-repeat center;
}
.author-row .author-name-social .author-socials .it {
  background: url("/wp-content/themes/thenet/images/icons/it-red.svg") no-repeat center;
}
.author-row .author-name-social .author-socials .pt {
  background: url("/wp-content/themes/thenet/images/icons/pt-red.svg") no-repeat center;
}
.author-row .author-name-social .author-socials .yt {
  background: url("/wp-content/themes/thenet/images/icons/yt-red.svg") no-repeat center;
}
.author-row .author-name-social .author-socials .gp {
  background: url("/wp-content/themes/thenet/images/icons/gp-red.svg") no-repeat center;
}
.author-row .views-value {
  position: absolute;
  right: 0;
  top: -4px;
}
.author-row .views-value span {
  font-size: 14pt;
  font-weight: bold;
}
.author-row .save-post {
  position: absolute;
  top: 25px;
  right: 0;
  color: #333333;
  margin: 0;
  background: url("/wp-content/themes/thenet/images/icons/icon-save-red.svg") no-repeat right;
}
.author-row .save-post:hover,
.author-row .save-post:active,
.author-row .save-post:focus {
  color: #333333;
  background: url("/wp-content/themes/thenet/images/icons/icon-save-grey.svg") no-repeat right;
}
.color-socials {
  overflow: hidden;
}
.color-socials a {
  display: block;
  width: 100%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.color-socials a.fb {
  background: #4a6ea9 url("/wp-content/themes/thenet/images/icons/fb-white.svg") no-repeat center;
}
.color-socials a.tw {
  background: #28a9e0 url("/wp-content/themes/thenet/images/icons/tw-white.svg") no-repeat center;
}
.color-socials a.gp {
  background: #e14d3a url("/wp-content/themes/thenet/images/icons/gp-white.svg") no-repeat center;
}
.color-socials a.pt {
  background: #cc2128 url("/wp-content/themes/thenet/images/icons/pt-white.svg") no-repeat center;
}
.color-socials a.email {
  background: #d72010 url("/wp-content/themes/thenet/images/icons/email-white.svg") no-repeat center;
}
.color-socials a.wt {
  background: #00a859 url("/wp-content/themes/thenet/images/icons/wt-white.svg") no-repeat center;
}
.color-socials a:hover {
  background-color: #333333 !important;
}
.color-socials.post-socials {
  margin-bottom: 30px;
}
.color-socials.post-socials a {
  width: 25%;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
}
/************************************************** SINGLE - VIDEO */
.embed-container,
.jetpack-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.jetpack-video-wrapper iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************************************************** SINGLE - GALLERY */
.single-post .fw-center-ad {
  margin-bottom: 30px;
}
.gallery-top-part {
  background: #333333;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-bottom: 35px;
}
.gallery-top-part .entry-title {
  padding: 0;
  font-size: 24pt;
  color: #ffffff;
  margin: -2px 0 10px 0;
}
.gallery-top-part .img-wrapper {
  background: transparent;
}
.gallery-top-part .photo-author-info {
  background: transparent;
  color: #ffffff;
  padding: 0;
  position: relative;
  min-height: 40px;
}
.gallery-top-part .photo-author-info .caption {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%);
}
.gallery-top-part .socials {
  overflow: hidden;
}
.gallery-top-part .socials .gallery-share {
  width: 25%;
  float: left;
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 10px;
  background-color: transparent;
}
.gallery-top-part .socials .gallery-share.fb {
  background: url("/wp-content/themes/thenet/images/icons/gallery-fb-white.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share.tw {
  background: url("/wp-content/themes/thenet/images/icons/gallery-tw-white.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share.gp {
  background: url("/wp-content/themes/thenet/images/icons/gallery-gp-white.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share.wt {
  background: url("/wp-content/themes/thenet/images/icons/gallery-wt-white.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share.comments {
  background: url("/wp-content/themes/thenet/images/icons/gallery-comm-white.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share:hover.fb,
.gallery-top-part .socials .gallery-share:active.fb,
.gallery-top-part .socials .gallery-share:focus.fb {
  background: url("/wp-content/themes/thenet/images/icons/gallery-fb-red.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share:hover.tw,
.gallery-top-part .socials .gallery-share:active.tw,
.gallery-top-part .socials .gallery-share:focus.tw {
  background: url("/wp-content/themes/thenet/images/icons/gallery-tw-red.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share:hover.gp,
.gallery-top-part .socials .gallery-share:active.gp,
.gallery-top-part .socials .gallery-share:focus.gp {
  background: url("/wp-content/themes/thenet/images/icons/gallery-gp-red.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share:hover.wt,
.gallery-top-part .socials .gallery-share:active.wt,
.gallery-top-part .socials .gallery-share:focus.wt {
  background: url("/wp-content/themes/thenet/images/icons/gallery-wt-red.svg") no-repeat center;
}
.gallery-top-part .socials .gallery-share:hover.comments,
.gallery-top-part .socials .gallery-share:active.comments,
.gallery-top-part .socials .gallery-share:focus.comments {
  background: url("/wp-content/themes/thenet/images/icons/gallery-comm-red.svg") no-repeat center;
}
.gallery-top-part .cat-list,
.gallery-top-part .cat-list a {
  color: #ffffff;
  padding-top: 10px;
}
.gallery-top-part .date-time {
  color: #ffffff;
  display: block;
  clear: both;
  padding-top: 10px;
}
.gallery-top-part .post-content {
  color: #ffffff;
  padding: 0;
  margin: 24px 10px 0 0;
  font-size: 10pt;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: auto;
}
.gallery-top-part .post-content a {
  color: #ffffff;
  font-weight: bold;
}
.gallery-top-part .post-content h1,
.gallery-top-part .post-content h2 {
  font-size: 14pt;
  line-height: 1.2;
}
.gallery-top-part .post-content p,
.gallery-top-part .post-content span,
.gallery-top-part .post-content h1,
.gallery-top-part .post-content h2,
.gallery-top-part .post-content h3,
.gallery-top-part .post-content h4,
.gallery-top-part .post-content h5,
.gallery-top-part .post-content h6 {
  margin-bottom: 10px;
}
.gallery-top-part .photo-title {
  font-size: 14pt;
  font-weight: bold;
}
.next-story {
  position: absolute;
  background: #ffffff;
  z-index: 100;
  padding: 20px;
  bottom: 90px;
  width: 75%;
  right: 0;
  margin: auto;
  left: 0;
}
.next-story .next-title a {
  font-size: 14pt;
  color: #d72010;
  font-weight: bold;
  padding: 15px 0 20px 0;
  display: block;
}
.post-content::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  background: transparent !important;
  visibility: hidden !important;
}
@-moz-document url-prefix() {
  .gallery-top-part .post-content {
    padding-right: 20px;
  }
}
.single-format-gallery .slider-controls {
  position: relative;
  text-align: right;
  height: 40px;
  margin: 6px 0 20px 0;
}
.single-format-gallery .slider-controls p {
  color: #ffffff;
  line-height: 40px;
  font-size: 11pt;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.single-format-gallery .carousel-control {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: static;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.single-format-gallery .carousel-control.left {
  background-image: none;
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-red.svg") no-repeat center;
}
.single-format-gallery .carousel-control.left.disabled {
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-grey.svg") no-repeat center;
}
.single-format-gallery .carousel-control.right {
  margin-left: 12px;
  background-image: none;
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-red.svg") no-repeat center;
}
.single-format-gallery .carousel-control.right.disabled {
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-grey.svg") no-repeat center;
}
.single-format-gallery .carousel-control:hover,
.single-format-gallery .carousel-control:active,
.single-format-gallery .carousel-control:focus {
  opacity: 1;
}
.single-format-gallery .carousel-inner .img-wrapper img {
  height: 100%;
  width: auto;
  min-width: 0;
}
.single-format-gallery .carousel-inner .carousel-control {
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%);
  position: absolute;
  margin-top: -18px;
}
.single-format-gallery .carousel-inner .carousel-control.left {
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-grey.svg") no-repeat center;
}
.single-format-gallery .carousel-inner .carousel-control.left:hover,
.single-format-gallery .carousel-inner .carousel-control.left:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-red.svg") no-repeat center;
}
.single-format-gallery .carousel-inner .carousel-control.left.disabled {
  background: none;
}
.single-format-gallery .carousel-inner .carousel-control.right {
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-grey.svg") no-repeat center;
}
.single-format-gallery .carousel-inner .carousel-control.right:hover,
.single-format-gallery .carousel-inner .carousel-control.right:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-red.svg") no-repeat center;
}
.single-format-gallery .carousel-inner .carousel-control.right.disabled {
  background: none;
}
@media all and (max-width: 767px) {
  #post-gallery .carousel-inner {
    overflow: visible;
    padding-top: 30px;
  }
  #post-gallery .carousel-inner .text {
    color: #ffffff;
    padding: 20px 0 30px 0;
  }
  #post-gallery .carousel-inner .text strong,
  #post-gallery .carousel-inner .text strong a {
    color: #ffffff;
  }
  #post-gallery .carousel-inner .text p,
  #post-gallery .carousel-inner .text span,
  #post-gallery .carousel-inner .text h1,
  #post-gallery .carousel-inner .text h2,
  #post-gallery .carousel-inner .text h3,
  #post-gallery .carousel-inner .text h4,
  #post-gallery .carousel-inner .text h5,
  #post-gallery .carousel-inner .text h6 {
    margin-bottom: 20px;
  }
  #post-gallery .carousel-inner .text h1,
  #post-gallery .carousel-inner .text h2 {
    font-size: 14pt;
  }
  #post-gallery .carousel-inner > .item {
    display: block;
    position: static !important;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: none;
    perspective: none;
  }
  #post-gallery .carousel-inner > .item.next.left,
  #post-gallery .carousel-inner > .item.prev.right,
  #post-gallery .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  #post-gallery .carousel-inner > .item .img-wrapper {
    padding-bottom: 0;
  }
  #post-gallery .carousel-inner > .item img {
    width: 100%;
    height: auto;
    min-width: 0;
    position: static;
    min-height: 0;
  }
  #post-gallery .carousel-inner .carousel-control {
    display: none;
  }
}
.posts-links {
  position: relative;
  width: 100%;
  margin: 50px 0 60px 0;
  overflow: hidden;
}
.posts-links p {
  display: table;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.posts-links a {
  height: 40px;
  font-size: 8pt;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.posts-links .next-post {
  float: right;
  text-align: right;
  padding-left: 15px;
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-red.svg") no-repeat right;
}
.posts-links .next-post a {
  padding-right: 50px;
}
.posts-links .next-post:hover,
.posts-links .next-post:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-right-bcg-grey.svg") no-repeat right;
}
.posts-links .prev-post {
  float: left;
  padding-right: 15px;
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-red.svg") no-repeat left;
}
.posts-links .prev-post a {
  padding-left: 50px;
}
.posts-links .prev-post:hover,
.posts-links .prev-post:active {
  background: url("/wp-content/themes/thenet/images/icons/arrow-left-bcg-grey.svg") no-repeat left;
}
/***************************************************** COMMENTS */
#comments {
  margin: 0;
}
.comments-area-inner {
  overflow: hidden;
  -webkit-transition: opacity 500ms linear 300ms;
  -moz-transition: opacity 500ms linear 300ms;
  -o-transition: opacity 500ms linear 300ms;
  transition: opacity 500ms linear 300ms;
}
.comments-area-inner .facebook-conversation {
  padding: 0 0 50px 0;
  min-height: 255px;
}
.comments-area-inner .facebook-conversation > p {
  font-size: 14pt;
  text-transform: uppercase;
}
.comments-area-inner #comments-list > p {
  text-transform: uppercase;
  font-size: 14pt;
}
.comments-area-inner #comments-list article {
  border: 0;
  padding: 25px 0 3px 0;
}
.comments-area-inner #comments-list article footer {
  margin: 0 0 28px 0;
  padding: 0;
  border: 0;
  position: relative;
}
.comments-area-inner #comments-list article .comment-content p {
  line-height: 1.2;
  font-size: 10pt;
  text-align: justify;
}
.comments-area-inner #comments-list .children {
  padding-left: 35px;
}
.comments-area-inner #comments-list .children .children {
  padding-left: 0;
}
.comments-area-inner #respond {
  display: block !important;
  overflow: hidden;
  -webkit-transition: opacity 800ms linear 500ms;
  -moz-transition: opacity 800ms linear 500ms;
  -o-transition: opacity 800ms linear 500ms;
  transition: opacity 800ms linear 500ms;
}
.comments-area-inner #respond.open {
  display: block;
  height: auto;
  opacity: 1;
}
.comments-area-inner li #respond {
  -webkit-transition: opacity 800ms linear 500ms;
  -moz-transition: opacity 800ms linear 500ms;
  -o-transition: opacity 800ms linear 500ms;
  transition: opacity 800ms linear 500ms;
}
.comments-area-inner.comment-form-visible {
  height: 100%;
  padding-top: 30px;
  opacity: 1;
}
.comments-area-inner.comment-form-visible .facebook-conversation {
  display: block;
}
.comments-area-inner.comment-form-visible #respond {
  display: block;
  padding-top: 35px;
  opacity: 1;
}
.show-hide-comments {
  position: relative;
  min-height: 20px;
  text-transform: uppercase;
}
.show-hide-comments > span {
  font-size: 10pt;
  font-weight: bold;
}
.show-hide-comments a {
  position: absolute;
  top: 0;
  font-size: 10pt;
  left: 0;
  font-weight: bold;
  z-index: 10;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.show-hide-comments a.hide-btn {
  z-index: 9;
  opacity: 0;
  display: none;
}
.show-hide-comments .post-comment {
  color: #d72010;
  right: 0;
  left: auto;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.show-hide-comments .post-comment.toggled {
  opacity: 0;
  display: none;
}
.show-hide-comments.toggled .hide-btn {
  opacity: 1;
  display: block;
}
.show-hide-comments.toggled .show-btn {
  opacity: 0;
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget iframe,
.fb_iframe_widget span {
  width: 100% !important;
}
.comment-reply-link {
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.comment-reply-link.clicked {
  color: #333333;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.comment-author {
  padding-left: 55px;
}
.comment-author .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author b {
  font-size: 16px;
  font-weight: bold;
}
.comment-author span {
  display: none;
}
.comment-metadata {
  padding-left: 55px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  margin: 0;
  font-size: 8pt;
}
.comment-metadata a,
.comment-metadata time {
  color: #333333;
}
.reply a {
  border: 0;
  background: none;
  font-family: 'Lato', sans-serif;
  color: #d72010;
  font-size: 10pt;
  margin: 10px 0 0 auto;
  text-align: right;
  display: block;
  padding: 0;
  font-weight: bold;
}
.reply a:hover,
.reply a:active {
  color: #d72010;
}
#cancel-comment-reply-link {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 20px;
  color: #d72010;
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  line-height: 20px;
  font-weight: bold;
}
.comment-respond {
  -webkit-transition: opacity 300ms linear 200ms;
  -moz-transition: opacity 300ms linear 200ms;
  -o-transition: opacity 300ms linear 200ms;
  transition: opacity 300ms linear 200ms;
}
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
  border: 0;
  padding: 0 0 25px 0;
  color: transparent;
  position: relative;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  color: #333333;
}
#respond {
  display: none;
}
.comment-form {
  padding: 0;
  position: relative;
}
.comment-form p {
  padding-right: 0;
  margin-bottom: 15px;
}
.comment-form p label {
  display: none;
}
.comment-form .required {
  display: none;
}
.comment-form p.comment-notes {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 8pt;
}
.comment-form p.comment-notes span {
  display: inline-block;
}
.comment-form p.comment-notes #email-notes {
  display: block;
  font-size: 8pt;
}
.comment-form p.comment-form-comment textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 10pt;
}
.comment-form p.form-submit {
  padding: 0;
  text-align: right;
}
.comment-form p.form-submit input {
  width: 50%;
  color: #ffffff;
  background-color: #d72010;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  margin: 0;
  border: 0;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  font-size: 10pt;
  padding: 0;
}
.comment-form p.form-submit input:hover,
.comment-form p.form-submit input:active {
  background-color: #333333;
}
.comment-form.focus label,
.comment-form.active label {
  display: none;
}
p.comment-subscription-form {
  margin-bottom: 15px;
  width: 100%;
}
p.comment-subscription-form label {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0;
  font-weight: normal;
  font-size: 8pt;
}
p.comment-subscription-form input {
  display: inline-block;
  vertical-align: middle;
}
p.comment-subscription-form input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 8px 0 0!important;
  cursor: pointer;
}
p.comment-subscription-form input[type=checkbox]:active,
p.comment-subscription-form input[type=checkbox]:focus {
  outline: 0;
}
p.comment-subscription-form input[type=checkbox]:after {
  content: " ";
  background: url("/wp-content/themes/thenet/images/icons/checkbox.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  visibility: visible;
  width: 30px;
  height: 30px;
}
p.comment-subscription-form input[type=checkbox]:checked:after {
  content: "";
  background: url("/wp-content/themes/thenet/images/icons/checkbox-check.svg") no-repeat center;
}
.logged-in .comment-form p {
  width: 100%;
  position: static;
  margin-bottom: 15px;
}
.logged-in .comment-form .logged-in-as {
  display: none;
}
.logged-in .comment-form p.form-submit {
  text-align: right;
}
.logged-in .comment-form p.form-submit input {
  width: 50%;
}
#comments-form .checkbox-element {
  display: block;
  float: none;
  padding: 5px 0 8px 0;
}
/********************************************** NEXT POSTS LIST */
.next-posts-list {
  padding-bottom: 30px;
}
.next-posts-list .center-ad {
  padding: 55px 0 5px 0;
}
.next-posts-list .next-post-element {
  margin-top: 15px;
  padding: 52px 0 5px 0;
  border-top: 1px solid #cccccc;
}
.next-posts-list .next-post-element .entry-title {
  padding: 0 0 25px 0;
  font-size: 24pt;
}
.next-posts-list .next-post-element .entry-title:hover,
.next-posts-list .next-post-element .entry-title:active {
  color: #333333;
}
.next-posts-list .next-post-element .excerpt {
  padding: 35px 0 0 0;
}
.next-posts-list .next-post-element .excerpt p {
  font-weight: bold;
}
.read-more {
  color: #d72010;
  display: block;
  margin: 5px 0;
  padding: 10px 0 20px 0;
  font-weight: bold;
  width: 95px;
}
.read-more:hover,
.read-more:active {
  color: #333333;
}
/***************************************************** BLOG LISTING */
.page-title {
  text-transform: uppercase;
  font-size: 24pt;
  font-weight: bold;
  padding: 0 0 22px 0;
  color: #d72010;
}
.page-title.about-title {
  text-transform: none;
}
/***************************************************** CONTACT PAGE */
.contact-page {
  padding-bottom: 15px;
}
.contact-page .page-title {
  padding-bottom: 0;
}
.contact-form .ninja-forms-all-fields-wrap .field-wrap {
  padding: 0 15px;
}
.contact-form .ninja-forms-all-fields-wrap .field-wrap.text-wrap label,
.contact-form .ninja-forms-all-fields-wrap .field-wrap.textarea-wrap label {
  display: none;
}
.contact-form .ninja-forms-required-items {
  padding: 0 15px 15px 15px;
  font-size: 8pt;
}
.contact-form .field-wrap.text-wrap {
  margin-bottom: 15px;
}
.contact-form .field-wrap.textarea-wrap {
  clear: both;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
.contact-form .textarea-wrap textarea {
  height: 150px;
}
.contact-form .field-wrap.spam-wrap {
  margin-bottom: 15px;
  text-align: right;
}
.contact-form .field-wrap.spam-wrap label {
  float: none;
}
.contact-form .field-wrap.spam-wrap input.ninja-forms-field {
  width: 70px;
}
.contact-form .field-wrap.submit-wrap .btn-link,
.contact-form .field-wrap.submit-wrap input[type="submit"] {
  width: 50%;
  margin: 0 0 0 auto;
}
.contact-form .ninja-forms-response-msg {
  padding: 20px 15px;
}
.contact-form .ninja-forms-field-error p {
  color: #d72010;
  font-size: 8pt;
  padding-top: 2px;
}
.contact-sidebar {
  padding-top: 20px;
}
.contact-sidebar > p {
  font-size: 14pt;
  margin-top: -6px;
  padding-bottom: 5px;
}
.contact-sidebar .contact-details {
  padding-top: 5px;
}
.contact-sidebar .contact-details p {
  font-size: 8pt;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.contact-sidebar .contact-details .address {
  font-size: 10pt;
  padding-bottom: 10px;
}
.contact-sidebar .contact-details .address strong {
  font-weight: bold;
}
.contact-sidebar .contact-details .phone-info:before {
  content: "";
  background: url("/wp-content/themes/thenet/images/icons/phone-grey.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 15px;
  width: 15px;
}
.contact-sidebar .contact-details .phone-info:hover:before {
  background: url("/wp-content/themes/thenet/images/icons/phone-red.svg") no-repeat center;
}
.contact-sidebar .contact-details .email-info:before {
  content: "";
  background: url("/wp-content/themes/thenet/images/icons/email-red2.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 15px;
  width: 15px;
}
.contact-sidebar .contact-details .email-info:hover:before {
  background: url("/wp-content/themes/thenet/images/icons/email-grey2.svg") no-repeat center;
}
#map {
  height: 250px;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
/*************************************************** MY ACCOUNT */
.my-account .page-title {
  text-transform: none;
}
.my-account h2 {
  padding: 20px 0;
  text-transform: capitalize;
}
.my-account .btn-link {
  max-width: 292px;
  margin-top: 35px;
}
.my-account .user-photo .user-photo-wrapper {
  width: 80px;
  height: 80px;
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}
.my-account .user-photo .user-photo-wrapper img {
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 120%;
  margin: auto;
}
#edit-profile {
  position: relative;
  padding-bottom: 32px;
}
#edit-profile form {
  margin: 0 -15px;
  overflow: hidden;
  padding-bottom: 30px;
}
#edit-profile .uf-group {
  position: absolute;
  top: 35px;
  left: 80px;
  padding: 0 0 0 17px;
  width: 100%;
}
#edit-profile .uf-group p {
  font-size: 8pt;
  padding-top: 15px;
}
#edit-profile .uf-group #uploadFile {
  border: 0;
  background: transparent;
  padding: 5px 0 0 115px;
  width: 100%;
  height: 25px;
}
#edit-profile .uf-group input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0;
  background: transparent;
  height: 25px;
  width: 100%;
}
#edit-profile .uf-group label {
  color: #ffffff;
  background: #d72010;
  font-size: 8pt;
  text-transform: uppercase;
  width: 90px;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: -1;
}
#edit-profile .user-info-group {
  padding: 0 15px;
  margin-bottom: 0;
}
#edit-profile .user-info-group label {
  font-weight: normal;
  margin-bottom: 10px;
}
#edit-profile .user-info-group label span {
  padding-bottom: 6px;
  display: block;
}
#edit-profile .user-info-group label textarea {
  height: 190px;
}
#edit-profile .submit-group {
  padding: 0 15px;
  clear: both;
  position: relative;
}
#edit-profile .submit-group button {
  float: right;
  margin: 0 0 0 30px;
}
#edit-profile .submit-group .btn-cancel {
  float: right;
  padding: 0 0 0 20px;
  line-height: 40px;
}
.btn-cancel {
  color: #d72010;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-cancel:hover,
.btn-cancel:focus {
  color: #333333;
}
.btn-remove {
  background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.form-info {
  font-size: 8pt;
  padding-top: 25px;
}
.form-info a {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #d72010;
  font-weight: bold;
  padding: 0 6px;
}
.form-info a:hover,
.form-info a:focus {
  color: #333333;
}
.form-group.has-error span {
  color: #d72010;
  font-size: 8pt;
  margin: 2px;
}
.my-account-row h3 {
  padding: 25px 0 20px 0;
}
.my-account-row form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.my-account-row form .form-group label {
  font-weight: normal;
  display: none;
}
.my-account-row form .form-group label input {
  margin-top: 20px;
  margin-bottom: 0;
}
.my-account-row form .form-group label .btn-submit {
  margin-top: 20px;
  width: 100%;
}
.my-account-row form .form-group label .btn-cancel {
  float: right;
  margin: 5px 0;
  padding: 8px 0;
}
.my-account-row form .form-group .label {
  font-size: 100%;
  padding-bottom: 12px;
  color: #999999;
  padding: 0 0 10px 0;
  text-align: left;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.my-account-row form .form-group .label strong {
  font-weight: normal;
  font-style: italic;
}
.my-account-row form .form-group .change-group {
  overflow: hidden;
  margin-bottom: 15px;
}
.my-account-row form .form-group .change-group span {
  float: left;
  padding-right: 10px;
  line-height: 22px;
}
.my-account-row form .form-group .change-group .change-btn {
  float: left;
  color: #d72010;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: opacity 350ms linear 100ms;
  -moz-transition: opacity 350ms linear 100ms;
  -o-transition: opacity 350ms linear 100ms;
  transition: opacity 350ms linear 100ms;
}
.my-account-row form .form-group .change-group .change-btn:hover,
.my-account-row form .form-group .change-group .change-btn:focus {
  color: #333333;
}
.my-account-row form .form-group.change-pass .change-group span {
  padding-top: 4px;
}
.my-account-row form .form-group .inputs-group {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 400ms linear 100ms;
  -moz-transition: all 400ms linear 100ms;
  -o-transition: all 400ms linear 100ms;
  transition: all 400ms linear 100ms;
}
.my-account-row form .form-group.active .inputs-group {
  max-height: 200px;
  opacity: 1;
}
.my-account-row form .form-group input {
  margin-bottom: 15px;
}
.my-account-row form .form-group .btn-submit {
  margin: 0 0 10px 0;
}
.my-account-row form .form-group.active .change-btn {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.my-account-row form .form-group .btn-cancel {
  display: block;
  text-align: right;
}
.my-account-row > div > a {
  font-size: 8pt;
  color: #d72010;
}
.my-account-row .color-socials {
  padding-top: 15px;
}
.my-account-row .color-socials li a:before {
  height: 19px;
}
.my-account-row .color-socials li.gp {
  background: #e14d3a;
  margin: 10px 0;
}
.my-account-row .color-socials li.gp a:before {
  background: url("/wp-content/themes/thenet/images/icons/gp-white.svg") no-repeat center;
  width: 20px;
}
.my-account-row .benefits-col h3 {
  padding: 25px 0 20px 75px;
}
.benefits-list {
  padding-left: 75px;
}
.benefits-list li {
  position: relative;
  padding-bottom: 20px;
}
.benefits-list li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.benefits-list li a {
  padding: 5px 0 0 50px;
  text-align: left;
  font-size: 11pt;
  display: block;
}
.benefits-list li a p {
  font-size: 8pt;
}
.benefits-list li a:hover p {
  color: #d72010;
}
.my-saved > p {
  padding: 25px 0;
}
.news-listing .my-saved-items:last-of-type {
  margin-bottom: 20px;
}
/************************************************* WOOCOMMERCE */
.woocommerce-breadcrumb {
  display: none;
}
.buy-sidebar {
  margin-top: -5px;
}
select {
  border: 1px solid #333;
  font-family: 'Lato', sans-serif;
  padding: 5px 10px 6px 10px;
  height: 40px;
  font-size: 10pt;
}
#buy-page .wrapper {
  padding-top: 0;
}
#buy-page .wrapper .main-content {
  margin-top: 0;
}
#buy-page .wrapper .page-title {
  font-family: 'Lato', sans-serif;
}
#buy-page .wrapper .remove {
  font-size: 14pt;
  color: transparent !important;
  width: 15px;
  height: 15px;
  background: transparent url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center;
}
#buy-page .wrapper .remove:hover,
#buy-page .wrapper .remove:active {
  color: transparent !important;
  background: transparent url("/wp-content/themes/thenet/images/icons/close-grey.svg") no-repeat center;
}
#buy-page .wrapper .qty {
  text-align: center;
  font-size: 12pt;
  padding: 0 0 0 15px;
  height: 40px;
  line-height: 1;
  color: #333333;
  border-radius: 0;
}
#buy-page .wrapper .woocommerce-message,
#buy-page .wrapper .woocommerce-info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  color: #333333;
  padding: 30px 15px 20px 15px!important;
  margin: 30px 0 20px 0!important;
  overflow: hidden;
  position: relative;
}
#buy-page .wrapper .woocommerce-message:before,
#buy-page .wrapper .woocommerce-info:before {
  display: none;
}
#buy-page .wrapper .woocommerce-message a.wc-forward,
#buy-page .wrapper .woocommerce-info a.wc-forward {
  color: #ffffff;
  padding: 0 20px;
  line-height: 40px;
  background: #d72010;
  font-size: 10pt;
  text-align: center;
  font-weight: normal;
  border-radius: 0;
  margin-top: -10px;
  text-transform: uppercase;
}
#buy-page .wrapper .woocommerce-info {
  padding: 15px !important;
  margin: 10px 0 0 0!important;
}
#buy-page .wrapper .woocommerce-info a {
  color: #d72010;
  padding-left: 5px;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
}
#buy-page .wrapper .price {
  line-height: 1;
}
#buy-page .wrapper .price .amount {
  color: #333;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
#buy-page .wrapper .price ins {
  display: inline-block;
  background: transparent;
  color: #333;
  line-height: 1;
}
#buy-page .wrapper .price ins .amount {
  font-size: 24px;
  line-height: 1;
}
#buy-page .wrapper .price del {
  display: inline-block;
  opacity: 0.5;
  color: #333;
  line-height: 1;
}
#buy-page .wrapper .price del .amount {
  font-size: 18px;
  line-height: 1;
}
#buy-page .wrapper .widget.woocommerce {
  padding: 0 0 40px 0;
  border: 0;
  margin: 0;
  font-size: 1em;
}
#buy-page .wrapper .widget.woocommerce .section-title {
  margin-bottom: 23px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
  position: relative;
  min-height: 90px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li img {
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-left: 0;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .widget-prod-image {
  position: absolute;
  left: 0;
  top: 0;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .product-info {
  width: 100%;
  padding-left: 100px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .product-info .product-title {
  color: #d72010;
  font-size: 14pt;
  font-weight: bold;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price {
  padding-top: 5px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price .amount,
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price ins .amount {
  font-size: 16px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price ins {
  padding: 5px 0;
  display: block;
  margin-left: -5px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price ins span {
  padding: 0 5px;
}
#buy-page .wrapper .widget.woocommerce ul.product_list_widget li .price del .amount {
  font-size: 14px;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li {
  padding: 0;
  min-height: 0;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li a {
  font-size: 11pt;
  color: #d72010;
  padding-right: 25px;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li a.remove {
  color: transparent;
  left: auto;
  right: 0;
  padding: 0;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li a:hover,
#buy-page .wrapper .widget.woocommerce ul.cart_list li a:active {
  color: #333333 !important;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li img {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info {
  padding-left: 60px;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info .variation {
  margin: 0;
  border: 0;
  padding: 0;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info dt,
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info dd {
  font-size: 8pt;
  padding: 0;
  margin: 0;
}
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info dt p,
#buy-page .wrapper .widget.woocommerce ul.cart_list li .cart-prod-info dd p {
  font-size: 8pt;
  padding: 0 5px;
  line-height: 1.6;
}
#buy-page .wrapper .widget.woocommerce .cat-item {
  margin-bottom: 3px;
}
#buy-page .wrapper .widget.woocommerce .cat-item a {
  font-size: 10pt;
  display: block;
  background: url("/wp-content/themes/thenet/images/icons/has-children-grey.svg") no-repeat right;
  padding: 5px 15px 5px 0;
}
#buy-page .wrapper .widget.woocommerce .cat-item a:hover,
#buy-page .wrapper .widget.woocommerce .cat-item a:active {
  color: #d72010;
  background: url("/wp-content/themes/thenet/images/icons/has-children-red.svg") no-repeat right;
}
#buy-page .wrapper .widget.woocommerce .buttons {
  border-top: 1px solid #cccccc;
  padding: 5px 0;
  text-align: right;
  margin-bottom: 10px;
}
#buy-page .wrapper .widget.woocommerce .buttons a {
  display: inline-block;
  background: transparent;
  color: #d72010;
  font-weight: bold;
  width: 50%;
  margin: 5px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10pt;
  border-radius: 0;
  padding: 5px 10px;
  line-height: 1;
  float: left;
}
#buy-page .wrapper .widget.woocommerce .buttons a:hover,
#buy-page .wrapper .widget.woocommerce .buttons a:active {
  color: #333333;
}
#buy-page .wrapper .widget.woocommerce .buttons a:first-of-type {
  border-right: 1px solid #cccccc;
}
#buy-page .wrapper .widget.woocommerce .total {
  border-top: 1px solid #cccccc;
  text-align: right;
  margin-bottom: 3px;
  padding: 10px 0;
}
#buy-page .wrapper .widget.woocommerce .total strong {
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 8pt;
}
#buy-page .wrapper .widget.woocommerce .total .amount {
  font-weight: bold;
}
#buy-page .wrapper .widget.woocommerce select {
  width: 100%;
  font-size: 10pt;
}
#buy-page .wrapper .widget.woocommerce form input {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
}
#buy-page .wrapper .widget.woocommerce form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d72010;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  display: block;
  width: 100%;
  font-size: 10pt;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  border: 0;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
#buy-page .wrapper .widget.woocommerce form input[type="submit"]:hover,
#buy-page .wrapper .widget.woocommerce form input[type="submit"]:active {
  background-color: #333333;
}
#buy-page .wrapper .woocommerce input,
#buy-page .wrapper .woocommerce select,
#buy-page .wrapper .woocommerce textarea,
#buy-page .wrapper .woocommerce button {
  outline: 0;
  outline: none;
}
#buy-page .wrapper .add_to_cart_button,
#buy-page .wrapper button,
#buy-page .wrapper input.button,
#buy-page .wrapper #respond .form-submit input {
  background: #d72010;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  font-size: 10pt;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  border-radius: 0;
  font-weight: normal;
  -webkit-transition: all 200ms ease-out 50ms;
  -moz-transition: all 200ms ease-out 50ms;
  -o-transition: all 200ms ease-out 50ms;
  transition: all 200ms ease-out 50ms;
}
#buy-page .wrapper .add_to_cart_button:hover,
#buy-page .wrapper button:hover,
#buy-page .wrapper input.button:hover,
#buy-page .wrapper #respond .form-submit input:hover,
#buy-page .wrapper .add_to_cart_button:active,
#buy-page .wrapper button:active,
#buy-page .wrapper input.button:active,
#buy-page .wrapper #respond .form-submit input:active {
  background: #333333;
  outline: 0;
}
/* LISTING */
#buy-page .filters {
  overflow: hidden;
}
#buy-page .filters .woocommerce-result-count {
  float: left;
  padding-top: 10px;
  margin: 0;
}
#buy-page .filters .woocommerce-ordering {
  float: right;
  margin: 0;
}
#buy-page .onsale,
#buy-page .onsale {
  position: absolute;
  background-color: rgba(215, 32, 16, 0.9);
  color: #ffffff;
  top: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  right: auto;
  border-radius: 0;
  min-height: 0;
  min-width: 0;
  line-height: 1.2;
  font-size: 11pt;
}
#buy-page .products {
  overflow: hidden;
  margin: 20px -15px 0 -5px;
}
#buy-page .products li {
  position: relative;
  padding: 0 10px;
  margin: 0 0 50px -5px;
  width: 50%;
  min-height: 460px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
#buy-page .products li .onsale {
  left: 10px;
}
#buy-page .products li > a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}
#buy-page .products li > a h3 {
  color: #d72010;
  min-height: 80px;
  text-align: center;
  font-size: 16pt;
  padding-top: 5px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
}
#buy-page .products li > a h3:hover {
  color: #333333;
}
#buy-page .products li .price {
  display: block;
  text-align: center;
  padding: 0 0 15px 0;
}
#buy-page .products li .price ins {
  font-size: 22px;
  font-weight: normal;
  padding: 0 5px;
}
#buy-page .products li .price ins span {
  padding: 0 5px;
}
#buy-page .products li .add_to_cart_button {
  width: 100%;
}
#buy-page nav.woocommerce-pagination ul {
  border: 0;
}
#buy-page nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px;
}
#buy-page nav.woocommerce-pagination ul li span,
#buy-page nav.woocommerce-pagination ul li a {
  padding: 10px 14px;
}
#buy-page nav.woocommerce-pagination ul li span.current,
#buy-page nav.woocommerce-pagination ul li a.current,
#buy-page nav.woocommerce-pagination ul li span:hover,
#buy-page nav.woocommerce-pagination ul li a:hover,
#buy-page nav.woocommerce-pagination ul li span:active,
#buy-page nav.woocommerce-pagination ul li a:active,
#buy-page nav.woocommerce-pagination ul li span:focus,
#buy-page nav.woocommerce-pagination ul li a:focus {
  color: #d72010;
  background: transparent;
  outline: 0;
}
#buy-page nav.woocommerce-pagination ul li .next,
#buy-page nav.woocommerce-pagination ul li .prev {
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 18px;
}
#buy-page nav.woocommerce-pagination ul li .next {
  background: transparent url("/wp-content/themes/buy-theme/images/icons/arrow-right-grey-big.svg") no-repeat center;
}
#buy-page nav.woocommerce-pagination ul li .next:hover,
#buy-page nav.woocommerce-pagination ul li .next:active {
  background: transparent url("/wp-content/themes/buy-theme/images/icons/arrow-right-red-big.svg") no-repeat center;
}
#buy-page nav.woocommerce-pagination ul li .prev {
  background: transparent url("/wp-content/themes/buy-theme/images/icons/arrow-left-grey-big.svg") no-repeat center;
}
#buy-page nav.woocommerce-pagination ul li .prev:hover,
#buy-page nav.woocommerce-pagination ul li .prev:active {
  background: transparent url("/wp-content/themes/buy-theme/images/icons/arrow-left-red-big.svg") no-repeat center;
}
/* SINGLE */
#buy-page .product {
  padding-top: 60px;
}
#buy-page .product .product_title {
  margin: 0;
}
#buy-page .product .product-images {
  position: relative;
  margin: 0;
}
#buy-page .product .product-images .onsale {
  font-size: 14pt;
  padding: 10px 15px;
}
#buy-page .product .images {
  background: transparent;
  padding: 0;
  margin: 0;
  float: left;
  width: 48%;
}
#buy-page .product .images img {
  max-width: 100%;
  height: auto;
}
#buy-page .product div.product div.summary {
  margin: 0;
}
#buy-page .product .summary.entry-summary {
  margin: 0;
  float: right;
  width: 48%;
}
#buy-page .product .product_meta {
  padding: 10px 0;
}
#buy-page .product .product_meta .posted_in {
  font-size: 8pt;
}
#buy-page .product .product_meta .posted_in a {
  padding: 5px 0 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#buy-page .product .short-descr p {
  color: #333333;
}
#buy-page .product .price-info .price {
  padding: 0;
  color: #333333;
  margin: 0;
}
#buy-page .product .price-info .price .amount {
  font-size: 1.5em;
  font-weight: normal;
}
#buy-page .product .price-info .price del,
#buy-page .product .price-info .price ins {
  display: inline-block;
  color: #333333;
  padding: 0;
}
#buy-page .product .price-info .price ins .amount {
  padding: 0 10px;
}
#buy-page .product .price-info .price del .amount {
  font-size: 1em;
}
#buy-page .product .cart {
  margin: 20px 0;
}
#buy-page .product .cart .quantity {
  margin: 0;
}
#buy-page .product .cart .quantity input.qty {
  width: 75px;
}
#buy-page .product .cart .single_add_to_cart_button {
  width: 205px;
  margin-left: 15px;
}
#buy-page .product form.variations_form .variations td.label,
#buy-page .product form.variations_form .variations td.value,
#buy-page .product form.variations_form .reset_variations {
  display: block;
  text-align: left;
  width: 100%;
  color: #333333;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
}
#buy-page .product form.variations_form .variations td.label select,
#buy-page .product form.variations_form .variations td.value select,
#buy-page .product form.variations_form .reset_variations select {
  width: 100%;
}
#buy-page .product form.variations_form .reset_variations {
  color: #d72010;
  text-transform: uppercase;
  font-size: 8pt;
}
#buy-page .product .woocommerce-variation-price ins,
#buy-page .product .woocommerce-variation-price del {
  padding: 0;
}
#buy-page .product .product-main-info {
  clear: both;
  padding-top: 40px;
}
#buy-page .woocommerce-tabs {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 80px;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs {
  padding: 0;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li {
  margin: 0 0 0 -4px;
  width: 120px;
  border-radius: 0;
  background-color: #fafafa;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li a {
  color: #333333;
  font-weight: normal;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li:before,
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li:after {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li.active {
  background-color: #ffffff;
}
#buy-page .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #333333;
  font-weight: bold;
}
#buy-page .woocommerce-tabs .panel.wc-tab {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px 50px 10px;
  margin: 0;
  border-radius: 0;
}
#buy-page #reviews #comments .comment_container > img {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
}
#buy-page #reviews #comments .comment_container .comment-text {
  border: 0;
  padding: 0;
  margin-left: 55px;
}
#buy-page #reviews #comments .comment_container .comment-text p.meta {
  font-size: 10pt;
  color: transparent;
}
#buy-page #reviews #comments .comment_container .comment-text p.meta strong {
  display: block;
  font-weight: normal;
  color: #333;
}
#buy-page #reviews #comments .comment_container .comment-text p.meta time {
  font-size: 8pt;
  margin-left: -12px;
  color: #333;
}
#buy-page #review_form #respond .form-submit input {
  display: block;
  margin: 0 0 0 auto;
}
#buy-page .related.products {
  margin: 0;
}
#buy-page .related.products h2 {
  text-transform: uppercase;
  font-size: 14pt;
}
#buy-page .widget-prod-image {
  float: left;
}
/* CART */
#buy-page .shop_table {
  border: 0;
  border-radius: 0;
  padding-bottom: 30px;
}
#buy-page .shop_table th,
#buy-page .shop_table td {
  border-bottom: 0;
  border-color: #cccccc;
}
#buy-page .shop_table th:last-of-type,
#buy-page .shop_table td:last-of-type {
  border-right: 0;
}
#buy-page .shop_table td.product-subtotal .amount {
  font-size: 14pt;
}
#buy-page .shop_table .remove,
#buy-page .shop_table .remove:hover,
#buy-page .shop_table .remove:active {
  background-size: 100%;
  width: 20px;
  height: 20px;
}
#buy-page .shop_table .actions {
  padding: 15px 0;
  overflow: hidden;
}
#buy-page .shop_table .actions .coupon {
  width: 60%;
  float: left;
}
#buy-page .shop_table .actions .coupon input[type="text"] {
  width: 50%;
  line-height: 40px;
  border-color: #333;
  padding: 0 20px;
}
#buy-page .shop_table .actions .coupon input[type="submit"] {
  float: left;
  width: 40%;
  max-width: 200px;
}
#buy-page .shop_table .actions > input[type="submit"] {
  width: 200px;
  float: right;
  color: #d72010;
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  letter-spacing: normal;
  font-weight: bold;
  text-align: right;
  padding: 0;
  line-height: 40px;
  font-size: 11pt;
}
#buy-page .shop_table .actions > input[type="submit"]:hover,
#buy-page .shop_table .actions > input[type="submit"]:active {
  color: #333333;
}
@media only screen and (min-width: 768px) {
  #buy-page .shop_table .product-remove {
    width: 5%;
    text-align: center;
  }
  #buy-page .shop_table .product-thumbnail {
    width: 13%;
  }
  #buy-page .shop_table .product-thumbnail img {
    width: 90px;
    margin: 0 auto;
    display: block;
  }
  #buy-page .shop_table .product-price {
    width: 10%;
    text-align: right;
  }
  #buy-page .shop_table .product-quantity {
    text-align: center;
    width: 12%;
  }
  #buy-page .shop_table .product-quantity .qty {
    width: 100%;
  }
  #buy-page .shop_table .product-subtotal {
    width: 15%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #buy-page .shop_table .cart_item {
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }
  #buy-page .shop_table .cart_item td {
    border-right: 0;
    border-top: 0;
    padding: 10px 5px;
    background-color: transparent;
  }
  #buy-page .shop_table .cart_item .product-remove {
    text-align: right;
  }
  #buy-page .shop_table .cart_item:nth-child(2n) td {
    background-color: transparent;
  }
}
#buy-page .cross-sells > h2,
#buy-page .cart_totals > h2 {
  text-transform: uppercase;
  font-size: 14pt;
  padding-bottom: 10px;
}
#buy-page .cart-subtotal td,
#buy-page .order-total td {
  text-align: right;
}
#buy-page .order-total .amount {
  font-size: 18pt;
}
#buy-page .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
#buy-page .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: transparent;
  color: #d72010;
  text-align: right;
  font-size: 18pt;
  padding: 0 30px 0 0;
  margin: 0;
  text-transform: uppercase;
  background: url("/wp-content/themes/buy-theme/images/icons/arrow-right-red-big.svg") no-repeat right;
}
#buy-page .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
#buy-page .cart_totals .wc-proceed-to-checkout .checkout-button:active {
  color: #333333;
  background: url("/wp-content/themes/buy-theme/images/icons/arrow-right-grey-big.svg") no-repeat right;
}
/* CHECKOUT */
#buy-page form label {
  font-weight: normal;
  font-size: 10pt;
}
#buy-page form label .required {
  font-size: 8pt;
  color: #d72010;
}
#buy-page form input[type="radio"],
#buy-page form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 10px 2px 0!important;
}
#buy-page .login,
#buy-page .checkout_coupon {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 20px 15px 10px 15px;
}
#buy-page .login p,
#buy-page .checkout_coupon p {
  margin-bottom: 15px;
}
#buy-page .login .lost_password,
#buy-page .checkout_coupon .lost_password {
  text-align: right;
}
#buy-page .login .lost_password a,
#buy-page .checkout_coupon .lost_password a {
  color: #d72010;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10pt;
}
#buy-page .login .form-row {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
#buy-page .login .form-row input,
#buy-page .login .form-row label {
  width: 50%;
}
#buy-page .login .form-row input[type="submit"] {
  margin: 10px 0;
}
#buy-page .login .remember-me {
  text-align: right;
  display: block;
}
#buy-page .login .remember-me input {
  width: auto;
  float: right;
  margin: 7px 0 0 7px!important;
}
#buy-page .login .lost_password {
  width: 50%;
}
#buy-page .checkout_coupon p {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
#buy-page .checkout_coupon p input,
#buy-page .checkout_coupon p label {
  width: 50%;
}
#buy-page .woocommerce-checkout {
  padding-top: 40px;
}
#buy-page .woocommerce-checkout .col2-set {
  padding: 0 10px;
}
#buy-page .woocommerce-checkout .col-1 {
  width: 50%;
}
#buy-page .woocommerce-checkout .col-2 {
  width: 50%;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields > p,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields > p {
  padding: 0 10px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields > p.form-row-first,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields > p.form-row-first,
#buy-page .woocommerce-checkout .woocommerce-billing-fields > p.form-row-last,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields > p.form-row-last {
  width: 50%;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields > h3,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields > h3 {
  text-transform: uppercase;
  padding: 0 10px 10px 10px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields #order_comments,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields #order_comments {
  height: 195px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields #billing_address_2_field {
  margin-top: 20px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields .form-row.woocommerce-invalid label,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields .form-row.woocommerce-invalid label {
  color: #d72010;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields .form-row.woocommerce-invalid input.input-text,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields .form-row.woocommerce-invalid input.input-text {
  border-radius: 0;
  background: transparent;
  background-image: none;
  border-color: #d72010;
  padding: 0 20px;
  height: 40px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-choice {
  border-color: #333;
  border-radius: 0;
  height: 40px;
  padding: 0 20px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice span,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-choice span {
  font-size: 10pt;
  line-height: 40px;
}
#buy-page .woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice .select2-search input,
#buy-page .woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-choice .select2-search input {
  padding: 0 20px!important;
}
#buy-page .woocommerce-checkout #order_review_heading {
  text-transform: uppercase;
  padding: 40px 10px 10px 10px;
}
#buy-page .woocommerce-checkout-review-order {
  padding: 0;
}
#buy-page .woocommerce-checkout-review-order th,
#buy-page .woocommerce-checkout-review-order td {
  padding: 15px;
}
#buy-page .woocommerce-checkout-review-order th:last-of-type {
  width: 150px;
}
#buy-page .woocommerce-checkout-review-order .product-total,
#buy-page .woocommerce-checkout-review-order .cart-subtotal th,
#buy-page .woocommerce-checkout-review-order .order-total th {
  text-align: right;
  text-transform: uppercase;
  font-weight: normal;
}
#buy-page .variation dd {
  margin: 0;
}
#buy-page .variation dd > p {
  line-height: 1.5;
}
#buy-page .woocommerce-checkout-payment {
  background: transparent;
  border-top: 1px solid #333333;
  border-radius: 0;
}
#buy-page .woocommerce-checkout-payment .payment_methods {
  border: 0;
}
#buy-page .woocommerce-checkout-payment input[type="radio"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  padding-right: 5px;
}
#buy-page .woocommerce-checkout-payment label {
  display: inline-block;
  width: auto;
}
#buy-page .woocommerce-checkout-payment .place-order {
  padding: 0;
}
/* THANK YOU */
#buy-page .woocommerce-thankyou-order-received {
  font-size: 14pt;
  padding-top: 10px;
}
#buy-page .woocommerce-thankyou-order-details {
  padding: 25px 0 15px 0;
}
#buy-page .woocommerce > h2 {
  text-transform: uppercase;
  font-size: 18pt;
  padding-top: 30px;
}
#buy-page .woocommerce header > h2 {
  text-transform: uppercase;
  font-size: 18pt;
  padding-bottom: 10px;
}
#buy-page .woocommerce header > h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.select2-drop {
  border-radius: 0;
}
.select2-drop .select2-search {
  padding: 2px 10px 10px 10px;
}
.select2-drop .select2-search > input {
  height: 40px;
  padding: 0 20px!important;
  font-size: 10pt;
}
.select2-drop .select2-results {
  background: transparent;
  padding: 0 0 10px 0;
  margin-op: 10px;
}
.select2-drop .select2-results .select2-result-label {
  padding: 5px 20px;
  font-size: 10pt;
}
/****************************************************** PAGE */
.page-page .page-content p {
  margin-bottom: 20px;
}
.page-page .page-content h1,
.page-page .page-content h2,
.page-page .page-content h3,
.page-page .page-content h4,
.page-page .page-content h5,
.page-page .page-content h6 {
  margin-bottom: 30px;
}
.page-page .page-content img,
.page-page .page-content figure,
.page-page .page-content p > iframe {
  max-width: 100%;
  height: auto;
}
.page-page .page-content .wp-caption-text {
  font-size: 8pt;
  color: #999999;
  padding: 5px 0 20px 0;
}
.partner-logo {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
/******************************************************* 404 */
.not-found .search-form {
  margin: 30px auto;
  max-width: 350px;
}
.not-found .search-form .search-submit {
  height: 40px;
  margin-top: 15px;
}
.search-no-results .page-title span {
  font-size: 20pt;
  font-weight: normal;
}
.ad-img2 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
/* COUNTER */
.counter {
  background: #4eae49;
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 20px;
  height: 150px;
  position: relative;
}
.counter img {
  position: absolute;
}
.counter p {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0 14px 35px;
  font-size: 20pt;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.counter p span {
  text-align: center;
  display: block;
}
.counter p span strong {
  white-space: nowrap;
}
.counter p span:first-of-type {
  font-size: 34pt;
  font-weight: bold;
}
.counter p span:last-of-type {
  font-size: 22pt;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter {
    margin-bottom: -20px;
  }
  .counter p {
    padding: 12px 0 12px 80px;
  }
  .counter p span:first-of-type {
    font-size: 30pt;
  }
  .counter p span:last-of-type {
    font-size: 18pt;
  }
}
@media only screen and (max-width: 767px) {
  .counter {
    margin-top: 40px;
    margin-bottom: -30px;
  }
  .counter p {
    padding: 25px 0 25px 150px;
  }
  .counter p span:first-of-type {
    font-size: 24pt;
  }
  .counter p span:last-of-type {
    font-size: 15pt;
  }
}
@media all and (max-width: 600px) and (min-width: 480px) {
  .counter {
    height: 125px;
  }
  .counter img {
    width: 90px;
    height: auto;
    top: 50%;
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%);
  }
  .counter p {
    padding: 15px 0 22px 110px;
    text-align: left;
  }
  .counter p span {
    text-align: left;
  }
  .counter p span:first-of-type {
    font-size: 20pt;
  }
  .counter p span:last-of-type {
    font-size: 12pt;
  }
}
@media all and (max-width: 479px) {
  .counter {
    height: auto;
  }
  .counter img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .counter p {
    text-align: center;
    padding: 15px 0;
  }
  .counter p span {
    text-align: center;
  }
  .counter p span:first-of-type {
    font-size: 22pt;
  }
  .post-wrapper .story-highlights {
    width: 100%;
  }
}
/****************************************************** FOOTER */
footer {
  margin-top: 65px;
  padding: 50px 0 25px 0;
  border-top: 1px solid #cccccc;
}
footer .footer-row {
  padding-bottom: 30px;
}
footer .net-info {
  font-size: 8pt;
  margin-bottom: 15px;
}
footer .net-phone {
  font-size: 8pt;
  display: block;
}
footer .net-email {
  margin: 15px 0;
  font-size: 8pt;
}
footer .social-links {
  overflow: hidden;
}
footer .social-links li {
  width: 50%;
  float: left;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin: 0 0 10px 0;
}
footer .social-links li a {
  color: #333333;
  text-transform: none;
  line-height: 1.2;
  padding: 0 10px 10px 0;
}
footer .social-links li.yt {
  background: none;
}
footer .social-links li.yt a:before {
  background: url("/wp-content/themes/thenet/images/icons/yt-red.svg") no-repeat center;
}
footer .social-links li.fb {
  background: none;
}
footer .social-links li.fb a:before {
  background: url("/wp-content/themes/thenet/images/icons/fb-red.svg") no-repeat center;
}
footer .social-links li.tw {
  background: none;
  margin: 0;
}
footer .social-links li.tw a:before {
  background: url("/wp-content/themes/thenet/images/icons/tw-red.svg") no-repeat center;
}
footer .social-links li.pt a:before {
  background: url("/wp-content/themes/thenet/images/icons/pt-red.svg") no-repeat center;
}
footer .social-links li.gp a:before {
  background: url("/wp-content/themes/thenet/images/icons/gp-red.svg") no-repeat center;
}
footer .social-links li.it a:before {
  background: url("/wp-content/themes/thenet/images/icons/it-red.svg") no-repeat center;
}
footer .social-links li:hover,
footer .social-links li:focus {
  background: transparent;
}
footer .social-links li:hover.yt a:before,
footer .social-links li:focus.yt a:before {
  background: url("/wp-content/themes/thenet/images/icons/yt-grey.svg") no-repeat center;
}
footer .social-links li:hover.fb a:before,
footer .social-links li:focus.fb a:before {
  background: url("/wp-content/themes/thenet/images/icons/fb-grey.svg") no-repeat center;
}
footer .social-links li:hover.tw a:before,
footer .social-links li:focus.tw a:before {
  background: url("/wp-content/themes/thenet/images/icons/tw-grey.svg") no-repeat center;
}
footer .social-links li:hover.pt a:before,
footer .social-links li:focus.pt a:before {
  background: url("/wp-content/themes/thenet/images/icons/pt-grey.svg") no-repeat center;
}
footer .social-links li:hover.it a:before,
footer .social-links li:focus.it a:before {
  background: url("/wp-content/themes/thenet/images/icons/it-grey.svg") no-repeat center;
}
footer .social-links li:hover.gp a:before,
footer .social-links li:focus.gp a:before {
  background: url("/wp-content/themes/thenet/images/icons/gp-grey.svg") no-repeat center;
}
footer .subscribe-form {
  padding: 0;
}
footer .site-info p {
  font-size: 8pt;
  float: left;
  color: #333333;
}
footer .site-info p:last-of-type {
  float: right;
}
.fixed-menu-line {
  opacity: 0;
  margin: 0;
  border: 0;
  background: #cccccc;
  position: absolute;
  top: 35px;
  z-index: 100;
  width: 100%;
}
body.dialog-open {
  overflow: hidden;
}
.our-partners-list {
  margin-bottom: 20px;
}
.our-partners-list .section-title {
  margin-bottom: 0;
}
.our-partners-list ul {
  text-align: center;
}
.our-partners-list ul li {
  display: inline-block;
  text-align: center;
  width: 20%;
  padding: 20px 15px;
  margin-left: -4px;
}
.our-partners-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.our-partners-list ul li img {
  max-width: 100%;
}
/************************************************ MEDIA QUERIES */
@media only screen and (min-width: 992px) {
  .htb-menu-link {
    display: none;
  }
  .fixed-post-title {
    padding-right: 140px;
  }
  .fixed-top-htb {
    height: 35px;
  }
  .header-bottom .secondary-menu .sub-menu {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    z-index: 10;
    margin-left: -12px;
    min-width: 130px;
  }
  .header-bottom .secondary-menu .sub-menu li,
  .header-bottom .secondary-menu .sub-menu li:first-child,
  .header-bottom .secondary-menu .sub-menu li:last-child {
    margin: 0 5px;
    display: block;
  }
  .header-bottom .secondary-menu .sub-menu li a,
  .header-bottom .secondary-menu .sub-menu li:first-child a,
  .header-bottom .secondary-menu .sub-menu li:last-child a {
    padding: 10px;
  }
  .header-bottom .secondary-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .links-list {
    float: right;
  }
  .links-list .htb-link {
    line-height: 35px;
  }
  #header-fixed-inner {
    position: relative;
  }
  .contact-form {
    overflow: hidden;
    margin: 0 -15px;
  }
  .contact-form label {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .contact-form label.textarea {
    width: 100%;
  }
  .contact-form label.textarea textarea {
    height: 150px;
  }
  .contact-form label.submit {
    width: 50%;
    margin-top: 0;
  }
  .featured .featured-content {
    position: absolute;
    z-index: 20;
    bottom: 0;
  }
  .featured.featured-small .featured-item .post-img-small,
  .featured.featured-small .featured-item .featured-content {
    height: 86px;
  }
  .featured.featured-small .featured-item .post-img-small .post-title,
  .featured.featured-small .featured-item .featured-content .post-title {
    height: 62px;
    overflow: hidden;
  }
  .top-stories-listing .news-content {
    width: 210px;
  }
  .top-video-listing .post-title p,
  .gallery-listing .post-title p,
  .right-sidebar .from-partners .post-title p {
    font-size: 11pt;
  }
  .footer-info {
    padding-right: 10px;
  }
  .connect-socials {
    padding-left: 30px;
  }
  .date-cat-tags-list {
    margin-top: -4px;
  }
  .date-cat-tags-list .date-time {
    float: left;
    display: inline-block;
  }
  .date-cat-tags-list .cat-list {
    float: right;
    display: inline-block;
    padding-top: 0;
    max-width: 400px;
    text-align: right;
  }
  .post-wrapper .related-post .related-content {
    width: 78%;
  }
  .comment-form {
    padding: 0 0 60px 0;
  }
  .comment-form p {
    width: 50%;
    padding-right: 15px;
  }
  .comment-form p.comment-form-comment {
    position: absolute;
    right: 0;
    top: 45px;
    padding-right: 0;
    margin: 0;
  }
  .comment-form p.form-submit {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .comment-form p.form-submit input {
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
  }
  .logged-in .comment-form {
    padding: 0;
  }
  .logged-in .comment-form p {
    width: 100%;
    position: static;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .gallery-top-part .post-content {
    max-height: 320px;
  }
}
@media all and (max-width: 1200px) {
  .socials-left {
    position: fixed !important;
    bottom: -100%;
    width: 100%;
    padding: 0;
    background: #ffffff;
    height: 43px;
    border-top: 1px solid #cccccc;
    z-index: 100;
    -webkit-transition: bottom 1000ms ease-out;
    -moz-transition: bottom 1000ms ease-out;
    -o-transition: bottom 1000ms ease-out;
    transition: bottom 1000ms ease-out;
  }
  .socials-left.affix {
    bottom: 0;
  }
  .socials-left .socials-left-wrapper {
    bottom: -100%;
    top: auto;
    -webkit-transition: bottom 1000ms ease-out;
    -moz-transition: bottom 1000ms ease-out;
    -o-transition: bottom 1000ms ease-out;
    transition: bottom 1000ms ease-out;
  }
  .socials-left .socials-left-wrapper.affix {
    top: auto;
    bottom: 3px;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 970px;
    z-index: 100;
  }
  .socials-left .socials-left-wrapper a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    float: left;
    width: 106px;
  }
}
@media all and (max-height: 600px) {
  body.dialog-open .ui-dialog {
    overflow-y: scroll;
    height: 100% !important;
    width: 100% !important;
  }
  body.dialog-open .ui-dialog .modal,
  body.dialog-open .ui-dialog .ui-dialog-titlebar {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .menu-more-link {
    display: none !important;
  }
  .top-main-menu {
    display: none;
  }
  .fixed-top-htb {
    height: 40px;
  }
  .fixed-post-title {
    padding-right: 100px;
  }
  body.menu-open {
    display: block !important;
    overflow-y: hidden;
  }
  body.menu-open .header-main,
  body.menu-open .header-top-bar,
  body.menu-open .header-center,
  body.menu-open .header-bottom,
  body.menu-open .wrapper,
  body.menu-open footer {
    display: none;
  }
  body.menu-open #header-fixed-inner {
    height: 100%;
  }
  body.menu-open #header-fixed-inner .top-main-menu {
    display: block;
    top: -3px;
    position: relative;
  }
  body.menu-open .mobile-menu-wrapper {
    opacity: 1;
  }
  .htb-menu-link {
    cursor: pointer;
    text-align: right;
    display: block;
    opacity: 1;
    top: 0;
    line-height: 40px;
    right: 15px;
    font-size: 14pt;
    position: absolute;
    text-transform: uppercase;
    padding-right: 25px;
    background: url("/wp-content/themes/thenet/images/icons/sections.svg") no-repeat center right;
  }
  .mobile-menu {
    position: fixed;
    top: -100%;
    background: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
  }
  .mobile-menu .mobile-menu-wrapper {
    padding-bottom: 250px;
    overflow-y: scroll;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
  }
  .mobile-menu .mobile-menu-wrapper nav {
    width: 100%;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #cccccc;
  }
  .mobile-menu .mobile-menu-wrapper nav > a {
    display: block;
    width: 300px;
    padding: 6px 5px 0 5px;
    margin: 0 auto;
    font-size: 10pt;
    text-transform: uppercase;
    text-align: left;
  }
  .mobile-menu .mobile-menu-wrapper nav.bottom-nav {
    border: 0;
  }
  .mobile-menu .mobile-menu-wrapper nav li {
    display: block;
  }
  .mobile-menu .mobile-menu-wrapper nav li a {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 10px 5px 10px 5px;
    position: relative;
    text-align: left;
  }
  .mobile-menu .mobile-menu-wrapper nav li.menu-item-has-children > a {
    background: url("/wp-content/themes/thenet/images/icons/has-children-grey2.svg") no-repeat right center;
  }
  .mobile-menu .mobile-menu-wrapper nav li.menu-item-has-children.hover > a {
    color: #d72010;
    background: url("/wp-content/themes/thenet/images/icons/has-children-red2.svg") no-repeat right center;
  }
  .mobile-menu .mobile-menu-wrapper nav li > .sub-menu {
    display: block;
    height: 0;
    opacity: 0;
    -webkit-transition: height 500ms linear;
    -moz-transition: height 500ms linear;
    -o-transition: height 500ms linear;
    transition: height 500ms linear;
  }
  .mobile-menu .mobile-menu-wrapper nav li.hover > .sub-menu {
    height: auto;
    opacity: 1;
    background-color: #FAFAFA;
    margin-bottom: 10px;
  }
  .mobile-menu .mobile-menu-wrapper nav li.hover > .sub-menu li.hover > .sub-menu {
    background-color: #F5F5F5;
  }
  .mobile-menu .mobile-menu-wrapper nav li.hover > .sub-menu li.hover > .sub-menu li.hover > .sub-menu {
    background-color: #f0f0f0;
  }
  .mobile-menu .mobile-menu-wrapper nav li:last-child > a {
    padding-bottom: 16px;
  }
  .mobile-menu .mobile-menu-wrapper nav li:last-child .sub-menu {
    margin-bottom: 0;
  }
  .mobile-menu .mobile-menu-wrapper nav li:first-child > a {
    padding-top: 16px;
  }
  .mobile-menu .mobile-menu-wrapper .top-main-nav a {
    font-weight: bold;
  }
  .mobile-menu .bottom-nav {
    padding-bottom: 50px;
  }
  .mini-logo {
    display: inline-block;
  }
  .mini-logo img {
    padding: 4px 0;
  }
  .links-list-top {
    display: none;
    position: relative;
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    z-index: 100;
    background: #ffffff;
  }
  .links-list-top.visible {
    display: block;
    position: fixed;
  }
  .links-list-top .date-time {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .gallery-top-part {
    padding-bottom: 25px;
  }
  .gallery-top-part .post-content {
    clear: both;
    padding-top: 10px;
  }
  .gallery-top-part .slider-controls {
    display: inline-block;
    float: right;
    margin-bottom: 30px;
  }
  .gallery-top-part .socials {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
  .gallery-top-part .socials .gallery-share {
    width: 54px;
    height: 40px;
  }
  header.visible .links-list-top {
    display: block;
  }
  header.visible .htb-menu-link {
    background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center right;
  }
  header.visible .htb-link.section-link {
    background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center left;
  }
  header.visible .mobile-menu {
    opacity: 1;
    top: 0;
    z-index: 100;
    position: relative;
  }
  header.htb-clicked .fixed-top-htb {
    top: 0;
    display: block !important;
    position: relative;
    border-bottom: 1px solid #ccc;
    opacity: 1;
  }
  header.htb-clicked .links-list-top .htb-link.section-link,
  header.htb-clicked .links-list-top .date-time {
    display: none;
  }
  .affix-sidebar.affix {
    position: static;
  }
  .featured .featured-item .featured-content .share.tw {
    margin-left: 10px;
  }
  .sidebar-section .date {
    display: none;
  }
  .socials-left .socials-left-wrapper.affix {
    width: 750px;
  }
  .socials-left .socials-left-wrapper a {
    width: 25%;
  }
  .date-cat-tags-list .cat-list {
    padding-right: 90px;
    position: relative;
  }
  .date-cat-tags-list .cat-list .comments-value {
    position: absolute;
    right: 0;
    top: 5px;
    margin-left: 0;
  }
  body.admin-bar .wrapper.homepage,
  .wrapper {
    padding-top: 40px;
  }
  #wpadminbar {
    position: fixed !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .top-secondary-nav li a {
    padding: 11px 3px 10px 3px;
  }
  .links-list .htb-link {
    float: left;
    height: 35px;
    padding: 0 10px 0 20px;
    margin: 0 0 0 5px;
  }
  .links-list .htb-link.section-link,
  .links-list .htb-link.search-link {
    background-position: center right;
  }
  .featured-small .featured-item {
    height: 86px;
    overflow: hidden;
    background: none;
  }
  .featured-small .featured-item .post-img-small {
    height: 66px;
  }
  .featured-small .featured-item .featured-content {
    position: static;
    height: 66px;
  }
  .featured-small .featured-item .featured-content .share {
    bottom: 0;
  }
  .featured-small .featured-item .featured-content .share.fb {
    left: 4px;
    background: url("/wp-content/themes/thenet/images/icons/fb-red.svg") no-repeat center;
  }
  .featured-small .featured-item .featured-content .share.tw {
    left: 30px;
    background: url("/wp-content/themes/thenet/images/icons/tw-red.svg") no-repeat center;
  }
  .featured-small .featured-item .featured-content .views-value {
    bottom: 0;
    left: 60px;
    color: #333333;
  }
  .top-stories-listing .news-content {
    width: 140px;
    padding-left: 10px;
  }
  .top-video-listing .news-content,
  .gallery-listing .news-content {
    width: 99px;
    padding-left: 10px;
  }
  .right-sidebar .from-partners .news-content {
    width: 190px;
    padding-left: 0;
  }
  .bottom-sidebar .cat-posts-list .post-item .news-content {
    width: 50%;
    float: left;
    padding: 0 0 0 12px;
  }
  .bottom-sidebar .cat-posts-list .post-item .post-img {
    width: 50%;
    float: left;
  }
  .htb-menu-link.clicked {
    background: url("/wp-content/themes/thenet/images/icons/close-red.svg") no-repeat center right;
  }
  .post-wrapper .related-post .related-content {
    width: 70%;
  }
  .gallery-top-part .slider-controls {
    margin-bottom: 0;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .header-top-bar {
    border-bottom: 2px solid #cccccc;
  }
  .header-main {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .main-logo {
    display: inline-block;
    background: url("/wp-content/themes/thenet/images/net-logo.gif") no-repeat center;
    width: 90px;
    height: 90px;
    background-size: 100%;
  }
  .top-secondary-nav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .top-secondary-nav,
  .menu-top-secondary-container {
    width: 100%;
  }
  .header-bottom {
    margin-bottom: 15px;
  }
  .header-bottom .secondary-menu {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: no-wrap;
    /* Safari */
    flex-wrap: no-wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    /* Safari */
    align-content: stretch;
  }
  .header-bottom .secondary-menu > li {
    flex-grow: 1;
    margin: 0;
    text-align: center;
  }
  .header-bottom .secondary-menu > li a {
    padding: 11px 5px 10px 5px;
  }
  .header-bottom .secondary-menu > li:first-child a {
    padding-left: 0;
  }
  .header-bottom .secondary-menu > li:last-child a {
    padding-right: 0;
  }
  .fixed-top-htb {
    display: none !important;
    opacity: 0;
    top: -35px;
    position: relative;
    border-bottom: 2px solid #ccc;
    width: 100%;
    background: #ffffff;
    transition: all 350ms linear;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
  }
  .fixed-top-htb li {
    margin: 0 3px;
  }
  .fixed-top-htb li a {
    padding: 9px 5px;
    font-size: 8pt;
  }
  .fixed-top-htb li:first-child {
    margin-left: 0;
  }
  .fixed-top-htb li:first-child a {
    padding-left: 0;
  }
  #header-fixed-inner {
    transition: top 200ms linear;
    -webkit-transition: top 200ms linear;
    -moz-transition: top 200ms linear;
    -o-transition: top 200ms linear;
  }
  #header-fixed-inner.affix {
    top: 0;
    position: fixed;
  }
  #header-fixed-inner.affix .fixed-top-htb {
    top: 0;
    opacity: 1;
    display: block !important;
  }
  .fixed-top-nav {
    padding-left: 25px;
    width: auto;
  }
  .links-list .htb-link {
    float: left;
    height: 35px;
    padding: 0 10px 0 20px;
    margin: 0 0 0 5px;
  }
  .links-list .htb-link.section-link,
  .links-list .htb-link.search-link {
    background-position: center right;
  }
  .header-center {
    border-bottom: 1px solid #ccc;
  }
  .top-main-nav {
    text-align: center;
    margin-top: 10px;
  }
  .top-main-nav li a {
    padding: 10px;
    font-weight: bold;
  }
  #search-subscribe-bar {
    height: 80px;
  }
  #search-subscribe-bar .search-bar label {
    padding-right: 60px;
    margin: 0 0 15px 0;
  }
  #search-subscribe-bar .search-bar button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
  }
  #search-subscribe-bar .search-bar .field-wrap {
    margin-bottom: 0;
  }
  #search-subscribe-bar .close-btn {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%);
  }
  .main-content {
    margin-top: 30px;
  }
  .homepage .main-content {
    margin-top: 0;
  }
  .homepage .main-content .news-listing {
    margin-top: -5px;
  }
  .news-listing .post-img {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  .news-listing .news-content {
    width: 50%;
    float: left;
    padding: 10px 13px;
  }
  .rss-listing .news-content {
    width: 100%;
    padding: 0 0 15px 0;
    float: none;
  }
  .right-sidebar {
    margin-top: -30px;
  }
  .contact-form label.submit {
    float: right;
    width: 50%;
  }
  .user-info-group {
    float: left;
    width: 50%;
    padding: 8px 15px;
  }
  .posts-links .next-post,
  .posts-links .prev-post {
    width: 50%;
  }
  .contact-form {
    margin: 0 -15px;
  }
  .contact-form .field-wrap.text-wrap {
    width: 50%;
    float: left;
  }
  body.admin-bar #header-fixed-inner.affix {
    top: 32px;
  }
}
@media all and (min-width: 768px) and (max-width: 800px) {
  aside.right-sidebar {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper.homepage {
    padding-top: 40px;
  }
  #header-fixed-inner {
    position: fixed;
    top: 0;
  }
  .fixed-post-title {
    left: 65px;
  }
  .fixed-post-title.fpt-mobile-hidden {
    display: block !important;
  }
  .single-post .entry-title {
    font-size: 30pt;
    padding: 30px 0 20px 0;
  }
  .page-title,
  .partner-logo {
    padding-top: 20px;
  }
  .htb-link.subs-link {
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    transform: translate(-50%, 0);
    text-align: center;
    padding: 0 22px 0 5px;
  }
  .htb-link.section-link {
    display: none;
  }
  .htb-link.search-link {
    padding-left: 22px;
  }
  .htb-link.log-link {
    padding-right: 22px;
  }
  #search-subscribe-bar {
    padding: 15px 0;
    height: 170px;
  }
  #search-subscribe-bar .search-bar {
    width: 100%;
  }
  #search-subscribe-bar .search-bar form {
    left: 15px;
    right: 15px;
  }
  #search-subscribe-bar .search-bar label {
    margin: 0;
  }
  #search-subscribe-bar .search-bar button.search-submit {
    position: static;
    margin: 20px 0 0 auto;
  }
  #search-subscribe-bar .subscribe-form {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  #search-subscribe-bar .subscribe-form form .field-wrap.text-wrap,
  #search-subscribe-bar .subscribe-form form .field-wrap.submit-wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
  #search-subscribe-bar .subscribe-form form .field-wrap.text-wrap {
    margin-bottom: 20px;
  }
  #search-subscribe-bar .subscribe-form form .field-wrap.text-wrap.ninja-forms-error {
    margin-bottom: 10px;
  }
  .fixed-top-htb {
    border-bottom: 1px solid #ccc;
  }
  .top-main-menu {
    padding-top: 13px;
  }
  .featured {
    padding: 0;
  }
  .news-content {
    padding-top: 15px;
  }
  .news-listing {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-listing .section-title,
  .news-listing .post-title,
  .news-listing .date {
    padding: 0 15px;
  }
  .news-listing .cat-list {
    padding-left: 15px;
  }
  .news-listing .share.fb {
    margin-left: 15px;
  }
  .news-listing .not-found {
    padding: 0 15px;
  }
  .rss-listing {
    margin: 0;
  }
  .rss-listing .news-content .post-title {
    padding: 0;
  }
  .rss-listing .news-content .share.fb {
    margin-left: 0;
  }
  .mobile-full-width-element {
    margin: 0 -15px;
  }
  .mobile-full-width-element.post-content {
    padding: 35px 15px 25px 15px;
  }
  .single-hidden-post {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    transition: max-height 1000ms linear;
    -webkit-transition: max-height 1000ms linear;
    -moz-transition: max-height 1000ms linear;
    -o-transition: max-height 1000ms linear;
    margin-bottom: 50px;
  }
  .single-hidden-post .read-more-btn {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    height: 90px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 28%, #ffffff 73%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28%, rgba(255, 255, 255, 0.53)), color-stop(73%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 28%, #ffffff 73%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 28%, #ffffff 73%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 28%, #ffffff 73%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 28%, #ffffff 73%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .single-hidden-post .read-more-btn #btn {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #d72010;
    color: white;
    width: 180px;
    line-height: 40px;
    text-align: center;
  }
  .single-hidden-post.clicked {
    max-height: 100%;
    overflow: visible;
    margin-bottom: 0;
  }
  .single-hidden-post.clicked .read-more-btn {
    display: none !important;
  }
  .post-wrapper .related-post .related-content {
    width: 70%;
  }
  .gallery-top-part {
    padding-bottom: 5px;
  }
  .gallery-top-part .socials {
    width: 100%;
    float: none;
  }
  .gallery-top-part .socials a.gallery-share {
    width: 20%;
  }
  .gallery-top-part .save-post {
    position: absolute;
    right: 15px;
    top: 3px;
  }
  .gallery-top-part .entry-title {
    padding: 10px 0;
    font-size: 25pt;
  }
  .next-story {
    padding: 15px;
  }
  .next-story p {
    font-size: 14px;
  }
  .next-story .next-title a {
    font-size: 11pt;
    padding: 10px 0 13px 0;
  }
  .post-gallery-pages {
    padding: 10px 15px;
    background: rgba(51, 51, 51, 0.6);
  }
  .right-sidebar .sidebar-section .post-item,
  .top-stories-listing .post-item {
    position: relative;
  }
  .right-sidebar .sidebar-section .post-item .post-number,
  .top-stories-listing .post-item .post-number {
    top: 0;
  }
  .right-sidebar .sidebar-section .post-item .post-img,
  .top-stories-listing .post-item .post-img {
    float: left;
  }
  .right-sidebar .sidebar-section .post-item .news-content,
  .top-stories-listing .post-item .news-content {
    padding-top: 0;
    width: 72%;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type,
  .top-stories-listing .post-item:first-of-type {
    margin: 0 -15px;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .post-img,
  .top-stories-listing .post-item:first-of-type .post-img {
    width: 100%;
    height: auto;
    float: none;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .post-title p,
  .top-stories-listing .post-item:first-of-type .post-title p {
    font-size: 18pt;
    padding: 15px 15px 0 0;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .post-number,
  .top-stories-listing .post-item:first-of-type .post-number {
    top: 7px;
    left: 15px;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .news-content,
  .top-stories-listing .post-item:first-of-type .news-content {
    width: 100%;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .date,
  .top-stories-listing .post-item:first-of-type .date {
    display: block;
    padding: 8px 0 5px 0;
  }
  .sidebar-section.top-stories-listing .post-item .news-content {
    width: 80%;
  }
  .sidebar-section.top-stories-listing .post-item:nth-of-type(2) img {
    width: 80px;
  }
  .bottom-sidebar .sidebar-section {
    padding-bottom: 15px;
  }
  .bottom-sidebar .from-partners .post-item {
    position: relative;
    width: 100%;
    float: none;
  }
  .bottom-sidebar .from-partners .post-item .post-number {
    top: 0;
  }
  .bottom-sidebar .from-partners .post-item .post-img {
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;
  }
  .bottom-sidebar .from-partners .post-item .news-content {
    padding: 0 0 0 15px;
    width: 72%;
  }
  .right-sidebar {
    padding-top: 30px;
  }
  .connect-socials {
    padding: 40px 15px;
  }
  .slider-count {
    position: absolute;
    z-index: 20;
    color: #fff;
    bottom: 40px;
  }
  .ui-dialog {
    position: fixed;
    top: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
    height: 100% !important;
  }
  .ui-dialog .modal,
  .ui-dialog .ui-dialog-titlebar {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .ui-dialog .ui-dialog-title {
    padding-left: 0;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    right: 15px;
  }
  body.admin-bar .ui-dialog {
    top: 60px !important;
    padding-top: 15px;
  }
  #map {
    margin-top: 40px;
  }
  .my-account-row .benefits-col h3,
  .benefits-list {
    padding-left: 0;
  }
  .show-hide-comments {
    min-height: 45px;
  }
  .show-hide-comments .post-comment {
    right: auto;
    left: 0;
    top: 30px;
  }
  .posts-links {
    margin: 30px 0;
  }
  .posts-links .next-post {
    margin-top: 10px;
    padding-left: 0;
  }
  .posts-links .prev-post {
    padding-right: 0;
    float: none;
  }
  .comments-area-inner {
    padding-top: 25px;
  }
  #buy-page .products li > a h3 {
    font-size: 12pt;
  }
  #buy-page .price .amount {
    font-size: 12pt;
  }
  .socials-left .socials-left-wrapper.affix {
    width: 100%;
  }
  .our-partners-list {
    padding-top: 30px;
  }
  .our-partners-list .section-title {
    padding-bottom: 10px;
  }
  .our-partners-list ul li {
    width: 50%;
    padding: 20px;
  }
  .our-partners-list ul li img {
    max-width: 120px;
  }
}
@media all and (min-width: 481px) {
  .center-ad .small-ad {
    height: 0;
  }
  .center-ad .ad-content.big-ad {
    height: 60px;
  }
}
@media all and (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
  .center-ad {
    margin: 0 -15px;
  }
  .center-ad .small-ad {
    width: 320px;
    height: 60px;
  }
  .center-ad .ad-content.big-ad {
    height: 0;
  }
  .fixed-post-title {
    display: none;
  }
  .fixed-post-title.fpt-mobile {
    display: inline-block;
  }
  .fixed-post-title.fpt-mobile-hidden {
    display: none !important;
  }
  .single-post .entry-title {
    font-size: 25pt;
  }
  .post-wrapper .related-post .related-content {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .gallery-top-part .entry-title {
    font-size: 23pt;
  }
  .htb-menu-link {
    right: 10px;
    padding-right: 22px;
  }
  .right-sidebar .sidebar-section .post-item .news-content,
  .top-stories-listing .post-item .news-content {
    padding-top: 0;
    width: 55%;
  }
  .right-sidebar .sidebar-section.top-stories-listing .post-item .news-content,
  .top-stories-listing.top-stories-listing .post-item .news-content {
    width: 70%;
  }
  .right-sidebar .sidebar-section .post-item:first-of-type .news-content,
  .top-stories-listing .post-item:first-of-type .news-content {
    width: 100%;
  }
  .sidebar-section .top-stories-listing .post-item .news-content {
    width: 70%;
  }
  .bottom-sidebar .from-partners .post-item .news-content {
    padding-top: 0;
    width: 55%;
  }
  .comment-form p.form-submit input,
  .logged-in .comment-form p.form-submit input {
    width: 100%;
  }
  #buy-page .products li {
    width: 100%;
  }
  .next-story {
    width: 70%;
    bottom: 65px;
  }
  .author-row .author-name-social {
    max-width: 180px;
  }
}
/* ADMMIN BAR */
body.admin-bar {
  padding-top: 32px;
}
@media all and (max-width: 783px) {
  body.logged-in {
    padding-top: 46px;
  }
  body.logged-in #header-fixed-inner {
    top: 46px;
  }
}
@font-face {
  font-family: dashicons;
  src: url("../fonts/dashicons.eot");
}
@font-face {
  font-family: dashicons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url("../fonts/dashicons.ttf") format("truetype"), url("../fonts/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.dashicons,
.dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wpadminbar * {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  position: static;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  font: 400 13px/32px "Open Sans", sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.rtl #wpadminbar * {
  font-family: Tahoma,sans-serif;
}
html:lang(he-il) .rtl #wpadminbar * {
  font-family: Arial,sans-serif;
}
#wpadminbar .ab-empty-item {
  cursor: default;
  outline: 0;
}
#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #eee;
}
#wpadminbar #wp-admin-bar-my-sites a.ab-item,
#wpadminbar #wp-admin-bar-site-name a.ab-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wpadminbar ul li:after,
#wpadminbar ul li:before {
  content: normal;
}
#wpadminbar a,
#wpadminbar a img,
#wpadminbar a img:hover,
#wpadminbar a:hover {
  outline: 0;
  border: none;
  text-decoration: none;
  background: 0 0;
}
#wpadminbar a:active,
#wpadminbar a:focus,
#wpadminbar div,
#wpadminbar input[type=text],
#wpadminbar input[type=password],
#wpadminbar input[type=number],
#wpadminbar input[type=search],
#wpadminbar input[type=email],
#wpadminbar input[type=url],
#wpadminbar select,
#wpadminbar textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
#wpadminbar {
  direction: ltr;
  color: #ccc;
  font: 400 13px/32px "Open Sans", sans-serif;
  height: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 99999;
  background: #23282d;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  background: 0 0;
  clear: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  z-index: 99999;
}
#wpadminbar ul#wp-admin-bar-root-default > li {
  margin-right: 0;
}
#wpadminbar .quicklinks ul {
  text-align: left;
}
#wpadminbar li {
  float: left;
}
#wpadminbar .quicklinks .ab-top-secondary > li {
  float: right;
}
#wpadminbar .quicklinks .ab-empty-item,
#wpadminbar .quicklinks a,
#wpadminbar .shortlink-input {
  height: 32px;
  display: block;
  padding: 0 10px;
  margin: 0;
}
#wpadminbar .quicklinks > ul > li > a {
  padding: 0 8px 0 7px;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background: #32373c;
  display: none;
  position: absolute;
  float: none;
}
#wpadminbar .selected .shortlink-input,
#wpadminbar li.hover > .ab-sub-wrapper,
#wpadminbar.nojs li:hover > .ab-sub-wrapper {
  display: block;
}
#wpadminbar.ie7 .menupop .ab-sub-wrapper,
#wpadminbar.ie7 .shortlink-input {
  top: 32px;
  left: 0;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  min-width: 100%;
}
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
  right: 0;
  left: auto;
}
#wpadminbar .ab-submenu {
  padding: 6px 0;
}
#wpadminbar .quicklinks .menupop ul li {
  float: none;
}
#wpadminbar .quicklinks .menupop ul li a strong {
  font-weight: 700;
}
#wpadminbar .quicklinks .menupop ul li .ab-item,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
#wpadminbar .shortlink-input,
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item {
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  min-width: 140px;
}
#wpadminbar .shortlink-input {
  width: 200px;
}
#wpadminbar .menupop li.hover > .ab-sub-wrapper,
#wpadminbar .menupop li:hover > .ab-sub-wrapper {
  margin-left: 100%;
  margin-top: -32px;
}
#wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper,
#wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper {
  margin-left: 0;
  left: inherit;
  right: 100%;
}
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #32373c;
  color: #00b9eb;
}
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label {
  color: #00b9eb;
}
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
  position: relative;
  float: left;
  font: 400 20px/1 dashicons;
  speak: none;
  padding: 4px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  margin-right: 6px;
}
#wpadminbar #adminbarsearch:before,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before {
  color: #a0a5aa;
  color: rgba(240, 245, 250, 0.6);
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#wpadminbar .ab-label {
  display: inline-block;
  height: 32px;
}
#wpadminbar .ab-submenu .ab-item,
#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #b4b9be;
  color: rgba(240, 245, 250, 0.7);
}
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar li #adminbarsearch.adminbar-focused:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
  color: #00b9eb;
}
#wpadminbar.mobile .quicklinks .ab-icon:before,
#wpadminbar.mobile .quicklinks .ab-item:before {
  color: #b4b9be;
}
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
  color: #00b9eb;
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before,
#wpadminbar .menupop .menupop > .ab-item:before {
  position: absolute;
  font: 400 17px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wpadminbar .menupop .menupop > .ab-item {
  display: block;
  padding-right: 2em;
}
#wpadminbar .menupop .menupop > .ab-item:before {
  top: 1px;
  right: 4px;
  content: "\f139";
  color: inherit;
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
  padding-left: 2em;
  padding-right: 1em;
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
  top: 1px;
  left: 6px;
  content: "\f141";
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
  display: block;
  position: relative;
  right: auto;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #464b50;
}
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a,
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover {
  color: #00b9eb;
}
#wpadminbar .quicklinks a span#ab-updates {
  background: #eee;
  color: #32373c;
  display: inline;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 700;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#wpadminbar .quicklinks a:hover span#ab-updates {
  background: #fff;
  color: #000;
}
#wpadminbar .ab-top-secondary {
  float: right;
}
#wpadminbar ul li:last-child,
#wpadminbar ul li:last-child .ab-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wp-admin-bar-my-account > ul {
  min-width: 198px;
}
#wp-admin-bar-my-account > .ab-item:before {
  content: "\f110";
  top: 2px;
  float: right;
  margin-left: 6px;
  margin-right: 0;
}
#wp-admin-bar-my-account.with-avatar > .ab-item:before {
  display: none;
  content: none;
}
#wp-admin-bar-my-account.with-avatar > ul {
  min-width: 270px;
}
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar .ab-item {
  white-space: nowrap;
}
#wpadminbar #wp-admin-bar-user-actions > li {
  margin-left: 16px;
  margin-right: 16px;
}
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
  padding: 6px 0 12px;
}
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
  margin-left: 88px;
}
#wpadminbar #wp-admin-bar-user-info {
  margin-top: 6px;
  margin-bottom: 15px;
  height: auto;
  background: 0 0;
}
#wp-admin-bar-user-info .avatar {
  position: absolute;
  left: -72px;
  top: 4px;
  width: 64px;
  height: 64px;
}
#wpadminbar #wp-admin-bar-user-info a {
  background: 0 0;
  height: auto;
}
#wpadminbar #wp-admin-bar-user-info span {
  background: 0 0;
  padding: 0;
  height: 18px;
}
#wpadminbar #wp-admin-bar-user-info .display-name,
#wpadminbar #wp-admin-bar-user-info .username {
  display: block;
}
#wpadminbar #wp-admin-bar-user-info .username {
  color: #999;
  font-size: 11px;
}
#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  width: auto;
  height: 16px;
  padding: 0;
  border: 1px solid #82878c;
  background: #eee;
  line-height: 24px;
  vertical-align: middle;
  margin: -4px 0 0 6px;
  float: none;
  display: inline;
}
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar > a img {
  width: auto;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
  width: 15px;
  height: 20px;
  margin-right: 0;
  padding: 6px 0 5px;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
  padding: 0 7px;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
  content: "\f120";
  top: 2px;
}
#wpadminbar .quicklinks li .blavatar {
  float: left;
  font: 400 16px/1 dashicons !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eee;
}
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
#wpadminbar .quicklinks li a:focus .blavatar,
#wpadminbar .quicklinks li a:hover .blavatar {
  color: #00b9eb;
}
#wpadminbar .quicklinks li .blavatar:before {
  content: "\f120";
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 6px 8px 0 -2px;
}
#wpadminbar #wp-admin-bar-appearance {
  margin-top: -12px;
}
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f112";
  top: 2px;
}
#wpadminbar #wp-admin-bar-customize > .ab-item:before {
  content: "\f540";
  top: 2px;
}
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
  content: "\f464";
  top: 2px;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f226";
}
.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f102";
}
#wpadminbar #wp-admin-bar-comments .ab-icon {
  margin-right: 6px;
}
#wpadminbar #wp-admin-bar-comments .ab-icon:before {
  content: "\f101";
  top: 3px;
}
#wpadminbar #wp-admin-bar-comments .count-0 {
  opacity: .5;
}
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
  content: "\f132";
  top: 4px;
}
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
  content: "\f463";
  top: 2px;
}
#wpadminbar.ie8 #wp-admin-bar-search {
  display: block;
  min-width: 32px;
}
#wpadminbar #wp-admin-bar-search .ab-item {
  padding: 0;
  background: 0 0;
}
#wpadminbar #adminbarsearch {
  position: relative;
  height: 32px;
  padding: 0 2px;
  z-index: 1;
}
#wpadminbar #adminbarsearch:before {
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 20;
  font: 400 20px/1 dashicons !important;
  content: "\f179";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  position: relative;
  z-index: 30;
  font: 13px/24px "Open Sans", sans-serif;
  height: 24px;
  width: 24px;
  max-width: none;
  padding: 0 3px 0 24px;
  margin: 0;
  color: #ccc;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: width,background;
  transition-property: width,background;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  z-index: 10;
  color: #000;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: text;
  border: 0;
}
#wpadminbar.ie7 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  margin-top: 3px;
  width: 120px;
}
#wpadminbar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7);
}
#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before {
  content: "\f179 ";
}
#wpadminbar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  background: #fff;
  z-index: -1;
}
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
  color: #999;
}
#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
  color: #999;
}
#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
  color: #999;
}
#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
  color: #999;
}
#wpadminbar #adminbarsearch .adminbar-button,
.customize-support #wpadminbar .hide-if-customize,
.customize-support .hide-if-customize,
.customize-support .wp-core-ui .hide-if-customize,
.customize-support.wp-core-ui .hide-if-customize,
.no-customize-support #wpadminbar .hide-if-no-customize,
.no-customize-support .hide-if-no-customize,
.no-customize-support .wp-core-ui .hide-if-no-customize,
.no-customize-support.wp-core-ui .hide-if-no-customize {
  display: none;
}
#wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text span {
  position: absolute;
  left: -1000em;
  top: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#wpadminbar .screen-reader-shortcut {
  position: absolute;
  top: -1000em;
}
#wpadminbar .screen-reader-shortcut:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
* html #wpadminbar {
  overflow: hidden;
  position: absolute;
}
* html #wpadminbar .quicklinks ul li a {
  float: left;
}
* html #wpadminbar .menupop a span {
  background-image: none;
}
.no-font-face #wpadminbar ul.ab-top-menu > li > a.ab-item {
  display: block;
  width: 45px;
  text-align: center;
  overflow: hidden;
  margin: 0 3px;
}
.no-font-face #wpadminbar #wp-admin-bar-edit > .ab-item,
.no-font-face #wpadminbar #wp-admin-bar-my-sites > .ab-item,
.no-font-face #wpadminbar #wp-admin-bar-site-name > .ab-item {
  text-indent: 0;
}
.no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item,
.no-font-face #wpadminbar .ab-icon,
.no-font-face #wpadminbar .ab-icon:before,
.no-font-face #wpadminbar a.ab-item:before {
  display: none !important;
}
.no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label {
  display: inline;
}
.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon {
  display: inline !important;
}
.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before {
  content: "Menu";
  font: 14px/45px sans-serif !important;
  display: inline-block !important;
  color: #fff;
}
.no-font-face #wpadminbar #wp-admin-bar-site-name a.ab-item {
  color: #fff;
}
@media screen and (max-width: 782px) {
  #wpadminbar ul#wp-admin-bar-root-default > li,
  .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
    margin-right: 0;
  }
  html #wpadminbar {
    height: 46px;
    min-width: 300px;
  }
  #wpadminbar * {
    font: 400 14px/32px "Open Sans", sans-serif;
  }
  #wpadminbar .quicklinks .ab-empty-item,
  #wpadminbar .quicklinks > ul > li > a {
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: auto;
  }
  #wpadminbar .ab-icon {
    font: 40px/1 dashicons !important;
    margin: 0;
    padding: 0;
    width: 52px;
    height: 46px;
    text-align: center;
  }
  #wpadminbar .ab-icon:before {
    text-align: center;
  }
  #wpadminbar .ab-submenu {
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-my-account a.ab-item,
  #wpadminbar #wp-admin-bar-my-sites a.ab-item,
  #wpadminbar #wp-admin-bar-site-name a.ab-item {
    text-overflow: clip;
  }
  #wpadminbar .ab-label {
    display: none;
  }
  #wpadminbar .menupop li.hover > .ab-sub-wrapper,
  #wpadminbar .menupop li:hover > .ab-sub-wrapper {
    margin-top: -46px;
  }
  #wpadminbar #wp-admin-bar-comments .ab-icon,
  #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
    margin: 0;
  }
  #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item {
    padding-right: 30px;
  }
  #wpadminbar .menupop .menupop > .ab-item:before {
    top: 10px;
    right: 6px;
  }
  #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
    font-size: 16px;
    padding: 8px 16px;
  }
  #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
    display: none;
  }
  #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
    padding: 0;
    width: 52px;
    height: 46px;
    text-align: center;
    vertical-align: top;
  }
  #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    font: 28px/1 dashicons !important;
    top: -3px;
  }
  #wpadminbar .ab-icon,
  #wpadminbar .ab-item:before {
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-customize > .ab-item,
  #wpadminbar #wp-admin-bar-edit > .ab-item,
  #wpadminbar #wp-admin-bar-my-account > .ab-item,
  #wpadminbar #wp-admin-bar-my-sites > .ab-item,
  #wpadminbar #wp-admin-bar-site-name > .ab-item {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    padding: 0;
    color: #999;
    position: relative;
  }
  #wpadminbar .ab-icon,
  #wpadminbar .ab-item:before,
  #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
    padding: 0;
    margin-right: 0;
  }
  #wpadminbar #wp-admin-bar-customize > .ab-item:before,
  #wpadminbar #wp-admin-bar-edit > .ab-item:before,
  #wpadminbar #wp-admin-bar-my-account > .ab-item:before,
  #wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
  #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    display: block;
    text-indent: 0;
    font: 400 32px/1 dashicons;
    speak: none;
    top: 7px;
    width: 52px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #wpadminbar #wp-admin-bar-appearance {
    margin-top: 0;
  }
  #wpadminbar .quicklinks li .blavatar:before {
    display: none;
  }
  #wpadminbar #wp-admin-bar-search {
    display: none;
  }
  #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    top: 0;
    line-height: 53px;
    height: 46px !important;
    text-align: center;
    width: 52px;
    display: block;
  }
  #wpadminbar #wp-admin-bar-updates {
    text-align: center;
  }
  #wpadminbar #wp-admin-bar-updates .ab-icon:before {
    top: 3px;
  }
  #wpadminbar #wp-admin-bar-comments .ab-icon:before {
    display: block;
    font-size: 34px;
    height: 46px;
    line-height: 47px;
    top: 0;
  }
  #wp-toolbar > ul > li,
  #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar {
    display: none;
  }
  #wpadminbar #wp-admin-bar-my-account > a {
    position: relative;
    white-space: nowrap;
    text-indent: 150%;
    width: 28px;
    padding: 0 10px;
    overflow: hidden;
  }
  #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
  #wpadminbar #wp-admin-bar-user-actions.ab-submenu {
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-user-info .display-name {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #eee;
  }
  #wpadminbar #wp-admin-bar-user-info a {
    padding-top: 4px;
  }
  #wpadminbar #wp-admin-bar-user-info .username {
    line-height: .8 !important;
    margin-bottom: -2px;
  }
  #wpadminbar li#wp-admin-bar-comments,
  #wpadminbar li#wp-admin-bar-customize,
  #wpadminbar li#wp-admin-bar-edit,
  #wpadminbar li#wp-admin-bar-menu-toggle,
  #wpadminbar li#wp-admin-bar-my-account,
  #wpadminbar li#wp-admin-bar-my-sites,
  #wpadminbar li#wp-admin-bar-new-content,
  #wpadminbar li#wp-admin-bar-site-name,
  #wpadminbar li#wp-admin-bar-updates,
  #wpadminbar li#wp-admin-bar-wp-logo {
    display: block;
  }
  #wpadminbar li.hover ul li,
  #wpadminbar li:hover ul li,
  #wpadminbar li:hover ul li:hover ul li {
    display: list-item;
  }
  #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  #wpadminbar #wp-admin-bar-comments,
  #wpadminbar #wp-admin-bar-edit,
  #wpadminbar #wp-admin-bar-my-account,
  #wpadminbar #wp-admin-bar-my-sites,
  #wpadminbar #wp-admin-bar-new-content,
  #wpadminbar #wp-admin-bar-site-name,
  #wpadminbar #wp-admin-bar-updates,
  #wpadminbar #wp-admin-bar-wp-logo,
  #wpadminbar .ab-top-menu,
  #wpadminbar .ab-top-secondary {
    position: static;
  }
  #wpadminbar #wp-admin-bar-my-account {
    float: right;
  }
  #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
  }
  #wp-responsive-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
  }
  #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
    width: 100%;
    left: 0;
  }
  #wpadminbar .menupop .menupop > .ab-item:before {
    display: none;
  }
  #wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
    margin-left: 0;
  }
  #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
    margin: 0;
    width: 100%;
    top: auto;
    left: auto;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item {
    font-size: 16px;
    padding: 6px 15px 19px 30px;
  }
  #wpadminbar li:hover ul li ul li {
    display: list-item;
  }
  #wpadminbar li#wp-admin-bar-updates,
  #wpadminbar li#wp-admin-bar-wp-logo {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #wpadminbar li#wp-admin-bar-comments {
    display: none;
  }
}