body{
    font-family: 'Roboto', sans-serif;
font-size: 12px;
background: rgb(15, 15, 15);
margin: 0px;
font-weight: 400;

}

.prelaodImg{
    display: none !important;
}
label{
    font-weight: 300;
}
/*---------------radio  -----------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    padding-right: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #2d66f8;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---------------radio finish -----------*/

.selImage{
    cursor: pointer;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    
    margin-top: 100px;
    margin-bottom: 30px;
    width: 90%
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.send-email-button{
    background: rgb(94, 87, 87);
    color: rgb(255, 255, 255);
    opacity: 0.9;
    font-size: 20px;
    height: 50px;
    width: 85%;
    line-height: 48px;
    text-align: center;
    border: solid 1px #ff8a00;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: fixed;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
   /* transform: translate(-50%, 0);*/
    top: 55px;
    border-radius:4px;
    text-shadow: 2px 2px #020202;
   display: none;
    
}

.send-email-button:hover {
  background: rgb(8, 9, 10);
  opacity: 0.8;
}
.header-image{
	
	
}
.header{
    height: 50px;
    padding: 5px;
    border-bottom: solid 1px #5a5656;
    background: #000000;
    margin-bottom: 20px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.logout{
    float: right;
    text-align: right;
    padding: 5px;
    display: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.event-label{
    font-size: 40px;
    font-weight: 100;
    color:#fff;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
}
.controls .btn{
    font-size: 12px;
    cursor: pointer;
}
#addEventAction,#editEventAction{
    display: none;
}
.logout a{
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
.logo{
    max-height: 40px;
}
.catContClass{
    position: absolute;
    right: 165px;
}
#editEventCont{
    display: none;
}
.catSelect{
    font-size: 20px;
    text-align: center;
    border-color: transparent;
    background-color: transparent;
    color: #00deff;
    width: 90% !important;

}
.evNameLabel{
    font-size: 12px;
    color: #cad8ff;
    font-weight: 600;
}
.editLogo-class{
    color:#FFFFFF;
    cursor: pointer;
}
.event-desc{
    color: #747474;
    font-style: italic;
    padding-bottom: 12px;
}
.catSelect option{
    border-color: #000000;
    background-color: #000000;
}
.visibilityCont-class{
    color: #00deff;
    font-size: 14px;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    min-width:265px;
    width: 100%;
}

#evOwShareCont{
    display: none;
}
#pubShareCont{
    display: none;
}
.container{
    display: block;
    position: relative;
    margin: 40px auto;
    height: auto;
    width: 500px;
    padding: 20px;
}

h2 {
    color: #AAAAAA;
}

/*---------------------------oc-------------------*/

.oc-gallery > ul {
    margin-bottom: 0;
}
.oc-gallery > ul > li {
    margin-bottom: 15px;
}
.oc-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.oc-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}
.oc-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.oc-gallery > ul > li a:hover .oc-gallery-poster > img {
    opacity: 1;
}
.oc-gallery > ul > li a .oc-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.oc-gallery > ul > li a .oc-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.oc-gallery > ul > li a:hover .oc-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.oc-gallery .justified-gallery > div > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    cursor: pointer;
  
}

.oc-gallery .justified-gallery > div:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.oc-gallery .justified-gallery > div:hover .oc-gallery-poster > img {
    opacity: 1;
}
.oc-gallery .justified-gallery > div .oc-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.oc-gallery .justified-gallery > div .oc-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.oc-gallery .justified-gallery > div:hover .oc-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.oc-gallery .video .oc-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.oc-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .oc-gallery {
    padding-bottom: 80px;
}
#aniimated-thumbnials .oc-gallery a {
    width: 190px;
    height: 132px;
}
/*-----------------------------------------------*/
.controls{
    background: #131212;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.progress {
    position: relative;
    width: 100%;
    height: 10px;
    background: #e6f3ea;
    overflow: hidden;
}

.bar1, .bar2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 15px;
    background: #85C220;
}
.upImage{
    max-height: 150px;
    width: auto;


}
.label{
    font-size: 13px;
    font-weight: 300;
}
.uploadFileInputTextClass{
    color: #fff;
    /* font-size: 11px; */
    background: #337ab7;
    border: 0px;
    margin-bottom: 5px;
}
.uplPathMessage{
    margin-bottom:10px ;
    font-size: 12px;
}

.greyDesc{
    color:#5a5656
}
.vis-but{
width: 160px;
}
.edit-right{
    text-align: right;
}
.pub-url-but{
    width: 140px;
    text-align: left;
}
.disabledCont {
    pointer-events: none;
    opacity: 0.4;
}
.thumbCheck{
    position: relative;
    z-index: 8;
    display: none;

}
.editModeImage{
    opacity: 0.3;
    background: red;
}
.addImage{
    opacity: 0.3;
   
}
.unVisibleImage{
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(4px);
}

.badge-success {
    display: inline;
    padding: 5px 20px 5px 20px;
    font-size:25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5cb85c;
    

}
.selIcon{
  
    width: 35px;
    height: 35px;
   
}
  .disableSel{
    opacity: 0.7;
  }
  .enableSel{
     opacity: 1;
  }
 
  .select-image{
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: .5s ease;
  }
.noData{
    font-size: 20px;
    color: #5bd6ff;
    text-align: center;
    padding-top: 50px;
    font-weight: 100;
}

#pswp-container {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 80px;
  bottom: 80px;    
}
.pswp {
  position: relative !important;
}
.pswp__img {
  height: auto !important;
}

.pswp__button--delete {
    background: url(../img/delete.png) 0 0 no-repeat !important;
    width: 18px;
    height: 18px;
    top:13px;
    left:10px;
    outline: 0;
}
.pswp__button--cat {
    background: none !important;
    width: 120px !important;
    height: 18px;
    top:0px;
    left:0px
}
/*------------------------Loading----------------------*/
#cssload-cupcake {
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 50%;
    width: 100%;
    position: relative;
}
.cssload-letter {
    font-size: 82px;
    color: #00deff;
}
.cssload-box {
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex
}
.cssload-cupcakeCircle,
.cssload-cupcakeCore,
.cssload-cupcakeInner {
    border-radius: 50%
}
.cssload-cupcake,
.cssload-cupcakeCircle,
.cssload-cupcakeCore,
.cssload-cupcakeInner,
.cssload-letter {
    flex: none;
    -o-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    -moz-flex: none
}
.cssload-cupcakeCircle,
.cssload-letter {
    align-self: center;
    -o-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center
}
.cssload-cupcakeCircle {
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 82px;
    width: 82px;
    background-color: #1e2425
}
.cssload-cupcakeInner {
    align-self: center;
    -o-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 50%;
    width: 50%;
    background-color: #fff;
    animation-name: cssload-cupcakeAnimate;
    -o-animation-name: cssload-cupcakeAnimate;
    -ms-animation-name: cssload-cupcakeAnimate;
    -webkit-animation-name: cssload-cupcakeAnimate;
    -moz-animation-name: cssload-cupcakeAnimate;
    animation-duration: 575ms;
    -o-animation-duration: 575ms;
    -ms-animation-duration: 575ms;
    -webkit-animation-duration: 575ms;
    -moz-animation-duration: 575ms;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite
}
.cssload-cupcakeCore {
    align-self: center;
    -o-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    height: 25%;
    width: 25%;
    background-color: #222;
    animation-name: coreAnimate;
    -o-animation-name: coreAnimate;
    -ms-animation-name: coreAnimate;
    -webkit-animation-name: coreAnimate;
    -moz-animation-name: coreAnimate;
    animation-duration: 1.15s;
    -o-animation-duration: 1.15s;
    -ms-animation-duration: 1.15s;
    -webkit-animation-duration: 1.15s;
    -moz-animation-duration: 1.15s;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite
}
@keyframes cssload-cupcakeAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-o-keyframes cssload-cupcakeAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-ms-keyframes cssload-cupcakeAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-webkit-keyframes cssload-cupcakeAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-moz-keyframes cssload-cupcakeAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-o-keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-ms-keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-webkit-keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%
    }
}
@-moz-keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%
    }
}

/*-----------------------Loading--------------------*/
.thumb-gallery {
    width: 100%;
    height: auto;
    float: left;
}
.thumb-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    width: 171px;
    line-height: 0;
}



a.thumb-gallery__img--main {
    width: auto;
    height: auto;
}
.rowThumbDiv {
    margin: auto auto;
    padding: 70px 15px;
    position: relative;
}

.showMore{
    display: none;
    color: #00deff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.thumbInfoCont{
    height: 30px;
}
.thumbInfo{
    display: none;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px;

}
.thumbImgClass{
    width:150px;
}
#cssload-cupcake{
    z-index: 15000 !important;
}

.thumbContainerClass {
    width: 80%;
    margin: 90px auto 35px;
    font-family: sans-serif;
}


.thumbContainerClass div {
    font-size: 0;
}

.thumbContainerClass a {
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(50% - 4px);
    margin-right: 8px;
}

.thumbContainerClass a:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (min-width: 50em) {
    .thumbContainerClass a {
        width: calc(25% - 6px);
    }

    .thumbContainerClass a:nth-of-type(2n) {
        margin-right: 8px;
    }

    .thumbContainerClass a:nth-of-type(4n) {
        margin-right: 0;
    }
}

.thumbContainerClass a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.thumbContainerClass figure {
    margin: 0;
}

.thumbContainerClass img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
    background: #ccc;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.thumbContainerClass .p a {
    display: inline;
    font-size: 13px;
    margin: 0;
}

.thumbContainerClass .p {
    text-align: center;
    font-size: 13px;
    padding-top: 100px;
}

.eventInput{
   min-width: 200px;
    width: 100%;

}
.publicInput{
    min-width: 200px;
    width: 100%;

}

.oc-gallery {
   background: :rgb(10, 9, 10);
}
.upImage{
    max-height: 60px;
}
.no-selectLabel{
    -webkit-tap-highlight-color: transparent;
    background-color: #1f1e1e;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
}
.screenOverlay{position:fixed;height:100%;width:100%;}
.screenOverlay{background:black;opacity:.9;z-index:10000;display:none;top:0;left:0}

.black-modal{
    background: #18191b;
    color: #00deff;
    font-size:15px ;
    border-radius:0px

}
.black-modal .btn-default{
    border-radius: 0px;
    background: #18191b;
    border: solid 1px #00deff;
    color: #ffffff;
    /* font-weight: bold; */
    min-width: 85px;
}
.black-modal .btn-default:hover{
    color: #00deff;
    
}
.black-modal .modal-footer,.modal-header{
    border:0px;
}
.black-modal .close{
    text-shadow: none;
    color:#fff;
}
.hide{
    display: none;
}

@media (max-width: 415px) {
    .logo{
        max-height: 40px;
    }
    .thumbImgClass{
        width:120px;
    }
    .cssload-letter{
        display: none;
    }
    .catContClass{
        display: none;
    }
    .col{
        padding: 10px;
    }
    .edit-right{
        text-align: center;
    }
    .vis-but{
        width: 100%;
    }
    .fullWidth{
        width: 100%;
    }
    .eventInput{
        min-width: 100px;

    }
    .publicInput{
        min-width: 100px;
    }
   .selIcon{
        width: 25px;
        height: 25px;
       
    }
      .disableSel{
        width: 25px;
        height: 25px;
      }
      .enableSel{
        width: 25px;
        height: 25px;
      }

}
/* iPhone */
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}
}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}
}