*, html {
    margin:0;
	padding:0;
    /*font-family: 'Nothing You Could Do', cursive;
    font-family: 'Playball', cursive;*/
    /*font-family: 'Roboto';*/
    font-family: serif;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 1px #444;
}

body.nolanding #content {
    padding:0;
    color: #444;
    text-shadow: none;
    /*font-family: 'Nothing You Could Do', cursive;
    font-family: 'Playball', cursive;*/
    /*font-family: 'Roboto';*/
    font-family: serif;
    text-align: center;
}
    body.nolanding #content b, body.nolanding #content h3 {
        text-shadow: 0 0 1px #000;
    }
body.nolanding h1, body.nolanding h2 {
    color: #444;
    margin: 12px;
}
body.nolanding #body p {
    color: #444;
    text-align: justify;
}
body.nolanding #body ul {
    margin: 12px;
}
body.nolanding #body li {
    color: #444;
    text-align: left;
    margin-left: 30px;
    padding: 5px;
}
body.nolanding #body {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
    background: rgba(255,255,255,0.75);
    padding: 10px 30px;
}
body.nolanding #body a {
    color: rgb(247,146,99);
}
body.nolanding #body a:hover {
    color: rgb(251,108,41);
}
/*body.nolanding footer {
    background: rgba(255,255,255,0.75);
    position: fixed;
    bottom: 0px;
    color: #444;
    text-shadow: none;
    padding: 10px;
}
body.nolanding footer * {
    position: relative;
    color: #444;
    text-shadow: none;
}
body.nolanding footer a {
	text-decoration: none;
	color: rgb(247,146,99);
}*/
body footer li {
	display: inline-block;
	border-left: 1px solid #888;
	padding: 0 10px;
}
body footer li:first-child {
	border: none;
}

body.nolanding #content * {
    text-shadow: none;
}

.nolanding h3 {
    color: white;
    margin: 10px;
}

a {
	text-decoration: none;
	/*color: #3399cc;*/
}

#background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: -1000;
    transition: background 1s linear, transform 10s linear;
}

#cookie-law-info-bar {
	display: block;
	color: rgb(88, 88, 88);
	font-family: inherit;
	font-size: 12px;
	position: fixed;
	width: 100%;
	bottom: 60px;
	padding: 20px 10px;
	background-color: rgb(255, 255, 255);
	z-index: 1001;
	text-align: justify;
    box-sizing: border-box;
    text-shadow: none;
    color: #444;
}
    #cookie-law-info-bar a {
        text-shadow: none;
        color: #f79263;
    }
	#cookie-law-info-bar #cookie_action_close_header {
		color: white;
        text-shadow: none;
		background-color: rgb(88, 88, 88);
		padding: 5px;
		margin: 5px 5px;
		display: inline-block;
        cursor: pointer;
	}

nav {
	position: absolute;
	top: 40px;
	left: 10%;
	width: 80%;
	/*border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 1px 0 0 #888;
    -moz-box-shadow: 0 1px 0 0 #888;
    box-shadow: 0 1px 0 0 #888;*/
}
	nav #logo {
		/*color: #3399cc;*/
		font-size: 20px;
	}
        nav #logo img {
            width: 220px;
            vertical-align: middle;
            margin-top: -24px;
        }
	nav ul {
		float: right;
	}
        nav ul li {
            list-style: none;
            display: inline-block;
            margin: 10px;
            //color: #3399cc;
            cursor: pointer;
        }
            nav ul li img {
                vertical-align: middle;
            }

.nolanding #content {
    margin-top: 130px;
}

#content #landing-inspiration {
	position: absolute;
	top: 30%;
	width: 80%;
	left: 10%;
	font-size: 4vw;
	/*color: #3399cc;*/
	text-align: center;
}

#content #landing-inspiration #landing-subinspiration {
	font-size: 2vw;
	/*color: #3399cc;*/
	text-align: center;
}

footer {
	/*font-family: 'Roboto';*/
    font-family: serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
	z-index: 1000;
	//color: #3399cc;
}
	footer a {
		font-family: serif;
	}
	footer #footer-social {
		bottom: 0;
		position: absolute;
		text-align: center;
		right: 25px;
	}
		footer #footer-social a {
			padding: 1px 10px;
		}

/* Rounded avatars */
.avatar {
	margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #3399cc;//, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #3399cc;//, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #3399cc;//, 0 2px 5px 4px rgba(0,0,0,.2);
}

/* Floating round button */
.btnfloat {
	cursor: pointer;
	margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3399cc;

    -webkit-box-shadow: 0 0 0 3px #3399cc, 0 0 0 4px #3399cc, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #3399cc, 0 0 0 4px #3399cc, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #3399cc, 0 0 0 4px #3399cc, 0 2px 5px 4px rgba(0,0,0,.2);
}

.btnfloat:hover {
	background-color: #16a085;
	-webkit-box-shadow: 0 0 0 3px #16a085, 0 0 0 4px #16a085, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #16a085, 0 0 0 4px #16a085, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #16a085, 0 0 0 4px #16a085, 0 2px 5px 4px rgba(0,0,0,.2);
}

/*
 * Register box
 */

#registerbox {
	max-width:400px;
    margin:0 auto;
	margin-top:8px;
	margin-bottom:2%;
	transition:opacity 0.35s;
	-webkit-transition:opacity 0.35s;
	display: none;
	z-index: 1001;
	position: absolute;
    cursor:default;
}

#registerbox h1 {
	background:#3399cc;
	padding:20px 0;
	font-size:140%;
	font-weight:300;
	text-align:center;
	color:#fff;
    margin: 0;
}

#registerbox h1.msgbox {
	background:#f0f0f0;
	display: none;
	height: 44px;
}

#registerbox h1.msgbox.error {
	background:#cc3333;
}

#registerbox h1.msgbox.ok {
	background:#33cc33;
}

/*
 * Login box
 */
.btn-login {
	padding: 10px;
    display: inline-block;
    text-align: center;
    /*width: calc(100% - 20px);*/
    width: calc(50% - 20px);
    height: 32px;
    vertical-align: top;
    font-size: 12px;
    min-width: 160px;
}
	.btn-login.btn-login-fb {
		background: #3b579d;
	}
	.btn-login.btn-login-gp {
		background: #fff;
        color: #444;
        text-shadow: none;
	}

#loginbox, #recoverbox {
	max-width:400px;
	margin:0 auto;
	margin-top:8px;
	margin-bottom:2%;
	transition:opacity 0.35s;
	-webkit-transition:opacity 0.35s;
	display: none;
	z-index: 1001;
	position: absolute;
	cursor:default;
}
#loginbox h1, #recoverbox h1 {
    margin: 0;
}

#loginremember {
	text-align: center;
}
	#loginremember label {
	    padding: 10px;
	    display: inline-block;
	    padding-top: 0;
	    color: #888;
	    text-shadow: none;
	}

#triangle {
    width:0;
    border-top: 0px solid transparent;
    border-right:12px solid transparent;
    border-bottom:12px solid #3399cc;
    border-left:12px solid transparent;
    //margin:0 auto;
    margin-left: 15px;
}

#loginbox h1, #recoverbox h1 {
	background:#3399cc;
	padding:20px 0;
	font-size:140%;
	font-weight:300;
	text-align:center;
	color:#fff;
}

#loginbox h1.msgbox, #recoverbox h1.msgbox {
	background:#f0f0f0;
	display: none;
	height: 44px;
}

#loginbox h1.msgbox.error, #recoverbox h1.msgbox.error {
	background:#cc3333;
}

#loginbox h1.msgbox.ok, #recoverbox h1.msgbox.ok {
	background:#33cc33;
}

#recoverlink {
	padding-top: 10px;
	display: block;
	margin-bottom: -10px;
	font-size: 12px;
	color: #888;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
}
#recoverlink:hover {
	color: #000;
}

form{
	background:#f0f0f0;
	padding:6% 4%;
}

input[type="email"],input[type="password"], input[type="text"]{
	width:92%;
	background:#fff;
	margin-bottom:4%;
	border:1px solid #ccc;
	padding:4%;
	/*font-family:'Roboto',sans-serif;*/
    font-family: serif;
	font-size:95%;
	color:#555;
	text-shadow: none;
}

button {
	width:100%;
	background:#3399cc;
	border:0;
	padding:4%;
	/*font-family:'Roboto',sans-serif;*/
    font-family: serif;
	font-size:100%;
	color:#fff;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
}

button:hover{
	background:#2288bb;
}

button {
	border: none;
}

.msgbox .note {
	font-size: 12px;
	cursor: pointer;
	color: white;
	text-shadow: none;
}

.msgbox .note:hover {
	text-decoration: underline;
}

#landing-activate {
	position: absolute;
	width:400px;
	height: 240px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -120px;
	background:#f0f0f0;
	box-shadow: 0 0 10px 1px #888;
}
	#landing-activate h1 {
		background:#3399cc;
		padding:20px 0;
		font-size:140%;
		font-weight:300;
		text-align:center;
		color:#fff;
	}
	#landing-activate #msg {
		padding:6% 4%;
		text-shadow: none;
		color: #888;
		text-align: center;
	}
	#landing-activate #msg #activate-pass {
		display: block;
		font-size: 24px;
		color: #ff5f26;
		text-shadow: none;
		margin: 10px;
        font-family: monospace;
	}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi-login,
figure.effect-lexi-signin,
figure.effect-lexi-contact,
figure.effect-lexi-tour,
figure.effect-lexi-pricing {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi-login figcaption::before,
figure.effect-lexi-signin figcaption::before,
figure.effect-lexi-contact figcaption::before,
figure.effect-lexi-tour figcaption::before,
figure.effect-lexi-pricing figcaption::before,
figure.effect-lexi-login p,
figure.effect-lexi-signin p,
figure.effect-lexi-contact p,
figure.effect-lexi-pricing p,
figure.effect-lexi-tour p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi-login figcaption::before,
figure.effect-lexi-signin figcaption::before,
figure.effect-lexi-pricing figcaption::before,
figure.effect-lexi-contact figcaption::before,
figure.effect-lexi-tour figcaption::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 250px;
	margin-left: -125px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1900px rgba(255,255,255,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background: rgba(0,0,0,0.2)
}

figure.effect-lexi-login p,
figure.effect-lexi-signin p,
figure.effect-lexi-pricing p,
figure.effect-lexi-contact p,
figure.effect-lexi-tour p {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0 1.5em 1.5em 0;
	margin-left: -100px;
	margin-top: 100px;
	width: 200px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	color: white;
}

figure.effect-lexi-login.hover figcaption::before,
figure.effect-lexi-signin.hover figcaption::before,
figure.effect-lexi-contact.hover figcaption::before,
figure.effect-lexi-pricing.hover figcaption::before,
figure.effect-lexi-tour.hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi-login.hover p,
figure.effect-lexi-signin.hover p,
figure.effect-lexi-contact.hover p,
figure.effect-lexi-pricing.hover p,
figure.effect-lexi-tour.hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*
 * Pure CSS Loader http://www.wifeo.com/code
 */
.contener_general
{
  -webkit-animation:animball_two 1s infinite;
  -moz-animation:animball_two 1s infinite;
  -ms-animation:animball_two 1s infinite;
  animation:animball_two 1s infinite;
  width:44px; height:44px;
  margin: auto;
}
.contener_mixte
{
  width:44px; height:44px; position:absolute;
}
.ballcolor
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 1s infinite ease;
  -moz-animation:animball_one 1s infinite ease;
  -ms-animation:animball_one 1s infinite ease;
  animation:animball_one 1s infinite ease;
}
.ball_1
{
  background-color:#cb2025;
  top:0; left:0;
}
.ball_2
{
  background-color:#f8b334;
  top:0; left:24px;
}
.ball_3
{
  background-color:#00a096;
  top:24px; left:0;
}
.ball_4
{
  background-color:#97bf0d;
  top:24px; left:24px;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}

/*Pricing*/
.pricing p {
    text-align: center!important;
    font-weight: normal!important;
}
.pricing form {
    background: #fff;
}
.pricing table {
	width: 80%;
	min-width: 600px;
	border-collapse: collapse;
	margin: 50px auto;
}
    .pricing table * {
        color: #444;
    }
    .pricing table h3 {
        color: white;
    }
	.pricing table th {
		min-width: 150px;
		width: 150px;
		border: 1px solid #ddd;
		padding: 10px;
		background-color: #182042;
		color: white;
	}
	.pricing table .th-empty {
		border: none;
		background: none;
	}
	.pricing table td {
		border: 1px solid #ddd;
		height: 75px;
        background: white;
	}
		.pricing table td.firstcol {
			background: #efefef;
		}
		.pricing table td.colnope {
			background: #cc3333;
		}
		.pricing table td.colyes {
			background: #33cc99;
		}
	.pricing .btn {
		height: auto;
        width: auto;
		color: #ffffff;
		font-size: 14px;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
	}
/*End pricing*/

/*Contact*/
.contact {
    text-align: left;
}
    .contact form {
        padding: 20px;
        background: none;
        width: 500px;
        margin: auto;
    }
    .contact hr {
        border: 1px dashed #444;
    }
    .contact input[type="email"], .contact input[type="text"], .contact textarea {
    	width:400px;
    	background:#fff;
    	margin-bottom:20px;
    	border:1px solid #ccc;
    	padding:20px;
    	/*font-family:'Roboto',sans-serif;*/
        font-family: serif;
    	font-size:16px;
    	color:#555;
    	text-shadow: none;
    }
    .contact textarea {
        height: 150px;
        width: 400px;
    }
    .contact .btn {
        height: auto;
        width: 200px;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }
/*End contact*/


/*Movil*/
@media screen and (max-width: 600px) {
    nav {
        text-align: center;
        top: 40px;
        left: 0;
        right: 0;
        width: 100%;
    }
    .nolanding #content {
        margin-top: 180px;
    }
    #content #landing-inspiration {
        font-size: 8vw;
        top: 37%;
        width: 90%;
        left: 5%;
    }
        #content #landing-inspiration #landing-subinspiration {
            font-size: 5vw;
            margin-top: 60px;
            display: block;
        }
    .pricing table {
        width: auto;
        min-width: auto;
    }
        .pricing table th {
            min-width: auto;
            width: auto;
        }
    #registerbox, #loginbox, #recoverbox {
        left: 0;
        right: 0;
    }
        #registerbox #triangle {
            margin-left: 215px;
        }
        #loginbox #triangle, #recoverbox #triangle {
            margin-left: 95px;
        }
    .contact form {
        width: auto;
    }
        .contact input[type="email"], .contact input[type="text"], .contact textarea {
            width: 90%;
        }
    .nolanding footer {
        position: relative;
    }
        footer #footer-social {
            bottom: 70px;
            position: absolute;
            text-align: center;
            right: 0;
            width: 100%;
        }
    body footer li {
        padding: 10px 15px;
        border: none;
    }
}
@media screen and (max-width: 800px) and (min-width: 600px) {

}
