@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);

@charset "utf-8";
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

@font-face {
  font-family: myFont;
  src: url(../fonts/bitstreamverabd.ttf);
}

/* .my-part-description {
} */
.my-part-description h1 {
  font-size: 20px;
}
.my-part-description div {
  font-size: 16px;
}
.my-part-description div span {
  font-weight: bold;
  color: #18BC9C;
}

.my-part-image {
  width: 400px;
  height: 400px;
}

.my-navbar {
  position: fixed;
  top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.my-navbar-brand {
    font-family:myFont;
    letter-spacing: -5px;
}

.my-logo {
    margin-top:5px;
}

.my-today {
    background-color: #96cde9;
}

.receipt-header {
    border-bottom: 1px;
}

.my-row {
    height: 56px;
}

.spanInTab {
    color: white;
    margin: 0px;
    padding: 15px;
    text-align: right;
}

.inputForm {
    margin: 0px;
    padding: 11px;
}

.my-search-button {
    background-color: #ffcc01;
}

/* .my-search-button:hover {
/*    background-color: #F2C20E;*/
} */

.navbar-inverse .navbar-brand {
    font-size: 48px;
    color: #ffcc01;
}


.navbar-inverse .navbar-brand:hover {
    font-size: 48px;
    color: #ffcc01;
}

.navbar-space {
    height: 50px;
    background-color: #222;
}

.navbar-space-catalog {
    height: 50px;
}

.text-in-service {
    font-size: 1em;
}

.goods-groups {
    color: #3b85bf;
    text-shadow: 2px 2px #FF0000;
}

.list-unstyled >li {
    font-size: 24px;
}


a:link.contact-button,
a:visited.contact-button,
a:active.contact-button {
    color: #18BC9C;
    opacity: 0.7;
    font-size:18px;
    font-weight:bold;
}

a:hover.contact-button {
    opacity: 1.2;
    font-size:18px;
    font-weight:bold;
}

#portfolio .portfolio-item {
  margin: 0 0 0px;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-height: 400px;
  text-align: center;
  white-space: nowrap;
}
#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
    background: rgba(24, 188, 156, 0.9);
    color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
    font-weight: 900;
  text-align: center;
  top: 45%;
  margin-top: -12px;
  color: yellow;/*#18BC9C;*/
    text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}
#portfolio .portfolio-item .portfolio-link .caption:hover  .caption-content{
    color: white;

    text-shadow: 1px 1px black;

}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 0;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 5px 0px 5px;
  }
}


/*search placeholder blinker*/


.input-group .textbox::-webkit-input-placeholder {
    color:blue;
    /* font-weight: ; */
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}


.input-group .textbox::-moz-placeholder {
    color:blue;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

.my-panel {
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-radius: 7px;
    border-color: darkgray;
    margin: 0 auto;
    margin-bottom: 2px;
}

.my-panel span {
    padding: 2px;
}

/*PHONE ENTER DIV*/
.phoneEnter {
    position: fixed;
    width: 380px;
    top: 3px;
    right: -380px;
}

#button {
    width: 111.3px;
}

#phoneInput {
    width: 360px;
    top: 2px;
    float: left;
}

.choice {
    font-size: 30px;
    color: orange;
    text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}

.whatsapp {
    width: 38px; 
    height: 38px;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
}

.whatsapp2 {
    display: flex;
    margin-top: 14px;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.whatsapp3-2 {
  transform: translateX(0px);
  position: relative;
  animation-duration: 0.64s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.16s;
  animation-fill-mode: backwards;
  animation-name: ijMbJr;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 13px;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  background: white;
  cursor: pointer;
  margin: auto auto auto 10px;
  max-width: 155px;
  max-height: 44px;
  display: flex;
  order: 2;
  text-decoration: none !important;
  color: rgb(0, 0, 0) !important;
}

.whatsapp3 {
  transform: translateX(0px);
  position: relative;
  animation-duration: 0.64s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.16s;
  animation-fill-mode: backwards;
  animation-name: jTSRH;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 13px;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  background: white;
  cursor: pointer;
  margin: auto 10px auto auto;
  max-width: 155px;
  max-height: 44px;
  display: flex;
  order: 1;
  text-decoration: none !important;
  color: rgb(0, 0, 0) !important;
}

.whatsapp4 {
  text-align: center;
  padding: 5px 5px;
  line-height: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin: auto;
}
