@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
html, body {
	height:100% !important;
}
body {
	font-family: 'Lato', sans-serif;
	background: #f5f5f5;
	padding-top: 60px;
}
.container-fluid {
	height: 100%;
}
.sidebar-nav .nav-list a {
	color: #abb4be;
	background-color: #1D2127;
	text-shadow: none;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > li > a:hover {
	background: none;
	color: #fff;
}
.sidebar-nav .nav li + .nav-header {
	color: #acafb1;
	text-shadow: none;
}
.sidebar-nav .nav-list a {
    border-top: none;
    padding: 6px 15px;
}
.sidebar-nav .nav-list li {
	text-shadow: none;
	background: none;
	border-bottom: none;
	line-height: 16px;
}
.sidebar-nav .nav-list li.nav-header a {
    color: #fff;
    padding: 0;
}
.sidebar-nav .nav-list li.nav-header a:hover {
	background:none;
}
.sidebar-nav .nav-list li i {
    font-size: 15px;
    margin-right: 9px;
    float: left;
    color: rgba(255, 255, 255, 0.4);
}
.nav .nav-header {
    font-size: 13px;
    color: #f1f1f1;
    margin-bottom: 10px;
}
.nav .nav-header i {
    font-size: 18px !important;
	color:#fff !important;
 }
.nav-list {
	border-right: 0;
	padding: 0 15px;
}
.nav-list > li > a {
	background: none;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > li > a:hover, .nav-list > li > a.active {
	background: rgba(0, 0, 0, 0.2);
	color: #f2f2f2;
}
.nav-tabs > li > a {
	padding: 10px 15px;
	margin:0;
	line-height: 18px;
	background: #E9E9E9;
	color:#555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.tab-content {
	padding-top: 40px;
}
.sidebar-nav .divider {
	background: none;
	margin: 0 20px 18px 20px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 11px 0 0;
}
.listBig li, .list li {
    padding: 18px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #ddd !important;
    background: #f9f9f9 !important;
    color: #555 !important;
 }
.listBig li a,  .list li a {
	color: #555;
}
.row-fluid .all-left {
	/*	height: 100%;*/
	background: #1D2127;
	padding-bottom:50px;
}
.row-fluid {
	height: 100%;
}
.row-fluid .span12.top-bar {
	border: none;
}
.box-header {
	height: 52px;
	width:100%;
	margin-bottom: -1px;
	padding: 10px 25px;
	background: #f9f9f9;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-header h2 {
	font-size: 13px;
	line-height: 28px;
	color: #58666e;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
}
.box-content {
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.box-content {
	/*	width: 99.8% !important;*/
	border: 1px solid #ddd;
	padding: 25px 55px;
	background: #fff;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}
footer {
	display:none;
}
input, textarea, select, .uneditable-input {
	width: 210px;
	height: 34px;
	padding: 0 12px;
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 17px;
	border: 1px solid #ddd;
	box-shadow: none;
}
textarea, .uneditable-textarea {
	height: 60px;
	padding: 12px;
}
input {
	margin-right:20px;
}
input#pageURL {
	margin-left: 9px;
}
input[type="radio"] {
	box-shadow: none;
}
input:focus, textarea:focus {
	border-color: #BDC4C9;
	outline: 0;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.input-append .add-on, .input-append .btn {
	margin-left: -23px;
	height: 26px;
	width: 26px;
}
[class^="icon-"], [class*=" icon-"] {
 background-image: none;
}
.btn {
	font-family: 'Lato', sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn i {
	margin-right: 4px;
}
.btn-inverse {
	background: #171717;
	height: 43px;
	width: 43px;
	font-size: 24px;
	color: #c3c3c3;
	line-height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: -49px;
	left:0;
}
.btn-inverse:hover {
	background: #21262d;
}
.btn-success {
	background: #007f4e;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-primary:hover, .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #396189;
}
.btn:focus {
	outline: none;
}
.btn-primary, .btn-info, .btn-danger, .btn-warning {
	background: #01A4E2;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-info {
	background: #5bc0de;
}
.btn-warning {
	background: #faa732;
}
.btn-danger {
	background: #da4f49;
}
.btn-group>.dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-top: 9px;
	opacity:0.7;
}
button.btn.dropdown-toggle {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -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;
}
.table td i, a.modal-edit i {
	margin-right: 5px;
}
.form-actions {
	padding: 35px 20px 0px;
	background: none;
	border-top:1px dashed #ddd;
}
.form-horizontal .control-label {
	width: 135px;
	text-align: left;
}
.form-horizontal .form-actions {
	padding-left: 0 !important;
}
.row-fluid .span12.top-bar {
	background: #000;
	height:50px;
}
.breadcrumb {
	background: none;
}
.breadcrumb li {
	display: inline-block;
	text-shadow: none;
	color: #abb4be;
	background: #000;
	line-height: 8px;
	padding: 22px 0 12px;
}
.breadcrumb li a {
	display: inline-block;
	text-shadow:none;
	color: #abb4be;
}
.breadcrumb li:after {
	content: '/';
	font-size: 14px;
	font-size: 14px;
	margin: 0 10px;
}
.breadcrumb li:last-child:after {
	content: '';
}
.table thead th {
	vertical-align: middle !important;
}
.table th, .table td {
	vertical-align: middle;
}
.table-condensed th, .table-condensed td {
	padding: 5px 12px;
}
.alert-icon {
	margin-right: 10px;
	padding-right: 0;
	font-size: 16px;
}
.alert {
	text-shadow: none;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert .close {
	right: 0;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	font-weight: 400;
}
.froala-editor {
	border: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	border-radius: 4px 4px 0 0;
}
.froala-editor.f-basic {
	width: 100%;
	border-bottom: 1px dashed #ddd !important;
}
.froala-wrapper.f-basic {
	border: solid 1px #ddd;
	border-top: none;
	border-bottom:1px solid #ddd;
	border-radius: 0 0 4px 4px;
}
.froala-editor button.fr-bttn, .froala-editor button.fr-trigger {
	color: #444;
	line-height: 42px;
}
.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover, .froala-editor .froala-popup button.fr-bttn:hover, .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover, .froala-editor .froala-popup button.fr-trigger:hover {
	background: #ebebeb;
	color: #444;
}
.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after, .froala-editor .froala-popup button.fr-bttn:hover:after, .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after, .froala-editor .froala-popup button.fr-trigger:hover:after {
	border-top-color: #333;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	margin: -3px 3px 0 0;
}
.bootstrap-datetimepicker-widget {
	width: 300px;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin: 0 auto;
	line-height: 27px;
}
.cropme {
	border: 1px solid #ddd;
}
a.quick-button-small.span1 {
	outline: none;
	width: 129px !important;
	height: 85px;
	margin: 0 10px 10px 0 !important;
	padding: 9px 0 0;
	background: #f5f5f5;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.04);
	box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.04);
}
span.quick-button-inner {
	line-height: 41px;
}
span.quick-button-inner p {
	margin: 0;
	font-size: 11px;
	color: #33495f;
	text-shadow: none;
	line-height: 12px;
}
span.quick-button-inner p span {
	font-size:9px;
	color: #8097ae;
	text-transform: uppercase;
}
.quick-button-small {
	background: #f9f9f9;
}
.accordion-heading .accordion-toggle {
	background: #fff;
	color: #58666e;
	text-shadow: none;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: move;
}
div.ui-sortable div.ui-state-default {
	border: none !important;
	padding: 0 !important;
}
.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.table-condensed th, .table-condensed td {
	padding: 12px;
}
.navbar-inner {
	min-height: 60px;
	border-bottom: 1px solid #ddd;
}
.navbar .brand {
	padding: 12px 20px;
}
.navbar-inner .btn-group.pull-right {
	border-left: 1px dashed #ddd;
	height: 32px;
}
.navbar-inner .btn.dropdown-toggle {
	border: none;
	background: none;
	text-shadow: none;
}
.navbar-inner .btn-group.open .btn.dropdown-toggle {
	background: none;
}
.navbar-inner .btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel {
	background:#fff;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel-header {
	line-height: 28px;
	height: 52px;
	margin-bottom: -1px;
	padding: 10px 25px;
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.panel-header h2 {
	line-height: 52px;
	font-size: 13px;
	font-weight:bold;
	text-shadow: none;
	color: #58666e;
	text-transform:uppercase;
}
.panel-content {
	padding: 60px 25px 0;
}
.bb-options-block {
	margin-top: 40px;
	border: 1px solid #ddd;
	padding: 40px 25px;
	background: #FAFAFA;
}
.accordion-inner {
	background: #fff;
}
.box.login {
	width: 363px;
}
.login .input-prepend .add-on, .login .input-append .add-on {
	padding: 10px 13px;
}
.login input[type="text"], .login input[type="password"] {
	width: 182px;
	height: 38px;
	margin: 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);
	margin-left: -3px;
}
.pageSectionHeader {
	background: none !important;
	padding: 0 !important;
	text-align: left !important;
	font-weight: bold !important;
}
.divider2 {
	border-bottom: 1px dashed #ddd;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	overflow:hidden;
	width:100%;
}
.span11.box .box-content {
/*    width: 94.2% !important;*/
}
.span11.box .box-content.home {
	width: 100% !important;
}
.box-content.home {
	padding: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blockAdmin .accordion-heading {
	display:none;
}
.blockAdmin .accordion-group {
	border:none;
}
.blockAdmin .accordion-inner {
	border:none;
}
.blockAdmin .accordion-inner {
	padding-top:0px;
	padding-left:0px;
}
.blockAdmin .btn {
	padding:3px 6px !important;
}
.blockAdmin {
	position:relative;
}
.blockOptions {
	position:absolute;
	width:35px;
	top:6px;
	left:-38px;
}
.blockOptions .move {
	clear:both;
	cursor:move;
	padding:3px 5px !important;
}

.blockOptions .collapsebtn {
	clear:both;
	margin-top:5px;
}


.blockOptions .delete {
	clear:both;
	margin-top:5px;
}
.accordion-inner.paddind table tr:last-child {
	display: none;
}
.accordion-inner.paddind table.table tr:last-child {
	display: table-row;
}
.ui-state-highlight {
/*
	float:left;
	width:100%;
	height:60px;
	margin-bottom:10px;
	text-align:center;
	background-color:#EEE;
*/	
}
.span11.box {
/*	width: 1240px; */
	width: 97%; 
}
div.ui-sortable div.ui-state-default {
	margin-right:0 !important;
/* vas added 
border: 1px dashed #B1B1B1 !important;
    padding: 10px !important;
    background: #ECECEC;*/
}
.blockAdmin .accordion-inner {
	padding-right: 0;
}
.bootstrap-datetimepicker-widget {
	width: 298px !important;
}
.text {
	font-family: 'Lato', sans-serif !important;
}
.cropme:last-of-type {
	margin-right:0;
}
.actions-bar {
	margin-top: 8px;
}
.cropControls {
	top:0 !important;
	width:218px !important;
}
.seo-block {
	background: #F9F9F9;
	padding: 20px 23px;
	margin:40px 0;
}
.seo-block h5 {
	text-transform: uppercase;
	font-size: 11px;
	color: #989898;
	margin-bottom:20px;
}
#telephone li, #email li {
	border:none !important;
	padding: 5px 0 !important;
}
button.btn.btn-inverse {
	font-size: 16px;
	line-height: 10px;
	padding-left: 12px;
}
hr {
	margin:40px 0 10px;
	border-top: 1px solid #DADADA;
	border-bottom: none;
}
i.fa.fa-chevron-down.pull-right {
	color: #BBBBBB;
}
textarea.texteditor {
	width: 98% !important;
}
td.Sorters.ui-sortable {
	padding: 0;
}
td.delete {
	text-align: right;
}
.UploadFile .thumbnail {
	background: none;
	border: 1px solid #ddd;
}
.thumbnail {
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
td.cropItems {
	padding: 0;
}
span.align {
	display: block;
	overflow:hidden;
}
.fileupload-buttonbar {
	padding-top: 0px;
}
.quicklinks-row {
    margin-bottom: 20px;
    padding-bottom: 2px;
    overflow: hidden;
    width: 100%;
}
.quicklinks-row:last-child {
	margin-bottom: 0;
}
.quicklinks-col:last-child {
	margin-right: 0;
}
.quicklinks-col {
	float: left;
	background: #f8f8f8;
	margin: 0 20px 0 0;
	    width: 18.6%;
	text-align: center;
	height: 280px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.quicklinks-col a {
	color: #1D2127;
	font-weight: 400;
	text-transform: uppercase;
	padding: 86px 20px 97px;
	display: block;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.quicklinks-col a:hover {
	background: #F1F1F1;
}
.quicklinks-col i {
	color: #62ab46;
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
}
.quicklinks-col a span {
	font-size: 21px;
    display: block;
    padding-top: 7px;
    line-height: 1.1;
}
.quicklinks-col img {
	display: block;
	width: 56px;
	margin: -8px auto 30px;
}
 @media (max-width: 1200px) {
.span11.box.homepage {
	width: 962px;
}
.quicklinks-col {
	width: 153px;
	height: 250px;
}
.quicklinks-col a {
	padding: 63px 20px 53px;
}
}
.input-prepend .add-on, .input-prepend .btn {
	margin-right: -1px;
	padding:8px;
}
input#pageURL {
	width:40% !important;
}
#URLLink {
	padding:15px;
}

#FullPage { border:none; padding:0px;}

.is-active {
	background-color:#EEEEEE;
}

.colourImg {
	width:95%; 
	float:left; 
	padding:10px; 
	border:dotted 1px #CCCCCC; 
	margin-bottom:20px;
}

.colourImgInner {
	float:left; 
	width:20%; 
	margin-right:30px;
}

.form-horizontal .colourImgInner .control-label{ width:100%;}
.form-horizontal .colourImgInner .controls{ margin-left:0px; width:100%;}
.sliderSort {
    float: left;
    padding: 17px;
    background-color: #f1f1f1;
    max-width: 340px;
	margin-left:10px;
	margin-bottom:10px;
	height:100px;
	width:315px;
}	

.sliderSort .cropme{ border:none;}
.sliderBlock .ui-sortable{min-height:150px;}

/*.ui-state-default img {
    max-height: 100px;
}*/


span.tag.label.label-info {
    background: #b11116;
    padding: 7px;
    margin-top: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    text-shadow: none;
}

.clearBoth { clear:both; font-size:1px; height:1px;}


/* Sliding Panel */
.cd-panel, .cd-panel2, .cd-panel3 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}
.cd-panel::after, .cd-panel2::after, .cd-panel3::after {
	/* overlay layer */
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-panel.is-visible, .cd-panel2.is-visible, .cd-panel3.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel.is-visible::after, .cd-panel2.is-visible::after, .cd-panel3.is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	-moz-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before, .cd-panel2.is-visible .cd-panel-close::before, .cd-panel3.is-visible .cd-panel-close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	-moz-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after, .cd-panel2.is-visible .cd-panel-close::after, .cd-panel3.is-visible .cd-panel-close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	-moz-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}
 @-webkit-keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(45deg);
}
}
@-moz-keyframes cd-close-1 {
 0%, 50% {
 -moz-transform: rotate(0);
}
 100% {
 -moz-transform: rotate(45deg);
}
}
@keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0);
 -moz-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
@-webkit-keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(-45deg);
}
}
@-moz-keyframes cd-close-2 {
 0%, 50% {
 -moz-transform: rotate(0);
}
 100% {
 -moz-transform: rotate(-45deg);
}
}
@keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0);
 -moz-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.cd-panel-header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: top 0.3s 0s;
	-moz-transition: top 0.3s 0s;
	transition: top 0.3s 0s;
}
.cd-panel-header h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #3498db;
	padding-left: 5%;
	margin: 0;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
	top: -50px;
}
.from-right .cd-panel-header {
	right: 0;
}
.from-left .cd-panel-header {
	left: 0;
}
.is-visible .cd-panel-header {
	top: 62px;
	-webkit-transition: top 0.3s 0.3s;
	-moz-transition: top 0.3s 0.3s;
	transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
.cd-panel-header {
	width: 70%;
}
}
@media only screen and (min-width: 1170px) {
.cd-panel-header {
	width: 70%;
}
}
.cd-panel-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
  display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
a.cd-panel-close:before, a.cd-panel-close:after {
	content: '';
}
.cd-panel-close::before, .cd-panel-close::after {
	/* close icon created in CSS */
  position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	/* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-panel-content h3 {
	font-family: 'Lato', sans-serif;
	margin: 30px 0 10px;
}
.cd-panel-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-panel-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
	background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
	background-color: #ffffff;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
	-webkit-transform: rotate(220deg);
	-moz-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	-o-transform: rotate(220deg);
	transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-panel-container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #f9f9f9;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.from-right .cd-panel-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
.cd-panel-container {
	width: 70%;
}
}
@media only screen and (min-width: 1170px) {
.cd-panel-container {
	width: 70%;
}
}
.cd-panel-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 125px 5%;
	overflow: auto;
	/* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	color: #424f5c;
	line-height: 1.4;
	margin: 0;
}
.cd-btn.button.btn-blue, .cd-btn2.button.btn-blue, .cd-btn3.button.btn-blue {
	float: right;
	line-height: 30px;
	height: auto;
	position: relative;
	top: -5px;
}
@media only screen and (min-width: 768px) {
.cd-panel-content p {
	font-size: 16px;
	font-size: 1rem;
	font-size: 14px;
	line-height: 1.6;
}
}

.editable-input .input-large {
    width: 100px;
}

.galleryCropMe img {

	width:auto !important;
	max-height:90px !important;
	max-width:130px !important;
	
}


.galleryCropMe .imgcontain {
    width: 119px;
    height: 97px;
    background: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
/*    padding: 5px;*/
}	
















@media only screen and (max-width: 767px) {
	.span11.box.homepage {
    width: 100%;
}
	.span11.box.homepage .box-header {
    width: 85% !important;
}
.box-content.home {
    padding: 30px;
 } 
 .quicklinks-row {
    margin-bottom: 0;
	padding-bottom:0;
  }
 .quicklinks-col {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
.span11.box.homepage .box-header {
    width: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 860px) {
 
	.span11.box.homepage {
    width: 99%;
}
.box-content.home {
    padding: 25px;
}
.quicklinks-col {
    width: 29.3%;
     margin: 0 2% 5%;
}
 }
 @media (min-width: 768px) and (max-width: 1175px) {
  .span11.box.homepage {
    width: 100%;
} 
.quicklinks-col {
    width: 46%;
 }  
 }
  @media (min-width: 1176px) and (max-width: 1500px) {
 .quicklinks-col {
    width: 30.97%;
} 
 }
  @media (min-width: 1501px) and (max-width: 1700px) {
 .quicklinks-col {
     width: 23.1%;
 } 
 }
 @media (min-width: 1701px) and (max-width: 1886px) {
 .quicklinks-col {
     width: 18.4%;
}
 }
 



.subActive {
    font-size: 11px;
    color: #fff;
    padding: 0.2rem 0.56rem 0.3rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #62ab46;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);

}

.subPaused {
    font-size: 11px;
    color: #fff;
    padding: 0.2rem 0.56rem 0.3rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #e74c3c;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);

}
