body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2.5rem;
	color: #555555;
	background-color: #efefef;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover {
	color: #bbbac0;
    text-decoration:none;
}

p {
    font-size: 1.6rem;
	line-height: 1.6em;
    margin-bottom: 10px;
}

h1,h2,h3 {
    line-height: 1.4em;
    color: #222222;
    margin: 10px 0;
}

h4,h5 {
	line-height: 1.5em;
	color: #555555;
	margin: 10px 0;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

blockquote {
	font-size: 1.6rem;
	line-height: 1.6em;
	border-left: 3px solid #efefef;
	padding: 1rem 0 1rem 1rem;
	margin: 1rem 0;
}

ul,ol {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
}

hr {
	height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}

.box {
	background: #fff;
	border-radius: 5px;
	padding: 0 45px;
}

.container{
	min-width: 600px;
}

.header-menu {
	position: absolute;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    z-index: 55;
}

.header-menu.sticky {
	position: fixed;
	margin: 0;
	/*
	-moz-animation: bounceInDown 0.5s;
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
	*/
}

.header-menu.fixed {
	/*
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
	*/
}

.header-menu > .box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-menu.sticky > .box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #efefef;
}

.content {
	position: relative;
    padding: 0 15px;
    z-index: 50;
	top: 140px;
}

.content section {
	padding: 20px 0;
}

.content section#features:first-child {
	padding: 40px 0;
}

.content section + section:before {
	display: block;
	margin: -50px 15px 50px;
	content: "";
	height: 2px;
	background: #efefef;
}

.content section.separated:before {
	display: none;
}

.content section.separated { 
	border-top: 20px solid #efefef;
	border-bottom: 20px solid #efefef;
	margin: 0 -45px -3px;
	padding: 20px 30px;
}

.container-text{
	font-style: italic;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

.container-text-error{
	color: #DB0000;
}

.container-text-success{
	color: #64C814;
}

.help-block{
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	line-height: 2.2rem !important;
}

.form {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 5px 0;
    background: #efefef;
    border-radius: 5px;
}

.form .form-group{
	font-size: 1.7rem;
	line-height: 3.2rem;
	margin-bottom: 2px;
}

.form .form-group label{
	text-align: right;
}

.form-group .row-inner{
	margin: 0 !important;
}

.form-group .static {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #555555;
}

.has-error label{
	color: #DB0000;
}

.has-error .form-control{
	border: 1px solid #DB0000;
}

.form-group label.required:after,
.section-title.required:after,
span.required:after {
	content: "*";
	color: red;
}

.form .stick-to-bottom{
    position: absolute;
    bottom: 0;
	width: 100%;
}

.form-control {
	width: 100%;
	margin-bottom: 3px;
	height: 36px;
	padding: 3px 6px !important;
	border: 1px solid #bbb;
	background: #ffffff;
	border-radius: 2px;
	font-size: 1.6rem;
	color: #00aeda; /* #555555 */
}

.form-control:hover {
	opacity: 0.9;
}

.form-control:focus{
	border: 1px solid #00aeda;
}

.form-group.has-error .form-control:focus,
.form-control:focus{
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s; 
}

.input-group{
	margin-bottom: 10px;
}

.table{
	width: 100%;
	border-radius: 5px;
	background: #efefef;
}

.table thead th{
	font-size: 1.8rem;
	text-align: center;
}

.table th,
.table td{
	padding: 5px;
	font-size: 1.8rem;
	vertical-align: top;
}

.table.table-products-myorder thead th:first-child,
.table.table-products-myorder tbody td:first-child{
	text-align: left !important;
	width: 50%;
}

.table.table-products-myorder thead th:first-child + th,
.table.table-products-myorder tbody td:first-child + td{
	text-align: center !important;
	width: 25%;
}

.table.table-products-myorder thead th:first-child + th + th,
.table.table-products-myorder tbody td:first-child + td + td{
	text-align: right !important;
	width: 25%;
}

.table.table-products-myorder tbody td:first-child span.product-description{
	display: block;
	font-size: 1.2rem;
	font-style: italic;
}

.table.table-products-myorder tfoot td{
	border-top: 1px solid #ccc;
}

.table.table-products-myorder tfoot td:first-child{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: right !important;
	width: 100%;
}

.table.table-products-order thead th:first-child{
	width: 60%;
}

.table.table-products-order thead th:first-child + th{
	width: 25%;
}

.table.table-products-order thead th:first-child + th + th{
	width: 15%;
}

.table.table-products-order tbody td:first-child{
	width: 15%;
}

.table.table-products-order tbody td:first-child img{
	width: 100%;
	height: auto;
	margin-top: 15px;
	text-align: center;
	padding: 15px;
}

.table.table-products-order tbody td:first-child + td{
	width: 50%;
}

.table.table-products-order tbody td:first-child + td + td{
	width: 25%;
}

.table.table-products-order tbody td:first-child + td + td + td{
	width: 10%;
}

h2.section-title .btn:not(.btn-standard){
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 2px;
}

.btn.btn-xl{
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.8;
	border-radius: 2px;
}

.footer section {
	padding: 40px 0 20px 0;
}

.nav a {
	float: left;
	padding: 8px 10px;
}

.nav a:hover {
	background: #efefef;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

.nav li.current a {
	background-color: #00aeda;
}

.navbar-nav {
	float: right;
	margin: 1rem 0;
}

.navbar-nav > li {
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.navbar-nav > li + li {
	margin-left: 1rem;
}

.navbar-nav > li > a {
	line-height: 2.4rem;
	padding: 0.8rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 2px;
	color: #555555;
	overflow: hidden;
}

.navbar-nav > li.current > a {
	color: #ffffff;
}

.navbar-brand {
    float: left;
    height: 6rem;
    color: #222222;
    padding: 0;
	margin: -10px;
}

.header-menu.sticky .navbar-brand {
	margin: 6px;
}

.navbar-brand > img,
.navbar-brand > a > img {
    max-height: 80px;
    width: auto;
}

.header-menu.sticky .navbar-brand > img,
.header-menu.sticky .navbar-brand > a > img {
    max-height: 54px;
    width: auto;
}

#eventDetails img{
    max-height: 80px;
    width: auto;
}

#eventDetails .col-sm-12{
    text-align: center;
}

#eventDetails .col-sm-12 .pull-right{
    float: none !important;
}

.navbar-toggle {
	float: right;
	height: 40px;
	margin: 10px 0;
	background: #bbbac0;
	border-radius: 5px;
	border: 2px solid #bbbac0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle.collapsed {
	background: #ffffff;
}

.navbar-toggle.collapsed .icon-bar {
	background: #bbbac0;
}

.navbar-collapse {
	padding: 0;
}

.event-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.event-info .icon {
	float: left;
	width: 8rem;
	color: #bbbac0;
	font-size: 3.4rem;
	line-height: 7.4rem;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #bbbac0;
}

.event-info .info {
	padding: 1.3rem 0 0 9rem;
}

.event-info h3 {
	margin: 0;
	font-size: 2rem;
}

.event-info span {
	color: #bbbac0;
	margin-top: -5px;
}

.btn-blue {
	color: #fff;
	background-color: #00aeda;
	border-color: #00aeda;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	color: #00aeda;
	background-color: #efefef;
	border-color: #00aeda;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
	background-color: #efefef;
	border-color: #efefef;
	color: #555;
}
.btn-blue .badge {
	color: #efefef;
	background-color: #efefef;
}

.btn-blue-reverse {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
	color: #00aeda;
	background-color: #efefef;
	border: 1px solid #00aeda;
}

.btn-blue-reverse:hover,
.btn-blue-reverse:focus,
.btn-blue-reverse:active,
.btn-blue-reverse.active,
.open .dropdown-toggle.btn-blue-reverse {
	background-color: #00aeda;
	border-color: #00aeda;
	color: #fff;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-blue-reverse:active,
.btn-blue-reverse.active,
.open .dropdown-toggle.btn-blue-reverse {
	background-image: none;
}

.btn-blue-reverse.disabled,
.btn-blue-reverse[disabled],
fieldset[disabled] .btn-blue-reverse,
.btn-blue-reverse.disabled:hover,
.btn-blue-reverse[disabled]:hover,
fieldset[disabled] .btn-blue-reverse:hover,
.btn-blue-reverse.disabled:focus,
.btn-blue-reverse[disabled]:focus,
fieldset[disabled] .btn-blue-reverse:focus,
.btn-blue-reverse.disabled:active,
.btn-blue-reverse[disabled]:active,
fieldset[disabled] .btn-blue-reverse:active,
.btn-blue-reverse.disabled.active,
.btn-blue-reverse[disabled].active,
fieldset[disabled] .btn-blue-reverse.active {
	color: #555;
	background-color: #efefef;
	border-color: #efefef;
}

.btn-blue-reverse .badge {
	color: #efefef;
	background-color: #efefef;
}

.btn-dds-arrow-up,
.btn-dds-arrow-down,
.btn-dds-actions{
	padding: 6px 6px 6px 6px !important;
}

.btn-red-reverse {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
	color: #da0000;
	background-color: #efefef;
	border: 1px solid #da0000;
}

.btn-red-reverse:hover,
.btn-red-reverse:focus,
.btn-red-reverse:active,
.btn-red-reverse.active,
.open .dropdown-toggle.btn-red-reverse {
	background-color: #da0000;
	border-color: #da0000;
	color: #fff;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-red-reverse:active,
.btn-red-reverse.active,
.open .dropdown-toggle.btn-red-reverse {
	background-image: none;
}

.btn-red-reverse.disabled,
.btn-red-reverse[disabled],
fieldset[disabled] .btn-red-reverse,
.btn-red-reverse.disabled:hover,
.btn-red-reverse[disabled]:hover,
fieldset[disabled] .btn-red-reverse:hover,
.btn-red-reverse.disabled:focus,
.btn-red-reverse[disabled]:focus,
fieldset[disabled] .btn-red-reverse:focus,
.btn-red-reverse.disabled:active,
.btn-red-reverse[disabled]:active,
fieldset[disabled] .btn-red-reverse:active,
.btn-red-reverse.disabled.active,
.btn-red-reverse[disabled].active,
fieldset[disabled] .btn-red-reverse.active {
	color: #fff;
	background-color: #da0000;
	border-color: #da0000;
}

.btn-red-reverse .badge {
	color: #efefef;
	background-color: #efefef;
}

.btn-green {
	color: #fff;
	background-color: #26C281;
	border-color: #26C281;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
	color: #26C281;
	background-color: #efefef;
	border-color: #26C281;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s; 
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
	background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
	background-color: #efefef;
	border-color: #efefef;
	color: #555;
}
.btn-green .badge {
	color: #efefef;
	background-color: #efefef;
}

div.goTop {
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 7rem;
	height: 7rem;
	margin-left: -35px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #efefef;
	font-size: 2.2rem;
	line-height: 6.4rem;
	color: #BBBAC0;
	text-align: center;
	cursor: pointer;
}

.goTop:hover {
	color: #ffffff;
	border-color: #00aeda;
	background-color: #00aeda;
}

#footer {
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
}

.footer {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
}

#copyrights {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #BBBAC0;
}

.loading-message {
	display: inline-block;
	min-width: 125px;
	margin-left: -60px;
	padding: 10px;
	margin: 0 auto;
	color: #000 !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.order-menu-actions li{
	padding-top: 10px;
}

.order-menu-actions li:first-child{
	padding-top: 0;
}

@media (max-width: 480px){
	.nav-tabs > li {
		width: 100%;
	}
	
	.nav-tabs > li > a {
		width: 100%;
	}
}

@media (max-width: 767px){
	html {
		font-size: 50.5%;
	}
	
	.content section {
		padding: 15px 0;
	}
	
	.content section + section:before {
		margin: -25px 15px 25px;
	}
	
	.box {
		padding: 0 25px;
	}
	
	#footer{
		min-height: 280px;
	}

	#copyrights {
		margin-top: 0px;
	}
}

@media (max-width: 991px){
	.form-group label{
		font-size: 1.7rem;
	}
	
	.navbar-nav,
	.navbar-nav > li,
	.navbar-nav > li > a {
		width: 100%;
	}
	
	.navbar-nav > li + li {
		margin: 0;
	}
	
	h2.section-title .btn{
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.11;
	}
	
	.form .stick-to-bottom{
		position: relative;
		bottom: 0;
		width: auto;
	}
}

@media (max-width: 1199px){
	.form-group label{
		padding-top: 0 !important;
	}
	
	.form-control {
		margin-bottom: 6px;
	}
	
	.form-group .static {
		margin-bottom: 0px;
	}
	
	.form-group {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	html {
		font-size: 54.5%;
	}
	
	.content section {
		padding: 30px 0;
	}
	
	.content section + section:before {
		margin: -35px 15px 35px;
	}
	
	.navbar-nav{
		display: none;
	}
	
	.navbar-header{
		float: none;
	}
	
	.navbar-toggle{
		display: block;
	}
	
	.box {
		padding: 0 35px;
	}
	
	h2.section-title{
		font-size: 2.6rem;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	html {
		font-size: 58.5%;
	}
	
	.form-group label{
		font-size: 1.5rem;
		margin-top: 2px;
	}
}

@media (max-width: 600px){
	div.goTop {
		left: 325px;
	}
}

.bold{ font-weight: bold !important; }

.color-428bca{ color: #428BCA !important; }
.color-888888{ color: #888888 !important; }

.background-color-ffffff{ background-color: #FFFFFF !important; }

.font-size-8px{  font-size: 8px !important;  }
.font-size-9px{  font-size: 9px !important;  }
.font-size-10px{ font-size: 10px !important; }
.font-size-11px{ font-size: 11px !important; }
.font-size-12px{ font-size: 12px !important; }
.font-size-13px{ font-size: 13px !important; }
.font-size-14px{ font-size: 14px !important; }
.font-size-15px{ font-size: 15px !important; }
.font-size-16px{ font-size: 16px !important; }

.line-height-8px{  line-height: 8px !important;  }
.line-height-9px{  line-height: 9px !important;  }
.line-height-10px{ line-height: 10px !important; }
.line-height-11px{ line-height: 11px !important; }
.line-height-12px{ line-height: 12px !important; }
.line-height-13px{ line-height: 13px !important; }
.line-height-14px{ line-height: 14px !important; }
.line-height-15px{ line-height: 15px !important; }
.line-height-16px{ line-height: 16px !important; }

.height-25px{  height: 25px !important;  }
.height-50px{  height: 50px !important;  }
.height-75px{  height: 75px !important;  }
.height-100px{ height: 100px !important; }
.height-125px{ height: 125px !important; }
.height-150px{ height: 150px !important; }
.height-175px{ height: 175px !important; }
.height-200px{ height: 200px !important; }
.height-300px{ height: 300px !important; }

.padding-1px{  padding: 1px !important;  }
.padding-5px{  padding: 5px !important;  }
.padding-10px{  padding: 10px !important;  }
.padding-20px{  padding: 20px !important;  }

.margin-0px{ margin: 0 !important; }
.margin-5px{ margin: 5px !important; }

.margin-bottom-0px{  margin-bottom: 0px !important;  }
.margin-bottom-1px{  margin-bottom: 1px !important;  }
.margin-bottom-2px{  margin-bottom: 2px !important;  }
.margin-bottom-3px{  margin-bottom: 3px !important;  }
.margin-bottom-4px{  margin-bottom: 4px !important;  }
.margin-bottom-5px{  margin-bottom: 5px !important;  }
.margin-bottom-6px{  margin-bottom: 6px !important;  }
.margin-bottom-7px{  margin-bottom: 7px !important;  }
.margin-bottom-8px{  margin-bottom: 8px !important;  }
.margin-bottom-9px{  margin-bottom: 9px !important;  }
.margin-bottom-10px{ margin-bottom: 10px !important; }
.margin-bottom-20px{ margin-bottom: 20px !important; }

.margin-top--25px{ margin-top: -25px !important; }
.margin-top-0px{  margin-top: 0px !important;  }
.margin-top-1px{  margin-top: 1px !important;  }
.margin-top-2px{  margin-top: 2px !important;  }
.margin-top-3px{  margin-top: 3px !important;  }
.margin-top-4px{  margin-top: 4px !important;  }
.margin-top-5px{  margin-top: 5px !important;  }
.margin-top-6px{  margin-top: 6px !important;  }
.margin-top-7px{  margin-top: 7px !important;  }
.margin-top-8px{  margin-top: 8px !important;  }
.margin-top-9px{  margin-top: 9px !important;  }
.margin-top-10px{ margin-top: 10px !important; }
.margin-top-20px{ margin-top: 20px !important; }

.padding-top-0px{  padding-top: 0px !important;  }
.padding-top-1px{  padding-top: 1px !important;  }
.padding-top-2px{  padding-top: 2px !important;  }
.padding-top-3px{  padding-top: 3px !important;  }
.padding-top-4px{  padding-top: 4px !important;  }
.padding-top-5px{  padding-top: 5px !important;  }
.padding-top-6px{  padding-top: 6px !important;  }
.padding-top-7px{  padding-top: 7px !important;  }
.padding-top-8px{  padding-top: 8px !important;  }
.padding-top-9px{  padding-top: 9px !important;  }
.padding-top-10px{ padding-top: 10px !important; }
.padding-top-20px{ padding-top: 20px !important; }

.padding-left-0px{  padding-left: 0px !important;  }
.padding-left-1px{  padding-left: 1px !important;  }
.padding-left-2px{  padding-left: 2px !important;  }
.padding-left-3px{  padding-left: 3px !important;  }
.padding-left-4px{  padding-left: 4px !important;  }
.padding-left-5px{  padding-left: 5px !important;  }
.padding-left-6px{  padding-left: 6px !important;  }
.padding-left-7px{  padding-left: 7px !important;  }
.padding-left-8px{  padding-left: 8px !important;  }
.padding-left-9px{  padding-left: 9px !important;  }
.padding-left-10px{ padding-left: 10px !important; }
.padding-left-15px{ padding-left: 15px !important; }
.padding-left-20px{ padding-left: 20px !important; }

.resize-none{ resize: none !important; }

.float-left{ float: left !important; }
.float-right{ float: right !important; }

.overflow-hidden{ overflow: hidden !important; }
.overflow-y-scroll{ overflow-y: scroll !important; }