/*
 * 
 */

 /*
 Fonts
 */ 

 body {
    color: #444444;
 }

 body {
	min-height: 100%;
    /*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background: linear-gradient(-45deg,#a8edea, #fed6e3,  #ebbba7, #b1f4cf, #f6f3ff);*/
	/*background: linear-gradient(-45deg,#a8edea, #fed6e3,  #ebbba7, #9ee0da, #f6f3ff);*/
	/*background-size: 400% 400%;
	-webkit-animation: Gradient 25s ease infinite;
	-moz-animation: Gradient 25s ease infinite;
	animation: Gradient 25s ease infinite;*/
    /*background: linear-gradient(-45deg,#a7bbd5, #fed6e3,  #ebbba7, #a7b4d5, #f6f3ff);*/
    background: linear-gradient(-45deg,#a7bbd5, #fed6e3,  #ebbba7, #a7bcd5, #faf9f9);
}

html {
    height: 100%;
}
/* Bulma add-ons */
.has-background-white{
    background-color:white;
}
.column.has-vertically-aligned-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
/* End Bulma add-ons */

.navbar .navbar-burger {
	color:#604b87;
}
.navbar-burger:hover {
	background-color:white;
}
.navbar-burger span {
	height:2px;
}

/* Fonts */
.content h4, .content h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
}

.h1-small, .content .h1-small{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing:2px;
}

.m-button {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding:10px 25px;
	background-color: transparent;
    border-color: #fff;
	color: #fff;
	border: 1px solid;
	font-size:13px;
}
.m-button:hover {
	
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/* -- dzs parallaxer --*/
.dzsparallaxer {
    position: absolute !important;
    z-index: 0;
    top: 0 !important;
    width: 100%;
    height: 100% !important;
    background: none;
}
.dzsparallaxer .dzsparallaxer--target {
    height: 144%;
}

/*-- Revolution --*/
.tp-loader.spinner2 {
    background-color: white;
}


.divimage {
    background-size: cover;
    background-position: center center;
}
.section.has-border{
    border-top: 2px solid rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

/*Pricing*/
.pricing-block{
    padding: 10px 20px 0 20px;
    text-align: center;
	font-size:14px;
}
.pricing-block p.price {
    font-weight: 300;
    font-size: 70px;
    line-height:1;
    letter-spacing:0;

}
.pricing-block p.price span {
    font-size: 90px;
    letter-spacing:-5px;
}
.pricing-block ul.features {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}
.pricing-block ul.features span {
    width: 22px;
    display: inline-block;
    text-align: center;
}
.pricing-block ul.features:last-child {
    margin-bottom: 0;
}
.pricing-block-features .columns > .column:first-child{
    border-right:1px solid rgba(255,255,255,0.8);
    padding-right:30px;
    padding-top:0;
}
.pricing-block-features .columns > .column:first-child ul{
    padding-right:20px;
}
.pricing-block-features .columns > .column:last-child{
    padding-left:30px;
}
.pricing-block-features .columns > .column:last-child ul{
    padding-left:20px;
}

@media (max-width: 480px)
{
    .pricing-block{
        font-size:12px;
    }
    .pricing-block-features .columns > .column:first-child{
        padding-right:0;
        padding-left:0;
    }
    .pricing-block-features .columns > .column:last-child{
        padding-left:0;
        padding-right:0;
    }
    .pricing-block h2{
        padding:15px;
    }
    .pricing-block ul.features span{
        width: 16px;
        display: inline-block;
        text-align: center;
    }
}

/** BUTTONS **/

a.button-default
{
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;

    position: relative;
    z-index: 100;

    display: inline-block;
    overflow: hidden;

    margin: 0 !important;
    padding: 0 36px !important;

    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
            transition: all .3s cubic-bezier(.19, 1, .22, 1);
    text-align: center;
    letter-spacing: .02em;
    text-transform: none;

    color: #fff !important;
    border: none;
    border-radius: 100px;
    background: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.bg-black a.button-default:hover
{
    color: #000 !important;
}

.bg-black a.button-default.inverted
{
    color: #000 !important;
}

.bg-black a.button-default.inverted:hover
{
    color: #fff !important;
}

a.button-default.edged
{
    border-radius: 0;
}

a.button-default:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 100px;
	background: #ebbba7;
	background: linear-gradient(-45deg,#e4bbab, #c7b7bf);
}

a.button-default.edged:before
{
    border-radius: 0;
}

a.button-default.inverted:before
{
    background: #111 !important;
}

.bg-black a.button-default.inverted:before
{
    background: #fff !important;
}

a.button-default:hover:before
{
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1) .1s;
            transition: all .3s cubic-bezier(.19, 1, .22, 1) .1s;

    border: 1px solid #111;
}

a.button-default.inverted:hover:before
{
    border: 1px solid #ebbba7;
}

a.button-default:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
            transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);

    border-radius: 100px;
    background: #111;
}

.bg-black a.button-default:after
{
    background: #fff;
}

a.button-default.edged:after
{
    border-radius: 0;
}

a.button-default.inverted:after
{
    background: #ebbba7;
}

a.button-default:hover:after
{
    -webkit-transform: translateX(0);
            transform: translateX(0);
}


a.button-default span
{
    margin-left: 6px;
}

