@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400';
@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700';
@import 'components.css';
@import 'timeline.css';

/*GENERAL*/

body,
html {
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
}

body p {
    font-weight: 300;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
}

.uk-navbar-nav>li>a {
    font-family: 'Raleway';
    color: white;
    text-transform: uppercase;
    ;
}

.uk-nav-navbar ul a {
    color: white;
}

a,
a:hover {
    color: #e64233;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    /**color: #e64233;**/
    color: #255071;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.5em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.5em;
}

p {
    font-size: 1.2em;
    line-height: 1.3em;
}

ol,
ul {
    padding: 0!important;
}

ul li {
    list-style: none;
    font-size: 1.1em;
}


/*GENERAL*/


/*NAV BAR*/

.uk-navbar {
    background: rgba(0, 0, 0, 0.9);
    height: 70px;
    position: absolute;
    top: calc(100vh - 70px);
    left: 0;
    right: 0;
}

.uk-sticky-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}

.uk-navbar .uk-navbar-nav > li > a {
    color: #ffffff!important;
    height: 70px!important;
    padding: 18px 15px!important;
}

.uk-navbar .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a:focus,
.uk-navbar .uk-navbar-nav > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #e64233!important;
}

.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background: rgba(0, 0, 0, 0)!important;
    /* 3 */
    outline: none;
}

.logo {
    padding: 0px 0;
    height: 70px;
}

.uk-icon-button {
    background: #e64233;
    color: #000;
    transition: all 0.5s ease;
}

.uk-icon-button:hover {
    background: #e64233;
    color: #fff;
}


/*NAV BAR*/


/*SECTIONS*/

section {
    position: relative;
}

#section-0 h3 {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin: 0 auto;
    display: table;
    padding: 15px 0px;
}

#section-0 p {
    font-size: 3em;
    line-height: 1em;
}

ul.social li {
    display: inline-block;
    margin: 2px;
}

footer {
    background-color: #000;
    color: #ffffff;
}


/*SECTIONS*/

.gmaps-bg {
    background: #3498db url(../img/bg3.jpg) 0% 0% repeat;
    -webkit-animation: heroflow 90s infinite linear;
    animation: heroflow 90s infinite linear;
    position: relative;
    background-size: cover!important;
}

.gray-bg {
    background: #3498db url(../img/bg3.jpg) 0% 0% repeat;
    /*background: #ffffff url(../img/Polygon-Back.jpg) 50% 0% repeat;
    padding-top: 286px;
    padding-bottom: 280px;*/
    -webkit-animation: heroflow 90s infinite linear;
    animation: heroflow 90s infinite linear;
    position: relative;
    background-size: cover!important;
}

.white-bg {
    background: #ffffff url('../img/apple_dumbell.jpg') 0% 0% repeat;
}

.cream-bg {
    /*background-color: #DED5CB;*/
    background-color: #F7F5F1;
    background-repeat: no-repeat;
    background-image: url('../img/apple_dumbell-1.jpg');
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

}

.sweat-bg {
    background-repeat: no-repeat;
    background-image: url('../img/sweat1.jpg');
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.works-bg {
    background-repeat: no-repeat;
    background-image: url('../img/works_bkg1.jpg');
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /**-webkit-filter: grayscale(0%); **/
}


.uk-position-bottom {
    bottom: 120px!important;
}

.go-down {
    bottom: 120px!important;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.nav-logo {
    width: 50px;
}

.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1220px) {
    .uk-navbar-center {
        max-width: 1200px;
        padding: 0 25px;
    }
}

.fytr-grid {
    margin-top: 2.5em;
}

.fytr-num {
    font-weight: 600;
}

.fytr-word > span{
    color: rgb(14, 182, 251); /* rgb(220, 172, 136); /*rgb(255, 110, 0); */
    font-size: 4em;
    font-weight: 700;
    margin-right: 0.3em;

}

.fytr-word img {
    height: 3em;
    display: inline;
}

.fytr-def {
    font-size: 3em;
    line-height: normal;
    color : white;
    font-weight: lighter;
}

/** dishes section */
.dish-images > :nth-child(1) { background-image: url(../img/dishes/thumb1.png); }
.dish-images > :nth-child(2) { background-image: url(../img/dishes/thumb2.png); }
.dish-images > :nth-child(3) { background-image: url(../img/dishes/thumb3.png); }
.dish-images > :nth-child(4) { background-image: url(../img/dishes/thumb4.png); }
.dish-images > :nth-child(5) { background-image: url(../img/dishes/thumb1.png); }
.dish-images > :nth-child(6) { background-image: url(../img/dishes/thumb2.png); }
.dish-images > :nth-child(7) { background-image: url(../img/dishes/thumb3.png); }
.dish-images > :nth-child(8) { background-image: url(../img/dishes/thumb4.png); }

.dish-images .uk-panel-space {
    display: none;
}

#section-1 {
    padding-top: 0;
}

.back-layer {
    background-color: rgba(247, 245, 241, 0.67);
    padding-top: 120px;
    padding-bottom: 30px;
}

#section-definition {
    padding: 200px 20px 40px;
}
/* section 2*/

#section-works .uk-panel-box {
    /*background-color: #F7F5F1;*/
    /*height: 250px;*/
    /*border-radius: 8px;*/
    background: rgba(0,0,0, 0.5);
    color: white;
    border: none;
    min-height: 270px;
    border-radius: 8px;
}

#section-works h4, #section-works .uk-panel-box h5 {
    color: #E3FFFE;
}

#section-works .uk-panel-box h5 {
    line-height: normal;
}

#section-works .uk-panel-box li {
    margin-top: 1em;
}

#section-pricing .fytr-grid .uk-panel-box {
    min-height: 240px;
}

#section-pricing h5 {
    font-size: 1.25em;
    line-height: normal !important;
    font-weight: bolder;
}

#section-pricing .price {
    font-size: 2em;
    line-height: normal !important;
    font-weight: bolder;
}