/* Home Slider 
================================= */
.carousel-home img {
  width: 100%;
}
.carousel-home .carousel-control {
  background: #1f76bd;
  height: 80px;
  width: 40px;
  top: 50%;
  margin-top: -40px;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
  font-size: 2.5em;
  padding-top: 12px;
}
.carousel-home .carousel-control:hover {
  width: 50px;
}
.carousel-home .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-home .carousel-title {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}
.carousel-home .btn {
  margin-top: 30px;
}

.section-home {
  margin: 30px 0;
}

.vinz h3 {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 0;
  color: #65534c;
  /* font-family: 'Futura', sans-serif; */
  font-family: 'ITC Avant Garde Gothic', sans-serif;
}

.vinz h2 {
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
  text-align: center;
  display: block;
  /* font-weight: 700; */
  letter-spacing: 0em;
  line-height: 1.2;
  margin: 0 0 10px;
  /* font-family: 'Futura', sans-serif; */
  font-family: 'ITC Avant Garde Gothic', sans-serif;
}



.img-fluid {
  max-width: 100%;
  height: auto;
}

.navbar {
  margin-bottom: 0px;
}

.div {
  border: 1px solid silver;
  background-color: #f8f6f5;
  padding: 50px 50px 50px 50px;


}

#container {
  width: 300px;
  margin-left: 30px;
}


form input[type="text"],
form input[type="password"],
form input[type="email"] {
  width: 160px;
}

form .line {
  clear: both;
}

form .line.submit {
  text-align: right;
}

.form-group .btn {
  background: #36728e;
  bottom: -20px;
  width: 40%;
  margin-right: 200px;
  left: 345px;
  color: white;

}

.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}




.row-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* 
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
} */

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}


.ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.ex3 {
  background-color: white;
  width: 280px;
  height: 130px;
  overflow: auto;
}

.ex3 {
  background-color: white;
  width: 280px;
  height: 130px;
  overflow: auto;
}

.image-area {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  /*position: absolute;*/
}

.img-wrapper {
  width: 285px;
  height: 200px;
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 180%;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .3);
  z-index: 1;
  transform: skew(45deg);
  transition: .5s;
}

.img-wrapper:hover:before {
  left: -180%;
}

.img-wrapper img {

  transition: 2s;
}

.img-wrapper:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.bx {
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  display: inline-block;

  text-transform: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-wrapper ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li {
  background: #333;
  height: 40px;
  width: 100px;
  text-align: center;
  line-height: 10px;
  transform: perspective(800px) rotateY(90deg);
  transition: .5s;
  transform-origin: left;
  /*background-color: transparent;*/
}

.img-wrapper:hover ul li {
  transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1) {
  transition-delay: .2s;
}

.img-wrapper:hover ul li:nth-child(2) {
  transition-delay: .6s;
}

.img-wrapper:hover ul li:nth-child(3) {
  transition-delay: .8s;
}

.img-wrapper:hover ul li:nth-child(4) {
  transition-delay: 1s;
}

.img-wrapper ul li a {
  color: tomato;
  background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li i {
  color: tomato;
  background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li i:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}

/*HOMEPAGE*/
.user {
  display: flex;
  margin-top: auto;
  padding-bottom: 7px;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
  font-size: 11px;
  
}
.user-info small {
  color: #545d7a;
  font-size: 10px;
  
  
}


.choose ul li {
  color: #36728e;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.product-image-wrapper {
  border: 1px solid #F7F7F5;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  /* overflow: hidden; */
  /* width: 300px; */
 
}

.single-products {
  position: relative;
}


/* .single-products:hover .product-overlay { 
  display: block;
  height: 75%;
} */

.single-products:hover .product-overlay2 { 
  display: block;
  height: 5%;
}
.product-overlay2 .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.product-overlay2 .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.product-overlay2 {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
}

.product-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
}

.product-overlay p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.product-overlay2 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.product-overlay2 h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.product-overlay h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}


.wrap-pad {
  padding: 60px 30px;
  position: relative;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  
}

.loader-holder {
  text-align: center;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

.footer-stay-connected a.facebook {
  background-position: -115px 0;
}

.footer-stay-connected a {
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 115px;
    height: 40px;
    background: url(../img/connected.png);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

  .footer {
    background: #222;
    color: #A0A0A0;
    border-top: 4px solid #4f8db3;
    margin-top: 20px;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    color: 0 -1px 12px rgba(0,0,0,0.4);

    
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #65534c;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;

}

.line-heading {
  overflow: hidden;
  margin: 0px 2px 2px 2px;
  color: #65534c;
  font-weight: 300;
  line-height: 30px;
  border-top: 4px solid #3c8dbc;
  border-bottom: 1px solid #3c8dbc;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #3c8dbc;
  /* margin: 10px 2px;
  width: 36px;
  height: 36px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%; */
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links button {
  color: #fff;
  background: #3c8dbc;
  /* margin: 10px 2px;
  width: 36px;
  height: 36px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%; */
  transition: 0.3s;
  border-color: #3c8dbc;
  border-bottom: #3c8dbc;
  border-right: #3c8dbc;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links button i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap .portfolio-links button:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


  


  