@import url('https://fonts.googleapis.com/css?family=Anton|Open+Sans:400,700,800');

body {
    width: 100%;
    height: 100%;
	 background:#dcf0f2;
	 font-size:15px;
   font-family: 'Open Sans', sans-serif;
   color:#3f3f3f;
}

html {
    width: 100%;
    height: 100%;
}

a, a:hover{
	text-decoration:none;
}

h1,h2,h3,h4,h5{
  font-family:'Anton', sans-serif;
}

h1{
  font-size:50px;
}

h2{
  color:#0965ad;
  font-size:38px;
}

h3{
  font-size:30px;
}

h4{
  font-size:22px;
}

p{
  font-size:15px;
  line-height: 20pt;
}

strong{
  color:#0c75c7;
}

section, header{
  margin:0 auto 50px;
  display:block;

}


header{
  background:url(../images/header.jpg) no-repeat;
  display:block;
  height: 624px;
  width:100%;
  background-size: 100% 100%;
  margin-top:30px;
}

ul.topmenu{
  list-style:none;
  margin-top:10px;
  margin-bottom:20px;
  padding-top:0px;
}

.topmenu li{
  display:inline;
  padding-right:10px;
  font-size:17px;
}

.topmenu li a, .topmenu li a:hover{
    color:#2c2c2c;
    outline: none;
    cursor: pointer;

}

.topmenu li a:hover{
   text-decoration: underline;
}

.ordermenu{
  background:#fda50b;
  border-radius:5px 5px 0 0;
  padding:6px 6px;
  font-weight:bold;
  color:#fff;
  transition: .3s linear;
}


.ordermenu:hover{
  background: #fd720b;
}

.bluebg{
  background: #0965ad;
  width:98%;
  padding:8px 14px;
}

header h1{
  color:#fff;
  font-style: italic;
}

header ul{
  list-style:none;
  padding-top:60px;
}

header li{
  font-size:22px;
  font-weight:700;
  padding-bottom:15px;
}

.fa-check-circle{
  color:#0965ad;
}

header .orderbtn{
  margin-left:36px;
}

.orderbtn{
  background:#fda50b;
  color:#fff;
  border-radius:5px;
  padding:8px 45px 8px 45px;
  font-size:28px;
  border:1px solid #fdcd0b;
  font-weight: bold;
  display:block;
  max-width:280px;
  text-align:center;
}

.orderbtn:hover{
  color:#fff;
}

section{
  -webkit-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
-moz-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
  border-radius:5px;
    padding-top:15px;
  padding-bottom:15px;
  background: #fff;
}

#bg1{
  background:#fff url('../images/bg1.jpg') top right no-repeat ;
  display:block;
  background-size:contain;
}

section.bluebg{
  width:100%;
  padding-bottom:30px;
}

section.bluebg h2, #ingredients h2, #orderbg h2, .order-pack h3{
  color:#fff;
}

section.bluebg p{
  font-size:20px;
  font-weight:600;
  color:#fff;
}

section.bluebg .fa-check-circle{
  color:#bfebfe;
}

#ingredients{
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}

#ingredients h2{
    text-shadow: #474747 1px 1px 1px;
}

.ingredientsbg{
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    padding:10px;
}

.pull-left{
  margin-right:10px;
}


#bg3{
  background:#fff url('../images/couple.jpg') top left no-repeat ;
  display:block;
   background-size:contain;
}


#orderbg{
  background: url(../images/orderbg.jpg) no-repeat;
  display:block;
  height: 299px;
  background-size: 100% 100%;
  width:100%;
  padding-top: 70px;
}

.yt-size{
  width:500px;
  height: 315px;
  margin:0 auto;
  display:block;
  border:5px solid #1bb3f4;
  -webkit-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
-moz-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
}

.testi{
  border-radius:10px;
  border:2px dashed #1bb3f4;
  margin-bottom:20px;
  padding:10px;
}

.well{
  background:#efefef;
  margin-bottom:20px;
}

/*order pack*/

#order{
  margin-bottom:30px;
}

.order-pack img{
  margin-top:40px;
}
.order-pack{
  text-align: center;
  max-width:273px;
  background:#fff url(../images/order-top.jpg) top center no-repeat;
  border-radius:5px;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:20px;
  -webkit-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
  -moz-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
  box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
  margin: 0 auto;
}

.price{
  background:#0965ad;
  font-size:32px;
  color:#fff;
  font-weight:700;
  padding: 10px;
  margin-top:15px;
}

.check{
  font-size:17px;
}

.fa-check{
  color:#0965ad;
  font-size:22px;
}

.order-pack .orderbtn{
  max-width:230px;
  font-size:18px;
  margin:0 auto;
  padding: 8px 25px 8px 25px;
}


@media (max-width:992px){

  header{
    height: 570px;
  }

  .bluebg{
    width:100%;
  }

  h1{
    font-size:40px;
  }

  h2{
    font-size: 32px;
  }

  header .orderbtn{
    margin: -40px auto;
  }

  #bg1 .col-xs-12, #bg3 .col-xs-12{
    background: rgba(255,255,255,0.6);
    border-radius:3px;
  }

  #bg1, #bg3{
    background-size:none;    
  }

  #bg1{
    background-position: bottom right;
  }

  #bg3  {
    background-position: bottom left;
  }

  .orderbtn{
    margin:-15px auto;
  }
}

@media (max-width:767px){

  header{
    background:url(../images/header-xs.jpg) no-repeat;
    border-radius:5px;
    height: 562px;
  }

  ul.topmenu{
    margin-top:-24px;
    margin-left: -26px;
    text-align: center;
  }

  .topmenu li{
    font-size:14px;
    padding-right:5px;
  }

  .bluebg{
    width: 100%;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    text-align: center;
    font-size:24px;
  }

  .orderbtn{
    font-size:18px;
  }

  #bg1 .col-xs-12, #bg3 .col-xs-12{
    background: rgba(255,255,255,0.6);
    border-radius:3px;
  }

  section.bluebg p{
    font-size:16px;
  }

  #ingredients .pull-left{
    display: block;
    float: none !important;
    margin: 0 auto;
  }

  .ingredientsbg{
    text-align: center;
  }

  #orderbg{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: #0965ad;
    height: auto;
    -webkit-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
    -moz-box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
    box-shadow: 1px 9px 16px -5px rgba(176,197,199,1);
    border-radius:5px;
  }

  .yt-size {
    width: 100%;
    max-width: 500px;
    height: 300px;
  }


}