*, body{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-family: 'Helvetica Neue', 'Open Sans',Arial,Helvetica,sans-serif;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#f6f6f6;
}

input[type=number], input[type=text], 
input[type=url], input[type=password],
input[type=email], input[type=search], 
input[type=date], input[type=datetime], 
input[type=time], textarea.form-control, select.form-control, optgroup {
	display: block;
	padding: 6px 11px;
	border: none;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
}

h1, h2, h3, h4{
	font-weight: 400;
	line-height: 1.5;
}

a, a:hover, a:focus, a:visited {
	transition: color 200ms linear;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	text-decoration: none;
}
a,a:hover {
	color: #1988f7;
}


hr {
	margin: 10px 0;
	border:none;
	border-bottom: 1px solid #e5e5e5;
}

.paydro-bg {
	background-color: #39cd69;
}

.paydro-color {
	color: #39cd69;
}

.paydro-border {
	border-color: #39cd69;
}

.hide-block {
	display: none;
}


form label{
	font-weight: 500;
}


.block {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}



.success-message {
	font-size: 1.2rem;
}

body .no-padding-top {
	padding-top: 0;
}

/**
	Dropzone field
*/
.dropzone-field {
	width: 100%;
	height: 375px;
	display: inline-block;
	border: 1px dashed #cccccc;
	position: relative;
}

.dropzone-field .upload-label-wrapper {
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
	top: 0;
}

.dropzone-field .upload-image-label {
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.dropzone-field .preview {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.dropzone-field-wrapper {
	position: relative;
}

.dropzone-field-wrapper.contain-image:hover .dropzone-delete-button {
	display: block;
}

.dropzone-delete-button {
	right: 10px;
	top: 10px;
	position: absolute;
	display: none;
}

.dropzone-error {
	position: absolute;
	top: 20px;
	text-align: center;
	width: 100%;
}


.dropzone-error p {
	display: inline-block;
}

.tweet-limit {
	float: right;
}

.clear {
	clear: both;
	width: 100%;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


.right-10{
	margin-right: 10px;
}

.right-20{
	margin-right: 20px;
}

.right-30{
	margin-right: 30px;
}

.left-10{
	margin-left: 10px;
}

.left-20{
	margin-left: 20px;
}

.left-30{
	margin-left: 30px;
}

.light{
	font-weight: 300;
}


.font-w700{
	font-weight: 700;
}

.font-w600{
	font-weight: 600;
}

.font-w500{
	font-weight: 500;
}

.font-w400{
	font-weight: 400;
}
.font-w300{
	font-weight: 300;
}

.font-w200{
	font-weight: 200;
}

.font-w100{
	font-weight: 100;
}


.interface-border-top{
	border-top: solid 1px #e5e5e5;
}
.interface-border-right{
	border-right: solid 1px #e5e5e5;
}
.interface-border-bottom{
	border-bottom: solid 1px #e5e5e5;
}
.interface-border-left{
	border-left: solid 1px #e5e5e5;
}




.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33.33%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w66{
	width: 66.66%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}

.flat-button [class^="icon-"], .flat-button [class*=" icon-"]{
	margin-top: 3px;
}

.flat-text, .flat-button{
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	padding: 0;
}

.flat-button{
	cursor: pointer;
}

.flat{
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;

	padding: 0;
}

.flat-button-normal{
	font-weight: normal;
}

.flat-button:hover{
	background-color: transparent;
}

a.flat-button:active, a.flat-button:focus{
	text-decoration: none;
}

.flat-button.border_bottom_active{
	border-bottom: solid 1px #007aff;
	padding-bottom: 9px;
	margin-bottom: -1px;
}

.filter-button{
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	margin-right:5px;
}

.filter-button-active{
	background-color: #d9ecff;
	padding: 0 5px 0 5px;
	border-radius: 3px;
}

.border_right_active{
	border-right: solid 2px #007aff;
}

.flat-button-grey{
	color: #999;
}
.flat-button-grey:hover{
	color: #777;
}

.flat-button-grey.border_bottom_active{
	border-bottom: solid 2px #999;
	padding-bottom: 11px;
}

button.flat-button{
	background-color: transparent; 
	border: 0; 
	color: #167efb;
}

.delete-button, button.delete-button, .delete-button:hover{
	color: #ff3b30;
}

.success-button, button.success-button, .success-button:hover{
	color: #39cd69;
}



.alert {
  padding: 10px 20px;

  border: 1px solid transparent;
  border-radius: 4px;
	text-shadow: none;
	font-size: 17px;
	font-weight: 300;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 200;
  color: #ffffff;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #333;
  background-color: #f5fff7;
  border-color: #d2f0d7;
}

.alert-success hr {
  border-top-color: #2ac82b;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
	color: #333333;
  background-color: #f5faff;
  border-color: #e0efff;
}

.alert-info hr {
  border-top-color: #1fa0b4;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #e69100;
}

.alert-warning hr {
  border-top-color: #cc8100;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  color: #333;
  background-color: #fff5f4;
  border-color: #ffe2e0;
}

.alert-danger hr {
  border-top-color: #fc001d;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}




.help_icon{
	cursor: pointer;
	margin-bottom: 1px;
}

img.help_icon{
	width: 22px;
}
img.help_icon_large{
	height: 44px;
}



.plus_icon{
	width: 22px;
	margin-top:4px
}

.help_info{
	display: none;
	background-color:#fff;
	padding:20px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15),0px 0px 1px 1px rgba(0,0,0,0.1);
}
.flat-button.help_icon {
	margin-bottom: 0;
	margin-top: 0;
}
.pen_bg{
	background-image: url('/svg/pen.svg');
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 44px;
}

.help_icon.help_dropdown{
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.help_info.help_dropdown:before {
	position: absolute;
	top: -7px;
	left: 19px;
	right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	content: '';
}


.help_info.help_dropdown:after
{
	position: absolute;
	top: -6px;
	left: 20px;
	right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}


.help_info.help_dropdown_right:before {
	position: absolute;
	top: -7px;
	right: 20px;
	left: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	content: '';
}


.help_info.help_dropdown_right:after
{
	position: absolute;
	top: -6px;
	right: 21px;
	left: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}


.help_info_accent{
	background-color:#39cd69;

}
.help_info_accent a{
	color: #fff;
	clear: both;
	white-space: nowrap;
}
.help_dropdown .hr {
	clear: both;
	float: left; 
	width: 100%;
}

.help_info.help_dropdown.help_info_accent:after
{
	position: absolute;
	top: -10px;
	left: 16px;
	right: auto;
	display: inline-block;
	border:none;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #39cd69;
	border-left: 10px solid transparent;
	content: '';
}



.help_info.help_dropdown_right.help_info_accent:after
{
	position: absolute;
	top: -10px;
	right: 16px;
	left: auto;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #39cd69;
	border-left: 10px solid transparent;
	content: '';
}


.help_info_tabs{
	width:160px;
	display: block;
	float:left;
	margin-right:20px;
}

.help_info_tabs > li > a{
	display:block;
}



.menu-border{
	border-bottom: solid 1px #e5e5e5;
}

.menu{
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 0px 0 0px;
}


.menu .flat-button{
	padding-bottom: 9px;

}

.menu.menu-light {
	background-color: #fff;
}

.sub-menu{
	background-color:#f6f6f6
}

.top_menu_absolute {
	position: absolute;
	left:0;
	right:0;
	z-index:1;
}

.top_menu{
	background-color: #39cd69;
	padding: 0 20px;
	width: 100%;
	z-index:1;

}

.top_menu_inner{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.top_menu_inner .paydro-top-logo {
	min-width: 120px;
}

.top_menu a  {
	line-height: 50px;
	display: inline-block;
}

.top_menu .border_bottom_active_white:after {
	content: " ";
	border-bottom: 3px solid #fff;
	width: 100%;
	clear: both;
	height: 3px;
	margin-top: -3px;
	float: left;
}

.top_menu .paydro-top-logo img {
	margin: 0;
	vertical-align: middle;
	height: 29px;
}



.main {
	max-width:1440px;
	padding: 0px 0px 0px 0px;
	position:relative;
	margin: 0 auto;
}


.main-no-padding{
	padding:0;
}

.menu.menu-no-padding{

	padding-left:0;
	padding-right:0;
}

.main-fill-left{
	margin-left:-20px;
	padding-left:20px;
}

.main-fill-right{
	margin-right:-20px;
	padding-right:20px;
}

.main-top-padding{
	padding-top: 20px;
}
.main-bottom-padding{
	padding-bottom: 20px;
}




.top_menu a{
	color:#fff;
	font-weight: 400;

}

.top_menu a.flat-button-grey{
	color: rgba(255,255,255,.6);
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {

	margin-left: 0px; 
	clear: left;
}


.hr{
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.hr-white{
	border-bottom: 1px solid #fff;
}

.hr-sub-header{
	border-bottom: 1px solid #f9f9f9;
}

.backend_header_wrapper{
	height: 69px;
}

.backend_header_title{
	font-weight: 200;
	font-size: 3em;

	padding: 5px 0 0px 0
}

.backend_subheader_title{
	font-weight: 200;
	font-size: 2.4em;
	padding: 0px 0 0px 0
}

.backend_subheader_title2{
	font-weight: 200;
	font-size: 2em;
	padding: 0px 0 0px 0
}

.backend_subheader_title3{
	font-weight: 200;
	font-size: 1.8em;
	padding: 0px 0 0px 0
}

.modal-content .hr.hr-fill{
	margin: 10px -15px;
}

.menu .btn-group.btn-group-flat-blue{
	margin-top: 2px;

}
.btn-group.btn-group-flat-blue a, .btn-group.btn-group-flat-blue button{
	border: solid 1px #007aff;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.btn-group.btn-group-flat-blue a, .btn-group.btn-group-flat-blue button{
	box-shadow: none;
	background-image: none;
	text-shadow: none;
	color:#007aff;
	background-color: #fff;
}

.btn-group.btn-group-flat-blue a:hover, .btn-group.btn-group-flat-blue button:hover{
	background-color: #d9ecff;
}

.btn-group.btn-group-flat-blue a.active, .btn-group.btn-group-flat-blue button.active{
	background-color: #007aff;
	color:#fff;
	text-shadow: none;
	box-shadow: none;
}

.btn-group.btn-group-flat-blue .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #007aff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu .btn-group.btn-group-flat-gray{
	margin-top: 2px;

}
.btn-group.btn-group-flat-gray a{
	border: solid 1px #848484;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.btn-group.btn-group-flat-gray a{
	box-shadow: none;
	background-image: none;
	text-shadow: none;
	color:#848484;
	background-color: transparent;
}

.btn-group.btn-group-flat-gray a:hover{
	background-color: #e8e8e8;
}

.btn-group.btn-group-flat-gray a.active{
	background-color: #848484;
	color:#fff;
	text-shadow: none;
	box-shadow: none;
}
.btn-group.btn-group-flat-blue .btn-small, .btn-group.btn-group-flat-gray .btn-small{
	line-height:16px;
}





.form_end{
	border-top: 1px solid #007aff;
	padding: 10px 0px;
	margin-top:-1px;
}

.form_end button[type="submit"] {
	border-color: #007aff; 
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;

}

.form_end button[type="submit"].flat-button {
	padding: 2px 6px 3px 6px;
}

.form_end button[type="submit"]:hover, .form_end button[type="submit"]:focus, .form_end button[type="submit"]:active {
	background-color: #d9ecff;

	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px; 

}
.form_end button[type="submit"]:active {
	background-image: none; 
}

.section .form_end {
	border: none;
	padding-left: 0;
}

form .info {
	font-size:.85em;
	color:#444;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px; }
.btn:hover, .btn:focus {
	color: #007aff;
	text-decoration: none; }
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none; }


.btn-primary {
	color: #fff;
	background-color: #007aff;
	border-color: #006fe6; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0063cc;
	border-color: #0051a8; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #007aff;
	border-color: #006fe6; }
.btn-primary .badge {
	color: #007aff;
	background-color: #fff; }



.btn-default {
	color: #007aff;
	background-color: #fff;
	border-color: #007aff; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #007aff;
	background-color: #d9ecff;
	border-color: #005ec2; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #007aff; }
.btn-default .badge {
	color: #fff;
	background-color: #007aff; }
.btn-default-bold {
	font-weight: bold;
}


.btn-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #fff;}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	background-image: none; }
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
	background-color: rgba(255,255,255,.5);

}
.btn-white .badge {
	color: #fff;
	background-color: transparent;
}
.btn-white-bold {
	font-weight: bold;
}


.btn-999 {
	color: #999;
	background-color: transparent;
	border-color: #999;
}
.btn-999:hover, .btn-999:focus, .btn-999:active, .btn-999.active, .open > .btn-999.dropdown-toggle {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.btn-999:active, .btn-999.active, .open > .btn-999.dropdown-toggle {
	background-image: none; 
}
.btn-999.disabled, .btn-999.disabled:hover, .btn-999.disabled:focus, .btn-999.disabled:active, .btn-999.disabled.active, .btn-999[disabled], .btn-999[disabled]:hover, .btn-999[disabled]:focus, .btn-999[disabled]:active, .btn-999[disabled].active, fieldset[disabled] .btn-999, fieldset[disabled] .btn-999:hover, fieldset[disabled] .btn-999:focus, fieldset[disabled] .btn-999:active, fieldset[disabled] .btn-999.active {
	background-color: rgba(255,255,255,.5);

}
.btn-999 .badge {
	color: #fff;
	background-color: transparent;
}
.btn-999-bold {
	font-weight: bold;
}





.btn-success {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551; 
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551; 
}
.btn-success:hover {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551; 
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551; 
}
.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: #39cd69;
	border-color: #37d551; 
}
.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 {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551; 
}


.btn-delete {
	color: #ffffff;
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete:hover, .btn-delete:focus, .btn-delete:active, .btn-delete.active, .open > .btn-delete.dropdown-toggle {
	color: #ffffff;
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete:active, .btn-delete.active, .open > .btn-delete.dropdown-toggle {
	background-image: none; }
.btn-delete.disabled, .btn-delete.disabled:hover, .btn-delete.disabled:focus, .btn-delete.disabled:active, .btn-delete.disabled.active, .btn-delete[disabled], .btn-delete[disabled]:hover, .btn-delete[disabled]:focus, .btn-delete[disabled]:active, .btn-delete[disabled].active, fieldset[disabled] .btn-delete, fieldset[disabled] .btn-delete:hover, fieldset[disabled] .btn-delete:focus, fieldset[disabled] .btn-delete:active, fieldset[disabled] .btn-delete.active {
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete .badge {
	color: #fff;
	background-color: #e74c3c; }
.btn-delete-ghost {
	background-color: transparent;
	color: #e74c3c;
}

.btn-xl{

	font-size: 1.8em;
	padding: .4em 1.1em;
}

.bootstrap-switch {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
	border-radius: 16px;
	border: 1px solid;
	border-color: #cccccc;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, 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;
}
.bootstrap-switch .bootstrap-switch-container {
	display: inline-block;
	top: 0;
	border-radius: 16px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block !important;
	height: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
	text-align: center;
	z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	color: #fff;
	background: #39cd69;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #fff;
	background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	color: #fff;
	background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	background: #f0ad4e;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	color: #fff;
	background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	color: #000;
	background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	color: #333333;
	background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
	height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
	padding: 6px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
	border-color: #39cd69;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(57, 205, 105, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(57, 205, 105, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}


.display_none {
	display: none;
}


.pad-left-10{
	padding-left:10px;
} 

.pad-right-10{
	padding-right:10px;
}

.pad-left-20{
	padding-left:20px;
} 

.pad-right-20{
	padding-right:20px;
}

.section {
	padding: 30px 0px;
	clear: both;
	position: relative;
}

.subSection {
	padding: 20px 0px;
	border-bottom: 1px solid #f0f0f0;
	clear: both;
	position: relative;
}
.subSection:last-child{
	border:none;
}
.subSection	.legend{
	padding: 0;
	line-height: 34px;
	margin-bottom: 0;
}

.section.no-border {
	border-bottom: none;
}

.section .header{
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}

.subSection .header{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}

.btn.magic_field{
	margin-bottom:5px;
}

.label-as-badge {
	border-radius: 1em;
}

.design_menu{
	margin-right: 10px;
	position: absolute;
	left: 100px;
	top:0px;
	z-index: 35;
	background-color: #fff;
	padding: 10px;
	border-radius: 0  5px 5px 0;
	width: 50px;
	height: 51px;
}

.design_menu_image{
	top: 30px;
}
.design_menu_image_picker_wrapper{
	top:-50px;
	left:45px;
}

.design_menu_image_picker, .design_menu_image_picker:active {
	color:#0067bf;
	cursor: pointer;
	background-image: url('/svg/camera.svg');
	background-repeat: no-repeat;
	padding-left:36px;
	font-weight: 400;
	border: 1px solid #0067bf;
	background-color: #fff
}

.paid, .open {
	color:#39cd69;
}

.notpaid, .sold.out {
	color:#E67E22;
}

.overdue {
	color:#E74C3C;
}

.canceled, .closed {
	color:#2980B9;
}

.refused {
	color:#cccccc;
}

.credited, .concept {
	color: #a8a8a8;
}


.failed {
	color:#C0392B;
}

.reservation {
	color: #8E44AD;
}

.vouchered{
	color: teal;
}

.concept-bg{
	background-color: #a8a8a8;
}

.open-bg {
	background-color:#39cd69;
}

.closed-bg {
	background-color:#2980B9;
}
.sold.out-bg {
	background-color:#E67E22;
}

.light-blue-bg{
	background-color:#f2f9ff;
}

.light-green-bg{
	background-color:#f5fff7;
}
.light-red-bg{
  background-color: #fff5f4;

}

.modal-content {



	border: none;
	border-radius: 3px;


	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);



}

.modal-backdrop.in {
	filter: alpha(opacity=20);
	opacity: .2;
}
.fix-menu{
	width: 100%;
	position: fixed;
	z-index: 4;

}
.fix-menu-height{
	height: 90px;
}

table th a, table th a:hover {
	text-decoration: none;
	display:block;
	padding: 5px;
	font-weight: 300;
}

table th.no-link{
	padding: 5px 12px 5px 5px;
	font-weight: 300;
}

table th.no-link:first-child{
	padding-left:0;
}

table th.no-link.right-align{
	padding: 5px 5px 5px 5px;
	font-weight: 300;
}

table tr td {
	padding: 5px 5px 5px 5px;
	background-color: inherit;
	line-height: 1.4em;
	vertical-align: middle;
}

.turnover table tr td{
	padding-left:0;
	padding-right:0;
}


#sortable td.indicators {
	width: 16px;
	padding: 5px 0 0 0;
	vertical-align:top;
}

#sortable td.indicators div{
	padding: 8px 0 0 0;
}

.indicators img.status {
	margin: 0 4px 0 4px;
}

#sortable .sort {
	margin-bottom: 20px;
}

#sortable, #sortable ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sortable_group{
	display:block;
}

ul.sortable_group li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	/*height:37px;*/
}

ul.sortable_product li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	height:69px;
}

ul.sortable_product .dragged, ul.sortable_group .dragged {
	position: absolute;
}


li.single-ticket{
	margin-bottom:30px;
}

.single-ticket .label {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	padding: 0.3rem 0.6rem;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
}

.single-ticket .label-hidden {
	background-color: #999;
}

.single-ticket .product-title {
	margin: 0;
	line-height: 2.2rem;
}

.single-ticket p {
	margin-bottom: 0;
}

.single-ticket .package-title {
	font-size : 0.9em;
	font-weight : bold;
	margin-top : 2px;
}

.legend, .form-labels label{
	font-size:1.2em;	
	line-height: 27px;
	font-weight: 300;
	color:#999;

	padding: 9px 0px 8px 0px;
}

.legend.legend-large{
	font-size:1.4em;
	padding:0 0 1em 0;
	color:#333;
}


.legend-dark{
	color:#555;
	color:rgba(0,0,0,.69);
}

.legend-green{
	color:#39cd69;
}

.legend-extra-dark{
	color:#555;
	color:rgba(0,0,0,.9);
}

legend{

	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 24px;
	padding: 5px 0 5px 0;
	font-weight: 300;
	color:#999;
}

.legend-sm{
	font-size:1.0em;
	line-height: 22px;
	color:#888;
}


.legend.legend-padding{
	padding-left: 15px;
	padding-right: 15px;

}

.eventHeader{
	padding-top: 10%;
	padding-bottom: 10%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	border-bottom:5px solid #fff;
}

.eventHeader{
	color: #fff;
	margin: 0;
}

.eventName{
	color: #fff;
	margin:0 0 0 30px;
}


.eventDate{
	font-weight: 400;
	font-size: 1.2em;
	line-height: 24px;
	color: #ddd;
	margin-top: 10px;
	margin-left:30px;
}

.headerOverlay{
	background-image: -webkit-linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	background-image: linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#70000000, endColorstr=#70000000 );

	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}










.liveEdit .editable, .shop-edit .organizationContactinfo, .shop-edit .eventAboutInfo, .shop-edit .single-ticket{
	cursor: pointer;
}

.liveEdit .editable:hover{
	cursor: pointer;

}

.liveEdit .featured-image.no-upload {
	background-image: none;
}

.googlemap.address-invalid, .googlemap.address-suggestion{
	display:none;

}

.googlemap.address-invalid, .googlemap.address-suggestion{
	display:none;

}

.event-footer-save {
	position:	fixed;
	bottom: 0;
	left:	0;
	right: 0;
	border-color: #1988f7;
	background-color:#fff;
	z-index: 10;
}

/**
 Extra questions & options
*/
.modal .modal-body {
	overflow: hidden;
}

.extra-questions-group {
	position: relative;
	/*padding-bottom: 8px;*/
	display: inline-block;
	z-index: 1;
}


.question-body legend {
	margin-bottom: 0;
}

.extraFieldList {
	list-style-type: none;
	padding-left: 10px;
}

.extraFieldList li {
	line-height: 2.5rem;
}

.extraFieldList .drag_handle:hover {
	cursor: move;
}

.extraFieldList .drag_handle {
	margin-right: 10px;
}

.question-body {
	padding: 0;
}

.categoryFields {
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	padding:16px 20px;
}
.categoryFields fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.account_photo, .organization_logo{
	background-size: cover;
	background-repeat: no-repeat;
	display:inline-block;
	background-size: contain;
  background-position: center center;
}

.account_photo{
	border-radius: .2rem;
}

/**
	Widget: Shop link widget
*/
.company-link-domain {
	float: left;
}

.event-slug-form {
	position: relative;
}

.event-slug-input {
	float: left;
}

.event-slug-label, .current-event-url {
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 0;
}

.current-event-url {
	min-height: 34px;
}

.event-slug-form .edit-slug {
	position: absolute;
	top: 0;
	display: none;
}

.edit-slug-button {
	margin-top: 10px;
}

.event-slug-form .slug-error #EventSlug {
	border-color: #e74c3c;
	color: #e74c3c;
}

#eventAbout{
	min-height: 44px;
}
.edit-slug-status {
	display: inline-block;
	margin-left: 20px;
}

.edit-slug-status * {
	line-height: 35px;
}

.edit-slug-status .edit-slug-invalid {
	color: #e74c3c;
	display: none;
}

.edit-slug-status .edit-slug-valid {
	color: #2ecc71;
	display: none;
}

.edit-slug-valid .glyphicon, .edit-slug-invalid .glyphicon {
	padding-right: 5px;
}

.widget-shop-settings {
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
	clear: both;
}

.widget-shop-settings label {
	margin-right: 10px;
	line-height: 30px;
}

.widget-shop-settings .bootstrap-switch {
	float: right;
}

/**
	Paydro Color Picker
*/
.design_menu {
	padding: 0;
}

.paydro-color-picker {
  display: block;
	color: #fff;
	cursor: pointer;
	background-image: url('/svg/highlight-color.svg');
	background-repeat: no-repeat;
	padding-left: 36px;
	font-weight: 400;
	border: 1px solid #fff;
}

.paydro-color-picker:hover {
	color: #fff;
}

.paydro-color-picker .color-preview {
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
	background-image: url('/svg/palet.svg');
}

.color-picker-scheme {
	width: 249px;
	background-color: #ffffff;
	padding: 0 4px 4px 4px;
	position: absolute;
	height: 0px;
	overflow: hidden;
	left: -2px;
	z-index: 5;
	top:51px;
}
@media (max-width: 768px){
	.color-picker-scheme {
    left: -109px;

	}
}
.color-scheme {
	padding-left: 0;
}

.color-scheme .color {
	width: 40px;
  height: 40px;
	display: block;
	float: left;
	margin: 4px;
	border-radius: 50%;
}

input.hex-color {
	float: left;
  width: auto;
  margin-left: 5px;
	width: 63%;	
}

.color-config {
	margin-top: 5px;
	margin-bottom: 5px;
}

.color-config .btn-default {
	margin-left: 5px;
}

.color-scheme li {
	list-style-type: none;
}

.thumb_16{width:16px;height:16px}
.thumb_20{width:20px;height:20px}
.thumb_24{width:24px;height:24px}
.thumb_32{width:32px;height:32px}
.thumb_36{width:36px;height:36px}
.thumb_48{width:48px;height:48px}
.thumb_72{width:72px;height:72px}
.thumb_192{width:192px;height:192px}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { bottom:-60px; } to { bottom:0px; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


@-webkit-keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }
@-moz-keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }
@keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }


/**
 Spinner
*/
.spinner
{
	-webkit-animation: rotation 1.4s linear infinite;
	animation: rotation 1.4s linear infinite;
	stroke: #007aff;
	width: 20px;
	height: 20px;
}

.white .spinner {
	stroke: #ffffff;
}

.font-1em{
	font-size:1em;
}

.font-2em{
	font-size:2em;
}

.font-3em{
	font-size:3em;
}

.font-4em{
	font-size:4em;
}

.font-5em{
	font-size:5em;
}


/**
 Signup
*/


#slug_overlay {
	font-weight: normal;
	-webkit-transition: width 2s;
	-moz-transition: width 2s;
	-o-transition: width 2s;
	transition: width 2s;
	max-width: 95%;
	overflow: hidden;
	white-space: pre;
	color: rgba(0,0,0,0);
	z-index: 5;
	font-size: 18px;
	position: absolute;
	margin: 1.1rem;
	pointer-events: none;
	border-left: 1px solid;
	border-color: rgba(0,0,0,0);



}

#slug_overlay::before {
	color: #9e9ea6;
	content: "http://";
}
#slug_overlay::after {
	color: #9e9ea6;
	content: ".paydro.com";
}

#CompanySlug {
	position: relative;
	padding-left: 6.1rem;
}




input.slug {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 10px;
	border: none;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	font-size: 18px;
	width: 100%;
	height:auto;
}


#_DymoLabelFrameworkJslPlugin{
	position: absolute;
	top:0
}


.liveEdit :target, .backend:target {
  animation: target-fade .7s 2 .5s;
  -moz-animation: target-fade .7s 2 .5s;
  -webkit-animation: target-fade .7s 2 .5s;
}

@-webkit-keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}

}

@-moz-keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}
}

@keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}
}


@-webkit-keyframes rotation
{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotation
{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

.circle
{
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: turn 1.4s ease-in-out infinite;
	animation: turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes turn
{
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes turn
{
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}



@media (max-width: 992px) {

  .col-btn.col-sm-12+.col-btn.col-sm-12 {
    margin-top: 15px;
  }

}

@media (max-width: 767px) {




	div.eventHeader{
		height: auto;
		background-repeat: no-repeat
	}



	div.eventHeader h1, .event_network h1 {
		font-size: 1.7em;
		line-height: 1em;
		font-weight: 400;
	}

	.xs-font-w700{
		font-weight: 700;
	}

	.xs-font-w600{
		font-weight: 600;
	}

	.xs-font-w500{
		font-weight: 500;
	}

	.xs-font-w400{
		font-weight: 400;
	}

	.xs-font-w300{
		font-weight: 300;
	}

	.xs-font-w200{
		font-weight: 200;
	}

	.xs-font-w100{
		font-weight: 100;
	}



	.xs-font-1em{
		font-size:1em;
	}
	.xs-font-1-1em{
		font-size:1.1em;
	}
	.xs-font-1-2em{
		font-size:1.2em;
	}
	.xs-font-1-5em{
		font-size:1.5em;
	}
	.xs-font-2em{
		font-size:2em;
	}
	.xs-font-3em{
		font-size:3em;
	}

	.xs-w5{
		width: 5%;
	}
	.xs-w10{
		width: 10%;
	}
	.xs-w15{
		width: 15%;
	}
	.xs-w20{
		width: 20%;
	}
	.xs-w25{
		width: 25%;
	}
	.xs-w30{
		width: 30%;
	}
	.xs-w33{
		width: 33.33%;
	}
	.xs-w35{
		width: 35%;
	}
	.xs-w40{
		width: 40%;
	}
	.xs-w45{
		width: 45%;
	}
	.xs-w50{
		width: 50%;
	}
	.xs-w55{
		width: 55%;
	}
	.xs-w60{
		width: 60%;
	}
	.xs-w65{
		width: 65%;
	}
	.xs-w66{
		width: 66.66%;
	}
	.xs-w70{
		width: 70%;
	}
	.xs-w75{
		width: 75%;
	}
	.xs-w80{
		width: 80%;
	}
	.xs-w85{
		width: 85%;
	}
	.xs-w90{
		width: 90%;
	}
	.xs-w95{
		width: 95%;
	}
	.xs-w100{
		width: 100%;
	}
}

@media (min-width: 768px) {


	.sm-font-1em{
		font-size:2em;
	}

	.sm-font-2em{
		font-size:2em;
	}

	.sm-w5{
		width: 5%;
	}
	.sm-w10{
		width: 10%;
	}
	.sm-w15{
		width: 15%;
	}
	.sm-w20{
		width: 20%;
	}
	.sm-w25{
		width: 25%;
	}
	.sm-w30{
		width: 30%;
	}
	.sm-w33{
		width: 33.33%;
	}
	.sm-w35{
		width: 35%;
	}
	.sm-w40{
		width: 40%;
	}
	.sm-w45{
		width: 45%;
	}
	.sm-w50{
		width: 50%;
	}
	.sm-w55{
		width: 55%;
	}
	.sm-w60{
		width: 60%;
	}
	.sm-w65{
		width: 65%;
	}
	.sm-w66{
		width: 66.66%;
	}
	.sm-w70{
		width: 70%;
	}
	.sm-w75{
		width: 75%;
	}
	.sm-w80{
		width: 80%;
	}
	.sm-w85{
		width: 85%;
	}
	.sm-w90{
		width: 90%;
	}
	.sm-w95{
		width: 95%;
	}
	.sm-w100{
		width: 100%;
	}
}

@media (min-width: 992px) {
	.md-w5{
		width: 5%;
	}
	.md-w10{
		width: 10%;
	}
	.md-w15{
		width: 15%;
	}
	.md-w20{
		width: 20%;
	}
	.md-w25{
		width: 25%;
	}
	.md-w30{
		width: 30%;
	}
	.md-w33{
		width: 33.33%;
	}
	.md-w35{
		width: 35%;
	}
	.md-w40{
		width: 40%;
	}
	.md-w45{
		width: 45%;
	}
	.md-w50{
		width: 50%;
	}
	.md-w55{
		width: 55%;
	}
	.md-w60{
		width: 60%;
	}
	.md-w65{
		width: 65%;
	}
	.md-w66{
		width: 66.66%;
	}
	.md-w70{
		width: 70%;
	}
	.md-w75{
		width: 75%;
	}
	.md-w80{
		width: 80%;
	}
	.md-w85{
		width: 85%;
	}
	.md-w90{
		width: 90%;
	}
	.md-w95{
		width: 95%;
	}
	.md-w100{
		width: 100%;
	}
}


@media (min-width: 1200px) {
	.lg-w5{
		width: 5%;
	}
	.lg-w10{
		width: 10%;
	}
	.lg-w15{
		width: 15%;
	}
	.lg-w20{
		width: 20%;
	}
	.lg-w25{
		width: 25%;
	}
	.lg-w30{
		width: 30%;
	}
	.lg-w33{
		width: 33.33%;
	}
	.lg-w35{
		width: 35%;
	}
	.lg-w40{
		width: 40%;
	}
	.lg-w45{
		width: 45%;
	}
	.lg-w50{
		width: 50%;
	}
	.lg-w55{
		width: 55%;
	}
	.lg-w60{
		width: 60%;
	}
	.lg-w65{
		width: 65%;
	}
	.lg-w66{
		width: 66.66%;
	}
	.lg-w70{
		width: 70%;
	}
	.lg-w75{
		width: 75%;
	}
	.lg-w80{
		width: 80%;
	}
	.lg-w85{
		width: 85%;
	}
	.lg-w90{
		width: 90%;
	}
	.lg-w95{
		width: 95%;
	}
	.lg-w100{
		width: 100%;
	}
}

@media (max-width: 1440px) {
	.main, .menu{
		padding-left:20px;
		padding-right:20px;
	}


	.hr.hr-fill{
		margin: 10px -20px;
	}



}