a.border-less {
    border-bottom: none;
}

.epsilon-height {
    min-height: 1em;
}

.icon-wrapper {
    text-align: center;
}

.logo, .logo-font {
    font-family: 'Yellowtail', cursive;
    font-size: 1.3em;
}

.logo-font {
    padding-right: 0.2em;
}

.appstore-badge {
    display: inline-block;

    position: relative;
    top: 1.4em;

    outline: none;
    border: none;
}

.appstore-badge img {
    height: 3.65em;
}

#first.main > header {
    padding: 2em 0em;
}

form textarea {
    min-height: 8.05em;
}

.custom-input {
    margin: 0.1em 0em;
}

.message-error, .message-success {
    font-weight: bold;
}

.message-error {
    color: #DD3311;
}

.message-success {
    color: #66DD44;
}

.fa-in-text {
    font-size: 0.8em;
}

.social-wrapper {
    float: left;
}

.social-facebook-wrapper {
    margin-top: -10px;
    margin-right: 35px;
}

.clear {
    clear: both;
}

.back-container {
    text-align: center;
}

.back {
    border-radius: 100%;
    padding: 0;
    width: 2.75em;
    height: 2.75em;
    line-height: 2.8em;
    opacity: 0.6;
}

.back:hover {
    opacity: 1;
}

row.concept-item .concept-image-element {
    padding: 0px!important;
}

.concept-image {
    max-width: 100%;
    max-height: 28em;
    height: auto;
    width: auto;
}

.concept-description, .concept-description p {
    text-align: left;
}

.content.concept-block {
    padding-top: 0;
}

#concept-1 .concept-image-element, #concept-3 .concept-image-element {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#concept-3 .concept-image-element .concept-image {
    /* yep / nope ... a bit degueulasse */
    border-bottom: 2px rgba(0,0,0,0.5) solid;
    position: relative;
    bottom: -15px;
}

#concept-3 .concept-image-element section{
    margin-bottom: 0!important;
}

.concept-item:not(:first-child) {
    margin-top: 10em;
}

/*.concept-container .concept-counter {
    padding-top: 9em!important;
}

.round-digit {
    position: relative;
    float: right;
    background-color: #666666;
    opacity: 0.8;
    border-radius: 2em;
    border-width: 0.1em;
    border-color: white;
    border-style: solid;
    height: 2em;
    width: 2em;
    font-weight: bold;
    padding-top: 0.4em;
    font-size: 2em;
    text-align: center;
}*/

.concept-container .row:first-child>.concept-description, .concept-description {
    padding-top: 6em!important;
}

.concept-conclusion .row:first-child>.concept-description, .concept-description {
    padding-top: 1em!important;
}

.row:first-child>.concept-description, .concept-description {
    padding-top: 6em!important;
}

.concept-image {
    padding: 0;
    margin: 0;
}

.content.concept-block {
    padding-bottom: 0;
    overflow: hidden;
}

.container.concept-container {
    overflow: hidden;
}

.bottom-shadow {
    -moz-box-shadow: inset 0 -1px 0 0 #e6e6e6;
	-webkit-box-shadow: inset 0 -1px 0 0 #e6e6e6;
    box-shadow: inset 0 -1px 0 0 #e6e6e6;
}

.credits .image .round {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.feature-icon {
    text-align: center;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.dark .button.primary {
    background-color: rgba(255,255,255,0.30);
}

.dark .button.primary:hover {
  background: rgba(255,255,255,0.40);
}

.button {
    margin-top: 5px;
    margin-left: 5px;
}


#footer .links, #footer .copyright {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.8em;
    color: #aaa;
}

#footer .links a
{
    color: inherit;
}

.partner-image {
    max-width: 100%
}

.partner {
    display: inline;

    margin-left: 1em;
    margin-right: 1em;
}

.partner.partner-tripadvisor .text {
    display: inline-block;
    text-align: left;

    font-size: 0.6em;
    line-height: 1em;
    margin: 0.2em;

    position: relative;
    top: -0.6em;
}

.partner.partner-tripadvisor .logo {
    width: 150px;
}

#fourth header p {
    margin: 1em;
}

.center {
    text-align: center;
}

