.admin-visible{display:none;}
body,html{min-height:100vh;}
.main-container{
min-height:100vh;
font-size:16px;
}
.prototype{
box-sizing:border-box;
width:100%;
padding-left:0px;
padding-right:0px;
position:relative;
}
.row{
margin:0px;
padding:0px;
}
.btn{
border-radius:0px;
}
/*Helper classes*/
.margin-all{
margin:15px;
}
.no-margin{
margin:0px;
}
.no-padding{
padding:0px;
}
.padding-all{
padding:15px;
}
.padding-h{
padding-left:15px;
padding-right:15px;
}
.padding-v{
padding-top:15px;
padding-bottom:15px;
}
.text_icon{
font-family:"FontAwesome";
font-style: normal;
}
span.text_icon{
font-family:"FontAwesome";
font-style: normal;
display:inline;
box-sizing:content-box;
color:inherit;
}

.valign-middle{
position:relative;
-ms-transform: translateY(-50%); /* IE 9 */
-webkit-transform: translateY(-50%); /* Safari */
transform: translateY(-50%);
width:100%;
text-align:center;
top:-50%;
}

.bgDropable{
background-size:cover;
background-repeat:no-repeat;
background-position: center center;
}
.box100x10{
padding-bottom:10%;
position:relative;
overflow:hidden;
}
.box100x20{
padding-bottom:20%;
position:relative;
overflow:hidden;
}
.box100x30{
padding-bottom:30%;
position:relative;
overflow:hidden;
}
.box100x50{
padding-bottom:50%;
position:relative;
overflow:hidden;
}
.box100x75{
padding-bottom:75%;
position:relative;
overflow:hidden;
}
.box100x100{
padding-bottom:100%;
position:relative;
overflow:hidden;
}
.img-cover{
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.img-circle{
object-fit:cover;
}
.img-caption-center{
min-width:30px;
min-height:20px;
pointer-events:none;
text-shadow: 1px 1px 2px black;
}
.img-caption-center a{
pointer-events: auto;
}
.img-caption-center:empty{
visibility:hidden;
}
.img-caption-bottom{
left:0px;
right:0px;
bottom:0px;
min-height:0px;
height:auto;
background:rgba(0,0,0,0.5);
color:white;
position:absolute;
word-wrap: break-word;
}
.img-cpt-padding{
left:15px;
right:15px;
bottom:15px;
}
.img-caption-bottom:empty{
visibility:hidden;
}
.full-width{
width:100%;
}
.hide-empty:empty:not(:focus){
display:none;
}
.after-img-heading:empty:not(:focus){
padding:0px;
margin:0px;
font-size:0px;
padding-top:5px;
}
.special-heading1{
word-wrap: break-word;
position:absolute;
left:30px;
right:30px;
bottom:15px;
}
@media (max-width:991px){/*small screen*/
    .special-heading1{
        position:relative;
        left:0px;
        right:0px;
        bottom:0px;
        margin-top:20vh;
        font-size:16px !important;
        
    }
}
.img-cover-margins{
width:calc(100% - 30px);
height:calc(100% - 30px);
top:15px;
left:15px;
position:absolute;
object-fit:cover;
}
.img-inside-text{
float: left;
margin: 0 30px 5px 0;
}
.flex-wrapper{
position:absolute;
height:100%;
width:100%;
display: -webkit-flex;
display: flex;
overflow:hidden;
visibility:hidden;
}
.flex-wrapper-margins{
position:absolute;
width:calc(100% - 30px);
height:calc(100% - 30px);
top:15px;
left:15px;
display: -webkit-flex;
display: flex;
overflow:hidden;
visibility:hidden;
}
.flex-centered{
margin:auto;
word-wrap: break-word;
max-width:100%;
max-height:100%;
visibility:visible;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.pointer-event-admin-only{
pointer-events: none;
}
.pointer-event-admin-only a{
pointer-events:auto;
}
br:after{ content:'\0200B'; }
.position-relative{
position:relative;
}
.position-absolute{
position:absolute;
}
/*Text editor inserted button*/
.custom_btn_sm{
border: 1px solid;
padding:2px;
padding-right:5px;
padding-left:5px;
text-align:center;
display:inline-block;
word-break: break-all;
}
.custom_btn_md{
border: 1px solid;
padding:5px;
padding-right:15px;
padding-left:15px;
text-align:center;
display:inline-block;
word-break: break-all;
}
.custom_btn_lg{
border: 1px solid;
padding:15px;
padding-right:30px;
padding-left:30px;
text-align:center;
display:inline-block;
word-break: break-all;
}

.main-container .table > tbody > tr:first-child > td
{
  border-top-width: 0px;
}
@media (max-width:991px){
/*login panel on small screen*/
.navbar-form
{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
 background-color:white;
}
}

/*Margin corections for menu bar*/

a{
cursor:pointer;
}
a:hover{
text-decoration:none;
}
.content-edit{cursor:default;white-space: pre-line;}
a.content-edit{cursor:pointer;}
/*Menu correction*/
.dropdown-submenu{
position:relative;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}




/*NAVBAR*/
.prototype .navbar{
background:rgba(0,0,0,0);
box-shadow:0px 0px rgba(0,0,0,0);
border-width:0px;
margin:0px;
}
.prototype .navbar .navbar-nav{
margin:0px;
}
.prototype .navbar .navbar-nav li{
margin:0px;
}
.prototype .navbar .navbar-nav li a{
transition: all 0.5s ease;
}
.prototype .navbar-header img{
max-height:50px;
}
.prototype .navbar-brand img{
margin: -15px;
margin-right:0px;
}

/*Navbar helper classes*/

.main-container .sticky{
position: fixed;
top: 0;
z-index:9999;
background-color:white;
box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
}
/*Menu styles big screen*/
@media (min-width: 992px) {
.prototype .navbar.menu-centered .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.prototype .navbar.menu-centered .collapse{
text-align: center;
}
.prototype .navbar.menu-stacked .navbar-nav>li>a>i{
display:block;
float:none;
font-size:25px;   
}
    .prototype .dropdown-menu{
    border-radius:0px;
    border:none;
    padding:0px;
    margin:0px;
    }
    .prototype .dropdown-menu .dropdown-menu{
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    } 
/*Type 5 big screen*/
.prototype .navbar .navbar5 .navbar-nav>li>a{
border-style: solid;
border-width: 1px;
margin:5px;
margin-top:0px;
margin-bottom:0px;
}
.prototype .navbar .navbar5 .navbar-nav>li{
margin-top:10px;
margin-bottom:10px;
}
/*Type 6 big screen*/
.prototype .navbar .navbar6 .navbar-nav>li>a{
padding:10px;
padding-top:5px;
padding-bottom:5px;
}
.prototype .navbar .navbar6 .navbar-nav>li{
border-style: solid;
border-width: 0px;
border-right-width: 1px;
}
.prototype .navbar .navbar6 .navbar-nav>li:last-child{
border-right-width: 0px;
}
.prototype .navbar .navbar6{
padding-top:10px;
padding-bottom:10px;
}

/*Type 7 big screen*/
.prototype .navbar .navbar7 .navbar-nav>li>a{
padding:15px;
padding-top:5px;
padding-bottom:5px;
}
.prototype .navbar .navbar7 .navbar-nav>li{
border-style: none;
border-width: 0px;
}
.prototype .navbar .navbar7{
padding-top:15px;
padding-bottom:15px;
}
    
/*Type 8 big screen*/
.prototype .navbar8{
min-height: 130px;
margin:15px;
}
.prototype .navbar8 .navbar-brand img{
max-width:30vw;
max-height: 130px;
display:inline-block;
}
.prototype .navbar8 .navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}
/*Type 9 big screen*/
.prototype .navbar9{
min-height: 130px;
}
.prototype .navbar9 .navbar-collapse{
margin-top: 37px;
padding-left:0px;
padding-right:0px;
}
.prototype .navbar9 .navbar-brand{
vertical-align: middle;
line-height: 100px;
}
.prototype .navbar9 .navbar-brand img{
max-width:30vw;
max-height: 130px;
display:inline-block;
}
    
}

/*Menu styles collapsed*/
@media (max-width: 991px) {
    /*BOOTSTRAP BRAKE POINT CHANGE TO 991px*/
      .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.0);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    /*END BOOTSTRAP BRAKE POINT CHANGE TO 991px*/
      
    .prototype .navbar{
    padding:0px;
    }
    .prototype .navbar-collapse{
    padding-left:0px;
    padding-right:0px;
    border:none;
    }
    .prototype .dropdown-menu{
    border-radius:0px;
    border:none;
    padding:0px;
    }
    .prototype .dropdown-menu .dropdown-menu{
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    } 
    .menu-collapse-btn{
    border-width:0px;
    padding:0px;
    padding-right:15px;
    padding-left:15px;
    font-size:35px;
    cursor:pointer;
    transition: all 0.5s ease;
    max-height:50px;
    }
    .menu-collapse-btn>i{
    margin:-5px;
    }
    /*Type 8 small screen*/
    .prototype .navbar8 .navbar-collapse{
    padding-left:-15px;
    padding-right:-15px;
    }
    .prototype .navbar8 .navbar-brand img{
    display:inline-block;
    }
    .prototype .navbar8 .menu-collapse-btn {

    }

    /*Type 9 small screen*/
     .prototype .navbar9 .navbar-collapse{
    padding-left:-15px;
    padding-right:-15px;
    }
    .prototype .navbar9 .navbar-brand img{
    display:inline-block;
    }
    .prototype .navbar9 .menu-collapse-btn {

    }

    
}



/*Slideshow corrections*/
.carousel-inner
{   
width: 100%;
overflow-x: hidden;
overflow-y: visible;
}

.carousel-inner > .item {

}
.carousel-inner > .item > img,.carousel-inner > .item > a >img{
width:100%;
height: 50vh;
object-fit:cover;
}

.carousel-indicators li{
width: 20px;
height: 20px;
box-shadow: 0px 0px 5px black,inset 0px 0px 5px black;
}
.carousel-indicators li.active{
width: 20px;
height: 20px;
border:none;
margin:1px;
box-shadow: 0px 0px 5px black;
}
.carousel-indicators
{
  bottom: 5px;
}
.carousel-caption{
text-shadow: 0px 0px 5px black;
}
.carousel .icon-prev, .carousel .icon-next{
color:white !important;
}
/* Slideshow type2 */
.carousel.type2 .carousel-control{
display:none;
}
.carousel.type2 .img-slideshow{
width:100%;
height: 50vh;
object-fit:cover;
}
@media(max-width:991px){ /*small screen*/
.carousel.type2 .carousel-indicators{
left: 50%;
top:43vh;
}
}
@media(min-width:992px){ /*big screen*/
.carousel.type2 .carousel-indicators{
left: 33%;
}
.carousel.type2 .item > div{
height: 50vh;
}
}


/* For carousel fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
        rotation:0.01;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
        rotation:0.01;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
        rotation:0.01;
    }
}





/*==EFFECTS==*/
img[class*="img_effect_"]{
transition: .3s all;
}
.img_effect_shadow{
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.img_effect_shadow:hover{
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.img_effect_shadow1{
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.img_effect_shadow1:hover{
box-shadow: none;
}
.img_effect_shadow2{
box-shadow: none;
}
.img_effect_shadow2:hover{
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.img_effect_dark20{
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
.img_effect_dark30{
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.img_effect_dark40{
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
.img_effect_dark50{
-webkit-filter: brightness(20%);
filter: brightness(20%);
}

.img_effect_dark20_2{
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
.img_effect_dark20_2:hover{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark30_2{
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.img_effect_dark30_2:hover{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark40_2{
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
.img_effect_dark40_2:hover{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark50_2{
-webkit-filter: brightness(20%);
filter: brightness(20%);
}
.img_effect_dark50_2:hover{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}

.img_effect_dark20_3:hover{
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
.img_effect_dark20_3{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark30_3:hover{
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.img_effect_dark30_3{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark40_3:hover{
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
.img_effect_dark40_3{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_dark50_3:hover{
-webkit-filter: brightness(20%);
filter: brightness(20%);
}
.img_effect_dark50_3{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}



.img_effect_bright{
-webkit-filter: brightness(150%);
filter: brightness(150%);
}
.img_effect_bright:hover{
-webkit-filter: brightness(150%);
filter: brightness(150%);
}
.img_effect_bright2{
-webkit-filter: brightness(150%);
filter: brightness(150%);
}
.img_effect_bright2:hover{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_bright3{
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.img_effect_bright3:hover{
-webkit-filter: brightness(150%);
filter: brightness(150%);
}

.img_effect_gray{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.img_effect_gray:hover{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.img_effect_gray2{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.img_effect_gray2:hover{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.img_effect_gray3{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.img_effect_gray3:hover{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.img_effect_saturate{
-webkit-filter: saturate(40%);
filter: saturate(40%);
}
.img_effect_saturate:hover{
-webkit-filter: saturate(40%);
filter: saturate(40%);
}
.img_effect_saturate2{
-webkit-filter: saturate(40%);
filter: saturate(40%);
}
.img_effect_saturate2:hover{
-webkit-filter: saturate(100%);
filter: saturate(100%);
}
.img_effect_saturate3{
-webkit-filter: saturate(100%);
filter: saturate(100%);
}
.img_effect_saturate3:hover{
-webkit-filter: saturate(40%);
filter: saturate(40%);
}

.img_effect_contrast{
-webkit-filter: contrast(160%);
filter: contrast(160%);
}
.img_effect_contrast:hover{
-webkit-filter: contrast(160%);
filter: contrast(160%);
}
.img_effect_contrast2{
-webkit-filter: contrast(160%);
filter: contrast(160%);
}
.img_effect_contrast2:hover{
-webkit-filter: contrast(100%);
filter: contrast(100%);
}
.img_effect_contrast3{
-webkit-filter: contrast(100%);
filter: contrast(100%);
}
.img_effect_contrast3:hover{
-webkit-filter: contrast(160%);
filter: contrast(160%);
}

.img_effect_sepia{
-webkit-filter: sepia(100%);
filter: sepia(100%);
}
.img_effect_sepia:hover{
-webkit-filter: sepia(100%);
filter: sepia(100%);
}
.img_effect_sepia2{
-webkit-filter: sepia(100%);
filter: sepia(100%);
}
.img_effect_sepia2:hover{
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.img_effect_sepia3{
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.img_effect_sepia3:hover{
-webkit-filter: sepia(100%);
filter: sepia(100%);
}

.img_effect_blur{
-webkit-filter: blur(4px);
filter: blur(4px);
}
.img_effect_blur:hover{
-webkit-filter: blur(4px);
filter: blur(4px);
}
.img_effect_blur2{
-webkit-filter: blur(4px);
filter: blur(4px);
}
.img_effect_blur2:hover{
-webkit-filter: blur(0);
filter: blur(0);
}
.img_effect_blur3{
-webkit-filter: blur(0);
filter: blur(0);
}
.img_effect_blur3:hover{
-webkit-filter: blur(4px);
filter: blur(4px);
}

.img_effect_zoom_in{
-moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.img_effect_zoom_in:hover{
-moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
transform: scale(1.03);
}

.img_effect_zoom_out{
-moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.img_effect_zoom_out:hover{
-moz-transform: scale(0.97);
-webkit-transform: scale(0.97);
transform: scale(0.97);
}

.img_effect_rounded{
border-radius:10px;
}
.img_effect_rounded{
border-radius:10px;
}

.img_effect_hidden{
opacity: 0;
}
/*small screen*/
@media (max-width:991px){
.img_effect_hidden{
display:none;
}

}




.bg_effect_fixed{
background-attachment: fixed;
background-size:cover;
background-position:center center;
}

.bg_effect_shadow_top_black{
box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.4);
}
.bg_effect_shadow_bottom_black{
box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.4);
}
.bg_effect_shadow_all_black{
box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.4),inset 0 -8px 6px -6px rgba(0,0,0,0.4);
}

.bg_effect_shadow_top_white{
box-shadow: inset 0 8px 6px -6px rgba(255,255,255,1) !important;
}
.bg_effect_shadow_bottom_white{
box-shadow: inset 0 -8px 6px -6px rgba(255,255,255,1) !important;
}
.bg_effect_shadow_all_white{
box-shadow: inset 0 8px 6px -6px rgba(255,255,255,1),inset 0 -8px 6px -6px rgba(255,255,255,1) !important;
}

.bg_effect_border_top_dark{
border-top: 1px solid gray;
}
.bg_effect_border_bottom_dark{
border-bottom: 1px solid gray;
}
.bg_effect_border_top_light{
border-top: 1px solid #c3c3c3;
}
.bg_effect_border_bottom_light{
border-bottom: 1px solid #c3c3c3;
}
.bg_effect_borders_black{
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.credit{
height:0px;
line-height:0px;
position:relative;
}
.credit>a{
font-family:sans-serif;
font-size:12px;
position:absolute;
bottom:10px;
right:10px;
color: rgba(0,0,0,0.3);
text-shadow: 0px 0px 0.2px rgba(255,255,255,0.3);
}
