/* COLOUR REFERENCE

Green: #79b044;
Salmon: #dd5638;
Blue Gray: #3e4249;

*/

/* === GENERAL === */
html,
body {
    margin: 0;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;  
}

/* === GLOBAL === */
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}

h1 {
    font-size: 3em;
    font-family: 'Lobster', cursive;
}

h1, h2 {
    margin: 0 0 40px;
    font-family: 'Lobster', cursive;
}

h2 {
    font-size: 32px;
}
h3 {
    margin: 20px 0;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 21px;
    line-height: 1.75;
    }

section {
    outline: 0;
}

a {
    color: #996633;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.btn {
    font-weight: bold;
}

.btn-danger {
    background-color: #dd5638;
    border-collapse: #d95131;
}

.btn-cust {
    margin: 5px 10px;
    height: 80px;
    padding: 10px 40px;
    font-size: 21px;
    font-weight: 900;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
}

.btn-clr {
    color: white;
    background-color: #663300;
    border-right: 0px;
    border-left: 0px;
    border-top: 8px solid #993300;
    border-bottom: 8px solid #993300;
}

.btn-clr:hover {
    color: white;
    background-color: #993300;
    border-top: 5px solid #663300;
    border-bottom: 5px solid #663300;
}

.btn-white {
    color: #333;
    background-color: white;
    border-right: 0px;
    border-left: 0px;
    border-top: 8px solid #663300;
    border-bottom: 8px solid #663300;
}

.btn-white:hover {
    color: #993300;
    background-color: white;
    border-top: 5px solid #993300;
    border-bottom: 5px solid #993300;
}

.logo-nav {
    position: fixed;
    left: 20%;
    top: 0;
    padding: 10px 20px;
    background-color: white;
    z-index: 1080;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 5px solid #993300;
}

.logo-contact {
    color: #993300;
    padding: 0px 0 10px 0;
    font-size: 14px;
    height: 21px;
    overflow: hidden;
    transition: height 1s ease-out;
}

.logo-nav:hover .logo-contact {
    height: 80px;
}
/**********/
/* NAVBAR */
/**********/

/* navbar */
.navbar-default {
    height: 90px;
    background: rgb(153,102,51);
    background: -moz-linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    background: linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#996633",endColorstr="#663300",GradientType=1);
}

.navbar-v-logo {
    fill: #663300;
}
.navbar-header {
    margin-top: 0;
    background-color: rgba(98,51,18,1);
}
/* Title */
.navbar-brand {
    float: right;
    height: 90px;
    width: 150px;
    padding: 0 0 0 24px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    margin-top: 24px;
    margin-left:5px;
    height: 40px;
    color: white;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    background-color: rgba(98,51,18,0);
    transition: background-color .5s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #993300;
    background-color: rgba(255,255,255,1);    
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #663300;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 3px 9px rgba(0,0,0,.075); */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #fff;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #232323;
}
.navbar-default .navbar-toggle {
    border-color: #232323;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #993300;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-header h2 {
    color: white;
    font-size: 36px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.navbar-header h2 span {
    font-weight: 700;
    color: #c00;
}

/****************/
/* === HERO === */
/****************/
#hero{
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin-top: 0px;
}
#hero h1 {
    font-size: 6em;
    line-height: 0.8em;
    margin: 0;
}

#hero h1 span{
    font-size: 0.5em;
    font-family: 'Alegreya', serif;
}

.hero-text {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0;
}
.hero-title {
    text-align: center; 
    padding: 40px;
    color: white;
    background-color: rgba(98,51,18,0.4);  
}

.hero-btns {
    padding: 20px 40px;
    text-align: center;
}
.carousel,.item,.active {
    height:100%;
}

.carousel-inner {
    height:100%;
}

.fill {
    width:100%;
    height:100%;
    background-position:top;
    background-size:cover;
    padding-left:0;
    padding-right: 0;
}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.5s ease-in-out left;
    -moz-transition: 0.5s ease-in-out left;
    -o-transition: 0.5s ease-in-out left;
    transition: 0.5s ease-in-out left;
}

.logo-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94px;
    padding-bottom: 4px;
    background-color: #232323;
    text-align: center;
    border-bottom: 4px solid #c00;
}

.logo-line img {
    margin: auto;
}



.gradient-lr {
  /* Fallback: Set a background color. */
  background-color: #663300;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #996633, #663300);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/*********/
/* INTRO */
/*********/


#intro {
    padding: 100px 0;
}

#intro a,
#services a{
    text-decoration: none;  
}

#intro a:hover,
#services a:hover{
    color: #663300;
    text-decoration: none;  
}


#intro h1 {
    color: rgba(51,51,51,1);
    line-height: 1.8em;
}
.intro-title {
    padding-bottom: 40px;
    font-size: 1.5em;
    transition: font-size 0.5s ease-in;
    -webkit-transition: font-size 0.5s ease-in;
}

#intro h2 {
    color: rgba(51,51,51,1);
    margin-top: 0px;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 0;
    
    /*animation*/
    transition: color 0.5s ease;
}

#intro p {
    color: rgba(51,51,51,1);
    padding: 0 50px;
    font-size: 21px;
    /*animation*/
    transition: font-size 0.5s ease;
}

#intro img {
    width: auto;
    height: 100%;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 1;
}

#intro ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 40px;
}

#intro ul li {
    font-size: 16px;
    line-height: 36px;
}

#intro ul li span {
    font-weight: 700;
    text-transform: uppercase
}


/***********/
/* SERVICES */
/***********/

#services {
    padding: 0 0 100px;
}

.services-title {
    padding: 35px 0px 40px;
    background: rgb(153,102,51);
    background: -moz-linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    background: linear-gradient(90deg, rgba(153,102,51,1) 0%, rgba(102,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#996633",endColorstr="#663333",GradientType=1);
}

#services h1,
#news h1 {
    color: white;
    font-size: 4em;
    margin: 0;   
}

#services h2 {
    font-size: 3em;
    font-family: 'Lobster', cursive;
    margin-bottom: 0;
}
.img-service {
    width: 100%;
    height: 450px;
}

.serv-wide-grad {
    padding: 20px;
    margin: 40px 0;
    background: rgb(255,255,255);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.5s linear;
}

.serv-wide-grad:hover {
    color: white;
    background: rgb(153,102,51); 
}

.serv-wide-grad:hover a{
    color: white;
}

.img-border-left{
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
}

.img-border-right{
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
}

.item-bg {
    color: black;
    padding: 40px 20px;
}
.icon-wrp {
    padding: 20px 0;
}
.icon-single {
    width: 80px;
    height: 80px;
    transition: fill 0.4s linear;
}
.item-bg:hover .icon-single {
    fill: #993300;
}

#masters h2 {
    margin-top: 20px;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 0;
}

#order {
    padding: 100px 0;
}

#order h1 {
    font-size: 4em;
    margin: 0;
    padding-bottom: 40px;
}

/***********/
/* KONTAKT */
/***********/

#kontakt {
    padding: 100px 0;
}
#kontakt a {
    text-decoration: none;
    color: #333;
}

#kontakt a:hover {
    color: #663300;
}

#kontakt h1 {
    font-size: 4em;
    margin: 0;
    padding-bottom: 40px;
}
#kontakt h2 span {
    border-bottom: 4px solid #c00;
}

.img-kontakt {
    height: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.dark-overlay {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: -15px;
    background-color: rgba(0,0,0,0.8);
}

/**********/
/* FOOTER */
/**********/

footer {
    height: auto;
    color: white;
    line-height: 90px;
    background-color: rgba(98,51,18,1);
    border-top: 2px solid #993300;
}


.no-padding {
    padding: 0;
}

.inline-dsp {
    display: inline-block;
}

.row-1 {
    margin-top: 40px;
    margin-bottom: 100px;
}

.row-2, .row-3 {
    padding: 100px 0;
}

.row-4 {
    margin: 40px 0;
    padding: 0px;
}

.padding-top-40 {
    padding-top:40px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-btm-40 {
    padding-bottom:40px;
}

.padding-btm-60 {
    padding-bottom: 60px;
}
/* BUTTON FACEBOOK */
.fcb-text {
    color: #3B5998;
}

@media screen and (max-width: 767px) {
    /* keep full slider on smaller screens */
    body {
		padding-left: 0;
		padding-right: 0;
	}
    
    .hero-title {
        text-align: center; 
    }
    .hero-btns {
        text-align: center;
    }
    /* end slider */
    .logo-nav {
        left: 0;
        fill: #663300;
    }
    .navbar-nav {
        margin: 15px -15px;
    }
    
    .navbar-header {
        margin-top: 20px;
    }
    .navbar-right {
        text-align: center;
    } 
    .navbar-default .navbar-nav > li > a {
    height: 40px;
    line-height: 25px;
    background-color: #232323;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
    .text-left, .text-right {
        text-align: center;
    }
    
    .intr-serv{
        padding: 0;
    }
}

@media screen and (min-width : 768px) and (max-width : 1160px) {
    /* Link */
    .logo-nav {
        left: 0; 
    }
    .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    line-height: 60px;
    }
}
@media screen and (min-width : 1161px) and (max-width : 1400px) {
    /* Link */
    .logo-nav {
        left: 0; 
    }
}