*:focus {
	outline: 0 !important;
}

/* A */
.adjust-block {
	padding-top: 20px; 
	padding-bottom: 50px; 
	text-align: center;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
	/*&border-bottom: 1px solid #d8dce3;*/
	border-bottom: 20px solid #d8dce3;
	position: absolute;
	top: -21px;
	right: 103px;
	z-index: 2;
}
.arrow-up-white {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
	/*&border-bottom: 1px solid #d8dce3;*/
	border-bottom: 20px solid white; 
	position: absolute;
	top: -19px;
	right: 103px;
	z-index: 2;
}
/* B */
.bar {
	background: <?php echo COLOR_PRIMARY; ?>;
	height: 40px;
	color: white;
	border: 0;
	opacity: 1.0;
} 
#block:block=maco_branding:langcode=en {
	margin-top: -40px;
}
#block-nvsflickrwidget ul.flickr-5708711ee1be7 li{
	float: left;
	margin-bottom: 10px;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    display: block;
}
#block-maco-local-tasks ul li a{
    float: left;
    margin-right: 10px;
}
#block-maco-local-tasks{
    margin-bottom: 50px;
}
.blog-full .post-blockquote, .post-media{
    max-height: 450px !important;
    padding-top: 0 !important;
}
.blog-post {
  color: #162532;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.blog-post .slider-portfolio{
    margin-bottom: 25px !important;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
}
.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: #696c74;
	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-caret-down {
	position: absolute;
	top: 1px;
	right: 11px;
	text-align: center;
	width: 36px !important;
	height: 36px !important;
	background-color: transparent;
	border: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #696c74;
	background-color: #ffffff;
	border-color: #bdc3d1;
}
.btn-default:focus,
.btn-default.focus {
	color: #696c74;
	background-color: #e9ebee;
	border-color: #ddd;
}
.btn-default:hover {
	color: #696c74;
	background-color: #e6e6e6;
	border-color: #99a3b7;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #696c74;
	background-color: #e6e6e6;
	border-color: #99a3b7;
}
.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: #696c74;
	background-color: #d4d4d4;
	border-color: #727f9c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #bdc3d1;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #696c74;
}
.btn-primary {
	color: #ffffff;
	background-color: #2574ab;
	border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #1c5881;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #1c5881;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #1c5881;
	border-color: rgba(0, 0, 0, 0);
}
.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: #ffffff;
	background-color: #164464;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2574ab;
	border-color: transparent;
}
.btn-primary .badge {
	color: #2574ab;
	background-color: #ffffff;
}
.btn-success {
	color: #456b1d;
	background-color: #9ed566;
	border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #6ed566;
	border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
	color: #fff;
	background-color: #6ed566;
	border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #1c7781;
	border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #6ed566;
	border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #428bca;
	border-color: transparent;
}
.btn-success .badge {
	color: #428bca;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: transparent;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #e6ad5c;
	border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: #df9730;
	border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
	color: #ffffff;
	background-color: #df9730;
	border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #df9730;
	border-color: rgba(0, 0, 0, 0);
}
.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: #ffffff;
	background-color: #cc851f;
	border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #e6ad5c;
	border-color: transparent;
}
.btn-warning .badge {
	color: #e6ad5c;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: transparent;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}
.btn-form-group-last {
	margin-top: 10px;
} 
.btn-link {
	color: #428bca;
	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: #505b72;
	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: #777777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 11px 14px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 8px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 3px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn_search_submit {
	position: absolute;
	top: 0px;
	left: 294px;
	text-align: center;
	padding: 5px;
	padding-top: 3px;
	color: white;
	width: 36px !important;
	height: 36px !important;
	background-color: #999999;
	border: 1px solid #999999; border-radius: 50%;
}
.btn_search_submit_icon {
	color: white;
	font-size: 20px;
}
.btn_gray_icon {
	position: absolute;
	text-align: center;
	padding: 5px;
	padding-top: 3px;
	color: white;
	width: 36px !important;
	height: 36px !important;
	background-color: #9fa8bc;
	border: 1px solid #9fa8bc; border-radius: 50%;
}
.btn_gray_icon_inner {
	color: white;
	font-size: 20px;
} 
/* C */
.cal_reg_on {vertical-align:top; background-color:#CCCCCC; width:76px; height:96px; color:#666666; font-size:22px;} /* REGULAR DAY WHICH FALLS UNDER 1 - 31 (dark grey area) */
.cal_reg_on div.eventConteiner,.mainmenu5 div.eventConteiner,.cal_reg_on_today div.eventConteiner,
.cal_reg_on div.trainingConteiner,.mainmenu5 div.trainingConteiner,.cal_reg_on_today div.trainingConteiner{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin: 2px 1px;
	padding: 2px;
	cursor:pointer;
}
.cal_reg_on div.trainingConteiner:hover,.mainmenu5 div.trainingConteiner:hover,.cal_reg_on_today div.trainingConteiner:hover,
.cal_reg_on div.eventConteiner:hover,.mainmenu5 div.eventConteiner:hover,.cal_reg_on_today div.eventConteiner:hover{
	background-color: #fff;
	border-color: #333333;
}

.cal_reg_on div.trainingConteiner.disabled:hover,.mainmenu5 div.trainingConteiner.disabled:hover,.cal_reg_on_today div.trainingConteiner.disabled:hover,
.cal_reg_on div.eventConteiner.disabled:hover,.mainmenu5 div.eventConteiner.disabled:hover,.cal_reg_on_today div.eventConteiner.disabled:hover{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	cursor: default;
}
.cal_reg_on a { font-size:11px;} /* href style for NO-JS version*/
.cal_reg_off {vertical-align:top; background-color:transparent; border: 1px solid #ffffff; width:76px; height:96px;color:#666666; font-size:22px;} /* NOT AVAILABLE SQUARE OR TOTALLY BOOKED SQUARE */
.cal_reg_off a { font-size:11px;} /* href style for NO-JS version*/
.cal_reg_off noscript {font-size:11px;}
.cal_reg_off span {font-size:11px; padding:0; margin:0;}
.cal_reg_off span.rightAlign,.cal_reg_off_today span.rightAlign{text-align: right;display: block;padding-right: 10px}
.checkoutSpan{display: block;padding: 5px 0 0 5px !important;background-color: #cccccc}
.cal_reg_on_today {vertical-align:top; background-color:#B6DBED; width:76px; height:76px;color:#666666; font-size:22px; } /* TODAY SQUARE - SQUARE AVAILABLE FOR BOOKING */
.cal_reg_on_today a { font-size:11px;} /* href style for NO-JS version*/
.cal_reg_off_today {vertical-align:top; background-color:#B6DBED; width:76px; height:76px;color:#666666; font-size:22px; } /* TODAY SQUARE - NOT AVAILABLE FOR BOOKING  */
.cal_reg_off_today noscript {font-size:11px;}
.cal_reg_off_today span {font-size:11px; padding:0; margin:0;}
.cal_reg_off_today a { font-size:11px;} /* href style for NO-JS version*/
.mainmenu5 {vertical-align:top; background-color:#0099CC; width:76px; height:76px;color:#FFF; font-size:22px; font-weight:bold; cursor:pointer; } /* HOVER SQUARE */
.mainmenu5 a { font-size:11px;} /* href style for NO-JS version*/
.cal_reg_off.past{
	color: #AAAAAA;
}
.class_man nav.pager{
    position: absolute;
}
.clear-both {
	clear: both;
}
.clear-both-10 {
	clear: both;
	height: 10px;
}
.clear-both-300 {
	clear: both;
	height: 300px;
}
/* D */
.deal_panel {
	position: relative; background: #f6f6f8; background-size: auto; height: 190px; padding: 20px; text-align: center;
}
.deal_panel_amount_wanted {
	background: #f9f9f9; border-top: 1px solid #ddd; height: 100px; padding: 20px; padding-top: 0px; text-align: center;
}
.deal_panel_description {
	padding: 20px; padding-top: 25px; border-top: 1px solid #ddd; height: 90px;
}
.deal_panel_description_inner {
	font-size: 12px; font-weight: normal; text-transform: none;
}
.deal_panel_dropdown {
	position: absolute; top: 20px; right: 20px; z-index: 1000; color: white;
}
.deal_panel_overlay {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 190px; background: #f6f6f8; opacity: 0.4;
}
.deal_panel_h3 {
	position: relative; font-weight: 700; font-size: 16px; text-transform: uppercase; margin-top: 20px; color: white; z-index: 1;
}
.deal_panel_img {
	position: relative; width: 96px; height: 96px; background-color: white; border: 4px solid #fff;
}
.deal_panel_outline {
	position: relative; border: 1px solid #ddd; margin-bottom: 20px;
}
.deal_panel_subhead {
	position: relative; font-size: 12px; font-weight: normal; text-transform: uppercase; z-index: 1000;
}
.div-apps-icon {
	text-align: center;
	padding-bottom: 30px;
}
.div-apps-icon-inner {
	text-align: center;
	padding: 5px;
	padding-top: 4px;
	color: white;
	font-size: 20px;
	width: 36px;
	height: 36px;
	background-color: #999999;
	border: 4px solid #999999;
	border-radius: 50%;
	margin-bottom: 5px;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-menu {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	margin-right: 20px;
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu-left {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	margin-right: 20px;
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}  
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #2574ab;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
/* F */
.fa-caret-down {
	margin-top: 2px; margin-left: -2px; padding: 0px; font-size: 20px; color: #999999;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 12px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #616161;
	border-radius: 0px !important;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.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: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #e7e9ee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
.form-group {
	margin-bottom: 15px;
}
.form-group-checkbox {
	padding: 10px;
	text-align: center;
}
.form-group-last {
	text-align: center;
	padding-top: 5px;
} 
.form-text {
	width: 100%;
}
.frontend-header {
	position: relative;
	height: 64px;
	background-color: white;
}
.frontend-headerbar {
	padding-top: 13px; 
}
/* H */
h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}
h4 {
	margin-top: 15px;
	margin-bottom: 0px;
}
.hatcher-footer-icon {
	height: 24px; 
	width: 24px;
}
.hatcher-mobile-icon {
  position: absolute;
  right: 20px;
  top: 23px;
  min-width: 30px;
  min-height: 100px;
  z-index: 50;
  padding: 5px;
  overflow: visible;
}
.hatcher-mobile-icon a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hatcher-mobile-icon a span {
  display: block;
  width: 27px;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.hatcher-mobile-icon a:hover span {
  background-color: #20ddfd;
}
.hatcher-powered-by {
	margin-left: 3px; 
	padding: 3px; 
	padding-left: 0px; 
	color: white;
}
#hatcher_tweet_block {
	text-align: left;
}
.head-overlayer {
	opacity: 0.4;
}
.hr-hatcher {
	margin-top: 0px;
	color: #ddd;
	margin-bottom: 35px;
}
/* I */
.icon-a {
	border: 0;
}
#icon-header {
	float: right;
	position: relative;
}
.index-btn-left {
	display: inline-block; 
	white-space: nowrap; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 22px; 
	font-weight: 300; 
	white-space:nowrap; 
	border: 1px solid white; 
	text-transform: uppercase; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom:20px; 
	padding: 20px; 
	color: white;
}
.index-btn-right {
	display: inline-block; 
	white-space: nowrap; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 22px; 
	font-weight: 300; 
	white-space:nowrap; 
	border: 1px solid white; 
	text-transform: uppercase; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom:20px; 
	padding: 20px; 
	color: white;
}
.index-btns {
	padding: 15px; 
	padding-top: 5px; 
	text-align: center;
}
.index-head-title {
	font-size: 36px !important; 
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	color: white;
}
.index-head-subtitle {
	text-align: center; 
	padding-left: 80px; 
	padding-right: 80px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-weight: 300; 
	font-size: 20px; 
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	color: white;
}
.index-page-video {
	width: 100%;
}
input[type="text"], input[type="password"], input[type="url"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="email"], input[type="currency"], input[type="percentage"] {
    height: 40px;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 40px;
    font-family: 'ProximaNova', sans-serif;
    color: #616161;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    resize: none;
}
input[type="select"] {
    font-family: 'ProximaNova', sans-serif;
    font-size: 14px;
    color: #616161;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
    color: #fff;
    border: none;
    margin: 0;
    padding: 10px;
    border: 1px solid #20ddfd;	
} 
input[type="submit"]:hover,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    opacity: 0.9;
}
.items-filter span {
	border-color: #ddd;
} 
/* L */
label {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}  
.list-group-item {
	border: 1px solid #fff !important;
}
/* M */
.maco_class{
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    margin:0;
    overflow: hidden;
    position: relative;
}
.md-slide-item{
	display: none;
}
.menu > li > a:hover {

}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	min-width: 320px; /* iPhone 4 and 5 size */
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-button-close {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	padding: 5px;
	color: white;
	font-size: 20px;
	width: 36px;
	height: 36px;
	background-color: #999999;
	border: 4px solid #999999;
	border-radius: 50%;
}
.modal-close-div {
	position: absolute;
	top: 30px;
	right: 30px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
	padding: 50px;
}
.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-open {
	overflow: hidden;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.modal.modal-wide .modal-dialog {
	width: 90%;
}
.modal-wide .modal-body {
	overflow-y: auto;
}
/* N */
.nav-apps {
	position: absolute;
	top: 73px;
	right: 50px;
	display: none;
	overflow: visible;
	font-size: 12px;
	z-index: 1;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	width: 300px;
	background-color: white;
	border: 1px solid #d8dce3;
}
.nav-apps-sub {
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 10px;
}
nav.pager{
    bottom: 0!important;
    
}
nav.pager ul li{
    float: left;
    padding: 10px;
    margin: 5px;
    border: 1px solid #333;
}
nav.pager ul li:hover, nav.pager ul li.is-active{
    background-color: #20ddfd;
    color: #fff;
    border: 1px solid #20ddfd;
}
/* O */
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
/* P */
.page-header {
	margin: 0px;
}
.page-header-index {
	background: none !important; 
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
	height: 600px;
}
.page-header-index-alt {
	background-position: center; 
	background-size: cover !important; 
	height: 600px;
}
.page-single .user-name span:before {
    content: " / " !important;
}
.page-single .indented{
    margin-left: 80px;
}
.panel {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
}
.panel-body {
	padding-bottom: 0px;
}
.panel-heading {
	padding-bottom: 0px;
}
.post-excerpt {
	color: white;
	opacity: 0.8;
}
.progress {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	height: 40px;
	position: relative;
	border: 0px solid #f5f6f8;
	background-color: #f5f6f8;
}
.progressspan {
	position: absolute;
	top: 12px;
	z-index: 2;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
/* S */
#search-header {
	float: left;
	position: relative;
}
.section-calendar {
	padding-top: 20px; 
	padding-bottom: 0px;
}
.section-calendar-btn {
	display: inline-block; 
	white-space: nowrap; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 22px; 
	font-weight: 300; 
	white-space:nowrap; 
	border: 0px solid white; 
	text-transform: uppercase; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom:20px; 
	padding: 20px;
}
.section-calendar-btns {
	padding-top: 0px; 
	text-align: center;
}
.section-marketing-contentpanel {
	padding-top: 20px; 
	padding-bottom: 40px; 
	background: #ffffff; border: 0;
}
.section-support img{
    width: 127px !important;
    height: 73px !important;
}
.search-page-form input[type="search"]{
    padding: 8px;
    margin-bottom: 10px;
}
.section-shotcodes {
	padding-bottom: 70px;
	border-color: #fff;
}
select {
	width: 100%; font-size: 14px; height: 40px; background-color: white; border: 1px solid #ddd; text-indent: 6px; border-radius: 2px;
}
.share_button {
	margin-left: 5px;
	text-align: center;
	width: 36px !important;
	height: 36px !important;
	background-color: #9fa8bc;
	border: 4px solid #9fa8bc;
	border-radius: 50%;
}
.sidebar-search .search-btn{
    width: 26px !important;
}
.sidebar-search .fa-search{
    display: inherit;
    position: absolute;
}
.sidebar-search input{
    width: calc(100% - 26px) !important;
}
.single-article {
	padding-bottom: 0px;
}
.slack-message-username {
	margin-right: 10px;
	font-weight: bold;
}
.site-logo {
	padding-top: 15px;
}
.syndicate_icon {
	border-radius: 50%;
	height: 36px;
	width: 36px; 
}
/* T */
textarea {
	border: 1px solid #e1e1e1;
	font-size: 14px;
	padding: 15px;
}
textarea.form-control {
	height: auto;
}
th {
	font-weight: bold;
	border-bottom: 0;
}
.tooltip{
	position: absolute;	
	text-align: center;	
	width: 140px;	
	height: 40px;		
	padding: 5px;	
	font: 12px sans-serif;	
	border: 0px;					
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	opacity:0;	

}
.tooltip-inner {
	background-color: #333;
	color: #fff;
}
.topbar_search {
	position: absolute;
	top: -1px;
	left: 54px;
	padding: 0px;
	padding-left: 15px;
	font-size: 10px;
	height: 38px !important;
	line-height: 38px;
	width: 276px;
	border: 1px solid #999999; border-radius: 18px;
}
/* U */
.ui-autocomplete {
	z-index:2147483647;
}
ul.contextual-links li{
    clear: both;
}
ul.links li a{
    float: left;
}
.user-login-form .description, .user-form .description, .user-pass p{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 25px;
}
.user-form .field--name-user-picture, .user-form details, .user-form .field--name-field-about-author{
    display: none;
}
.user-login-form label, .user-form label,  .user-pass label{
    font-weight: bold;
}
/* W */
.well-create-contact {
	margin-left: 10px;
	margin-left: 10px;
}

/* @MEDIA */
@media all and (max-width: 620px) {
	#search-header {
		display: none;
	}
}
@media screen and (max-width: 660px) {
	.blog-link-btn {
		visibility: hidden;
		display: none;
	}
}
@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 all and (max-width: 768px) {
	.topbar_search {
		width: 275px !important;
	}
    .class_user{
        padding-right: 10px;
        padding-left: 10px;
    }
    input[type="text"], input[type="password"], input[type="url"], input[type="password"], input[type="number"], input[type="date"], input[type="email"]{
        width: 100%;
    }	
}  
@media (min-width: 992px) {
	.modal-lg {
		width: 90%;
		height: 90%;
	}
	.class_email{
	    padding-left: 10px;
	    width: 50%;
	    float: left;
	}
	.class_name{
	    padding-right: 10px;
	    width: 50% ;
	    float: left;
	}
}

/* Fixing the issue where links were overflowing Org, User profile sidebar section */
.sidebar > div td:nth-child(2) a {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}
