/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: 'Nunito';
}
a:hover{
  text-decoration: none;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:visited {
  color: #fff;
  background-color: #ff7380;
  border-color: #ff7380;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #ff7380;
  border-color: #ff7380;
}

/*HEADER*/
.head{
  position: relative;
  z-index: 11;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.head-top{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.menubar {
  display: inline-block;
  text-align: center;
  background: url(./images/site/menu_center.png) repeat-x;
  width: 72%;
  border-radius: 0px;
  position: relative;
  height: 68px;
}
.menubar:before {
  content: "";
  float: left;
  background: url(./images/site/menu_left.png) no-repeat left center;
  height: 68px;
  width: 40px;
  position: absolute;
  left: -37px;
  top: 0;
}
.menubar:after {
  content: "";
  float: right;
  background: url(./images/site/menu_right.png) no-repeat right center;
  height: 68px;
  width: 40px;
  position: absolute;
  right: -37px;
  top: 0;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

#menubar-section ul.nav>li:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffda6b;
    float: left;
    margin: 17px 0;
}

#menubar-section ul.nav>li:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffda6b;
    float: right;
    margin: -23px 0;
}
#menubar-section ul.nav>li:hover:before {
    opacity: 1;
}
#menubar-section ul.nav>li:hover:after {
    opacity: 1;
}

.navbar-inverse {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
}

.navbar-inverse .navbar-toggle {
  border-color: rgba(51, 51, 51, 0);
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #343131;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #a5a5a5;
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  padding-bottom: 30px;
  border-color: rgba(255, 255, 255, 0);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: rgba(51, 51, 51, 0);
}
#cont{
  margin-top: 10px;
}
.navbar-toggle {
    margin-right: 0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dropdown-menu {
  min-width: 490px;
}
.nav>li {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.logo{
  position: absolute;
  float: left;
  top: -15px;
  left: -30px;
}
.logo-img{
  width: 70%;
}
.menus{
  position: relative;
  top: -82px;
  right: 40px;
}
.menus a{
  color: #fff;
  display: -webkit-inline-box;
}
#search{
  top: 15px;
  position: absolute;
  float: right;
  right: 40px;
}
.offset:before { 
  display: block; 
  content: " "; 
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}
.nav-title-header{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.nav-title-list{
  list-style: none;
}
.nav-title-list-elements{
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-title-list-elements a{
  text-decoration: none;
  color: #5a5a5a;
}
#drop {
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 70px; */
    position: relative;
    top: -34px;
    left: 45px;
}
.dropdown-toggle:focus {
  outline: 0;
  text-decoration: none;
}
#login {
    min-width: 300px;
    margin-left: -115px;
}
#login li{
  margin: 5px 10px 5px 10px;
}
.underline{
  text-decoration: underline;
}
.underline:hover{
  text-decoration: underline!important;
  color: blue!important;
  background-color: #fff!important;
}

/*Floating Cart
-------------------------------------------------- */
.cart{
  position: fixed;
  color: #fff;
  top: 200px;
  right: 0px;
  background-color: #e76874;
  height: 100px;
  width: 100px;
  z-index: 100;
  text-align: center;
  border-radius:5px 0px 0px 5px; 
}
.cart a{
  color: #fff;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: -40px;
  height: 500px;
}
.carousel::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 19px;
  background: url(./images/site/iconbgtopimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/*Title
-------------------------------------------------- */
.titles{
  background: url(./images/site/titles.png) 50% -200px no-repeat fixed;
  background-color: #ff7380;
  background-size: cover;
  margin-top: -40px;
  min-height: 200px;
}
.titles::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  background: url(./images/site/iconbgtopimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
.titles::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  bottom: 0px;
  background: url(./images/site/iconbgwrapperimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
/*Search
-------------------------------------------------- */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}


input[type=search] {
  background: #ededed url(./images/site/search.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #ccc;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#search input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#search input[type=search]:hover {
  background-color: #fff;
}
#search input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
#search input:-moz-placeholder {
  color: transparent;
}
#search input::-webkit-input-placeholder {
  color: transparent;
}
/* Features
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.features{
  background: url(./images/site/icon_wrapper_bg.png);
  background-color: #ff7380;
}
.features::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  background: url(./images/site/iconbgtopimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
.features::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  bottom: 0px;
  background: url(./images/site/iconbgwrapperimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
.section-features-title{
  /*color: #f06178;*/
  color: white;
  font-size: 35px;
  text-align: center;
  font-family: 'Marck Script', cursive;
  letter-spacing: 0;
  margin-top: 50px;
}
#features-row{
  margin-left: 5%;
  margin-right: 5%;
}
.center{
  text-align: center;
}
.center img{
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
  transition: width 1s, height 1s, transform 1s;
}
.center:hover img{
  -webkit-transform: rotate(360deg); /* Safari */
  transform: rotate(360deg);
}
.feature-icon{
  background: url(./images/site/feature-icon.png) no-repeat center;
  width: 200px;
  height: 200px;
  background-size: contain;
  margin: auto;
}
.feature-header{
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-top: 40px
}
.feature-description{
  color: white;
  font-size: 18px;
  margin:20px 10% 50px 10%; 
}
.feature-badge{
  max-width: 60%;
  margin-top: 60px;
}



/*for all*/
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.subhead-img{
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  width: 250px;
}
.box{
  background-color: #fbfbfb;
}
.box-body{
  border:2px solid #d4d4d4;
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.box-header{
  border:2px solid #d4d4d4;
  border-bottom: none;
  margin: 5px;
  margin-bottom: 0px;
  padding: 10px;
  margin-top: 15px;
}
.box-header h3{
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
}
.div-center{
  text-align: center;
}

#toTop{
  background: url(./images/site/backtotop.png);
  background-size: cover;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 100;
  height: 81px;
  width: 50px;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border:0px;
}


/* Featured Cakes
------------------------- */
.featured-cake{
  background: url(./images/site/icon_wrapper_bg.png);
  background-color: white;
}
.featured-cake-list{
  list-style: none;
  margin: 0px;
  padding:0px;
}

.featured-box{
  width: 100%;
}
.featured-box:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-featured-cake-title{
  color: #f06178;
  font-size: 35px;
  text-align: center;
  font-family: 'Marck Script', cursive;
  letter-spacing: 0;
  margin-top: 50px;
}

.one{
  background-color: #ffeaf4;
  background-image: url(./images/site/featurebg.png);
}
.two{
  background-color: #ffedb0;
  background-image: url(./images/site/featurebg1.png);
}
.three{
  background-color: #fffad9;
  background-image: url(./images/site/featurebg.png);
}
.four{
  background-color: #fff8ce;
  background-image: url(./images/site/featurebg1.png);
}
.five{
  background-color: #ffe4d5;
  background-image: url(./images/site/featurebg.png);
}
.six{
  background-color: #eae9c3;
  background-image: url(./images/site/featurebg1.png);
}
.seven{
  background-color: #f9f2d6;
  background-image: url(./images/site/featurebg.png);
}
.eight{
  background-color: #ffe9bc;
  background-image: url(./images/site/featurebg1.png);
}
#featured-cake-content{
  padding-bottom: 80px;
}
.cake-container{
  text-align: center;
  position: relative;
}
.cake-container a{
  display: inline-block;
}
.img-container img{
  max-width: 80%;
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 40px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.rating{
  float: none;
  text-align: center;
  display: inline-block;
}
.choices{
  font-size: 36px;
  float: left;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  background: #ff7380;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.choices:active, .choices:focus {
  font-size: 36px;
  float: left;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  background: #ff7380;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.choices:hover {
  font-size: 36px;
  float: left;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #ff7380;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/*blue
--------------------------*/
/*.featuredd-cake{
  background: url(./images/site/icon_wrapper_bg.png);
  background-color: rgb(120, 214, 240);
  height: 600px;
}
.featuredd-cake::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  background: url(./images/site/iconbgtopimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
.featuredd-cake::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  bottom: 0px;
  background: url(./images/site/iconbgwrapperimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
.featuredd-cake-list{
  list-style: none;
  margin: 0px;
  padding:0px;
}*/





/*Cake Lists
------------------------- */
.cake-list{
  background: url(./images/site/cake_back1.png);
  background-position: left top;
  background-color: #fff6f6;
  background-repeat: no-repeat;
}
.cake-list::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  background: url(./images/site/iconbgtopimg.png) repeat-x;
  left: 0;
  z-index: 1;
}
#cake-list-area{
  padding: 5px;
}
.cake-list-box{
  background-color: transparent;
}
.cake-list-box img{
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cake-list-box:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cake-detail{
  margin-top: 60px;
}
.cake-list-box .row h4{
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  color: #a8b2b7;
}
.cake-list-box .row h4 a{
  color: #a8b2b7;
  text-decoration: none;
}
.detail{  text-align: center;
  font-size: 17px;
  color: #a8b2b7;
  margin-top: 15px;
  margin-bottom: 40px;
}
/*testinomial
------------------------- */
.testimonial{
  background: url(./images/site/testimonial.png) fixed;
  background-color: #fff;
  background-size: cover;
}
.testimonial::before{
  content: "";
  background: url(./images/site/newsletterpattern1.png) repeat-x;
  float: left;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
}
.testimonial-back1{
  border-radius: 3px;
  height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-back1:hover{
  border: none;
  background: url(./images/site/testimonial1.png) no-repeat;
  max-width: 100%;
  height: 500px;
  font-family: 'Gloria Hallelujah', cursive;
  color: #fff;
}
.testimonial-back2{
  border-radius: 3px;
  height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-back2:hover{
  border: none;
  background: url(./images/site/testimonial2.png) no-repeat;
  max-width: 100%;
  height: 500px;
  font-family: 'Gloria Hallelujah', cursive;
  color: #fff;
}
.testimonial-image{
  border-radius: 50%;
  top: 87px;
  left: 27px;
  position: relative;
}
.testimonial-header{
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 25px;
  font-weight: bold;
  margin-top: 100px;
}
.testimonial-body{
  font-size: 20px;
  margin-top: 20px;
  font-family: 'Gloria Hallelujah', cursive;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Partner Logo
-------------------------------------------------- */

.partner-logo{
  background-color: #fff;
}
.section-partner-title{
  color: #2b2e33;
  font-size: 35px;
  text-align: center;
  font-family: 'Marck Script', cursive;
  letter-spacing: 0;
  margin-top: 50px;
}
.clients{
  max-width: 100%;
}
/*footer section
-------------------------------------------------- */
.footer-section{
  background: url(./images/site/footer_bg_img.jpg) 50% -170px;
  background-color: rgb(120, 214, 240);
  background-size: cover;
}
.footer-section1{
  background: url(./images/site/footer_bg_img.jpg) 50% -175px;
  background-color: rgb(120, 214, 240);
  background-size: cover;
}
.footer-section1::before{
  content: "";
  background: url(./images/site/newsletterpattern.png) repeat-x;
  float: left;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
}
footer{
  background-color: #ff7380;
  background: #ff7380;
}
.foot p{
  padding-top: 20px;
  text-align: center;
}
.white{
  color: white;
  text-decoration: none;
}
.white span{
  margin-right: 15px;
  line-height: 24px;
  float: left;
}
.footer-header{
  /*color: #f06178;*/
  color: white;
  font-size: 35px;
  text-align: center;
  font-family: 'Marck Script', cursive;
  letter-spacing: 0;
  text-decoration: underline;
  display: block;
}
.tags{
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.tags li{
  float: left;
}
.tags li a{
  border: 1px solid #fff;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 6px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.tags li a:hover {
    background: #ff7380;
    border: 1px solid #ff7380;
    color: #fff;
    text-decoration: none;
}
.inst{
  max-width: 100%;
}
#inst div{
  margin: 0px;
  padding: 3px;
}
.social-icons{
  list-style: none;
  float: left;
}
.social-icons li{
  display: inline-block;
}
.social-icons li a{
  font-size: 16px;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.social-icons li a:hover{
  background: #ff7380;
}
.opening-hours{
  list-style: none;
  color: #fff;
  margin-top: 40px;
  padding: 0px;
}
.opening-hours li div{
  display: inline;
}
.days{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/*Cake Collection Page
-------------------------------------------------- */
.cake-collection{
  background: url(./images/site/icon_wrapper_bg.png);
  background-color: white;
}
.collection-choices{
  margin-right: 30px;
  margin-top: -30px;
}
.cake-name-collection{
  font-size: 30px;
  font-weight: bold;
  font-family: 'Marck Script', cursive;
  color: #74ac74;
}
.price-collection{
  color: #ff7380;
  font-size: 25px;
}
.cake-collection .row{
  margin-left: 5%;
  margin-right: 5%;
}
.cake-collection-box{
  background-color: #fbfbfb;
}
.cake-collection-box-body{
  border:5px solid #d4d4d4;
  border-top: 0px;
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px;
  padding-left: 20px;
}
.cake-collection-box-header{
  border:5px solid #d4d4d4;
  border-bottom: none;
  margin: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ff7380;
}
.categories{
  list-style-image: url(./images/site/list_icon.png);
}
.categories li{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#featured-list{
  list-style: none;
  padding-left: 0px;
}
#featured-list li{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}
.hun{
  max-width: 100%;
}
.no-margin{
  margin-left: 0%!important;
  margin-right: 0%!important;
}
/*particular page*/

.cake-name{
  font-size: 40px;
  font-weight: bold;
  font-family: 'Marck Script', cursive;
  color: #74ac74;
}
.price{
  color: #ff7380;
}
.social {
  position: relative;
  height: 3em;
  width: 13.5em;
  margin: 100px;
  margin-left: 0px;
}

.social li {
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 6em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em; 
  
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}
.facebook2 {
    background: #155b9d;
    left: 50%;
    top: 0%;
}

.twitter2 {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}
.instagram{
  background: url(./images/site/instagram.png) no-repeat;
  background-size: cover;
  left: 75%;
  bottom: 0;
}
.google-plus{
  background: #dd4b39;
  top: 0%;
  left: 50%;  
}
/*Contact Us Page
-------------------------------------------------- */
.contact{
  background-color: #fff;
  margin-top: -40px;
}
.contact-icon{
  background: url(./images/site/contact_icon.png) no-repeat;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
  font-size: 16px;
  width: 70px;
  height: 70px;
}
#contact-info{
  display: inline-block;
}
.contact-form{
  background: url(./images/site/contact.png);
  border-radius: 8px;
  min-height: 570px;
  padding: 10px;
  display: inline-block;
  margin-top: 40px;
}
.contact-form-area{
  background: #ffffff no-repeat;
  float: left;
  width: 100%;
  padding: 60px 30px 40px;
}
.contact-form-control{
  margin-top: 20px;
  margin-bottom: 20px;
}
.image{
  max-width: 100%;
}


/*added checkbox tags*/ 




.input1 {
  position: absolute;
  left: -9999px;
}

label {
  color: #fff;
  float: left;
  margin-right: 8px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 5px;
  border: solid 2px rgb(255, 115, 128);
  background-color: rgb(255, 115, 128);
  cursor: pointer;
  transition: all .1s;
  font-weight: normal;
  font-size: 13px;
}

label::before {
  display: inline;
}

input:checked + label {
  border: solid 2px #ffbac0;
  background-color: rgba(255, 115, 128, 0.4);
  box-shadow: 0 0 10px #1a9ec4;
}

.total {
  padding: 16px 24px;
}




/*Cart
============================================= */

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
table#cart tbody td .form-control{
  display: inline !important;
}
.actions .btn{
  width:36%;
  margin:1.5em 0;
}

.actions .btn-info{
  float:left;
}
.actions .btn-danger{
  float:right;
}
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

  
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-nav {
    float: left;
    margin: 0;
    position: relative;
    left: 69px;
    top: 6px;
  }
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .nav>li {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  .nav>li>a {
    padding: 10px 10px;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
      color: #fff;
      background-color: transparent;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
      color: #fff;
      background-color: transparent;
  }
  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav>li>a {
      color: #fff;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .menus{
    top: -23px;
    right: 20px;
  }
  #drop{
    font-size: 15px;
  }
  #login {
    min-width: 300px;
    margin-left: -250px;
  }






  .featurette-heading {
    font-size: 150px;
  }
  .featured-box{
    width: 49.7%;
    display: inline-block;
  }
  .no-margin-sm{
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .contact-form {
    background: url(./images/site/contact.png);
    border-radius: 8px;
    min-height: 570px;
    padding: 10px;
    display: inline-block;
    width: 85%;
    margin-top: 40px;
  }
}







@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
    left: 150px;
    position: relative;
  }
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .menubar {
    width: 90%;
  }
  .logo{
    position: absolute;
    float: left;
    top: -35px;
    left: 15px;
  }
  .logo-img{
    width: 100%;
  }
  #search{
    top: 15px;
    right: 100px;
  }
  .menus {
    position: relative;
    top: -25px;
    right: 40px;
  }



  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
      color: #fff;
      background-color: transparent;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
      color: #fff;
      background-color: transparent;
  }
  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav>li>a {
      color: #fff;
  }
  .nav>li {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .nav>li>a {
    padding: 10px 15px;
  }
  #drop {
    font-size: 20px;
  }
  .parallax-img {
    background-image: url(./images/site/cake_back2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
  }




  .featured-box{
    width: 25%;
    display: inline-block;
  }
  .featured-cake-list li{
    margin: -1.7625px;
    margin-top: -3.45px;
  }
  #featured-cake-content{
    padding-bottom: 50px;
  }
  .section-features-title{
    /*color: #f06178;*/
    font-size: 45px;
  }



  #cake-list-area{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 200px;
  }
  #footer-area{
    padding-left: 10%;
    padding-right: 10%;
  }


  .foot p{
  padding-top: 20px;
  float: right;
  }
  .contact-form {
    background: url(./images/site/contact.png);
    border-radius: 8px;
    min-height: 570px;
    padding: 10px;
    display: inline-block;
    width: 65%;
    margin-top: 40px;
  }


}

