@font-face {
    font-family: myFontSmallBold;
    src: url(../font/OpenSans-Bold_1.ttf);
}
@font-face {
    font-family: myFontBold;
    src: url(../font/OpenSans-ExtraBold_1.ttf);
}
@font-face {
    font-family: myFont;
    src: url(../font/OpenSans-Regular.ttf);
}
html{
    overflow-x:hidden!important;  
}
body{
    font-family:myFont!important;
    overflow-x:hidden!important;  
}
a:focus,
a:active,
a:hover{
    text-decoration:none!important;
    color:#550000!important;
    transition:0.3s color!important;
}
a{
    color:#ff0000!important;
}
body, p, a {
    font-family: 'myFont' !important;
    line-height: normal;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5 {
/*    font-family: 'myFontBold' !important;*/
    font-weight: normal !important;
    line-height: normal;
}
h2{
    font-size:20px!important;
}
p{
    font-size:13px!important;
}
input,select,textarea{
    padding-left:15px!important;
    outline:none;
}
input{
    height: 30px;
}
button{
    outline: none;
}
.contents > p:first-of-type{
    font-family: 'myFontBold' !important;
}
div.events h2,
ul.products h2{
    font-family: 'myFont' !important;
}
.primary-color{
    color:#ccba85;
}
/*header*/

/*logo*/
.logoRow img, .logoRow h2 {
    display: inline-block;
}
.logoRow h2 {
    padding-left: 10px;
    margin-bottom: 0;
    color:black;
    font-size:1.2vw!important;
}
.logoRow h2 strong {
    font-size: 1.8vw!important;
}

/*menubar*/
.menulist ul {
    margin-bottom: 0;
    padding-left: 0;
    float: none;
    text-align: center;
}
.menulist li {
    display: inline-block;
    padding:3%;
}
.menulist a{
    color:black;
    transition:all 0.3s;
}
.menulist li a,.menulist li:hover a{
     color:#fb7a06!important;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
}
.menulist li.createEvent a{
     color:white !important;    
}

@media screen and (max-width: 1024px) {
    .btn-menu {
        text-align: center;
        font-size: 20px;
        color: #fdb716;
        pointer-events: auto;
    }
    .btn-menu:before{
        content: "\f0c9";
        font-family:fontawesome;
    }
    .menulist li {
        padding: 10px 0;
        width: 100%;
        background:black;
    }
    .menulist a {
        padding-left: 20px;
        color: white;
    }
    .menuBar{
        padding-right:0!important;
    }
    /*mobile view*/
    .menulist ul{
        padding-left:0;
        padding-left: 0;
        position: absolute;
        width: 100%;
        top: 155px;
        /*right: 0;*/
        /*max-height: 0;*/
        overflow: hidden;
        transition:all 0.3s;
        z-index: 9999;
    }
    .menushow{
        max-height:300px!important;
        transition:all 0.3s;
    }
    .menulist ul li {
        list-style: none;
        background: black;
          text-align: left;
        font-size: 18px;
        padding: 10px 50px;
    }
    .menulist ul li a{
        color:#ff0000;
    }
    li.createEvent:hover{
        background:black!important;
    }
}
@media screen and (max-width: 991px) {
    .logoRow {
        text-align: center;
    }
    .logoRow h2 {
        font-size:20px!important;
    }
    .logoRow h2 strong {
        font-size: 25px!important;
    }  
     .btn-menu {
        text-align: center;
        margin-top:0;
    }

}
@media screen and (max-width: 768px) {
    .menulist ul {
        left: 0;
        width: 100%;
    }
}

/*replace css*/
footer {
    clear:both; 
}
footer a:hover {
	color:#ffffff!important;
}
.footerInfo {
    background: #e6e7e8;
    text-align: center;
    padding: 20px;
}

.footerContact {
    text-align: left;
}
.companyReview p{
    text-align:justify; 
    display:none;   
    margin:0;
}
.footerContact p{
    font-size:16px!important;
    line-height: 1.4;
    margin-bottom: 0;
}
strong.footerNote {
    display: block;
    font-size:12px!important;
    margin-top: 10px;
}
strong.footerNote:first-child{
    margin-top: 0px;
}
.footerAddress strong {
    margin-bottom: 15px;
}

.footerRow {
    display: inline-block;
    float: none!important;
    width: 25%!important;
    vertical-align: middle;
}
.footerRow:nth-child(2) {
    width: 48%!important;
    padding-left: 10%;
}
.footerCompany{
    padding:12px 0;
}
/*.footerCompany p {
    display: inline-block;
    width: 49%;
    text-align: left;
    margin-bottom:0;
}
.footerCompany p:last-child {
    text-align: right;
}*/
.inspiren p,.inspiren a{
    color:black!important;
}
.hoverInspiren:hover span {
    color: #ffe500;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*latest menubar*/
img{
    max-width:100%;
}
.menulist ul {
    margin-top: -5px;
}
.menulist li {
    display: inline-block;
    padding: 12px 30px;
    padding-top: 13px;
}
p.signins {
    position: absolute;
    top: 18px;
    right: 7%;
    transform: translateX(-11%)
}
p.signins a {
    color: white;
}
p.signins i {
    padding-right: 5px;
}
header .container {
    position: relative;
}
.menuBar {
    position: static!important;
}
/*loader*/
.preloader {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: #fff;

}

.preloader.hide-it {
    opacity: 0;
    z-index: -9999;
    transition: opacity .3s, z-index 0s .3s;
    -webkit-transition: opacity .3s, z-index 0s .3s;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff0000;
    border-radius: 50%;
    width: 80px;
    height:80px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

}
/*new*/
img.site-logo {
    position: relative;
    top: -5px;
    max-width: 60%;
}
header:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #ff0000;
}
header .container {
    margin-top: 13px;
    margin-bottom: 5px;
}

li.createEvent:hover,
li.createEvent {
    background: #ff0000;
}
li.createEvent:hover a,
li.createEvent a {
    color: white!important;
}
li.sign,
li.logOut {
    position: relative;
    top: 5px;
}
li.sign {
    padding-right: 0;
    padding-left: 25px;
}
li.sign a {
    position: relative;
    top: 0;
    left: 0;
    color: #ff0000;
    font-size: 20px;
}
li.sign a:before {
    width: 24px;
    height: 22px;
    border: 1px solid red;
    text-align: center;
    display: block;
    color: white;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60.9%);
}



li.logOut {
    padding-left: 5px;
    font-size: 20px;
}
li.logOut a {
    color: #ff0000;
}
@keyframes spin {
    0% { 
        transform: translate(-50%,-50%) rotate(0deg); 
        -webkit-transform: translate(-50%,-50%) rotate(0deg); 
    }
    100% { 
        transform: translate(-50%,-50%) rotate(360deg); 
        -webkit-transform: translate(-50%,-50%) rotate(360deg); 
    }
}
@media screen and (max-width: 1199px) {
    .menulist li {
        padding: 15px 20px;
    }
    p.signins {
        transform: translateX(-10%);
    }
    img.site-logo{
        position:static!important;
    }
    header .container {
        margin-top: 13px!important;
        margin-bottom: 15px!important;
    }
    .btn-menu {
        position: relative;
        top: -10px;
    }
}
@media screen and (max-width: 1024px) {
    .logoRow{
        display:block;
        margin-bottom: 15px;
    }
    li.logoli {
        display: none;
    }
    .headerRow {
        width: 100%!important;
        text-align: center;
        padding: 0!important;
    }
    img.site-logo {
        max-width: 250px!important;
    }
    li.sign, li.logOut{
        position:static!important;
    }
    li.sign a:before{
        display:none!important;
    }

}
@media screen and (max-width: 1024px) {
    .menulist ul{
        top: 104px;
    }
    header .container {
        margin-top: 5px!important;
        margin-bottom: 0px!important;
    }
}
/*new css*/
header li.sign a,
header li.logOut a{
    color:#ff0000!important;
}
footer {
    background: #333333;
    color: white;
}
footer a{
    color:white!important;
}
.footerCompany {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footerCompany.container .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.footerCompany p, .footerCompany a {
    font-size: 13px!important;
}
.footerComapanyInfo p{
    text-align:left!important;
}
.footerCompany.container .footerComapanyInfo p {
    font-size: 14px!important;
}
.footerComapanyInfo p {
    width: 100%;
    margin-top: 5px;
}
.footerSocial {
    padding-top: 5px;
    text-align: right;
}
.footerSocial p {
    display: inline-block;
    margin-right: 10px;
    width:auto!important;
    vertical-align: top;
}
.footerSocial i {
    font-family: fontawesome;
    font-style: initial;
    color:white;
}
.footerSocial p:first-of-type i {
    background: white;
    color: black;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    padding-top: 4px;
    position: relative;
    top: -2px;
}
/*slider*/
.slider  {
    position: relative;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.slider  h1 {
    color: white;
        padding-top: 260px;
    padding-bottom: 20px;
}

/*new css*/
.redColor {
    color: #ff0000;
}
.bigSize {
    font-size: 24px;
}
.smallSize {
    font-size: 14px;
}

h2.footerTitles {
    margin-top: 0;
    margin-bottom: 25px;
}
h2.footerTitles:after {
    content: "";
    width: 75px;
    height: 1px;
    border-bottom: 1px solid #ff0000;
    display: block;
    margin-top: 10px;
}
ul.footerUL {
    padding-left: 0;
    list-style: none;
}

ul.footerUL a {
    color: white;
}
ul.footerUL.cat li {
    display: inline-block;
    width: 45%;
}
.connects p:first-of-type img {
    max-width: 30px;
}
p.iClass {
    display:none;
    /*display: inline-block;*/
    width: 47%;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 5px;
}
.footerComapanyInfo {
    background: #ff0000;
    text-align: center;
    position: relative;
	padding: 10px 10px 15px 10px;
}
.footerComapanyInfo p {
    text-align: center!important;
    font-size: 12px!important;
}
.bigSize, h2.footerTitles {
    font-size: 18px!important;
}
.activeLi a{
    color:#ff0000!important;
}
.special{
    display:none;    
}
footer.viewPage{
    background-image:url(../images/slider1.jpg);
    position:relative;  
    background-size:cover;
    background-position:center; 
}
footer.viewPage:before{
    content:"";
    position:absolute;  
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;  
    background:rgba(0,0,0,0.8);
}
footer.viewPage .footerCompany {
    padding-top: 55px;
    padding-bottom: 55px;
}
footer.viewPage .links,footer.viewPage .catFooter{
    display:none;   
}
footer.viewPage .container > div {
    width: 100%;
    text-align: center;
}
footer.viewPage h2.footerTitles{
    display:none;   
}
footer.viewPage p.iClass {
    max-width: max-content;
}
footer.viewPage p.iClass img {
    width: 110px;
}
footer.viewPage .special{
    display:inline-block;
    padding-left:5px;    
}
footer.viewPage .connects p:first-of-type img {
    max-width: 20px;
    position: relative;
    top: -4px;
}
footer.viewPage p.info {
    padding-bottom: 15px;
}
/*slider*/
.contents {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    color: white;
    transform: translateY(-50%);
}
.contents p {
    line-height: 1.3;
    font-size: 3.5vw!important;
}
.lastWord,
.contents p:last-child{
    font-size: 1.5vw!important;
}
.contents p:last-child:after,
.lastWord:after {
    content: "";
    display: block;
    max-width:5%;
    height: 1px;
    border-bottom: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.item{
    position:relative;
}
.item:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left:0;
    background:rgba(0,0,0,0.8);
    display:block;
}
/*search form*/
.searchForm {
    background: #ff0000;
    text-align: center;
    padding: 35px 0;
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.searchFormInput input, .searchFormInput select {
    background: transparent;
    border: 1px solid white;
    color: white;
    height: 40px;
    width: 25%;
    margin-right: 15px;
}
.searchFormInput select {
    width: 20%!important;
}
.searchFormInput input::-webkit-input-placeholder,
.searchFormInput textarea::-webkit-input-placeholder { 
  color: white;
}
.searchFormInput input::input-placeholder,
.searchFormInput textarea::input-placeholder { 
  color: white;
}
.searchForm option{
    color :black;
}
span.glyphicon.glyphicon-chevron-right:before, span.glyphicon.glyphicon-chevron-left:before {
    font-size: 12px;
    color: white;
  /*  border: 1px solid white;*/
    border-radius: 50%;
    position: relative;
    z-index: 999;
}
.searchFormInput button {
    background: #ffce00;
    border: 0;
    padding: 10px 15px;
}
span.respond {
    display: block!important;
    border: 1px solid white;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    color: white;
}
/*HOME*/
.homeProduct{
    text-align: center;
    /*background:#f2f2f2;*/
    color:#999999;
    padding-top: 5px;
    padding-bottom: 35px;
}
/*product*/
div.events figure,
ul.products figure{
    position:relative;
}
div.events img,
ul.products img{
    width: 100%!important;
    max-width: none;
    height: 180px!important;
    margin-left: 50%!important;
    object-fit: cover;
    transform: translateX(-50%);
}
div.events a,
ul.products a{
     color:#999999!important;
}
div.events,
ul.products{
    list-style: none;
    padding-left:0!important;
    padding-top: 10px;
}
div.events div.event, 
ul.products li{
    display: inline-block;
    width: 30%;
    float: center;
    margin: 10px 20px;
    text-align: left;
    background:white;
    border-bottom: 2px solid #ff0000;
}
div.events div.event:nth-child(3n), 
ul.products li:nth-child(3n){
    margin-right: 0;
}

div.events div.event:nth-child(3n+1),
ul.products li:nth-child(3n+1){
    margin-left: 0;
}

.contentsProduct {
    padding: 10px 20px;
    padding-top: 0;
}
div.events div.event h2,
ul.products li h2 {
    font-size: 22px!important;
}
div.events p,
ul.products p {
    font-size: 14px!important;
    color:#999999;
}
div.events .contentsProduct > p:nth-child(2), div.events .contentsProduct > p:nth-child(3),
ul.products .contentsProduct p:nth-child(2), li .contentsProduct > p:nth-child(3)> {
    display: inline-block;
    margin-right: 5px;
}
div.events div.event i,
ul.products li i{
    padding-right:5px;
}
div.events div.event:hover,
ul.products li:hover{
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 0 rgba(0, 0, 0, 0.19);
    transition:all 0.3s;
}
ul.catGroup {
    padding-left: 0;
    border-top: 1px solid #999999;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    margin-top: 13px;
}
ul.catGroup li {
    border-bottom: 0!important;
    position: relative;
    max-width: max-content;
    margin: 5px 0!important;
    margin-right: 15px!important;
     transition:all 0.3s;
}
ul.catGroup li:before {
    content: "#";
}
/*slider*/
.sliderPage{
    position: relative;
    padding-top: 500px;
    background-attachment: fixed;
    background-position-y: top;
    background-repeat:no-repeat;
    background-size:cover!important;
}
.quote.sliderPage{
    padding-top: 350px;
}
.sliderPage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
.sliderPage .contents {
    top: 57%;
    transform: translateY(-60%);
}
.sliderPage p.lastWord:after {
    display: none;
}
/*sub cat*/
.homeCat{
    text-align:center;  
    padding-top: 25px;
    padding-bottom: 35px;
}
div.events.cat-product > li,
ul.products.cat-product > li {
    margin: 10px!important;
    width: 30%;
    border-bottom: 0 solid;
}
div.events.cat-product > li,
div.events.cat-product > li h2,
div.events.cat-product > li p,
ul.products.cat-product > li,
ul.products.cat-product > li h2,
ul.products.cat-product > li p{
      color:white;
}
div.events.cat-product > li p,
ul.products.cat-product > li p{
    padding:0 20px;
}
.cat-product li:nth-child(7n), .cat-product li:nth-child(7n+1) {
    width: 62%!important;
}
.catDesc {
    position: absolute;
    top: 53%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index:999;
}
div.events.cat-product > li p,
ul.products.cat-product > li p{
    opacity:0;
    transition: opacity 0.3s;
}
div.events.cat-product > li h2,
ul.products.cat-product > li h2{
    font-size:20px!important;
    transition: all 0.3s;
}
div.events.cat-product figure:before,
ul.products.cat-product figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
}
div.events.cat-product li:hover figure:before,
ul.products.cat-product li:hover figure:before{
    opacity: 1;
    transition: opacity 0.3s;
}
div.events.cat-product li:hover h2,
ul.products.cat-product li:hover h2{
    font-size:24px!important ;
    transition: all 0.3s;
}
div.events.cat-product li:hover p,
ul.products.cat-product li:hover p{
    opacity:1;
    transition: opacity 0.3s;
}
.orangeColor{
    color:  #fb7a06;
}
/*contact form*/
.contactInfo {
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contactForm input, .contactForm textarea {
    width: 100%;
    margin-bottom: 15px;
    height:70px;
    border:1px solid #f2f2f2;
}
.contactForm input{
    height:30px;
}
.contactForm button:hover,
.contactForm button {
    background: #ff0000;
    border: 0;
    width: 100%;
}
span.regNo {
    display: block;
    margin-bottom: 10px;
}
.blocks {
    margin-top: 20px;
    display: block;
}
.contactForm span.respond {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: black;
    border-color: black;
    max-width: 100%;
}
.maps iframe{
    width:100%;
}
/*system*/
body.system header:before {
    display: none;
}
body.system header {
    background: #f2f2f2;    
}
body.system header .container{
    margin-top:0;
}
/*system nav*/
.navbars {
    font-size: 14px!important;
    margin-bottom: 10px;
    display: block;
    min-height: inherit;
}
a.navspan.redcolor{
    color:#ff0000!important;
}
ul.nav {
    padding-left: 0;
}

ul.nav li {
    display: block;
    width: 24.45%;
    margin: 0;
    text-align: center;
    margin-right: 0.32%;
}
ul.nav li:before {
   content:"";
   position:absolute;
   top:0;
   left:0;
   width:105%;
   height:100%;
   background: #999999;
   clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
   -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
}
ul.nav li:first-child:before{
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%, 0 0);
   -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%, 0 0);
}

ul.nav li:last-child:before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 5% 50%, 0 1%);
 clip-path: polygon(100% 0, 100% 100%, 0 100%, 5% 50%, 0 1%);
}
ul.nav li:nth-child(4n) {
    margin-right: 0;
}
ul.nav li:nth-child(4n+1) {
    margin-left: 0;
}
ul.nav li a:focus,
ul.nav li a:active,
ul.nav li a:hover,
ul.nav li a{
    background-color:transparent!important;
    color: white!important;
    border: 0!important;
}
ul.nav li.active:before{
    background-color:#ff0000;
}
ul.nav li.pass:before{
    background-color:#8cc63f;
}
.kv-sidenav{
    width:390%;
}
@media screen and (max-width: 768px){
    .kv-sidenav{
        width:100%;
    }
}
@media screen and (max-width: 1024px){
    .kv-sidenav{
        width:100%s;
    }
}
.form-controls {
    margin-bottom: 35px;
}
.form-controls > * {
    margin-top: 20px;
}
.group-input input {
    width: 100%;
}
.formHeader {
    background: #f5f5f5;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bolder!important;
    padding-bottom: 10px;
    font-size: 16px;
}
.confirm .btn-action button,
.form-controls button{
    background: #5eb75a;
    border: 0;
    width: 150px;
    padding: 10px 15px;
    color:white;
}
.btn-action button:first-child {
    background: #999999;
}
.btn-action button:last-child {
    float: right;
    background: #ff0000;
}
.confirm {
    text-align: center;
    padding-bottom: 35px;
}
.confirm > * {
    padding-top: 25px;
}
.confirm .btn-action button {
    float: none;
    border: 0;
    background-color:#999999;
    margin-right: 10px;
}
.confirm .btn-action button:first-child {
    background-color:#ff0000;
}
/*register*/
.details > h2 {
    margin-top: 0;
}
.sliderPage.registerSlider {
    padding-top: 350px;
}
.eventDetail > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:15px;
}
.eventDetailHeader {
    border: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 10px!important;
}
.eventBanner {
    margin-top: 15px;
}
.eventDetailHeader h2 {
    margin-top: 0;
}
.eventDetailBody {
    background: #e6e6e6;
}
.eventDetailBody > div {
    display: inline-block;
    margin-right: 35px;
}
.eventDetail i {
    padding-right: 15px;
}
.display.form-controls {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    margin-top:20px;
    padding-bottom: 20px;
}
.display .formHeader{
    margin-top:0;
}
.display .group-input {
    padding-left: 15px;
    padding-right:15px;
}
.display select,
.display input{
    width: 100%;
    height:30px;
}
.amendDetail .form-controls.display {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
}
.amendDetail > div:first-child {
    padding-left: 0;
}
.amendDetail > div:last-child {
    padding-right: 0;
}
.forms {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
}
.forms input {
    margin-top: 25px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.forms input:first-child {
    margin-top: 10px;
}
.forms .iClass {
    display: inline-block;
    width: max-content;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 15px;
}
.amendDetail button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #333333;
    border: 0;
}
.upload-kit .files{float:left;position:relative;padding:0;margin:0;overflow:hidden}.upload-kit .upload-kit-input{width:150px}.upload-kit .upload-kit-input,.upload-kit .upload-kit-item{position:relative;height:150px;color:#999;border:2px dashed #999;border-radius:7px;float:left;margin-right:10px;margin-bottom:10px;background-size:cover;background-position:center center;background-origin:border-box;list-style:none}.upload-kit .upload-kit-input .add,.upload-kit .upload-kit-input .progress,.upload-kit .upload-kit-input .remove,.upload-kit .upload-kit-item .add,.upload-kit .upload-kit-item .progress,.upload-kit .upload-kit-item .remove{display:block;position:absolute}.upload-kit .upload-kit-input .error-popover,.upload-kit .upload-kit-item .error-popover{color:#9b0014;position:absolute;bottom:0;right:0;z-index:999;display:none;cursor:default}.upload-kit .upload-kit-input input[type=file],.upload-kit .upload-kit-item input[type=file]{width:100%;height:100%;position:absolute;display:block;opacity:0;cursor:pointer;z-index:2}.upload-kit .upload-kit-input .add,.upload-kit .upload-kit-input .drag{font-size:3em;text-align:center;top:50%;width:100%;margin-top:-.5em}.upload-kit .upload-kit-input .progress{position:absolute;top:50%;margin-top:-10px;margin-left:5%;margin-right:5%;width:90%;display:none}.upload-kit .upload-kit-input .drag,.upload-kit .upload-kit-input.drag-highlight .add{display:none}.upload-kit .upload-kit-input.drag-highlight .drag,.upload-kit .upload-kit-input.in-progress .progress{display:block}.upload-kit .upload-kit-input.in-progress .add{display:none}.upload-kit .upload-kit-input.error .error-popover{display:inline-block}.upload-kit .upload-kit-item.ui-sortable-helper .remove{display:none!important}.upload-kit .upload-kit-item .remove{display:none;cursor:pointer;font-size:3em;text-align:center;top:50%;left:50%;width:50px;height:50px;margin-left:-25px;background-color:rgba(0,0,0,.8);padding:4px;border-radius:5px;color:#FFF;margin-top:-.5em}.upload-kit .upload-kit-item.image>img{height:100%;width:auto;border-radius:7px}.upload-kit .upload-kit-item.not-image{background-image:url(../img/file.png);background-size:75%;background-repeat:no-repeat;position:relative;display:block;width:150px}.upload-kit .upload-kit-item.not-image .name{text-align:center;text-transform:uppercase;vertical-align:middle;display:block;position:absolute;padding:5px 7px;width:146px;color:#fff;bottom:0;background-color:rgba(0,0,0,.8);font-weight:bolder;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:0 0 7px 7px}.upload-kit .upload-kit-item.done:hover .remove{display:block}.upload-kit:after,.upload-kit:before{content:" ";display:table}.upload-kit:after{clear:both}
.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
    position: relative;
    height: 150px;
    color: #999;
    border: 2px dashed #999;
    border-radius: 7px;
    /* float: left; */
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center center;
    background-origin: border-box;
    list-style: none;
}
.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
    border: 0px solid #0e5d72;
    background: #f1f2f2!important;
    height: 360px;
    width: 100%;
}
/*summary*/
.registerDetail {
    /*padding-top: 35px;*/
    padding-bottom: 35px;
}
.summary {
   /* border: 1px solid #e0e0e0;*/
    margin-top: 15px;
}
.summary > div {
    padding-left: 15px;
    padding-right: 15px;
}
.headerSummary {
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.headerSummary h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.items {
    margin-top: 25px;
}
.items > * {
    display: inline-block;
}
.items:first-of-type {
    margin-top: 0;
}
p.quantitys {
    float: right;
}
p.prices {
    display: block;
    text-align: right;
}
.bodySummary {
    border-bottom: 1px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
}
.extraCharges {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sub {
    width: 100%;
}
.sub > * {
    display: inline-block;
}
.extraCharges p.prices {
    display: inline-block;
    float: right;
}
.itemsTotal {
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.itemsTotal > * {
    display: inline-block;
    margin: 0;
}
.itemsTotal p {
    margin-bottom: 0;
    float: right;
}
/*order*/
.headerD .iClass {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.headerD span.specialWidth {
    width: 130px;
    display: inline-block;
}
.headerD .iClass p {
    line-height: 1;
}
strong.ans {
    padding-left: 15px;
    font-weight: 100;
}
.orderDetail.orderDetailFirst {
    margin-top: 15px;
}
.desc table {
    width: 100%;
}
.desc thead tr {
    background: whitesmoke;
}
.desc thead tr:first-child {
    border-bottom: 0px solid #e0e0e0;
}
.desc thead tr  {
    border-bottom: 0px solid #e0e0e0;
}
.desc td {
    padding-left: 15px;
    padding-right: 15px;
}
.desc tr > td:first-child {
    width: 45%;
}
.desc tr {
    border-bottom: 1px solid #e0e0e0;
    height: 40px;
}
.desc tbody tr:last-child {
    border: 0;
}
.orderDetail {
    margin-bottom: 35px;
}
.detaisl {
    border: 1px solid #f5f5f5;
    border-top:0;
}
.detaisl h5.formHeader {
    margin-top: 0;
}
.orderDetail .eventDetailHeader{
    border:0;
    margin-top: 0;
    padding-top: 5px!important;
}
.orderDetail .eventDetailBody {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 15px;
}
.oDetails .eventDetail .eventDetailBody p {
    line-height: 1.5;
    margin-bottom: 0;
}
.oDetails .eventDetail .eventDetailBody p:first-of-type {
    margin-top: 5px;
}
.oDetails .eventDetail .eventDetailBody p span {
    width: 80px;
    display: inline-block;
}
strong.edit {
    float: right;
    padding-right: 15px;
    font-weight: 100;
    opacity:0;
}
.orderDetail:hover strong.edit {
    opacity:1;
}
.orderForm .btn-action {
    text-align: left;
    padding-top: 0;
}

@media screen and (min-width: 1200px) {
    .links {
        position: relative;
        left: -25px;
    }
}

@media screen and (max-width: 1199px) {
    .upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
        height: 400px;
    }
}
@media screen and (max-width: 991px) {
    h2.footerTitles {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .footerComapanyInfo .container {
        padding: 0!important;
    }
    div.events div.event,
    ul.products li {
        margin: 10px 18px;
    }
    div.events.cat-product > li,
    ul.products.cat-product > li {
        margin: 15px!important;
    }
    .summary {
        margin-top: 0px;
    }
     .amendDetail > div {
        padding: 0!important;
        padding-bottom: 15px!important;
    }

}
@media screen and (max-width: 768px) {
    .searchFormInput input, .searchFormInput select{
        width:100%!important;
        margin-bottom: 15px;
    }
    div.events div.event:nth-child(3n+1), div.events div.event:nth-child(3n), div.events div.event,
    ul.products li:nth-child(3n+1), ul.products li:nth-child(3n), ul.products li {
        margin: 0;
    }
    div.events div.event,
    ul.products li{
        width: 100%;
        float: none;
        margin-top: 25px!important;
    }
    .sliderPage{
        background-attachment:inherit;
    }
    .cat-product li:nth-child(7n), .cat-product li:nth-child(7n+1), .cat-product li{
        width:70%!important;
    }
    ul.nav li, ul.nav li:before {
        width: 100%;
        margin-bottom: 15px;
        clip-path: inherit!important;
        -webkit-clip-path: inherit!important;
    }
    ul.nav li:last-child, ul.nav li:last-child:before{
        margin-bottom:0;
    }
    .headerD .iClass {
        width: 100%;
    }
    .sliderPage {
        padding-top: 155px!important;
    }
    div.events div.event
    ul.products li {
        width: 100%;
    }
    .submitButton {
        margin-bottom: 65px;
    }
    .submitButton button {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*bootstrap override*/
.btn {
    border-radius: 0;
}
.btn-primary,.btn-primary:focus, .btn-primary:hover, .btn-primary:active{
    background-color :#ff0000;
    border: 0;
    min-width: 150px;
    padding: 10px 15px;
    color:white!important;
}
.btn-secandary,.btn-secandary:focus, .btn-secandary:hover, .btn-secandary:active{
    border: 0;
    width: 150px;
    padding: 10px 15px;
    background-color: #999999;
    color:white!important;
}

.btnAction{
    padding-bottom: 25px;
}

.btn-md{
    margin-bottom: 20px;
}
.btn-link:hover, .btn-link.focus, .btn-link:focus, .btn-link, .btn-link .caret{
    text-decoration: none;  
    color:#ff0000;
}
.dropdown {
    text-align:center;
}
.button, .dropdown-menu {
    margin:10px auto;
}
.menulist .dropdown-menu {
    width:100px;
    left:50%;
    margin-left:-100px;
    right:50%;
    margin-right:-100px;
}
.dropdown-menu li{
    padding-left:5px;
    padding-right:5px;
}
.dropdown-menu li a {
    padding:0;
}
.tt-scrollable-menu{
    display:inline-block;
}

.twitter-typeahead{
    padding-right: 15px;
    width: 100%!important; 
} 
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%!important; 
}
.dropdown-menu{
    /*width: 100%;*/
}
.form-control{
    border-radius: 0px;
}
.tt-suggestion {
    font-size: 13px;
    line-height: 24px;
    text-overflow: ellipsis!important; 
    overflow: hidden!important;
}
h3.title{
    line-height: 25px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    -webkit-line-clamp: 2;  
}
.widget-event-date-time-display-helper{
    min-height: 73.6px;
    max-height: 73.6px;
}
.address{
    min-height: 20px;
    max-height:20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    -webkit-line-clamp: 1;  
}
.menulist li a, .menulist li:hover a {
    color:#ff0000!important;
}
li.createEvent:hover a, li.createEvent a{
    color:white!important;
}
.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
}

.rrssb-buttons.large-format, .rrssb-buttons.large-format li {
    height: auto;
}

.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px;
}
.rrssb-buttons li.rrssb-facebook a{
    background-color:#306199;
}
.rrssb-buttons li.rrssb-linkedin a {
    background-color: #007bb6;
}.rrssb-buttons li.rrssb-twitter a {
    background-color: #26c4f1;
}
.rrssb-buttons li.rrssb-email a {
    background-color: #0a88ff;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

.ribbon .ribbon-piece {
    background-color: #f7911e;
    -moz-transition: background-color .5s ease-in;
    -ms-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
}
.ribbon .bottom {
    font-size: 25px;
    padding: 5px 0;
    padding-top: 0;
}
.ribbon {
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.ribbon .tail .left, .ribbon .tail .right {
    height: 10px;
    position: absolute;
    top: -10px;
    width: 50px;
}

.ribbon .tail .right {
    right: -9px;
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=.90630779, M12=-0.42261826, M21=.42261826, M22=.90630779, SizingMethod='auto expand');
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9063077870366497, M12=-0.4226182617407, M21=0.4226182617407, M22=0.9063077870366497, SizingMethod='auto expand')";
}
.ribbon .tail .left, .ribbon .tail .right {
    height: 10px;
    position: absolute;
    top: -10px;
    width: 50px;
}
.ribbon .tail .left {
    left: -9px;
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=.90630779, M12=.42261826, M21=-0.42261826, M22=.90630779, SizingMethod='auto expand');
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9063077870366499, M12=0.42261826174069955, M21=-0.42261826174069955, M22=0.9063077870366499, SizingMethod='auto expand')";
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
/* comment  (event share icon , refresh bug)*/
.rrssb-buttons:after, .rrssb-buttons:before {
    content: ' ';
    display: table;
}
.ribbon .tail {
    height: 10px;
    overflow: hidden;
    position: relative;
    border: 0 none;
}

.rrssb-buttons:after {
    clear: both;
}
.rrssb-buttons li a .rrssb-icon svg path {
    fill: #fff;
}
.rrssb-buttons li a .rrssb-text {
    color: #fff;
}
.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
}
.rrssb-buttons {
    margin-bottom: 10px!important;
}
@media screen and (max-width: 768px){
    .mobile-bottom-bar {
		z-index: 2;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 7px 10px;
        background: #ececec;
        border-top: 1px solid #cccccc;
    }
}
@media screen and (max-width: 768px){
    .visible-sm {
        display: block !important;
    }
}
.rrssb-buttons.large-format, .rrssb-buttons.large-format li {
    height: auto;
}
.rrssb-buttons {
    margin-bottom: 10px;
}
.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 14px;
    list-style: none;
    margin: 0;
    padding: 0 2px;
    width:25%;
}
.rrssb-buttons.large-format li a .rrssb-icon {
    height: 100%;
    left: 7%;
    padding-top: 0;
    width: 12%;
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%;
}
h1.heading {
    font-size: 2em;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading {
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
h3.heading {
    font-size: 1.17em;
}
.rrssb-buttons li a .rrssb-icon svg {
    height: 20px;
    width: 25px;
}
.rrssb-text{
    font-size: 13px;
}
.small {
    font-size: 85%;
}
li.button{
    padding:0px!important;
    margin: 0px!important;
}
ul.catGroup{
    display :none;
}
@media screen and (max-width: 768px) {
    .tt-scrollable-menu{
        width:100%!important;
    }

    .twitter-typeahead{
        width:100%!important;
        padding-right: 0px;  
    }
    .form-control .tt-input{
    border-color: transparent!important;
    }
    .form-control .tt-hint{
    width:100%!important;
    }
}
@media screen and (max-width: 1024px) {
    .btn{
        padding:8px 3px;
    }
}
@media screen and (max-width: 1024px){
    li.button, li.logOut{
        display:none;
    }
    .menushow{
        max-height:1000px!important;
    }
}
@media screen and (max-width: 1024px){
    .menulist ul li {
        background: rgba(0,0,0,0.9)!important;
        margin-top: -1px;
    }
}
@media screen and (max-width: 1024px){
    .visible-sm {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .btn{
        padding:8px 3px;
    }
}
.widget-event-date-time-display-helper{
    display:inline;
}
@media screen and (max-width: 768px) {
    li.createEvent:hover a, li.createEvent a{
        color:#ff0000!important;
    }
    .col-md-8 p{
        text-align:justify!important;
    }
}
@media screen and (max-width: 768px){
    li.button, li.logOut{
        display:none;
    }
    /*.menushow{
        max-height:450px!important;        
    }*/
}
td{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.dynamic-content-feild h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 3px;
}
@media screen and (max-width: 768px){
    .menulist ul li {
        background: rgba(0,0,0,0.9)!important;
        margin-top: -1px;
    }
}
.datepicker-dropdown {
    top: 0;
    left:0;
    width: max-content!important;
    padding: 4px;
    margin-left: 0!important;
    margin-right: 0!important;
}
ul.kv-sidenav li:last-child:before{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 50%, 0 0%);
}
ul.kv-sidenav li:before{
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0% 100%, 0 0);
}
ul.kv-sidenav li:first-child:before{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 50%, 0 0%);
}
ul.event-manage-nav li:last-child:before{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 50%, 0 0%);
}
ul.event-manage-nav li:before{
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0% 100%, 0 0);
}
ul.event-manage-nav li:first-child:before{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 50%, 0 0%);
}
.panel-primary .panel-heading{
    background-color:#999999;
}
.panel-primary{
    border-color:#999999;
}
ul.event-manage-nav li{
    width:33%;
}
.checkbox input[type="checkbox"]{
    margin-top:-4px;
}

.events .empty{
    text-align:center;
}
.events .empty a{
    background-color:#ff0000;
    color:white!Important;
    padding: 12px 30px;
}
.notfound{
    padding-top:30px;
    padding-bottom:30px;
}
.order-ticket-view{
    border:4px solid grey;   
}
.ticket{
    width: -webkit-fill-available;
}
.vertical-text {
	writing-mode:vertical-rl; text-orientation: mixed;
}
td.qrcode img{
    /*width:100%;*/
}
.col-xs-12,.col-xs-4,.col-xs-8 {
    background-color:white;
}
td.title{
    border-bottom:4px solid grey; 
    border-left:4px solid grey; 
}
td.type{
     border-bottom:4px solid grey; 
}
td.vertical-align-top{
    border-bottom:4px solid grey;
    border-left:4px solid grey; 
}
.page-order-default-index .panel-default a,
.page-order-default-index .panel-default a:hover,
.page-order-default-index .panel-default a:focus{
    width: 200px;
}
.layout-one-column{
    padding-top:25px;
}
.signUpTitle,
.loginTitle,
.forgotPassword{
    font-size:25px!important;
    font-weight:bold;
    text-align:center;
}
.user-login,
.user-signup{
     text-align:center;
     font-size: 5em;
} 
.layout-default .page-user-signin-login .row,
.layout-default .page-user-signin-signup .row{
    margin-bottom:15px;
}
.layout-left-sidenav .side-nav .panel-heading{
    display:none;
}
.layout-left-sidenav {
    margin-top:25px;
}
div.events{
    padding-bottom:10px;
}
/*.ribbon-top-right {
    top: 15px;
    right: -15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ribbon {
    width: 100px;
    background: #e43;
    position: absolute;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    color: #f0f0f0;
    background-color: #2c7;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 5px solid #2c7;
    z-index: 1;
}
*/

.ribbon-corner {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon-corner::before,
.ribbon-corner::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2c7;
}
.ribbon-corner span {
    width: 100px;
    background: #e43;
    position: absolute;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    color: #f0f0f0;
    background-color: #2c7;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 5px solid #2c7;
    z-index: 1;
}
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top:3px;
    left: 75px;
}
.ribbon-top-right::after {
    bottom: 75px;
    right: 4px;
}
.ribbon-top-right span {
    left: 70px;
    top: 15px;
    transform: rotate(45deg);
}
.invoice-summary .panel-heading {
    background: #f5f5f5;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bolder!important;
    padding-bottom: 10px;
    font-size: 16px;
}
.invoice-summary .iClass .table tbody tr td{
    border-top:0px;
}
.iClass{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size:18px;
}
.desc .table thead tr th{
    border-bottom: none;
}
h2.heading{
    margin-top: 10px;
    font-size:24px!important;
    font-family: 'myFontBold' !important;
    font-weight: normal !important;
}
h5.formHeader{
    margin-top: 0;
    margin-bottom: 0;
    background: #f5f5f5;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bolder!important;
    padding-bottom: 10px;
    font-size: 16px;
}
.orderDetail p{
    font-size:18px!Important;
}
.orderDate {
    font-size:18px!Important;
}
h5 #editInfo{
    float: right;
    width: max-content;
    padding-right: 15px;
}
.tickectDetails{
    font-size: 18px;
}
@media screen and (max-width: 415px) {
    .page-order-default-index .invoice-summary .iClass{
        width: 100%;
        font-size: 14px;
    }
    .layout-one-column{
        padding-top: 0;
    }
}
.page-order-default-index h2.heading{
    margin-bottom: 10px;
}
.amendDetail .iClass{
    display: inline-block;
    width: max-content;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 15px;
}
.cart-summary{
    margin-top: 90px;
}
.registerDetail .container .breadcrumb{
    background-color: white!important;
}
.eventDetailHeader h2{
    margin-bottom: 10px;
    font-size: 24px!important;
    font-family:'myFontBold' !important;
    margin-bottom: 10px;
}
.eventDetail p{
    font-size: 18px!important;
    margin: 0 0 10px;
}
.eventDetail i{
    padding-right: 15px;
}
.eventDetailBody .widget-event-date-time-display-helper .block{
    width: max-content;
    font-size: 18px;
}
.registerDetail .formHeader{
    background: #f5f5f5;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder!important;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'myFontBold' !important;
}
.form-group{
    margin-bottom: 15px;
}
.registerDetail .form-controls *{
    margin-top: 0;
}
.registerDetail .display.form-controls{
    padding-bottom: 0;
}
.registerDetail .form{
    padding: 15px;
}
.registerDetail .form-controls *{
    margin-top: 0;
}
.headerSummary h2{
    font-family:'myFontBold' !important;
}
.bodySummary .item b,
.footerSummary p,
.itemsTotal p{
    font-size: 18px!important;
}
.registerDetail h2{
    font-family:'myFontBold' !important;
}
.registerDetail .breadcrumb{
    padding-left: 0;
 }
.amendDetail .ticket{
    border: 1px solid #e0e0e0;
    padding:0;
    margin-bottom: 15px;
}
.registerDetail .summary{
    border: 1px solid #e0e0e0;
}
.registerDetail .summary .btn-primary{
    width:100%;
}
.page-order-default-index .btn-primary{
    width: max-content;
}
.fa-trash{
    color: white;
}
@media screen and (max-width: 768px) {
    .fa-trash,
    .fa-cog{
        padding: 6px 12px;
    }
}
@media screen and (max-width: 768px) {
    .searchFormInput .btn-primary{
        width:100%;
    }
}
.form-panel{
    margin-top: 25px;
}
.menushow{
    /*transition: 3s !important;*/
    left: 0%!important;

}

.menulist > ul
{
    transition: left 0.5s;
    left: 105%;
} 

@media screen and (max-width: 1024px) {
    .menushow li.createEvent a{
        color:red!important;
    }
}
.table-bordered tbody tr td{
    word-break: break-all;
}
b.name {
    word-break: break-all;
}
.amendDetail .autocomplete-form .formHeader{
    word-break: break-all;
}
.row .signup .col-lg-5{
    margin-left: 27.333333%;
}
@media screen and (max-width: 1025px) {
    .row .signup .col-lg-5{
        margin-left: 0!important;
    }
}
.header-with-banner{
    background-color: white!important;
}
.event-ribbon{
    top:0px;
    right:15px;
}
@media screen and (max-width: 813px){
    .event-ribbon{
        right: 15px;
        top: -230px;
    }
    .event-ribbon:before{
        top: 3px;
        left: 75px;
        border: 5px solid #2c7;
    }
}
.organizers-td{
    word-break: initial!important;
}
.organizers-td .not-set{
    display:none;
}

@media print {
	.d-print-none { display: none; }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*240819*/
header.header-with-banner {
    padding-top: 5px!important;
    padding-bottom: 0px!important;
}
li.createEvent:hover, li.createEvent {
    background: #ff0000;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding: 5px 10px!important;*/
}
img.site-logo {
    top: 0;
    max-width: 50%;
}
.searchForm {
    display: none;
}
.redColor {
    color: black;
    font-family: 'myFontBold' !important;
    font-weight: 100!important;
}
/*list event*/
div.events div.event:hover, ul.products li:hover {
    box-shadow: inherit!important;
}
.ribbon.iClass {
    width: 10%;
    margin-right: 15px;
    top: 10px;
}
.ribbon.iClass .bottom {
    padding-bottom: 0;
}
.ribbon.iClass .top.ribbon-piece,.ribbon.iClass .bottom.ribbon-piece {
    font-size: 12px;
    padding-bottom: 5px!important;
}
.ribbon.iClass .top.ribbon-piece {
    padding-top: 5px;
    padding-bottom: 0!important;
}
.detailsEvent > p{
    margin-bottom:5px;
}
.eventDetail.iClass {
    width: 80%;
}
div.events div.event, ul.products li {
    border-bottom: 0;
    vertical-align:top;
    border: 1px solid #ececec;
}
div.events figure, ul.products figure {
    border-bottom: 1px solid #ececec;
    vertical-align: top;
}
.iconFloat {
    position: absolute;
    right: 20px;
    bottom: -12px;
    width: 26px;
    color:#c7c3c3;
    border: 1px solid #ececec;
    text-align: center;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 4px;
    padding-left: 4px;
    background: white;
}
.detailsEvent > p.addressP {
    height: 65px;
}
/*footer*/
footer.viewPage {
    background: black;
}
footer.viewPage .footerCompany {
    padding: 10px 0;
}