


body {
  padding-top: 54px;
  font-family: 'Raleway', sans-serif;
}
p {
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.navbar-brand {
font-size: 15px; 
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}


.callus {
  background-color : #455566;
  color: white;
  border-style: none;
  padding: 10px 10px;
  border-radius: 50%;
  border-color: #455566;
}

.callus:hover {
  background-color : #6A71E5;
  color: white;
  padding: 10px 10px;
  border-style: none;
  border-radius: 50%;
  border-color: #6A71E5;
}

#callusbutton {
  position: fixed;
  bottom: 1px;
  right: 10px;
}

#youtubebutton {
  position: fixed;
  bottom: 1px;
  right: 130px;
}

#facebookbutton {
  position: fixed;
  bottom: 1px;
  right: 70px;
}

#callusbutton:hover {
  position: fixed;
  bottom: 6px;
  right: 10px;
}

#facebookbutton:hover {
  position: fixed;
  bottom: 6px;
  right: 70px;
}

#youtubebutton:hover {
  position: fixed;
  bottom: 6px;
  right: 130px;
}



slide_in {}

    .slide_out {}

    .sliding_form {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f09819+0,ff5858+100 */
        background: #6a71e5;
        /* Old browsers */
        background: -moz-linear-gradient(top, #6a71e5 0%, #6a71e5 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #6a71e5 0%, #6a71e5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #6a71e5 0%, #6a71e5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a71e5', endColorstr='#6a71e5', GradientType=0);
        /* IE6-9 */
        position: fixed;
        right: 0;
        top: 110px;
        border-radius: 20px 0 0 20px;
        width: 600px;
        z-index: 9999;
    }

    .sliding_form_inner {
        padding: 30px 20px;
        width: 100%;
        height: 490px;
        overflow: auto;
    }


    #form_trigger {
        border-radius: 20px 20px 20px 20px;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 10px;
        font-weight: bold;
        left: -146px;
        padding: 10px 20px;
        position: absolute;
        text-transform: uppercase;
        top: 200px;
        transform: rotate(-90deg);
        transform-origin: 117px 11px 0;
        background: #f09819;
        /* Old browsers */
        background: -moz-linear-gradient(top, #6a71e5 0%, #6a71e5 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f09819 0%, #f67f31 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #6a71e5 0%, #6a71e5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a71e5', endColorstr='#6a71e5', GradientType=0);
        /* IE6-9 */
    }

    #form_trigger:hover,
    #form_trigger:focus {
        text-decoration: none;
    }

    .sliding_form_inner .form-group {
    display: inline-block;
    height: auto;
    margin-bottom: 0 !important;
    padding: 10px 0;
    width: 100%;
}
    .sliding_form_inner .form-group label
    {
      font-size: 18px;
      color: #fff;
      font-family: 'Raleway',sans-serif;
      font-weight: normal;
      margin-right: 20px;
    }
    .sliding_form_inner .form-group .fields_box {
        background: #ebebec;
        border: none;
        width: 100%;
        height: 35px;
        padding: 0 0 0 15px;
        border-radius: 5px;
    }

    .sliding_form_inner span {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
    }

    .sliding_form_inner textarea {
        background: #ebebec none repeat scroll 0 0;
        border: medium none;
        border-radius: 5px;
        height: 100px;
        overflow: auto;
        padding: 10px 0 0 15px;
        resize: none;
        width: 100%;
    }
    .sliding_form_inner .submit_btn
    {
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        background: #252525;
        border-radius: 5px;
        border: none;
        color: #fff;
        padding: 10px 20px;
    }
    .sliding_form_inner .submit_btn:hover, .sliding_form_inner .submit_btn:focus{
        background: #000;
    }

    @media(max-width: 1024px) and (min-width: 767px)
    {
      .sliding_form_inner .form-group .fields_box
      {
        margin-bottom: 10px;

      }
      .sliding_form_inner .form-group{
        padding: 0px;
      }
      .sliding_form_inner
      {
        height: auto;
      }
    }
    @media(max-width: 767px)
    {
      .sliding_form
      {
        height: auto;
        width: 70%;
        top:50px;

      }

      .sliding_form_inner
      {
        padding: 10px;
        height: 300px;
        display: inline-block;
      }
       .sliding_form_inner .form-group .fields_box
      {
        margin-bottom: 10px;

      }
      .sliding_form_inner .form-group{
        padding: 0px;
      }
    }




/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
