.margin-vertical-5 {height:5px}

.margin-vertical-10 {height:10px}

.margin-vertical-20 {height:20px}

.margin-vertical-30 {height:30px}

.margin-vertical-40 {height:40px}

.margin-vertical-50 {height:50px}

.margin-vertical-60 {height:60px}

.margin-vertical-70 {height:70px}

.margin-vertical-80 {height:80px}

.margin-vertical-90 {height:90px}

.margin-vertical-100 {height:100px}



body {

    position: relative;

    overflow-x: hidden;

	font-family: 'Merienda', cursive;

}

body, html { height: 100%;}

h1,h2,h3,h4,h5,h6 {

	font-family: 'Sofia', cursive;

	font-weight:bold;

}

@media(min-width:768px) {

	body {

		font-size:18px;

		line-height:32px;

	}

}

.nav .open > a, 

.nav .open > a:hover, 

.nav .open > a:focus {background-color: transparent;}



/*-------------------------------*/

/*           Wrappers            */

/*-------------------------------*/



#wrapper {

    padding-left: 0;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



#wrapper.toggled {

    padding-left: 220px;

}



#sidebar-wrapper {

    z-index: 1000;

    left: 220px;

    width: 0;

    height: 100%;

    margin-left: -220px;

    overflow-y: auto;

    overflow-x: hidden;

    background: #1a1a1a;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



#sidebar-wrapper::-webkit-scrollbar {

  display: none;

}



#wrapper.toggled #sidebar-wrapper {

    width: 220px;

}



#page-content-wrapper {

    width: 100%;

    margin-bottom: 70px;

}



#wrapper.toggled #page-content-wrapper {

    position: absolute;

    margin-right: -220px;

}



/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/



.sidebar-nav {

    position: absolute;

    top: 0;

    width: 220px;

    margin: 0;

    padding: 0;

    list-style: none;

}



.sidebar-nav li {

    position: relative; 

    line-height: 20px;

    display: inline-block;

    width: 100%;

}



.sidebar-nav li:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    height: 100%;

    width: 3px;

    background-color: #1c1c1c;

    -webkit-transition: width .2s ease-in;

      -moz-transition:  width .2s ease-in;

       -ms-transition:  width .2s ease-in;

            transition: width .2s ease-in;



}

.sidebar-nav li:first-child a {

    color: #fff;

    background-color: #1a1a1a;

}

.sidebar-nav li:nth-child(2):before {

    background-color: #ec1b5a;   

}

.sidebar-nav li:nth-child(3):before {

    background-color: #79aefe;   

}

.sidebar-nav li:nth-child(4):before {

    background-color: #314190;   

}

.sidebar-nav li:nth-child(5):before {

    background-color: #279636;   

}

.sidebar-nav li:nth-child(6):before {

    background-color: #7d5d81;   

}

.sidebar-nav li:nth-child(7):before {

    background-color: #ead24c;   

}

.sidebar-nav li:nth-child(8):before {

    background-color: #2d2366;   

}

.sidebar-nav li:nth-child(9):before {

    background-color: #35acdf;   

}

.sidebar-nav li:hover:before,

.sidebar-nav li.open:hover:before {

    width: 100%;

    -webkit-transition: width .2s ease-in;

      -moz-transition:  width .2s ease-in;

       -ms-transition:  width .2s ease-in;

            transition: width .2s ease-in;



}



.sidebar-nav li a {

    display: block;

    color: #ddd;

    text-decoration: none;

    padding: 10px 15px 10px 30px;    

}



.sidebar-nav li a:hover,

.sidebar-nav li a:active,

.sidebar-nav li a:focus,

.sidebar-nav li.open a:hover,

.sidebar-nav li.open a:active,

.sidebar-nav li.open a:focus{

    color: #fff;

    text-decoration: none;

    background-color: transparent;

}



.sidebar-nav > .sidebar-brand {

    height: 65px;

	font-size:12px;

    line-height: 24px;

	color:#fff;

	padding:8px;

}



.sidebar-nav > .sidebar-brand img{

	height:50px;width:50px;float:left;margin-right:5px;

}



.sidebar-nav .dropdown-menu {

    position: relative;

    width: 100%;

    padding: 0;

    margin: 0;

    border-radius: 0;

    border: none;

    background-color: #222;

    box-shadow: none;

}



/*-------------------------------*/

/*       Hamburger-Cross         */

/*-------------------------------*/



.hamburger {

  position: fixed;

  top: 20px;  

  z-index: 999;

  display: block;

  width: 32px;

  height: 32px;

  margin-left: 15px;

  background: transparent;

  border: none;

}

.hamburger:hover,

.hamburger:focus,

.hamburger:active {

  outline: none;

}

.hamburger.is-closed:before {

  content: '';

  display: block;

  width: 100px;

  font-size: 14px;

  color: #fff;

  line-height: 32px;

  text-align: center;

  opacity: 0;

  -webkit-transform: translate3d(0,0,0);

  -webkit-transition: all .35s ease-in-out;

}

.hamburger.is-closed:hover:before {

  opacity: 1;

  display: block;

  -webkit-transform: translate3d(-100px,0,0);

  -webkit-transition: all .35s ease-in-out;

}



.hamburger.is-closed .hamb-top,

.hamburger.is-closed .hamb-middle,

.hamburger.is-closed .hamb-bottom,

.hamburger.is-open .hamb-top,

.hamburger.is-open .hamb-middle,

.hamburger.is-open .hamb-bottom {

  position: absolute;

  left: 0;

  height: 4px;

  width: 100%;

}

.hamburger.is-closed .hamb-top,

.hamburger.is-closed .hamb-middle,

.hamburger.is-closed .hamb-bottom {

  background-color: #0a7ae3;

}

.hamburger.is-closed .hamb-top { 

  top: 5px; 

  -webkit-transition: all .35s ease-in-out;

}

.hamburger.is-closed .hamb-middle {

  top: 50%;

  margin-top: -2px;

}

.hamburger.is-closed .hamb-bottom {

  bottom: 5px;  

  -webkit-transition: all .35s ease-in-out;

}



.hamburger.is-closed:hover .hamb-top {

  top: 0;

  -webkit-transition: all .35s ease-in-out;

}

.hamburger.is-closed:hover .hamb-bottom {

  bottom: 0;

  -webkit-transition: all .35s ease-in-out;

}

.hamburger.is-open .hamb-top,

.hamburger.is-open .hamb-middle,

.hamburger.is-open .hamb-bottom {

  background-color: #0a7ae3;

}

.hamburger.is-open .hamb-top,

.hamburger.is-open .hamb-bottom {

  top: 50%;

  margin-top: -2px;  

}

.hamburger.is-open .hamb-top { 

  -webkit-transform: rotate(45deg);

  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);

}

.hamburger.is-open .hamb-middle { display: none; }

.hamburger.is-open .hamb-bottom {

  -webkit-transform: rotate(-45deg);

  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);

}

.hamburger.is-open:before {

  content: '';

  display: block;

  width: 100px;

  font-size: 14px;

  color: #fff;

  line-height: 32px;

  text-align: center;

  opacity: 0;

  -webkit-transform: translate3d(0,0,0);

  -webkit-transition: all .35s ease-in-out;

}

.hamburger.is-open:hover:before {

  opacity: 1;

  display: block;

  -webkit-transform: translate3d(-100px,0,0);

  -webkit-transition: all .35s ease-in-out;

}



/*-------------------------------*/

/*            Overlay            */

/*-------------------------------*/



.overlay {

    position: fixed;

    display: none;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(250,250,250,.8);

    z-index: 1;

}



.top {

	position: fixed;

	top: 0;

	width:100%;

	z-index: 999;

	transition:all ease-in-out .3s;

}

.top.custom .hamburger.is-closed .hamb-top,

.top.custom .hamburger.is-closed .hamb-middle,

.top.custom .hamburger.is-closed .hamb-bottom, 

.top.custom .hamburger.is-open .hamb-top,

.top.custom .hamburger.is-open .hamb-middle,

.top.custom .hamburger.is-open .hamb-bottom {

	background-color: #fff;

}

.top img{

	position:absolute;

	top:5px;

	left:5px;

	height:65px;

	transition:all ease-in-out .3s;

}

.top.custom img{

	position:absolute;

	top:2px;

	left:5px;

	height:40px;

}

.top.custom{

	background:#0a7ae3;

	width:100%;

	color:#fff;

}

.top .page-heading {

	color:#0a7ae3;

	text-align:center;

	margin-top:25px;

	transition:all ease-in-out .3s;

}

.top.custom .page-heading {

	margin-top:15px;

	text-align:center;

	color:#fff;

}

.album-box {

	border:1pt solid #0a7ae3;

	margin-bottom:15px;

}

.album-box .title{

	background:#0a7ae3;

	padding:10px;

	color:#fff;

	font-size:20px;

	margin-bottom:10px;

}

.album-box p{

	padding:10px;

}

.album-box .category{

	position:absolute;

	top:5px;

	right:20px;

	font-size:12px;

	background:#fff;

	color:#0a7ae3;

	padding:2px;

	border-radius:5px;

}

.album-box .badge{

	position:absolute;

	top:28px;

	right:20px;

}

.album-box .album-box-footer {

	background:#eaeaea;

	color:#fff;

	padding:10px 5px;

}



.form-custom .form-group{

	position:relative;

	padding:10px 10px 5px 10px;

	margin-bottom:2px;

}

.form-custom .control-label{

	position:absolute;

	font-size:14px;

	color:#666;

	top:18px;

	left:30px;

	background:transparent;

	transition:all ease-in-out .1s;

}

.form-custom .control-label-custom{

	position:absolute;

	font-size:12px;

	color:#999;

	top:-2px;

	left:20px;

	background:#fff;

	padding:5px;

	transition:all ease-in-out .1s;

	z-index:999;

	line-height:initial;

}

.form-custom .form-control{

	height:45px;

	border-radius:0px;

	border-color:#00eaed;

}

.form-custom .form-group.has-error .form-control{

	border-color:#f00;

}

.form-custom .form-control-feedback {

	right:10px;

	top:15px !important;

}

button.register-button {

	border:none;

}

.register-button {

	height:100px;

	width:300px;

	display:block;

	margin:20px auto;

	background:linear-gradient(45deg, #00eaed, #0a7ae3);

	padding:5px;

	border-radius:100px;

	font-size:30px;

	position:relative;

	animation: colorchange 1s infinite 1s infinite;

	-webkit-animation: colorchange 1s infinite;

}

.register-button .inner{

	background:linear-gradient(45deg, #00eaed, #0a7ae3);

	border:5px solid #fff;

	text-align:right;

	padding-top:17px;

	padding-right:10px;

	border-radius:100px;

	height:90px;

	width:290px;

	color:#fff;

	font-weight:bold;

	animation: colorchange 1s infinite 1s infinite;

	-webkit-animation: colorchange 1s infinite;

}

.register-button .icon{

	position:absolute;

	top:-10px;

	left:-20px;

	height:120px;

	width:120px;

	border-radius:100%;

	background:linear-gradient(45deg, #00eaed, #0a7ae3);

	border:5px solid #fff;

	padding:18px;

	animation: colorchange 1s infinite 1s infinite;

	-webkit-animation: colorchange 1s infinite;

}

.register-button .icon img{

	position:absolute;

	top:50%;

	left:50%;

	transform:translate(-50%, -50%);

}

.register-button:hover, .register-button:hover .inner, .register-button:hover .icon{ 

	text-decoration:none;

	animation:none;

	-webkit-animation:none;

	box-shadow:0pt 1pt 10pt 0pt #0a7ae3;

}

 @keyframes colorchange

{

	25%   {

		background:linear-gradient(45deg, #00eaed, #0a7ae3);

		box-shadow:0pt 1pt 10pt 0pt #00eaed;

	}

	75%  {

		background:linear-gradient(45deg, #0a7ae3, #00eaed);

		box-shadow:0pt 1pt 10pt 0pt #0a7ae3;

	}

}



@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */

{

	25%   {

		background:linear-gradient(45deg, #00eaed, #0a7ae3);

		box-shadow:0pt 1pt 10pt 0pt #00eaed;

	}

	75%  {

		background:linear-gradient(45deg, #0a7ae3, #00eaed);

		box-shadow:0pt 1pt 10pt 0pt #0a7ae3;

	}

}



.main-heading {

	color: #0071d1;
    padding: 10px;
    text-align: center;
    font-size: 3rem;
    padding: 0px 4rem;
    line-height: 1.8;
    margin-bottom: 5rem;
    margin-top: 4rem;

}

.swiper-slide {

	background-position: center;

	background-size: cover;

	width: 70% !important;

}

.swiper-slide h4 a{

	color:#0a7ae3;

}

.swiper-container-3d .swiper-slide-shadow-left{

	background-image:-webkit-gradient(linear,right top,left top,from(rgba(10,122,227,.5)),to(rgba(10,122,227,0)));

	background-image:-webkit-linear-gradient(right,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:-o-linear-gradient(right,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:linear-gradient(to left,rgba(10,122,227,.5),rgba(10,122,227,0))

}

.swiper-container-3d .swiper-slide-shadow-right{

	background-image:-webkit-gradient(linear,left top,right top,from(rgba(10,122,227,.5)),to(rgba(10,122,227,0)));

	background-image:-webkit-linear-gradient(left,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:-o-linear-gradient(left,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:linear-gradient(to right,rgba(10,122,227,.5),rgba(10,122,227,0))

}

.swiper-container-3d .swiper-slide-shadow-top{

	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(10,122,227,.5)),to(rgba(10,122,227,0)));

	background-image:-webkit-linear-gradient(bottom,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:-o-linear-gradient(bottom,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:linear-gradient(to top,rgba(10,122,227,.5),rgba(10,122,227,0))

}

.swiper-container-3d .swiper-slide-shadow-bottom{

	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(10,122,227,.5)),to(rgba(10,122,227,0)));

	background-image:-webkit-linear-gradient(top,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:-o-linear-gradient(top,rgba(10,122,227,.5),rgba(10,122,227,0));

	background-image:linear-gradient(to bottom,rgba(10,122,227,.5),rgba(10,122,227,0))

}



.common-form-header {

	background: linear-gradient(45deg, #091385, #4d0764);

	padding-top:20px;

	color:#fff;

}

.common-form-header a{

	display:inline-block;

	color:#fff;

	margin:0;

}

.common-form-header a::before {

    display: inline-block;

    font-style: normal;

    font-variant: normal;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

	font-family: "Font Awesome 5 Free";

	font-weight: 900;

	content: "\f053";

	margin-left:10px;

	margin-right:5px;

}

.common-form-header img{

	max-height:150px;

}



.footer {

	position:fixed;

	bottom:0;

	width:100%;

	background:#0a7ae3;

	padding:10px 0px;

	z-index:10;

}

.footer .icon {

	width:20%;

	float:left;

}

.footer .icon a{

	display:block;

	height:45px;

	width:45px;

	margin:auto;

}

.footer .icon .update-profile{

	background:url("../images/update-profile_icon.png");

	background-size:38px;

	background-repeat:no-repeat;

	background-position:center center;

}

.footer .icon .add-album{

	background:url("../images/add-album_icon.png");

	background-size:100%;

	background-repeat:no-repeat;

	background-position:center center;

}

.footer .icon .manage-album{

	background:url("../images/manage-album_icon.png");

	background-size:39px;

	background-repeat:no-repeat;

	background-position:center center;

}

.footer .icon .home{

	background:url("../images/home_icon.png");

	background-size:39px;

	background-repeat:no-repeat;

	background-position:center center;

}

.footer .icon .logout{

	background:url("../images/logout_icon.png");

	background-size:38px;

	background-repeat:no-repeat;

	background-position:center center;

}



.albumTemplate {

	border:1pt solid #dadada;

	margin-bottom:10px;

	padding:2px;

	border-radius:4px;

	cursor:pointer;

}

.albumTemplate img{

	max-width:100%;

	max-height:150px;

	margin:auto;

}

.albumTemplate input{

	display:none;

}

.albumTemplate.active{

	border:1pt solid #f00;

}



.header {

	min-height:100vh;

	background: linear-gradient(45deg, #091385, #4d0764);

	color:#fff;

}

.header .headline {

    border-radius: 10px;
    background-color: #ffa137;
    padding: 18px 3% 15px 3%;
    display: table;
    margin: 35px auto;
    transform: skew(-15deg);
    box-shadow: 1.854px 5.706px 20.88px 3.12px rgb(18 29 99 / 10%);
    color: #f8fcff;
}





.header h1{

	font-size: 40px;

	padding: 0px 50px;

	margin-bottom: 25px;

	line-height:65px;

}



.header h1 span{

	color:#00d1ff;

}



.header .btn-join {
	background: #0686f3;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 40px;
    border-radius: 5rem;
    /* border: 2pt solid #5f92bd; */
    box-shadow: 0 1px 11px rgb(9 142 255);
    margin-top: 2rem;
    font-size: 22px;
    transition: all ease-in-out .2s;

}



.header .btn-join:hover {

	background:transparent;

	color:#fff;

	border:2pt solid #fff;

}



.header .btn-login {

	background: transparent;
    color: #ffffff;
    border: 2pt solid #0071d1;
    border-radius: 0px;
    border-radius: 4rem;
    box-shadow: 0 0 10px rgb(6 134 243);
    padding: 10px 40px;
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 22px;
    transition: all ease-in-out .2s;
}





.header .btn-login:hover {

	background: #0686f3;
	color:#fff;

	box-shadow: 0 1px 11px rgb(9 142 255);

}



.button {

	margin-bottom:50px;

}



.section {

	padding:50px 0px;

}



.occassion-box {

    height: 300px;

    overflow: hidden;

    position: relative;

	cursor:default;

}



.occassion-box .parent {

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center center;

    height: 100%;

    width: 100%;

	transition:all ease-in-out .3s;

	-moz-transition:all ease-in-out .3s;

	-webkit-transition:all ease-in-out .3s;

	-o-transition:all ease-in-out .3s;

}

.wedding-memories {

	background:url("../images/wedding-memory.jpg");

}



.birthday {

	background:url("../images/birthday.jpg");

}



.friendship {

	background:url("../images/friendship.jpg");

}



.baby-slideshow {

	background:url("../images/baby-slideshow.jpg");

}



.occassion-box .parent .inner{

	position:absolute;

	height:300px;

	width:100%;

	background:rgba(0,0,0,.5);

	color:#fff;

	font-size:25px;

	padding-left:50px;

	-ms-transition:all ease-in-out .3s;

	-moz-transition:all ease-in-out .3s;

	 -webkit-transition:all ease-in-out .3s;

	-o-transition:all ease-in-out .3s;

	transition:all ease-in-out .3s;

	text-shadow:0pt 0pt 5pt #000;

	font-family: 'Sofia', cursive;

}

@media(min-width:768px)

{



	.occassion-box {

		height:500px;

	}

	.occassion-box .parent .inner{

		font-size:45px;

		height:500px;

		padding-left:100px;

	}

}



.occassion-box:hover .parent, .occassion-box:focus .parent {

	-ms-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

}



.occassion-box:hover .parent .inner, .occassion-box:focus .parent .inner {

	background:rgba(0,0,0,0);

}



.occassion-box .parent .inner span{

	position:absolute;

	width:100%;

	top:50%;

	-ms-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-o-transform:translateY(-50%);

	transform:translateY(-50%);

}



.features {

	border: 1pt solid #491198;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    position: relative;
    margin-top: 60px;
    height: 140px;
    cursor: default;

}



.features .icon{

	position:absolute;

	top:-40px;

	left:50%;

	transform:translateX(-50%);

	width:80px;

	height:80px;

	border-radius:50px;

	background:#fff;

	background: linear-gradient(45deg, #281faf, #58098d);

	transition:all ease-in-out .3s;

}



.features:hover .icon{

	background:#0071d1;

}



.features .icon img{

	position:absolute;

	max-height:40px;

	max-width:40px;

	top:50%;

	left:50%;

	transform:translate(-50%, -50%);

	transition:all ease-in-out .3s;

}



.features:hover .icon img{

	max-height:50px;

	max-width:50px;

}



.features .heading{

	margin-top:45px;

	padding:15px;

	text-align:center;

}

.footerlinks {

	font-size:13px;

	text-align:center;

}

.footerlinks a{

	display:inline-block;

	margin:5px 10px;

}