/* CSS Document */
/* include_cms_login_active.php CMS login */
#cmsloginpanel {
  background-color: rgb(255, 255, 255);
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
}
#logincontainer {
  background-color: rgb(255, 255, 255);
}
#conditionalcms {
  background-color: #F773F7;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#cmsloginpanel a {
  color: #FFF;
}
/* /include_cms_login_active.php CMS login  */

/* include_cookie_message_active.php */
#cookie-notice {
  padding: 20px;
  max-width: 380px;
  width: auto;
  position: fixed;
  background: rgb(124, 125, 126);
  color: #FFFFFF;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  margin-left: 15px;
  visibility: hidden;
}
#cookie-notice.notice-show {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
#cookie-notice p {
  margin-bottom: 20px;
}
#cookie-notice a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-notice a:hover {
  color: #ffffff;
}
#cookie-notice .btn-default {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  border-radius: 0;
  color: rgba(124, 125, 126, 1);
  background: rgb(227, 227, 230);
  font-weight: 500;
}
#cookie-notice .btn-default:hover,
#cookie-notice .btn-default:focus {
  color: rgba(255, 255, 255, 1);
  background: rgb(67, 68, 70);
}
/* /include_cookie_message_active.php */

/* site wide page_background */
.page_background {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(41%, #1ba2d4), to(white));
  background-image: linear-gradient(0deg, white 0%, #1ba2d4 41%, white 100%);
}
/* /site wide page_background */

/* logout floating button */
  .float-logout {
        position: fixed;
        width: 80px;
        height: 80px;
        bottom: 300px;
        right: 40px;
        background-color: rgb(236, 13, 87);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 3px #999;
                box-shadow: 2px 2px 3px #999;
        z-index: 999;
    }
    .my-float {
        margin-top: 32px;
        margin-left: 7px;
    }
    .float-logout:hover {
        color: #fff;
        background-color: rgb(32, 112, 52);
         text-decoration: none;
    }
    .my-float:hover {
        color: yellow;
        margin-top: 12px;
    }     
/* /logout floating button */


/* update article floating button */
    .float-cancel {
        position: fixed;
        width: 80px;
        height: 80px;
        bottom: 200px;
        right: 40px;
        background-color: rgb(87, 8, 233);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 3px #999;
                box-shadow: 2px 2px 3px #999;
        z-index: 999;
    }
    .my-float {
        margin-top: 32px;
        margin-left: 7px;
    }
    .float-cancel:hover {
        color: #fff;
          background-color: rgb(32, 112, 52);
         text-decoration: none;
    }
    .my-float:hover {
        color: yellow;
        margin-top: 12px;
    }    
/* /update article floating button */


/* cancel update article floating button */
    .float {
        position: fixed;
        width: 80px;
        height: 80px;
        bottom: 100px;
        right: 40px;
        background-color: rgb(11, 103, 189);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 3px #999;
                box-shadow: 2px 2px 3px #999;
        z-index: 999;
    }
    .my-float {
        margin-top: 32px;
        margin-left: 7px;
    }
    .float:hover {
        color: #fff;
          background-color: rgb(32, 112, 52);
         text-decoration: none;
    }
    .my-float:hover {
        color: yellow;
        margin-top: 12px;
    }
/* /cancel update article floating button */    


/* add responsive image to text images */  
        #editable_content img {
            width: 100%;
            height: auto;
        }
  /* /add responsive image to text images */  

    /* includes_name */  
#include_name h1{
  color: rgb(235, 25, 25);
  background-color: burlywood
      }
        /* /includes_name */ 


/* shadow styles */
	.shadow_card-1:hover {
		-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
		        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	}

	.shadow_card-1 {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		-webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
		transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	}

	.shadow_card {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 300px;
		margin: 1rem;
		position: relative;
		width: 300px;
	}

	.shadow_card-2 {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}

	.shadow_card {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 300px;
		margin: 1rem;
		position: relative;
		width: 300px;
	}

	.shadow_card-3 {
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	}

	.shadow__card {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 300px;
		margin: 1rem;
		position: relative;
		width: 300px;
	}

	.shadow_card-4 {
		-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
		        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	}

	.shadow_card {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 300px;
		margin: 1rem;
		position: relative;
		width: 300px;
	}

	.shadow_card-5 {
		-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
		        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
	}

	.shadow_card {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 300px;
		margin: 1rem;
		position: relative;
		width: 300px;
	}


/* /shadow styles */








