.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;
width: 140px !important;
height: 140px !important;    
}
.img-caption-center{
min-width:30px;
min-height:20px;
pointer-events:none;
}
.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:57px;
}
.prototype .navbar-brand img{
margin: -15px;
margin-top:-16px;
margin-bottom: -14px;
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);
}
.main-container .sticky_hidden{
visibility:hidden;
}
/*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 1 big screen*/
.prototype .navbar .navbar1 .navbar-nav>li{
text-shadow:  
rgb(0, 98, 196, 1) 1px 1px, 
rgb(0, 98, 196, 0.9) 2px 2px, 
rgb(0, 98, 196, 0.8) 3px 3px, 
rgb(0, 98, 196, 0.7) 4px 4px, 
rgb(0, 98, 196, 0.6) 5px 5px, 
rgb(0, 98, 196, 0.5) 6px 6px, 
rgb(0, 98, 196, 0.4) 7px 7px, 
rgb(0, 98, 196, 0.3) 8px 8px, 
rgb(0, 98, 196, 0.2) 9px 9px, 
rgb(0, 98, 196, 0.1) 10px 10px, 
rgb(0, 98, 196, 0) 11px 11px;
    } 
.prototype .navbar .navbar1 .navbar-nav>li>a.active{
text-shadow:  rgb(0, 98, 196, 0) 0px 0px;
    } 
.prototype .navbar .navbar1 .navbar-nav>li:hover{
text-shadow:  rgb(0, 98, 196, 0) 0px 0px;
    }
.prototype .navbar .navbar1 .navbar-nav>li>a>.fa{
font-size:30px;
margin-bottom:5px;
    }
/*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: 50px;
}
.prototype .navbar9 .navbar-collapse{
margin-top: 0px;
padding-left:0px;
padding-right:0px;
min-height: 50px;
}
.prototype .navbar9 .navbar-brand{
vertical-align:middle;
display:block;
}
.prototype .navbar9 .navbar-brand img{
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 1 small screen*/
    .prototype .navbar .navbar1 .navbar-nav>li{
    text-shadow:  
    rgb(0, 98, 196, 1) 1px 1px, 
    rgb(0, 98, 196, 0.9) 2px 2px, 
    rgb(0, 98, 196, 0.8) 3px 3px, 
    rgb(0, 98, 196, 0.7) 4px 4px, 
    rgb(0, 98, 196, 0.6) 5px 5px, 
    rgb(0, 98, 196, 0.5) 6px 6px, 
    rgb(0, 98, 196, 0.4) 7px 7px, 
    rgb(0, 98, 196, 0.3) 8px 8px, 
    rgb(0, 98, 196, 0.2) 9px 9px, 
    rgb(0, 98, 196, 0.1) 10px 10px, 
    rgb(0, 98, 196, 0) 11px 11px;
        }
    .prototype .navbar .navbar1 .navbar-nav>li>a.active{
text-shadow:  rgb(0, 98, 196, 0) 0px 0px;
    } 
    .prototype .navbar .navbar1 .navbar-nav>li:hover{
    text-shadow:  rgb(0, 98, 196, 0) 0px 0px;
    }
    /*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 {

    }
    .prototype .navbar9 .navbar-brand img{
        max-width:60vw;
        display:inline-block;
    }

    
}



/*Slideshow corrections*/
.carousel-inner
{   
width: 100%;
padding-bottom:300px;
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
}

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

.carousel-indicators li{
width: 20px;
height: 20px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5),inset 0px 0px 3px rgba(0,0,0,0.5);
}
.carousel-indicators li.active{
width: 20px;
height: 20px;
border:none;
margin:1px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
background-color: rgba(0,122,255,1);
}
.carousel-indicators
{
  bottom: 5px;
}
.carousel-caption{
text-shadow: 0px 0px 20px rgba(0,0,0,0);
}

@media(max-width:991px){ /*small screen*/
/*
.carousel-caption h2{
font-size: 18px;
padding:0px;
}
*/
}

.carousel .icon-prev, .carousel .icon-next{
color:white !important;
}
/* Slideshow type2 */
.carousel .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;
}
}
/* Slideshow type3 - text carousel */









/* 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;
}



/*Shop*/
.product-order-table td{
vertical-align: middle !important;
border:none !important;
}
.product-order-table td h1, .product-order-table td h2, .product-order-table td h3, .product-order-table td h4, .product-order-table td h5{
margin:0px !important;
}
.product-order-table .border-top{
border-top:1px solid lightgray !important;
}
.domain-input-span{
width:100%;
max-width:200px;
white-space: nowrap;
}
.domain-input{
display:inline-block;
border:none;
background:none;
border-bottom:1px solid lightgray;
width:170px;
font-weight:bold;
max-width:100%;
overflow:visible;
outline-width: 0;
}
.btn-cool{
padding:12px;
padding-left:50px;
padding-right:50px;
border-radius:0px;
}
@media(max-width:991px){/*small screen*/
    .btn-cool{
    padding:12px;
    }
    .domain-input{
    width:150px;
    }
}

.cool-input{
display:inline-block;
border:none;
background:none;
border-bottom:1px solid lightgray;
font-weight:bold;
width:100%;
outline-width: 0;
}
.cool-input-container{
padding:15px;
padding-left:0px;
padding-right:0px;
position:relative;
}
.cool-input-container>span{ 
display: block;
overflow: hidden;
}
.cool-input-container>label{ 
float:left;
font-weight:normal;
padding-right:5px;
}
.product-order-table [data-product-measurement-type], .product-order-table [data-product-quantity], .product-order-table [data-product-unit-price]{
display:none;
}
.product-order-table [data-product-row]:nth-child(odd) td{
background:rgba(0,0,0,0.03);
}

.bootbox .btn{
border-radius:0px;
margin-top:2px;
margin-bottom:2px;
}

.video-container{
 position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
span[data-letter]{
position: relative;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
}
@media(max-width:991px){/*small screen*/
    /*small screen animated letters*/
    span[data-letter]{
   font-size: 15px; 
    }
}

/*remove dotted outline on links*/
a:focus { 
    outline: none !important; 
}
/*Hide url link adress while printing*/
@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }

}
@media(min-width:992px){ /*big screen*/
    .ps_logo{
        filter: 
        drop-shadow( 1px 1px 0px rgb(0, 98, 196)) 
        drop-shadow( 2px 2px 0px rgb(0, 100, 200)) 
        drop-shadow( 3px 3px 0px rgb(0, 102, 204)) 
        drop-shadow( 4px 4px 0px rgb(0, 104, 208)) 
        drop-shadow( 5px 5px 0px rgb(0, 106, 212)) 
        drop-shadow( 6px 6px 0px rgb(0, 108, 216)) 
        drop-shadow( 7px 7px 0px rgb(0, 110, 220)) 
        drop-shadow( 8px 8px 0px rgb(0, 112, 224)) 
        drop-shadow( 9px 9px 0px rgb(0, 114, 228)) 
        drop-shadow( 10px 10px 0px rgb(0, 116, 232)) 
        drop-shadow( 11px 11px 0px rgb(0, 118, 236)) 
        drop-shadow( 12px 12px 0px rgb(0, 120, 240)) 
        drop-shadow( 13px 13px 0px rgb(0, 122, 244)) ; 
    }
}
.prototype h1, .prototype h2, .prototype h3, .prototype h4, .prototype h5{
font-size:inherit;
}
.prototype h1{
font-size: 30px;
}
.prototype h2,.prototype h3, .prototype h4{
font-size: 23px;
}

.main-container .website-pvz .img-cover-margins{
object-position: 50% 0%;
}

.mockup-wrapper{
position:relative;
}
.mockup-wrapper-mobile{
position:absolute;
left: 15%;
top:59.3%;
width:7.57%;
padding-bottom:13.6%;
background:white;
overflow:hidden;
border:1px solid #484848;
}
.mockup-wrapper-mobile img{
position:absolute;
width:100%;
}
.mockup-wrapper-tablet{
position:absolute;
background:white;
position:absolute;
z-index:2;
right: 11.4%;
top:36%;
width:17.7%;
padding-bottom:23.6%;
overflow:hidden;
border:1px solid #484848;
}
.mockup-wrapper-tablet img{
position:absolute;
width:100%;
}
.mockup-wrapper-desktop{
position:absolute;
background:white;
left: 23.8%;
top:6.7%;
width:45.1%;
padding-bottom:25.4%;
overflow-x:hidden;
overflow-y:auto;
}
.mockup-wrapper-desktop img{
width:100%;
position:absolute;
}

/*Prototypes slide in on scroll*/
.come-in {
  margin-top:100px;
  animation: come-in 0.8s ease forwards;
  opacity:0;
}

@keyframes come-in {
  to { margin-top:0px; opacity:1;}
}
/*Brand logo slider*/
.brand-slider{
    overflow:hidden;
}
.brand-slider>div{
    position:relative;
    white-space: nowrap;
    animation-name: brand-slide2;
    animation-duration: 100s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.brand-slider img{
    width:15% !important;
    margin:5% !important;
}
@keyframes brand-slide {
    0%   {left:120%;visibility:visible;}
    98%  {left:-730%;visibility:visible;}
    99%  {left:-730%;visibility:hidden;}
    100% {left:120%;visibility:hidden;}
}
@keyframes brand-slide2 {
    0%   {left:0%;}
    1%   {left:-25%;}
    4%   {left:-25%;}
    5%   {left:-50%;}
    8%   {left:-50%;}
    9%   {left:-75%;}
    12%   {left:-75%;}
    13%   {left:-100%;}
    16%   {left:-100%;}
    17%   {left:-125%;}
    20%   {left:-125%;}
    21%   {left:-150%;}
    24%   {left:-150%;}
    25%   {left:-175%;}
    28%   {left:-175%;}
    29%   {left:-200%;}
    32%   {left:-200%;}
    33%   {left:-225%;}
    36%   {left:-225%;}
    37%   {left:-250%;}
    40%   {left:-250%;}
    41%   {left:-275%;}
    44%   {left:-275%;}
    45%   {left:-300%;}
    48%   {left:-300%;}
    49%   {left:-325%;}
    52%   {left:-325%;}
    53%   {left:-350%;}
    56%   {left:-350%;}
    57%   {left:-375%;}
    60%   {left:-375%;}
    61%   {left:-400%;}
    64%   {left:-400%;}
    65%   {left:-425%;}
    68%   {left:-425%;}
    69%   {left:-450%;}
    72%   {left:-450%;}
    73%   {left:-475%;}
    76%   {left:-475%;}
    77%   {left:-500%;}
    80%   {left:-500%;}
    81%   {left:-525%;}
    84%   {left:-525%;}
    85%   {left:-550%;}
    88%   {left:-550%;}
    89%   {left:-575%;}
    92%   {left:-575%;}
    93%   {left:-600%;}
    93.001%{left:100%;}
    96%   {left:0%;}
}

.btn-wiggle{
    animation-name: button-rotate-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: rotate(-10deg);
}
@keyframes button-rotate-animation {
    0%{transform: rotate(-10deg);}
    50%{transform: rotate(10deg);}
    100%{transform: rotate(-10deg);}

}





